Package Licenses
MIT
Dependency Licenses
MIT5
Package | Relation | Dependencies | Published |
---|---|---|---|
for-in • 1.0.2Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js | INDIRECT | 0 | |
for-own • 0.1.5Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js. | INDIRECT | 1 | |
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?" | INDIRECT | 0 | |
object.omit • 2.0.1Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument. | DIRECT | 3 | |
unique-concat • 0.2.2Concatenates two arrays, removing duplicates in the process and returns one array with unique values. | DIRECT | 0 |