{
"_from": "clsx@^1.0.2",
"_id": "clsx@1.0.4",
"_inBundle": false,
"_integrity": "sha512-1mQ557MIZTrL/140j+JVdRM6e31/OA4vTYxXgqIIZlndyfjHpyawKZia1Im05Vp9BWmImkcNrNtFYQMyFcgJDg==",
"_location": "/clsx",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "clsx@^1.0.2",
"name": "clsx",
"escapedName": "clsx",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/@material-ui/styles"
],
"_resolved": "https://registry.npmjs.org/clsx/-/clsx-1.0.4.tgz",
"_shasum": "0c0171f6d5cb2fe83848463c15fcc26b4df8c2ec",
"_spec": "clsx@^1.0.2",
"_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react/node_modules/@material-ui/styles",
"author": {
"name": "Luke Edwards",
"email": "luke.edwards05@gmail.com",
"url": "lukeed.com"
},
"bugs": {
"url": "https://github.com/lukeed/clsx/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A tiny (223B) utility for constructing className strings conditionally.",
"devDependencies": {
"bundt": "^0.1.1",
"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 test/*.js | tap-spec"
},
"types": "clsx.d.ts",
"unpkg": "dist/clsx.min.js",
"version": "1.0.4"
}