npm 套件查詢

Npm

查詢全域套件的指令

1
npm ls -g --depth=1

ls 列出套件
-g global 的意思
–depth=0 檢查深度為 1 的套件就好

查詢專案下的套件

1
npm ls