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,52 @@
{
"name": "semver",
"version": "7.3.8",
"description": "The semantic version parser used by npm.",
"main": "index.js",
"scripts": {
"test": "tap",
"snap": "tap",
"lint": "eslint \"**/*.js\"",
"postlint": "template-oss-check",
"lintfix": "npm run lint -- --fix",
"posttest": "npm run lint",
"template-oss-apply": "template-oss-apply --force"
"_args": [
[
"semver@7.3.8",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"_from": "semver@7.3.8",
"_id": "semver@7.3.8",
"_inBundle": false,
"_integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
"_location": "/semver",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "semver@7.3.8",
"name": "semver",
"escapedName": "semver",
"rawSpec": "7.3.8",
"saveSpec": null,
"fetchSpec": "7.3.8"
},
"_requiredBy": [
"/@typescript-eslint/typescript-estree"
],
"_resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
"_spec": "7.3.8",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"author": {
"name": "GitHub Inc."
},
"bin": {
"semver": "bin/semver.js"
},
"bugs": {
"url": "https://github.com/npm/node-semver/issues"
},
"dependencies": {
"lru-cache": "^6.0.0"
},
"description": "The semantic version parser used by npm.",
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "4.4.4",
"tap": "^16.0.0"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/npm/node-semver.git"
},
"bin": {
"semver": "bin/semver.js"
"engines": {
"node": ">=10"
},
"files": [
"bin/",
@@ -36,6 +59,23 @@
"preload.js",
"range.bnf"
],
"homepage": "https://github.com/npm/node-semver#readme",
"license": "ISC",
"main": "index.js",
"name": "semver",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/node-semver.git"
},
"scripts": {
"lint": "eslint \"**/*.js\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
},
"tap": {
"check-coverage": true,
"coverage-map": "map.js",
@@ -44,13 +84,6 @@
"tap-snapshots/**"
]
},
"engines": {
"node": ">=10"
},
"dependencies": {
"lru-cache": "^6.0.0"
},
"author": "GitHub Inc.",
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.4.4",
@@ -82,5 +115,6 @@
"/preload.js",
"/range.bnf"
]
}
},
"version": "7.3.8"
}