Files
Sang_Sang33 aea3cb72c2 feat: add bundle.json
Signed-off-by: Sang_Sang33 <wangzhu15@huawei.com>
2022-01-18 20:00:49 +08:00

34 lines
1.1 KiB
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": "thirdparty_markupsafe",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}