2017-05-28 00:38:50 +02:00
|
|
|
{
|
|
|
|
"name": "dot-prop",
|
2017-08-14 05:01:11 +02:00
|
|
|
"version": "4.2.0",
|
2017-05-28 00:38:50 +02:00
|
|
|
"description": "Get, set, or delete a property from a nested object using a dot path",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": "sindresorhus/dot-prop",
|
|
|
|
"author": {
|
|
|
|
"name": "Sindre Sorhus",
|
|
|
|
"email": "sindresorhus@gmail.com",
|
|
|
|
"url": "sindresorhus.com"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=4"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "xo && ava",
|
|
|
|
"bench": "matcha bench.js"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"obj",
|
|
|
|
"object",
|
|
|
|
"prop",
|
|
|
|
"property",
|
|
|
|
"dot",
|
|
|
|
"path",
|
|
|
|
"get",
|
|
|
|
"set",
|
|
|
|
"delete",
|
|
|
|
"del",
|
|
|
|
"access",
|
|
|
|
"notation",
|
|
|
|
"dotty"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"is-obj": "^1.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"ava": "*",
|
|
|
|
"matcha": "^0.7.0",
|
|
|
|
"xo": "*"
|
|
|
|
},
|
|
|
|
"xo": {
|
|
|
|
"esnext": true
|
|
|
|
}
|
|
|
|
}
|