package.json 1.7 KB

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