execd
Version:
Check if method has been called.
34 lines (33 loc) • 694 B
JSON
{
"name": "pyck",
"version": "0.38.0",
"description": "Pick elements based on condition.",
"main": "pyck.deploy.js",
"support": "pyck.support.js",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"keywords": [
"array",
"pick",
"element",
"condition",
"pyck"
],
"homepage": "https://github.com/volkovasystems/pyck",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"condev": "^0.20.0",
"raze": "^0.34.0",
"zelf": "^0.14.0"
}
}