{
  "_args": [
    [
      "proxy-agent@3.0.1",
      "/app"
    ]
  ],
  "_from": "proxy-agent@3.0.1",
  "_id": "proxy-agent@3.0.1",
  "_inBundle": false,
  "_integrity": "sha512-mAZexaz9ZxQhYPWfAjzlrloEjW+JHiBFryE4AJXFDTnaXfmH/FKqC1swTRKuEPbHWz02flQNXFOyDUF7zfEG6A==",
  "_location": "/proxy-agent",
  "_phantomChildren": {
    "es6-promisify": "5.0.0",
    "pseudomap": "1.0.2",
    "yallist": "2.1.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "proxy-agent@3.0.1",
    "name": "proxy-agent",
    "escapedName": "proxy-agent",
    "rawSpec": "3.0.1",
    "saveSpec": null,
    "fetchSpec": "3.0.1"
  },
  "_requiredBy": [
    "/mailgun-js"
  ],
  "_resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-3.0.1.tgz",
  "_spec": "3.0.1",
  "_where": "/app",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://n8.io/"
  },
  "bugs": {
    "url": "https://github.com/TooTallNate/node-proxy-agent/issues"
  },
  "dependencies": {
    "agent-base": "^4.2.0",
    "debug": "^3.1.0",
    "http-proxy-agent": "^2.1.0",
    "https-proxy-agent": "^2.2.1",
    "lru-cache": "^4.1.2",
    "pac-proxy-agent": "^2.0.1",
    "proxy-from-env": "^1.0.0",
    "socks-proxy-agent": "^4.0.1"
  },
  "description": "Maps proxy protocols to `http.Agent` implementations",
  "devDependencies": {
    "mocha": "^5.0.5",
    "proxy": "0.2.4",
    "socksv5": "0.0.6",
    "stream-to-buffer": "0.1.0"
  },
  "engines": {
    "node": ">=6"
  },
  "homepage": "https://github.com/TooTallNate/node-proxy-agent",
  "keywords": [
    "http",
    "https",
    "socks",
    "agent",
    "mapping",
    "proxy",
    "cache"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "proxy-agent",
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/node-proxy-agent.git"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "version": "3.0.1"
}
