package.json 3.0 KB

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