Retrieve boxscore data for a specific NHL game from the
NHL web API (api-web.nhle.com).
Value
A named list containing:
game_info — one-row tibble with game metadata (id, season, game type, date, venue, teams, final score, shots on goal).
team_box — two-row tibble (away / home) with team-level totals.
skater_stats — tibble of all skater (forward + defense) individual stats for both teams.
goalie_stats — tibble of all goalie individual stats for both teams.
