1{ 2 "_from": "agent-base@4", 3 "_id": "agent-base@4.3.0", 4 "_inBundle": false, 5 "_integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==", 6 "_location": "/agent-base", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "agent-base@4", 12 "name": "agent-base", 13 "escapedName": "agent-base", 14 "rawSpec": "4", 15 "saveSpec": null, 16 "fetchSpec": "4" 17 }, 18 "_requiredBy": [ 19 "/http-proxy-agent", 20 "/https-proxy-agent" 21 ], 22 "_resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz", 23 "_shasum": "8165f01c436009bccad0b1d122f05ed770efc6ee", 24 "_spec": "agent-base@4", 25 "_where": "/Users/isaacs/dev/npm/cli/node_modules/http-proxy-agent", 26 "author": { 27 "name": "Nathan Rajlich", 28 "email": "nathan@tootallnate.net", 29 "url": "http://n8.io/" 30 }, 31 "bugs": { 32 "url": "https://github.com/TooTallNate/node-agent-base/issues" 33 }, 34 "bundleDependencies": false, 35 "dependencies": { 36 "es6-promisify": "^5.0.0" 37 }, 38 "deprecated": false, 39 "description": "Turn a function into an `http.Agent` instance", 40 "devDependencies": { 41 "@types/es6-promisify": "^5.0.0", 42 "@types/node": "^10.5.3", 43 "mocha": "^3.4.2", 44 "ws": "^3.0.0" 45 }, 46 "engines": { 47 "node": ">= 4.0.0" 48 }, 49 "homepage": "https://github.com/TooTallNate/node-agent-base#readme", 50 "keywords": [ 51 "http", 52 "agent", 53 "base", 54 "barebones", 55 "https" 56 ], 57 "license": "MIT", 58 "main": "./index.js", 59 "name": "agent-base", 60 "repository": { 61 "type": "git", 62 "url": "git://github.com/TooTallNate/node-agent-base.git" 63 }, 64 "scripts": { 65 "test": "mocha --reporter spec" 66 }, 67 "version": "4.3.0" 68} 69