Package: js
Type: Package
Title: Tools for Working with JavaScript in R
Version: 1.2
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroen@berkeley.edu",
    comment = c(ORCID = "0000-0002-4035-0289"))
Description: A set of utilities for working with JavaScript syntax in R.
    Includes tools to parse, tokenize, compile, validate, reformat, optimize 
    and analyze JavaScript code.
License: MIT + file LICENSE
URL: https://github.com/jeroen/js
BugReports: https://github.com/jeroen/js/issues
VignetteBuilder: knitr
Imports: V8 (>= 0.5)
Suggests: knitr, rmarkdown
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2020-06-03 17:36:08 UTC; jeroen
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2020-06-03 18:10:02 UTC
