How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.
fs with incremental backoff on EMFILE
For when the keys in an object represent paths, and you want to be able to fetch them regardless of your operating system's preference for path separators (\, /).
Find the root directory of a Node.js project or npm package
The main features of sindresorhus/package-directory are: Filesystem Utilities.
Projects with overlapping indexed features include: bevry/istextorbinary — Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions. ehmicky/global-cache-dir — Get the global cache directory. isaacs/node-graceful-fs — fs with incremental backoff on EMFILE. isaacs/rimraf — rimraf is a Node.js recursive file deletion tool and cross-platform filesystem utility. It provides both a… jprichardson/node-fs-extra — node-fs-extra is a Node.js file system extension that provides a set of additional methods to simplify common file and… bcoe/any-path — For when the keys in an object represent paths, and you want to be able to fetch them regardless of your operating…