We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090b6ca commit 1298530Copy full SHA for 1298530
1 file changed
docs/lib/content/configuring-npm/package-lock-json.md
@@ -136,6 +136,7 @@ npm v7 ignores this section entirely if a `packages` section is present, but doe
136
Dependency objects have the following fields:
137
138
* version: a specifier that varies depending on the nature of the package, and is usable in fetching a new copy of it.
139
+ Note that for peer dependencies that are not installed, or optional dependencies that are not installed, this field may be omitted.
140
141
* bundled dependencies: Regardless of source, this is a version number that is purely for informational purposes.
142
* registry sources: This is a version number.
0 commit comments