polymorphic
Version:
Create functions with different argument signatures for different code flows
36 lines (35 loc) • 846 B
JSON
{
"name": "polymorphic",
"version": "1.4.5",
"description": "Create functions with different argument signatures for different code flows",
"main": "lib/polymorphic.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/lab -vclr",
"test-coverage": "./node_modules/.bin/lab -vcl -r html -o report.html"
},
"repository": {
"type": "git",
"url": "https://github.com/konfirm/node-polymorphic.git"
},
"keywords": [
"polymorph",
"polymorphic",
"variadic",
"overloading"
],
"author": "Rogier Spieker",
"license": "MIT",
"bugs": {
"url": "https://github.com/konfirm/node-polymorphic/issues"
},
"homepage": "https://github.com/konfirm/node-polymorphic",
"devDependencies": {
"@konfirm/labrat": "^2.0.2"
},
"engines": {
"node": ">=7"
}
}