blob: 73a531da0977ed89cd7cd3763def1e4865f75217 [file] [log] [blame]
{
"_args": [
[
"https-proxy-agent@2.2.0",
"/Users/scottyaslan/Development/nifi-fds/target"
]
],
"_development": true,
"_from": "https-proxy-agent@2.2.0",
"_id": "https-proxy-agent@2.2.0",
"_inBundle": false,
"_integrity": "sha512-uUWcfXHvy/dwfM9bqa6AozvAjS32dZSTUYd/4SEpYKRg6LEcPLshksnQYRudM9AyNvUARMfAg5TLjUDyX/K4vA==",
"_location": "/https-proxy-agent",
"_phantomChildren": {
"es6-promisify": "5.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "https-proxy-agent@2.2.0",
"name": "https-proxy-agent",
"escapedName": "https-proxy-agent",
"rawSpec": "2.2.0",
"saveSpec": null,
"fetchSpec": "2.2.0"
},
"_requiredBy": [
"/pac-proxy-agent",
"/proxy-agent",
"/saucelabs"
],
"_resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.0.tgz",
"_spec": "2.2.0",
"_where": "/Users/scottyaslan/Development/nifi-fds/target",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io/"
},
"bugs": {
"url": "https://github.com/TooTallNate/node-https-proxy-agent/issues"
},
"dependencies": {
"agent-base": "^4.1.0",
"debug": "^3.1.0"
},
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
"devDependencies": {
"mocha": "^3.4.2",
"proxy": "^0.2.4"
},
"engines": {
"node": ">= 4.5.0"
},
"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.2.0"
}