add enter functionality and resolve title show bug
This commit is contained in:
80
kitabcitab/node_modules/natural-compare/package.json
generated
vendored
80
kitabcitab/node_modules/natural-compare/package.json
generated
vendored
@@ -1,10 +1,54 @@
|
||||
{
|
||||
"name": "natural-compare",
|
||||
"version": "1.4.0",
|
||||
"stability": 3,
|
||||
"author": "Lauri Rooden (https://github.com/litejs/natural-compare-lite)",
|
||||
"license": "MIT",
|
||||
"_args": [
|
||||
[
|
||||
"natural-compare@1.4.0",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"_from": "natural-compare@1.4.0",
|
||||
"_id": "natural-compare@1.4.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
|
||||
"_location": "/natural-compare",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "natural-compare@1.4.0",
|
||||
"name": "natural-compare",
|
||||
"escapedName": "natural-compare",
|
||||
"rawSpec": "1.4.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.4.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/eslint"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
||||
"_spec": "1.4.0",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"author": {
|
||||
"name": "Lauri Rooden",
|
||||
"url": "https://github.com/litejs/natural-compare-lite"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/litejs/natural-compare-lite/issues"
|
||||
},
|
||||
"buildman": {
|
||||
"dist/index-min.js": {
|
||||
"banner": "/*! litejs.com/MIT-LICENSE.txt */",
|
||||
"input": "index.js"
|
||||
}
|
||||
},
|
||||
"description": "Compare strings containing a mix of letters and numbers in the way a human being would in sort order.",
|
||||
"devDependencies": {
|
||||
"buildman": "*",
|
||||
"testman": "*"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/litejs/natural-compare-lite#readme",
|
||||
"keywords": [
|
||||
"string",
|
||||
"natural",
|
||||
@@ -16,27 +60,17 @@
|
||||
"alphanum",
|
||||
"litejs"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"readmeFilename": "README.md",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"name": "natural-compare",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/litejs/natural-compare-lite.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node node_modules/buildman/index.js --all",
|
||||
"test": "node tests/index.js"
|
||||
},
|
||||
"repository": "git://github.com/litejs/natural-compare-lite.git",
|
||||
"bugs": {
|
||||
"url": "https://github.com/litejs/natural-compare-lite/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"buildman": "*",
|
||||
"testman": "*"
|
||||
},
|
||||
"buildman": {
|
||||
"dist/index-min.js": {
|
||||
"banner": "/*! litejs.com/MIT-LICENSE.txt */",
|
||||
"input": "index.js"
|
||||
}
|
||||
}
|
||||
"stability": 3,
|
||||
"version": "1.4.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user