{ "name": "currify", "description": "translate the evaluation of a function that takes multiple arguments into evaluating a sequence of functions, each with a single or more arguments", "homepage": "https://github.com/coderaiser/currify", "authors": [ "coderaiser " ], "main": "lib/currify.js", "moduleType": [ "globals", "node" ], "keywords": [ "curry", "functional" ], "license": "MIT", "ignore": [ "**/.*", "test" ] }