-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
68 lines (68 loc) · 2.69 KB
/
package-lock.json
File metadata and controls
68 lines (68 loc) · 2.69 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
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
{
"name": "fuse-contacts2",
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@fuse-open/fuselibs": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/@fuse-open/fuselibs/-/fuselibs-2.6.0.tgz",
"integrity": "sha512-V+q++0x2/OTWJB6N97ipH62GgmwcM0mSvGQJE45tGdwZuQl0zKyQ4xps8pFBJjWPyPKI8sFRzRECNG77Bfe/dA==",
"dev": true
},
"@fuse-open/opentk": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@fuse-open/opentk/-/opentk-3.2.0.tgz",
"integrity": "sha512-LFXms2H9+3k12Ijcaz4aQ+9PzHn6KiN1ee/0T7iwkraTGy9f8g/SUCmLa7Co/Bzrr0Ykj2u7eYoT7QXYtutOEA==",
"dev": true
},
"@fuse-open/transpiler": {
"version": "1.17.3",
"resolved": "https://registry.npmjs.org/@fuse-open/transpiler/-/transpiler-1.17.3.tgz",
"integrity": "sha512-gHsyDqfYtyg+BYMdmlJ2fn2NjtCq3L/lx28vZFY2GdTLGvjbn7YJBnE+U8MiEzALoxDAL24R//1WJGrKsjkq0A==",
"dev": true
},
"@fuse-open/types": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/@fuse-open/types/-/types-2.6.0.tgz",
"integrity": "sha512-PjJ/sdSpuEqoGFlFnIgbnXGfQ9cN6zoSVwmZ/jK7ITxlGTqlUptY+U15QAt7Y+Aahu+7imFVshp1M7CnxZ68FA==",
"dev": true
},
"@fuse-open/xamarin-mac": {
"version": "8.12.0",
"resolved": "https://registry.npmjs.org/@fuse-open/xamarin-mac/-/xamarin-mac-8.12.0.tgz",
"integrity": "sha512-q2r2Pdr3sD5SgLyb+3EKJ+DDMTcUiKuRhHMi4qumYhl3vWPiLXaXDtmTKVu5a1Vqf4pR6qwpwnTjCbLZBsbsFA==",
"dev": true
},
"dotnet-run": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/dotnet-run/-/dotnet-run-1.5.0.tgz",
"integrity": "sha512-Huwx7vUQzlCx59+JdcRRltSXnhyqCoBh2LmhmDbaTxFMaKBgKeYgkEy6Cx4Cb2Pr+DomHKuHmwFBksLLiD9VnA==",
"dev": true
},
"fuse-sdk": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/fuse-sdk/-/fuse-sdk-2.6.0.tgz",
"integrity": "sha512-/i1b4ZbIhhGWHW8+CuZfn99pZ8WH/pWV6cfDhe4bLgOQRYb769XEBkYi8pCTAXohMInWLAFQ8kMXPghOeT5YZg==",
"dev": true,
"requires": {
"@fuse-open/fuselibs": "~2.6.0",
"@fuse-open/types": "~2.6.0",
"@fuse-open/uno": "~2.6.0"
},
"dependencies": {
"@fuse-open/uno": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/@fuse-open/uno/-/uno-2.6.0.tgz",
"integrity": "sha512-UT5npTdJODV6RGPHZyKDi3zhAP9sCs1Tc3PHabIgFIYlc1Q4zENaP6WxOwhkQei/wcaEOmx9X8RR/1q7BPIjqg==",
"dev": true,
"requires": {
"@fuse-open/opentk": "^3.2.0",
"@fuse-open/transpiler": "^1.17.3",
"@fuse-open/xamarin-mac": "^8.8.0",
"dotnet-run": "^1.5.0"
}
}
}
}
}
}