os-proxy-config
Version:
Access the operating system proxy configuration from Node.js, for all platforms
54 lines (53 loc) • 1.25 kB
JSON
{
"name": "os-proxy-config",
"version": "1.1.2",
"description": "Access the operating system proxy configuration from Node.js, for all platforms",
"main": "dist/index.js",
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsc -p .",
"pretest": "npm run build",
"test": "cross-env TS_NODE_FILES=true mocha -r ts-node/register 'test/*.spec.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/httptoolkit/os-proxy-config.git"
},
"keywords": [
"mac",
"osx",
"windows",
"linux",
"system",
"proxy",
"proxies",
"pac",
"http",
"socks",
"config",
"configuration"
],
"author": "Tim Perry <tim@httptoolkit.tech>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/httptoolkit/os-proxy-config/issues"
},
"homepage": "https://github.com/httptoolkit/os-proxy-config#readme",
"devDependencies": {
"@types/chai": "^4.2.18",
"@types/mocha": "^8.2.2",
"@types/node": "^22.14.1",
"chai": "^4.3.4",
"cross-env": "^7.0.3",
"mocha": "^8.4.0",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},
"dependencies": {
"mac-system-proxy": "^1.0.0",
"windows-system-proxy": "^1.0.0"
}
}