Skip to content
Open
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
6 changes: 6 additions & 0 deletions docs/lib/content/configuring-npm/package-lock-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ Package descriptors have the following fields:

* bin, license, engines, dependencies, optionalDependencies: fields from `package.json`

* os: An array of operating systems this package is compatible with, as specified in `package.json`. This field is included when the package specifies OS restrictions.

* cpu: An array of CPU architectures this package is compatible with, as specified in `package.json`. This field is included when the package specifies CPU restrictions.

* funding: Funding information for the package, as specified in `package.json`. This field contains details about how to support the package maintainers.

#### dependencies

Legacy data for supporting versions of npm that use `lockfileVersion: 1`.
Expand Down
Loading