flow-map
Version:
Transform stream which maps each streamed value to another value.
70 lines (69 loc) • 1.78 kB
JSON
{
"name": "flow-map",
"version": "0.0.3",
"description": "Transform stream which maps each streamed value to another value.",
"author": {
"name": "Athan Reines",
"email": "kgryte@gmail.com"
},
"contributors": [
{
"name": "Athan Reines",
"email": "kgryte@gmail.com"
}
],
"scripts": {
"test": "mocha",
"test-cov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec",
"codecov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/codecov/coverage --report lcovonly -- -R spec && cat ./reports/codecov/coverage/lcov.info | codecov && rm -rf ./reports/codecov"
},
"main": "./lib",
"bin": {
"flow-map": "./bin/cli"
},
"repository": {
"type": "git",
"url": "git://github.com/flow-io/map.git"
},
"keywords": [
"flow.io",
"flow-io",
"flow",
"stream",
"streams",
"writable",
"readable",
"transform",
"map",
"mapping",
"through"
],
"bugs": {
"url": "https://github.com/flow-io/map/issues"
},
"dependencies": {
"debug": "^2.2.0",
"flow-join": "git://github.com/flow-io/join.git",
"flow-split": "git://github.com/flow-io/split.git",
"minimist": "^1.1.3",
"pkginfo": "^0.3.0",
"readable-stream": "^2.0.2",
"utils-copy": "^1.0.0",
"utils-cwd": "^2.0.0",
"utils-regex-from-string": "^1.0.0",
"validate.io-boolean-primitive": "^1.0.0",
"validate.io-function": "^1.0.2",
"validate.io-nonnegative": "^1.0.0",
"validate.io-object": "^1.0.4"
},
"devDependencies": {
"chai": "3.x.x",
"codecov.io": "^0.1.5",
"istanbul": "^0.3.0",
"jshint": "2.x.x",
"jshint-stylish": "2.x.x",
"mocha": "2.x.x",
"through2": "^2.0.0"
},
"license": "MIT"
}