forked from bolav/fuse-sqlite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
58 lines (58 loc) · 2.21 KB
/
package-lock.json
File metadata and controls
58 lines (58 loc) · 2.21 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
{
"name": "fuse-sqlite-example",
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@fuse-open/fuselibs": {
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/@fuse-open/fuselibs/-/fuselibs-1.14.0.tgz",
"integrity": "sha512-K8kO9FukQX9zAQvyAbKe3VwvGV7wyJcGm2u4XW5szNMRIGusKqOo+U1Rzft2z1nJ97npZnxYSquuG5I+3Pvx3w==",
"dev": true
},
"@fuse-open/types": {
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/@fuse-open/types/-/types-1.14.0.tgz",
"integrity": "sha512-KwZW6QmBwfAt6lTJK7/gLGDqc0qD9gM/mIjxXOfhl5twWyDlPEWJQDy6ZuEN/Gfxv+09IUlSIx8nzvUhoj+AUA==",
"dev": true
},
"dotnet-run": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/dotnet-run/-/dotnet-run-1.3.1.tgz",
"integrity": "sha512-YckXh9Yyq5qNPkbHYIXYk3re9oAS+8N1qHAnp1TmSjLSB3j0tT8vDra/m29ACdnfbYuLgRjGUYdl2MFp6Qvfvg==",
"dev": true
},
"fuse-sdk": {
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/fuse-sdk/-/fuse-sdk-1.14.0.tgz",
"integrity": "sha512-rG99jxlmUDl2t/C6oFtjPjKp9LmEBuDH3j2lK1FWLvXRb/2sCQB3caMK6dLzT4q0aP08g/47vMGfqvKOgrW0MQ==",
"dev": true,
"requires": {
"@fuse-open/fuselibs": "~1.14.0",
"@fuse-open/uno": "~1.14.0"
},
"dependencies": {
"@fuse-open/uno": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/@fuse-open/uno/-/uno-1.14.1.tgz",
"integrity": "sha512-JbwW0YWTA9fgls8VR+g3bqivjFuFXyGfhuMIkiDFJUB23wKCRlLaf0mb0Eky0ItAs9zHLHe30ijh7AKseJa/Vw==",
"dev": true,
"requires": {
"dotnet-run": "^1.2.0"
}
}
}
},
"fuse-sqlite": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/fuse-sqlite/-/fuse-sqlite-0.12.0.tgz",
"integrity": "sha512-MR5tIoh8Hcmyynvxs54+xRmgSArD5dF4NNFIywGzH4e6SyMZALd9e7sXGldtbBVjL0YSE0VMNT0Ez5A2Wn3BbA==",
"dev": true
},
"typescript": {
"version": "3.9.7",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz",
"integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==",
"dev": true
}
}
}