rindle
Version:
Collection of utilities for working with Streams
48 lines (47 loc) • 1.16 kB
JSON
{
"name": "rindle",
"version": "3.0.1",
"description": "Collection of utilities for working with Streams",
"main": "lib/rindle.js",
"homepage": "https://github.com/balena-io-modules/rindle",
"repository": {
"type": "git",
"url": "git://github.com/balena-io-modules/rindle.git"
},
"directories": {
"test": "tests"
},
"scripts": {
"lint": "balena-lint --typescript --fix -e js -e ts lib tests gulpfile.js",
"test": "gulp test && npm run lint",
"prepublish": "gulp test",
"readme": "jsdoc2md --template doc/README.hbs lib/{,**/}*.js > README.md"
},
"keywords": [
"rindle",
"stream",
"utils",
"toolbelt",
"util"
],
"author": "Balena Ltd. <hello@balena.io>",
"license": "Apache-2.0",
"engines": {
"node": ">=20.0"
},
"devDependencies": {
"@balena/lint": "^5.0.3",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"gulp": "^4.0.2",
"gulp-mocha": "^2.1.3",
"jsdoc-to-markdown": "^9.0.0",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0",
"tmp": "0.0.28"
},
"dependencies": {},
"versionist": {
"publishedAt": "2026-02-18T18:38:50.907Z"
}
}