Object.keys recursively
Sort the keys of an object recursively
Get an array of all files in a directory and subdirectories.
Make a directory and its parents if needed - Think `mkdir -p`
Recursively read a directory
Recursive-Length Prefix (RLP) coder.
Blazingly fast recursive convertion to and from camelCase or PascalCase for Objects and Arrays
Constants and utilities about visitor keys to traverse AST.
node-fs is an extension to the original nodejs fs library, offering new functionalities.
Visitor keys used to help traverse the TypeScript-ESTree AST
(recursive)? merging of (cloned)? objects.
Simple, flexible file copy utility
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
Like JSONStream, but using Minipass streams
Recursively resolve promises within objects
Compile objects with duplicate keys to valid strict ES5
Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible
Asynchronous recursive file system operations
No description provided.
A wrapper and enhancements for fs.watch
TypeScript definitions for recursive-readdir
Find diff between any two variables where variables be any valid JavaScript data type like string, numeric, array or object
Output wrapper is a library to write output file to outputpath.
A structuredClone polyfill
Recursively freeze entire object graphs (hashes, arrays, strings, structs, Data) to create truly immutable data structures. Includes deep_dup, deep_frozen?, deep_equal?, deep_diff, deep_freeze_all, deep_clone, and freeze_hash_keys. Handles circular references and selective key exclusion.
Recursively symbolize keys for Hashes and Arrays
Extends ActiveSupport's symbolize_keys to recursively symbolize keys at all levels in a Hash
Hash Flattener is a Ruby Gem that recursively flattens a Hash using breadcrumbs as keys.
A cli tool to generate RSA key-pair and output a recursive filelist
Extends ActiveSupport's symbolize_keys / stringifier_keys to recursively symbolize keys at all levels in a Hash / Array
Have you ever needed to automatically convert Ruby-style snake_case to CamelCase or camelBack hash keys? Awrence to the rescue. This gem recursively converts all snake_case keys in a hash structure to camelBack.
Symbolizes everything possible in a Hash or Array
Hash-version of Array's map method that is recursive and works on keys and values simultaneously.
Give a hash key, DigDeep will recursively search in the hash and return all values.
Have you ever needed to automatically convert JSON-style camelBack or CamelCase hash keys into more Rubyish snake_case? Plissken to the rescue. This gem recursively converts all camelBack or CamelCase keys in a hash structure to snake_case.
Deletes recursively every key-value pair from hash for which block evaluates to true.