Files
to_docx/client/node_modules/chevrotain-allstar/package.json
T
Chen Xiao 0b64e2de94 First commit.
Signed-off-by: Chen Xiao <abigwc@gmail.com>
2026-05-08 14:43:16 +08:00

52 lines
1.1 KiB
JSON

{
"name": "chevrotain-allstar",
"version": "0.4.3",
"description": "LL(*) lookahead strategy for the Chevrotain parser library",
"keywords": [
"parser",
"lookahead",
"chevrotain",
"langium"
],
"license": "MIT",
"type": "module",
"types": "./lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
}
},
"scripts": {
"test": "vitest",
"build": "tsc",
"watch": "tsc -w",
"clean": "shx rm -rf lib tsconfig.tsbuildinfo"
},
"files": [
"src",
"lib"
],
"dependencies": {
"lodash-es": "^4.18.1"
},
"peerDependencies": {
"chevrotain": "^12.0.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"shx": "^0.4.0",
"typescript": "^5.9.3",
"vitest": "^4.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/langium/chevrotain-allstar"
},
"bugs": "https://github.com/langium/chevrotain-allstar/issues",
"author": {
"name": "TypeFox",
"url": "https://www.typefox.io"
}
}