Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
1
{
2
"name": "duplexer2",
3
"version": "0.0.2",
4
"description": "Like duplexer (http://npm.im/duplexer) but using streams2",
5
"main": "index.js",
6
"scripts": {
7
"test": "mocha -R tap"
8
},
9
"repository": {
10
"type": "git",
11
"url": "git://github.com/deoxxa/duplexer2.git"
12
},
13
"keywords": [
14
"duplex",
15
"stream",
16
"join",
17
"combine"
18
],
19
"author": {
20
"name": "Conrad Pankoff",
21
"email": "[email protected]",
22
"url": "http://www.fknsrs.biz/"
23
},
24
"license": "BSD",
25
"bugs": {
26
"url": "https://github.com/deoxxa/duplexer2/issues"
27
},
28
"devDependencies": {
29
"chai": "~1.7.2",
30
"mocha": "~1.12.1"
31
},
32
"dependencies": {
33
"readable-stream": "~1.1.9"
34
},
35
"homepage": "https://github.com/deoxxa/duplexer2",
36
"_id": "[email protected]",
37
"dist": {
38
"shasum": "c614dcf67e2fb14995a91711e5a617e8a60a31db",
39
"tarball": "http://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz"
40
},
41
"_from": "duplexer2@>=0.0.2 <0.1.0",
42
"_npmVersion": "1.4.3",
43
"_npmUser": {
44
"name": "deoxxa",
45
"email": "[email protected]"
46
},
47
"maintainers": [
48
{
49
"name": "deoxxa",
50
"email": "[email protected]"
51
}
52
],
53
"directories": {},
54
"_shasum": "c614dcf67e2fb14995a91711e5a617e8a60a31db",
55
"_resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz",
56
"readme": "ERROR: No README data found!"
57
}
58
59