UNPKG

hertzscript-dispatcher

Version:

Executes preemptible JavaScript coroutines which conform to the HertzScript specification.

49 lines (48 loc) 1.17 kB
{ "name": "hertzscript-dispatcher", "version": "0.0.19", "description": "Executes preemptible JavaScript coroutines which conform to the HertzScript specification.", "keywords": [ "javascript", "preemption", "preemptive", "preemptible", "protothreads", "green-threads", "coroutines", "coroutine", "coroutine-dispatcher", "concurrency", "automatic-concurrency", "concurrent", "concurrent-programming", "concurrent-javascript", "stackless-coroutines", "multitasking", "cooperative-multitasking", "preemptive-multitasking", "voluntary-preemtive-multitasking" ], "homepage": "https://github.com/hertzscript/Dispatcher#readme", "repository": { "type": "git", "url": "https://github.com/hertzscript/Dispatcher.git" }, "bugs": { "url": "https://github.com/hertzscript/Dispatcher/issues" }, "main": "src/Dispatcher.js", "bin": { "hzs": "./bin/executeCLI.js", "hzscript": "./bin/executeCLI.js" }, "author": "Dani Glore (https://github.com/Floofies)", "contributors": [ "Thomas G. (https://github.com/trgwii)" ], "license": "MIT", "dependencies": { "command-line-args": "^5.0.2", "hertzscript-compiler": "" } }