mirror of https://github.com/jkjoy/sunpeiwen.git
17 lines
338 B
JSON
17 lines
338 B
JSON
{
|
|
"name": "stdout-stream",
|
|
"description": "Non-blocking stdout stream",
|
|
"version": "1.4.1",
|
|
"repository": "mafintosh/stdout-stream",
|
|
"devDependencies": {
|
|
"tape": "~2.12.3"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/index.js"
|
|
},
|
|
"dependencies": {
|
|
"readable-stream": "^2.0.1"
|
|
},
|
|
"license": "MIT"
|
|
}
|