The Strange World of NPM Site Alternatives
Like many web developers, I work day to day within the javascript ecosystem. For those who aren't aware, NPM is the primary package manager for javascript developers. While in the early days, it was primarily for NodeJS and backend use (with Bower acting as the frontend equivalent), it is now used consistently across the stack. I use NPM at least 100 times a day; Not just for installing and managing packages but for managing scripts, git hooks and test suites. npm run dev, npm run test and npm r