inherits
Browser-friendly inheritance fully compatible with standard node.js inherits()
file-type
Detect the file type of a file, stream, or data
static-extend
Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.
class-utils
Utils for working with JavaScript classes and prototype methods.