massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-json / node_modules / agent-base / package.json
1 {
2   "name": "agent-base",
3   "version": "4.3.0",
4   "description": "Turn a function into an `http.Agent` instance",
5   "main": "./index.js",
6   "scripts": {
7     "test": "mocha --reporter spec"
8   },
9   "repository": {
10     "type": "git",
11     "url": "git://github.com/TooTallNate/node-agent-base.git"
12   },
13   "keywords": [
14     "http",
15     "agent",
16     "base",
17     "barebones",
18     "https"
19   ],
20   "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
21   "license": "MIT",
22   "bugs": {
23     "url": "https://github.com/TooTallNate/node-agent-base/issues"
24   },
25   "devDependencies": {
26     "@types/es6-promisify": "^5.0.0",
27     "@types/node": "^10.5.3",
28     "mocha": "^3.4.2",
29     "ws": "^3.0.0"
30   },
31   "dependencies": {
32     "es6-promisify": "^5.0.0"
33   },
34   "engines": {
35     "node": ">= 4.0.0"
36   }
37 }