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/coauthor/node_modules/class-variance-authority/package.json
{
  "name": "class-variance-authority",
  "version": "0.7.0",
  "description": "Class Variance Authority 🧬",
  "keywords": [
    "Class Variance Authority",
    "class-variance-authority",
    "classes",
    "classname",
    "classnames",
    "css",
    "cva",
    "stitches",
    "vanilla-extract",
    "variants"
  ],
  "homepage": "https://github.com/joe-bell/cva#readme",
  "bugs": "https://github.com/joe-bell/cva/issues",
  "repository": "https://github.com/joe-bell/cva.git",
  "funding": "https://joebell.co.uk",
  "license": "Apache-2.0",
  "author": "Joe Bell (https://joebell.co.uk)",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./types": {
      "types": "./dist/types.d.ts"
    }
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/*.mjs",
    "dist/*.mjs.map",
    "dist/*.js",
    "dist/*.js.map",
    "dist/*.d.ts"
  ],
  "scripts": {
    "build": "run-p build:**",
    "build:cjs": "swc ./src/index.ts --config-file ./.config/.swcrc -o dist/index.js -C module.type=commonjs",
    "build:esm": "swc ./src/index.ts --config-file ./.config/.swcrc -o dist/index.mjs -C module.type=es6 ",
    "build:tsc": "tsc --project .config/tsconfig.build.json",
    "check": "tsc --project tsconfig.json --noEmit",
    "dev": "jest --config .config/jest.config.ts --watch",
    "prepublishOnly": "pnpm build",
    "test": "run-p test:*",
    "test:jest": "jest --config .config/jest.config.ts --coverage",
    "test:size": "pnpm build && bundlesize -f 'dist/*.js' -s 850B"
  },
  "dependencies": {
    "clsx": "2.0.0"
  },
  "devDependencies": {
    "@jest/types": "28.1.1",
    "@swc/cli": "0.1.57",
    "@swc/core": "1.2.198",
    "@swc/jest": "0.2.21",
    "@types/jest": "28.1.1",
    "@types/node": "18.11.18",
    "@types/react": "18.0.12",
    "@types/react-dom": "18.0.5",
    "bundlesize": "0.18.1",
    "jest": "28.1.1",
    "npm-run-all": "4.1.5",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "ts-node": "10.8.1",
    "typescript": "5.1.3"
  }
}