{ "name": "pac-resolver", "version": "3.0.0", "description": "Generates an asynchronous resolver function from a PAC file", "main": "index.js", "dependencies": { "co": "^4.6.0", "degenerator": "^1.0.4", "ip": "^1.1.5", "netmask": "^1.0.6", "thunkify": "^2.1.2" }, "devDependencies": { "mocha": "^3.4.2" }, "scripts": { "test": "mocha --reporter spec" }, "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-pac-resolver.git" }, "keywords": [ "pac", "file", "proxy", "resolve", "dns" ], "author": "Nathan Rajlich (http://n8.io/)", "license": "MIT", "bugs": { "url": "https://github.com/TooTallNate/node-pac-resolver/issues" } }