UNPKG

any-ascii

Version:

Unicode to ASCII transliteration

20 lines (19 loc) 524 B
{ "name": "any-ascii", "version": "0.3.2", "description": "Unicode to ASCII transliteration", "homepage": "https://anyascii.com", "license": "ISC", "author": "Hunter WB (https://hunterwb.com)", "repository": "anyascii/anyascii", "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" } }