package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "proxy-agent@2.2.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "proxy-agent@2.2.0",
  9. "_id": "proxy-agent@2.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-cmWjNB7/5pVrYAFAt+6ppLyUAWd4LhWw47hkUISXHAieM5jT2PWjhh1dbpHUEX3lJhWjAqdNGrW8RnUFfLCU9w==",
  12. "_location": "/proxy-agent",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "proxy-agent@2.2.0",
  18. "name": "proxy-agent",
  19. "escapedName": "proxy-agent",
  20. "rawSpec": "2.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.2.0"
  23. },
  24. "_requiredBy": [
  25. "/urllib"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-2.2.0.tgz",
  28. "_spec": "2.2.0",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Nathan Rajlich",
  32. "email": "nathan@tootallnate.net",
  33. "url": "http://n8.io/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/TooTallNate/node-proxy-agent/issues"
  37. },
  38. "dependencies": {
  39. "agent-base": "^4.2.0",
  40. "debug": "^2.6.8",
  41. "http-proxy-agent": "^1.0.0",
  42. "https-proxy-agent": "^1.0.0",
  43. "lru-cache": "^2.6.5",
  44. "pac-proxy-agent": "^2.0.0",
  45. "socks-proxy-agent": "^3.0.0"
  46. },
  47. "description": "Maps proxy protocols to `http.Agent` implementations",
  48. "devDependencies": {
  49. "mocha": "^3.4.2",
  50. "proxy": "0.2.3",
  51. "socksv5": "0.0.6",
  52. "stream-to-buffer": "0.1.0"
  53. },
  54. "homepage": "https://github.com/TooTallNate/node-proxy-agent",
  55. "keywords": [
  56. "http",
  57. "https",
  58. "socks",
  59. "agent",
  60. "mapping",
  61. "proxy",
  62. "cache"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "proxy-agent",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/TooTallNate/node-proxy-agent.git"
  70. },
  71. "scripts": {
  72. "test": "mocha --reporter spec"
  73. },
  74. "version": "2.2.0"
  75. }