qbuffer
Version:
quick buffer to combine and re-split binary streams
30 lines (29 loc) • 613 B
JSON
{
"name": "qbuffer",
"version": "1.4.0",
"description": "quick buffer to combine and re-split binary streams",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/andrasq/node-qbuffer"
},
"main": "index.js",
"author": {
"name": "Andras",
"url": "http://github.com/andrasq"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "qunit test-speed.js test-qbuffer.js"
},
"keywords": [
"Andras", "quick", "chunked", "binary", "data", "split", "getline"
],
"dependencies": {
},
"devDependencies": {
"qnit": "*"
}
}