Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyzer ¶
type Analyzer struct{}
func (Analyzer) Analyze ¶
func (a Analyzer) Analyze(ctx analyzerapi.AnalyzerContext) []*analyzerapi.ProjectModule
type PackageJSON ¶
type PackageJSON struct {
Name string
Version string
Dependencies map[string]string
Scripts map[string]string
}
func ParsePackageJSON ¶
func ParsePackageJSON(file string) (PackageJSON, error)
ParsePackageJSON will parse the package.json to evaluate its content
Click to show internal directories.
Click to hide internal directories.