source: node_modules/scheduler/package.json@ a762898

Last change on this file since a762898 was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago

Added visualizations

  • Property mode set to 100644
File size: 564 bytes
Line 
1{
2 "name": "scheduler",
3 "version": "0.27.0",
4 "description": "Cooperative scheduler for the browser environment.",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/facebook/react.git",
8 "directory": "packages/scheduler"
9 },
10 "license": "MIT",
11 "keywords": [
12 "react"
13 ],
14 "bugs": {
15 "url": "https://github.com/facebook/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}
Note: See TracBrowser for help on using the repository browser.