stream-chunks
Version:
Get all chunks of a stream
42 lines (41 loc) • 1.03 kB
JSON
{
"name": "stream-chunks",
"version": "1.0.0",
"description": "Get all chunks of a stream",
"type": "module",
"main": "index.js",
"scripts": {
"browser-test": "test-runner-browser",
"test": "stricter-standard && c8 --reporter=lcov --reporter=text-summary mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/bergos/stream-chunks.git"
},
"keywords": [
"array",
"async",
"buffer",
"chunk",
"readable",
"stream"
],
"author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bergos/stream-chunks/issues"
},
"homepage": "https://github.com/bergos/stream-chunks",
"dependencies": {
"buffer": "^6.0.3",
"string_decoder": "^1.3.0"
},
"devDependencies": {
"assert": "^2.0.0",
"c8": "^7.12.0",
"mocha": "^10.0.0",
"readable-stream": "^4.2.0",
"stricter-standard": "^0.2.0",
"test-runner-browser": "^0.1.0"
}
}