Package Licenses
MIT
Dependency Licenses
MIT10
Package | Relation | Dependencies | Published |
---|---|---|---|
for-in • 0.1.8Iterate 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-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 • 1.0.0Iterate 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. | DIRECT | 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 | |
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor. | DIRECT | 1 | |
isobject • 3.0.1Returns true if the value is an object and not an array or null. | INDIRECT | 0 | |
kind-of • 5.1.0Get the native type of a value. | INDIRECT | 0 | |
kind-of • 6.0.3Get the native type of a value. | DIRECT | 0 | |
mixin-object • 2.0.1Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone. | INDIRECT | 2 | |
shallow-clone • 1.0.0Make a shallow clone of an object, array or primitive. | DIRECT | 4 |