Frontend/25_01_07/mai/node_modules/scheduler/package.json
szabomarton 7f4a15b9c3 asd
2025-01-28 11:38:27 +01:00

27 lines
564 B
JSON

{
"name": "scheduler",
"version": "0.25.0",
"description": "Cooperative scheduler for the browser environment.",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",
"directory": "packages/scheduler"
},
"license": "MIT",
"keywords": [
"react"
],
"bugs": {
"url": "https://github.com/facebook/react/issues"
},
"homepage": "https://react.dev/",
"files": [
"LICENSE",
"README.md",
"index.js",
"index.native.js",
"unstable_mock.js",
"unstable_post_task.js",
"cjs/"
]
}