-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage-lock.json
41 lines (41 loc) · 1.35 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "lnurl-commando",
"version": "0.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "lnurl-commando",
"version": "0.1.0",
"dependencies": {
"lnsocket": "^0.3.1",
"minimist": "^1.2.6"
},
"bin": {
"lnurl-commando": "lnurl-commando"
}
},
"node_modules/lnsocket": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/lnsocket/-/lnsocket-0.3.1.tgz",
"integrity": "sha512-A1yBMnb67vRuifMK3bE+Pmwo4011xW4r/WSdxBT3lLSop/nh2OjwHx/1oIARFCOTGKI22QXUB4pjdbsd/Ht1pw=="
},
"node_modules/minimist": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
}
},
"dependencies": {
"lnsocket": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/lnsocket/-/lnsocket-0.3.1.tgz",
"integrity": "sha512-A1yBMnb67vRuifMK3bE+Pmwo4011xW4r/WSdxBT3lLSop/nh2OjwHx/1oIARFCOTGKI22QXUB4pjdbsd/Ht1pw=="
},
"minimist": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
}
}
}