```javascript const datPathExists = require("dat-path-exists");
Check if a path exists
Get the first path that exists on disk of multiple paths
Synchronous validation of a path existing either as a file or as a directory.
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.
minimalist wget clone written in node. HTTP GETs a file and saves it to the current working directory
check whether a command line command exists in the current environment
Get the first fulfilled promise that satisfies the provided testing function
A ridiculously light-weight argument validator (now browser friendly)
Just like `fs.exists` and `fs.existsSync`, but cached
Transform stream that lets you peek the first line before deciding how to parse it
Checks whether a command line command exists in the current environment.
Check if a path exists
Full implementation of the fs module on top of leveldb
Check if filepath exists and is a file
Provides functions for detecting if the host environment supports the WebCrypto API
modernize node.js to current ECMAScript standards
A recursive stream of the files and directories in a given folder
Save binary blobs in level and stream then back
A fork of npm-check.
Protocol Buffers for Node.js
Promised wrapper for node fs module with usefull additional set of functions.
Tests if ES6 Symbol is supported.