mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-22 02:58:36 +00:00
14 lines
299 B
JSON
14 lines
299 B
JSON
{
|
|
"name": "batch",
|
|
"repo": "visionmedia/batch",
|
|
"description": "Async task batching",
|
|
"version": "0.6.1",
|
|
"keywords": ["batch", "async", "utility", "concurrency", "concurrent"],
|
|
"dependencies": {
|
|
"component/emitter": "*"
|
|
},
|
|
"development": {},
|
|
"scripts": [
|
|
"index.js"
|
|
]
|
|
}
|