trickle
Version:
Slows incoming stream data to specific intervals
24 lines (23 loc) • 429 B
JSON
{
"name": "trickle",
"version": "0.0.2",
"description": "Slows incoming stream data to specific intervals",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://gist.github.com/3740721.git"
},
"keywords": [
"slow",
"stream",
"throttle",
"trickle",
"periodic",
"delay"
],
"author": "Hugh Kennedy",
"license": "BSD",
"dependencies": {
"through": "~1.1.0"
}
}