mirror of
https://github.com/litruv/unhomoglyph.git
synced 2026-07-24 02:36:12 +10:00
25 lines
476 B
JSON
25 lines
476 B
JSON
{
|
|
"name": "unhomoglyph",
|
|
"version": "1.0.3",
|
|
"description": "Replace all homoglyphs with base characters.",
|
|
"keywords": [
|
|
"homoglyph",
|
|
"homoglyphs"
|
|
],
|
|
"repository": "nodeca/unhomoglyph",
|
|
"license": "MIT",
|
|
"files": [
|
|
"index.js",
|
|
"data.json"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "npm run lint && mocha",
|
|
"update": "node update.js && npm test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.6.0",
|
|
"mocha": "^6.2.2"
|
|
}
|
|
}
|