From bc0f6b073b26412bc6e45f2377faa983d883031d Mon Sep 17 00:00:00 2001 From: "Felipe S. S. Schneider" <37125+schneiderfelipe@users.noreply.github.com> Date: Fri, 16 Jul 2021 13:08:36 -0300 Subject: [PATCH] Added package xom (#1972) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 09e0d5a..56f0fc4 100644 --- a/packages.json +++ b/packages.json @@ -23368,5 +23368,20 @@ "description": "Convert accents (diacritics) from strings to latin characters.", "license": "LGPL-3.0", "web": "https://github.com/AmanoTeam/Latinize" + }, + { + "name": "xom", + "url": "https://github.com/schneiderfelipe/xom", + "method": "git", + "tags": [ + "dom", + "xml", + "web", + "library", + "compile-time-meta-programming" + ], + "description": "Transform XML trees into performant JavaScript DOM calls at compile-time.", + "license": "MIT", + "web": "https://github.com/schneiderfelipe/xom" } ]