| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "agent-base",
- "version": "4.2.1",
- "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.4.2",
- "ws": "^3.0.0"
- },
- "dependencies": {
- "es6-promisify": "^5.0.0"
- },
- "engines": {
- "node": ">= 4.0.0"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:46 GMT+0800 (CST)",
- "_from": "agent-base@4.2.1",
- "_resolved": "https://registry.npm.taobao.org/agent-base/download/agent-base-4.2.1.tgz?cache=0&sync_timestamp=1603479779923&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fagent-base%2Fdownload%2Fagent-base-4.2.1.tgz"
- }
|