package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "id": "lime-dayuts",
  3. "displayName": "lime-dayuts dayjs 日期库",
  4. "version": "0.1.6",
  5. "description": "lime-dayuts 是dayjs的uts版,一个轻量的处理时间和日期的 UTS 库,几乎和dayjs保持一样的API",
  6. "keywords": [
  7. "lime-dayuts",
  8. "dayjs",
  9. "日期",
  10. "时间格式化"
  11. ],
  12. "repository": "",
  13. "engines": {
  14. "HBuilderX": "^4.14",
  15. "uni-app": "^4.72",
  16. "uni-app-x": "^4.74"
  17. },
  18. "dcloudext": {
  19. "type": "uts",
  20. "sale": {
  21. "regular": {
  22. "price": "0.00"
  23. },
  24. "sourcecode": {
  25. "price": "0.00"
  26. }
  27. },
  28. "contact": {
  29. "qq": ""
  30. },
  31. "declaration": {
  32. "ads": "无",
  33. "data": "无",
  34. "permissions": "无"
  35. },
  36. "npmurl": "",
  37. "darkmode": "x",
  38. "i18n": "x",
  39. "widescreen": "x"
  40. },
  41. "uni_modules": {
  42. "dependencies": [],
  43. "encrypt": [],
  44. "platforms": {
  45. "cloud": {
  46. "tcb": "√",
  47. "aliyun": "√",
  48. "alipay": "x"
  49. },
  50. "client": {
  51. "uni-app": {
  52. "vue": {
  53. "vue2": "√",
  54. "vue3": "√"
  55. },
  56. "web": {
  57. "safari": "√",
  58. "chrome": "√"
  59. },
  60. "app": {
  61. "vue": "√",
  62. "nvue": "-",
  63. "android": {
  64. "extVersion": "",
  65. "minVersion": "21"
  66. },
  67. "ios": "√",
  68. "harmony": "√"
  69. },
  70. "mp": {
  71. "weixin": "√",
  72. "alipay": "√",
  73. "toutiao": "√",
  74. "baidu": "√",
  75. "kuaishou": "√",
  76. "jd": "√",
  77. "harmony": "√",
  78. "qq": "√",
  79. "lark": "√"
  80. },
  81. "quickapp": {
  82. "huawei": "√",
  83. "union": "√"
  84. }
  85. },
  86. "uni-app-x": {
  87. "web": {
  88. "safari": "√",
  89. "chrome": "√"
  90. },
  91. "app": {
  92. "android": {
  93. "extVersion": "",
  94. "minVersion": "21"
  95. },
  96. "ios": "√",
  97. "harmony": "√"
  98. },
  99. "mp": {
  100. "weixin": "√"
  101. }
  102. }
  103. }
  104. }
  105. }
  106. }