Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnalyzeDepTree ¶
Types ¶
type Lockfile ¶
type Lockfile struct { Importers map[string]*Importer `json:"importers" yaml:"importers"` Dependencies map[string]string `json:"dependencies" yaml:"dependencies"` DevDependencies map[string]string `json:"devDependencies" yaml:"devDependencies"` Packages map[string]*Pkg `json:"packages" yaml:"packages"` }
func ParseLockfile ¶
Click to show internal directories.
Click to hide internal directories.