aswi2020vldc-gitlab/templetes/node_modules/batch/component.json @ 3a515b92
1 |
{
|
---|---|
2 |
"name": "batch", |
3 |
"repo": "visionmedia/batch", |
4 |
"description": "Async task batching", |
5 |
"version": "0.6.1", |
6 |
"keywords": ["batch", "async", "utility", "concurrency", "concurrent"], |
7 |
"dependencies": { |
8 |
"component/emitter": "*" |
9 |
}, |
10 |
"development": {}, |
11 |
"scripts": [ |
12 |
"index.js" |
13 |
] |
14 |
}
|