CoolFace
Apppublic

sourav-das/stem-separator

sourceHugging Facemitupdated 6mo agoView on Hugging Face
3likes
package.json27 linesDownload Raw Back to scheduler
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}