Files: d2f2697f296dd39aed6a8b63c6d04a736a7db5b3 / node_modules / stream-to-pull-stream / package.json
1670 bytesRaw
1 | { |
2 | "_args": [ |
3 | [ |
4 | "stream-to-pull-stream@1.7.3", |
5 | "/home/cel/src/ssb-npm-registry" |
6 | ] |
7 | ], |
8 | "_from": "stream-to-pull-stream@1.7.3", |
9 | "_id": "stream-to-pull-stream@1.7.3", |
10 | "_inBundle": false, |
11 | "_integrity": "sha256-JHI1Pf3gTAKhv6zRZ4CaTkMCPh4qgj7E6b7jGvdU4UE=", |
12 | "_location": "/stream-to-pull-stream", |
13 | "_phantomChildren": {}, |
14 | "_requested": { |
15 | "type": "version", |
16 | "registry": true, |
17 | "raw": "stream-to-pull-stream@1.7.3", |
18 | "name": "stream-to-pull-stream", |
19 | "escapedName": "stream-to-pull-stream", |
20 | "rawSpec": "1.7.3", |
21 | "saveSpec": null, |
22 | "fetchSpec": "1.7.3" |
23 | }, |
24 | "_requiredBy": [ |
25 | "/" |
26 | ], |
27 | "_resolved": "http://localhost:8989/blobs/get/&JHI1Pf3gTAKhv6zRZ4CaTkMCPh4qgj7E6b7jGvdU4UE=.sha256", |
28 | "_spec": "1.7.3", |
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/stream-to-pull-stream/issues" |
37 | }, |
38 | "dependencies": { |
39 | "looper": "^3.0.0", |
40 | "pull-stream": "^3.2.3" |
41 | }, |
42 | "description": "convert a stream1 or streams2 stream into a pull-stream", |
43 | "devDependencies": { |
44 | "pull-cat": "^1.1.11", |
45 | "pull-hang": "0.0.0", |
46 | "pull-split": "^0.2.0", |
47 | "tape": "^4.5.1", |
48 | "through": "~2.3.4" |
49 | }, |
50 | "homepage": "https://github.com/dominictarr/stream-to-pull-stream", |
51 | "license": "MIT", |
52 | "name": "stream-to-pull-stream", |
53 | "repository": { |
54 | "type": "git", |
55 | "url": "git://github.com/dominictarr/stream-to-pull-stream.git" |
56 | }, |
57 | "scripts": { |
58 | "test": "set -e; for t in test/*.js; do node $t; done" |
59 | }, |
60 | "version": "1.7.3" |
61 | } |
62 |
Built with git-ssb-web