UNPKG

suspenders-js

Version:

Asynchronous programming library utilizing coroutines, functional reactive programming and structured concurrency.

51 lines (50 loc) 1.21 kB
{ "name": "suspenders-js", "version": "0.0.8", "description": "Asynchronous programming library utilizing coroutines, functional reactive programming and structured concurrency.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "compile": "tsc --declaration", "prepublish": "tsc", "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/zirman/suspenders-js.git" }, "keywords": [ "asynchronous", "coroutines", "generator", "reactive", "frp", "csp", "channels", "subjects", "behaviors", "events", "scope", "concurrent", "parallel", "functional reactive programming", "structured concurrency", "kotlin coroutines" ], "author": "Robert Chrzanowski", "license": "Apache-2.0", "bugs": { "url": "https://github.com/zirman/suspenders-js/issues" }, "homepage": "https://github.com/zirman/suspenders-js#readme", "devDependencies": { "@types/assert": "^1.5.4", "@types/chai": "^4.2.14", "@types/mocha": "^8.2.0", "assert": "^2.0.0", "chai": "^4.3.0", "mocha": "^8.2.1", "ts-node": "^9.1.1", "typescript": "^4.1.5" } }