{
  "_from": "@chevrotain/types@12.0.0",
  "_id": "@chevrotain/types@12.0.0",
  "_inBundle": false,
  "_integrity": "sha512-S+04vjFQKeuYw0/eW3U52LkAHQsB1ASxsPGsLPUyQgrZ2iNNibQrsidruDzjEX2JYfespXMG0eZmXlhA6z7nWA==",
  "_location": "/@chevrotain/types",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@chevrotain/types@12.0.0",
    "name": "@chevrotain/types",
    "escapedName": "@chevrotain%2ftypes",
    "scope": "@chevrotain",
    "rawSpec": "12.0.0",
    "saveSpec": null,
    "fetchSpec": "12.0.0"
  },
  "_requiredBy": [
    "/@chevrotain/cst-dts-gen",
    "/@chevrotain/gast",
    "/chevrotain"
  ],
  "_resolved": "https://registry.npmjs.org/@chevrotain/types/-/types-12.0.0.tgz",
  "_shasum": "a762b5c2b4f07496b56c93c30ce224b3637cc2c8",
  "_spec": "@chevrotain/types@12.0.0",
  "_where": "C:\\wamp64\\www\\utc\\app\\node_modules\\chevrotain",
  "author": {
    "name": "Shahar Soel"
  },
  "bugs": {
    "url": "https://github.com/Chevrotain/chevrotain/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Type Signatures and API Website for Chevrotain",
  "devDependencies": {
    "typedoc": "0.28.17",
    "typescript": "5.9.3"
  },
  "exports": {
    ".": {
      "types": "./api.d.ts"
    }
  },
  "files": [
    "api.d.ts",
    "README.md",
    "LICENSE.TXT"
  ],
  "gitHead": "d3b4d05d5dd53d53d27175119bc7c9ed8056e3d5",
  "homepage": "https://chevrotain.io/documentation/",
  "keywords": [],
  "license": "Apache-2.0",
  "name": "@chevrotain/types",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Chevrotain/chevrotain.git"
  },
  "scripts": {
    "---------- BUILD STEPS --------": "",
    "---------- CI FLOWS --------": "",
    "api-site:build": "typedoc api.d.ts --out dev/docs --excludeExternals --excludePrivate",
    "api-site:upload": "./scripts/api-site-upload.sh",
    "build": "npm-run-all clean compile api-site:build",
    "ci": "pnpm run build",
    "clean": "shx rm -rf dev lib",
    "compile": "tsc",
    "compile:watch": "tsc -w",
    "postversion": "npm-run-all api-site:build api-site:upload"
  },
  "type": "module",
  "types": "./api.d.ts",
  "version": "12.0.0"
}
