-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
40 lines (40 loc) · 1.42 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": "my-app",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"qr-scanner": "^1.4.1"
}
},
"node_modules/@types/offscreencanvas": {
"version": "2019.7.0",
"resolved": "https://registry.npmjs.org/@types/offscreencanvas/-/offscreencanvas-2019.7.0.tgz",
"integrity": "sha512-PGcyveRIpL1XIqK8eBsmRBt76eFgtzuPiSTyKHZxnGemp2yzGzWpjYKAfK3wIMiU7eH+851yEpiuP8JZerTmWg=="
},
"node_modules/qr-scanner": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/qr-scanner/-/qr-scanner-1.4.1.tgz",
"integrity": "sha512-xiR90NONHTfTwaFgW/ihlqjGMIZg6ExHDOvGQRba1TvV+WVw7GoDArIOt21e+RO+9WiO4AJJq+mwc5f4BnGH3w==",
"dependencies": {
"@types/offscreencanvas": "^2019.6.4"
}
}
},
"dependencies": {
"@types/offscreencanvas": {
"version": "2019.7.0",
"resolved": "https://registry.npmjs.org/@types/offscreencanvas/-/offscreencanvas-2019.7.0.tgz",
"integrity": "sha512-PGcyveRIpL1XIqK8eBsmRBt76eFgtzuPiSTyKHZxnGemp2yzGzWpjYKAfK3wIMiU7eH+851yEpiuP8JZerTmWg=="
},
"qr-scanner": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/qr-scanner/-/qr-scanner-1.4.1.tgz",
"integrity": "sha512-xiR90NONHTfTwaFgW/ihlqjGMIZg6ExHDOvGQRba1TvV+WVw7GoDArIOt21e+RO+9WiO4AJJq+mwc5f4BnGH3w==",
"requires": {
"@types/offscreencanvas": "^2019.6.4"
}
}
}
}