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/style-mod/package.json
{
  "name": "style-mod",
  "version": "4.1.2",
  "description": "A minimal CSS module shim",
  "main": "dist/style-mod.cjs",
  "type": "module",
  "exports": {
    "import": "./src/style-mod.js",
    "require": "./dist/style-mod.cjs"
  },
  "module": "src/style-mod.js",
  "types": "src/style-mod.d.ts",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "npm run build && mocha test/test-*.js",
    "build": "mkdir -p dist; buble --no modules src/style-mod.js | sed -e 's/export var StyleModule/var StyleModule = exports.StyleModule/' > dist/style-mod.cjs",
    "prepare": "npm run build && npm run build-readme",
    "build-readme": "builddocs --name style-mod --main src/README.md --format markdown src/*.js > README.md"
  },
  "keywords": [
    "css",
    "module",
    "styling"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marijnh/style-mod.git"
  },
  "author": "Marijn Haverbeke <marijn@haverbeke.berlin>",
  "license": "MIT",
  "devDependencies": {
    "buble": "^0.20.0",
    "builddocs": "^0.3.2",
    "ist": "^1.1.1",
    "mocha": "^7.2.0"
  }
}