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",
"version": "7.20.7",
"description": "babel's modular runtime helpers",
"license": "MIT",
"publishConfig": {
"access": "public"
"_args": [
[
"@babel/runtime@7.20.7",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"_from": "@babel/runtime@7.20.7",
"_id": "@babel/runtime@7.20.7",
"_inBundle": false,
"_integrity": "sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ==",
"_location": "/@babel/runtime",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/runtime@7.20.7",
"name": "@babel/runtime",
"escapedName": "@babel%2fruntime",
"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"
"_requiredBy": [
"/aria-query",
"/eslint-plugin-jsx-a11y"
],
"_resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-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"
},
"homepage": "https://babel.dev/docs/en/next/babel-runtime",
"author": "The Babel Team (https://babel.dev/team)",
"dependencies": {
"regenerator-runtime": "^0.13.11"
},
"description": "babel's modular runtime helpers",
"engines": {
"node": ">=6.9.0"
},
"exports": {
"./helpers/AsyncGenerator": [
{
@@ -905,8 +932,17 @@
"./regenerator/*.js": "./regenerator/*.js",
"./regenerator/": "./regenerator/"
},
"engines": {
"node": ">=6.9.0"
"homepage": "https://babel.dev/docs/en/next/babel-runtime",
"license": "MIT",
"name": "@babel/runtime",
"publishConfig": {
"access": "public"
},
"type": "commonjs"
}
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-runtime"
},
"type": "commonjs",
"version": "7.20.7"
}