{
  "_from": "proxy-agent@^3.1.0",
  "_id": "proxy-agent@3.1.0",
  "_inBundle": false,
  "_integrity": "sha1-PPhu6RHJSHTeQ1nzfv2d4lFXwRM=",
  "_location": "/proxy-agent",
  "_phantomChildren": {
    "pseudomap": "1.0.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "proxy-agent@^3.1.0",
    "name": "proxy-agent",
    "escapedName": "proxy-agent",
    "rawSpec": "^3.1.0",
    "saveSpec": null,
    "fetchSpec": "^3.1.0"
  },
  "_requiredBy": [
    "/urllib"
  ],
  "_resolved": "https://registry.npm.alibaba-inc.com/proxy-agent/download/proxy-agent-3.1.0.tgz",
  "_shasum": "3cf86ee911c94874de4359f37efd9de25157c113",
  "_spec": "proxy-agent@^3.1.0",
  "_where": "/Users/liudan/ant-baas/alipay-program-plugin/node_modules/urllib",
  "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": "^3.0.0",
    "proxy-from-env": "^1.0.0",
    "socks-proxy-agent": "^4.0.1"
  },
  "deprecated": false,
  "description": "Maps proxy protocols to `http.Agent` implementations",
  "devDependencies": {
    "@types/agent-base": "^4.2.0",
    "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.1.0"
}
