@superjs/cb
Version:
awaitable callback
59 lines (58 loc) • 1.07 kB
JSON
{
"name": "@superjs/cb",
"version": "1.0.2",
"description": "awaitable callback",
"main": "index.js",
"engines": {
"node": ">=6"
},
"author": "mr_jin <liang.jr@foxmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jinCN/cb"
},
"keywords": [
"super",
"superjs",
"wait",
"await",
"awaitor",
"cb",
"awaitable",
"waitable",
"callback",
"thunk",
"promise",
"async",
"sync",
"es7",
"debug"
],
"bugs": {
"url": "https://github.com/jinCN/cb/issues"
},
"homepage": "https://github.com/jinCN/cb#readme",
"scripts": {
"test": "promises-aplus-tests test/my-adapter",
"lint": "standard --fix | snazzy"
},
"devDependencies": {
"husky": "^1.1.3",
"lint-staged": "^8.0.4",
"promises-aplus-tests": "^2.1.2",
"snazzy": "^8.0.0",
"standard": "^12.0.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"standard --fix",
"git add"
]
}
}