rittenhop-ghost/versions/5.94.2/node_modules/property-expr/package.json

37 lines
700 B
JSON
Raw Normal View History

{
"name": "property-expr",
"version": "2.0.5",
"description": "tiny util for getting and setting deep object props safely",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"compiler.js"
],
"scripts": {
"test": "node ./test.js",
"debug": "node --inspect-brk ./test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jquense/expr/"
},
"keywords": [
"expr",
"expression",
"setter",
"getter",
"deep",
"property",
"Justin-Beiber",
"accessor"
],
"author": "@monasticpanic Jason Quense",
"license": "MIT",
"prettier": {
"singleQuote": true,
"semi": false
}
}