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

@@ -1,7 +1,7 @@
# npm query
> Print an array of dependency objects using CSS-like selectors.
> More information: <https://docs.npmjs.com/cli/v8/commands/npm-query>.
> More information: <https://docs.npmjs.com/cli/commands/npm-query>.
- Print direct dependencies:
@@ -17,7 +17,7 @@
- Print dependencies with a specific name and within a semantic versioning range:
`npm query #{{package}}@{{semantic_version}}`
`npm query '#{{package}}@{{semantic_version}}'`
- Print dependencies which have no dependencies: