{
  "_args": [
    [
      "merge-class-names@1.3.0",
      "/var/www/html/frontend"
    ]
  ],
  "_from": "merge-class-names@1.3.0",
  "_id": "merge-class-names@1.3.0",
  "_inBundle": false,
  "_integrity": "sha512-k0Qaj36VBpKgdc8c188LEZvo6v/zzry/FUufwopWbMSp6/knfVFU/KIB55/hJjeIpg18IH2WskXJCRnM/1BrdQ==",
  "_location": "/merge-class-names",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "merge-class-names@1.3.0",
    "name": "merge-class-names",
    "escapedName": "merge-class-names",
    "rawSpec": "1.3.0",
    "saveSpec": null,
    "fetchSpec": "1.3.0"
  },
  "_requiredBy": [
    "/react-calendar",
    "/react-date-picker"
  ],
  "_resolved": "https://registry.npmjs.org/merge-class-names/-/merge-class-names-1.3.0.tgz",
  "_spec": "1.3.0",
  "_where": "/var/www/html/frontend",
  "author": {
    "name": "Wojciech Maj",
    "email": "kontakt@wojtekmaj.pl"
  },
  "bugs": {
    "url": "https://github.com/wojtekmaj/merge-class-names/issues"
  },
  "description": "A function that merges given class names, no matter their format: string with single or multiple class names or an array of class names. Filters out invalid class names as well.",
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "babel-jest": "^24.0.0",
    "eslint": "^6.1.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.18.2",
    "jest": "^24.8.0",
    "rimraf": "^3.0.0"
  },
  "files": [
    "LICENSE",
    "README.md",
    "dist/",
    "src/"
  ],
  "homepage": "https://github.com/wojtekmaj/merge-class-names#readme",
  "keywords": [
    "class",
    "class names",
    "class list",
    "merge"
  ],
  "license": "MIT",
  "main": "dist/umd/index.js",
  "module": "dist/esm/index.js",
  "name": "merge-class-names",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wojtekmaj/merge-class-names.git"
  },
  "scripts": {
    "build": "yarn build-esm && yarn build-umd",
    "build-esm": "BABEL_ENV=production-esm babel src -d dist/esm --ignore **/*.spec.js",
    "build-umd": "BABEL_ENV=production-umd babel src -d dist/umd --ignore **/*.spec.js",
    "clean": "rimraf dist",
    "jest": "jest",
    "jest-coverage": "jest --coverage",
    "lint": "eslint src/ --ext .jsx,.js",
    "prepublishOnly": "yarn clean && yarn build",
    "test": "yarn lint && yarn jest"
  },
  "sideEffects": false,
  "source": "src/index.js",
  "version": "1.3.0"
}
