Initial commit with Advoware proxy

This commit is contained in:
root
2025-10-19 14:57:07 +00:00
commit 273aa8b549
45771 changed files with 5534555 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "antlr4ts",
"version": "0.5.0-alpha.4",
"description": "ANTLR 4 runtime for JavaScript written in Typescript",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/tunnelvisionlabs/antlr4ts.git"
},
"keywords": [
"ANTLR4",
"typescript"
],
"author": "Terence Parr, Sam Harwell, and Burt Harris",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/tunnelvisionlabs/antlr4ts/issues"
},
"homepage": "https://github.com/tunnelvisionlabs/antlr4ts#readme",
"devDependencies": {},
"dependencies": {}
}