1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
| {
| "_args": [
| [
| {
| "raw": "delayed-stream@~1.0.0",
| "scope": null,
| "escapedName": "delayed-stream",
| "name": "delayed-stream",
| "rawSpec": "~1.0.0",
| "spec": ">=1.0.0 <1.1.0",
| "type": "range"
| },
| "/root/rushmail/node_modules/combined-stream"
| ]
| ],
| "_from": "delayed-stream@>=1.0.0 <1.1.0",
| "_id": "delayed-stream@1.0.0",
| "_inCache": true,
| "_location": "/delayed-stream",
| "_nodeVersion": "1.6.4",
| "_npmUser": {
| "name": "apechimp",
| "email": "apeherder@gmail.com"
| },
| "_npmVersion": "2.8.3",
| "_phantomChildren": {},
| "_requested": {
| "raw": "delayed-stream@~1.0.0",
| "scope": null,
| "escapedName": "delayed-stream",
| "name": "delayed-stream",
| "rawSpec": "~1.0.0",
| "spec": ">=1.0.0 <1.1.0",
| "type": "range"
| },
| "_requiredBy": [
| "/combined-stream"
| ],
| "_resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
| "_shasum": "df3ae199acadfb7d440aaae0b29e2272b24ec619",
| "_shrinkwrap": null,
| "_spec": "delayed-stream@~1.0.0",
| "_where": "/root/rushmail/node_modules/combined-stream",
| "author": {
| "name": "Felix Geisendörfer",
| "email": "felix@debuggable.com",
| "url": "http://debuggable.com/"
| },
| "bugs": {
| "url": "https://github.com/felixge/node-delayed-stream/issues"
| },
| "contributors": [
| {
| "name": "Mike Atkins",
| "email": "apeherder@gmail.com"
| }
| ],
| "dependencies": {},
| "description": "Buffers events from a stream until you are ready to handle them.",
| "devDependencies": {
| "fake": "0.2.0",
| "far": "0.0.1"
| },
| "directories": {},
| "dist": {
| "shasum": "df3ae199acadfb7d440aaae0b29e2272b24ec619",
| "tarball": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz"
| },
| "engines": {
| "node": ">=0.4.0"
| },
| "gitHead": "07a9dc99fb8f1a488160026b9ad77493f766fb84",
| "homepage": "https://github.com/felixge/node-delayed-stream",
| "license": "MIT",
| "main": "./lib/delayed_stream",
| "maintainers": [
| {
| "name": "felixge",
| "email": "felix@debuggable.com"
| },
| {
| "name": "apechimp",
| "email": "apeherder@gmail.com"
| }
| ],
| "name": "delayed-stream",
| "optionalDependencies": {},
| "readme": "ERROR: No README data found!",
| "repository": {
| "type": "git",
| "url": "git://github.com/felixge/node-delayed-stream.git"
| },
| "scripts": {
| "test": "make test"
| },
| "version": "1.0.0"
| }
|
|