You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "http-proxy@^1.8.1",
  3. "_id": "http-proxy@1.17.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Taqn+3nNvYRfJ3bGvKfBSRwy1v6eePlm3oc/aWVxZp57DQr5Eq3xhKJi7Z4hZpS8PC3H4qI+Yly5EmFacGuA/g==",
  6. "_location": "/http-proxy",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "http-proxy@^1.8.1",
  12. "name": "http-proxy",
  13. "escapedName": "http-proxy",
  14. "rawSpec": "^1.8.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.8.1"
  17. },
  18. "_requiredBy": [
  19. "/http-server"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.17.0.tgz",
  22. "_shasum": "7ad38494658f84605e2f6db4436df410f4e5be9a",
  23. "_spec": "http-proxy@^1.8.1",
  24. "_where": "C:\\Users\\ittnerpa60944\\source\\repos\\MDTWebApp\\code\\code\\node_modules\\http-server",
  25. "author": {
  26. "name": "Charlie Robbins",
  27. "email": "charlie.robbins@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/nodejitsu/node-http-proxy/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "eventemitter3": "^3.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": "^2.0.0",
  42. "concat-stream": "^1.6.2",
  43. "expect.js": "~0.3.1",
  44. "mocha": "^3.5.3",
  45. "nyc": "^11.7.1",
  46. "semver": "^5.0.3",
  47. "socket.io": "^2.1.0",
  48. "socket.io-client": "^2.1.0",
  49. "sse": "0.0.6",
  50. "ws": "^0.8.0"
  51. },
  52. "engines": {
  53. "node": ">=4.0.0"
  54. },
  55. "homepage": "https://github.com/nodejitsu/node-http-proxy#readme",
  56. "license": "MIT",
  57. "main": "index.js",
  58. "maintainers": [
  59. {
  60. "name": "jcrugzz",
  61. "email": "jcrugzz@gmail.com"
  62. }
  63. ],
  64. "name": "http-proxy",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/nodejitsu/node-http-proxy.git"
  68. },
  69. "scripts": {
  70. "mocha": "mocha test/*-test.js",
  71. "test": "nyc --reporter=text --reporter=lcov npm run mocha"
  72. },
  73. "version": "1.17.0"
  74. }