Hacker News new | ask | show | jobs
by throwaway2016a 3456 days ago
Complete tangent but... why is this a NPM package? There is no actual Javascript code in it.
1 comments

It's not actually published on npmjs.org. Author probably just ran npm init out of force of habit. It's actually quite nice that they have their standard metadata & licence where it's easy to find.

They should probably have private: true in there though, to stop it getting published by mistake, since it isn't a component anyone could usefully import.