Files
botgroup.chat/node_modules/clsx/package.json
2025-02-12 17:18:18 +08:00

94 lines
2.1 KiB
JSON

{
"_from": "clsx@^2.0.0",
"_id": "clsx@2.1.1",
"_inBundle": false,
"_integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
"_location": "/clsx",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "clsx@^2.0.0",
"name": "clsx",
"escapedName": "clsx",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/",
"/class-variance-authority"
],
"_resolved": "https://registry.npmmirror.com/clsx/-/clsx-2.1.1.tgz",
"_shasum": "eed397c9fd8bd882bfb18deab7102049a2f32999",
"_spec": "clsx@^2.0.0",
"_where": "/Users/hongbin9/www/botgroup.chat",
"author": {
"name": "Luke Edwards",
"email": "luke.edwards05@gmail.com",
"url": "https://lukeed.com"
},
"bugs": {
"url": "https://github.com/lukeed/clsx/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A tiny (239B) utility for constructing className strings conditionally.",
"devDependencies": {
"esm": "3.2.25",
"terser": "4.8.0",
"uvu": "0.5.4"
},
"engines": {
"node": ">=6"
},
"exports": {
".": {
"import": {
"types": "./clsx.d.mts",
"default": "./dist/clsx.mjs"
},
"default": {
"types": "./clsx.d.ts",
"default": "./dist/clsx.js"
}
},
"./lite": {
"import": {
"types": "./clsx.d.mts",
"default": "./dist/lite.mjs"
},
"default": {
"types": "./clsx.d.ts",
"default": "./dist/lite.js"
}
}
},
"files": [
"*.d.mts",
"*.d.ts",
"dist"
],
"homepage": "https://github.com/lukeed/clsx#readme",
"keywords": [
"classes",
"classname",
"classnames"
],
"license": "MIT",
"main": "dist/clsx.js",
"module": "dist/clsx.mjs",
"name": "clsx",
"repository": {
"type": "git",
"url": "git+https://github.com/lukeed/clsx.git"
},
"scripts": {
"build": "node bin",
"test": "uvu -r esm test"
},
"types": "clsx.d.ts",
"unpkg": "dist/clsx.min.js",
"version": "2.1.1"
}