Files: d2f2697f296dd39aed6a8b63c6d04a736a7db5b3 / node_modules / end-of-stream / package.json
1524 bytesRaw
1 | { |
2 | "_args": [ |
3 | [ |
4 | "end-of-stream@1.4.1", |
5 | "/home/cel/src/ssb-npm-registry" |
6 | ] |
7 | ], |
8 | "_from": "end-of-stream@1.4.1", |
9 | "_id": "end-of-stream@1.4.1", |
10 | "_inBundle": false, |
11 | "_integrity": "sha256-P8z5hny+y3o1XkPZydXCy+IWvXs1Uy1SttnMErC6OF4=", |
12 | "_location": "/end-of-stream", |
13 | "_phantomChildren": {}, |
14 | "_requested": { |
15 | "type": "version", |
16 | "registry": true, |
17 | "raw": "end-of-stream@1.4.1", |
18 | "name": "end-of-stream", |
19 | "escapedName": "end-of-stream", |
20 | "rawSpec": "1.4.1", |
21 | "saveSpec": null, |
22 | "fetchSpec": "1.4.1" |
23 | }, |
24 | "_requiredBy": [ |
25 | "/tar-stream" |
26 | ], |
27 | "_resolved": "http://localhost:8989/blobs/get/&P8z5hny+y3o1XkPZydXCy+IWvXs1Uy1SttnMErC6OF4=.sha256", |
28 | "_spec": "1.4.1", |
29 | "_where": "/home/cel/src/ssb-npm-registry", |
30 | "author": { |
31 | "name": "Mathias Buus", |
32 | "email": "mathiasbuus@gmail.com" |
33 | }, |
34 | "bugs": { |
35 | "url": "https://github.com/mafintosh/end-of-stream/issues" |
36 | }, |
37 | "dependencies": { |
38 | "once": "^1.4.0" |
39 | }, |
40 | "description": "Call a callback when a readable/writable/duplex stream has completed or failed.", |
41 | "files": [ |
42 | "index.js" |
43 | ], |
44 | "homepage": "https://github.com/mafintosh/end-of-stream", |
45 | "keywords": [ |
46 | "stream", |
47 | "streams", |
48 | "callback", |
49 | "finish", |
50 | "close", |
51 | "end", |
52 | "wait" |
53 | ], |
54 | "license": "MIT", |
55 | "main": "index.js", |
56 | "name": "end-of-stream", |
57 | "repository": { |
58 | "type": "git", |
59 | "url": "git://github.com/mafintosh/end-of-stream.git" |
60 | }, |
61 | "scripts": { |
62 | "test": "node test.js" |
63 | }, |
64 | "version": "1.4.1" |
65 | } |
66 |
Built with git-ssb-web