Class NpmRepository

  • All Implemented Interfaces:

    
    public final class NpmRepository
    
                        

    Represents a repository in a package.json file. type is the type of the repository. url is the URL of the repository.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class NpmRepository.Companion

      Converts the repository to a map.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getType()
      final String getUrl()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait