try-to-validate
Version:
> A simple function to validate if nested object properties exist.
34 lines (33 loc) • 733 B
JSON
{
"name": "try-to-validate",
"version": "1.0.4",
"description": "> A simple function to validate if nested object properties exist.",
"main": "index.js",
"scripts": {
"test": "ava",
"prepublish": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/yatki/try-to-validate"
},
"keywords": [
"Try",
"Catch",
"TypeError",
"Validate",
"Object",
"Property",
"Properties",
"Undefined",
"Null",
"Exception"
],
"author": "Mehmet Yatkı <mehmet@yatki.com>",
"email": "mehmet@yatki.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/yatki/try-to-validate/issues"
},
"homepage": "https://github.com/yatki/try-to-validate"
}