mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/RoboCommander.git
synced 2026-06-15 09:26:03 +00:00
21 lines
421 B
JSON
21 lines
421 B
JSON
{
|
|
"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/"
|
|
]
|
|
} |