package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "https-proxy-agent@1.0.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "https-proxy-agent@1.0.0",
  10. "_id": "https-proxy-agent@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-OZhm7//JDnQthMVqlPAfkZyPO2fMhfHY6gY+jZcX8rLfFiGtHiIQrfD80WvCDHNMQ77Ak3r5CiPRDD2rNzo2OQ==",
  13. "_location": "/https-proxy-agent",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "https-proxy-agent@1.0.0",
  19. "name": "https-proxy-agent",
  20. "escapedName": "https-proxy-agent",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/pac-proxy-agent",
  27. "/proxy-agent"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-1.0.0.tgz",
  30. "_spec": "1.0.0",
  31. "_where": "E:\\2023\\5\\myjadmin",
  32. "author": {
  33. "name": "Nathan Rajlich",
  34. "email": "nathan@tootallnate.net",
  35. "url": "http://n8.io/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/TooTallNate/node-https-proxy-agent/issues"
  39. },
  40. "dependencies": {
  41. "agent-base": "2",
  42. "debug": "2",
  43. "extend": "3"
  44. },
  45. "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
  46. "devDependencies": {
  47. "mocha": "2",
  48. "proxy": "~0.2.3",
  49. "semver": "~2.2.1"
  50. },
  51. "homepage": "https://github.com/TooTallNate/node-https-proxy-agent#readme",
  52. "keywords": [
  53. "https",
  54. "proxy",
  55. "endpoint",
  56. "agent"
  57. ],
  58. "license": "MIT",
  59. "main": "https-proxy-agent.js",
  60. "name": "https-proxy-agent",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/TooTallNate/node-https-proxy-agent.git"
  64. },
  65. "scripts": {
  66. "test": "mocha --reporter spec"
  67. },
  68. "version": "1.0.0"
  69. }