multi-readable
Version:
Serial connecting readable streams, strictly following the back pressure and highWaterMark
47 lines (46 loc) • 1.18 kB
JSON
{
"name": "multi-readable",
"version": "1.1.0",
"description": "Serial connecting readable streams, strictly following the back pressure and highWaterMark",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"./lib"
],
"scripts": {
"lint": "eslint src --ext ts",
"test": "mocha",
"clean": "node ./clean.mjs",
"build": "tsc -p ./tsconfig.build.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tarrowren/multi-readable.git"
},
"keywords": [
"stream",
"readable",
"highwatermark",
"multiple",
"concat"
],
"author": "Tarrowren",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tarrowren/multi-readable/issues"
},
"homepage": "https://github.com/Tarrowren/multi-readable#readme",
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^16.11.45",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"buffer-readable": "^1.0.2",
"chai": "^4.3.6",
"eslint": "^8.20.0",
"mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}