Returns the primary package manager detected.
Imports lockfiles from other package managers.
Converts yarn.lock, pnpm-lock.yaml metadata into npm_ex format for migration from other tools.
Summary
Functions
Detects which package manager lockfiles exist in the project.
Reads dependencies from a package-lock.json file.
Checks if migration is needed (other lockfile exists but no npm.lock).
Returns the primary package manager detected.
Functions
Detects which package manager lockfiles exist in the project.
Reads dependencies from a package-lock.json file.
Checks if migration is needed (other lockfile exists but no npm.lock).