mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/RoboCommander.git
synced 2026-06-15 17:36:01 +00:00
14 lines
235 B
JSON
14 lines
235 B
JSON
|
|
{
|
||
|
|
"name": "throttle",
|
||
|
|
"repo": "component/throttle",
|
||
|
|
"description": "Throttle a function",
|
||
|
|
"version": "0.0.2",
|
||
|
|
"keywords": [],
|
||
|
|
"dependencies": {},
|
||
|
|
"development": {},
|
||
|
|
"license": "MIT",
|
||
|
|
"scripts": [
|
||
|
|
"index.js"
|
||
|
|
]
|
||
|
|
}
|