package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "pac-proxy-agent@1.1.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pac-proxy-agent@1.1.0",
  10. "_id": "pac-proxy-agent@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-QBELCWyLYPgE2Gj+4wUEiMscHrQ8nRPBzYItQNOHWavwBt25ohZHQC4qnd5IszdVVrFbLsQ+dPkm6eqdjJAmwQ==",
  13. "_location": "/pac-proxy-agent",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "pac-proxy-agent@1.1.0",
  19. "name": "pac-proxy-agent",
  20. "escapedName": "pac-proxy-agent",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/proxy-agent"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-1.1.0.tgz",
  29. "_spec": "1.1.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-pac-proxy-agent/issues"
  38. },
  39. "dependencies": {
  40. "agent-base": "2",
  41. "debug": "2",
  42. "extend": "3",
  43. "get-uri": "2",
  44. "http-proxy-agent": "1",
  45. "https-proxy-agent": "1",
  46. "pac-resolver": "~2.0.0",
  47. "raw-body": "2",
  48. "socks-proxy-agent": "2"
  49. },
  50. "description": "A PAC file proxy `http.Agent` implementation for HTTP",
  51. "devDependencies": {
  52. "mocha": "^3.4.2",
  53. "proxy": "0.2.3",
  54. "socksv5": "0.0.6"
  55. },
  56. "homepage": "https://github.com/TooTallNate/node-pac-proxy-agent",
  57. "keywords": [
  58. "pac",
  59. "proxy",
  60. "agent",
  61. "http",
  62. "https",
  63. "socks",
  64. "request",
  65. "access"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "pac-proxy-agent",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/TooTallNate/node-pac-proxy-agent.git"
  73. },
  74. "scripts": {
  75. "test": "mocha --reporter spec"
  76. },
  77. "version": "1.1.0"
  78. }