package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "agent-base@2.1.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "agent-base@2.1.1",
  10. "_id": "agent-base@2.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-oDtZV740o3fr5oJtPLOsgH2hl2TRPscNXIx4VzzBwVlXVkv8RHm7XXqGAYg8t20+Gwu6LNDnx8HRMGqVGPZ8Vw==",
  13. "_location": "/agent-base",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "agent-base@2.1.1",
  19. "name": "agent-base",
  20. "escapedName": "agent-base",
  21. "rawSpec": "2.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.1"
  24. },
  25. "_requiredBy": [
  26. "/http-proxy-agent",
  27. "/https-proxy-agent",
  28. "/pac-proxy-agent",
  29. "/proxy-agent",
  30. "/socks-proxy-agent"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/agent-base/-/agent-base-2.1.1.tgz",
  33. "_spec": "2.1.1",
  34. "_where": "E:\\2023\\5\\myjadmin",
  35. "author": {
  36. "name": "Nathan Rajlich",
  37. "email": "nathan@tootallnate.net",
  38. "url": "http://n8.io/"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/TooTallNate/node-agent-base/issues"
  42. },
  43. "dependencies": {
  44. "extend": "~3.0.0",
  45. "semver": "~5.0.1"
  46. },
  47. "description": "Turn a function into an `http.Agent` instance",
  48. "devDependencies": {
  49. "mocha": "2",
  50. "ws": "0.8.0"
  51. },
  52. "homepage": "https://github.com/TooTallNate/node-agent-base#readme",
  53. "keywords": [
  54. "http",
  55. "agent",
  56. "base",
  57. "barebones",
  58. "https"
  59. ],
  60. "license": "MIT",
  61. "main": "agent.js",
  62. "name": "agent-base",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/TooTallNate/node-agent-base.git"
  66. },
  67. "scripts": {
  68. "test": "mocha --reporter spec"
  69. },
  70. "version": "2.1.1"
  71. }