for-each-property-deep

Executes a callback for each property found on a object, recursively on nested properties, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object an

brackets2dots

Convert string with bracket notation to dot property notation for Node.js and the browser.