blob: 54dc14a5a0b0e621cfd452bf32f661346dc56a76 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "clone-response@1.0.2",
3 "_id": "clone-response@1.0.2",
4 "_inBundle": false,
5 "_integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=",
6 "_location": "/clone-response",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "clone-response@1.0.2",
12 "name": "clone-response",
13 "escapedName": "clone-response",
14 "rawSpec": "1.0.2",
15 "saveSpec": null,
16 "fetchSpec": "1.0.2"
17 },
18 "_requiredBy": [
19 "/cacheable-request"
20 ],
21 "_resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz",
22 "_shasum": "d1dc973920314df67fbeb94223b4ee350239e96b",
23 "_spec": "clone-response@1.0.2",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\cacheable-request",
25 "author": {
26 "name": "Luke Childs",
27 "email": "lukechilds123@gmail.com",
28 "url": "http://lukechilds.co.uk"
29 },
30 "bugs": {
31 "url": "https://github.com/lukechilds/clone-response/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "mimic-response": "^1.0.0"
36 },
37 "deprecated": false,
38 "description": "Clone a Node.js HTTP response stream",
39 "devDependencies": {
40 "ava": "^0.22.0",
41 "coveralls": "^2.13.1",
42 "create-test-server": "^2.0.1",
43 "eslint-config-xo-lukechilds": "^1.0.0",
44 "get-stream": "^3.0.0",
45 "nyc": "^11.0.2",
46 "pify": "^3.0.0",
47 "xo": "^0.19.0"
48 },
49 "homepage": "https://github.com/lukechilds/clone-response",
50 "keywords": [
51 "clone",
52 "duplicate",
53 "copy",
54 "response",
55 "HTTP",
56 "stream"
57 ],
58 "license": "MIT",
59 "main": "src/index.js",
60 "name": "clone-response",
61 "repository": {
62 "type": "git",
63 "url": "git+https://github.com/lukechilds/clone-response.git"
64 },
65 "scripts": {
66 "coverage": "nyc report --reporter=text-lcov | coveralls",
67 "test": "xo && nyc ava"
68 },
69 "version": "1.0.2",
70 "xo": {
71 "extends": "xo-lukechilds"
72 }
73}