{ "name": "pac-proxy-agent", "version": "1.1.0", "description": "A PAC file proxy `http.Agent` implementation for HTTP", "main": "index.js", "scripts": { "test": "mocha --reporter spec" }, "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-pac-proxy-agent.git" }, "keywords": [ "pac", "proxy", "agent", "http", "https", "socks", "request", "access" ], "author": "Nathan Rajlich (http://n8.io/)", "license": "MIT", "bugs": { "url": "https://github.com/TooTallNate/node-pac-proxy-agent/issues" }, "homepage": "https://github.com/TooTallNate/node-pac-proxy-agent", "dependencies": { "agent-base": "2", "debug": "2", "extend": "3", "get-uri": "2", "http-proxy-agent": "1", "https-proxy-agent": "1", "pac-resolver": "~2.0.0", "socks-proxy-agent": "2", "raw-body": "2" }, "devDependencies": { "mocha": "^3.4.2", "proxy": "0.2.3", "socksv5": "0.0.6" } }