shuv
Version:
Partial application. Shuv args around the place.
38 lines (37 loc) • 707 B
JSON
{
"name": "shuv",
"version": "1.1.0",
"description": "Partial application. Shuv args around the place.",
"main": "index.js",
"scripts": {
"test": "node ./test"
},
"author": "",
"license": "MIT",
"devDependencies": {
"tape": "^4.2.1"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KoryNunn/shuv.git"
},
"bugs": {
"url": "https://github.com/KoryNunn/shuv/issues"
},
"homepage": "https://github.com/KoryNunn/shuv#readme",
"keywords": [
"shove",
"partial",
"application",
"curry",
"arguments",
"position",
"remove",
"placeholder",
"function",
"method"
]
}