Spaces:
Running
Running
| { | |
| "name": "askdocs-server", | |
| "version": "1.0.0", | |
| "lockfileVersion": 3, | |
| "requires": true, | |
| "packages": { | |
| "": { | |
| "name": "askdocs-server", | |
| "version": "1.0.0", | |
| "dependencies": { | |
| "@huggingface/transformers": "^3.8.1", | |
| "cors": "^2.8.5", | |
| "dotenv": "^16.4.5", | |
| "exceljs": "^4.4.0", | |
| "express": "^4.19.2", | |
| "express-rate-limit": "^8.5.1", | |
| "google-auth-library": "^10.6.2", | |
| "groq-sdk": "^0.9.1", | |
| "mammoth": "^1.8.0", | |
| "multer": "^1.4.5-lts.1", | |
| "pdf-parse": "^1.1.1", | |
| "sharp": "^0.33.5", | |
| "tesseract.js": "^5.1.1", | |
| "uuid": "^10.0.0" | |
| } | |
| }, | |
| "node_modules/@emnapi/runtime": { | |
| "version": "1.9.2", | |
| "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.2.tgz", | |
| "integrity": "sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==", | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "tslib": "^2.4.0" | |
| } | |
| }, | |
| "node_modules/@fast-csv/format": { | |
| "version": "4.3.5", | |
| "resolved": "https://registry.npmjs.org/@fast-csv/format/-/format-4.3.5.tgz", | |
| "integrity": "sha512-8iRn6QF3I8Ak78lNAa+Gdl5MJJBM5vRHivFtMRUWINdevNo00K7OXxS2PshawLKTejVwieIlPmK5YlLu6w4u8A==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/node": "^14.0.1", | |
| "lodash.escaperegexp": "^4.1.2", | |
| "lodash.isboolean": "^3.0.3", | |
| "lodash.isequal": "^4.5.0", | |
| "lodash.isfunction": "^3.0.9", | |
| "lodash.isnil": "^4.0.0" | |
| } | |
| }, | |
| "node_modules/@fast-csv/parse": { | |
| "version": "4.3.6", | |
| "resolved": "https://registry.npmjs.org/@fast-csv/parse/-/parse-4.3.6.tgz", | |
| "integrity": "sha512-uRsLYksqpbDmWaSmzvJcuApSEe38+6NQZBUsuAyMZKqHxH0g1wcJgsKUvN3WC8tewaqFjBMMGrkHmC+T7k8LvA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/node": "^14.0.1", | |
| "lodash.escaperegexp": "^4.1.2", | |
| "lodash.groupby": "^4.6.0", | |
| "lodash.isfunction": "^3.0.9", | |
| "lodash.isnil": "^4.0.0", | |
| "lodash.isundefined": "^3.0.1", | |
| "lodash.uniq": "^4.5.0" | |
| } | |
| }, | |
| "node_modules/@huggingface/jinja": { | |
| "version": "0.5.9", | |
| "resolved": "https://registry.npmjs.org/@huggingface/jinja/-/jinja-0.5.9.tgz", | |
| "integrity": "sha512-uWTG+l3VJRsl7EXxYizuL3P+cCPoc3cRqbWWRcQN0FhejRfbdq0RNhCmbY/YDtnTcz9icdLYuLDjsnz4d8JMuw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@huggingface/transformers": { | |
| "version": "3.8.1", | |
| "resolved": "https://registry.npmjs.org/@huggingface/transformers/-/transformers-3.8.1.tgz", | |
| "integrity": "sha512-tsTk4zVjImqdqjS8/AOZg2yNLd1z9S5v+7oUPpXaasDRwEDhB+xnglK1k5cad26lL5/ZIaeREgWWy0bs9y9pPA==", | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "@huggingface/jinja": "^0.5.3", | |
| "onnxruntime-node": "1.21.0", | |
| "onnxruntime-web": "1.22.0-dev.20250409-89f8206ba4", | |
| "sharp": "^0.34.1" | |
| } | |
| }, | |
| "node_modules/@huggingface/transformers/node_modules/@img/sharp-darwin-arm64": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz", | |
| "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-darwin-arm64": "1.2.4" | |
| } | |
| }, | |
| "node_modules/@huggingface/transformers/node_modules/@img/sharp-darwin-x64": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz", | |
| "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-darwin-x64": "1.2.4" | |
| } | |
| }, | |
| "node_modules/@huggingface/transformers/node_modules/@img/sharp-libvips-darwin-arm64": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz", | |
| "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@huggingface/transformers/node_modules/@img/sharp-libvips-darwin-x64": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz", | |
| "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@huggingface/transformers/node_modules/@img/sharp-libvips-linux-arm": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz", | |
| "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@huggingface/transformers/node_modules/@img/sharp-libvips-linux-arm64": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz", | |
| "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@huggingface/transformers/node_modules/@img/sharp-libvips-linux-s390x": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz", | |
| "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==", | |
| "cpu": [ | |
| "s390x" | |
| ], | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@huggingface/transformers/node_modules/@img/sharp-libvips-linux-x64": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz", | |
| "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@huggingface/transformers/node_modules/@img/sharp-libvips-linuxmusl-arm64": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz", | |
| "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@huggingface/transformers/node_modules/@img/sharp-libvips-linuxmusl-x64": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz", | |
| "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@huggingface/transformers/node_modules/@img/sharp-linux-arm": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz", | |
| "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-linux-arm": "1.2.4" | |
| } | |
| }, | |
| "node_modules/@huggingface/transformers/node_modules/@img/sharp-linux-arm64": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz", | |
| "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-linux-arm64": "1.2.4" | |
| } | |
| }, | |
| "node_modules/@huggingface/transformers/node_modules/@img/sharp-linux-s390x": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz", | |
| "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==", | |
| "cpu": [ | |
| "s390x" | |
| ], | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-linux-s390x": "1.2.4" | |
| } | |
| }, | |
| "node_modules/@huggingface/transformers/node_modules/@img/sharp-linux-x64": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz", | |
| "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-linux-x64": "1.2.4" | |
| } | |
| }, | |
| "node_modules/@huggingface/transformers/node_modules/@img/sharp-linuxmusl-arm64": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz", | |
| "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-linuxmusl-arm64": "1.2.4" | |
| } | |
| }, | |
| "node_modules/@huggingface/transformers/node_modules/@img/sharp-linuxmusl-x64": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz", | |
| "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-linuxmusl-x64": "1.2.4" | |
| } | |
| }, | |
| "node_modules/@huggingface/transformers/node_modules/@img/sharp-wasm32": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz", | |
| "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==", | |
| "cpu": [ | |
| "wasm32" | |
| ], | |
| "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@emnapi/runtime": "^1.7.0" | |
| }, | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@huggingface/transformers/node_modules/@img/sharp-win32-ia32": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz", | |
| "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==", | |
| "cpu": [ | |
| "ia32" | |
| ], | |
| "license": "Apache-2.0 AND LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@huggingface/transformers/node_modules/@img/sharp-win32-x64": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz", | |
| "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "Apache-2.0 AND LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@huggingface/transformers/node_modules/sharp": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz", | |
| "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==", | |
| "hasInstallScript": true, | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "@img/colour": "^1.0.0", | |
| "detect-libc": "^2.1.2", | |
| "semver": "^7.7.3" | |
| }, | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-darwin-arm64": "0.34.5", | |
| "@img/sharp-darwin-x64": "0.34.5", | |
| "@img/sharp-libvips-darwin-arm64": "1.2.4", | |
| "@img/sharp-libvips-darwin-x64": "1.2.4", | |
| "@img/sharp-libvips-linux-arm": "1.2.4", | |
| "@img/sharp-libvips-linux-arm64": "1.2.4", | |
| "@img/sharp-libvips-linux-ppc64": "1.2.4", | |
| "@img/sharp-libvips-linux-riscv64": "1.2.4", | |
| "@img/sharp-libvips-linux-s390x": "1.2.4", | |
| "@img/sharp-libvips-linux-x64": "1.2.4", | |
| "@img/sharp-libvips-linuxmusl-arm64": "1.2.4", | |
| "@img/sharp-libvips-linuxmusl-x64": "1.2.4", | |
| "@img/sharp-linux-arm": "0.34.5", | |
| "@img/sharp-linux-arm64": "0.34.5", | |
| "@img/sharp-linux-ppc64": "0.34.5", | |
| "@img/sharp-linux-riscv64": "0.34.5", | |
| "@img/sharp-linux-s390x": "0.34.5", | |
| "@img/sharp-linux-x64": "0.34.5", | |
| "@img/sharp-linuxmusl-arm64": "0.34.5", | |
| "@img/sharp-linuxmusl-x64": "0.34.5", | |
| "@img/sharp-wasm32": "0.34.5", | |
| "@img/sharp-win32-arm64": "0.34.5", | |
| "@img/sharp-win32-ia32": "0.34.5", | |
| "@img/sharp-win32-x64": "0.34.5" | |
| } | |
| }, | |
| "node_modules/@img/colour": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz", | |
| "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@img/sharp-darwin-arm64": { | |
| "version": "0.33.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz", | |
| "integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-darwin-arm64": "1.0.4" | |
| } | |
| }, | |
| "node_modules/@img/sharp-darwin-x64": { | |
| "version": "0.33.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz", | |
| "integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-darwin-x64": "1.0.4" | |
| } | |
| }, | |
| "node_modules/@img/sharp-libvips-darwin-arm64": { | |
| "version": "1.0.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz", | |
| "integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-libvips-darwin-x64": { | |
| "version": "1.0.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz", | |
| "integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-libvips-linux-arm": { | |
| "version": "1.0.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz", | |
| "integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-libvips-linux-arm64": { | |
| "version": "1.0.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz", | |
| "integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-libvips-linux-ppc64": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz", | |
| "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==", | |
| "cpu": [ | |
| "ppc64" | |
| ], | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-libvips-linux-riscv64": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz", | |
| "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==", | |
| "cpu": [ | |
| "riscv64" | |
| ], | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-libvips-linux-s390x": { | |
| "version": "1.0.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz", | |
| "integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==", | |
| "cpu": [ | |
| "s390x" | |
| ], | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-libvips-linux-x64": { | |
| "version": "1.0.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz", | |
| "integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-libvips-linuxmusl-arm64": { | |
| "version": "1.0.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz", | |
| "integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-libvips-linuxmusl-x64": { | |
| "version": "1.0.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz", | |
| "integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-linux-arm": { | |
| "version": "0.33.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz", | |
| "integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-linux-arm": "1.0.5" | |
| } | |
| }, | |
| "node_modules/@img/sharp-linux-arm64": { | |
| "version": "0.33.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz", | |
| "integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-linux-arm64": "1.0.4" | |
| } | |
| }, | |
| "node_modules/@img/sharp-linux-ppc64": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz", | |
| "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==", | |
| "cpu": [ | |
| "ppc64" | |
| ], | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-linux-ppc64": "1.2.4" | |
| } | |
| }, | |
| "node_modules/@img/sharp-linux-riscv64": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz", | |
| "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==", | |
| "cpu": [ | |
| "riscv64" | |
| ], | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-linux-riscv64": "1.2.4" | |
| } | |
| }, | |
| "node_modules/@img/sharp-linux-s390x": { | |
| "version": "0.33.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz", | |
| "integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==", | |
| "cpu": [ | |
| "s390x" | |
| ], | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-linux-s390x": "1.0.4" | |
| } | |
| }, | |
| "node_modules/@img/sharp-linux-x64": { | |
| "version": "0.33.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz", | |
| "integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-linux-x64": "1.0.4" | |
| } | |
| }, | |
| "node_modules/@img/sharp-linuxmusl-arm64": { | |
| "version": "0.33.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz", | |
| "integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-linuxmusl-arm64": "1.0.4" | |
| } | |
| }, | |
| "node_modules/@img/sharp-linuxmusl-x64": { | |
| "version": "0.33.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz", | |
| "integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-linuxmusl-x64": "1.0.4" | |
| } | |
| }, | |
| "node_modules/@img/sharp-wasm32": { | |
| "version": "0.33.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz", | |
| "integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==", | |
| "cpu": [ | |
| "wasm32" | |
| ], | |
| "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@emnapi/runtime": "^1.2.0" | |
| }, | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-win32-arm64": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz", | |
| "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "license": "Apache-2.0 AND LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-win32-ia32": { | |
| "version": "0.33.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz", | |
| "integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==", | |
| "cpu": [ | |
| "ia32" | |
| ], | |
| "license": "Apache-2.0 AND LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-win32-x64": { | |
| "version": "0.33.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz", | |
| "integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "license": "Apache-2.0 AND LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@isaacs/fs-minipass": { | |
| "version": "4.0.1", | |
| "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz", | |
| "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "minipass": "^7.0.4" | |
| }, | |
| "engines": { | |
| "node": ">=18.0.0" | |
| } | |
| }, | |
| "node_modules/@protobufjs/aspromise": { | |
| "version": "1.1.2", | |
| "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", | |
| "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==", | |
| "license": "BSD-3-Clause" | |
| }, | |
| "node_modules/@protobufjs/base64": { | |
| "version": "1.1.2", | |
| "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz", | |
| "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==", | |
| "license": "BSD-3-Clause" | |
| }, | |
| "node_modules/@protobufjs/codegen": { | |
| "version": "2.0.5", | |
| "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.5.tgz", | |
| "integrity": "sha512-zgXFLzW3Ap33e6d0Wlj4MGIm6Ce8O89n/apUaGNB/jx+hw+ruWEp7EwGUshdLKVRCxZW12fp9r40E1mQrf/34g==", | |
| "license": "BSD-3-Clause" | |
| }, | |
| "node_modules/@protobufjs/eventemitter": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.1.tgz", | |
| "integrity": "sha512-vW1GmwMZNnL+gMRaovlh9yZX74kc+TTU3FObkkurpMaRtBfLP3ldjS9KQWlwZgraRE0+dheEEoAxdzcJQ8eXZg==", | |
| "license": "BSD-3-Clause" | |
| }, | |
| "node_modules/@protobufjs/fetch": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.1.tgz", | |
| "integrity": "sha512-GpptLrs57adMSuHi3VNj0mAF8dwh36LMaYF6XyJ6JMWlVsc+t42tm1HSEDmOs3A8fC9yyeisgLhsTVQokOZ0zw==", | |
| "license": "BSD-3-Clause", | |
| "dependencies": { | |
| "@protobufjs/aspromise": "^1.1.1" | |
| } | |
| }, | |
| "node_modules/@protobufjs/float": { | |
| "version": "1.0.2", | |
| "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz", | |
| "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==", | |
| "license": "BSD-3-Clause" | |
| }, | |
| "node_modules/@protobufjs/inquire": { | |
| "version": "1.1.2", | |
| "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.2.tgz", | |
| "integrity": "sha512-pa0vFRuws4wkvaXKK1uXZMAwAX4/t8ANaJo45iw/oQHNQ9q5xUzwgFmVJGXiga2BeN+zpX7Vf9vmsiIa2J+MUw==", | |
| "license": "BSD-3-Clause" | |
| }, | |
| "node_modules/@protobufjs/path": { | |
| "version": "1.1.2", | |
| "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz", | |
| "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==", | |
| "license": "BSD-3-Clause" | |
| }, | |
| "node_modules/@protobufjs/pool": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz", | |
| "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==", | |
| "license": "BSD-3-Clause" | |
| }, | |
| "node_modules/@protobufjs/utf8": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.1.tgz", | |
| "integrity": "sha512-oOAWABowe8EAbMyWKM0tYDKi8Yaox52D+HWZhAIJqQXbqe0xI/GV7FhLWqlEKreMkfDjshR5FKgi3mnle0h6Eg==", | |
| "license": "BSD-3-Clause" | |
| }, | |
| "node_modules/@types/node": { | |
| "version": "14.18.63", | |
| "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.63.tgz", | |
| "integrity": "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/node-fetch": { | |
| "version": "2.6.13", | |
| "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.13.tgz", | |
| "integrity": "sha512-QGpRVpzSaUs30JBSGPjOg4Uveu384erbHBoT1zeONvyCfwQxIkUshLAOqN/k9EjGviPRmWTTe6aH2qySWKTVSw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/node": "*", | |
| "form-data": "^4.0.4" | |
| } | |
| }, | |
| "node_modules/@xmldom/xmldom": { | |
| "version": "0.8.13", | |
| "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.13.tgz", | |
| "integrity": "sha512-KRYzxepc14G/CEpEGc3Yn+JKaAeT63smlDr+vjB8jRfgTBBI9wRj/nkQEO+ucV8p8I9bfKLWp37uHgFrbntPvw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=10.0.0" | |
| } | |
| }, | |
| "node_modules/abort-controller": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", | |
| "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "event-target-shim": "^5.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=6.5" | |
| } | |
| }, | |
| "node_modules/accepts": { | |
| "version": "1.3.8", | |
| "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", | |
| "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "mime-types": "~2.1.34", | |
| "negotiator": "0.6.3" | |
| }, | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/agent-base": { | |
| "version": "7.1.4", | |
| "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz", | |
| "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 14" | |
| } | |
| }, | |
| "node_modules/agentkeepalive": { | |
| "version": "4.6.0", | |
| "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.6.0.tgz", | |
| "integrity": "sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "humanize-ms": "^1.2.1" | |
| }, | |
| "engines": { | |
| "node": ">= 8.0.0" | |
| } | |
| }, | |
| "node_modules/append-field": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/append-field/-/append-field-1.0.0.tgz", | |
| "integrity": "sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/archiver": { | |
| "version": "5.3.2", | |
| "resolved": "https://registry.npmjs.org/archiver/-/archiver-5.3.2.tgz", | |
| "integrity": "sha512-+25nxyyznAXF7Nef3y0EbBeqmGZgeN/BxHX29Rs39djAfaFalmQ89SE6CWyDCHzGL0yt/ycBtNOmGTW0FyGWNw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "archiver-utils": "^2.1.0", | |
| "async": "^3.2.4", | |
| "buffer-crc32": "^0.2.1", | |
| "readable-stream": "^3.6.0", | |
| "readdir-glob": "^1.1.2", | |
| "tar-stream": "^2.2.0", | |
| "zip-stream": "^4.1.0" | |
| }, | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/archiver-utils": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-2.1.0.tgz", | |
| "integrity": "sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "glob": "^7.1.4", | |
| "graceful-fs": "^4.2.0", | |
| "lazystream": "^1.0.0", | |
| "lodash.defaults": "^4.2.0", | |
| "lodash.difference": "^4.5.0", | |
| "lodash.flatten": "^4.4.0", | |
| "lodash.isplainobject": "^4.0.6", | |
| "lodash.union": "^4.6.0", | |
| "normalize-path": "^3.0.0", | |
| "readable-stream": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/archiver/node_modules/readable-stream": { | |
| "version": "3.6.2", | |
| "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", | |
| "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "inherits": "^2.0.3", | |
| "string_decoder": "^1.1.1", | |
| "util-deprecate": "^1.0.1" | |
| }, | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/argparse": { | |
| "version": "1.0.10", | |
| "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", | |
| "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "sprintf-js": "~1.0.2" | |
| } | |
| }, | |
| "node_modules/array-flatten": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", | |
| "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/async": { | |
| "version": "3.2.6", | |
| "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", | |
| "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/asynckit": { | |
| "version": "0.4.0", | |
| "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", | |
| "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/balanced-match": { | |
| "version": "1.0.2", | |
| "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", | |
| "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/base64-js": { | |
| "version": "1.5.1", | |
| "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", | |
| "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/feross" | |
| }, | |
| { | |
| "type": "patreon", | |
| "url": "https://www.patreon.com/feross" | |
| }, | |
| { | |
| "type": "consulting", | |
| "url": "https://feross.org/support" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/big-integer": { | |
| "version": "1.6.52", | |
| "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.52.tgz", | |
| "integrity": "sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==", | |
| "license": "Unlicense", | |
| "engines": { | |
| "node": ">=0.6" | |
| } | |
| }, | |
| "node_modules/bignumber.js": { | |
| "version": "9.3.1", | |
| "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.3.1.tgz", | |
| "integrity": "sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": "*" | |
| } | |
| }, | |
| "node_modules/binary": { | |
| "version": "0.3.0", | |
| "resolved": "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz", | |
| "integrity": "sha512-D4H1y5KYwpJgK8wk1Cue5LLPgmwHKYSChkbspQg5JtVuR5ulGckxfR62H3AE9UDkdMC8yyXlqYihuz3Aqg2XZg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "buffers": "~0.1.1", | |
| "chainsaw": "~0.1.0" | |
| }, | |
| "engines": { | |
| "node": "*" | |
| } | |
| }, | |
| "node_modules/bl": { | |
| "version": "4.1.0", | |
| "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", | |
| "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "buffer": "^5.5.0", | |
| "inherits": "^2.0.4", | |
| "readable-stream": "^3.4.0" | |
| } | |
| }, | |
| "node_modules/bl/node_modules/readable-stream": { | |
| "version": "3.6.2", | |
| "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", | |
| "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "inherits": "^2.0.3", | |
| "string_decoder": "^1.1.1", | |
| "util-deprecate": "^1.0.1" | |
| }, | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/bluebird": { | |
| "version": "3.4.7", | |
| "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.7.tgz", | |
| "integrity": "sha512-iD3898SR7sWVRHbiQv+sHUtHnMvC1o3nW5rAcqnq3uOn07DSAppZYUkIGslDz6gXC7HfunPe7YVBgoEJASPcHA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/bmp-js": { | |
| "version": "0.1.0", | |
| "resolved": "https://registry.npmjs.org/bmp-js/-/bmp-js-0.1.0.tgz", | |
| "integrity": "sha512-vHdS19CnY3hwiNdkaqk93DvjVLfbEcI8mys4UjuWrlX1haDmroo8o4xCzh4wD6DGV6HxRCyauwhHRqMTfERtjw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/body-parser": { | |
| "version": "1.20.4", | |
| "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.4.tgz", | |
| "integrity": "sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "bytes": "~3.1.2", | |
| "content-type": "~1.0.5", | |
| "debug": "2.6.9", | |
| "depd": "2.0.0", | |
| "destroy": "~1.2.0", | |
| "http-errors": "~2.0.1", | |
| "iconv-lite": "~0.4.24", | |
| "on-finished": "~2.4.1", | |
| "qs": "~6.14.0", | |
| "raw-body": "~2.5.3", | |
| "type-is": "~1.6.18", | |
| "unpipe": "~1.0.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.8", | |
| "npm": "1.2.8000 || >= 1.4.16" | |
| } | |
| }, | |
| "node_modules/boolean": { | |
| "version": "3.2.0", | |
| "resolved": "https://registry.npmjs.org/boolean/-/boolean-3.2.0.tgz", | |
| "integrity": "sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==", | |
| "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", | |
| "license": "MIT" | |
| }, | |
| "node_modules/brace-expansion": { | |
| "version": "1.1.13", | |
| "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz", | |
| "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "balanced-match": "^1.0.0", | |
| "concat-map": "0.0.1" | |
| } | |
| }, | |
| "node_modules/buffer": { | |
| "version": "5.7.1", | |
| "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", | |
| "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/feross" | |
| }, | |
| { | |
| "type": "patreon", | |
| "url": "https://www.patreon.com/feross" | |
| }, | |
| { | |
| "type": "consulting", | |
| "url": "https://feross.org/support" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "base64-js": "^1.3.1", | |
| "ieee754": "^1.1.13" | |
| } | |
| }, | |
| "node_modules/buffer-crc32": { | |
| "version": "0.2.13", | |
| "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", | |
| "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": "*" | |
| } | |
| }, | |
| "node_modules/buffer-equal-constant-time": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", | |
| "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==", | |
| "license": "BSD-3-Clause" | |
| }, | |
| "node_modules/buffer-from": { | |
| "version": "1.1.2", | |
| "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", | |
| "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/buffer-indexof-polyfill": { | |
| "version": "1.0.2", | |
| "resolved": "https://registry.npmjs.org/buffer-indexof-polyfill/-/buffer-indexof-polyfill-1.0.2.tgz", | |
| "integrity": "sha512-I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10" | |
| } | |
| }, | |
| "node_modules/buffers": { | |
| "version": "0.1.1", | |
| "resolved": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz", | |
| "integrity": "sha512-9q/rDEGSb/Qsvv2qvzIzdluL5k7AaJOTrw23z9reQthrbF7is4CtlT0DXyO1oei2DCp4uojjzQ7igaSHp1kAEQ==", | |
| "engines": { | |
| "node": ">=0.2.0" | |
| } | |
| }, | |
| "node_modules/busboy": { | |
| "version": "1.6.0", | |
| "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz", | |
| "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==", | |
| "dependencies": { | |
| "streamsearch": "^1.1.0" | |
| }, | |
| "engines": { | |
| "node": ">=10.16.0" | |
| } | |
| }, | |
| "node_modules/bytes": { | |
| "version": "3.1.2", | |
| "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", | |
| "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/call-bind-apply-helpers": { | |
| "version": "1.0.2", | |
| "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", | |
| "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "es-errors": "^1.3.0", | |
| "function-bind": "^1.1.2" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/call-bound": { | |
| "version": "1.0.4", | |
| "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", | |
| "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "call-bind-apply-helpers": "^1.0.2", | |
| "get-intrinsic": "^1.3.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/chainsaw": { | |
| "version": "0.1.0", | |
| "resolved": "https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz", | |
| "integrity": "sha512-75kWfWt6MEKNC8xYXIdRpDehRYY/tNSgwKaJq+dbbDcxORuVrrQ+SEHoWsniVn9XPYfP4gmdWIeDk/4YNp1rNQ==", | |
| "license": "MIT/X11", | |
| "dependencies": { | |
| "traverse": ">=0.3.0 <0.4" | |
| }, | |
| "engines": { | |
| "node": "*" | |
| } | |
| }, | |
| "node_modules/chownr": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz", | |
| "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==", | |
| "license": "BlueOak-1.0.0", | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/color": { | |
| "version": "4.2.3", | |
| "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz", | |
| "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "color-convert": "^2.0.1", | |
| "color-string": "^1.9.0" | |
| }, | |
| "engines": { | |
| "node": ">=12.5.0" | |
| } | |
| }, | |
| "node_modules/color-convert": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", | |
| "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "color-name": "~1.1.4" | |
| }, | |
| "engines": { | |
| "node": ">=7.0.0" | |
| } | |
| }, | |
| "node_modules/color-name": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", | |
| "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/color-string": { | |
| "version": "1.9.1", | |
| "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", | |
| "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "color-name": "^1.0.0", | |
| "simple-swizzle": "^0.2.2" | |
| } | |
| }, | |
| "node_modules/combined-stream": { | |
| "version": "1.0.8", | |
| "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", | |
| "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "delayed-stream": "~1.0.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/compress-commons": { | |
| "version": "4.1.2", | |
| "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.2.tgz", | |
| "integrity": "sha512-D3uMHtGc/fcO1Gt1/L7i1e33VOvD4A9hfQLP+6ewd+BvG/gQ84Yh4oftEhAdjSMgBgwGL+jsppT7JYNpo6MHHg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "buffer-crc32": "^0.2.13", | |
| "crc32-stream": "^4.0.2", | |
| "normalize-path": "^3.0.0", | |
| "readable-stream": "^3.6.0" | |
| }, | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/compress-commons/node_modules/readable-stream": { | |
| "version": "3.6.2", | |
| "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", | |
| "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "inherits": "^2.0.3", | |
| "string_decoder": "^1.1.1", | |
| "util-deprecate": "^1.0.1" | |
| }, | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/concat-map": { | |
| "version": "0.0.1", | |
| "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", | |
| "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/concat-stream": { | |
| "version": "1.6.2", | |
| "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", | |
| "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", | |
| "engines": [ | |
| "node >= 0.8" | |
| ], | |
| "license": "MIT", | |
| "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", | |
| "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", | |
| "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "safe-buffer": "5.2.1" | |
| }, | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/content-type": { | |
| "version": "1.0.5", | |
| "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", | |
| "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/cookie": { | |
| "version": "0.7.2", | |
| "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", | |
| "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/cookie-signature": { | |
| "version": "1.0.7", | |
| "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.7.tgz", | |
| "integrity": "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/core-util-is": { | |
| "version": "1.0.3", | |
| "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", | |
| "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/cors": { | |
| "version": "2.8.6", | |
| "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz", | |
| "integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "object-assign": "^4", | |
| "vary": "^1" | |
| }, | |
| "engines": { | |
| "node": ">= 0.10" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/express" | |
| } | |
| }, | |
| "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==", | |
| "license": "Apache-2.0", | |
| "bin": { | |
| "crc32": "bin/crc32.njs" | |
| }, | |
| "engines": { | |
| "node": ">=0.8" | |
| } | |
| }, | |
| "node_modules/crc32-stream": { | |
| "version": "4.0.3", | |
| "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.3.tgz", | |
| "integrity": "sha512-NT7w2JVU7DFroFdYkeq8cywxrgjPHWkdX1wjpRQXPX5Asews3tA+Ght6lddQO5Mkumffp3X7GEqku3epj2toIw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "crc-32": "^1.2.0", | |
| "readable-stream": "^3.4.0" | |
| }, | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/crc32-stream/node_modules/readable-stream": { | |
| "version": "3.6.2", | |
| "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", | |
| "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "inherits": "^2.0.3", | |
| "string_decoder": "^1.1.1", | |
| "util-deprecate": "^1.0.1" | |
| }, | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/data-uri-to-buffer": { | |
| "version": "4.0.1", | |
| "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", | |
| "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 12" | |
| } | |
| }, | |
| "node_modules/dayjs": { | |
| "version": "1.11.20", | |
| "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz", | |
| "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/debug": { | |
| "version": "2.6.9", | |
| "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", | |
| "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "ms": "2.0.0" | |
| } | |
| }, | |
| "node_modules/define-data-property": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", | |
| "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "es-define-property": "^1.0.0", | |
| "es-errors": "^1.3.0", | |
| "gopd": "^1.0.1" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/define-properties": { | |
| "version": "1.2.1", | |
| "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", | |
| "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "define-data-property": "^1.0.1", | |
| "has-property-descriptors": "^1.0.0", | |
| "object-keys": "^1.1.1" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/delayed-stream": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", | |
| "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.4.0" | |
| } | |
| }, | |
| "node_modules/depd": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", | |
| "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/destroy": { | |
| "version": "1.2.0", | |
| "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", | |
| "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.8", | |
| "npm": "1.2.8000 || >= 1.4.16" | |
| } | |
| }, | |
| "node_modules/detect-libc": { | |
| "version": "2.1.2", | |
| "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", | |
| "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", | |
| "license": "Apache-2.0", | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/detect-node": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", | |
| "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/dingbat-to-unicode": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/dingbat-to-unicode/-/dingbat-to-unicode-1.0.1.tgz", | |
| "integrity": "sha512-98l0sW87ZT58pU4i61wa2OHwxbiYSbuxsCBozaVnYX2iCnr3bLM3fIes1/ej7h1YdOKuKt/MLs706TVnALA65w==", | |
| "license": "BSD-2-Clause" | |
| }, | |
| "node_modules/dotenv": { | |
| "version": "16.6.1", | |
| "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz", | |
| "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==", | |
| "license": "BSD-2-Clause", | |
| "engines": { | |
| "node": ">=12" | |
| }, | |
| "funding": { | |
| "url": "https://dotenvx.com" | |
| } | |
| }, | |
| "node_modules/duck": { | |
| "version": "0.1.12", | |
| "resolved": "https://registry.npmjs.org/duck/-/duck-0.1.12.tgz", | |
| "integrity": "sha512-wkctla1O6VfP89gQ+J/yDesM0S7B7XLXjKGzXxMDVFg7uEn706niAtyYovKbyq1oT9YwDcly721/iUWoc8MVRg==", | |
| "license": "BSD", | |
| "dependencies": { | |
| "underscore": "^1.13.1" | |
| } | |
| }, | |
| "node_modules/dunder-proto": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", | |
| "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "call-bind-apply-helpers": "^1.0.1", | |
| "es-errors": "^1.3.0", | |
| "gopd": "^1.2.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/duplexer2": { | |
| "version": "0.1.4", | |
| "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz", | |
| "integrity": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==", | |
| "license": "BSD-3-Clause", | |
| "dependencies": { | |
| "readable-stream": "^2.0.2" | |
| } | |
| }, | |
| "node_modules/ecdsa-sig-formatter": { | |
| "version": "1.0.11", | |
| "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", | |
| "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "safe-buffer": "^5.0.1" | |
| } | |
| }, | |
| "node_modules/ee-first": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", | |
| "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/encodeurl": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", | |
| "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/end-of-stream": { | |
| "version": "1.4.5", | |
| "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz", | |
| "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "once": "^1.4.0" | |
| } | |
| }, | |
| "node_modules/es-define-property": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", | |
| "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/es-errors": { | |
| "version": "1.3.0", | |
| "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", | |
| "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/es-object-atoms": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", | |
| "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "es-errors": "^1.3.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/es-set-tostringtag": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", | |
| "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "es-errors": "^1.3.0", | |
| "get-intrinsic": "^1.2.6", | |
| "has-tostringtag": "^1.0.2", | |
| "hasown": "^2.0.2" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/es6-error": { | |
| "version": "4.1.1", | |
| "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz", | |
| "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/escape-html": { | |
| "version": "1.0.3", | |
| "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", | |
| "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/escape-string-regexp": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", | |
| "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/etag": { | |
| "version": "1.8.1", | |
| "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", | |
| "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/event-target-shim": { | |
| "version": "5.0.1", | |
| "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", | |
| "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/exceljs": { | |
| "version": "4.4.0", | |
| "resolved": "https://registry.npmjs.org/exceljs/-/exceljs-4.4.0.tgz", | |
| "integrity": "sha512-XctvKaEMaj1Ii9oDOqbW/6e1gXknSY4g/aLCDicOXqBE4M0nRWkUu0PTp++UPNzoFY12BNHMfs/VadKIS6llvg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "archiver": "^5.0.0", | |
| "dayjs": "^1.8.34", | |
| "fast-csv": "^4.3.1", | |
| "jszip": "^3.10.1", | |
| "readable-stream": "^3.6.0", | |
| "saxes": "^5.0.1", | |
| "tmp": "^0.2.0", | |
| "unzipper": "^0.10.11", | |
| "uuid": "^8.3.0" | |
| }, | |
| "engines": { | |
| "node": ">=8.3.0" | |
| } | |
| }, | |
| "node_modules/exceljs/node_modules/readable-stream": { | |
| "version": "3.6.2", | |
| "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", | |
| "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "inherits": "^2.0.3", | |
| "string_decoder": "^1.1.1", | |
| "util-deprecate": "^1.0.1" | |
| }, | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/exceljs/node_modules/uuid": { | |
| "version": "8.3.2", | |
| "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", | |
| "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", | |
| "license": "MIT", | |
| "bin": { | |
| "uuid": "dist/bin/uuid" | |
| } | |
| }, | |
| "node_modules/express": { | |
| "version": "4.22.1", | |
| "resolved": "https://registry.npmjs.org/express/-/express-4.22.1.tgz", | |
| "integrity": "sha512-F2X8g9P1X7uCPZMA3MVf9wcTqlyNp7IhH5qPCI0izhaOIYXaW9L535tGA3qmjRzpH+bZczqq7hVKxTR4NWnu+g==", | |
| "license": "MIT", | |
| "peer": true, | |
| "dependencies": { | |
| "accepts": "~1.3.8", | |
| "array-flatten": "1.1.1", | |
| "body-parser": "~1.20.3", | |
| "content-disposition": "~0.5.4", | |
| "content-type": "~1.0.4", | |
| "cookie": "~0.7.1", | |
| "cookie-signature": "~1.0.6", | |
| "debug": "2.6.9", | |
| "depd": "2.0.0", | |
| "encodeurl": "~2.0.0", | |
| "escape-html": "~1.0.3", | |
| "etag": "~1.8.1", | |
| "finalhandler": "~1.3.1", | |
| "fresh": "~0.5.2", | |
| "http-errors": "~2.0.0", | |
| "merge-descriptors": "1.0.3", | |
| "methods": "~1.1.2", | |
| "on-finished": "~2.4.1", | |
| "parseurl": "~1.3.3", | |
| "path-to-regexp": "~0.1.12", | |
| "proxy-addr": "~2.0.7", | |
| "qs": "~6.14.0", | |
| "range-parser": "~1.2.1", | |
| "safe-buffer": "5.2.1", | |
| "send": "~0.19.0", | |
| "serve-static": "~1.16.2", | |
| "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" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/express" | |
| } | |
| }, | |
| "node_modules/express-rate-limit": { | |
| "version": "8.5.1", | |
| "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.5.1.tgz", | |
| "integrity": "sha512-5O6KYmyJEpuPJV5hNTXKbAHWRqrzyu+OI3vUnSd2kXFubIVpG7ezpgxQy76Zo5GQZtrQBg86hF+CM/NX+cioiQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "ip-address": "^10.2.0" | |
| }, | |
| "engines": { | |
| "node": ">= 16" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/express-rate-limit" | |
| }, | |
| "peerDependencies": { | |
| "express": ">= 4.11" | |
| } | |
| }, | |
| "node_modules/extend": { | |
| "version": "3.0.2", | |
| "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", | |
| "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/fast-csv": { | |
| "version": "4.3.6", | |
| "resolved": "https://registry.npmjs.org/fast-csv/-/fast-csv-4.3.6.tgz", | |
| "integrity": "sha512-2RNSpuwwsJGP0frGsOmTb9oUF+VkFSM4SyLTDgwf2ciHWTarN0lQTC+F2f/t5J9QjW+c65VFIAAu85GsvMIusw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@fast-csv/format": "4.3.5", | |
| "@fast-csv/parse": "4.3.6" | |
| }, | |
| "engines": { | |
| "node": ">=10.0.0" | |
| } | |
| }, | |
| "node_modules/fetch-blob": { | |
| "version": "3.2.0", | |
| "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz", | |
| "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/jimmywarting" | |
| }, | |
| { | |
| "type": "paypal", | |
| "url": "https://paypal.me/jimmywarting" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "node-domexception": "^1.0.0", | |
| "web-streams-polyfill": "^3.0.3" | |
| }, | |
| "engines": { | |
| "node": "^12.20 || >= 14.13" | |
| } | |
| }, | |
| "node_modules/finalhandler": { | |
| "version": "1.3.2", | |
| "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.2.tgz", | |
| "integrity": "sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "debug": "2.6.9", | |
| "encodeurl": "~2.0.0", | |
| "escape-html": "~1.0.3", | |
| "on-finished": "~2.4.1", | |
| "parseurl": "~1.3.3", | |
| "statuses": "~2.0.2", | |
| "unpipe": "~1.0.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/flatbuffers": { | |
| "version": "25.9.23", | |
| "resolved": "https://registry.npmjs.org/flatbuffers/-/flatbuffers-25.9.23.tgz", | |
| "integrity": "sha512-MI1qs7Lo4Syw0EOzUl0xjs2lsoeqFku44KpngfIduHBYvzm8h2+7K8YMQh1JtVVVrUvhLpNwqVi4DERegUJhPQ==", | |
| "license": "Apache-2.0" | |
| }, | |
| "node_modules/form-data": { | |
| "version": "4.0.5", | |
| "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", | |
| "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "asynckit": "^0.4.0", | |
| "combined-stream": "^1.0.8", | |
| "es-set-tostringtag": "^2.1.0", | |
| "hasown": "^2.0.2", | |
| "mime-types": "^2.1.12" | |
| }, | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/form-data-encoder": { | |
| "version": "1.7.2", | |
| "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-1.7.2.tgz", | |
| "integrity": "sha512-qfqtYan3rxrnCk1VYaA4H+Ms9xdpPqvLZa6xmMgFvhO32x7/3J/ExcTd6qpxM0vH2GdMI+poehyBZvqfMTto8A==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/formdata-node": { | |
| "version": "4.4.1", | |
| "resolved": "https://registry.npmjs.org/formdata-node/-/formdata-node-4.4.1.tgz", | |
| "integrity": "sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==", | |
| "license": "MIT", | |
| "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", | |
| "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.3.tgz", | |
| "integrity": "sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 14" | |
| } | |
| }, | |
| "node_modules/formdata-polyfill": { | |
| "version": "4.0.10", | |
| "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", | |
| "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "fetch-blob": "^3.1.2" | |
| }, | |
| "engines": { | |
| "node": ">=12.20.0" | |
| } | |
| }, | |
| "node_modules/forwarded": { | |
| "version": "0.2.0", | |
| "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", | |
| "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/fresh": { | |
| "version": "0.5.2", | |
| "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", | |
| "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/fs-constants": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", | |
| "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/fs.realpath": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", | |
| "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", | |
| "license": "ISC" | |
| }, | |
| "node_modules/fstream": { | |
| "version": "1.0.12", | |
| "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz", | |
| "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==", | |
| "deprecated": "This package is no longer supported.", | |
| "license": "ISC", | |
| "dependencies": { | |
| "graceful-fs": "^4.1.2", | |
| "inherits": "~2.0.0", | |
| "mkdirp": ">=0.5 0", | |
| "rimraf": "2" | |
| }, | |
| "engines": { | |
| "node": ">=0.6" | |
| } | |
| }, | |
| "node_modules/function-bind": { | |
| "version": "1.1.2", | |
| "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", | |
| "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", | |
| "license": "MIT", | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/gaxios": { | |
| "version": "7.1.4", | |
| "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-7.1.4.tgz", | |
| "integrity": "sha512-bTIgTsM2bWn3XklZISBTQX7ZSddGW+IO3bMdGaemHZ3tbqExMENHLx6kKZ/KlejgrMtj8q7wBItt51yegqalrA==", | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "extend": "^3.0.2", | |
| "https-proxy-agent": "^7.0.1", | |
| "node-fetch": "^3.3.2" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/gaxios/node_modules/node-fetch": { | |
| "version": "3.3.2", | |
| "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", | |
| "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "data-uri-to-buffer": "^4.0.0", | |
| "fetch-blob": "^3.1.4", | |
| "formdata-polyfill": "^4.0.10" | |
| }, | |
| "engines": { | |
| "node": "^12.20.0 || ^14.13.1 || >=16.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/node-fetch" | |
| } | |
| }, | |
| "node_modules/gcp-metadata": { | |
| "version": "8.1.2", | |
| "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-8.1.2.tgz", | |
| "integrity": "sha512-zV/5HKTfCeKWnxG0Dmrw51hEWFGfcF2xiXqcA3+J90WDuP0SvoiSO5ORvcBsifmx/FoIjgQN3oNOGaQ5PhLFkg==", | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "gaxios": "^7.0.0", | |
| "google-logging-utils": "^1.0.0", | |
| "json-bigint": "^1.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/get-intrinsic": { | |
| "version": "1.3.0", | |
| "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", | |
| "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "call-bind-apply-helpers": "^1.0.2", | |
| "es-define-property": "^1.0.1", | |
| "es-errors": "^1.3.0", | |
| "es-object-atoms": "^1.1.1", | |
| "function-bind": "^1.1.2", | |
| "get-proto": "^1.0.1", | |
| "gopd": "^1.2.0", | |
| "has-symbols": "^1.1.0", | |
| "hasown": "^2.0.2", | |
| "math-intrinsics": "^1.1.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/get-proto": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", | |
| "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "dunder-proto": "^1.0.1", | |
| "es-object-atoms": "^1.0.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/glob": { | |
| "version": "7.2.3", | |
| "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", | |
| "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", | |
| "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", | |
| "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" | |
| } | |
| }, | |
| "node_modules/global-agent": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/global-agent/-/global-agent-3.0.0.tgz", | |
| "integrity": "sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==", | |
| "license": "BSD-3-Clause", | |
| "dependencies": { | |
| "boolean": "^3.0.1", | |
| "es6-error": "^4.1.1", | |
| "matcher": "^3.0.0", | |
| "roarr": "^2.15.3", | |
| "semver": "^7.3.2", | |
| "serialize-error": "^7.0.1" | |
| }, | |
| "engines": { | |
| "node": ">=10.0" | |
| } | |
| }, | |
| "node_modules/globalthis": { | |
| "version": "1.0.4", | |
| "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", | |
| "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "define-properties": "^1.2.1", | |
| "gopd": "^1.0.1" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/google-auth-library": { | |
| "version": "10.6.2", | |
| "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.6.2.tgz", | |
| "integrity": "sha512-e27Z6EThmVNNvtYASwQxose/G57rkRuaRbQyxM2bvYLLX/GqWZ5chWq2EBoUchJbCc57eC9ArzO5wMsEmWftCw==", | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "base64-js": "^1.3.0", | |
| "ecdsa-sig-formatter": "^1.0.11", | |
| "gaxios": "^7.1.4", | |
| "gcp-metadata": "8.1.2", | |
| "google-logging-utils": "1.1.3", | |
| "jws": "^4.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/google-logging-utils": { | |
| "version": "1.1.3", | |
| "resolved": "https://registry.npmjs.org/google-logging-utils/-/google-logging-utils-1.1.3.tgz", | |
| "integrity": "sha512-eAmLkjDjAFCVXg7A1unxHsLf961m6y17QFqXqAXGj/gVkKFrEICfStRfwUlGNfeCEjNRa32JEWOUTlYXPyyKvA==", | |
| "license": "Apache-2.0", | |
| "engines": { | |
| "node": ">=14" | |
| } | |
| }, | |
| "node_modules/gopd": { | |
| "version": "1.2.0", | |
| "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", | |
| "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "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==", | |
| "license": "ISC" | |
| }, | |
| "node_modules/groq-sdk": { | |
| "version": "0.9.1", | |
| "resolved": "https://registry.npmjs.org/groq-sdk/-/groq-sdk-0.9.1.tgz", | |
| "integrity": "sha512-yFZ3+I0Oe/u+4PUKDUG8q5KpP9Hgc+ujhlBaAbcc4EMJb2RMn/atqG8i+Vnk7s+2K4rJ49mviO/kY0i9LbskCA==", | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "@types/node": "^18.11.18", | |
| "@types/node-fetch": "^2.6.4", | |
| "abort-controller": "^3.0.0", | |
| "agentkeepalive": "^4.2.1", | |
| "form-data-encoder": "1.7.2", | |
| "formdata-node": "^4.3.2", | |
| "node-fetch": "^2.6.7" | |
| } | |
| }, | |
| "node_modules/groq-sdk/node_modules/@types/node": { | |
| "version": "18.19.130", | |
| "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz", | |
| "integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "undici-types": "~5.26.4" | |
| } | |
| }, | |
| "node_modules/guid-typescript": { | |
| "version": "1.0.9", | |
| "resolved": "https://registry.npmjs.org/guid-typescript/-/guid-typescript-1.0.9.tgz", | |
| "integrity": "sha512-Y8T4vYhEfwJOTbouREvG+3XDsjr8E3kIr7uf+JZ0BYloFsttiHU0WfvANVsR7TxNUJa/WpCnw/Ino/p+DeBhBQ==", | |
| "license": "ISC" | |
| }, | |
| "node_modules/has-property-descriptors": { | |
| "version": "1.0.2", | |
| "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", | |
| "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "es-define-property": "^1.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/has-symbols": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", | |
| "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/has-tostringtag": { | |
| "version": "1.0.2", | |
| "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", | |
| "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "has-symbols": "^1.0.3" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/hasown": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", | |
| "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "function-bind": "^1.1.2" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/http-errors": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz", | |
| "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "depd": "~2.0.0", | |
| "inherits": "~2.0.4", | |
| "setprototypeof": "~1.2.0", | |
| "statuses": "~2.0.2", | |
| "toidentifier": "~1.0.1" | |
| }, | |
| "engines": { | |
| "node": ">= 0.8" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/express" | |
| } | |
| }, | |
| "node_modules/https-proxy-agent": { | |
| "version": "7.0.6", | |
| "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", | |
| "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "agent-base": "^7.1.2", | |
| "debug": "4" | |
| }, | |
| "engines": { | |
| "node": ">= 14" | |
| } | |
| }, | |
| "node_modules/https-proxy-agent/node_modules/debug": { | |
| "version": "4.4.3", | |
| "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", | |
| "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "ms": "^2.1.3" | |
| }, | |
| "engines": { | |
| "node": ">=6.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "supports-color": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/https-proxy-agent/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==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/humanize-ms": { | |
| "version": "1.2.1", | |
| "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", | |
| "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "ms": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/iconv-lite": { | |
| "version": "0.4.24", | |
| "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", | |
| "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "safer-buffer": ">= 2.1.2 < 3" | |
| }, | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/idb-keyval": { | |
| "version": "6.2.2", | |
| "resolved": "https://registry.npmjs.org/idb-keyval/-/idb-keyval-6.2.2.tgz", | |
| "integrity": "sha512-yjD9nARJ/jb1g+CvD0tlhUHOrJ9Sy0P8T9MF3YaLlHnSRpwPfpTX0XIvpmw3gAJUmEu3FiICLBDPXVwyEvrleg==", | |
| "license": "Apache-2.0" | |
| }, | |
| "node_modules/ieee754": { | |
| "version": "1.2.1", | |
| "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", | |
| "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/feross" | |
| }, | |
| { | |
| "type": "patreon", | |
| "url": "https://www.patreon.com/feross" | |
| }, | |
| { | |
| "type": "consulting", | |
| "url": "https://feross.org/support" | |
| } | |
| ], | |
| "license": "BSD-3-Clause" | |
| }, | |
| "node_modules/immediate": { | |
| "version": "3.0.6", | |
| "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", | |
| "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/inflight": { | |
| "version": "1.0.6", | |
| "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", | |
| "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", | |
| "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", | |
| "license": "ISC", | |
| "dependencies": { | |
| "once": "^1.3.0", | |
| "wrappy": "1" | |
| } | |
| }, | |
| "node_modules/inherits": { | |
| "version": "2.0.4", | |
| "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", | |
| "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", | |
| "license": "ISC" | |
| }, | |
| "node_modules/ip-address": { | |
| "version": "10.2.0", | |
| "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz", | |
| "integrity": "sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 12" | |
| } | |
| }, | |
| "node_modules/ipaddr.js": { | |
| "version": "1.9.1", | |
| "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", | |
| "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.10" | |
| } | |
| }, | |
| "node_modules/is-arrayish": { | |
| "version": "0.3.4", | |
| "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.4.tgz", | |
| "integrity": "sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/is-electron": { | |
| "version": "2.2.2", | |
| "resolved": "https://registry.npmjs.org/is-electron/-/is-electron-2.2.2.tgz", | |
| "integrity": "sha512-FO/Rhvz5tuw4MCWkpMzHFKWD2LsfHzIb7i6MdPYZ/KW7AlxawyLkqdy+jPZP1WubqEADE3O4FUENlJHDfQASRg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/is-url": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/is-url/-/is-url-1.2.4.tgz", | |
| "integrity": "sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/isarray": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", | |
| "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/json-bigint": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz", | |
| "integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "bignumber.js": "^9.0.0" | |
| } | |
| }, | |
| "node_modules/json-stringify-safe": { | |
| "version": "5.0.1", | |
| "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", | |
| "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", | |
| "license": "ISC" | |
| }, | |
| "node_modules/jszip": { | |
| "version": "3.10.1", | |
| "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz", | |
| "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==", | |
| "license": "(MIT OR GPL-3.0-or-later)", | |
| "dependencies": { | |
| "lie": "~3.3.0", | |
| "pako": "~1.0.2", | |
| "readable-stream": "~2.3.6", | |
| "setimmediate": "^1.0.5" | |
| } | |
| }, | |
| "node_modules/jwa": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz", | |
| "integrity": "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "buffer-equal-constant-time": "^1.0.1", | |
| "ecdsa-sig-formatter": "1.0.11", | |
| "safe-buffer": "^5.0.1" | |
| } | |
| }, | |
| "node_modules/jws": { | |
| "version": "4.0.1", | |
| "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.1.tgz", | |
| "integrity": "sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "jwa": "^2.0.1", | |
| "safe-buffer": "^5.0.1" | |
| } | |
| }, | |
| "node_modules/lazystream": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz", | |
| "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "readable-stream": "^2.0.5" | |
| }, | |
| "engines": { | |
| "node": ">= 0.6.3" | |
| } | |
| }, | |
| "node_modules/lie": { | |
| "version": "3.3.0", | |
| "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz", | |
| "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "immediate": "~3.0.5" | |
| } | |
| }, | |
| "node_modules/listenercount": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/listenercount/-/listenercount-1.0.1.tgz", | |
| "integrity": "sha512-3mk/Zag0+IJxeDrxSgaDPy4zZ3w05PRZeJNnlWhzFz5OkX49J4krc+A8X2d2M69vGMBEX0uyl8M+W+8gH+kBqQ==", | |
| "license": "ISC" | |
| }, | |
| "node_modules/lodash.defaults": { | |
| "version": "4.2.0", | |
| "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz", | |
| "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/lodash.difference": { | |
| "version": "4.5.0", | |
| "resolved": "https://registry.npmjs.org/lodash.difference/-/lodash.difference-4.5.0.tgz", | |
| "integrity": "sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/lodash.escaperegexp": { | |
| "version": "4.1.2", | |
| "resolved": "https://registry.npmjs.org/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz", | |
| "integrity": "sha512-TM9YBvyC84ZxE3rgfefxUWiQKLilstD6k7PTGt6wfbtXF8ixIJLOL3VYyV/z+ZiPLsVxAsKAFVwWlWeb2Y8Yyw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/lodash.flatten": { | |
| "version": "4.4.0", | |
| "resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz", | |
| "integrity": "sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/lodash.groupby": { | |
| "version": "4.6.0", | |
| "resolved": "https://registry.npmjs.org/lodash.groupby/-/lodash.groupby-4.6.0.tgz", | |
| "integrity": "sha512-5dcWxm23+VAoz+awKmBaiBvzox8+RqMgFhi7UvX9DHZr2HdxHXM/Wrf8cfKpsW37RNrvtPn6hSwNqurSILbmJw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/lodash.isboolean": { | |
| "version": "3.0.3", | |
| "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", | |
| "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/lodash.isequal": { | |
| "version": "4.5.0", | |
| "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", | |
| "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==", | |
| "deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead.", | |
| "license": "MIT" | |
| }, | |
| "node_modules/lodash.isfunction": { | |
| "version": "3.0.9", | |
| "resolved": "https://registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-3.0.9.tgz", | |
| "integrity": "sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/lodash.isnil": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/lodash.isnil/-/lodash.isnil-4.0.0.tgz", | |
| "integrity": "sha512-up2Mzq3545mwVnMhTDMdfoG1OurpA/s5t88JmQX809eH3C8491iu2sfKhTfhQtKY78oPNhiaHJUpT/dUDAAtng==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/lodash.isplainobject": { | |
| "version": "4.0.6", | |
| "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", | |
| "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/lodash.isundefined": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/lodash.isundefined/-/lodash.isundefined-3.0.1.tgz", | |
| "integrity": "sha512-MXB1is3s899/cD8jheYYE2V9qTHwKvt+npCwpD+1Sxm3Q3cECXCiYHjeHWXNwr6Q0SOBPrYUDxendrO6goVTEA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/lodash.union": { | |
| "version": "4.6.0", | |
| "resolved": "https://registry.npmjs.org/lodash.union/-/lodash.union-4.6.0.tgz", | |
| "integrity": "sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/lodash.uniq": { | |
| "version": "4.5.0", | |
| "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", | |
| "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/long": { | |
| "version": "5.3.2", | |
| "resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz", | |
| "integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==", | |
| "license": "Apache-2.0" | |
| }, | |
| "node_modules/lop": { | |
| "version": "0.4.2", | |
| "resolved": "https://registry.npmjs.org/lop/-/lop-0.4.2.tgz", | |
| "integrity": "sha512-RefILVDQ4DKoRZsJ4Pj22TxE3omDO47yFpkIBoDKzkqPRISs5U1cnAdg/5583YPkWPaLIYHOKRMQSvjFsO26cw==", | |
| "license": "BSD-2-Clause", | |
| "dependencies": { | |
| "duck": "^0.1.12", | |
| "option": "~0.2.1", | |
| "underscore": "^1.13.1" | |
| } | |
| }, | |
| "node_modules/mammoth": { | |
| "version": "1.12.0", | |
| "resolved": "https://registry.npmjs.org/mammoth/-/mammoth-1.12.0.tgz", | |
| "integrity": "sha512-cwnK1RIcRdDMi2HRx2EXGYlxqIEh0Oo3bLhorgnsVJi2UkbX1+jKxuBNR9PC5+JaX7EkmJxFPmo6mjLpqShI2w==", | |
| "license": "BSD-2-Clause", | |
| "dependencies": { | |
| "@xmldom/xmldom": "^0.8.6", | |
| "argparse": "~1.0.3", | |
| "base64-js": "^1.5.1", | |
| "bluebird": "~3.4.0", | |
| "dingbat-to-unicode": "^1.0.1", | |
| "jszip": "^3.7.1", | |
| "lop": "^0.4.2", | |
| "path-is-absolute": "^1.0.0", | |
| "underscore": "^1.13.1", | |
| "xmlbuilder": "^10.0.0" | |
| }, | |
| "bin": { | |
| "mammoth": "bin/mammoth" | |
| }, | |
| "engines": { | |
| "node": ">=12.0.0" | |
| } | |
| }, | |
| "node_modules/matcher": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/matcher/-/matcher-3.0.0.tgz", | |
| "integrity": "sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "escape-string-regexp": "^4.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| } | |
| }, | |
| "node_modules/math-intrinsics": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", | |
| "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/media-typer": { | |
| "version": "0.3.0", | |
| "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", | |
| "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/merge-descriptors": { | |
| "version": "1.0.3", | |
| "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", | |
| "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", | |
| "license": "MIT", | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/methods": { | |
| "version": "1.1.2", | |
| "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", | |
| "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/mime": { | |
| "version": "1.6.0", | |
| "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", | |
| "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", | |
| "license": "MIT", | |
| "bin": { | |
| "mime": "cli.js" | |
| }, | |
| "engines": { | |
| "node": ">=4" | |
| } | |
| }, | |
| "node_modules/mime-db": { | |
| "version": "1.52.0", | |
| "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", | |
| "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/mime-types": { | |
| "version": "2.1.35", | |
| "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", | |
| "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "mime-db": "1.52.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/minimatch": { | |
| "version": "3.1.5", | |
| "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", | |
| "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "brace-expansion": "^1.1.7" | |
| }, | |
| "engines": { | |
| "node": "*" | |
| } | |
| }, | |
| "node_modules/minimist": { | |
| "version": "1.2.8", | |
| "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", | |
| "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", | |
| "license": "MIT", | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/minipass": { | |
| "version": "7.1.3", | |
| "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz", | |
| "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==", | |
| "license": "BlueOak-1.0.0", | |
| "engines": { | |
| "node": ">=16 || 14 >=14.17" | |
| } | |
| }, | |
| "node_modules/minizlib": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz", | |
| "integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "minipass": "^7.1.2" | |
| }, | |
| "engines": { | |
| "node": ">= 18" | |
| } | |
| }, | |
| "node_modules/mkdirp": { | |
| "version": "0.5.6", | |
| "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", | |
| "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "minimist": "^1.2.6" | |
| }, | |
| "bin": { | |
| "mkdirp": "bin/cmd.js" | |
| } | |
| }, | |
| "node_modules/ms": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", | |
| "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/multer": { | |
| "version": "1.4.5-lts.2", | |
| "resolved": "https://registry.npmjs.org/multer/-/multer-1.4.5-lts.2.tgz", | |
| "integrity": "sha512-VzGiVigcG9zUAoCNU+xShztrlr1auZOlurXynNvO9GiWD1/mTBbUljOKY+qMeazBqXgRnjzeEgJI/wyjJUHg9A==", | |
| "deprecated": "Multer 1.x is impacted by a number of vulnerabilities, which have been patched in 2.x. You should upgrade to the latest 2.x version.", | |
| "license": "MIT", | |
| "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/negotiator": { | |
| "version": "0.6.3", | |
| "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", | |
| "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/node-domexception": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", | |
| "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==", | |
| "deprecated": "Use your platform's native DOMException instead", | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/jimmywarting" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://paypal.me/jimmywarting" | |
| } | |
| ], | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=10.5.0" | |
| } | |
| }, | |
| "node_modules/node-ensure": { | |
| "version": "0.0.0", | |
| "resolved": "https://registry.npmjs.org/node-ensure/-/node-ensure-0.0.0.tgz", | |
| "integrity": "sha512-DRI60hzo2oKN1ma0ckc6nQWlHU69RH6xN0sjQTjMpChPfTYvKZdcQFfdYK2RWbJcKyUizSIy/l8OTGxMAM1QDw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/node-fetch": { | |
| "version": "2.7.0", | |
| "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", | |
| "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "whatwg-url": "^5.0.0" | |
| }, | |
| "engines": { | |
| "node": "4.x || >=6.0.0" | |
| }, | |
| "peerDependencies": { | |
| "encoding": "^0.1.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "encoding": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "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==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/object-assign": { | |
| "version": "4.1.1", | |
| "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", | |
| "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/object-inspect": { | |
| "version": "1.13.4", | |
| "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", | |
| "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/object-keys": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", | |
| "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/on-finished": { | |
| "version": "2.4.1", | |
| "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", | |
| "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "ee-first": "1.1.1" | |
| }, | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/once": { | |
| "version": "1.4.0", | |
| "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", | |
| "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "wrappy": "1" | |
| } | |
| }, | |
| "node_modules/onnxruntime-common": { | |
| "version": "1.21.0", | |
| "resolved": "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.21.0.tgz", | |
| "integrity": "sha512-Q632iLLrtCAVOTO65dh2+mNbQir/QNTVBG3h/QdZBpns7mZ0RYbLRBgGABPbpU9351AgYy7SJf1WaeVwMrBFPQ==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/onnxruntime-node": { | |
| "version": "1.21.0", | |
| "resolved": "https://registry.npmjs.org/onnxruntime-node/-/onnxruntime-node-1.21.0.tgz", | |
| "integrity": "sha512-NeaCX6WW2L8cRCSqy3bInlo5ojjQqu2fD3D+9W5qb5irwxhEyWKXeH2vZ8W9r6VxaMPUan+4/7NDwZMtouZxEw==", | |
| "hasInstallScript": true, | |
| "license": "MIT", | |
| "os": [ | |
| "win32", | |
| "darwin", | |
| "linux" | |
| ], | |
| "dependencies": { | |
| "global-agent": "^3.0.0", | |
| "onnxruntime-common": "1.21.0", | |
| "tar": "^7.0.1" | |
| } | |
| }, | |
| "node_modules/onnxruntime-web": { | |
| "version": "1.22.0-dev.20250409-89f8206ba4", | |
| "resolved": "https://registry.npmjs.org/onnxruntime-web/-/onnxruntime-web-1.22.0-dev.20250409-89f8206ba4.tgz", | |
| "integrity": "sha512-0uS76OPgH0hWCPrFKlL8kYVV7ckM7t/36HfbgoFw6Nd0CZVVbQC4PkrR8mBX8LtNUFZO25IQBqV2Hx2ho3FlbQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "flatbuffers": "^25.1.24", | |
| "guid-typescript": "^1.0.9", | |
| "long": "^5.2.3", | |
| "onnxruntime-common": "1.22.0-dev.20250409-89f8206ba4", | |
| "platform": "^1.3.6", | |
| "protobufjs": "^7.2.4" | |
| } | |
| }, | |
| "node_modules/onnxruntime-web/node_modules/onnxruntime-common": { | |
| "version": "1.22.0-dev.20250409-89f8206ba4", | |
| "resolved": "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.22.0-dev.20250409-89f8206ba4.tgz", | |
| "integrity": "sha512-vDJMkfCfb0b1A836rgHj+ORuZf4B4+cc2bASQtpeoJLueuFc5DuYwjIZUBrSvx/fO5IrLjLz+oTrB3pcGlhovQ==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/opencollective-postinstall": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz", | |
| "integrity": "sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q==", | |
| "license": "MIT", | |
| "bin": { | |
| "opencollective-postinstall": "index.js" | |
| } | |
| }, | |
| "node_modules/option": { | |
| "version": "0.2.4", | |
| "resolved": "https://registry.npmjs.org/option/-/option-0.2.4.tgz", | |
| "integrity": "sha512-pkEqbDyl8ou5cpq+VsnQbe/WlEy5qS7xPzMS1U55OCG9KPvwFD46zDbxQIj3egJSFc3D+XhYOPUzz49zQAVy7A==", | |
| "license": "BSD-2-Clause" | |
| }, | |
| "node_modules/pako": { | |
| "version": "1.0.11", | |
| "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", | |
| "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==", | |
| "license": "(MIT AND Zlib)" | |
| }, | |
| "node_modules/parseurl": { | |
| "version": "1.3.3", | |
| "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", | |
| "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/path-is-absolute": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", | |
| "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/path-to-regexp": { | |
| "version": "0.1.13", | |
| "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.13.tgz", | |
| "integrity": "sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/pdf-parse": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/pdf-parse/-/pdf-parse-1.1.4.tgz", | |
| "integrity": "sha512-XRIRcLgk6ZnUbsHsYXExMw+krrPE81hJ6FQPLdBNhhBefqIQKXu/WeTgNBGSwPrfU0v+UCEwn7AoAUOsVKHFvQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "node-ensure": "^0.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=6.8.1" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/mehmet-kozan" | |
| } | |
| }, | |
| "node_modules/platform": { | |
| "version": "1.3.6", | |
| "resolved": "https://registry.npmjs.org/platform/-/platform-1.3.6.tgz", | |
| "integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/process-nextick-args": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", | |
| "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/protobufjs": { | |
| "version": "7.6.3", | |
| "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.6.3.tgz", | |
| "integrity": "sha512-+k0vdJKNdW+Vu+dYe8tZA/VvQb6XKNWexC6URwBFXxNnjLJz9nQJCemGyNgRAWD+B7+nGNc9qMPGwcD7s4nzUw==", | |
| "hasInstallScript": true, | |
| "license": "BSD-3-Clause", | |
| "dependencies": { | |
| "@protobufjs/aspromise": "^1.1.2", | |
| "@protobufjs/base64": "^1.1.2", | |
| "@protobufjs/codegen": "^2.0.5", | |
| "@protobufjs/eventemitter": "^1.1.1", | |
| "@protobufjs/fetch": "^1.1.1", | |
| "@protobufjs/float": "^1.0.2", | |
| "@protobufjs/inquire": "^1.1.2", | |
| "@protobufjs/path": "^1.1.2", | |
| "@protobufjs/pool": "^1.1.0", | |
| "@protobufjs/utf8": "^1.1.1", | |
| "@types/node": ">=13.7.0", | |
| "long": "^5.3.2" | |
| }, | |
| "engines": { | |
| "node": ">=12.0.0" | |
| } | |
| }, | |
| "node_modules/proxy-addr": { | |
| "version": "2.0.7", | |
| "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", | |
| "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "forwarded": "0.2.0", | |
| "ipaddr.js": "1.9.1" | |
| }, | |
| "engines": { | |
| "node": ">= 0.10" | |
| } | |
| }, | |
| "node_modules/qs": { | |
| "version": "6.14.2", | |
| "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz", | |
| "integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==", | |
| "license": "BSD-3-Clause", | |
| "dependencies": { | |
| "side-channel": "^1.1.0" | |
| }, | |
| "engines": { | |
| "node": ">=0.6" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/range-parser": { | |
| "version": "1.2.1", | |
| "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", | |
| "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/raw-body": { | |
| "version": "2.5.3", | |
| "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.3.tgz", | |
| "integrity": "sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "bytes": "~3.1.2", | |
| "http-errors": "~2.0.1", | |
| "iconv-lite": "~0.4.24", | |
| "unpipe": "~1.0.0" | |
| }, | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/readable-stream": { | |
| "version": "2.3.8", | |
| "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", | |
| "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", | |
| "license": "MIT", | |
| "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-stream/node_modules/safe-buffer": { | |
| "version": "5.1.2", | |
| "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", | |
| "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", | |
| "license": "MIT" | |
| }, | |
| "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==", | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "minimatch": "^5.1.0" | |
| } | |
| }, | |
| "node_modules/readdir-glob/node_modules/brace-expansion": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz", | |
| "integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "balanced-match": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/readdir-glob/node_modules/minimatch": { | |
| "version": "5.1.9", | |
| "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz", | |
| "integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "brace-expansion": "^2.0.1" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| } | |
| }, | |
| "node_modules/regenerator-runtime": { | |
| "version": "0.13.11", | |
| "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", | |
| "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/rimraf": { | |
| "version": "2.7.1", | |
| "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", | |
| "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", | |
| "deprecated": "Rimraf versions prior to v4 are no longer supported", | |
| "license": "ISC", | |
| "dependencies": { | |
| "glob": "^7.1.3" | |
| }, | |
| "bin": { | |
| "rimraf": "bin.js" | |
| } | |
| }, | |
| "node_modules/roarr": { | |
| "version": "2.15.4", | |
| "resolved": "https://registry.npmjs.org/roarr/-/roarr-2.15.4.tgz", | |
| "integrity": "sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==", | |
| "license": "BSD-3-Clause", | |
| "dependencies": { | |
| "boolean": "^3.0.1", | |
| "detect-node": "^2.0.4", | |
| "globalthis": "^1.0.1", | |
| "json-stringify-safe": "^5.0.1", | |
| "semver-compare": "^1.0.0", | |
| "sprintf-js": "^1.1.2" | |
| }, | |
| "engines": { | |
| "node": ">=8.0" | |
| } | |
| }, | |
| "node_modules/roarr/node_modules/sprintf-js": { | |
| "version": "1.1.3", | |
| "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", | |
| "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", | |
| "license": "BSD-3-Clause" | |
| }, | |
| "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" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/safer-buffer": { | |
| "version": "2.1.2", | |
| "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", | |
| "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/saxes": { | |
| "version": "5.0.1", | |
| "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", | |
| "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "xmlchars": "^2.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| } | |
| }, | |
| "node_modules/semver": { | |
| "version": "7.7.4", | |
| "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", | |
| "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", | |
| "license": "ISC", | |
| "bin": { | |
| "semver": "bin/semver.js" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| } | |
| }, | |
| "node_modules/semver-compare": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz", | |
| "integrity": "sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/send": { | |
| "version": "0.19.2", | |
| "resolved": "https://registry.npmjs.org/send/-/send-0.19.2.tgz", | |
| "integrity": "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "debug": "2.6.9", | |
| "depd": "2.0.0", | |
| "destroy": "1.2.0", | |
| "encodeurl": "~2.0.0", | |
| "escape-html": "~1.0.3", | |
| "etag": "~1.8.1", | |
| "fresh": "~0.5.2", | |
| "http-errors": "~2.0.1", | |
| "mime": "1.6.0", | |
| "ms": "2.1.3", | |
| "on-finished": "~2.4.1", | |
| "range-parser": "~1.2.1", | |
| "statuses": "~2.0.2" | |
| }, | |
| "engines": { | |
| "node": ">= 0.8.0" | |
| } | |
| }, | |
| "node_modules/send/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==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/serialize-error": { | |
| "version": "7.0.1", | |
| "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-7.0.1.tgz", | |
| "integrity": "sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "type-fest": "^0.13.1" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/serve-static": { | |
| "version": "1.16.3", | |
| "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.3.tgz", | |
| "integrity": "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "encodeurl": "~2.0.0", | |
| "escape-html": "~1.0.3", | |
| "parseurl": "~1.3.3", | |
| "send": "~0.19.1" | |
| }, | |
| "engines": { | |
| "node": ">= 0.8.0" | |
| } | |
| }, | |
| "node_modules/setimmediate": { | |
| "version": "1.0.5", | |
| "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", | |
| "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/setprototypeof": { | |
| "version": "1.2.0", | |
| "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", | |
| "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", | |
| "license": "ISC" | |
| }, | |
| "node_modules/sharp": { | |
| "version": "0.33.5", | |
| "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz", | |
| "integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==", | |
| "hasInstallScript": true, | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "color": "^4.2.3", | |
| "detect-libc": "^2.0.3", | |
| "semver": "^7.6.3" | |
| }, | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-darwin-arm64": "0.33.5", | |
| "@img/sharp-darwin-x64": "0.33.5", | |
| "@img/sharp-libvips-darwin-arm64": "1.0.4", | |
| "@img/sharp-libvips-darwin-x64": "1.0.4", | |
| "@img/sharp-libvips-linux-arm": "1.0.5", | |
| "@img/sharp-libvips-linux-arm64": "1.0.4", | |
| "@img/sharp-libvips-linux-s390x": "1.0.4", | |
| "@img/sharp-libvips-linux-x64": "1.0.4", | |
| "@img/sharp-libvips-linuxmusl-arm64": "1.0.4", | |
| "@img/sharp-libvips-linuxmusl-x64": "1.0.4", | |
| "@img/sharp-linux-arm": "0.33.5", | |
| "@img/sharp-linux-arm64": "0.33.5", | |
| "@img/sharp-linux-s390x": "0.33.5", | |
| "@img/sharp-linux-x64": "0.33.5", | |
| "@img/sharp-linuxmusl-arm64": "0.33.5", | |
| "@img/sharp-linuxmusl-x64": "0.33.5", | |
| "@img/sharp-wasm32": "0.33.5", | |
| "@img/sharp-win32-ia32": "0.33.5", | |
| "@img/sharp-win32-x64": "0.33.5" | |
| } | |
| }, | |
| "node_modules/side-channel": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", | |
| "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "es-errors": "^1.3.0", | |
| "object-inspect": "^1.13.3", | |
| "side-channel-list": "^1.0.0", | |
| "side-channel-map": "^1.0.1", | |
| "side-channel-weakmap": "^1.0.2" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/side-channel-list": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz", | |
| "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "es-errors": "^1.3.0", | |
| "object-inspect": "^1.13.4" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/side-channel-map": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", | |
| "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "call-bound": "^1.0.2", | |
| "es-errors": "^1.3.0", | |
| "get-intrinsic": "^1.2.5", | |
| "object-inspect": "^1.13.3" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/side-channel-weakmap": { | |
| "version": "1.0.2", | |
| "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", | |
| "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "call-bound": "^1.0.2", | |
| "es-errors": "^1.3.0", | |
| "get-intrinsic": "^1.2.5", | |
| "object-inspect": "^1.13.3", | |
| "side-channel-map": "^1.0.1" | |
| }, | |
| "engines": { | |
| "node": ">= 0.4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/ljharb" | |
| } | |
| }, | |
| "node_modules/simple-swizzle": { | |
| "version": "0.2.4", | |
| "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz", | |
| "integrity": "sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "is-arrayish": "^0.3.1" | |
| } | |
| }, | |
| "node_modules/sprintf-js": { | |
| "version": "1.0.3", | |
| "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", | |
| "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", | |
| "license": "BSD-3-Clause" | |
| }, | |
| "node_modules/statuses": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz", | |
| "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/streamsearch": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz", | |
| "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==", | |
| "engines": { | |
| "node": ">=10.0.0" | |
| } | |
| }, | |
| "node_modules/string_decoder": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", | |
| "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "safe-buffer": "~5.1.0" | |
| } | |
| }, | |
| "node_modules/string_decoder/node_modules/safe-buffer": { | |
| "version": "5.1.2", | |
| "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", | |
| "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/tar": { | |
| "version": "7.5.16", | |
| "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.16.tgz", | |
| "integrity": "sha512-56adEpPMouktRlBLXiaYFFzZ/3+JXa8P9n7WbR+ibIjtviN55mEaOkiysCnPnWm+7kkui1Dn8J9l+g6zV8731w==", | |
| "license": "BlueOak-1.0.0", | |
| "dependencies": { | |
| "@isaacs/fs-minipass": "^4.0.0", | |
| "chownr": "^3.0.0", | |
| "minipass": "^7.1.2", | |
| "minizlib": "^3.1.0", | |
| "yallist": "^5.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/tar-stream": { | |
| "version": "2.2.0", | |
| "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", | |
| "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "bl": "^4.0.3", | |
| "end-of-stream": "^1.4.1", | |
| "fs-constants": "^1.0.0", | |
| "inherits": "^2.0.3", | |
| "readable-stream": "^3.1.1" | |
| }, | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/tar-stream/node_modules/readable-stream": { | |
| "version": "3.6.2", | |
| "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", | |
| "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "inherits": "^2.0.3", | |
| "string_decoder": "^1.1.1", | |
| "util-deprecate": "^1.0.1" | |
| }, | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/tesseract.js": { | |
| "version": "5.1.1", | |
| "resolved": "https://registry.npmjs.org/tesseract.js/-/tesseract.js-5.1.1.tgz", | |
| "integrity": "sha512-lzVl/Ar3P3zhpUT31NjqeCo1f+D5+YfpZ5J62eo2S14QNVOmHBTtbchHm/YAbOOOzCegFnKf4B3Qih9LuldcYQ==", | |
| "hasInstallScript": true, | |
| "license": "Apache-2.0", | |
| "dependencies": { | |
| "bmp-js": "^0.1.0", | |
| "idb-keyval": "^6.2.0", | |
| "is-electron": "^2.2.2", | |
| "is-url": "^1.2.4", | |
| "node-fetch": "^2.6.9", | |
| "opencollective-postinstall": "^2.0.3", | |
| "regenerator-runtime": "^0.13.3", | |
| "tesseract.js-core": "^5.1.1", | |
| "wasm-feature-detect": "^1.2.11", | |
| "zlibjs": "^0.3.1" | |
| } | |
| }, | |
| "node_modules/tesseract.js-core": { | |
| "version": "5.1.1", | |
| "resolved": "https://registry.npmjs.org/tesseract.js-core/-/tesseract.js-core-5.1.1.tgz", | |
| "integrity": "sha512-KX3bYSU5iGcO1XJa+QGPbi+Zjo2qq6eBhNjSGR5E5q0JtzkoipJKOUQD7ph8kFyteCEfEQ0maWLu8MCXtvX5uQ==", | |
| "license": "Apache-2.0" | |
| }, | |
| "node_modules/tmp": { | |
| "version": "0.2.5", | |
| "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz", | |
| "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=14.14" | |
| } | |
| }, | |
| "node_modules/toidentifier": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", | |
| "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.6" | |
| } | |
| }, | |
| "node_modules/tr46": { | |
| "version": "0.0.3", | |
| "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", | |
| "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/traverse": { | |
| "version": "0.3.9", | |
| "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz", | |
| "integrity": "sha512-iawgk0hLP3SxGKDfnDJf8wTz4p2qImnyihM5Hh/sGvQ3K37dPi/w8sRhdNIxYA1TwFwc5mDhIJq+O0RsvXBKdQ==", | |
| "license": "MIT/X11", | |
| "engines": { | |
| "node": "*" | |
| } | |
| }, | |
| "node_modules/tslib": { | |
| "version": "2.8.1", | |
| "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", | |
| "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", | |
| "license": "0BSD", | |
| "optional": true | |
| }, | |
| "node_modules/type-fest": { | |
| "version": "0.13.1", | |
| "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz", | |
| "integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==", | |
| "license": "(MIT OR CC0-1.0)", | |
| "engines": { | |
| "node": ">=10" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/type-is": { | |
| "version": "1.6.18", | |
| "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", | |
| "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "media-typer": "0.3.0", | |
| "mime-types": "~2.1.24" | |
| }, | |
| "engines": { | |
| "node": ">= 0.6" | |
| } | |
| }, | |
| "node_modules/typedarray": { | |
| "version": "0.0.6", | |
| "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", | |
| "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/underscore": { | |
| "version": "1.13.8", | |
| "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.8.tgz", | |
| "integrity": "sha512-DXtD3ZtEQzc7M8m4cXotyHR+FAS18C64asBYY5vqZexfYryNNnDc02W4hKg3rdQuqOYas1jkseX0+nZXjTXnvQ==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/undici-types": { | |
| "version": "5.26.5", | |
| "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", | |
| "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/unpipe": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", | |
| "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/unzipper": { | |
| "version": "0.10.14", | |
| "resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.10.14.tgz", | |
| "integrity": "sha512-ti4wZj+0bQTiX2KmKWuwj7lhV+2n//uXEotUmGuQqrbVZSEGFMbI68+c6JCQ8aAmUWYvtHEz2A8K6wXvueR/6g==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "big-integer": "^1.6.17", | |
| "binary": "~0.3.0", | |
| "bluebird": "~3.4.1", | |
| "buffer-indexof-polyfill": "~1.0.0", | |
| "duplexer2": "~0.1.4", | |
| "fstream": "^1.0.12", | |
| "graceful-fs": "^4.2.2", | |
| "listenercount": "~1.0.1", | |
| "readable-stream": "~2.3.6", | |
| "setimmediate": "~1.0.4" | |
| } | |
| }, | |
| "node_modules/util-deprecate": { | |
| "version": "1.0.2", | |
| "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", | |
| "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/utils-merge": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", | |
| "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.4.0" | |
| } | |
| }, | |
| "node_modules/uuid": { | |
| "version": "10.0.0", | |
| "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", | |
| "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", | |
| "funding": [ | |
| "https://github.com/sponsors/broofa", | |
| "https://github.com/sponsors/ctavan" | |
| ], | |
| "license": "MIT", | |
| "bin": { | |
| "uuid": "dist/bin/uuid" | |
| } | |
| }, | |
| "node_modules/vary": { | |
| "version": "1.1.2", | |
| "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", | |
| "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 0.8" | |
| } | |
| }, | |
| "node_modules/wasm-feature-detect": { | |
| "version": "1.8.0", | |
| "resolved": "https://registry.npmjs.org/wasm-feature-detect/-/wasm-feature-detect-1.8.0.tgz", | |
| "integrity": "sha512-zksaLKM2fVlnB5jQQDqKXXwYHLQUVH9es+5TOOHwGOVJOCeRBCiPjwSg+3tN2AdTCzjgli4jijCH290kXb/zWQ==", | |
| "license": "Apache-2.0" | |
| }, | |
| "node_modules/web-streams-polyfill": { | |
| "version": "3.3.3", | |
| "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz", | |
| "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 8" | |
| } | |
| }, | |
| "node_modules/webidl-conversions": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", | |
| "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", | |
| "license": "BSD-2-Clause" | |
| }, | |
| "node_modules/whatwg-url": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", | |
| "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "tr46": "~0.0.3", | |
| "webidl-conversions": "^3.0.0" | |
| } | |
| }, | |
| "node_modules/wrappy": { | |
| "version": "1.0.2", | |
| "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", | |
| "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", | |
| "license": "ISC" | |
| }, | |
| "node_modules/xmlbuilder": { | |
| "version": "10.1.1", | |
| "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-10.1.1.tgz", | |
| "integrity": "sha512-OyzrcFLL/nb6fMGHbiRDuPup9ljBycsdCypwuyg5AAHvyWzGfChJpCXMG88AGTIMFhGZ9RccFN1e6lhg3hkwKg==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=4.0" | |
| } | |
| }, | |
| "node_modules/xmlchars": { | |
| "version": "2.2.0", | |
| "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", | |
| "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/xtend": { | |
| "version": "4.0.2", | |
| "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", | |
| "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.4" | |
| } | |
| }, | |
| "node_modules/yallist": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz", | |
| "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==", | |
| "license": "BlueOak-1.0.0", | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/zip-stream": { | |
| "version": "4.1.1", | |
| "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-4.1.1.tgz", | |
| "integrity": "sha512-9qv4rlDiopXg4E69k+vMHjNN63YFMe9sZMrdlvKnCjlCRWeCBswPPMPUfx+ipsAWq1LXHe70RcbaHdJJpS6hyQ==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "archiver-utils": "^3.0.4", | |
| "compress-commons": "^4.1.2", | |
| "readable-stream": "^3.6.0" | |
| }, | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/zip-stream/node_modules/archiver-utils": { | |
| "version": "3.0.4", | |
| "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-3.0.4.tgz", | |
| "integrity": "sha512-KVgf4XQVrTjhyWmx6cte4RxonPLR9onExufI1jhvw/MQ4BB6IsZD5gT8Lq+u/+pRkWna/6JoHpiQioaqFP5Rzw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "glob": "^7.2.3", | |
| "graceful-fs": "^4.2.0", | |
| "lazystream": "^1.0.0", | |
| "lodash.defaults": "^4.2.0", | |
| "lodash.difference": "^4.5.0", | |
| "lodash.flatten": "^4.4.0", | |
| "lodash.isplainobject": "^4.0.6", | |
| "lodash.union": "^4.6.0", | |
| "normalize-path": "^3.0.0", | |
| "readable-stream": "^3.6.0" | |
| }, | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/zip-stream/node_modules/readable-stream": { | |
| "version": "3.6.2", | |
| "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", | |
| "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "inherits": "^2.0.3", | |
| "string_decoder": "^1.1.1", | |
| "util-deprecate": "^1.0.1" | |
| }, | |
| "engines": { | |
| "node": ">= 6" | |
| } | |
| }, | |
| "node_modules/zlibjs": { | |
| "version": "0.3.1", | |
| "resolved": "https://registry.npmjs.org/zlibjs/-/zlibjs-0.3.1.tgz", | |
| "integrity": "sha512-+J9RrgTKOmlxFSDHo0pI1xM6BLVUv+o0ZT9ANtCxGkjIVCCUdx9alUF8Gm+dGLKbkkkidWIHFDZHDMpfITt4+w==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": "*" | |
| } | |
| } | |
| } | |
| } | |