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,29 +1,62 @@
{
"name": "chokidar",
"description": "Minimal and efficient cross-platform file watching library",
"version": "3.5.3",
"homepage": "https://github.com/paulmillr/chokidar",
"author": "Paul Miller (https://paulmillr.com)",
"contributors": [
"Paul Miller (https://paulmillr.com)",
"Elan Shanker"
"_args": [
[
"chokidar@3.5.3",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"engines": {
"node": ">= 8.10.0"
"_development": true,
"_from": "chokidar@3.5.3",
"_id": "chokidar@3.5.3",
"_inBundle": false,
"_integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
"_location": "/chokidar",
"_phantomChildren": {
"is-glob": "4.0.3"
},
"main": "index.js",
"_requested": {
"type": "version",
"registry": true,
"raw": "chokidar@3.5.3",
"name": "chokidar",
"escapedName": "chokidar",
"rawSpec": "3.5.3",
"saveSpec": null,
"fetchSpec": "3.5.3"
},
"_requiredBy": [
"/tailwindcss"
],
"_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
"_spec": "3.5.3",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"author": {
"name": "Paul Miller",
"url": "https://paulmillr.com"
},
"bugs": {
"url": "https://github.com/paulmillr/chokidar/issues"
},
"contributors": [
{
"name": "Paul Miller",
"url": "https://paulmillr.com"
},
{
"name": "Elan Shanker"
}
],
"dependencies": {
"anymatch": "~3.1.2",
"braces": "~3.0.2",
"fsevents": "~2.3.2",
"glob-parent": "~5.1.2",
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",
"normalize-path": "~3.0.0",
"readdirp": "~3.6.0"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
},
"description": "Minimal and efficient cross-platform file watching library",
"devDependencies": {
"@types/node": "^14",
"chai": "^4.3",
@@ -37,25 +70,21 @@
"typescript": "~4.4.3",
"upath": "^1.2.0"
},
"engines": {
"node": ">= 8.10.0"
},
"files": [
"index.js",
"lib/*.js",
"types/index.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/paulmillr/chokidar.git"
},
"bugs": {
"url": "https://github.com/paulmillr/chokidar/issues"
},
"license": "MIT",
"scripts": {
"dtslint": "dtslint types",
"lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
"mocha": "mocha --exit --timeout 90000",
"test": "npm run lint && npm run mocha"
},
"funding": [
{
"type": "individual",
"url": "https://paulmillr.com/funding/"
}
],
"homepage": "https://github.com/paulmillr/chokidar",
"keywords": [
"fs",
"watch",
@@ -65,7 +94,9 @@
"file",
"fsevents"
],
"types": "./types/index.d.ts",
"license": "MIT",
"main": "index.js",
"name": "chokidar",
"nyc": {
"include": [
"index.js",
@@ -76,10 +107,19 @@
"text"
]
},
"funding": [
{
"type": "individual",
"url": "https://paulmillr.com/funding/"
}
]
"optionalDependencies": {
"fsevents": "~2.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paulmillr/chokidar.git"
},
"scripts": {
"dtslint": "dtslint types",
"lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
"mocha": "mocha --exit --timeout 90000",
"test": "npm run lint && npm run mocha"
},
"types": "./types/index.d.ts",
"version": "3.5.3"
}