+
+ |
+
+ {{ pkg.name }}
+
+ |
+
+
+
+ {{ pkg.version }}
+ |
+
+
+
+ {{ pkg.description || '-' }}
+ |
+
+
+
+ {{ formatDownloads(result.downloads?.weekly) }}
+ |
+
+
+
+
+ -
+ |
+
+
+
+
+
+ {{ maintainer.username || maintainer.name || maintainer.email }},
+
+
+ +{{ pkg.maintainers.length - 3 }}
+
+
+ -
+ |
+
+
+
+
+
+
+ +{{ pkg.keywords.length - 3 }}
+
+
+ -
+ |
+
+
+
+ {{ formatScore(score?.detail?.quality) }}
+ |
+
+
+
+ {{ formatScore(score?.detail?.popularity) }}
+ |
+
+
+
+ {{ formatScore(score?.detail?.maintenance) }}
+ |
+
+
+
+ {{ formatScore(score?.final) }}
+ |
+
+
+
+
+
+ {{ $t('filters.table.security_warning') }}
+
+
+
+ {{ $t('filters.table.secure') }}
+
+ -
+ |
+
+