cpsenize
Version:
Wraps synchronous functions with a cps (callback passing style) function
38 lines (37 loc) • 778 B
JSON
{
"name": "cpsenize",
"version": "2.0.0",
"description": "Wraps synchronous functions with a cps (callback passing style) function",
"main": "index.js",
"scripts": {
"test": "node ./tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MauriceButler/cpsenize.git"
},
"author": "Maurice Butler <maurice.butler@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MauriceButler/cpsenize/issues"
},
"homepage": "https://github.com/MauriceButler/cpsenize#readme",
"keywords": [
"callback",
"passing",
"style",
"cb",
"cps",
"sync",
"async",
"wrap",
"wrapper",
"function",
"method",
"error",
"catch"
],
"devDependencies": {
"tape": "^4.2.1"
}
}