package.json 2.0 KB

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