{ "_from": "classnames@^2.2.5", "_id": "classnames@2.5.1", "_inBundle": false, "_integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==", "_location": "/classnames", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "classnames@^2.2.5", "name": "classnames", "escapedName": "classnames", "rawSpec": "^2.2.5", "saveSpec": null, "fetchSpec": "^2.2.5" }, "_requiredBy": [ "/", "/rc-animate", "/rc-calendar", "/rc-checkbox", "/rc-collapse", "/rc-drawer", "/rc-drawer-menu", "/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-trigger", "/rc-tree-select/rc-trigger/rc-animate", "/rc-trigger", "/rc-upload", "/react-slick", "/rmc-feedback" ], "_resolved": "https://registry.npmmirror.com/classnames/-/classnames-2.5.1.tgz", "_shasum": "ba774c614be0f016da105c858e7159eae8e7687b", "_spec": "classnames@^2.2.5", "_where": "/data/jenkins/workspace/front-v5-web", "author": { "name": "Jed Watson" }, "bugs": { "url": "https://github.com/JedWatson/classnames/issues" }, "bundleDependencies": false, "deprecated": false, "description": "A simple utility for conditionally joining classNames together", "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "classnames-local": "file:.", "classnames-npm": "npm:classnames@*", "http-server": "^14.1.1", "markdown-table": "^3.0.3", "rollup": "^4.9.1", "tinybench": "^2.5.1", "tsd": "^0.30.1" }, "exports": { "./package.json": "./package.json", ".": { "types": "./index.d.ts", "default": "./index.js" }, "./index.js": { "types": "./index.d.ts", "default": "./index.js" }, "./bind": { "types": "./bind.d.ts", "default": "./bind.js" }, "./bind.js": { "types": "./bind.d.ts", "default": "./bind.js" }, "./dedupe": { "types": "./dedupe.d.ts", "default": "./dedupe.js" }, "./dedupe.js": { "types": "./dedupe.d.ts", "default": "./dedupe.js" } }, "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": { "bench": "node ./benchmarks/run.js", "bench-browser": "rollup --plugin commonjs,json,node-resolve ./benchmarks/runInBrowser.js --file ./benchmarks/runInBrowser.bundle.js && http-server -c-1 ./benchmarks", "check-types": "tsd", "test": "node --test ./tests/*.mjs" }, "tsd": { "directory": "./tests" }, "type": "commonjs", "types": "./index.d.ts", "version": "2.5.1" }