@shhhplus/react-text-matcher
Version:
A React component that matches text using specified rules, supporting string and regular expressions.
33 lines • 804 B
JSON
{
"name": "@shhhplus/react-text-matcher",
"version": "2.0.1",
"description": "A React component that matches text using specified rules, supporting string and regular expressions.",
"keywords": [
"react",
"component",
"keyword",
"words",
"text",
"content",
"matcher",
"match",
"regular expression",
"RegExp"
],
"homepage": "https://github.com/shhhplus/react-text-matcher",
"bugs": {
"url": "https://github.com/shhhplus/react-text-matcher/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/shhhplus/react-text-matcher.git"
},
"license": "MIT",
"author": "shhhplus",
"main": "./index.js",
"types": "./types/index.d.ts",
"dependencies": {
"@shhhplus/text-matcher": "^1.0.3",
"react": "^18.0.0"
}
}