{
  "name": "unicode-regex",
  "type": "module",
  "version": "4.3.0",
  "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.1.0"
  },
  "engines": {
    "node": ">=16"
  },
  "files": [
    "/lib/**/*",
    "/CHANGELOG.md",
    "/ThirdPartyNoticeText.txt"
  ],
  "sideEffects": false
}
