package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "http-proxy-agent@1.0.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "http-proxy-agent@1.0.0",
  10. "_id": "http-proxy-agent@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-6YMslTZtuupu4irnNBi1bM6dG0UqHBHqObHQn3awavmNXe9CGkmw7KZ68EyAnJk3yBlLpbLwux5+bY1lneDFmg==",
  13. "_location": "/http-proxy-agent",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "http-proxy-agent@1.0.0",
  19. "name": "http-proxy-agent",
  20. "escapedName": "http-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/http-proxy-agent/-/http-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-http-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 HTTP",
  46. "devDependencies": {
  47. "mocha": "2",
  48. "proxy": "~0.2.3"
  49. },
  50. "homepage": "https://github.com/TooTallNate/node-http-proxy-agent#readme",
  51. "keywords": [
  52. "http",
  53. "proxy",
  54. "endpoint",
  55. "agent"
  56. ],
  57. "license": "MIT",
  58. "main": "http-proxy-agent.js",
  59. "name": "http-proxy-agent",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/TooTallNate/node-http-proxy-agent.git"
  63. },
  64. "scripts": {
  65. "test": "mocha --reporter spec"
  66. },
  67. "version": "1.0.0"
  68. }