UNPKG

rindle

Version:

Collection of utilities for working with Streams

45 lines (44 loc) 1.1 kB
{ "name": "rindle", "version": "1.3.6", "description": "Collection of utilities for working with Streams", "main": "lib/rindle.js", "homepage": "https://github.com/jviotti/rindle", "repository": { "type": "git", "url": "git://github.com/jviotti/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": "Juan Cruz Viotti <jv@jviotti.com>", "license": "Apache-2.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": "^1.1.1", "sinon": "^9.0.2", "sinon-chai": "^3.5.0", "tmp": "0.0.28" }, "dependencies": { "bluebird": "^3.5.0", "string-to-stream": "^1.0.1" } }