safe-dig
Version:
A safe dig function for navigating nested objects and arrays in JavaScript, with an optional prototype method for all objects.
46 lines • 1.07 kB
JSON
{
"name": "safe-dig",
"version": "0.1.0",
"description": "A safe dig function for navigating nested objects and arrays in JavaScript, with an optional prototype method for all objects.",
"keywords": [
"safe-dig",
"javascript",
"safe-access",
"deep-dig",
"object-access",
"array-access",
"deep-nested",
"object",
"array",
"optional-method",
"prototype-method",
"safe-nested-access",
"error-handling",
"access-nested-objects",
"access-nested-arrays",
"javascript-utils"
],
"homepage": "https://github.com/ovi/safe-dig",
"bugs": "https://github.com/ovi/safe-dig/issues",
"license": "MIT",
"author": "Muhammad Ovi <contact@muhammadovi.com>",
"repository": {
"type": "git",
"url": "https://github.com/ovi/safe-dig.git"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"index.d.ts"
],
"main": "index.js",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"engines": {
"node": ">=10.0.0"
},
"types": "index.d.ts"
}