mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 23:03:36 +01:00
15 lines
299 B
JSON
15 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"
|
|
]
|
|
}
|