Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Listener ¶
type Listener struct {
// contains filtered or unexported fields
}
func (*Listener) WatchedFiles ¶
type PackageFile ¶
func (*PackageFile) Diff ¶
func (p *PackageFile) Diff() *deps.FileDiff
type PackageJSON ¶
type PackageJSON struct {
Name string `json:"name"`
Version string `json:"version"`
Description string `json:"description"`
// Main string `json:"main"`
// Type string `json:"type"`
// Keywords []string `json:"keywords"`
// Author string `json:"author"`
// License string `json:"license"`
// Homepage string `json:"homepage"`
// Scripts map[string]string `json:"scripts"`
Dependencies map[string]string `json:"dependencies"`
}
func (*PackageJSON) ToDeps ¶
func (p *PackageJSON) ToDeps() deps.Dependencies
Click to show internal directories.
Click to hide internal directories.