-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
23 lines (23 loc) · 916 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
23 lines (23 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "@holema/h2-DateTimePicker",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@holema/datepicker": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@holema/datepicker/-/datepicker-1.0.0.tgz",
"integrity": "sha512-Op/mp5Xg8PJQvuAYgliJ94o363jSXWX2HecU6gvYU89dgP+NPc+PeTIicRSs3SI3rKi8uPpkPipHTRBZfr59nA=="
},
"@holema/mdtimepicker": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@holema/mdtimepicker/-/mdtimepicker-1.1.0.tgz",
"integrity": "sha512-SrYE/AWLqYgqE9FXmnbyPvYGB60Z+mDn+UuKzTcma2ZLEtyzVs8qiKAkZYFPa3M4Z5zsESLFm8kDllSbrMeD2A=="
},
"moment": {
"version": "2.29.1",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz",
"integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ=="
}
}
}