findup
There are 7 repositories under findup topic.
gulpjs/findup-sync
Find the first file matching a given pattern in the current directory or the nearest ancestor directory.
jonschlinkert/find-file-up
Find a file, starting with the given cwd and recursively searching up one directory until it's found (or we run out of directories). Async and sync.
jonschlinkert/find-pkg
Find the first directory with a package.json, recursing up, starting with the given directory. Similar to look-up but does not support globs and only searches for package.json. Async and sync.
ojizero/gofindup
Find up utility implemented in Go
stdlib-js/fs-resolve-parent-path
Resolve a path by walking parent directories.
stdlib-js/fs-resolve-parent-paths
Resolve paths from a set of paths by walking parent directories.
stdlib-js/fs-resolve-parent-path-by
Resolve a path according to a predicate function by walking parent directories.