File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
apps/svelte.dev/src/routes/(packages) Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ let next_id = 0;
2020const EXACT_NAME_MATCH_BOOST = 10 ;
2121const TAG_MATCH_BOOST = 5 ;
2222const NAME_MATCH_BOOST = 3 ;
23- const DEPENDENTS_BOOST = 1.2 ; // Highest weight for packages others depend on
24- const GITHUB_STARS_BOOST = 1 .5; // Medium weight for GitHub stars (between dependents and downloads)
25- const DOWNLOADS_BOOST = 1.0 ; // Lower weight for NPM downloads
23+ const DEPENDENTS_BOOST = 1.5 ; // Highest weight for packages others depend on
24+ const GITHUB_STARS_BOOST = 5 .5; // Medium weight for GitHub stars (between dependents and downloads)
25+ const DOWNLOADS_BOOST = 1.2 ; // Lower weight for NPM downloads
2626const RECENT_UPDATE_BOOST = 0.2 ;
2727const OUTDATED_PENALTY = - 6 ; // Substantial penalty for outdated packages
2828const DEPRECATED_PENALTY = - 12 ; // Severe penalty for deprecated packages
You can’t perform that action at this time.
0 commit comments