package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "agent-base@4.2.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "agent-base@4.2.0",
  9. "_id": "agent-base@4.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-c+R/U5X+2zz2+UCrCFv6odQzJdoqI+YecuhnAJLa1zYaMc13zPfwMwZrr91Pd1DYNo/yPRbiM4WVf9whgwFsIg==",
  12. "_location": "/agent-base",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "agent-base@4.2.0",
  18. "name": "agent-base",
  19. "escapedName": "agent-base",
  20. "rawSpec": "4.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.2.0"
  23. },
  24. "_requiredBy": [
  25. "/proxy-agent",
  26. "/socks-proxy-agent"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.2.0.tgz",
  29. "_spec": "4.2.0",
  30. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  31. "author": {
  32. "name": "Nathan Rajlich",
  33. "email": "nathan@tootallnate.net",
  34. "url": "http://n8.io/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/TooTallNate/node-agent-base/issues"
  38. },
  39. "dependencies": {
  40. "es6-promisify": "^5.0.0"
  41. },
  42. "description": "Turn a function into an `http.Agent` instance",
  43. "devDependencies": {
  44. "mocha": "^3.4.2",
  45. "ws": "^3.0.0"
  46. },
  47. "engines": {
  48. "node": ">= 4.0.0"
  49. },
  50. "homepage": "https://github.com/TooTallNate/node-agent-base#readme",
  51. "keywords": [
  52. "http",
  53. "agent",
  54. "base",
  55. "barebones",
  56. "https"
  57. ],
  58. "license": "MIT",
  59. "main": "./index.js",
  60. "name": "agent-base",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/TooTallNate/node-agent-base.git"
  64. },
  65. "scripts": {
  66. "test": "mocha --reporter spec"
  67. },
  68. "version": "4.2.0"
  69. }