List all public packages in the npm registry
http://blog.npmjs.org/post/157615772423/deprecating-the-all-registry-endpoint describes the deprecation of the http://registry.npmjs.org/-/all endpoint, and links to the tutorial at https://github.com/npm/registry/blob/master/docs/follower.md as an alternative approach. That tutorial describes how to set up a “follower” that receives all changes made to the NPM registry. That’s… a bit odd, honestly. Clearly such a follower is not an adequate substitute for getting a list … Read more