fast-stream-to-buffer
Version:
Consume a stream of data into a binary Buffer as efficiently as possible
41 lines (40 loc) • 924 B
JSON
{
"name": "fast-stream-to-buffer",
"version": "1.0.0",
"description": "Consume a stream of data into a binary Buffer as efficiently as possible",
"main": "index.js",
"dependencies": {
"end-of-stream": "^1.4.1"
},
"devDependencies": {
"standard": "^11.0.1",
"tape": "^4.9.1"
},
"scripts": {
"test": "standard && node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/watson/fast-stream-to-buffer.git"
},
"keywords": [
"stream",
"readable",
"buffer",
"string",
"convert",
"converter",
"ReadableStream",
"concat"
],
"author": "Thomas Watson <w@tson.dk> (https://twitter.com/wa7son)",
"license": "MIT",
"bugs": {
"url": "https://github.com/watson/fast-stream-to-buffer/issues"
},
"homepage": "https://github.com/watson/fast-stream-to-buffer#readme",
"coordinates": [
55.6773705,
12.5526636
]
}