Download NPM Package
npm pack <packageName> # this will download a tar file
tar -xvf <tarballFileName> # this will extract the contents in a pacakge folder
npm pack <packageName> # this will download a tar file
tar -xvf <tarballFileName> # this will extract the contents in a pacakge folder