{
  "_from": "@chevrotain/cst-dts-gen@12.0.0",
  "_id": "@chevrotain/cst-dts-gen@12.0.0",
  "_inBundle": false,
  "_integrity": "sha512-fSL4KXjTl7cDgf0B5Rip9Q05BOrYvkJV/RrBTE/bKDN096E4hN/ySpcBK5B24T76dlQ2i32Zc3PAE27jFnFrKg==",
  "_location": "/@chevrotain/cst-dts-gen",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@chevrotain/cst-dts-gen@12.0.0",
    "name": "@chevrotain/cst-dts-gen",
    "escapedName": "@chevrotain%2fcst-dts-gen",
    "scope": "@chevrotain",
    "rawSpec": "12.0.0",
    "saveSpec": null,
    "fetchSpec": "12.0.0"
  },
  "_requiredBy": [
    "/chevrotain"
  ],
  "_resolved": "https://registry.npmjs.org/@chevrotain/cst-dts-gen/-/cst-dts-gen-12.0.0.tgz",
  "_shasum": "ec068e1e83c5fdad69d81773556cae97f0b5dcdb",
  "_spec": "@chevrotain/cst-dts-gen@12.0.0",
  "_where": "C:\\wamp64\\www\\utc\\app\\node_modules\\chevrotain",
  "bugs": {
    "url": "https://github.com/Chevrotain/chevrotain/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@chevrotain/gast": "12.0.0",
    "@chevrotain/types": "12.0.0"
  },
  "deprecated": false,
  "description": "Generates type definitions for Chevrotain CST nodes",
  "exports": {
    ".": {
      "import": "./lib/src/api.js",
      "types": "./lib/src/api.d.ts"
    }
  },
  "files": [
    "lib/src/**/*.js",
    "lib/src/**/*.map",
    "lib/src/**/*.d.ts",
    "src/**/*.ts"
  ],
  "gitHead": "d3b4d05d5dd53d53d27175119bc7c9ed8056e3d5",
  "homepage": "https://github.com/Chevrotain/chevrotain#readme",
  "keywords": [],
  "license": "Apache-2.0",
  "name": "@chevrotain/cst-dts-gen",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Chevrotain/chevrotain.git"
  },
  "scripts": {
    "---------- BUILD STEPS --------": "",
    "---------- CI FLOWS --------": "",
    "build": "npm-run-all clean compile",
    "ci": "pnpm run build test",
    "clean": "shx rm -rf lib",
    "compile": "tsc",
    "compile:watch": "tsc -w",
    "test": "echo \"tests are in a different package\""
  },
  "type": "module",
  "types": "./lib/src/api.d.ts",
  "version": "12.0.0"
}
