You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
605 B
JSON

{
"name": "property-expr",
"version": "1.5.1",
"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/jquense/expr/"
},
"keywords": [
"expr",
"expression",
"setter",
"getter",
"deep",
"property",
"Justin-Beiber",
"accessor"
],
"author": "@monasticpanic Jason Quense",
"license": "MIT",
"prettier": {
"singleQuote": true,
"semi": false
}
}