meta files

This commit is contained in:
Erik 2022-03-29 01:47:07 +03:00
parent 6c19c57631
commit 130deb550c
Signed by: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB
3 changed files with 9 additions and 0 deletions

3
.gitignore vendored
View File

@ -6,6 +6,9 @@ old.eslintrc.json
.env .env
yarn.lock yarn.lock
# Keeping track of command versions so we can avoid refreshing commands if they don't change
commandHash.json
# Logs, duh # Logs, duh
logs logs
emojis.json emojis.json

View File

@ -28,6 +28,7 @@
"humanize-duration": "^3.27.1", "humanize-duration": "^3.27.1",
"moment": "^2.29.1", "moment": "^2.29.1",
"mongodb": "^3.5.9", "mongodb": "^3.5.9",
"object-hash": "^3.0.0",
"timestring": "^6.0.0" "timestring": "^6.0.0"
}, },
"devDependencies": { "devDependencies": {

View File

@ -1303,6 +1303,11 @@ normalize-url@^4.1.0:
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.1.tgz#0dd90cf1288ee1d1313b87081c9a5932ee48518a" resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.1.tgz#0dd90cf1288ee1d1313b87081c9a5932ee48518a"
integrity sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA== integrity sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==
object-hash@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9"
integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==
once@^1.3.0, once@^1.3.1, once@^1.4.0: once@^1.3.0, once@^1.3.1, once@^1.4.0:
version "1.4.0" version "1.4.0"
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"