UNPKG

shaper

Version:

Create throttled through stream

50 lines (49 loc) 940 B
{ "name": "shaper", "author": "Andrey Sidorov <sidorares@yandex.ru>", "description": "Create throttled through stream", "keywords": [ "stream", "throttle", "shape", "shaper" ], "homepage": "https://github.com/sidorares/node-shaper", "version": "0.0.5", "maintainers": [ { "name": "Andrey Sidorov", "email": "sidoares@yandex.ru" } ], "bugs": { "url": "http://github.com/sidorares/node-shaper/issues" }, "license": "MIT", "repositories": [ { "type": "git", "url": "http://github.com/sidorares/node-shaper" } ], "main": "index.js", "directories": { "example": "example", "test": "test" }, "engines": { "node": "*" }, "dependencies": { "buffers": "~0.1.1" }, "devDependencies": { "mocha": "*", "stream-spec": "*", "stream-tester": "*" }, "scripts": { "test": "mocha", "prepublish": "npm prune" } }