Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromNodeModules ¶
FromNodeModules generates the dep graph based on the manifest provided at the supplied path
Types ¶
type Lockfile ¶
type Lockfile struct { Dependencies map[string]struct { Version string Requires map[string]string } }
func FromLockfile ¶
type Manifest ¶
func FromManifest ¶
FromManifest creates a manifest from the filepath provided
type NPM ¶
type Options ¶ added in v0.7.7
type Options struct {
AllowNPMErr bool `mapstructure:"allow-npm-err"`
}
Click to show internal directories.
Click to hide internal directories.