lists
Version:
A library of higher-order functions modeled after Haskell's Data.List module
34 lines (33 loc) • 747 B
JSON
{
"name": "lists",
"version": "0.2.15",
"description": "A library of higher-order functions modeled after Haskell's Data.List module",
"main": "lists.min.js",
"repository": {
"type": "git",
"url": "git://github.com/kurtlocker/lists.git"
},
"keywords": [
"higher-order",
"functional",
"function",
"list",
"lists",
"asynchronous",
"recursive",
"haskell",
"util",
"utility",
"array",
"collection",
"underscore",
"prelude",
"lodash"
],
"author": "Kurt Medley <kurtdmedley@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kurtlocker/lists/issues"
},
"homepage": "https://github.com/kurtlocker/lists"
}