package.json 1.7 KB

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