npm 记录

修改镜像

~# npm config set registry http://registry.npmmirror.com

列举包的版本

例如列出 electron 包的版本:

~# npm view electron versions