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,21 +1,48 @@
{
"name": "@babel/runtime-corejs3",
"version": "7.20.7",
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
"license": "MIT",
"publishConfig": {
"access": "public"
"_args": [
[
"@babel/runtime-corejs3@7.20.7",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"_from": "@babel/runtime-corejs3@7.20.7",
"_id": "@babel/runtime-corejs3@7.20.7",
"_inBundle": false,
"_integrity": "sha512-jr9lCZ4RbRQmCR28Q8U8Fu49zvFqLxTY9AMOUz+iyMohMoAgpEcVxY+wJNay99oXOpOcCTODkk70NDN2aaJEeg==",
"_location": "/@babel/runtime-corejs3",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/runtime-corejs3@7.20.7",
"name": "@babel/runtime-corejs3",
"escapedName": "@babel%2fruntime-corejs3",
"scope": "@babel",
"rawSpec": "7.20.7",
"saveSpec": null,
"fetchSpec": "7.20.7"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-runtime-corejs3"
"_requiredBy": [
"/aria-query"
],
"_resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.20.7.tgz",
"_spec": "7.20.7",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"author": "The Babel Team (https://babel.dev/team)",
"dependencies": {
"core-js-pure": "^3.25.1",
"regenerator-runtime": "^0.13.11"
},
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
"engines": {
"node": ">=6.9.0"
},
"exports": {
"./helpers/AsyncGenerator": [
{
@@ -1213,8 +1240,17 @@
"./core-js/instance/trim-start": "./core-js/instance/trim-start.js",
"./core-js/instance/values": "./core-js/instance/values.js"
},
"engines": {
"node": ">=6.9.0"
"homepage": "https://github.com/babel/babel#readme",
"license": "MIT",
"name": "@babel/runtime-corejs3",
"publishConfig": {
"access": "public"
},
"type": "commonjs"
}
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-runtime-corejs3"
},
"type": "commonjs",
"version": "7.20.7"
}