@themathkoch/leven-search
Version:
A Search library, with integrated threshhold.
23 lines (22 loc) • 457 B
JSON
{
"name": "@themathkoch/leven-search",
"version": "1.1.3",
"description": "A Search library, with integrated threshhold.",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "node index.js"
},
"keywords": [
"Search",
"Threshold",
"Levenshtein",
"Distance"
],
"repository": {
"type": "git",
"url": "https://github.com/KilianKoch/Leven-Search.git"
},
"author": "Kilian Koch",
"license": "ISC"
}