Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornlf <quitlahok@gmail.com>2022-08-16 20:27:55 +0300
committerNathan Fritz <fritzy@github.com>2022-08-17 03:54:17 +0300
commit0d4ed0fb1cd86edd827cac0b5367b73bb864a9bf (patch)
tree48a360b20ddda9217b059ebbf32dcd3a86af7cc9 /docs/content
parentd221f72c00e13258469a748227a1d6f9953a5948 (diff)
feat(query): support :overridden pseudo selector
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/using-npm/dependency-selectors.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/using-npm/dependency-selectors.md b/docs/content/using-npm/dependency-selectors.md
index 45febf7cc..c96057c79 100644
--- a/docs/content/using-npm/dependency-selectors.md
+++ b/docs/content/using-npm/dependency-selectors.md
@@ -54,7 +54,7 @@ The [`npm query`](/commands/npm-query) commmand exposes a new dependency selecto
- [`:private`](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#private) when a dependency is private
- `:link` when a dependency is linked (for instance, workspaces or packages manually [`linked`](https://docs.npmjs.com/cli/v8/commands/npm-link)
- `:deduped` when a dependency has been deduped (note that this does *not* always mean the dependency has been hoisted to the root of node_modules)
-- `:override` when a dependency is an override (not implemented yet)
+- `:overridden` when a dependency has been overridden
- `:extraneous` when a dependency exists but is not defined as a dependency of any node
- `:invalid` when a dependency version is out of its ancestors specified range
- `:missing` when a dependency is not found on disk