feat(log): using tagslog

This commit is contained in:
Alexey Kasyanchuk
2021-08-01 04:49:50 +03:00
parent f3e08b5aa4
commit fa112ffd9c
4 changed files with 31 additions and 63 deletions

26
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "rats-search",
"version": "1.7.0",
"version": "1.7.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "rats-search",
"version": "1.7.0",
"version": "1.7.1",
"hasInstallScript": true,
"dependencies": {
"ansi-256-colors": "^1.1.0",
@ -44,6 +44,7 @@
"react-minimal-pie-chart": "^8.2.0",
"simple-encryptor": "github:DEgITx/node-simple-encryptor",
"stun": "1.1.0",
"tagslog": "^1.1.2",
"webtorrent": "github:DEgITx/webtorrent"
},
"devDependencies": {
@ -14063,6 +14064,11 @@
"safer-buffer": "^2.0.2",
"tweetnacl": "~0.14.0"
},
"bin": {
"sshpk-conv": "bin/sshpk-conv",
"sshpk-sign": "bin/sshpk-sign",
"sshpk-verify": "bin/sshpk-verify"
},
"engines": {
"node": ">=0.10.0"
}
@ -18761,6 +18767,14 @@
"node": ">=8"
}
},
"node_modules/tagslog": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/tagslog/-/tagslog-1.1.2.tgz",
"integrity": "sha512-AstKis9gr4Ss0jpzJNhynPAXr85aevBsG0/FMRAwkedCYKATUhOjuSfP5Wm9Pwd58VocXWfBMYww/CEdKWnHgQ==",
"dependencies": {
"ansi-256-colors": "^1.1.0"
}
},
"node_modules/tapable": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.0.tgz",
@ -35763,6 +35777,14 @@
}
}
},
"tagslog": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/tagslog/-/tagslog-1.1.2.tgz",
"integrity": "sha512-AstKis9gr4Ss0jpzJNhynPAXr85aevBsG0/FMRAwkedCYKATUhOjuSfP5Wm9Pwd58VocXWfBMYww/CEdKWnHgQ==",
"requires": {
"ansi-256-colors": "^1.1.0"
}
},
"tapable": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.0.tgz",