Files: 1f9a3fcaa6f6fa4a3ad0a219f6df1a476588f6d5 / node_modules / looper / package.json
1702 bytesRaw
1 | { |
2 | "_args": [ |
3 | [ |
4 | "looper@3.0.0", |
5 | "/home/cel/src/ssb-npm-registry" |
6 | ] |
7 | ], |
8 | "_from": "looper@3.0.0", |
9 | "_id": "looper@3.0.0", |
10 | "_inBundle": false, |
11 | "_integrity": "sha256-UKhTvWst16euOATlhckl4mr/zcz+aByyUJO11lMf+Jc=", |
12 | "_location": "/looper", |
13 | "_phantomChildren": {}, |
14 | "_requested": { |
15 | "type": "version", |
16 | "registry": true, |
17 | "raw": "looper@3.0.0", |
18 | "name": "looper", |
19 | "escapedName": "looper", |
20 | "rawSpec": "3.0.0", |
21 | "saveSpec": null, |
22 | "fetchSpec": "3.0.0" |
23 | }, |
24 | "_requiredBy": [ |
25 | "/stream-to-pull-stream" |
26 | ], |
27 | "_resolved": "http://localhost:8989/blobs/get/&UKhTvWst16euOATlhckl4mr/zcz+aByyUJO11lMf+Jc=.sha256", |
28 | "_spec": "3.0.0", |
29 | "_where": "/home/cel/src/ssb-npm-registry", |
30 | "author": { |
31 | "name": "Dominic Tarr", |
32 | "email": "dominic.tarr@gmail.com", |
33 | "url": "http://dominictarr.com" |
34 | }, |
35 | "bugs": { |
36 | "url": "https://github.com/dominictarr/looper/issues" |
37 | }, |
38 | "dependencies": {}, |
39 | "description": "async loops that never RangeError", |
40 | "devDependencies": { |
41 | "tape": "1.0.4" |
42 | }, |
43 | "homepage": "https://github.com/dominictarr/looper", |
44 | "license": "MIT", |
45 | "name": "looper", |
46 | "repository": { |
47 | "type": "git", |
48 | "url": "git://github.com/dominictarr/looper.git" |
49 | }, |
50 | "scripts": { |
51 | "test": "set -e; for t in test/*.js; do node $t; done" |
52 | }, |
53 | "testling": { |
54 | "files": "test/*.js", |
55 | "browsers": [ |
56 | "ie/8..latest", |
57 | "firefox/17..latest", |
58 | "firefox/nightly", |
59 | "chrome/22..latest", |
60 | "chrome/canary", |
61 | "opera/12..latest", |
62 | "opera/next", |
63 | "safari/5.1..latest", |
64 | "ipad/6.0..latest", |
65 | "iphone/6.0..latest", |
66 | "android-browser/4.2..latest" |
67 | ] |
68 | }, |
69 | "version": "3.0.0" |
70 | } |
71 |
Built with git-ssb-web