property-expr-csp
Version:
tiny util for getting and setting deep object props safely
36 lines (35 loc) • 752 B
JSON
{
"name": "property-expr-csp",
"version": "1.4.0",
"description": "tiny util for getting and setting deep object props safely",
"main": "index.js",
"scripts": {
"test": "node ./test.js",
"debug": "node --inspect-brk ./test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Enet/expr"
},
"keywords": [
"expr",
"expression",
"setter",
"getter",
"deep",
"property",
"content-security-policy",
"csp",
"content",
"security",
"policy",
"accessor"
],
"author": "@monasticpanic Jason Quense",
"contributors": ["Stepan Zhevak <enet@protonmail.ch> (https://zhevak.name/)"],
"license": "MIT",
"prettier": {
"singleQuote": true,
"semi": false
}
}