pkg-dir
Find the root directory of a Node.js project or npm package
find-up
Find a file or directory by walking up parent directories
find-file-up
Find a file fast, by starting at the given cwd and recursing up one directory until the file is found or we run out of directories.
find-up-simple
Find a file or directory by walking up parent directories — Zero dependencies