package.json 1.8 KB

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