modern-diacritics
Version:
A modern way to latinize/ascii-fold strings and normalize symbols.
45 lines (44 loc) • 849 B
JSON
{
"name": "modern-diacritics",
"version": "2.3.1",
"description": "A modern way to latinize/ascii-fold strings and normalize symbols.",
"keywords": [
"diacritics",
"remove",
"removal",
"search",
"string",
"slugify",
"slug",
"latinize",
"normalize"
],
"repository": "Mitsunee/modern-diacritics",
"author": "Mitsunee <michelle@mitsunee.com>",
"license": "MIT",
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json"
},
"nano-staged": {
"**/*.{ts,js}": [
"eslint",
"prettier -w"
],
"**/*.{json,md,yml}": [
"prettier -w"
]
},
"files": [
"dist/",
"index.d.ts"
],
"engines": {
"node": "^14 || >=16"
}
}