{
  "_args": [
    [
      "classnames@2.3.1",
      "/var/www/html/dev_photogram/photogram-web"
    ]
  ],
  "_development": true,
  "_from": "classnames@2.3.1",
  "_id": "classnames@2.3.1",
  "_inBundle": false,
  "_integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==",
  "_location": "/classnames",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "classnames@2.3.1",
    "name": "classnames",
    "escapedName": "classnames",
    "rawSpec": "2.3.1",
    "saveSpec": null,
    "fetchSpec": "2.3.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz",
  "_spec": "2.3.1",
  "_where": "/var/www/html/dev_photogram/photogram-web",
  "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",
    "mocha": "^8.3.2"
  },
  "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",
    "test": "mocha tests/*.js"
  },
  "types": "./index.d.ts",
  "version": "2.3.1"
}
