Overview
🔍 Why is this package in your node_modules? nodewhy tells you exactly who dragged it in and how deep.
Installation
Bash
npm install @superxepic/nodewhyUsage
TypeScript
import { nodewhy } from '@superxepic/nodewhy';
// Initialize and use
const result = await someFunction();