加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
bundle.json 788 Bytes
一键复制 编辑 原始数据 按行查看 历史
cc_ggboy 提交于 2023-05-09 16:29 . pcre2 bundle.json整改
{
"name": "@ohos/pcre2",
"description": "pcre2 is a re_working of the original PCRE1 library to provide an entirely new API.",
"version": "3.1",
"license": "PCRE2 LICENCE",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/pcre2"
},
"dirs": {},
"scripts": {},
"licensePath": "pcre2/LICENSE",
"component": {
"name": "pcre2",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [ "standard" ],
"rom": "512KB",
"ram": "512KB",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化