-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
package-lock.json
43 lines (43 loc) · 1.54 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
41
42
43
{
"name": "omi",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"omi": "^7.6.17"
}
},
"node_modules/construct-style-sheets-polyfill": {
"version": "3.0.1",
"resolved": "https://registry.npmmirror.com/construct-style-sheets-polyfill/-/construct-style-sheets-polyfill-3.0.1.tgz",
"integrity": "sha512-vyAiTcS3i29IxjzJ12K2MGUUBYgrF69p6fKD+8ZPRLFhwTtuaxXLpazl4Yw4FITsQXwUMrh8juI1bOHWYjzkwA==",
"engines": {
"npm": ">=7"
}
},
"node_modules/omi": {
"version": "7.6.17",
"resolved": "https://registry.npmmirror.com/omi/-/omi-7.6.17.tgz",
"integrity": "sha512-7WFWWp1+IjHogHVfsZuLFR2npQHLX/eR9kr+o/OwhIkSqkKqiwy+1daUYzgDM6fGxgrkiRve7VCe8ceYa43W0g==",
"dependencies": {
"construct-style-sheets-polyfill": "3.0.1",
"reactive-signal": "^1.0.3",
"weakmap-polyfill": "2.0.4"
}
},
"node_modules/reactive-signal": {
"version": "1.0.3",
"resolved": "https://registry.npmmirror.com/reactive-signal/-/reactive-signal-1.0.3.tgz",
"integrity": "sha512-UlbIDgdkreGW0QFdrxCsVQNcPkiv+aOT4bWIF3inHb4jZlBdvRCZtgO9Ie5ayFxlnjetQg1QvRhg5PlGKSxZEA=="
},
"node_modules/weakmap-polyfill": {
"version": "2.0.4",
"resolved": "https://registry.npmmirror.com/weakmap-polyfill/-/weakmap-polyfill-2.0.4.tgz",
"integrity": "sha512-ZzxBf288iALJseijWelmECm/1x7ZwQn3sMYIkDr2VvZp7r6SEKuT8D0O9Wiq6L9Nl5mazrOMcmiZE/2NCenaxw==",
"engines": {
"node": ">=8.10.0"
}
}
}
}