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
Just run the command
npm view [package name] dist.tarball
It will return a tar url.