UNPKG

continuator

Version:

A practical synthesis of continuation-like flow control with dynamic actor-like behaviors using a fluent CPS-inspired interface

34 lines (33 loc) 894 B
{ "name": "continuator", "version": "0.0.3-alpha", "description": "A practical synthesis of continuation-like flow control with dynamic actor-like behaviors using a fluent CPS-inspired interface", "main": "./src/index.js", "type":"module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "staging": "nodemon --watch ./ -e js,json,ts ./test/index.js" }, "keywords": [ "Continuations", "Actors", "Combinators", "CPS", "Flow Control", "Data Processing", "State Machines" ], "repository": { "type": "git", "url": "git+https://github.com/mastergray/continuator.git" }, "bugs": { "url": "https://github.com/mastergray/continuator/issues" }, "homepage": "https://github.com/mastergray/continuator#readme", "author": "mastergray", "license": "MIT", "devDependencies": { "nodemon": "^3.1.3" } }