hexo/node_modules/stdout-stream/package.json

17 lines
322 B
JSON
Raw Normal View History

2023-09-25 15:58:56 +08:00
{
"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"
}