Package io.github.kelvindev15.npm
Class NpmRepository
-
- All Implemented Interfaces:
public final class NpmRepositoryRepresents 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 classNpmRepository.CompanionConverts the repository to a map.
-
Constructor Summary
Constructors Constructor Description NpmRepository(String type, String url)
-