npm 常用 command

1.列出當前目錄所安裝的套件

npm list --depth=0

2.列出 global 所安安裝的套件

npm list -g --depth=0

3.列出單一套件的版本

npm view <package> version