Package: monaco
Type: Package
Title: The 'Monaco' Editor as a HTML Widget
Version: 0.2.2
Authors@R: c(
    person(given = "Stéphane",
           family = "Laurent",
           role = c("aut", "cre"),
           email = "laurent_step@outlook.fr"),
    person(given = "Microsoft Corporation",
           role = c("ctb", "cph"),
           comment = "'Monaco Editor' library"),
    person(given = "James Long and contributors",
           role = c("ctb", "cph"),
           comment = "'Prettier' library"),
    person(given = "Rich",
           family = "Harris",
           role = c("ctb", "cph"),
           comment = "'svg-parser' library"),
    person(given = "Lionel",
           family = "Tzatzkin",
           role = c("ctb", "cph"),
           comment = "'scale-that-svg' library"),
    person(given = "Andrei",
           family = "Kashcha",
           role = c("ctb", "cph"),
           comment = "'panzoom' library"),
    person(given = list("Vitaly", "Alex"),
           family = list("Puzrin", "Kocharin"),
           role = c("ctb", "cph"),
           comment = "'markdown-it' library"),
    person(given = "John",
           family = "Schlinkert",
           role = c("ctb", "cph"),
           comment = "'word-wrap' library"),
    person(given = "jQuery contributors",
           role = c("ctb", "cph"),
           comment = "'jQuery' library"),
    person(given = "Kyle",
           family = "Fox",
           role = c("ctb", "cph"),
           comment = "'jQuery Modal' library"),
    person(given = list("Tristan", "Limon"), 
           family = list("Edwards", "Monte"),
           role = c("ctb", "cph"),
           comment = "'sweetalert2' library")
  )
Description: A HTML widget rendering the 'Monaco' editor. The 'Monaco' editor is the code editor which powers 'VS Code'. It is particularly well developed for 'JavaScript'. In addition to the built-in features of the 'Monaco' editor, the widget allows to prettify multiple languages, to view the 'HTML' rendering of 'Markdown' code, and to view and resize 'SVG' images.
URL: https://github.com/stla/monaco
BugReports: https://github.com/stla/monaco/issues
License: GPL-3
Encoding: UTF-8
Imports: htmlwidgets (>= 1.5.3), rstudioapi, tools, htmltools, shiny
Suggests: sass
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2022-05-18 08:54:10 UTC; SDL96354
Author: Stéphane Laurent [aut, cre],
  Microsoft Corporation [ctb, cph] ('Monaco Editor' library),
  James Long and contributors [ctb, cph] ('Prettier' library),
  Rich Harris [ctb, cph] ('svg-parser' library),
  Lionel Tzatzkin [ctb, cph] ('scale-that-svg' library),
  Andrei Kashcha [ctb, cph] ('panzoom' library),
  Vitaly Puzrin [ctb, cph] ('markdown-it' library),
  Alex Kocharin [ctb, cph] ('markdown-it' library),
  John Schlinkert [ctb, cph] ('word-wrap' library),
  jQuery contributors [ctb, cph] ('jQuery' library),
  Kyle Fox [ctb, cph] ('jQuery Modal' library),
  Tristan Edwards [ctb, cph] ('sweetalert2' library),
  Limon Monte [ctb, cph] ('sweetalert2' library)
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
Repository: CRAN
Date/Publication: 2022-05-18 09:20:02 UTC
Built: R 4.2.0; ; 2022-05-18 09:35:42 UTC; unix
