Mercurial
comparison third_party/bun/node_modules/scheduler/package.json @ 12:de54585a40f1
Adding bun and node modules.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 02 Oct 2025 14:39:48 -0700 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 11:f33d9ff8b6e8 | 12:de54585a40f1 |
|---|---|
| 1 { | |
| 2 "name": "scheduler", | |
| 3 "version": "0.23.2", | |
| 4 "description": "Cooperative scheduler for the browser environment.", | |
| 5 "main": "index.js", | |
| 6 "repository": { | |
| 7 "type": "git", | |
| 8 "url": "https://github.com/facebook/react.git", | |
| 9 "directory": "packages/scheduler" | |
| 10 }, | |
| 11 "license": "MIT", | |
| 12 "keywords": [ | |
| 13 "react" | |
| 14 ], | |
| 15 "bugs": { | |
| 16 "url": "https://github.com/facebook/react/issues" | |
| 17 }, | |
| 18 "homepage": "https://reactjs.org/", | |
| 19 "dependencies": { | |
| 20 "loose-envify": "^1.1.0" | |
| 21 }, | |
| 22 "files": [ | |
| 23 "LICENSE", | |
| 24 "README.md", | |
| 25 "index.js", | |
| 26 "unstable_mock.js", | |
| 27 "unstable_post_task.js", | |
| 28 "cjs/", | |
| 29 "umd/" | |
| 30 ], | |
| 31 "browserify": { | |
| 32 "transform": [ | |
| 33 "loose-envify" | |
| 34 ] | |
| 35 } | |
| 36 } |