-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
80 lines (80 loc) · 2.88 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "select-problem",
"version": "0.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.0.1",
"license": "MIT",
"devDependencies": {
"@stencil/core": "^2.0.0",
"@stencil/router": "^1.0.1",
"dialog-polyfill": "^0.5.4"
}
},
"node_modules/@stencil/core": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.3.0.tgz",
"integrity": "sha512-VZ/Ox0E1kngcmHbJhHUufuLELi+xG3of3LuRI3X2AMWyE82JUVYlOEsQci/YBZWpfc9BS9I36R88prBew22oew==",
"dev": true,
"bin": {
"stencil": "bin/stencil"
},
"engines": {
"node": ">=12.10.0",
"npm": ">=6.0.0"
}
},
"node_modules/@stencil/router": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@stencil/router/-/router-1.0.1.tgz",
"integrity": "sha512-ZMholl1BE+glNAc/8pcEb9RYkeH0XETxsJbx6D7f3azTmaTXqKYty1IACP/3BtVjuimpfLdxQJ+J95wKmnYBtA==",
"dev": true,
"dependencies": {
"@stencil/state-tunnel": "^1.0.1"
}
},
"node_modules/@stencil/state-tunnel": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@stencil/state-tunnel/-/state-tunnel-1.0.1.tgz",
"integrity": "sha512-DYG8uROgL9hkjVTCtCfRBb0d3FwpiFB0muRrNZQ2X1Qo5hxMuNNji76/ILddqeq0AfgkKCW82xrMPDpy+rNIhQ==",
"dev": true
},
"node_modules/dialog-polyfill": {
"version": "0.5.4",
"resolved": "https://registry.npmjs.org/dialog-polyfill/-/dialog-polyfill-0.5.4.tgz",
"integrity": "sha512-LqQvIky9+qIFD7MCESOXdMZc4ObCdEbzbuvnPJVCiRXKQMzMjpQKK50UI+2sj0bJBPKn6ugPpMRpuLrgYc4RjA==",
"dev": true
}
},
"dependencies": {
"@stencil/core": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.3.0.tgz",
"integrity": "sha512-VZ/Ox0E1kngcmHbJhHUufuLELi+xG3of3LuRI3X2AMWyE82JUVYlOEsQci/YBZWpfc9BS9I36R88prBew22oew==",
"dev": true
},
"@stencil/router": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@stencil/router/-/router-1.0.1.tgz",
"integrity": "sha512-ZMholl1BE+glNAc/8pcEb9RYkeH0XETxsJbx6D7f3azTmaTXqKYty1IACP/3BtVjuimpfLdxQJ+J95wKmnYBtA==",
"dev": true,
"requires": {
"@stencil/state-tunnel": "^1.0.1"
}
},
"@stencil/state-tunnel": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@stencil/state-tunnel/-/state-tunnel-1.0.1.tgz",
"integrity": "sha512-DYG8uROgL9hkjVTCtCfRBb0d3FwpiFB0muRrNZQ2X1Qo5hxMuNNji76/ILddqeq0AfgkKCW82xrMPDpy+rNIhQ==",
"dev": true
},
"dialog-polyfill": {
"version": "0.5.4",
"resolved": "https://registry.npmjs.org/dialog-polyfill/-/dialog-polyfill-0.5.4.tgz",
"integrity": "sha512-LqQvIky9+qIFD7MCESOXdMZc4ObCdEbzbuvnPJVCiRXKQMzMjpQKK50UI+2sj0bJBPKn6ugPpMRpuLrgYc4RjA==",
"dev": true
}
}
}