blear.utils.plan
Version:
(同步、异步、promise)任务的串、并行计划(流程控制)
64 lines (63 loc) • 1.64 kB
JSON
{
"name": "blear.utils.plan",
"version": "2.2.2",
"description": "(同步、异步、promise)任务的串、并行计划(流程控制)",
"scripts": {
"live": "browser-sync start --config bs-config.js",
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha test/**/test.*.js",
"test-travis": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha test/**/test.*.js --report lcovonly",
"prepublish": "npm test"
},
"preferGlobal": false,
"bin": {},
"engines": {
"node": ">=6.0.0",
"iojs": ">=1.0.0"
},
"main": "src/index.js",
"keywords": [
"blear",
"utils",
"howdo",
"plan",
"task",
"async",
"sync",
"promise",
"cloudcome",
"ydr.me"
],
"author": {
"name": "cloudcome",
"email": "cloudcome@163.com",
"url": "http://ydr.me"
},
"contributors": [],
"homepage": "https://github.com/blearjs/blear.utils.plan",
"repository": {
"type": "git",
"url": "https://github.com/blearjs/blear.utils.plan"
},
"bugs": {
"url": "https://github.com/blearjs/blear.utils.plan/issues"
},
"dependencies": {
"blear.classes.class": "1.x",
"blear.classes.events": "1.x",
"blear.utils.access": "1.x",
"blear.utils.collection": "1.x",
"blear.utils.function": "1.x",
"blear.utils.object": "1.x",
"blear.utils.random": "1.x",
"blear.utils.number": "1.x",
"blear.utils.time": "1.x",
"blear.utils.typeis": "1.x"
},
"peerDependencies": {},
"devDependencies": {
"chai-jasmine": "^1.0.7",
"istanbul": "^0.4.3",
"mocha": "^2.4.5"
},
"license": "MIT"
}