You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
2.1 KiB
76 lines
2.1 KiB
{ |
|
"_from": "damerau-levenshtein@^1.0.4", |
|
"_id": "damerau-levenshtein@1.0.5", |
|
"_inBundle": false, |
|
"_integrity": "sha512-CBCRqFnpu715iPmw1KrdOrzRqbdFwQTwAWyyyYS42+iAgHCuXZ+/TdMgQkUENPomxEz9z1BEzuQU2Xw0kUuAgA==", |
|
"_location": "/damerau-levenshtein", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "damerau-levenshtein@^1.0.4", |
|
"name": "damerau-levenshtein", |
|
"escapedName": "damerau-levenshtein", |
|
"rawSpec": "^1.0.4", |
|
"saveSpec": null, |
|
"fetchSpec": "^1.0.4" |
|
}, |
|
"_requiredBy": [ |
|
"/eslint-plugin-jsx-a11y" |
|
], |
|
"_resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.5.tgz", |
|
"_shasum": "780cf7144eb2e8dbd1c3bb83ae31100ccc31a414", |
|
"_spec": "damerau-levenshtein@^1.0.4", |
|
"_where": "/home/f2256342/forge/udemy-react/burger/node_modules/eslint-plugin-jsx-a11y", |
|
"author": { |
|
"name": "The Spanish Inquisition" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/tad-lispy/node-damerau-levenshtein/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"contributors": [ |
|
{ |
|
"name": "Tadeusz Łazurski", |
|
"url": "https://tad-lispy.com/" |
|
}, |
|
{ |
|
"name": "Gustavo Marques Adolph" |
|
}, |
|
{ |
|
"name": "Ivan Gilchrist", |
|
"email": "github@jumpingfishes.com", |
|
"url": "http://jumpingfishes.com" |
|
}, |
|
{ |
|
"name": "Boris Yakubchik", |
|
"url": "http://dev.yboris.com/" |
|
} |
|
], |
|
"deprecated": false, |
|
"description": "Damerau - Levenshtein distance by The Spanish Inquisition + relative distance", |
|
"devDependencies": { |
|
"mocha": "^6.1.4" |
|
}, |
|
"homepage": "https://github.com/tad-lispy/node-damerau-levenshtein#readme", |
|
"keywords": [ |
|
"Damerau-Levenshtein", |
|
"Damerau", |
|
"Levenshtein", |
|
"distance", |
|
"compare", |
|
"relative" |
|
], |
|
"license": "BSD-2-Clause", |
|
"main": "index.js", |
|
"name": "damerau-levenshtein", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/tad-lispy/node-damerau-levenshtein.git" |
|
}, |
|
"scripts": { |
|
"test": "mocha --use_strict", |
|
"version": "scripts/update-changelog.sh" |
|
}, |
|
"version": "1.0.5" |
|
}
|
|
|