Package Licenses
MIT
Dependency Licenses
MIT5
Package | Relation | Dependencies | Published |
---|---|---|---|
arr-map • 2.0.2Faster, node.js focused alternative to JavaScript's native array map. | DIRECT | 2 | |
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 | |
kind-of • 6.0.3Get the native type of a value. | INDIRECT | 0 | |
make-iterator • 1.0.1Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout. | DIRECT | 1 |