@ndhoule/arity
Version:
Wrap a function in a function that expects a given number of arguments.
33 lines (32 loc) • 800 B
JSON
{
"name": "@ndhoule/arity",
"version": "2.0.0",
"description": "Wrap a function in a function that expects a given number of arguments.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ndhoule/arity.git"
},
"keywords": [
"component",
"functional",
"arity"
],
"author": "Nathan Houle <nathan@nathanhoule.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ndhoule/arity/issues"
},
"homepage": "https://github.com/ndhoule/arity",
"dependencies": {},
"devDependencies": {
"deep-eql": "^0.1.3",
"esformatter-braces": "^0.1.7",
"esformatter-quotes": "^1.0.0",
"esformatter-semicolons": "^1.0.3",
"eslint": "^0.15.1",
"jsfmt": "^0.4.0",
"mocha": "^2.1.0",
"zuul": "^2.0.0"
}
}