Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / got / package.json
1 {
2   "_from": "got@^6.7.1",
3   "_id": "got@6.7.1",
4   "_inBundle": false,
5   "_integrity": "sha1-JAzQV4WpoY5WHcG0S0HHY+8ejbA=",
6   "_location": "/got",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "got@^6.7.1",
12     "name": "got",
13     "escapedName": "got",
14     "rawSpec": "^6.7.1",
15     "saveSpec": null,
16     "fetchSpec": "^6.7.1"
17   },
18   "_requiredBy": [
19     "/package-json"
20   ],
21   "_resolved": "https://registry.npmjs.org/got/-/got-6.7.1.tgz",
22   "_shasum": "240cd05785a9a18e561dc1b44b41c763ef1e8db0",
23   "_spec": "got@^6.7.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/package-json",
25   "ava": {
26     "concurrency": 4
27   },
28   "browser": {
29     "unzip-response": false
30   },
31   "bugs": {
32     "url": "https://github.com/sindresorhus/got/issues"
33   },
34   "bundleDependencies": false,
35   "dependencies": {
36     "create-error-class": "^3.0.0",
37     "duplexer3": "^0.1.4",
38     "get-stream": "^3.0.0",
39     "is-redirect": "^1.0.0",
40     "is-retry-allowed": "^1.0.0",
41     "is-stream": "^1.0.0",
42     "lowercase-keys": "^1.0.0",
43     "safe-buffer": "^5.0.1",
44     "timed-out": "^4.0.0",
45     "unzip-response": "^2.0.1",
46     "url-parse-lax": "^1.0.0"
47   },
48   "deprecated": false,
49   "description": "Simplified HTTP requests",
50   "devDependencies": {
51     "ava": "^0.17.0",
52     "coveralls": "^2.11.4",
53     "form-data": "^2.1.1",
54     "get-port": "^2.0.0",
55     "into-stream": "^3.0.0",
56     "nyc": "^10.0.0",
57     "pem": "^1.4.4",
58     "pify": "^2.3.0",
59     "tempfile": "^1.1.1",
60     "xo": "*"
61   },
62   "engines": {
63     "node": ">=4"
64   },
65   "files": [
66     "index.js"
67   ],
68   "homepage": "https://github.com/sindresorhus/got#readme",
69   "keywords": [
70     "http",
71     "https",
72     "get",
73     "got",
74     "url",
75     "uri",
76     "request",
77     "util",
78     "utility",
79     "simple",
80     "curl",
81     "wget",
82     "fetch"
83   ],
84   "license": "MIT",
85   "maintainers": [
86     {
87       "name": "Sindre Sorhus",
88       "email": "sindresorhus@gmail.com",
89       "url": "sindresorhus.com"
90     },
91     {
92       "name": "Vsevolod Strukchinsky",
93       "email": "floatdrop@gmail.com",
94       "url": "github.com/floatdrop"
95     }
96   ],
97   "name": "got",
98   "repository": {
99     "type": "git",
100     "url": "git+https://github.com/sindresorhus/got.git"
101   },
102   "scripts": {
103     "coveralls": "nyc report --reporter=text-lcov | coveralls",
104     "test": "xo && nyc ava"
105   },
106   "version": "6.7.1",
107   "xo": {
108     "esnext": true
109   }
110 }