{
  "_from": "chevrotain-allstar@~0.4.1",
  "_id": "chevrotain-allstar@0.4.1",
  "_inBundle": false,
  "_integrity": "sha512-PvVJm3oGqrveUVW2Vt/eZGeiAIsJszYweUcYwcskg9e+IubNYKKD+rHHem7A6XVO22eDAL+inxNIGAzZ/VIWlA==",
  "_location": "/chevrotain-allstar",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "chevrotain-allstar@~0.4.1",
    "name": "chevrotain-allstar",
    "escapedName": "chevrotain-allstar",
    "rawSpec": "~0.4.1",
    "saveSpec": null,
    "fetchSpec": "~0.4.1"
  },
  "_requiredBy": [
    "/langium"
  ],
  "_resolved": "https://registry.npmjs.org/chevrotain-allstar/-/chevrotain-allstar-0.4.1.tgz",
  "_shasum": "04e1429faca94a14d4572e0107c4865beac36298",
  "_spec": "chevrotain-allstar@~0.4.1",
  "_where": "C:\\wamp64\\www\\utc\\app\\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": "^4.1.2"
  },
  "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": "^12.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.4.1"
}
