rimraf
A deep deletion module for node (like `rm -rf`)
A deep deletion module for node (like `rm -rf`)
Make a directory and its parents if needed - Think `mkdir -p`
Recursively mkdir, like `mkdir -p`
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Recursive version of fs.readdir with small RAM & CPU footprint.
Sort the keys of an object
Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.
Map object keys and values into a new object
Recursively flatten an array or arrays.
Convert object keys to camel case
A library for deep (recursive) merging of Javascript objects
Recursive object extending
fs.readdir with sync, async, and streaming APIs + filtering, recursion, absolute paths, etc.
traverse and transform objects by visiting every node on a recursive walk
Convert object keys from camel case
A tiny (240B to 501B) and fast utility to "deep clone" Objects, Arrays, Dates, RegExps, and more!
JSON does not handle circular references. This version does
Really Fast Deep Clone
(recursive)? merging of (cloned)? objects.
fs.rename but works across devices. same as the unix utility 'mv'