{
  "name": "@lazy-cjk/regexp-range-table",
  "version": "1.0.8",
  "description": "",
  "keywords": [
    "big5",
    "char",
    "character",
    "characters",
    "charset",
    "check",
    "chinese",
    "cjk",
    "cn",
    "cn2tw",
    "conv",
    "conversion",
    "convert",
    "emit",
    "euc-jp",
    "event",
    "expression",
    "gb2312",
    "gbk",
    "generator",
    "hanja",
    "hanzi",
    "hook",
    "is",
    "japanese",
    "javascript",
    "jp2zhs",
    "jp2zht",
    "kanji",
    "match",
    "node-novel",
    "on",
    "parse",
    "re",
    "regex",
    "regexp",
    "regular",
    "regular expression",
    "simplified",
    "str-util",
    "test",
    "tool",
    "traditional",
    "transform",
    "tw",
    "tw2cn",
    "type",
    "unicode",
    "util",
    "words",
    "zh",
    "zh2jp",
    "zhs",
    "zht",
    "codegen",
    "desugaring",
    "ecmascript",
    "es5",
    "es6",
    "escape unicode",
    "escape unicode property",
    "harmony",
    "plugin",
    "property",
    "refactoring",
    "regexp-cjk",
    "regexp-cjk-plugin",
    "regexpu",
    "regular expressions",
    "rewriting",
    "syntax",
    "transformation",
    "transpile",
    "transpiler",
    "unicode property",
    "cjk-conv",
    "greedy",
    "slugify",
    "table",
    "zh-cn",
    "zh-tw",
    "create-by-yarn-tool",
    "create-by-tsdx"
  ],
  "homepage": "https://github.com/bluelovers/ws-regexp/tree/master/packages/@lazy-cjk/regexp-range-table#readme",
  "bugs": {
    "url": "https://github.com/bluelovers/ws-regexp/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluelovers/ws-regexp.git",
    "directory": "packages/@lazy-cjk/regexp-range-table"
  },
  "license": "ISC",
  "author": "bluelovers",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.esm.mjs"
    },
    "./package.json": "./package.json",
    "./src/*": "./src/*"
  },
  "main": "dist/index.cjs",
  "unpkg": "dist/index.umd.production.min.cjs",
  "module": "dist/index.esm.mjs",
  "types": "dist/index.d.ts",
  "typings": "dist/index.d.ts",
  "scripts": {
    "review": "yarn run review:coverage",
    "review:coverage": "yarn run lint && yarn run coverage",
    "review:test": "yarn run lint && yarn run test",
    "coverage": "yarn run test -- --coverage",
    "lint": "yarn run lint:eslint",
    "lint:eslint": "ynpx eslint --ext .ts,.tsx,.mts,.cts ./",
    "pretest": "echo pretest",
    "test": "jest --passWithNoTests",
    "test:jest": "jest --passWithNoTests",
    "test:jest:coverage": "yarn run test:jest -- --coverage",
    "test:jest:snapshot": "yarn run test:jest -- -u",
    "test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
    "test:snapshot": "yarn run test -- -u",
    "test:tsd": "ynpx tsd",
    "test:tsdx": "ynpx @bluelovers/tsdx test --passWithNoTests",
    "posttest": "yarn run build",
    "prebuild": "ts-node ./test/script/build-cache",
    "build": "yarn run build:tsdx && yarn run build:dts:bundle",
    "build:dts:bundle": "ynpx dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner --inline-declare-global & echo build:dts:bundle",
    "build:dts:copy": "copy .\\src\\index.d.ts .\\dist\\index.d.ts & echo build:dts",
    "build:dts:tsc": "yarn run build:dts:tsc:emit && yarn run build:dts:copy",
    "build:dts:tsc:emit": "tsc --emitDeclarationOnly --declaration --noEmit false",
    "build:microbundle": "ynpx microbundle --target node",
    "build:tsdx": "ynpx @bluelovers/tsdx build --target node --name index",
    "ci:install": "echo ci:install",
    "ci:build": "echo ci:build",
    "preversion": "echo preversion && yarn run test",
    "version": "echo version",
    "postversion": "echo postversion",
    "prepublish": "echo prepublish",
    "prepare": "echo prepare",
    "prepublishOnly": "echo prepublishOnly",
    "prepublishOnly:update": "yarn run ncu && yarn run sort-package-json",
    "prepack": "echo prepack",
    "pack": "echo pack",
    "postpack": "echo postpack",
    "publish": "echo publish",
    "postpublish": "echo postpublish",
    "postpublishOnly": "echo postpublishOnly",
    "ncu": "yarn-tool ncu -u",
    "sort-package-json": "yarn-tool sort",
    "tsc:showConfig": "ynpx get-current-tsconfig -p"
  },
  "devDependencies": {
    "@lazy-cjk/japanese": "^1.2.37"
  },
  "packageManager": "yarn@1.22.19",
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "3c036f46a0b624fe027f7581c1877646f2ccc15e"
}
