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,15 +1,42 @@
{
"name": "path-parse",
"version": "1.0.7",
"_args": [
[
"path-parse@1.0.7",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"_from": "path-parse@1.0.7",
"_id": "path-parse@1.0.7",
"_inBundle": false,
"_integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
"_location": "/path-parse",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "path-parse@1.0.7",
"name": "path-parse",
"escapedName": "path-parse",
"rawSpec": "1.0.7",
"saveSpec": null,
"fetchSpec": "1.0.7"
},
"_requiredBy": [
"/eslint-plugin-react/resolve",
"/resolve"
],
"_resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
"_spec": "1.0.7",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"author": {
"name": "Javier Blanco",
"email": "http://jbgutierrez.info"
},
"bugs": {
"url": "https://github.com/jbgutierrez/path-parse/issues"
},
"description": "Node.js path.parse() ponyfill",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jbgutierrez/path-parse.git"
},
"homepage": "https://github.com/jbgutierrez/path-parse#readme",
"keywords": [
"path",
"paths",
@@ -24,10 +51,15 @@
"polyfill",
"shim"
],
"author": "Javier Blanco <http://jbgutierrez.info>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jbgutierrez/path-parse/issues"
"main": "index.js",
"name": "path-parse",
"repository": {
"type": "git",
"url": "git+https://github.com/jbgutierrez/path-parse.git"
},
"homepage": "https://github.com/jbgutierrez/path-parse#readme"
"scripts": {
"test": "node test.js"
},
"version": "1.0.7"
}