-
Notifications
You must be signed in to change notification settings - Fork 0
/
deno.lock
44 lines (44 loc) · 1.51 KB
/
deno.lock
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
{
"version": "4",
"specifiers": {
"jsr:@std/assert@*": "1.0.5",
"jsr:@std/internal@^1.0.3": "1.0.3",
"npm:@emurgo/cardano-message-signing-nodejs@1.1.0": "1.1.0",
"npm:@emurgo/cardano-serialization-lib-nodejs@13.2.0": "13.2.0",
"npm:@types/node@*": "18.16.19",
"npm:postgres@^3.4.4": "3.4.4"
},
"jsr": {
"@std/assert@1.0.5": {
"integrity": "e37da8e4033490ce613eec4ac1d78dba1faf5b02a3f6c573a28f15365b9b440f",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/internal@1.0.3": {
"integrity": "208e9b94a3d5649bd880e9ca38b885ab7651ab5b5303a56ed25de4755fb7b11e"
}
},
"npm": {
"@emurgo/cardano-message-signing-nodejs@1.1.0": {
"integrity": "sha512-PQRc8K8wZshEdmQenNUzVtiI8oJNF/1uAnBhidee5C4o1l2mDLOW+ur46HWHIFKQ6x8mSJTllcjMscHgzju0gQ=="
},
"@emurgo/cardano-serialization-lib-nodejs@13.2.0": {
"integrity": "sha512-Bz1zLGEqBQ0BVkqt1OgMxdBOE3BdUWUd7Ly9Ecr/aUwkA8AV1w1XzBMe4xblmJHnB1XXNlPH4SraXCvO+q0Mig=="
},
"@types/node@18.16.19": {
"integrity": "sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA=="
},
"postgres@3.4.4": {
"integrity": "sha512-IbyN+9KslkqcXa8AO9fxpk97PA4pzewvpi2B3Dwy9u4zpV32QicaEdgmF3eSQUzdRk7ttDHQejNgAEr4XoeH4A=="
}
},
"workspace": {
"dependencies": [
"jsr:@std/assert@*",
"npm:@emurgo/cardano-message-signing-nodejs@1.1.0",
"npm:@emurgo/cardano-serialization-lib-nodejs@13.2.0",
"npm:postgres@^3.4.4"
]
}
}