@bizk/regexps
Version:
常用正则表达式,统一应用站点正则校验,保障同一规则下数据安全。
32 lines (31 loc) • 823 B
JSON
{
"name": "@bizk/regexps",
"version": "0.0.3",
"description": "常用正则表达式,统一应用站点正则校验,保障同一规则下数据安全。",
"keywords": [
"RegExp"
],
"homepage": "https://github.com/qhanw/bizk/tree/main/packages/regexps#readme",
"bugs": "https://github.com/qhanw/bizk/issues",
"repository": {
"type": "git",
"url": "https://github.com/qhanw/bizk"
},
"authors": [
"qhanw <whenhan@foxmail.com> (https://github.com/qhanw)"
],
"scripts": {
"build": "father build",
"prepublishOnly": "father doctor && npm run build"
},
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"license": "MIT",
"gitHead": "d64de43af271ab8ea3070f65ce4c2531f4c7bbac"
}