npm*: add Dutch translation and fix more information (#14064)

This commit is contained in:
Sebastiaan Speck
2024-10-09 21:05:46 +02:00
committed by GitHub
parent 06dca5dfee
commit 5facc6beec
16 changed files with 208 additions and 4 deletions

View File

@@ -0,0 +1,20 @@
# npm-check
> Controleer op verouderde, onjuiste en ongebruikte npm-pakketafhankelijkheden.
> Meer informatie: <https://github.com/dylang/npm-check>.
- Toon een rapport van verouderde, onjuiste en ongebruikte afhankelijkheden:
`npm-check`
- Werk interactief verouderde pakketten bij:
`npm-check --update`
- Werk alles bij zonder te vragen:
`npm-check --update-all`
- Controleer niet op ongebruikte pakketten:
`npm-check --skip-unused`