Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lockfile ¶
type Lockfile struct {
Dependencies map[string]struct {
Version string
Requires map[string]string
}
}
func FromLockfile ¶
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.