blob: 5c94a32bbbd17282ba80e0daa2de770943d4c912 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "got@^7.0.0",
3 "_id": "got@7.1.0",
4 "_inBundle": false,
5 "_integrity": "sha512-Y5WMo7xKKq1muPsxD+KmrR8DH5auG7fBdDVueZwETwV6VytKyU9OX/ddpq2/1hp1vIPvVb4T81dKQz3BivkNLw==",
6 "_location": "/got",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "got@^7.0.0",
12 "name": "got",
13 "escapedName": "got",
14 "rawSpec": "^7.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^7.0.0"
17 },
18 "_requiredBy": [
19 "/download"
20 ],
21 "_resolved": "https://registry.npmjs.org/got/-/got-7.1.0.tgz",
22 "_shasum": "05450fd84094e6bbea56f451a43a9c289166385a",
23 "_spec": "got@^7.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\download",
25 "ava": {
26 "concurrency": 4
27 },
28 "browser": {
29 "decompress-response": false
30 },
31 "bugs": {
32 "url": "https://github.com/sindresorhus/got/issues"
33 },
34 "bundleDependencies": false,
35 "dependencies": {
36 "decompress-response": "^3.2.0",
37 "duplexer3": "^0.1.4",
38 "get-stream": "^3.0.0",
39 "is-plain-obj": "^1.1.0",
40 "is-retry-allowed": "^1.0.0",
41 "is-stream": "^1.0.0",
42 "isurl": "^1.0.0-alpha5",
43 "lowercase-keys": "^1.0.0",
44 "p-cancelable": "^0.3.0",
45 "p-timeout": "^1.1.1",
46 "safe-buffer": "^5.0.1",
47 "timed-out": "^4.0.0",
48 "url-parse-lax": "^1.0.0",
49 "url-to-options": "^1.0.1"
50 },
51 "deprecated": false,
52 "description": "Simplified HTTP requests",
53 "devDependencies": {
54 "ava": "^0.20.0",
55 "coveralls": "^2.11.4",
56 "form-data": "^2.1.1",
57 "get-port": "^3.0.0",
58 "into-stream": "^3.0.0",
59 "nyc": "^11.0.2",
60 "pem": "^1.4.4",
61 "pify": "^3.0.0",
62 "tempfile": "^2.0.0",
63 "tempy": "^0.1.0",
64 "universal-url": "^1.0.0-alpha",
65 "xo": "^0.18.0"
66 },
67 "engines": {
68 "node": ">=4"
69 },
70 "files": [
71 "index.js"
72 ],
73 "homepage": "https://github.com/sindresorhus/got#readme",
74 "keywords": [
75 "http",
76 "https",
77 "get",
78 "got",
79 "url",
80 "uri",
81 "request",
82 "util",
83 "utility",
84 "simple",
85 "curl",
86 "wget",
87 "fetch",
88 "net",
89 "network",
90 "electron"
91 ],
92 "license": "MIT",
93 "maintainers": [
94 {
95 "name": "Sindre Sorhus",
96 "email": "sindresorhus@gmail.com",
97 "url": "sindresorhus.com"
98 },
99 {
100 "name": "Vsevolod Strukchinsky",
101 "email": "floatdrop@gmail.com",
102 "url": "github.com/floatdrop"
103 },
104 {
105 "name": "Alexander Tesfamichael",
106 "email": "alex.tesfamichael@gmail.com",
107 "url": "alextes.me"
108 }
109 ],
110 "name": "got",
111 "repository": {
112 "type": "git",
113 "url": "git+https://github.com/sindresorhus/got.git"
114 },
115 "scripts": {
116 "coveralls": "nyc report --reporter=text-lcov | coveralls",
117 "test": "xo && nyc ava"
118 },
119 "version": "7.1.0"
120}