-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not getting 10,000 unique package names #7
Comments
Interesting.. that script is right; it may be an NPM API problem; I'll see what I can do. |
Since this issue got bumped again, I did a more formal investigation into the NPM registry, and it seems as if the registry itself is reduplicating package names after a certain point. I've sent them out an email, and will report back here when they reply. |
They have not responded via email - I've filed a PR/issue? on the registry repository, but I'm afraid this will probably not bring attention. If there's a way to get the entire NPM info dump, that would be great. I'll try using the Replicate API later (maybe I can also get a bigger list of packages!) |
I am using the raw.json file to get the list of package names. Here is the code:
I am getting only 5247 packages. Please let me know if I am doing something wrong.
The text was updated successfully, but these errors were encountered: