UNPKG

hertzscript-compiler

Version:

Produces preemptible JavaScript coroutines which conform to the HertzScript specification.

51 lines (50 loc) 1.24 kB
{ "name": "hertzscript-compiler", "version": "0.0.11", "description": "Produces preemptible JavaScript coroutines which conform to the HertzScript specification.", "keywords": [ "javascript", "preemption", "preemptive", "preemptible", "interruption", "green-threads", "coroutines", "coroutine", "coroutine-dispatcher", "concurrency", "concurrent", "concurrent-programming", "concurrent-javascript", "stackless-coroutines", "multitasking", "cooperative-multitasking", "preemptive-multitasking", "voluntary-preemtive-multitasking" ], "homepage": "https://github.com/hertzscript/hertzscript-compiler#readme", "repository": { "type": "git", "url": "https://github.com/hertzscript/hertzscript-compiler.git" }, "bugs": { "url": "https://github.com/hertzscript/hertzscript-compiler/issues" }, "main": "src/compile.js", "author": "Dani Glore (https://github.com/Floofies)", "contributors": [ "Thomas G. (https://github.com/trgwii)" ], "license": "MIT", "bin": { "hzc": "./bin/compileCLI.js", "hzcompile": "./bin/compileCLI.js" }, "dependencies": { "acorn": "^6.0.4", "acorn-walk": "^6.1.1", "@babel/core": "", "command-line-args": "^5.0.2", "escodegen": "^1.11.0" } }