Cross-platform glob expansions simplified. Input: file paths and glob expressions. Output: resolved file paths organised by type (file, directory and not-found).
Adds array support to node-glob, sync and async. Also supports tilde expansion (user home) and resolving to global npm modules.
A sync glob / minimatch / RegExp function with a gruntjs -like expand
of patterns, with minimum depepndencies. Derived from gruntjs's v0.4.1 file.expand
Walks through specified glob pattert or array of patterns and returns last change date of all matched files or directories. Tecnically it is the newest modified date of all items in specified glob pattern
A Simple Observable interface over node-glob.