You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
322 B
17 lines
322 B
2 years ago
|
{
|
||
|
"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"
|
||
|
}
|