package.json 2.1 KB

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