github-pages-deploy-action/node_modules/damerau-levenshtein/package.json

37 lines
955 B
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "damerau-levenshtein",
"version": "1.0.6",
2020-03-07 11:45:40 +08:00
"description": "Damerau - Levenshtein distance by The Spanish Inquisition + relative distance",
2020-03-31 20:57:48 +08:00
"main": "index.js",
"scripts": {
"test": "mocha --use_strict",
"version": "scripts/update-changelog.sh"
2020-03-07 11:45:40 +08:00
},
"keywords": [
"Damerau-Levenshtein",
"Damerau",
"Levenshtein",
"distance",
"compare",
"relative"
],
2020-03-31 20:57:48 +08:00
"author": "The Spanish Inquisition",
"contributors": [
"Tadeusz Łazurski (https://tad-lispy.com/)",
"Gustavo Marques Adolph",
"Ivan Gilchrist <github@jumpingfishes.com> (http://jumpingfishes.com)",
"Boris Yakubchik (http://dev.yboris.com/)"
],
2020-03-07 11:45:40 +08:00
"license": "BSD-2-Clause",
2020-03-31 20:57:48 +08:00
"devDependencies": {
"mocha": "^6.1.4"
},
2020-03-07 11:45:40 +08:00
"repository": {
"type": "git",
2020-03-31 20:57:48 +08:00
"url": "https://github.com/tad-lispy/node-damerau-levenshtein.git"
2020-03-07 11:45:40 +08:00
},
2020-03-31 20:57:48 +08:00
"bugs": {
"url": "https://github.com/tad-lispy/node-damerau-levenshtein/issues"
}
2020-03-07 11:45:40 +08:00
}