UNPKG

antlr4

Version:

JavaScript runtime for ANTLR4

49 lines (48 loc) 1.18 kB
{ "name": "antlr4", "version": "4.12.0", "type": "module", "description": "JavaScript runtime for ANTLR4", "browser": "dist/antlr4.web.js", "main": "dist/antlr4.node.js", "types": "src/antlr4/index.d.ts", "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/core": "^7.19.1", "@babel/eslint-parser": "^7.19.1", "@babel/preset-env": "^7.19.4", "@types/node": "^18.7.23", "babel-loader": "^8.2.5", "compression-webpack-plugin": "^10.0.0", "eslint": "^8.23.1", "eslint-webpack-plugin": "^3.2.0", "glob-parent": "^6.0.2", "jasmine": "^4.0.2", "jasmine-spec-reporter": "^7.0.0", "minimist": "^1.2.6", "source-map-support": "^0.5.21", "terser-webpack-plugin": "^5.3.6", "typescript": "^4.8.3", "webpack": "^5.75.0", "webpack-cli": "^4.10.0" }, "scripts": { "build": "webpack", "test": "jasmine" }, "engines": { "node": ">=16" } }