{
  "_args": [
    [
      "classnames@2.3.2",
      "/var/lib/jenkins/workspace/D4-OWA_SSO"
    ]
  ],
  "_from": "classnames@2.3.2",
  "_id": "classnames@2.3.2",
  "_inBundle": false,
  "_integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==",
  "_location": "/classnames",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "classnames@2.3.2",
    "name": "classnames",
    "escapedName": "classnames",
    "rawSpec": "2.3.2",
    "saveSpec": null,
    "fetchSpec": "2.3.2"
  },
  "_requiredBy": [
    "/",
    "/@amxchange/grid-view-web-client/react-table",
    "/rc-align",
    "/rc-dropdown",
    "/rc-menu",
    "/rc-motion",
    "/rc-overflow",
    "/rc-resize-observer",
    "/rc-tabs",
    "/rc-trigger",
    "/react-metismenu",
    "/react-responsive-tabs",
    "/react-table-hoc-fixed-columns",
    "/reactstrap",
    "/recharts"
  ],
  "_resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz",
  "_spec": "2.3.2",
  "_where": "/var/lib/jenkins/workspace/D4-OWA_SSO",
  "author": {
    "name": "Jed Watson"
  },
  "bugs": {
    "url": "https://github.com/JedWatson/classnames/issues"
  },
  "description": "A simple utility for conditionally joining classNames together",
  "devDependencies": {
    "benchmark": "^2.1.4",
    "browserify": "^17.0.0",
    "dtslint": "^4.0.9",
    "mocha": "^10.0.0"
  },
  "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": {
    "benchmarks": "node ./benchmarks/run",
    "benchmarks-browserify": "browserify ./benchmarks/runInBrowser.js >./benchmarks/runInBrowser.bundle.js",
    "dtslint": "dtslint",
    "test": "mocha tests/*.js"
  },
  "types": "./index.d.ts",
  "version": "2.3.2"
}
