funstream
Version:
Funstream gives you iteratorish methods on your streams.
59 lines (58 loc) • 1.59 kB
JSON
{
"name": "funstream",
"version": "4.2.0",
"description": "Funstream gives you iteratorish methods on your streams.",
"main": "index.js",
"scripts": {
"test": "iarna-standard *.js test/*.js test/*/*.js && tap -J --branches=67 --lines=75 --functions=66 --statements=72 test/*.js test/async/*.js && tap -J --node-arg=test/lib/without-bb.js test/*.js test/async/*.js",
"test-no-coverage": "tap -J test/*.js test/async/*.js",
"test-old-node": "tap -J test/*.js"
},
"keywords": [],
"author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",
"license": "ISC",
"dependencies": {
"isa-stream": "^1.1.3"
},
"devDependencies": {
"@iarna/standard": "^2.0.1",
"benchmark": "^2.1.4",
"bluebird": "^3.5.4",
"qw": "^1.0.1",
"require-inject": "^1.4.4",
"tap": "^11.0.0",
"through2": "^2.0.3"
},
"files": [
"filter-stream.js",
"flat-map-stream.js",
"for-each-stream.js",
"fun-array.js",
"fun-async-generator.js",
"fun-duplex.js",
"fun-generator.js",
"fun-passthrough.js",
"fun-stream.js",
"fun-transform.js",
"index.js",
"is.js",
"map-stream.js",
"mini-sync-sink.js",
"mixin-promise-stream.js",
"mutate-stream.js",
"reduce-stream.js",
"stream-promise.js",
"line-stream.js"
],
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iarna/funstream.git"
},
"bugs": {
"url": "https://github.com/iarna/funstream/issues"
},
"homepage": "https://npmjs.com/package/funstream"
}