45 lines
943 B
JSON
45 lines
943 B
JSON
{
|
|
"name": "antlr4",
|
|
"version": "4.11.0",
|
|
"type": "module",
|
|
"description": "JavaScript runtime for ANTLR4",
|
|
"main": "src/antlr4/index.js",
|
|
"repository": "antlr/antlr4.git",
|
|
"keywords": [
|
|
"lexer",
|
|
"parser",
|
|
"antlr",
|
|
"antlr4",
|
|
"grammar"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/antlr/antlr4/issues"
|
|
},
|
|
"homepage": "https://github.com/antlr/antlr4",
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.16.11",
|
|
"babel-loader": "^8.2.4",
|
|
"eslint-plugin-es5": "^1.5.0",
|
|
"eslint-webpack-plugin": "^3.1.1",
|
|
"glob-parent": "^6.0.2",
|
|
"jasmine": "^4.0.2",
|
|
"jasmine-spec-reporter": "^7.0.0",
|
|
"minimist": "^1.2.6",
|
|
"webpack": "^5.66.0",
|
|
"webpack-cli": "^4.9.1"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"test": "jasmine"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"browser": {
|
|
"fs": false,
|
|
"net": false,
|
|
"module": false
|
|
}
|
|
}
|