CoolFace
Apppublic

Umama-at-Bluchip/Quick-UI

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
package.json19 linesDownload Raw Back to eastasianwidth
1{2  "name": "eastasianwidth",3  "version": "0.2.0",4  "description": "Get East Asian Width from a character.",5  "main": "eastasianwidth.js",6  "files": [7    "eastasianwidth.js"8  ],9  "scripts": {10    "test": "mocha"11  },12  "repository": "git://github.com/komagata/eastasianwidth.git",13  "author": "Masaki Komagata",14  "license": "MIT",15  "devDependencies": {16    "mocha": "~1.9.0"17  }18}19