PackageVersionDescription

Details about a package version.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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

The homepage associated with the package.

Link copied to clipboard

Information about licenses associated with the package version.

Link copied to clipboard

The namespace of the package version. The package version component that specifies its namespace depends on its type. For example:

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 revision of the package version.

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.

Link copied to clipboard

A summary of the package version. The summary is extracted from the package. The information in and detail level of the summary depends on the package version's format.

Link copied to clipboard

The version of the package.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String