pacman-*,npm-*,magick-mogrify,shnsplit: update and add Dutch translation (#14859)
Co-authored-by: Leon <leonvsc@users.noreply.github.com>
This commit is contained in:
24
pages.nl/common/npm-ls.md
Normal file
24
pages.nl/common/npm-ls.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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`
|
Reference in New Issue
Block a user