persona-community-5/.pnpm-store/v3/files/3b/56e30b29b4e714cac978db9ea89fbaaa99e5e47547746013534262706647cbc2b3e09e3ea204434727ce361e89846181fc5bd0aa6b32e262313257a06155c1
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

50 lines
968 B
Plaintext

{
"name": "js-levenshtein",
"version": "1.1.6",
"description": "The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.",
"license": "MIT",
"repository": "gustf/js-levenshtein",
"author": {
"name": "Gustaf Andersson",
"email": "gustaf@me.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "ava",
"bench": "matcha bench.js"
},
"files": [
"index.js"
],
"keywords": [
"levenshtein",
"distance",
"algorithm",
"algo",
"string",
"difference",
"diff",
"fast",
"fuzzy",
"similar",
"similarity",
"compare",
"comparison",
"edit",
"text",
"match",
"matching"
],
"devDependencies": {
"ava": "^0.25.0",
"fast-levenshtein": "^2.0.6",
"levenshtein-edit-distance": "^2.0.3",
"matcha": "^0.7.0",
"talisman": "^0.21.0",
"leven": "^2.1.0",
"xo": "^0.23.0"
}
}