SillyTavern/package-lock.json

4857 lines
154 KiB
JSON
Raw Permalink Normal View History

2023-07-20 19:32:15 +02:00
{
"name": "sillytavern",
2024-05-19 13:31:52 +02:00
"version": "1.12.0",
2023-07-20 19:32:15 +02:00
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "sillytavern",
2024-05-19 13:31:52 +02:00
"version": "1.12.0",
"hasInstallScript": true,
2023-07-20 19:32:15 +02:00
"license": "AGPL-3.0",
"dependencies": {
"@agnai/sentencepiece-js": "^1.1.1",
"@agnai/web-tokenizers": "^0.1.3",
2024-03-05 14:12:59 +01:00
"@zeldafan0225/ai_horde": "^4.0.1",
2024-04-09 21:43:47 +02:00
"archiver": "^7.0.1",
2023-10-06 13:39:03 +02:00
"bing-translate-api": "^2.9.1",
"body-parser": "^1.20.2",
2023-07-20 19:32:15 +02:00
"command-exists": "^1.2.9",
"compression": "^1",
"cookie-parser": "^1.4.6",
2024-04-07 18:12:22 +02:00
"cookie-session": "^2.1.0",
2023-07-20 19:32:15 +02:00
"cors": "^2.8.5",
"csrf-csrf": "^2.2.3",
2024-03-27 13:20:35 +01:00
"express": "^4.19.2",
"form-data": "^4.0.0",
2023-07-20 19:32:15 +02:00
"google-translate-api-browser": "^3.0.1",
"gpt3-tokenizer": "^1.1.5",
2024-04-20 18:58:29 +02:00
"he": "^1.2.0",
"helmet": "^7.1.0",
2023-07-20 19:32:15 +02:00
"ip-matching": "^2.1.2",
"ipaddr.js": "^2.0.1",
2023-09-11 03:47:14 +02:00
"jimp": "^0.22.10",
2023-07-20 19:32:15 +02:00
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"multer": "^1.4.5-lts.1",
"node-fetch": "^2.6.11",
"node-persist": "^4.0.1",
"open": "^8.4.2",
2023-07-20 19:32:15 +02:00
"png-chunk-text": "^1.0.0",
"png-chunks-encode": "^1.0.0",
"png-chunks-extract": "^1.0.0",
"rate-limiter-flexible": "^5.0.0",
2023-07-20 19:32:15 +02:00
"response-time": "^2.3.2",
"sanitize-filename": "^1.6.3",
"sillytavern-transformers": "^2.14.6",
2023-07-20 19:32:15 +02:00
"simple-git": "^3.19.1",
2024-05-14 14:30:11 +02:00
"tiktoken": "^1.0.15",
2023-09-07 20:53:47 +02:00
"vectra": "^0.2.2",
"wavefile": "^11.0.0",
2023-08-17 14:20:02 +02:00
"write-file-atomic": "^5.0.1",
2023-07-20 19:32:15 +02:00
"ws": "^8.13.0",
2023-11-25 22:45:33 +01:00
"yaml": "^2.3.4",
2023-07-20 19:32:15 +02:00
"yargs": "^17.7.1",
"yauzl": "^2.10.0"
},
"bin": {
"sillytavern": "server.js"
},
"devDependencies": {
"@types/jquery": "^3.5.29",
"eslint": "^8.55.0",
2024-02-10 20:19:49 +01:00
"jquery": "^3.6.4"
2023-07-20 19:32:15 +02:00
}
},
"node_modules/@aashutoshrathi/word-wrap": {
"version": "1.2.6",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/@agnai/sentencepiece-js": {
"version": "1.1.1",
2024-03-06 10:53:08 +01:00
"license": "Apache-2.0",
"dependencies": {
"app-root-path": "^3.1.0"
}
},
"node_modules/@agnai/web-tokenizers": {
"version": "0.1.3",
2024-03-06 10:53:08 +01:00
"license": "Apache-2.0"
},
"node_modules/@eslint-community/eslint-utils": {
"version": "4.4.0",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"eslint-visitor-keys": "^3.3.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
}
},
"node_modules/@eslint-community/regexpp": {
"version": "4.10.0",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"engines": {
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
}
},
"node_modules/@eslint/eslintrc": {
"version": "2.1.4",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"ajv": "^6.12.4",
"debug": "^4.3.2",
"espree": "^9.6.0",
"globals": "^13.19.0",
"ignore": "^5.2.0",
"import-fresh": "^3.2.1",
"js-yaml": "^4.1.0",
"minimatch": "^3.1.2",
"strip-json-comments": "^3.1.1"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
}
},
"node_modules/@eslint/eslintrc/node_modules/debug": {
"version": "4.3.4",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/@eslint/eslintrc/node_modules/ms": {
"version": "2.1.2",
2024-03-06 10:53:08 +01:00
"dev": true,
"license": "MIT"
},
"node_modules/@eslint/eslintrc/node_modules/strip-json-comments": {
"version": "3.1.1",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@eslint/js": {
"version": "8.55.0",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
"node_modules/@huggingface/jinja": {
"version": "0.1.2",
2024-03-06 10:53:08 +01:00
"license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@humanwhocodes/config-array": {
"version": "0.11.13",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "Apache-2.0",
"dependencies": {
"@humanwhocodes/object-schema": "^2.0.1",
"debug": "^4.1.1",
"minimatch": "^3.0.5"
},
"engines": {
"node": ">=10.10.0"
}
},
"node_modules/@humanwhocodes/config-array/node_modules/debug": {
"version": "4.3.4",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/@humanwhocodes/config-array/node_modules/ms": {
"version": "2.1.2",
2024-03-06 10:53:08 +01:00
"dev": true,
"license": "MIT"
},
"node_modules/@humanwhocodes/module-importer": {
"version": "1.0.1",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "Apache-2.0",
"engines": {
"node": ">=12.22"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/nzakas"
}
},
"node_modules/@humanwhocodes/object-schema": {
"version": "2.0.1",
2024-03-06 10:53:08 +01:00
"dev": true,
"license": "BSD-3-Clause"
},
2024-04-09 21:43:47 +02:00
"node_modules/@isaacs/cliui": {
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
"dependencies": {
"string-width": "^5.1.2",
"string-width-cjs": "npm:string-width@^4.2.0",
"strip-ansi": "^7.0.1",
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
"wrap-ansi": "^8.1.0",
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
},
"engines": {
"node": ">=12"
}
},
"node_modules/@isaacs/cliui/node_modules/ansi-regex": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
}
},
"node_modules/@isaacs/cliui/node_modules/ansi-styles": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
"node_modules/@isaacs/cliui/node_modules/emoji-regex": {
"version": "9.2.2",
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
},
"node_modules/@isaacs/cliui/node_modules/string-width": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
"dependencies": {
"eastasianwidth": "^0.2.0",
"emoji-regex": "^9.2.2",
"strip-ansi": "^7.0.1"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@isaacs/cliui/node_modules/strip-ansi": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
"dependencies": {
"ansi-regex": "^6.0.1"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
}
},
"node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
"dependencies": {
"ansi-styles": "^6.1.0",
"string-width": "^5.0.1",
"strip-ansi": "^7.0.1"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/@jimp/bmp": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10",
2023-07-20 19:32:15 +02:00
"bmp-js": "^0.1.0"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
}
},
"node_modules/@jimp/core": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10",
2023-07-20 19:32:15 +02:00
"any-base": "^1.1.0",
"buffer": "^5.2.0",
"exif-parser": "^0.1.12",
"file-type": "^16.5.4",
"isomorphic-fetch": "^3.0.0",
"pixelmatch": "^4.0.2",
"tinycolor2": "^1.6.0"
}
},
"node_modules/@jimp/custom": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/core": "^0.22.10"
2023-07-20 19:32:15 +02:00
}
},
"node_modules/@jimp/gif": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10",
"gifwrap": "^0.10.1",
2023-07-20 19:32:15 +02:00
"omggif": "^1.0.9"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
}
},
"node_modules/@jimp/jpeg": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10",
2023-07-20 19:32:15 +02:00
"jpeg-js": "^0.4.4"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
}
},
"node_modules/@jimp/plugin-blit": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10"
2023-07-20 19:32:15 +02:00
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
}
},
"node_modules/@jimp/plugin-blur": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10"
2023-07-20 19:32:15 +02:00
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
}
},
"node_modules/@jimp/plugin-circle": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10"
2023-07-20 19:32:15 +02:00
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
}
},
"node_modules/@jimp/plugin-color": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10",
2023-07-20 19:32:15 +02:00
"tinycolor2": "^1.6.0"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
}
},
"node_modules/@jimp/plugin-contain": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10"
2023-07-20 19:32:15 +02:00
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5",
"@jimp/plugin-blit": ">=0.3.5",
"@jimp/plugin-resize": ">=0.3.5",
"@jimp/plugin-scale": ">=0.3.5"
}
},
"node_modules/@jimp/plugin-cover": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10"
2023-07-20 19:32:15 +02:00
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5",
"@jimp/plugin-crop": ">=0.3.5",
"@jimp/plugin-resize": ">=0.3.5",
"@jimp/plugin-scale": ">=0.3.5"
}
},
"node_modules/@jimp/plugin-crop": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10"
2023-07-20 19:32:15 +02:00
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
}
},
"node_modules/@jimp/plugin-displace": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10"
2023-07-20 19:32:15 +02:00
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
}
},
"node_modules/@jimp/plugin-dither": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10"
2023-07-20 19:32:15 +02:00
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
}
},
"node_modules/@jimp/plugin-fisheye": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10"
2023-07-20 19:32:15 +02:00
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
}
},
"node_modules/@jimp/plugin-flip": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10"
2023-07-20 19:32:15 +02:00
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5",
"@jimp/plugin-rotate": ">=0.3.5"
}
},
"node_modules/@jimp/plugin-gaussian": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10"
2023-07-20 19:32:15 +02:00
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
}
},
"node_modules/@jimp/plugin-invert": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10"
2023-07-20 19:32:15 +02:00
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
}
},
"node_modules/@jimp/plugin-mask": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10"
2023-07-20 19:32:15 +02:00
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
}
},
"node_modules/@jimp/plugin-normalize": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10"
2023-07-20 19:32:15 +02:00
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
}
},
"node_modules/@jimp/plugin-print": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10",
2023-07-20 19:32:15 +02:00
"load-bmfont": "^1.4.1"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5",
"@jimp/plugin-blit": ">=0.3.5"
}
},
"node_modules/@jimp/plugin-resize": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10"
2023-07-20 19:32:15 +02:00
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
}
},
"node_modules/@jimp/plugin-rotate": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10"
2023-07-20 19:32:15 +02:00
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5",
"@jimp/plugin-blit": ">=0.3.5",
"@jimp/plugin-crop": ">=0.3.5",
"@jimp/plugin-resize": ">=0.3.5"
}
},
"node_modules/@jimp/plugin-scale": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10"
2023-07-20 19:32:15 +02:00
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5",
"@jimp/plugin-resize": ">=0.3.5"
}
},
"node_modules/@jimp/plugin-shadow": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10"
2023-07-20 19:32:15 +02:00
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5",
"@jimp/plugin-blur": ">=0.3.5",
"@jimp/plugin-resize": ">=0.3.5"
}
},
"node_modules/@jimp/plugin-threshold": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10"
2023-07-20 19:32:15 +02:00
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5",
"@jimp/plugin-color": ">=0.8.0",
"@jimp/plugin-resize": ">=0.8.0"
}
},
"node_modules/@jimp/plugins": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-09-11 03:47:14 +02:00
"dependencies": {
"@jimp/plugin-blit": "^0.22.10",
"@jimp/plugin-blur": "^0.22.10",
"@jimp/plugin-circle": "^0.22.10",
"@jimp/plugin-color": "^0.22.10",
"@jimp/plugin-contain": "^0.22.10",
"@jimp/plugin-cover": "^0.22.10",
"@jimp/plugin-crop": "^0.22.10",
"@jimp/plugin-displace": "^0.22.10",
"@jimp/plugin-dither": "^0.22.10",
"@jimp/plugin-fisheye": "^0.22.10",
"@jimp/plugin-flip": "^0.22.10",
"@jimp/plugin-gaussian": "^0.22.10",
"@jimp/plugin-invert": "^0.22.10",
"@jimp/plugin-mask": "^0.22.10",
"@jimp/plugin-normalize": "^0.22.10",
"@jimp/plugin-print": "^0.22.10",
"@jimp/plugin-resize": "^0.22.10",
"@jimp/plugin-rotate": "^0.22.10",
"@jimp/plugin-scale": "^0.22.10",
"@jimp/plugin-shadow": "^0.22.10",
"@jimp/plugin-threshold": "^0.22.10",
2023-07-20 19:32:15 +02:00
"timm": "^1.6.1"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
}
},
"node_modules/@jimp/png": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/utils": "^0.22.10",
2023-07-20 19:32:15 +02:00
"pngjs": "^6.0.0"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
}
},
"node_modules/@jimp/tiff": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"utif2": "^4.0.1"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
}
},
"node_modules/@jimp/types": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-09-11 03:47:14 +02:00
"dependencies": {
"@jimp/bmp": "^0.22.10",
"@jimp/gif": "^0.22.10",
"@jimp/jpeg": "^0.22.10",
"@jimp/png": "^0.22.10",
"@jimp/tiff": "^0.22.10",
2023-07-20 19:32:15 +02:00
"timm": "^1.6.1"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
}
},
"node_modules/@jimp/utils": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"regenerator-runtime": "^0.13.3"
}
},
"node_modules/@kwsites/file-exists": {
"version": "1.1.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"debug": "^4.1.1"
}
},
"node_modules/@kwsites/file-exists/node_modules/debug": {
"version": "4.3.4",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/@kwsites/file-exists/node_modules/ms": {
"version": "2.1.2",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/@kwsites/promise-deferred": {
"version": "1.1.1",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"@nodelib/fs.stat": "2.0.5",
"run-parallel": "^1.1.9"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/@nodelib/fs.stat": {
"version": "2.0.5",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 8"
}
},
"node_modules/@nodelib/fs.walk": {
"version": "1.2.8",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"@nodelib/fs.scandir": "2.1.5",
"fastq": "^1.6.0"
},
"engines": {
"node": ">= 8"
}
},
2024-04-09 21:43:47 +02:00
"node_modules/@pkgjs/parseargs": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
"optional": true,
"engines": {
"node": ">=14"
}
},
"node_modules/@protobufjs/aspromise": {
"version": "1.1.2",
2024-03-06 10:53:08 +01:00
"license": "BSD-3-Clause"
},
"node_modules/@protobufjs/base64": {
"version": "1.1.2",
2024-03-06 10:53:08 +01:00
"license": "BSD-3-Clause"
},
"node_modules/@protobufjs/codegen": {
"version": "2.0.4",
2024-03-06 10:53:08 +01:00
"license": "BSD-3-Clause"
},
"node_modules/@protobufjs/eventemitter": {
"version": "1.1.0",
2024-03-06 10:53:08 +01:00
"license": "BSD-3-Clause"
},
"node_modules/@protobufjs/fetch": {
"version": "1.1.0",
2024-03-06 10:53:08 +01:00
"license": "BSD-3-Clause",
"dependencies": {
"@protobufjs/aspromise": "^1.1.1",
"@protobufjs/inquire": "^1.1.0"
}
},
"node_modules/@protobufjs/float": {
"version": "1.0.2",
2024-03-06 10:53:08 +01:00
"license": "BSD-3-Clause"
},
"node_modules/@protobufjs/inquire": {
"version": "1.1.0",
2024-03-06 10:53:08 +01:00
"license": "BSD-3-Clause"
},
"node_modules/@protobufjs/path": {
"version": "1.1.2",
2024-03-06 10:53:08 +01:00
"license": "BSD-3-Clause"
},
"node_modules/@protobufjs/pool": {
"version": "1.1.0",
2024-03-06 10:53:08 +01:00
"license": "BSD-3-Clause"
},
"node_modules/@protobufjs/utf8": {
"version": "1.1.0",
2024-03-06 10:53:08 +01:00
"license": "BSD-3-Clause"
},
2023-10-06 13:39:03 +02:00
"node_modules/@sindresorhus/is": {
"version": "4.6.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-10-06 13:39:03 +02:00
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sindresorhus/is?sponsor=1"
}
},
"node_modules/@szmarczak/http-timer": {
"version": "4.0.6",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-10-06 13:39:03 +02:00
"dependencies": {
"defer-to-connect": "^2.0.0"
},
"engines": {
"node": ">=10"
}
},
2024-03-05 14:12:59 +01:00
"node_modules/@thunder04/supermap": {
"version": "3.0.4",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2024-03-05 14:12:59 +01:00
},
2023-07-20 19:32:15 +02:00
"node_modules/@tokenizer/token": {
"version": "0.3.0",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
2023-10-06 13:39:03 +02:00
"node_modules/@types/cacheable-request": {
"version": "6.0.3",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-10-06 13:39:03 +02:00
"dependencies": {
"@types/http-cache-semantics": "*",
"@types/keyv": "^3.1.4",
"@types/node": "*",
"@types/responselike": "^1.0.0"
}
},
"node_modules/@types/http-cache-semantics": {
"version": "4.0.2",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-10-06 13:39:03 +02:00
},
"node_modules/@types/jquery": {
"version": "3.5.29",
"resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.29.tgz",
"integrity": "sha512-oXQQC9X9MOPRrMhPHHOsXqeQDnWeCDT3PelUIg/Oy8FAbzSZtFHRjc7IpbfFVmpLtJ+UOoywpRsuO5Jxjybyeg==",
"dev": true,
"dependencies": {
"@types/sizzle": "*"
}
},
2023-10-06 13:39:03 +02:00
"node_modules/@types/keyv": {
"version": "3.1.4",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-10-06 13:39:03 +02:00
"dependencies": {
"@types/node": "*"
}
},
2023-09-07 20:53:47 +02:00
"node_modules/@types/long": {
"version": "4.0.2",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-09-07 20:53:47 +02:00
},
2023-07-20 19:32:15 +02:00
"node_modules/@types/node": {
"version": "16.9.1",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
2023-11-10 22:54:44 +01:00
"node_modules/@types/node-fetch": {
"version": "2.6.9",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-11-10 22:54:44 +01:00
"dependencies": {
"@types/node": "*",
"form-data": "^4.0.0"
}
},
2023-10-06 13:39:03 +02:00
"node_modules/@types/responselike": {
"version": "1.0.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-10-06 13:39:03 +02:00
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@types/sizzle": {
"version": "2.3.8",
"resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.8.tgz",
"integrity": "sha512-0vWLNK2D5MT9dg0iOo8GlKguPAU02QjmZitPEsXRuJXU/OGIOt9vT9Fc26wtYuavLxtO45v9PGleoL9Z0k1LHg==",
"dev": true
},
"node_modules/@ungap/structured-clone": {
"version": "1.2.0",
2024-03-06 10:53:08 +01:00
"dev": true,
"license": "ISC"
},
2024-03-05 14:12:59 +01:00
"node_modules/@zeldafan0225/ai_horde": {
"version": "4.0.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2024-03-05 14:12:59 +01:00
"dependencies": {
"@thunder04/supermap": "^3.0.2",
"centra": "^2.5.0",
"esbuild": "^0.12.28"
}
},
2023-11-10 22:54:44 +01:00
"node_modules/abort-controller": {
"version": "3.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-11-10 22:54:44 +01:00
"dependencies": {
"event-target-shim": "^5.0.0"
},
"engines": {
"node": ">=6.5"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/accepts": {
"version": "1.3.8",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"mime-types": "~2.1.34",
"negotiator": "0.6.3"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/acorn": {
"version": "8.11.2",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"bin": {
"acorn": "bin/acorn"
},
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/acorn-jsx": {
"version": "5.3.2",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"peerDependencies": {
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
}
},
2023-11-10 22:54:44 +01:00
"node_modules/agentkeepalive": {
"version": "4.5.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-11-10 22:54:44 +01:00
"dependencies": {
"humanize-ms": "^1.2.1"
},
"engines": {
"node": ">= 8.0.0"
}
},
"node_modules/ajv": {
"version": "6.12.6",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/epoberezkin"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/ansi-regex": {
"version": "5.0.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">=8"
}
},
"node_modules/ansi-styles": {
"version": "4.3.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"color-convert": "^2.0.1"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
"node_modules/any-base": {
"version": "1.1.0",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/app-root-path": {
"version": "3.1.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 6.0.0"
}
},
"node_modules/append-field": {
"version": "1.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
2024-04-09 21:43:47 +02:00
"node_modules/archiver": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
"integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
"dependencies": {
"archiver-utils": "^5.0.2",
"async": "^3.2.4",
"buffer-crc32": "^1.0.0",
"readable-stream": "^4.0.0",
"readdir-glob": "^1.1.2",
"tar-stream": "^3.0.0",
"zip-stream": "^6.0.1"
},
"engines": {
"node": ">= 14"
}
},
"node_modules/archiver-utils": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz",
"integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==",
"dependencies": {
"glob": "^10.0.0",
"graceful-fs": "^4.2.0",
"is-stream": "^2.0.1",
"lazystream": "^1.0.0",
"lodash": "^4.17.15",
"normalize-path": "^3.0.0",
"readable-stream": "^4.0.0"
},
"engines": {
"node": ">= 14"
}
},
"node_modules/archiver-utils/node_modules/brace-expansion": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"dependencies": {
"balanced-match": "^1.0.0"
}
},
"node_modules/archiver-utils/node_modules/buffer": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"dependencies": {
"base64-js": "^1.3.1",
"ieee754": "^1.2.1"
}
},
"node_modules/archiver-utils/node_modules/glob": {
"version": "10.3.12",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.12.tgz",
"integrity": "sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==",
"dependencies": {
"foreground-child": "^3.1.0",
"jackspeak": "^2.3.6",
"minimatch": "^9.0.1",
"minipass": "^7.0.4",
"path-scurry": "^1.10.2"
},
"bin": {
"glob": "dist/esm/bin.mjs"
},
"engines": {
"node": ">=16 || 14 >=14.17"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/archiver-utils/node_modules/minimatch": {
"version": "9.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
"dependencies": {
"brace-expansion": "^2.0.1"
},
"engines": {
"node": ">=16 || 14 >=14.17"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/archiver-utils/node_modules/readable-stream": {
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
"integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
"dependencies": {
"abort-controller": "^3.0.0",
"buffer": "^6.0.3",
"events": "^3.3.0",
"process": "^0.11.10",
"string_decoder": "^1.3.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
"node_modules/archiver-utils/node_modules/safe-buffer": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
},
"node_modules/archiver-utils/node_modules/string_decoder": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
"dependencies": {
"safe-buffer": "~5.2.0"
}
},
"node_modules/archiver/node_modules/buffer": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"dependencies": {
"base64-js": "^1.3.1",
"ieee754": "^1.2.1"
}
},
"node_modules/archiver/node_modules/buffer-crc32": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
"integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/archiver/node_modules/readable-stream": {
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
"integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
"dependencies": {
"abort-controller": "^3.0.0",
"buffer": "^6.0.3",
"events": "^3.3.0",
"process": "^0.11.10",
"string_decoder": "^1.3.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
"node_modules/archiver/node_modules/safe-buffer": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
},
"node_modules/archiver/node_modules/string_decoder": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
"dependencies": {
"safe-buffer": "~5.2.0"
}
},
"node_modules/argparse": {
"version": "2.0.1",
2024-03-06 10:53:08 +01:00
"dev": true,
"license": "Python-2.0"
},
2023-07-20 19:32:15 +02:00
"node_modules/array-flatten": {
"version": "1.1.1",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/array-keyed-map": {
"version": "2.1.3",
2024-03-06 10:53:08 +01:00
"license": "ISC"
2023-07-20 19:32:15 +02:00
},
2024-04-09 21:43:47 +02:00
"node_modules/async": {
"version": "3.2.5",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz",
"integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg=="
},
2023-09-07 20:53:47 +02:00
"node_modules/asynckit": {
"version": "0.4.0",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-09-07 20:53:47 +02:00
},
"node_modules/axios": {
2023-11-10 22:54:44 +01:00
"version": "1.6.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-09-07 20:53:47 +02:00
"dependencies": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
"proxy-from-env": "^1.1.0"
}
},
2024-04-09 21:43:47 +02:00
"node_modules/b4a": {
"version": "1.6.6",
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.6.tgz",
"integrity": "sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg=="
},
"node_modules/balanced-match": {
"version": "1.0.2",
2024-03-06 10:53:08 +01:00
"license": "MIT"
},
2024-04-09 21:43:47 +02:00
"node_modules/bare-events": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.2.2.tgz",
"integrity": "sha512-h7z00dWdG0PYOQEvChhOSWvOfkIKsdZGkWr083FgN/HyoQuebSew/cgirYqh9SCuy/hRvxc5Vy6Fw8xAmYHLkQ==",
"optional": true
},
2023-11-10 22:54:44 +01:00
"node_modules/base-64": {
2024-03-06 10:53:08 +01:00
"version": "0.1.0"
2023-11-10 22:54:44 +01:00
},
2023-07-20 19:32:15 +02:00
"node_modules/base64-js": {
"version": "1.5.1",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
2024-03-06 10:53:08 +01:00
],
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
2023-10-06 13:39:03 +02:00
"node_modules/bing-translate-api": {
"version": "2.9.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-10-06 13:39:03 +02:00
"dependencies": {
"got": "^11.8.6"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/bmp-js": {
"version": "0.1.0",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/body-parser": {
"version": "1.20.2",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"bytes": "3.1.2",
"content-type": "~1.0.5",
2023-07-20 19:32:15 +02:00
"debug": "2.6.9",
"depd": "2.0.0",
"destroy": "1.2.0",
"http-errors": "2.0.0",
"iconv-lite": "0.4.24",
"on-finished": "2.4.1",
"qs": "6.11.0",
"raw-body": "2.5.2",
2023-07-20 19:32:15 +02:00
"type-is": "~1.6.18",
"unpipe": "1.0.0"
},
"engines": {
"node": ">= 0.8",
"npm": "1.2.8000 || >= 1.4.16"
}
},
"node_modules/body-parser/node_modules/bytes": {
"version": "3.1.2",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.8"
}
},
2023-09-07 20:53:47 +02:00
"node_modules/boolbase": {
"version": "1.0.0",
2024-03-06 10:53:08 +01:00
"license": "ISC"
2023-09-07 20:53:47 +02:00
},
"node_modules/brace-expansion": {
"version": "1.1.11",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/buffer": {
"version": "5.7.1",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"base64-js": "^1.3.1",
"ieee754": "^1.1.13"
}
},
"node_modules/buffer-crc32": {
"version": "0.2.13",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": "*"
}
},
"node_modules/buffer-equal": {
"version": "0.0.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/buffer-from": {
"version": "1.1.2",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/busboy": {
"version": "1.6.0",
"dependencies": {
"streamsearch": "^1.1.0"
},
"engines": {
"node": ">=10.16.0"
}
},
"node_modules/bytes": {
"version": "3.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.8"
}
},
2023-10-06 13:39:03 +02:00
"node_modules/cacheable-lookup": {
"version": "5.0.4",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-10-06 13:39:03 +02:00
"engines": {
"node": ">=10.6.0"
}
},
"node_modules/cacheable-request": {
"version": "7.0.4",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-10-06 13:39:03 +02:00
"dependencies": {
"clone-response": "^1.0.2",
"get-stream": "^5.1.0",
"http-cache-semantics": "^4.0.0",
"keyv": "^4.0.0",
"lowercase-keys": "^2.0.0",
"normalize-url": "^6.0.1",
"responselike": "^2.0.0"
},
"engines": {
"node": ">=8"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/call-bind": {
"version": "1.0.2",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"function-bind": "^1.1.1",
"get-intrinsic": "^1.0.2"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/callsites": {
"version": "3.1.0",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"engines": {
"node": ">=6"
}
},
2024-03-05 14:12:59 +01:00
"node_modules/centra": {
2024-04-12 21:13:29 +02:00
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/centra/-/centra-2.7.0.tgz",
"integrity": "sha512-PbFMgMSrmgx6uxCdm57RUos9Tc3fclMvhLSATYN39XsDV29B89zZ3KA89jmY0vwSGazyU+uerqwa6t+KaodPcg==",
"dependencies": {
"follow-redirects": "^1.15.6"
}
2024-03-05 14:12:59 +01:00
},
2023-07-20 19:32:15 +02:00
"node_modules/chalk": {
"version": "4.1.2",
2023-09-17 13:09:24 +02:00
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
2023-11-10 22:54:44 +01:00
"node_modules/charenc": {
"version": "0.0.2",
2024-03-06 10:53:08 +01:00
"license": "BSD-3-Clause",
2023-11-10 22:54:44 +01:00
"engines": {
"node": "*"
}
},
2023-09-07 20:53:47 +02:00
"node_modules/cheerio": {
"version": "1.0.0-rc.12",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-09-07 20:53:47 +02:00
"dependencies": {
"cheerio-select": "^2.1.0",
"dom-serializer": "^2.0.0",
"domhandler": "^5.0.3",
"domutils": "^3.0.1",
"htmlparser2": "^8.0.1",
"parse5": "^7.0.0",
"parse5-htmlparser2-tree-adapter": "^7.0.0"
},
"engines": {
"node": ">= 6"
},
"funding": {
"url": "https://github.com/cheeriojs/cheerio?sponsor=1"
}
},
"node_modules/cheerio-select": {
"version": "2.1.0",
2024-03-06 10:53:08 +01:00
"license": "BSD-2-Clause",
2023-09-07 20:53:47 +02:00
"dependencies": {
"boolbase": "^1.0.0",
"css-select": "^5.1.0",
"css-what": "^6.1.0",
"domelementtype": "^2.3.0",
"domhandler": "^5.0.3",
"domutils": "^3.0.1"
},
"funding": {
"url": "https://github.com/sponsors/fb55"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/cliui": {
"version": "8.0.1",
2024-03-06 10:53:08 +01:00
"license": "ISC",
2023-07-20 19:32:15 +02:00
"dependencies": {
"string-width": "^4.2.0",
"strip-ansi": "^6.0.1",
"wrap-ansi": "^7.0.0"
},
"engines": {
"node": ">=12"
}
},
2023-10-06 13:39:03 +02:00
"node_modules/clone-response": {
"version": "1.0.3",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-10-06 13:39:03 +02:00
"dependencies": {
"mimic-response": "^1.0.0"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/clone-response/node_modules/mimic-response": {
"version": "1.0.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-10-06 13:39:03 +02:00
"engines": {
"node": ">=4"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/color-convert": {
"version": "2.0.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"color-name": "~1.1.4"
},
"engines": {
"node": ">=7.0.0"
}
},
"node_modules/color-name": {
"version": "1.1.4",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
2023-09-07 20:53:47 +02:00
"node_modules/combined-stream": {
"version": "1.0.8",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-09-07 20:53:47 +02:00
"dependencies": {
"delayed-stream": "~1.0.0"
},
"engines": {
"node": ">= 0.8"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/command-exists": {
"version": "1.2.9",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
2024-04-09 21:43:47 +02:00
"node_modules/compress-commons": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz",
"integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
"dependencies": {
"crc-32": "^1.2.0",
"crc32-stream": "^6.0.0",
"is-stream": "^2.0.1",
"normalize-path": "^3.0.0",
"readable-stream": "^4.0.0"
},
"engines": {
"node": ">= 14"
}
},
"node_modules/compress-commons/node_modules/buffer": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"dependencies": {
"base64-js": "^1.3.1",
"ieee754": "^1.2.1"
}
},
"node_modules/compress-commons/node_modules/crc-32": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
"integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
"bin": {
"crc32": "bin/crc32.njs"
},
"engines": {
"node": ">=0.8"
}
},
"node_modules/compress-commons/node_modules/readable-stream": {
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
"integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
"dependencies": {
"abort-controller": "^3.0.0",
"buffer": "^6.0.3",
"events": "^3.3.0",
"process": "^0.11.10",
"string_decoder": "^1.3.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
"node_modules/compress-commons/node_modules/safe-buffer": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
},
"node_modules/compress-commons/node_modules/string_decoder": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
"dependencies": {
"safe-buffer": "~5.2.0"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/compressible": {
"version": "2.0.18",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"mime-db": ">= 1.43.0 < 2"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/compression": {
"version": "1.7.4",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"accepts": "~1.3.5",
"bytes": "3.0.0",
"compressible": "~2.0.16",
"debug": "2.6.9",
"on-headers": "~1.0.2",
"safe-buffer": "5.1.2",
"vary": "~1.1.2"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/concat-map": {
"version": "0.0.1",
2024-03-06 10:53:08 +01:00
"dev": true,
"license": "MIT"
},
2023-07-20 19:32:15 +02:00
"node_modules/concat-stream": {
"version": "1.6.2",
"engines": [
"node >= 0.8"
],
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"buffer-from": "^1.0.0",
"inherits": "^2.0.3",
"readable-stream": "^2.2.2",
"typedarray": "^0.0.6"
}
},
"node_modules/content-disposition": {
"version": "0.5.4",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"safe-buffer": "5.2.1"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/content-disposition/node_modules/safe-buffer": {
"version": "5.2.1",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
2024-03-06 10:53:08 +01:00
],
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/content-type": {
"version": "1.0.5",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/cookie": {
"version": "0.4.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/cookie-parser": {
"version": "1.4.6",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"cookie": "0.4.1",
"cookie-signature": "1.0.6"
},
"engines": {
"node": ">= 0.8.0"
}
},
2024-04-07 18:12:22 +02:00
"node_modules/cookie-session": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/cookie-session/-/cookie-session-2.1.0.tgz",
"integrity": "sha512-u73BDmR8QLGcs+Lprs0cfbcAPKl2HnPcjpwRXT41sEV4DRJ2+W0vJEEZkG31ofkx+HZflA70siRIjiTdIodmOQ==",
"dependencies": {
"cookies": "0.9.1",
"debug": "3.2.7",
"on-headers": "~1.0.2",
"safe-buffer": "5.2.1"
},
"engines": {
"node": ">= 0.10"
}
},
"node_modules/cookie-session/node_modules/debug": {
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
"dependencies": {
"ms": "^2.1.1"
}
},
"node_modules/cookie-session/node_modules/ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
},
"node_modules/cookie-session/node_modules/safe-buffer": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
},
2023-07-20 19:32:15 +02:00
"node_modules/cookie-signature": {
"version": "1.0.6",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
2024-04-07 18:12:22 +02:00
"node_modules/cookies": {
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/cookies/-/cookies-0.9.1.tgz",
"integrity": "sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==",
"dependencies": {
"depd": "~2.0.0",
"keygrip": "~1.1.0"
},
"engines": {
"node": ">= 0.8"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/core-util-is": {
"version": "1.0.3",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/cors": {
"version": "2.8.5",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"object-assign": "^4",
"vary": "^1"
},
"engines": {
"node": ">= 0.10"
}
},
"node_modules/crc-32": {
"version": "0.3.0",
2024-03-06 10:53:08 +01:00
"license": "Apache-2.0",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">=0.8"
}
},
2024-04-09 21:43:47 +02:00
"node_modules/crc32-stream": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz",
"integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
"dependencies": {
"crc-32": "^1.2.0",
"readable-stream": "^4.0.0"
},
"engines": {
"node": ">= 14"
}
},
"node_modules/crc32-stream/node_modules/buffer": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"dependencies": {
"base64-js": "^1.3.1",
"ieee754": "^1.2.1"
}
},
"node_modules/crc32-stream/node_modules/crc-32": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
"integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
"bin": {
"crc32": "bin/crc32.njs"
},
"engines": {
"node": ">=0.8"
}
},
"node_modules/crc32-stream/node_modules/readable-stream": {
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
"integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
"dependencies": {
"abort-controller": "^3.0.0",
"buffer": "^6.0.3",
"events": "^3.3.0",
"process": "^0.11.10",
"string_decoder": "^1.3.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
"node_modules/crc32-stream/node_modules/safe-buffer": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
},
"node_modules/crc32-stream/node_modules/string_decoder": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
"dependencies": {
"safe-buffer": "~5.2.0"
}
},
"node_modules/cross-spawn": {
"version": "7.0.3",
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",
"which": "^2.0.1"
},
"engines": {
"node": ">= 8"
}
},
2023-11-10 22:54:44 +01:00
"node_modules/crypt": {
"version": "0.0.2",
2024-03-06 10:53:08 +01:00
"license": "BSD-3-Clause",
2023-11-10 22:54:44 +01:00
"engines": {
"node": "*"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/csrf-csrf": {
"version": "2.2.4",
2024-03-06 10:53:08 +01:00
"license": "ISC",
2023-07-20 19:32:15 +02:00
"dependencies": {
"http-errors": "^2.0.0"
}
},
2023-09-07 20:53:47 +02:00
"node_modules/css-select": {
"version": "5.1.0",
2024-03-06 10:53:08 +01:00
"license": "BSD-2-Clause",
2023-09-07 20:53:47 +02:00
"dependencies": {
"boolbase": "^1.0.0",
"css-what": "^6.1.0",
"domhandler": "^5.0.2",
"domutils": "^3.0.1",
"nth-check": "^2.0.1"
},
"funding": {
"url": "https://github.com/sponsors/fb55"
}
},
"node_modules/css-what": {
"version": "6.1.0",
2024-03-06 10:53:08 +01:00
"license": "BSD-2-Clause",
2023-09-07 20:53:47 +02:00
"engines": {
"node": ">= 6"
},
"funding": {
"url": "https://github.com/sponsors/fb55"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/debug": {
"version": "2.6.9",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"ms": "2.0.0"
}
},
"node_modules/decompress-response": {
"version": "6.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"mimic-response": "^3.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/deep-is": {
"version": "0.1.4",
2024-03-06 10:53:08 +01:00
"dev": true,
"license": "MIT"
},
2023-10-06 13:39:03 +02:00
"node_modules/defer-to-connect": {
"version": "2.0.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-10-06 13:39:03 +02:00
"engines": {
"node": ">=10"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/define-lazy-prop": {
"version": "2.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">=8"
}
},
2023-09-07 20:53:47 +02:00
"node_modules/delayed-stream": {
"version": "1.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-09-07 20:53:47 +02:00
"engines": {
"node": ">=0.4.0"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/depd": {
"version": "2.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/destroy": {
"version": "1.2.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.8",
"npm": "1.2.8000 || >= 1.4.16"
}
},
2023-11-10 22:54:44 +01:00
"node_modules/digest-fetch": {
"version": "1.3.0",
2024-03-06 10:53:08 +01:00
"license": "ISC",
2023-11-10 22:54:44 +01:00
"dependencies": {
"base-64": "^0.1.0",
"md5": "^2.3.0"
}
},
"node_modules/doctrine": {
"version": "3.0.0",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "Apache-2.0",
"dependencies": {
"esutils": "^2.0.2"
},
"engines": {
"node": ">=6.0.0"
}
},
2023-09-07 20:53:47 +02:00
"node_modules/dom-serializer": {
"version": "2.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-09-07 20:53:47 +02:00
"dependencies": {
"domelementtype": "^2.3.0",
"domhandler": "^5.0.2",
"entities": "^4.2.0"
},
"funding": {
"url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/dom-walk": {
2024-03-06 10:53:08 +01:00
"version": "0.1.2"
2023-07-20 19:32:15 +02:00
},
2023-09-07 20:53:47 +02:00
"node_modules/domelementtype": {
"version": "2.3.0",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fb55"
}
2024-03-06 10:53:08 +01:00
],
"license": "BSD-2-Clause"
2023-09-07 20:53:47 +02:00
},
"node_modules/domhandler": {
"version": "5.0.3",
2024-03-06 10:53:08 +01:00
"license": "BSD-2-Clause",
2023-09-07 20:53:47 +02:00
"dependencies": {
"domelementtype": "^2.3.0"
},
"engines": {
"node": ">= 4"
},
"funding": {
"url": "https://github.com/fb55/domhandler?sponsor=1"
}
},
"node_modules/domutils": {
"version": "3.1.0",
2024-03-06 10:53:08 +01:00
"license": "BSD-2-Clause",
2023-09-07 20:53:47 +02:00
"dependencies": {
"dom-serializer": "^2.0.0",
"domelementtype": "^2.3.0",
"domhandler": "^5.0.3"
},
"funding": {
"url": "https://github.com/fb55/domutils?sponsor=1"
}
},
"node_modules/dotenv": {
"version": "8.6.0",
2024-03-06 10:53:08 +01:00
"license": "BSD-2-Clause",
2023-09-07 20:53:47 +02:00
"engines": {
"node": ">=10"
}
},
2024-04-09 21:43:47 +02:00
"node_modules/eastasianwidth": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
},
2023-07-20 19:32:15 +02:00
"node_modules/ee-first": {
"version": "1.1.1",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/emoji-regex": {
"version": "8.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/encodeurl": {
"version": "1.0.2",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/end-of-stream": {
"version": "1.4.4",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"once": "^1.4.0"
}
},
2023-09-07 20:53:47 +02:00
"node_modules/entities": {
"version": "4.5.0",
2024-03-06 10:53:08 +01:00
"license": "BSD-2-Clause",
2023-09-07 20:53:47 +02:00
"engines": {
"node": ">=0.12"
},
"funding": {
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
2024-03-05 14:12:59 +01:00
"node_modules/esbuild": {
2024-03-06 10:53:08 +01:00
"name": "dry-uninstall",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/dry-uninstall/-/dry-uninstall-0.3.0.tgz",
"integrity": "sha512-b8h94RVpETWkVV59x62NsY++79bM7Si6Dxq7a4iVxRcJU3ZJJ4vaiC7wUZwM8WDK0ySRL+i+T/1SMAzbJLejYA=="
2024-03-05 14:12:59 +01:00
},
2023-07-20 19:32:15 +02:00
"node_modules/escalade": {
"version": "3.1.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">=6"
}
},
"node_modules/escape-html": {
"version": "1.0.3",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
2023-09-07 20:53:47 +02:00
"node_modules/escape-string-regexp": {
"version": "1.0.5",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-09-07 20:53:47 +02:00
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/eslint": {
"version": "8.55.0",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.6.1",
"@eslint/eslintrc": "^2.1.4",
"@eslint/js": "8.55.0",
"@humanwhocodes/config-array": "^0.11.13",
"@humanwhocodes/module-importer": "^1.0.1",
"@nodelib/fs.walk": "^1.2.8",
"@ungap/structured-clone": "^1.2.0",
"ajv": "^6.12.4",
"chalk": "^4.0.0",
"cross-spawn": "^7.0.2",
"debug": "^4.3.2",
"doctrine": "^3.0.0",
"escape-string-regexp": "^4.0.0",
"eslint-scope": "^7.2.2",
"eslint-visitor-keys": "^3.4.3",
"espree": "^9.6.1",
"esquery": "^1.4.2",
"esutils": "^2.0.2",
"fast-deep-equal": "^3.1.3",
"file-entry-cache": "^6.0.1",
"find-up": "^5.0.0",
"glob-parent": "^6.0.2",
"globals": "^13.19.0",
"graphemer": "^1.4.0",
"ignore": "^5.2.0",
"imurmurhash": "^0.1.4",
"is-glob": "^4.0.0",
"is-path-inside": "^3.0.3",
"js-yaml": "^4.1.0",
"json-stable-stringify-without-jsonify": "^1.0.1",
"levn": "^0.4.1",
"lodash.merge": "^4.6.2",
"minimatch": "^3.1.2",
"natural-compare": "^1.4.0",
"optionator": "^0.9.3",
"strip-ansi": "^6.0.1",
"text-table": "^0.2.0"
},
"bin": {
"eslint": "bin/eslint.js"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
}
},
"node_modules/eslint-scope": {
"version": "7.2.2",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "BSD-2-Clause",
"dependencies": {
"esrecurse": "^4.3.0",
"estraverse": "^5.2.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
}
},
"node_modules/eslint-visitor-keys": {
"version": "3.4.3",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "Apache-2.0",
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
}
},
"node_modules/eslint/node_modules/debug": {
"version": "4.3.4",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/eslint/node_modules/escape-string-regexp": {
"version": "4.0.0",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/eslint/node_modules/glob-parent": {
"version": "6.0.2",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "ISC",
"dependencies": {
"is-glob": "^4.0.3"
},
"engines": {
"node": ">=10.13.0"
}
},
"node_modules/eslint/node_modules/ms": {
"version": "2.1.2",
2024-03-06 10:53:08 +01:00
"dev": true,
"license": "MIT"
},
"node_modules/espree": {
"version": "9.6.1",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "BSD-2-Clause",
"dependencies": {
"acorn": "^8.9.0",
"acorn-jsx": "^5.3.2",
"eslint-visitor-keys": "^3.4.1"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
}
},
"node_modules/esquery": {
"version": "1.5.0",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "BSD-3-Clause",
"dependencies": {
"estraverse": "^5.1.0"
},
"engines": {
"node": ">=0.10"
}
},
"node_modules/esrecurse": {
"version": "4.3.0",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "BSD-2-Clause",
"dependencies": {
"estraverse": "^5.2.0"
},
"engines": {
"node": ">=4.0"
}
},
"node_modules/estraverse": {
"version": "5.3.0",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "BSD-2-Clause",
"engines": {
"node": ">=4.0"
}
},
"node_modules/esutils": {
"version": "2.0.3",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "BSD-2-Clause",
"engines": {
"node": ">=0.10.0"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/etag": {
"version": "1.8.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.6"
}
},
2023-11-10 22:54:44 +01:00
"node_modules/event-target-shim": {
"version": "5.0.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-11-10 22:54:44 +01:00
"engines": {
"node": ">=6"
}
},
2024-04-09 21:43:47 +02:00
"node_modules/events": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
"engines": {
"node": ">=0.8.x"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/exif-parser": {
2024-03-06 10:53:08 +01:00
"version": "0.1.12"
2023-07-20 19:32:15 +02:00
},
"node_modules/express": {
2024-03-27 13:20:35 +01:00
"version": "4.19.2",
"resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz",
"integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==",
2023-07-20 19:32:15 +02:00
"dependencies": {
"accepts": "~1.3.8",
"array-flatten": "1.1.1",
2024-03-27 13:20:35 +01:00
"body-parser": "1.20.2",
2023-07-20 19:32:15 +02:00
"content-disposition": "0.5.4",
"content-type": "~1.0.4",
2024-03-27 13:20:35 +01:00
"cookie": "0.6.0",
2023-07-20 19:32:15 +02:00
"cookie-signature": "1.0.6",
"debug": "2.6.9",
"depd": "2.0.0",
"encodeurl": "~1.0.2",
"escape-html": "~1.0.3",
"etag": "~1.8.1",
"finalhandler": "1.2.0",
"fresh": "0.5.2",
"http-errors": "2.0.0",
"merge-descriptors": "1.0.1",
"methods": "~1.1.2",
"on-finished": "2.4.1",
"parseurl": "~1.3.3",
"path-to-regexp": "0.1.7",
"proxy-addr": "~2.0.7",
"qs": "6.11.0",
"range-parser": "~1.2.1",
"safe-buffer": "5.2.1",
"send": "0.18.0",
"serve-static": "1.15.0",
"setprototypeof": "1.2.0",
"statuses": "2.0.1",
"type-is": "~1.6.18",
"utils-merge": "1.0.1",
"vary": "~1.1.2"
},
"engines": {
"node": ">= 0.10.0"
}
},
"node_modules/express/node_modules/cookie": {
2024-03-27 13:20:35 +01:00
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz",
"integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/express/node_modules/safe-buffer": {
"version": "5.2.1",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
2024-03-06 10:53:08 +01:00
],
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/fast-deep-equal": {
"version": "3.1.3",
2024-03-06 10:53:08 +01:00
"dev": true,
"license": "MIT"
},
2024-04-09 21:43:47 +02:00
"node_modules/fast-fifo": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
"integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ=="
},
"node_modules/fast-json-stable-stringify": {
"version": "2.1.0",
2024-03-06 10:53:08 +01:00
"dev": true,
"license": "MIT"
},
"node_modules/fast-levenshtein": {
"version": "2.0.6",
2024-03-06 10:53:08 +01:00
"dev": true,
"license": "MIT"
},
2023-07-20 19:32:15 +02:00
"node_modules/fastq": {
"version": "1.15.0",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "ISC",
2023-07-20 19:32:15 +02:00
"dependencies": {
"reusify": "^1.0.4"
}
},
"node_modules/fd-slicer": {
"version": "1.1.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"pend": "~1.2.0"
}
},
"node_modules/file-entry-cache": {
"version": "6.0.1",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"flat-cache": "^3.0.4"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/file-type": {
"version": "16.5.4",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"readable-web-to-node-stream": "^3.0.0",
"strtok3": "^6.2.4",
"token-types": "^4.1.1"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sindresorhus/file-type?sponsor=1"
}
},
"node_modules/finalhandler": {
"version": "1.2.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"debug": "2.6.9",
"encodeurl": "~1.0.2",
"escape-html": "~1.0.3",
"on-finished": "2.4.1",
"parseurl": "~1.3.3",
"statuses": "2.0.1",
"unpipe": "~1.0.0"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/find-up": {
"version": "5.0.0",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"locate-path": "^6.0.0",
"path-exists": "^4.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/flat-cache": {
"version": "3.2.0",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"flatted": "^3.2.9",
"keyv": "^4.5.3",
"rimraf": "^3.0.2"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
}
},
"node_modules/flatbuffers": {
"version": "1.12.0",
2024-03-06 10:53:08 +01:00
"license": "SEE LICENSE IN LICENSE.txt"
},
"node_modules/flatted": {
"version": "3.2.9",
2024-03-06 10:53:08 +01:00
"dev": true,
"license": "ISC"
},
2023-09-07 20:53:47 +02:00
"node_modules/follow-redirects": {
2024-03-15 21:38:20 +01:00
"version": "1.15.6",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz",
"integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==",
2023-09-07 20:53:47 +02:00
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/RubenVerborgh"
}
],
"engines": {
"node": ">=4.0"
},
"peerDependenciesMeta": {
"debug": {
"optional": true
}
}
},
2024-04-09 21:43:47 +02:00
"node_modules/foreground-child": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
"integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
"dependencies": {
"cross-spawn": "^7.0.0",
"signal-exit": "^4.0.1"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
2023-09-07 20:53:47 +02:00
"node_modules/form-data": {
"version": "4.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-09-07 20:53:47 +02:00
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
},
"engines": {
"node": ">= 6"
}
},
2023-11-10 22:54:44 +01:00
"node_modules/form-data-encoder": {
"version": "1.7.2",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-11-10 22:54:44 +01:00
},
"node_modules/formdata-node": {
"version": "4.4.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-11-10 22:54:44 +01:00
"dependencies": {
"node-domexception": "1.0.0",
"web-streams-polyfill": "4.0.0-beta.3"
},
"engines": {
"node": ">= 12.20"
}
},
"node_modules/formdata-node/node_modules/web-streams-polyfill": {
"version": "4.0.0-beta.3",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-11-10 22:54:44 +01:00
"engines": {
"node": ">= 14"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/forwarded": {
"version": "0.2.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/fresh": {
"version": "0.5.2",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/fs.realpath": {
"version": "1.0.0",
2024-03-06 10:53:08 +01:00
"dev": true,
"license": "ISC"
},
2023-07-20 19:32:15 +02:00
"node_modules/function-bind": {
"version": "1.1.1",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/get-caller-file": {
"version": "2.0.5",
2024-03-06 10:53:08 +01:00
"license": "ISC",
2023-07-20 19:32:15 +02:00
"engines": {
"node": "6.* || 8.* || >= 10.*"
}
},
"node_modules/get-intrinsic": {
"version": "1.2.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"function-bind": "^1.1.1",
"has": "^1.0.3",
"has-proto": "^1.0.1",
"has-symbols": "^1.0.3"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2023-10-06 13:39:03 +02:00
"node_modules/get-stream": {
"version": "5.2.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-10-06 13:39:03 +02:00
"dependencies": {
"pump": "^3.0.0"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/gifwrap": {
2023-09-11 03:47:14 +02:00
"version": "0.10.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"image-q": "^4.0.0",
"omggif": "^1.0.10"
}
},
"node_modules/glob": {
"version": "7.2.3",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "ISC",
"dependencies": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.1.1",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
},
"engines": {
"node": "*"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/global": {
"version": "4.4.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"min-document": "^2.19.0",
"process": "^0.11.10"
}
},
"node_modules/globals": {
"version": "13.23.0",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"type-fest": "^0.20.2"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/google-translate-api-browser": {
"version": "3.0.1",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
2023-10-06 13:39:03 +02:00
"node_modules/got": {
"version": "11.8.6",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-10-06 13:39:03 +02:00
"dependencies": {
"@sindresorhus/is": "^4.0.0",
"@szmarczak/http-timer": "^4.0.5",
"@types/cacheable-request": "^6.0.1",
"@types/responselike": "^1.0.0",
"cacheable-lookup": "^5.0.3",
"cacheable-request": "^7.0.2",
"decompress-response": "^6.0.0",
"http2-wrapper": "^1.0.0-beta.5.2",
"lowercase-keys": "^2.0.0",
"p-cancelable": "^2.0.0",
"responselike": "^2.0.0"
},
"engines": {
"node": ">=10.19.0"
},
"funding": {
"url": "https://github.com/sindresorhus/got?sponsor=1"
}
},
2023-09-07 20:53:47 +02:00
"node_modules/gpt-3-encoder": {
"version": "1.1.4",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-09-07 20:53:47 +02:00
},
2023-07-20 19:32:15 +02:00
"node_modules/gpt3-tokenizer": {
"version": "1.1.5",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"array-keyed-map": "^2.1.3"
},
"engines": {
"node": ">=12"
}
},
2024-04-09 21:43:47 +02:00
"node_modules/graceful-fs": {
"version": "4.2.11",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
},
"node_modules/graphemer": {
"version": "1.4.0",
2024-03-06 10:53:08 +01:00
"dev": true,
"license": "MIT"
},
"node_modules/guid-typescript": {
"version": "1.0.9",
2024-03-06 10:53:08 +01:00
"license": "ISC"
},
2023-07-20 19:32:15 +02:00
"node_modules/has": {
"version": "1.0.3",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"function-bind": "^1.1.1"
},
"engines": {
"node": ">= 0.4.0"
}
},
"node_modules/has-flag": {
"version": "4.0.0",
2023-09-17 13:09:24 +02:00
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">=8"
}
},
"node_modules/has-proto": {
"version": "1.0.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/has-symbols": {
"version": "1.0.3",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2024-04-20 18:58:29 +02:00
"node_modules/he": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
"bin": {
"he": "bin/he"
}
},
"node_modules/helmet": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/helmet/-/helmet-7.1.0.tgz",
"integrity": "sha512-g+HZqgfbpXdCkme/Cd/mZkV0aV3BZZZSugecH03kl38m/Kmdx8jKjBikpDj2cr+Iynv4KpYEviojNdTJActJAg==",
"engines": {
"node": ">=16.0.0"
}
},
2023-09-07 20:53:47 +02:00
"node_modules/htmlparser2": {
"version": "8.0.2",
"funding": [
"https://github.com/fb55/htmlparser2?sponsor=1",
{
"type": "github",
"url": "https://github.com/sponsors/fb55"
}
],
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-09-07 20:53:47 +02:00
"dependencies": {
"domelementtype": "^2.3.0",
"domhandler": "^5.0.3",
"domutils": "^3.0.1",
"entities": "^4.4.0"
}
},
2023-10-06 13:39:03 +02:00
"node_modules/http-cache-semantics": {
"version": "4.1.1",
2024-03-06 10:53:08 +01:00
"license": "BSD-2-Clause"
2023-10-06 13:39:03 +02:00
},
2023-07-20 19:32:15 +02:00
"node_modules/http-errors": {
"version": "2.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"depd": "2.0.0",
"inherits": "2.0.4",
"setprototypeof": "1.2.0",
"statuses": "2.0.1",
"toidentifier": "1.0.1"
},
"engines": {
"node": ">= 0.8"
}
},
2023-10-06 13:39:03 +02:00
"node_modules/http2-wrapper": {
"version": "1.0.3",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-10-06 13:39:03 +02:00
"dependencies": {
"quick-lru": "^5.1.1",
"resolve-alpn": "^1.0.0"
},
"engines": {
"node": ">=10.19.0"
}
},
2023-11-10 22:54:44 +01:00
"node_modules/humanize-ms": {
"version": "1.2.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-11-10 22:54:44 +01:00
"dependencies": {
"ms": "^2.0.0"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/iconv-lite": {
"version": "0.4.24",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"safer-buffer": ">= 2.1.2 < 3"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/ieee754": {
"version": "1.2.1",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
2024-03-06 10:53:08 +01:00
],
"license": "BSD-3-Clause"
2023-07-20 19:32:15 +02:00
},
"node_modules/ignore": {
"version": "5.2.4",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 4"
}
},
"node_modules/image-q": {
"version": "4.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"@types/node": "16.9.1"
}
},
"node_modules/import-fresh": {
"version": "3.3.0",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"parent-module": "^1.0.0",
"resolve-from": "^4.0.0"
},
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-08-17 14:20:02 +02:00
"node_modules/imurmurhash": {
"version": "0.1.4",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-08-17 14:20:02 +02:00
"engines": {
"node": ">=0.8.19"
}
},
"node_modules/inflight": {
"version": "1.0.6",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "ISC",
"dependencies": {
"once": "^1.3.0",
"wrappy": "1"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/inherits": {
"version": "2.0.4",
2024-03-06 10:53:08 +01:00
"license": "ISC"
2023-07-20 19:32:15 +02:00
},
"node_modules/ip-matching": {
"version": "2.1.2",
2024-03-06 10:53:08 +01:00
"license": "LGPL-3.0-only"
2023-07-20 19:32:15 +02:00
},
"node_modules/ipaddr.js": {
"version": "2.1.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 10"
}
},
2023-11-10 22:54:44 +01:00
"node_modules/is-buffer": {
"version": "1.1.6",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-11-10 22:54:44 +01:00
},
2023-07-20 19:32:15 +02:00
"node_modules/is-docker": {
"version": "2.2.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"bin": {
"is-docker": "cli.js"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/is-extglob": {
"version": "2.1.1",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-fullwidth-code-point": {
"version": "3.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">=8"
}
},
"node_modules/is-function": {
"version": "1.0.2",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/is-glob": {
"version": "4.0.3",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"is-extglob": "^2.1.1"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-path-inside": {
"version": "3.0.3",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"engines": {
"node": ">=8"
}
},
2024-04-09 21:43:47 +02:00
"node_modules/is-stream": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/is-wsl": {
"version": "2.2.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"is-docker": "^2.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/isarray": {
"version": "1.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/isexe": {
"version": "2.0.0",
2024-03-06 10:53:08 +01:00
"license": "ISC"
},
2023-07-20 19:32:15 +02:00
"node_modules/isomorphic-fetch": {
"version": "3.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"node-fetch": "^2.6.1",
"whatwg-fetch": "^3.4.1"
}
},
2024-04-09 21:43:47 +02:00
"node_modules/jackspeak": {
"version": "2.3.6",
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
"integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
"dependencies": {
"@isaacs/cliui": "^8.0.2"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
},
"optionalDependencies": {
"@pkgjs/parseargs": "^0.11.0"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/jimp": {
2023-09-11 03:47:14 +02:00
"version": "0.22.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
2023-09-11 03:47:14 +02:00
"@jimp/custom": "^0.22.10",
"@jimp/plugins": "^0.22.10",
"@jimp/types": "^0.22.10",
2023-07-20 19:32:15 +02:00
"regenerator-runtime": "^0.13.3"
}
},
"node_modules/jpeg-js": {
"version": "0.4.4",
2024-03-06 10:53:08 +01:00
"license": "BSD-3-Clause"
2023-07-20 19:32:15 +02:00
},
"node_modules/jquery": {
"version": "3.7.0",
2024-03-06 10:53:08 +01:00
"dev": true,
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/js-yaml": {
"version": "4.1.0",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"argparse": "^2.0.1"
},
"bin": {
"js-yaml": "bin/js-yaml.js"
}
},
2023-10-06 13:39:03 +02:00
"node_modules/json-buffer": {
"version": "3.0.1",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-10-06 13:39:03 +02:00
},
2023-09-07 20:53:47 +02:00
"node_modules/json-colorizer": {
"version": "2.2.2",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-09-07 20:53:47 +02:00
"dependencies": {
"chalk": "^2.4.1",
"lodash.get": "^4.4.2"
}
},
"node_modules/json-colorizer/node_modules/ansi-styles": {
"version": "3.2.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-09-07 20:53:47 +02:00
"dependencies": {
"color-convert": "^1.9.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/json-colorizer/node_modules/chalk": {
"version": "2.4.2",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-09-07 20:53:47 +02:00
"dependencies": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/json-colorizer/node_modules/color-convert": {
"version": "1.9.3",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-09-07 20:53:47 +02:00
"dependencies": {
"color-name": "1.1.3"
}
},
"node_modules/json-colorizer/node_modules/color-name": {
"version": "1.1.3",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-09-07 20:53:47 +02:00
},
"node_modules/json-colorizer/node_modules/has-flag": {
"version": "3.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-09-07 20:53:47 +02:00
"engines": {
"node": ">=4"
}
},
"node_modules/json-colorizer/node_modules/supports-color": {
"version": "5.5.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-09-07 20:53:47 +02:00
"dependencies": {
"has-flag": "^3.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/json-schema-traverse": {
"version": "0.4.1",
2024-03-06 10:53:08 +01:00
"dev": true,
"license": "MIT"
},
"node_modules/json-stable-stringify-without-jsonify": {
"version": "1.0.1",
2024-03-06 10:53:08 +01:00
"dev": true,
"license": "MIT"
},
2024-04-07 18:12:22 +02:00
"node_modules/keygrip": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/keygrip/-/keygrip-1.1.0.tgz",
"integrity": "sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==",
"dependencies": {
"tsscmp": "1.0.6"
},
"engines": {
"node": ">= 0.6"
}
},
2023-10-06 13:39:03 +02:00
"node_modules/keyv": {
"version": "4.5.3",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-10-06 13:39:03 +02:00
"dependencies": {
"json-buffer": "3.0.1"
}
},
2024-04-09 21:43:47 +02:00
"node_modules/lazystream": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
"integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
"dependencies": {
"readable-stream": "^2.0.5"
},
"engines": {
"node": ">= 0.6.3"
}
},
"node_modules/levn": {
"version": "0.4.1",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"prelude-ls": "^1.2.1",
"type-check": "~0.4.0"
},
"engines": {
"node": ">= 0.8.0"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/load-bmfont": {
"version": "1.4.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"buffer-equal": "0.0.1",
"mime": "^1.3.4",
"parse-bmfont-ascii": "^1.0.3",
"parse-bmfont-binary": "^1.0.5",
"parse-bmfont-xml": "^1.1.4",
"phin": "^2.9.1",
"xhr": "^2.0.1",
"xtend": "^4.0.0"
}
},
"node_modules/locate-path": {
"version": "6.0.0",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"p-locate": "^5.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/lodash": {
"version": "4.17.21",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
2023-09-07 20:53:47 +02:00
"node_modules/lodash.get": {
"version": "4.4.2",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-09-07 20:53:47 +02:00
},
"node_modules/lodash.merge": {
"version": "4.6.2",
2024-03-06 10:53:08 +01:00
"dev": true,
"license": "MIT"
},
2023-09-07 20:53:47 +02:00
"node_modules/long": {
"version": "4.0.0",
2024-03-06 10:53:08 +01:00
"license": "Apache-2.0"
2023-09-07 20:53:47 +02:00
},
2023-10-06 13:39:03 +02:00
"node_modules/lowercase-keys": {
"version": "2.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-10-06 13:39:03 +02:00
"engines": {
"node": ">=8"
}
},
2024-04-09 21:43:47 +02:00
"node_modules/lru-cache": {
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
"integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
"engines": {
"node": "14 || >=16.14"
}
},
2023-11-10 22:54:44 +01:00
"node_modules/md5": {
"version": "2.3.0",
2024-03-06 10:53:08 +01:00
"license": "BSD-3-Clause",
2023-11-10 22:54:44 +01:00
"dependencies": {
"charenc": "0.0.2",
"crypt": "0.0.2",
"is-buffer": "~1.1.6"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/media-typer": {
"version": "0.3.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/merge-descriptors": {
"version": "1.0.1",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/methods": {
"version": "1.1.2",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/mime": {
"version": "1.6.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"bin": {
"mime": "cli.js"
},
"engines": {
"node": ">=4"
}
},
"node_modules/mime-db": {
"version": "1.52.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/mime-types": {
"version": "2.1.35",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"mime-db": "1.52.0"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/mimic-response": {
"version": "3.1.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/min-document": {
"version": "2.19.0",
"dependencies": {
"dom-walk": "^0.1.0"
}
},
"node_modules/minimatch": {
"version": "3.1.2",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "ISC",
"dependencies": {
"brace-expansion": "^1.1.7"
},
"engines": {
"node": "*"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/minimist": {
"version": "1.2.8",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2024-04-09 21:43:47 +02:00
"node_modules/minipass": {
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
"integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
"engines": {
"node": ">=16 || 14 >=14.17"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/ms": {
"version": "2.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/multer": {
"version": "1.4.5-lts.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"append-field": "^1.0.0",
"busboy": "^1.0.0",
"concat-stream": "^1.5.2",
"mkdirp": "^0.5.4",
"object-assign": "^4.1.1",
"type-is": "^1.6.4",
"xtend": "^4.0.0"
},
"engines": {
"node": ">= 6.0.0"
}
},
"node_modules/multer/node_modules/mkdirp": {
"version": "0.5.6",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"minimist": "^1.2.6"
},
"bin": {
"mkdirp": "bin/cmd.js"
}
},
"node_modules/natural-compare": {
"version": "1.4.0",
2024-03-06 10:53:08 +01:00
"dev": true,
"license": "MIT"
},
2023-07-20 19:32:15 +02:00
"node_modules/negotiator": {
"version": "0.6.3",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.6"
}
},
2023-11-10 22:54:44 +01:00
"node_modules/node-domexception": {
"version": "1.0.0",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/jimmywarting"
},
{
"type": "github",
"url": "https://paypal.me/jimmywarting"
}
],
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-11-10 22:54:44 +01:00
"engines": {
"node": ">=10.5.0"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/node-fetch": {
"version": "2.6.12",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"whatwg-url": "^5.0.0"
},
"engines": {
"node": "4.x || >=6.0.0"
},
"peerDependencies": {
"encoding": "^0.1.0"
},
"peerDependenciesMeta": {
"encoding": {
"optional": true
}
}
},
"node_modules/node-persist": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/node-persist/-/node-persist-4.0.1.tgz",
"integrity": "sha512-QtRjwAlcOQChQpfG6odtEhxYmA3nS5XYr+bx9JRjwahl1TM3sm9J3CCn51/MI0eoHRb2DrkEsCOFo8sq8jG5sQ==",
"engines": {
"node": ">=10.12.0"
}
},
2024-04-09 21:43:47 +02:00
"node_modules/normalize-path": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
"engines": {
"node": ">=0.10.0"
}
},
2023-10-06 13:39:03 +02:00
"node_modules/normalize-url": {
"version": "6.1.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-10-06 13:39:03 +02:00
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-09-07 20:53:47 +02:00
"node_modules/nth-check": {
"version": "2.1.1",
2024-03-06 10:53:08 +01:00
"license": "BSD-2-Clause",
2023-09-07 20:53:47 +02:00
"dependencies": {
"boolbase": "^1.0.0"
},
"funding": {
"url": "https://github.com/fb55/nth-check?sponsor=1"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/object-assign": {
"version": "4.1.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/object-inspect": {
"version": "1.12.3",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/omggif": {
"version": "1.0.10",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/on-finished": {
"version": "2.4.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"ee-first": "1.1.1"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/on-headers": {
"version": "1.0.2",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/once": {
"version": "1.4.0",
2024-03-06 10:53:08 +01:00
"license": "ISC",
2023-07-20 19:32:15 +02:00
"dependencies": {
"wrappy": "1"
}
},
"node_modules/onnx-proto": {
"version": "4.0.4",
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"protobufjs": "^6.8.8"
}
},
"node_modules/onnxruntime-common": {
"version": "1.14.0",
2024-03-06 10:53:08 +01:00
"license": "MIT"
},
"node_modules/onnxruntime-web": {
"version": "1.14.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"flatbuffers": "^1.12.0",
"guid-typescript": "^1.0.9",
"long": "^4.0.0",
"onnx-proto": "^4.0.4",
"onnxruntime-common": "~1.14.0",
"platform": "^1.3.6"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/open": {
"version": "8.4.2",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"define-lazy-prop": "^2.0.0",
"is-docker": "^2.1.1",
"is-wsl": "^2.2.0"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-09-07 20:53:47 +02:00
"node_modules/openai": {
2023-11-10 22:54:44 +01:00
"version": "4.17.4",
2024-03-06 10:53:08 +01:00
"license": "Apache-2.0",
2023-11-10 22:54:44 +01:00
"dependencies": {
"@types/node": "^18.11.18",
"@types/node-fetch": "^2.6.4",
"abort-controller": "^3.0.0",
"agentkeepalive": "^4.2.1",
"digest-fetch": "^1.3.0",
"form-data-encoder": "1.7.2",
"formdata-node": "^4.3.2",
"node-fetch": "^2.6.7",
"web-streams-polyfill": "^3.2.1"
},
"bin": {
"openai": "bin/cli"
2023-09-07 20:53:47 +02:00
}
},
2023-11-10 22:54:44 +01:00
"node_modules/openai/node_modules/@types/node": {
"version": "18.18.9",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-09-07 20:53:47 +02:00
"dependencies": {
2023-11-10 22:54:44 +01:00
"undici-types": "~5.26.4"
2023-09-07 20:53:47 +02:00
}
},
"node_modules/optionator": {
"version": "0.9.3",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"@aashutoshrathi/word-wrap": "^1.2.3",
"deep-is": "^0.1.3",
"fast-levenshtein": "^2.0.6",
"levn": "^0.4.1",
"prelude-ls": "^1.2.1",
"type-check": "^0.4.0"
},
"engines": {
"node": ">= 0.8.0"
}
},
2023-10-06 13:39:03 +02:00
"node_modules/p-cancelable": {
"version": "2.1.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-10-06 13:39:03 +02:00
"engines": {
"node": ">=8"
}
},
"node_modules/p-limit": {
"version": "3.1.0",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"yocto-queue": "^0.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/p-locate": {
"version": "5.0.0",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"p-limit": "^3.0.2"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/pako": {
"version": "1.0.11",
2024-03-06 10:53:08 +01:00
"license": "(MIT AND Zlib)"
2023-07-20 19:32:15 +02:00
},
"node_modules/parent-module": {
"version": "1.0.1",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"callsites": "^3.0.0"
},
"engines": {
"node": ">=6"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/parse-bmfont-ascii": {
"version": "1.0.6",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/parse-bmfont-binary": {
"version": "1.0.6",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/parse-bmfont-xml": {
"version": "1.1.4",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"xml-parse-from-string": "^1.0.0",
"xml2js": "^0.4.5"
}
},
"node_modules/parse-headers": {
"version": "2.0.5",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
2023-09-07 20:53:47 +02:00
"node_modules/parse5": {
"version": "7.1.2",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-09-07 20:53:47 +02:00
"dependencies": {
"entities": "^4.4.0"
},
"funding": {
"url": "https://github.com/inikulin/parse5?sponsor=1"
}
},
"node_modules/parse5-htmlparser2-tree-adapter": {
"version": "7.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-09-07 20:53:47 +02:00
"dependencies": {
"domhandler": "^5.0.2",
"parse5": "^7.0.0"
},
"funding": {
"url": "https://github.com/inikulin/parse5?sponsor=1"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/parseurl": {
"version": "1.3.3",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/path-exists": {
"version": "4.0.0",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/path-is-absolute": {
"version": "1.0.1",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/path-key": {
"version": "3.1.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
"engines": {
"node": ">=8"
}
},
2024-04-09 21:43:47 +02:00
"node_modules/path-scurry": {
"version": "1.10.2",
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.2.tgz",
"integrity": "sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==",
"dependencies": {
"lru-cache": "^10.2.0",
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
},
"engines": {
"node": ">=16 || 14 >=14.17"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/path-to-regexp": {
"version": "0.1.7",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/peek-readable": {
"version": "4.1.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">=8"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Borewit"
}
},
"node_modules/pend": {
"version": "1.2.0",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/phin": {
2024-04-12 21:13:29 +02:00
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/phin/-/phin-3.7.1.tgz",
"integrity": "sha512-GEazpTWwTZaEQ9RhL7Nyz0WwqilbqgLahDM3D0hxWwmVDI52nXEybHqiN6/elwpkJBhcuj+WbBu+QfT0uhPGfQ==",
"dependencies": {
"centra": "^2.7.0"
},
"engines": {
"node": ">= 8"
}
2023-07-20 19:32:15 +02:00
},
"node_modules/pixelmatch": {
"version": "4.0.2",
2024-03-06 10:53:08 +01:00
"license": "ISC",
2023-07-20 19:32:15 +02:00
"dependencies": {
"pngjs": "^3.0.0"
},
"bin": {
"pixelmatch": "bin/pixelmatch"
}
},
"node_modules/pixelmatch/node_modules/pngjs": {
"version": "3.4.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">=4.0.0"
}
},
"node_modules/platform": {
"version": "1.3.6",
2024-03-06 10:53:08 +01:00
"license": "MIT"
},
2023-07-20 19:32:15 +02:00
"node_modules/png-chunk-text": {
"version": "1.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/png-chunks-encode": {
"version": "1.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"crc-32": "^0.3.0",
"sliced": "^1.0.1"
}
},
"node_modules/png-chunks-extract": {
"version": "1.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"crc-32": "^0.3.0"
}
},
"node_modules/pngjs": {
"version": "6.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">=12.13.0"
}
},
"node_modules/prelude-ls": {
"version": "1.2.1",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"engines": {
"node": ">= 0.8.0"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/process": {
"version": "0.11.10",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.6.0"
}
},
"node_modules/process-nextick-args": {
"version": "2.0.1",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/protobufjs": {
"version": "6.11.4",
"hasInstallScript": true,
2024-03-06 10:53:08 +01:00
"license": "BSD-3-Clause",
"dependencies": {
"@protobufjs/aspromise": "^1.1.2",
"@protobufjs/base64": "^1.1.2",
"@protobufjs/codegen": "^2.0.4",
"@protobufjs/eventemitter": "^1.1.0",
"@protobufjs/fetch": "^1.1.0",
"@protobufjs/float": "^1.0.2",
"@protobufjs/inquire": "^1.1.0",
"@protobufjs/path": "^1.1.2",
"@protobufjs/pool": "^1.1.0",
"@protobufjs/utf8": "^1.1.0",
"@types/long": "^4.0.1",
"@types/node": ">=13.7.0",
"long": "^4.0.0"
},
"bin": {
"pbjs": "bin/pbjs",
"pbts": "bin/pbts"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/proxy-addr": {
"version": "2.0.7",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"forwarded": "0.2.0",
"ipaddr.js": "1.9.1"
},
"engines": {
"node": ">= 0.10"
}
},
"node_modules/proxy-addr/node_modules/ipaddr.js": {
"version": "1.9.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.10"
}
},
2023-09-07 20:53:47 +02:00
"node_modules/proxy-from-env": {
"version": "1.1.0",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-09-07 20:53:47 +02:00
},
2023-07-20 19:32:15 +02:00
"node_modules/pump": {
"version": "3.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"end-of-stream": "^1.1.0",
"once": "^1.3.1"
}
},
"node_modules/punycode": {
"version": "2.3.1",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"engines": {
"node": ">=6"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/qs": {
"version": "6.11.0",
2024-03-06 10:53:08 +01:00
"license": "BSD-3-Clause",
2023-07-20 19:32:15 +02:00
"dependencies": {
"side-channel": "^1.0.4"
},
"engines": {
"node": ">=0.6"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/queue-microtask": {
"version": "1.2.3",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
2024-03-06 10:53:08 +01:00
],
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
2024-04-09 21:43:47 +02:00
"node_modules/queue-tick": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz",
"integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag=="
},
2023-10-06 13:39:03 +02:00
"node_modules/quick-lru": {
"version": "5.1.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-10-06 13:39:03 +02:00
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/range-parser": {
"version": "1.2.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/rate-limiter-flexible": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/rate-limiter-flexible/-/rate-limiter-flexible-5.0.0.tgz",
"integrity": "sha512-ivCyLBwPtR5IRrz+aZnztVwX16ZK3iAjdlW21I/vjHq56at5Zb8eIefDzODg8R7hwPOHpBtb6Pj9Zdmn0nRb8g=="
},
2023-07-20 19:32:15 +02:00
"node_modules/raw-body": {
"version": "2.5.2",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"bytes": "3.1.2",
"http-errors": "2.0.0",
"iconv-lite": "0.4.24",
"unpipe": "1.0.0"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/raw-body/node_modules/bytes": {
"version": "3.1.2",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/readable-stream": {
"version": "2.3.8",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"core-util-is": "~1.0.0",
"inherits": "~2.0.3",
"isarray": "~1.0.0",
"process-nextick-args": "~2.0.0",
"safe-buffer": "~5.1.1",
"string_decoder": "~1.1.1",
"util-deprecate": "~1.0.1"
}
},
"node_modules/readable-web-to-node-stream": {
"version": "3.0.2",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"readable-stream": "^3.6.0"
},
"engines": {
"node": ">=8"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Borewit"
}
},
"node_modules/readable-web-to-node-stream/node_modules/readable-stream": {
"version": "3.6.2",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"inherits": "^2.0.3",
"string_decoder": "^1.1.1",
"util-deprecate": "^1.0.1"
},
"engines": {
"node": ">= 6"
}
},
2024-04-09 21:43:47 +02:00
"node_modules/readdir-glob": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
"integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
"dependencies": {
"minimatch": "^5.1.0"
}
},
"node_modules/readdir-glob/node_modules/brace-expansion": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"dependencies": {
"balanced-match": "^1.0.0"
}
},
"node_modules/readdir-glob/node_modules/minimatch": {
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
"dependencies": {
"brace-expansion": "^2.0.1"
},
"engines": {
"node": ">=10"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/regenerator-runtime": {
"version": "0.13.11",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/require-directory": {
"version": "2.1.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">=0.10.0"
}
},
2023-10-06 13:39:03 +02:00
"node_modules/resolve-alpn": {
"version": "1.2.1",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-10-06 13:39:03 +02:00
},
"node_modules/resolve-from": {
"version": "4.0.0",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"engines": {
"node": ">=4"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/response-time": {
"version": "2.3.2",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"depd": "~1.1.0",
"on-headers": "~1.0.1"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/response-time/node_modules/depd": {
"version": "1.1.2",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.6"
}
},
2023-10-06 13:39:03 +02:00
"node_modules/responselike": {
"version": "2.0.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-10-06 13:39:03 +02:00
"dependencies": {
"lowercase-keys": "^2.0.0"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/reusify": {
"version": "1.0.4",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"iojs": ">=1.0.0",
"node": ">=0.10.0"
}
},
"node_modules/rimraf": {
"version": "3.0.2",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "ISC",
"dependencies": {
"glob": "^7.1.3"
},
"bin": {
"rimraf": "bin.js"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/run-parallel": {
"version": "1.2.0",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"queue-microtask": "^1.2.2"
}
},
"node_modules/safe-buffer": {
"version": "5.1.2",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/safer-buffer": {
"version": "2.1.2",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/sanitize-filename": {
"version": "1.6.3",
2024-03-06 10:53:08 +01:00
"license": "WTFPL OR ISC",
2023-07-20 19:32:15 +02:00
"dependencies": {
"truncate-utf8-bytes": "^1.0.0"
}
},
"node_modules/sax": {
"version": "1.2.4",
2024-03-06 10:53:08 +01:00
"license": "ISC"
2023-07-20 19:32:15 +02:00
},
"node_modules/send": {
"version": "0.18.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"debug": "2.6.9",
"depd": "2.0.0",
"destroy": "1.2.0",
"encodeurl": "~1.0.2",
"escape-html": "~1.0.3",
"etag": "~1.8.1",
"fresh": "0.5.2",
"http-errors": "2.0.0",
"mime": "1.6.0",
"ms": "2.1.3",
"on-finished": "2.4.1",
"range-parser": "~1.2.1",
"statuses": "2.0.1"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/send/node_modules/ms": {
"version": "2.1.3",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/serve-static": {
"version": "1.15.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"encodeurl": "~1.0.2",
"escape-html": "~1.0.3",
"parseurl": "~1.3.3",
"send": "0.18.0"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/setprototypeof": {
"version": "1.2.0",
2024-03-06 10:53:08 +01:00
"license": "ISC"
2023-07-20 19:32:15 +02:00
},
"node_modules/shebang-command": {
"version": "2.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"shebang-regex": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/shebang-regex": {
"version": "3.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
"engines": {
"node": ">=8"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/side-channel": {
"version": "1.0.4",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"call-bind": "^1.0.0",
"get-intrinsic": "^1.0.2",
"object-inspect": "^1.9.0"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2023-08-17 14:20:02 +02:00
"node_modules/signal-exit": {
"version": "4.1.0",
2024-03-06 10:53:08 +01:00
"license": "ISC",
2023-08-17 14:20:02 +02:00
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/sillytavern-transformers": {
"version": "2.14.6",
2024-03-06 10:53:08 +01:00
"license": "Apache-2.0",
"dependencies": {
"@huggingface/jinja": "^0.1.0",
2023-09-11 03:47:14 +02:00
"jimp": "^0.22.10",
"onnxruntime-web": "1.14.0"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/simple-git": {
"version": "3.19.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"@kwsites/file-exists": "^1.1.1",
"@kwsites/promise-deferred": "^1.1.1",
"debug": "^4.3.4"
},
"funding": {
"type": "github",
"url": "https://github.com/steveukx/git-js?sponsor=1"
}
},
"node_modules/simple-git/node_modules/debug": {
"version": "4.3.4",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/simple-git/node_modules/ms": {
"version": "2.1.2",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/sliced": {
"version": "1.0.1",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/statuses": {
"version": "2.0.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/streamsearch": {
"version": "1.1.0",
"engines": {
"node": ">=10.0.0"
}
},
2024-04-09 21:43:47 +02:00
"node_modules/streamx": {
"version": "2.16.1",
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.16.1.tgz",
"integrity": "sha512-m9QYj6WygWyWa3H1YY69amr4nVgy61xfjys7xO7kviL5rfIEc2naf+ewFiOA+aEJD7y0JO3h2GoiUv4TDwEGzQ==",
"dependencies": {
"fast-fifo": "^1.1.0",
"queue-tick": "^1.0.1"
},
"optionalDependencies": {
"bare-events": "^2.2.0"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/string_decoder": {
"version": "1.1.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"safe-buffer": "~5.1.0"
}
},
"node_modules/string-width": {
"version": "4.2.3",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
},
"engines": {
"node": ">=8"
}
},
2024-04-09 21:43:47 +02:00
"node_modules/string-width-cjs": {
"name": "string-width",
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
"dependencies": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
},
"engines": {
"node": ">=8"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/strip-ansi": {
"version": "6.0.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"ansi-regex": "^5.0.1"
},
"engines": {
"node": ">=8"
}
},
2024-04-09 21:43:47 +02:00
"node_modules/strip-ansi-cjs": {
"name": "strip-ansi",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
"dependencies": {
"ansi-regex": "^5.0.1"
},
"engines": {
"node": ">=8"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/strtok3": {
"version": "6.3.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"@tokenizer/token": "^0.3.0",
"peek-readable": "^4.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Borewit"
}
},
"node_modules/supports-color": {
"version": "7.2.0",
2023-09-17 13:09:24 +02:00
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"has-flag": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
2024-04-09 21:43:47 +02:00
"node_modules/tar-stream": {
"version": "3.1.7",
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
"integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
"dependencies": {
"b4a": "^1.6.4",
"fast-fifo": "^1.2.0",
"streamx": "^2.15.0"
}
},
"node_modules/text-table": {
"version": "0.2.0",
2024-03-06 10:53:08 +01:00
"dev": true,
"license": "MIT"
},
2024-05-14 14:30:11 +02:00
"node_modules/tiktoken": {
"version": "1.0.15",
"resolved": "https://registry.npmjs.org/tiktoken/-/tiktoken-1.0.15.tgz",
"integrity": "sha512-sCsrq/vMWUSEW29CJLNmPvWxlVp7yh2tlkAjpJltIKqp5CKf98ZNpdeHRmAlPVFlGEbswDc6SmI8vz64W/qErw=="
},
2023-07-20 19:32:15 +02:00
"node_modules/timm": {
"version": "1.7.1",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/tinycolor2": {
"version": "1.6.0",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/toidentifier": {
"version": "1.0.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">=0.6"
}
},
"node_modules/token-types": {
"version": "4.2.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"@tokenizer/token": "^0.3.0",
"ieee754": "^1.2.1"
},
"engines": {
"node": ">=10"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Borewit"
}
},
"node_modules/tr46": {
"version": "0.0.3",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/truncate-utf8-bytes": {
"version": "1.0.2",
2024-03-06 10:53:08 +01:00
"license": "WTFPL",
2023-07-20 19:32:15 +02:00
"dependencies": {
"utf8-byte-length": "^1.0.1"
}
},
2024-04-07 18:12:22 +02:00
"node_modules/tsscmp": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/tsscmp/-/tsscmp-1.0.6.tgz",
"integrity": "sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==",
"engines": {
"node": ">=0.6.x"
}
},
"node_modules/type-check": {
"version": "0.4.0",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"dependencies": {
"prelude-ls": "^1.2.1"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/type-fest": {
"version": "0.20.2",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "(MIT OR CC0-1.0)",
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/type-is": {
"version": "1.6.18",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"media-typer": "0.3.0",
"mime-types": "~2.1.24"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/typedarray": {
"version": "0.0.6",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
2023-11-10 22:54:44 +01:00
"node_modules/undici-types": {
"version": "5.26.5",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-11-10 22:54:44 +01:00
},
2023-07-20 19:32:15 +02:00
"node_modules/unpipe": {
"version": "1.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/uri-js": {
"version": "4.4.1",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "BSD-2-Clause",
"dependencies": {
"punycode": "^2.1.0"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/utf8-byte-length": {
"version": "1.0.4",
2024-03-06 10:53:08 +01:00
"license": "WTFPL"
2023-07-20 19:32:15 +02:00
},
"node_modules/utif2": {
"version": "4.1.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"pako": "^1.0.11"
}
},
"node_modules/util-deprecate": {
"version": "1.0.2",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/utils-merge": {
"version": "1.0.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.4.0"
}
},
2023-09-07 20:53:47 +02:00
"node_modules/uuid": {
2024-04-07 16:44:40 +02:00
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
2023-09-07 20:53:47 +02:00
"bin": {
"uuid": "dist/bin/uuid"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/vary": {
"version": "1.1.2",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">= 0.8"
}
},
2023-09-07 20:53:47 +02:00
"node_modules/vectra": {
"version": "0.2.2",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-09-07 20:53:47 +02:00
"dependencies": {
"axios": "^1.3.4",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^8.2.0",
"gpt-3-encoder": "1.1.4",
"json-colorizer": "^2.2.2",
"openai": "^3.2.1",
"uuid": "^9.0.0",
"yargs": "^17.7.2"
},
"bin": {
"vectra": "bin/vectra.js"
}
},
"node_modules/wavefile": {
"version": "11.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
"bin": {
"wavefile": "bin/wavefile.js"
},
"engines": {
"node": ">=8"
}
},
2023-11-10 22:54:44 +01:00
"node_modules/web-streams-polyfill": {
"version": "3.2.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-11-10 22:54:44 +01:00
"engines": {
"node": ">= 8"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/webidl-conversions": {
"version": "3.0.1",
2024-03-06 10:53:08 +01:00
"license": "BSD-2-Clause"
2023-07-20 19:32:15 +02:00
},
"node_modules/whatwg-fetch": {
2023-09-11 03:47:14 +02:00
"version": "3.6.18",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
"node_modules/whatwg-url": {
"version": "5.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"tr46": "~0.0.3",
"webidl-conversions": "^3.0.0"
}
},
"node_modules/which": {
"version": "2.0.2",
2024-03-06 10:53:08 +01:00
"license": "ISC",
"dependencies": {
"isexe": "^2.0.0"
},
"bin": {
"node-which": "bin/node-which"
},
"engines": {
"node": ">= 8"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/wrap-ansi": {
"version": "7.0.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"ansi-styles": "^4.0.0",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
}
},
2024-04-09 21:43:47 +02:00
"node_modules/wrap-ansi-cjs": {
"name": "wrap-ansi",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
"dependencies": {
"ansi-styles": "^4.0.0",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/wrappy": {
"version": "1.0.2",
2024-03-06 10:53:08 +01:00
"license": "ISC"
2023-07-20 19:32:15 +02:00
},
2023-08-17 14:20:02 +02:00
"node_modules/write-file-atomic": {
"version": "5.0.1",
2024-03-06 10:53:08 +01:00
"license": "ISC",
2023-08-17 14:20:02 +02:00
"dependencies": {
"imurmurhash": "^0.1.4",
"signal-exit": "^4.0.1"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/ws": {
"version": "8.13.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
},
"node_modules/xhr": {
"version": "2.6.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"global": "~4.4.0",
"is-function": "^1.0.1",
"parse-headers": "^2.0.0",
"xtend": "^4.0.0"
}
},
"node_modules/xml-parse-from-string": {
"version": "1.0.1",
2024-03-06 10:53:08 +01:00
"license": "MIT"
2023-07-20 19:32:15 +02:00
},
2023-09-11 03:47:14 +02:00
"node_modules/xml2js": {
"version": "0.5.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-09-11 03:47:14 +02:00
"dependencies": {
"sax": ">=0.6.0",
"xmlbuilder": "~11.0.0"
},
"engines": {
"node": ">=4.0.0"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/xmlbuilder": {
"version": "11.0.1",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">=4.0"
}
},
"node_modules/xtend": {
"version": "4.0.2",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">=0.4"
}
},
"node_modules/y18n": {
"version": "5.0.8",
2024-03-06 10:53:08 +01:00
"license": "ISC",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">=10"
}
},
2023-11-25 22:45:33 +01:00
"node_modules/yaml": {
"version": "2.3.4",
2024-03-06 10:53:08 +01:00
"license": "ISC",
2023-11-25 22:45:33 +01:00
"engines": {
"node": ">= 14"
}
},
2023-07-20 19:32:15 +02:00
"node_modules/yargs": {
"version": "17.7.2",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"cliui": "^8.0.1",
"escalade": "^3.1.1",
"get-caller-file": "^2.0.5",
"require-directory": "^2.1.1",
"string-width": "^4.2.3",
"y18n": "^5.0.5",
"yargs-parser": "^21.1.1"
},
"engines": {
"node": ">=12"
}
},
"node_modules/yargs-parser": {
"version": "21.1.1",
2024-03-06 10:53:08 +01:00
"license": "ISC",
2023-07-20 19:32:15 +02:00
"engines": {
"node": ">=12"
}
},
"node_modules/yauzl": {
"version": "2.10.0",
2024-03-06 10:53:08 +01:00
"license": "MIT",
2023-07-20 19:32:15 +02:00
"dependencies": {
"buffer-crc32": "~0.2.3",
"fd-slicer": "~1.1.0"
}
},
"node_modules/yocto-queue": {
"version": "0.1.0",
"dev": true,
2024-03-06 10:53:08 +01:00
"license": "MIT",
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
2024-04-09 21:43:47 +02:00
},
"node_modules/zip-stream": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz",
"integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
"dependencies": {
"archiver-utils": "^5.0.0",
"compress-commons": "^6.0.2",
"readable-stream": "^4.0.0"
},
"engines": {
"node": ">= 14"
}
},
"node_modules/zip-stream/node_modules/buffer": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"dependencies": {
"base64-js": "^1.3.1",
"ieee754": "^1.2.1"
}
},
"node_modules/zip-stream/node_modules/readable-stream": {
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
"integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
"dependencies": {
"abort-controller": "^3.0.0",
"buffer": "^6.0.3",
"events": "^3.3.0",
"process": "^0.11.10",
"string_decoder": "^1.3.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
"node_modules/zip-stream/node_modules/safe-buffer": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
},
"node_modules/zip-stream/node_modules/string_decoder": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
"dependencies": {
"safe-buffer": "~5.2.0"
}
2023-07-20 19:32:15 +02:00
}
}
}