{ "_from": "clsx@^1.1.1", "_id": "clsx@1.1.1", "_inBundle": false, "_integrity": "sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==", "_location": "/clsx", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "clsx@^1.1.1", "name": "clsx", "escapedName": "clsx", "rawSpec": "^1.1.1", "saveSpec": null, "fetchSpec": "^1.1.1" }, "_requiredBy": [ "/react-toastify" ], "_resolved": "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz", "_shasum": "98b3134f9abbdf23b2663491ace13c5c03a73188", "_spec": "clsx@^1.1.1", "_where": "/home/sonia/VisualStudioCode/Poryecto-Propio/Proyecto-React-Firebase/node_modules/react-toastify", "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 (228B) utility for constructing className strings conditionally.", "devDependencies": { "bundt": "1.0.1", "esm": "3.2.25", "tap-spec": "5.0.0", "tape": "4.9.1" }, "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": "bundt", "pretest": "npm run build", "test": "tape -r esm test/*.js | tap-spec" }, "types": "clsx.d.ts", "unpkg": "dist/clsx.min.js", "version": "1.1.1" }