This repository has been archived by the owner on Jul 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage-lock.json
40 lines (40 loc) · 1.58 KB
/
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
32
33
34
35
36
37
38
39
40
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"dompurify": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.3.tgz",
"integrity": "sha512-dqnqRkPMAjOZE0FogZ+ceJNM2dZ3V/yNOuFB7+39qpO93hHhfRpHw3heYQC7DPK9FqbQTfBKUJhiSfz4MvXYwg=="
},
"tui-calendar": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tui-calendar/-/tui-calendar-1.14.1.tgz",
"integrity": "sha512-FK4QBc1X3iXemmFFAPMdC9b3/uQ7Lf1U1SY34EtDuov4ruUiQWE0qV3BzmM61gDzEz3tCzklnUIhis3loVHdGw==",
"requires": {
"dompurify": "^2.3.1",
"tui-code-snippet": "^1.5.0",
"tui-date-picker": "^4.3.0",
"tui-time-picker": "^2.1.4"
}
},
"tui-code-snippet": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/tui-code-snippet/-/tui-code-snippet-1.5.2.tgz",
"integrity": "sha512-6UqTlQaaC1KLcmC0HAoq5dtl1G4Fib+R+NC7pmaV7kiIlZ7JqKhUmnOoGRcreAyzd81UTK/vCvhrw9QJskpCFQ=="
},
"tui-date-picker": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/tui-date-picker/-/tui-date-picker-4.3.1.tgz",
"integrity": "sha512-LMXdiM6cXau4NVw3/1T4ltaLk2PZAn2RbRtVUPN30Zg905t9Ab+OJ8EgeEgLVW9osvLuO9raW63l7YwiT50v6Q==",
"requires": {
"tui-time-picker": "^2.1.3"
}
},
"tui-time-picker": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/tui-time-picker/-/tui-time-picker-2.1.4.tgz",
"integrity": "sha512-gqCasZgniE8slP83h3pUnSXyVWBBi7T+9gi0+RxB6ld6l2hgPuVax8o82ysz02pvQ5bEkfPP3sG1caeU+iH0Sw=="
}
}
}