class NPMScan::Package

Defined in:

npm_scan/package.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, json : JSON::Any) #

[View source]

Instance Method Detail

def domains : Array(String) #

[View source]
def emails : Array(String) #

[View source]
def is_abandoned? : Bool #

[View source]
def is_lonely? : Bool #

[View source]
def maintainers : Array(Maintainer) #

[View source]
def name : String #

[View source]
def security_hold? : Bool #

[View source]
def unique_domains #

[View source]