add enter functionality and resolve title show bug

This commit is contained in:
ismailsosic
2023-03-08 16:17:26 +01:00
parent 71811fac4b
commit f09648dd67
420 changed files with 21395 additions and 1067108 deletions

View File

@@ -1,25 +1,57 @@
{
"name": "anymatch",
"version": "3.1.3",
"description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
"files": [
"index.js",
"index.d.ts"
"_args": [
[
"anymatch@3.1.3",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"dependencies": {
"normalize-path": "^3.0.0",
"picomatch": "^2.0.4"
"_development": true,
"_from": "anymatch@3.1.3",
"_id": "anymatch@3.1.3",
"_inBundle": false,
"_integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
"_location": "/anymatch",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "anymatch@3.1.3",
"name": "anymatch",
"escapedName": "anymatch",
"rawSpec": "3.1.3",
"saveSpec": null,
"fetchSpec": "3.1.3"
},
"_requiredBy": [
"/chokidar"
],
"_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
"_spec": "3.1.3",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"author": {
"name": "Elan Shanker",
"url": "https://github.com/es128"
},
"license": "ISC",
"homepage": "https://github.com/micromatch/anymatch",
"repository": {
"type": "git",
"url": "https://github.com/micromatch/anymatch"
"bugs": {
"url": "https://github.com/micromatch/anymatch/issues"
},
"dependencies": {
"normalize-path": "^3.0.0",
"picomatch": "^2.0.4"
},
"description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
"devDependencies": {
"mocha": "^6.1.3",
"nyc": "^14.0.0"
},
"engines": {
"node": ">= 8"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/micromatch/anymatch",
"keywords": [
"match",
"any",
@@ -34,15 +66,15 @@
"expression",
"function"
],
"license": "ISC",
"name": "anymatch",
"repository": {
"type": "git",
"url": "git+https://github.com/micromatch/anymatch.git"
},
"scripts": {
"test": "nyc mocha",
"mocha": "mocha"
"mocha": "mocha",
"test": "nyc mocha"
},
"devDependencies": {
"mocha": "^6.1.3",
"nyc": "^14.0.0"
},
"engines": {
"node": ">= 8"
}
"version": "3.1.3"
}