real-damerau-levenshtein
Version:
Damerau Levenshtein that actually produces right results.
19 lines (18 loc) • 498 B
JSON
{
"name": "real-damerau-levenshtein",
"version": "1.1.1",
"main": "index.js",
"homepage": "https://kevinkivi.com/posts/real-damerau-levenshtein/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["damerau", "levenshtein"],
"author": "Kevin 'nake89' Kivi",
"license": "MIT",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/nake89/real-damerau-levenshtein.git"
},
"types": "./dist/index.d.ts"
}