forgeplus-react/node_modules/clsx/package.json

74 lines
1.6 KiB
JSON

{
"_args": [
[
"clsx@1.2.1",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "clsx@1.2.1",
"_id": "clsx@1.2.1",
"_inBundle": false,
"_integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==",
"_location": "/clsx",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "clsx@1.2.1",
"name": "clsx",
"escapedName": "clsx",
"rawSpec": "1.2.1",
"saveSpec": null,
"fetchSpec": "1.2.1"
},
"_requiredBy": [
"/react-draggable",
"/react-virtualized"
],
"_resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",
"_spec": "1.2.1",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Luke Edwards",
"email": "luke.edwards05@gmail.com",
"url": "https://lukeed.com"
},
"bugs": {
"url": "https://github.com/lukeed/clsx/issues"
},
"description": "A tiny (228B) utility for constructing className strings conditionally.",
"devDependencies": {
"esm": "3.2.25",
"terser": "4.8.0",
"uvu": "0.5.4"
},
"engines": {
"node": ">=6"
},
"files": [
"*.d.ts",
"dist"
],
"homepage": "https://github.com/lukeed/clsx#readme",
"keywords": [
"classes",
"classname",
"classnames"
],
"license": "MIT",
"main": "dist/clsx.js",
"module": "dist/clsx.m.js",
"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": "1.2.1"
}