Is it possible to manually download an NPM package into a particular folder?
I want to compare the code of a NPM package via a diff with a similar version which I have in my repository. Rather than downloading to the node_modules folder it would be helpfull if I could place it next to my own code as its easier for me to diff that way.