Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/lib/content/configuring-npm/package-lock-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ npm v7 ignores this section entirely if a `packages` section is present, but doe
Dependency objects have the following fields:

* version: a specifier that varies depending on the nature of the package, and is usable in fetching a new copy of it.
Note that for peer dependencies that are not installed, or optional dependencies that are not installed, this field may be omitted.

* bundled dependencies: Regardless of source, this is a version number that is purely for informational purposes.
* registry sources: This is a version number.
Expand Down
Loading