webdriverio-automation
Version:
WebdriverIO-Automation android ios project
40 lines (39 loc) • 1.02 kB
JSON
{
"name": "https-proxy-agent",
"version": "4.0.0",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-https-proxy-agent.git"
},
"keywords": [
"https",
"proxy",
"endpoint",
"agent"
],
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TooTallNate/node-https-proxy-agent/issues"
},
"dependencies": {
"agent-base": "5",
"debug": "4"
},
"devDependencies": {
"mocha": "6",
"proxy": "1"
},
"engines": {
"node": ">= 6.0.0"
}
,"_resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-4.0.0.tgz"
,"_integrity": "sha512-zoDhWrkR3of1l9QAL8/scJZyLu8j/gBkcwcaQOZh7Gyh/+uJQzGVETdgT30akuwkpL8HTRfssqI3BZuV18teDg=="
,"_from": "https-proxy-agent@4.0.0"
}