Mercurial
view third_party/bun/node_modules/scheduler/package.json @ 270:358dd5950985
sync production config on every deploy
Always install the ignored repository .config into /etc/mrjunejune before promoting the new bundle.
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Fri, 07 Aug 2026 13:16:47 -0700 |
| parents | de54585a40f1 |
| children |
line wrap: on
line source
{ "name": "scheduler", "version": "0.23.2", "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" ] } }