| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "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 <nathan@tootallnate.net> (http://n8.io/)",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/TooTallNate/node-pac-resolver/issues"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:47 GMT+0800 (CST)",
- "_from": "pac-resolver@3.0.0",
- "_resolved": "https://registry.npm.taobao.org/pac-resolver/download/pac-resolver-3.0.0.tgz"
- }
|