Package: js Type: Package Title: Tools for Working with JavaScript in R Version: 1.2.1 Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroenooms@gmail.com", 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://jeroen.r-universe.dev/js BugReports: https://github.com/jeroen/js/issues VignetteBuilder: knitr Imports: V8 (>= 0.5) Suggests: knitr, rmarkdown RoxygenNote: 6.0.1 Repository: https://jeroen.r-universe.dev Date/Publication: 2024-10-03 12:53:04 UTC RemoteUrl: https://github.com/jeroen/js RemoteRef: HEAD RemoteSha: d48c4a3e0b262142ec5dadd64690232906ef0fb5 NeedsCompilation: no Packaged: 2026-06-12 07:01:22 UTC; root Author: Jeroen Ooms [aut, cre] (ORCID: ) Maintainer: Jeroen Ooms