Files
third_party_quickjs/bundle.json
T
pjscc 1e6c8a9213 add bundle.json
Signed-off-by: pjscc <pangjiashuai@huawei.com>
2022-01-20 15:27:29 +08:00

33 lines
841 B
JSON

{
"name": "@ohos/quickjs",
"description": "QuickJS is a small and embeddable Javascript engine. It supports the ES2020 specification including modules, asynchronous generators, proxies and BigInt.",
"version": "3.1",
"license": "MIT",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/quickjs"
},
"dirs": {},
"scripts": {},
"readmePath": {
"en": ""
},
"component": {
"name": "thirdparty_quickjs",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}