package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "http-proxy",
  3. "version": "1.18.1",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/http-party/node-http-proxy.git"
  7. },
  8. "description": "HTTP proxying for the masses",
  9. "author": "Charlie Robbins <charlie.robbins@gmail.com>",
  10. "maintainers": [
  11. "jcrugzz <jcrugzz@gmail.com>"
  12. ],
  13. "main": "index.js",
  14. "dependencies": {
  15. "eventemitter3": "^4.0.0",
  16. "requires-port": "^1.0.0",
  17. "follow-redirects": "^1.0.0"
  18. },
  19. "devDependencies": {
  20. "async": "^3.0.0",
  21. "auto-changelog": "^1.15.0",
  22. "concat-stream": "^2.0.0",
  23. "expect.js": "~0.3.1",
  24. "mocha": "^3.5.3",
  25. "nyc": "^14.0.0",
  26. "semver": "^5.0.3",
  27. "socket.io": "^2.1.0",
  28. "socket.io-client": "^2.1.0",
  29. "sse": "0.0.8",
  30. "ws": "^3.0.0"
  31. },
  32. "scripts": {
  33. "mocha": "mocha test/*-test.js",
  34. "test": "nyc --reporter=text --reporter=lcov npm run mocha",
  35. "version": "auto-changelog -p && git add CHANGELOG.md"
  36. },
  37. "engines": {
  38. "node": ">=8.0.0"
  39. },
  40. "license": "MIT",
  41. "__npminstall_done": true,
  42. "_from": "http-proxy@1.18.1",
  43. "_resolved": "https://registry.npmmirror.com/http-proxy/-/http-proxy-1.18.1.tgz"
  44. }