UNPKG

cjke-strings

Version:

a set of Chinese Japanese Korean and Emoji strings helpers

48 lines 1.15 kB
{ "name": "cjke-strings", "type": "module", "version": "1.1.6", "description": "a set of Chinese Japanese Korean and Emoji strings helpers", "keywords": [ "CJK", "chinese", "display width", "emoji", "string", "string width", "unicode" ], "exports": { ".": { "source": "./src/autoindex.ts", "default": "./lib/autoindex.js" }, "./package.json": "./package.json" }, "dependencies": { "ansi-regex": "^6.1.0", "emoji-regex": "^10.4.0", "is-fullwidth-code-point": "^5.0.0", "source-map-support": "^0.5.21" }, "devDependencies": { "@rushstack/heft": "^0.74.0", "@types/chai": "^5.2.2", "@types/mocha": "^10.0.10", "chai": "^5.2.1", "mocha": "^11.7.1", "@internal/local-rig": "^1.0.1", "@mpis/run": "^0.0.6", "@build-script/single-dog-asset": "^1.0.38" }, "license": "MIT", "author": "GongT <admin@gongt.me>", "repository": "https://github.com/GongT/baobao", "main": "./lib/autoindex.js", "scripts": { "build": "mpis-run build", "watch": "mpis-run watch", "clean": "mpis-run clean", "lint": "internal-lint" } }