get-safe
Version:
safe access to deeply nested properties and functions in JS objects without getting a TypeError
42 lines (41 loc) • 1.04 kB
JSON
{
"name": "get-safe",
"version": "1.5.0",
"description": "safe access to deeply nested properties and functions in JS objects without getting a TypeError",
"main": "index.js",
"scripts": {
"dev": "webpack --progress --hide-modules",
"watch": "webpack --progress --hide-modules --watch",
"prod": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"test": "node tests.js"
},
"keywords": [
"getter",
"get",
"nested",
"property",
"deep",
"TypeError",
"dot",
"path"
],
"author": {
"name": "Honoré Nintunze",
"email": "nash403@outlook.fr",
"url": "https://nintu.me",
"twitter": "https://twitter.com/nash_403"
},
"repository": {
"type": "git",
"url": "https://github.com/nash403/get-safe.git"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.1.1",
"uglifyjs-webpack-plugin": "^1.0.1",
"webpack": "^3.8.1"
}
}