PackageVersionDescription
Details about a package version.
Types
Properties
Link copied to clipboard
The name of the package that is displayed. The displayName
varies depending on the package version's format. For example, if an npm package is named ui
, is in the namespace vue
, and has the format npm
, then the displayName
is @vue/ui
.
Link copied to clipboard
The format of the package version.
Link copied to clipboard
Information about licenses associated with the package version.
Link copied to clipboard
A PackageVersionOrigin object that contains information about how the package version was added to the repository.
Link copied to clipboard
The name of the requested package.
Link copied to clipboard
A timestamp that contains the date and time the package version was published.
Link copied to clipboard
The repository for the source code in the package version, or the source code used to build it.
Link copied to clipboard
A string that contains the status of the package version.
Functions
Link copied to clipboard
inline fun copy(block: PackageVersionDescription.Builder.() -> Unit = {}): PackageVersionDescription