93 lines
2.5 KiB
JSON
93 lines
2.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"pac-resolver@5.0.0",
|
|
"/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools"
|
|
]
|
|
],
|
|
"_from": "pac-resolver@5.0.0",
|
|
"_id": "pac-resolver@5.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-HXF6Ens9epQHoW1uGwErE7m6jcA=",
|
|
"_location": "/pac-resolver",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "pac-resolver@5.0.0",
|
|
"name": "pac-resolver",
|
|
"escapedName": "pac-resolver",
|
|
"rawSpec": "5.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/pac-proxy-agent"
|
|
],
|
|
"_resolved": "https://registry.nlark.com/pac-resolver/download/pac-resolver-5.0.0.tgz?cache=0&sync_timestamp=1626126461076&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpac-resolver%2Fdownload%2Fpac-resolver-5.0.0.tgz",
|
|
"_spec": "5.0.0",
|
|
"_where": "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools",
|
|
"author": {
|
|
"name": "Nathan Rajlich",
|
|
"email": "nathan@tootallnate.net",
|
|
"url": "http://n8.io/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/TooTallNate/node-pac-resolver/issues"
|
|
},
|
|
"dependencies": {
|
|
"degenerator": "^3.0.1",
|
|
"ip": "^1.1.5",
|
|
"netmask": "^2.0.1"
|
|
},
|
|
"description": "Generates an asynchronous resolver function from a PAC file",
|
|
"devDependencies": {
|
|
"@types/debug": "4",
|
|
"@types/ip": "^1.1.0",
|
|
"@types/netmask": "^1.0.30",
|
|
"@types/node": "^12.12.11",
|
|
"@typescript-eslint/eslint-plugin": "1.6.0",
|
|
"@typescript-eslint/parser": "1.1.0",
|
|
"eslint": "5.16.0",
|
|
"eslint-config-airbnb": "17.1.0",
|
|
"eslint-config-prettier": "4.1.0",
|
|
"eslint-import-resolver-typescript": "1.1.1",
|
|
"eslint-plugin-import": "2.16.0",
|
|
"eslint-plugin-jsx-a11y": "6.2.1",
|
|
"eslint-plugin-react": "7.12.4",
|
|
"mocha": "^6.2.2",
|
|
"rimraf": "^3.0.0",
|
|
"typescript": "^4.3.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/TooTallNate/node-pac-resolver#readme",
|
|
"keywords": [
|
|
"pac",
|
|
"file",
|
|
"proxy",
|
|
"resolve",
|
|
"dns"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"name": "pac-resolver",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/TooTallNate/node-pac-resolver.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prebuild": "rimraf dist",
|
|
"prepublishOnly": "npm run build",
|
|
"test": "mocha --reporter spec",
|
|
"test-lint": "eslint src --ext .js,.ts"
|
|
},
|
|
"types": "./dist/index.d.ts",
|
|
"version": "5.0.0"
|
|
}
|