debug • 4.4.0Lightweight debugging utility for Node.js and the browser
DIRECT
1
deepmerge • 4.3.1A library for deep (recursive) merging of Javascript objects
DIRECT
0
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 • 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
fs-extra • 10.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
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?"
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.