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