| { |
| "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)", |
| "bugs": { |
| "url": "https://github.com/TooTallNate/node-agent-base/issues" |
| }, |
| "dependencies": { |
| "es6-promisify": "^5.0.0" |
| }, |
| "description": "Turn a function into an `http.Agent` instance", |
| "devDependencies": { |
| "@types/es6-promisify": "^5.0.0", |
| "@types/node": "^10.5.3", |
| "mocha": "^3.4.2", |
| "ws": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">= 4.0.0" |
| }, |
| "keywords": [ |
| "http", |
| "agent", |
| "base", |
| "barebones", |
| "https" |
| ], |
| "license": "MIT", |
| "main": "./index.js", |
| "name": "agent-base", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/TooTallNate/node-agent-base.git" |
| }, |
| "scripts": { |
| "test": "mocha --reporter spec" |
| }, |
| "version": "4.3.0" |
| } |