npm查看一个包的所有版本

npm view jquery versions

npm查看最新的版本:

npm view jquery version

npm流的详细介绍:

https://www.keithcirkel.co.uk/how-to-use-npm-as-a-build-tool/
http://www.ruanyifeng.com/blog/2016/10/npm_scripts.html
https://github.com/RyanZim/awesome-npm-scripts#articles

淘宝源的使用和撤回(发布npm包的时候需要使用)

撤回:
npm config set registry https://registry.npmjs.org
使用:
npm config set registry https://registry.npm.taobao.org