package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "http-proxy@^1.18.1",
  3. "_id": "http-proxy@1.18.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
  6. "_location": "/http-proxy",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "http-proxy@^1.18.1",
  12. "name": "http-proxy",
  13. "escapedName": "http-proxy",
  14. "rawSpec": "^1.18.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.18.1"
  17. },
  18. "_requiredBy": [
  19. "/http-proxy-middleware",
  20. "/webpack-dev-server/http-proxy-middleware"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
  23. "_shasum": "401541f0534884bbf95260334e72f88ee3976549",
  24. "_spec": "http-proxy@^1.18.1",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\http-proxy-middleware",
  26. "author": {
  27. "name": "Charlie Robbins",
  28. "email": "charlie.robbins@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/http-party/node-http-proxy/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "eventemitter3": "^4.0.0",
  36. "follow-redirects": "^1.0.0",
  37. "requires-port": "^1.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "HTTP proxying for the masses",
  41. "devDependencies": {
  42. "async": "^3.0.0",
  43. "auto-changelog": "^1.15.0",
  44. "concat-stream": "^2.0.0",
  45. "expect.js": "~0.3.1",
  46. "mocha": "^3.5.3",
  47. "nyc": "^14.0.0",
  48. "semver": "^5.0.3",
  49. "socket.io": "^2.1.0",
  50. "socket.io-client": "^2.1.0",
  51. "sse": "0.0.8",
  52. "ws": "^3.0.0"
  53. },
  54. "engines": {
  55. "node": ">=8.0.0"
  56. },
  57. "homepage": "https://github.com/http-party/node-http-proxy#readme",
  58. "license": "MIT",
  59. "main": "index.js",
  60. "maintainers": [
  61. {
  62. "name": "jcrugzz",
  63. "email": "jcrugzz@gmail.com"
  64. }
  65. ],
  66. "name": "http-proxy",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/http-party/node-http-proxy.git"
  70. },
  71. "scripts": {
  72. "mocha": "mocha test/*-test.js",
  73. "test": "nyc --reporter=text --reporter=lcov npm run mocha",
  74. "version": "auto-changelog -p && git add CHANGELOG.md"
  75. },
  76. "version": "1.18.1"
  77. }