You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><ahref="https://docs.npmjs.com/cli/v8/configuring-npm/package-json#private"><code>:private</code></a> when a dependency is private</li>
195
195
<li><code>:link</code> when a dependency is linked (for instance, workspaces or packages manually <ahref="https://docs.npmjs.com/cli/v8/commands/npm-link"><code>linked</code></a></li>
196
196
<li><code>:deduped</code> when a dependency has been deduped (note that this does <em>not</em> always mean the dependency has been hoisted to the root of node_modules)</li>
197
-
<li><code>:override</code> when a dependency is an override (not implemented yet)</li>
197
+
<li><code>:overridden</code> when a dependency has been overridden</li>
198
198
<li><code>:extraneous</code> when a dependency exists but is not defined as a dependency of any node</li>
199
199
<li><code>:invalid</code> when a dependency version is out of its ancestors specified range</li>
200
200
<li><code>:missing</code> when a dependency is not found on disk</li>
0 commit comments