httpx-proxy-agent-config
Version:
A Node proxy definition for http/https with proxy and blacklist/whitelist configuration.
48 lines (47 loc) • 1.18 kB
JSON
{
"name": "httpx-proxy-agent-config",
"version": "0.0.4",
"description": "A Node proxy definition for http/https with proxy and blacklist/whitelist configuration.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --check-leaks ./tests/**.js"
},
"engines": {
"node": ">=7.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bloublou2014/httpx-proxy-agent-config.git"
},
"keywords": [
"http",
"https",
"io",
"proxy",
"http_proxy",
"https_proxy",
"node",
"whitelist",
"blacklist",
"oauth",
"passportjs",
"google-oauth-2"
],
"author": "BlouBlou <bloublou2014@gmail.com>",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/bloublou2014/httpx-proxy-agent-config/issues"
},
"homepage": "https://github.com/bloublou2014/httpx-proxy-agent-config#readme",
"dependencies": {
"http-proxy-agent": "^2.1.0",
"https-proxy-agent": "^2.2.1",
"rc": "^1.1.6"
},
"devDependencies": {
"benchmark": "^2.1.4",
"mocha": "^5.2.0",
"should": "^13.2.1"
}
}