{
  "_from": "chevrotain@~12.0.0",
  "_id": "chevrotain@12.0.0",
  "_inBundle": false,
  "_integrity": "sha512-csJvb+6kEiQaqo1woTdSAuOWdN0WTLIydkKrBnS+V5gZz0oqBrp4kQ35519QgK6TpBThiG3V1vNSHlIkv4AglQ==",
  "_location": "/chevrotain",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "chevrotain@~12.0.0",
    "name": "chevrotain",
    "escapedName": "chevrotain",
    "rawSpec": "~12.0.0",
    "saveSpec": null,
    "fetchSpec": "~12.0.0"
  },
  "_requiredBy": [
    "/langium"
  ],
  "_resolved": "https://registry.npmjs.org/chevrotain/-/chevrotain-12.0.0.tgz",
  "_shasum": "8ebefe0a0516b1b314a8d9c7f4e948a509098d1c",
  "_spec": "chevrotain@~12.0.0",
  "_where": "C:\\wamp64\\www\\utc\\app\\node_modules\\langium",
  "author": {
    "name": "Shahar Soel"
  },
  "bugs": {
    "url": "https://github.com/Chevrotain/chevrotain/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@chevrotain/cst-dts-gen": "12.0.0",
    "@chevrotain/gast": "12.0.0",
    "@chevrotain/regexp-to-ast": "12.0.0",
    "@chevrotain/types": "12.0.0",
    "@chevrotain/utils": "12.0.0"
  },
  "deprecated": false,
  "description": "Chevrotain is a high performance fault tolerant javascript parsing DSL for building recursive decent parsers",
  "devDependencies": {
    "@types/jsdom": "28.0.0",
    "@types/sinon": "21.0.0",
    "@types/sinon-chai": "4.0.0",
    "error-stack-parser": "2.1.4",
    "esbuild": "0.27.3",
    "gen-esm-wrapper": "1.1.3",
    "gitty": "3.7.2",
    "jsdom": "28.1.0",
    "jsonfile": "6.2.0",
    "require-from-string": "2.0.2",
    "sinon": "21.0.2",
    "sinon-chai": "4.0.1",
    "xregexp": "5.1.2"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "exports": {
    ".": {
      "import": "./lib/src/api.js",
      "require": "./lib/src/api.js",
      "types": "./chevrotain.d.ts"
    }
  },
  "files": [
    "chevrotain.d.ts",
    "lib/chevrotain.min.mjs",
    "lib/chevrotain.mjs",
    "lib/src/**/*.js",
    "lib/src/**/*.map",
    "src/**/*.ts",
    "diagrams/**/*.*",
    "BREAKING_CHANGES.md",
    "CHANGELOG.md"
  ],
  "gitHead": "d3b4d05d5dd53d53d27175119bc7c9ed8056e3d5",
  "homepage": "https://chevrotain.io/docs/",
  "keywords": [
    "parser",
    "syntax",
    "lexical",
    "analysis",
    "grammar",
    "lexer",
    "tokenizer",
    "generator",
    "compiler",
    "fault",
    "tolerant"
  ],
  "license": "Apache-2.0",
  "name": "chevrotain",
  "repository": {
    "type": "git",
    "url": "git://github.com/Chevrotain/chevrotain.git"
  },
  "scripts": {
    "---------- BUILD STEPS --------": "",
    "---------- BUNDLING --------": "",
    "---------- CI FLOWS --------": "",
    "---------- DEV FLOWS --------": "",
    "build": "npm-run-all clean compile bundle",
    "bundle": "npm-run-all bundle:**",
    "bundle:esm:min": "esbuild ./lib/src/api.js --bundle --minify --format=esm --sourcemap --outfile=lib/chevrotain.min.mjs",
    "bundle:esm:regular": "esbuild ./lib/src/api.js --bundle --sourcemap --format=esm --outfile=lib/chevrotain.mjs",
    "ci": "pnpm run build test",
    "clean": "shx rm -rf coverage dev lib temp",
    "compile": "tsc",
    "compile:watch": "tsc -w",
    "coverage": "c8 mocha --enable-source-maps",
    "quick-build": "tsc && npm-run-all bundle",
    "test": "npm-run-all coverage",
    "unit-tests": "mocha --enable-source-maps",
    "version": "node ./scripts/version-update.js",
    "watch": "tsc -w"
  },
  "type": "module",
  "types": "./chevrotain.d.ts",
  "version": "12.0.0"
}
