package.json 1004 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "https-proxy-agent",
  3. "version": "3.0.1",
  4. "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
  5. "main": "./index.js",
  6. "types": "./index.d.ts",
  7. "scripts": {
  8. "test": "mocha --reporter spec"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/TooTallNate/node-https-proxy-agent.git"
  13. },
  14. "keywords": [
  15. "https",
  16. "proxy",
  17. "endpoint",
  18. "agent"
  19. ],
  20. "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/TooTallNate/node-https-proxy-agent/issues"
  24. },
  25. "dependencies": {
  26. "agent-base": "^4.3.0",
  27. "debug": "^3.1.0"
  28. },
  29. "devDependencies": {
  30. "mocha": "^6.2.0",
  31. "proxy": "1.0.1"
  32. },
  33. "engines": {
  34. "node": ">= 4.5.0"
  35. },
  36. "__npminstall_done": "Thu Dec 24 2020 20:20:44 GMT+0800 (CST)",
  37. "_from": "https-proxy-agent@3.0.1",
  38. "_resolved": "https://registry.npm.taobao.org/https-proxy-agent/download/https-proxy-agent-3.0.1.tgz"
  39. }