Mercurial
view third_party/bun/node_modules/scheduler/package.json @ 275:78699f810817
Add Qwen3-VL and WebRTC dictation services
Add Bazel targets for the CUDA-backed Qwen3-VL server and a local WebRTC faster-whisper dictation service.
Co-authored-by: Copilot <[email protected]>
Copilot-Session: e3d8cb06-6c95-4ae0-9757-651d3796ab00
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 17 Aug 2026 10:58: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" ] } }