HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //opt/open-webui/node_modules/@lezer/common/package.json
{
  "name": "@lezer/common",
  "version": "1.2.1",
  "description": "Syntax tree data structure and parser interfaces for the lezer parser",
  "main": "dist/index.cjs",
  "type": "module",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "Marijn Haverbeke <marijn@haverbeke.berlin>",
  "license": "MIT",
  "devDependencies": {
    "ist": "^1.1.1",
    "@marijn/buildtool": "^0.1.5",
    "@types/mocha": "^5.2.6",
    "mocha": "^10.2.0"
  },
  "files": ["dist"],
  "repository": {
    "type" : "git",
    "url" : "https://github.com/lezer-parser/common.git"
  },
  "scripts": {
    "watch": "node build.js --watch",
    "prepare": "node build.js",
    "test": "mocha"
  }
}