hyperproc
Version:
Chainable, async pipeline over an explicit state object
45 lines (44 loc) • 941 B
JSON
{
"name": "hyperproc",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"test": "npx nodemon test/index.js"
},
"type":"module",
"keywords": [
"hyperproc",
"pipeline",
"async-pipeline",
"state",
"state-management",
"workflow",
"orchestration",
"dataflow",
"etl",
"functional",
"composition",
"chainable",
"middleware",
"error-handling",
"error-recovery",
"branching",
"concurrency",
"batch-processing",
"plain-object"
],
"author": "mastergray",
"license": "MIT",
"description": "Chainable, async pipeline over an explicit state object",
"devDependencies": {
"nodemon": "^3.1.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mastergray/hyperproc.git"
},
"bugs": {
"url": "https://github.com/mastergray/hyperproc/issues"
},
"homepage": "https://github.com/mastergray/hyperproc#readme"
}