npm
update
//update to latest
npm install npm@latest -g
//Listing globally installed NPM packages and version
npm list -g --depth=0
//find outdated packages
npm outdated
//use npm-check
npm-check
January 2020:
david@macs:~/sites/til(master⚡) » npm list -g
/Users/david/.nvm/versions/node/v10.16.3/lib
├─┬ gitbook-cli@2.3.2
│ ├── bash-color@0.0.4
│ ├── commander@2.11.0
│ ├─┬ fs-extra@3.0.1
│ │ ├── graceful-fs@4.2.3
│ │ ├─┬ jsonfile@3.0.1
│ │ │ └── graceful-fs@4.2.3 deduped
│ │ └── universalify@0.1.2
│ ├── lodash@4.17.4
│ ├─┬ npm@5.1.0
│ │ ├── abbrev@1.1.0
│ │ ├── ansi-regex@3.0.0
│ │ ├── ansicolors@0.3.2
│ │ ├── ansistyles@0.1.3
│ │ ├── aproba@1.1.2
│ │ ├── archy@1.0.0
│ │ ├── bluebird@3.5.0
│ │ ├─┬ cacache@9.2.9
│ │ │ ├── bluebird@3.5.0 deduped
│ │ │ ├── chownr@1.0.1 deduped
│ │ │ ├── glob@7.1.2 deduped
│ │ │ ├── graceful-fs@4.1.11 deduped
│ │ │ ├─┬ lru-cache@4.1.1
│ │ │ │ ├── pseudomap@1.0.2
│ │ │ │ └── yallist@2.1.2
│ │ │ ├── mississippi@1.3.0 deduped
│ │ │ ├── mkdirp@0.5.1 deduped
│ │ │ ├── move-concurrently@1.0.1 deduped
│ │ │ ├── promise-inflight@1.0.1 deduped
│ │ │ ├── rimraf@2.6.1 deduped
│ │ │ ├── ssri@4.1.6 deduped
│ │ │ ├── unique-filename@1.1.0 deduped
│ │ │ └── y18n@3.2.1
│ │ ├── call-limit@1.1.0
│ │ ├── chownr@1.0.1
│ │ ├─┬ cmd-shim@2.0.2
│ │ │ ├── graceful-fs@4.1.11 deduped
│ │ │ └── mkdirp@0.5.1 deduped
│ │ ├─┬ columnify@1.5.4
│ │ │ ├─┬ strip-ansi@3.0.1
│ │ │ │ └── ansi-regex@2.1.1
│ │ │ └─┬ wcwidth@1.0.1
│ │ │ └─┬ defaults@1.0.3
│ │ │ └── clone@1.0.2
│ │ ├─┬ config-chain@1.1.11
│ │ │ ├── ini@1.3.4 deduped
│ │ │ └── proto-list@1.2.4