+47
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "@chevrotain/regexp-to-ast",
|
||||
"version": "12.0.0",
|
||||
"description": "Parses a Regular Expression and outputs an AST",
|
||||
"keywords": [
|
||||
"regExp",
|
||||
"parser",
|
||||
"regular expression"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/Chevrotain/chevrotain/issues"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"type": "module",
|
||||
"types": "./types.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./lib/src/api.js",
|
||||
"types": "./types.d.ts"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"lib/src/**/*.js",
|
||||
"lib/src/**/*.map",
|
||||
"src/**/*.ts",
|
||||
"types.d.ts"
|
||||
],
|
||||
"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": "npm-run-all coverage",
|
||||
"---------- BUILD STEPS --------": "",
|
||||
"clean": "shx rm -rf lib coverage",
|
||||
"compile:watch": "tsc -w",
|
||||
"compile": "tsc",
|
||||
"coverage": "c8 mocha"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "d3b4d05d5dd53d53d27175119bc7c9ed8056e3d5"
|
||||
}
|
||||
Reference in New Issue
Block a user