Yarn
Yarn is a package manager (an alternative to NPM) that automatically helps find and execute a specified package.
Learn more…
yarn.lock
yarn.lock is a file that Yarn uses to record the exact version of all the packages you’ve installed locally to your project’s node_modules
directory.
Learn more…