2025-02-27 12:41:56 -06:00
{
"name" : "Votaciones_prueba" ,
"version" : "0.0.1" ,
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
"name" : "Votaciones_prueba" ,
"version" : "0.0.1" ,
"license" : "UNLICENSED" ,
"dependencies" : {
2025-06-27 20:09:46 -06:00
"@nestjs/bull" : "^11.0.2" ,
2025-02-27 12:41:56 -06:00
"@nestjs/common" : "^11.0.1" ,
2025-03-07 14:14:37 -06:00
"@nestjs/config" : "^4.0.1" ,
2025-02-27 12:41:56 -06:00
"@nestjs/core" : "^11.0.1" ,
2026-07-28 23:22:44 -06:00
"@nestjs/jwt" : "^11.0.2" ,
2025-05-02 16:06:58 -06:00
"@nestjs/passport" : "^11.0.5" ,
2025-02-27 12:41:56 -06:00
"@nestjs/platform-express" : "^11.0.1" ,
2026-07-28 23:22:44 -06:00
"@nestjs/swagger" : "^11.4.5" ,
"@nestjs/typeorm" : "^11.0.3" ,
2025-06-27 20:09:46 -06:00
"bull" : "^4.16.5" ,
2025-05-02 16:06:58 -06:00
"class-transformer" : "^0.5.1" ,
2026-07-28 23:22:44 -06:00
"class-validator" : "^0.14.4" ,
"csv-parser" : "^3.2.1" ,
"dotenv" : "^17.4.2" ,
2025-03-08 00:56:14 -06:00
"exceljs" : "^4.4.0" ,
2026-07-28 23:22:44 -06:00
"multer" : "^1.4.5-lts.2" ,
"mysql2" : "^3.23.1" ,
"nodemailer" : "^9.0.3" ,
2025-05-02 16:06:58 -06:00
"passport" : "^0.7.0" ,
2025-02-27 12:41:56 -06:00
"reflect-metadata" : "^0.2.2" ,
2025-02-28 14:44:40 -06:00
"rxjs" : "^7.8.1" ,
2026-07-28 23:22:44 -06:00
"typeorm" : "^1.1.0"
2025-02-27 12:41:56 -06:00
},
"devDependencies" : {
"@eslint/eslintrc" : "^3.2.0" ,
2026-07-28 23:22:44 -06:00
"@eslint/js" : "^9.39.5" ,
2025-02-27 12:41:56 -06:00
"@nestjs/cli" : "^11.0.0" ,
"@nestjs/schematics" : "^11.0.0" ,
2026-07-28 23:22:44 -06:00
"@nestjs/testing" : "^11.1.28" ,
"@swc/cli" : "^0.8.1" ,
"@swc/core" : "^1.15.46" ,
2025-06-27 20:09:46 -06:00
"@types/bull" : "^3.15.9" ,
2026-07-28 23:22:44 -06:00
"@types/express" : "^5.0.6" ,
2025-02-27 12:41:56 -06:00
"@types/jest" : "^29.5.14" ,
2026-07-28 23:22:44 -06:00
"@types/multer" : "^1.4.13" ,
"@types/node" : "^22.20.1" ,
2025-02-27 12:41:56 -06:00
"@types/supertest" : "^6.0.2" ,
"@types/swagger-ui-express" : "^4.1.8" ,
"eslint" : "^9.18.0" ,
2026-07-28 23:22:44 -06:00
"eslint-config-prettier" : "^10.1.8" ,
"eslint-plugin-prettier" : "^5.5.6" ,
2025-02-27 12:41:56 -06:00
"globals" : "^15.14.0" ,
"jest" : "^29.7.0" ,
2026-07-28 23:22:44 -06:00
"prettier" : "^3.9.6" ,
2025-02-27 12:41:56 -06:00
"source-map-support" : "^0.5.21" ,
2026-07-28 23:22:44 -06:00
"supertest" : "^7.2.2" ,
"ts-jest" : "^29.4.12" ,
"ts-loader" : "^9.6.2" ,
2025-02-27 12:41:56 -06:00
"ts-node" : "^10.9.2" ,
"tsconfig-paths" : "^4.2.0" ,
"typescript" : "^5.7.3" ,
2026-07-28 23:22:44 -06:00
"typescript-eslint" : "^8.65.0"
2025-02-27 12:41:56 -06:00
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@angular-devkit/schematics" : {
"version" : "19.2.27" ,
"resolved" : "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-19.2.27.tgz" ,
"integrity" : "sha512-/PZmyAlb2NGWPikRRuiWLdfHQd8Wrx6lX4HqvTcaDhlU43M3T0ud4PH2T3QDp7BzHYY92xtD8iPxX2asg67G1A==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@angular-devkit/core" : "19.2.27" ,
"jsonc-parser" : "3.3.1" ,
"magic-string" : "0.30.17" ,
"ora" : "5.4.1" ,
"rxjs" : "7.8.1"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : "^18.19.1 || ^20.11.1 || >=22.0.0" ,
"npm" : "^6.11.0 || ^7.5.6 || >=8.0.0" ,
"yarn" : ">= 1.13.0"
}
},
"node_modules/@angular-devkit/schematics-cli" : {
"version" : "19.2.27" ,
"resolved" : "https://registry.npmjs.org/@angular-devkit/schematics-cli/-/schematics-cli-19.2.27.tgz" ,
"integrity" : "sha512-wHYH6SVXVykhLzovUHtYor3Nl4SpIiITi7r9DQDaKYUD4hpRBx25W6N9eGuakT9Vd5tV/x6wmvQFWQZQwFB7eA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@angular-devkit/core" : "19.2.27" ,
"@angular-devkit/schematics" : "19.2.27" ,
"@inquirer/prompts" : "7.3.2" ,
"ansi-colors" : "4.1.3" ,
"symbol-observable" : "4.0.0" ,
"yargs-parser" : "21.1.1"
},
"bin" : {
"schematics" : "bin/schematics.js"
},
"engines" : {
"node" : "^18.19.1 || ^20.11.1 || >=22.0.0" ,
"npm" : "^6.11.0 || ^7.5.6 || >=8.0.0" ,
"yarn" : ">= 1.13.0"
2025-02-27 12:41:56 -06:00
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@angular-devkit/schematics-cli/node_modules/@angular-devkit/core" : {
"version" : "19.2.27" ,
"resolved" : "https://registry.npmjs.org/@angular-devkit/core/-/core-19.2.27.tgz" ,
"integrity" : "sha512-3amNzoCVSKd7ah6l6lBQL4onwwJvqvam7FMoQBILrxtW5LB5ezh8gMSPuA4zJjKjoRzf9uoWdlzqv/84I52xZA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"ajv" : "8.18.0" ,
2025-02-27 12:41:56 -06:00
"ajv-formats" : "3.0.1" ,
"jsonc-parser" : "3.3.1" ,
2026-07-28 23:22:44 -06:00
"picomatch" : "4.0.4" ,
2025-02-27 12:41:56 -06:00
"rxjs" : "7.8.1" ,
"source-map" : "0.7.4"
},
"engines" : {
"node" : "^18.19.1 || ^20.11.1 || >=22.0.0" ,
"npm" : "^6.11.0 || ^7.5.6 || >=8.0.0" ,
"yarn" : ">= 1.13.0"
},
"peerDependencies" : {
"chokidar" : "^4.0.0"
},
"peerDependenciesMeta" : {
"chokidar" : {
"optional" : true
}
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@angular-devkit/schematics-cli/node_modules/@inquirer/prompts" : {
"version" : "7.3.2" ,
"resolved" : "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.3.2.tgz" ,
"integrity" : "sha512-G1ytyOoHh5BphmEBxSwALin3n1KGNYB6yImbICcRQdzXfOGbuJ9Jske/Of5Sebk339NSGGNfUshnzK8YWkTPsQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@inquirer/checkbox" : "^4.1.2" ,
"@inquirer/confirm" : "^5.1.6" ,
"@inquirer/editor" : "^4.2.7" ,
"@inquirer/expand" : "^4.0.9" ,
"@inquirer/input" : "^4.1.6" ,
"@inquirer/number" : "^3.0.9" ,
"@inquirer/password" : "^4.0.9" ,
"@inquirer/rawlist" : "^4.0.9" ,
"@inquirer/search" : "^3.0.9" ,
"@inquirer/select" : "^4.0.9"
},
"engines" : {
"node" : ">=18"
},
"peerDependencies" : {
"@types/node" : ">=18"
},
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
}
}
},
"node_modules/@angular-devkit/schematics-cli/node_modules/ajv" : {
"version" : "8.18.0" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz" ,
"integrity" : "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"fast-deep-equal" : "^3.1.3" ,
"fast-uri" : "^3.0.1" ,
"json-schema-traverse" : "^1.0.0" ,
"require-from-string" : "^2.0.2"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@angular-devkit/schematics-cli/node_modules/json-schema-traverse" : {
2025-02-27 12:41:56 -06:00
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz" ,
"integrity" : "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
2026-07-28 23:22:44 -06:00
"node_modules/@angular-devkit/schematics-cli/node_modules/rxjs" : {
2025-02-27 12:41:56 -06:00
"version" : "7.8.1" ,
"resolved" : "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz" ,
"integrity" : "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"tslib" : "^2.1.0"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@angular-devkit/schematics/node_modules/@angular-devkit/core" : {
"version" : "19.2.27" ,
"resolved" : "https://registry.npmjs.org/@angular-devkit/core/-/core-19.2.27.tgz" ,
"integrity" : "sha512-3amNzoCVSKd7ah6l6lBQL4onwwJvqvam7FMoQBILrxtW5LB5ezh8gMSPuA4zJjKjoRzf9uoWdlzqv/84I52xZA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"ajv" : "8.18.0" ,
"ajv-formats" : "3.0.1" ,
2025-02-27 12:41:56 -06:00
"jsonc-parser" : "3.3.1" ,
2026-07-28 23:22:44 -06:00
"picomatch" : "4.0.4" ,
"rxjs" : "7.8.1" ,
"source-map" : "0.7.4"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : "^18.19.1 || ^20.11.1 || >=22.0.0" ,
"npm" : "^6.11.0 || ^7.5.6 || >=8.0.0" ,
"yarn" : ">= 1.13.0"
},
2026-07-28 23:22:44 -06:00
"peerDependencies" : {
"chokidar" : "^4.0.0"
2025-02-27 12:41:56 -06:00
},
2026-07-28 23:22:44 -06:00
"peerDependenciesMeta" : {
"chokidar" : {
"optional" : true
}
2025-02-27 12:41:56 -06:00
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@angular-devkit/schematics/node_modules/ajv" : {
"version" : "8.18.0" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz" ,
"integrity" : "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"fast-deep-equal" : "^3.1.3" ,
"fast-uri" : "^3.0.1" ,
"json-schema-traverse" : "^1.0.0" ,
"require-from-string" : "^2.0.2"
2025-02-27 12:41:56 -06:00
},
2026-07-28 23:22:44 -06:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
2025-02-27 12:41:56 -06:00
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@angular-devkit/schematics/node_modules/json-schema-traverse" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz" ,
"integrity" : "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" ,
"dev" : true ,
"license" : "MIT"
},
2025-02-27 12:41:56 -06:00
"node_modules/@angular-devkit/schematics/node_modules/rxjs" : {
"version" : "7.8.1" ,
"resolved" : "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz" ,
"integrity" : "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"tslib" : "^2.1.0"
}
},
"node_modules/@babel/code-frame" : {
2026-07-28 23:22:44 -06:00
"version" : "7.29.7" ,
"resolved" : "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz" ,
"integrity" : "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@babel/helper-validator-identifier" : "^7.29.7" ,
2025-02-27 12:41:56 -06:00
"js-tokens" : "^4.0.0" ,
2026-07-28 23:22:44 -06:00
"picocolors" : "^1.1.1"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=6.9.0"
}
},
"node_modules/@babel/compat-data" : {
2026-07-28 23:22:44 -06:00
"version" : "7.29.7" ,
"resolved" : "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz" ,
"integrity" : "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6.9.0"
}
},
"node_modules/@babel/core" : {
2026-07-28 23:22:44 -06:00
"version" : "7.29.7" ,
"resolved" : "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz" ,
"integrity" : "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/code-frame" : "^7.29.7" ,
"@babel/generator" : "^7.29.7" ,
"@babel/helper-compilation-targets" : "^7.29.7" ,
"@babel/helper-module-transforms" : "^7.29.7" ,
"@babel/helpers" : "^7.29.7" ,
"@babel/parser" : "^7.29.7" ,
"@babel/template" : "^7.29.7" ,
"@babel/traverse" : "^7.29.7" ,
"@babel/types" : "^7.29.7" ,
"@jridgewell/remapping" : "^2.3.5" ,
2025-02-27 12:41:56 -06:00
"convert-source-map" : "^2.0.0" ,
"debug" : "^4.1.0" ,
"gensync" : "^1.0.0-beta.2" ,
"json5" : "^2.2.3" ,
"semver" : "^6.3.1"
},
"engines" : {
"node" : ">=6.9.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/babel"
}
},
"node_modules/@babel/core/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"bin" : {
"semver" : "bin/semver.js"
}
},
"node_modules/@babel/generator" : {
2026-07-28 23:22:44 -06:00
"version" : "7.29.7" ,
"resolved" : "https://registry.npmjs.org/@babel/generator/-/generator-7.29.7.tgz" ,
"integrity" : "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@babel/parser" : "^7.29.7" ,
"@babel/types" : "^7.29.7" ,
"@jridgewell/gen-mapping" : "^0.3.12" ,
"@jridgewell/trace-mapping" : "^0.3.28" ,
2025-02-27 12:41:56 -06:00
"jsesc" : "^3.0.2"
},
"engines" : {
"node" : ">=6.9.0"
}
},
"node_modules/@babel/helper-compilation-targets" : {
2026-07-28 23:22:44 -06:00
"version" : "7.29.7" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz" ,
"integrity" : "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@babel/compat-data" : "^7.29.7" ,
"@babel/helper-validator-option" : "^7.29.7" ,
2025-02-27 12:41:56 -06:00
"browserslist" : "^4.24.0" ,
"lru-cache" : "^5.1.1" ,
"semver" : "^6.3.1"
},
"engines" : {
"node" : ">=6.9.0"
}
},
"node_modules/@babel/helper-compilation-targets/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"bin" : {
"semver" : "bin/semver.js"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@babel/helper-globals" : {
"version" : "7.29.7" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz" ,
"integrity" : "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/@babel/helper-module-imports" : {
2026-07-28 23:22:44 -06:00
"version" : "7.29.7" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz" ,
"integrity" : "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@babel/traverse" : "^7.29.7" ,
"@babel/types" : "^7.29.7"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=6.9.0"
}
},
"node_modules/@babel/helper-module-transforms" : {
2026-07-28 23:22:44 -06:00
"version" : "7.29.7" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz" ,
"integrity" : "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@babel/helper-module-imports" : "^7.29.7" ,
"@babel/helper-validator-identifier" : "^7.29.7" ,
"@babel/traverse" : "^7.29.7"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
},
"node_modules/@babel/helper-plugin-utils" : {
2026-07-28 23:22:44 -06:00
"version" : "7.29.7" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.29.7.tgz" ,
"integrity" : "sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6.9.0"
}
},
"node_modules/@babel/helper-string-parser" : {
2026-07-28 23:22:44 -06:00
"version" : "7.29.7" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz" ,
"integrity" : "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6.9.0"
}
},
"node_modules/@babel/helper-validator-identifier" : {
2026-07-28 23:22:44 -06:00
"version" : "7.29.7" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz" ,
"integrity" : "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6.9.0"
}
},
"node_modules/@babel/helper-validator-option" : {
2026-07-28 23:22:44 -06:00
"version" : "7.29.7" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz" ,
"integrity" : "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6.9.0"
}
},
"node_modules/@babel/helpers" : {
2026-07-28 23:22:44 -06:00
"version" : "7.29.7" ,
"resolved" : "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz" ,
"integrity" : "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2025-05-02 16:06:58 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@babel/template" : "^7.29.7" ,
"@babel/types" : "^7.29.7"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=6.9.0"
}
},
"node_modules/@babel/parser" : {
2026-07-28 23:22:44 -06:00
"version" : "7.29.7" ,
"resolved" : "https://registry.npmjs.org/@babel/parser/-/parser-7.29.7.tgz" ,
"integrity" : "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2025-05-02 16:06:58 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@babel/types" : "^7.29.7"
2025-02-27 12:41:56 -06:00
},
"bin" : {
"parser" : "bin/babel-parser.js"
},
"engines" : {
"node" : ">=6.0.0"
}
},
"node_modules/@babel/plugin-syntax-async-generators" : {
"version" : "7.8.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz" ,
"integrity" : "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-bigint" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz" ,
"integrity" : "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-class-properties" : {
"version" : "7.12.13" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz" ,
"integrity" : "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.12.13"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-class-static-block" : {
"version" : "7.14.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz" ,
"integrity" : "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.14.5"
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-import-attributes" : {
2026-07-28 23:22:44 -06:00
"version" : "7.29.7" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.29.7.tgz" ,
"integrity" : "sha512-zGYcYfq/WmZ4V+kBIXQon9dSSc8ircGZqw9ZaNhhGj9nZkeBu1jHLBDQqYYi5WA9uawvA2sIMbry2nCFhf5Djg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@babel/helper-plugin-utils" : "^7.29.7"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-import-meta" : {
"version" : "7.10.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz" ,
"integrity" : "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.10.4"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-json-strings" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz" ,
"integrity" : "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-jsx" : {
2026-07-28 23:22:44 -06:00
"version" : "7.29.7" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.29.7.tgz" ,
"integrity" : "sha512-TSu8+mHCoEaaCDEZ0I3+6mvTBYR4PCxQwf2z9/r5Tbztv6NaLR3B9thGTTxX2WGuGHJqRiAbKPeGTJ5XWXVg6A==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@babel/helper-plugin-utils" : "^7.29.7"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-logical-assignment-operators" : {
"version" : "7.10.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz" ,
"integrity" : "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.10.4"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-nullish-coalescing-operator" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz" ,
"integrity" : "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-numeric-separator" : {
"version" : "7.10.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz" ,
"integrity" : "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.10.4"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-object-rest-spread" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz" ,
"integrity" : "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-optional-catch-binding" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz" ,
"integrity" : "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-optional-chaining" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz" ,
"integrity" : "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-private-property-in-object" : {
"version" : "7.14.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz" ,
"integrity" : "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.14.5"
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-top-level-await" : {
"version" : "7.14.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz" ,
"integrity" : "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.14.5"
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-typescript" : {
2026-07-28 23:22:44 -06:00
"version" : "7.29.7" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.29.7.tgz" ,
"integrity" : "sha512-ngr+82Sh0xMz25TPCZi+nC2iTzjfCdWS2ONXTp/PtSCHCgaCNBpdMqgvJ2ccdLlClVZ7sisIgB914j/JFe+RZA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@babel/helper-plugin-utils" : "^7.29.7"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/template" : {
2026-07-28 23:22:44 -06:00
"version" : "7.29.7" ,
"resolved" : "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz" ,
"integrity" : "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2025-05-02 16:06:58 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@babel/code-frame" : "^7.29.7" ,
"@babel/parser" : "^7.29.7" ,
"@babel/types" : "^7.29.7"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=6.9.0"
}
},
"node_modules/@babel/traverse" : {
2026-07-28 23:22:44 -06:00
"version" : "7.29.7" ,
"resolved" : "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.7.tgz" ,
"integrity" : "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@babel/code-frame" : "^7.29.7" ,
"@babel/generator" : "^7.29.7" ,
"@babel/helper-globals" : "^7.29.7" ,
"@babel/parser" : "^7.29.7" ,
"@babel/template" : "^7.29.7" ,
"@babel/types" : "^7.29.7" ,
"debug" : "^4.3.1"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=6.9.0"
}
},
"node_modules/@babel/types" : {
2026-07-28 23:22:44 -06:00
"version" : "7.29.7" ,
"resolved" : "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz" ,
"integrity" : "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2025-05-02 16:06:58 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@babel/helper-string-parser" : "^7.29.7" ,
"@babel/helper-validator-identifier" : "^7.29.7"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=6.9.0"
}
},
"node_modules/@bcoe/v8-coverage" : {
"version" : "0.2.3" ,
"resolved" : "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz" ,
"integrity" : "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
},
"node_modules/@borewit/text-codec" : {
"version" : "0.2.2" ,
"resolved" : "https://registry.npmjs.org/@borewit/text-codec/-/text-codec-0.2.2.tgz" ,
"integrity" : "sha512-DDaRehssg1aNrH4+2hnj1B7vnUGEjU6OIlyRdkMd0aUdIUvKXrJfXsy8LVtXAy7DRvYVluWbMspsRhz2lcW0mQ==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/Borewit"
}
2025-02-27 12:41:56 -06:00
},
"node_modules/@colors/colors" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz" ,
"integrity" : "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"engines" : {
"node" : ">=0.1.90"
}
},
"node_modules/@cspotcode/source-map-support" : {
"version" : "0.8.1" ,
"resolved" : "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz" ,
"integrity" : "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==" ,
2025-03-07 14:14:37 -06:00
"devOptional" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jridgewell/trace-mapping" : "0.3.9"
},
"engines" : {
"node" : ">=12"
}
},
"node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz" ,
"integrity" : "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==" ,
2025-03-07 14:14:37 -06:00
"devOptional" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jridgewell/resolve-uri" : "^3.0.3" ,
"@jridgewell/sourcemap-codec" : "^1.4.10"
}
},
"node_modules/@eslint-community/eslint-utils" : {
2026-07-28 23:22:44 -06:00
"version" : "4.10.1" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.10.1.tgz" ,
"integrity" : "sha512-cuadcxVFE8sDK6iWJbs8Sn0av2Nrh2QSGQhVlBW9AaAHqHwjWsZHT8LJ4hFGPh7ASBV2deFdM7H/DPjulmh8rg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"eslint-visitor-keys" : "^3.4.3"
},
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding" : {
"url" : "https://opencollective.com/eslint"
},
"peerDependencies" : {
"eslint" : "^6.0.0 || ^7.0.0 || >=8.0.0"
}
},
"node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys" : {
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" ,
"integrity" : "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding" : {
"url" : "https://opencollective.com/eslint"
}
},
"node_modules/@eslint-community/regexpp" : {
2026-07-28 23:22:44 -06:00
"version" : "4.12.2" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz" ,
"integrity" : "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : "^12.0.0 || ^14.0.0 || >=16.0.0"
}
},
"node_modules/@eslint/config-array" : {
2026-07-28 23:22:44 -06:00
"version" : "0.21.2" ,
"resolved" : "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.2.tgz" ,
"integrity" : "sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@eslint/object-schema" : "^2.1.7" ,
2025-02-27 12:41:56 -06:00
"debug" : "^4.3.1" ,
2026-07-28 23:22:44 -06:00
"minimatch" : "^3.1.5"
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@eslint/config-helpers" : {
"version" : "0.4.2" ,
"resolved" : "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz" ,
"integrity" : "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@eslint/core" : "^0.17.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@eslint/core" : {
2026-07-28 23:22:44 -06:00
"version" : "0.17.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz" ,
"integrity" : "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@types/json-schema" : "^7.0.15"
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@eslint/eslintrc" : {
2026-07-28 23:22:44 -06:00
"version" : "3.3.6" ,
"resolved" : "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.6.tgz" ,
"integrity" : "sha512-l2Ul9PrHsPCKcEY/ac7VgFj9D80C7S68sOKc618SyHDPK36s1XcFebXY0iTzUVn4Yq+YbwvSnDmCz9yxjX+QrA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"ajv" : "^6.14.0" ,
2025-02-27 12:41:56 -06:00
"debug" : "^4.3.2" ,
"espree" : "^10.0.1" ,
"globals" : "^14.0.0" ,
"ignore" : "^5.2.0" ,
"import-fresh" : "^3.2.1" ,
2026-07-28 23:22:44 -06:00
"js-yaml" : "^4.3.0" ,
"minimatch" : "^3.1.5" ,
2025-02-27 12:41:56 -06:00
"strip-json-comments" : "^3.1.1"
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"url" : "https://opencollective.com/eslint"
}
},
"node_modules/@eslint/eslintrc/node_modules/globals" : {
"version" : "14.0.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz" ,
"integrity" : "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=18"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@eslint/js" : {
2026-07-28 23:22:44 -06:00
"version" : "9.39.5" ,
"resolved" : "https://registry.npmjs.org/@eslint/js/-/js-9.39.5.tgz" ,
"integrity" : "sha512-QywQuszQh77pIXCsq998c8hbhSTI/azTty1Z6N53dmAudKHhy573j3yvRLsX2BSp8YpLtoCEG8E9DJe+8zUh4A==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2026-07-28 23:22:44 -06:00
},
"funding" : {
"url" : "https://eslint.org/donate"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@eslint/object-schema" : {
2026-07-28 23:22:44 -06:00
"version" : "2.1.7" ,
"resolved" : "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz" ,
"integrity" : "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@eslint/plugin-kit" : {
2026-07-28 23:22:44 -06:00
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz" ,
"integrity" : "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@eslint/core" : "^0.17.0" ,
2025-02-27 12:41:56 -06:00
"levn" : "^0.4.1"
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
2025-03-08 00:56:14 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-03-08 00:56:14 -06:00
"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/format/node_modules/@types/node" : {
"version" : "14.18.63" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-14.18.63.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==" ,
"license" : "MIT"
2025-03-08 00:56:14 -06:00
},
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-03-08 00:56:14 -06:00
"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/@fast-csv/parse/node_modules/@types/node" : {
"version" : "14.18.63" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-14.18.63.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==" ,
"license" : "MIT"
2025-03-08 00:56:14 -06:00
},
2025-02-27 12:41:56 -06:00
"node_modules/@humanfs/core" : {
2026-07-28 23:22:44 -06:00
"version" : "0.19.2" ,
"resolved" : "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz" ,
"integrity" : "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
"dependencies" : {
"@humanfs/types" : "^0.15.0"
},
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=18.18.0"
}
},
"node_modules/@humanfs/node" : {
2026-07-28 23:22:44 -06:00
"version" : "0.16.8" ,
"resolved" : "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz" ,
"integrity" : "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@humanfs/core" : "^0.19.2" ,
"@humanfs/types" : "^0.15.0" ,
"@humanwhocodes/retry" : "^0.4.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=18.18.0"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@humanfs/types" : {
"version" : "0.15.0" ,
"resolved" : "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz" ,
"integrity" : "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=18.18.0"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@humanwhocodes/module-importer" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz" ,
"integrity" : "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=12.22"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
},
"node_modules/@humanwhocodes/retry" : {
2026-07-28 23:22:44 -06:00
"version" : "0.4.3" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz" ,
"integrity" : "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=18.18"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@inquirer/ansi" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@inquirer/ansi/-/ansi-1.0.2.tgz" ,
"integrity" : "sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/@inquirer/checkbox" : {
2026-07-28 23:22:44 -06:00
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.3.2.tgz" ,
"integrity" : "sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@inquirer/ansi" : "^1.0.2" ,
"@inquirer/core" : "^10.3.2" ,
"@inquirer/figures" : "^1.0.15" ,
"@inquirer/type" : "^3.0.10" ,
"yoctocolors-cjs" : "^2.1.3"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=18"
},
"peerDependencies" : {
"@types/node" : ">=18"
},
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
}
}
},
"node_modules/@inquirer/confirm" : {
2026-07-28 23:22:44 -06:00
"version" : "5.1.21" ,
"resolved" : "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.21.tgz" ,
"integrity" : "sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@inquirer/core" : "^10.3.2" ,
"@inquirer/type" : "^3.0.10"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=18"
},
"peerDependencies" : {
"@types/node" : ">=18"
},
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
}
}
},
"node_modules/@inquirer/core" : {
2026-07-28 23:22:44 -06:00
"version" : "10.3.2" ,
"resolved" : "https://registry.npmjs.org/@inquirer/core/-/core-10.3.2.tgz" ,
"integrity" : "sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@inquirer/ansi" : "^1.0.2" ,
"@inquirer/figures" : "^1.0.15" ,
"@inquirer/type" : "^3.0.10" ,
2025-02-27 12:41:56 -06:00
"cli-width" : "^4.1.0" ,
"mute-stream" : "^2.0.0" ,
"signal-exit" : "^4.1.0" ,
"wrap-ansi" : "^6.2.0" ,
2026-07-28 23:22:44 -06:00
"yoctocolors-cjs" : "^2.1.3"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=18"
},
"peerDependencies" : {
"@types/node" : ">=18"
},
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
}
}
},
"node_modules/@inquirer/editor" : {
2026-07-28 23:22:44 -06:00
"version" : "4.2.23" ,
"resolved" : "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.23.tgz" ,
"integrity" : "sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@inquirer/core" : "^10.3.2" ,
"@inquirer/external-editor" : "^1.0.3" ,
"@inquirer/type" : "^3.0.10"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=18"
},
"peerDependencies" : {
"@types/node" : ">=18"
},
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
}
}
},
"node_modules/@inquirer/expand" : {
2026-07-28 23:22:44 -06:00
"version" : "4.0.23" ,
"resolved" : "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.23.tgz" ,
"integrity" : "sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@inquirer/core" : "^10.3.2" ,
"@inquirer/type" : "^3.0.10" ,
"yoctocolors-cjs" : "^2.1.3"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=18"
},
"peerDependencies" : {
"@types/node" : ">=18"
},
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
}
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@inquirer/external-editor" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.3.tgz" ,
"integrity" : "sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"chardet" : "^2.1.1" ,
"iconv-lite" : "^0.7.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=18"
},
"peerDependencies" : {
"@types/node" : ">=18"
},
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
}
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@inquirer/figures" : {
"version" : "1.0.15" ,
"resolved" : "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.15.tgz" ,
"integrity" : "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=18"
2026-07-28 23:22:44 -06:00
}
},
"node_modules/@inquirer/input" : {
"version" : "4.3.1" ,
"resolved" : "https://registry.npmjs.org/@inquirer/input/-/input-4.3.1.tgz" ,
"integrity" : "sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@inquirer/core" : "^10.3.2" ,
"@inquirer/type" : "^3.0.10"
},
"engines" : {
"node" : ">=18"
},
"peerDependencies" : {
"@types/node" : ">=18"
},
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
}
}
},
"node_modules/@inquirer/number" : {
"version" : "3.0.23" ,
"resolved" : "https://registry.npmjs.org/@inquirer/number/-/number-3.0.23.tgz" ,
"integrity" : "sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@inquirer/core" : "^10.3.2" ,
"@inquirer/type" : "^3.0.10"
},
"engines" : {
"node" : ">=18"
},
"peerDependencies" : {
2025-02-27 12:41:56 -06:00
"@types/node" : ">=18"
},
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
}
}
},
"node_modules/@inquirer/password" : {
2026-07-28 23:22:44 -06:00
"version" : "4.0.23" ,
"resolved" : "https://registry.npmjs.org/@inquirer/password/-/password-4.0.23.tgz" ,
"integrity" : "sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@inquirer/ansi" : "^1.0.2" ,
"@inquirer/core" : "^10.3.2" ,
"@inquirer/type" : "^3.0.10"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=18"
},
"peerDependencies" : {
"@types/node" : ">=18"
},
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
}
}
},
"node_modules/@inquirer/prompts" : {
2026-07-28 23:22:44 -06:00
"version" : "7.10.1" ,
"resolved" : "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.10.1.tgz" ,
"integrity" : "sha512-Dx/y9bCQcXLI5ooQ5KyvA4FTgeo2jYj/7plWfV5Ak5wDPKQZgudKez2ixyfz7tKXzcJciTxqLeK7R9HItwiByg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@inquirer/checkbox" : "^4.3.2" ,
"@inquirer/confirm" : "^5.1.21" ,
"@inquirer/editor" : "^4.2.23" ,
"@inquirer/expand" : "^4.0.23" ,
"@inquirer/input" : "^4.3.1" ,
"@inquirer/number" : "^3.0.23" ,
"@inquirer/password" : "^4.0.23" ,
"@inquirer/rawlist" : "^4.1.11" ,
"@inquirer/search" : "^3.2.2" ,
"@inquirer/select" : "^4.4.2"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=18"
},
"peerDependencies" : {
"@types/node" : ">=18"
},
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
}
}
},
"node_modules/@inquirer/rawlist" : {
2026-07-28 23:22:44 -06:00
"version" : "4.1.11" ,
"resolved" : "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.1.11.tgz" ,
"integrity" : "sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@inquirer/core" : "^10.3.2" ,
"@inquirer/type" : "^3.0.10" ,
"yoctocolors-cjs" : "^2.1.3"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=18"
},
"peerDependencies" : {
"@types/node" : ">=18"
},
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
}
}
},
"node_modules/@inquirer/search" : {
2026-07-28 23:22:44 -06:00
"version" : "3.2.2" ,
"resolved" : "https://registry.npmjs.org/@inquirer/search/-/search-3.2.2.tgz" ,
"integrity" : "sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@inquirer/core" : "^10.3.2" ,
"@inquirer/figures" : "^1.0.15" ,
"@inquirer/type" : "^3.0.10" ,
"yoctocolors-cjs" : "^2.1.3"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=18"
},
"peerDependencies" : {
"@types/node" : ">=18"
},
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
}
}
},
"node_modules/@inquirer/select" : {
2026-07-28 23:22:44 -06:00
"version" : "4.4.2" ,
"resolved" : "https://registry.npmjs.org/@inquirer/select/-/select-4.4.2.tgz" ,
"integrity" : "sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@inquirer/ansi" : "^1.0.2" ,
"@inquirer/core" : "^10.3.2" ,
"@inquirer/figures" : "^1.0.15" ,
"@inquirer/type" : "^3.0.10" ,
"yoctocolors-cjs" : "^2.1.3"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=18"
},
"peerDependencies" : {
"@types/node" : ">=18"
},
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
}
}
},
"node_modules/@inquirer/type" : {
2026-07-28 23:22:44 -06:00
"version" : "3.0.10" ,
"resolved" : "https://registry.npmjs.org/@inquirer/type/-/type-3.0.10.tgz" ,
"integrity" : "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=18"
},
"peerDependencies" : {
"@types/node" : ">=18"
},
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
}
}
},
2025-06-27 20:09:46 -06:00
"node_modules/@ioredis/commands" : {
2026-07-28 23:22:44 -06:00
"version" : "1.10.0" ,
"resolved" : "https://registry.npmjs.org/@ioredis/commands/-/commands-1.10.0.tgz" ,
"integrity" : "sha512-UmeW7z4LfctwoQ5wkhVzgq8tXkreED2xZGpX+Bg+zA+WJFZCT6c062AfCK/Dfk81xZnnwdhJCUMkitihRaoC2Q==" ,
2025-06-27 20:09:46 -06:00
"license" : "MIT"
},
2025-02-27 12:41:56 -06:00
"node_modules/@istanbuljs/load-nyc-config" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz" ,
"integrity" : "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"camelcase" : "^5.3.1" ,
"find-up" : "^4.1.0" ,
"get-package-type" : "^0.1.0" ,
"js-yaml" : "^3.13.1" ,
"resolve-from" : "^5.0.0"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/@istanbuljs/load-nyc-config/node_modules/argparse" : {
"version" : "1.0.10" ,
"resolved" : "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz" ,
"integrity" : "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"sprintf-js" : "~1.0.2"
}
},
"node_modules/@istanbuljs/load-nyc-config/node_modules/find-up" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz" ,
"integrity" : "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"locate-path" : "^5.0.0" ,
"path-exists" : "^4.0.0"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml" : {
2026-07-28 23:22:44 -06:00
"version" : "3.15.0" ,
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-3.15.0.tgz" ,
"integrity" : "sha512-ttBQIIQPDeLjpPOohtUdXuXUVoA2uIB6fEH9HyJ7234s5mBJ5wTx20njxplLZQgLaOfpmPQA7X2t5AX6tIPbog==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"argparse" : "^1.0.7" ,
"esprima" : "^4.0.0"
},
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
},
"node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" ,
"integrity" : "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"p-locate" : "^4.1.0"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz" ,
"integrity" : "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"p-try" : "^2.0.0"
},
"engines" : {
"node" : ">=6"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz" ,
"integrity" : "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"p-limit" : "^2.2.0"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz" ,
"integrity" : "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=8"
}
},
"node_modules/@istanbuljs/schema" : {
2026-07-28 23:22:44 -06:00
"version" : "0.1.6" ,
"resolved" : "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.6.tgz" ,
"integrity" : "sha512-+Sg6GCR/wy1oSmQDFq4LQDAhm3ETKnorxN+y5nbLULOR3P0c14f2Wurzj3/xqPXtasLFfHd5iRFQ7AJt4KH2cw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=8"
}
},
"node_modules/@jest/console" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz" ,
"integrity" : "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"slash" : "^3.0.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jest/core" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz" ,
"integrity" : "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/console" : "^29.7.0" ,
"@jest/reporters" : "^29.7.0" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/transform" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"ansi-escapes" : "^4.2.1" ,
"chalk" : "^4.0.0" ,
"ci-info" : "^3.2.0" ,
"exit" : "^0.1.2" ,
"graceful-fs" : "^4.2.9" ,
"jest-changed-files" : "^29.7.0" ,
"jest-config" : "^29.7.0" ,
"jest-haste-map" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-regex-util" : "^29.6.3" ,
"jest-resolve" : "^29.7.0" ,
"jest-resolve-dependencies" : "^29.7.0" ,
"jest-runner" : "^29.7.0" ,
"jest-runtime" : "^29.7.0" ,
"jest-snapshot" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"jest-validate" : "^29.7.0" ,
"jest-watcher" : "^29.7.0" ,
"micromatch" : "^4.0.4" ,
"pretty-format" : "^29.7.0" ,
"slash" : "^3.0.0" ,
"strip-ansi" : "^6.0.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"peerDependencies" : {
"node-notifier" : "^8.0.1 || ^9.0.0 || ^10.0.0"
},
"peerDependenciesMeta" : {
"node-notifier" : {
"optional" : true
}
}
},
"node_modules/@jest/environment" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz" ,
"integrity" : "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/fake-timers" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"jest-mock" : "^29.7.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jest/expect" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz" ,
"integrity" : "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"expect" : "^29.7.0" ,
"jest-snapshot" : "^29.7.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jest/expect-utils" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz" ,
"integrity" : "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"jest-get-type" : "^29.6.3"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jest/fake-timers" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz" ,
"integrity" : "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/types" : "^29.6.3" ,
"@sinonjs/fake-timers" : "^10.0.2" ,
"@types/node" : "*" ,
"jest-message-util" : "^29.7.0" ,
"jest-mock" : "^29.7.0" ,
"jest-util" : "^29.7.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jest/globals" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz" ,
"integrity" : "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/environment" : "^29.7.0" ,
"@jest/expect" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"jest-mock" : "^29.7.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jest/reporters" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz" ,
"integrity" : "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@bcoe/v8-coverage" : "^0.2.3" ,
"@jest/console" : "^29.7.0" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/transform" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@jridgewell/trace-mapping" : "^0.3.18" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"collect-v8-coverage" : "^1.0.0" ,
"exit" : "^0.1.2" ,
"glob" : "^7.1.3" ,
"graceful-fs" : "^4.2.9" ,
"istanbul-lib-coverage" : "^3.0.0" ,
"istanbul-lib-instrument" : "^6.0.0" ,
"istanbul-lib-report" : "^3.0.0" ,
"istanbul-lib-source-maps" : "^4.0.0" ,
"istanbul-reports" : "^3.1.3" ,
"jest-message-util" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"jest-worker" : "^29.7.0" ,
"slash" : "^3.0.0" ,
"string-length" : "^4.0.1" ,
"strip-ansi" : "^6.0.0" ,
"v8-to-istanbul" : "^9.0.1"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"peerDependencies" : {
"node-notifier" : "^8.0.1 || ^9.0.0 || ^10.0.0"
},
"peerDependenciesMeta" : {
"node-notifier" : {
"optional" : true
}
}
},
"node_modules/@jest/reporters/node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
2026-07-28 23:22:44 -06:00
"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" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"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/@jest/schemas" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz" ,
"integrity" : "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@sinclair/typebox" : "^0.27.8"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jest/source-map" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz" ,
"integrity" : "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jridgewell/trace-mapping" : "^0.3.18" ,
"callsites" : "^3.0.0" ,
"graceful-fs" : "^4.2.9"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jest/test-result" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz" ,
"integrity" : "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/console" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/istanbul-lib-coverage" : "^2.0.0" ,
"collect-v8-coverage" : "^1.0.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jest/test-sequencer" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz" ,
"integrity" : "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/test-result" : "^29.7.0" ,
"graceful-fs" : "^4.2.9" ,
"jest-haste-map" : "^29.7.0" ,
"slash" : "^3.0.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jest/transform" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz" ,
"integrity" : "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/core" : "^7.11.6" ,
"@jest/types" : "^29.6.3" ,
"@jridgewell/trace-mapping" : "^0.3.18" ,
"babel-plugin-istanbul" : "^6.1.1" ,
"chalk" : "^4.0.0" ,
"convert-source-map" : "^2.0.0" ,
"fast-json-stable-stringify" : "^2.1.0" ,
"graceful-fs" : "^4.2.9" ,
"jest-haste-map" : "^29.7.0" ,
"jest-regex-util" : "^29.6.3" ,
"jest-util" : "^29.7.0" ,
"micromatch" : "^4.0.4" ,
"pirates" : "^4.0.4" ,
"slash" : "^3.0.0" ,
"write-file-atomic" : "^4.0.2"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jest/types" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz" ,
"integrity" : "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/schemas" : "^29.6.3" ,
"@types/istanbul-lib-coverage" : "^2.0.0" ,
"@types/istanbul-reports" : "^3.0.0" ,
"@types/node" : "*" ,
"@types/yargs" : "^17.0.8" ,
"chalk" : "^4.0.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jridgewell/gen-mapping" : {
2026-07-28 23:22:44 -06:00
"version" : "0.3.13" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz" ,
"integrity" : "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@jridgewell/sourcemap-codec" : "^1.5.0" ,
"@jridgewell/trace-mapping" : "^0.3.24"
}
},
"node_modules/@jridgewell/remapping" : {
"version" : "2.3.5" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz" ,
"integrity" : "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/gen-mapping" : "^0.3.5" ,
2025-02-27 12:41:56 -06:00
"@jridgewell/trace-mapping" : "^0.3.24"
}
},
"node_modules/@jridgewell/resolve-uri" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz" ,
"integrity" : "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" ,
2025-03-07 14:14:37 -06:00
"devOptional" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6.0.0"
}
},
"node_modules/@jridgewell/source-map" : {
2026-07-28 23:22:44 -06:00
"version" : "0.3.11" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz" ,
"integrity" : "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.25"
}
},
"node_modules/@jridgewell/sourcemap-codec" : {
2026-07-28 23:22:44 -06:00
"version" : "1.5.5" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz" ,
"integrity" : "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==" ,
"devOptional" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/@jridgewell/trace-mapping" : {
2026-07-28 23:22:44 -06:00
"version" : "0.3.31" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz" ,
"integrity" : "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jridgewell/resolve-uri" : "^3.1.0" ,
"@jridgewell/sourcemap-codec" : "^1.4.14"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@keyv/serialize" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@keyv/serialize/-/serialize-1.1.1.tgz" ,
"integrity" : "sha512-dXn3FZhPv0US+7dtJsIi2R+c7qWYiReoEh5zUntWCf4oSpMNib8FDhSoed6m3QyZdx5hK7iLFkYk3rNxwt8vTA==" ,
"dev" : true ,
"license" : "MIT"
},
2025-02-27 12:41:56 -06:00
"node_modules/@lukeed/csprng" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@lukeed/csprng/-/csprng-1.1.0.tgz" ,
"integrity" : "sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=8"
}
},
"node_modules/@microsoft/tsdoc" : {
2026-07-28 23:22:44 -06:00
"version" : "0.16.0" ,
"resolved" : "https://registry.npmjs.org/@microsoft/tsdoc/-/tsdoc-0.16.0.tgz" ,
"integrity" : "sha512-xgAyonlVVS+q7Vc7qLW0UrJU7rSFcETRWsqdXZtjzRU8dF+6CkozTK4V4y1LwOX7j8r/vHphjDeMeGI4tNGeGA==" ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
2025-06-27 20:09:46 -06:00
"node_modules/@msgpackr-extract/msgpackr-extract-darwin-arm64" : {
2026-07-28 23:22:44 -06:00
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-arm64/-/msgpackr-extract-darwin-arm64-3.0.4.tgz" ,
"integrity" : "sha512-LCkGo6JDfaBhgST7UpPWgNgLINpcpabaHfyz5OBx75nUYxBsaEPxjnyNjWpeb/xBup/682QnBfRBy2/LvPutZQ==" ,
2025-06-27 20:09:46 -06:00
"cpu" : [
"arm64"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
},
"node_modules/@msgpackr-extract/msgpackr-extract-darwin-x64" : {
2026-07-28 23:22:44 -06:00
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-x64/-/msgpackr-extract-darwin-x64-3.0.4.tgz" ,
"integrity" : "sha512-zExlW9zUJKZH/tOtVMttwjKa4Xm/3KcNjnE3dPN92uCktwavMxpgCA3MoJK/DOnTWsQgo224OaST27/mPNAf+w==" ,
2025-06-27 20:09:46 -06:00
"cpu" : [
"x64"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
},
"node_modules/@msgpackr-extract/msgpackr-extract-linux-arm" : {
2026-07-28 23:22:44 -06:00
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm/-/msgpackr-extract-linux-arm-3.0.4.tgz" ,
"integrity" : "sha512-Tg3yX65f5GbtXLkrYEHE5oibZG9epyYWas7FogTTEJeDEF9JlXJzKgXaNhT3UXlTOeA+AfZpYZYZ0uPj7Cfquw==" ,
2025-06-27 20:09:46 -06:00
"cpu" : [
"arm"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@msgpackr-extract/msgpackr-extract-linux-arm64" : {
2026-07-28 23:22:44 -06:00
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm64/-/msgpackr-extract-linux-arm64-3.0.4.tgz" ,
"integrity" : "sha512-dgX0P/9wGPJeHFBG+ZmhgE6bmtMt7NP5CRBGyyktpopdk/mW4POnrpQsSLtKI1dwpc+pPLuXHDh6vvskyQE/sw==" ,
2025-06-27 20:09:46 -06:00
"cpu" : [
"arm64"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@msgpackr-extract/msgpackr-extract-linux-x64" : {
2026-07-28 23:22:44 -06:00
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-x64/-/msgpackr-extract-linux-x64-3.0.4.tgz" ,
"integrity" : "sha512-8TNXMEjJc3QEy7R/x1INhgiU+XakDAFUzBhaz7+Rbrs8NH5UQeHQxxmzsSBJGyV6I1jW79undiQm8tOI+D+8FQ==" ,
2025-06-27 20:09:46 -06:00
"cpu" : [
"x64"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
},
"node_modules/@msgpackr-extract/msgpackr-extract-win32-x64" : {
2026-07-28 23:22:44 -06:00
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-win32-x64/-/msgpackr-extract-win32-x64-3.0.4.tgz" ,
"integrity" : "sha512-CmCXPQrkbwExx3j946/PtHWHbYJiCRBRDl4BlkRQcJB/YOwQxJRTpoo7aTsortjgoJ1x7opzTSxn7C+ASSLVjQ==" ,
2025-06-27 20:09:46 -06:00
"cpu" : [
"x64"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
},
2025-02-27 12:41:56 -06:00
"node_modules/@napi-rs/nice" : {
2026-07-28 23:22:44 -06:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/nice/-/nice-1.1.1.tgz" ,
"integrity" : "sha512-xJIPs+bYuc9ASBl+cvGsKbGrJmS6fAKaSZCnT0lhahT5rhA2VVy9/EcIgd2JhtEuFOJNx7UHNn/qiTPTY4nrQw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"engines" : {
"node" : ">= 10"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/Brooooooklyn"
},
"optionalDependencies" : {
2026-07-28 23:22:44 -06:00
"@napi-rs/nice-android-arm-eabi" : "1.1.1" ,
"@napi-rs/nice-android-arm64" : "1.1.1" ,
"@napi-rs/nice-darwin-arm64" : "1.1.1" ,
"@napi-rs/nice-darwin-x64" : "1.1.1" ,
"@napi-rs/nice-freebsd-x64" : "1.1.1" ,
"@napi-rs/nice-linux-arm-gnueabihf" : "1.1.1" ,
"@napi-rs/nice-linux-arm64-gnu" : "1.1.1" ,
"@napi-rs/nice-linux-arm64-musl" : "1.1.1" ,
"@napi-rs/nice-linux-ppc64-gnu" : "1.1.1" ,
"@napi-rs/nice-linux-riscv64-gnu" : "1.1.1" ,
"@napi-rs/nice-linux-s390x-gnu" : "1.1.1" ,
"@napi-rs/nice-linux-x64-gnu" : "1.1.1" ,
"@napi-rs/nice-linux-x64-musl" : "1.1.1" ,
"@napi-rs/nice-openharmony-arm64" : "1.1.1" ,
"@napi-rs/nice-win32-arm64-msvc" : "1.1.1" ,
"@napi-rs/nice-win32-ia32-msvc" : "1.1.1" ,
"@napi-rs/nice-win32-x64-msvc" : "1.1.1"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@napi-rs/nice-android-arm-eabi" : {
2026-07-28 23:22:44 -06:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/nice-android-arm-eabi/-/nice-android-arm-eabi-1.1.1.tgz" ,
"integrity" : "sha512-kjirL3N6TnRPv5iuHw36wnucNqXAO46dzK9oPb0wj076R5Xm8PfUVA9nAFB5ZNMmfJQJVKACAPd/Z2KYMppthw==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"arm"
],
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"android"
],
"engines" : {
"node" : ">= 10"
}
},
"node_modules/@napi-rs/nice-android-arm64" : {
2026-07-28 23:22:44 -06:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/nice-android-arm64/-/nice-android-arm64-1.1.1.tgz" ,
"integrity" : "sha512-blG0i7dXgbInN5urONoUCNf+DUEAavRffrO7fZSeoRMJc5qD+BJeNcpr54msPF6qfDD6kzs9AQJogZvT2KD5nw==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"arm64"
],
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"android"
],
"engines" : {
"node" : ">= 10"
}
},
"node_modules/@napi-rs/nice-darwin-arm64" : {
2026-07-28 23:22:44 -06:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/nice-darwin-arm64/-/nice-darwin-arm64-1.1.1.tgz" ,
"integrity" : "sha512-s/E7w45NaLqTGuOjC2p96pct4jRfo61xb9bU1unM/MJ/RFkKlJyJDx7OJI/O0ll/hrfpqKopuAFDV8yo0hfT7A==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"arm64"
],
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"darwin"
],
"engines" : {
"node" : ">= 10"
}
},
"node_modules/@napi-rs/nice-darwin-x64" : {
2026-07-28 23:22:44 -06:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/nice-darwin-x64/-/nice-darwin-x64-1.1.1.tgz" ,
"integrity" : "sha512-dGoEBnVpsdcC+oHHmW1LRK5eiyzLwdgNQq3BmZIav+9/5WTZwBYX7r5ZkQC07Nxd3KHOCkgbHSh4wPkH1N1LiQ==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"x64"
],
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"darwin"
],
"engines" : {
"node" : ">= 10"
}
},
"node_modules/@napi-rs/nice-freebsd-x64" : {
2026-07-28 23:22:44 -06:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/nice-freebsd-x64/-/nice-freebsd-x64-1.1.1.tgz" ,
"integrity" : "sha512-kHv4kEHAylMYmlNwcQcDtXjklYp4FCf0b05E+0h6nDHsZ+F0bDe04U/tXNOqrx5CmIAth4vwfkjjUmp4c4JktQ==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"x64"
],
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"freebsd"
],
"engines" : {
"node" : ">= 10"
}
},
"node_modules/@napi-rs/nice-linux-arm-gnueabihf" : {
2026-07-28 23:22:44 -06:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/nice-linux-arm-gnueabihf/-/nice-linux-arm-gnueabihf-1.1.1.tgz" ,
"integrity" : "sha512-E1t7K0efyKXZDoZg1LzCOLxgolxV58HCkaEkEvIYQx12ht2pa8hoBo+4OB3qh7e+QiBlp1SRf+voWUZFxyhyqg==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"arm"
],
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">= 10"
}
},
"node_modules/@napi-rs/nice-linux-arm64-gnu" : {
2026-07-28 23:22:44 -06:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/nice-linux-arm64-gnu/-/nice-linux-arm64-gnu-1.1.1.tgz" ,
"integrity" : "sha512-CIKLA12DTIZlmTaaKhQP88R3Xao+gyJxNWEn04wZwC2wmRapNnxCUZkVwggInMJvtVElA+D4ZzOU5sX4jV+SmQ==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"arm64"
],
"dev" : true ,
2026-07-28 23:22:44 -06:00
"libc" : [
"glibc"
],
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">= 10"
}
},
"node_modules/@napi-rs/nice-linux-arm64-musl" : {
2026-07-28 23:22:44 -06:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/nice-linux-arm64-musl/-/nice-linux-arm64-musl-1.1.1.tgz" ,
"integrity" : "sha512-+2Rzdb3nTIYZ0YJF43qf2twhqOCkiSrHx2Pg6DJaCPYhhaxbLcdlV8hCRMHghQ+EtZQWGNcS2xF4KxBhSGeutg==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"arm64"
],
"dev" : true ,
2026-07-28 23:22:44 -06:00
"libc" : [
"musl"
],
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">= 10"
}
},
"node_modules/@napi-rs/nice-linux-ppc64-gnu" : {
2026-07-28 23:22:44 -06:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/nice-linux-ppc64-gnu/-/nice-linux-ppc64-gnu-1.1.1.tgz" ,
"integrity" : "sha512-4FS8oc0GeHpwvv4tKciKkw3Y4jKsL7FRhaOeiPei0X9T4Jd619wHNe4xCLmN2EMgZoeGg+Q7GY7BsvwKpL22Tg==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"ppc64"
],
"dev" : true ,
2026-07-28 23:22:44 -06:00
"libc" : [
"glibc"
],
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">= 10"
}
},
"node_modules/@napi-rs/nice-linux-riscv64-gnu" : {
2026-07-28 23:22:44 -06:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/nice-linux-riscv64-gnu/-/nice-linux-riscv64-gnu-1.1.1.tgz" ,
"integrity" : "sha512-HU0nw9uD4FO/oGCCk409tCi5IzIZpH2agE6nN4fqpwVlCn5BOq0MS1dXGjXaG17JaAvrlpV5ZeyZwSon10XOXw==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"riscv64"
],
"dev" : true ,
2026-07-28 23:22:44 -06:00
"libc" : [
"glibc"
],
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">= 10"
}
},
"node_modules/@napi-rs/nice-linux-s390x-gnu" : {
2026-07-28 23:22:44 -06:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/nice-linux-s390x-gnu/-/nice-linux-s390x-gnu-1.1.1.tgz" ,
"integrity" : "sha512-2YqKJWWl24EwrX0DzCQgPLKQBxYDdBxOHot1KWEq7aY2uYeX+Uvtv4I8xFVVygJDgf6/92h9N3Y43WPx8+PAgQ==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"s390x"
],
"dev" : true ,
2026-07-28 23:22:44 -06:00
"libc" : [
"glibc"
],
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">= 10"
}
},
"node_modules/@napi-rs/nice-linux-x64-gnu" : {
2026-07-28 23:22:44 -06:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/nice-linux-x64-gnu/-/nice-linux-x64-gnu-1.1.1.tgz" ,
"integrity" : "sha512-/gaNz3R92t+dcrfCw/96pDopcmec7oCcAQ3l/M+Zxr82KT4DljD37CpgrnXV+pJC263JkW572pdbP3hP+KjcIg==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"x64"
],
"dev" : true ,
2026-07-28 23:22:44 -06:00
"libc" : [
"glibc"
],
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">= 10"
}
},
"node_modules/@napi-rs/nice-linux-x64-musl" : {
2026-07-28 23:22:44 -06:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/nice-linux-x64-musl/-/nice-linux-x64-musl-1.1.1.tgz" ,
"integrity" : "sha512-xScCGnyj/oppsNPMnevsBe3pvNaoK7FGvMjT35riz9YdhB2WtTG47ZlbxtOLpjeO9SqqQ2J2igCmz6IJOD5JYw==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"x64"
],
"dev" : true ,
2026-07-28 23:22:44 -06:00
"libc" : [
"musl"
],
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">= 10"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@napi-rs/nice-openharmony-arm64" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/nice-openharmony-arm64/-/nice-openharmony-arm64-1.1.1.tgz" ,
"integrity" : "sha512-6uJPRVwVCLDeoOaNyeiW0gp2kFIM4r7PL2MczdZQHkFi9gVlgm+Vn+V6nTWRcu856mJ2WjYJiumEajfSm7arPQ==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"arm64"
],
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
2026-07-28 23:22:44 -06:00
"openharmony"
2025-02-27 12:41:56 -06:00
],
"engines" : {
"node" : ">= 10"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@napi-rs/nice-win32-arm64-msvc" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/nice-win32-arm64-msvc/-/nice-win32-arm64-msvc-1.1.1.tgz" ,
"integrity" : "sha512-uoTb4eAvM5B2aj/z8j+Nv8OttPf2m+HVx3UjA5jcFxASvNhQriyCQF1OB1lHL43ZhW+VwZlgvjmP5qF3+59atA==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
2026-07-28 23:22:44 -06:00
"arm64"
2025-02-27 12:41:56 -06:00
],
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"win32"
],
"engines" : {
"node" : ">= 10"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@napi-rs/nice-win32-ia32-msvc" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/nice-win32-ia32-msvc/-/nice-win32-ia32-msvc-1.1.1.tgz" ,
"integrity" : "sha512-CNQqlQT9MwuCsg1Vd/oKXiuH+TcsSPJmlAFc5frFyX/KkOh0UpBLEj7aoY656d5UKZQMQFP7vJNa1DNUNORvug==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
2026-07-28 23:22:44 -06:00
"ia32"
2025-02-27 12:41:56 -06:00
],
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
],
"engines" : {
"node" : ">= 10"
}
},
"node_modules/@napi-rs/nice-win32-x64-msvc" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@napi-rs/nice-win32-x64-msvc/-/nice-win32-x64-msvc-1.1.1.tgz" ,
"integrity" : "sha512-vB+4G/jBQCAh0jelMTY3+kgFy00Hlx2f2/1zjMoH821IbplbWZOkLiTYXQkygNTzQJTq5cvwBDgn2ppHD+bglQ==" ,
"cpu" : [
"x64"
],
"dev" : true ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"win32"
],
"engines" : {
"node" : ">= 10"
}
},
2025-06-27 20:09:46 -06:00
"node_modules/@nestjs/bull" : {
2026-07-28 23:22:44 -06:00
"version" : "11.0.4" ,
"resolved" : "https://registry.npmjs.org/@nestjs/bull/-/bull-11.0.4.tgz" ,
"integrity" : "sha512-QVz2PR/rJF/isy7otVnMTSqLf/O71p9Ka7lBZt9Gm+NQFv8fcH2L11GL7TA0whyCcw/kAX5iRepUXz/wed4JoA==" ,
2025-06-27 20:09:46 -06:00
"license" : "MIT" ,
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@nestjs/bull-shared" : "^11.0.4" ,
2025-06-27 20:09:46 -06:00
"tslib" : "2.8.1"
},
"peerDependencies" : {
"@nestjs/common" : "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0" ,
"@nestjs/core" : "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0" ,
"bull" : "^3.3 || ^4.0.0"
}
},
"node_modules/@nestjs/bull-shared" : {
2026-07-28 23:22:44 -06:00
"version" : "11.0.4" ,
"resolved" : "https://registry.npmjs.org/@nestjs/bull-shared/-/bull-shared-11.0.4.tgz" ,
"integrity" : "sha512-VBJcDHSAzxQnpcDfA0kt9MTGUD1XZzfByV70su0W0eDCQ9aqIEBlzWRW21tv9FG9dIut22ysgDidshdjlnczLw==" ,
2025-06-27 20:09:46 -06:00
"license" : "MIT" ,
"dependencies" : {
"tslib" : "2.8.1"
},
"peerDependencies" : {
"@nestjs/common" : "^10.0.0 || ^11.0.0" ,
"@nestjs/core" : "^10.0.0 || ^11.0.0"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/@nestjs/cli" : {
2026-07-28 23:22:44 -06:00
"version" : "11.0.24" ,
"resolved" : "https://registry.npmjs.org/@nestjs/cli/-/cli-11.0.24.tgz" ,
"integrity" : "sha512-aIHxQLSYtXShifA3zwWIeznEsZnNa3Iz2QRykFj+sl9IcbERBHr5nH87FRgywM+He3NxoF5WazHfR8FsmVeWxw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@angular-devkit/core" : "19.2.27" ,
"@angular-devkit/schematics" : "19.2.27" ,
"@angular-devkit/schematics-cli" : "19.2.27" ,
"@inquirer/prompts" : "7.10.1" ,
2025-02-27 12:41:56 -06:00
"@nestjs/schematics" : "^11.0.1" ,
2026-07-28 23:22:44 -06:00
"ansis" : "4.2.0" ,
2025-02-27 12:41:56 -06:00
"chokidar" : "4.0.3" ,
"cli-table3" : "0.6.5" ,
"commander" : "4.1.1" ,
2026-07-28 23:22:44 -06:00
"fork-ts-checker-webpack-plugin" : "9.1.0" ,
"glob" : "13.0.6" ,
2025-02-27 12:41:56 -06:00
"node-emoji" : "1.11.0" ,
"ora" : "5.4.1" ,
"tsconfig-paths" : "4.2.0" ,
"tsconfig-paths-webpack-plugin" : "4.2.0" ,
2026-07-28 23:22:44 -06:00
"typescript" : "5.9.3" ,
"webpack" : "5.106.2" ,
2025-02-27 12:41:56 -06:00
"webpack-node-externals" : "3.0.0"
},
"bin" : {
"nest" : "bin/nest.js"
},
"engines" : {
"node" : ">= 20.11"
},
"peerDependencies" : {
2026-07-28 23:22:44 -06:00
"@swc/cli" : "^0.1.62 || ^0.3.0 || ^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0" ,
2025-02-27 12:41:56 -06:00
"@swc/core" : "^1.3.62"
},
"peerDependenciesMeta" : {
"@swc/cli" : {
"optional" : true
},
"@swc/core" : {
"optional" : true
}
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@nestjs/cli/node_modules/@angular-devkit/core" : {
"version" : "19.2.27" ,
"resolved" : "https://registry.npmjs.org/@angular-devkit/core/-/core-19.2.27.tgz" ,
"integrity" : "sha512-3amNzoCVSKd7ah6l6lBQL4onwwJvqvam7FMoQBILrxtW5LB5ezh8gMSPuA4zJjKjoRzf9uoWdlzqv/84I52xZA==" ,
"dev" : true ,
2025-05-02 16:06:58 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"ajv" : "8.18.0" ,
"ajv-formats" : "3.0.1" ,
"jsonc-parser" : "3.3.1" ,
"picomatch" : "4.0.4" ,
"rxjs" : "7.8.1" ,
"source-map" : "0.7.4"
2025-02-27 12:41:56 -06:00
},
2026-07-28 23:22:44 -06:00
"engines" : {
"node" : "^18.19.1 || ^20.11.1 || >=22.0.0" ,
"npm" : "^6.11.0 || ^7.5.6 || >=8.0.0" ,
"yarn" : ">= 1.13.0"
2025-02-27 12:41:56 -06:00
},
"peerDependencies" : {
2026-07-28 23:22:44 -06:00
"chokidar" : "^4.0.0"
2025-02-27 12:41:56 -06:00
},
"peerDependenciesMeta" : {
2026-07-28 23:22:44 -06:00
"chokidar" : {
2025-02-27 12:41:56 -06:00
"optional" : true
}
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@nestjs/cli/node_modules/ajv" : {
"version" : "8.18.0" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz" ,
"integrity" : "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==" ,
"dev" : true ,
2025-05-02 16:06:58 -06:00
"license" : "MIT" ,
"dependencies" : {
2026-07-28 23:22:44 -06:00
"fast-deep-equal" : "^3.1.3" ,
"fast-uri" : "^3.0.1" ,
"json-schema-traverse" : "^1.0.0" ,
"require-from-string" : "^2.0.2"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/@nestjs/cli/node_modules/ajv-keywords" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz" ,
"integrity" : "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"fast-deep-equal" : "^3.1.3"
},
"peerDependencies" : {
"ajv" : "^8.8.2"
}
},
"node_modules/@nestjs/cli/node_modules/chokidar" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz" ,
"integrity" : "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"readdirp" : "^4.0.1"
2025-05-02 16:06:58 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">= 14.16.0"
2025-05-02 16:06:58 -06:00
},
"funding" : {
2026-07-28 23:22:44 -06:00
"url" : "https://paulmillr.com/funding/"
2025-05-02 16:06:58 -06:00
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@nestjs/cli/node_modules/eslint-scope" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz" ,
"integrity" : "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"esrecurse" : "^4.3.0" ,
"estraverse" : "^4.1.1"
},
"engines" : {
"node" : ">=8.0.0"
}
},
"node_modules/@nestjs/cli/node_modules/estraverse" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz" ,
"integrity" : "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=4.0"
}
},
"node_modules/@nestjs/cli/node_modules/json-schema-traverse" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz" ,
"integrity" : "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" ,
"dev" : true ,
"license" : "MIT"
},
"node_modules/@nestjs/cli/node_modules/readdirp" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz" ,
"integrity" : "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==" ,
"dev" : true ,
2025-05-02 16:06:58 -06:00
"license" : "MIT" ,
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">= 14.18.0"
2025-05-02 16:06:58 -06:00
},
"funding" : {
2026-07-28 23:22:44 -06:00
"type" : "individual" ,
"url" : "https://paulmillr.com/funding/"
2025-05-02 16:06:58 -06:00
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@nestjs/cli/node_modules/rxjs" : {
"version" : "7.8.1" ,
"resolved" : "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz" ,
"integrity" : "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"tslib" : "^2.1.0"
}
},
"node_modules/@nestjs/cli/node_modules/schema-utils" : {
"version" : "4.3.3" ,
"resolved" : "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz" ,
"integrity" : "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==" ,
"dev" : true ,
2025-05-02 16:06:58 -06:00
"license" : "MIT" ,
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@types/json-schema" : "^7.0.9" ,
"ajv" : "^8.9.0" ,
"ajv-formats" : "^2.1.1" ,
"ajv-keywords" : "^5.1.0"
2025-05-02 16:06:58 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">= 10.13.0"
2025-05-02 16:06:58 -06:00
},
"funding" : {
2026-07-28 23:22:44 -06:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
}
},
"node_modules/@nestjs/cli/node_modules/schema-utils/node_modules/ajv-formats" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz" ,
"integrity" : "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ajv" : "^8.0.0"
},
"peerDependencies" : {
"ajv" : "^8.0.0"
},
"peerDependenciesMeta" : {
"ajv" : {
"optional" : true
}
}
},
"node_modules/@nestjs/cli/node_modules/webpack" : {
"version" : "5.106.2" ,
"resolved" : "https://registry.npmjs.org/webpack/-/webpack-5.106.2.tgz" ,
"integrity" : "sha512-wGN3qcrBQIFmQ/c0AiOAQBvrZ5lmY8vbbMv4Mxfgzqd/B6+9pXtLo73WuS1dSGXM5QYY3hZnIbvx+K1xxe6FyA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/eslint-scope" : "^3.7.7" ,
"@types/estree" : "^1.0.8" ,
"@types/json-schema" : "^7.0.15" ,
"@webassemblyjs/ast" : "^1.14.1" ,
"@webassemblyjs/wasm-edit" : "^1.14.1" ,
"@webassemblyjs/wasm-parser" : "^1.14.1" ,
"acorn" : "^8.16.0" ,
"acorn-import-phases" : "^1.0.3" ,
"browserslist" : "^4.28.1" ,
"chrome-trace-event" : "^1.0.2" ,
"enhanced-resolve" : "^5.20.0" ,
"es-module-lexer" : "^2.0.0" ,
"eslint-scope" : "5.1.1" ,
"events" : "^3.2.0" ,
"glob-to-regexp" : "^0.4.1" ,
"graceful-fs" : "^4.2.11" ,
"loader-runner" : "^4.3.1" ,
"mime-db" : "^1.54.0" ,
"neo-async" : "^2.6.2" ,
"schema-utils" : "^4.3.3" ,
"tapable" : "^2.3.0" ,
"terser-webpack-plugin" : "^5.3.17" ,
"watchpack" : "^2.5.1" ,
"webpack-sources" : "^3.3.4"
},
"bin" : {
"webpack" : "bin/webpack.js"
},
"engines" : {
"node" : ">=10.13.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
},
"peerDependenciesMeta" : {
"webpack-cli" : {
"optional" : true
}
}
},
"node_modules/@nestjs/common" : {
"version" : "11.1.28" ,
"resolved" : "https://registry.npmjs.org/@nestjs/common/-/common-11.1.28.tgz" ,
"integrity" : "sha512-bRImsxibie+AM7xjdwcrm/gr5YeacI65kSBNzTufa1Ib5iwziaY/lqMtRh9THq6pbV4e1HP9aI2ZxGUumnmaoQ==" ,
"license" : "MIT" ,
"dependencies" : {
"file-type" : "21.3.4" ,
"iterare" : "1.2.1" ,
"load-esm" : "1.0.3" ,
"tslib" : "2.8.1" ,
"uid" : "2.0.2"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/nest"
},
"peerDependencies" : {
"class-transformer" : ">=0.4.1" ,
"class-validator" : ">=0.13.2" ,
"reflect-metadata" : "^0.1.12 || ^0.2.0" ,
"rxjs" : "^7.1.0"
},
"peerDependenciesMeta" : {
"class-transformer" : {
"optional" : true
},
"class-validator" : {
"optional" : true
}
2025-05-02 16:06:58 -06:00
}
},
2025-03-07 14:14:37 -06:00
"node_modules/@nestjs/config" : {
2026-07-28 23:22:44 -06:00
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/@nestjs/config/-/config-4.0.4.tgz" ,
"integrity" : "sha512-CJPjNitr0bAufSEnRe2N+JbnVmMmDoo6hvKCPzXgZoGwJSmp/dZPk9f/RMbuD/+Q1ZJPjwsRpq0vxna++Knwow==" ,
"license" : "MIT" ,
2025-03-07 14:14:37 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"dotenv" : "17.4.1" ,
"dotenv-expand" : "12.0.3" ,
"lodash" : "4.18.1"
2025-03-07 14:14:37 -06:00
},
"peerDependencies" : {
"@nestjs/common" : "^10.0.0 || ^11.0.0" ,
"rxjs" : "^7.1.0"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@nestjs/config/node_modules/dotenv" : {
"version" : "17.4.1" ,
"resolved" : "https://registry.npmjs.org/dotenv/-/dotenv-17.4.1.tgz" ,
"integrity" : "sha512-k8DaKGP6r1G30Lx8V4+pCsLzKr8vLmV2paqEj1Y55GdAgJuIqpRp5FfajGF8KtwMxCz9qJc6wUIJnm053d/WCw==" ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=12"
},
"funding" : {
"url" : "https://dotenvx.com"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/@nestjs/core" : {
2026-07-28 23:22:44 -06:00
"version" : "11.1.28" ,
"resolved" : "https://registry.npmjs.org/@nestjs/core/-/core-11.1.28.tgz" ,
"integrity" : "sha512-06m63xIRj8+l8uOeh/8LnYupGubkyu4f+bPKIadaSui6vK9KpXgoz7HveT1yOVLcEt0M0oCOEW5EuEXZkEmBBQ==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"fast-safe-stringify" : "2.1.1" ,
"iterare" : "1.2.1" ,
2026-07-28 23:22:44 -06:00
"path-to-regexp" : "8.4.2" ,
2025-02-27 12:41:56 -06:00
"tslib" : "2.8.1" ,
"uid" : "2.0.2"
},
"engines" : {
"node" : ">= 20"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/nest"
},
"peerDependencies" : {
"@nestjs/common" : "^11.0.0" ,
"@nestjs/microservices" : "^11.0.0" ,
"@nestjs/platform-express" : "^11.0.0" ,
"@nestjs/websockets" : "^11.0.0" ,
"reflect-metadata" : "^0.1.12 || ^0.2.0" ,
"rxjs" : "^7.1.0"
},
"peerDependenciesMeta" : {
"@nestjs/microservices" : {
"optional" : true
},
"@nestjs/platform-express" : {
"optional" : true
},
"@nestjs/websockets" : {
"optional" : true
}
}
},
2025-05-02 16:06:58 -06:00
"node_modules/@nestjs/jwt" : {
2026-07-28 23:22:44 -06:00
"version" : "11.0.2" ,
"resolved" : "https://registry.npmjs.org/@nestjs/jwt/-/jwt-11.0.2.tgz" ,
"integrity" : "sha512-rK8aE/3/Ma45gAWfCksAXUNbOoSOUudU0Kn3rT39htPF7wsYXtKfjALKeKKJbFrIWbLjsbqfXX5bIJNvgBugGA==" ,
2025-05-02 16:06:58 -06:00
"license" : "MIT" ,
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@types/jsonwebtoken" : "9.0.10" ,
"jsonwebtoken" : "9.0.3"
2025-05-02 16:06:58 -06:00
},
"peerDependencies" : {
"@nestjs/common" : "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/@nestjs/mapped-types" : {
2026-07-28 23:22:44 -06:00
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/@nestjs/mapped-types/-/mapped-types-2.1.1.tgz" ,
"integrity" : "sha512-SCCoMEJ6jdeI5h/N+KCVF1+pmg/hmEkNA5nHTS8Gvww7T/LCl4o1gFLinw2iQ60w7slFkszHcGLKGdazVI4F8A==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"peerDependencies" : {
"@nestjs/common" : "^10.0.0 || ^11.0.0" ,
"class-transformer" : "^0.4.0 || ^0.5.0" ,
2026-07-28 23:22:44 -06:00
"class-validator" : "^0.13.0 || ^0.14.0 || ^0.15.0" ,
2025-02-27 12:41:56 -06:00
"reflect-metadata" : "^0.1.12 || ^0.2.0"
},
"peerDependenciesMeta" : {
"class-transformer" : {
"optional" : true
},
"class-validator" : {
"optional" : true
}
}
},
2025-05-02 16:06:58 -06:00
"node_modules/@nestjs/passport" : {
"version" : "11.0.5" ,
"resolved" : "https://registry.npmjs.org/@nestjs/passport/-/passport-11.0.5.tgz" ,
"integrity" : "sha512-ulQX6mbjlws92PIM15Naes4F4p2JoxGnIJuUsdXQPT+Oo2sqQmENEZXM7eYuimocfHnKlcfZOuyzbA33LwUlOQ==" ,
"license" : "MIT" ,
"peerDependencies" : {
"@nestjs/common" : "^10.0.0 || ^11.0.0" ,
"passport" : "^0.5.0 || ^0.6.0 || ^0.7.0"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/@nestjs/platform-express" : {
2026-07-28 23:22:44 -06:00
"version" : "11.1.28" ,
"resolved" : "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-11.1.28.tgz" ,
"integrity" : "sha512-hU+9Sz4m+onHrR5AmelI59QKmY/Re546bPnygnpqqeQdHDiJpBgjWbL4t6Jr73CBpS60cpyng7WzjgphNB9iwA==" ,
"license" : "MIT" ,
"dependencies" : {
"cors" : "2.8.6" ,
"express" : "5.2.1" ,
"multer" : "2.2.0" ,
"path-to-regexp" : "8.4.2" ,
2025-02-27 12:41:56 -06:00
"tslib" : "2.8.1"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/nest"
},
"peerDependencies" : {
"@nestjs/common" : "^11.0.0" ,
"@nestjs/core" : "^11.0.0"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@nestjs/platform-express/node_modules/concat-stream" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz" ,
"integrity" : "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==" ,
"engines" : [
"node >= 6.0"
],
"license" : "MIT" ,
"dependencies" : {
"buffer-from" : "^1.0.0" ,
"inherits" : "^2.0.3" ,
"readable-stream" : "^3.0.2" ,
"typedarray" : "^0.0.6"
}
},
"node_modules/@nestjs/platform-express/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/@nestjs/platform-express/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/@nestjs/platform-express/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/@nestjs/platform-express/node_modules/multer" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/multer/-/multer-2.2.0.tgz" ,
"integrity" : "sha512-6rdyFg2kLrMh9Jee7/BMPuV9lEAd7lLW2YUpF9/YxR7njyoUwwQ0ZPh3TaIY50Sw6vlyD2HW3wGOkTS4P79xrQ==" ,
"license" : "MIT" ,
"dependencies" : {
"append-field" : "^1.0.0" ,
"busboy" : "^1.6.0" ,
"concat-stream" : "^2.0.0" ,
"type-is" : "^1.6.18"
},
"engines" : {
"node" : ">= 10.16.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
}
},
"node_modules/@nestjs/platform-express/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"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/@nestjs/schematics" : {
2026-07-28 23:22:44 -06:00
"version" : "11.1.0" ,
"resolved" : "https://registry.npmjs.org/@nestjs/schematics/-/schematics-11.1.0.tgz" ,
"integrity" : "sha512-lVxGZ46tcdItFMoXr6vyKWlnOsm1SZm/GUqAEDvy2RL4Q4O+3bkziAhrO7Y8JLssFUUvNFEGqAizI52WAxhjDw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@angular-devkit/core" : "19.2.24" ,
"@angular-devkit/schematics" : "19.2.24" ,
"comment-json" : "5.0.0" ,
2025-02-27 12:41:56 -06:00
"jsonc-parser" : "3.3.1" ,
"pluralize" : "8.0.0"
},
"peerDependencies" : {
2026-07-28 23:22:44 -06:00
"prettier" : "^3.0.0" ,
2025-02-27 12:41:56 -06:00
"typescript" : ">=4.8.2"
2026-07-28 23:22:44 -06:00
},
"peerDependenciesMeta" : {
"prettier" : {
"optional" : true
}
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@nestjs/schematics/node_modules/@angular-devkit/core" : {
2026-07-28 23:22:44 -06:00
"version" : "19.2.24" ,
"resolved" : "https://registry.npmjs.org/@angular-devkit/core/-/core-19.2.24.tgz" ,
"integrity" : "sha512-Kd49warf6U/EyWe5BszF/eebN3zQ3bk7tgfEljAw8q/rX95UUtriJubWvp6pgzHfzBA4jwq8f+QiNZB8eBEXPA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"ajv" : "8.18.0" ,
2025-02-27 12:41:56 -06:00
"ajv-formats" : "3.0.1" ,
"jsonc-parser" : "3.3.1" ,
2026-07-28 23:22:44 -06:00
"picomatch" : "4.0.4" ,
2025-02-27 12:41:56 -06:00
"rxjs" : "7.8.1" ,
"source-map" : "0.7.4"
},
"engines" : {
"node" : "^18.19.1 || ^20.11.1 || >=22.0.0" ,
"npm" : "^6.11.0 || ^7.5.6 || >=8.0.0" ,
"yarn" : ">= 1.13.0"
},
"peerDependencies" : {
"chokidar" : "^4.0.0"
},
"peerDependenciesMeta" : {
"chokidar" : {
"optional" : true
}
}
},
"node_modules/@nestjs/schematics/node_modules/@angular-devkit/schematics" : {
2026-07-28 23:22:44 -06:00
"version" : "19.2.24" ,
"resolved" : "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-19.2.24.tgz" ,
"integrity" : "sha512-lnw+ZM1Io+cJAkReC0NPDjqObL8NtKzKIkdgEEKC8CUmkhurYhedbicN8Y8NYHgG1uLd2GozW3+/QqPRZaN+Lw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@angular-devkit/core" : "19.2.24" ,
2025-02-27 12:41:56 -06:00
"jsonc-parser" : "3.3.1" ,
"magic-string" : "0.30.17" ,
"ora" : "5.4.1" ,
"rxjs" : "7.8.1"
},
"engines" : {
"node" : "^18.19.1 || ^20.11.1 || >=22.0.0" ,
"npm" : "^6.11.0 || ^7.5.6 || >=8.0.0" ,
"yarn" : ">= 1.13.0"
}
},
"node_modules/@nestjs/schematics/node_modules/ajv" : {
2026-07-28 23:22:44 -06:00
"version" : "8.18.0" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz" ,
"integrity" : "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"fast-deep-equal" : "^3.1.3" ,
"fast-uri" : "^3.0.1" ,
"json-schema-traverse" : "^1.0.0" ,
"require-from-string" : "^2.0.2"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/@nestjs/schematics/node_modules/json-schema-traverse" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz" ,
"integrity" : "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/@nestjs/schematics/node_modules/rxjs" : {
"version" : "7.8.1" ,
"resolved" : "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz" ,
"integrity" : "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"tslib" : "^2.1.0"
}
},
"node_modules/@nestjs/swagger" : {
2026-07-28 23:22:44 -06:00
"version" : "11.4.5" ,
"resolved" : "https://registry.npmjs.org/@nestjs/swagger/-/swagger-11.4.5.tgz" ,
"integrity" : "sha512-lvndlJmWBVDOUT0uEtLi6sSpW1syK2/nbAlHBhiELBORMpJGe9+EiWAT9qHtB10jW91L2Jmlwkr0/lttsYZrig==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@microsoft/tsdoc" : "0.16.0" ,
"@nestjs/mapped-types" : "2.1.1" ,
"js-yaml" : "4.3.0" ,
"lodash" : "4.18.1" ,
"path-to-regexp" : "8.4.2" ,
"swagger-ui-dist" : "5.32.8"
2025-02-27 12:41:56 -06:00
},
"peerDependencies" : {
2026-07-28 23:22:44 -06:00
"@fastify/static" : "^8.0.0 || ^9.0.0" ,
2025-02-27 12:41:56 -06:00
"@nestjs/common" : "^11.0.1" ,
"@nestjs/core" : "^11.0.1" ,
"class-transformer" : "*" ,
"class-validator" : "*" ,
"reflect-metadata" : "^0.1.12 || ^0.2.0"
},
"peerDependenciesMeta" : {
"@fastify/static" : {
"optional" : true
},
"class-transformer" : {
"optional" : true
},
"class-validator" : {
"optional" : true
}
}
},
"node_modules/@nestjs/testing" : {
2026-07-28 23:22:44 -06:00
"version" : "11.1.28" ,
"resolved" : "https://registry.npmjs.org/@nestjs/testing/-/testing-11.1.28.tgz" ,
"integrity" : "sha512-B+VgRxeLaH7jkOMgAyUP3N3rpFlisQ7JRxixRbgHvG6a0VgKbbkNSofKExexCgKmQQak80undb3+2kE1lUBmRQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"tslib" : "2.8.1"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/nest"
},
"peerDependencies" : {
"@nestjs/common" : "^11.0.0" ,
"@nestjs/core" : "^11.0.0" ,
"@nestjs/microservices" : "^11.0.0" ,
"@nestjs/platform-express" : "^11.0.0"
},
"peerDependenciesMeta" : {
"@nestjs/microservices" : {
"optional" : true
},
"@nestjs/platform-express" : {
"optional" : true
}
}
},
2025-03-07 14:14:37 -06:00
"node_modules/@nestjs/typeorm" : {
2026-07-28 23:22:44 -06:00
"version" : "11.0.3" ,
"resolved" : "https://registry.npmjs.org/@nestjs/typeorm/-/typeorm-11.0.3.tgz" ,
"integrity" : "sha512-zJ+E5l7auVVA7c0PsvcMdyvRPKTUqU5s2ToYmOA2QEsXQ42qbUGtK4+1HlRfpHqBkCSXP+phiH4luvf9DyJNog==" ,
"license" : "MIT" ,
2025-03-07 14:14:37 -06:00
"peerDependencies" : {
"@nestjs/common" : "^10.0.0 || ^11.0.0" ,
"@nestjs/core" : "^10.0.0 || ^11.0.0" ,
"reflect-metadata" : "^0.1.13 || ^0.2.0" ,
"rxjs" : "^7.2.0" ,
2026-07-28 23:22:44 -06:00
"typeorm" : "^0.3.0 || ^1.0.0-dev"
2025-03-07 14:14:37 -06:00
}
},
2025-05-02 16:06:58 -06:00
"node_modules/@noble/hashes" : {
"version" : "1.8.0" ,
"resolved" : "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz" ,
"integrity" : "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^14.21.3 || >=16"
},
"funding" : {
"url" : "https://paulmillr.com/funding/"
}
},
"node_modules/@paralleldrive/cuid2" : {
2026-07-28 23:22:44 -06:00
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/@paralleldrive/cuid2/-/cuid2-2.3.1.tgz" ,
"integrity" : "sha512-XO7cAxhnTZl0Yggq6jOgjiOHhbgcO4NqFqwSmQpjK3b6TEE6Uj/jfSk6wzYyemh3+I0sHirKSetjQwn5cZktFw==" ,
2025-05-02 16:06:58 -06:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@noble/hashes" : "^1.1.5"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/@pkgr/core" : {
2026-07-28 23:22:44 -06:00
"version" : "0.3.6" ,
"resolved" : "https://registry.npmjs.org/@pkgr/core/-/core-0.3.6.tgz" ,
"integrity" : "sha512-SEeaJLb3qBNF/OaXnaR1NmmBbFYk1zC0ZH/52fATcRPLFg/p791YrcyFFy44Bo9sLaGuSuLp5Q6axbb/O+v/RA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : "^14.18.0 || >=16.0.0"
2025-02-27 12:41:56 -06:00
},
"funding" : {
2026-07-28 23:22:44 -06:00
"url" : "https://opencollective.com/pkgr"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@scarf/scarf" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@scarf/scarf/-/scarf-1.4.0.tgz" ,
"integrity" : "sha512-xxeapPiUXdZAE3che6f3xogoJPeZgig6omHEy1rIY5WVsB3H2BHNnZH+gHG6x91SCWyQCzWGsuL2Hh3ClO5/qQ==" ,
2026-07-28 23:22:44 -06:00
"hasInstallScript" : true ,
"license" : "Apache-2.0"
2025-02-27 12:41:56 -06:00
},
"node_modules/@sec-ant/readable-stream" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz" ,
"integrity" : "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/@sinclair/typebox" : {
2026-07-28 23:22:44 -06:00
"version" : "0.27.12" ,
"resolved" : "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.12.tgz" ,
"integrity" : "sha512-hhyNJ+nbR6ZR7pToHvllEFun9TL0sbL+tk/ON75lo+Xas054uez98qRbsuNt7MBCyZKK4+8Yli/OAGZhmfBZ/g==" ,
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/@sindresorhus/is" : {
2026-07-28 23:22:44 -06:00
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/@sindresorhus/is/-/is-7.2.0.tgz" ,
"integrity" : "sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=18"
2025-02-27 12:41:56 -06:00
},
"funding" : {
"url" : "https://github.com/sindresorhus/is?sponsor=1"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@sindresorhus/merge-streams" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz" ,
"integrity" : "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/@sinonjs/commons" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz" ,
"integrity" : "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-3-Clause" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"type-detect" : "4.0.8"
}
},
"node_modules/@sinonjs/fake-timers" : {
"version" : "10.3.0" ,
"resolved" : "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz" ,
"integrity" : "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-3-Clause" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@sinonjs/commons" : "^3.0.0"
}
},
2025-03-07 14:14:37 -06:00
"node_modules/@sqltools/formatter" : {
"version" : "1.2.5" ,
"resolved" : "https://registry.npmjs.org/@sqltools/formatter/-/formatter-1.2.5.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-Uy0+khmZqUrUGm5dmMqVlnvufZRSK0FbYzVgp0UMstm+F5+W2/jnEEQyc9vo1ZR/E5ZI/B1WjjoTqBqwJL6Krw==" ,
"license" : "MIT"
2025-03-07 14:14:37 -06:00
},
2025-02-27 12:41:56 -06:00
"node_modules/@swc/cli" : {
2026-07-28 23:22:44 -06:00
"version" : "0.8.1" ,
"resolved" : "https://registry.npmjs.org/@swc/cli/-/cli-0.8.1.tgz" ,
"integrity" : "sha512-L+ACCGHCiS0VqHVep/INLVnvRvJ2XooQFLZq4L8snhxw1jsqz+XRcY313UsyPVturPPE1shW3jic7rt3qEQTSQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@swc/counter" : "^0.1.3" ,
2026-07-28 23:22:44 -06:00
"@xhmikosr/bin-wrapper" : "^14.0.0" ,
2025-02-27 12:41:56 -06:00
"commander" : "^8.3.0" ,
"minimatch" : "^9.0.3" ,
"piscina" : "^4.3.1" ,
"semver" : "^7.3.8" ,
"slash" : "3.0.0" ,
2026-07-28 23:22:44 -06:00
"source-map" : "^0.7.3" ,
"tinyglobby" : "^0.2.13"
2025-02-27 12:41:56 -06:00
},
"bin" : {
"spack" : "bin/spack.js" ,
"swc" : "bin/swc.js" ,
"swcx" : "bin/swcx.js"
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">= 20.19.0"
2025-02-27 12:41:56 -06:00
},
"peerDependencies" : {
"@swc/core" : "^1.2.66" ,
2026-07-28 23:22:44 -06:00
"chokidar" : "^5.0.0"
2025-02-27 12:41:56 -06:00
},
"peerDependenciesMeta" : {
"chokidar" : {
"optional" : true
}
}
},
"node_modules/@swc/cli/node_modules/brace-expansion" : {
2026-07-28 23:22:44 -06:00
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.2.tgz" ,
"integrity" : "sha512-w5JZcKgdhDOgOwm8H+KgbosopHMuGcl6qbulwjtz3SM7I7P3yW1eAjzMPLrIE+NQ9vjgANKHWeMHnrT0OXW1oA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"balanced-match" : "^1.0.0"
}
},
"node_modules/@swc/cli/node_modules/commander" : {
"version" : "8.3.0" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz" ,
"integrity" : "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 12"
}
},
"node_modules/@swc/cli/node_modules/minimatch" : {
2026-07-28 23:22:44 -06:00
"version" : "9.0.9" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz" ,
"integrity" : "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"brace-expansion" : "^2.0.2"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=16 || 14 >=14.17"
},
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
},
"node_modules/@swc/core" : {
2026-07-28 23:22:44 -06:00
"version" : "1.15.46" ,
"resolved" : "https://registry.npmjs.org/@swc/core/-/core-1.15.46.tgz" ,
"integrity" : "sha512-Ri3em2mBpq3h2zSPliCYl63otDGqek8PPEfv2nWgRQEbZ/VBCNyypVTVQ6cEbTCXBhy+WE2T3fQb08moIyuYaw==" ,
"devOptional" : true ,
2025-02-27 12:41:56 -06:00
"hasInstallScript" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@swc/counter" : "^0.1.3" ,
2026-07-28 23:22:44 -06:00
"@swc/types" : "^0.1.27"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=10"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/swc"
},
"optionalDependencies" : {
2026-07-28 23:22:44 -06:00
"@swc/core-darwin-arm64" : "1.15.46" ,
"@swc/core-darwin-x64" : "1.15.46" ,
"@swc/core-linux-arm-gnueabihf" : "1.15.46" ,
"@swc/core-linux-arm64-gnu" : "1.15.46" ,
"@swc/core-linux-arm64-musl" : "1.15.46" ,
"@swc/core-linux-ppc64-gnu" : "1.15.46" ,
"@swc/core-linux-s390x-gnu" : "1.15.46" ,
"@swc/core-linux-x64-gnu" : "1.15.46" ,
"@swc/core-linux-x64-musl" : "1.15.46" ,
"@swc/core-win32-arm64-msvc" : "1.15.46" ,
"@swc/core-win32-ia32-msvc" : "1.15.46" ,
"@swc/core-win32-x64-msvc" : "1.15.46"
2025-02-27 12:41:56 -06:00
},
"peerDependencies" : {
2026-07-28 23:22:44 -06:00
"@swc/helpers" : ">=0.5.17"
2025-02-27 12:41:56 -06:00
},
"peerDependenciesMeta" : {
"@swc/helpers" : {
"optional" : true
}
}
},
"node_modules/@swc/core-darwin-arm64" : {
2026-07-28 23:22:44 -06:00
"version" : "1.15.46" ,
"resolved" : "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.15.46.tgz" ,
"integrity" : "sha512-IsISIT22EfktVJrlvIpnAxG2u/A9aob9l99HMlx80x72WlFmFPk1V3UhkEzx86eJP8hw049KTFv/RISho2cq2Q==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"arm64"
],
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0 AND MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"darwin"
],
"engines" : {
"node" : ">=10"
}
},
"node_modules/@swc/core-darwin-x64" : {
2026-07-28 23:22:44 -06:00
"version" : "1.15.46" ,
"resolved" : "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.15.46.tgz" ,
"integrity" : "sha512-4Tj4ppVIPCmUMpmGFiGtyEriwLyJ+yi/US4WfBrP/ok8COGddDZXLEzQETnKyK46mjvr1v0jevrS23zjoff7vA==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"x64"
],
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0 AND MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"darwin"
],
"engines" : {
"node" : ">=10"
}
},
"node_modules/@swc/core-linux-arm-gnueabihf" : {
2026-07-28 23:22:44 -06:00
"version" : "1.15.46" ,
"resolved" : "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.15.46.tgz" ,
"integrity" : "sha512-i8tUGnNjyOgMmfmgFSg4aeJLQoFyfpIHK5FjpQAwpRyQIqEUB2w1e8zIDQzY1WhOxx8NoS1S5iUL813Un4Sf5A==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"arm"
],
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">=10"
}
},
"node_modules/@swc/core-linux-arm64-gnu" : {
2026-07-28 23:22:44 -06:00
"version" : "1.15.46" ,
"resolved" : "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.15.46.tgz" ,
"integrity" : "sha512-c0OnhqzdhfOvv6qhNCcByepB+sNYOGZyhtr2Qa6ZCHvAWTYhSRw4j/u92Stue9PbZ/6q74b9nHzi76+kVzqQHQ==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"arm64"
],
2026-07-28 23:22:44 -06:00
"libc" : [
"glibc"
],
"license" : "Apache-2.0 AND MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">=10"
}
},
"node_modules/@swc/core-linux-arm64-musl" : {
2026-07-28 23:22:44 -06:00
"version" : "1.15.46" ,
"resolved" : "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.15.46.tgz" ,
"integrity" : "sha512-imyRpNEcUzFQFV2LE4jL68ErvmKEuZCbvZru77iQREunJ+bR4i658cupTgtG1mLYM3F1Tzy3Sb9xYb02KghWTg==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"arm64"
],
2026-07-28 23:22:44 -06:00
"libc" : [
"musl"
],
"license" : "Apache-2.0 AND MIT" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">=10"
}
},
"node_modules/@swc/core-linux-ppc64-gnu" : {
"version" : "1.15.46" ,
"resolved" : "https://registry.npmjs.org/@swc/core-linux-ppc64-gnu/-/core-linux-ppc64-gnu-1.15.46.tgz" ,
"integrity" : "sha512-ctEfcl/HcUeomK33cbySiHZm98GEDIxTm1EkpBsYCiHxElYBzvTXVeuQT2YwbUXn9XCrjiw4ipyUNk33k26qRg==" ,
"cpu" : [
"ppc64"
],
"libc" : [
"glibc"
],
"license" : "Apache-2.0 AND MIT" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">=10"
}
},
"node_modules/@swc/core-linux-s390x-gnu" : {
"version" : "1.15.46" ,
"resolved" : "https://registry.npmjs.org/@swc/core-linux-s390x-gnu/-/core-linux-s390x-gnu-1.15.46.tgz" ,
"integrity" : "sha512-DxlMdnt84TtRVTv7WL/thWyz9+QU8QZNNoAP9rrk0P68LziuhfePp8MjQ44zIprpTHTsEwyziIuGUUN5iSC1bQ==" ,
"cpu" : [
"s390x"
],
"libc" : [
"glibc"
],
"license" : "Apache-2.0 AND MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">=10"
}
},
"node_modules/@swc/core-linux-x64-gnu" : {
2026-07-28 23:22:44 -06:00
"version" : "1.15.46" ,
"resolved" : "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.15.46.tgz" ,
"integrity" : "sha512-SKxI7J6t90XPl8hRUqtJi9NfGdunN/E/vZMc7Bc0figeRdOPDBT+Tm8g7cx9xM0T0mewh2l+8dewa3Am27/P+A==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"x64"
],
2026-07-28 23:22:44 -06:00
"libc" : [
"glibc"
],
"license" : "Apache-2.0 AND MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">=10"
}
},
"node_modules/@swc/core-linux-x64-musl" : {
2026-07-28 23:22:44 -06:00
"version" : "1.15.46" ,
"resolved" : "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.15.46.tgz" ,
"integrity" : "sha512-qj9T6B7bosI0VEsrWOVXZN1OXxS8Tp63ywyrLxNdOycnUtLdkgYcoBsN5y8ImnDDsnwrEWZOy1e+J4xSe7mA3Q==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"x64"
],
2026-07-28 23:22:44 -06:00
"libc" : [
"musl"
],
"license" : "Apache-2.0 AND MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">=10"
}
},
"node_modules/@swc/core-win32-arm64-msvc" : {
2026-07-28 23:22:44 -06:00
"version" : "1.15.46" ,
"resolved" : "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.15.46.tgz" ,
"integrity" : "sha512-8p7l4c3LU+eA5g9Et1JPhNeMC1oQwXTGU+uah8DPIBX7YXzqswvaBtyKVmXefVGi/DJU1x3YJsc3mbAp9aWzSQ==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"arm64"
],
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0 AND MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"win32"
],
"engines" : {
"node" : ">=10"
}
},
"node_modules/@swc/core-win32-ia32-msvc" : {
2026-07-28 23:22:44 -06:00
"version" : "1.15.46" ,
"resolved" : "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.15.46.tgz" ,
"integrity" : "sha512-tUEnfr3Bn9u6FOjUb3PN9p+09qZC2j+wNDLKHzXXZn22rqGcUqR/ohCRSS+nG9B9+X+U+3FewNEHJkTmdIvMjQ==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"ia32"
],
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0 AND MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"win32"
],
"engines" : {
"node" : ">=10"
}
},
"node_modules/@swc/core-win32-x64-msvc" : {
2026-07-28 23:22:44 -06:00
"version" : "1.15.46" ,
"resolved" : "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.15.46.tgz" ,
"integrity" : "sha512-Vux7UDzBJYQggSuPfcl2w9iu+IJpgpRCxHzgCaVkELnAXAE4XZMOTX9HNcaNiwfeIDqdu2rkr69RuDm6wY8neA==" ,
2025-02-27 12:41:56 -06:00
"cpu" : [
"x64"
],
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0 AND MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"win32"
],
"engines" : {
"node" : ">=10"
}
},
"node_modules/@swc/counter" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz" ,
"integrity" : "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==" ,
2026-07-28 23:22:44 -06:00
"devOptional" : true ,
"license" : "Apache-2.0"
2025-02-27 12:41:56 -06:00
},
"node_modules/@swc/types" : {
2026-07-28 23:22:44 -06:00
"version" : "0.1.27" ,
"resolved" : "https://registry.npmjs.org/@swc/types/-/types-0.1.27.tgz" ,
"integrity" : "sha512-K6h3iUlqeM946U4sXFYeahefR1YBbXJvko+hv8WS8/0BNJ4OHiHRywMnQUJCqkR7Y9+hqQ1TvEpiKqUhz7NEFg==" ,
"devOptional" : true ,
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@swc/counter" : "^0.1.3"
}
},
2025-05-02 16:06:58 -06:00
"node_modules/@tokenizer/inflate" : {
2026-07-28 23:22:44 -06:00
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.4.1.tgz" ,
"integrity" : "sha512-2mAv+8pkG6GIZiF1kNg1jAjh27IDxEPKwdGul3snfztFerfPGI1LjDezZp3i7BElXompqEtPmoPx6c2wgtWsOA==" ,
2025-05-02 16:06:58 -06:00
"license" : "MIT" ,
"dependencies" : {
2026-07-28 23:22:44 -06:00
"debug" : "^4.4.3" ,
"token-types" : "^6.1.1"
2025-05-02 16:06:58 -06:00
},
"engines" : {
"node" : ">=18"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/Borewit"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/@tokenizer/token" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==" ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/@tsconfig/node10" : {
2026-07-28 23:22:44 -06:00
"version" : "1.0.12" ,
"resolved" : "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.12.tgz" ,
"integrity" : "sha512-UCYBaeFvM11aU2y3YPZ//O5Rhj+xKyzy7mvcIoAjASbigy8mHMryP5cK7dgjlz2hWxh1g5pLw084E0a/wlUSFQ==" ,
"devOptional" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/@tsconfig/node12" : {
"version" : "1.0.11" ,
"resolved" : "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz" ,
"integrity" : "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==" ,
2026-07-28 23:22:44 -06:00
"devOptional" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/@tsconfig/node14" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz" ,
"integrity" : "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==" ,
2026-07-28 23:22:44 -06:00
"devOptional" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/@tsconfig/node16" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz" ,
"integrity" : "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==" ,
2026-07-28 23:22:44 -06:00
"devOptional" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/@types/babel__core" : {
"version" : "7.20.5" ,
"resolved" : "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz" ,
"integrity" : "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/parser" : "^7.20.7" ,
"@babel/types" : "^7.20.7" ,
"@types/babel__generator" : "*" ,
"@types/babel__template" : "*" ,
"@types/babel__traverse" : "*"
}
},
"node_modules/@types/babel__generator" : {
2026-07-28 23:22:44 -06:00
"version" : "7.27.0" ,
"resolved" : "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz" ,
"integrity" : "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/types" : "^7.0.0"
}
},
"node_modules/@types/babel__template" : {
"version" : "7.4.4" ,
"resolved" : "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz" ,
"integrity" : "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/parser" : "^7.1.0" ,
"@babel/types" : "^7.0.0"
}
},
"node_modules/@types/babel__traverse" : {
2026-07-28 23:22:44 -06:00
"version" : "7.28.0" ,
"resolved" : "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz" ,
"integrity" : "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@babel/types" : "^7.28.2"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@types/body-parser" : {
2026-07-28 23:22:44 -06:00
"version" : "1.19.6" ,
"resolved" : "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz" ,
"integrity" : "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@types/connect" : "*" ,
"@types/node" : "*"
}
},
2025-06-27 20:09:46 -06:00
"node_modules/@types/bull" : {
"version" : "3.15.9" ,
"resolved" : "https://registry.npmjs.org/@types/bull/-/bull-3.15.9.tgz" ,
"integrity" : "sha512-MPUcyPPQauAmynoO3ezHAmCOhbB0pWmYyijr/5ctaCqhbKWsjW0YCod38ZcLzUBprosfZ9dPqfYIcfdKjk7RNQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/ioredis" : "*" ,
"@types/redis" : "^2.8.0"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/@types/connect" : {
"version" : "3.4.38" ,
"resolved" : "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz" ,
"integrity" : "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@types/node" : "*"
}
},
"node_modules/@types/cookiejar" : {
"version" : "2.1.5" ,
"resolved" : "https://registry.npmjs.org/@types/cookiejar/-/cookiejar-2.1.5.tgz" ,
"integrity" : "sha512-he+DHOWReW0nghN24E1WUqM0efK4kI9oTqDm6XmK8ZPe2djZ90BSNdGnIyCLzCPw7/pogPlGbzI2wHGGmi4O/Q==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/@types/eslint" : {
"version" : "9.6.1" ,
"resolved" : "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz" ,
"integrity" : "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@types/estree" : "*" ,
"@types/json-schema" : "*"
}
},
"node_modules/@types/eslint-scope" : {
"version" : "3.7.7" ,
"resolved" : "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz" ,
"integrity" : "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@types/eslint" : "*" ,
"@types/estree" : "*"
}
},
"node_modules/@types/estree" : {
2026-07-28 23:22:44 -06:00
"version" : "1.0.9" ,
"resolved" : "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz" ,
"integrity" : "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==" ,
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/@types/express" : {
2026-07-28 23:22:44 -06:00
"version" : "5.0.6" ,
"resolved" : "https://registry.npmjs.org/@types/express/-/express-5.0.6.tgz" ,
"integrity" : "sha512-sKYVuV7Sv9fbPIt/442koC7+IIwK5olP1KWeD88e/idgoJqDm3JV/YUiPwkoKK92ylff2MGxSz1CSjsXelx0YA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@types/body-parser" : "*" ,
"@types/express-serve-static-core" : "^5.0.0" ,
2026-07-28 23:22:44 -06:00
"@types/serve-static" : "^2"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@types/express-serve-static-core" : {
2026-07-28 23:22:44 -06:00
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.1.2.tgz" ,
"integrity" : "sha512-d3KvEXBSo/lOAMc2u6fkyDHBvetBHeqD7wm/AcXfLpSOQwlmG9D/aQ0SFswVjv05p7ullQS7Mjohj6/VdbZuTg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@types/node" : "*" ,
"@types/qs" : "*" ,
"@types/range-parser" : "*" ,
"@types/send" : "*"
}
},
"node_modules/@types/graceful-fs" : {
"version" : "4.1.9" ,
"resolved" : "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz" ,
"integrity" : "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@types/node" : "*"
}
},
"node_modules/@types/http-cache-semantics" : {
2026-07-28 23:22:44 -06:00
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz" ,
"integrity" : "sha512-L3LgimLHXtGkWikKnsPg0/VFx9OGZaC+eN1u4r+OB1XRqH3meBIAVC2zr1WdMH+RHmnRkqliQAOHNJ/E0j/e0Q==" ,
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/@types/http-errors" : {
2026-07-28 23:22:44 -06:00
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz" ,
"integrity" : "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==" ,
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
2025-06-27 20:09:46 -06:00
"node_modules/@types/ioredis" : {
"version" : "4.28.10" ,
"resolved" : "https://registry.npmjs.org/@types/ioredis/-/ioredis-4.28.10.tgz" ,
"integrity" : "sha512-69LyhUgrXdgcNDv7ogs1qXZomnfOEnSmrmMFqKgt1XMJxmoOSG/u3wYy13yACIfKuMJ8IhKgHafDO3sx19zVQQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/node" : "*"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/@types/istanbul-lib-coverage" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz" ,
"integrity" : "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/@types/istanbul-lib-report" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz" ,
"integrity" : "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@types/istanbul-lib-coverage" : "*"
}
},
"node_modules/@types/istanbul-reports" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz" ,
"integrity" : "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@types/istanbul-lib-report" : "*"
}
},
"node_modules/@types/jest" : {
"version" : "29.5.14" ,
"resolved" : "https://registry.npmjs.org/@types/jest/-/jest-29.5.14.tgz" ,
"integrity" : "sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"expect" : "^29.0.0" ,
"pretty-format" : "^29.0.0"
}
},
"node_modules/@types/json-schema" : {
"version" : "7.0.15" ,
"resolved" : "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz" ,
"integrity" : "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
2025-05-02 16:06:58 -06:00
"node_modules/@types/jsonwebtoken" : {
2026-07-28 23:22:44 -06:00
"version" : "9.0.10" ,
"resolved" : "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.10.tgz" ,
"integrity" : "sha512-asx5hIG9Qmf/1oStypjanR7iKTv0gXQ1Ov/jfrX6kS/EO0OFni8orbmGCn0672NHR3kXHwpAwR+B368ZGN/2rA==" ,
2025-05-02 16:06:58 -06:00
"license" : "MIT" ,
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@types/ms" : "*" ,
2025-05-02 16:06:58 -06:00
"@types/node" : "*"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/@types/methods" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/@types/methods/-/methods-1.1.4.tgz" ,
"integrity" : "sha512-ymXWVrDiCxTBE3+RIrrP533E70eA+9qu7zdWoHuOmGujkYtzf4HQF96b8nwHLqhuf4ykX61IGRIB38CC6/sImQ==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
2026-07-28 23:22:44 -06:00
"node_modules/@types/ms" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz" ,
"integrity" : "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==" ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/@types/multer" : {
2026-07-28 23:22:44 -06:00
"version" : "1.4.13" ,
"resolved" : "https://registry.npmjs.org/@types/multer/-/multer-1.4.13.tgz" ,
"integrity" : "sha512-bhhdtPw7JqCiEfC9Jimx5LqX9BDIPJEh2q/fQ4bqbBPtyEZYr3cvF22NwG0DmPZNYA0CAf2CnqDB4KIGGpJcaw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@types/express" : "*"
}
},
"node_modules/@types/node" : {
2026-07-28 23:22:44 -06:00
"version" : "22.20.1" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-22.20.1.tgz" ,
"integrity" : "sha512-EANqOCF9QFyra+4pfxUcX9STKJpCLjMbObVzljIJomAWSnuSIEAvyzEU53GaajbXJEgdh0iEcPL+DGvpUd4k1Q==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"undici-types" : "~6.21.0"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@types/qs" : {
2026-07-28 23:22:44 -06:00
"version" : "6.15.1" ,
"resolved" : "https://registry.npmjs.org/@types/qs/-/qs-6.15.1.tgz" ,
"integrity" : "sha512-GZHUBZR9hckSUhrxmp1nG6NwdpM9fCunJwyThLW1X3AyHgd9IlHb6VANpQQqDr2o/qQp6McZ3y/IA2rVzKzSbw==" ,
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/@types/range-parser" : {
"version" : "1.2.7" ,
"resolved" : "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz" ,
"integrity" : "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
2025-06-27 20:09:46 -06:00
"node_modules/@types/redis" : {
"version" : "2.8.32" ,
"resolved" : "https://registry.npmjs.org/@types/redis/-/redis-2.8.32.tgz" ,
"integrity" : "sha512-7jkMKxcGq9p242exlbsVzuJb57KqHRhNl4dHoQu2Y5v9bCAbtIXXH0R3HleSQW4CTOqpHIYUW3t6tpUj4BVQ+w==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/node" : "*"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/@types/send" : {
2026-07-28 23:22:44 -06:00
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz" ,
"integrity" : "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@types/node" : "*"
}
},
"node_modules/@types/serve-static" : {
2026-07-28 23:22:44 -06:00
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/@types/serve-static/-/serve-static-2.2.0.tgz" ,
"integrity" : "sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@types/http-errors" : "*" ,
2026-07-28 23:22:44 -06:00
"@types/node" : "*"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@types/stack-utils" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz" ,
"integrity" : "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/@types/superagent" : {
2026-07-28 23:22:44 -06:00
"version" : "8.1.11" ,
"resolved" : "https://registry.npmjs.org/@types/superagent/-/superagent-8.1.11.tgz" ,
"integrity" : "sha512-KA7srSW/HENDtOw9DOqaFLgWuMqN9WgjEw62lh9dpvRaZDkhdOkazASd7X7i2eMUYLHa1U37ZttnePsH5zTDHw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@types/cookiejar" : "^2.1.5" ,
"@types/methods" : "^1.1.4" ,
"@types/node" : "*" ,
"form-data" : "^4.0.0"
}
},
"node_modules/@types/supertest" : {
2026-07-28 23:22:44 -06:00
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/supertest/-/supertest-6.0.3.tgz" ,
"integrity" : "sha512-8WzXq62EXFhJ7QsH3Ocb/iKQ/Ty9ZVWnVzoTKc9tyyFRRF3a74Tk2+TLFgaFFw364Ere+npzHKEJ6ga2LzIL7w==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@types/methods" : "^1.1.4" ,
"@types/superagent" : "^8.1.0"
}
},
"node_modules/@types/swagger-ui-express" : {
"version" : "4.1.8" ,
"resolved" : "https://registry.npmjs.org/@types/swagger-ui-express/-/swagger-ui-express-4.1.8.tgz" ,
"integrity" : "sha512-AhZV8/EIreHFmBV5wAs0gzJUNq9JbbSXgJLQubCC0jtIo6prnI9MIRRxnU4MZX9RB9yXxF1V4R7jtLl/Wcj31g==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@types/express" : "*" ,
"@types/serve-static" : "*"
}
},
2025-04-09 11:10:28 -06:00
"node_modules/@types/validator" : {
2026-07-28 23:22:44 -06:00
"version" : "13.15.10" ,
"resolved" : "https://registry.npmjs.org/@types/validator/-/validator-13.15.10.tgz" ,
"integrity" : "sha512-T8L6i7wCuyoK8A/ZeLYt1+q0ty3Zb9+qbSSvrIVitzT3YjZqkTZ40IbRsPanlB4h1QB3JVL1SYCdR6ngtFYcuA==" ,
2025-04-09 11:10:28 -06:00
"license" : "MIT"
},
2025-02-27 12:41:56 -06:00
"node_modules/@types/yargs" : {
2026-07-28 23:22:44 -06:00
"version" : "17.0.35" ,
"resolved" : "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.35.tgz" ,
"integrity" : "sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@types/yargs-parser" : "*"
}
},
"node_modules/@types/yargs-parser" : {
"version" : "21.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz" ,
"integrity" : "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/@typescript-eslint/eslint-plugin" : {
2026-07-28 23:22:44 -06:00
"version" : "8.65.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.65.0.tgz" ,
"integrity" : "sha512-IEgob78X12rHpUmtcwFsXhZdVGJtwTVP8FiCLZkR6GlYVrl2PcuB+KhCE5BlVC/eQpQnu8WXRtkHZuPar+gCRA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@eslint-community/regexpp" : "^4.12.2" ,
"@typescript-eslint/scope-manager" : "8.65.0" ,
"@typescript-eslint/type-utils" : "8.65.0" ,
"@typescript-eslint/utils" : "8.65.0" ,
"@typescript-eslint/visitor-keys" : "8.65.0" ,
"ignore" : "^7.0.5" ,
2025-02-27 12:41:56 -06:00
"natural-compare" : "^1.4.0" ,
2026-07-28 23:22:44 -06:00
"ts-api-utils" : "^2.5.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
},
"peerDependencies" : {
2026-07-28 23:22:44 -06:00
"@typescript-eslint/parser" : "^8.65.0" ,
"eslint" : "^8.57.0 || ^9.0.0 || ^10.0.0" ,
"typescript" : ">=4.8.4 <6.1.0"
}
},
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore" : {
"version" : "7.0.6" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-7.0.6.tgz" ,
"integrity" : "sha512-BAg6QkE8W+TuQLrrw0Ugr7HegXduRuuj8/ti2kSOc+jz1dmx8/WNcjr6XGnq5YpDWxFwwaavqD0+jIUOKelTsw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 4"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@typescript-eslint/parser" : {
2026-07-28 23:22:44 -06:00
"version" : "8.65.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.65.0.tgz" ,
"integrity" : "sha512-CZ4nMxWwgu1HEEFNkeaCptra9QCtkmKdgf3sWh1rl1trIhmxLilgTV4cwcbQ4wemnT4sWQN8CaKOmdYx+g2gMA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@typescript-eslint/scope-manager" : "8.65.0" ,
"@typescript-eslint/types" : "8.65.0" ,
"@typescript-eslint/typescript-estree" : "8.65.0" ,
"@typescript-eslint/visitor-keys" : "8.65.0" ,
"debug" : "^4.4.3"
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
},
"peerDependencies" : {
"eslint" : "^8.57.0 || ^9.0.0 || ^10.0.0" ,
"typescript" : ">=4.8.4 <6.1.0"
}
},
"node_modules/@typescript-eslint/project-service" : {
"version" : "8.65.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.65.0.tgz" ,
"integrity" : "sha512-SxnPhbTsGahizDgbu7oqFH/xVtzIqMd/s+WtnSxNxJZJpLbdT5IPdzg8EZxO3+PoKahXmwJLeNQOpKJb3/bi7Q==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@typescript-eslint/tsconfig-utils" : "^8.65.0" ,
"@typescript-eslint/types" : "^8.65.0" ,
"debug" : "^4.4.3"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
},
"peerDependencies" : {
2026-07-28 23:22:44 -06:00
"typescript" : ">=4.8.4 <6.1.0"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@typescript-eslint/scope-manager" : {
2026-07-28 23:22:44 -06:00
"version" : "8.65.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.65.0.tgz" ,
"integrity" : "sha512-Esbl8OSYiVxBokYgWPf7VVWg/BE798wXhimnn9ML9Pt5qoDf8bfQlgjlKXR/k98+AcNzlLKYrpCcrcuZ9DZLgg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@typescript-eslint/types" : "8.65.0" ,
"@typescript-eslint/visitor-keys" : "8.65.0"
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2025-02-27 12:41:56 -06:00
},
2026-07-28 23:22:44 -06:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
},
"node_modules/@typescript-eslint/tsconfig-utils" : {
"version" : "8.65.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.65.0.tgz" ,
"integrity" : "sha512-j6GzGqCiRdA7Qhur2VVmKZAkBLfnHFQfx4TaJGL9RMveZqCo48jSHHO0DTgizEnGhtWnqmbtCUSrqSkdiY/0Hg==" ,
"dev" : true ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
2026-07-28 23:22:44 -06:00
},
"peerDependencies" : {
"typescript" : ">=4.8.4 <6.1.0"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@typescript-eslint/type-utils" : {
2026-07-28 23:22:44 -06:00
"version" : "8.65.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.65.0.tgz" ,
"integrity" : "sha512-YjaZ7PRI5qY7ax2L3PbvX0rRyGtipAReCWs0mhhDBHjH/vl0g0BonaGXrKdKpMbIIsMIwDgbk/xzkBTyAltS5g==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@typescript-eslint/types" : "8.65.0" ,
"@typescript-eslint/typescript-estree" : "8.65.0" ,
"@typescript-eslint/utils" : "8.65.0" ,
"debug" : "^4.4.3" ,
"ts-api-utils" : "^2.5.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
},
"peerDependencies" : {
2026-07-28 23:22:44 -06:00
"eslint" : "^8.57.0 || ^9.0.0 || ^10.0.0" ,
"typescript" : ">=4.8.4 <6.1.0"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@typescript-eslint/types" : {
2026-07-28 23:22:44 -06:00
"version" : "8.65.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.65.0.tgz" ,
"integrity" : "sha512-JSSwWNy+H0E/01jJEM+hrX6N0OFDzFzeIhHFSAS01tlVaevpG8cFyYRPhS5yjGOvBUx3sqQHVMjCL1CAZZMxBg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
},
"node_modules/@typescript-eslint/typescript-estree" : {
2026-07-28 23:22:44 -06:00
"version" : "8.65.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.65.0.tgz" ,
"integrity" : "sha512-JboAE2swaYt4tb1fHhHTABE2K+OLy09XfcTbhnk4Pw96f9dd2e9iYsJ28gBggHlo5z5x1rkyWvcPoTuNTd4oGg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@typescript-eslint/project-service" : "8.65.0" ,
"@typescript-eslint/tsconfig-utils" : "8.65.0" ,
"@typescript-eslint/types" : "8.65.0" ,
"@typescript-eslint/visitor-keys" : "8.65.0" ,
"debug" : "^4.4.3" ,
"minimatch" : "^10.2.2" ,
"semver" : "^7.7.3" ,
"tinyglobby" : "^0.2.15" ,
"ts-api-utils" : "^2.5.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
},
"peerDependencies" : {
2026-07-28 23:22:44 -06:00
"typescript" : ">=4.8.4 <6.1.0"
}
},
"node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz" ,
"integrity" : "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "18 || 20 || >=22"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion" : {
2026-07-28 23:22:44 -06:00
"version" : "5.0.8" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.8.tgz" ,
"integrity" : "sha512-JZyDyq3D4AUifKTPOB7DELf6XsB3WdPuNxCtob1vFXPsSXhdAiHBWJ/tJ8HAc9aH84BK+5JFZLNkJKx3G9kzQg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"balanced-match" : "^4.0.2"
},
"engines" : {
"node" : "20 || >=22"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch" : {
2026-07-28 23:22:44 -06:00
"version" : "10.2.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz" ,
"integrity" : "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BlueOak-1.0.0" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"brace-expansion" : "^5.0.5"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : "18 || 20 || >=22"
2025-02-27 12:41:56 -06:00
},
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
},
"node_modules/@typescript-eslint/utils" : {
2026-07-28 23:22:44 -06:00
"version" : "8.65.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.65.0.tgz" ,
"integrity" : "sha512-gXiwIHsYreboxeJucHKPvgwl7dXt50mF8s1/c00cP/WoVTyWKFdtfhRWwZiXYFU5H2O8vVoSLNrexFZjYS/SGA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@eslint-community/eslint-utils" : "^4.9.1" ,
"@typescript-eslint/scope-manager" : "8.65.0" ,
"@typescript-eslint/types" : "8.65.0" ,
"@typescript-eslint/typescript-estree" : "8.65.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
},
"peerDependencies" : {
2026-07-28 23:22:44 -06:00
"eslint" : "^8.57.0 || ^9.0.0 || ^10.0.0" ,
"typescript" : ">=4.8.4 <6.1.0"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@typescript-eslint/visitor-keys" : {
2026-07-28 23:22:44 -06:00
"version" : "8.65.0" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.65.0.tgz" ,
"integrity" : "sha512-8C71BQkGjiMmXtop7pHVJu1l2NNShFdkCyD6a2ezzs5vU/L3LRtb69EtcteFwz0mYMPzIgOw0n6OV4VBUWZd7A==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@typescript-eslint/types" : "8.65.0" ,
"eslint-visitor-keys" : "^5.0.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz" ,
"integrity" : "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^20.19.0 || ^22.13.0 || >=24"
},
"funding" : {
"url" : "https://opencollective.com/eslint"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/@webassemblyjs/ast" : {
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz" ,
"integrity" : "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@webassemblyjs/helper-numbers" : "1.13.2" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.13.2"
}
},
"node_modules/@webassemblyjs/floating-point-hex-parser" : {
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz" ,
"integrity" : "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/@webassemblyjs/helper-api-error" : {
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz" ,
"integrity" : "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/@webassemblyjs/helper-buffer" : {
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz" ,
"integrity" : "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/@webassemblyjs/helper-numbers" : {
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz" ,
"integrity" : "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@webassemblyjs/floating-point-hex-parser" : "1.13.2" ,
"@webassemblyjs/helper-api-error" : "1.13.2" ,
"@xtuc/long" : "4.2.2"
}
},
"node_modules/@webassemblyjs/helper-wasm-bytecode" : {
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz" ,
"integrity" : "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/@webassemblyjs/helper-wasm-section" : {
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz" ,
"integrity" : "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@webassemblyjs/ast" : "1.14.1" ,
"@webassemblyjs/helper-buffer" : "1.14.1" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.13.2" ,
"@webassemblyjs/wasm-gen" : "1.14.1"
}
},
"node_modules/@webassemblyjs/ieee754" : {
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz" ,
"integrity" : "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@xtuc/ieee754" : "^1.2.0"
}
},
"node_modules/@webassemblyjs/leb128" : {
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz" ,
"integrity" : "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@xtuc/long" : "4.2.2"
}
},
"node_modules/@webassemblyjs/utf8" : {
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz" ,
"integrity" : "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/@webassemblyjs/wasm-edit" : {
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz" ,
"integrity" : "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@webassemblyjs/ast" : "1.14.1" ,
"@webassemblyjs/helper-buffer" : "1.14.1" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.13.2" ,
"@webassemblyjs/helper-wasm-section" : "1.14.1" ,
"@webassemblyjs/wasm-gen" : "1.14.1" ,
"@webassemblyjs/wasm-opt" : "1.14.1" ,
"@webassemblyjs/wasm-parser" : "1.14.1" ,
"@webassemblyjs/wast-printer" : "1.14.1"
}
},
"node_modules/@webassemblyjs/wasm-gen" : {
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz" ,
"integrity" : "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@webassemblyjs/ast" : "1.14.1" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.13.2" ,
"@webassemblyjs/ieee754" : "1.13.2" ,
"@webassemblyjs/leb128" : "1.13.2" ,
"@webassemblyjs/utf8" : "1.13.2"
}
},
"node_modules/@webassemblyjs/wasm-opt" : {
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz" ,
"integrity" : "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@webassemblyjs/ast" : "1.14.1" ,
"@webassemblyjs/helper-buffer" : "1.14.1" ,
"@webassemblyjs/wasm-gen" : "1.14.1" ,
"@webassemblyjs/wasm-parser" : "1.14.1"
}
},
"node_modules/@webassemblyjs/wasm-parser" : {
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz" ,
"integrity" : "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@webassemblyjs/ast" : "1.14.1" ,
"@webassemblyjs/helper-api-error" : "1.13.2" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.13.2" ,
"@webassemblyjs/ieee754" : "1.13.2" ,
"@webassemblyjs/leb128" : "1.13.2" ,
"@webassemblyjs/utf8" : "1.13.2"
}
},
"node_modules/@webassemblyjs/wast-printer" : {
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz" ,
"integrity" : "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@webassemblyjs/ast" : "1.14.1" ,
"@xtuc/long" : "4.2.2"
}
},
"node_modules/@xhmikosr/archive-type" : {
2026-07-28 23:22:44 -06:00
"version" : "8.1.0" ,
"resolved" : "https://registry.npmjs.org/@xhmikosr/archive-type/-/archive-type-8.1.0.tgz" ,
"integrity" : "sha512-EXOjEbnZFE5c/nFMf4FOrEURVanzHpnkPYmnmr78u02/8hAhE0FMq8p9TK1IM0/bFr5VcyBUY0gfLm8f7dKy+Q==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"file-type" : "^21.3.4"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=20"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@xhmikosr/bin-check" : {
2026-07-28 23:22:44 -06:00
"version" : "8.2.2" ,
"resolved" : "https://registry.npmjs.org/@xhmikosr/bin-check/-/bin-check-8.2.2.tgz" ,
"integrity" : "sha512-Y/b0YJoCDda6DCFj8ikks06GrEWDsz/3vdgGLeectV9p+YJc76YugRjtqFdd2KTf2rnEPjalL2hcXP+x2KcSLQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"execa" : "^9.6.1" ,
"isexe" : "^4.0.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=20"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@xhmikosr/bin-wrapper" : {
2026-07-28 23:22:44 -06:00
"version" : "14.5.0" ,
"resolved" : "https://registry.npmjs.org/@xhmikosr/bin-wrapper/-/bin-wrapper-14.5.0.tgz" ,
"integrity" : "sha512-qzNWA0+YUbN3lVz79b2WK+X3QbR8+hmd6nMTAko1F/1jAeK7VbpK7TcfkYU4dL8iaLNNGYL94WsTewwH17jMTQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@xhmikosr/bin-check" : "^8.2.2" ,
"@xhmikosr/downloader" : "^16.3.0" ,
"@xhmikosr/os-filter-obj" : "^4.1.0" ,
"binary-version-check" : "^6.1.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=20"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@xhmikosr/decompress" : {
2026-07-28 23:22:44 -06:00
"version" : "11.1.3" ,
"resolved" : "https://registry.npmjs.org/@xhmikosr/decompress/-/decompress-11.1.3.tgz" ,
"integrity" : "sha512-NiyhJq6z7ERsYghcnXZUI6ooDXgZtoB+G9eUsYhfSM4VLp2rKx9UxhKI1NEf1PqosrNPxG3bnSsr2UBVbNurlg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@xhmikosr/decompress-tar" : "^9.0.1" ,
"@xhmikosr/decompress-tarbz2" : "^9.0.1" ,
"@xhmikosr/decompress-targz" : "^9.0.1" ,
"@xhmikosr/decompress-unzip" : "^8.1.1" ,
2025-02-27 12:41:56 -06:00
"graceful-fs" : "^4.2.11" ,
"strip-dirs" : "^3.0.0"
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=20"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@xhmikosr/decompress-tar" : {
2026-07-28 23:22:44 -06:00
"version" : "9.0.1" ,
"resolved" : "https://registry.npmjs.org/@xhmikosr/decompress-tar/-/decompress-tar-9.0.1.tgz" ,
"integrity" : "sha512-4AkVR1SoqTxYY22IRRYKDeLirPIDGqMqYsqgjKYuwhgRcBb+yDP4t5Xph33UCzL/nahK/aADmlMEjTNstbX7kw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"file-type" : "^21.3.0" ,
"is-stream" : "^4.0.1" ,
"tar-stream" : "3.1.7"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=20"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@xhmikosr/decompress-tarbz2" : {
2026-07-28 23:22:44 -06:00
"version" : "9.0.2" ,
"resolved" : "https://registry.npmjs.org/@xhmikosr/decompress-tarbz2/-/decompress-tarbz2-9.0.2.tgz" ,
"integrity" : "sha512-m0DvZhE7remCxtS8xY2iHSjivT4v+iyYDdfNoeuu8Nm+7g8xEXdLKSyDEicu4u1ImJLLGEfjMuTLera/F6UGWw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@xhmikosr/decompress-tar" : "^9.0.1" ,
"file-type" : "^21.3.4" ,
"is-stream" : "^4.0.1" ,
2025-02-27 12:41:56 -06:00
"seek-bzip" : "^2.0.0" ,
"unbzip2-stream" : "^1.4.3"
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=20"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@xhmikosr/decompress-targz" : {
2026-07-28 23:22:44 -06:00
"version" : "9.0.1" ,
"resolved" : "https://registry.npmjs.org/@xhmikosr/decompress-targz/-/decompress-targz-9.0.1.tgz" ,
"integrity" : "sha512-1JXu2b6yrpm5EuBoOzMU57B4qrHXJKWQQ7LlMynNEiz85mEjDciO3ayf//GXaTLLCEKiHjWlU3q3THjgf7uODA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@xhmikosr/decompress-tar" : "^9.0.0" ,
"file-type" : "^21.3.0" ,
"is-stream" : "^4.0.1"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=20"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@xhmikosr/decompress-unzip" : {
2026-07-28 23:22:44 -06:00
"version" : "8.2.1" ,
"resolved" : "https://registry.npmjs.org/@xhmikosr/decompress-unzip/-/decompress-unzip-8.2.1.tgz" ,
"integrity" : "sha512-2MS94QnmXQwjkKN8WyFiu1sU7J3rcWJcMze4kRYsX7tN+CXpUGECgkh4YSOhujpkWPuVlFudIziJHO/TxOqkQQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"file-type" : "^21.3.4" ,
"get-stream" : "^9.0.1" ,
"yauzl" : "^3.4.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=20"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@xhmikosr/downloader" : {
2026-07-28 23:22:44 -06:00
"version" : "16.3.0" ,
"resolved" : "https://registry.npmjs.org/@xhmikosr/downloader/-/downloader-16.3.0.tgz" ,
"integrity" : "sha512-DF6qHkozD2SiE6yOUOUk8JWpLEPwT4vKZRsDeOZX6ekKDUO/LyeauxOO+H8j3AuRT23YWIx+7Thv7f5SoPS3lQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@xhmikosr/archive-type" : "^8.1.0" ,
"@xhmikosr/decompress" : "^11.1.3" ,
"content-disposition" : "^2.0.1" ,
2025-02-27 12:41:56 -06:00
"ext-name" : "^5.0.0" ,
2026-07-28 23:22:44 -06:00
"file-type" : "^21.3.4" ,
"filenamify" : "^7.0.2" ,
"got" : "^14.6.6"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=20"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@xhmikosr/os-filter-obj" : {
2026-07-28 23:22:44 -06:00
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/@xhmikosr/os-filter-obj/-/os-filter-obj-4.1.0.tgz" ,
"integrity" : "sha512-y5ArHvQ7BVule/+L9yE2nYMhceiJhgsqo58lOfnisQ7bg+Kjfmkgr7JBuVFiTkl+ErdShpp829QstZQyLugl8g==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"system-architecture" : "^1.0.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=20"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/@xtuc/ieee754" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz" ,
"integrity" : "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "BSD-3-Clause"
2025-02-27 12:41:56 -06:00
},
"node_modules/@xtuc/long" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz" ,
"integrity" : "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "Apache-2.0"
2025-02-27 12:41:56 -06:00
},
"node_modules/accepts" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz" ,
"integrity" : "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"mime-types" : "^3.0.0" ,
"negotiator" : "^1.0.0"
},
"engines" : {
"node" : ">= 0.6"
}
},
"node_modules/acorn" : {
2026-07-28 23:22:44 -06:00
"version" : "8.17.0" ,
"resolved" : "https://registry.npmjs.org/acorn/-/acorn-8.17.0.tgz" ,
"integrity" : "sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==" ,
2025-03-07 14:14:37 -06:00
"devOptional" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"bin" : {
"acorn" : "bin/acorn"
},
"engines" : {
"node" : ">=0.4.0"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/acorn-import-phases" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/acorn-import-phases/-/acorn-import-phases-1.0.4.tgz" ,
"integrity" : "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10.13.0"
},
"peerDependencies" : {
"acorn" : "^8.14.0"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/acorn-jsx" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz" ,
"integrity" : "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"peerDependencies" : {
"acorn" : "^6.0.0 || ^7.0.0 || ^8.0.0"
}
},
"node_modules/acorn-walk" : {
2026-07-28 23:22:44 -06:00
"version" : "8.3.5" ,
"resolved" : "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.5.tgz" ,
"integrity" : "sha512-HEHNfbars9v4pgpW6SO1KSPkfoS0xVOM/9UzkJltjlsHZmJasxg8aXkuZa7SMf8vKGIBhpUsPluQSqhJFCqebw==" ,
2025-03-07 14:14:37 -06:00
"devOptional" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"acorn" : "^8.11.0"
},
"engines" : {
"node" : ">=0.4.0"
}
},
"node_modules/ajv" : {
2026-07-28 23:22:44 -06:00
"version" : "6.15.0" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz" ,
"integrity" : "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"fast-deep-equal" : "^3.1.1" ,
"fast-json-stable-stringify" : "^2.0.0" ,
"json-schema-traverse" : "^0.4.1" ,
"uri-js" : "^4.2.2"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/ajv-formats" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz" ,
"integrity" : "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"ajv" : "^8.0.0"
},
"peerDependencies" : {
"ajv" : "^8.0.0"
},
"peerDependenciesMeta" : {
"ajv" : {
"optional" : true
}
}
},
"node_modules/ajv-formats/node_modules/ajv" : {
2026-07-28 23:22:44 -06:00
"version" : "8.20.0" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz" ,
"integrity" : "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"fast-deep-equal" : "^3.1.3" ,
"fast-uri" : "^3.0.1" ,
"json-schema-traverse" : "^1.0.0" ,
"require-from-string" : "^2.0.2"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/ajv-formats/node_modules/json-schema-traverse" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz" ,
"integrity" : "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/ajv-keywords" : {
"version" : "3.5.2" ,
"resolved" : "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz" ,
"integrity" : "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"peerDependencies" : {
"ajv" : "^6.9.1"
}
},
"node_modules/ansi-colors" : {
"version" : "4.1.3" ,
"resolved" : "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz" ,
"integrity" : "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6"
}
},
"node_modules/ansi-escapes" : {
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz" ,
"integrity" : "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"type-fest" : "^0.21.3"
},
"engines" : {
"node" : ">=8"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/ansi-escapes/node_modules/type-fest" : {
"version" : "0.21.3" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz" ,
"integrity" : "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==" ,
"dev" : true ,
"license" : "(MIT OR CC0-1.0)" ,
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=10"
2025-02-27 12:41:56 -06:00
},
"funding" : {
2026-07-28 23:22:44 -06:00
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/ansi-styles" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" ,
"integrity" : "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"color-convert" : "^2.0.1"
},
"engines" : {
"node" : ">=8"
},
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
"node_modules/ansis" : {
2026-07-28 23:22:44 -06:00
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/ansis/-/ansis-4.2.0.tgz" ,
"integrity" : "sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==" ,
"dev" : true ,
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=14"
}
},
"node_modules/anymatch" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz" ,
"integrity" : "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"normalize-path" : "^3.0.0" ,
"picomatch" : "^2.0.4"
},
"engines" : {
"node" : ">= 8"
}
},
"node_modules/anymatch/node_modules/picomatch" : {
2026-07-28 23:22:44 -06:00
"version" : "2.3.2" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz" ,
"integrity" : "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=8.6"
},
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/append-field" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/append-field/-/append-field-1.0.0.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==" ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
2025-03-08 00:56:14 -06:00
"node_modules/archiver" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/archiver/-/archiver-5.3.2.tgz" ,
"integrity" : "sha512-+25nxyyznAXF7Nef3y0EbBeqmGZgeN/BxHX29Rs39djAfaFalmQ89SE6CWyDCHzGL0yt/ycBtNOmGTW0FyGWNw==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-03-08 00:56:14 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-03-08 00:56:14 -06:00
"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-utils/node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
2026-07-28 23:22:44 -06:00
"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" ,
2025-03-08 00:56:14 -06:00
"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"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/archiver-utils/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/archiver-utils/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" ,
2025-03-08 00:56:14 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"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/archiver-utils/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/archiver-utils/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"
2025-03-08 00:56:14 -06:00
}
},
"node_modules/archiver/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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-03-08 00:56:14 -06:00
"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"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/arg" : {
"version" : "4.1.3" ,
"resolved" : "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz" ,
"integrity" : "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" ,
2026-07-28 23:22:44 -06:00
"devOptional" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/argparse" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" ,
"license" : "Python-2.0"
2025-02-27 12:41:56 -06:00
},
"node_modules/array-timsort" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/array-timsort/-/array-timsort-1.0.3.tgz" ,
"integrity" : "sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/asap" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz" ,
"integrity" : "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/async" : {
"version" : "3.2.6" ,
"resolved" : "https://registry.npmjs.org/async/-/async-3.2.6.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/asynckit" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz" ,
"integrity" : "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
2025-03-07 14:14:37 -06:00
"node_modules/aws-ssl-profiles" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/aws-ssl-profiles/-/aws-ssl-profiles-1.1.2.tgz" ,
"integrity" : "sha512-NZKeq9AfyQvEeNlN0zSYAaWrmBffJh3IELMZfRpJVWgrpEbtEpnjvzqBPf+mxoI287JohRDoa+/nsfqqiZmF6g==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-03-07 14:14:37 -06:00
"engines" : {
"node" : ">= 6.0.0"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/b4a" : {
2026-07-28 23:22:44 -06:00
"version" : "1.8.1" ,
"resolved" : "https://registry.npmjs.org/b4a/-/b4a-1.8.1.tgz" ,
"integrity" : "sha512-aiqre1Nr0B/6DgE2N5vwTc+2/oQZ4Wh1t4NznYY4E00y8LCt6NqdRv81so00oo27D8MVKTpUa/MwUUtBLXCoDw==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"peerDependencies" : {
"react-native-b4a" : "*"
},
"peerDependenciesMeta" : {
"react-native-b4a" : {
"optional" : true
}
}
2025-02-27 12:41:56 -06:00
},
"node_modules/babel-jest" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz" ,
"integrity" : "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/transform" : "^29.7.0" ,
"@types/babel__core" : "^7.1.14" ,
"babel-plugin-istanbul" : "^6.1.1" ,
"babel-preset-jest" : "^29.6.3" ,
"chalk" : "^4.0.0" ,
"graceful-fs" : "^4.2.9" ,
"slash" : "^3.0.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"peerDependencies" : {
"@babel/core" : "^7.8.0"
}
},
"node_modules/babel-plugin-istanbul" : {
"version" : "6.1.1" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz" ,
"integrity" : "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-3-Clause" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.0.0" ,
"@istanbuljs/load-nyc-config" : "^1.0.0" ,
"@istanbuljs/schema" : "^0.1.2" ,
"istanbul-lib-instrument" : "^5.0.4" ,
"test-exclude" : "^6.0.0"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz" ,
"integrity" : "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-3-Clause" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/core" : "^7.12.3" ,
"@babel/parser" : "^7.14.7" ,
"@istanbuljs/schema" : "^0.1.2" ,
"istanbul-lib-coverage" : "^3.2.0" ,
"semver" : "^6.3.0"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/babel-plugin-istanbul/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"bin" : {
"semver" : "bin/semver.js"
}
},
"node_modules/babel-plugin-jest-hoist" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz" ,
"integrity" : "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/template" : "^7.3.3" ,
"@babel/types" : "^7.3.3" ,
"@types/babel__core" : "^7.1.14" ,
"@types/babel__traverse" : "^7.0.6"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/babel-preset-current-node-syntax" : {
2026-07-28 23:22:44 -06:00
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.2.0.tgz" ,
"integrity" : "sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/plugin-syntax-async-generators" : "^7.8.4" ,
"@babel/plugin-syntax-bigint" : "^7.8.3" ,
"@babel/plugin-syntax-class-properties" : "^7.12.13" ,
"@babel/plugin-syntax-class-static-block" : "^7.14.5" ,
"@babel/plugin-syntax-import-attributes" : "^7.24.7" ,
"@babel/plugin-syntax-import-meta" : "^7.10.4" ,
"@babel/plugin-syntax-json-strings" : "^7.8.3" ,
"@babel/plugin-syntax-logical-assignment-operators" : "^7.10.4" ,
"@babel/plugin-syntax-nullish-coalescing-operator" : "^7.8.3" ,
"@babel/plugin-syntax-numeric-separator" : "^7.10.4" ,
"@babel/plugin-syntax-object-rest-spread" : "^7.8.3" ,
"@babel/plugin-syntax-optional-catch-binding" : "^7.8.3" ,
"@babel/plugin-syntax-optional-chaining" : "^7.8.3" ,
"@babel/plugin-syntax-private-property-in-object" : "^7.14.5" ,
"@babel/plugin-syntax-top-level-await" : "^7.14.5"
},
"peerDependencies" : {
2026-07-28 23:22:44 -06:00
"@babel/core" : "^7.0.0 || ^8.0.0-0"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/babel-preset-jest" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz" ,
"integrity" : "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"babel-plugin-jest-hoist" : "^29.6.3" ,
"babel-preset-current-node-syntax" : "^1.0.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
},
"node_modules/balanced-match" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/bare-events" : {
2026-07-28 23:22:44 -06:00
"version" : "2.9.1" ,
"resolved" : "https://registry.npmjs.org/bare-events/-/bare-events-2.9.1.tgz" ,
"integrity" : "sha512-Z0oHEHAFDZkffN8Qc39zNZjQlMDkPJRyyyZieU1VH7u8c5S+qHZ2S8ixdKIAxEjfHO7FJxXmJWgteOghVanIsg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
"peerDependencies" : {
"bare-abort-controller" : "*"
},
"peerDependenciesMeta" : {
"bare-abort-controller" : {
"optional" : true
}
}
2025-02-27 12:41:56 -06:00
},
"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"
}
2026-07-28 23:22:44 -06:00
],
"license" : "MIT"
},
"node_modules/baseline-browser-mapping" : {
"version" : "2.11.5" ,
"resolved" : "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.11.5.tgz" ,
"integrity" : "sha512-xJo6a6YZnwZfnyGmQKWMbVOcii7XRibjOskRh+WJ9UHQoX16xrQrcIgAMQOzfvs8XiLMx6ih/fsLPF73iY2D1A==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"bin" : {
"baseline-browser-mapping" : "dist/cli.cjs"
},
"engines" : {
"node" : ">=6.0.0"
}
2025-02-27 12:41:56 -06:00
},
2025-03-08 00:56:14 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "Unlicense" ,
2025-03-08 00:56:14 -06:00
"engines" : {
"node" : ">=0.6"
}
},
2026-07-28 23:22:44 -06:00
"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/binary-version" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/binary-version/-/binary-version-7.1.0.tgz" ,
"integrity" : "sha512-Iy//vPc3ANPNlIWd242Npqc8MK0a/i4kVcHDlDA6HNMv5zMxz4ulIFhOSYJVKw/8AbHdHy0CnGYEt1QqSXxPsw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"execa" : "^8.0.1" ,
"find-versions" : "^6.0.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=18"
2025-02-27 12:41:56 -06:00
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/binary-version-check" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/binary-version-check/-/binary-version-check-6.1.0.tgz" ,
"integrity" : "sha512-REKdLKmuViV2WrtWXvNSiPX04KbIjfUV3Cy8batUeOg+FtmowavzJorfFhWq95cVJzINnL/44ixP26TrdJZACA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"binary-version" : "^7.1.0" ,
"semver" : "^7.6.0" ,
2025-02-27 12:41:56 -06:00
"semver-truncate" : "^3.0.0"
},
2026-07-28 23:22:44 -06:00
"engines" : {
"node" : ">=18"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/binary-version/node_modules/execa" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz" ,
"integrity" : "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"cross-spawn" : "^7.0.3" ,
"get-stream" : "^8.0.1" ,
"human-signals" : "^5.0.0" ,
"is-stream" : "^3.0.0" ,
"merge-stream" : "^2.0.0" ,
"npm-run-path" : "^5.1.0" ,
"onetime" : "^6.0.0" ,
"signal-exit" : "^4.1.0" ,
"strip-final-newline" : "^3.0.0"
},
"engines" : {
"node" : ">=16.17"
},
"funding" : {
"url" : "https://github.com/sindresorhus/execa?sponsor=1"
}
},
"node_modules/binary-version/node_modules/get-stream" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz" ,
"integrity" : "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=16"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/binary-version/node_modules/human-signals" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz" ,
"integrity" : "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=16.17.0"
}
},
"node_modules/binary-version/node_modules/is-stream" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz" ,
"integrity" : "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/binary-version/node_modules/mimic-fn" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz" ,
"integrity" : "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==" ,
"dev" : true ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=12"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/binary-version/node_modules/npm-run-path" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz" ,
"integrity" : "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==" ,
"dev" : true ,
"license" : "MIT" ,
2025-03-08 00:56:14 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"path-key" : "^4.0.0"
2025-03-08 00:56:14 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2025-03-08 00:56:14 -06:00
}
},
2026-07-28 23:22:44 -06:00
"node_modules/binary-version/node_modules/onetime" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz" ,
"integrity" : "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"mimic-fn" : "^4.0.0"
},
"engines" : {
"node" : ">=12"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/binary-version/node_modules/path-key" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz" ,
"integrity" : "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=12"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/binary-version/node_modules/strip-final-newline" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz" ,
"integrity" : "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
2025-02-27 12:41:56 -06:00
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/bl" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz" ,
"integrity" : "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"buffer" : "^5.5.0" ,
"inherits" : "^2.0.4" ,
"readable-stream" : "^3.4.0"
}
},
2025-03-08 00:56:14 -06:00
"node_modules/bluebird" : {
"version" : "3.4.7" ,
"resolved" : "https://registry.npmjs.org/bluebird/-/bluebird-3.4.7.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-iD3898SR7sWVRHbiQv+sHUtHnMvC1o3nW5rAcqnq3uOn07DSAppZYUkIGslDz6gXC7HfunPe7YVBgoEJASPcHA==" ,
"license" : "MIT"
2025-03-08 00:56:14 -06:00
},
2025-02-27 12:41:56 -06:00
"node_modules/body-parser" : {
2026-07-28 23:22:44 -06:00
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/body-parser/-/body-parser-2.3.0.tgz" ,
"integrity" : "sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"bytes" : "^3.1.2" ,
2026-07-28 23:22:44 -06:00
"content-type" : "^2.0.0" ,
"debug" : "^4.4.3" ,
"http-errors" : "^2.0.1" ,
"iconv-lite" : "^0.7.2" ,
2025-02-27 12:41:56 -06:00
"on-finished" : "^2.4.1" ,
2026-07-28 23:22:44 -06:00
"qs" : "^6.15.2" ,
"raw-body" : "^3.0.2" ,
"type-is" : "^2.1.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=18"
2026-07-28 23:22:44 -06:00
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2025-02-27 12:41:56 -06:00
}
},
2026-07-28 23:22:44 -06:00
"node_modules/body-parser/node_modules/content-type" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz" ,
"integrity" : "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=18"
2025-02-27 12:41:56 -06:00
},
"funding" : {
2026-07-28 23:22:44 -06:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/brace-expansion" : {
2026-07-28 23:22:44 -06:00
"version" : "1.1.16" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.16.tgz" ,
"integrity" : "sha512-IDw48K2/2kRkg9LdJxurvq3lV3aBgq0REY89duEqFRthjlPdXHKMj7EnQOXVckxzgisinf3nHfrcE2FufFLXMw==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
},
"node_modules/braces" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz" ,
"integrity" : "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"fill-range" : "^7.1.1"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/browserslist" : {
2026-07-28 23:22:44 -06:00
"version" : "4.28.7" ,
"resolved" : "https://registry.npmjs.org/browserslist/-/browserslist-4.28.7.tgz" ,
"integrity" : "sha512-JxV13hNrFxqjOc8alRbq9dK1MM79NEXYpma2B2J4wAtpWS5zIEIKqWPGCl7N4o7Uc7B7itylh7SuDujATRyyTw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
},
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
},
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
],
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"baseline-browser-mapping" : "^2.10.44" ,
"caniuse-lite" : "^1.0.30001806" ,
"electron-to-chromium" : "^1.5.393" ,
"node-releases" : "^2.0.51" ,
"update-browserslist-db" : "^1.2.3"
2025-02-27 12:41:56 -06:00
},
"bin" : {
"browserslist" : "cli.js"
},
"engines" : {
"node" : "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
}
},
"node_modules/bs-logger" : {
"version" : "0.2.6" ,
"resolved" : "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz" ,
"integrity" : "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"fast-json-stable-stringify" : "2.x"
},
"engines" : {
"node" : ">= 6"
}
},
"node_modules/bser" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz" ,
"integrity" : "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"node-int64" : "^0.4.0"
}
},
"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"
}
],
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : "*"
}
},
2025-05-02 16:06:58 -06:00
"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"
},
2025-02-27 12:41:56 -06:00
"node_modules/buffer-from" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
2025-03-08 00:56:14 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-03-08 00:56:14 -06:00
"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"
}
},
2025-06-27 20:09:46 -06:00
"node_modules/bull" : {
"version" : "4.16.5" ,
"resolved" : "https://registry.npmjs.org/bull/-/bull-4.16.5.tgz" ,
"integrity" : "sha512-lDsx2BzkKe7gkCYiT5Acj02DpTwDznl/VNN7Psn7M3USPG7Vs/BaClZJJTAG+ufAR9++N1/NiUTdaFBWDIl5TQ==" ,
"license" : "MIT" ,
"dependencies" : {
"cron-parser" : "^4.9.0" ,
"get-port" : "^5.1.1" ,
"ioredis" : "^5.3.2" ,
"lodash" : "^4.17.21" ,
"msgpackr" : "^1.11.2" ,
"semver" : "^7.5.2" ,
"uuid" : "^8.3.0"
},
"engines" : {
"node" : ">=12"
}
},
2025-02-27 12:41:56 -06:00
"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"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/byte-counter" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/byte-counter/-/byte-counter-0.1.0.tgz" ,
"integrity" : "sha512-jheRLVMeUKrDBjVw2O5+k4EvR4t9wtxHL+bo/LxfkxsVeuGMy3a5SEGgXdAFA4FSzTrU8rQXQIrsZ3oBq5a0pQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=20"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/bytes" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz" ,
"integrity" : "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.8"
}
},
"node_modules/cacheable-lookup" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz" ,
"integrity" : "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=14.16"
}
},
"node_modules/cacheable-request" : {
2026-07-28 23:22:44 -06:00
"version" : "13.0.19" ,
"resolved" : "https://registry.npmjs.org/cacheable-request/-/cacheable-request-13.0.19.tgz" ,
"integrity" : "sha512-SVXGH037+Mo1aIMO5B2UcleR43FGjFdN+M8JObSyEoQ2Mn4CODRWx28gN5jiTF0n5ItsgtIZfyargMNs8GX4kg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@types/http-cache-semantics" : "^4.2.0" ,
"get-stream" : "^9.0.1" ,
"http-cache-semantics" : "^4.2.0" ,
"keyv" : "^5.6.0" ,
2025-02-27 12:41:56 -06:00
"mimic-response" : "^4.0.0" ,
2026-07-28 23:22:44 -06:00
"normalize-url" : "^8.1.1" ,
"responselike" : "^4.0.2"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=18"
}
},
"node_modules/cacheable-request/node_modules/keyv" : {
"version" : "5.6.0" ,
"resolved" : "https://registry.npmjs.org/keyv/-/keyv-5.6.0.tgz" ,
"integrity" : "sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@keyv/serialize" : "^1.1.1"
2025-02-27 12:41:56 -06:00
}
},
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2"
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/call-bound" : {
2026-07-28 23:22:44 -06:00
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz" ,
"integrity" : "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"call-bind-apply-helpers" : "^1.0.2" ,
"get-intrinsic" : "^1.3.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/callsites" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz" ,
"integrity" : "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6"
}
},
"node_modules/camelcase" : {
"version" : "5.3.1" ,
"resolved" : "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz" ,
"integrity" : "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6"
}
},
"node_modules/caniuse-lite" : {
2026-07-28 23:22:44 -06:00
"version" : "1.0.30001806" ,
"resolved" : "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001806.tgz" ,
"integrity" : "sha512-72Cuvd95zbSYPKq6Fhg8eDJRlzgWDf7/mtoZv6Qe/DYNCEBdNxoA3+rZAU2ZhGCpZlns3EssFavaZomckT5Uuw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
},
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/caniuse-lite"
},
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
2026-07-28 23:22:44 -06:00
],
"license" : "CC-BY-4.0"
2025-02-27 12:41:56 -06:00
},
2025-03-08 00:56:14 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT/X11" ,
2025-02-28 14:44:40 -06:00
"dependencies" : {
2025-03-08 00:56:14 -06:00
"traverse" : ">=0.3.0 <0.4"
2025-02-28 14:44:40 -06:00
},
"engines" : {
2025-03-08 00:56:14 -06:00
"node" : "*"
2025-02-28 14:44:40 -06:00
}
},
2025-02-27 12:41:56 -06:00
"node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
},
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/char-regex" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz" ,
"integrity" : "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=10"
}
},
"node_modules/chardet" : {
2026-07-28 23:22:44 -06:00
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/chardet/-/chardet-2.2.0.tgz" ,
"integrity" : "sha512-rddelWYNPRrXq6PtNEN2S3f6t9ILzvqaN5pVgi4kqt9jHQaXIial9PznB5iSPVlQSLNaaH22ItWz3EJtQ10+OA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/chrome-trace-event" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz" ,
"integrity" : "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6.0"
}
},
"node_modules/ci-info" : {
"version" : "3.9.0" ,
"resolved" : "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz" ,
"integrity" : "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/sibiraj-s"
}
],
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=8"
}
},
"node_modules/cjs-module-lexer" : {
"version" : "1.4.3" ,
"resolved" : "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.3.tgz" ,
"integrity" : "sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
2025-05-02 16:06:58 -06:00
"node_modules/class-transformer" : {
"version" : "0.5.1" ,
"resolved" : "https://registry.npmjs.org/class-transformer/-/class-transformer-0.5.1.tgz" ,
"integrity" : "sha512-SQa1Ws6hUbfC98vKGxZH3KFY0Y1lm5Zm0SY8XX9zbK7FJCyVEac3ATW0RIpwzW+oOfmHE5PMPufDG9hCfoEOMw==" ,
"license" : "MIT"
},
2025-04-09 11:10:28 -06:00
"node_modules/class-validator" : {
2026-07-28 23:22:44 -06:00
"version" : "0.14.4" ,
"resolved" : "https://registry.npmjs.org/class-validator/-/class-validator-0.14.4.tgz" ,
"integrity" : "sha512-AwNusCCam51q703dW82x95tOqQp6oC9HNUl724KxJJOfnKscI8dOloXFgyez7LbTTKWuRBA37FScqVbJEoq8Yw==" ,
2025-04-09 11:10:28 -06:00
"license" : "MIT" ,
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@types/validator" : "^13.15.3" ,
"libphonenumber-js" : "^1.11.1" ,
"validator" : "^13.15.22"
2025-04-09 11:10:28 -06:00
}
},
2025-02-27 12:41:56 -06:00
"node_modules/cli-cursor" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz" ,
"integrity" : "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"restore-cursor" : "^3.1.0"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/cli-spinners" : {
"version" : "2.9.2" ,
"resolved" : "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz" ,
"integrity" : "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/cli-table3" : {
"version" : "0.6.5" ,
"resolved" : "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz" ,
"integrity" : "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"string-width" : "^4.2.0"
},
"engines" : {
"node" : "10.* || >= 12.*"
},
"optionalDependencies" : {
"@colors/colors" : "1.5.0"
}
},
"node_modules/cli-width" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz" ,
"integrity" : "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 12"
}
},
"node_modules/cliui" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz" ,
"integrity" : "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"string-width" : "^4.2.0" ,
"strip-ansi" : "^6.0.1" ,
"wrap-ansi" : "^7.0.0"
},
"engines" : {
"node" : ">=12"
}
},
"node_modules/cliui/node_modules/wrap-ansi" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" ,
"integrity" : "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
},
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
},
"node_modules/clone" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz" ,
"integrity" : "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=0.8"
}
},
2025-06-27 20:09:46 -06:00
"node_modules/cluster-key-slot" : {
2026-07-28 23:22:44 -06:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.1.tgz" ,
"integrity" : "sha512-rwHwUfXL40Chm1r08yrhU3qpUvdVlgkKNeyeGPOxnW8/SyVDvgRaed/Uz54AqWNaTCAThlj6QAs3TZcKI0xDEw==" ,
2025-06-27 20:09:46 -06:00
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=0.10.0"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/co" : {
"version" : "4.6.0" ,
"resolved" : "https://registry.npmjs.org/co/-/co-4.6.0.tgz" ,
"integrity" : "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"iojs" : ">= 1.0.0" ,
"node" : ">= 0.12.0"
}
},
"node_modules/collect-v8-coverage" : {
2026-07-28 23:22:44 -06:00
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.3.tgz" ,
"integrity" : "sha512-1L5aqIkwPfiodaMgQunkF1zRhNqifHBmtbbbxcr6yVxxBnliw4TDOW6NxpO8DJLgJ16OT+Y4ztZqP6p/FtXnAw==" ,
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"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==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"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" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" ,
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"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==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"delayed-stream" : "~1.0.0"
},
"engines" : {
"node" : ">= 0.8"
}
},
"node_modules/commander" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz" ,
"integrity" : "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 6"
}
},
"node_modules/comment-json" : {
2026-07-28 23:22:44 -06:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/comment-json/-/comment-json-5.0.0.tgz" ,
"integrity" : "sha512-uiqLcOiVDJtBP8WGkZHEP+FZIhTzP1dxvn59EfoYUi9gqupjrBWVQkO2atDrbnKPwLeotFYDsuNb26uBMqB+hw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"array-timsort" : "^1.0.3" ,
2026-07-28 23:22:44 -06:00
"esprima" : "^4.0.1"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">= 6"
}
},
"node_modules/component-emitter" : {
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.1.tgz" ,
"integrity" : "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2025-03-08 00:56:14 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-03-08 00:56:14 -06:00
"dependencies" : {
"buffer-crc32" : "^0.2.13" ,
"crc32-stream" : "^4.0.2" ,
"normalize-path" : "^3.0.0" ,
"readable-stream" : "^3.6.0"
},
"engines" : {
"node" : ">= 10"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/concat-map" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"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"
],
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"buffer-from" : "^1.0.0" ,
"inherits" : "^2.0.3" ,
"readable-stream" : "^2.2.2" ,
"typedarray" : "^0.0.6"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/concat-stream/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/concat-stream/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/concat-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/concat-stream/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"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/content-disposition" : {
2026-07-28 23:22:44 -06:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/content-disposition/-/content-disposition-2.0.1.tgz" ,
"integrity" : "sha512-e+H0ZXHSWYrENhQzw1LPuP4oF5MzVKmDU6d3hxlvaPEYLLg62MxtQNPRx4SYSuYJSBUgnQIG4HIN2tEtNv7Dog==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=18"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2025-02-27 12:41:56 -06:00
}
},
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.6"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/convert-hrtime" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/convert-hrtime/-/convert-hrtime-5.0.0.tgz" ,
"integrity" : "sha512-lOETlkIeYSJWcbbcvjRKGxVMXJR+8+OQb/mTPbA4ObPMytYIsUbuOE0Jzy60hjARYszq1id0j8KgVhC+WGZVTg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/convert-source-map" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz" ,
"integrity" : "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/cookie" : {
2026-07-28 23:22:44 -06:00
"version" : "0.7.2" ,
"resolved" : "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz" ,
"integrity" : "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.6"
}
},
"node_modules/cookie-signature" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz" ,
"integrity" : "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6.6.0"
}
},
"node_modules/cookiejar" : {
"version" : "2.1.4" ,
"resolved" : "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.4.tgz" ,
"integrity" : "sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/core-util-is" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/cors" : {
2026-07-28 23:22:44 -06:00
"version" : "2.8.6" ,
"resolved" : "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz" ,
"integrity" : "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"object-assign" : "^4" ,
"vary" : "^1"
},
"engines" : {
"node" : ">= 0.10"
2026-07-28 23:22:44 -06:00
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/cosmiconfig" : {
"version" : "8.3.6" ,
"resolved" : "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz" ,
"integrity" : "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"import-fresh" : "^3.3.0" ,
"js-yaml" : "^4.1.0" ,
"parse-json" : "^5.2.0" ,
"path-type" : "^4.0.0"
},
"engines" : {
"node" : ">=14"
},
"funding" : {
"url" : "https://github.com/sponsors/d-fischer"
},
"peerDependencies" : {
"typescript" : ">=4.9.5"
},
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
},
2025-02-28 14:44:40 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-28 14:44:40 -06:00
"bin" : {
"crc32" : "bin/crc32.njs"
},
"engines" : {
"node" : ">=0.8"
}
},
2025-03-08 00:56:14 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-03-08 00:56:14 -06:00
"dependencies" : {
"crc-32" : "^1.2.0" ,
"readable-stream" : "^3.4.0"
},
"engines" : {
"node" : ">= 10"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/create-jest" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz" ,
"integrity" : "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/types" : "^29.6.3" ,
"chalk" : "^4.0.0" ,
"exit" : "^0.1.2" ,
"graceful-fs" : "^4.2.9" ,
"jest-config" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"prompts" : "^2.0.1"
},
"bin" : {
"create-jest" : "bin/create-jest.js"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/create-require" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz" ,
"integrity" : "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==" ,
2026-07-28 23:22:44 -06:00
"devOptional" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
2025-06-27 20:09:46 -06:00
"node_modules/cron-parser" : {
"version" : "4.9.0" ,
"resolved" : "https://registry.npmjs.org/cron-parser/-/cron-parser-4.9.0.tgz" ,
"integrity" : "sha512-p0SaNjrHOnQeR8/VnfGbmg9te2kfyYSQ7Sc/j/6DtPL3JQvKxmjO9TSjNFpujqV3vEYYBvNNvXSxzyksBWAx1Q==" ,
"license" : "MIT" ,
"dependencies" : {
"luxon" : "^3.2.1"
},
"engines" : {
"node" : ">=12.0.0"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/cross-spawn" : {
"version" : "7.0.6" ,
"resolved" : "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz" ,
"integrity" : "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
},
"engines" : {
"node" : ">= 8"
}
},
"node_modules/csv-parser" : {
2026-07-28 23:22:44 -06:00
"version" : "3.2.1" ,
"resolved" : "https://registry.npmjs.org/csv-parser/-/csv-parser-3.2.1.tgz" ,
"integrity" : "sha512-v8RPMSglouR9od735SnwSxLBbCJqEPSbgm1R5qfr8yIiMUCEFjox56kRZid0SvgHJEkxeIEu3+a9QS3YRh7CuA==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"bin" : {
"csv-parser" : "bin/csv-parser"
},
"engines" : {
"node" : ">= 10"
}
},
2025-03-07 14:14:37 -06:00
"node_modules/dayjs" : {
2026-07-28 23:22:44 -06:00
"version" : "1.11.21" ,
"resolved" : "https://registry.npmjs.org/dayjs/-/dayjs-1.11.21.tgz" ,
"integrity" : "sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA==" ,
"license" : "MIT"
2025-03-07 14:14:37 -06:00
},
2025-02-27 12:41:56 -06:00
"node_modules/debug" : {
2026-07-28 23:22:44 -06:00
"version" : "4.4.3" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz" ,
"integrity" : "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"ms" : "^2.1.3"
},
"engines" : {
"node" : ">=6.0"
},
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
},
"node_modules/decompress-response" : {
2026-07-28 23:22:44 -06:00
"version" : "10.0.0" ,
"resolved" : "https://registry.npmjs.org/decompress-response/-/decompress-response-10.0.0.tgz" ,
"integrity" : "sha512-oj7KWToJuuxlPr7VV0vabvxEIiqNMo+q0NueIiL3XhtwC6FVOX7Hr1c0C4eD0bmf7Zr+S/dSf2xvkH3Ad6sU3Q==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"mimic-response" : "^4.0.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=20"
2025-02-27 12:41:56 -06:00
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/dedent" : {
2026-07-28 23:22:44 -06:00
"version" : "1.7.2" ,
"resolved" : "https://registry.npmjs.org/dedent/-/dedent-1.7.2.tgz" ,
"integrity" : "sha512-WzMx3mW98SN+zn3hgemf4OzdmyNhhhKz5Ay0pUfQiMQ3e1g+xmTJWp/pKdwKVXhdSkAEGIIzqeuWrL3mV/AXbA==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"peerDependencies" : {
"babel-plugin-macros" : "^3.1.0"
},
"peerDependenciesMeta" : {
"babel-plugin-macros" : {
"optional" : true
}
}
},
"node_modules/deep-is" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz" ,
"integrity" : "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/deepmerge" : {
"version" : "4.3.1" ,
"resolved" : "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz" ,
"integrity" : "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=0.10.0"
}
},
"node_modules/defaults" : {
2026-07-28 23:22:44 -06:00
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz" ,
"integrity" : "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
"dependencies" : {
"clone" : "^1.0.2"
2025-02-27 12:41:56 -06:00
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/delayed-stream" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz" ,
"integrity" : "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=0.4.0"
}
},
2025-03-07 14:14:37 -06:00
"node_modules/denque" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz" ,
"integrity" : "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==" ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-03-07 14:14:37 -06:00
"engines" : {
"node" : ">=0.10"
}
},
2025-02-27 12:41:56 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.8"
}
},
2025-06-27 20:09:46 -06:00
"node_modules/detect-libc" : {
2026-07-28 23:22:44 -06:00
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz" ,
"integrity" : "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==" ,
2025-06-27 20:09:46 -06:00
"license" : "Apache-2.0" ,
"optional" : true ,
"engines" : {
"node" : ">=8"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/detect-newline" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz" ,
"integrity" : "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=8"
}
},
"node_modules/dezalgo" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz" ,
"integrity" : "sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"asap" : "^2.0.0" ,
"wrappy" : "1"
}
},
"node_modules/diff" : {
2026-07-28 23:22:44 -06:00
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/diff/-/diff-4.0.4.tgz" ,
"integrity" : "sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==" ,
2025-03-07 14:14:37 -06:00
"devOptional" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-3-Clause" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=0.3.1"
}
},
"node_modules/diff-sequences" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz" ,
"integrity" : "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/dotenv" : {
2026-07-28 23:22:44 -06:00
"version" : "17.4.2" ,
"resolved" : "https://registry.npmjs.org/dotenv/-/dotenv-17.4.2.tgz" ,
"integrity" : "sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==" ,
"license" : "BSD-2-Clause" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=12"
},
"funding" : {
"url" : "https://dotenvx.com"
}
},
2025-03-07 14:14:37 -06:00
"node_modules/dotenv-expand" : {
2026-07-28 23:22:44 -06:00
"version" : "12.0.3" ,
"resolved" : "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-12.0.3.tgz" ,
"integrity" : "sha512-uc47g4b+4k/M/SeaW1y4OApx+mtLWl92l5LMPP0GNXctZqELk+YGgOPIIC5elYmUH4OuoK3JLhuRUYegeySiFA==" ,
"license" : "BSD-2-Clause" ,
2025-03-07 14:14:37 -06:00
"dependencies" : {
"dotenv" : "^16.4.5"
},
"engines" : {
"node" : ">=12"
},
"funding" : {
"url" : "https://dotenvx.com"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/dotenv-expand/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"
}
},
2025-02-27 12:41:56 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"call-bind-apply-helpers" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
"gopd" : "^1.2.0"
},
"engines" : {
"node" : ">= 0.4"
}
},
2025-03-08 00:56:14 -06:00
"node_modules/duplexer2" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz" ,
"integrity" : "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==" ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-3-Clause" ,
2025-03-08 00:56:14 -06:00
"dependencies" : {
"readable-stream" : "^2.0.2"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/duplexer2/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/duplexer2/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/duplexer2/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/duplexer2/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"
}
2025-02-27 12:41:56 -06:00
},
2025-05-02 16:06:58 -06:00
"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"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/ee-first" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/electron-to-chromium" : {
2026-07-28 23:22:44 -06:00
"version" : "1.5.396" ,
"resolved" : "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.396.tgz" ,
"integrity" : "sha512-yHiw2Y3C3H9U6TMbOfoWK/BPreiOPXRfTWPBwQBoZG6/8TB6eOPnsy5oaRYuatR7Fw2SJ4kKforgufeo7fq0EQ==" ,
"dev" : true ,
"license" : "ISC"
2025-02-27 12:41:56 -06:00
},
"node_modules/emittery" : {
"version" : "0.13.1" ,
"resolved" : "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz" ,
"integrity" : "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=12"
},
"funding" : {
"url" : "https://github.com/sindresorhus/emittery?sponsor=1"
}
},
"node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/encodeurl" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz" ,
"integrity" : "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.8"
}
},
2025-03-08 00:56:14 -06:00
"node_modules/end-of-stream" : {
2026-07-28 23:22:44 -06:00
"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" ,
2025-03-08 00:56:14 -06:00
"dependencies" : {
"once" : "^1.4.0"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/enhanced-resolve" : {
2026-07-28 23:22:44 -06:00
"version" : "5.24.3" ,
"resolved" : "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.24.3.tgz" ,
"integrity" : "sha512-PwKooW9JUzh5chmYfHM3IQl5OkK2u2Nm011MgeZrss3JmFraUx/fqrf78kk8GUMYoibx/14MdwTl/1WKkG7TpQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"graceful-fs" : "^4.2.4" ,
2026-07-28 23:22:44 -06:00
"tapable" : "^2.3.3"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=10.13.0"
}
},
"node_modules/error-ex" : {
2026-07-28 23:22:44 -06:00
"version" : "1.3.4" ,
"resolved" : "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz" ,
"integrity" : "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"is-arrayish" : "^0.2.1"
}
},
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/es-module-lexer" : {
2026-07-28 23:22:44 -06:00
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.3.1.tgz" ,
"integrity" : "sha512-shc1dbU90Yl/xq1QrC7QRtfcwURZuVRfPhZbDoldJ1cn1gzDvBaBWlv0eFolj5+0znnPJz5TXLxsN77X/12KTA==" ,
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/es-object-atoms" : {
2026-07-28 23:22:44 -06:00
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz" ,
"integrity" : "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"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==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"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/escalade" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz" ,
"integrity" : "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6"
}
},
"node_modules/escape-html" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"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==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/eslint" : {
2026-07-28 23:22:44 -06:00
"version" : "9.39.5" ,
"resolved" : "https://registry.npmjs.org/eslint/-/eslint-9.39.5.tgz" ,
"integrity" : "sha512-DgZS62aPLXKlnxILS/AYCoRvHaZeXceIzlXPkkGGzJWSow1aEk0lbTlxUSlyjC8jcaKxAdOnTDz+o1JFSBsyjw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@eslint-community/eslint-utils" : "^4.8.0" ,
2025-02-27 12:41:56 -06:00
"@eslint-community/regexpp" : "^4.12.1" ,
2026-07-28 23:22:44 -06:00
"@eslint/config-array" : "^0.21.2" ,
"@eslint/config-helpers" : "^0.4.2" ,
"@eslint/core" : "^0.17.0" ,
"@eslint/eslintrc" : "^3.3.6" ,
"@eslint/js" : "9.39.5" ,
"@eslint/plugin-kit" : "^0.4.1" ,
2025-02-27 12:41:56 -06:00
"@humanfs/node" : "^0.16.6" ,
"@humanwhocodes/module-importer" : "^1.0.1" ,
"@humanwhocodes/retry" : "^0.4.2" ,
"@types/estree" : "^1.0.6" ,
2026-07-28 23:22:44 -06:00
"ajv" : "^6.14.0" ,
2025-02-27 12:41:56 -06:00
"chalk" : "^4.0.0" ,
"cross-spawn" : "^7.0.6" ,
"debug" : "^4.3.2" ,
"escape-string-regexp" : "^4.0.0" ,
2026-07-28 23:22:44 -06:00
"eslint-scope" : "^8.4.0" ,
"eslint-visitor-keys" : "^4.2.1" ,
"espree" : "^10.4.0" ,
2025-02-27 12:41:56 -06:00
"esquery" : "^1.5.0" ,
"esutils" : "^2.0.2" ,
"fast-deep-equal" : "^3.1.3" ,
"file-entry-cache" : "^8.0.0" ,
"find-up" : "^5.0.0" ,
"glob-parent" : "^6.0.2" ,
"ignore" : "^5.2.0" ,
"imurmurhash" : "^0.1.4" ,
"is-glob" : "^4.0.0" ,
"json-stable-stringify-without-jsonify" : "^1.0.1" ,
"lodash.merge" : "^4.6.2" ,
2026-07-28 23:22:44 -06:00
"minimatch" : "^3.1.5" ,
2025-02-27 12:41:56 -06:00
"natural-compare" : "^1.4.0" ,
"optionator" : "^0.9.3"
},
"bin" : {
"eslint" : "bin/eslint.js"
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"url" : "https://eslint.org/donate"
},
"peerDependencies" : {
"jiti" : "*"
},
"peerDependenciesMeta" : {
"jiti" : {
"optional" : true
}
}
},
"node_modules/eslint-config-prettier" : {
2026-07-28 23:22:44 -06:00
"version" : "10.1.8" ,
"resolved" : "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz" ,
"integrity" : "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"bin" : {
2026-07-28 23:22:44 -06:00
"eslint-config-prettier" : "bin/cli.js"
},
"funding" : {
"url" : "https://opencollective.com/eslint-config-prettier"
2025-02-27 12:41:56 -06:00
},
"peerDependencies" : {
"eslint" : ">=7.0.0"
}
},
"node_modules/eslint-plugin-prettier" : {
2026-07-28 23:22:44 -06:00
"version" : "5.5.6" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.6.tgz" ,
"integrity" : "sha512-ifetmTcxWfz+4qRW3pH/ujdTq2jQIj59AxJMIN26K5avYgU8dxycUETQonWiW+wPrYXA0j3Try0l1CnwVQtDqQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"prettier-linter-helpers" : "^1.0.1" ,
"synckit" : "^0.11.13"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : "^14.18.0 || >=16.0.0"
},
"funding" : {
"url" : "https://opencollective.com/eslint-plugin-prettier"
},
"peerDependencies" : {
"@types/eslint" : ">=8.0.0" ,
"eslint" : ">=8.0.0" ,
2026-07-28 23:22:44 -06:00
"eslint-config-prettier" : ">= 7.0.0 <10.0.0 || >=10.1.0" ,
2025-02-27 12:41:56 -06:00
"prettier" : ">=3.0.0"
},
"peerDependenciesMeta" : {
"@types/eslint" : {
"optional" : true
},
"eslint-config-prettier" : {
"optional" : true
}
}
},
"node_modules/eslint-scope" : {
2026-07-28 23:22:44 -06:00
"version" : "8.4.0" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz" ,
"integrity" : "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-2-Clause" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"esrecurse" : "^4.3.0" ,
"estraverse" : "^5.2.0"
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"url" : "https://opencollective.com/eslint"
}
},
"node_modules/eslint-visitor-keys" : {
2026-07-28 23:22:44 -06:00
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz" ,
"integrity" : "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"url" : "https://opencollective.com/eslint"
}
},
"node_modules/espree" : {
2026-07-28 23:22:44 -06:00
"version" : "10.4.0" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz" ,
"integrity" : "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-2-Clause" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"acorn" : "^8.15.0" ,
2025-02-27 12:41:56 -06:00
"acorn-jsx" : "^5.3.2" ,
2026-07-28 23:22:44 -06:00
"eslint-visitor-keys" : "^4.2.1"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"url" : "https://opencollective.com/eslint"
}
},
"node_modules/esprima" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz" ,
"integrity" : "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-2-Clause" ,
2025-02-27 12:41:56 -06:00
"bin" : {
"esparse" : "bin/esparse.js" ,
"esvalidate" : "bin/esvalidate.js"
},
"engines" : {
"node" : ">=4"
}
},
"node_modules/esquery" : {
2026-07-28 23:22:44 -06:00
"version" : "1.7.0" ,
"resolved" : "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz" ,
"integrity" : "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-3-Clause" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"estraverse" : "^5.1.0"
},
"engines" : {
"node" : ">=0.10"
}
},
"node_modules/esrecurse" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz" ,
"integrity" : "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-2-Clause" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"estraverse" : "^5.2.0"
},
"engines" : {
"node" : ">=4.0"
}
},
"node_modules/estraverse" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" ,
"integrity" : "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-2-Clause" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=4.0"
}
},
"node_modules/esutils" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz" ,
"integrity" : "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-2-Clause" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=0.10.0"
}
},
"node_modules/etag" : {
"version" : "1.8.1" ,
"resolved" : "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz" ,
"integrity" : "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.6"
}
},
"node_modules/events" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/events/-/events-3.3.0.tgz" ,
"integrity" : "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=0.8.x"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/events-universal" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz" ,
"integrity" : "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"bare-events" : "^2.7.0"
}
},
2025-03-08 00:56:14 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-03-08 00:56:14 -06:00
"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"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/execa" : {
2026-07-28 23:22:44 -06:00
"version" : "9.6.1" ,
"resolved" : "https://registry.npmjs.org/execa/-/execa-9.6.1.tgz" ,
"integrity" : "sha512-9Be3ZoN4LmYR90tUoVu2te2BsbzHfhJyfEiAVfz7N5/zv+jduIfLrV2xdQXOHbaD6KgpGdO9PRPM1Y4Q9QkPkA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@sindresorhus/merge-streams" : "^4.0.0" ,
"cross-spawn" : "^7.0.6" ,
"figures" : "^6.1.0" ,
"get-stream" : "^9.0.0" ,
"human-signals" : "^8.0.1" ,
"is-plain-obj" : "^4.1.0" ,
"is-stream" : "^4.0.1" ,
"npm-run-path" : "^6.0.0" ,
"pretty-ms" : "^9.2.0" ,
"signal-exit" : "^4.1.0" ,
"strip-final-newline" : "^4.0.0" ,
"yoctocolors" : "^2.1.1"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : "^18.19.0 || >=20.5.0"
2025-02-27 12:41:56 -06:00
},
"funding" : {
"url" : "https://github.com/sindresorhus/execa?sponsor=1"
}
},
"node_modules/exit" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz" ,
"integrity" : "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==" ,
"dev" : true ,
"engines" : {
"node" : ">= 0.8.0"
}
},
"node_modules/expect" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz" ,
"integrity" : "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/expect-utils" : "^29.7.0" ,
"jest-get-type" : "^29.6.3" ,
"jest-matcher-utils" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-util" : "^29.7.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/express" : {
2026-07-28 23:22:44 -06:00
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/express/-/express-5.2.1.tgz" ,
"integrity" : "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"accepts" : "^2.0.0" ,
2026-07-28 23:22:44 -06:00
"body-parser" : "^2.2.1" ,
2025-02-27 12:41:56 -06:00
"content-disposition" : "^1.0.0" ,
2026-07-28 23:22:44 -06:00
"content-type" : "^1.0.5" ,
"cookie" : "^0.7.1" ,
2025-02-27 12:41:56 -06:00
"cookie-signature" : "^1.2.1" ,
2026-07-28 23:22:44 -06:00
"debug" : "^4.4.0" ,
"depd" : "^2.0.0" ,
"encodeurl" : "^2.0.0" ,
"escape-html" : "^1.0.3" ,
"etag" : "^1.8.1" ,
"finalhandler" : "^2.1.0" ,
"fresh" : "^2.0.0" ,
"http-errors" : "^2.0.0" ,
2025-02-27 12:41:56 -06:00
"merge-descriptors" : "^2.0.0" ,
"mime-types" : "^3.0.0" ,
2026-07-28 23:22:44 -06:00
"on-finished" : "^2.4.1" ,
"once" : "^1.4.0" ,
"parseurl" : "^1.3.3" ,
"proxy-addr" : "^2.0.7" ,
"qs" : "^6.14.0" ,
"range-parser" : "^1.2.1" ,
"router" : "^2.2.0" ,
2025-02-27 12:41:56 -06:00
"send" : "^1.1.0" ,
2026-07-28 23:22:44 -06:00
"serve-static" : "^2.2.0" ,
"statuses" : "^2.0.1" ,
"type-is" : "^2.0.1" ,
"vary" : "^1.1.2"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">= 18"
},
2026-07-28 23:22:44 -06:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2025-02-27 12:41:56 -06:00
}
},
2026-07-28 23:22:44 -06:00
"node_modules/express/node_modules/content-disposition" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz" ,
"integrity" : "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=18"
2025-02-27 12:41:56 -06:00
},
2026-07-28 23:22:44 -06:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/ext-list" : {
"version" : "2.2.2" ,
"resolved" : "https://registry.npmjs.org/ext-list/-/ext-list-2.2.2.tgz" ,
"integrity" : "sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"mime-db" : "^1.28.0"
},
"engines" : {
"node" : ">=0.10.0"
}
},
"node_modules/ext-name" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/ext-name/-/ext-name-5.0.0.tgz" ,
"integrity" : "sha512-yblEwXAbGv1VQDmow7s38W77hzAgJAO50ztBLMcUyUBfxv1HC+LGwtiEN+Co6LtlqT/5uwVOxsD4TNIilWhwdQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"ext-list" : "^2.0.0" ,
"sort-keys-length" : "^1.0.0"
},
"engines" : {
"node" : ">=4"
}
},
2025-03-08 00:56:14 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-03-08 00:56:14 -06:00
"dependencies" : {
"@fast-csv/format" : "4.3.5" ,
"@fast-csv/parse" : "4.3.6"
},
"engines" : {
"node" : ">=10.0.0"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/fast-deep-equal" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" ,
"integrity" : "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/fast-diff" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz" ,
"integrity" : "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "Apache-2.0"
2025-02-27 12:41:56 -06:00
},
"node_modules/fast-fifo" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz" ,
"integrity" : "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/fast-json-stable-stringify" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz" ,
"integrity" : "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/fast-levenshtein" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" ,
"integrity" : "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/fast-safe-stringify" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/fast-uri" : {
2026-07-28 23:22:44 -06:00
"version" : "3.1.4" ,
"resolved" : "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz" ,
"integrity" : "sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fastify"
},
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/fastify"
}
2026-07-28 23:22:44 -06:00
],
"license" : "BSD-3-Clause"
2025-02-27 12:41:56 -06:00
},
"node_modules/fb-watchman" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz" ,
"integrity" : "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"bser" : "2.1.1"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/fdir" : {
"version" : "6.5.0" ,
"resolved" : "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz" ,
"integrity" : "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=12.0.0"
2025-02-27 12:41:56 -06:00
},
2026-07-28 23:22:44 -06:00
"peerDependencies" : {
"picomatch" : "^3 || ^4"
2025-02-27 12:41:56 -06:00
},
2026-07-28 23:22:44 -06:00
"peerDependenciesMeta" : {
"picomatch" : {
"optional" : true
}
2025-02-27 12:41:56 -06:00
}
},
2026-07-28 23:22:44 -06:00
"node_modules/figures" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz" ,
"integrity" : "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"is-unicode-supported" : "^2.0.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=18"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/file-entry-cache" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz" ,
"integrity" : "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"flat-cache" : "^4.0.0"
},
"engines" : {
"node" : ">=16.0.0"
2025-02-27 12:41:56 -06:00
}
},
2026-07-28 23:22:44 -06:00
"node_modules/file-type" : {
"version" : "21.3.4" ,
"resolved" : "https://registry.npmjs.org/file-type/-/file-type-21.3.4.tgz" ,
"integrity" : "sha512-Ievi/yy8DS3ygGvT47PjSfdFoX+2isQueoYP1cntFW1JLYAuS4GD7NUPGg4zv2iZfV52uDyk5w5Z0TdpRS6Q1g==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@tokenizer/inflate" : "^0.4.1" ,
"strtok3" : "^10.3.4" ,
"token-types" : "^6.1.1" ,
"uint8array-extras" : "^1.4.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=20"
},
"funding" : {
"url" : "https://github.com/sindresorhus/file-type?sponsor=1"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/filename-reserved-regex" : {
2026-07-28 23:22:44 -06:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-4.0.0.tgz" ,
"integrity" : "sha512-9ZT504KxEQDamsOogZImAWGEN24R1uFAxU3ZS4AZqn2ooidmN68Olh7n4/RcA4lLatZztjA0ZSuxeLHVoCc8JA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=20"
2025-02-27 12:41:56 -06:00
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/filenamify" : {
2026-07-28 23:22:44 -06:00
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/filenamify/-/filenamify-7.0.2.tgz" ,
"integrity" : "sha512-fz10TUqSZ1lG7ftW1KnRotJzMD8YRb6kaAQKpZJBLvqXXfFgIEpuazy1w2lK3zhMiBSdH/uF9LFlv5smJ2Jl1w==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"filename-reserved-regex" : "^4.0.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=20"
2025-02-27 12:41:56 -06:00
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/fill-range" : {
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz" ,
"integrity" : "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"to-regex-range" : "^5.0.1"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/finalhandler" : {
2026-07-28 23:22:44 -06:00
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz" ,
"integrity" : "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"debug" : "^4.4.0" ,
"encodeurl" : "^2.0.0" ,
"escape-html" : "^1.0.3" ,
"on-finished" : "^2.4.1" ,
"parseurl" : "^1.3.3" ,
"statuses" : "^2.0.1"
},
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">= 18.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/find-up" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz" ,
"integrity" : "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"locate-path" : "^6.0.0" ,
"path-exists" : "^4.0.0"
},
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/find-versions" : {
2026-07-28 23:22:44 -06:00
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/find-versions/-/find-versions-6.0.0.tgz" ,
"integrity" : "sha512-2kCCtc+JvcZ86IGAz3Z2Y0A1baIz9fL31pH/0S1IqZr9Iwnjq8izfPtrCyQKO6TLMPELLsQMre7VDqeIKCsHkA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"semver-regex" : "^4.0.5" ,
"super-regex" : "^1.0.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=18"
2025-02-27 12:41:56 -06:00
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/flat-cache" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz" ,
"integrity" : "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"flatted" : "^3.2.9" ,
"keyv" : "^4.5.4"
},
"engines" : {
"node" : ">=16"
}
},
"node_modules/flatted" : {
2026-07-28 23:22:44 -06:00
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/flatted/-/flatted-3.4.3.tgz" ,
"integrity" : "sha512-/zipXxyO6rGvuNGDiULY9MvEGSkb2gaG4GGH4ygMi0ZZzyMHdUZBmntJmx5x1G2VuPytCwGN4xsJP6cw+sK+vQ==" ,
"dev" : true ,
"license" : "ISC"
2025-02-27 12:41:56 -06:00
},
"node_modules/fork-ts-checker-webpack-plugin" : {
2026-07-28 23:22:44 -06:00
"version" : "9.1.0" ,
"resolved" : "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-9.1.0.tgz" ,
"integrity" : "sha512-mpafl89VFPJmhnJ1ssH+8wmM2b50n+Rew5x42NeI2U78aRWgtkEtGmctp7iT16UjquJTjorEmIfESj3DxdW84Q==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/code-frame" : "^7.16.7" ,
"chalk" : "^4.1.2" ,
2026-07-28 23:22:44 -06:00
"chokidar" : "^4.0.1" ,
2025-02-27 12:41:56 -06:00
"cosmiconfig" : "^8.2.0" ,
"deepmerge" : "^4.2.2" ,
"fs-extra" : "^10.0.0" ,
"memfs" : "^3.4.1" ,
"minimatch" : "^3.0.4" ,
"node-abort-controller" : "^3.0.1" ,
"schema-utils" : "^3.1.1" ,
"semver" : "^7.3.5" ,
"tapable" : "^2.2.1"
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=14.21.3"
2025-02-27 12:41:56 -06:00
},
"peerDependencies" : {
"typescript" : ">3.6.0" ,
"webpack" : "^5.11.0"
}
},
"node_modules/fork-ts-checker-webpack-plugin/node_modules/chokidar" : {
2026-07-28 23:22:44 -06:00
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz" ,
"integrity" : "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"readdirp" : "^4.0.1"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">= 14.16.0"
2025-02-27 12:41:56 -06:00
},
"funding" : {
"url" : "https://paulmillr.com/funding/"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/fork-ts-checker-webpack-plugin/node_modules/readdirp" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz" ,
"integrity" : "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">= 14.18.0"
2025-02-27 12:41:56 -06:00
},
"funding" : {
2026-07-28 23:22:44 -06:00
"type" : "individual" ,
"url" : "https://paulmillr.com/funding/"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/form-data" : {
2026-07-28 23:22:44 -06:00
"version" : "4.0.6" ,
"resolved" : "https://registry.npmjs.org/form-data/-/form-data-4.0.6.tgz" ,
"integrity" : "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"asynckit" : "^0.4.0" ,
"combined-stream" : "^1.0.8" ,
"es-set-tostringtag" : "^2.1.0" ,
2026-07-28 23:22:44 -06:00
"hasown" : "^2.0.4" ,
"mime-types" : "^2.1.35"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">= 6"
}
},
"node_modules/form-data-encoder" : {
2026-07-28 23:22:44 -06:00
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-4.1.0.tgz" ,
"integrity" : "sha512-G6NsmEW15s0Uw9XnCg+33H3ViYRyiM0hMrMhhqQOR8NFc5GhYrI+6I3u7OTw7b91J2g8rtvMBZJDbcGb2YUniw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">= 18"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/form-data/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==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.6"
}
},
"node_modules/form-data/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==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"mime-db" : "1.52.0"
},
"engines" : {
"node" : ">= 0.6"
}
},
"node_modules/formidable" : {
2025-05-02 16:06:58 -06:00
"version" : "3.5.4" ,
"resolved" : "https://registry.npmjs.org/formidable/-/formidable-3.5.4.tgz" ,
"integrity" : "sha512-YikH+7CUTOtP44ZTnUhR7Ic2UASBPOqmaRkRKxRbywPTe5VxF7RRCck4af9wutiZ/QKM5nME9Bie2fFaPz5Gug==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2025-05-02 16:06:58 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2025-05-02 16:06:58 -06:00
"@paralleldrive/cuid2" : "^2.2.2" ,
2025-02-27 12:41:56 -06:00
"dezalgo" : "^1.0.4" ,
"once" : "^1.4.0"
},
2025-05-02 16:06:58 -06:00
"engines" : {
"node" : ">=14.0.0"
},
2025-02-27 12:41:56 -06:00
"funding" : {
"url" : "https://ko-fi.com/tunnckoCore/commissions"
}
},
"node_modules/forwarded" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz" ,
"integrity" : "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.6"
}
},
"node_modules/fresh" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz" ,
"integrity" : "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.8"
}
},
2025-03-08 00:56:14 -06:00
"node_modules/fs-constants" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" ,
"license" : "MIT"
2025-03-08 00:56:14 -06:00
},
2025-02-27 12:41:56 -06:00
"node_modules/fs-extra" : {
"version" : "10.1.0" ,
"resolved" : "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz" ,
"integrity" : "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"graceful-fs" : "^4.2.0" ,
"jsonfile" : "^6.0.1" ,
"universalify" : "^2.0.0"
},
"engines" : {
"node" : ">=12"
}
},
"node_modules/fs-monkey" : {
2026-07-28 23:22:44 -06:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.1.0.tgz" ,
"integrity" : "sha512-QMUezzXWII9EV5aTFXW1UBVUO77wYPpjqIF8/AviUCThNeSYZykpoTixUeaNNBwmCev0AMDWMAni+f8Hxb1IFw==" ,
"dev" : true ,
"license" : "Unlicense"
2025-02-27 12:41:56 -06:00
},
"node_modules/fs.realpath" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" ,
"license" : "ISC"
2025-02-27 12:41:56 -06:00
},
"node_modules/fsevents" : {
"version" : "2.3.3" ,
"resolved" : "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz" ,
"integrity" : "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" ,
"dev" : true ,
"hasInstallScript" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"optional" : true ,
"os" : [
"darwin"
],
"engines" : {
"node" : "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
2025-03-08 00:56:14 -06:00
"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." ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-03-08 00:56:14 -06:00
"dependencies" : {
"graceful-fs" : "^4.1.2" ,
"inherits" : "~2.0.0" ,
"mkdirp" : ">=0.5 0" ,
"rimraf" : "2"
},
"engines" : {
"node" : ">=0.6"
}
},
2025-02-27 12:41:56 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/function-timeout" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/function-timeout/-/function-timeout-1.0.2.tgz" ,
"integrity" : "sha512-939eZS4gJ3htTHAldmyyuzlrD58P03fHG49v2JfFXbV6OhvZKRC9j2yAtdHw/zrp2zXHuv05zMIy40F0ge7spA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2025-03-07 14:14:37 -06:00
"node_modules/generate-function" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/generate-function/-/generate-function-2.3.1.tgz" ,
"integrity" : "sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-03-07 14:14:37 -06:00
"dependencies" : {
"is-property" : "^1.0.2"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/gensync" : {
"version" : "1.0.0-beta.2" ,
"resolved" : "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz" ,
"integrity" : "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6.9.0"
}
},
"node_modules/get-caller-file" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz" ,
"integrity" : "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : "6.* || 8.* || >= 10.*"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/get-east-asian-width" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz" ,
"integrity" : "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2025-02-27 12:41:56 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"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-package-type" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz" ,
"integrity" : "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=8.0.0"
}
},
2025-06-27 20:09:46 -06:00
"node_modules/get-port" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/get-port/-/get-port-5.1.1.tgz" ,
"integrity" : "sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2025-02-27 12:41:56 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"dunder-proto" : "^1.0.1" ,
"es-object-atoms" : "^1.0.0"
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/get-stream" : {
2026-07-28 23:22:44 -06:00
"version" : "9.0.1" ,
"resolved" : "https://registry.npmjs.org/get-stream/-/get-stream-9.0.1.tgz" ,
"integrity" : "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
"dependencies" : {
"@sec-ant/readable-stream" : "^0.4.1" ,
"is-stream" : "^4.0.1"
},
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=18"
2025-02-27 12:41:56 -06:00
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/glob" : {
2026-07-28 23:22:44 -06:00
"version" : "13.0.6" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz" ,
"integrity" : "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BlueOak-1.0.0" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"minimatch" : "^10.2.2" ,
"minipass" : "^7.1.3" ,
"path-scurry" : "^2.0.2"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : "18 || 20 || >=22"
2025-02-27 12:41:56 -06:00
},
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
},
"node_modules/glob-parent" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz" ,
"integrity" : "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"is-glob" : "^4.0.3"
},
"engines" : {
"node" : ">=10.13.0"
}
},
"node_modules/glob-to-regexp" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz" ,
"integrity" : "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "BSD-2-Clause"
},
"node_modules/glob/node_modules/balanced-match" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz" ,
"integrity" : "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "18 || 20 || >=22"
}
2025-02-27 12:41:56 -06:00
},
"node_modules/glob/node_modules/brace-expansion" : {
2026-07-28 23:22:44 -06:00
"version" : "5.0.8" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.8.tgz" ,
"integrity" : "sha512-JZyDyq3D4AUifKTPOB7DELf6XsB3WdPuNxCtob1vFXPsSXhdAiHBWJ/tJ8HAc9aH84BK+5JFZLNkJKx3G9kzQg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"balanced-match" : "^4.0.2"
},
"engines" : {
"node" : "20 || >=22"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/glob/node_modules/minimatch" : {
2026-07-28 23:22:44 -06:00
"version" : "10.2.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz" ,
"integrity" : "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BlueOak-1.0.0" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"brace-expansion" : "^5.0.5"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : "18 || 20 || >=22"
2025-02-27 12:41:56 -06:00
},
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
},
"node_modules/globals" : {
"version" : "15.15.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz" ,
"integrity" : "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=18"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/gopd" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz" ,
"integrity" : "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/got" : {
2026-07-28 23:22:44 -06:00
"version" : "14.6.6" ,
"resolved" : "https://registry.npmjs.org/got/-/got-14.6.6.tgz" ,
"integrity" : "sha512-QLV1qeYSo5l13mQzWgP/y0LbMr5Plr5fJilgAIwgnwseproEbtNym8xpLsDzeZ6MWXgNE6kdWGBjdh3zT/Qerg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@sindresorhus/is" : "^7.0.1" ,
"byte-counter" : "^0.1.0" ,
2025-02-27 12:41:56 -06:00
"cacheable-lookup" : "^7.0.0" ,
2026-07-28 23:22:44 -06:00
"cacheable-request" : "^13.0.12" ,
"decompress-response" : "^10.0.0" ,
"form-data-encoder" : "^4.0.2" ,
"http2-wrapper" : "^2.2.1" ,
"keyv" : "^5.5.3" ,
2025-02-27 12:41:56 -06:00
"lowercase-keys" : "^3.0.0" ,
2026-07-28 23:22:44 -06:00
"p-cancelable" : "^4.0.1" ,
"responselike" : "^4.0.2" ,
"type-fest" : "^4.26.1"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=20"
2025-02-27 12:41:56 -06:00
},
"funding" : {
"url" : "https://github.com/sindresorhus/got?sponsor=1"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/got/node_modules/keyv" : {
"version" : "5.6.0" ,
"resolved" : "https://registry.npmjs.org/keyv/-/keyv-5.6.0.tgz" ,
"integrity" : "sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@keyv/serialize" : "^1.1.1"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/graceful-fs" : {
"version" : "4.2.11" ,
"resolved" : "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" ,
"license" : "ISC"
2025-02-27 12:41:56 -06:00
},
2026-07-28 23:22:44 -06:00
"node_modules/handlebars" : {
"version" : "4.7.9" ,
"resolved" : "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz" ,
"integrity" : "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"minimist" : "^1.2.5" ,
"neo-async" : "^2.6.2" ,
"source-map" : "^0.6.1" ,
"wordwrap" : "^1.0.0"
},
"bin" : {
"handlebars" : "bin/handlebars"
},
"engines" : {
"node" : ">=0.4.7"
},
"optionalDependencies" : {
"uglify-js" : "^3.1.4"
}
2025-02-27 12:41:56 -06:00
},
2026-07-28 23:22:44 -06:00
"node_modules/handlebars/node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-3-Clause" ,
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=0.10.0"
2025-02-27 12:41:56 -06:00
}
},
2026-07-28 23:22:44 -06:00
"node_modules/has-flag" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" ,
"integrity" : "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=8"
}
},
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"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==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"has-symbols" : "^1.0.3"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/hasown" : {
2026-07-28 23:22:44 -06:00
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz" ,
"integrity" : "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"function-bind" : "^1.1.2"
},
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/html-escaper" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz" ,
"integrity" : "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/http-cache-semantics" : {
2026-07-28 23:22:44 -06:00
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz" ,
"integrity" : "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==" ,
"dev" : true ,
"license" : "BSD-2-Clause"
2025-02-27 12:41:56 -06:00
},
"node_modules/http-errors" : {
2026-07-28 23:22:44 -06:00
"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" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"depd" : "~2.0.0" ,
"inherits" : "~2.0.4" ,
"setprototypeof" : "~1.2.0" ,
"statuses" : "~2.0.2" ,
"toidentifier" : "~1.0.1"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">= 0.8"
2026-07-28 23:22:44 -06:00
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/http2-wrapper" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.1.tgz" ,
"integrity" : "sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"quick-lru" : "^5.1.1" ,
"resolve-alpn" : "^1.2.0"
},
"engines" : {
"node" : ">=10.19.0"
}
},
"node_modules/human-signals" : {
2026-07-28 23:22:44 -06:00
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/human-signals/-/human-signals-8.0.1.tgz" ,
"integrity" : "sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=18.18.0"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/iconv-lite" : {
2026-07-28 23:22:44 -06:00
"version" : "0.7.3" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.3.tgz" ,
"integrity" : "sha512-IKXpvIzjnC9XTAUbVBcMfGS0EPaIXtW6v+zr+RRp+hqULEpo0owZax6wyRwPOJbWbzjYspQwusTsfVr0ifh4uQ==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"safer-buffer" : ">= 2.1.2 < 3.0.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=0.10.0"
2026-07-28 23:22:44 -06:00
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2025-02-27 12:41:56 -06:00
}
},
"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"
}
2026-07-28 23:22:44 -06:00
],
"license" : "BSD-3-Clause"
2025-02-27 12:41:56 -06:00
},
"node_modules/ignore" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz" ,
"integrity" : "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 4"
}
},
2025-03-08 00:56:14 -06:00
"node_modules/immediate" : {
"version" : "3.0.6" ,
"resolved" : "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==" ,
"license" : "MIT"
2025-03-08 00:56:14 -06:00
},
2025-02-27 12:41:56 -06:00
"node_modules/import-fresh" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz" ,
"integrity" : "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"parent-module" : "^1.0.0" ,
"resolve-from" : "^4.0.0"
},
"engines" : {
"node" : ">=6"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/import-local" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz" ,
"integrity" : "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"pkg-dir" : "^4.2.0" ,
"resolve-cwd" : "^3.0.0"
},
"bin" : {
"import-local-fixture" : "fixtures/cli.js"
},
"engines" : {
"node" : ">=8"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/imurmurhash" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" ,
"integrity" : "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=0.8.19"
}
},
"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." ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"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" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" ,
"license" : "ISC"
2025-02-27 12:41:56 -06:00
},
"node_modules/inspect-with-kind" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/inspect-with-kind/-/inspect-with-kind-1.0.5.tgz" ,
"integrity" : "sha512-MAQUJuIo7Xqk8EVNP+6d3CKq9c80hi4tjIbIAT6lmGW9W6WzlHiu9PS8uSuUYU+Do+j1baiFp3H25XEVxDIG2g==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"kind-of" : "^6.0.2"
}
},
2025-06-27 20:09:46 -06:00
"node_modules/ioredis" : {
2026-07-28 23:22:44 -06:00
"version" : "5.11.1" ,
"resolved" : "https://registry.npmjs.org/ioredis/-/ioredis-5.11.1.tgz" ,
"integrity" : "sha512-ehuGcf94bQXhfagULNXrJdfnWO38v070jxSx/qE87Kjzmu2fU7ro5EFAb+OPituLqgfyuQaym5DlrNydW2sJ9A==" ,
2025-06-27 20:09:46 -06:00
"license" : "MIT" ,
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@ioredis/commands" : "1.10.0" ,
"cluster-key-slot" : "1.1.1" ,
"debug" : "4.4.3" ,
"denque" : "2.1.0" ,
"redis-errors" : "1.2.0" ,
"redis-parser" : "3.0.0" ,
"standard-as-callback" : "2.1.0"
2025-06-27 20:09:46 -06:00
},
"engines" : {
"node" : ">=12.22.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/ioredis"
}
},
2025-02-27 12:41:56 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.10"
}
},
"node_modules/is-arrayish" : {
"version" : "0.2.1" ,
"resolved" : "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz" ,
"integrity" : "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/is-core-module" : {
2026-07-28 23:22:44 -06:00
"version" : "2.16.2" ,
"resolved" : "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz" ,
"integrity" : "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"hasown" : "^2.0.3"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-extglob" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" ,
"integrity" : "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=0.10.0"
}
},
"node_modules/is-fullwidth-code-point" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" ,
"integrity" : "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=8"
}
},
"node_modules/is-generator-fn" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz" ,
"integrity" : "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6"
}
},
"node_modules/is-glob" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" ,
"integrity" : "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"is-extglob" : "^2.1.1"
},
"engines" : {
"node" : ">=0.10.0"
}
},
"node_modules/is-interactive" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz" ,
"integrity" : "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=8"
}
},
"node_modules/is-number" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" ,
"integrity" : "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=0.12.0"
}
},
"node_modules/is-plain-obj" : {
2026-07-28 23:22:44 -06:00
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz" ,
"integrity" : "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=12"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/is-promise" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==" ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
2025-03-07 14:14:37 -06:00
"node_modules/is-property" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-Ks/IoX00TtClbGQr4TWXemAnktAQvYB7HzcCxDGqEZU6oCmb2INHuOoKxbtR+HFkmYWBKv/dOZtGRiAjDhj92g==" ,
"license" : "MIT"
2025-03-07 14:14:37 -06:00
},
2025-02-27 12:41:56 -06:00
"node_modules/is-stream" : {
2026-07-28 23:22:44 -06:00
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/is-stream/-/is-stream-4.0.1.tgz" ,
"integrity" : "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=18"
2025-02-27 12:41:56 -06:00
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/is-unicode-supported" : {
2026-07-28 23:22:44 -06:00
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz" ,
"integrity" : "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=18"
2025-02-27 12:41:56 -06:00
},
"funding" : {
2026-07-28 23:22:44 -06:00
"url" : "https://github.com/sponsors/sindresorhus"
}
2025-02-27 12:41:56 -06:00
},
"node_modules/isexe" : {
2026-07-28 23:22:44 -06:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-4.0.0.tgz" ,
"integrity" : "sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==" ,
"dev" : true ,
"license" : "BlueOak-1.0.0" ,
"engines" : {
"node" : ">=20"
}
2025-02-27 12:41:56 -06:00
},
"node_modules/istanbul-lib-coverage" : {
"version" : "3.2.2" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz" ,
"integrity" : "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-3-Clause" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=8"
}
},
"node_modules/istanbul-lib-instrument" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz" ,
"integrity" : "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-3-Clause" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/core" : "^7.23.9" ,
"@babel/parser" : "^7.23.9" ,
"@istanbuljs/schema" : "^0.1.3" ,
"istanbul-lib-coverage" : "^3.2.0" ,
"semver" : "^7.5.4"
},
"engines" : {
"node" : ">=10"
}
},
"node_modules/istanbul-lib-report" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz" ,
"integrity" : "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-3-Clause" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"istanbul-lib-coverage" : "^3.0.0" ,
"make-dir" : "^4.0.0" ,
"supports-color" : "^7.1.0"
},
"engines" : {
"node" : ">=10"
}
},
"node_modules/istanbul-lib-source-maps" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz" ,
"integrity" : "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-3-Clause" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"debug" : "^4.1.1" ,
"istanbul-lib-coverage" : "^3.0.0" ,
"source-map" : "^0.6.1"
},
"engines" : {
"node" : ">=10"
}
},
"node_modules/istanbul-lib-source-maps/node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-3-Clause" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=0.10.0"
}
},
"node_modules/istanbul-reports" : {
2026-07-28 23:22:44 -06:00
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.2.0.tgz" ,
"integrity" : "sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-3-Clause" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"html-escaper" : "^2.0.0" ,
"istanbul-lib-report" : "^3.0.0"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/iterare" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/iterare/-/iterare-1.2.1.tgz" ,
"integrity" : "sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q==" ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6"
}
},
"node_modules/jest" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz" ,
"integrity" : "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/core" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"import-local" : "^3.0.2" ,
"jest-cli" : "^29.7.0"
},
"bin" : {
"jest" : "bin/jest.js"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"peerDependencies" : {
"node-notifier" : "^8.0.1 || ^9.0.0 || ^10.0.0"
},
"peerDependenciesMeta" : {
"node-notifier" : {
"optional" : true
}
}
},
"node_modules/jest-changed-files" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz" ,
"integrity" : "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"execa" : "^5.0.0" ,
"jest-util" : "^29.7.0" ,
"p-limit" : "^3.1.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/jest-changed-files/node_modules/execa" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz" ,
"integrity" : "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"cross-spawn" : "^7.0.3" ,
"get-stream" : "^6.0.0" ,
"human-signals" : "^2.1.0" ,
"is-stream" : "^2.0.0" ,
"merge-stream" : "^2.0.0" ,
"npm-run-path" : "^4.0.1" ,
"onetime" : "^5.1.2" ,
"signal-exit" : "^3.0.3" ,
"strip-final-newline" : "^2.0.0"
},
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/sindresorhus/execa?sponsor=1"
}
},
"node_modules/jest-changed-files/node_modules/get-stream" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz" ,
"integrity" : "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/jest-changed-files/node_modules/human-signals" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz" ,
"integrity" : "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=10.17.0"
}
},
"node_modules/jest-changed-files/node_modules/is-stream" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz" ,
"integrity" : "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/jest-changed-files/node_modules/npm-run-path" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz" ,
"integrity" : "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"path-key" : "^3.0.0"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/jest-changed-files/node_modules/signal-exit" : {
"version" : "3.0.7" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" ,
"integrity" : "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" ,
"dev" : true ,
"license" : "ISC"
},
"node_modules/jest-changed-files/node_modules/strip-final-newline" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz" ,
"integrity" : "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/jest-circus" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz" ,
"integrity" : "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/environment" : "^29.7.0" ,
"@jest/expect" : "^29.7.0" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"co" : "^4.6.0" ,
"dedent" : "^1.0.0" ,
"is-generator-fn" : "^2.0.0" ,
"jest-each" : "^29.7.0" ,
"jest-matcher-utils" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-runtime" : "^29.7.0" ,
"jest-snapshot" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"p-limit" : "^3.1.0" ,
"pretty-format" : "^29.7.0" ,
"pure-rand" : "^6.0.0" ,
"slash" : "^3.0.0" ,
"stack-utils" : "^2.0.3"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-cli" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz" ,
"integrity" : "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/core" : "^29.7.0" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"chalk" : "^4.0.0" ,
"create-jest" : "^29.7.0" ,
"exit" : "^0.1.2" ,
"import-local" : "^3.0.2" ,
"jest-config" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"jest-validate" : "^29.7.0" ,
"yargs" : "^17.3.1"
},
"bin" : {
"jest" : "bin/jest.js"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"peerDependencies" : {
"node-notifier" : "^8.0.1 || ^9.0.0 || ^10.0.0"
},
"peerDependenciesMeta" : {
"node-notifier" : {
"optional" : true
}
}
},
"node_modules/jest-config" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz" ,
"integrity" : "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/core" : "^7.11.6" ,
"@jest/test-sequencer" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"babel-jest" : "^29.7.0" ,
"chalk" : "^4.0.0" ,
"ci-info" : "^3.2.0" ,
"deepmerge" : "^4.2.2" ,
"glob" : "^7.1.3" ,
"graceful-fs" : "^4.2.9" ,
"jest-circus" : "^29.7.0" ,
"jest-environment-node" : "^29.7.0" ,
"jest-get-type" : "^29.6.3" ,
"jest-regex-util" : "^29.6.3" ,
"jest-resolve" : "^29.7.0" ,
"jest-runner" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"jest-validate" : "^29.7.0" ,
"micromatch" : "^4.0.4" ,
"parse-json" : "^5.2.0" ,
"pretty-format" : "^29.7.0" ,
"slash" : "^3.0.0" ,
"strip-json-comments" : "^3.1.1"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"peerDependencies" : {
"@types/node" : "*" ,
"ts-node" : ">=9.0.0"
},
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
},
"ts-node" : {
"optional" : true
}
}
},
"node_modules/jest-config/node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
2026-07-28 23:22:44 -06:00
"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" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"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/jest-diff" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz" ,
"integrity" : "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"chalk" : "^4.0.0" ,
"diff-sequences" : "^29.6.3" ,
"jest-get-type" : "^29.6.3" ,
"pretty-format" : "^29.7.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-docblock" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz" ,
"integrity" : "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"detect-newline" : "^3.0.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-each" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz" ,
"integrity" : "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/types" : "^29.6.3" ,
"chalk" : "^4.0.0" ,
"jest-get-type" : "^29.6.3" ,
"jest-util" : "^29.7.0" ,
"pretty-format" : "^29.7.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-environment-node" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz" ,
"integrity" : "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/environment" : "^29.7.0" ,
"@jest/fake-timers" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"jest-mock" : "^29.7.0" ,
"jest-util" : "^29.7.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-get-type" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz" ,
"integrity" : "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-haste-map" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz" ,
"integrity" : "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/types" : "^29.6.3" ,
"@types/graceful-fs" : "^4.1.3" ,
"@types/node" : "*" ,
"anymatch" : "^3.0.3" ,
"fb-watchman" : "^2.0.0" ,
"graceful-fs" : "^4.2.9" ,
"jest-regex-util" : "^29.6.3" ,
"jest-util" : "^29.7.0" ,
"jest-worker" : "^29.7.0" ,
"micromatch" : "^4.0.4" ,
"walker" : "^1.0.8"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"optionalDependencies" : {
"fsevents" : "^2.3.2"
}
},
"node_modules/jest-leak-detector" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz" ,
"integrity" : "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"jest-get-type" : "^29.6.3" ,
"pretty-format" : "^29.7.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-matcher-utils" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz" ,
"integrity" : "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"chalk" : "^4.0.0" ,
"jest-diff" : "^29.7.0" ,
"jest-get-type" : "^29.6.3" ,
"pretty-format" : "^29.7.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-message-util" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz" ,
"integrity" : "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/code-frame" : "^7.12.13" ,
"@jest/types" : "^29.6.3" ,
"@types/stack-utils" : "^2.0.0" ,
"chalk" : "^4.0.0" ,
"graceful-fs" : "^4.2.9" ,
"micromatch" : "^4.0.4" ,
"pretty-format" : "^29.7.0" ,
"slash" : "^3.0.0" ,
"stack-utils" : "^2.0.3"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-mock" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz" ,
"integrity" : "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"jest-util" : "^29.7.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-pnp-resolver" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz" ,
"integrity" : "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6"
},
"peerDependencies" : {
"jest-resolve" : "*"
},
"peerDependenciesMeta" : {
"jest-resolve" : {
"optional" : true
}
}
},
"node_modules/jest-regex-util" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz" ,
"integrity" : "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-resolve" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz" ,
"integrity" : "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"chalk" : "^4.0.0" ,
"graceful-fs" : "^4.2.9" ,
"jest-haste-map" : "^29.7.0" ,
"jest-pnp-resolver" : "^1.2.2" ,
"jest-util" : "^29.7.0" ,
"jest-validate" : "^29.7.0" ,
"resolve" : "^1.20.0" ,
"resolve.exports" : "^2.0.0" ,
"slash" : "^3.0.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-resolve-dependencies" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz" ,
"integrity" : "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"jest-regex-util" : "^29.6.3" ,
"jest-snapshot" : "^29.7.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-runner" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz" ,
"integrity" : "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/console" : "^29.7.0" ,
"@jest/environment" : "^29.7.0" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/transform" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"emittery" : "^0.13.1" ,
"graceful-fs" : "^4.2.9" ,
"jest-docblock" : "^29.7.0" ,
"jest-environment-node" : "^29.7.0" ,
"jest-haste-map" : "^29.7.0" ,
"jest-leak-detector" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-resolve" : "^29.7.0" ,
"jest-runtime" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"jest-watcher" : "^29.7.0" ,
"jest-worker" : "^29.7.0" ,
"p-limit" : "^3.1.0" ,
"source-map-support" : "0.5.13"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-runner/node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-3-Clause" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=0.10.0"
}
},
"node_modules/jest-runner/node_modules/source-map-support" : {
"version" : "0.5.13" ,
"resolved" : "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz" ,
"integrity" : "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"buffer-from" : "^1.0.0" ,
"source-map" : "^0.6.0"
}
},
"node_modules/jest-runtime" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz" ,
"integrity" : "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/environment" : "^29.7.0" ,
"@jest/fake-timers" : "^29.7.0" ,
"@jest/globals" : "^29.7.0" ,
"@jest/source-map" : "^29.6.3" ,
"@jest/test-result" : "^29.7.0" ,
"@jest/transform" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"cjs-module-lexer" : "^1.0.0" ,
"collect-v8-coverage" : "^1.0.0" ,
"glob" : "^7.1.3" ,
"graceful-fs" : "^4.2.9" ,
"jest-haste-map" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-mock" : "^29.7.0" ,
"jest-regex-util" : "^29.6.3" ,
"jest-resolve" : "^29.7.0" ,
"jest-snapshot" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"slash" : "^3.0.0" ,
"strip-bom" : "^4.0.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-runtime/node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
2026-07-28 23:22:44 -06:00
"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" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"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/jest-snapshot" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz" ,
"integrity" : "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/core" : "^7.11.6" ,
"@babel/generator" : "^7.7.2" ,
"@babel/plugin-syntax-jsx" : "^7.7.2" ,
"@babel/plugin-syntax-typescript" : "^7.7.2" ,
"@babel/types" : "^7.3.3" ,
"@jest/expect-utils" : "^29.7.0" ,
"@jest/transform" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"babel-preset-current-node-syntax" : "^1.0.0" ,
"chalk" : "^4.0.0" ,
"expect" : "^29.7.0" ,
"graceful-fs" : "^4.2.9" ,
"jest-diff" : "^29.7.0" ,
"jest-get-type" : "^29.6.3" ,
"jest-matcher-utils" : "^29.7.0" ,
"jest-message-util" : "^29.7.0" ,
"jest-util" : "^29.7.0" ,
"natural-compare" : "^1.4.0" ,
"pretty-format" : "^29.7.0" ,
"semver" : "^7.5.3"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-util" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz" ,
"integrity" : "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"ci-info" : "^3.2.0" ,
"graceful-fs" : "^4.2.9" ,
"picomatch" : "^2.2.3"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-util/node_modules/picomatch" : {
2026-07-28 23:22:44 -06:00
"version" : "2.3.2" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz" ,
"integrity" : "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=8.6"
},
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/jest-validate" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz" ,
"integrity" : "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/types" : "^29.6.3" ,
"camelcase" : "^6.2.0" ,
"chalk" : "^4.0.0" ,
"jest-get-type" : "^29.6.3" ,
"leven" : "^3.1.0" ,
"pretty-format" : "^29.7.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-validate/node_modules/camelcase" : {
"version" : "6.3.0" ,
"resolved" : "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz" ,
"integrity" : "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/jest-watcher" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz" ,
"integrity" : "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/test-result" : "^29.7.0" ,
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"ansi-escapes" : "^4.2.1" ,
"chalk" : "^4.0.0" ,
"emittery" : "^0.13.1" ,
"jest-util" : "^29.7.0" ,
"string-length" : "^4.0.1"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-worker" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz" ,
"integrity" : "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@types/node" : "*" ,
"jest-util" : "^29.7.0" ,
"merge-stream" : "^2.0.0" ,
"supports-color" : "^8.0.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-worker/node_modules/supports-color" : {
"version" : "8.1.1" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz" ,
"integrity" : "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"has-flag" : "^4.0.0"
},
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/chalk/supports-color?sponsor=1"
}
},
"node_modules/js-tokens" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" ,
"integrity" : "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/js-yaml" : {
2026-07-28 23:22:44 -06:00
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz" ,
"integrity" : "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/puzrin"
},
{
"type" : "github" ,
"url" : "https://github.com/sponsors/nodeca"
}
],
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"argparse" : "^2.0.1"
},
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
},
"node_modules/jsesc" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz" ,
"integrity" : "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"bin" : {
"jsesc" : "bin/jsesc"
},
"engines" : {
"node" : ">=6"
}
},
"node_modules/json-buffer" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz" ,
"integrity" : "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/json-parse-even-better-errors" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" ,
"integrity" : "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/json-schema-traverse" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" ,
"integrity" : "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/json-stable-stringify-without-jsonify" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz" ,
"integrity" : "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/json5" : {
"version" : "2.2.3" ,
"resolved" : "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz" ,
"integrity" : "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"bin" : {
"json5" : "lib/cli.js"
},
"engines" : {
"node" : ">=6"
}
},
"node_modules/jsonc-parser" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz" ,
"integrity" : "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/jsonfile" : {
2026-07-28 23:22:44 -06:00
"version" : "6.2.1" ,
"resolved" : "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.1.tgz" ,
"integrity" : "sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"universalify" : "^2.0.0"
},
"optionalDependencies" : {
"graceful-fs" : "^4.1.6"
}
},
2025-05-02 16:06:58 -06:00
"node_modules/jsonwebtoken" : {
2026-07-28 23:22:44 -06:00
"version" : "9.0.3" ,
"resolved" : "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.3.tgz" ,
"integrity" : "sha512-MT/xP0CrubFRNLNKvxJ2BYfy53Zkm++5bX9dtuPbqAeQpTVe0MQTFhao8+Cp//EmJp244xt6Drw/GVEGCUj40g==" ,
2025-05-02 16:06:58 -06:00
"license" : "MIT" ,
"dependencies" : {
2026-07-28 23:22:44 -06:00
"jws" : "^4.0.1" ,
2025-05-02 16:06:58 -06:00
"lodash.includes" : "^4.3.0" ,
"lodash.isboolean" : "^3.0.3" ,
"lodash.isinteger" : "^4.0.4" ,
"lodash.isnumber" : "^3.0.3" ,
"lodash.isplainobject" : "^4.0.6" ,
"lodash.isstring" : "^4.0.1" ,
"lodash.once" : "^4.0.0" ,
"ms" : "^2.1.1" ,
"semver" : "^7.5.4"
},
"engines" : {
"node" : ">=12" ,
"npm" : ">=6"
}
},
2025-03-08 00:56:14 -06:00
"node_modules/jszip" : {
"version" : "3.10.1" ,
"resolved" : "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz" ,
"integrity" : "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==" ,
2026-07-28 23:22:44 -06:00
"license" : "(MIT OR GPL-3.0-or-later)" ,
2025-03-08 00:56:14 -06:00
"dependencies" : {
"lie" : "~3.3.0" ,
"pako" : "~1.0.2" ,
"readable-stream" : "~2.3.6" ,
"setimmediate" : "^1.0.5"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/jszip/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/jszip/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/jszip/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/jszip/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"
}
},
2025-05-02 16:06:58 -06:00
"node_modules/jwa" : {
2026-07-28 23:22:44 -06:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz" ,
"integrity" : "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==" ,
2025-05-02 16:06:58 -06:00
"license" : "MIT" ,
"dependencies" : {
2026-07-28 23:22:44 -06:00
"buffer-equal-constant-time" : "^1.0.1" ,
2025-05-02 16:06:58 -06:00
"ecdsa-sig-formatter" : "1.0.11" ,
"safe-buffer" : "^5.0.1"
}
},
"node_modules/jws" : {
2026-07-28 23:22:44 -06:00
"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==" ,
2025-05-02 16:06:58 -06:00
"license" : "MIT" ,
"dependencies" : {
2026-07-28 23:22:44 -06:00
"jwa" : "^2.0.1" ,
2025-05-02 16:06:58 -06:00
"safe-buffer" : "^5.0.1"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/keyv" : {
"version" : "4.5.4" ,
"resolved" : "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz" ,
"integrity" : "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"json-buffer" : "3.0.1"
}
},
"node_modules/kind-of" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz" ,
"integrity" : "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=0.10.0"
}
},
"node_modules/kleur" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz" ,
"integrity" : "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6"
}
},
2025-03-08 00:56:14 -06:00
"node_modules/lazystream" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz" ,
"integrity" : "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-03-08 00:56:14 -06:00
"dependencies" : {
"readable-stream" : "^2.0.5"
},
"engines" : {
"node" : ">= 0.6.3"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/lazystream/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/lazystream/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/lazystream/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/lazystream/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"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/leven" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz" ,
"integrity" : "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6"
}
},
"node_modules/levn" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz" ,
"integrity" : "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"prelude-ls" : "^1.2.1" ,
"type-check" : "~0.4.0"
},
"engines" : {
"node" : ">= 0.8.0"
}
},
2025-04-09 11:10:28 -06:00
"node_modules/libphonenumber-js" : {
2026-07-28 23:22:44 -06:00
"version" : "1.13.9" ,
"resolved" : "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.13.9.tgz" ,
"integrity" : "sha512-VNS5vWMM7r0P66BYv+TQJATxExEgLxN+34hfHDVhDkUsGAE4cRg0shCNSLTXNKm7nIUscC7AfB51TjxEeF7msQ==" ,
2025-04-09 11:10:28 -06:00
"license" : "MIT"
},
2025-03-08 00:56:14 -06:00
"node_modules/lie" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz" ,
"integrity" : "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-03-08 00:56:14 -06:00
"dependencies" : {
"immediate" : "~3.0.5"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/lines-and-columns" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz" ,
"integrity" : "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
2025-03-08 00:56:14 -06:00
"node_modules/listenercount" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/listenercount/-/listenercount-1.0.1.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-3mk/Zag0+IJxeDrxSgaDPy4zZ3w05PRZeJNnlWhzFz5OkX49J4krc+A8X2d2M69vGMBEX0uyl8M+W+8gH+kBqQ==" ,
"license" : "ISC"
2025-03-08 00:56:14 -06:00
},
2025-05-02 16:06:58 -06:00
"node_modules/load-esm" : {
2026-07-28 23:22:44 -06:00
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/load-esm/-/load-esm-1.0.3.tgz" ,
"integrity" : "sha512-v5xlu8eHD1+6r8EHTg6hfmO97LN8ugKtiXcy5e6oN72iD2r6u0RPfLl6fxM+7Wnh2ZRq15o0russMst44WauPA==" ,
2025-05-02 16:06:58 -06:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/Borewit"
},
{
"type" : "buymeacoffee" ,
"url" : "https://buymeacoffee.com/borewit"
}
],
"license" : "MIT" ,
"engines" : {
"node" : ">=13.2.0"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/loader-runner" : {
2026-07-28 23:22:44 -06:00
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.2.tgz" ,
"integrity" : "sha512-DFEqQ3ihfS9blba08cLfYf1NRAIEm+dDjic073DRDc3/JspI/8wYmtDsHwd3+4hwvdxSK7PGaElfTmm0awWJ4w==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6.11.5"
2026-07-28 23:22:44 -06:00
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/locate-path" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz" ,
"integrity" : "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"p-locate" : "^5.0.0"
},
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/lodash" : {
2026-07-28 23:22:44 -06:00
"version" : "4.18.1" ,
"resolved" : "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz" ,
"integrity" : "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==" ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
2025-03-08 00:56:14 -06:00
"node_modules/lodash.defaults" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==" ,
"license" : "MIT"
2025-03-08 00:56:14 -06:00
},
"node_modules/lodash.difference" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/lodash.difference/-/lodash.difference-4.5.0.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==" ,
"license" : "MIT"
2025-03-08 00:56:14 -06:00
},
"node_modules/lodash.escaperegexp" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-TM9YBvyC84ZxE3rgfefxUWiQKLilstD6k7PTGt6wfbtXF8ixIJLOL3VYyV/z+ZiPLsVxAsKAFVwWlWeb2Y8Yyw==" ,
"license" : "MIT"
2025-03-08 00:56:14 -06:00
},
"node_modules/lodash.flatten" : {
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==" ,
"license" : "MIT"
2025-03-08 00:56:14 -06:00
},
"node_modules/lodash.groupby" : {
"version" : "4.6.0" ,
"resolved" : "https://registry.npmjs.org/lodash.groupby/-/lodash.groupby-4.6.0.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-5dcWxm23+VAoz+awKmBaiBvzox8+RqMgFhi7UvX9DHZr2HdxHXM/Wrf8cfKpsW37RNrvtPn6hSwNqurSILbmJw==" ,
"license" : "MIT"
2025-03-08 00:56:14 -06:00
},
2025-05-02 16:06:58 -06:00
"node_modules/lodash.includes" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz" ,
"integrity" : "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==" ,
"license" : "MIT"
},
2025-03-08 00:56:14 -06:00
"node_modules/lodash.isboolean" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==" ,
"license" : "MIT"
2025-03-08 00:56:14 -06:00
},
"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==" ,
2026-07-28 23:22:44 -06:00
"deprecated" : "This package is deprecated. Use require('node:util').isDeepStrictEqual instead." ,
"license" : "MIT"
2025-03-08 00:56:14 -06:00
},
"node_modules/lodash.isfunction" : {
"version" : "3.0.9" ,
"resolved" : "https://registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-3.0.9.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==" ,
"license" : "MIT"
2025-03-08 00:56:14 -06:00
},
2025-05-02 16:06:58 -06:00
"node_modules/lodash.isinteger" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz" ,
"integrity" : "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==" ,
"license" : "MIT"
},
2025-03-08 00:56:14 -06:00
"node_modules/lodash.isnil" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/lodash.isnil/-/lodash.isnil-4.0.0.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-up2Mzq3545mwVnMhTDMdfoG1OurpA/s5t88JmQX809eH3C8491iu2sfKhTfhQtKY78oPNhiaHJUpT/dUDAAtng==" ,
"license" : "MIT"
2025-03-08 00:56:14 -06:00
},
2025-05-02 16:06:58 -06:00
"node_modules/lodash.isnumber" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz" ,
"integrity" : "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==" ,
"license" : "MIT"
},
2025-03-08 00:56:14 -06:00
"node_modules/lodash.isplainobject" : {
"version" : "4.0.6" ,
"resolved" : "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==" ,
"license" : "MIT"
2025-03-08 00:56:14 -06:00
},
2025-05-02 16:06:58 -06:00
"node_modules/lodash.isstring" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz" ,
"integrity" : "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==" ,
"license" : "MIT"
},
2025-03-08 00:56:14 -06:00
"node_modules/lodash.isundefined" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/lodash.isundefined/-/lodash.isundefined-3.0.1.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-MXB1is3s899/cD8jheYYE2V9qTHwKvt+npCwpD+1Sxm3Q3cECXCiYHjeHWXNwr6Q0SOBPrYUDxendrO6goVTEA==" ,
"license" : "MIT"
2025-03-08 00:56:14 -06:00
},
2025-02-27 12:41:56 -06:00
"node_modules/lodash.memoize" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz" ,
"integrity" : "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/lodash.merge" : {
"version" : "4.6.2" ,
"resolved" : "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz" ,
"integrity" : "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
2025-05-02 16:06:58 -06:00
"node_modules/lodash.once" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz" ,
"integrity" : "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==" ,
"license" : "MIT"
},
2025-03-08 00:56:14 -06:00
"node_modules/lodash.union" : {
"version" : "4.6.0" ,
"resolved" : "https://registry.npmjs.org/lodash.union/-/lodash.union-4.6.0.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==" ,
"license" : "MIT"
2025-03-08 00:56:14 -06:00
},
"node_modules/lodash.uniq" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==" ,
"license" : "MIT"
2025-03-08 00:56:14 -06:00
},
2025-02-27 12:41:56 -06:00
"node_modules/log-symbols" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz" ,
"integrity" : "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"chalk" : "^4.1.0" ,
"is-unicode-supported" : "^0.1.0"
},
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/log-symbols/node_modules/is-unicode-supported" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz" ,
"integrity" : "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2025-03-07 14:14:37 -06:00
"node_modules/long" : {
2026-07-28 23:22:44 -06:00
"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"
2025-03-07 14:14:37 -06:00
},
2025-02-27 12:41:56 -06:00
"node_modules/lowercase-keys" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz" ,
"integrity" : "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/lru-cache" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz" ,
"integrity" : "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"yallist" : "^3.0.2"
}
},
2025-03-07 14:14:37 -06:00
"node_modules/lru.min" : {
2026-07-28 23:22:44 -06:00
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/lru.min/-/lru.min-1.1.4.tgz" ,
"integrity" : "sha512-DqC6n3QQ77zdFpCMASA1a3Jlb64Hv2N2DciFGkO/4L9+q/IpIAuRlKOvCXabtRW6cQf8usbmM6BE/TOPysCdIA==" ,
"license" : "MIT" ,
2025-03-07 14:14:37 -06:00
"engines" : {
"bun" : ">=1.0.0" ,
"deno" : ">=1.30.0" ,
"node" : ">=8.0.0"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wellwelwel"
}
},
2025-06-27 20:09:46 -06:00
"node_modules/luxon" : {
2026-07-28 23:22:44 -06:00
"version" : "3.7.2" ,
"resolved" : "https://registry.npmjs.org/luxon/-/luxon-3.7.2.tgz" ,
"integrity" : "sha512-vtEhXh/gNjI9Yg1u4jX/0YVPMvxzHuGgCm6tC5kZyb08yjGWGnqAjGJvcXbqQR2P3MyMEFnRbpcdFS6PBcLqew==" ,
2025-06-27 20:09:46 -06:00
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/magic-string" : {
"version" : "0.30.17" ,
"resolved" : "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz" ,
"integrity" : "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jridgewell/sourcemap-codec" : "^1.5.0"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/make-asynchronous" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/make-asynchronous/-/make-asynchronous-1.1.0.tgz" ,
"integrity" : "sha512-ayF7iT+44LXdxJLTrTd3TLQpFDDvPCBxXxbv+pMUSuHA5Q8zyAfwkRP6aHHwNVFBUFWtxAHqwNJxF8vMZLAbVg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"p-event" : "^6.0.0" ,
"type-fest" : "^4.6.0" ,
"web-worker" : "^1.5.0"
},
"engines" : {
"node" : ">=18"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/make-dir" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz" ,
"integrity" : "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"semver" : "^7.5.3"
},
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/make-error" : {
"version" : "1.3.6" ,
"resolved" : "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz" ,
"integrity" : "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" ,
2026-07-28 23:22:44 -06:00
"devOptional" : true ,
"license" : "ISC"
2025-02-27 12:41:56 -06:00
},
"node_modules/makeerror" : {
"version" : "1.0.12" ,
"resolved" : "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz" ,
"integrity" : "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-3-Clause" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"tmpl" : "1.0.5"
}
},
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.4"
}
},
"node_modules/media-typer" : {
2026-07-28 23:22:44 -06:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/media-typer/-/media-typer-1.1.1.tgz" ,
"integrity" : "sha512-yz3xRaG20c6/BOzvYoDaGtPmGscs7YivItZEEqe6GbwNfHuxu9YNmvnEkMzKldAGY4/80pRcQRZSEnhquk9XuQ==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.8"
2026-07-28 23:22:44 -06:00
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/memfs" : {
"version" : "3.5.3" ,
"resolved" : "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz" ,
"integrity" : "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Unlicense" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"fs-monkey" : "^1.0.4"
},
"engines" : {
"node" : ">= 4.0.0"
}
},
"node_modules/merge-descriptors" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz" ,
"integrity" : "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=18"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/merge-stream" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz" ,
"integrity" : "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/methods" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz" ,
"integrity" : "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.6"
}
},
"node_modules/micromatch" : {
"version" : "4.0.8" ,
"resolved" : "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz" ,
"integrity" : "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"braces" : "^3.0.3" ,
"picomatch" : "^2.3.1"
},
"engines" : {
"node" : ">=8.6"
}
},
"node_modules/micromatch/node_modules/picomatch" : {
2026-07-28 23:22:44 -06:00
"version" : "2.3.2" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz" ,
"integrity" : "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=8.6"
},
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/mime" : {
"version" : "2.6.0" ,
"resolved" : "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz" ,
"integrity" : "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"bin" : {
"mime" : "cli.js"
},
"engines" : {
"node" : ">=4.0.0"
}
},
"node_modules/mime-db" : {
2026-07-28 23:22:44 -06:00
"version" : "1.54.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz" ,
"integrity" : "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.6"
}
},
"node_modules/mime-types" : {
2026-07-28 23:22:44 -06:00
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz" ,
"integrity" : "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"mime-db" : "^1.54.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=18"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/mimic-fn" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz" ,
"integrity" : "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6"
}
},
"node_modules/mimic-response" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz" ,
"integrity" : "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/minimatch" : {
2026-07-28 23:22:44 -06:00
"version" : "3.1.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz" ,
"integrity" : "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==" ,
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/minimizer-webpack-plugin" : {
"version" : "5.6.1" ,
"resolved" : "https://registry.npmjs.org/minimizer-webpack-plugin/-/minimizer-webpack-plugin-5.6.1.tgz" ,
"integrity" : "sha512-DoeAZz8Q1C1znwsUzej1fdoi4jCf7/+Em27ouLqfK/+3m8G+D7yDhUwrc3CNhjSzGUN1kn7Iv4sWmjflQHenpw==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@jridgewell/trace-mapping" : "^0.3.25" ,
"jest-worker" : "^27.4.5" ,
"schema-utils" : "^4.3.0" ,
"terser" : "^5.31.1"
},
"engines" : {
"node" : ">= 10.13.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
},
"peerDependencies" : {
"webpack" : "^5.1.0"
},
"peerDependenciesMeta" : {
"@minify-html/node" : {
"optional" : true
},
"@swc/core" : {
"optional" : true
},
"@swc/css" : {
"optional" : true
},
"@swc/html" : {
"optional" : true
},
"clean-css" : {
"optional" : true
},
"cssnano" : {
"optional" : true
},
"csso" : {
"optional" : true
},
"esbuild" : {
"optional" : true
},
"html-minifier-terser" : {
"optional" : true
},
"lightningcss" : {
"optional" : true
},
"postcss" : {
"optional" : true
},
"uglify-js" : {
"optional" : true
}
}
},
"node_modules/minimizer-webpack-plugin/node_modules/ajv" : {
"version" : "8.20.0" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz" ,
"integrity" : "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"fast-deep-equal" : "^3.1.3" ,
"fast-uri" : "^3.0.1" ,
"json-schema-traverse" : "^1.0.0" ,
"require-from-string" : "^2.0.2"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/minimizer-webpack-plugin/node_modules/ajv-formats" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz" ,
"integrity" : "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"ajv" : "^8.0.0"
},
"peerDependencies" : {
"ajv" : "^8.0.0"
},
"peerDependenciesMeta" : {
"ajv" : {
"optional" : true
}
}
},
"node_modules/minimizer-webpack-plugin/node_modules/ajv-keywords" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz" ,
"integrity" : "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"fast-deep-equal" : "^3.1.3"
},
"peerDependencies" : {
"ajv" : "^8.8.2"
}
},
"node_modules/minimizer-webpack-plugin/node_modules/jest-worker" : {
"version" : "27.5.1" ,
"resolved" : "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz" ,
"integrity" : "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@types/node" : "*" ,
"merge-stream" : "^2.0.0" ,
"supports-color" : "^8.0.0"
},
"engines" : {
"node" : ">= 10.13.0"
}
},
"node_modules/minimizer-webpack-plugin/node_modules/json-schema-traverse" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz" ,
"integrity" : "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
},
"node_modules/minimizer-webpack-plugin/node_modules/schema-utils" : {
"version" : "4.3.3" ,
"resolved" : "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz" ,
"integrity" : "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@types/json-schema" : "^7.0.9" ,
"ajv" : "^8.9.0" ,
"ajv-formats" : "^2.1.1" ,
"ajv-keywords" : "^5.1.0"
},
"engines" : {
"node" : ">= 10.13.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
}
},
"node_modules/minimizer-webpack-plugin/node_modules/supports-color" : {
"version" : "8.1.1" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz" ,
"integrity" : "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"has-flag" : "^4.0.0"
},
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/chalk/supports-color?sponsor=1"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/minipass" : {
2026-07-28 23:22:44 -06:00
"version" : "7.1.3" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz" ,
"integrity" : "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==" ,
"dev" : true ,
"license" : "BlueOak-1.0.0" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=16 || 14 >=14.17"
}
},
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"minimist" : "^1.2.6"
},
"bin" : {
"mkdirp" : "bin/cmd.js"
}
},
"node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
2025-06-27 20:09:46 -06:00
"node_modules/msgpackr" : {
2026-07-28 23:22:44 -06:00
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/msgpackr/-/msgpackr-1.12.1.tgz" ,
"integrity" : "sha512-4EUH9tQHnMmEgzW/MdAP0KIfa1T9AF+htl0ffe2n5vb2EKn9y2co8ccpgWko6S52Jy1PQZKwRnx5/KkYjtd9MQ==" ,
2025-06-27 20:09:46 -06:00
"license" : "MIT" ,
"optionalDependencies" : {
"msgpackr-extract" : "^3.0.2"
}
},
"node_modules/msgpackr-extract" : {
2026-07-28 23:22:44 -06:00
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/msgpackr-extract/-/msgpackr-extract-3.0.4.tgz" ,
"integrity" : "sha512-4kmO/MdyUIkLIvTPr8VHLil4AtoKIoniWPIEk5+CDy0xnWC84azhSFmuJ7PxZdsYtiP5kEeQsORAVIeMgxT+Hw==" ,
2025-06-27 20:09:46 -06:00
"hasInstallScript" : true ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"node-gyp-build-optional-packages" : "5.2.2"
},
"bin" : {
"download-msgpackr-prebuilds" : "bin/download-prebuilds.js"
},
"optionalDependencies" : {
2026-07-28 23:22:44 -06:00
"@msgpackr-extract/msgpackr-extract-darwin-arm64" : "3.0.4" ,
"@msgpackr-extract/msgpackr-extract-darwin-x64" : "3.0.4" ,
"@msgpackr-extract/msgpackr-extract-linux-arm" : "3.0.4" ,
"@msgpackr-extract/msgpackr-extract-linux-arm64" : "3.0.4" ,
"@msgpackr-extract/msgpackr-extract-linux-x64" : "3.0.4" ,
"@msgpackr-extract/msgpackr-extract-win32-x64" : "3.0.4"
2025-06-27 20:09:46 -06:00
}
},
2025-02-27 12:41:56 -06:00
"node_modules/multer" : {
2026-07-28 23:22:44 -06:00
"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" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"append-field" : "^1.0.0" ,
"busboy" : "^1.0.0" ,
"concat-stream" : "^1.5.2" ,
"mkdirp" : "^0.5.4" ,
"object-assign" : "^4.1.1" ,
"type-is" : "^1.6.4" ,
"xtend" : "^4.0.0"
},
"engines" : {
"node" : ">= 6.0.0"
}
},
"node_modules/multer/node_modules/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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.6"
}
},
"node_modules/multer/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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.6"
}
},
"node_modules/multer/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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"mime-db" : "1.52.0"
},
"engines" : {
"node" : ">= 0.6"
}
},
"node_modules/multer/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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"media-typer" : "0.3.0" ,
"mime-types" : "~2.1.24"
},
"engines" : {
"node" : ">= 0.6"
}
},
"node_modules/mute-stream" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz" ,
"integrity" : "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
},
2025-03-07 14:14:37 -06:00
"node_modules/mysql2" : {
2026-07-28 23:22:44 -06:00
"version" : "3.23.2" ,
"resolved" : "https://registry.npmjs.org/mysql2/-/mysql2-3.23.2.tgz" ,
"integrity" : "sha512-fxh3HpQ8vJtu/Mmnd4Xsur19jGjHGzRLMxptiDtOkbX7EVBgnafGSGDx1WGGVmJLClVh2LeeBMMo24IFv8wCyQ==" ,
"license" : "MIT" ,
2025-03-07 14:14:37 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"aws-ssl-profiles" : "^1.1.2" ,
2025-03-07 14:14:37 -06:00
"denque" : "^2.1.0" ,
"generate-function" : "^2.3.1" ,
2026-07-28 23:22:44 -06:00
"iconv-lite" : "^0.7.2" ,
"long" : "^5.3.2" ,
"lru.min" : "^1.1.4" ,
"named-placeholders" : "^1.1.6" ,
"sql-escaper" : "^1.5.1"
2025-03-07 14:14:37 -06:00
},
"engines" : {
"node" : ">= 8.0"
},
2026-07-28 23:22:44 -06:00
"peerDependencies" : {
"@types/node" : ">= 8"
2025-03-07 14:14:37 -06:00
}
},
"node_modules/named-placeholders" : {
2026-07-28 23:22:44 -06:00
"version" : "1.1.6" ,
"resolved" : "https://registry.npmjs.org/named-placeholders/-/named-placeholders-1.1.6.tgz" ,
"integrity" : "sha512-Tz09sEL2EEuv5fFowm419c1+a/jSMiBjI9gHxVLrVdbUkkNUUfjsVYs9pVZu5oCon/kmRh9TfLEObFtkVxmY0w==" ,
"license" : "MIT" ,
2025-03-07 14:14:37 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"lru.min" : "^1.1.0"
2025-03-07 14:14:37 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=8.0.0"
2025-03-07 14:14:37 -06:00
}
},
2025-02-27 12:41:56 -06:00
"node_modules/natural-compare" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" ,
"integrity" : "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/negotiator" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz" ,
"integrity" : "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.6"
}
},
"node_modules/neo-async" : {
"version" : "2.6.2" ,
"resolved" : "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz" ,
"integrity" : "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/node-abort-controller" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-3.1.1.tgz" ,
"integrity" : "sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/node-emoji" : {
"version" : "1.11.0" ,
"resolved" : "https://registry.npmjs.org/node-emoji/-/node-emoji-1.11.0.tgz" ,
"integrity" : "sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"lodash" : "^4.17.21"
}
},
2025-06-27 20:09:46 -06:00
"node_modules/node-gyp-build-optional-packages" : {
"version" : "5.2.2" ,
"resolved" : "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.2.2.tgz" ,
"integrity" : "sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"detect-libc" : "^2.0.1"
},
"bin" : {
"node-gyp-build-optional-packages" : "bin.js" ,
"node-gyp-build-optional-packages-optional" : "optional.js" ,
"node-gyp-build-optional-packages-test" : "build-test.js"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/node-int64" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz" ,
"integrity" : "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/node-releases" : {
2026-07-28 23:22:44 -06:00
"version" : "2.0.51" ,
"resolved" : "https://registry.npmjs.org/node-releases/-/node-releases-2.0.51.tgz" ,
"integrity" : "sha512-wRNIrw4DmVLKQlbgOMdkMx27Wrpzes2hh5Jtbi2bjPd+4wJstWIqP5A+lscnqbm0xxmT5Bpg8Lec5ItEBwx6BQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
}
2025-02-27 12:41:56 -06:00
},
"node_modules/nodemailer" : {
2026-07-28 23:22:44 -06:00
"version" : "9.0.3" ,
"resolved" : "https://registry.npmjs.org/nodemailer/-/nodemailer-9.0.3.tgz" ,
"integrity" : "sha512-n+YP+NKwR5zRWa60k3GiQ6Q3B4KXCoAw40dAKeCtYn020iNN74aWK2liXIC3ZEATeGql7we3tE3t8QwhY0eskw==" ,
"license" : "MIT-0" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6.0.0"
}
},
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=0.10.0"
}
},
"node_modules/normalize-url" : {
2026-07-28 23:22:44 -06:00
"version" : "8.1.1" ,
"resolved" : "https://registry.npmjs.org/normalize-url/-/normalize-url-8.1.1.tgz" ,
"integrity" : "sha512-JYc0DPlpGWB40kH5g07gGTrYuMqV653k3uBKY6uITPWds3M0ov3GaWGp9lbE3Bzngx8+XkfzgvASb9vk9JDFXQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=14.16"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/npm-run-path" : {
2026-07-28 23:22:44 -06:00
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/npm-run-path/-/npm-run-path-6.0.0.tgz" ,
"integrity" : "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"path-key" : "^4.0.0" ,
"unicorn-magic" : "^0.3.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=18"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/npm-run-path/node_modules/path-key" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz" ,
"integrity" : "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2025-02-27 12:41:56 -06:00
}
},
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"wrappy" : "1"
}
},
"node_modules/onetime" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz" ,
"integrity" : "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"mimic-fn" : "^2.1.0"
},
"engines" : {
"node" : ">=6"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/optionator" : {
"version" : "0.9.4" ,
"resolved" : "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz" ,
"integrity" : "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"deep-is" : "^0.1.3" ,
"fast-levenshtein" : "^2.0.6" ,
"levn" : "^0.4.1" ,
"prelude-ls" : "^1.2.1" ,
"type-check" : "^0.4.0" ,
"word-wrap" : "^1.2.5"
},
"engines" : {
"node" : ">= 0.8.0"
}
},
"node_modules/ora" : {
"version" : "5.4.1" ,
"resolved" : "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz" ,
"integrity" : "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"bl" : "^4.1.0" ,
"chalk" : "^4.1.0" ,
"cli-cursor" : "^3.1.0" ,
"cli-spinners" : "^2.5.0" ,
"is-interactive" : "^1.0.0" ,
"is-unicode-supported" : "^0.1.0" ,
"log-symbols" : "^4.1.0" ,
"strip-ansi" : "^6.0.0" ,
"wcwidth" : "^1.0.1"
},
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/ora/node_modules/is-unicode-supported" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz" ,
"integrity" : "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=10"
2025-02-27 12:41:56 -06:00
},
2026-07-28 23:22:44 -06:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2025-02-27 12:41:56 -06:00
}
},
2026-07-28 23:22:44 -06:00
"node_modules/p-cancelable" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/p-cancelable/-/p-cancelable-4.0.1.tgz" ,
"integrity" : "sha512-wBowNApzd45EIKdO1LaU+LrMBwAcjfPaYtVzV3lmfM3gf8Z4CHZsiIqlM8TZZ8okYvh5A1cP6gTfCRQtwUpaUg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=14.16"
2025-02-27 12:41:56 -06:00
}
},
2026-07-28 23:22:44 -06:00
"node_modules/p-event" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/p-event/-/p-event-6.0.1.tgz" ,
"integrity" : "sha512-Q6Bekk5wpzW5qIyUP4gdMEujObYstZl6DMMOSenwBvV0BlE5LkDwkjs5yHbZmdCEq2o4RJx4tE1vwxFVf2FG1w==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
"dependencies" : {
"p-timeout" : "^6.1.2"
},
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=16.17"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/p-limit" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz" ,
"integrity" : "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"yocto-queue" : "^0.1.0"
},
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/p-locate" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz" ,
"integrity" : "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"p-limit" : "^3.0.2"
},
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/p-timeout" : {
"version" : "6.1.4" ,
"resolved" : "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz" ,
"integrity" : "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=14.16"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/p-try" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz" ,
"integrity" : "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6"
}
},
2025-03-08 00:56:14 -06:00
"node_modules/pako" : {
"version" : "1.0.11" ,
"resolved" : "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" ,
"license" : "(MIT AND Zlib)"
2025-03-08 00:56:14 -06:00
},
2025-02-27 12:41:56 -06:00
"node_modules/parent-module" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz" ,
"integrity" : "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"callsites" : "^3.0.0"
},
"engines" : {
"node" : ">=6"
}
},
"node_modules/parse-json" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz" ,
"integrity" : "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@babel/code-frame" : "^7.0.0" ,
"error-ex" : "^1.3.1" ,
"json-parse-even-better-errors" : "^2.3.0" ,
"lines-and-columns" : "^1.1.6"
},
"engines" : {
"node" : ">=8"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/parse-ms" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/parse-ms/-/parse-ms-4.0.0.tgz" ,
"integrity" : "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/parseurl" : {
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz" ,
"integrity" : "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.8"
}
},
2025-05-02 16:06:58 -06:00
"node_modules/passport" : {
"version" : "0.7.0" ,
"resolved" : "https://registry.npmjs.org/passport/-/passport-0.7.0.tgz" ,
"integrity" : "sha512-cPLl+qZpSc+ireUvt+IzqbED1cHHkDoVYMo30jbJIdOOjQ1MQYZBPiNvmi8UM6lJuOpTPXJGZQk0DtC4y61MYQ==" ,
"license" : "MIT" ,
"dependencies" : {
"passport-strategy" : "1.x.x" ,
"pause" : "0.0.1" ,
"utils-merge" : "^1.0.1"
},
"engines" : {
"node" : ">= 0.4.0"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/jaredhanson"
}
},
"node_modules/passport-strategy" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz" ,
"integrity" : "sha512-CB97UUvDKJde2V0KDWWB3lyf6PC3FaZP7YxZ2G8OAtn9p4HI9j9JLP9qjOGZFvyl8uwNT8qM+hGnz/n16NI7oA==" ,
"engines" : {
"node" : ">= 0.4.0"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/path-exists" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" ,
"integrity" : "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=0.10.0"
}
},
"node_modules/path-key" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" ,
"integrity" : "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=8"
}
},
"node_modules/path-parse" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" ,
"integrity" : "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/path-scurry" : {
2026-07-28 23:22:44 -06:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz" ,
"integrity" : "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BlueOak-1.0.0" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"lru-cache" : "^11.0.0" ,
"minipass" : "^7.1.2"
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : "18 || 20 || >=22"
2025-02-27 12:41:56 -06:00
},
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
},
"node_modules/path-scurry/node_modules/lru-cache" : {
2026-07-28 23:22:44 -06:00
"version" : "11.5.2" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.2.tgz" ,
"integrity" : "sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BlueOak-1.0.0" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : "20 || >=22"
}
},
"node_modules/path-to-regexp" : {
2026-07-28 23:22:44 -06:00
"version" : "8.4.2" ,
"resolved" : "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz" ,
"integrity" : "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==" ,
"license" : "MIT" ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/path-type" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz" ,
"integrity" : "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=8"
}
},
2025-05-02 16:06:58 -06:00
"node_modules/pause" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/pause/-/pause-0.0.1.tgz" ,
"integrity" : "sha512-KG8UEiEVkR3wGEb4m5yZkVCzigAD+cVEJck2CzYZO37ZGJfctvVptVO192MwrtPhzONn6go8ylnOdMhKqi4nfg=="
},
2025-02-27 12:41:56 -06:00
"node_modules/pend" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz" ,
"integrity" : "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/picocolors" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz" ,
"integrity" : "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "ISC"
2025-02-27 12:41:56 -06:00
},
"node_modules/picomatch" : {
2026-07-28 23:22:44 -06:00
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz" ,
"integrity" : "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=12"
},
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/pirates" : {
2026-07-28 23:22:44 -06:00
"version" : "4.0.7" ,
"resolved" : "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz" ,
"integrity" : "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 6"
}
},
"node_modules/piscina" : {
2026-07-28 23:22:44 -06:00
"version" : "4.9.3" ,
"resolved" : "https://registry.npmjs.org/piscina/-/piscina-4.9.3.tgz" ,
"integrity" : "sha512-3e3ka9QCE8RJ5I9uszdAADZnkcYi21cqmF3gxox3u884N72qpFHCsIVhHt8cEQ9t3Auq/NqoiCEuhxlxxQuDWA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"optionalDependencies" : {
"@napi-rs/nice" : "^1.0.1"
}
},
"node_modules/pkg-dir" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz" ,
"integrity" : "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"find-up" : "^4.0.0"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/pkg-dir/node_modules/find-up" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz" ,
"integrity" : "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"locate-path" : "^5.0.0" ,
"path-exists" : "^4.0.0"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/pkg-dir/node_modules/locate-path" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" ,
"integrity" : "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"p-locate" : "^4.1.0"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/pkg-dir/node_modules/p-limit" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz" ,
"integrity" : "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"p-try" : "^2.0.0"
},
"engines" : {
"node" : ">=6"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/pkg-dir/node_modules/p-locate" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz" ,
"integrity" : "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"p-limit" : "^2.2.0"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/pluralize" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz" ,
"integrity" : "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=4"
}
},
"node_modules/prelude-ls" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz" ,
"integrity" : "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.8.0"
}
},
"node_modules/prettier" : {
2026-07-28 23:22:44 -06:00
"version" : "3.9.6" ,
"resolved" : "https://registry.npmjs.org/prettier/-/prettier-3.9.6.tgz" ,
"integrity" : "sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"bin" : {
"prettier" : "bin/prettier.cjs"
},
"engines" : {
"node" : ">=14"
},
"funding" : {
"url" : "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/prettier-linter-helpers" : {
2026-07-28 23:22:44 -06:00
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.1.tgz" ,
"integrity" : "sha512-SxToR7P8Y2lWmv/kTzVLC1t/GDI2WGjMwNhLLE9qtH8Q13C+aEmuRlzDst4Up4s0Wc8sF2M+J57iB3cMLqftfg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"fast-diff" : "^1.1.2"
},
"engines" : {
"node" : ">=6.0.0"
}
},
"node_modules/pretty-format" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz" ,
"integrity" : "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jest/schemas" : "^29.6.3" ,
"ansi-styles" : "^5.0.0" ,
"react-is" : "^18.0.0"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/pretty-format/node_modules/ansi-styles" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz" ,
"integrity" : "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/pretty-ms" : {
"version" : "9.3.0" ,
"resolved" : "https://registry.npmjs.org/pretty-ms/-/pretty-ms-9.3.0.tgz" ,
"integrity" : "sha512-gjVS5hOP+M3wMm5nmNOucbIrqudzs9v/57bWRHQWLYklXqoXKrVfYW2W9+glfGsqtPgpiz5WwyEEB+ksXIx3gQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"parse-ms" : "^4.0.0"
},
"engines" : {
"node" : ">=18"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/process-nextick-args" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/prompts" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz" ,
"integrity" : "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"kleur" : "^3.0.3" ,
"sisteransi" : "^1.0.5"
},
"engines" : {
"node" : ">= 6"
}
},
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"forwarded" : "0.2.0" ,
"ipaddr.js" : "1.9.1"
},
"engines" : {
"node" : ">= 0.10"
}
},
"node_modules/punycode" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz" ,
"integrity" : "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6"
}
},
"node_modules/pure-rand" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz" ,
"integrity" : "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==" ,
"dev" : true ,
"funding" : [
{
"type" : "individual" ,
"url" : "https://github.com/sponsors/dubzzz"
},
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/fast-check"
}
2026-07-28 23:22:44 -06:00
],
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/qs" : {
2026-07-28 23:22:44 -06:00
"version" : "6.15.3" ,
"resolved" : "https://registry.npmjs.org/qs/-/qs-6.15.3.tgz" ,
"integrity" : "sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==" ,
"license" : "BSD-3-Clause" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"es-define-property" : "^1.0.1" ,
"side-channel" : "^1.1.1"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=0.6"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/quick-lru" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz" ,
"integrity" : "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/range-parser" : {
2026-07-28 23:22:44 -06:00
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/range-parser/-/range-parser-1.3.0.tgz" ,
"integrity" : "sha512-hek2mFQpPuI4E1BBKrSto+BU3e3x4xuarsbiwr3+lf7p44juvFMV0XFWQAP3xUyqXA4RrXLIoaSUGbSt056ZMw==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.6"
},
2026-07-28 23:22:44 -06:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2025-02-27 12:41:56 -06:00
}
},
2026-07-28 23:22:44 -06:00
"node_modules/raw-body" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz" ,
"integrity" : "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"bytes" : "~3.1.2" ,
"http-errors" : "~2.0.1" ,
"iconv-lite" : "~0.7.0" ,
"unpipe" : "~1.0.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">= 0.10"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/react-is" : {
"version" : "18.3.1" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz" ,
"integrity" : "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/readable-stream" : {
2026-07-28 23:22:44 -06:00
"version" : "3.6.2" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" ,
"integrity" : "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"inherits" : "^2.0.3" ,
"string_decoder" : "^1.1.1" ,
"util-deprecate" : "^1.0.1"
},
"engines" : {
"node" : ">= 6"
2025-02-27 12:41:56 -06:00
}
},
2025-03-08 00:56:14 -06:00
"node_modules/readdir-glob" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz" ,
"integrity" : "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==" ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-03-08 00:56:14 -06:00
"dependencies" : {
"minimatch" : "^5.1.0"
}
},
"node_modules/readdir-glob/node_modules/brace-expansion" : {
2026-07-28 23:22:44 -06:00
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.2.tgz" ,
"integrity" : "sha512-w5JZcKgdhDOgOwm8H+KgbosopHMuGcl6qbulwjtz3SM7I7P3yW1eAjzMPLrIE+NQ9vjgANKHWeMHnrT0OXW1oA==" ,
"license" : "MIT" ,
2025-03-08 00:56:14 -06:00
"dependencies" : {
"balanced-match" : "^1.0.0"
}
},
"node_modules/readdir-glob/node_modules/minimatch" : {
2026-07-28 23:22:44 -06:00
"version" : "5.1.9" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz" ,
"integrity" : "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==" ,
"license" : "ISC" ,
2025-03-08 00:56:14 -06:00
"dependencies" : {
"brace-expansion" : "^2.0.1"
},
2026-07-28 23:22:44 -06:00
"engines" : {
"node" : ">=10"
2025-02-27 12:41:56 -06:00
}
},
2025-06-27 20:09:46 -06:00
"node_modules/redis-errors" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz" ,
"integrity" : "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
},
"node_modules/redis-parser" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz" ,
"integrity" : "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==" ,
"license" : "MIT" ,
"dependencies" : {
"redis-errors" : "^1.0.0"
},
"engines" : {
"node" : ">=4"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/reflect-metadata" : {
"version" : "0.2.2" ,
"resolved" : "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==" ,
"license" : "Apache-2.0"
2025-02-27 12:41:56 -06:00
},
"node_modules/require-directory" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz" ,
"integrity" : "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=0.10.0"
}
},
"node_modules/require-from-string" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz" ,
"integrity" : "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=0.10.0"
}
},
"node_modules/resolve" : {
2026-07-28 23:22:44 -06:00
"version" : "1.22.12" ,
"resolved" : "https://registry.npmjs.org/resolve/-/resolve-1.22.12.tgz" ,
"integrity" : "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"es-errors" : "^1.3.0" ,
"is-core-module" : "^2.16.1" ,
2025-02-27 12:41:56 -06:00
"path-parse" : "^1.0.7" ,
"supports-preserve-symlinks-flag" : "^1.0.0"
},
"bin" : {
"resolve" : "bin/resolve"
},
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/resolve-alpn" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz" ,
"integrity" : "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/resolve-cwd" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz" ,
"integrity" : "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"resolve-from" : "^5.0.0"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/resolve-cwd/node_modules/resolve-from" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz" ,
"integrity" : "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=8"
}
},
"node_modules/resolve-from" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz" ,
"integrity" : "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=4"
}
},
"node_modules/resolve.exports" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.3.tgz" ,
"integrity" : "sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=10"
}
},
"node_modules/responselike" : {
2026-07-28 23:22:44 -06:00
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/responselike/-/responselike-4.0.2.tgz" ,
"integrity" : "sha512-cGk8IbWEAnaCpdAt1BHzJ3Ahz5ewDJa0KseTsE3qIRMJ3C698W8psM7byCeWVpd/Ha7FUYzuRVzXoKoM6nRUbA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"lowercase-keys" : "^3.0.0"
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=20"
2025-02-27 12:41:56 -06:00
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/restore-cursor" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz" ,
"integrity" : "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"onetime" : "^5.1.0" ,
"signal-exit" : "^3.0.2"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/restore-cursor/node_modules/signal-exit" : {
"version" : "3.0.7" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" ,
"integrity" : "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "ISC"
2025-02-27 12:41:56 -06:00
},
2025-03-08 00:56:14 -06:00
"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" ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-03-08 00:56:14 -06:00
"dependencies" : {
"glob" : "^7.1.3"
},
"bin" : {
"rimraf" : "bin.js"
}
},
"node_modules/rimraf/node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
2026-07-28 23:22:44 -06:00
"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" ,
2025-03-08 00:56:14 -06:00
"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"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/router" : {
2026-07-28 23:22:44 -06:00
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/router/-/router-2.2.0.tgz" ,
"integrity" : "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"debug" : "^4.4.0" ,
"depd" : "^2.0.0" ,
2025-02-27 12:41:56 -06:00
"is-promise" : "^4.0.0" ,
"parseurl" : "^1.3.3" ,
"path-to-regexp" : "^8.0.0"
},
"engines" : {
"node" : ">= 18"
}
},
"node_modules/rxjs" : {
"version" : "7.8.2" ,
"resolved" : "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz" ,
"integrity" : "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==" ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"tslib" : "^2.1.0"
}
},
"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"
}
2026-07-28 23:22:44 -06:00
],
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/safer-buffer" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
2025-03-08 00:56:14 -06:00
"node_modules/saxes" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz" ,
"integrity" : "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==" ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-03-08 00:56:14 -06:00
"dependencies" : {
"xmlchars" : "^2.2.0"
},
"engines" : {
"node" : ">=10"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/schema-utils" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz" ,
"integrity" : "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@types/json-schema" : "^7.0.8" ,
"ajv" : "^6.12.5" ,
"ajv-keywords" : "^3.5.2"
},
"engines" : {
"node" : ">= 10.13.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
}
},
"node_modules/seek-bzip" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/seek-bzip/-/seek-bzip-2.0.0.tgz" ,
"integrity" : "sha512-SMguiTnYrhpLdk3PwfzHeotrcwi8bNV4iemL9tx9poR/yeaMYwB9VzR1w7b57DuWpuqR8n6oZboi0hj3AxZxQg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"commander" : "^6.0.0"
},
"bin" : {
"seek-bunzip" : "bin/seek-bunzip" ,
"seek-table" : "bin/seek-bzip-table"
}
},
"node_modules/seek-bzip/node_modules/commander" : {
"version" : "6.2.1" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz" ,
"integrity" : "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 6"
}
},
"node_modules/semver" : {
2026-07-28 23:22:44 -06:00
"version" : "7.8.5" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz" ,
"integrity" : "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==" ,
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"bin" : {
"semver" : "bin/semver.js"
},
"engines" : {
"node" : ">=10"
}
},
"node_modules/semver-regex" : {
"version" : "4.0.5" ,
"resolved" : "https://registry.npmjs.org/semver-regex/-/semver-regex-4.0.5.tgz" ,
"integrity" : "sha512-hunMQrEy1T6Jr2uEVjrAIqjwWcQTgOAcIM52C8MY1EZSD3DDNft04XzvYKPqjED65bNVVko0YI38nYeEHCX3yw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=12"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/semver-truncate" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/semver-truncate/-/semver-truncate-3.0.0.tgz" ,
"integrity" : "sha512-LJWA9kSvMolR51oDE6PN3kALBNaUdkxzAGcexw8gjMA8xr5zUqK0JiR3CgARSqanYF3Z1YHvsErb1KDgh+v7Rg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"semver" : "^7.3.5"
},
"engines" : {
"node" : ">=12"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/send" : {
2026-07-28 23:22:44 -06:00
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/send/-/send-1.2.1.tgz" ,
"integrity" : "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"debug" : "^4.4.3" ,
2025-02-27 12:41:56 -06:00
"encodeurl" : "^2.0.0" ,
"escape-html" : "^1.0.3" ,
"etag" : "^1.8.1" ,
2026-07-28 23:22:44 -06:00
"fresh" : "^2.0.0" ,
"http-errors" : "^2.0.1" ,
"mime-types" : "^3.0.2" ,
2025-02-27 12:41:56 -06:00
"ms" : "^2.1.3" ,
"on-finished" : "^2.4.1" ,
"range-parser" : "^1.2.1" ,
2026-07-28 23:22:44 -06:00
"statuses" : "^2.0.2"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">= 18"
},
2026-07-28 23:22:44 -06:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/serve-static" : {
2026-07-28 23:22:44 -06:00
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz" ,
"integrity" : "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"encodeurl" : "^2.0.0" ,
"escape-html" : "^1.0.3" ,
"parseurl" : "^1.3.3" ,
2026-07-28 23:22:44 -06:00
"send" : "^1.2.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">= 18"
2026-07-28 23:22:44 -06:00
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2025-02-27 12:41:56 -06:00
}
},
2025-03-08 00:56:14 -06:00
"node_modules/setimmediate" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==" ,
"license" : "MIT"
2025-03-08 00:56:14 -06:00
},
2025-02-27 12:41:56 -06:00
"node_modules/setprototypeof" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" ,
"license" : "ISC"
2025-03-07 14:14:37 -06:00
},
2025-02-27 12:41:56 -06:00
"node_modules/shebang-command" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" ,
"integrity" : "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"shebang-regex" : "^3.0.0"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/shebang-regex" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" ,
"integrity" : "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=8"
}
},
"node_modules/side-channel" : {
2026-07-28 23:22:44 -06:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/side-channel/-/side-channel-1.1.1.tgz" ,
"integrity" : "sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"es-errors" : "^1.3.0" ,
2026-07-28 23:22:44 -06:00
"object-inspect" : "^1.13.4" ,
"side-channel-list" : "^1.0.1" ,
2025-02-27 12:41:56 -06:00
"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" : {
2026-07-28 23:22:44 -06:00
"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" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"es-errors" : "^1.3.0" ,
2026-07-28 23:22:44 -06:00
"object-inspect" : "^1.13.4"
2025-02-27 12:41:56 -06:00
},
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"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/signal-exit" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" ,
"integrity" : "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=14"
},
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
},
"node_modules/sisteransi" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz" ,
"integrity" : "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/slash" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz" ,
"integrity" : "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=8"
}
},
"node_modules/sort-keys" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz" ,
"integrity" : "sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"is-plain-obj" : "^1.0.0"
},
"engines" : {
"node" : ">=0.10.0"
}
},
"node_modules/sort-keys-length" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/sort-keys-length/-/sort-keys-length-1.0.1.tgz" ,
"integrity" : "sha512-GRbEOUqCxemTAk/b32F2xa8wDTs+Z1QHOkbhJDQTvv/6G3ZkbJ+frYWsTcc7cBB3Fu4wy4XlLCuNtJuMn7Gsvw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"sort-keys" : "^1.0.0"
},
"engines" : {
"node" : ">=0.10.0"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/sort-keys/node_modules/is-plain-obj" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz" ,
"integrity" : "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/source-map" : {
"version" : "0.7.4" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz" ,
"integrity" : "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-3-Clause" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 8"
}
},
"node_modules/source-map-support" : {
"version" : "0.5.21" ,
"resolved" : "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz" ,
"integrity" : "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"buffer-from" : "^1.0.0" ,
"source-map" : "^0.6.0"
}
},
"node_modules/source-map-support/node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-3-Clause" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=0.10.0"
}
},
"node_modules/sprintf-js" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" ,
"integrity" : "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "BSD-3-Clause"
},
"node_modules/sql-escaper" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/sql-escaper/-/sql-escaper-1.5.1.tgz" ,
"integrity" : "sha512-4toX5E1fQbBrpfXidaHnF0669nkAdETeIPTs2SUjxxD7RRIs9ICG4gtpmfc68JCEKehsdwLFqBu9VlQqZ1P1gg==" ,
"license" : "MIT" ,
"engines" : {
"bun" : ">=1.0.0" ,
"deno" : ">=2.0.0" ,
"node" : ">=12.0.0"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/mysqljs/sql-escaper?sponsor=1"
}
2025-02-27 12:41:56 -06:00
},
2025-03-07 14:14:37 -06:00
"node_modules/sql-highlight" : {
2026-07-28 23:22:44 -06:00
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/sql-highlight/-/sql-highlight-6.1.0.tgz" ,
"integrity" : "sha512-ed7OK4e9ywpE7pgRMkMQmZDPKSVdm0oX5IEtZiKnFucSF0zu6c80GZBe38UqHuVhTWJ9xsKgSMjCG2bml86KvA==" ,
2025-03-07 14:14:37 -06:00
"funding" : [
"https://github.com/scriptcoded/sql-highlight?sponsor=1" ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/scriptcoded"
}
],
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-03-07 14:14:37 -06:00
"engines" : {
"node" : ">=14"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/stack-utils" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz" ,
"integrity" : "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"escape-string-regexp" : "^2.0.0"
},
"engines" : {
"node" : ">=10"
}
},
"node_modules/stack-utils/node_modules/escape-string-regexp" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz" ,
"integrity" : "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=8"
}
},
2025-06-27 20:09:46 -06:00
"node_modules/standard-as-callback" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz" ,
"integrity" : "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==" ,
"license" : "MIT"
},
2025-02-27 12:41:56 -06:00
"node_modules/statuses" : {
2026-07-28 23:22:44 -06:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz" ,
"integrity" : "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"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/streamx" : {
2026-07-28 23:22:44 -06:00
"version" : "2.28.0" ,
"resolved" : "https://registry.npmjs.org/streamx/-/streamx-2.28.0.tgz" ,
"integrity" : "sha512-1Yowhzjf0ivGMrTIkY9hav5TxobO9qIVqUE41fiCGMGgc3CLlf4MY+9AHmZqBWgDTue0fY9zWjYFVyf6Diuobw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"events-universal" : "^1.0.0" ,
2025-02-27 12:41:56 -06:00
"fast-fifo" : "^1.3.2" ,
"text-decoder" : "^1.1.0"
}
},
"node_modules/string_decoder" : {
2026-07-28 23:22:44 -06:00
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" ,
"integrity" : "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"safe-buffer" : "~5.2.0"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/string-length" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz" ,
"integrity" : "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"char-regex" : "^1.0.2" ,
"strip-ansi" : "^6.0.0"
},
"engines" : {
"node" : ">=10"
}
},
"node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"ansi-regex" : "^5.0.1"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/strip-bom" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz" ,
"integrity" : "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=8"
}
},
"node_modules/strip-dirs" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-dirs/-/strip-dirs-3.0.0.tgz" ,
"integrity" : "sha512-I0sdgcFTfKQlUPZyAqPJmSG3HLO9rWDFnxonnIbskYNM3DwFOeTNB5KzVq3dA1GdRAc/25b5Y7UO2TQfKWw4aQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"inspect-with-kind" : "^1.0.5" ,
"is-plain-obj" : "^1.1.0"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/strip-dirs/node_modules/is-plain-obj" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz" ,
"integrity" : "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/strip-final-newline" : {
2026-07-28 23:22:44 -06:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-4.0.0.tgz" ,
"integrity" : "sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=18"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/strip-json-comments" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz" ,
"integrity" : "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=8"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/strtok3" : {
2026-07-28 23:22:44 -06:00
"version" : "10.3.5" ,
"resolved" : "https://registry.npmjs.org/strtok3/-/strtok3-10.3.5.tgz" ,
"integrity" : "sha512-ki4hZQfh5rX0QDLLkOCj+h+CVNkqmp/CMf8v8kZpkNVK6jGQooMytqzLZYUVYIZcFZ6yDB70EfD8POcFXiF5oA==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@tokenizer/token" : "^0.3.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=18"
2025-02-27 12:41:56 -06:00
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/Borewit"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/super-regex" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/super-regex/-/super-regex-1.1.0.tgz" ,
"integrity" : "sha512-WHkws2ZflZe41zj6AolvvmaTrWds/VuyeYr9iPVv/oQeaIoVxMKaushfFWpOGDT+GuBrM/sVqF8KUCYQlSSTdQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"function-timeout" : "^1.0.1" ,
"make-asynchronous" : "^1.0.1" ,
"time-span" : "^5.1.0"
},
"engines" : {
"node" : ">=18"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/superagent" : {
2026-07-28 23:22:44 -06:00
"version" : "10.3.0" ,
"resolved" : "https://registry.npmjs.org/superagent/-/superagent-10.3.0.tgz" ,
"integrity" : "sha512-B+4Ik7ROgVKrQsXTV0Jwp2u+PXYLSlqtDAhYnkkD+zn3yg8s/zjA2MeGayPoY/KICrbitwneDHrjSotxKL+0XQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"component-emitter" : "^1.3.1" ,
2025-02-27 12:41:56 -06:00
"cookiejar" : "^2.1.4" ,
2026-07-28 23:22:44 -06:00
"debug" : "^4.3.7" ,
2025-02-27 12:41:56 -06:00
"fast-safe-stringify" : "^2.1.1" ,
2026-07-28 23:22:44 -06:00
"form-data" : "^4.0.5" ,
"formidable" : "^3.5.4" ,
2025-02-27 12:41:56 -06:00
"methods" : "^1.1.2" ,
"mime" : "2.6.0" ,
2026-07-28 23:22:44 -06:00
"qs" : "^6.14.1"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=14.18.0"
}
},
"node_modules/supertest" : {
2026-07-28 23:22:44 -06:00
"version" : "7.2.2" ,
"resolved" : "https://registry.npmjs.org/supertest/-/supertest-7.2.2.tgz" ,
"integrity" : "sha512-oK8WG9diS3DlhdUkcFn4tkNIiIbBx9lI2ClF8K+b2/m8Eyv47LSawxUzZQSNKUrVb2KsqeTDCcjAAVPYaSLVTA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"cookie-signature" : "^1.2.2" ,
2025-02-27 12:41:56 -06:00
"methods" : "^1.1.2" ,
2026-07-28 23:22:44 -06:00
"superagent" : "^10.3.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : ">=14.18.0"
}
},
"node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"has-flag" : "^4.0.0"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/supports-preserve-symlinks-flag" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" ,
"integrity" : "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.4"
},
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
},
"node_modules/swagger-ui-dist" : {
2026-07-28 23:22:44 -06:00
"version" : "5.32.8" ,
"resolved" : "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-5.32.8.tgz" ,
"integrity" : "sha512-dgMdWXIgnI4zX4OPhKEdWnlDODbgm8W3AX0Ivn/BBqcUh6xZsBxhZMnvk6DJyRz1BTrj8dPxtarmEGgkz30oyA==" ,
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@scarf/scarf" : "=1.4.0"
}
},
"node_modules/symbol-observable" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/symbol-observable/-/symbol-observable-4.0.0.tgz" ,
"integrity" : "sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=0.10"
}
},
"node_modules/synckit" : {
2026-07-28 23:22:44 -06:00
"version" : "0.11.13" ,
"resolved" : "https://registry.npmjs.org/synckit/-/synckit-0.11.13.tgz" ,
"integrity" : "sha512-eNRKgb3z66Yp3D2CixVujOUvXLFUTij/zVnV8KRyvFdQwpz7I5DS8UfRkTeLzb64u+dkzDSdelE24izu+zSSUg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@pkgr/core" : "^0.3.6"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : "^14.18.0 || >=16.0.0"
},
"funding" : {
2026-07-28 23:22:44 -06:00
"url" : "https://opencollective.com/synckit"
}
},
"node_modules/system-architecture" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/system-architecture/-/system-architecture-1.0.0.tgz" ,
"integrity" : "sha512-0OJWD12D7XX3KUg1DYkMaTTjSTo2k/mhIYI3HlBlceXSMcJhW/1qO735fPKS5prcyjvn57Ub151vvASYXpQrEw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/tapable" : {
2026-07-28 23:22:44 -06:00
"version" : "2.3.3" ,
"resolved" : "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz" ,
"integrity" : "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6"
2026-07-28 23:22:44 -06:00
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/tar-stream" : {
"version" : "3.1.7" ,
"resolved" : "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz" ,
"integrity" : "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"b4a" : "^1.6.4" ,
"fast-fifo" : "^1.2.0" ,
"streamx" : "^2.15.0"
}
},
"node_modules/terser" : {
2026-07-28 23:22:44 -06:00
"version" : "5.49.0" ,
"resolved" : "https://registry.npmjs.org/terser/-/terser-5.49.0.tgz" ,
"integrity" : "sha512-SNiDnXyHSrxVcIOtVbULzcTmniUiwcV7Nwdyj1twVubeTmbjoa8p69KKDpfkdoOavuM4/GRm1+ykI8qqnavHoA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-2-Clause" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jridgewell/source-map" : "^0.3.3" ,
2026-07-28 23:22:44 -06:00
"acorn" : "^8.15.0" ,
2025-02-27 12:41:56 -06:00
"commander" : "^2.20.0" ,
"source-map-support" : "~0.5.20"
},
"bin" : {
"terser" : "bin/terser"
},
"engines" : {
"node" : ">=10"
}
},
"node_modules/terser-webpack-plugin" : {
2026-07-28 23:22:44 -06:00
"version" : "5.6.1" ,
"resolved" : "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.6.1.tgz" ,
"integrity" : "sha512-201R5j+sJpK8nFWwKVyNfZot8FaJbLZDq5evriVzbV1wDtSXDjRUDRfJzHpAaxFDMEhsZL1QkeqM61wgsS3KaQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jridgewell/trace-mapping" : "^0.3.25" ,
"jest-worker" : "^27.4.5" ,
"schema-utils" : "^4.3.0" ,
"terser" : "^5.31.1"
},
"engines" : {
"node" : ">= 10.13.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
},
"peerDependencies" : {
"webpack" : "^5.1.0"
},
"peerDependenciesMeta" : {
2026-07-28 23:22:44 -06:00
"@minify-html/node" : {
"optional" : true
},
2025-02-27 12:41:56 -06:00
"@swc/core" : {
"optional" : true
},
2026-07-28 23:22:44 -06:00
"@swc/css" : {
"optional" : true
},
"@swc/html" : {
"optional" : true
},
"clean-css" : {
"optional" : true
},
"cssnano" : {
"optional" : true
},
"csso" : {
"optional" : true
},
2025-02-27 12:41:56 -06:00
"esbuild" : {
"optional" : true
},
2026-07-28 23:22:44 -06:00
"html-minifier-terser" : {
"optional" : true
},
"lightningcss" : {
"optional" : true
},
"postcss" : {
"optional" : true
},
2025-02-27 12:41:56 -06:00
"uglify-js" : {
"optional" : true
}
}
},
"node_modules/terser-webpack-plugin/node_modules/ajv" : {
2026-07-28 23:22:44 -06:00
"version" : "8.20.0" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz" ,
"integrity" : "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"fast-deep-equal" : "^3.1.3" ,
"fast-uri" : "^3.0.1" ,
"json-schema-traverse" : "^1.0.0" ,
"require-from-string" : "^2.0.2"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/terser-webpack-plugin/node_modules/ajv-formats" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz" ,
"integrity" : "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"ajv" : "^8.0.0"
},
"peerDependencies" : {
"ajv" : "^8.0.0"
},
"peerDependenciesMeta" : {
"ajv" : {
"optional" : true
}
}
},
"node_modules/terser-webpack-plugin/node_modules/ajv-keywords" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz" ,
"integrity" : "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"fast-deep-equal" : "^3.1.3"
},
"peerDependencies" : {
"ajv" : "^8.8.2"
}
},
"node_modules/terser-webpack-plugin/node_modules/jest-worker" : {
"version" : "27.5.1" ,
"resolved" : "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz" ,
"integrity" : "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@types/node" : "*" ,
"merge-stream" : "^2.0.0" ,
"supports-color" : "^8.0.0"
},
"engines" : {
"node" : ">= 10.13.0"
}
},
"node_modules/terser-webpack-plugin/node_modules/json-schema-traverse" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz" ,
"integrity" : "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/terser-webpack-plugin/node_modules/schema-utils" : {
2026-07-28 23:22:44 -06:00
"version" : "4.3.3" ,
"resolved" : "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz" ,
"integrity" : "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@types/json-schema" : "^7.0.9" ,
"ajv" : "^8.9.0" ,
"ajv-formats" : "^2.1.1" ,
"ajv-keywords" : "^5.1.0"
},
"engines" : {
"node" : ">= 10.13.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
}
},
"node_modules/terser-webpack-plugin/node_modules/supports-color" : {
"version" : "8.1.1" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz" ,
"integrity" : "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"has-flag" : "^4.0.0"
},
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/chalk/supports-color?sponsor=1"
}
},
"node_modules/terser/node_modules/commander" : {
"version" : "2.20.3" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz" ,
"integrity" : "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/test-exclude" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz" ,
"integrity" : "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@istanbuljs/schema" : "^0.1.2" ,
"glob" : "^7.1.4" ,
"minimatch" : "^3.0.4"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/test-exclude/node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
2026-07-28 23:22:44 -06:00
"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" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"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/text-decoder" : {
2026-07-28 23:22:44 -06:00
"version" : "1.2.7" ,
"resolved" : "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.7.tgz" ,
"integrity" : "sha512-vlLytXkeP4xvEq2otHeJfSQIRyWxo/oZGEbXrtEEF9Hnmrdly59sUbzZ/QgyWuLYHctCHxFF4tRQZNQ9k60ExQ==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"b4a" : "^1.6.4"
}
},
"node_modules/through" : {
"version" : "2.3.8" ,
"resolved" : "https://registry.npmjs.org/through/-/through-2.3.8.tgz" ,
"integrity" : "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
2026-07-28 23:22:44 -06:00
"node_modules/time-span" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/time-span/-/time-span-5.1.0.tgz" ,
"integrity" : "sha512-75voc/9G4rDIJleOo4jPvN4/YC4GRZrY8yy1uU4lwrB3XEQbWve8zXoO5No4eFrGcTAMYyoY67p8jRQdtA1HbA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
"dependencies" : {
"convert-hrtime" : "^5.0.0"
},
"engines" : {
"node" : ">=12"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/tinyglobby" : {
"version" : "0.2.17" ,
"resolved" : "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz" ,
"integrity" : "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"fdir" : "^6.5.0" ,
"picomatch" : "^4.0.4"
},
"engines" : {
"node" : ">=12.0.0"
2025-02-27 12:41:56 -06:00
},
2026-07-28 23:22:44 -06:00
"funding" : {
"url" : "https://github.com/sponsors/SuperchupuDev"
}
},
"node_modules/tmp" : {
"version" : "0.2.7" ,
"resolved" : "https://registry.npmjs.org/tmp/-/tmp-0.2.7.tgz" ,
"integrity" : "sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=14.14"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/tmpl" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz" ,
"integrity" : "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "BSD-3-Clause"
2025-02-27 12:41:56 -06:00
},
"node_modules/to-regex-range" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" ,
"integrity" : "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"is-number" : "^7.0.0"
},
"engines" : {
"node" : ">=8.0"
}
},
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=0.6"
}
},
"node_modules/token-types" : {
2026-07-28 23:22:44 -06:00
"version" : "6.1.2" ,
"resolved" : "https://registry.npmjs.org/token-types/-/token-types-6.1.2.tgz" ,
"integrity" : "sha512-dRXchy+C0IgK8WPC6xvCHFRIWYUbqqdEIKPaKo/AcTUNzwLTK6AH7RjdLWsEZcAN/TBdtfUw3PYEgPr5VPr6ww==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@borewit/text-codec" : "^0.2.1" ,
2025-02-27 12:41:56 -06:00
"@tokenizer/token" : "^0.3.0" ,
"ieee754" : "^1.2.1"
},
"engines" : {
"node" : ">=14.16"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/Borewit"
}
},
2025-03-08 00:56:14 -06:00
"node_modules/traverse" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz" ,
"integrity" : "sha512-iawgk0hLP3SxGKDfnDJf8wTz4p2qImnyihM5Hh/sGvQ3K37dPi/w8sRhdNIxYA1TwFwc5mDhIJq+O0RsvXBKdQ==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT/X11" ,
2025-03-08 00:56:14 -06:00
"engines" : {
"node" : "*"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/ts-api-utils" : {
2026-07-28 23:22:44 -06:00
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz" ,
"integrity" : "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=18.12"
},
"peerDependencies" : {
"typescript" : ">=4.8.4"
}
},
"node_modules/ts-jest" : {
2026-07-28 23:22:44 -06:00
"version" : "29.4.12" ,
"resolved" : "https://registry.npmjs.org/ts-jest/-/ts-jest-29.4.12.tgz" ,
"integrity" : "sha512-Ov6ClY53Fflh6BGAnY2DlTq1hYDrTycz2PVTXBWFW2CU+9zrEqAp9fWdGXl42EXO5RLSFAcAZ2JFKbP+zBTFfw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"bs-logger" : "^0.2.6" ,
"fast-json-stable-stringify" : "^2.1.0" ,
2026-07-28 23:22:44 -06:00
"handlebars" : "^4.7.9" ,
2025-02-27 12:41:56 -06:00
"json5" : "^2.2.3" ,
"lodash.memoize" : "^4.1.2" ,
"make-error" : "^1.3.6" ,
2026-07-28 23:22:44 -06:00
"semver" : "^7.8.5" ,
"type-fest" : "^4.41.0" ,
2025-02-27 12:41:56 -06:00
"yargs-parser" : "^21.1.1"
},
"bin" : {
"ts-jest" : "cli.js"
},
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0"
},
"peerDependencies" : {
"@babel/core" : ">=7.0.0-beta.0 <8" ,
2026-07-28 23:22:44 -06:00
"@jest/transform" : "^29.0.0 || ^30.0.0" ,
"@jest/types" : "^29.0.0 || ^30.0.0" ,
"babel-jest" : "^29.0.0 || ^30.0.0" ,
"jest" : "^29.0.0 || ^30.0.0" ,
"jest-util" : "^29.0.0 || ^30.0.0" ,
"typescript" : ">=4.3 <7"
2025-02-27 12:41:56 -06:00
},
"peerDependenciesMeta" : {
"@babel/core" : {
"optional" : true
},
"@jest/transform" : {
"optional" : true
},
"@jest/types" : {
"optional" : true
},
"babel-jest" : {
"optional" : true
},
"esbuild" : {
"optional" : true
2026-07-28 23:22:44 -06:00
},
"jest-util" : {
"optional" : true
2025-02-27 12:41:56 -06:00
}
}
},
"node_modules/ts-loader" : {
2026-07-28 23:22:44 -06:00
"version" : "9.6.2" ,
"resolved" : "https://registry.npmjs.org/ts-loader/-/ts-loader-9.6.2.tgz" ,
"integrity" : "sha512-R4iuczmtgxvtuI556s+hTZ6/7Ee03VCAk/l/M8LY1OAsUgB7YydsCxkgq9D9pKRaD7GJqUi2u8fp9zZP/ufjKA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"chalk" : "^4.1.0" ,
2026-07-28 23:22:44 -06:00
"picomatch" : "^4.0.0" ,
2025-02-27 12:41:56 -06:00
"source-map" : "^0.7.4"
},
"engines" : {
"node" : ">=12.0.0"
},
"peerDependencies" : {
2026-07-28 23:22:44 -06:00
"loader-utils" : "*" ,
2025-02-27 12:41:56 -06:00
"typescript" : "*" ,
2026-07-28 23:22:44 -06:00
"webpack" : "^4.0.0 || ^5.0.0"
},
"peerDependenciesMeta" : {
"loader-utils" : {
"optional" : true
}
2025-02-27 12:41:56 -06:00
}
},
"node_modules/ts-node" : {
"version" : "10.9.2" ,
"resolved" : "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz" ,
"integrity" : "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==" ,
2025-03-07 14:14:37 -06:00
"devOptional" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@cspotcode/source-map-support" : "^0.8.0" ,
"@tsconfig/node10" : "^1.0.7" ,
"@tsconfig/node12" : "^1.0.7" ,
"@tsconfig/node14" : "^1.0.0" ,
"@tsconfig/node16" : "^1.0.2" ,
"acorn" : "^8.4.1" ,
"acorn-walk" : "^8.1.1" ,
"arg" : "^4.1.0" ,
"create-require" : "^1.1.0" ,
"diff" : "^4.0.1" ,
"make-error" : "^1.1.1" ,
"v8-compile-cache-lib" : "^3.0.1" ,
"yn" : "3.1.1"
},
"bin" : {
"ts-node" : "dist/bin.js" ,
"ts-node-cwd" : "dist/bin-cwd.js" ,
"ts-node-esm" : "dist/bin-esm.js" ,
"ts-node-script" : "dist/bin-script.js" ,
"ts-node-transpile-only" : "dist/bin-transpile.js" ,
"ts-script" : "dist/bin-script-deprecated.js"
},
"peerDependencies" : {
"@swc/core" : ">=1.2.50" ,
"@swc/wasm" : ">=1.2.50" ,
"@types/node" : "*" ,
"typescript" : ">=2.7"
},
"peerDependenciesMeta" : {
"@swc/core" : {
"optional" : true
},
"@swc/wasm" : {
"optional" : true
}
}
},
"node_modules/tsconfig-paths" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz" ,
"integrity" : "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"json5" : "^2.2.2" ,
"minimist" : "^1.2.6" ,
"strip-bom" : "^3.0.0"
},
"engines" : {
"node" : ">=6"
}
},
"node_modules/tsconfig-paths-webpack-plugin" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.2.0.tgz" ,
"integrity" : "sha512-zbem3rfRS8BgeNK50Zz5SIQgXzLafiHjOwUAvk/38/o1jHn/V5QAgVUcz884or7WYcPaH3N2CIfUc2u0ul7UcA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"chalk" : "^4.1.0" ,
"enhanced-resolve" : "^5.7.0" ,
"tapable" : "^2.2.1" ,
"tsconfig-paths" : "^4.1.2"
},
"engines" : {
"node" : ">=10.13.0"
}
},
"node_modules/tsconfig-paths/node_modules/strip-bom" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz" ,
"integrity" : "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=4"
}
},
"node_modules/tslib" : {
"version" : "2.8.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" ,
"license" : "0BSD"
2025-02-27 12:41:56 -06:00
},
"node_modules/type-check" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz" ,
"integrity" : "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"prelude-ls" : "^1.2.1"
},
"engines" : {
"node" : ">= 0.8.0"
}
},
"node_modules/type-detect" : {
"version" : "4.0.8" ,
"resolved" : "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz" ,
"integrity" : "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=4"
}
},
"node_modules/type-fest" : {
2026-07-28 23:22:44 -06:00
"version" : "4.41.0" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz" ,
"integrity" : "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "(MIT OR CC0-1.0)" ,
2025-02-27 12:41:56 -06:00
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=16"
2025-02-27 12:41:56 -06:00
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/type-is" : {
2026-07-28 23:22:44 -06:00
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/type-is/-/type-is-2.1.0.tgz" ,
"integrity" : "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"content-type" : "^2.0.0" ,
2025-02-27 12:41:56 -06:00
"media-typer" : "^1.1.0" ,
"mime-types" : "^3.0.0"
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">= 18"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
}
},
"node_modules/type-is/node_modules/content-type" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz" ,
"integrity" : "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/typedarray" : {
"version" : "0.0.6" ,
"resolved" : "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
2025-03-07 14:14:37 -06:00
"node_modules/typeorm" : {
2026-07-28 23:22:44 -06:00
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/typeorm/-/typeorm-1.1.0.tgz" ,
"integrity" : "sha512-iX/kvsV42/htCNAQUyElGW87E4Z12neZc6YUFBTEu0BnLiREYDNT5Wfw3wRqZw9vyOEC36zUBAY6Qvywoig06Q==" ,
"license" : "MIT" ,
2025-03-07 14:14:37 -06:00
"dependencies" : {
"@sqltools/formatter" : "^1.2.5" ,
2026-07-28 23:22:44 -06:00
"ansis" : "^4.3.1" ,
"dayjs" : "^1.11.21" ,
"debug" : "^4.4.3" ,
"dedent" : "^1.7.2" ,
"reflect-metadata" : "^0.2.2" ,
"sql-highlight" : "^6.1.0" ,
"tinyglobby" : "^0.2.17" ,
"tslib" : "^2.8.1" ,
"yargs" : "^18.0.0"
2025-03-07 14:14:37 -06:00
},
"bin" : {
"typeorm" : "cli.js" ,
"typeorm-ts-node-commonjs" : "cli-ts-node-commonjs.js" ,
"typeorm-ts-node-esm" : "cli-ts-node-esm.js"
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : "^20.19.0 || ^22.13.0 || >=24.11.0"
2025-03-07 14:14:37 -06:00
},
"funding" : {
"url" : "https://opencollective.com/typeorm"
},
"peerDependencies" : {
2026-07-28 23:22:44 -06:00
"@google-cloud/spanner" : "^8.0.0" ,
"@sap/hana-client" : "^2.14.22" ,
"better-sqlite3" : "^12.0.0" ,
2025-03-07 14:14:37 -06:00
"ioredis" : "^5.0.4" ,
2026-07-28 23:22:44 -06:00
"mongodb" : "^7.0.0" ,
"mssql" : "^12.0.0" ,
"mysql2" : "^3.15.3" ,
"oracledb" : "^6.3.0 || ^7.0.0" ,
2025-03-07 14:14:37 -06:00
"pg" : "^8.5.1" ,
"pg-native" : "^3.0.0" ,
"pg-query-stream" : "^4.0.0" ,
2026-07-28 23:22:44 -06:00
"redis" : "^5.0.0 || ^6.0.0" ,
2025-03-07 14:14:37 -06:00
"sql.js" : "^1.4.0" ,
2026-07-28 23:22:44 -06:00
"ts-node" : "^10.9.2" ,
"typeorm-aurora-data-api-driver" : "^3.0.0"
2025-03-07 14:14:37 -06:00
},
"peerDependenciesMeta" : {
"@google-cloud/spanner" : {
"optional" : true
},
"@sap/hana-client" : {
"optional" : true
},
"better-sqlite3" : {
"optional" : true
},
"ioredis" : {
"optional" : true
},
"mongodb" : {
"optional" : true
},
"mssql" : {
"optional" : true
},
"mysql2" : {
"optional" : true
},
"oracledb" : {
"optional" : true
},
"pg" : {
"optional" : true
},
"pg-native" : {
"optional" : true
},
"pg-query-stream" : {
"optional" : true
},
"redis" : {
"optional" : true
},
"sql.js" : {
"optional" : true
},
"ts-node" : {
"optional" : true
},
"typeorm-aurora-data-api-driver" : {
"optional" : true
}
}
},
2026-07-28 23:22:44 -06:00
"node_modules/typeorm/node_modules/ansi-regex" : {
"version" : "6.2.2" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz" ,
"integrity" : "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
},
"funding" : {
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
}
},
"node_modules/typeorm/node_modules/ansi-styles" : {
"version" : "6.2.3" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz" ,
"integrity" : "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
},
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
"node_modules/typeorm/node_modules/ansis" : {
"version" : "4.3.1" ,
"resolved" : "https://registry.npmjs.org/ansis/-/ansis-4.3.1.tgz" ,
"integrity" : "sha512-BJ8/l4R5LRE7hW9WdSuGYrLSHi2ynxeFpDFbH0K/CgNeY/tyhk+vO6TYxXC5r5CpUhNVX310xzPsN/H9lCdfOA==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=14"
}
},
"node_modules/typeorm/node_modules/cliui" : {
"version" : "9.0.1" ,
"resolved" : "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz" ,
"integrity" : "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==" ,
"license" : "ISC" ,
2025-03-07 14:14:37 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"string-width" : "^7.2.0" ,
"strip-ansi" : "^7.1.0" ,
"wrap-ansi" : "^9.0.0"
},
"engines" : {
"node" : ">=20"
2025-03-07 14:14:37 -06:00
}
},
2026-07-28 23:22:44 -06:00
"node_modules/typeorm/node_modules/cliui/node_modules/string-width" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz" ,
"integrity" : "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==" ,
"license" : "MIT" ,
2025-03-07 14:14:37 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"emoji-regex" : "^10.3.0" ,
"get-east-asian-width" : "^1.0.0" ,
"strip-ansi" : "^7.1.0"
},
"engines" : {
"node" : ">=18"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/typeorm/node_modules/emoji-regex" : {
"version" : "10.6.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz" ,
"integrity" : "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==" ,
"license" : "MIT"
},
"node_modules/typeorm/node_modules/string-width" : {
"version" : "8.2.2" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-8.2.2.tgz" ,
"integrity" : "sha512-GaPUh5gfdrYzqeVNZvUfT23vYYxXzKYidUcnMtJg/3rxRV63EFZy3k6xfKlmfeJD0176lnUV/Usr3XcwSvFzpg==" ,
"license" : "MIT" ,
"dependencies" : {
"get-east-asian-width" : "^1.5.0" ,
"strip-ansi" : "^7.1.2"
},
"engines" : {
"node" : ">=20"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2025-03-07 14:14:37 -06:00
}
},
2026-07-28 23:22:44 -06:00
"node_modules/typeorm/node_modules/strip-ansi" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz" ,
"integrity" : "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==" ,
"license" : "MIT" ,
2025-03-07 14:14:37 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"ansi-regex" : "^6.2.2"
2025-03-07 14:14:37 -06:00
},
2026-07-28 23:22:44 -06:00
"engines" : {
"node" : ">=12"
2025-03-07 14:14:37 -06:00
},
"funding" : {
2026-07-28 23:22:44 -06:00
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
2025-03-07 14:14:37 -06:00
}
},
2026-07-28 23:22:44 -06:00
"node_modules/typeorm/node_modules/wrap-ansi" : {
"version" : "9.0.2" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz" ,
"integrity" : "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==" ,
"license" : "MIT" ,
2025-03-07 14:14:37 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"ansi-styles" : "^6.2.1" ,
"string-width" : "^7.0.0" ,
"strip-ansi" : "^7.1.0"
2025-03-07 14:14:37 -06:00
},
2026-07-28 23:22:44 -06:00
"engines" : {
"node" : ">=18"
2025-03-07 14:14:37 -06:00
},
2026-07-28 23:22:44 -06:00
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
2025-03-07 14:14:37 -06:00
}
},
2026-07-28 23:22:44 -06:00
"node_modules/typeorm/node_modules/wrap-ansi/node_modules/string-width" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz" ,
"integrity" : "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==" ,
"license" : "MIT" ,
2025-03-07 14:14:37 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"emoji-regex" : "^10.3.0" ,
"get-east-asian-width" : "^1.0.0" ,
"strip-ansi" : "^7.1.0"
2025-03-07 14:14:37 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : ">=18"
2025-03-07 14:14:37 -06:00
},
"funding" : {
2026-07-28 23:22:44 -06:00
"url" : "https://github.com/sponsors/sindresorhus"
2025-03-07 14:14:37 -06:00
}
},
2026-07-28 23:22:44 -06:00
"node_modules/typeorm/node_modules/yargs" : {
"version" : "18.1.0" ,
"resolved" : "https://registry.npmjs.org/yargs/-/yargs-18.1.0.tgz" ,
"integrity" : "sha512-2rAgRKu54VsHkqI0/tYkmluGXHD4KW7yZoycuqDQ15QOTnc2VVfy0nN/1eMhnQLO00A+dwtK20xuCnc1YGeUyg==" ,
"license" : "MIT" ,
2025-03-07 14:14:37 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"cliui" : "^9.0.1" ,
"escalade" : "^3.1.1" ,
"get-caller-file" : "^2.0.5" ,
"string-width" : "^8.2.1" ,
"y18n" : "^5.0.5" ,
"yargs-parser" : "^22.0.0"
2025-03-07 14:14:37 -06:00
},
"engines" : {
2026-07-28 23:22:44 -06:00
"node" : "^20.19.0 || ^22.12.0 || >=23"
}
},
"node_modules/typeorm/node_modules/yargs-parser" : {
"version" : "22.0.0" ,
"resolved" : "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz" ,
"integrity" : "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==" ,
"license" : "ISC" ,
"engines" : {
"node" : "^20.19.0 || ^22.12.0 || >=23"
2025-03-07 14:14:37 -06:00
}
},
2025-02-27 12:41:56 -06:00
"node_modules/typescript" : {
2026-07-28 23:22:44 -06:00
"version" : "5.9.3" ,
"resolved" : "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz" ,
"integrity" : "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==" ,
2025-03-07 14:14:37 -06:00
"devOptional" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"bin" : {
"tsc" : "bin/tsc" ,
"tsserver" : "bin/tsserver"
},
"engines" : {
"node" : ">=14.17"
}
},
"node_modules/typescript-eslint" : {
2026-07-28 23:22:44 -06:00
"version" : "8.65.0" ,
"resolved" : "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.65.0.tgz" ,
"integrity" : "sha512-/ggrHAwyjENDusvyxbuqxAC2dTnZg/Z8F+fgQtYIz+L6n/9HfSlEZcFGV/NsMNa6CkGk0xUjUAFwC0vHOflvIA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@typescript-eslint/eslint-plugin" : "8.65.0" ,
"@typescript-eslint/parser" : "8.65.0" ,
"@typescript-eslint/typescript-estree" : "8.65.0" ,
"@typescript-eslint/utils" : "8.65.0"
2025-02-27 12:41:56 -06:00
},
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
},
"peerDependencies" : {
2026-07-28 23:22:44 -06:00
"eslint" : "^8.57.0 || ^9.0.0 || ^10.0.0" ,
"typescript" : ">=4.8.4 <6.1.0"
}
},
"node_modules/uglify-js" : {
"version" : "3.19.3" ,
"resolved" : "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz" ,
"integrity" : "sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"optional" : true ,
"bin" : {
"uglifyjs" : "bin/uglifyjs"
},
"engines" : {
"node" : ">=0.8.0"
2025-02-27 12:41:56 -06:00
}
},
"node_modules/uid" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/uid/-/uid-2.0.2.tgz" ,
"integrity" : "sha512-u3xV3X7uzvi5b1MncmZo3i2Aw222Zk1keqLA1YkHldREkAhAqi65wuPfe7lHx8H/Wzy+8CE7S7uS3jekIM5s8g==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@lukeed/csprng" : "^1.0.0"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/uint8array-extras" : {
2026-07-28 23:22:44 -06:00
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/uint8array-extras/-/uint8array-extras-1.5.0.tgz" ,
"integrity" : "sha512-rvKSBiC5zqCCiDZ9kAOszZcDvdAHwwIKJG33Ykj43OKcWsnmcBRL09YTU4nOeHZ8Y2a7l1MgTd08SBe9A8Qj6A==" ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=18"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/unbzip2-stream" : {
"version" : "1.4.3" ,
"resolved" : "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz" ,
"integrity" : "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"buffer" : "^5.2.1" ,
"through" : "^2.3.8"
}
},
"node_modules/undici-types" : {
2026-07-28 23:22:44 -06:00
"version" : "6.21.0" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz" ,
"integrity" : "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==" ,
"license" : "MIT"
},
"node_modules/unicorn-magic" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz" ,
"integrity" : "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
2025-02-27 12:41:56 -06:00
},
"node_modules/universalify" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz" ,
"integrity" : "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 10.0.0"
}
},
"node_modules/unpipe" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz" ,
"integrity" : "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.8"
}
},
2025-03-08 00:56:14 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-03-08 00:56:14 -06:00
"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"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/unzipper/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/unzipper/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/unzipper/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/unzipper/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"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/update-browserslist-db" : {
2026-07-28 23:22:44 -06:00
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz" ,
"integrity" : "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
},
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
},
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
],
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"escalade" : "^3.2.0" ,
"picocolors" : "^1.1.1"
},
"bin" : {
"update-browserslist-db" : "cli.js"
},
"peerDependencies" : {
"browserslist" : ">= 4.21.0"
}
},
"node_modules/uri-js" : {
"version" : "4.4.1" ,
"resolved" : "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz" ,
"integrity" : "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-2-Clause" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"punycode" : "^2.1.0"
}
},
"node_modules/util-deprecate" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.4.0"
}
},
2025-03-07 14:14:37 -06:00
"node_modules/uuid" : {
2026-07-28 23:22:44 -06:00
"version" : "8.3.2" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz" ,
"integrity" : "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" ,
"deprecated" : "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028)." ,
"license" : "MIT" ,
2025-03-07 14:14:37 -06:00
"bin" : {
2026-07-28 23:22:44 -06:00
"uuid" : "dist/bin/uuid"
2025-03-07 14:14:37 -06:00
}
},
2025-02-27 12:41:56 -06:00
"node_modules/v8-compile-cache-lib" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz" ,
"integrity" : "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==" ,
2026-07-28 23:22:44 -06:00
"devOptional" : true ,
"license" : "MIT"
2025-02-27 12:41:56 -06:00
},
"node_modules/v8-to-istanbul" : {
"version" : "9.3.0" ,
"resolved" : "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz" ,
"integrity" : "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@jridgewell/trace-mapping" : "^0.3.12" ,
"@types/istanbul-lib-coverage" : "^2.0.1" ,
"convert-source-map" : "^2.0.0"
},
"engines" : {
"node" : ">=10.12.0"
}
},
2025-04-09 11:10:28 -06:00
"node_modules/validator" : {
2026-07-28 23:22:44 -06:00
"version" : "13.15.35" ,
"resolved" : "https://registry.npmjs.org/validator/-/validator-13.15.35.tgz" ,
"integrity" : "sha512-TQ5pAGhd5whStmqWvYF4OjQROlmv9SMFVt37qoCBdqRffuuklWYQlCNnEs2ZaIBD1kZRNnikiZOS1eqgkar0iw==" ,
2025-04-09 11:10:28 -06:00
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.10"
}
},
2025-02-27 12:41:56 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">= 0.8"
}
},
"node_modules/walker" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz" ,
"integrity" : "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"makeerror" : "1.0.12"
}
},
"node_modules/watchpack" : {
2026-07-28 23:22:44 -06:00
"version" : "2.5.2" ,
"resolved" : "https://registry.npmjs.org/watchpack/-/watchpack-2.5.2.tgz" ,
"integrity" : "sha512-6i/00NBjP4yGPs+caKSyRfpTF/8Torsu0MOW3mMzIbhgISFder8i7xbqgHlLMwJrdiN8ndBV3UA1/AfzPSr+jg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"graceful-fs" : "^4.1.2"
},
"engines" : {
"node" : ">=10.13.0"
}
},
"node_modules/wcwidth" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz" ,
"integrity" : "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"defaults" : "^1.0.3"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/web-worker" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/web-worker/-/web-worker-1.5.0.tgz" ,
"integrity" : "sha512-RiMReJrTAiA+mBjGONMnjVDP2u3p9R1vkcGz6gDIrOMT3oGuYwX2WRMYI9ipkphSuE5XKEhydbhNEJh4NY9mlw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "Apache-2.0"
2025-02-27 12:41:56 -06:00
},
"node_modules/webpack" : {
2026-07-28 23:22:44 -06:00
"version" : "5.109.0" ,
"resolved" : "https://registry.npmjs.org/webpack/-/webpack-5.109.0.tgz" ,
"integrity" : "sha512-vomrngskVVXEZF9sMZfYAd4pXZUnfaWdJGlF+BTNF+gJBCKYCQBnOeVPlrh39Ewl7nlCsirDplMy6o5g9xJHBg==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
"peer" : true ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
2026-07-28 23:22:44 -06:00
"@types/estree" : "^1.0.8" ,
"@types/json-schema" : "^7.0.15" ,
2025-02-27 12:41:56 -06:00
"@webassemblyjs/ast" : "^1.14.1" ,
"@webassemblyjs/wasm-edit" : "^1.14.1" ,
"@webassemblyjs/wasm-parser" : "^1.14.1" ,
2026-07-28 23:22:44 -06:00
"acorn" : "^8.16.0" ,
"browserslist" : "^4.28.1" ,
2025-02-27 12:41:56 -06:00
"chrome-trace-event" : "^1.0.2" ,
2026-07-28 23:22:44 -06:00
"enhanced-resolve" : "^5.24.2" ,
"es-module-lexer" : "^2.1.0" ,
2025-02-27 12:41:56 -06:00
"eslint-scope" : "5.1.1" ,
"events" : "^3.2.0" ,
"graceful-fs" : "^4.2.11" ,
2026-07-28 23:22:44 -06:00
"mime-db" : "^1.54.0" ,
"minimizer-webpack-plugin" : "^5.6.1" ,
2025-02-27 12:41:56 -06:00
"neo-async" : "^2.6.2" ,
2026-07-28 23:22:44 -06:00
"schema-utils" : "^4.3.3" ,
"tapable" : "^2.3.0" ,
"watchpack" : "^2.5.2" ,
"webpack-sources" : "^3.5.1"
2025-02-27 12:41:56 -06:00
},
"bin" : {
"webpack" : "bin/webpack.js"
},
"engines" : {
"node" : ">=10.13.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
},
"peerDependenciesMeta" : {
"webpack-cli" : {
"optional" : true
}
}
},
"node_modules/webpack-node-externals" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-3.0.0.tgz" ,
"integrity" : "sha512-LnL6Z3GGDPht/AigwRh2dvL9PQPFQ8skEpVrWZXLWBYmqcaojHNN0onvHzie6rq7EWKrrBfPYqNEzTJgiwEQDQ==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6"
}
},
"node_modules/webpack-sources" : {
2026-07-28 23:22:44 -06:00
"version" : "3.5.1" ,
"resolved" : "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.5.1.tgz" ,
"integrity" : "sha512-jyuiGJdtvY434z5bUZrjz67v76/ePNvFZTp9Mdz29IlH4+GPsgyGjiv0fKI+M7BdkU6ADjulUcKAd3tUK3WlEw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=10.13.0"
}
},
"node_modules/webpack/node_modules/ajv" : {
2026-07-28 23:22:44 -06:00
"version" : "8.20.0" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz" ,
"integrity" : "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
"peer" : true ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"fast-deep-equal" : "^3.1.3" ,
"fast-uri" : "^3.0.1" ,
"json-schema-traverse" : "^1.0.0" ,
"require-from-string" : "^2.0.2"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/webpack/node_modules/ajv-formats" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz" ,
"integrity" : "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
"peer" : true ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"ajv" : "^8.0.0"
},
"peerDependencies" : {
"ajv" : "^8.0.0"
},
"peerDependenciesMeta" : {
"ajv" : {
"optional" : true
}
}
},
"node_modules/webpack/node_modules/ajv-keywords" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz" ,
"integrity" : "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
"peer" : true ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"fast-deep-equal" : "^3.1.3"
},
"peerDependencies" : {
"ajv" : "^8.8.2"
}
},
"node_modules/webpack/node_modules/eslint-scope" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz" ,
"integrity" : "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-2-Clause" ,
"peer" : true ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"esrecurse" : "^4.3.0" ,
"estraverse" : "^4.1.1"
},
"engines" : {
"node" : ">=8.0.0"
}
},
"node_modules/webpack/node_modules/estraverse" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz" ,
"integrity" : "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "BSD-2-Clause" ,
"peer" : true ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=4.0"
}
},
"node_modules/webpack/node_modules/json-schema-traverse" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz" ,
"integrity" : "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
"peer" : true
2025-02-27 12:41:56 -06:00
},
"node_modules/webpack/node_modules/schema-utils" : {
2026-07-28 23:22:44 -06:00
"version" : "4.3.3" ,
"resolved" : "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz" ,
"integrity" : "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
"peer" : true ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"@types/json-schema" : "^7.0.9" ,
"ajv" : "^8.9.0" ,
"ajv-formats" : "^2.1.1" ,
"ajv-keywords" : "^5.1.0"
},
"engines" : {
"node" : ">= 10.13.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
}
},
"node_modules/which" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/which/-/which-2.0.2.tgz" ,
"integrity" : "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"isexe" : "^2.0.0"
},
"bin" : {
"node-which" : "bin/node-which"
},
"engines" : {
"node" : ">= 8"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/which/node_modules/isexe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" ,
"integrity" : "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" ,
"dev" : true ,
"license" : "ISC"
},
2025-02-27 12:41:56 -06:00
"node_modules/word-wrap" : {
"version" : "1.2.5" ,
"resolved" : "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz" ,
"integrity" : "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=0.10.0"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/wordwrap" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz" ,
"integrity" : "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==" ,
"dev" : true ,
"license" : "MIT"
},
2025-02-27 12:41:56 -06:00
"node_modules/wrap-ansi" : {
"version" : "6.2.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz" ,
"integrity" : "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
},
"engines" : {
"node" : ">=8"
}
},
"node_modules/wrappy" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" ,
"license" : "ISC"
2025-02-27 12:41:56 -06:00
},
"node_modules/write-file-atomic" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz" ,
"integrity" : "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"imurmurhash" : "^0.1.4" ,
"signal-exit" : "^3.0.7"
},
"engines" : {
"node" : "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/write-file-atomic/node_modules/signal-exit" : {
"version" : "3.0.7" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" ,
"integrity" : "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "ISC"
2025-02-27 12:41:56 -06:00
},
2025-03-08 00:56:14 -06:00
"node_modules/xmlchars" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz" ,
2026-07-28 23:22:44 -06:00
"integrity" : "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" ,
"license" : "MIT"
2025-02-28 14:44:40 -06:00
},
2025-02-27 12:41:56 -06:00
"node_modules/xtend" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz" ,
"integrity" : "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=0.4"
}
},
"node_modules/y18n" : {
"version" : "5.0.8" ,
"resolved" : "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz" ,
"integrity" : "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" ,
2026-07-28 23:22:44 -06:00
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=10"
}
},
"node_modules/yallist" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz" ,
"integrity" : "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "ISC"
2025-02-27 12:41:56 -06:00
},
"node_modules/yargs" : {
2026-07-28 23:22:44 -06:00
"version" : "17.7.3" ,
"resolved" : "https://registry.npmjs.org/yargs/-/yargs-17.7.3.tgz" ,
"integrity" : "sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==" ,
"dev" : true ,
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"cliui" : "^8.0.1" ,
"escalade" : "^3.1.1" ,
"get-caller-file" : "^2.0.5" ,
"require-directory" : "^2.1.1" ,
"string-width" : "^4.2.3" ,
"y18n" : "^5.0.5" ,
"yargs-parser" : "^21.1.1"
},
"engines" : {
"node" : ">=12"
}
},
"node_modules/yargs-parser" : {
"version" : "21.1.1" ,
"resolved" : "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz" ,
"integrity" : "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" ,
2026-07-28 23:22:44 -06:00
"dev" : true ,
"license" : "ISC" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=12"
}
},
"node_modules/yauzl" : {
2026-07-28 23:22:44 -06:00
"version" : "3.4.0" ,
"resolved" : "https://registry.npmjs.org/yauzl/-/yauzl-3.4.0.tgz" ,
"integrity" : "sha512-jIH9yLR9wqr0wOS0TpBvo/g/2UgZH5qePVbjgRliiF0BYvOZyaBknKsF+x9Iht0O6sqgnB93rCICdOZFecJuDw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"dependencies" : {
"pend" : "~1.2.0"
},
"engines" : {
"node" : ">=12"
}
},
"node_modules/yn" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz" ,
"integrity" : "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==" ,
2025-03-07 14:14:37 -06:00
"devOptional" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=6"
}
},
"node_modules/yocto-queue" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz" ,
"integrity" : "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" ,
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2026-07-28 23:22:44 -06:00
"node_modules/yoctocolors" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.2.0.tgz" ,
"integrity" : "sha512-xYqdZFUK/VYazNl/oCDYN+3WloWQwMfZxBoiNt6qNyk+xfOdi598muWE42rNZFp1kNOiqW936q5RhUdnpqElSg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
},
2025-02-27 12:41:56 -06:00
"node_modules/yoctocolors-cjs" : {
2026-07-28 23:22:44 -06:00
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz" ,
"integrity" : "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==" ,
2025-02-27 12:41:56 -06:00
"dev" : true ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-02-27 12:41:56 -06:00
"engines" : {
"node" : ">=18"
},
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
2025-03-08 00:56:14 -06:00
},
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-03-08 00:56:14 -06:00
"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==" ,
2026-07-28 23:22:44 -06:00
"license" : "MIT" ,
2025-03-08 00:56:14 -06:00
"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/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
2026-07-28 23:22:44 -06:00
"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" ,
2025-03-08 00:56:14 -06:00
"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"
}
2025-02-27 12:41:56 -06:00
}
}
}