execd
Version:
Check if method has been called.
42 lines • 966 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"
],
"_release": "0.23.0",
"_resolution": {
"type": "version",
"tag": "0.23.0",
"commit": "7a94703845b6e02b19f075d7b537f35d26fd4fe4"
},
"_source": "https://github.com/volkovasystems/harden.git",
"_target": "^0.23.0",
"_originalSource": "harden"
}