forgot requirements for OAI itemization

This commit is contained in:
RossAscends
2023-05-15 01:13:32 +09:00
parent 3fcf7c893a
commit e69cbe9a11
2 changed files with 7 additions and 0 deletions

6
package-lock.json generated
View File

@@ -34,6 +34,7 @@
"png-chunks-extract": "^1.0.0",
"rimraf": "^3.0.2",
"sanitize-filename": "^1.6.3",
"uniqolor": "^1.1.0",
"webp-converter": "2.3.2",
"ws": "^8.13.0",
"yargs": "^17.7.1"
@@ -1935,6 +1936,11 @@
"version": "0.0.6",
"license": "MIT"
},
"node_modules/uniqolor": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/uniqolor/-/uniqolor-1.1.0.tgz",
"integrity": "sha512-j2XyokF24fsj+L5u6fbu4rM3RQc6VWJuAngYM2k0ZdG3yiVxt0smLkps2GmQIYqK8VkELGdM9vFU/HfOkK/zoQ=="
},
"node_modules/unpipe": {
"version": "1.0.0",
"license": "MIT",

View File

@@ -25,6 +25,7 @@
"png-chunks-extract": "^1.0.0",
"rimraf": "^3.0.2",
"sanitize-filename": "^1.6.3",
"uniqolor": "^1.1.0",
"webp-converter": "2.3.2",
"ws": "^8.13.0",
"yargs": "^17.7.1"