safe-identifier
Sanitize strings for use as JavaScript identifiers & property names
selectn
Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.
has-strict-mode
Does the current JS environment have strict mode? ES5+ should; but let's not assume.
legacy-extends
Helper to extend a class including defining super_ and superConstruct (optional) on the derived class. Compatible with Node.js inherits and handles es6 classes using Reflect API