fibers-domain
Version:
run in sequence, avoid callback-hell
39 lines (38 loc) • 860 B
JSON
{
"name": "fibers-domain",
"description": "run in sequence, avoid callback-hell",
"version": "1.0.2",
"homepage": "https://github.com/kiliwalk/fibers-domain",
"bugs": "https://github.com/kiliwalk/fibers-domain/issues",
"license": "MIT",
"main": "index.js",
"preferGlobal": false,
"author": {
"name": "kiliwalk",
"email": "kiliwalk@qq.com"
},
"repository": {
"type": "git",
"url": "https://github.com/kiliwalk/fibers-domain"
},
"keywords": [
"sync",
"async",
"callback",
"sequence",
"domain",
"fibers"
],
"dependencies": {
"fibers": "^1.0.6"
},
"devDependencies": {},
"subdomain": "kiliwalk.org",
"engines": {
"node": "0.10.x"
},
"scripts": {
"test": "mocha -b --reporter spec",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter spec"
}
}