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,7 +1,46 @@
{
"name": "core-js-pure",
"version": "3.27.0",
"_args": [
[
"core-js-pure@3.27.0",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"_from": "core-js-pure@3.27.0",
"_id": "core-js-pure@3.27.0",
"_inBundle": false,
"_integrity": "sha512-fJml7FM6v1HI3Gkg5/Ifc/7Y2qXcJxaDwSROeZGAZfNykSTvUk94WT55TYzJ2lFHK0voSr/d4nOVChLuNCWNpA==",
"_location": "/core-js-pure",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "core-js-pure@3.27.0",
"name": "core-js-pure",
"escapedName": "core-js-pure",
"rawSpec": "3.27.0",
"saveSpec": null,
"fetchSpec": "3.27.0"
},
"_requiredBy": [
"/@babel/runtime-corejs3"
],
"_resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.27.0.tgz",
"_spec": "3.27.0",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"author": {
"name": "Denis Pushkarev",
"email": "zloirock@zloirock.ru",
"url": "http://zloirock.ru"
},
"bugs": {
"url": "https://github.com/zloirock/core-js/issues"
},
"description": "Standard library",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/core-js"
},
"homepage": "https://github.com/zloirock/core-js#readme",
"keywords": [
"ES3",
"ES5",
@@ -48,26 +87,19 @@
"ponyfill",
"shim"
],
"license": "MIT",
"main": "index.js",
"name": "core-js-pure",
"repository": {
"type": "git",
"url": "https://github.com/zloirock/core-js.git",
"url": "git+https://github.com/zloirock/core-js.git",
"directory": "packages/core-js-pure"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/core-js"
},
"license": "MIT",
"author": {
"name": "Denis Pushkarev",
"email": "zloirock@zloirock.ru",
"url": "http://zloirock.ru"
"scripts": {
"postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
},
"sideEffects": [
"./modules/*.js"
],
"main": "index.js",
"scripts": {
"postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
}
"version": "3.27.0"
}