Parses corepack/packageManager field from package.json.
The packageManager field specifies which package manager and version
to use (e.g., "npm@10.2.0", "pnpm@8.10.0").
Summary
Functions
Checks if corepack is configured.
Formats for display.
Extracts the packageManager field.
Parses the package manager name from the field.
Parses the package manager version.
Checks if the project uses npm.
Checks if the project uses pnpm.
Checks if the project uses yarn.
Functions
Checks if corepack is configured.
Formats for display.
Extracts the packageManager field.
Parses the package manager name from the field.
Parses the package manager version.
Checks if the project uses npm.
Checks if the project uses pnpm.
Checks if the project uses yarn.