| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "pac-resolver",
- "version": "2.0.0",
- "description": "Generates an asynchronous resolver function from a PAC file",
- "main": "index.js",
- "dependencies": {
- "co": "~3.0.6",
- "netmask": "~1.0.4",
- "degenerator": "~1.0.2",
- "thunkify": "~2.1.1",
- "ip": "1.0.1"
- },
- "devDependencies": {
- "mocha": "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 <nathan@tootallnate.net> (http://n8.io/)",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/TooTallNate/node-pac-resolver/issues"
- }
- }
|