-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.lock
More file actions
78 lines (78 loc) · 2.38 KB
/
deno.lock
File metadata and controls
78 lines (78 loc) · 2.38 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
69
70
71
72
73
74
75
76
77
78
{
"version": "5",
"specifiers": {
"jsr:@noble/hashes@2": "2.0.1",
"npm:@cashu/cashu-ts@3": "3.6.2",
"npm:nostr-tools@2": "2.23.3"
},
"jsr": {
"@noble/hashes@2.0.1": {
"integrity": "e0e908292a0bf91099cf8ba0720a1647cef82ab38b588815b5e9535b4ff4d7bb"
}
},
"npm": {
"@cashu/cashu-ts@3.6.2": {
"integrity": "sha512-wdlX1rIFC+cdr+qVnVl2ko6ShKeNSJCGnQFQ1NyeS+EwZ8e0t6BQXF5uLgGnA8DB44RkfCgiH2Iw5RHTDkb6YQ==",
"dependencies": [
"@noble/curves",
"@noble/hashes",
"@scure/base",
"@scure/bip32"
]
},
"@noble/ciphers@2.1.1": {
"integrity": "sha512-bysYuiVfhxNJuldNXlFEitTVdNnYUc+XNJZd7Qm2a5j1vZHgY+fazadNFWFaMK/2vye0JVlxV3gHmC0WDfAOQw=="
},
"@noble/curves@2.0.1": {
"integrity": "sha512-vs1Az2OOTBiP4q0pwjW5aF0xp9n4MxVrmkFBxc6EKZc6ddYx5gaZiAsZoq0uRRXWbi3AT/sBqn05eRPtn1JCPw==",
"dependencies": [
"@noble/hashes"
]
},
"@noble/hashes@2.0.1": {
"integrity": "sha512-XlOlEbQcE9fmuXxrVTXCTlG2nlRXa9Rj3rr5Ue/+tX+nmkgbX720YHh0VR3hBF9xDvwnb8D2shVGOwNx+ulArw=="
},
"@scure/base@2.0.0": {
"integrity": "sha512-3E1kpuZginKkek01ovG8krQ0Z44E3DHPjc5S2rjJw9lZn3KSQOs8S7wqikF/AH7iRanHypj85uGyxk0XAyC37w=="
},
"@scure/bip32@2.0.1": {
"integrity": "sha512-4Md1NI5BzoVP+bhyJaY3K6yMesEFzNS1sE/cP+9nuvE7p/b0kx9XbpDHHFl8dHtufcbdHRUUQdRqLIPHN/s7yA==",
"dependencies": [
"@noble/curves",
"@noble/hashes",
"@scure/base"
]
},
"@scure/bip39@2.0.1": {
"integrity": "sha512-PsxdFj/d2AcJcZDX1FXN3dDgitDDTmwf78rKZq1a6c1P1Nan1X/Sxc7667zU3U+AN60g7SxxP0YCVw2H/hBycg==",
"dependencies": [
"@noble/hashes",
"@scure/base"
]
},
"nostr-tools@2.23.3": {
"integrity": "sha512-AALyt9k8xPdF4UV2mlLJ2mgCn4kpTB0DZ8t2r6wjdUh6anfx2cTVBsHUlo9U0EY/cKC5wcNyiMAmRJV5OVEalA==",
"dependencies": [
"@noble/ciphers",
"@noble/curves",
"@noble/hashes",
"@scure/base",
"@scure/bip32",
"@scure/bip39",
"nostr-wasm"
]
},
"nostr-wasm@0.1.0": {
"integrity": "sha512-78BTryCLcLYv96ONU8Ws3Q1JzjlAt+43pWQhIl86xZmWeegYCNLPml7yQ+gG3vR6V5h4XGj+TxO+SS5dsThQIA=="
}
},
"workspace": {
"dependencies": [
"jsr:@noble/hashes@2",
"jsr:@std/expect@1",
"jsr:@std/testing@1",
"npm:@cashu/cashu-ts@3",
"npm:nostr-tools@2"
]
}
}