package.json 2.4 KB

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