A simple lightweight zero-dependency asynchronous utility function to check the existence of files and directories using Node.js' fs.promises.
A minimal-dependency drop-in replacement to `fs` with changes for resiliency, promises, and convenience.
Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.
Test whether a path exists on the filesystem.
Promised wrapper for node fs module with usefull additional set of functions.
Just like `fs.exists` and `fs.existsSync`, but cached
filesystem utilities for the npm cli
Stubborn versions of Node's fs functions that try really hard to do their job.
Unique file name with streams support
modernize node.js to current ECMAScript standards
Capability-style filesystem roots for Node.js apps that handle untrusted relative paths.
Higher-order functions and common patterns for asynchronous code
Create sync/async APIs with usable logic
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Get the first fulfilled promise that satisfies the provided testing function
Get a stream as a string, Buffer, ArrayBuffer or array
check whether a command line command exists in the current environment
A drop-in replacement for fs, making various improvements.
A ridiculously light-weight argument validator (now browser friendly)
File system module for Hexo.
fs read and write streams based on minipass
Check if a path exists
Filesystem APIs.
Find a file or directory by walking up parent directories recursively. Zero dependency.