@ndhoule/foldl
Version:
Apply a function to each value in a collection, accumulating the results into a single return value.
36 lines (35 loc) • 886 B
JSON
{
"name": "@ndhoule/foldl",
"version": "2.0.1",
"description": "Apply a function to each value in a collection, accumulating the results into a single return value.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ndhoule/foldl.git"
},
"keywords": [
"fold",
"reduce",
"component"
],
"author": "Nathan Houle <nathan@nathanhoule.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ndhoule/foldl/issues"
},
"homepage": "https://github.com/ndhoule/foldl",
"dependencies": {
"@ndhoule/each": "^2.0.1"
},
"devDependencies": {
"esformatter-braces": "^0.1.7",
"esformatter-quotes": "^1.0.0",
"esformatter-semicolons": "^1.0.3",
"eslint": "^0.15.1",
"jsfmt": "^0.4.0",
"@ndhoule/keys": "^2.0.0",
"mocha": "^2.1.0",
"sinon": "^1.12.2",
"zuul": "^2.0.0"
}
}