blob: d90760b4c80709c707ddd862191ee71cbbf0606f [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "continuable-cache@^0.3.1",
3 "_id": "continuable-cache@0.3.1",
4 "_inBundle": false,
5 "_integrity": "sha1-vXJ6f67XfnH/OYWskzUakSczrQ8=",
6 "_location": "/continuable-cache",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "continuable-cache@^0.3.1",
12 "name": "continuable-cache",
13 "escapedName": "continuable-cache",
14 "rawSpec": "^0.3.1",
15 "saveSpec": null,
16 "fetchSpec": "^0.3.1"
17 },
18 "_requiredBy": [
19 "/body"
20 ],
21 "_resolved": "https://registry.npmjs.org/continuable-cache/-/continuable-cache-0.3.1.tgz",
22 "_shasum": "bd727a7faed77e71ff3985ac93351a912733ad0f",
23 "_spec": "continuable-cache@^0.3.1",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\body",
25 "author": {
26 "name": "Raynos",
27 "email": "raynos2@gmail.com"
28 },
29 "bugs": {
30 "url": "https://github.com/Raynos/continuable-cache/issues",
31 "email": "raynos2@gmail.com"
32 },
33 "bundleDependencies": false,
34 "contributors": [
35 {
36 "name": "Raynos"
37 }
38 ],
39 "dependencies": {},
40 "deprecated": false,
41 "description": "Cache a continuable",
42 "devDependencies": {
43 "tape": "~0.2.2"
44 },
45 "homepage": "https://github.com/Raynos/continuable-cache",
46 "keywords": [],
47 "licenses": [
48 {
49 "type": "MIT",
50 "url": "http://github.com/Raynos/continuable-cache/raw/master/LICENSE"
51 }
52 ],
53 "main": "index",
54 "name": "continuable-cache",
55 "repository": {
56 "type": "git",
57 "url": "git://github.com/Raynos/continuable-cache.git"
58 },
59 "scripts": {
60 "build-test": "browserify-server --bundle=test/index.js -o test/static/bundle.js --debug",
61 "example": "browservefy ./examples/simple.js --browserify='browserify-server' --live --indexed=./examples -- --debug --bundle",
62 "test": "node ./test/index.js",
63 "tryme": "tryme ./examples --live"
64 },
65 "testling": {
66 "files": "test/index.js",
67 "browsers": [
68 "ie/8..latest",
69 "firefox/16..latest",
70 "firefox/nightly",
71 "chrome/22..latest",
72 "chrome/canary",
73 "opera/12..latest",
74 "opera/next",
75 "safari/5.1..latest",
76 "ipad/6.0..latest",
77 "iphone/6.0..latest"
78 ]
79 },
80 "version": "0.3.1"
81}