Blame view

uni_modules/z-paging/package.json 2.05 KB
252962bb   刘淇   uni_modu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
  {
    "id": "z-paging",
    "name": "z-paging",
    "displayName": "【z-paging下拉刷新、上拉加载】高性能,全平台兼容。支持虚拟列表,分页全自动处理",
    "version": "2.8.8",
    "description": "超简单、低耦合!使用wxs+renderjs实现。支持自定义下拉刷新、上拉加载更多、虚拟列表、下拉进入二楼、自动管理空数据图、无闪动聊天分页、本地分页、国际化等数百项配置",
    "keywords": [
      "下拉刷新",
      "上拉加载",
      "分页器",
      "nvue",
      "虚拟列表"
  ],
    "repository": "https://github.com/SmileZXLee/uni-z-paging",
    "engines": {
      "HBuilderX": "^3.0.7",
      "uni-app": "^4.07"
    },
    "dcloudext": {
      "sale": {
        "regular": {
          "price": "0.00"
        },
        "sourcecode": {
          "price": "0.00"
        }
      },
      "contact": {
        "qq": "393727164"
      },
      "declaration": {
        "ads": "无",
        "data": "无",
        "permissions": "无"
      },
      "npmurl": "https://www.npmjs.com/package/z-paging",
      "type": "component-vue",
      "darkmode": "√",
      "i18n": "√",
      "widescreen": "√"
    },
    "uni_modules": {
      "dependencies": [],
      "encrypt": [],
      "platforms": {
        "cloud": {
          "tcb": "√",
          "aliyun": "√",
          "alipay": "√"
        },
        "client": {
          "uni-app": {
            "vue": {
              "vue2": "√",
              "vue3": "√"
            },
            "web": {
              "safari": "√",
              "chrome": "√"
            },
            "app": {
              "vue": "√",
              "nvue": "√",
              "android": "√",
              "ios": "√",
              "harmony": "√"
            },
            "mp": {
              "weixin": "√",
              "alipay": "√",
              "toutiao": "√",
              "baidu": "√",
              "kuaishou": "√",
              "jd": "√",
              "harmony": "-",
              "qq": "√",
              "lark": "√"
            },
            "quickapp": {
              "huawei": "√",
              "union": "-"
            }
          }
        }
      }
    }
  }