What is find-up?
"Find a file or directory by walking up parent directories"
find-up is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 23.9 KB on disk.
Installation Guide
# Install via NPM
npm install find-up
# Install via Yarn
yarn add find-up