|
{
"_from": "pac-proxy-agent@1",
"_id": "pac-proxy-agent@1.1.0",
"_inBundle": false,
"_integrity": "sha1-NKOF399h0vDsrOCIWMdF0+eR/U0=",
"_location": "/pac-proxy-agent",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pac-proxy-agent@1",
"name": "pac-proxy-agent",
"escapedName": "pac-proxy-agent",
"rawSpec": "1",
"saveSpec": null,
"fetchSpec": "1"
},
"_requiredBy": [
"/proxy-agent"
],
"_resolved": "http://registry.npm.taobao.org/pac-proxy-agent/download/pac-proxy-agent-1.1.0.tgz",
"_shasum": "34a385dfdf61d2f0ecace08858c745d3e791fd4d",
"_spec": "pac-proxy-agent@1",
"_where": "/Users/FFIB/Desktop/data_visualization/node_modules/proxy-agent",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io/"
},
"bugs": {
"url": "https://github.com/TooTallNate/node-pac-proxy-agent/issues"
},
"bundleDependencies": false,
"dependencies": {
"agent-base": "2",
"debug": "2",
"extend": "3",
"get-uri": "2",
"http-proxy-agent": "1",
"https-proxy-agent": "1",
"pac-resolver": "~2.0.0",
"raw-body": "2",
"socks-proxy-agent": "2"
},
"deprecated": false,
"description": "A PAC file proxy `http.Agent` implementation for HTTP",
"devDependencies": {
"mocha": "^3.4.2",
"proxy": "0.2.3",
"socksv5": "0.0.6"
},
"homepage": "https://github.com/TooTallNate/node-pac-proxy-agent",
"keywords": [
"pac",
"proxy",
"agent",
"http",
"https",
"socks",
"request",
"access"
],
"license": "MIT",
"main": "index.js",
"name": "pac-proxy-agent",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-pac-proxy-agent.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"version": "1.1.0"
}
|