mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 21:40:49 +02:00
Update deps
This commit is contained in:
@@ -24,4 +24,7 @@ tf_models/
|
|||||||
# Tesseract Trained Data
|
# Tesseract Trained Data
|
||||||
*.traineddata
|
*.traineddata
|
||||||
|
|
||||||
|
# Mac Files
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
# In-Development Commands
|
# In-Development Commands
|
||||||
|
|||||||
+36
-36
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "141.0.1",
|
"version": "142.0.0",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
@@ -35,74 +35,74 @@
|
|||||||
"#util": "./util/Util.js"
|
"#util": "./util/Util.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@discordjs/collection": "^0.2.1",
|
"@discordjs/collection": "^1.1.0",
|
||||||
"@discordjs/opus": "^0.5.3",
|
"@discordjs/opus": "^0.8.0",
|
||||||
"@tensorflow/tfjs-node": "^3.8.0",
|
"@tensorflow/tfjs-node": "^3.20.0",
|
||||||
"@vitalets/google-translate-api": "^7.0.0",
|
"@vitalets/google-translate-api": "^8.0.0",
|
||||||
"aki-api": "^6.0.5",
|
"aki-api": "^6.0.8",
|
||||||
"bombsweeper.js": "^1.0.1",
|
"bombsweeper.js": "^1.0.1",
|
||||||
"canvas": "^2.8.0",
|
"canvas": "^2.10.1",
|
||||||
"cheerio": "^1.0.0-rc.10",
|
"cheerio": "1.0.0-rc.12",
|
||||||
"city-timezones": "^1.2.0",
|
"city-timezones": "^1.2.1",
|
||||||
"cloc": "^2.8.0",
|
"cloc": "^2.10.0",
|
||||||
"common-tags": "^1.8.0",
|
"common-tags": "^1.8.2",
|
||||||
"connect4-ai": "^0.1.3",
|
"connect4-ai": "^0.1.3",
|
||||||
"custom-translate": "^2.2.8",
|
"custom-translate": "^2.2.8",
|
||||||
"didyoumean2": "^5.0.0",
|
"didyoumean2": "^5.0.0",
|
||||||
"discord.js": "github:discordjs/discord.js",
|
"discord.js": "^14.3.0",
|
||||||
"discord.js-docs": "github:TeeSeal/discord.js-docs",
|
"discord.js-docs": "github:TeeSeal/discord.js-docs",
|
||||||
"dotenv": "^10.0.0",
|
"dotenv": "^16.0.2",
|
||||||
"emoji-regex": "^9.2.2",
|
"emoji-regex": "^10.1.0",
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^8.23.1",
|
||||||
"fen-validator": "^1.4.1",
|
"fen-validator": "^1.4.2",
|
||||||
"font-finder": "^1.1.0",
|
"font-finder": "^1.1.0",
|
||||||
"gifencoder": "^2.0.1",
|
"gifencoder": "^2.0.1",
|
||||||
"gm": "^1.23.1",
|
"gm": "^1.23.1",
|
||||||
"html-entities": "^2.3.2",
|
"html-entities": "^2.3.3",
|
||||||
"image-to-ascii": "^3.0.13",
|
"image-to-ascii": "^3.0.13",
|
||||||
"ioredis": "^4.27.7",
|
"ioredis": "^5.2.3",
|
||||||
"js-beautify": "^1.14.0",
|
"js-beautify": "^1.14.6",
|
||||||
"js-chess-engine": "^0.11.3",
|
"js-chess-engine": "^1.0.2",
|
||||||
"jszip": "^3.7.0",
|
"jszip": "^3.10.1",
|
||||||
"kuroshiro": "^1.2.0",
|
"kuroshiro": "^1.2.0",
|
||||||
"kuroshiro-analyzer-kuromoji": "^1.1.0",
|
"kuroshiro-analyzer-kuromoji": "^1.1.0",
|
||||||
"mathjs": "^9.4.4",
|
"mathjs": "^11.2.1",
|
||||||
"minimist": "^1.2.5",
|
"minimist": "^1.2.6",
|
||||||
"moment": "^2.29.1",
|
"moment": "^2.29.4",
|
||||||
"moment-duration-format": "^2.3.2",
|
"moment-duration-format": "^2.3.2",
|
||||||
"moment-timezone": "^0.5.33",
|
"moment-timezone": "^0.5.37",
|
||||||
"node-superfetch": "^0.2.3",
|
"node-superfetch": "^0.2.3",
|
||||||
"nsfwjs": "^2.4.1",
|
"nsfwjs": "^2.4.2",
|
||||||
"ntcjs": "^1.1.2",
|
"ntcjs": "^1.1.2",
|
||||||
"parse-domain": "^3.0.3",
|
"parse-domain": "^7.0.1",
|
||||||
"pokersolver": "^2.1.4",
|
"pokersolver": "^2.1.4",
|
||||||
"random-js": "^2.1.0",
|
"random-js": "^2.1.0",
|
||||||
"rss-parser": "^3.12.0",
|
"rss-parser": "^3.12.0",
|
||||||
"semver": "^7.3.5",
|
"semver": "^7.3.7",
|
||||||
"sherlockjs": "^1.4.2",
|
"sherlockjs": "^1.4.2",
|
||||||
"stackblur-canvas": "^2.5.0",
|
"stackblur-canvas": "^2.5.0",
|
||||||
"tesseract.js": "^2.1.5",
|
"tesseract.js": "^3.0.2",
|
||||||
"text-diff": "^1.0.1",
|
"text-diff": "^1.0.1",
|
||||||
"tictactoe-minimax-ai": "^1.2.1",
|
"tictactoe-minimax-ai": "^1.2.1",
|
||||||
"twemoji-parser": "^13.1.0",
|
"twemoji-parser": "^14.0.0",
|
||||||
"user-agents": "^1.0.731",
|
"user-agents": "^1.0.1141",
|
||||||
"valid-url": "^1.0.9",
|
"valid-url": "^1.0.9",
|
||||||
"wavefile": "^11.0.0",
|
"wavefile": "^11.0.0",
|
||||||
"winston": "^3.3.3",
|
"winston": "^3.8.2",
|
||||||
"wuzzy": "^0.1.8",
|
"wuzzy": "^0.1.8",
|
||||||
"ytdl-core": "^4.9.0",
|
"ytdl-core": "^4.11.2",
|
||||||
"zip-to-timezone": "^1.1.5"
|
"zip-to-timezone": "^1.1.5"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"bufferutil": "^4.0.3",
|
"bufferutil": "^4.0.6",
|
||||||
"erlpack": "github:discord/erlpack",
|
"erlpack": "github:discord/erlpack",
|
||||||
"sodium": "^3.0.2",
|
"sodium": "^3.0.2",
|
||||||
"utf-8-validate": "^5.0.5",
|
"utf-8-validate": "^5.0.9",
|
||||||
"zlib-sync": "^0.1.7"
|
"zlib-sync": "^0.1.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint-config-amber": "^2.0.4",
|
"eslint-config-amber": "^2.0.4",
|
||||||
"eslint-plugin-json": "^3.0.0"
|
"eslint-plugin-json": "^3.1.0"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": [
|
"extends": [
|
||||||
|
|||||||
Reference in New Issue
Block a user