forked from legalizemath/mybosbotexample
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package-lock.json
122 lines (122 loc) · 3.54 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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "bosbot",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "bosbot",
"version": "1.0.0",
"license": "MIT license",
"dependencies": {
"dotenv": "^16.3.1",
"systeminformation": "^5.21.20"
}
},
"../../.npm-global/lib/node_modules/balanceofsatoshis": {
"version": "11.61.0",
"extraneous": true,
"license": "MIT",
"dependencies": {
"@alexbosworth/caporal": "1.4.0",
"@alexbosworth/fiat": "1.0.1",
"@alexbosworth/html2unicode": "1.1.5",
"@alexbosworth/node-fetch": "2.6.2",
"abort-controller": "3.0.0",
"asciichart": "1.5.25",
"async": "3.2.3",
"asyncjs-util": "1.2.8",
"bip66": "1.1.5",
"bitcoinjs-lib": "6.0.1",
"bolt01": "1.2.3",
"bolt03": "1.2.13",
"bolt07": "1.8.0",
"cbor": "8.1.0",
"colorette": "2.0.16",
"crypto-js": "4.1.1",
"csv-parse": "5.0.4",
"goldengate": "11.1.0",
"grammy": "1.7.0",
"hot-formula-parser": "4.0.0",
"import-lazy": "4.0.0",
"ini": "2.0.0",
"inquirer": "8.2.1",
"invoices": "2.0.4",
"ln-accounting": "5.0.5",
"ln-service": "53.9.3",
"ln-sync": "3.11.0",
"ln-telegram": "3.20.0",
"moment": "2.29.1",
"paid-services": "3.14.4",
"probing": "2.0.3",
"psbt": "2.0.0",
"qrcode-terminal": "0.12.0",
"sanitize-filename": "1.6.3",
"socks-proxy-agent": "6.2.0-beta.0",
"table": "6.8.0",
"update-notifier": "5.1.0",
"window-size": "1.1.1"
},
"bin": {
"bos": "bos"
},
"devDependencies": {
"@alexbosworth/tap": "15.0.10",
"ln-docker-daemons": "2.2.4",
"mock-lnd": "1.4.1",
"tiny-secp256k1": "2.2.1"
},
"engines": {
"node": ">=12.20"
}
},
"node_modules/dotenv": {
"version": "16.3.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz",
"integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/motdotla/dotenv?sponsor=1"
}
},
"node_modules/systeminformation": {
"version": "5.21.20",
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.21.20.tgz",
"integrity": "sha512-AyS1fNc+MDoAJtFknFbbo587H8h6yejJwM+H9rVusnOToIEkiMehMyD5JM7o3j55Cto20MawIZrcgNMgd4BfOQ==",
"os": [
"darwin",
"linux",
"win32",
"freebsd",
"openbsd",
"netbsd",
"sunos",
"android"
],
"bin": {
"systeminformation": "lib/cli.js"
},
"engines": {
"node": ">=8.0.0"
},
"funding": {
"type": "Buy me a coffee",
"url": "https://www.buymeacoffee.com/systeminfo"
}
}
},
"dependencies": {
"dotenv": {
"version": "16.3.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz",
"integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ=="
},
"systeminformation": {
"version": "5.21.20",
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.21.20.tgz",
"integrity": "sha512-AyS1fNc+MDoAJtFknFbbo587H8h6yejJwM+H9rVusnOToIEkiMehMyD5JM7o3j55Cto20MawIZrcgNMgd4BfOQ=="
}
}
}