What is semver?
"The semantic version parser used by npm."
semver is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 95.5 KB on disk.
Installation Guide
# Install via NPM
npm install semver
# Install via Yarn
yarn add semver