${pkg.name} ${pkg.isPrivate ? html`Private` : ''}
${pkg.description ? html`
${pkg.description}
` : ''} ${Object.keys(pkg.distTags).length > 0 ? html`
${Object.entries(pkg.distTags).map( ([tag, version]) => html` ${tag}: ${version} ` )}
` : ''}
Install
Versions (${this.versions.length})
${this.versions.length > 0 ? html`
${this.versions.map( (v) => html`
${v.version}
${this.formatDate(v.publishedAt)} ${this.formatBytes(v.size)} ${this.formatNumber(v.downloads)} downloads
` )}
` : ''}
Danger Zone
Deleting this package will permanently remove all versions and associated data. This action cannot be undone.