{
  "_from": "@chevrotain/cst-dts-gen@10.5.0",
  "_id": "@chevrotain/cst-dts-gen@10.5.0",
  "_inBundle": false,
  "_integrity": "sha512-lhmC/FyqQ2o7pGK4Om+hzuDrm9rhFYIJ/AXoQBeongmn870Xeb0L6oGEiuR8nohFNL5sMaQEJWCxr1oIVIVXrw==",
  "_location": "/@chevrotain/cst-dts-gen",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@chevrotain/cst-dts-gen@10.5.0",
    "name": "@chevrotain/cst-dts-gen",
    "escapedName": "@chevrotain%2fcst-dts-gen",
    "scope": "@chevrotain",
    "rawSpec": "10.5.0",
    "saveSpec": null,
    "fetchSpec": "10.5.0"
  },
  "_requiredBy": [
    "/chevrotain"
  ],
  "_resolved": "https://registry.npmjs.org/@chevrotain/cst-dts-gen/-/cst-dts-gen-10.5.0.tgz",
  "_shasum": "922ebd8cc59d97241bb01b1b17561a5c1ae0124e",
  "_spec": "@chevrotain/cst-dts-gen@10.5.0",
  "_where": "/var/www/html/node_modules/chevrotain",
  "bugs": {
    "url": "https://github.com/Chevrotain/chevrotain/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@chevrotain/gast": "10.5.0",
    "@chevrotain/types": "10.5.0",
    "lodash": "4.17.21"
  },
  "deprecated": false,
  "description": "Generates type definitions for chevrotain CST nodes",
  "devDependencies": {
    "@types/lodash": "4.14.191"
  },
  "files": [
    "src/**/*.ts",
    "lib/src/**/*.js",
    "lib/src/**/*.d.ts",
    "lib/src/**/*.js.map"
  ],
  "gitHead": "f5fdf95b8da570c702753252b0a3f7aa34d64f3b",
  "homepage": "https://github.com/Chevrotain/chevrotain#readme",
  "keywords": [],
  "license": "Apache-2.0",
  "main": "lib/src/api.js",
  "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\""
  },
  "typings": "lib/src/api.d.ts",
  "version": "10.5.0"
}
