UNPKG

stream-data

Version:

Collect the stream data and send it into a callback function.

52 lines 1.03 kB
{ "scripts": { "test": "node test/index.js" }, "name": "stream-data", "description": "Collect the stream data and send it into a callback function.", "keywords": [ "stream", "data", "collect", "the", "and", "send", "it", "into", "a", "callback", "function" ], "license": "MIT", "version": "1.0.9", "main": "lib/index.js", "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)", "files": [ "bin/", "app/", "lib/", "dist/", "src/", "scripts/", "resources/", "menu/", "cli.js", "index.js", "index.d.ts", "package-lock.json", "bloggify.js", "bloggify.json", "bloggify/" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/IonicaBizau/stream-data.git" }, "bugs": { "url": "https://github.com/IonicaBizau/stream-data/issues" }, "homepage": "https://github.com/IonicaBizau/stream-data#readme", "devDependencies": { "tester": "^1.3.5" } }