package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "http-proxy-agent@^2.1.0",
  3. "_id": "http-proxy-agent@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qwHbBLV7WviBl0rQsOzH6o5lwyOIvwp/BdFnvVxXORldu5TmjFfjzBcWUWS5kWAZhmv+JtiDhSuQCp4sBfbIgg==",
  6. "_location": "/http-proxy-agent",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "http-proxy-agent@^2.1.0",
  12. "name": "http-proxy-agent",
  13. "escapedName": "http-proxy-agent",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/make-fetch-happen",
  20. "/npm-profile/make-fetch-happen",
  21. "/npm-registry-fetch/make-fetch-happen"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-2.1.0.tgz",
  24. "_shasum": "e4821beef5b2142a2026bd73926fe537631c5405",
  25. "_spec": "http-proxy-agent@^2.1.0",
  26. "_where": "/Users/rebecca/code/npm/node_modules/make-fetch-happen",
  27. "author": {
  28. "name": "Nathan Rajlich",
  29. "email": "nathan@tootallnate.net",
  30. "url": "http://n8.io/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/TooTallNate/node-http-proxy-agent/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "agent-base": "4",
  38. "debug": "3.1.0"
  39. },
  40. "deprecated": false,
  41. "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
  42. "devDependencies": {
  43. "mocha": "3",
  44. "proxy": "~0.2.3"
  45. },
  46. "engines": {
  47. "node": ">= 4.5.0"
  48. },
  49. "homepage": "https://github.com/TooTallNate/node-http-proxy-agent#readme",
  50. "keywords": [
  51. "http",
  52. "proxy",
  53. "endpoint",
  54. "agent"
  55. ],
  56. "license": "MIT",
  57. "main": "./index.js",
  58. "name": "http-proxy-agent",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/TooTallNate/node-http-proxy-agent.git"
  62. },
  63. "scripts": {
  64. "test": "mocha --reporter spec"
  65. },
  66. "version": "2.1.0"
  67. }