dash-player/R/internal.R
2023-03-06 11:16:30 -05:00

28 lines
1.2 KiB
R

.dashPlayer_js_metadata <- function() {
deps_metadata <- list(`dash_player` = structure(list(name = "dash_player",
version = "1.0.6", src = list(href = NULL,
file = "deps"), meta = NULL,
script = 'dash_player.min.js',
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
all_files = FALSE), class = "html_dependency"),
`dash_player` = structure(list(name = "dash_player",
version = "1.0.6", src = list(href = NULL,
file = "deps"), meta = NULL,
script = 'dash_player.min.js.map',
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
`dash_player` = structure(list(name = "dash_player",
version = "1.0.6", src = list(href = NULL,
file = "deps"), meta = NULL,
script = 'async-dashplayer.js',
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
all_files = FALSE, async = TRUE), class = "html_dependency"),
`dash_player` = structure(list(name = "dash_player",
version = "1.0.6", src = list(href = NULL,
file = "deps"), meta = NULL,
script = 'async-dashplayer.js.map',
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
all_files = FALSE, dynamic = TRUE), class = "html_dependency"))
return(deps_metadata)
}