{ "_from": "chevrotain-allstar@~0.3.0", "_id": "chevrotain-allstar@0.3.1", "_inBundle": false, "_integrity": "sha512-b7g+y9A0v4mxCW1qUhf3BSVPg+/NvGErk/dOkrDaHA0nQIQGAtrOjlX//9OQtRlSCy+x9rfB5N8yC71lH1nvMw==", "_location": "/chevrotain-allstar", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "chevrotain-allstar@~0.3.0", "name": "chevrotain-allstar", "escapedName": "chevrotain-allstar", "rawSpec": "~0.3.0", "saveSpec": null, "fetchSpec": "~0.3.0" }, "_requiredBy": [ "/langium" ], "_resolved": "https://registry.npmmirror.com/chevrotain-allstar/-/chevrotain-allstar-0.3.1.tgz", "_shasum": "b7412755f5d83cc139ab65810cdb00d8db40e6ca", "_spec": "chevrotain-allstar@~0.3.0", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\langium", "author": { "name": "TypeFox", "url": "https://www.typefox.io" }, "bugs": { "url": "https://github.com/langium/chevrotain-allstar/issues" }, "bundleDependencies": false, "dependencies": { "lodash-es": "^4.17.21" }, "deprecated": false, "description": "LL(*) lookahead strategy for the Chevrotain parser library", "devDependencies": { "@types/jest": "^29.2.1", "@types/lodash-es": "^4.17.8", "shx": "^0.3.4", "typescript": "^5.1.6", "vitest": "^0.33.0" }, "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" } }, "files": [ "src", "lib" ], "homepage": "https://github.com/langium/chevrotain-allstar#readme", "keywords": [ "parser", "lookahead", "chevrotain", "langium" ], "license": "MIT", "name": "chevrotain-allstar", "peerDependencies": { "chevrotain": "^11.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/langium/chevrotain-allstar.git" }, "scripts": { "build": "tsc", "clean": "shx rm -rf lib tsconfig.tsbuildinfo", "test": "vitest", "watch": "tsc -w" }, "type": "module", "types": "./lib/index.d.ts", "version": "0.3.1" }