make-callback
Version:
Make synchronous function or generator to support callback api
36 lines (35 loc) • 771 B
JSON
{
"name": "make-callback",
"version": "1.0.1",
"description": "Make synchronous function or generator to support callback api",
"repository": "tunnckoCore/make-callback",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "standard && node test.js"
},
"dependencies": {
"handle-arguments": "~3.0.2",
"is-es6-generator": "~1.0.0",
"is-sync-function": "~1.0.0"
},
"devDependencies": {
"assertit": "^0.1.0"
},
"keywords": [
"api",
"async",
"asynchronous",
"callback",
"callback-api",
"cb",
"create",
"create-async",
"create-callback",
"make",
"make-callback",
"sync",
"synchronous"
]
}