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,32 +1,55 @@
{
"name": "debug",
"version": "3.2.7",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"
"_args": [
[
"debug@3.2.7",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"_from": "debug@3.2.7",
"_id": "debug@3.2.7",
"_inBundle": false,
"_integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
"_location": "/eslint-import-resolver-node/debug",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "debug@3.2.7",
"name": "debug",
"escapedName": "debug",
"rawSpec": "3.2.7",
"saveSpec": null,
"fetchSpec": "3.2.7"
},
"description": "small debugging utility",
"keywords": [
"debug",
"log",
"debugger"
"_requiredBy": [
"/eslint-import-resolver-node"
],
"files": [
"src",
"node.js",
"dist/debug.js",
"LICENSE",
"README.md"
],
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"_resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
"_spec": "3.2.7",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"browser": "./src/browser.js",
"bugs": {
"url": "https://github.com/visionmedia/debug/issues"
},
"contributors": [
"Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)",
"Andrew Rhyne <rhyneandrew@gmail.com>"
{
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io"
},
{
"name": "Andrew Rhyne",
"email": "rhyneandrew@gmail.com"
}
],
"license": "MIT",
"dependencies": {
"ms": "^2.1.1"
},
"description": "small debugging utility",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
@@ -45,7 +68,26 @@
"rimraf": "^2.5.4",
"xo": "^0.23.0"
},
"files": [
"src",
"node.js",
"dist/debug.js",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/visionmedia/debug#readme",
"keywords": [
"debug",
"log",
"debugger"
],
"license": "MIT",
"main": "./src/index.js",
"browser": "./src/browser.js",
"unpkg": "./dist/debug.js"
"name": "debug",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"
},
"unpkg": "./dist/debug.js",
"version": "3.2.7"
}

View File

@@ -1,21 +1,57 @@
{
"name": "eslint-import-resolver-node",
"version": "0.3.6",
"_args": [
[
"eslint-import-resolver-node@0.3.6",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"_from": "eslint-import-resolver-node@0.3.6",
"_id": "eslint-import-resolver-node@0.3.6",
"_inBundle": false,
"_integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==",
"_location": "/eslint-import-resolver-node",
"_phantomChildren": {
"ms": "2.1.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "eslint-import-resolver-node@0.3.6",
"name": "eslint-import-resolver-node",
"escapedName": "eslint-import-resolver-node",
"rawSpec": "0.3.6",
"saveSpec": null,
"fetchSpec": "0.3.6"
},
"_requiredBy": [
"/eslint-config-next",
"/eslint-plugin-import"
],
"_resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz",
"_spec": "0.3.6",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"author": {
"name": "Ben Mosher",
"url": "me@benmosher.com"
},
"bugs": {
"url": "https://github.com/import-js/eslint-plugin-import/issues"
},
"dependencies": {
"debug": "^3.2.7",
"resolve": "^1.20.0"
},
"description": "Node default behavior import resolution plugin for eslint-plugin-import.",
"main": "index.js",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^3.1.0",
"mocha": "^3.5.3",
"nyc": "^11.9.0"
},
"files": [
"index.js"
],
"scripts": {
"prepublishOnly": "cp ../../{LICENSE,.npmrc} ./",
"tests-only": "nyc mocha",
"test": "npm run tests-only",
"coveralls": "nyc report --reporter lcovonly && cd ../.. && coveralls < ./resolvers/node/coverage/lcov.info"
},
"repository": {
"type": "git",
"url": "https://github.com/import-js/eslint-plugin-import"
},
"homepage": "https://github.com/import-js/eslint-plugin-import",
"keywords": [
"eslint",
"eslintplugin",
@@ -23,20 +59,18 @@
"modules",
"eslint-plugin-import"
],
"author": "Ben Mosher (me@benmosher.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/import-js/eslint-plugin-import/issues"
"main": "index.js",
"name": "eslint-import-resolver-node",
"repository": {
"type": "git",
"url": "git+https://github.com/import-js/eslint-plugin-import.git"
},
"homepage": "https://github.com/import-js/eslint-plugin-import",
"dependencies": {
"debug": "^3.2.7",
"resolve": "^1.20.0"
"scripts": {
"coveralls": "nyc report --reporter lcovonly && cd ../.. && coveralls < ./resolvers/node/coverage/lcov.info",
"prepublishOnly": "cp ../../{LICENSE,.npmrc} ./",
"test": "npm run tests-only",
"tests-only": "nyc mocha"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^3.1.0",
"mocha": "^3.5.3",
"nyc": "^11.9.0"
}
"version": "0.3.6"
}