Initial commit
This commit is contained in:
commit
b3a51a4115
10336 changed files with 2381973 additions and 0 deletions
44
node_modules/@chevrotain/cst-dts-gen/package.json
generated
vendored
Normal file
44
node_modules/@chevrotain/cst-dts-gen/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"name": "@chevrotain/cst-dts-gen",
|
||||
"version": "10.5.0",
|
||||
"description": "Generates type definitions for chevrotain CST nodes",
|
||||
"keywords": [],
|
||||
"bugs": {
|
||||
"url": "https://github.com/Chevrotain/chevrotain/issues"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"typings": "lib/src/api.d.ts",
|
||||
"main": "lib/src/api.js",
|
||||
"files": [
|
||||
"src/**/*.ts",
|
||||
"lib/src/**/*.js",
|
||||
"lib/src/**/*.d.ts",
|
||||
"lib/src/**/*.js.map"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/Chevrotain/chevrotain.git"
|
||||
},
|
||||
"scripts": {
|
||||
"---------- CI FLOWS --------": "",
|
||||
"ci": "pnpm run build test",
|
||||
"build": "npm-run-all clean compile",
|
||||
"test": "echo \"tests are in a different package\"",
|
||||
"---------- BUILD STEPS --------": "",
|
||||
"clean": "shx rm -rf lib",
|
||||
"compile:watch": "tsc -w",
|
||||
"compile": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@chevrotain/gast": "10.5.0",
|
||||
"@chevrotain/types": "10.5.0",
|
||||
"lodash": "4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash": "4.14.191"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "f5fdf95b8da570c702753252b0a3f7aa34d64f3b"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue