same-time
Version:
Call functions in parallel and store the results.
52 lines • 1.18 kB
JSON
{
"name": "same-time",
"version": "2.3.6",
"description": "Call functions in parallel and store the results.",
"main": "lib/index.js",
"directories": {
"example": "example"
},
"dependencies": {
"deffy": "2.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:IonicaBizau/same-time.js.git"
},
"keywords": [
"same",
"time",
"parallel",
"functions"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/same-time.js/issues"
},
"homepage": "https://github.com/IonicaBizau/same-time.js",
"blah": {
"description": "If you want to run async functions synchronously, check out [`one-by-one.js`](https://github.com/IonicaBizau/one-by-one.js)."
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}