summaryrefslogtreecommitdiff
path: root/includes/external/matrix/node_modules/unhomoglyph/package.json
blob: 9be863c0da9e519533add7de7e25902921109781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "unhomoglyph",
  "version": "1.0.6",
  "description": "Replace all homoglyphs with base characters.",
  "keywords": [
    "homoglyph",
    "homoglyphs"
  ],
  "repository": "nodeca/unhomoglyph",
  "license": "MIT",
  "files": [
    "index.js",
    "data.json",
    "index.d.ts"
  ],
  "scripts": {
    "lint": "eslint .",
    "test": "npm run lint && mocha",
    "update": "node update.js && npm test"
  },
  "devDependencies": {
    "eslint": "^7.0.0",
    "mocha": "^7.1.2"
  }
}