{
  "_args": [
    [
      "clsx@1.1.0",
      "/var/www/kotelnikovo"
    ]
  ],
  "_from": "clsx@1.1.0",
  "_id": "clsx@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-3avwM37fSK5oP6M5rQ9CNe99lwxhXDOeSWVPAOYF6OazUTgZCMb0yWlJpmdD74REy1gkEaFiub2ULv4fq9GUhA==",
  "_location": "/clsx",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "clsx@1.1.0",
    "name": "clsx",
    "escapedName": "clsx",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/@material-ui/core",
    "/@material-ui/styles"
  ],
  "_resolved": "https://registry.npmjs.org/clsx/-/clsx-1.1.0.tgz",
  "_spec": "1.1.0",
  "_where": "/var/www/kotelnikovo",
  "author": {
    "name": "Luke Edwards",
    "email": "luke.edwards05@gmail.com",
    "url": "https://lukeed.com"
  },
  "bugs": {
    "url": "https://github.com/lukeed/clsx/issues"
  },
  "description": "A tiny (229B) utility for constructing className strings conditionally.",
  "devDependencies": {
    "bundt": "^0.4.0",
    "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.1.0"
}
