{ "name": "@promistream/debug", "version": "0.1.0", "description": "A stream for debugging purposes, that logs everything that goes through it", "repository": { "url": "https://git.cryto.net/promistream/debug.git" }, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "promistream", "debug", "development" ], "author": "Sven Slootweg ", "license": "WTFPL OR CC0-1.0", "dependencies": { "colorette": "^2.0.20" }, "devDependencies": { "@promistream/collect": "^0.1.1", "@promistream/from-iterable": "^0.1.0", "@promistream/pipe": "^0.1.6" } }