execd
Version:
Check if method has been called.
32 lines • 625 B
JSON
{
"name": "fname",
"version": "0.13.0",
"description": "Extract function name.",
"main": "fname.deploy.js",
"support": "fname.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",
"function",
"name",
"fname"
],
"homepage": "https://github.com/volkovasystems/fname",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"falzy": "^0.23.0",
"mtch": "^0.6.0",
"nmde": "^0.5.0"
}
}