Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

package.json 3.1 KiB

3 anni fa
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "http-proxy-middleware@0.19.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "http-proxy-middleware@0.19.1",
  9. "_id": "http-proxy-middleware@0.19.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==",
  12. "_location": "/http-proxy-middleware",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "http-proxy-middleware@0.19.1",
  18. "name": "http-proxy-middleware",
  19. "escapedName": "http-proxy-middleware",
  20. "rawSpec": "0.19.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.19.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz",
  28. "_spec": "0.19.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Steven Chim"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/chimurai/http-proxy-middleware/issues"
  35. },
  36. "commitlint": {
  37. "extends": [
  38. "@commitlint/config-conventional"
  39. ]
  40. },
  41. "dependencies": {
  42. "http-proxy": "^1.17.0",
  43. "is-glob": "^4.0.0",
  44. "lodash": "^4.17.11",
  45. "micromatch": "^3.1.10"
  46. },
  47. "description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
  48. "devDependencies": {
  49. "@commitlint/cli": "^7.2.1",
  50. "@commitlint/config-conventional": "^7.1.2",
  51. "browser-sync": "^2.26.3",
  52. "chai": "^4.2.0",
  53. "connect": "^3.6.6",
  54. "coveralls": "^3.0.2",
  55. "express": "^4.16.4",
  56. "husky": "^1.2.0",
  57. "istanbul": "^0.4.5",
  58. "istanbul-coveralls": "^1.0.3",
  59. "mocha": "^5.2.0",
  60. "mocha-lcov-reporter": "1.3.0",
  61. "opn": "^5.4.0",
  62. "precise-commits": "^1.0.2",
  63. "prettier": "^1.15.2",
  64. "ws": "^6.1.2"
  65. },
  66. "engines": {
  67. "node": ">=4.0.0"
  68. },
  69. "files": [
  70. "index.js",
  71. "lib"
  72. ],
  73. "homepage": "https://github.com/chimurai/http-proxy-middleware",
  74. "husky": {
  75. "hooks": {
  76. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
  77. "pre-commit": "precise-commits"
  78. }
  79. },
  80. "keywords": [
  81. "reverse",
  82. "proxy",
  83. "middleware",
  84. "http",
  85. "https",
  86. "connect",
  87. "express",
  88. "browser-sync",
  89. "gulp",
  90. "grunt-contrib-connect",
  91. "websocket",
  92. "ws",
  93. "cors"
  94. ],
  95. "license": "MIT",
  96. "main": "index.js",
  97. "name": "http-proxy-middleware",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/chimurai/http-proxy-middleware.git"
  101. },
  102. "scripts": {
  103. "clean": "rm -rf coverage",
  104. "cover": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
  105. "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec && istanbul-coveralls && npm run clean",
  106. "lint": "prettier \"**/*.{js,md}\" --list-different",
  107. "lint:fix": "prettier \"**/*.{js,md}\" --write",
  108. "test": "npm run lint && mocha --recursive --colors --reporter spec"
  109. },
  110. "version": "0.19.1"
  111. }