Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I see who uses an NPM package on Github?

I would like to see how open-source projects use a particular NPM module.

Let's say I would like to find projects using the "normalizr" NPM package.

If I type "normalizr" into Github, I will get a bunch of forks and unrelated projects.

I really just want to see who has "normalizr" in their package.json file.

like image 547
Rick Avatar asked Sep 21 '25 04:09

Rick


1 Answers

You can see that on NPM website.

For example, go to normalizr, on right side look for Dependents section where all the dependents are listed. From there you can find their respective github/other repository links. Hope this helps.

like image 170
Manan Vaghasiya Avatar answered Sep 22 '25 18:09

Manan Vaghasiya