88 lines
2.3 KiB
JSON
88 lines
2.3 KiB
JSON
|
{
|
||
|
"_from": "pac-resolver@^5.0.0",
|
||
|
"_id": "pac-resolver@5.0.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-cy7u00ko2KVgBAjuhevqpPeHIkCIqPe1v24cydhWjmeuzaBfmUWFCZJ1iAh5TuVzVZoUzXIW7K8sMYOZ84uZ9Q==",
|
||
|
"_location": "/pac-resolver",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"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.npmjs.org/pac-resolver/-/pac-resolver-5.0.1.tgz",
|
||
|
"_shasum": "c91efa3a9af9f669104fa2f51102839d01cde8e7",
|
||
|
"_spec": "pac-resolver@^5.0.0",
|
||
|
"_where": "/var/www/api.medcify.app/node_modules/pac-proxy-agent",
|
||
|
"author": {
|
||
|
"name": "Nathan Rajlich",
|
||
|
"email": "nathan@tootallnate.net",
|
||
|
"url": "http://n8.io/"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/TooTallNate/node-pac-resolver/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"degenerator": "^3.0.2",
|
||
|
"ip": "^1.1.5",
|
||
|
"netmask": "^2.0.2"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"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": "^17.0.19",
|
||
|
"@typescript-eslint/eslint-plugin": "5.12.0",
|
||
|
"@typescript-eslint/parser": "5.12.0",
|
||
|
"eslint": "^8.9.0",
|
||
|
"eslint-config-airbnb": "19.0.4",
|
||
|
"eslint-config-prettier": "8.4.0",
|
||
|
"eslint-import-resolver-typescript": "2.5.0",
|
||
|
"eslint-plugin-import": "2.25.4",
|
||
|
"mocha": "^9.2.1",
|
||
|
"rimraf": "^3.0.2",
|
||
|
"typescript": "^4.5.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.1"
|
||
|
}
|