UNPKG

agent-base

Version:

Turn a function into an `http.Agent` instance

38 lines (37 loc) 772 B
{ "name": "agent-base", "version": "3.0.0", "description": "Turn a function into an `http.Agent` instance", "main": "./index.js", "scripts": { "test": "mocha --reporter spec" }, "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-agent-base.git" }, "keywords": [ "http", "agent", "base", "barebones", "https" ], "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)", "license": "MIT", "bugs": { "url": "https://github.com/TooTallNate/node-agent-base/issues" }, "devDependencies": { "mocha": "3", "ws": "0.8.0" }, "dependencies": { "es6-promisify": "^5.0.0", "extend": "~3.0.0", "semver": "~5.0.1" }, "engines": { "node": ">= 0.12.0" } }