package.json
2.9 KB
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": "duplexer@0.0.x",
"scope": null,
"escapedName": "duplexer",
"name": "duplexer",
"rawSpec": "0.0.x",
"spec": ">=0.0.0 <0.1.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/spooky"
]
],
"_from": "duplexer@>=0.0.0 <0.1.0",
"_id": "duplexer@0.0.4",
"_inCache": true,
"_location": "/duplexer",
"_npmUser": {
"name": "raynos",
"email": "raynos2@gmail.com"
},
"_npmVersion": "1.2.14",
"_phantomChildren": {},
"_requested": {
"raw": "duplexer@0.0.x",
"scope": null,
"escapedName": "duplexer",
"name": "duplexer",
"rawSpec": "0.0.x",
"spec": ">=0.0.0 <0.1.0",
"type": "range"
},
"_requiredBy": [
"/spooky"
],
"_resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.0.4.tgz",
"_shasum": "afcb7f1f8b8d74f820726171d5d64ac9e4a8ff20",
"_shrinkwrap": null,
"_spec": "duplexer@0.0.x",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/spooky",
"author": {
"name": "Raynos",
"email": "raynos2@gmail.com"
},
"bugs": {
"url": "https://github.com/Raynos/duplexer/issues",
"email": "raynos2@gmail.com"
},
"contributors": [
{
"name": "Jake Verbaten"
}
],
"dependencies": {},
"description": "Creates a duplex stream",
"devDependencies": {
"through": "~0.1.4"
},
"directories": {},
"dist": {
"shasum": "afcb7f1f8b8d74f820726171d5d64ac9e4a8ff20",
"tarball": "https://registry.npmjs.org/duplexer/-/duplexer-0.0.4.tgz"
},
"homepage": "https://github.com/Raynos/duplexer",
"keywords": [],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/duplexer/raw/master/LICENSE"
}
],
"main": "index",
"maintainers": [
{
"name": "raynos",
"email": "raynos2@gmail.com"
},
{
"name": "dominictarr",
"email": "dominic.tarr@gmail.com"
}
],
"name": "duplexer",
"optionalDependencies": {},
"readme": "# duplexer [![build status][1]][2]\n\nCreates a duplex stream\n\nTaken from [event-stream][3]\n\n## duplex (writeStream, readStream)\n\nTakes a writable stream and a readable stream and makes them appear as a readable writable stream.\n\nIt is assumed that the two streams are connected to each other in some way.\n\n## Example\n\n var grep = cp.exec('grep Stream')\n\n duplex(grep.stdin, grep.stdout)\n\n## Installation\n\n`npm install duplexer`\n\n## Tests\n\n`make test`\n\n## Contributors\n\n - Dominictarr\n - Raynos\n\n## MIT Licenced\n\n [1]: https://secure.travis-ci.org/Raynos/duplexer.png\n [2]: http://travis-ci.org/Raynos/duplexer\n [3]: https://github.com/dominictarr/event-stream#duplex-writestream-readstream",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/Raynos/duplexer.git"
},
"scripts": {
"test": "make test"
},
"version": "0.0.4"
}