{
  "_from": "proxy-agent@^2.0.0",
  "_id": "proxy-agent@2.3.1",
  "_inBundle": false,
  "_integrity": "sha512-CNKuhC1jVtm8KJYFTS2ZRO71VCBx3QSA92So/e6NrY6GoJonkx3Irnk4047EsCcswczwqAekRj3s8qLRGahSKg==",
  "_location": "/proxy-agent",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "proxy-agent@^2.0.0",
    "name": "proxy-agent",
    "escapedName": "proxy-agent",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/snyk"
  ],
  "_resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-2.3.1.tgz",
  "_shasum": "3d49d863d46cf5f37ca8394848346ea02373eac6",
  "_spec": "proxy-agent@^2.0.0",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/snyk",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://n8.io/"
  },
  "bugs": {
    "url": "https://github.com/TooTallNate/node-proxy-agent/issues"
  },
  "bundleDependencies": false,
  "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": "^3.0.0"
  },
  "deprecated": false,
  "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"
  },
  "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": "2.3.1"
}
