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
"contributors": [
8
{
9
"name": "Mike Atkins",
10
"email": "[email protected]"
11
}
12
],
13
"name": "delayed-stream",
14
"description": "Buffers events from a stream until you are ready to handle them.",
15
"license": "MIT",
16
"version": "1.0.0",
17
"homepage": "https://github.com/felixge/node-delayed-stream",
18
"repository": {
19
"type": "git",
20
"url": "git://github.com/felixge/node-delayed-stream.git"
21
},
22
"main": "./lib/delayed_stream",
23
"engines": {
24
"node": ">=0.4.0"
25
},
26
"scripts": {
27
"test": "make test"
28
},
29
"dependencies": {},
30
"devDependencies": {
31
"fake": "0.2.0",
32
"far": "0.0.1"
33
},
34
"gitHead": "07a9dc99fb8f1a488160026b9ad77493f766fb84",
35
"bugs": {
36
"url": "https://github.com/felixge/node-delayed-stream/issues"
37
},
38
"_id": "[email protected]",
39
"_shasum": "df3ae199acadfb7d440aaae0b29e2272b24ec619",
40
"_from": "delayed-stream@>=1.0.0 <2.0.0",
41
"_npmVersion": "2.8.3",
42
"_nodeVersion": "1.6.4",
43
"_npmUser": {
44
"name": "apechimp",
45
"email": "[email protected]"
46
},
47
"dist": {
48
"shasum": "df3ae199acadfb7d440aaae0b29e2272b24ec619",
49
"tarball": "http://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz"
50
},
51
"maintainers": [
52
{
53
"name": "felixge",
54
"email": "[email protected]"
55
},
56
{
57
"name": "apechimp",
58
"email": "[email protected]"
59
}
60
],
61
"directories": {},
62
"_resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz"
63
}
64
65