2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-04-08 10:55:35 +00:00
|
|
|
"name": "duplexer2",
|
|
|
|
"version": "0.0.2",
|
2022-02-23 16:41:13 +00:00
|
|
|
"description": "Like duplexer (http://npm.im/duplexer) but using streams2",
|
2022-04-08 10:55:35 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha -R tap"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/deoxxa/duplexer2.git"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"duplex",
|
|
|
|
"stream",
|
|
|
|
"join",
|
|
|
|
"combine"
|
|
|
|
],
|
2022-04-08 10:55:35 +00:00
|
|
|
"author": "Conrad Pankoff <deoxxa@fknsrs.biz> (http://www.fknsrs.biz/)",
|
2022-01-21 08:28:41 +00:00
|
|
|
"license": "BSD",
|
2022-04-08 10:55:35 +00:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/deoxxa/duplexer2/issues"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"chai": "~1.7.2",
|
|
|
|
"mocha": "~1.12.1"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"dependencies": {
|
|
|
|
"readable-stream": "~1.1.9"
|
|
|
|
}
|
2022-01-21 08:28:41 +00:00
|
|
|
}
|