UNPKG

any-ascii

Version:

Unicode to ASCII transliteration

33 lines (32 loc) 603 B
{ "name": "any-ascii", "version": "0.3.3", "description": "Unicode to ASCII transliteration", "homepage": "https://anyascii.com", "license": "ISC", "author": "Hunter WB (https://hunterwb.com)", "repository": { "type": "git", "url": "git+https://github.com/anyascii/anyascii.git" }, "keywords": [ "unicode", "ascii", "transliteration", "utf8", "romanization", "slug", "emoji", "unidecode", "normalization" ], "type": "module", "exports": "./any-ascii.js", "types": "./any-ascii.d.ts", "engines": { "node": ">=12.20" }, "scripts": { "test": "node ./test.js" } }