UNPKG

nodent-compiler

Version:

NoDent - Asynchronous Javascript language extensions

42 lines (41 loc) 907 B
{ "name": "nodent-compiler", "version": "3.2.13", "description": "NoDent - Asynchronous Javascript language extensions", "main": "compiler.js", "scripts": { "test": "node tests tests/semantics/*" }, "dependencies": { "acorn": ">= 2.5.2 <= 5.7.5", "acorn-es7-plugin": "^1.1.7", "nodent-transform": "^3.2.9", "source-map": "^0.5.7" }, "devDependencies": { "nodent-runtime": "^3.2.1" }, "repository": { "type": "git", "url": "https://github.com/MatAtBread/nodent-compiler.git" }, "engines": "node >= 0.10.0", "keywords": [ "Javascript", "ES7", "async", "await", "language", "extensions", "Node", "callback", "generator", "Promise", "asynchronous" ], "author": "Mat At Bread <nodent@mailed.me.uk>", "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/MatAtBread/nodent/issues" } }