run-generator
Version:
Run promises promises in a synchronous manner unitizing generators
27 lines (26 loc) • 659 B
JSON
{
"name": "run-generator",
"version": "1.0.5",
"description": "Run promises promises in a synchronous manner unitizing generators",
"main": "lib/generator-runner.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nastyaK/generator-runner.git"
},
"keywords": [
"promises",
"sync",
"generator",
"yield",
"simple",
"callback-hell"
],
"author": "Anastasiia Kholodova",
"bugs": {
"url": "https://github.com/nastyaK/generator-runner/issues"
},
"homepage": "https://github.com/nastyaK/generator-runner#readme"
}