Documentation
¶
Index ¶
Constants ¶
View Source
const ( Dependency = "node_modules" NodeDependency = "node" Cache = "cache" ModulesDir = "node_modules" ModulesMetaName = "Node Modules" CacheDir = "npm-cache" CacheMetaName = "NPM Cache" PackageLock = "package-lock.json" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checksum ¶ added in v0.0.38
type Checksum struct {
// contains filtered or unexported fields
}
func NewChecksum ¶ added in v0.0.38
func NewTimeChecksum ¶ added in v0.0.38
type Contributor ¶
type Contributor struct {
// contains filtered or unexported fields
}
func NewContributor ¶
func NewContributor(context build.Build, pkgManager PackageManager) (Contributor, bool, error)
func (Contributor) Contribute ¶
func (c Contributor) Contribute(now time.Time) error
type Metadata ¶
func NewMetadata ¶ added in v0.0.38
Click to show internal directories.
Click to hide internal directories.