This commit is contained in:
2021-03-04 03:33:54 +03:00
parent 368382f63c
commit 5ac17d713f
67 changed files with 1824 additions and 119 deletions
+21 -1
View File
@@ -1,5 +1,5 @@
{
"name": "TGBot",
"name": "tg-ts-bot",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
@@ -131,6 +131,11 @@
"mime-types": "^2.1.12"
}
},
"fs": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
"integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ="
},
"getpass": {
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
@@ -217,6 +222,11 @@
"mime-db": "1.46.0"
}
},
"node-fetch": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="
},
"oauth-sign": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
@@ -295,6 +305,16 @@
"tweetnacl": "~0.14.0"
}
},
"systeminfo": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/systeminfo/-/systeminfo-0.0.1.tgz",
"integrity": "sha1-9hUNTAw2ZyWbaRIlwFYGbC2XJfI="
},
"systeminformation": {
"version": "5.6.1",
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.6.1.tgz",
"integrity": "sha512-5wJlHB4fzcrNENaqDVzy51+NlL0QRrLQ6pSRQOKl4k8v4jvYTlJUxChZYwpphk3McUw9iWPRcjdpKbTEj2Ucuw=="
},
"telebot": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/telebot/-/telebot-1.4.1.tgz",