execd
Version:
Check if method has been called.
33 lines • 654 B
JSON
{
"name": "harden",
"version": "0.23.0",
"description": "Makes your object properties hard.",
"main": "harden.deploy.js",
"support": "harden.support.js",
"homepage": "https://github.com/volkovasystems/harden",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"moduleType": [
"globals"
],
"keywords": [
"property",
"object",
"constant",
"non-enumerable",
"non-configurable",
"non-writable",
"harden"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}