{ "_from": "@chevrotain/gast@11.0.3", "_id": "@chevrotain/gast@11.0.3", "_inBundle": false, "_integrity": "sha512-+qNfcoNk70PyS/uxmj3li5NiECO+2YKZZQMbmjTqRI3Qchu8Hig/Q9vgkHpI3alNjr7M+a2St5pw5w5F6NL5/Q==", "_location": "/@chevrotain/gast", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@chevrotain/gast@11.0.3", "name": "@chevrotain/gast", "escapedName": "@chevrotain%2fgast", "scope": "@chevrotain", "rawSpec": "11.0.3", "saveSpec": null, "fetchSpec": "11.0.3" }, "_requiredBy": [ "/@chevrotain/cst-dts-gen", "/chevrotain" ], "_resolved": "https://registry.npmmirror.com/@chevrotain/gast/-/gast-11.0.3.tgz", "_shasum": "e84d8880323fe8cbe792ef69ce3ffd43a936e818", "_spec": "@chevrotain/gast@11.0.3", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\chevrotain", "bugs": { "url": "https://github.com/Chevrotain/chevrotain/issues" }, "bundleDependencies": false, "dependencies": { "@chevrotain/types": "11.0.3", "lodash-es": "4.17.21" }, "deprecated": false, "description": "Grammar AST structure for Chevrotain Parsers", "devDependencies": { "@types/lodash-es": "4.17.7" }, "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": "ac5806631779035c2c1955744a47d8ed4f25a175", "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": "11.0.3" }