You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
564 B
27 lines
564 B
{ |
|
"name": "scheduler", |
|
"version": "0.27.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/" |
|
] |
|
} |