{
  "_from": "@chevrotain/gast@12.0.0",
  "_id": "@chevrotain/gast@12.0.0",
  "_inBundle": false,
  "_integrity": "sha512-1ne/m3XsIT8aEdrvT33so0GUC+wkctpUPK6zU9IlOyJLUbR0rg4G7ZiApiJbggpgPir9ERy3FRjT6T7lpgetnQ==",
  "_location": "/@chevrotain/gast",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@chevrotain/gast@12.0.0",
    "name": "@chevrotain/gast",
    "escapedName": "@chevrotain%2fgast",
    "scope": "@chevrotain",
    "rawSpec": "12.0.0",
    "saveSpec": null,
    "fetchSpec": "12.0.0"
  },
  "_requiredBy": [
    "/@chevrotain/cst-dts-gen",
    "/chevrotain"
  ],
  "_resolved": "https://registry.npmjs.org/@chevrotain/gast/-/gast-12.0.0.tgz",
  "_shasum": "0e0cbf8eee01c7a4449b9caf19e5f3834dba2c35",
  "_spec": "@chevrotain/gast@12.0.0",
  "_where": "C:\\wamp64\\www\\utc\\app\\node_modules\\chevrotain",
  "bugs": {
    "url": "https://github.com/Chevrotain/chevrotain/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@chevrotain/types": "12.0.0"
  },
  "deprecated": false,
  "description": "Grammar AST structure for Chevrotain Parsers",
  "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/gast",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Chevrotain/chevrotain.git"
  },
  "scripts": {
    "---------- BUILD STEPS --------": "",
    "---------- CI FLOWS --------": "",
    "---------- DEV FLOWS --------": "",
    "build": "npm-run-all clean compile",
    "ci": "pnpm run build test",
    "clean": "shx rm -rf lib coverage",
    "compile": "tsc",
    "compile:watch": "tsc -w",
    "coverage": "c8 mocha --enable-source-maps",
    "test": "npm-run-all coverage",
    "update-snapshots": "node ./scripts/update-snapshots.js"
  },
  "type": "module",
  "types": "./lib/src/api.d.ts",
  "version": "12.0.0"
}
