add enter functionality and resolve title show bug
This commit is contained in:
47
kitabcitab/node_modules/didyoumean/package.json
generated
vendored
47
kitabcitab/node_modules/didyoumean/package.json
generated
vendored
@@ -1,13 +1,43 @@
|
||||
{
|
||||
"name": "didyoumean",
|
||||
"version": "1.2.2",
|
||||
"description": "Match human-quality input to potential matches by edit distance.",
|
||||
"homepage": "https://github.com/dcporter/didyoumean.js",
|
||||
"_args": [
|
||||
[
|
||||
"didyoumean@1.2.2",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "didyoumean@1.2.2",
|
||||
"_id": "didyoumean@1.2.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
|
||||
"_location": "/didyoumean",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "didyoumean@1.2.2",
|
||||
"name": "didyoumean",
|
||||
"escapedName": "didyoumean",
|
||||
"rawSpec": "1.2.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.2.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/tailwindcss"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
|
||||
"_spec": "1.2.2",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"author": {
|
||||
"name": "Dave Porter",
|
||||
"email": "dcporter@gmail.com",
|
||||
"url": "http://dcporter.net/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/dcporter/didyoumean.js/issues"
|
||||
},
|
||||
"description": "Match human-quality input to potential matches by edit distance.",
|
||||
"homepage": "https://github.com/dcporter/didyoumean.js",
|
||||
"keywords": [
|
||||
"didyoumean",
|
||||
"mean",
|
||||
@@ -15,13 +45,12 @@
|
||||
"distance",
|
||||
"levenshtein"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"main": "./didYouMean-1.2.1.js",
|
||||
"name": "didyoumean",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/dcporter/didyoumean.js.git"
|
||||
"url": "git+https://github.com/dcporter/didyoumean.js.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/dcporter/didyoumean.js/issues"
|
||||
},
|
||||
"license": "Apache-2.0"
|
||||
"version": "1.2.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user