UNPKG

get-proxy-settings

Version:

Retrieve proxy settings specified by the system

48 lines (47 loc) 1.27 kB
{ "name": "get-proxy-settings", "version": "0.1.13", "description": "Retrieve proxy settings specified by the system", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "tslint": "tslint --project tsconfig.json src/**/*.ts", "build": "tsc", "prepare": "npm run build", "test": "mocha", "test-watch": "mocha --watch --watch-extensions ts" }, "repository": { "type": "git", "url": "git+https://github.com/Azure/get-proxy-settings.git" }, "keywords": [ "proxy", "http_proxy", "https_proxy" ], "author": "tiguerin@microsoft.com", "license": "MIT", "bugs": { "url": "https://github.com/Azure/get-proxy-settings/issues" }, "homepage": "https://github.com/Azure/get-proxy-settings", "devDependencies": { "@types/chai": "~4.1.2", "@types/mocha": "~2.2.48", "@types/nock": "~9.1.2", "@types/node": "~9.4.0", "@types/proxyquire": "^1.3.28", "chai": "~4.1.2", "mocha": "^8.1.1", "nock": "~9.1.6", "proxyquire": "^2.0.1", "ts-node": "~4.1.0", "tslint": "~5.9.1", "tslint-no-unused-expression-chai": "0.0.3", "typescript": "~2.7.1" }, "dependencies": { "npm-conf": "~1.1.3" } }