Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MR414N-ID
GitHub Repository: MR414N-ID/botku2
Path: blob/master/node_modules/async.util.parallel/package.json
1126 views
1
{
2
"name": "async.util.parallel",
3
"description": "async parallelhelper method as module.",
4
"main": "./index.js",
5
"repository": "async-js/async.util",
6
"author": {
7
"email": "[email protected]",
8
"name": "Kiko Beats",
9
"url": "https://github.com/Kikobeats"
10
},
11
"version": "0.5.2",
12
"license": "MIT",
13
"dependencies": {
14
"async.util.isarraylike": "0.5.2",
15
"async.util.noop": "0.5.2",
16
"async.util.restparam": "0.5.2"
17
},
18
"keywords": [
19
"async.util",
20
"parallel"
21
]
22
}
23
24