Versions in this module Expand all Collapse all v0 v0.61.2 Mar 29, 2025 v0.61.1 Mar 29, 2025 Changes in this version type Package + PeerDependencies map[string]string v0.1.0 Feb 24, 2025 v0.0.3 Dec 4, 2024 v0.0.2 Dec 4, 2024 v0.0.1 Dec 4, 2024 Changes in this version + type Dependency struct + Dependencies map[string]Dependency + Dev bool + EndLine int + Requires map[string]string + Resolved string + StartLine int + Version string + func (t *Dependency) UnmarshalJSONWithMetadata(node jfather.Node) error + type LockFile struct + Dependencies map[string]Dependency + LockfileVersion int + Packages map[string]Package + type Package struct + Dependencies map[string]string + Dev bool + DevDependencies map[string]string + EndLine int + Link bool + Name string + OptionalDependencies map[string]string + Resolved string + StartLine int + Version string + Workspaces []string + func (t *Package) UnmarshalJSONWithMetadata(node jfather.Node) error + type Parser struct + func NewParser() *Parser + func (p *Parser) Parse(r xio.ReadSeekerAt) ([]ftypes.Package, []ftypes.Dependency, error)