deep-dot
Version:
Get a nested property
21 lines (20 loc) • 374 B
JSON
{
"name": "deep-dot",
"version": "0.0.2",
"description": "Get a nested property",
"main": "index.js",
"scripts": {
"test": "tape test.js | tap-spec"
},
"keywords": [
"nested",
"deep",
"property"
],
"author": "Vincent Weevers",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vweevers/deep-dot"
}
}