Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81151 views
1
{
2
"author": {
3
"name": "Felix Geisendörfer",
4
"email": "[email protected]",
5
"url": "http://debuggable.com/"
6
},
7
"name": "combined-stream",
8
"description": "A stream that emits multiple other streams one after another.",
9
"version": "0.0.7",
10
"homepage": "https://github.com/felixge/node-combined-stream",
11
"repository": {
12
"type": "git",
13
"url": "git://github.com/felixge/node-combined-stream.git"
14
},
15
"main": "./lib/combined_stream",
16
"scripts": {
17
"test": "node test/run.js"
18
},
19
"engines": {
20
"node": ">= 0.8"
21
},
22
"dependencies": {
23
"delayed-stream": "0.0.5"
24
},
25
"devDependencies": {
26
"far": "~0.0.7"
27
},
28
"bugs": {
29
"url": "https://github.com/felixge/node-combined-stream/issues"
30
},
31
"_id": "[email protected]",
32
"dist": {
33
"shasum": "0137e657baa5a7541c57ac37ac5fc07d73b4dc1f",
34
"tarball": "http://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz"
35
},
36
"_from": "combined-stream@>=0.0.4 <0.1.0",
37
"_npmVersion": "1.4.3",
38
"_npmUser": {
39
"name": "felixge",
40
"email": "[email protected]"
41
},
42
"maintainers": [
43
{
44
"name": "felixge",
45
"email": "[email protected]"
46
},
47
{
48
"name": "celer",
49
"email": "[email protected]"
50
},
51
{
52
"name": "alexindigo",
53
"email": "[email protected]"
54
}
55
],
56
"directories": {},
57
"_shasum": "0137e657baa5a7541c57ac37ac5fc07d73b4dc1f",
58
"_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz"
59
}
60
61