forgeplus-react/node_modules/classnames/package.json

114 lines
2.6 KiB
JSON

{
"_args": [
[
"classnames@2.3.2",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "classnames@2.3.2",
"_id": "classnames@2.3.2",
"_inBundle": false,
"_integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==",
"_location": "/classnames",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "classnames@2.3.2",
"name": "classnames",
"escapedName": "classnames",
"rawSpec": "2.3.2",
"saveSpec": null,
"fetchSpec": "2.3.2"
},
"_requiredBy": [
"/",
"/material-ui",
"/rc-animate",
"/rc-calendar",
"/rc-checkbox",
"/rc-collapse",
"/rc-drawer",
"/rc-dropdown",
"/rc-editor-core",
"/rc-editor-mention",
"/rc-input-number",
"/rc-mentions",
"/rc-menu",
"/rc-notification",
"/rc-pagination",
"/rc-rate",
"/rc-resize-observer",
"/rc-select",
"/rc-slider",
"/rc-steps",
"/rc-switch",
"/rc-table",
"/rc-tabs",
"/rc-time-picker",
"/rc-tree",
"/rc-tree-select",
"/rc-tree-select/rc-tree",
"/rc-tree-select/rc-trigger",
"/rc-tree-select/rc-trigger/rc-animate",
"/rc-tree/rc-animate",
"/rc-trigger",
"/rc-upload",
"/react-codemirror",
"/react-datepicker",
"/react-slick",
"/react-zmage",
"/rmc-feedback",
"/rsuite",
"/rsuite-table"
],
"_resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz",
"_spec": "2.3.2",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Jed Watson"
},
"bugs": {
"url": "https://github.com/JedWatson/classnames/issues"
},
"description": "A simple utility for conditionally joining classNames together",
"devDependencies": {
"benchmark": "^2.1.4",
"browserify": "^17.0.0",
"dtslint": "^4.0.9",
"mocha": "^10.0.0"
},
"files": [
"HISTORY.md",
"LICENSE",
"README.md",
"*.d.ts",
"*.js"
],
"homepage": "https://github.com/JedWatson/classnames#readme",
"keywords": [
"react",
"css",
"classes",
"classname",
"classnames",
"util",
"utility"
],
"license": "MIT",
"main": "index.js",
"name": "classnames",
"repository": {
"type": "git",
"url": "git+https://github.com/JedWatson/classnames.git"
},
"scripts": {
"benchmarks": "node ./benchmarks/run",
"benchmarks-browserify": "browserify ./benchmarks/runInBrowser.js >./benchmarks/runInBrowser.bundle.js",
"dtslint": "dtslint",
"test": "mocha tests/*.js"
},
"types": "./index.d.ts",
"version": "2.3.2"
}