| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "id": "uni-id-common",
- "displayName": "uni-id-common",
- "version": "1.0.19",
- "description": "包含uni-id token生成、校验、刷新功能的云函数公共模块",
- "keywords": [
- "uni-id-common",
- "uniCloud",
- "token",
- "权限"
- ],
- "repository": "https://gitcode.net/dcloud/uni-id-common",
- "engines": {
- "uni-app": "^3.1.0",
- "uni-app-x": "^3.1.0"
- },
- "dcloudext": {
- "sale": {
- "regular": {
- "price": "0.00"
- },
- "sourcecode": {
- "price": "0.00"
- }
- },
- "contact": {
- "qq": ""
- },
- "declaration": {
- "ads": "无",
- "data": "无",
- "permissions": "无"
- },
- "npmurl": "",
- "type": "unicloud-template-function",
- "darkmode": "-",
- "i18n": "-",
- "widescreen": "-"
- },
- "uni_modules": {
- "dependencies": [
- "uni-config-center"
- ],
- "encrypt": [],
- "platforms": {
- "cloud": {
- "tcb": "√",
- "aliyun": "√",
- "alipay": "√"
- },
- "client": {
- "uni-app": {
- "vue": {
- "vue2": "-",
- "vue3": "-"
- },
- "web": {
- "safari": "-",
- "chrome": "-"
- },
- "app": {
- "vue": "-",
- "nvue": "-",
- "android": "-",
- "ios": "-",
- "harmony": "-"
- },
- "mp": {
- "weixin": "-",
- "alipay": "-",
- "toutiao": "-",
- "baidu": "-",
- "kuaishou": "-",
- "jd": "-",
- "harmony": "-",
- "qq": "-",
- "lark": "-"
- },
- "quickapp": {
- "huawei": "-",
- "union": "-"
- }
- },
- "uni-app-x": {
- "web": {
- "safari": "-",
- "chrome": "-"
- },
- "app": {
- "android": "-",
- "ios": "-",
- "harmony": "-"
- },
- "mp": {
- "weixin": "-"
- }
- }
- }
- }
- }
- }
|