package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "id": "ikun-qrcode",
  3. "displayName": "【ikun-qrcode】极简的二维码生成组件,使用view而非canvas避免层级问题",
  4. "version": "1.0.18",
  5. "description": "ikun-qrcode,极简的二维码生成组件,使用view而非canvas避免层级问题",
  6. "keywords": [
  7. "ikun-qrcode",
  8. "qrcode",
  9. "二维码"
  10. ],
  11. "repository": "https://github.com/ikun-ui-uniapp/ikun-qrcode.git",
  12. "engines": {
  13. "HBuilderX": "^3.97",
  14. "uni-app": "^3.7.1",
  15. "uni-app-x": ""
  16. },
  17. "dcloudext": {
  18. "type": "component-vue",
  19. "sale": {
  20. "regular": {
  21. "price": "0.00"
  22. },
  23. "sourcecode": {
  24. "price": "0.00"
  25. }
  26. },
  27. "contact": {
  28. "qq": ""
  29. },
  30. "declaration": {
  31. "ads": "无",
  32. "data": "插件不采集任何数据",
  33. "permissions": "无"
  34. },
  35. "npmurl": "",
  36. "darkmode": "x",
  37. "i18n": "x",
  38. "widescreen": "√"
  39. },
  40. "uni_modules": {
  41. "dependencies": [],
  42. "encrypt": [],
  43. "platforms": {
  44. "cloud": {
  45. "tcb": "√",
  46. "aliyun": "√",
  47. "alipay": "√"
  48. },
  49. "client": {
  50. "uni-app": {
  51. "vue": {
  52. "vue2": "√",
  53. "vue3": "√"
  54. },
  55. "web": {
  56. "safari": "√",
  57. "chrome": "√"
  58. },
  59. "app": {
  60. "vue": "√",
  61. "nvue": "√",
  62. "android": "√",
  63. "ios": "√",
  64. "harmony": "√"
  65. },
  66. "mp": {
  67. "weixin": "√",
  68. "alipay": "√",
  69. "toutiao": "√",
  70. "baidu": "√",
  71. "kuaishou": "√",
  72. "jd": "√",
  73. "harmony": "√",
  74. "qq": "√",
  75. "lark": "√",
  76. "xhs": "-"
  77. },
  78. "quickapp": {
  79. "huawei": "√",
  80. "union": "√"
  81. }
  82. },
  83. "uni-app-x": {
  84. "web": {
  85. "safari": "-",
  86. "chrome": "-"
  87. },
  88. "app": {
  89. "android": "-",
  90. "ios": "-",
  91. "harmony": "-"
  92. },
  93. "mp": {
  94. "weixin": "-"
  95. }
  96. }
  97. }
  98. }
  99. }
  100. }