first commit

This commit is contained in:
Vitaly Puzrin
2016-12-09 12:12:16 +03:00
commit 0897ce4316
12 changed files with 6417 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "unhomoglyph",
"version": "1.0.0",
"description": "Replace all homoglyphs with base characters.",
"keywords": [
"homoglyph",
"homoglyphs"
],
"repository": "nodeca/promise-memoize",
"license": "MIT",
"files": [
"index.js",
"data.json"
],
"scripts": {
"lint": "eslint .",
"test": "npm run lint && mocha",
"update": "node update.js && npm test"
},
"devDependencies": {
"eslint": "^3.11.1",
"mocha": "^3.2.0"
}
}