Initial commit
This commit is contained in:
92
uni_modules/ak-sqlite/package.json
Normal file
92
uni_modules/ak-sqlite/package.json
Normal file
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"id": "ak-sqlite",
|
||||
"displayName": "适用于UNIAPP-X的SQLite API",
|
||||
"version": "1.0.0",
|
||||
"description": "createSQLiteContext",
|
||||
"keywords": [
|
||||
"sqlite",
|
||||
"uni-ext-api",
|
||||
"uniapp-x",
|
||||
"uts"
|
||||
],
|
||||
"repository": "",
|
||||
"engines": {
|
||||
"HBuilderX": "^4.19"
|
||||
},
|
||||
"dcloudext": {
|
||||
"category": [
|
||||
"UTS插件",
|
||||
"API插件"
|
||||
],
|
||||
"contact": {
|
||||
"qq": ""
|
||||
},
|
||||
"declaration": {
|
||||
"ads": "无",
|
||||
"data": "none",
|
||||
"permissions": "none"
|
||||
},
|
||||
"npmurl": ""
|
||||
},
|
||||
"uni_modules": {
|
||||
"dependencies": [],
|
||||
"uni-ext-api": {
|
||||
"uni": {
|
||||
"createSQLiteContext": {
|
||||
"name": "createSQLiteContext",
|
||||
"app": {
|
||||
"js": false,
|
||||
"kotlin": true,
|
||||
"swift": false
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"encrypt": [],
|
||||
"platforms": {
|
||||
"cloud": {
|
||||
"tcb": "u",
|
||||
"aliyun": "u"
|
||||
},
|
||||
"client": {
|
||||
"Vue": {
|
||||
"vue2": "u",
|
||||
"vue3": "u"
|
||||
},
|
||||
"App": {
|
||||
"app-android": "u",
|
||||
"app-ios": "u"
|
||||
},
|
||||
"H5-mobile": {
|
||||
"Safari": "n",
|
||||
"Android Browser": "n",
|
||||
"微信浏览器(Android)": "n",
|
||||
"QQ浏览器(Android)": "n"
|
||||
},
|
||||
"H5-pc": {
|
||||
"Chrome": "n",
|
||||
"IE": "n",
|
||||
"Edge": "n",
|
||||
"Firefox": "n",
|
||||
"Safari": "n"
|
||||
},
|
||||
"小程序": {
|
||||
"微信": "n",
|
||||
"阿里": "n",
|
||||
"百度": "n",
|
||||
"字节跳动": "n",
|
||||
"QQ": "n",
|
||||
"钉钉": "u",
|
||||
"快手": "u",
|
||||
"飞书": "u",
|
||||
"京东": "u"
|
||||
},
|
||||
"快应用": {
|
||||
"华为": "n",
|
||||
"联盟": "n"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "适用于UNIAPP-X的SQLite API"
|
||||
}
|
||||
Reference in New Issue
Block a user