package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_from": "http-proxy-middleware@~0.18.0",
  3. "_id": "http-proxy-middleware@0.18.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Fs25KVMPAIIcgjMZkVHJoKg9VcXcC1C8yb9JUgeDvVXY0S/zgVIhMb+qVswDIgtJe2DfckMSY2d6TuTEutlk6Q==",
  6. "_location": "/http-proxy-middleware",
  7. "_phantomChildren": {
  8. "arr-diff": "4.0.0",
  9. "array-unique": "0.3.2",
  10. "assign-symbols": "1.0.0",
  11. "braces": "2.3.2",
  12. "extglob": "2.0.4",
  13. "fragment-cache": "0.2.1",
  14. "is-accessor-descriptor": "1.0.1",
  15. "is-data-descriptor": "1.0.1",
  16. "is-plain-object": "2.0.4",
  17. "isobject": "3.0.1",
  18. "kind-of": "6.0.3",
  19. "nanomatch": "1.2.13",
  20. "object.pick": "1.3.0",
  21. "regex-not": "1.0.2",
  22. "snapdragon": "0.8.2",
  23. "to-regex": "3.0.2"
  24. },
  25. "_requested": {
  26. "type": "range",
  27. "registry": true,
  28. "raw": "http-proxy-middleware@~0.18.0",
  29. "name": "http-proxy-middleware",
  30. "escapedName": "http-proxy-middleware",
  31. "rawSpec": "~0.18.0",
  32. "saveSpec": null,
  33. "fetchSpec": "~0.18.0"
  34. },
  35. "_requiredBy": [
  36. "/webpack-dev-server"
  37. ],
  38. "_resolved": "https://registry.npmmirror.com/http-proxy-middleware/-/http-proxy-middleware-0.18.0.tgz",
  39. "_shasum": "0987e6bb5a5606e5a69168d8f967a87f15dd8aab",
  40. "_spec": "http-proxy-middleware@~0.18.0",
  41. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\webpack-dev-server",
  42. "author": {
  43. "name": "Steven Chim"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/chimurai/http-proxy-middleware/issues"
  47. },
  48. "bundleDependencies": false,
  49. "commitlint": {
  50. "extends": [
  51. "@commitlint/config-conventional"
  52. ]
  53. },
  54. "dependencies": {
  55. "http-proxy": "^1.16.2",
  56. "is-glob": "^4.0.0",
  57. "lodash": "^4.17.5",
  58. "micromatch": "^3.1.9"
  59. },
  60. "deprecated": false,
  61. "description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
  62. "devDependencies": {
  63. "@commitlint/cli": "^6.1.3",
  64. "@commitlint/config-conventional": "^6.1.3",
  65. "browser-sync": "^2.23.6",
  66. "chai": "^4.1.2",
  67. "connect": "^3.6.6",
  68. "coveralls": "^3.0.0",
  69. "express": "^4.16.3",
  70. "husky": "^0.14.3",
  71. "istanbul": "^0.4.5",
  72. "istanbul-coveralls": "^1.0.3",
  73. "mocha": "^5.0.4",
  74. "mocha-lcov-reporter": "1.3.0",
  75. "opn": "^5.2.0",
  76. "snazzy": "^7.1.1",
  77. "standard": "^11.0.0",
  78. "ws": "^5.0.0"
  79. },
  80. "engines": {
  81. "node": ">=4.0.0"
  82. },
  83. "files": [
  84. "index.js",
  85. "lib"
  86. ],
  87. "homepage": "https://github.com/chimurai/http-proxy-middleware",
  88. "keywords": [
  89. "reverse",
  90. "proxy",
  91. "middleware",
  92. "http",
  93. "https",
  94. "connect",
  95. "express",
  96. "browser-sync",
  97. "gulp",
  98. "grunt-contrib-connect",
  99. "websocket",
  100. "ws",
  101. "cors"
  102. ],
  103. "license": "MIT",
  104. "main": "index.js",
  105. "name": "http-proxy-middleware",
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/chimurai/http-proxy-middleware.git"
  109. },
  110. "scripts": {
  111. "clean": "rm -rf coverage",
  112. "commitmsg": "commitlint -e $GIT_PARAMS",
  113. "cover": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
  114. "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec && istanbul-coveralls && npm run clean",
  115. "lint": "standard --verbose | snazzy --colors",
  116. "test": "npm run lint && mocha --recursive --colors --reporter spec"
  117. },
  118. "standard": {
  119. "env": [
  120. "mocha"
  121. ]
  122. },
  123. "version": "0.18.0"
  124. }