package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "id": "uni-oauth-google",
  3. "displayName": "Google登录插件",
  4. "version": "1.1.1",
  5. "description": "Google登录插件,基于Credential Manager实现",
  6. "keywords": [
  7. "uni-oauth-google"
  8. ],
  9. "repository": "",
  10. "engines": {
  11. "HBuilderX": "^4.43",
  12. "uni-app": "^4.75",
  13. "uni-app-x": "^4.75"
  14. },
  15. "dcloudext": {
  16. "type": "uts",
  17. "sale": {
  18. "regular": {
  19. "price": "0.00"
  20. },
  21. "sourcecode": {
  22. "price": "0.00"
  23. }
  24. },
  25. "contact": {
  26. "qq": ""
  27. },
  28. "declaration": {
  29. "ads": "无",
  30. "data": "插件不采集任何数据",
  31. "permissions": "无"
  32. },
  33. "npmurl": "",
  34. "darkmode": "x",
  35. "i18n": "x",
  36. "widescreen": "x"
  37. },
  38. "uni_modules": {
  39. "dependencies": [],
  40. "encrypt": [],
  41. "platforms": {
  42. "cloud": {
  43. "tcb": "√",
  44. "aliyun": "√",
  45. "alipay": "√"
  46. },
  47. "client": {
  48. "uni-app": {
  49. "vue": {
  50. "vue2": {
  51. "extVersion": "1.0.0",
  52. "minVersion": ""
  53. },
  54. "vue3": {
  55. "extVersion": "1.0.0",
  56. "minVersion": ""
  57. }
  58. },
  59. "web": {
  60. "safari": "x",
  61. "chrome": "x"
  62. },
  63. "app": {
  64. "vue": "x",
  65. "nvue": "x",
  66. "android": {
  67. "extVersion": "",
  68. "minVersion": "21"
  69. },
  70. "ios": "x",
  71. "harmony": "x"
  72. },
  73. "mp": {
  74. "weixin": "x",
  75. "alipay": "x",
  76. "toutiao": "x",
  77. "baidu": "x",
  78. "kuaishou": "x",
  79. "jd": "x",
  80. "harmony": "x",
  81. "qq": "x",
  82. "lark": "x"
  83. },
  84. "quickapp": {
  85. "huawei": "x",
  86. "union": "x"
  87. }
  88. },
  89. "uni-app-x": {
  90. "web": {
  91. "safari": "-",
  92. "chrome": "-"
  93. },
  94. "app": {
  95. "android": "-",
  96. "ios": "-",
  97. "harmony": "-"
  98. },
  99. "mp": {
  100. "weixin": "-"
  101. }
  102. }
  103. }
  104. }
  105. }
  106. }