@cto.af/ucd
Version:
Download, cache, and parse files from the Unicode Character Database (UCD).
35 lines (34 loc) • 731 B
JSON
{
"name": "@cto.af/ucd",
"version": "1.1.5",
"decription": "Retrieve, cache, and parse current Unicode Character Database files.",
"main": "lib/index.js",
"type": "module",
"keywords": [
"unicode",
"ucd",
"tr44",
"parse"
],
"author": "Joe Hildebrand <joe-github@cursive.net>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cto-af/ucd.git"
},
"homepage": "https://github.com/cto-af/ucd#readme",
"bugs": {
"url": "https://github.com/cto-af/ucd/issues"
},
"files": [
"lib/*"
],
"dependencies": {
"@cto.af/log": "1.3.6",
"@cto.af/utils": "1.4.2"
},
"packageManager": "pnpm@10.30.3",
"engines": {
"node": ">=20"
}
}