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.
36 lines
700 B
36 lines
700 B
2 years ago
|
{
|
||
|
"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"
|
||
|
],
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/facebook/react/issues"
|
||
|
},
|
||
|
"homepage": "https://reactjs.org/",
|
||
|
"dependencies": {
|
||
|
"loose-envify": "^1.1.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"LICENSE",
|
||
|
"README.md",
|
||
|
"index.js",
|
||
|
"unstable_mock.js",
|
||
|
"unstable_post_task.js",
|
||
|
"cjs/",
|
||
|
"umd/"
|
||
|
],
|
||
|
"browserify": {
|
||
|
"transform": [
|
||
|
"loose-envify"
|
||
|
]
|
||
|
}
|
||
|
}
|