blob: 5f63d16e74572b94dfd7a77c155e6c9ce54d89fa [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "mimic-response@^1.0.0",
3 "_id": "mimic-response@1.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==",
6 "_location": "/mimic-response",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "mimic-response@^1.0.0",
12 "name": "mimic-response",
13 "escapedName": "mimic-response",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/bin-wrapper/got",
20 "/clone-response",
21 "/decompress-response"
22 ],
23 "_resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz",
24 "_shasum": "4923538878eef42063cb8a3e3b0798781487ab1b",
25 "_spec": "mimic-response@^1.0.0",
26 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\decompress-response",
27 "author": {
28 "name": "Sindre Sorhus",
29 "email": "sindresorhus@gmail.com",
30 "url": "sindresorhus.com"
31 },
32 "bugs": {
33 "url": "https://github.com/sindresorhus/mimic-response/issues"
34 },
35 "bundleDependencies": false,
36 "deprecated": false,
37 "description": "Mimic a Node.js HTTP response stream",
38 "devDependencies": {
39 "ava": "*",
40 "create-test-server": "^0.1.0",
41 "pify": "^3.0.0",
42 "xo": "*"
43 },
44 "engines": {
45 "node": ">=4"
46 },
47 "files": [
48 "index.js"
49 ],
50 "homepage": "https://github.com/sindresorhus/mimic-response#readme",
51 "keywords": [
52 "mimic",
53 "response",
54 "stream",
55 "http",
56 "https",
57 "request",
58 "get",
59 "core"
60 ],
61 "license": "MIT",
62 "name": "mimic-response",
63 "repository": {
64 "type": "git",
65 "url": "git+https://github.com/sindresorhus/mimic-response.git"
66 },
67 "scripts": {
68 "test": "xo && ava"
69 },
70 "version": "1.0.1"
71}