package.json
{
"name": "streamable-buffers",
"version": "3.3.2",
"description": "Buffer-backed Streams for reading and writing.",
"keywords": [
"memory streams",
"streams",
"buffer streams"
],
"author": {
"name": "Genry Manashirov",
"email": "henrydev10@gmail.com"
},
"main": "./lib/streambuffer.js",
"engines": {
"node": ">= 4.2.0"
},
"dependencies": {},
"devDependencies": {
"chai": "~4.1.1",
"eslint": "~3.18.0",
"mocha": "~5.2.0",
"istanbul": "0.4.5",
"string-to-stream": "~1.1.0"
},
"license": "Unlicense",
"repository": {
"type": "git",
"url": "https://github.com/genrym/streamable-buffers.git"
},
"scripts": {
"lint": "eslint test/ lib/",
"test": "istanbul cover _mocha test/**/*.test.js"
}
}