{ "name": "pac-proxy-agent", "version": "2.0.2", "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": "^4.2.0", "debug": "^3.1.0", "get-uri": "^2.0.0", "http-proxy-agent": "^2.1.0", "https-proxy-agent": "^2.2.1", "pac-resolver": "^3.0.0", "raw-body": "^2.2.0", "socks-proxy-agent": "^3.0.0" }, "devDependencies": { "mocha": "^5.0.5", "proxy": "0.2.4", "socksv5": "0.0.6" } }