@shhhplus/text-matcher
Version:
This tool can use specified rules to match text.
28 lines • 631 B
JSON
{
"name": "@shhhplus/text-matcher",
"version": "1.0.3",
"description": "This tool can use specified rules to match text.",
"keywords": [
"keyword",
"words",
"text",
"content",
"matcher",
"match",
"regular expression",
"RegExp"
],
"homepage": "https://github.com/shhhplus/text-matcher",
"bugs": {
"url": "https://github.com/shhhplus/text-matcher/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/shhhplus/text-matcher.git"
},
"license": "MIT",
"author": "shhhplus",
"main": "./index.js",
"types": "./types/index.d.ts",
"dependencies": {}
}