forked from bolav/fuse-signature
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package-lock.json
26 lines (26 loc) · 952 Bytes
/
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
{
"name": "subcargo",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@fuse-open/fuselibs": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/@fuse-open/fuselibs/-/fuselibs-1.13.0.tgz",
"integrity": "sha512-LKrfG/APO6UKJPrDS1zDXyo2zrCdlivPFgEWai6bCot3tvZiK62qH+Ayq8XZqsoD12t1M2KiHkdTZAKbj4/kGg=="
},
"@fuse-open/uno": {
"version": "1.13.2",
"resolved": "https://registry.npmjs.org/@fuse-open/uno/-/uno-1.13.2.tgz",
"integrity": "sha512-T0la1sijYjiLXsnTknZK/Y4vl/+MUmLqrXFXRF/dAKjLcNnPwHZOWM4fIEO0F/moLCCapaR4STjpLFAjfkx2yA==",
"requires": {
"dotnet-run": "^1.0.0"
}
},
"dotnet-run": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/dotnet-run/-/dotnet-run-1.1.0.tgz",
"integrity": "sha512-nuLxPxSKO15jSBcVI5ve2hSIGwfPmjY4VpBPMbi1nyWNqMGCc/9elsfzsVCls8DCM4g9iB7UVnkS+W42WsuuhQ=="
}
}
}