Node module to check synchronously if a command-line command exists
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.
username but only sync and for node 0.12
Check if a path exists
A minimal-dependency drop-in replacement to `fs` with changes for resiliency, promises, and convenience.
Recursively mkdir, like `mkdir -p`
Synchronous validation of a path existing either as a file or as a directory.
TypeScript definitions for command-exists
Infer the owner of a path based on the owner of its nearest existing parent
Used in npm for command line application support
Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.
Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.
Walk up ancester's dir up to root
Executes a command using the environment variables in an env file
Get the first path that exists on disk of multiple paths
Find the first config file matching a given name in the current directory or the nearest ancestor directory.
Provides functions for detecting if the host environment supports the WebCrypto API
A tiny (183B to 210B) and fast utility to ascend parent directories
fs.copyFileSync ponyfill
Synchronous version of the Fetch API
A tiny (195B to 220B) utility to recursively list all (total) files in a directory
Check if a file or directory exists in a given path.
Find the first file matching a given pattern in the current directory or the nearest ancestor directory.
TypeScript definitions for use-sync-external-store