-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
31 lines (31 loc) · 976 Bytes
/
package-lock.json
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
{
"name": "redpack-sender",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "redpack-sender",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"tdesign-miniprogram": "^1.2.6"
}
},
"node_modules/dayjs": {
"version": "1.11.10",
"resolved": "https://repo.huaweicloud.com/repository/npm/dayjs/-/dayjs-1.11.10.tgz",
"integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==",
"license": "MIT"
},
"node_modules/tdesign-miniprogram": {
"version": "1.2.6",
"resolved": "https://repo.huaweicloud.com/repository/npm/tdesign-miniprogram/-/tdesign-miniprogram-1.2.6.tgz",
"integrity": "sha512-uz8pc0RaTbvIKgnx3Dk0OAkQo8LRwMk+20opinEfzX+qlnAy89/2FG+1G3Ie+lHkncvLFMPfPRG1UyBCZhn+ZQ==",
"license": "MIT",
"dependencies": {
"dayjs": "^1.10.7"
}
}
}
}