-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
24 lines (24 loc) · 931 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"countries-and-timezones": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/countries-and-timezones/-/countries-and-timezones-1.0.1.tgz",
"integrity": "sha512-rQ++m2tbeSxdmG/F4TqxqZuiZuVIFhFzs0Frp6M15GVAH0FyyJZtAmNNa7sooDtkQWv7mRVYZUc2yY+gADhXsA=="
},
"moment": {
"version": "2.24.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz",
"integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg=="
},
"moment-timezone": {
"version": "0.5.26",
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.26.tgz",
"integrity": "sha512-sFP4cgEKTCymBBKgoxZjYzlSovC20Y6J7y3nanDc5RoBIXKlZhoYwBoZGe3flwU6A372AcRwScH8KiwV6zjy1g==",
"requires": {
"moment": ">= 2.9.0"
}
}
}
}