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:
Sebastiaan Speck
2024-11-19 12:41:55 +01:00
committed by GitHub
parent 75173a2b1e
commit 876aaf73a4
8 changed files with 115 additions and 3 deletions

View File

@@ -24,3 +24,7 @@
- Verdubbel de helderheid van alle afbeeldingsbestanden in de huidige map:
`magick mogrify -modulate {{200}} {{*}}`
- Verklein de bestandsgrootte van alle GIF-afbeeldingen in de huidige map door de kwaliteit te verlagen:
`magick mogrify -layers 'optimize' -fuzz {{7%}} {{*.gif}}`

View File

@@ -0,0 +1,7 @@
# npm-list
> Dit commando is een alias van `npm ls`.
- Bekijk de documentatie van het originele commando:
`tldr npm ls`

24
pages.nl/common/npm-ls.md Normal file
View 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`