init source
This commit is contained in:
+80
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"damerau-levenshtein@1.0.5",
|
||||
"/home/app"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "damerau-levenshtein@1.0.5",
|
||||
"_id": "damerau-levenshtein@1.0.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-CBCRqFnpu715iPmw1KrdOrzRqbdFwQTwAWyyyYS42+iAgHCuXZ+/TdMgQkUENPomxEz9z1BEzuQU2Xw0kUuAgA==",
|
||||
"_location": "/damerau-levenshtein",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "damerau-levenshtein@1.0.5",
|
||||
"name": "damerau-levenshtein",
|
||||
"escapedName": "damerau-levenshtein",
|
||||
"rawSpec": "1.0.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/eslint-plugin-jsx-a11y"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.5.tgz",
|
||||
"_spec": "1.0.5",
|
||||
"_where": "/home/app",
|
||||
"author": {
|
||||
"name": "The Spanish Inquisition"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/tad-lispy/node-damerau-levenshtein/issues"
|
||||
},
|
||||
"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/"
|
||||
}
|
||||
],
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user