Description
Make a directory and its parents if needed - Think `mkdir -p`
Keywords
- mkdir
- mkdirp
- make
- directories
- dir
- dirs
- folders
- directory
- folder
- path
- parent
- parents
- intermediate
- recursively
- View more
Publisher
Description
Sort the keys of an object
Keywords
Publisher
Description
Recursively flatten an array or arrays.
Keywords
Publisher
Description
Merge objects & other types recursively. A simple & small integration.
Keywords
- javascript
- merge
- deepmerge
- recursively
- object-assign
- deep-assign
- nested-assign
- typescript
- deep-merge
- merge-object
- merge-objects
- deep-merge-object
- object-assign-deep
- nested-object-assign
- View more
Publisher
Description
Transverse files recursively
Keywords
Publisher
Description
Recursively loads content of found JavaScript and JSON files in given directory into a single structured object
Keywords
Publisher
Description
Transform an Object that was transformed to return only the original properties recursively picked if they are not undefined.
Keywords
Publisher
Description
Node module that creates missing folders in the middle of a path
Keywords
Publisher
Description
Returns a new object containing all elements of the calling object for which the provided filter callback returns true
Keywords
Publisher
Description
Replace one val with another or all occurrences in an object recursively. A simple & small integration.
Keywords
- find-and-replace
- find-replace
- find-and-replace-if
- javascript
- recursively
- has-prop
- find-prop
- replace-prop-value
- replace-value
- search-prop
- search-object-prop
- replace-if
Publisher
Description
Delete nested key-value pairs on an object with a provided key, or remove undefined, null, empty strings, empty arrays, and empty nested objects from an object.
Keywords
Publisher
Description
returns the path at which a provided filename exists, checking the current directory and any parent folders recursively up
Keywords
Publisher
Description
Node module for reading, modifying and writing files recursively
Keywords
Publisher
Description
Sort the keys of an object recursively
Keywords
Publisher
Description
Remove directories recursively or non-recursively
Keywords
Publisher
Description
Create array comparator function.
Keywords
- create
- array
- comparator
- function
- [options]
- [optionsnumeric=false]
- sort
- numerically
- defaults
- lexicographic/alphabetic
- [optionsdescending=false]
- descending
- order
- ascending
- View more
Publisher
Description
Find the array index of where to add an element to keep it sorted.
Keywords
- find
- array
- index
- add
- element
- sorted
- arr
- insertion
- [compare]
- [comparenumeric=false]
- sort
- numerically
- defaults
- lexicographic/alphabetic
- View more
Publisher
Description
For a sorted array, add an element. Whichever comparator function was used to sort the array, can be passed. Also supports comparator-builder options. For reference, see: https://github.com/bemoje/bemoje-arr-sort-comparator
Keywords
- sorted
- array
- add
- element
- whichever
- comparator
- function
- sort
- passed
- supports
- comparator-builder
- options
- reference
- https://github.com/bemoje/bemoje-arr-sort-comparator
- View more
Publisher
Description
Flattens the passed array recursively.