What is callsites?
"Get callsites from the V8 stack trace API"
callsites is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 7.0 KB on disk.
Installation Guide
# Install via NPM
npm install callsites
# Install via Yarn
yarn add callsites