isaacs / fs.realpathLinks
Use node's fs.realpath, but fall back to the JS implementation if the native one fails
☆25Updated 2 years ago
Alternatives and similar repositories for fs.realpath
Users that are interested in fs.realpath are comparing it to the libraries listed below
Sorting:
- Like `new Map` but for older JavaScripts☆21Updated 2 years ago
- A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset…☆30Updated 4 years ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 4 years ago
- Try to guess if your terminal supports unicode☆17Updated 4 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 4 years ago
- Convert a username/group name to a uid/gid number☆18Updated 10 years ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 4 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 years ago
- Returns true if a string has an extglob☆23Updated 6 years ago
- Get the command from a shebang☆24Updated 4 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated last year
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 10 months ago
- One promise for multiple requests in flight to avoid async duplication