{"version":3,"file":"dashify-lFpK0Wnx.js","sources":["../../node_modules/dashify/index.js"],"sourcesContent":["/*!\n * dashify \n *\n * Copyright (c) 2015-2017, Jon Schlinkert.\n * Released under the MIT License.\n */\n\n'use strict';\n\nmodule.exports = (str, options) => {\n if (typeof str !== 'string') throw new TypeError('expected a string');\n return str.trim()\n .replace(/([a-z])([A-Z])/g, '$1-$2')\n .replace(/\\W/g, m => /[À-ž]/.test(m) ? m : '-')\n .replace(/^-+|-+$/g, '')\n .replace(/-{2,}/g, m => options && options.condense ? '-' : m)\n .toLowerCase();\n};\n"],"names":["dashify","str","options","m"],"mappings":";;;;;GASA,IAAAA,EAAiB,CAACC,EAAKC,IAAY,CACjC,GAAI,OAAOD,GAAQ,SAAU,MAAM,IAAI,UAAU,mBAAmB,EACpE,OAAOA,EAAI,KAAI,EACZ,QAAQ,kBAAmB,OAAO,EAClC,QAAQ,MAAOE,GAAK,QAAQ,KAAKA,CAAC,EAAIA,EAAI,GAAG,EAC7C,QAAQ,WAAY,EAAE,EACtB,QAAQ,SAAUA,GAAKD,GAAWA,EAAQ,SAAW,IAAMC,CAAC,EAC5D,YAAa,CAClB","x_google_ignoreList":[0]}