package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "pac-proxy-agent@2.0.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "pac-proxy-agent@2.0.0",
  9. "_id": "pac-proxy-agent@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-t57UiJpi5mFLTvjheC1SNSwIhml3+ElNOj69iRrydtQXZJr8VIFYSDtyPi/3ZysA62kD2dmww6pDlzk0VaONZg==",
  12. "_location": "/pac-proxy-agent",
  13. "_phantomChildren": {
  14. "extend": "3.0.1"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "pac-proxy-agent@2.0.0",
  20. "name": "pac-proxy-agent",
  21. "escapedName": "pac-proxy-agent",
  22. "rawSpec": "2.0.0",
  23. "saveSpec": null,
  24. "fetchSpec": "2.0.0"
  25. },
  26. "_requiredBy": [
  27. "/proxy-agent"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-2.0.0.tgz",
  30. "_spec": "2.0.0",
  31. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  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-pac-proxy-agent/issues"
  39. },
  40. "dependencies": {
  41. "agent-base": "^2.1.1",
  42. "debug": "^2.6.8",
  43. "get-uri": "^2.0.0",
  44. "http-proxy-agent": "^1.0.0",
  45. "https-proxy-agent": "^1.0.0",
  46. "pac-resolver": "^3.0.0",
  47. "raw-body": "^2.2.0",
  48. "socks-proxy-agent": "^3.0.0"
  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": "2.0.0"
  78. }