execd
Version:
Check if method has been called.
34 lines (33 loc) • 749 B
JSON
{
"name": "depher",
"version": "0.38.0",
"description": "Extract designated parameter and default to a given value if undefined.",
"main": "depher.deploy.js",
"support": "depher.support.js",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"keywords": [
"extract",
"designated",
"element",
"default",
"depher"
],
"homepage": "https://github.com/volkovasystems/depher",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"dephall": "^0.37.0",
"raze": "^0.34.0",
"zelf": "^0.14.0"
}
}