limepot-xyz/BETA/mybulma/node_modules/stdout-stream/package.json
LimePot 76722fec47 Beta Site
Going to slowly work on a Bulma site, which will end up being the main site.

Currently under the /BETA/ folder so Alpha site will still be main site.
2022-12-20 16:23:37 -07:00

16 lines
322 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"
}