reach-test
Version:
safely retrieve nested object keys
46 lines (45 loc) • 1.13 kB
JSON
{
"name": "reach-test",
"version": "1.0.3",
"description": "safely retrieve nested object keys",
"author": "Continuation Labs <contact@continuation.io> (http://continuation.io/)",
"main": "./build/index.js",
"homepage": "https://github.com/continuationlabs/reach",
"repository": {
"type": "git",
"url": "https://github.com/continuationlabs/reach"
},
"bugs": {
"url": "https://github.com/continuationlabs/reach/issues"
},
"license": "MIT",
"scripts": {
"build": "webpack --mode production",
"prepublish": "npm run build",
"test": "belly-button && lab -v -t 100 -a code"
},
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"belly-button": "1.x.x",
"code": "2.x.x",
"lab": "8.x.x",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
},
"keywords": [
"object",
"path",
"nested",
"reach",
"nested object",
"safe lookup",
"object path"
]
}