match-sorter
Version:
Simple, expected, and deterministic best-match sorting of an array in JavaScript
28 lines (27 loc) • 598 B
JSON
{
"name": "diacritic",
"version": "0.0.2",
"description": "Removes accents / diacritics from strings, sentences, and paragraphs fast and effeciently.",
"main": "diacritics.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:Nijikokun/Diacritics.js.git"
},
"keywords": [
"diacritics",
"accents",
"slugify",
"clean",
"parser",
"cleanse",
"convert",
"remove",
"string"
],
"author": "Nijiko Yonskai",
"license": "MIT",
"readmeFilename": "README.md"
}