package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "https-proxy-agent@^1.0.0",
  6. "scope": null,
  7. "escapedName": "https-proxy-agent",
  8. "name": "https-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": "https-proxy-agent@>=1.0.0 <2.0.0",
  17. "_id": "https-proxy-agent@1.0.0",
  18. "_inCache": true,
  19. "_location": "/https-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": "https-proxy-agent@^1.0.0",
  29. "scope": null,
  30. "escapedName": "https-proxy-agent",
  31. "name": "https-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/https-proxy-agent/-/https-proxy-agent-1.0.0.tgz",
  40. "_shasum": "35f7da6c48ce4ddbfa264891ac593ee5ff8671e6",
  41. "_shrinkwrap": null,
  42. "_spec": "https-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-https-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 HTTPS",
  58. "devDependencies": {
  59. "mocha": "2",
  60. "proxy": "~0.2.3",
  61. "semver": "~2.2.1"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "35f7da6c48ce4ddbfa264891ac593ee5ff8671e6",
  66. "tarball": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-1.0.0.tgz"
  67. },
  68. "gitHead": "cb7577b6aa9a2466ca7612b1ebd6fc281407187f",
  69. "homepage": "https://github.com/TooTallNate/node-https-proxy-agent#readme",
  70. "keywords": [
  71. "https",
  72. "proxy",
  73. "endpoint",
  74. "agent"
  75. ],
  76. "license": "MIT",
  77. "main": "https-proxy-agent.js",
  78. "maintainers": [
  79. {
  80. "name": "tootallnate",
  81. "email": "nathan@tootallnate.net"
  82. }
  83. ],
  84. "name": "https-proxy-agent",
  85. "optionalDependencies": {},
  86. "readme": "ERROR: No README data found!",
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/TooTallNate/node-https-proxy-agent.git"
  90. },
  91. "scripts": {
  92. "test": "mocha --reporter spec"
  93. },
  94. "version": "1.0.0"
  95. }