enhancementhelp wanted
Description
Server-side libraries are greatly managed/manageable by npm. Among other things, we can easily track their evolution and follow security announcements (thanks to David for example), we know they come from upstream and are not tricked to our needs, ...
Not so much for client-side libraries! Furthermore, PRs such as https://github.com/erming/shout/pull/311/files (582 new lines!) and https://github.com/erming/shout/pull/337/files (841 new lines!!) ship outrageous amounts of code in our very hands. I am not familiar with them, but I know there are many package management for these, and we should be investigating a bit on that. Any experienced users there?