65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"_from": "https-proxy-agent@^2.1.0",
|
|
"_id": "https-proxy-agent@2.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-LK6tQUR/VOkTI6ygAfWUKKP95I+e6M1h7N3PncGu1CATHCnex+CAv9ttR0lbHu1Uk2PXm/WoAHFo6JCGwMjVMw==",
|
|
"_location": "/https-proxy-agent",
|
|
"_phantomChildren": {
|
|
"ms": "2.0.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "https-proxy-agent@^2.1.0",
|
|
"name": "https-proxy-agent",
|
|
"escapedName": "https-proxy-agent",
|
|
"rawSpec": "^2.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/github"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.1.1.tgz",
|
|
"_shasum": "a7ce4382a1ba8266ee848578778122d491260fd9",
|
|
"_spec": "https-proxy-agent@^2.1.0",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/github",
|
|
"author": {
|
|
"name": "Nathan Rajlich",
|
|
"email": "nathan@tootallnate.net",
|
|
"url": "http://n8.io/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/TooTallNate/node-https-proxy-agent/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"agent-base": "^4.1.0",
|
|
"debug": "^3.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
|
|
"devDependencies": {
|
|
"mocha": "^3.4.2",
|
|
"proxy": "^0.2.4"
|
|
},
|
|
"homepage": "https://github.com/TooTallNate/node-https-proxy-agent#readme",
|
|
"keywords": [
|
|
"https",
|
|
"proxy",
|
|
"endpoint",
|
|
"agent"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"name": "https-proxy-agent",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/TooTallNate/node-https-proxy-agent.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --reporter spec"
|
|
},
|
|
"version": "2.1.1"
|
|
}
|