🚀 Auto-deploy: Camila atualizado em 25/05/2026 19:09:25

This commit is contained in:
2026-05-25 19:09:25 +00:00
parent 0cef1eab63
commit ad15566914
647 changed files with 73807 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "escape-html",
"description": "Escape string for use in HTML",
"version": "1.0.3",
"license": "MIT",
"keywords": [
"escape",
"html",
"utility"
],
"repository": "component/escape-html",
"devDependencies": {
"benchmark": "1.0.0",
"beautify-benchmark": "0.2.4"
},
"files": [
"LICENSE",
"Readme.md",
"index.js"
],
"scripts": {
"bench": "node benchmark/index.js"
}
}