{
  "_from": "@chevrotain/types@10.5.0",
  "_id": "@chevrotain/types@10.5.0",
  "_inBundle": false,
  "_integrity": "sha512-f1MAia0x/pAVPWH/T73BJVyO2XU5tI4/iE7cnxb7tqdNTNhQI3Uq3XkqcoteTmD4t1aM0LbHCJOhgIDn07kl2A==",
  "_location": "/@chevrotain/types",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@chevrotain/types@10.5.0",
    "name": "@chevrotain/types",
    "escapedName": "@chevrotain%2ftypes",
    "scope": "@chevrotain",
    "rawSpec": "10.5.0",
    "saveSpec": null,
    "fetchSpec": "10.5.0"
  },
  "_requiredBy": [
    "/@chevrotain/cst-dts-gen",
    "/@chevrotain/gast",
    "/chevrotain"
  ],
  "_resolved": "https://registry.npmjs.org/@chevrotain/types/-/types-10.5.0.tgz",
  "_shasum": "52a97d74a8cfbc197f054636d93ecd8912d33d21",
  "_spec": "@chevrotain/types@10.5.0",
  "_where": "/var/www/html/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.23.23",
    "typescript": "4.9.4"
  },
  "files": [
    "api.d.ts",
    "README.md",
    "LICENSE.TXT"
  ],
  "gitHead": "f5fdf95b8da570c702753252b0a3f7aa34d64f3b",
  "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"
  },
  "typings": "api.d.ts",
  "version": "10.5.0"
}
