1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:42:08 +02:00
tldr/pages.nl/common/npm-ls.md
Sebastiaan Speck 876aaf73a4
pacman-*,npm-*,magick-mogrify,shnsplit: update and add Dutch translation (#14859)
Co-authored-by: Leon <leonvsc@users.noreply.github.com>
2024-11-19 12:41:55 +01:00

505 B

npm ls

Print alle geïnstalleerde pakketten naar stdout. Meer informatie: https://docs.npmjs.com/cli/commands/npm-ls.

  • Print alle versies van directe afhankelijkheden naar stdout:

npm ls

  • Print alle geïnstalleerde pakketten inclusief gelijkwaardige afhankelijkheden:

npm ls --all

  • Print afhankelijkheden met uitgebreide informatie:

npm ls --long

  • Print afhankelijkheden in parseable formaat:

npm ls --parseable

  • Print afhankelijkheden in JSON formaat:

npm ls --json