Urara-Blog/node_modules/.pnpm-store/v3/files/c9/c07dec874faf6104ff9d17f7fa8490c2568d9123353e94a17fb4eadb41012c9703aee051759c5138d24c7faf81467610936ccc9f97bd2d8747b8d217a09e04-exec
2022-08-14 01:14:53 +08:00

27 lines
647 B
Text
Executable file

{
"name": "didyoumean",
"version": "1.2.2",
"description": "Match human-quality input to potential matches by edit distance.",
"homepage": "https://github.com/dcporter/didyoumean.js",
"author": {
"name": "Dave Porter",
"email": "dcporter@gmail.com",
"url": "http://dcporter.net/"
},
"keywords": [
"didyoumean",
"mean",
"edit",
"distance",
"levenshtein"
],
"main": "./didYouMean-1.2.1.js",
"repository": {
"type": "git",
"url": "https://github.com/dcporter/didyoumean.js.git"
},
"bugs": {
"url": "https://github.com/dcporter/didyoumean.js/issues"
},
"license": "Apache-2.0"
}