package.json
{
"name": "useware",
"version": "1.0.3",
"description": "Accept Arguments object or multiple arguments that can be any value, including deeply nested arrays. Flatten the arguments/values then filter them to be only functions. Useful for `.use` methods.",
"repository": "tunnckoCore/useware",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
"precommit.silent": true,
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "standard && node test.js"
},
"dependencies": {
"arr-filter-fn": "^1.0.0",
"flatten-arguments": "^1.0.0"
},
"devDependencies": {
"assertit": "^0.1.0",
"pre-commit": "*"
},
"files": [
"index.js"
],
"keywords": [
"any",
"args",
"arguments",
"array",
"control",
"deep",
"deeply",
"flow",
"multiple",
"nested",
"single",
"tool",
"type",
"typeof",
"use",
"useware",
"util",
"val",
"value",
"values",
"ware"
]
}