react-h2p-puppeteer
Version:
just the puppeteer package used in react-h2p
36 lines (35 loc) • 770 B
JSON
{
"name": "https-proxy-agent",
"version": "2.2.1",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
"main": "./index.js",
"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": "^4.1.0",
"debug": "^3.1.0"
},
"devDependencies": {
"mocha": "^3.4.2",
"proxy": "^0.2.4"
},
"engines": {
"node": ">= 4.5.0"
}
}