randstream
Version:
A stream that emits endless series of random bytes, with proper backpressure support.
27 lines (26 loc) • 590 B
JSON
{
"name": "randstream",
"version": "0.3.2",
"description": "A stream that emits endless series of random bytes, with proper backpressure support.",
"main": "index.js",
"bin": {
"rand": "cli.js"
},
"scripts": {
"test": "./cli.js | hexdump -v"
},
"repository": {
"type": "git",
"url": "git://github.com/chakrit/randstream.git"
},
"keywords": [
"random",
"stream"
],
"author": "Chakrit Wichian <service@chakrit.net> (http://chakrit.net)",
"license": "BSD",
"dependencies": {
"readable-stream": "~1.1.0",
"throttle": "~1.0.3"
}
}