kawesearch
Version:
This repository contains a fuzzy search library that provides a flexible way to search and match strings using various fuzzy matching algorithms. It supports multiple languages and allows for customization of search options such as algorithms, thresholds,
38 lines (37 loc) • 686 B
JSON
{
"name": "kawesearch",
"version": "1.0.9",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "hasan-kilici",
"license": "MIT",
"description": "",
"keywords": [
"kawisearch",
"fuzzy-searching",
"fuzzy",
"searching",
"search",
"language support",
"language",
"support",
"kawi",
"react",
"vue",
"svelte",
"levenstein",
"damerau-levenshtein",
"soundex",
"optimazed search"
],
"repository": {
"type": "git",
"url": "https://github.com/hasan-kilici/kawesearch.git"
},
"dependencies": {
"kawesearch": "^1.0.6"
}
}