function-lift
Version:
Lifts functions into the given context: promise, list, maybe, etc.
21 lines (20 loc) • 478 B
JSON
{
"name": "function-lift",
"description": "Lifts functions into the given context: promise, list, maybe, etc.",
"keywords": "lift, monad",
"version": "1.0.5",
"repository": {
"type": "git",
"url": "https://github.com/acvos/function-lift.git"
},
"author": "Anthony Chernikov <achernikov@acvos>",
"dependencies": {
"curry": "^1.2.0",
"poly-map": "^1.0.0"
},
"engines": {
"node": ">=4.0",
"npm": ">=2.0"
},
"license": "Apache-2.0"
}