mutate-stream
Version:
Object mutation pipelines for flow control
35 lines (34 loc) • 746 B
JSON
{
"name": "mutate-stream",
"version": "0.0.0",
"dependencies": {
"through2": "^0.6.3"
},
"devDependencies": {
"stream-output": "0.0.1",
"tape": "^3.5.0"
},
"description": "Object mutation pipelines for flow control",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/mutate-stream.js"
},
"repository": {
"type": "git",
"url": "https://github.com/markhuge/mutate-stream.git"
},
"keywords": [
"stream",
"mutate",
"controlflow"
],
"author": "Mark Wilkerson <mark@segfawlt.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/markhuge/mutate-stream/issues"
},
"homepage": "https://github.com/markhuge/mutate-stream"
}