-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
34 lines (34 loc) · 1.25 KB
/
package-lock.json
File metadata and controls
34 lines (34 loc) · 1.25 KB
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
{
"name": "leekspin",
"version": "1.1.0",
"lockfileVersion": 1,
"requires": 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/sass": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/@stencil/sass/-/sass-1.4.1.tgz",
"integrity": "sha512-aFKoqtxZ/8BRbvNFiWRycGiqvMI22Ifn5qsKfq0U23j43XD81jT6d7K0WQd55ejNpoSpdxJcbOuFgQy3mXizfA=="
},
"@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
}
}
}