| 1 | { |
| 2 | "name": "scheduler", |
| 3 | "version": "0.28.0", |
| 4 | "description": "Cooperative scheduler for the browser environment.", |
| 5 | "repository": { |
| 6 | "type": "git", |
| 7 | "url": "https://github.com/react/react.git", |
| 8 | "directory": "packages/scheduler" |
| 9 | }, |
| 10 | "license": "MIT", |
| 11 | "keywords": [ |
| 12 | "react" |
| 13 | ], |
| 14 | "bugs": { |
| 15 | "url": "https://github.com/react/react/issues" |
| 16 | }, |
| 17 | "homepage": "https://react.dev/", |
| 18 | "files": [ |
| 19 | "LICENSE", |
| 20 | "README.md", |
| 21 | "index.js", |
| 22 | "index.native.js", |
| 23 | "unstable_mock.js", |
| 24 | "unstable_post_task.js", |
| 25 | "cjs/" |
| 26 | ] |
| 27 | } |