lazy-object-view

A simple JS object tree visualizer/explorer that adheres to 'what you see is what's in the DOM'

define-property

Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.