HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //usr/share/opensearch-dashboards/node_modules/antlr4-c3/package.json
{
    "name": "antlr4-c3",
    "version": "3.4.1",
    "description": "A code completion core implementation for ANTLR4 based parsers",
    "author": "Mike Lischke",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/mike-lischke/antlr4-c3"
    },
    "keywords": [
        "ANTLR4",
        "code completion",
        "auto completion",
        "grammar",
        "parser"
    ],
    "type": "module",
    "main": "./lib/index.cjs",
    "module": "./lib/index.mjs",
    "types": "./lib/index.d.ts",
    "scripts": {
        "build": "tsc && npm run build-cjs && npm run build-mjs",
        "prepublishOnly": "npm run build && npm run generate && npm run test",
        "test-coverage": "npm run test --coverage",
        "test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js --no-coverage",
        "generate": "antlr4ng -Dlanguage=TypeScript tests/CPP14.g4 tests/Expr.g4 tests/Whitebox.g4 -no-listener -no-visitor -o tests/generated -Xexact-output-dir",
        "eslint": "eslint .",
        "build-mjs": "npm run build-bundle -- --outfile=lib/index.mjs --format=esm",
        "build-cjs": "npm run build-bundle -- --outfile=lib/index.cjs --format=cjs",
        "build-bundle": "esbuild ./index.ts --bundle --main-fields=module,main --target=esnext --packages=external --keep-names"
    },
    "devDependencies": {
        "@types/jest": "29.5.12",
        "@types/node": "20.11.24",
        "@types/unicode-properties": "1.3.2",
        "@typescript-eslint/eslint-plugin": "7.1.0",
        "@typescript-eslint/parser": "7.1.0",
        "antlr4ng-cli": "2.0.0",
        "esbuild": "0.20.1",
        "eslint": "8.57.0",
        "eslint-plugin-import": "2.29.1",
        "eslint-plugin-jsdoc": "48.2.0",
        "eslint-plugin-prefer-arrow": "1.2.3",
        "jest": "29.7.0",
        "ts-jest": "29.1.2",
        "ts-node": "10.9.2",
        "typescript": "5.3.3"
    },
    "dependencies": {
        "antlr4ng": "^3.0.1"
    },
    "exports": {
        "types": "./lib/index.d.ts",
        "require": "./lib/index.cjs",
        "import": "./lib/index.mjs"
    },
    "browserslist": [
        "defaults and fully supports es6-module",
        "maintained node versions"
    ]
}