has-property-descriptors
Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
hasown
A robust, ES3 compatible, "has own property" predicate.
set-value
Set nested properties on an object using dot notation.
has-value
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.