GetManifestResult interface
The result from downloading a manifest from the registry.
Properties
content | The raw content of the manifest that was downloaded. |
digest | The digest of the downloaded manifest as calculated by the registry. |
manifest | The deserialized manifest |
media |
Media type of the downloaded manifest as indicated by the Content-Type response header. |
Property Details
content
The raw content of the manifest that was downloaded.
content: Buffer
Property Value
Buffer
digest
The digest of the downloaded manifest as calculated by the registry.
digest: string
Property Value
string
manifest
The deserialized manifest
manifest: Record<string, unknown>
Property Value
Record<string, unknown>
mediaType
Media type of the downloaded manifest as indicated by the Content-Type response header.
mediaType: string
Property Value
string