Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80540 views
1
{
2
"name": "stream-combiner2",
3
"version": "1.0.2",
4
"homepage": "https://github.com/substack/stream-combiner2",
5
"repository": {
6
"type": "git",
7
"url": "git://github.com/substack/stream-combiner2.git"
8
},
9
"dependencies": {
10
"duplexer2": "~0.0.2",
11
"through2": "~0.5.1"
12
},
13
"devDependencies": {
14
"tape": "~2.3.0",
15
"through": "~2.3.4",
16
"event-stream": "~3.0.7"
17
},
18
"scripts": {
19
"test": "set -e; for t in test/*.js; do node $t; done"
20
},
21
"author": {
22
"name": "'Dominic Tarr'",
23
"email": "[email protected]",
24
"url": "http://dominictarr.com"
25
},
26
"license": "MIT",
27
"gitHead": "da79632e5adb4e87e326b9432656494aa4204544",
28
"description": "This is a sequel to [stream-combiner](https://npmjs.org/package/stream-combiner) for streams2.",
29
"bugs": {
30
"url": "https://github.com/substack/stream-combiner2/issues"
31
},
32
"_id": "[email protected]",
33
"_shasum": "ba72a6b50cbfabfa950fc8bc87604bd01eb60671",
34
"_from": "stream-combiner2@>=1.0.0 <1.1.0",
35
"_npmVersion": "2.0.2",
36
"_nodeVersion": "0.10.12",
37
"_npmUser": {
38
"name": "substack",
39
"email": "[email protected]"
40
},
41
"maintainers": [
42
{
43
"name": "substack",
44
"email": "[email protected]"
45
}
46
],
47
"dist": {
48
"shasum": "ba72a6b50cbfabfa950fc8bc87604bd01eb60671",
49
"tarball": "http://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.0.2.tgz"
50
},
51
"directories": {},
52
"_resolved": "https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.0.2.tgz",
53
"readme": "ERROR: No README data found!"
54
}
55
56