Class LockFileParser

java.lang.Object
org.openrewrite.javascript.internal.LockFileParser

public final class LockFileParser extends Object
Parses an npm package-lock.json v3-format string into structured NodeResolutionResult.ResolvedDependency instances. The Bun lock format is reduced to the same npm v3 shape upstream by BunLockAdapter, so this parser handles both PMs.