Package Licenses
MIT
Dependency Licenses
MIT3
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. | DIRECT | 1 | |
isobject • 1.0.2Returns true if the value is an object and not an array or null. | DIRECT | 0 |