blob: a571b4a272c6ede9d613c87da5daa4924c3c89d1 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "responselike@1.0.2",
3 "_id": "responselike@1.0.2",
4 "_inBundle": false,
5 "_integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=",
6 "_location": "/responselike",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "responselike@1.0.2",
12 "name": "responselike",
13 "escapedName": "responselike",
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/responselike/-/responselike-1.0.2.tgz",
22 "_shasum": "918720ef3b631c5642be068f15ade5a46f4ba1e7",
23 "_spec": "responselike@1.0.2",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\cacheable-request",
25 "author": {
26 "name": "lukechilds"
27 },
28 "bugs": {
29 "url": "https://github.com/lukechilds/responselike/issues"
30 },
31 "bundleDependencies": false,
32 "dependencies": {
33 "lowercase-keys": "^1.0.0"
34 },
35 "deprecated": false,
36 "description": "A response-like object for mocking a Node.js HTTP response stream",
37 "devDependencies": {
38 "ava": "^0.22.0",
39 "coveralls": "^2.13.1",
40 "eslint-config-xo-lukechilds": "^1.0.0",
41 "get-stream": "^3.0.0",
42 "nyc": "^11.1.0",
43 "xo": "^0.19.0"
44 },
45 "homepage": "https://github.com/lukechilds/responselike#readme",
46 "keywords": [
47 "http",
48 "https",
49 "response",
50 "mock",
51 "request",
52 "responselike"
53 ],
54 "license": "MIT",
55 "main": "src/index.js",
56 "name": "responselike",
57 "repository": {
58 "type": "git",
59 "url": "git+https://github.com/lukechilds/responselike.git"
60 },
61 "scripts": {
62 "coverage": "nyc report --reporter=text-lcov | coveralls",
63 "test": "xo && nyc ava"
64 },
65 "version": "1.0.2",
66 "xo": {
67 "extends": "xo-lukechilds"
68 }
69}