github.com/noqcks/syft@v0.0.0-20230920222752-a9e2c4e288e5/syft/pkg/cataloger/r/test-fixtures/DESCRIPTION (about)

     1  Package: stringr
     2  Title: Simple, Consistent Wrappers for Common String Operations
     3  Version: 1.5.0.9000
     4  Authors@R: 
     5      c(person(given = "Hadley",
     6               family = "Wickham",
     7               role = c("aut", "cre", "cph"),
     8               email = "hadley@rstudio.com"),
     9        person(given = "RStudio",
    10               role = c("cph", "fnd")))
    11  Description: A consistent, simple and easy to use set of wrappers around
    12      the fantastic 'stringi' package. All function and argument names (and
    13      positions) are consistent, all functions deal with "NA"'s and zero
    14      length vectors in the same way, and the output from one function is
    15      easy to feed into the input of another.
    16  License: MIT + file LICENSE
    17  URL: https://stringr.tidyverse.org, https://github.com/tidyverse/stringr
    18  BugReports: https://github.com/tidyverse/stringr/issues
    19  Depends: 
    20      R (>= 3.3)
    21  Imports: 
    22      cli,
    23      glue (>= 1.6.1),
    24      lifecycle (>= 1.0.3),
    25      magrittr,
    26      rlang (>= 1.0.0),
    27      stringi (>= 1.5.3),
    28      vctrs (>= 0.4.0)
    29  Suggests: 
    30      covr,
    31      dplyr,
    32      gt,
    33      htmltools,
    34      htmlwidgets,
    35      knitr,
    36      rmarkdown,
    37      testthat (>= 3.0.0),
    38      tibble
    39  VignetteBuilder: 
    40      knitr
    41  Config/Needs/website: tidyverse/tidytemplate
    42  Config/testthat/edition: 3
    43  Encoding: UTF-8
    44  LazyData: true
    45  Roxygen: list(markdown = TRUE)
    46  RoxygenNote: 7.2.1