package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "id": "uni-id-common",
  3. "displayName": "uni-id-common",
  4. "version": "1.0.19",
  5. "description": "包含uni-id token生成、校验、刷新功能的云函数公共模块",
  6. "keywords": [
  7. "uni-id-common",
  8. "uniCloud",
  9. "token",
  10. "权限"
  11. ],
  12. "repository": "https://gitcode.net/dcloud/uni-id-common",
  13. "engines": {
  14. "uni-app": "^3.1.0",
  15. "uni-app-x": "^3.1.0"
  16. },
  17. "dcloudext": {
  18. "sale": {
  19. "regular": {
  20. "price": "0.00"
  21. },
  22. "sourcecode": {
  23. "price": "0.00"
  24. }
  25. },
  26. "contact": {
  27. "qq": ""
  28. },
  29. "declaration": {
  30. "ads": "无",
  31. "data": "无",
  32. "permissions": "无"
  33. },
  34. "npmurl": "",
  35. "type": "unicloud-template-function",
  36. "darkmode": "-",
  37. "i18n": "-",
  38. "widescreen": "-"
  39. },
  40. "uni_modules": {
  41. "dependencies": [
  42. "uni-config-center"
  43. ],
  44. "encrypt": [],
  45. "platforms": {
  46. "cloud": {
  47. "tcb": "√",
  48. "aliyun": "√",
  49. "alipay": "√"
  50. },
  51. "client": {
  52. "uni-app": {
  53. "vue": {
  54. "vue2": "-",
  55. "vue3": "-"
  56. },
  57. "web": {
  58. "safari": "-",
  59. "chrome": "-"
  60. },
  61. "app": {
  62. "vue": "-",
  63. "nvue": "-",
  64. "android": "-",
  65. "ios": "-",
  66. "harmony": "-"
  67. },
  68. "mp": {
  69. "weixin": "-",
  70. "alipay": "-",
  71. "toutiao": "-",
  72. "baidu": "-",
  73. "kuaishou": "-",
  74. "jd": "-",
  75. "harmony": "-",
  76. "qq": "-",
  77. "lark": "-"
  78. },
  79. "quickapp": {
  80. "huawei": "-",
  81. "union": "-"
  82. }
  83. },
  84. "uni-app-x": {
  85. "web": {
  86. "safari": "-",
  87. "chrome": "-"
  88. },
  89. "app": {
  90. "android": "-",
  91. "ios": "-",
  92. "harmony": "-"
  93. },
  94. "mp": {
  95. "weixin": "-"
  96. }
  97. }
  98. }
  99. }
  100. }
  101. }