massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-json / node_modules / http-proxy-agent / package.json
1 {
2   "name": "http-proxy-agent",
3   "version": "2.1.0",
4   "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
5   "main": "./index.js",
6   "scripts": {
7     "test": "mocha --reporter spec"
8   },
9   "repository": {
10     "type": "git",
11     "url": "git://github.com/TooTallNate/node-http-proxy-agent.git"
12   },
13   "keywords": [
14     "http",
15     "proxy",
16     "endpoint",
17     "agent"
18   ],
19   "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
20   "license": "MIT",
21   "bugs": {
22     "url": "https://github.com/TooTallNate/node-http-proxy-agent/issues"
23   },
24   "dependencies": {
25     "agent-base": "4",
26     "debug": "3.1.0"
27   },
28   "devDependencies": {
29     "mocha": "3",
30     "proxy": "~0.2.3"
31   },
32   "engines": {
33     "node": ">= 4.5.0"
34   }
35 }