Files

21 lines
421 B
JSON
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
{
"name": "schedule",
"version": "0.5.0",
"description": "Cooperative scheduler for the browser environment.",
"main": "index.js",
"repository": "facebook/react",
"license": "MIT",
"homepage": "https://reactjs.org/",
"dependencies": {
"object-assign": "^4.1.1"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"tracing.js",
"tracing-profiling.js",
"cjs/",
"umd/"
]
}