完成世界书、骰子、apiconfig页面处理
This commit is contained in:
95
frontend/node_modules/chevrotain/package.json
generated
vendored
Normal file
95
frontend/node_modules/chevrotain/package.json
generated
vendored
Normal file
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"name": "chevrotain",
|
||||
"version": "11.1.2",
|
||||
"description": "Chevrotain is a high performance fault tolerant javascript parsing DSL for building recursive decent parsers",
|
||||
"keywords": [
|
||||
"parser",
|
||||
"syntax",
|
||||
"lexical",
|
||||
"analysis",
|
||||
"grammar",
|
||||
"lexer",
|
||||
"tokenizer",
|
||||
"generator",
|
||||
"compiler",
|
||||
"fault",
|
||||
"tolerant"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/Chevrotain/chevrotain/issues"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"author": {
|
||||
"name": "Shahar Soel"
|
||||
},
|
||||
"type": "module",
|
||||
"types": "./chevrotain.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./lib/src/api.js",
|
||||
"require": "./lib/src/api.js",
|
||||
"types": "./chevrotain.d.ts"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"chevrotain.d.ts",
|
||||
"lib/chevrotain.min.mjs",
|
||||
"lib/chevrotain.mjs",
|
||||
"lib/src/**/*.js",
|
||||
"lib/src/**/*.map",
|
||||
"src/**/*.ts",
|
||||
"diagrams/**/*.*",
|
||||
"BREAKING_CHANGES.md",
|
||||
"CHANGELOG.md"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/Chevrotain/chevrotain.git"
|
||||
},
|
||||
"homepage": "https://chevrotain.io/docs/",
|
||||
"scripts": {
|
||||
"---------- CI FLOWS --------": "",
|
||||
"ci": "pnpm run build test",
|
||||
"build": "npm-run-all clean compile bundle",
|
||||
"test": "npm-run-all coverage",
|
||||
"version": "node ./scripts/version-update.js",
|
||||
"---------- DEV FLOWS --------": "",
|
||||
"watch": "tsc -w",
|
||||
"unit-tests": "mocha --enable-source-maps",
|
||||
"quick-build": "tsc && npm-run-all run bundle",
|
||||
"---------- BUILD STEPS --------": "",
|
||||
"clean": "shx rm -rf coverage dev lib temp",
|
||||
"compile": "tsc",
|
||||
"compile:watch": "tsc -w",
|
||||
"coverage": "c8 mocha --enable-source-maps",
|
||||
"---------- BUNDLING --------": "",
|
||||
"bundle": "npm-run-all bundle:**",
|
||||
"bundle:esm:regular": "esbuild ./lib/src/api.js --bundle --sourcemap --format=esm --outfile=lib/chevrotain.mjs",
|
||||
"bundle:esm:min": "esbuild ./lib/src/api.js --bundle --minify --format=esm --sourcemap --outfile=lib/chevrotain.min.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@chevrotain/cst-dts-gen": "11.1.2",
|
||||
"@chevrotain/gast": "11.1.2",
|
||||
"@chevrotain/regexp-to-ast": "11.1.2",
|
||||
"@chevrotain/types": "11.1.2",
|
||||
"@chevrotain/utils": "11.1.2",
|
||||
"lodash-es": "4.17.23"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jsdom": "28.0.0",
|
||||
"@types/lodash-es": "4.17.12",
|
||||
"@types/sinon": "21.0.0",
|
||||
"@types/sinon-chai": "4.0.0",
|
||||
"error-stack-parser": "2.1.4",
|
||||
"esbuild": "0.27.3",
|
||||
"gen-esm-wrapper": "1.1.3",
|
||||
"gitty": "3.7.2",
|
||||
"jsdom": "28.1.0",
|
||||
"jsonfile": "6.2.0",
|
||||
"require-from-string": "2.0.2",
|
||||
"sinon": "21.0.1",
|
||||
"sinon-chai": "4.0.1",
|
||||
"xregexp": "5.1.2"
|
||||
},
|
||||
"gitHead": "3a0ee6abc9ef3b22448cc72ec54ec4987e44ab9b"
|
||||
}
|
||||
Reference in New Issue
Block a user