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,24 +1,44 @@
{
"name": "scheduler",
"version": "0.23.0",
"description": "Cooperative scheduler for the browser environment.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",
"directory": "packages/scheduler"
},
"license": "MIT",
"keywords": [
"react"
"_args": [
[
"scheduler@0.23.0",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"_from": "scheduler@0.23.0",
"_id": "scheduler@0.23.0",
"_inBundle": false,
"_integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==",
"_location": "/scheduler",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "scheduler@0.23.0",
"name": "scheduler",
"escapedName": "scheduler",
"rawSpec": "0.23.0",
"saveSpec": null,
"fetchSpec": "0.23.0"
},
"_requiredBy": [
"/react-dom"
],
"_resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz",
"_spec": "0.23.0",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"browserify": {
"transform": [
"loose-envify"
]
},
"bugs": {
"url": "https://github.com/facebook/react/issues"
},
"homepage": "https://reactjs.org/",
"dependencies": {
"loose-envify": "^1.1.0"
},
"description": "Cooperative scheduler for the browser environment.",
"files": [
"LICENSE",
"README.md",
@@ -28,9 +48,17 @@
"cjs/",
"umd/"
],
"browserify": {
"transform": [
"loose-envify"
]
}
}
"homepage": "https://reactjs.org/",
"keywords": [
"react"
],
"license": "MIT",
"main": "index.js",
"name": "scheduler",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/react.git",
"directory": "packages/scheduler"
},
"version": "0.23.0"
}