UNPKG

@parser-generator/cli

Version:

A Parser Generator that supports LL,SLR,LR1,LALR

53 lines (52 loc) 1.2 kB
{ "name": "@parser-generator/cli", "version": "0.1.0-alpha.3", "devDependencies": { "@types/getopts": "^2.1.0" }, "dependencies": { "@light0x00/shim": "^0.0.2", "@parser-generator/core": "^0.1.0-alpha.2", "@parser-generator/grammar-interpreter": "^0.1.0-alpha.3", "@types/html-webpack-plugin": "^3.2.1", "getopts": "^2.2.5", "html-webpack-plugin": "^3.2.0", "keycharm": "^0.2.0", "moment": "^2.24.0", "vis-data": "^6.2.1", "vis-network": "^6.5.0", "vis-util": "^1.1.8", "webpack": "^4.41.5" }, "bin": { "pgen": "lib/index.js" }, "main": "lib/cjs/index.js", "module": "lib/esm/index.js", "types": "lib/types/index.d.ts", "files": [ "lib" ], "contributors": [ "Chen Yang <light0x00@163.com> (https://github.com/light0x00)" ], "description": "A Parser Generator that supports LL,SLR,LR1,LALR", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/light0x00/parser-generator.git" }, "homepage": "https://github.com/light0x00/parser-generator", "keywords": [ "Parser", "LL", "LR", "SLR", "LR1", "LALR" ], "publishConfig": { "access": "public" }, "gitHead": "8e34ab79e2d009dd7dc619879a705ded92206429" }