Documentation ¶
Index ¶
Constants ¶
View Source
const NODEJS_REGISTRY_API = "https://registry.npmjs.org/%s"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NPMDoctor ¶
func NewNPMDoctor ¶
func NewNPMDoctor() *NPMDoctor
type NodejsRegistryResponse ¶
type NodejsRegistryResponse struct { Repository struct { Url string `json:"url"` } }
type YarnDoctor ¶
func NewYarnDoctor ¶
func NewYarnDoctor() *YarnDoctor
func (*YarnDoctor) Parse ¶ added in v1.2.0
func (d *YarnDoctor) Parse(r parser_io.ReadSeekerAt) (types.Libraries, error)
func (*YarnDoctor) SourceCodeURL ¶
func (d *YarnDoctor) SourceCodeURL(lib types.Library) (string, error)
Click to show internal directories.
Click to hide internal directories.