What is url-parse?
"Small footprint URL parser that works seamlessly across Node.js and browser environments"
url-parse is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 61.5 KB on disk.
Installation Guide
# Install via NPM
npm install url-parse
# Install via Yarn
yarn add url-parse