locate-path
Get the first path that exists on disk of multiple paths
Get the first path that exists on disk of multiple paths
User-friendly glob matching
Node.js 0.12 path.isAbsolute() ponyfill
Node.js path.parse() ponyfill
Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library can do this!).
Node.js path.dirname() ponyfill
Returns true if a filepath exists on the file system and it's directory.
Get the directory of globally installed packages and binaries
Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.
Get paths for storing things like data, config, cache, etc
Import all modules in a directory
Easily get the CWD (current working directory) of a project based on package.json, optionally starting from a given path. (node.js/javascript util)
Get the paths of edge browser easily
Find files based on partial paths
Adds array support to node-glob, sync and async. Also supports tilde expansion (user home) and resolving to global npm modules.
Require all files in a directory
Sort files in stream by path or any custom sort comparator
A express package to list all registered endpoints and its verbs
Returns true if an object has an own, nested property using dot notation paths ('a.b.c').
Replace alias paths with relative paths after typescript compilation.