Added package xom (#1972)

This commit is contained in:
Felipe S. S. Schneider 2021-07-16 13:08:36 -03:00 committed by GitHub
parent 27ecf0ba79
commit bc0f6b073b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]