-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
50 lines (50 loc) · 1.89 KB
/
package-lock.json
File metadata and controls
50 lines (50 loc) · 1.89 KB
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
{
"name": "minip",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "minip",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@vant/weapp": "^1.10.3",
"dayjs": "^1.11.3",
"weui-miniprogram": "^1.2.3"
}
},
"node_modules/@vant/weapp": {
"version": "1.10.3",
"resolved": "https://registry.npmmirror.com/@vant/weapp/-/weapp-1.10.3.tgz",
"integrity": "sha512-CcG5umI+zlJRN6hQXPeknOenPkVm6WBEgBaB6Y94kOmKLx9NHtHBdURwxuJEA4q4mxhUdOuf6sV7I8tZBnCVxw=="
},
"node_modules/dayjs": {
"version": "1.11.3",
"resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.3.tgz",
"integrity": "sha512-xxwlswWOlGhzgQ4TKzASQkUhqERI3egRNqgV4ScR8wlANA/A9tZ7miXa44vTTKEq5l7vWoL5G57bG3zA+Kow0A=="
},
"node_modules/weui-miniprogram": {
"version": "1.2.3",
"resolved": "https://registry.npmmirror.com/weui-miniprogram/-/weui-miniprogram-1.2.3.tgz",
"integrity": "sha512-PFlPKnIVTkt3CMrasTVKFEoDO4kfy1i3p4g8iU255ydZnxieGpHGa1d5gvVH9qpmxMPoIpjN57YoP/drLbJQrg=="
}
},
"dependencies": {
"@vant/weapp": {
"version": "1.10.3",
"resolved": "https://registry.npmmirror.com/@vant/weapp/-/weapp-1.10.3.tgz",
"integrity": "sha512-CcG5umI+zlJRN6hQXPeknOenPkVm6WBEgBaB6Y94kOmKLx9NHtHBdURwxuJEA4q4mxhUdOuf6sV7I8tZBnCVxw=="
},
"dayjs": {
"version": "1.11.3",
"resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.3.tgz",
"integrity": "sha512-xxwlswWOlGhzgQ4TKzASQkUhqERI3egRNqgV4ScR8wlANA/A9tZ7miXa44vTTKEq5l7vWoL5G57bG3zA+Kow0A=="
},
"weui-miniprogram": {
"version": "1.2.3",
"resolved": "https://registry.npmmirror.com/weui-miniprogram/-/weui-miniprogram-1.2.3.tgz",
"integrity": "sha512-PFlPKnIVTkt3CMrasTVKFEoDO4kfy1i3p4g8iU255ydZnxieGpHGa1d5gvVH9qpmxMPoIpjN57YoP/drLbJQrg=="
}
}
}