22 lines
519 B
JSON
22 lines
519 B
JSON
{
|
|
"name": "async.util.parallel",
|
|
"description": "async parallelhelper method as module.",
|
|
"main": "./index.js",
|
|
"repository": "async-js/async.util",
|
|
"author": {
|
|
"email": "josefrancisco.verdu@gmail.com",
|
|
"name": "Kiko Beats",
|
|
"url": "https://github.com/Kikobeats"
|
|
},
|
|
"version": "0.5.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async.util.isarraylike": "0.5.2",
|
|
"async.util.noop": "0.5.2",
|
|
"async.util.restparam": "0.5.2"
|
|
},
|
|
"keywords": [
|
|
"async.util",
|
|
"parallel"
|
|
]
|
|
}
|