{
  "_from": "langium@^4.0.0",
  "_id": "langium@4.2.2",
  "_inBundle": false,
  "_integrity": "sha512-JUshTRAfHI4/MF9dH2WupvjSXyn8JBuUEWazB8ZVJUtXutT0doDlAv1XKbZ1Pb5sMexa8FF4CFBc0iiul7gbUQ==",
  "_location": "/langium",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "langium@^4.0.0",
    "name": "langium",
    "escapedName": "langium",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/@mermaid-js/parser"
  ],
  "_resolved": "https://registry.npmjs.org/langium/-/langium-4.2.2.tgz",
  "_shasum": "d7409c23475d591ed6fc7d123c396e4fa4134e60",
  "_spec": "langium@^4.0.0",
  "_where": "C:\\wamp64\\www\\utc\\app\\node_modules\\@mermaid-js\\parser",
  "author": {
    "name": "TypeFox",
    "url": "https://www.typefox.io"
  },
  "bugs": {
    "url": "https://github.com/eclipse-langium/langium/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@chevrotain/regexp-to-ast": "~12.0.0",
    "chevrotain": "~12.0.0",
    "chevrotain-allstar": "~0.4.1",
    "vscode-languageserver": "~9.0.1",
    "vscode-languageserver-textdocument": "~1.0.11",
    "vscode-uri": "~3.1.0"
  },
  "deprecated": false,
  "description": "A language engineering tool for the Language Server Protocol",
  "devDependencies": {
    "langium-cli": "~4.2.0",
    "typedoc": "~0.28.2"
  },
  "engines": {
    "node": ">=20.10.0",
    "npm": ">=10.2.3"
  },
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js"
    },
    "./generate": {
      "types": "./lib/generate/index.d.ts",
      "import": "./lib/generate/index.js"
    },
    "./test": {
      "types": "./lib/test/index.d.ts",
      "import": "./lib/test/index.js"
    },
    "./node": {
      "types": "./lib/node/index.d.ts",
      "import": "./lib/node/index.js"
    },
    "./grammar": {
      "types": "./lib/grammar/index.d.ts",
      "import": "./lib/grammar/index.js"
    },
    "./lsp": {
      "types": "./lib/lsp/index.d.ts",
      "import": "./lib/lsp/index.js"
    }
  },
  "files": [
    "lib",
    "src",
    "node.js",
    "node.d.ts",
    "test.js",
    "test.d.ts"
  ],
  "homepage": "https://langium.org",
  "keywords": [
    "language",
    "dsl",
    "low-code",
    "lsp",
    "language-server",
    "vscode",
    "typescript"
  ],
  "license": "MIT",
  "name": "langium",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eclipse-langium/langium.git",
    "directory": "packages/langium"
  },
  "scripts": {
    "build": "tsc",
    "clean": "shx rm -rf lib coverage",
    "docs": "typedoc",
    "langium:generate": "langium generate",
    "langium:generate:production": "langium generate --mode=production",
    "publish:latest": "npm publish --tag latest --access public",
    "publish:next": "npm --no-git-tag-version version \"$(semver $npm_package_version -i minor)-next.$(git rev-parse --short HEAD)\" && npm publish --tag next",
    "validate-exports": "tsc -p test/tsconfig.export-main.json",
    "watch": "tsc --watch"
  },
  "sideEffects": false,
  "type": "module",
  "version": "4.2.2"
}
