Is there some URL from which I can download a given package from npm (as a tarball or something)? I need the exact files that were originally uploaded to npm.
Using
You can use npm view to get the URL to the registry's tarball (in this example for the module level):
level
$ npm view level dist.tarball
And to download tarball, you can use npm pack:
$ npm pack level