diff --git a/index/gk.html_escape.json b/index/gk.html_escape.json new file mode 100644 index 0000000..9a761ab --- /dev/null +++ b/index/gk.html_escape.json @@ -0,0 +1,72 @@ +{ + "api": { + "format": "vix-api-1", + "generatedBy": "vix-cli", + "path": "vix.api.json", + "updatedAt": "2026-03-07T13:34:44Z" + }, + "constraints": { + "minCppStandard": "c++17", + "platforms": [ + "linux", + "macos", + "windows" + ] + }, + "dependencies": { + "git": [], + "registry": [], + "system": [] + }, + "description": "Minimal HTML escaping utilities for C++.", + "displayName": "html_escape", + "documentation": "https://github.com/GaspardKirira/html_escape#readme", + "exports": { + "headers": [ + "html_escape/html_escape.hpp" + ], + "modules": [ + "html_escape/html_escape.hpp" + ], + "namespaces": [] + }, + "homepage": "https://github.com/GaspardKirira/html_escape", + "keywords": [ + "html", + "html-escape", + "escaping", + "security", + "xss", + "text-processing", + "cpp", + "header-only", + "vix" + ], + "license": "MIT", + "maintainers": [ + { + "github": "gk", + "name": "Gaspard Kirira" + } + ], + "manifestPath": "vix.json", + "name": "html_escape", + "namespace": "gk", + "quality": { + "ci": [], + "hasDocs": true, + "hasExamples": true, + "hasTests": true + }, + "repo": { + "defaultBranch": "main", + "url": "https://github.com/GaspardKirira/html_escape" + }, + "type": "header-only", + "versions": { + "0.1.0": { + "commit": "87bf67cf4aa46c4d40d7abbc81cbeb69ffe24c53", + "tag": "v0.1.0" + } + } +}