Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81145 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": "1.0.3",
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": "^1.0.0"
24
},
25
"devDependencies": {
26
"far": "~0.0.7"
27
},
28
"license": "MIT",
29
"gitHead": "f1a12682aed63acb3cd66857104202a7e7ca5565",
30
"bugs": {
31
"url": "https://github.com/felixge/node-combined-stream/issues"
32
},
33
"_id": "[email protected]",
34
"_shasum": "c224cc35d3cb98e25dead532472a18e8f75df5ab",
35
"_from": "combined-stream@>=1.0.1 <1.1.0",
36
"_npmVersion": "2.10.0",
37
"_nodeVersion": "2.0.1",
38
"_npmUser": {
39
"name": "apechimp",
40
"email": "[email protected]"
41
},
42
"dist": {
43
"shasum": "c224cc35d3cb98e25dead532472a18e8f75df5ab",
44
"tarball": "http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.3.tgz"
45
},
46
"maintainers": [
47
{
48
"name": "felixge",
49
"email": "[email protected]"
50
},
51
{
52
"name": "celer",
53
"email": "[email protected]"
54
},
55
{
56
"name": "alexindigo",
57
"email": "[email protected]"
58
},
59
{
60
"name": "apechimp",
61
"email": "[email protected]"
62
}
63
],
64
"directories": {},
65
"_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.3.tgz"
66
}
67
68