package.json 959 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "http-proxy-agent",
  3. "version": "2.1.0",
  4. "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
  5. "main": "./index.js",
  6. "scripts": {
  7. "test": "mocha --reporter spec"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/TooTallNate/node-http-proxy-agent.git"
  12. },
  13. "keywords": [
  14. "http",
  15. "proxy",
  16. "endpoint",
  17. "agent"
  18. ],
  19. "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/TooTallNate/node-http-proxy-agent/issues"
  23. },
  24. "dependencies": {
  25. "agent-base": "4",
  26. "debug": "3.1.0"
  27. },
  28. "devDependencies": {
  29. "mocha": "3",
  30. "proxy": "~0.2.3"
  31. },
  32. "engines": {
  33. "node": ">= 4.5.0"
  34. },
  35. "__npminstall_done": "Thu Dec 24 2020 20:20:44 GMT+0800 (CST)",
  36. "_from": "http-proxy-agent@2.1.0",
  37. "_resolved": "https://registry.npm.taobao.org/http-proxy-agent/download/http-proxy-agent-2.1.0.tgz"
  38. }