2015-06-26 04:18:35 +08:00
|
|
|
{
|
|
|
|
"name": "antlr4",
|
2021-03-12 06:10:44 +08:00
|
|
|
"version": "4.9.2",
|
2015-06-26 04:18:35 +08:00
|
|
|
"description": "JavaScript runtime for ANTLR4",
|
2020-02-07 20:57:20 +08:00
|
|
|
"main": "src/antlr4/index.js",
|
2015-11-12 07:57:52 +08:00
|
|
|
"repository": "antlr/antlr4.git",
|
2015-06-26 04:18:35 +08:00
|
|
|
"keywords": [
|
|
|
|
"lexer",
|
|
|
|
"parser",
|
|
|
|
"antlr",
|
|
|
|
"antlr4",
|
|
|
|
"grammar"
|
|
|
|
],
|
2017-12-13 15:14:57 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2015-06-26 04:18:35 +08:00
|
|
|
"bugs": {
|
2015-11-12 07:57:52 +08:00
|
|
|
"url": "https://github.com/antlr/antlr4/issues"
|
2015-06-26 04:18:35 +08:00
|
|
|
},
|
2020-02-07 20:57:20 +08:00
|
|
|
"homepage": "https://github.com/antlr/antlr4",
|
|
|
|
"devDependencies": {
|
2021-03-12 06:36:29 +08:00
|
|
|
"@babel/core": "^7.13.10",
|
|
|
|
"@babel/preset-env": "^7.13.10",
|
|
|
|
"babel-loader": "^8.2.2",
|
2021-02-13 02:29:35 +08:00
|
|
|
"ini": "1.3.6",
|
|
|
|
"jest": "^26.6.3",
|
2021-03-12 06:36:29 +08:00
|
|
|
"webpack": "^4.46.0",
|
2021-02-13 02:29:35 +08:00
|
|
|
"webpack-cli": "^3.3.12"
|
2020-02-07 20:57:20 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-02-14 16:51:41 +08:00
|
|
|
"build": "webpack",
|
|
|
|
"test": "jest"
|
2020-02-07 20:57:20 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
2020-10-03 19:57:57 +08:00
|
|
|
"node": ">=14"
|
2020-02-07 20:57:20 +08:00
|
|
|
}
|
2015-06-26 04:18:35 +08:00
|
|
|
}
|