struct Zap::Npmrc

Defined in:

npmrc.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

or(other : T) : T | self forall T or, pipe(&) pipe

Constructor Detail

def self.new(project_path : Path | String) #

[View source]

Instance Method Detail

def cafile : String | Nil #

[View source]
def capath : String | Nil #

[View source]
def registries_auth : Hash(String, RegistryAuth) #

[View source]
def registry : String #

[View source]
def scoped_registries : Hash(String, String) #

[View source]
def strict_ssl : Bool #

[View source]