Add bytes parser lib

This commit is contained in:
Cohee 2025-03-05 00:40:20 +02:00
parent 5d69189f8f
commit 13cfe1650f
2 changed files with 10 additions and 0 deletions

8
package-lock.json generated
View File

@ -16,11 +16,13 @@
"@iconfu/svg-inject": "^1.2.3",
"@mozilla/readability": "^0.5.0",
"@popperjs/core": "^2.11.8",
"@types/bytes": "^3.1.5",
"@zeldafan0225/ai_horde": "^5.2.0",
"archiver": "^7.0.1",
"bing-translate-api": "^4.0.2",
"body-parser": "^1.20.2",
"bowser": "^2.11.0",
"bytes": "^3.1.2",
"chalk": "^5.4.1",
"command-exists": "^1.2.9",
"compression": "^1.8.0",
@ -1105,6 +1107,12 @@
"@types/node": "*"
}
},
"node_modules/@types/bytes": {
"version": "3.1.5",
"resolved": "https://registry.npmjs.org/@types/bytes/-/bytes-3.1.5.tgz",
"integrity": "sha512-VgZkrJckypj85YxEsEavcMmmSOIzkUHqWmM4CCyia5dc54YwsXzJ5uT4fYxBQNEXx+oF1krlhgCbvfubXqZYsQ==",
"license": "MIT"
},
"node_modules/@types/cacheable-request": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.3.tgz",

View File

@ -6,11 +6,13 @@
"@iconfu/svg-inject": "^1.2.3",
"@mozilla/readability": "^0.5.0",
"@popperjs/core": "^2.11.8",
"@types/bytes": "^3.1.5",
"@zeldafan0225/ai_horde": "^5.2.0",
"archiver": "^7.0.1",
"bing-translate-api": "^4.0.2",
"body-parser": "^1.20.2",
"bowser": "^2.11.0",
"bytes": "^3.1.2",
"chalk": "^5.4.1",
"command-exists": "^1.2.9",
"compression": "^1.8.0",