-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
40 lines (40 loc) · 1.57 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
{
"name": "joy-con-element",
"version": "1.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@stencil/angular-output-target": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/@stencil/angular-output-target/-/angular-output-target-0.0.1.tgz",
"integrity": "sha512-kp0jZfwTq6TzV745G3IiTk0rVKgMRNWD+JU1Z23m2cCBbzaKkneZp+U8QjuEVI1Gp8UUWYI/f5fUoC+dcejEWQ==",
"dev": true
},
"@stencil/core": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-1.7.1.tgz",
"integrity": "sha512-w7hwj+Ovdr0YTc7MD1e9GWz7qm/NoE1E/ye1lrg8xoB2rsvOsCtyDx9vy24UUgZqyvMyc02jDp9aV+n0mnLShw==",
"dev": true,
"requires": {
"typescript": "3.6.3"
}
},
"@stencil/react-output-target": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/@stencil/react-output-target/-/react-output-target-0.0.1.tgz",
"integrity": "sha512-LRGafNL3qkjMsqfVIG5K+KtmrndHv9CtxK2TpV13yDAYHtntAPeJvMx8McHOjCI4CtLoKIE3TFq3k30Y4hIovw==",
"dev": true
},
"typescript": {
"version": "3.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.3.tgz",
"integrity": "sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw==",
"dev": true
},
"unswitch": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/unswitch/-/unswitch-1.4.0.tgz",
"integrity": "sha512-Jg80K/hyj58nQINuFYpLVAV176l95OQU5WjUEjSEAuPX2HRSjSL8NMVg5JKV99g1GaUmn/mCZAeQ2L8VTTl8LA=="
}
}
}