UNPKG

nectarjs

Version:

Javascript's God Mode. No VM. No Bytecode. No GC. Just native binaries.

42 lines (40 loc) 826 B
{ "name": "console", "description": "NectarJS base console module", "main": "index.js", "bugs": { "url": "https://github.com/NectarJS/nectarjs/issues" }, "directories": { "root": ".", "lib": "lib" }, "homepage": "https://github.com/NectarJS/nectarjs#readme", "keywords": [ "nectarjs", "JSON", "javascript" ], "license": "GPL-3.0-or-later", "licenses": [ { "type": "GPL", "url": "https://github.com/nectarjs/nectarjs/blob/master/LICENSE" } ], "repository": { "type": "git", "url": "git+ssh://git@github.com/NectarJS/nectarjs.git" }, "version": "0.0.2", "nectar": { "env": ["std", "android", "ios", "node", "wasm"], "read_only": [], "expose": ["__Nectar_NATIVE_LOG_CONSOLE"] } }