-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
30 lines (30 loc) · 970 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
30 lines (30 loc) · 970 Bytes
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
{
"name": "banano.parser",
"version": "1.0.15",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"banano.pow": {
"version": "git+https://github.com/anzerr/banano.pow.git#8f5a67dfa2acbf43a48a2d2d78cedb289cb38639",
"from": "git+https://github.com/anzerr/banano.pow.git",
"requires": {
"blake2b": "git+https://github.com/anzerr/blake2b.git"
}
},
"blake2b": {
"version": "git+https://github.com/anzerr/blake2b.git#1cae292ca99ec625df3c4cdd592ee09ff2bc462f",
"from": "git+https://github.com/anzerr/blake2b.git"
},
"nacl": {
"version": "git+https://github.com/anzerr/nacl.git#a564969f1543f6fa1e810df4360d8b098c76b8b3",
"from": "git+https://github.com/anzerr/nacl.git",
"requires": {
"blake2b": "git+https://github.com/anzerr/blake2b.git"
}
},
"uint": {
"version": "git+https://github.com/anzerr/uint.git#f6a503306bae010b0470c44a21a21305b54429ed",
"from": "git+https://github.com/anzerr/uint.git"
}
}
}