execd
Version:
Check if method has been called.
32 lines • 645 B
JSON
{
"name": "annon",
"version": "0.12.0",
"description": "Checks if function is anonymous.",
"main": "annon.deploy.js",
"support": "annon.support.js",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"keywords": [
"check",
"function",
"anonymous",
"annon"
],
"homepage": "https://github.com/volkovasystems/annon",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"falzy": "^0.23.0",
"fnamed": "^0.14.0",
"protype": "^0.24.0"
}
}