UNPKG

bali-type-compiler

Version:

This library provides a JavaScript based implementation for the compiler for the Bali Virtual Processor.

41 lines (40 loc) • 1.14 kB
{ "name": "bali-type-compiler", "version": "2.65.0", "description": "This library provides a JavaScript based implementation for the compiler for the Bali Virtual Processor.", "repository": { "type": "git", "url": "git+ssh://git@github.com/craterdog-bali/js-bali-type-compiler.git" }, "keywords": [ "JavaScript", "Bali Nebula", "Compiler", "Assembler", "Virtual Processor" ], "author": "Derk Norton", "company": "Crater Dog Technologies™", "email": "craterdog@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/craterdog-bali/js-bali-type-compiler/issues" }, "homepage": "https://github.com/craterdog-bali/js-bali-type-compiler#readme", "devDependencies": { "chai": "^4.3.6", "mocha": "^10.0.0", "webpack": "^5.72.1", "grunt": "^1.5.3", "grunt-contrib-clean": "^2.0.1", "grunt-eslint": "^24.0.0", "grunt-mocha-test": "^0.13.3", "grunt-webpack": "^5.0.0", "bali-digital-notary": "^2.56.0", "bali-document-repository": "^2.63.0" }, "dependencies": { "antlr4": "4.8.0", "bali-component-framework": "^2.86.0" } }