1 Star 0 Fork 30

ohos_llvm/third_party_markupsafe

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
yisi 提交于 2023-12-14 06:28 . update bundle.json.
{
"name": "@ohos/markupsafe",
"description": "MarkupSafe implements a text object that escapes characters so it is safe to use in HTML and XML. Characters that have special meanings are replaced so that they display as the actual characters. This mitigates injection attacks, meaning untrusted user input can safely be displayed on a page. Escaping is implemented in C so it is as efficient as possible.",
"version": "3.1",
"license": "BSD 3-clause",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/markupsafe"
},
"dirs": {},
"scripts": {},
"licensePath": "LICENSE.rst",
"readmePath": {
"en": "README.rst"
},
"component": {
"name": "markupsafe",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": ["mini","small","standard"],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ohos_llvm/third_party_markupsafe.git
git@gitee.com:ohos_llvm/third_party_markupsafe.git
ohos_llvm
third_party_markupsafe
third_party_markupsafe
master

搜索帮助