streaming
Version:
Transforms and other streaming helpers
34 lines (33 loc) • 859 B
JSON
{
"name": "streaming",
"version": "1.1.1",
"description": "Transforms and other streaming helpers",
"keywords": [
"streaming",
"streams",
"streams2",
"transform",
"duplex",
"readable",
"writable"
],
"homepage": "https://github.com/chbrown/streaming",
"repository": "github:chbrown/streaming",
"author": "Christopher Brown <io@henrian.com>",
"license": "MIT",
"devDependencies": {
"@types/mocha": "^2.2.43",
"@types/node": "^22.1.0",
"coveralls": "^3.0.0",
"istanbul": "0.4.5",
"mocha": "^5.0.1",
"mocha-lcov-reporter": "1.3.0",
"typescript": "^5.5.4"
},
"scripts": {
"prepare": "tsc --build",
"test": "istanbul cover --dir tests/coverage/ _mocha -- tests/ -R spec",
"posttest": "coveralls < tests/coverage/lcov.info || true",
"clean": "tsc --build --clean"
}
}