Package Licenses
MIT
Dependency Licenses
MIT13
| Package | Relation | Dependencies | Published |
|---|---|---|---|
| arr-union • 3.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons. | DIRECT | 0 | |
| copy-descriptor • 0.1.1Copy a descriptor from object A to object B | INDIRECT | 0 | |
| define-property • 0.2.5Define a non-enumerable property on an object. | DIRECT | 5 | |
| function-bind • 1.1.2Implementation of Function.prototype.bind | INDIRECT | 0 | |
| hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate. | INDIRECT | 1 | |
| is-accessor-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript accessor descriptor. | INDIRECT | 2 | |
| is-buffer • 1.1.6Determine if an object is a Buffer | INDIRECT | 0 | |
| is-data-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript data descriptor. | INDIRECT | 2 | |
| is-descriptor • 0.1.7Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors. | INDIRECT | 4 | |
| isobject • 3.0.1Returns true if the value is an object and not an array or null. | DIRECT | 0 | |
| kind-of • 3.2.2Get the native type of a value. | INDIRECT | 1 | |
| object-copy • 0.1.0Copy static properties, prototype properties, and descriptors from one object to another. | INDIRECT | 9 | |
| static-extend • 0.1.2Adds 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. | DIRECT | 10 |