{
  "_from": "classnames@^2.3.2",
  "_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.3.2",
    "name": "classnames",
    "escapedName": "classnames",
    "rawSpec": "^2.3.2",
    "saveSpec": null,
    "fetchSpec": "^2.3.2"
  },
  "_requiredBy": [
    "/react-bootstrap"
  ],
  "_resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz",
  "_shasum": "ba774c614be0f016da105c858e7159eae8e7687b",
  "_spec": "classnames@^2.3.2",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\react-bootstrap",
  "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"
}
