mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
peer deps are dumb
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
|||||||
|
Internet Systems Consortium license
|
||||||
|
===================================
|
||||||
|
|
||||||
|
Copyright (c) 2017-2024, dragonfire535
|
||||||
|
|
||||||
|
Permission to use, copy, modify, and/or distribute this software for any purpose
|
||||||
|
with or without fee is hereby granted, provided that the above copyright notice
|
||||||
|
and this permission notice appear in all copies.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
||||||
|
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||||
|
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||||
|
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
||||||
|
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
||||||
|
THIS SOFTWARE.
|
||||||
+6
-10
@@ -21,7 +21,7 @@
|
|||||||
"discord-js"
|
"discord-js"
|
||||||
],
|
],
|
||||||
"author": "dragonfire535 <danielbodendahl@gmail.com>",
|
"author": "dragonfire535 <danielbodendahl@gmail.com>",
|
||||||
"license": "UNLICENSED",
|
"license": "ISC",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/dragonfire535/xiao/issues"
|
"url": "https://github.com/dragonfire535/xiao/issues"
|
||||||
},
|
},
|
||||||
@@ -29,15 +29,11 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=15"
|
"node": ">=15"
|
||||||
},
|
},
|
||||||
"imports": {
|
|
||||||
"#assets/*": "./assets/json/*.json",
|
|
||||||
"#canvas": "./util/Canvas.js",
|
|
||||||
"#util": "./util/Util.js"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@discordjs/collection": "^2.0.0",
|
"@discordjs/collection": "^2.0.0",
|
||||||
"@discordjs/opus": "^0.9.0",
|
"@discordjs/opus": "^0.9.0",
|
||||||
"@discordjs/voice": "^0.16.1",
|
"@discordjs/voice": "^0.16.1",
|
||||||
|
"@mediapipe/face_detection": "^0.4.1646425229",
|
||||||
"@tensorflow/tfjs-node": "^4.17.0",
|
"@tensorflow/tfjs-node": "^4.17.0",
|
||||||
"@tensorflow-models/face-detection": "^1.0.2",
|
"@tensorflow-models/face-detection": "^1.0.2",
|
||||||
"@vitalets/google-translate-api": "^8.0.0",
|
"@vitalets/google-translate-api": "^8.0.0",
|
||||||
@@ -72,7 +68,7 @@
|
|||||||
"moment": "^2.30.1",
|
"moment": "^2.30.1",
|
||||||
"moment-duration-format": "^2.3.2",
|
"moment-duration-format": "^2.3.2",
|
||||||
"moment-timezone": "^0.5.45",
|
"moment-timezone": "^0.5.45",
|
||||||
"node-superfetch": "^0.3.3",
|
"node-superfetch": "^0.3.4",
|
||||||
"nsfwjs": "^4.1.0",
|
"nsfwjs": "^4.1.0",
|
||||||
"ntcjs": "^1.1.3",
|
"ntcjs": "^1.1.3",
|
||||||
"parse-domain": "^8.0.2",
|
"parse-domain": "^8.0.2",
|
||||||
@@ -85,17 +81,17 @@
|
|||||||
"text-diff": "^1.0.1",
|
"text-diff": "^1.0.1",
|
||||||
"tictactoe-minimax-ai": "github:marianoheller/tic-tac-toe-minimax",
|
"tictactoe-minimax-ai": "github:marianoheller/tic-tac-toe-minimax",
|
||||||
"twemoji-parser": "^14.0.0",
|
"twemoji-parser": "^14.0.0",
|
||||||
"twitter-openapi-typescript": "^0.0.31",
|
"twitter-openapi-typescript": "^0.0.32",
|
||||||
"valid-url": "^1.0.9",
|
"valid-url": "^1.0.9",
|
||||||
"wavefile": "^11.0.0",
|
"wavefile": "^11.0.0",
|
||||||
"winston": "^3.12.0",
|
"winston": "^3.13.0",
|
||||||
"wuzzy": "^0.1.8",
|
"wuzzy": "^0.1.8",
|
||||||
"ytdl-core": "^4.11.5",
|
"ytdl-core": "^4.11.5",
|
||||||
"zip-to-timezone": "^1.1.5"
|
"zip-to-timezone": "^1.1.5"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"bufferutil": "^4.0.8",
|
"bufferutil": "^4.0.8",
|
||||||
"sodium-native": "^4.0.10",
|
"sodium-native": "^4.1.1",
|
||||||
"utf-8-validate": "^6.0.3",
|
"utf-8-validate": "^6.0.3",
|
||||||
"zlib-sync": "^0.1.9"
|
"zlib-sync": "^0.1.9"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user