UNPKG

unicode-regex

Version:

regular expression for matching unicode category

49 lines 1.22 kB
{ "name": "unicode-regex", "type": "module", "version": "4.1.2", "description": "regular expression for matching unicode category", "keywords": [ "regular-expression", "unicode" ], "exports": "./lib/index.js", "repository": "https://github.com/ikatyang-collab/unicode-regex", "homepage": "https://github.com/ikatyang-collab/unicode-regex#readme", "author": { "name": "Ika", "email": "ikatyang@gmail.com", "url": "https://github.com/ikatyang" }, "license": "MIT", "dependencies": { "regexp-util": "^2.0.1" }, "devDependencies": { "@types/node": "22.13.9", "@unicode/unicode-16.0.0": "1.6.5", "@vitest/coverage-v8": "3.0.8", "outdent": "^0.8.0", "prettier": "3.5.3", "standard-version": "9.5.0", "typescript": "5.8.2", "vite": "6.2.1", "vite-node": "3.0.8", "vitest": "3.0.8" }, "engines": { "node": ">=16" }, "files": [ "/lib/**/*", "/CHANGELOG.md", "/ThirdPartyNoticeText.txt" ], "scripts": { "lint": "prettier --check .", "check": "tsc --noEmit", "test": "vitest", "build": "vite-node ./scripts/generate.mjs && tsc -p ./tsconfig.build.json", "release": "standard-version" } }