zip-reader
zip reader
zip reader
Amazon S3 and Google Cloud Storage parallel upload made easy
Transverse files recursively
Remove files and folders recursively
Node module that creates missing folders in the middle of a path
Find modules depending on a module
get dependencies of node modules recursively
Minify a folder of images recursively while preserving folder structure.
Find all indexes at which an array element exists, by binary search.
Find the array index of where to add an element to keep it sorted.
Remove all duplicate elements in a sorted array, leaving only uniques.
Sort an array considerably faster than the native Array.prototype.sort as a drop-in replacement. Fork of of the famous timsort module, but this module allows for passing comparator-builder options instead of a comparator function. In short, advanced compa
Create array comparator function.
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
Binary search -based indexOf for sorted arrays.
Binary search -based indexOf for sorted arrays.
Loads content of found javascript and json files in given directory into a single structured object
Find and replace string occurrences in directories, files and fileContent.
Transform an Object that was transformed to return only the original properties recursively picked if they are not undefined.
A node module to delete directories recursively