.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / got / package.json
1 {
2   "name": "got",
3   "version": "6.7.1",
4   "description": "Simplified HTTP requests",
5   "license": "MIT",
6   "repository": "sindresorhus/got",
7   "maintainers": [
8     {
9       "name": "Sindre Sorhus",
10       "email": "sindresorhus@gmail.com",
11       "url": "sindresorhus.com"
12     },
13     {
14       "name": "Vsevolod Strukchinsky",
15       "email": "floatdrop@gmail.com",
16       "url": "github.com/floatdrop"
17     }
18   ],
19   "engines": {
20     "node": ">=4"
21   },
22   "browser": {
23     "unzip-response": false
24   },
25   "scripts": {
26     "test": "xo && nyc ava",
27     "coveralls": "nyc report --reporter=text-lcov | coveralls"
28   },
29   "files": [
30     "index.js"
31   ],
32   "keywords": [
33     "http",
34     "https",
35     "get",
36     "got",
37     "url",
38     "uri",
39     "request",
40     "util",
41     "utility",
42     "simple",
43     "curl",
44     "wget",
45     "fetch"
46   ],
47   "dependencies": {
48     "create-error-class": "^3.0.0",
49     "duplexer3": "^0.1.4",
50     "get-stream": "^3.0.0",
51     "is-redirect": "^1.0.0",
52     "is-retry-allowed": "^1.0.0",
53     "is-stream": "^1.0.0",
54     "lowercase-keys": "^1.0.0",
55     "safe-buffer": "^5.0.1",
56     "timed-out": "^4.0.0",
57     "unzip-response": "^2.0.1",
58     "url-parse-lax": "^1.0.0"
59   },
60   "devDependencies": {
61     "ava": "^0.17.0",
62     "coveralls": "^2.11.4",
63     "form-data": "^2.1.1",
64     "get-port": "^2.0.0",
65     "into-stream": "^3.0.0",
66     "nyc": "^10.0.0",
67     "pem": "^1.4.4",
68     "pify": "^2.3.0",
69     "tempfile": "^1.1.1",
70     "xo": "*"
71   },
72   "xo": {
73     "esnext": true
74   },
75   "ava": {
76     "concurrency": 4
77   }
78 }