package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "id": "uts-progressNotification",
  3. "displayName": "uts-progressNotification",
  4. "version": "1.1.2",
  5. "description": "uts-progressNotification",
  6. "keywords": [
  7. "progressNotification"
  8. ],
  9. "repository": "",
  10. "engines": {
  11. "HBuilderX": "^3.91"
  12. },
  13. "dcloudext": {
  14. "type": "uts",
  15. "sale": {
  16. "regular": {
  17. "price": "0.00"
  18. },
  19. "sourcecode": {
  20. "price": "0.00"
  21. }
  22. },
  23. "contact": {
  24. "qq": ""
  25. },
  26. "declaration": {
  27. "ads": "无",
  28. "data": "插件不采集任何数据",
  29. "permissions": "TargetSDKVersion33以上时需配置\n`android.permission.POST_NOTIFICATIONS`"
  30. },
  31. "npmurl": ""
  32. },
  33. "uni_modules": {
  34. "dependencies": [],
  35. "encrypt": [],
  36. "platforms": {
  37. "cloud": {
  38. "tcb": "y",
  39. "aliyun": "y",
  40. "alipay": "n"
  41. },
  42. "client": {
  43. "Vue": {
  44. "vue2": "y",
  45. "vue3": "y"
  46. },
  47. "App": {
  48. "app-android": {
  49. "minVersion": "19"
  50. },
  51. "app-ios": "n",
  52. "app-harmony": "u"
  53. },
  54. "H5-mobile": {
  55. "Safari": "n",
  56. "Android Browser": "n",
  57. "微信浏览器(Android)": "n",
  58. "QQ浏览器(Android)": "n"
  59. },
  60. "H5-pc": {
  61. "Chrome": "n",
  62. "IE": "n",
  63. "Edge": "n",
  64. "Firefox": "n",
  65. "Safari": "n"
  66. },
  67. "小程序": {
  68. "微信": "n",
  69. "阿里": "n",
  70. "百度": "n",
  71. "字节跳动": "n",
  72. "QQ": "n",
  73. "钉钉": "n",
  74. "快手": "n",
  75. "飞书": "n",
  76. "京东": "n"
  77. },
  78. "快应用": {
  79. "华为": "n",
  80. "联盟": "n"
  81. }
  82. }
  83. }
  84. }
  85. }