package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "agent-base@2",
  6. "scope": null,
  7. "escapedName": "agent-base",
  8. "name": "agent-base",
  9. "rawSpec": "2",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/http-proxy-agent"
  14. ]
  15. ],
  16. "_from": "agent-base@>=2.0.0 <3.0.0",
  17. "_id": "agent-base@2.0.1",
  18. "_inCache": true,
  19. "_location": "/agent-base",
  20. "_nodeVersion": "0.12.7",
  21. "_npmUser": {
  22. "name": "tootallnate",
  23. "email": "nathan@tootallnate.net"
  24. },
  25. "_npmVersion": "2.11.3",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "agent-base@2",
  29. "scope": null,
  30. "escapedName": "agent-base",
  31. "name": "agent-base",
  32. "rawSpec": "2",
  33. "spec": ">=2.0.0 <3.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/http-proxy-agent",
  38. "/https-proxy-agent"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/agent-base/-/agent-base-2.0.1.tgz",
  41. "_shasum": "bd8f9e86a8eb221fffa07bd14befd55df142815e",
  42. "_shrinkwrap": null,
  43. "_spec": "agent-base@2",
  44. "_where": "/home/robert/workspace/xmlrpc/node_modules/http-proxy-agent",
  45. "author": {
  46. "name": "Nathan Rajlich",
  47. "email": "nathan@tootallnate.net",
  48. "url": "http://n8.io/"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/TooTallNate/node-agent-base/issues"
  52. },
  53. "dependencies": {
  54. "extend": "~3.0.0",
  55. "semver": "~5.0.1"
  56. },
  57. "description": "Turn a function into an `http.Agent` instance",
  58. "devDependencies": {
  59. "mocha": "2"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "bd8f9e86a8eb221fffa07bd14befd55df142815e",
  64. "tarball": "https://registry.npmjs.org/agent-base/-/agent-base-2.0.1.tgz"
  65. },
  66. "gitHead": "b46938339bcecd261939dc55798270d0398ad8f0",
  67. "homepage": "https://github.com/TooTallNate/node-agent-base#readme",
  68. "keywords": [
  69. "http",
  70. "agent",
  71. "base",
  72. "barebones",
  73. "https"
  74. ],
  75. "license": "MIT",
  76. "main": "agent.js",
  77. "maintainers": [
  78. {
  79. "name": "tootallnate",
  80. "email": "nathan@tootallnate.net"
  81. }
  82. ],
  83. "name": "agent-base",
  84. "optionalDependencies": {},
  85. "readme": "ERROR: No README data found!",
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/TooTallNate/node-agent-base.git"
  89. },
  90. "scripts": {
  91. "test": "mocha --reporter spec"
  92. },
  93. "version": "2.0.1"
  94. }