package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "pac-proxy-agent",
  3. "version": "3.0.1",
  4. "description": "A PAC file 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-pac-proxy-agent.git"
  12. },
  13. "keywords": [
  14. "pac",
  15. "proxy",
  16. "agent",
  17. "http",
  18. "https",
  19. "socks",
  20. "request",
  21. "access"
  22. ],
  23. "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
  24. "license": "MIT",
  25. "bugs": {
  26. "url": "https://github.com/TooTallNate/node-pac-proxy-agent/issues"
  27. },
  28. "homepage": "https://github.com/TooTallNate/node-pac-proxy-agent",
  29. "dependencies": {
  30. "agent-base": "^4.2.0",
  31. "debug": "^4.1.1",
  32. "get-uri": "^2.0.0",
  33. "http-proxy-agent": "^2.1.0",
  34. "https-proxy-agent": "^3.0.0",
  35. "pac-resolver": "^3.0.0",
  36. "raw-body": "^2.2.0",
  37. "socks-proxy-agent": "^4.0.1"
  38. },
  39. "devDependencies": {
  40. "mocha": "6",
  41. "proxy": "^1.0.1",
  42. "socksv5": "0.0.6"
  43. },
  44. "__npminstall_done": "Thu Dec 24 2020 20:20:44 GMT+0800 (CST)",
  45. "_from": "pac-proxy-agent@3.0.1",
  46. "_resolved": "https://registry.npm.taobao.org/pac-proxy-agent/download/pac-proxy-agent-3.0.1.tgz"
  47. }