99 lines
2.6 KiB
JSON
99 lines
2.6 KiB
JSON
{
|
|
"_from": "pac-proxy-agent@^5.0.0",
|
|
"_id": "pac-proxy-agent@5.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-CcFG3ZtnxO8McDigozwE3AqAw15zDvGH+OjXO4kzf7IkEKkQ4gxQ+3sdF50WmhQ4P/bVusXcqNE2S3XrNURwzQ==",
|
|
"_location": "/pac-proxy-agent",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "pac-proxy-agent@^5.0.0",
|
|
"name": "pac-proxy-agent",
|
|
"escapedName": "pac-proxy-agent",
|
|
"rawSpec": "^5.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/proxy-agent"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-5.0.0.tgz",
|
|
"_shasum": "b718f76475a6a5415c2efbe256c1c971c84f635e",
|
|
"_spec": "pac-proxy-agent@^5.0.0",
|
|
"_where": "/var/www/api.medcify.app/node_modules/proxy-agent",
|
|
"author": {
|
|
"name": "Nathan Rajlich",
|
|
"email": "nathan@tootallnate.net",
|
|
"url": "http://n8.io/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/TooTallNate/node-pac-proxy-agent/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@tootallnate/once": "1",
|
|
"agent-base": "6",
|
|
"debug": "4",
|
|
"get-uri": "3",
|
|
"http-proxy-agent": "^4.0.1",
|
|
"https-proxy-agent": "5",
|
|
"pac-resolver": "^5.0.0",
|
|
"raw-body": "^2.2.0",
|
|
"socks-proxy-agent": "5"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A PAC file proxy `http.Agent` implementation for HTTP",
|
|
"devDependencies": {
|
|
"@types/debug": "4",
|
|
"@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",
|
|
"proxy": "1",
|
|
"rimraf": "^3.0.0",
|
|
"socksv5": "0.0.6",
|
|
"typescript": "^3.5.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/TooTallNate/node-pac-proxy-agent",
|
|
"keywords": [
|
|
"pac",
|
|
"proxy",
|
|
"agent",
|
|
"http",
|
|
"https",
|
|
"socks",
|
|
"request",
|
|
"access"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"name": "pac-proxy-agent",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/TooTallNate/node-pac-proxy-agent.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"
|
|
}
|