this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add README, switch to bun

alice faf0a35f 8a76755e

+6 -3615
+1
.gitignore
··· 2 2 node_modules 3 3 .env 4 4 drizzle 5 + bun.lockb
+3
README.md
··· 1 + # Language statistics for Bluesky 2 + 3 + This service consumes posts from Bluesky's firehose and exposes language statistics via Prometheus.
+2 -3
package.json
··· 28 28 "@trivago/prettier-plugin-sort-imports": "^4.3.0", 29 29 "@types/eslint__js": "^8.42.3", 30 30 "@types/express": "^4.17.21", 31 - "@types/node": "^20.16.9", 31 + "@types/node": "^20.16.10", 32 32 "@types/node-schedule": "^2.1.7", 33 33 "@types/pg": "^8.11.10", 34 34 "drizzle-kit": "^0.24.2", ··· 39 39 "typescript-eslint": "^8.7.0" 40 40 }, 41 41 "author": "alice", 42 - "license": "MIT", 43 - "packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c" 42 + "license": "MIT" 44 43 }
-3612
pnpm-lock.yaml
··· 1 - lockfileVersion: '9.0' 2 - 3 - settings: 4 - autoInstallPeers: true 5 - excludeLinksFromLockfile: false 6 - 7 - importers: 8 - 9 - .: 10 - dependencies: 11 - '@skyware/jetstream': 12 - specifier: ^0.1.5 13 - version: 0.1.5(@atcute/client@2.0.1) 14 - dotenv: 15 - specifier: ^16.4.5 16 - version: 16.4.5 17 - drizzle-orm: 18 - specifier: ^0.33.0 19 - version: 0.33.0(@opentelemetry/api@1.9.0)(@types/better-sqlite3@7.6.11)(@types/pg@8.11.10)(better-sqlite3@11.3.0)(pg@8.13.0) 20 - express: 21 - specifier: ^4.21.0 22 - version: 4.21.0 23 - pg: 24 - specifier: ^8.13.0 25 - version: 8.13.0 26 - pino: 27 - specifier: ^9.4.0 28 - version: 9.4.0 29 - pino-pretty: 30 - specifier: ^11.2.2 31 - version: 11.2.2 32 - prom-client: 33 - specifier: ^15.1.3 34 - version: 15.1.3 35 - devDependencies: 36 - '@eslint/js': 37 - specifier: ^9.11.1 38 - version: 9.11.1 39 - '@trivago/prettier-plugin-sort-imports': 40 - specifier: ^4.3.0 41 - version: 4.3.0(prettier@3.3.3) 42 - '@types/eslint__js': 43 - specifier: ^8.42.3 44 - version: 8.42.3 45 - '@types/express': 46 - specifier: ^4.17.21 47 - version: 4.17.21 48 - '@types/node': 49 - specifier: ^20.16.9 50 - version: 20.16.9 51 - '@types/node-schedule': 52 - specifier: ^2.1.7 53 - version: 2.1.7 54 - '@types/pg': 55 - specifier: ^8.11.10 56 - version: 8.11.10 57 - drizzle-kit: 58 - specifier: ^0.24.2 59 - version: 0.24.2 60 - eslint: 61 - specifier: ^9.11.1 62 - version: 9.11.1 63 - prettier: 64 - specifier: ^3.3.3 65 - version: 3.3.3 66 - tsx: 67 - specifier: ^4.19.1 68 - version: 4.19.1 69 - typescript: 70 - specifier: ^5.6.2 71 - version: 5.6.2 72 - typescript-eslint: 73 - specifier: ^8.7.0 74 - version: 8.7.0(eslint@9.11.1)(typescript@5.6.2) 75 - 76 - packages: 77 - 78 - '@atcute/bluesky@1.0.7': 79 - resolution: {integrity: sha512-2jPHzl7WbcqRtcAXanJy4Lp638ujqnoGmPCPmBlmpEDP34D7EVKQqjN/mlvglb5n539dThA9xlSgIS8yOxwzDA==} 80 - peerDependencies: 81 - '@atcute/client': ^1.0.0 || ^2.0.0 82 - 83 - '@atcute/client@2.0.1': 84 - resolution: {integrity: sha512-M4q0QchcjcPTypgXTKc4MO06eJMno5op14qHAMWhKbxROOnxnhLfjG9rbcNr7nOycQb5THmUIEAwvvabrv1AjA==} 85 - 86 - '@babel/code-frame@7.24.7': 87 - resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==} 88 - engines: {node: '>=6.9.0'} 89 - 90 - '@babel/generator@7.17.7': 91 - resolution: {integrity: sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==} 92 - engines: {node: '>=6.9.0'} 93 - 94 - '@babel/generator@7.25.6': 95 - resolution: {integrity: sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==} 96 - engines: {node: '>=6.9.0'} 97 - 98 - '@babel/helper-environment-visitor@7.24.7': 99 - resolution: {integrity: sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==} 100 - engines: {node: '>=6.9.0'} 101 - 102 - '@babel/helper-function-name@7.24.7': 103 - resolution: {integrity: sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==} 104 - engines: {node: '>=6.9.0'} 105 - 106 - '@babel/helper-hoist-variables@7.24.7': 107 - resolution: {integrity: sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==} 108 - engines: {node: '>=6.9.0'} 109 - 110 - '@babel/helper-split-export-declaration@7.24.7': 111 - resolution: {integrity: sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==} 112 - engines: {node: '>=6.9.0'} 113 - 114 - '@babel/helper-string-parser@7.24.8': 115 - resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==} 116 - engines: {node: '>=6.9.0'} 117 - 118 - '@babel/helper-validator-identifier@7.24.7': 119 - resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==} 120 - engines: {node: '>=6.9.0'} 121 - 122 - '@babel/highlight@7.24.7': 123 - resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==} 124 - engines: {node: '>=6.9.0'} 125 - 126 - '@babel/parser@7.25.6': 127 - resolution: {integrity: sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==} 128 - engines: {node: '>=6.0.0'} 129 - hasBin: true 130 - 131 - '@babel/template@7.25.0': 132 - resolution: {integrity: sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==} 133 - engines: {node: '>=6.9.0'} 134 - 135 - '@babel/traverse@7.23.2': 136 - resolution: {integrity: sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==} 137 - engines: {node: '>=6.9.0'} 138 - 139 - '@babel/types@7.17.0': 140 - resolution: {integrity: sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==} 141 - engines: {node: '>=6.9.0'} 142 - 143 - '@babel/types@7.25.6': 144 - resolution: {integrity: sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==} 145 - engines: {node: '>=6.9.0'} 146 - 147 - '@drizzle-team/brocli@0.10.1': 148 - resolution: {integrity: sha512-AHy0vjc+n/4w/8Mif+w86qpppHuF3AyXbcWW+R/W7GNA3F5/p2nuhlkCJaTXSLZheB4l1rtHzOfr9A7NwoR/Zg==} 149 - 150 - '@esbuild-kit/core-utils@3.3.2': 151 - resolution: {integrity: sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==} 152 - 153 - '@esbuild-kit/esm-loader@2.6.5': 154 - resolution: {integrity: sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==} 155 - 156 - '@esbuild/aix-ppc64@0.19.12': 157 - resolution: {integrity: sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==} 158 - engines: {node: '>=12'} 159 - cpu: [ppc64] 160 - os: [aix] 161 - 162 - '@esbuild/aix-ppc64@0.23.1': 163 - resolution: {integrity: sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==} 164 - engines: {node: '>=18'} 165 - cpu: [ppc64] 166 - os: [aix] 167 - 168 - '@esbuild/android-arm64@0.18.20': 169 - resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==} 170 - engines: {node: '>=12'} 171 - cpu: [arm64] 172 - os: [android] 173 - 174 - '@esbuild/android-arm64@0.19.12': 175 - resolution: {integrity: sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==} 176 - engines: {node: '>=12'} 177 - cpu: [arm64] 178 - os: [android] 179 - 180 - '@esbuild/android-arm64@0.23.1': 181 - resolution: {integrity: sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==} 182 - engines: {node: '>=18'} 183 - cpu: [arm64] 184 - os: [android] 185 - 186 - '@esbuild/android-arm@0.18.20': 187 - resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==} 188 - engines: {node: '>=12'} 189 - cpu: [arm] 190 - os: [android] 191 - 192 - '@esbuild/android-arm@0.19.12': 193 - resolution: {integrity: sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==} 194 - engines: {node: '>=12'} 195 - cpu: [arm] 196 - os: [android] 197 - 198 - '@esbuild/android-arm@0.23.1': 199 - resolution: {integrity: sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==} 200 - engines: {node: '>=18'} 201 - cpu: [arm] 202 - os: [android] 203 - 204 - '@esbuild/android-x64@0.18.20': 205 - resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==} 206 - engines: {node: '>=12'} 207 - cpu: [x64] 208 - os: [android] 209 - 210 - '@esbuild/android-x64@0.19.12': 211 - resolution: {integrity: sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==} 212 - engines: {node: '>=12'} 213 - cpu: [x64] 214 - os: [android] 215 - 216 - '@esbuild/android-x64@0.23.1': 217 - resolution: {integrity: sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==} 218 - engines: {node: '>=18'} 219 - cpu: [x64] 220 - os: [android] 221 - 222 - '@esbuild/darwin-arm64@0.18.20': 223 - resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==} 224 - engines: {node: '>=12'} 225 - cpu: [arm64] 226 - os: [darwin] 227 - 228 - '@esbuild/darwin-arm64@0.19.12': 229 - resolution: {integrity: sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==} 230 - engines: {node: '>=12'} 231 - cpu: [arm64] 232 - os: [darwin] 233 - 234 - '@esbuild/darwin-arm64@0.23.1': 235 - resolution: {integrity: sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==} 236 - engines: {node: '>=18'} 237 - cpu: [arm64] 238 - os: [darwin] 239 - 240 - '@esbuild/darwin-x64@0.18.20': 241 - resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==} 242 - engines: {node: '>=12'} 243 - cpu: [x64] 244 - os: [darwin] 245 - 246 - '@esbuild/darwin-x64@0.19.12': 247 - resolution: {integrity: sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==} 248 - engines: {node: '>=12'} 249 - cpu: [x64] 250 - os: [darwin] 251 - 252 - '@esbuild/darwin-x64@0.23.1': 253 - resolution: {integrity: sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==} 254 - engines: {node: '>=18'} 255 - cpu: [x64] 256 - os: [darwin] 257 - 258 - '@esbuild/freebsd-arm64@0.18.20': 259 - resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==} 260 - engines: {node: '>=12'} 261 - cpu: [arm64] 262 - os: [freebsd] 263 - 264 - '@esbuild/freebsd-arm64@0.19.12': 265 - resolution: {integrity: sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==} 266 - engines: {node: '>=12'} 267 - cpu: [arm64] 268 - os: [freebsd] 269 - 270 - '@esbuild/freebsd-arm64@0.23.1': 271 - resolution: {integrity: sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==} 272 - engines: {node: '>=18'} 273 - cpu: [arm64] 274 - os: [freebsd] 275 - 276 - '@esbuild/freebsd-x64@0.18.20': 277 - resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==} 278 - engines: {node: '>=12'} 279 - cpu: [x64] 280 - os: [freebsd] 281 - 282 - '@esbuild/freebsd-x64@0.19.12': 283 - resolution: {integrity: sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==} 284 - engines: {node: '>=12'} 285 - cpu: [x64] 286 - os: [freebsd] 287 - 288 - '@esbuild/freebsd-x64@0.23.1': 289 - resolution: {integrity: sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==} 290 - engines: {node: '>=18'} 291 - cpu: [x64] 292 - os: [freebsd] 293 - 294 - '@esbuild/linux-arm64@0.18.20': 295 - resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==} 296 - engines: {node: '>=12'} 297 - cpu: [arm64] 298 - os: [linux] 299 - 300 - '@esbuild/linux-arm64@0.19.12': 301 - resolution: {integrity: sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==} 302 - engines: {node: '>=12'} 303 - cpu: [arm64] 304 - os: [linux] 305 - 306 - '@esbuild/linux-arm64@0.23.1': 307 - resolution: {integrity: sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==} 308 - engines: {node: '>=18'} 309 - cpu: [arm64] 310 - os: [linux] 311 - 312 - '@esbuild/linux-arm@0.18.20': 313 - resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==} 314 - engines: {node: '>=12'} 315 - cpu: [arm] 316 - os: [linux] 317 - 318 - '@esbuild/linux-arm@0.19.12': 319 - resolution: {integrity: sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==} 320 - engines: {node: '>=12'} 321 - cpu: [arm] 322 - os: [linux] 323 - 324 - '@esbuild/linux-arm@0.23.1': 325 - resolution: {integrity: sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==} 326 - engines: {node: '>=18'} 327 - cpu: [arm] 328 - os: [linux] 329 - 330 - '@esbuild/linux-ia32@0.18.20': 331 - resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==} 332 - engines: {node: '>=12'} 333 - cpu: [ia32] 334 - os: [linux] 335 - 336 - '@esbuild/linux-ia32@0.19.12': 337 - resolution: {integrity: sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==} 338 - engines: {node: '>=12'} 339 - cpu: [ia32] 340 - os: [linux] 341 - 342 - '@esbuild/linux-ia32@0.23.1': 343 - resolution: {integrity: sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==} 344 - engines: {node: '>=18'} 345 - cpu: [ia32] 346 - os: [linux] 347 - 348 - '@esbuild/linux-loong64@0.18.20': 349 - resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==} 350 - engines: {node: '>=12'} 351 - cpu: [loong64] 352 - os: [linux] 353 - 354 - '@esbuild/linux-loong64@0.19.12': 355 - resolution: {integrity: sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==} 356 - engines: {node: '>=12'} 357 - cpu: [loong64] 358 - os: [linux] 359 - 360 - '@esbuild/linux-loong64@0.23.1': 361 - resolution: {integrity: sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==} 362 - engines: {node: '>=18'} 363 - cpu: [loong64] 364 - os: [linux] 365 - 366 - '@esbuild/linux-mips64el@0.18.20': 367 - resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==} 368 - engines: {node: '>=12'} 369 - cpu: [mips64el] 370 - os: [linux] 371 - 372 - '@esbuild/linux-mips64el@0.19.12': 373 - resolution: {integrity: sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==} 374 - engines: {node: '>=12'} 375 - cpu: [mips64el] 376 - os: [linux] 377 - 378 - '@esbuild/linux-mips64el@0.23.1': 379 - resolution: {integrity: sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==} 380 - engines: {node: '>=18'} 381 - cpu: [mips64el] 382 - os: [linux] 383 - 384 - '@esbuild/linux-ppc64@0.18.20': 385 - resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==} 386 - engines: {node: '>=12'} 387 - cpu: [ppc64] 388 - os: [linux] 389 - 390 - '@esbuild/linux-ppc64@0.19.12': 391 - resolution: {integrity: sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==} 392 - engines: {node: '>=12'} 393 - cpu: [ppc64] 394 - os: [linux] 395 - 396 - '@esbuild/linux-ppc64@0.23.1': 397 - resolution: {integrity: sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==} 398 - engines: {node: '>=18'} 399 - cpu: [ppc64] 400 - os: [linux] 401 - 402 - '@esbuild/linux-riscv64@0.18.20': 403 - resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==} 404 - engines: {node: '>=12'} 405 - cpu: [riscv64] 406 - os: [linux] 407 - 408 - '@esbuild/linux-riscv64@0.19.12': 409 - resolution: {integrity: sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==} 410 - engines: {node: '>=12'} 411 - cpu: [riscv64] 412 - os: [linux] 413 - 414 - '@esbuild/linux-riscv64@0.23.1': 415 - resolution: {integrity: sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==} 416 - engines: {node: '>=18'} 417 - cpu: [riscv64] 418 - os: [linux] 419 - 420 - '@esbuild/linux-s390x@0.18.20': 421 - resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==} 422 - engines: {node: '>=12'} 423 - cpu: [s390x] 424 - os: [linux] 425 - 426 - '@esbuild/linux-s390x@0.19.12': 427 - resolution: {integrity: sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==} 428 - engines: {node: '>=12'} 429 - cpu: [s390x] 430 - os: [linux] 431 - 432 - '@esbuild/linux-s390x@0.23.1': 433 - resolution: {integrity: sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==} 434 - engines: {node: '>=18'} 435 - cpu: [s390x] 436 - os: [linux] 437 - 438 - '@esbuild/linux-x64@0.18.20': 439 - resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==} 440 - engines: {node: '>=12'} 441 - cpu: [x64] 442 - os: [linux] 443 - 444 - '@esbuild/linux-x64@0.19.12': 445 - resolution: {integrity: sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==} 446 - engines: {node: '>=12'} 447 - cpu: [x64] 448 - os: [linux] 449 - 450 - '@esbuild/linux-x64@0.23.1': 451 - resolution: {integrity: sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==} 452 - engines: {node: '>=18'} 453 - cpu: [x64] 454 - os: [linux] 455 - 456 - '@esbuild/netbsd-x64@0.18.20': 457 - resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==} 458 - engines: {node: '>=12'} 459 - cpu: [x64] 460 - os: [netbsd] 461 - 462 - '@esbuild/netbsd-x64@0.19.12': 463 - resolution: {integrity: sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==} 464 - engines: {node: '>=12'} 465 - cpu: [x64] 466 - os: [netbsd] 467 - 468 - '@esbuild/netbsd-x64@0.23.1': 469 - resolution: {integrity: sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==} 470 - engines: {node: '>=18'} 471 - cpu: [x64] 472 - os: [netbsd] 473 - 474 - '@esbuild/openbsd-arm64@0.23.1': 475 - resolution: {integrity: sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==} 476 - engines: {node: '>=18'} 477 - cpu: [arm64] 478 - os: [openbsd] 479 - 480 - '@esbuild/openbsd-x64@0.18.20': 481 - resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==} 482 - engines: {node: '>=12'} 483 - cpu: [x64] 484 - os: [openbsd] 485 - 486 - '@esbuild/openbsd-x64@0.19.12': 487 - resolution: {integrity: sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==} 488 - engines: {node: '>=12'} 489 - cpu: [x64] 490 - os: [openbsd] 491 - 492 - '@esbuild/openbsd-x64@0.23.1': 493 - resolution: {integrity: sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==} 494 - engines: {node: '>=18'} 495 - cpu: [x64] 496 - os: [openbsd] 497 - 498 - '@esbuild/sunos-x64@0.18.20': 499 - resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==} 500 - engines: {node: '>=12'} 501 - cpu: [x64] 502 - os: [sunos] 503 - 504 - '@esbuild/sunos-x64@0.19.12': 505 - resolution: {integrity: sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==} 506 - engines: {node: '>=12'} 507 - cpu: [x64] 508 - os: [sunos] 509 - 510 - '@esbuild/sunos-x64@0.23.1': 511 - resolution: {integrity: sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==} 512 - engines: {node: '>=18'} 513 - cpu: [x64] 514 - os: [sunos] 515 - 516 - '@esbuild/win32-arm64@0.18.20': 517 - resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==} 518 - engines: {node: '>=12'} 519 - cpu: [arm64] 520 - os: [win32] 521 - 522 - '@esbuild/win32-arm64@0.19.12': 523 - resolution: {integrity: sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==} 524 - engines: {node: '>=12'} 525 - cpu: [arm64] 526 - os: [win32] 527 - 528 - '@esbuild/win32-arm64@0.23.1': 529 - resolution: {integrity: sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==} 530 - engines: {node: '>=18'} 531 - cpu: [arm64] 532 - os: [win32] 533 - 534 - '@esbuild/win32-ia32@0.18.20': 535 - resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==} 536 - engines: {node: '>=12'} 537 - cpu: [ia32] 538 - os: [win32] 539 - 540 - '@esbuild/win32-ia32@0.19.12': 541 - resolution: {integrity: sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==} 542 - engines: {node: '>=12'} 543 - cpu: [ia32] 544 - os: [win32] 545 - 546 - '@esbuild/win32-ia32@0.23.1': 547 - resolution: {integrity: sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==} 548 - engines: {node: '>=18'} 549 - cpu: [ia32] 550 - os: [win32] 551 - 552 - '@esbuild/win32-x64@0.18.20': 553 - resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==} 554 - engines: {node: '>=12'} 555 - cpu: [x64] 556 - os: [win32] 557 - 558 - '@esbuild/win32-x64@0.19.12': 559 - resolution: {integrity: sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==} 560 - engines: {node: '>=12'} 561 - cpu: [x64] 562 - os: [win32] 563 - 564 - '@esbuild/win32-x64@0.23.1': 565 - resolution: {integrity: sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==} 566 - engines: {node: '>=18'} 567 - cpu: [x64] 568 - os: [win32] 569 - 570 - '@eslint-community/eslint-utils@4.4.0': 571 - resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} 572 - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 573 - peerDependencies: 574 - eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 575 - 576 - '@eslint-community/regexpp@4.11.1': 577 - resolution: {integrity: sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==} 578 - engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} 579 - 580 - '@eslint/config-array@0.18.0': 581 - resolution: {integrity: sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==} 582 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 583 - 584 - '@eslint/core@0.6.0': 585 - resolution: {integrity: sha512-8I2Q8ykA4J0x0o7cg67FPVnehcqWTBehu/lmY+bolPFHGjh49YzGBMXTvpqVgEbBdvNCSxj6iFgiIyHzf03lzg==} 586 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 587 - 588 - '@eslint/eslintrc@3.1.0': 589 - resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==} 590 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 591 - 592 - '@eslint/js@9.11.1': 593 - resolution: {integrity: sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA==} 594 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 595 - 596 - '@eslint/object-schema@2.1.4': 597 - resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==} 598 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 599 - 600 - '@eslint/plugin-kit@0.2.0': 601 - resolution: {integrity: sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==} 602 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 603 - 604 - '@humanwhocodes/module-importer@1.0.1': 605 - resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} 606 - engines: {node: '>=12.22'} 607 - 608 - '@humanwhocodes/retry@0.3.0': 609 - resolution: {integrity: sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==} 610 - engines: {node: '>=18.18'} 611 - 612 - '@jridgewell/gen-mapping@0.3.5': 613 - resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} 614 - engines: {node: '>=6.0.0'} 615 - 616 - '@jridgewell/resolve-uri@3.1.2': 617 - resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} 618 - engines: {node: '>=6.0.0'} 619 - 620 - '@jridgewell/set-array@1.2.1': 621 - resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} 622 - engines: {node: '>=6.0.0'} 623 - 624 - '@jridgewell/sourcemap-codec@1.5.0': 625 - resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} 626 - 627 - '@jridgewell/trace-mapping@0.3.25': 628 - resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} 629 - 630 - '@nodelib/fs.scandir@2.1.5': 631 - resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} 632 - engines: {node: '>= 8'} 633 - 634 - '@nodelib/fs.stat@2.0.5': 635 - resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} 636 - engines: {node: '>= 8'} 637 - 638 - '@nodelib/fs.walk@1.2.8': 639 - resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} 640 - engines: {node: '>= 8'} 641 - 642 - '@opentelemetry/api@1.9.0': 643 - resolution: {integrity: sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==} 644 - engines: {node: '>=8.0.0'} 645 - 646 - '@skyware/jetstream@0.1.5': 647 - resolution: {integrity: sha512-+0Ouhl6m/SKBZa2CENyDnFtEt4zAgRb57gadDx89TbwFMse4BT+tZhtkldyJ7DCO+FPX5By5Z6bIIm8LPL9Dqw==} 648 - 649 - '@trivago/prettier-plugin-sort-imports@4.3.0': 650 - resolution: {integrity: sha512-r3n0onD3BTOVUNPhR4lhVK4/pABGpbA7bW3eumZnYdKaHkf1qEC+Mag6DPbGNuuh0eG8AaYj+YqmVHSiGslaTQ==} 651 - peerDependencies: 652 - '@vue/compiler-sfc': 3.x 653 - prettier: 2.x - 3.x 654 - peerDependenciesMeta: 655 - '@vue/compiler-sfc': 656 - optional: true 657 - 658 - '@types/better-sqlite3@7.6.11': 659 - resolution: {integrity: sha512-i8KcD3PgGtGBLl3+mMYA8PdKkButvPyARxA7IQAd6qeslht13qxb1zzO8dRCtE7U3IoJS782zDBAeoKiM695kg==} 660 - 661 - '@types/body-parser@1.19.5': 662 - resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==} 663 - 664 - '@types/connect@3.4.38': 665 - resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} 666 - 667 - '@types/eslint@9.6.1': 668 - resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==} 669 - 670 - '@types/eslint__js@8.42.3': 671 - resolution: {integrity: sha512-alfG737uhmPdnvkrLdZLcEKJ/B8s9Y4hrZ+YAdzUeoArBlSUERA2E87ROfOaS4jd/C45fzOoZzidLc1IPwLqOw==} 672 - 673 - '@types/estree@1.0.6': 674 - resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} 675 - 676 - '@types/express-serve-static-core@4.19.6': 677 - resolution: {integrity: sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==} 678 - 679 - '@types/express@4.17.21': 680 - resolution: {integrity: sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==} 681 - 682 - '@types/http-errors@2.0.4': 683 - resolution: {integrity: sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==} 684 - 685 - '@types/json-schema@7.0.15': 686 - resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} 687 - 688 - '@types/mime@1.3.5': 689 - resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==} 690 - 691 - '@types/node-schedule@2.1.7': 692 - resolution: {integrity: sha512-G7Z3R9H7r3TowoH6D2pkzUHPhcJrDF4Jz1JOQ80AX0K2DWTHoN9VC94XzFAPNMdbW9TBzMZ3LjpFi7RYdbxtXA==} 693 - 694 - '@types/node@20.16.9': 695 - resolution: {integrity: sha512-rkvIVJxsOfBejxK7I0FO5sa2WxFmJCzoDwcd88+fq/CUfynNywTo/1/T6hyFz22CyztsnLS9nVlHOnTI36RH5w==} 696 - 697 - '@types/pg@8.11.10': 698 - resolution: {integrity: sha512-LczQUW4dbOQzsH2RQ5qoeJ6qJPdrcM/DcMLoqWQkMLMsq83J5lAX3LXjdkWdpscFy67JSOWDnh7Ny/sPFykmkg==} 699 - 700 - '@types/qs@6.9.16': 701 - resolution: {integrity: sha512-7i+zxXdPD0T4cKDuxCUXJ4wHcsJLwENa6Z3dCu8cfCK743OGy5Nu1RmAGqDPsoTDINVEcdXKRvR/zre+P2Ku1A==} 702 - 703 - '@types/range-parser@1.2.7': 704 - resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==} 705 - 706 - '@types/send@0.17.4': 707 - resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==} 708 - 709 - '@types/serve-static@1.15.7': 710 - resolution: {integrity: sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==} 711 - 712 - '@typescript-eslint/eslint-plugin@8.7.0': 713 - resolution: {integrity: sha512-RIHOoznhA3CCfSTFiB6kBGLQtB/sox+pJ6jeFu6FxJvqL8qRxq/FfGO/UhsGgQM9oGdXkV4xUgli+dt26biB6A==} 714 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 715 - peerDependencies: 716 - '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 717 - eslint: ^8.57.0 || ^9.0.0 718 - typescript: '*' 719 - peerDependenciesMeta: 720 - typescript: 721 - optional: true 722 - 723 - '@typescript-eslint/parser@8.7.0': 724 - resolution: {integrity: sha512-lN0btVpj2unxHlNYLI//BQ7nzbMJYBVQX5+pbNXvGYazdlgYonMn4AhhHifQ+J4fGRYA/m1DjaQjx+fDetqBOQ==} 725 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 726 - peerDependencies: 727 - eslint: ^8.57.0 || ^9.0.0 728 - typescript: '*' 729 - peerDependenciesMeta: 730 - typescript: 731 - optional: true 732 - 733 - '@typescript-eslint/scope-manager@8.7.0': 734 - resolution: {integrity: sha512-87rC0k3ZlDOuz82zzXRtQ7Akv3GKhHs0ti4YcbAJtaomllXoSO8hi7Ix3ccEvCd824dy9aIX+j3d2UMAfCtVpg==} 735 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 736 - 737 - '@typescript-eslint/type-utils@8.7.0': 738 - resolution: {integrity: sha512-tl0N0Mj3hMSkEYhLkjREp54OSb/FI6qyCzfiiclvJvOqre6hsZTGSnHtmFLDU8TIM62G7ygEa1bI08lcuRwEnQ==} 739 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 740 - peerDependencies: 741 - typescript: '*' 742 - peerDependenciesMeta: 743 - typescript: 744 - optional: true 745 - 746 - '@typescript-eslint/types@8.7.0': 747 - resolution: {integrity: sha512-LLt4BLHFwSfASHSF2K29SZ+ZCsbQOM+LuarPjRUuHm+Qd09hSe3GCeaQbcCr+Mik+0QFRmep/FyZBO6fJ64U3w==} 748 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 749 - 750 - '@typescript-eslint/typescript-estree@8.7.0': 751 - resolution: {integrity: sha512-MC8nmcGHsmfAKxwnluTQpNqceniT8SteVwd2voYlmiSWGOtjvGXdPl17dYu2797GVscK30Z04WRM28CrKS9WOg==} 752 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 753 - peerDependencies: 754 - typescript: '*' 755 - peerDependenciesMeta: 756 - typescript: 757 - optional: true 758 - 759 - '@typescript-eslint/utils@8.7.0': 760 - resolution: {integrity: sha512-ZbdUdwsl2X/s3CiyAu3gOlfQzpbuG3nTWKPoIvAu1pu5r8viiJvv2NPN2AqArL35NCYtw/lrPPfM4gxrMLNLPw==} 761 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 762 - peerDependencies: 763 - eslint: ^8.57.0 || ^9.0.0 764 - 765 - '@typescript-eslint/visitor-keys@8.7.0': 766 - resolution: {integrity: sha512-b1tx0orFCCh/THWPQa2ZwWzvOeyzzp36vkJYOpVg0u8UVOIsfVrnuC9FqAw9gRKn+rG2VmWQ/zDJZzkxUnj/XQ==} 767 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 768 - 769 - abort-controller@3.0.0: 770 - resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} 771 - engines: {node: '>=6.5'} 772 - 773 - accepts@1.3.8: 774 - resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} 775 - engines: {node: '>= 0.6'} 776 - 777 - acorn-jsx@5.3.2: 778 - resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} 779 - peerDependencies: 780 - acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 781 - 782 - acorn@8.12.1: 783 - resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==} 784 - engines: {node: '>=0.4.0'} 785 - hasBin: true 786 - 787 - ajv@6.12.6: 788 - resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} 789 - 790 - ansi-regex@5.0.1: 791 - resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} 792 - engines: {node: '>=8'} 793 - 794 - ansi-styles@3.2.1: 795 - resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} 796 - engines: {node: '>=4'} 797 - 798 - ansi-styles@4.3.0: 799 - resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} 800 - engines: {node: '>=8'} 801 - 802 - argparse@2.0.1: 803 - resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} 804 - 805 - array-flatten@1.1.1: 806 - resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} 807 - 808 - atomic-sleep@1.0.0: 809 - resolution: {integrity: sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==} 810 - engines: {node: '>=8.0.0'} 811 - 812 - balanced-match@1.0.2: 813 - resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} 814 - 815 - base64-js@1.5.1: 816 - resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} 817 - 818 - better-sqlite3@11.3.0: 819 - resolution: {integrity: sha512-iHt9j8NPYF3oKCNOO5ZI4JwThjt3Z6J6XrcwG85VNMVzv1ByqrHWv5VILEbCMFWDsoHhXvQ7oC8vgRXFAKgl9w==} 820 - 821 - bindings@1.5.0: 822 - resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} 823 - 824 - bintrees@1.0.2: 825 - resolution: {integrity: sha512-VOMgTMwjAaUG580SXn3LacVgjurrbMme7ZZNYGSSV7mmtY6QQRh0Eg3pwIcntQ77DErK1L0NxkbetjcoXzVwKw==} 826 - 827 - bl@4.1.0: 828 - resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} 829 - 830 - body-parser@1.20.3: 831 - resolution: {integrity: sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==} 832 - engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} 833 - 834 - brace-expansion@1.1.11: 835 - resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} 836 - 837 - brace-expansion@2.0.1: 838 - resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} 839 - 840 - braces@3.0.3: 841 - resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} 842 - engines: {node: '>=8'} 843 - 844 - buffer-from@1.1.2: 845 - resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} 846 - 847 - buffer@5.7.1: 848 - resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} 849 - 850 - buffer@6.0.3: 851 - resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} 852 - 853 - bytes@3.1.2: 854 - resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} 855 - engines: {node: '>= 0.8'} 856 - 857 - call-bind@1.0.7: 858 - resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} 859 - engines: {node: '>= 0.4'} 860 - 861 - callsites@3.1.0: 862 - resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} 863 - engines: {node: '>=6'} 864 - 865 - chalk@2.4.2: 866 - resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} 867 - engines: {node: '>=4'} 868 - 869 - chalk@4.1.2: 870 - resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} 871 - engines: {node: '>=10'} 872 - 873 - chownr@1.1.4: 874 - resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} 875 - 876 - color-convert@1.9.3: 877 - resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} 878 - 879 - color-convert@2.0.1: 880 - resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} 881 - engines: {node: '>=7.0.0'} 882 - 883 - color-name@1.1.3: 884 - resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} 885 - 886 - color-name@1.1.4: 887 - resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} 888 - 889 - colorette@2.0.20: 890 - resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} 891 - 892 - concat-map@0.0.1: 893 - resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} 894 - 895 - content-disposition@0.5.4: 896 - resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} 897 - engines: {node: '>= 0.6'} 898 - 899 - content-type@1.0.5: 900 - resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} 901 - engines: {node: '>= 0.6'} 902 - 903 - cookie-signature@1.0.6: 904 - resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} 905 - 906 - cookie@0.6.0: 907 - resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} 908 - engines: {node: '>= 0.6'} 909 - 910 - cross-spawn@7.0.3: 911 - resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} 912 - engines: {node: '>= 8'} 913 - 914 - dateformat@4.6.3: 915 - resolution: {integrity: sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==} 916 - 917 - debug@2.6.9: 918 - resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} 919 - peerDependencies: 920 - supports-color: '*' 921 - peerDependenciesMeta: 922 - supports-color: 923 - optional: true 924 - 925 - debug@4.3.7: 926 - resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==} 927 - engines: {node: '>=6.0'} 928 - peerDependencies: 929 - supports-color: '*' 930 - peerDependenciesMeta: 931 - supports-color: 932 - optional: true 933 - 934 - decompress-response@6.0.0: 935 - resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==} 936 - engines: {node: '>=10'} 937 - 938 - deep-extend@0.6.0: 939 - resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} 940 - engines: {node: '>=4.0.0'} 941 - 942 - deep-is@0.1.4: 943 - resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} 944 - 945 - define-data-property@1.1.4: 946 - resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} 947 - engines: {node: '>= 0.4'} 948 - 949 - depd@2.0.0: 950 - resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} 951 - engines: {node: '>= 0.8'} 952 - 953 - destroy@1.2.0: 954 - resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} 955 - engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} 956 - 957 - detect-libc@2.0.3: 958 - resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} 959 - engines: {node: '>=8'} 960 - 961 - dotenv@16.4.5: 962 - resolution: {integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==} 963 - engines: {node: '>=12'} 964 - 965 - drizzle-kit@0.24.2: 966 - resolution: {integrity: sha512-nXOaTSFiuIaTMhS8WJC2d4EBeIcN9OSt2A2cyFbQYBAZbi7lRsVGJNqDpEwPqYfJz38yxbY/UtbvBBahBfnExQ==} 967 - hasBin: true 968 - 969 - drizzle-orm@0.33.0: 970 - resolution: {integrity: sha512-SHy72R2Rdkz0LEq0PSG/IdvnT3nGiWuRk+2tXZQ90GVq/XQhpCzu/EFT3V2rox+w8MlkBQxifF8pCStNYnERfA==} 971 - peerDependencies: 972 - '@aws-sdk/client-rds-data': '>=3' 973 - '@cloudflare/workers-types': '>=3' 974 - '@electric-sql/pglite': '>=0.1.1' 975 - '@libsql/client': '*' 976 - '@neondatabase/serverless': '>=0.1' 977 - '@op-engineering/op-sqlite': '>=2' 978 - '@opentelemetry/api': ^1.4.1 979 - '@planetscale/database': '>=1' 980 - '@prisma/client': '*' 981 - '@tidbcloud/serverless': '*' 982 - '@types/better-sqlite3': '*' 983 - '@types/pg': '*' 984 - '@types/react': '>=18' 985 - '@types/sql.js': '*' 986 - '@vercel/postgres': '>=0.8.0' 987 - '@xata.io/client': '*' 988 - better-sqlite3: '>=7' 989 - bun-types: '*' 990 - expo-sqlite: '>=13.2.0' 991 - knex: '*' 992 - kysely: '*' 993 - mysql2: '>=2' 994 - pg: '>=8' 995 - postgres: '>=3' 996 - prisma: '*' 997 - react: '>=18' 998 - sql.js: '>=1' 999 - sqlite3: '>=5' 1000 - peerDependenciesMeta: 1001 - '@aws-sdk/client-rds-data': 1002 - optional: true 1003 - '@cloudflare/workers-types': 1004 - optional: true 1005 - '@electric-sql/pglite': 1006 - optional: true 1007 - '@libsql/client': 1008 - optional: true 1009 - '@neondatabase/serverless': 1010 - optional: true 1011 - '@op-engineering/op-sqlite': 1012 - optional: true 1013 - '@opentelemetry/api': 1014 - optional: true 1015 - '@planetscale/database': 1016 - optional: true 1017 - '@prisma/client': 1018 - optional: true 1019 - '@tidbcloud/serverless': 1020 - optional: true 1021 - '@types/better-sqlite3': 1022 - optional: true 1023 - '@types/pg': 1024 - optional: true 1025 - '@types/react': 1026 - optional: true 1027 - '@types/sql.js': 1028 - optional: true 1029 - '@vercel/postgres': 1030 - optional: true 1031 - '@xata.io/client': 1032 - optional: true 1033 - better-sqlite3: 1034 - optional: true 1035 - bun-types: 1036 - optional: true 1037 - expo-sqlite: 1038 - optional: true 1039 - knex: 1040 - optional: true 1041 - kysely: 1042 - optional: true 1043 - mysql2: 1044 - optional: true 1045 - pg: 1046 - optional: true 1047 - postgres: 1048 - optional: true 1049 - prisma: 1050 - optional: true 1051 - react: 1052 - optional: true 1053 - sql.js: 1054 - optional: true 1055 - sqlite3: 1056 - optional: true 1057 - 1058 - ee-first@1.1.1: 1059 - resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} 1060 - 1061 - encodeurl@1.0.2: 1062 - resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} 1063 - engines: {node: '>= 0.8'} 1064 - 1065 - encodeurl@2.0.0: 1066 - resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==} 1067 - engines: {node: '>= 0.8'} 1068 - 1069 - end-of-stream@1.4.4: 1070 - resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} 1071 - 1072 - es-define-property@1.0.0: 1073 - resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==} 1074 - engines: {node: '>= 0.4'} 1075 - 1076 - es-errors@1.3.0: 1077 - resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} 1078 - engines: {node: '>= 0.4'} 1079 - 1080 - esbuild-register@3.6.0: 1081 - resolution: {integrity: sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==} 1082 - peerDependencies: 1083 - esbuild: '>=0.12 <1' 1084 - 1085 - esbuild@0.18.20: 1086 - resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==} 1087 - engines: {node: '>=12'} 1088 - hasBin: true 1089 - 1090 - esbuild@0.19.12: 1091 - resolution: {integrity: sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==} 1092 - engines: {node: '>=12'} 1093 - hasBin: true 1094 - 1095 - esbuild@0.23.1: 1096 - resolution: {integrity: sha512-VVNz/9Sa0bs5SELtn3f7qhJCDPCF5oMEl5cO9/SSinpE9hbPVvxbd572HH5AKiP7WD8INO53GgfDDhRjkylHEg==} 1097 - engines: {node: '>=18'} 1098 - hasBin: true 1099 - 1100 - escape-html@1.0.3: 1101 - resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} 1102 - 1103 - escape-string-regexp@1.0.5: 1104 - resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} 1105 - engines: {node: '>=0.8.0'} 1106 - 1107 - escape-string-regexp@4.0.0: 1108 - resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} 1109 - engines: {node: '>=10'} 1110 - 1111 - eslint-scope@8.0.2: 1112 - resolution: {integrity: sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==} 1113 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1114 - 1115 - eslint-visitor-keys@3.4.3: 1116 - resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} 1117 - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 1118 - 1119 - eslint-visitor-keys@4.0.0: 1120 - resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==} 1121 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1122 - 1123 - eslint@9.11.1: 1124 - resolution: {integrity: sha512-MobhYKIoAO1s1e4VUrgx1l1Sk2JBR/Gqjjgw8+mfgoLE2xwsHur4gdfTxyTgShrhvdVFTaJSgMiQBl1jv/AWxg==} 1125 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1126 - hasBin: true 1127 - peerDependencies: 1128 - jiti: '*' 1129 - peerDependenciesMeta: 1130 - jiti: 1131 - optional: true 1132 - 1133 - espree@10.1.0: 1134 - resolution: {integrity: sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==} 1135 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1136 - 1137 - esquery@1.6.0: 1138 - resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==} 1139 - engines: {node: '>=0.10'} 1140 - 1141 - esrecurse@4.3.0: 1142 - resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} 1143 - engines: {node: '>=4.0'} 1144 - 1145 - estraverse@5.3.0: 1146 - resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} 1147 - engines: {node: '>=4.0'} 1148 - 1149 - esutils@2.0.3: 1150 - resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} 1151 - engines: {node: '>=0.10.0'} 1152 - 1153 - etag@1.8.1: 1154 - resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==} 1155 - engines: {node: '>= 0.6'} 1156 - 1157 - event-target-shim@5.0.1: 1158 - resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==} 1159 - engines: {node: '>=6'} 1160 - 1161 - event-target-shim@6.0.2: 1162 - resolution: {integrity: sha512-8q3LsZjRezbFZ2PN+uP+Q7pnHUMmAOziU2vA2OwoFaKIXxlxl38IylhSSgUorWu/rf4er67w0ikBqjBFk/pomA==} 1163 - engines: {node: '>=10.13.0'} 1164 - 1165 - events@3.3.0: 1166 - resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} 1167 - engines: {node: '>=0.8.x'} 1168 - 1169 - expand-template@2.0.3: 1170 - resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==} 1171 - engines: {node: '>=6'} 1172 - 1173 - express@4.21.0: 1174 - resolution: {integrity: sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==} 1175 - engines: {node: '>= 0.10.0'} 1176 - 1177 - fast-copy@3.0.2: 1178 - resolution: {integrity: sha512-dl0O9Vhju8IrcLndv2eU4ldt1ftXMqqfgN4H1cpmGV7P6jeB9FwpN9a2c8DPGE1Ys88rNUJVYDHq73CGAGOPfQ==} 1179 - 1180 - fast-deep-equal@3.1.3: 1181 - resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} 1182 - 1183 - fast-glob@3.3.2: 1184 - resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} 1185 - engines: {node: '>=8.6.0'} 1186 - 1187 - fast-json-stable-stringify@2.1.0: 1188 - resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} 1189 - 1190 - fast-levenshtein@2.0.6: 1191 - resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} 1192 - 1193 - fast-redact@3.5.0: 1194 - resolution: {integrity: sha512-dwsoQlS7h9hMeYUq1W++23NDcBLV4KqONnITDV9DjfS3q1SgDGVrBdvvTLUotWtPSD7asWDV9/CmsZPy8Hf70A==} 1195 - engines: {node: '>=6'} 1196 - 1197 - fast-safe-stringify@2.1.1: 1198 - resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} 1199 - 1200 - fastq@1.17.1: 1201 - resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} 1202 - 1203 - file-entry-cache@8.0.0: 1204 - resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==} 1205 - engines: {node: '>=16.0.0'} 1206 - 1207 - file-uri-to-path@1.0.0: 1208 - resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} 1209 - 1210 - fill-range@7.1.1: 1211 - resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} 1212 - engines: {node: '>=8'} 1213 - 1214 - finalhandler@1.3.1: 1215 - resolution: {integrity: sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==} 1216 - engines: {node: '>= 0.8'} 1217 - 1218 - find-up@5.0.0: 1219 - resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} 1220 - engines: {node: '>=10'} 1221 - 1222 - flat-cache@4.0.1: 1223 - resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==} 1224 - engines: {node: '>=16'} 1225 - 1226 - flatted@3.3.1: 1227 - resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} 1228 - 1229 - forwarded@0.2.0: 1230 - resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} 1231 - engines: {node: '>= 0.6'} 1232 - 1233 - fresh@0.5.2: 1234 - resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} 1235 - engines: {node: '>= 0.6'} 1236 - 1237 - fs-constants@1.0.0: 1238 - resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} 1239 - 1240 - fsevents@2.3.3: 1241 - resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} 1242 - engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} 1243 - os: [darwin] 1244 - 1245 - function-bind@1.1.2: 1246 - resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} 1247 - 1248 - get-intrinsic@1.2.4: 1249 - resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} 1250 - engines: {node: '>= 0.4'} 1251 - 1252 - get-tsconfig@4.8.1: 1253 - resolution: {integrity: sha512-k9PN+cFBmaLWtVz29SkUoqU5O0slLuHJXt/2P+tMVFT+phsSGXGkp9t3rQIqdz0e+06EHNGs3oM6ZX1s2zHxRg==} 1254 - 1255 - github-from-package@0.0.0: 1256 - resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==} 1257 - 1258 - glob-parent@5.1.2: 1259 - resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} 1260 - engines: {node: '>= 6'} 1261 - 1262 - glob-parent@6.0.2: 1263 - resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} 1264 - engines: {node: '>=10.13.0'} 1265 - 1266 - globals@11.12.0: 1267 - resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} 1268 - engines: {node: '>=4'} 1269 - 1270 - globals@14.0.0: 1271 - resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} 1272 - engines: {node: '>=18'} 1273 - 1274 - gopd@1.0.1: 1275 - resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} 1276 - 1277 - graphemer@1.4.0: 1278 - resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} 1279 - 1280 - has-flag@3.0.0: 1281 - resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} 1282 - engines: {node: '>=4'} 1283 - 1284 - has-flag@4.0.0: 1285 - resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} 1286 - engines: {node: '>=8'} 1287 - 1288 - has-property-descriptors@1.0.2: 1289 - resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} 1290 - 1291 - has-proto@1.0.3: 1292 - resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} 1293 - engines: {node: '>= 0.4'} 1294 - 1295 - has-symbols@1.0.3: 1296 - resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} 1297 - engines: {node: '>= 0.4'} 1298 - 1299 - hasown@2.0.2: 1300 - resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} 1301 - engines: {node: '>= 0.4'} 1302 - 1303 - help-me@5.0.0: 1304 - resolution: {integrity: sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==} 1305 - 1306 - http-errors@2.0.0: 1307 - resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} 1308 - engines: {node: '>= 0.8'} 1309 - 1310 - iconv-lite@0.4.24: 1311 - resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} 1312 - engines: {node: '>=0.10.0'} 1313 - 1314 - ieee754@1.2.1: 1315 - resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} 1316 - 1317 - ignore@5.3.2: 1318 - resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} 1319 - engines: {node: '>= 4'} 1320 - 1321 - import-fresh@3.3.0: 1322 - resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} 1323 - engines: {node: '>=6'} 1324 - 1325 - imurmurhash@0.1.4: 1326 - resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} 1327 - engines: {node: '>=0.8.19'} 1328 - 1329 - inherits@2.0.4: 1330 - resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} 1331 - 1332 - ini@1.3.8: 1333 - resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} 1334 - 1335 - ipaddr.js@1.9.1: 1336 - resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} 1337 - engines: {node: '>= 0.10'} 1338 - 1339 - is-extglob@2.1.1: 1340 - resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} 1341 - engines: {node: '>=0.10.0'} 1342 - 1343 - is-glob@4.0.3: 1344 - resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} 1345 - engines: {node: '>=0.10.0'} 1346 - 1347 - is-number@7.0.0: 1348 - resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} 1349 - engines: {node: '>=0.12.0'} 1350 - 1351 - is-path-inside@3.0.3: 1352 - resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} 1353 - engines: {node: '>=8'} 1354 - 1355 - isexe@2.0.0: 1356 - resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} 1357 - 1358 - javascript-natural-sort@0.7.1: 1359 - resolution: {integrity: sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==} 1360 - 1361 - joycon@3.1.1: 1362 - resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==} 1363 - engines: {node: '>=10'} 1364 - 1365 - js-tokens@4.0.0: 1366 - resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} 1367 - 1368 - js-yaml@4.1.0: 1369 - resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} 1370 - hasBin: true 1371 - 1372 - jsesc@2.5.2: 1373 - resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} 1374 - engines: {node: '>=4'} 1375 - hasBin: true 1376 - 1377 - json-buffer@3.0.1: 1378 - resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} 1379 - 1380 - json-schema-traverse@0.4.1: 1381 - resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} 1382 - 1383 - json-stable-stringify-without-jsonify@1.0.1: 1384 - resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} 1385 - 1386 - keyv@4.5.4: 1387 - resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} 1388 - 1389 - levn@0.4.1: 1390 - resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} 1391 - engines: {node: '>= 0.8.0'} 1392 - 1393 - locate-path@6.0.0: 1394 - resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} 1395 - engines: {node: '>=10'} 1396 - 1397 - lodash.merge@4.6.2: 1398 - resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} 1399 - 1400 - lodash@4.17.21: 1401 - resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} 1402 - 1403 - media-typer@0.3.0: 1404 - resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} 1405 - engines: {node: '>= 0.6'} 1406 - 1407 - merge-descriptors@1.0.3: 1408 - resolution: {integrity: sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==} 1409 - 1410 - merge2@1.4.1: 1411 - resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} 1412 - engines: {node: '>= 8'} 1413 - 1414 - methods@1.1.2: 1415 - resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} 1416 - engines: {node: '>= 0.6'} 1417 - 1418 - micromatch@4.0.8: 1419 - resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} 1420 - engines: {node: '>=8.6'} 1421 - 1422 - mime-db@1.52.0: 1423 - resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} 1424 - engines: {node: '>= 0.6'} 1425 - 1426 - mime-types@2.1.35: 1427 - resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} 1428 - engines: {node: '>= 0.6'} 1429 - 1430 - mime@1.6.0: 1431 - resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} 1432 - engines: {node: '>=4'} 1433 - hasBin: true 1434 - 1435 - mimic-response@3.1.0: 1436 - resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==} 1437 - engines: {node: '>=10'} 1438 - 1439 - minimatch@3.1.2: 1440 - resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} 1441 - 1442 - minimatch@9.0.5: 1443 - resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} 1444 - engines: {node: '>=16 || 14 >=14.17'} 1445 - 1446 - minimist@1.2.8: 1447 - resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} 1448 - 1449 - mkdirp-classic@0.5.3: 1450 - resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==} 1451 - 1452 - ms@2.0.0: 1453 - resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} 1454 - 1455 - ms@2.1.3: 1456 - resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} 1457 - 1458 - napi-build-utils@1.0.2: 1459 - resolution: {integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==} 1460 - 1461 - natural-compare@1.4.0: 1462 - resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} 1463 - 1464 - negotiator@0.6.3: 1465 - resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} 1466 - engines: {node: '>= 0.6'} 1467 - 1468 - node-abi@3.68.0: 1469 - resolution: {integrity: sha512-7vbj10trelExNjFSBm5kTvZXXa7pZyKWx9RCKIyqe6I9Ev3IzGpQoqBP3a+cOdxY+pWj6VkP28n/2wWysBHD/A==} 1470 - engines: {node: '>=10'} 1471 - 1472 - object-inspect@1.13.2: 1473 - resolution: {integrity: sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==} 1474 - engines: {node: '>= 0.4'} 1475 - 1476 - obuf@1.1.2: 1477 - resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==} 1478 - 1479 - on-exit-leak-free@2.1.2: 1480 - resolution: {integrity: sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==} 1481 - engines: {node: '>=14.0.0'} 1482 - 1483 - on-finished@2.4.1: 1484 - resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} 1485 - engines: {node: '>= 0.8'} 1486 - 1487 - once@1.4.0: 1488 - resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} 1489 - 1490 - optionator@0.9.4: 1491 - resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} 1492 - engines: {node: '>= 0.8.0'} 1493 - 1494 - p-limit@3.1.0: 1495 - resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} 1496 - engines: {node: '>=10'} 1497 - 1498 - p-locate@5.0.0: 1499 - resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} 1500 - engines: {node: '>=10'} 1501 - 1502 - parent-module@1.0.1: 1503 - resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} 1504 - engines: {node: '>=6'} 1505 - 1506 - parseurl@1.3.3: 1507 - resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} 1508 - engines: {node: '>= 0.8'} 1509 - 1510 - partysocket@1.0.2: 1511 - resolution: {integrity: sha512-rAFOUKImaq+VBk2B+2RTBsWEvlnarEP53nchoUHzpVs8V6fG2/estihOTslTQUWHVuHEKDL5k8htG8K3TngyFA==} 1512 - 1513 - path-exists@4.0.0: 1514 - resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} 1515 - engines: {node: '>=8'} 1516 - 1517 - path-key@3.1.1: 1518 - resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} 1519 - engines: {node: '>=8'} 1520 - 1521 - path-to-regexp@0.1.10: 1522 - resolution: {integrity: sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==} 1523 - 1524 - pg-cloudflare@1.1.1: 1525 - resolution: {integrity: sha512-xWPagP/4B6BgFO+EKz3JONXv3YDgvkbVrGw2mTo3D6tVDQRh1e7cqVGvyR3BE+eQgAvx1XhW/iEASj4/jCWl3Q==} 1526 - 1527 - pg-connection-string@2.7.0: 1528 - resolution: {integrity: sha512-PI2W9mv53rXJQEOb8xNR8lH7Hr+EKa6oJa38zsK0S/ky2er16ios1wLKhZyxzD7jUReiWokc9WK5nxSnC7W1TA==} 1529 - 1530 - pg-int8@1.0.1: 1531 - resolution: {integrity: sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==} 1532 - engines: {node: '>=4.0.0'} 1533 - 1534 - pg-numeric@1.0.2: 1535 - resolution: {integrity: sha512-BM/Thnrw5jm2kKLE5uJkXqqExRUY/toLHda65XgFTBTFYZyopbKjBe29Ii3RbkvlsMoFwD+tHeGaCjjv0gHlyw==} 1536 - engines: {node: '>=4'} 1537 - 1538 - pg-pool@3.7.0: 1539 - resolution: {integrity: sha512-ZOBQForurqh4zZWjrgSwwAtzJ7QiRX0ovFkZr2klsen3Nm0aoh33Ls0fzfv3imeH/nw/O27cjdz5kzYJfeGp/g==} 1540 - peerDependencies: 1541 - pg: '>=8.0' 1542 - 1543 - pg-protocol@1.7.0: 1544 - resolution: {integrity: sha512-hTK/mE36i8fDDhgDFjy6xNOG+LCorxLG3WO17tku+ij6sVHXh1jQUJ8hYAnRhNla4QVD2H8er/FOjc/+EgC6yQ==} 1545 - 1546 - pg-types@2.2.0: 1547 - resolution: {integrity: sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==} 1548 - engines: {node: '>=4'} 1549 - 1550 - pg-types@4.0.2: 1551 - resolution: {integrity: sha512-cRL3JpS3lKMGsKaWndugWQoLOCoP+Cic8oseVcbr0qhPzYD5DWXK+RZ9LY9wxRf7RQia4SCwQlXk0q6FCPrVng==} 1552 - engines: {node: '>=10'} 1553 - 1554 - pg@8.13.0: 1555 - resolution: {integrity: sha512-34wkUTh3SxTClfoHB3pQ7bIMvw9dpFU1audQQeZG837fmHfHpr14n/AELVDoOYVDW2h5RDWU78tFjkD+erSBsw==} 1556 - engines: {node: '>= 8.0.0'} 1557 - peerDependencies: 1558 - pg-native: '>=3.0.1' 1559 - peerDependenciesMeta: 1560 - pg-native: 1561 - optional: true 1562 - 1563 - pgpass@1.0.5: 1564 - resolution: {integrity: sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==} 1565 - 1566 - picocolors@1.1.0: 1567 - resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==} 1568 - 1569 - picomatch@2.3.1: 1570 - resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} 1571 - engines: {node: '>=8.6'} 1572 - 1573 - pino-abstract-transport@1.2.0: 1574 - resolution: {integrity: sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==} 1575 - 1576 - pino-pretty@11.2.2: 1577 - resolution: {integrity: sha512-2FnyGir8nAJAqD3srROdrF1J5BIcMT4nwj7hHSc60El6Uxlym00UbCCd8pYIterstVBFlMyF1yFV8XdGIPbj4A==} 1578 - hasBin: true 1579 - 1580 - pino-std-serializers@7.0.0: 1581 - resolution: {integrity: sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==} 1582 - 1583 - pino@9.4.0: 1584 - resolution: {integrity: sha512-nbkQb5+9YPhQRz/BeQmrWpEknAaqjpAqRK8NwJpmrX/JHu7JuZC5G1CeAwJDJfGes4h+YihC6in3Q2nGb+Y09w==} 1585 - hasBin: true 1586 - 1587 - postgres-array@2.0.0: 1588 - resolution: {integrity: sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==} 1589 - engines: {node: '>=4'} 1590 - 1591 - postgres-array@3.0.2: 1592 - resolution: {integrity: sha512-6faShkdFugNQCLwucjPcY5ARoW1SlbnrZjmGl0IrrqewpvxvhSLHimCVzqeuULCbG0fQv7Dtk1yDbG3xv7Veog==} 1593 - engines: {node: '>=12'} 1594 - 1595 - postgres-bytea@1.0.0: 1596 - resolution: {integrity: sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==} 1597 - engines: {node: '>=0.10.0'} 1598 - 1599 - postgres-bytea@3.0.0: 1600 - resolution: {integrity: sha512-CNd4jim9RFPkObHSjVHlVrxoVQXz7quwNFpz7RY1okNNme49+sVyiTvTRobiLV548Hx/hb1BG+iE7h9493WzFw==} 1601 - engines: {node: '>= 6'} 1602 - 1603 - postgres-date@1.0.7: 1604 - resolution: {integrity: sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==} 1605 - engines: {node: '>=0.10.0'} 1606 - 1607 - postgres-date@2.1.0: 1608 - resolution: {integrity: sha512-K7Juri8gtgXVcDfZttFKVmhglp7epKb1K4pgrkLxehjqkrgPhfG6OO8LHLkfaqkbpjNRnra018XwAr1yQFWGcA==} 1609 - engines: {node: '>=12'} 1610 - 1611 - postgres-interval@1.2.0: 1612 - resolution: {integrity: sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==} 1613 - engines: {node: '>=0.10.0'} 1614 - 1615 - postgres-interval@3.0.0: 1616 - resolution: {integrity: sha512-BSNDnbyZCXSxgA+1f5UU2GmwhoI0aU5yMxRGO8CdFEcY2BQF9xm/7MqKnYoM1nJDk8nONNWDk9WeSmePFhQdlw==} 1617 - engines: {node: '>=12'} 1618 - 1619 - postgres-range@1.1.4: 1620 - resolution: {integrity: sha512-i/hbxIE9803Alj/6ytL7UHQxRvZkI9O4Sy+J3HGc4F4oo/2eQAjTSNJ0bfxyse3bH0nuVesCk+3IRLaMtG3H6w==} 1621 - 1622 - prebuild-install@7.1.2: 1623 - resolution: {integrity: sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==} 1624 - engines: {node: '>=10'} 1625 - hasBin: true 1626 - 1627 - prelude-ls@1.2.1: 1628 - resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} 1629 - engines: {node: '>= 0.8.0'} 1630 - 1631 - prettier@3.3.3: 1632 - resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==} 1633 - engines: {node: '>=14'} 1634 - hasBin: true 1635 - 1636 - process-warning@4.0.0: 1637 - resolution: {integrity: sha512-/MyYDxttz7DfGMMHiysAsFE4qF+pQYAA8ziO/3NcRVrQ5fSk+Mns4QZA/oRPFzvcqNoVJXQNWNAsdwBXLUkQKw==} 1638 - 1639 - process@0.11.10: 1640 - resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} 1641 - engines: {node: '>= 0.6.0'} 1642 - 1643 - prom-client@15.1.3: 1644 - resolution: {integrity: sha512-6ZiOBfCywsD4k1BN9IX0uZhF+tJkV8q8llP64G5Hajs4JOeVLPCwpPVcpXy3BwYiUGgyJzsJJQeOIv7+hDSq8g==} 1645 - engines: {node: ^16 || ^18 || >=20} 1646 - 1647 - proxy-addr@2.0.7: 1648 - resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} 1649 - engines: {node: '>= 0.10'} 1650 - 1651 - pump@3.0.2: 1652 - resolution: {integrity: sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==} 1653 - 1654 - punycode@2.3.1: 1655 - resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} 1656 - engines: {node: '>=6'} 1657 - 1658 - qs@6.13.0: 1659 - resolution: {integrity: sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==} 1660 - engines: {node: '>=0.6'} 1661 - 1662 - queue-microtask@1.2.3: 1663 - resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} 1664 - 1665 - quick-format-unescaped@4.0.4: 1666 - resolution: {integrity: sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==} 1667 - 1668 - range-parser@1.2.1: 1669 - resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} 1670 - engines: {node: '>= 0.6'} 1671 - 1672 - raw-body@2.5.2: 1673 - resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} 1674 - engines: {node: '>= 0.8'} 1675 - 1676 - rc@1.2.8: 1677 - resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} 1678 - hasBin: true 1679 - 1680 - readable-stream@3.6.2: 1681 - resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} 1682 - engines: {node: '>= 6'} 1683 - 1684 - readable-stream@4.5.2: 1685 - resolution: {integrity: sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==} 1686 - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 1687 - 1688 - real-require@0.2.0: 1689 - resolution: {integrity: sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==} 1690 - engines: {node: '>= 12.13.0'} 1691 - 1692 - resolve-from@4.0.0: 1693 - resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} 1694 - engines: {node: '>=4'} 1695 - 1696 - resolve-pkg-maps@1.0.0: 1697 - resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} 1698 - 1699 - reusify@1.0.4: 1700 - resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} 1701 - engines: {iojs: '>=1.0.0', node: '>=0.10.0'} 1702 - 1703 - run-parallel@1.2.0: 1704 - resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} 1705 - 1706 - safe-buffer@5.2.1: 1707 - resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} 1708 - 1709 - safe-stable-stringify@2.5.0: 1710 - resolution: {integrity: sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==} 1711 - engines: {node: '>=10'} 1712 - 1713 - safer-buffer@2.1.2: 1714 - resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} 1715 - 1716 - secure-json-parse@2.7.0: 1717 - resolution: {integrity: sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==} 1718 - 1719 - semver@7.6.3: 1720 - resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} 1721 - engines: {node: '>=10'} 1722 - hasBin: true 1723 - 1724 - send@0.19.0: 1725 - resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==} 1726 - engines: {node: '>= 0.8.0'} 1727 - 1728 - serve-static@1.16.2: 1729 - resolution: {integrity: sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==} 1730 - engines: {node: '>= 0.8.0'} 1731 - 1732 - set-function-length@1.2.2: 1733 - resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} 1734 - engines: {node: '>= 0.4'} 1735 - 1736 - setprototypeof@1.2.0: 1737 - resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} 1738 - 1739 - shebang-command@2.0.0: 1740 - resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} 1741 - engines: {node: '>=8'} 1742 - 1743 - shebang-regex@3.0.0: 1744 - resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} 1745 - engines: {node: '>=8'} 1746 - 1747 - side-channel@1.0.6: 1748 - resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} 1749 - engines: {node: '>= 0.4'} 1750 - 1751 - simple-concat@1.0.1: 1752 - resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==} 1753 - 1754 - simple-get@4.0.1: 1755 - resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==} 1756 - 1757 - sonic-boom@4.1.0: 1758 - resolution: {integrity: sha512-NGipjjRicyJJ03rPiZCJYjwlsuP2d1/5QUviozRXC7S3WdVWNK5e3Ojieb9CCyfhq2UC+3+SRd9nG3I2lPRvUw==} 1759 - 1760 - source-map-support@0.5.21: 1761 - resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} 1762 - 1763 - source-map@0.5.7: 1764 - resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==} 1765 - engines: {node: '>=0.10.0'} 1766 - 1767 - source-map@0.6.1: 1768 - resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} 1769 - engines: {node: '>=0.10.0'} 1770 - 1771 - split2@4.2.0: 1772 - resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==} 1773 - engines: {node: '>= 10.x'} 1774 - 1775 - statuses@2.0.1: 1776 - resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} 1777 - engines: {node: '>= 0.8'} 1778 - 1779 - string_decoder@1.3.0: 1780 - resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} 1781 - 1782 - strip-ansi@6.0.1: 1783 - resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} 1784 - engines: {node: '>=8'} 1785 - 1786 - strip-json-comments@2.0.1: 1787 - resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==} 1788 - engines: {node: '>=0.10.0'} 1789 - 1790 - strip-json-comments@3.1.1: 1791 - resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} 1792 - engines: {node: '>=8'} 1793 - 1794 - supports-color@5.5.0: 1795 - resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} 1796 - engines: {node: '>=4'} 1797 - 1798 - supports-color@7.2.0: 1799 - resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} 1800 - engines: {node: '>=8'} 1801 - 1802 - tar-fs@2.1.1: 1803 - resolution: {integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==} 1804 - 1805 - tar-stream@2.2.0: 1806 - resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} 1807 - engines: {node: '>=6'} 1808 - 1809 - tdigest@0.1.2: 1810 - resolution: {integrity: sha512-+G0LLgjjo9BZX2MfdvPfH+MKLCrxlXSYec5DaPYP1fe6Iyhf0/fSmJ0bFiZ1F8BT6cGXl2LpltQptzjXKWEkKA==} 1811 - 1812 - text-table@0.2.0: 1813 - resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} 1814 - 1815 - thread-stream@3.1.0: 1816 - resolution: {integrity: sha512-OqyPZ9u96VohAyMfJykzmivOrY2wfMSf3C5TtFJVgN+Hm6aj+voFhlK+kZEIv2FBh1X6Xp3DlnCOfEQ3B2J86A==} 1817 - 1818 - to-fast-properties@2.0.0: 1819 - resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} 1820 - engines: {node: '>=4'} 1821 - 1822 - to-regex-range@5.0.1: 1823 - resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} 1824 - engines: {node: '>=8.0'} 1825 - 1826 - toidentifier@1.0.1: 1827 - resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} 1828 - engines: {node: '>=0.6'} 1829 - 1830 - ts-api-utils@1.3.0: 1831 - resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} 1832 - engines: {node: '>=16'} 1833 - peerDependencies: 1834 - typescript: '>=4.2.0' 1835 - 1836 - tsx@4.19.1: 1837 - resolution: {integrity: sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==} 1838 - engines: {node: '>=18.0.0'} 1839 - hasBin: true 1840 - 1841 - tunnel-agent@0.6.0: 1842 - resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==} 1843 - 1844 - type-check@0.4.0: 1845 - resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} 1846 - engines: {node: '>= 0.8.0'} 1847 - 1848 - type-is@1.6.18: 1849 - resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} 1850 - engines: {node: '>= 0.6'} 1851 - 1852 - typescript-eslint@8.7.0: 1853 - resolution: {integrity: sha512-nEHbEYJyHwsuf7c3V3RS7Saq+1+la3i0ieR3qP0yjqWSzVmh8Drp47uOl9LjbPANac4S7EFSqvcYIKXUUwIfIQ==} 1854 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1855 - peerDependencies: 1856 - typescript: '*' 1857 - peerDependenciesMeta: 1858 - typescript: 1859 - optional: true 1860 - 1861 - typescript@5.6.2: 1862 - resolution: {integrity: sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==} 1863 - engines: {node: '>=14.17'} 1864 - hasBin: true 1865 - 1866 - undici-types@6.19.8: 1867 - resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} 1868 - 1869 - unpipe@1.0.0: 1870 - resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} 1871 - engines: {node: '>= 0.8'} 1872 - 1873 - uri-js@4.4.1: 1874 - resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} 1875 - 1876 - util-deprecate@1.0.2: 1877 - resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} 1878 - 1879 - utils-merge@1.0.1: 1880 - resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} 1881 - engines: {node: '>= 0.4.0'} 1882 - 1883 - vary@1.1.2: 1884 - resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} 1885 - engines: {node: '>= 0.8'} 1886 - 1887 - which@2.0.2: 1888 - resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} 1889 - engines: {node: '>= 8'} 1890 - hasBin: true 1891 - 1892 - word-wrap@1.2.5: 1893 - resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} 1894 - engines: {node: '>=0.10.0'} 1895 - 1896 - wrappy@1.0.2: 1897 - resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} 1898 - 1899 - xtend@4.0.2: 1900 - resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} 1901 - engines: {node: '>=0.4'} 1902 - 1903 - yocto-queue@0.1.0: 1904 - resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} 1905 - engines: {node: '>=10'} 1906 - 1907 - snapshots: 1908 - 1909 - '@atcute/bluesky@1.0.7(@atcute/client@2.0.1)': 1910 - dependencies: 1911 - '@atcute/client': 2.0.1 1912 - 1913 - '@atcute/client@2.0.1': {} 1914 - 1915 - '@babel/code-frame@7.24.7': 1916 - dependencies: 1917 - '@babel/highlight': 7.24.7 1918 - picocolors: 1.1.0 1919 - 1920 - '@babel/generator@7.17.7': 1921 - dependencies: 1922 - '@babel/types': 7.17.0 1923 - jsesc: 2.5.2 1924 - source-map: 0.5.7 1925 - 1926 - '@babel/generator@7.25.6': 1927 - dependencies: 1928 - '@babel/types': 7.25.6 1929 - '@jridgewell/gen-mapping': 0.3.5 1930 - '@jridgewell/trace-mapping': 0.3.25 1931 - jsesc: 2.5.2 1932 - 1933 - '@babel/helper-environment-visitor@7.24.7': 1934 - dependencies: 1935 - '@babel/types': 7.25.6 1936 - 1937 - '@babel/helper-function-name@7.24.7': 1938 - dependencies: 1939 - '@babel/template': 7.25.0 1940 - '@babel/types': 7.25.6 1941 - 1942 - '@babel/helper-hoist-variables@7.24.7': 1943 - dependencies: 1944 - '@babel/types': 7.25.6 1945 - 1946 - '@babel/helper-split-export-declaration@7.24.7': 1947 - dependencies: 1948 - '@babel/types': 7.25.6 1949 - 1950 - '@babel/helper-string-parser@7.24.8': {} 1951 - 1952 - '@babel/helper-validator-identifier@7.24.7': {} 1953 - 1954 - '@babel/highlight@7.24.7': 1955 - dependencies: 1956 - '@babel/helper-validator-identifier': 7.24.7 1957 - chalk: 2.4.2 1958 - js-tokens: 4.0.0 1959 - picocolors: 1.1.0 1960 - 1961 - '@babel/parser@7.25.6': 1962 - dependencies: 1963 - '@babel/types': 7.25.6 1964 - 1965 - '@babel/template@7.25.0': 1966 - dependencies: 1967 - '@babel/code-frame': 7.24.7 1968 - '@babel/parser': 7.25.6 1969 - '@babel/types': 7.25.6 1970 - 1971 - '@babel/traverse@7.23.2': 1972 - dependencies: 1973 - '@babel/code-frame': 7.24.7 1974 - '@babel/generator': 7.25.6 1975 - '@babel/helper-environment-visitor': 7.24.7 1976 - '@babel/helper-function-name': 7.24.7 1977 - '@babel/helper-hoist-variables': 7.24.7 1978 - '@babel/helper-split-export-declaration': 7.24.7 1979 - '@babel/parser': 7.25.6 1980 - '@babel/types': 7.25.6 1981 - debug: 4.3.7 1982 - globals: 11.12.0 1983 - transitivePeerDependencies: 1984 - - supports-color 1985 - 1986 - '@babel/types@7.17.0': 1987 - dependencies: 1988 - '@babel/helper-validator-identifier': 7.24.7 1989 - to-fast-properties: 2.0.0 1990 - 1991 - '@babel/types@7.25.6': 1992 - dependencies: 1993 - '@babel/helper-string-parser': 7.24.8 1994 - '@babel/helper-validator-identifier': 7.24.7 1995 - to-fast-properties: 2.0.0 1996 - 1997 - '@drizzle-team/brocli@0.10.1': {} 1998 - 1999 - '@esbuild-kit/core-utils@3.3.2': 2000 - dependencies: 2001 - esbuild: 0.18.20 2002 - source-map-support: 0.5.21 2003 - 2004 - '@esbuild-kit/esm-loader@2.6.5': 2005 - dependencies: 2006 - '@esbuild-kit/core-utils': 3.3.2 2007 - get-tsconfig: 4.8.1 2008 - 2009 - '@esbuild/aix-ppc64@0.19.12': 2010 - optional: true 2011 - 2012 - '@esbuild/aix-ppc64@0.23.1': 2013 - optional: true 2014 - 2015 - '@esbuild/android-arm64@0.18.20': 2016 - optional: true 2017 - 2018 - '@esbuild/android-arm64@0.19.12': 2019 - optional: true 2020 - 2021 - '@esbuild/android-arm64@0.23.1': 2022 - optional: true 2023 - 2024 - '@esbuild/android-arm@0.18.20': 2025 - optional: true 2026 - 2027 - '@esbuild/android-arm@0.19.12': 2028 - optional: true 2029 - 2030 - '@esbuild/android-arm@0.23.1': 2031 - optional: true 2032 - 2033 - '@esbuild/android-x64@0.18.20': 2034 - optional: true 2035 - 2036 - '@esbuild/android-x64@0.19.12': 2037 - optional: true 2038 - 2039 - '@esbuild/android-x64@0.23.1': 2040 - optional: true 2041 - 2042 - '@esbuild/darwin-arm64@0.18.20': 2043 - optional: true 2044 - 2045 - '@esbuild/darwin-arm64@0.19.12': 2046 - optional: true 2047 - 2048 - '@esbuild/darwin-arm64@0.23.1': 2049 - optional: true 2050 - 2051 - '@esbuild/darwin-x64@0.18.20': 2052 - optional: true 2053 - 2054 - '@esbuild/darwin-x64@0.19.12': 2055 - optional: true 2056 - 2057 - '@esbuild/darwin-x64@0.23.1': 2058 - optional: true 2059 - 2060 - '@esbuild/freebsd-arm64@0.18.20': 2061 - optional: true 2062 - 2063 - '@esbuild/freebsd-arm64@0.19.12': 2064 - optional: true 2065 - 2066 - '@esbuild/freebsd-arm64@0.23.1': 2067 - optional: true 2068 - 2069 - '@esbuild/freebsd-x64@0.18.20': 2070 - optional: true 2071 - 2072 - '@esbuild/freebsd-x64@0.19.12': 2073 - optional: true 2074 - 2075 - '@esbuild/freebsd-x64@0.23.1': 2076 - optional: true 2077 - 2078 - '@esbuild/linux-arm64@0.18.20': 2079 - optional: true 2080 - 2081 - '@esbuild/linux-arm64@0.19.12': 2082 - optional: true 2083 - 2084 - '@esbuild/linux-arm64@0.23.1': 2085 - optional: true 2086 - 2087 - '@esbuild/linux-arm@0.18.20': 2088 - optional: true 2089 - 2090 - '@esbuild/linux-arm@0.19.12': 2091 - optional: true 2092 - 2093 - '@esbuild/linux-arm@0.23.1': 2094 - optional: true 2095 - 2096 - '@esbuild/linux-ia32@0.18.20': 2097 - optional: true 2098 - 2099 - '@esbuild/linux-ia32@0.19.12': 2100 - optional: true 2101 - 2102 - '@esbuild/linux-ia32@0.23.1': 2103 - optional: true 2104 - 2105 - '@esbuild/linux-loong64@0.18.20': 2106 - optional: true 2107 - 2108 - '@esbuild/linux-loong64@0.19.12': 2109 - optional: true 2110 - 2111 - '@esbuild/linux-loong64@0.23.1': 2112 - optional: true 2113 - 2114 - '@esbuild/linux-mips64el@0.18.20': 2115 - optional: true 2116 - 2117 - '@esbuild/linux-mips64el@0.19.12': 2118 - optional: true 2119 - 2120 - '@esbuild/linux-mips64el@0.23.1': 2121 - optional: true 2122 - 2123 - '@esbuild/linux-ppc64@0.18.20': 2124 - optional: true 2125 - 2126 - '@esbuild/linux-ppc64@0.19.12': 2127 - optional: true 2128 - 2129 - '@esbuild/linux-ppc64@0.23.1': 2130 - optional: true 2131 - 2132 - '@esbuild/linux-riscv64@0.18.20': 2133 - optional: true 2134 - 2135 - '@esbuild/linux-riscv64@0.19.12': 2136 - optional: true 2137 - 2138 - '@esbuild/linux-riscv64@0.23.1': 2139 - optional: true 2140 - 2141 - '@esbuild/linux-s390x@0.18.20': 2142 - optional: true 2143 - 2144 - '@esbuild/linux-s390x@0.19.12': 2145 - optional: true 2146 - 2147 - '@esbuild/linux-s390x@0.23.1': 2148 - optional: true 2149 - 2150 - '@esbuild/linux-x64@0.18.20': 2151 - optional: true 2152 - 2153 - '@esbuild/linux-x64@0.19.12': 2154 - optional: true 2155 - 2156 - '@esbuild/linux-x64@0.23.1': 2157 - optional: true 2158 - 2159 - '@esbuild/netbsd-x64@0.18.20': 2160 - optional: true 2161 - 2162 - '@esbuild/netbsd-x64@0.19.12': 2163 - optional: true 2164 - 2165 - '@esbuild/netbsd-x64@0.23.1': 2166 - optional: true 2167 - 2168 - '@esbuild/openbsd-arm64@0.23.1': 2169 - optional: true 2170 - 2171 - '@esbuild/openbsd-x64@0.18.20': 2172 - optional: true 2173 - 2174 - '@esbuild/openbsd-x64@0.19.12': 2175 - optional: true 2176 - 2177 - '@esbuild/openbsd-x64@0.23.1': 2178 - optional: true 2179 - 2180 - '@esbuild/sunos-x64@0.18.20': 2181 - optional: true 2182 - 2183 - '@esbuild/sunos-x64@0.19.12': 2184 - optional: true 2185 - 2186 - '@esbuild/sunos-x64@0.23.1': 2187 - optional: true 2188 - 2189 - '@esbuild/win32-arm64@0.18.20': 2190 - optional: true 2191 - 2192 - '@esbuild/win32-arm64@0.19.12': 2193 - optional: true 2194 - 2195 - '@esbuild/win32-arm64@0.23.1': 2196 - optional: true 2197 - 2198 - '@esbuild/win32-ia32@0.18.20': 2199 - optional: true 2200 - 2201 - '@esbuild/win32-ia32@0.19.12': 2202 - optional: true 2203 - 2204 - '@esbuild/win32-ia32@0.23.1': 2205 - optional: true 2206 - 2207 - '@esbuild/win32-x64@0.18.20': 2208 - optional: true 2209 - 2210 - '@esbuild/win32-x64@0.19.12': 2211 - optional: true 2212 - 2213 - '@esbuild/win32-x64@0.23.1': 2214 - optional: true 2215 - 2216 - '@eslint-community/eslint-utils@4.4.0(eslint@9.11.1)': 2217 - dependencies: 2218 - eslint: 9.11.1 2219 - eslint-visitor-keys: 3.4.3 2220 - 2221 - '@eslint-community/regexpp@4.11.1': {} 2222 - 2223 - '@eslint/config-array@0.18.0': 2224 - dependencies: 2225 - '@eslint/object-schema': 2.1.4 2226 - debug: 4.3.7 2227 - minimatch: 3.1.2 2228 - transitivePeerDependencies: 2229 - - supports-color 2230 - 2231 - '@eslint/core@0.6.0': {} 2232 - 2233 - '@eslint/eslintrc@3.1.0': 2234 - dependencies: 2235 - ajv: 6.12.6 2236 - debug: 4.3.7 2237 - espree: 10.1.0 2238 - globals: 14.0.0 2239 - ignore: 5.3.2 2240 - import-fresh: 3.3.0 2241 - js-yaml: 4.1.0 2242 - minimatch: 3.1.2 2243 - strip-json-comments: 3.1.1 2244 - transitivePeerDependencies: 2245 - - supports-color 2246 - 2247 - '@eslint/js@9.11.1': {} 2248 - 2249 - '@eslint/object-schema@2.1.4': {} 2250 - 2251 - '@eslint/plugin-kit@0.2.0': 2252 - dependencies: 2253 - levn: 0.4.1 2254 - 2255 - '@humanwhocodes/module-importer@1.0.1': {} 2256 - 2257 - '@humanwhocodes/retry@0.3.0': {} 2258 - 2259 - '@jridgewell/gen-mapping@0.3.5': 2260 - dependencies: 2261 - '@jridgewell/set-array': 1.2.1 2262 - '@jridgewell/sourcemap-codec': 1.5.0 2263 - '@jridgewell/trace-mapping': 0.3.25 2264 - 2265 - '@jridgewell/resolve-uri@3.1.2': {} 2266 - 2267 - '@jridgewell/set-array@1.2.1': {} 2268 - 2269 - '@jridgewell/sourcemap-codec@1.5.0': {} 2270 - 2271 - '@jridgewell/trace-mapping@0.3.25': 2272 - dependencies: 2273 - '@jridgewell/resolve-uri': 3.1.2 2274 - '@jridgewell/sourcemap-codec': 1.5.0 2275 - 2276 - '@nodelib/fs.scandir@2.1.5': 2277 - dependencies: 2278 - '@nodelib/fs.stat': 2.0.5 2279 - run-parallel: 1.2.0 2280 - 2281 - '@nodelib/fs.stat@2.0.5': {} 2282 - 2283 - '@nodelib/fs.walk@1.2.8': 2284 - dependencies: 2285 - '@nodelib/fs.scandir': 2.1.5 2286 - fastq: 1.17.1 2287 - 2288 - '@opentelemetry/api@1.9.0': {} 2289 - 2290 - '@skyware/jetstream@0.1.5(@atcute/client@2.0.1)': 2291 - dependencies: 2292 - '@atcute/bluesky': 1.0.7(@atcute/client@2.0.1) 2293 - partysocket: 1.0.2 2294 - transitivePeerDependencies: 2295 - - '@atcute/client' 2296 - 2297 - '@trivago/prettier-plugin-sort-imports@4.3.0(prettier@3.3.3)': 2298 - dependencies: 2299 - '@babel/generator': 7.17.7 2300 - '@babel/parser': 7.25.6 2301 - '@babel/traverse': 7.23.2 2302 - '@babel/types': 7.17.0 2303 - javascript-natural-sort: 0.7.1 2304 - lodash: 4.17.21 2305 - prettier: 3.3.3 2306 - transitivePeerDependencies: 2307 - - supports-color 2308 - 2309 - '@types/better-sqlite3@7.6.11': 2310 - dependencies: 2311 - '@types/node': 20.16.9 2312 - optional: true 2313 - 2314 - '@types/body-parser@1.19.5': 2315 - dependencies: 2316 - '@types/connect': 3.4.38 2317 - '@types/node': 20.16.9 2318 - 2319 - '@types/connect@3.4.38': 2320 - dependencies: 2321 - '@types/node': 20.16.9 2322 - 2323 - '@types/eslint@9.6.1': 2324 - dependencies: 2325 - '@types/estree': 1.0.6 2326 - '@types/json-schema': 7.0.15 2327 - 2328 - '@types/eslint__js@8.42.3': 2329 - dependencies: 2330 - '@types/eslint': 9.6.1 2331 - 2332 - '@types/estree@1.0.6': {} 2333 - 2334 - '@types/express-serve-static-core@4.19.6': 2335 - dependencies: 2336 - '@types/node': 20.16.9 2337 - '@types/qs': 6.9.16 2338 - '@types/range-parser': 1.2.7 2339 - '@types/send': 0.17.4 2340 - 2341 - '@types/express@4.17.21': 2342 - dependencies: 2343 - '@types/body-parser': 1.19.5 2344 - '@types/express-serve-static-core': 4.19.6 2345 - '@types/qs': 6.9.16 2346 - '@types/serve-static': 1.15.7 2347 - 2348 - '@types/http-errors@2.0.4': {} 2349 - 2350 - '@types/json-schema@7.0.15': {} 2351 - 2352 - '@types/mime@1.3.5': {} 2353 - 2354 - '@types/node-schedule@2.1.7': 2355 - dependencies: 2356 - '@types/node': 20.16.9 2357 - 2358 - '@types/node@20.16.9': 2359 - dependencies: 2360 - undici-types: 6.19.8 2361 - 2362 - '@types/pg@8.11.10': 2363 - dependencies: 2364 - '@types/node': 20.16.9 2365 - pg-protocol: 1.7.0 2366 - pg-types: 4.0.2 2367 - 2368 - '@types/qs@6.9.16': {} 2369 - 2370 - '@types/range-parser@1.2.7': {} 2371 - 2372 - '@types/send@0.17.4': 2373 - dependencies: 2374 - '@types/mime': 1.3.5 2375 - '@types/node': 20.16.9 2376 - 2377 - '@types/serve-static@1.15.7': 2378 - dependencies: 2379 - '@types/http-errors': 2.0.4 2380 - '@types/node': 20.16.9 2381 - '@types/send': 0.17.4 2382 - 2383 - '@typescript-eslint/eslint-plugin@8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)(typescript@5.6.2)': 2384 - dependencies: 2385 - '@eslint-community/regexpp': 4.11.1 2386 - '@typescript-eslint/parser': 8.7.0(eslint@9.11.1)(typescript@5.6.2) 2387 - '@typescript-eslint/scope-manager': 8.7.0 2388 - '@typescript-eslint/type-utils': 8.7.0(eslint@9.11.1)(typescript@5.6.2) 2389 - '@typescript-eslint/utils': 8.7.0(eslint@9.11.1)(typescript@5.6.2) 2390 - '@typescript-eslint/visitor-keys': 8.7.0 2391 - eslint: 9.11.1 2392 - graphemer: 1.4.0 2393 - ignore: 5.3.2 2394 - natural-compare: 1.4.0 2395 - ts-api-utils: 1.3.0(typescript@5.6.2) 2396 - optionalDependencies: 2397 - typescript: 5.6.2 2398 - transitivePeerDependencies: 2399 - - supports-color 2400 - 2401 - '@typescript-eslint/parser@8.7.0(eslint@9.11.1)(typescript@5.6.2)': 2402 - dependencies: 2403 - '@typescript-eslint/scope-manager': 8.7.0 2404 - '@typescript-eslint/types': 8.7.0 2405 - '@typescript-eslint/typescript-estree': 8.7.0(typescript@5.6.2) 2406 - '@typescript-eslint/visitor-keys': 8.7.0 2407 - debug: 4.3.7 2408 - eslint: 9.11.1 2409 - optionalDependencies: 2410 - typescript: 5.6.2 2411 - transitivePeerDependencies: 2412 - - supports-color 2413 - 2414 - '@typescript-eslint/scope-manager@8.7.0': 2415 - dependencies: 2416 - '@typescript-eslint/types': 8.7.0 2417 - '@typescript-eslint/visitor-keys': 8.7.0 2418 - 2419 - '@typescript-eslint/type-utils@8.7.0(eslint@9.11.1)(typescript@5.6.2)': 2420 - dependencies: 2421 - '@typescript-eslint/typescript-estree': 8.7.0(typescript@5.6.2) 2422 - '@typescript-eslint/utils': 8.7.0(eslint@9.11.1)(typescript@5.6.2) 2423 - debug: 4.3.7 2424 - ts-api-utils: 1.3.0(typescript@5.6.2) 2425 - optionalDependencies: 2426 - typescript: 5.6.2 2427 - transitivePeerDependencies: 2428 - - eslint 2429 - - supports-color 2430 - 2431 - '@typescript-eslint/types@8.7.0': {} 2432 - 2433 - '@typescript-eslint/typescript-estree@8.7.0(typescript@5.6.2)': 2434 - dependencies: 2435 - '@typescript-eslint/types': 8.7.0 2436 - '@typescript-eslint/visitor-keys': 8.7.0 2437 - debug: 4.3.7 2438 - fast-glob: 3.3.2 2439 - is-glob: 4.0.3 2440 - minimatch: 9.0.5 2441 - semver: 7.6.3 2442 - ts-api-utils: 1.3.0(typescript@5.6.2) 2443 - optionalDependencies: 2444 - typescript: 5.6.2 2445 - transitivePeerDependencies: 2446 - - supports-color 2447 - 2448 - '@typescript-eslint/utils@8.7.0(eslint@9.11.1)(typescript@5.6.2)': 2449 - dependencies: 2450 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1) 2451 - '@typescript-eslint/scope-manager': 8.7.0 2452 - '@typescript-eslint/types': 8.7.0 2453 - '@typescript-eslint/typescript-estree': 8.7.0(typescript@5.6.2) 2454 - eslint: 9.11.1 2455 - transitivePeerDependencies: 2456 - - supports-color 2457 - - typescript 2458 - 2459 - '@typescript-eslint/visitor-keys@8.7.0': 2460 - dependencies: 2461 - '@typescript-eslint/types': 8.7.0 2462 - eslint-visitor-keys: 3.4.3 2463 - 2464 - abort-controller@3.0.0: 2465 - dependencies: 2466 - event-target-shim: 5.0.1 2467 - 2468 - accepts@1.3.8: 2469 - dependencies: 2470 - mime-types: 2.1.35 2471 - negotiator: 0.6.3 2472 - 2473 - acorn-jsx@5.3.2(acorn@8.12.1): 2474 - dependencies: 2475 - acorn: 8.12.1 2476 - 2477 - acorn@8.12.1: {} 2478 - 2479 - ajv@6.12.6: 2480 - dependencies: 2481 - fast-deep-equal: 3.1.3 2482 - fast-json-stable-stringify: 2.1.0 2483 - json-schema-traverse: 0.4.1 2484 - uri-js: 4.4.1 2485 - 2486 - ansi-regex@5.0.1: {} 2487 - 2488 - ansi-styles@3.2.1: 2489 - dependencies: 2490 - color-convert: 1.9.3 2491 - 2492 - ansi-styles@4.3.0: 2493 - dependencies: 2494 - color-convert: 2.0.1 2495 - 2496 - argparse@2.0.1: {} 2497 - 2498 - array-flatten@1.1.1: {} 2499 - 2500 - atomic-sleep@1.0.0: {} 2501 - 2502 - balanced-match@1.0.2: {} 2503 - 2504 - base64-js@1.5.1: {} 2505 - 2506 - better-sqlite3@11.3.0: 2507 - dependencies: 2508 - bindings: 1.5.0 2509 - prebuild-install: 7.1.2 2510 - optional: true 2511 - 2512 - bindings@1.5.0: 2513 - dependencies: 2514 - file-uri-to-path: 1.0.0 2515 - optional: true 2516 - 2517 - bintrees@1.0.2: {} 2518 - 2519 - bl@4.1.0: 2520 - dependencies: 2521 - buffer: 5.7.1 2522 - inherits: 2.0.4 2523 - readable-stream: 3.6.2 2524 - optional: true 2525 - 2526 - body-parser@1.20.3: 2527 - dependencies: 2528 - bytes: 3.1.2 2529 - content-type: 1.0.5 2530 - debug: 2.6.9 2531 - depd: 2.0.0 2532 - destroy: 1.2.0 2533 - http-errors: 2.0.0 2534 - iconv-lite: 0.4.24 2535 - on-finished: 2.4.1 2536 - qs: 6.13.0 2537 - raw-body: 2.5.2 2538 - type-is: 1.6.18 2539 - unpipe: 1.0.0 2540 - transitivePeerDependencies: 2541 - - supports-color 2542 - 2543 - brace-expansion@1.1.11: 2544 - dependencies: 2545 - balanced-match: 1.0.2 2546 - concat-map: 0.0.1 2547 - 2548 - brace-expansion@2.0.1: 2549 - dependencies: 2550 - balanced-match: 1.0.2 2551 - 2552 - braces@3.0.3: 2553 - dependencies: 2554 - fill-range: 7.1.1 2555 - 2556 - buffer-from@1.1.2: {} 2557 - 2558 - buffer@5.7.1: 2559 - dependencies: 2560 - base64-js: 1.5.1 2561 - ieee754: 1.2.1 2562 - optional: true 2563 - 2564 - buffer@6.0.3: 2565 - dependencies: 2566 - base64-js: 1.5.1 2567 - ieee754: 1.2.1 2568 - 2569 - bytes@3.1.2: {} 2570 - 2571 - call-bind@1.0.7: 2572 - dependencies: 2573 - es-define-property: 1.0.0 2574 - es-errors: 1.3.0 2575 - function-bind: 1.1.2 2576 - get-intrinsic: 1.2.4 2577 - set-function-length: 1.2.2 2578 - 2579 - callsites@3.1.0: {} 2580 - 2581 - chalk@2.4.2: 2582 - dependencies: 2583 - ansi-styles: 3.2.1 2584 - escape-string-regexp: 1.0.5 2585 - supports-color: 5.5.0 2586 - 2587 - chalk@4.1.2: 2588 - dependencies: 2589 - ansi-styles: 4.3.0 2590 - supports-color: 7.2.0 2591 - 2592 - chownr@1.1.4: 2593 - optional: true 2594 - 2595 - color-convert@1.9.3: 2596 - dependencies: 2597 - color-name: 1.1.3 2598 - 2599 - color-convert@2.0.1: 2600 - dependencies: 2601 - color-name: 1.1.4 2602 - 2603 - color-name@1.1.3: {} 2604 - 2605 - color-name@1.1.4: {} 2606 - 2607 - colorette@2.0.20: {} 2608 - 2609 - concat-map@0.0.1: {} 2610 - 2611 - content-disposition@0.5.4: 2612 - dependencies: 2613 - safe-buffer: 5.2.1 2614 - 2615 - content-type@1.0.5: {} 2616 - 2617 - cookie-signature@1.0.6: {} 2618 - 2619 - cookie@0.6.0: {} 2620 - 2621 - cross-spawn@7.0.3: 2622 - dependencies: 2623 - path-key: 3.1.1 2624 - shebang-command: 2.0.0 2625 - which: 2.0.2 2626 - 2627 - dateformat@4.6.3: {} 2628 - 2629 - debug@2.6.9: 2630 - dependencies: 2631 - ms: 2.0.0 2632 - 2633 - debug@4.3.7: 2634 - dependencies: 2635 - ms: 2.1.3 2636 - 2637 - decompress-response@6.0.0: 2638 - dependencies: 2639 - mimic-response: 3.1.0 2640 - optional: true 2641 - 2642 - deep-extend@0.6.0: 2643 - optional: true 2644 - 2645 - deep-is@0.1.4: {} 2646 - 2647 - define-data-property@1.1.4: 2648 - dependencies: 2649 - es-define-property: 1.0.0 2650 - es-errors: 1.3.0 2651 - gopd: 1.0.1 2652 - 2653 - depd@2.0.0: {} 2654 - 2655 - destroy@1.2.0: {} 2656 - 2657 - detect-libc@2.0.3: 2658 - optional: true 2659 - 2660 - dotenv@16.4.5: {} 2661 - 2662 - drizzle-kit@0.24.2: 2663 - dependencies: 2664 - '@drizzle-team/brocli': 0.10.1 2665 - '@esbuild-kit/esm-loader': 2.6.5 2666 - esbuild: 0.19.12 2667 - esbuild-register: 3.6.0(esbuild@0.19.12) 2668 - transitivePeerDependencies: 2669 - - supports-color 2670 - 2671 - drizzle-orm@0.33.0(@opentelemetry/api@1.9.0)(@types/better-sqlite3@7.6.11)(@types/pg@8.11.10)(better-sqlite3@11.3.0)(pg@8.13.0): 2672 - optionalDependencies: 2673 - '@opentelemetry/api': 1.9.0 2674 - '@types/better-sqlite3': 7.6.11 2675 - '@types/pg': 8.11.10 2676 - better-sqlite3: 11.3.0 2677 - pg: 8.13.0 2678 - 2679 - ee-first@1.1.1: {} 2680 - 2681 - encodeurl@1.0.2: {} 2682 - 2683 - encodeurl@2.0.0: {} 2684 - 2685 - end-of-stream@1.4.4: 2686 - dependencies: 2687 - once: 1.4.0 2688 - 2689 - es-define-property@1.0.0: 2690 - dependencies: 2691 - get-intrinsic: 1.2.4 2692 - 2693 - es-errors@1.3.0: {} 2694 - 2695 - esbuild-register@3.6.0(esbuild@0.19.12): 2696 - dependencies: 2697 - debug: 4.3.7 2698 - esbuild: 0.19.12 2699 - transitivePeerDependencies: 2700 - - supports-color 2701 - 2702 - esbuild@0.18.20: 2703 - optionalDependencies: 2704 - '@esbuild/android-arm': 0.18.20 2705 - '@esbuild/android-arm64': 0.18.20 2706 - '@esbuild/android-x64': 0.18.20 2707 - '@esbuild/darwin-arm64': 0.18.20 2708 - '@esbuild/darwin-x64': 0.18.20 2709 - '@esbuild/freebsd-arm64': 0.18.20 2710 - '@esbuild/freebsd-x64': 0.18.20 2711 - '@esbuild/linux-arm': 0.18.20 2712 - '@esbuild/linux-arm64': 0.18.20 2713 - '@esbuild/linux-ia32': 0.18.20 2714 - '@esbuild/linux-loong64': 0.18.20 2715 - '@esbuild/linux-mips64el': 0.18.20 2716 - '@esbuild/linux-ppc64': 0.18.20 2717 - '@esbuild/linux-riscv64': 0.18.20 2718 - '@esbuild/linux-s390x': 0.18.20 2719 - '@esbuild/linux-x64': 0.18.20 2720 - '@esbuild/netbsd-x64': 0.18.20 2721 - '@esbuild/openbsd-x64': 0.18.20 2722 - '@esbuild/sunos-x64': 0.18.20 2723 - '@esbuild/win32-arm64': 0.18.20 2724 - '@esbuild/win32-ia32': 0.18.20 2725 - '@esbuild/win32-x64': 0.18.20 2726 - 2727 - esbuild@0.19.12: 2728 - optionalDependencies: 2729 - '@esbuild/aix-ppc64': 0.19.12 2730 - '@esbuild/android-arm': 0.19.12 2731 - '@esbuild/android-arm64': 0.19.12 2732 - '@esbuild/android-x64': 0.19.12 2733 - '@esbuild/darwin-arm64': 0.19.12 2734 - '@esbuild/darwin-x64': 0.19.12 2735 - '@esbuild/freebsd-arm64': 0.19.12 2736 - '@esbuild/freebsd-x64': 0.19.12 2737 - '@esbuild/linux-arm': 0.19.12 2738 - '@esbuild/linux-arm64': 0.19.12 2739 - '@esbuild/linux-ia32': 0.19.12 2740 - '@esbuild/linux-loong64': 0.19.12 2741 - '@esbuild/linux-mips64el': 0.19.12 2742 - '@esbuild/linux-ppc64': 0.19.12 2743 - '@esbuild/linux-riscv64': 0.19.12 2744 - '@esbuild/linux-s390x': 0.19.12 2745 - '@esbuild/linux-x64': 0.19.12 2746 - '@esbuild/netbsd-x64': 0.19.12 2747 - '@esbuild/openbsd-x64': 0.19.12 2748 - '@esbuild/sunos-x64': 0.19.12 2749 - '@esbuild/win32-arm64': 0.19.12 2750 - '@esbuild/win32-ia32': 0.19.12 2751 - '@esbuild/win32-x64': 0.19.12 2752 - 2753 - esbuild@0.23.1: 2754 - optionalDependencies: 2755 - '@esbuild/aix-ppc64': 0.23.1 2756 - '@esbuild/android-arm': 0.23.1 2757 - '@esbuild/android-arm64': 0.23.1 2758 - '@esbuild/android-x64': 0.23.1 2759 - '@esbuild/darwin-arm64': 0.23.1 2760 - '@esbuild/darwin-x64': 0.23.1 2761 - '@esbuild/freebsd-arm64': 0.23.1 2762 - '@esbuild/freebsd-x64': 0.23.1 2763 - '@esbuild/linux-arm': 0.23.1 2764 - '@esbuild/linux-arm64': 0.23.1 2765 - '@esbuild/linux-ia32': 0.23.1 2766 - '@esbuild/linux-loong64': 0.23.1 2767 - '@esbuild/linux-mips64el': 0.23.1 2768 - '@esbuild/linux-ppc64': 0.23.1 2769 - '@esbuild/linux-riscv64': 0.23.1 2770 - '@esbuild/linux-s390x': 0.23.1 2771 - '@esbuild/linux-x64': 0.23.1 2772 - '@esbuild/netbsd-x64': 0.23.1 2773 - '@esbuild/openbsd-arm64': 0.23.1 2774 - '@esbuild/openbsd-x64': 0.23.1 2775 - '@esbuild/sunos-x64': 0.23.1 2776 - '@esbuild/win32-arm64': 0.23.1 2777 - '@esbuild/win32-ia32': 0.23.1 2778 - '@esbuild/win32-x64': 0.23.1 2779 - 2780 - escape-html@1.0.3: {} 2781 - 2782 - escape-string-regexp@1.0.5: {} 2783 - 2784 - escape-string-regexp@4.0.0: {} 2785 - 2786 - eslint-scope@8.0.2: 2787 - dependencies: 2788 - esrecurse: 4.3.0 2789 - estraverse: 5.3.0 2790 - 2791 - eslint-visitor-keys@3.4.3: {} 2792 - 2793 - eslint-visitor-keys@4.0.0: {} 2794 - 2795 - eslint@9.11.1: 2796 - dependencies: 2797 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1) 2798 - '@eslint-community/regexpp': 4.11.1 2799 - '@eslint/config-array': 0.18.0 2800 - '@eslint/core': 0.6.0 2801 - '@eslint/eslintrc': 3.1.0 2802 - '@eslint/js': 9.11.1 2803 - '@eslint/plugin-kit': 0.2.0 2804 - '@humanwhocodes/module-importer': 1.0.1 2805 - '@humanwhocodes/retry': 0.3.0 2806 - '@nodelib/fs.walk': 1.2.8 2807 - '@types/estree': 1.0.6 2808 - '@types/json-schema': 7.0.15 2809 - ajv: 6.12.6 2810 - chalk: 4.1.2 2811 - cross-spawn: 7.0.3 2812 - debug: 4.3.7 2813 - escape-string-regexp: 4.0.0 2814 - eslint-scope: 8.0.2 2815 - eslint-visitor-keys: 4.0.0 2816 - espree: 10.1.0 2817 - esquery: 1.6.0 2818 - esutils: 2.0.3 2819 - fast-deep-equal: 3.1.3 2820 - file-entry-cache: 8.0.0 2821 - find-up: 5.0.0 2822 - glob-parent: 6.0.2 2823 - ignore: 5.3.2 2824 - imurmurhash: 0.1.4 2825 - is-glob: 4.0.3 2826 - is-path-inside: 3.0.3 2827 - json-stable-stringify-without-jsonify: 1.0.1 2828 - lodash.merge: 4.6.2 2829 - minimatch: 3.1.2 2830 - natural-compare: 1.4.0 2831 - optionator: 0.9.4 2832 - strip-ansi: 6.0.1 2833 - text-table: 0.2.0 2834 - transitivePeerDependencies: 2835 - - supports-color 2836 - 2837 - espree@10.1.0: 2838 - dependencies: 2839 - acorn: 8.12.1 2840 - acorn-jsx: 5.3.2(acorn@8.12.1) 2841 - eslint-visitor-keys: 4.0.0 2842 - 2843 - esquery@1.6.0: 2844 - dependencies: 2845 - estraverse: 5.3.0 2846 - 2847 - esrecurse@4.3.0: 2848 - dependencies: 2849 - estraverse: 5.3.0 2850 - 2851 - estraverse@5.3.0: {} 2852 - 2853 - esutils@2.0.3: {} 2854 - 2855 - etag@1.8.1: {} 2856 - 2857 - event-target-shim@5.0.1: {} 2858 - 2859 - event-target-shim@6.0.2: {} 2860 - 2861 - events@3.3.0: {} 2862 - 2863 - expand-template@2.0.3: 2864 - optional: true 2865 - 2866 - express@4.21.0: 2867 - dependencies: 2868 - accepts: 1.3.8 2869 - array-flatten: 1.1.1 2870 - body-parser: 1.20.3 2871 - content-disposition: 0.5.4 2872 - content-type: 1.0.5 2873 - cookie: 0.6.0 2874 - cookie-signature: 1.0.6 2875 - debug: 2.6.9 2876 - depd: 2.0.0 2877 - encodeurl: 2.0.0 2878 - escape-html: 1.0.3 2879 - etag: 1.8.1 2880 - finalhandler: 1.3.1 2881 - fresh: 0.5.2 2882 - http-errors: 2.0.0 2883 - merge-descriptors: 1.0.3 2884 - methods: 1.1.2 2885 - on-finished: 2.4.1 2886 - parseurl: 1.3.3 2887 - path-to-regexp: 0.1.10 2888 - proxy-addr: 2.0.7 2889 - qs: 6.13.0 2890 - range-parser: 1.2.1 2891 - safe-buffer: 5.2.1 2892 - send: 0.19.0 2893 - serve-static: 1.16.2 2894 - setprototypeof: 1.2.0 2895 - statuses: 2.0.1 2896 - type-is: 1.6.18 2897 - utils-merge: 1.0.1 2898 - vary: 1.1.2 2899 - transitivePeerDependencies: 2900 - - supports-color 2901 - 2902 - fast-copy@3.0.2: {} 2903 - 2904 - fast-deep-equal@3.1.3: {} 2905 - 2906 - fast-glob@3.3.2: 2907 - dependencies: 2908 - '@nodelib/fs.stat': 2.0.5 2909 - '@nodelib/fs.walk': 1.2.8 2910 - glob-parent: 5.1.2 2911 - merge2: 1.4.1 2912 - micromatch: 4.0.8 2913 - 2914 - fast-json-stable-stringify@2.1.0: {} 2915 - 2916 - fast-levenshtein@2.0.6: {} 2917 - 2918 - fast-redact@3.5.0: {} 2919 - 2920 - fast-safe-stringify@2.1.1: {} 2921 - 2922 - fastq@1.17.1: 2923 - dependencies: 2924 - reusify: 1.0.4 2925 - 2926 - file-entry-cache@8.0.0: 2927 - dependencies: 2928 - flat-cache: 4.0.1 2929 - 2930 - file-uri-to-path@1.0.0: 2931 - optional: true 2932 - 2933 - fill-range@7.1.1: 2934 - dependencies: 2935 - to-regex-range: 5.0.1 2936 - 2937 - finalhandler@1.3.1: 2938 - dependencies: 2939 - debug: 2.6.9 2940 - encodeurl: 2.0.0 2941 - escape-html: 1.0.3 2942 - on-finished: 2.4.1 2943 - parseurl: 1.3.3 2944 - statuses: 2.0.1 2945 - unpipe: 1.0.0 2946 - transitivePeerDependencies: 2947 - - supports-color 2948 - 2949 - find-up@5.0.0: 2950 - dependencies: 2951 - locate-path: 6.0.0 2952 - path-exists: 4.0.0 2953 - 2954 - flat-cache@4.0.1: 2955 - dependencies: 2956 - flatted: 3.3.1 2957 - keyv: 4.5.4 2958 - 2959 - flatted@3.3.1: {} 2960 - 2961 - forwarded@0.2.0: {} 2962 - 2963 - fresh@0.5.2: {} 2964 - 2965 - fs-constants@1.0.0: 2966 - optional: true 2967 - 2968 - fsevents@2.3.3: 2969 - optional: true 2970 - 2971 - function-bind@1.1.2: {} 2972 - 2973 - get-intrinsic@1.2.4: 2974 - dependencies: 2975 - es-errors: 1.3.0 2976 - function-bind: 1.1.2 2977 - has-proto: 1.0.3 2978 - has-symbols: 1.0.3 2979 - hasown: 2.0.2 2980 - 2981 - get-tsconfig@4.8.1: 2982 - dependencies: 2983 - resolve-pkg-maps: 1.0.0 2984 - 2985 - github-from-package@0.0.0: 2986 - optional: true 2987 - 2988 - glob-parent@5.1.2: 2989 - dependencies: 2990 - is-glob: 4.0.3 2991 - 2992 - glob-parent@6.0.2: 2993 - dependencies: 2994 - is-glob: 4.0.3 2995 - 2996 - globals@11.12.0: {} 2997 - 2998 - globals@14.0.0: {} 2999 - 3000 - gopd@1.0.1: 3001 - dependencies: 3002 - get-intrinsic: 1.2.4 3003 - 3004 - graphemer@1.4.0: {} 3005 - 3006 - has-flag@3.0.0: {} 3007 - 3008 - has-flag@4.0.0: {} 3009 - 3010 - has-property-descriptors@1.0.2: 3011 - dependencies: 3012 - es-define-property: 1.0.0 3013 - 3014 - has-proto@1.0.3: {} 3015 - 3016 - has-symbols@1.0.3: {} 3017 - 3018 - hasown@2.0.2: 3019 - dependencies: 3020 - function-bind: 1.1.2 3021 - 3022 - help-me@5.0.0: {} 3023 - 3024 - http-errors@2.0.0: 3025 - dependencies: 3026 - depd: 2.0.0 3027 - inherits: 2.0.4 3028 - setprototypeof: 1.2.0 3029 - statuses: 2.0.1 3030 - toidentifier: 1.0.1 3031 - 3032 - iconv-lite@0.4.24: 3033 - dependencies: 3034 - safer-buffer: 2.1.2 3035 - 3036 - ieee754@1.2.1: {} 3037 - 3038 - ignore@5.3.2: {} 3039 - 3040 - import-fresh@3.3.0: 3041 - dependencies: 3042 - parent-module: 1.0.1 3043 - resolve-from: 4.0.0 3044 - 3045 - imurmurhash@0.1.4: {} 3046 - 3047 - inherits@2.0.4: {} 3048 - 3049 - ini@1.3.8: 3050 - optional: true 3051 - 3052 - ipaddr.js@1.9.1: {} 3053 - 3054 - is-extglob@2.1.1: {} 3055 - 3056 - is-glob@4.0.3: 3057 - dependencies: 3058 - is-extglob: 2.1.1 3059 - 3060 - is-number@7.0.0: {} 3061 - 3062 - is-path-inside@3.0.3: {} 3063 - 3064 - isexe@2.0.0: {} 3065 - 3066 - javascript-natural-sort@0.7.1: {} 3067 - 3068 - joycon@3.1.1: {} 3069 - 3070 - js-tokens@4.0.0: {} 3071 - 3072 - js-yaml@4.1.0: 3073 - dependencies: 3074 - argparse: 2.0.1 3075 - 3076 - jsesc@2.5.2: {} 3077 - 3078 - json-buffer@3.0.1: {} 3079 - 3080 - json-schema-traverse@0.4.1: {} 3081 - 3082 - json-stable-stringify-without-jsonify@1.0.1: {} 3083 - 3084 - keyv@4.5.4: 3085 - dependencies: 3086 - json-buffer: 3.0.1 3087 - 3088 - levn@0.4.1: 3089 - dependencies: 3090 - prelude-ls: 1.2.1 3091 - type-check: 0.4.0 3092 - 3093 - locate-path@6.0.0: 3094 - dependencies: 3095 - p-locate: 5.0.0 3096 - 3097 - lodash.merge@4.6.2: {} 3098 - 3099 - lodash@4.17.21: {} 3100 - 3101 - media-typer@0.3.0: {} 3102 - 3103 - merge-descriptors@1.0.3: {} 3104 - 3105 - merge2@1.4.1: {} 3106 - 3107 - methods@1.1.2: {} 3108 - 3109 - micromatch@4.0.8: 3110 - dependencies: 3111 - braces: 3.0.3 3112 - picomatch: 2.3.1 3113 - 3114 - mime-db@1.52.0: {} 3115 - 3116 - mime-types@2.1.35: 3117 - dependencies: 3118 - mime-db: 1.52.0 3119 - 3120 - mime@1.6.0: {} 3121 - 3122 - mimic-response@3.1.0: 3123 - optional: true 3124 - 3125 - minimatch@3.1.2: 3126 - dependencies: 3127 - brace-expansion: 1.1.11 3128 - 3129 - minimatch@9.0.5: 3130 - dependencies: 3131 - brace-expansion: 2.0.1 3132 - 3133 - minimist@1.2.8: {} 3134 - 3135 - mkdirp-classic@0.5.3: 3136 - optional: true 3137 - 3138 - ms@2.0.0: {} 3139 - 3140 - ms@2.1.3: {} 3141 - 3142 - napi-build-utils@1.0.2: 3143 - optional: true 3144 - 3145 - natural-compare@1.4.0: {} 3146 - 3147 - negotiator@0.6.3: {} 3148 - 3149 - node-abi@3.68.0: 3150 - dependencies: 3151 - semver: 7.6.3 3152 - optional: true 3153 - 3154 - object-inspect@1.13.2: {} 3155 - 3156 - obuf@1.1.2: {} 3157 - 3158 - on-exit-leak-free@2.1.2: {} 3159 - 3160 - on-finished@2.4.1: 3161 - dependencies: 3162 - ee-first: 1.1.1 3163 - 3164 - once@1.4.0: 3165 - dependencies: 3166 - wrappy: 1.0.2 3167 - 3168 - optionator@0.9.4: 3169 - dependencies: 3170 - deep-is: 0.1.4 3171 - fast-levenshtein: 2.0.6 3172 - levn: 0.4.1 3173 - prelude-ls: 1.2.1 3174 - type-check: 0.4.0 3175 - word-wrap: 1.2.5 3176 - 3177 - p-limit@3.1.0: 3178 - dependencies: 3179 - yocto-queue: 0.1.0 3180 - 3181 - p-locate@5.0.0: 3182 - dependencies: 3183 - p-limit: 3.1.0 3184 - 3185 - parent-module@1.0.1: 3186 - dependencies: 3187 - callsites: 3.1.0 3188 - 3189 - parseurl@1.3.3: {} 3190 - 3191 - partysocket@1.0.2: 3192 - dependencies: 3193 - event-target-shim: 6.0.2 3194 - 3195 - path-exists@4.0.0: {} 3196 - 3197 - path-key@3.1.1: {} 3198 - 3199 - path-to-regexp@0.1.10: {} 3200 - 3201 - pg-cloudflare@1.1.1: 3202 - optional: true 3203 - 3204 - pg-connection-string@2.7.0: {} 3205 - 3206 - pg-int8@1.0.1: {} 3207 - 3208 - pg-numeric@1.0.2: {} 3209 - 3210 - pg-pool@3.7.0(pg@8.13.0): 3211 - dependencies: 3212 - pg: 8.13.0 3213 - 3214 - pg-protocol@1.7.0: {} 3215 - 3216 - pg-types@2.2.0: 3217 - dependencies: 3218 - pg-int8: 1.0.1 3219 - postgres-array: 2.0.0 3220 - postgres-bytea: 1.0.0 3221 - postgres-date: 1.0.7 3222 - postgres-interval: 1.2.0 3223 - 3224 - pg-types@4.0.2: 3225 - dependencies: 3226 - pg-int8: 1.0.1 3227 - pg-numeric: 1.0.2 3228 - postgres-array: 3.0.2 3229 - postgres-bytea: 3.0.0 3230 - postgres-date: 2.1.0 3231 - postgres-interval: 3.0.0 3232 - postgres-range: 1.1.4 3233 - 3234 - pg@8.13.0: 3235 - dependencies: 3236 - pg-connection-string: 2.7.0 3237 - pg-pool: 3.7.0(pg@8.13.0) 3238 - pg-protocol: 1.7.0 3239 - pg-types: 2.2.0 3240 - pgpass: 1.0.5 3241 - optionalDependencies: 3242 - pg-cloudflare: 1.1.1 3243 - 3244 - pgpass@1.0.5: 3245 - dependencies: 3246 - split2: 4.2.0 3247 - 3248 - picocolors@1.1.0: {} 3249 - 3250 - picomatch@2.3.1: {} 3251 - 3252 - pino-abstract-transport@1.2.0: 3253 - dependencies: 3254 - readable-stream: 4.5.2 3255 - split2: 4.2.0 3256 - 3257 - pino-pretty@11.2.2: 3258 - dependencies: 3259 - colorette: 2.0.20 3260 - dateformat: 4.6.3 3261 - fast-copy: 3.0.2 3262 - fast-safe-stringify: 2.1.1 3263 - help-me: 5.0.0 3264 - joycon: 3.1.1 3265 - minimist: 1.2.8 3266 - on-exit-leak-free: 2.1.2 3267 - pino-abstract-transport: 1.2.0 3268 - pump: 3.0.2 3269 - readable-stream: 4.5.2 3270 - secure-json-parse: 2.7.0 3271 - sonic-boom: 4.1.0 3272 - strip-json-comments: 3.1.1 3273 - 3274 - pino-std-serializers@7.0.0: {} 3275 - 3276 - pino@9.4.0: 3277 - dependencies: 3278 - atomic-sleep: 1.0.0 3279 - fast-redact: 3.5.0 3280 - on-exit-leak-free: 2.1.2 3281 - pino-abstract-transport: 1.2.0 3282 - pino-std-serializers: 7.0.0 3283 - process-warning: 4.0.0 3284 - quick-format-unescaped: 4.0.4 3285 - real-require: 0.2.0 3286 - safe-stable-stringify: 2.5.0 3287 - sonic-boom: 4.1.0 3288 - thread-stream: 3.1.0 3289 - 3290 - postgres-array@2.0.0: {} 3291 - 3292 - postgres-array@3.0.2: {} 3293 - 3294 - postgres-bytea@1.0.0: {} 3295 - 3296 - postgres-bytea@3.0.0: 3297 - dependencies: 3298 - obuf: 1.1.2 3299 - 3300 - postgres-date@1.0.7: {} 3301 - 3302 - postgres-date@2.1.0: {} 3303 - 3304 - postgres-interval@1.2.0: 3305 - dependencies: 3306 - xtend: 4.0.2 3307 - 3308 - postgres-interval@3.0.0: {} 3309 - 3310 - postgres-range@1.1.4: {} 3311 - 3312 - prebuild-install@7.1.2: 3313 - dependencies: 3314 - detect-libc: 2.0.3 3315 - expand-template: 2.0.3 3316 - github-from-package: 0.0.0 3317 - minimist: 1.2.8 3318 - mkdirp-classic: 0.5.3 3319 - napi-build-utils: 1.0.2 3320 - node-abi: 3.68.0 3321 - pump: 3.0.2 3322 - rc: 1.2.8 3323 - simple-get: 4.0.1 3324 - tar-fs: 2.1.1 3325 - tunnel-agent: 0.6.0 3326 - optional: true 3327 - 3328 - prelude-ls@1.2.1: {} 3329 - 3330 - prettier@3.3.3: {} 3331 - 3332 - process-warning@4.0.0: {} 3333 - 3334 - process@0.11.10: {} 3335 - 3336 - prom-client@15.1.3: 3337 - dependencies: 3338 - '@opentelemetry/api': 1.9.0 3339 - tdigest: 0.1.2 3340 - 3341 - proxy-addr@2.0.7: 3342 - dependencies: 3343 - forwarded: 0.2.0 3344 - ipaddr.js: 1.9.1 3345 - 3346 - pump@3.0.2: 3347 - dependencies: 3348 - end-of-stream: 1.4.4 3349 - once: 1.4.0 3350 - 3351 - punycode@2.3.1: {} 3352 - 3353 - qs@6.13.0: 3354 - dependencies: 3355 - side-channel: 1.0.6 3356 - 3357 - queue-microtask@1.2.3: {} 3358 - 3359 - quick-format-unescaped@4.0.4: {} 3360 - 3361 - range-parser@1.2.1: {} 3362 - 3363 - raw-body@2.5.2: 3364 - dependencies: 3365 - bytes: 3.1.2 3366 - http-errors: 2.0.0 3367 - iconv-lite: 0.4.24 3368 - unpipe: 1.0.0 3369 - 3370 - rc@1.2.8: 3371 - dependencies: 3372 - deep-extend: 0.6.0 3373 - ini: 1.3.8 3374 - minimist: 1.2.8 3375 - strip-json-comments: 2.0.1 3376 - optional: true 3377 - 3378 - readable-stream@3.6.2: 3379 - dependencies: 3380 - inherits: 2.0.4 3381 - string_decoder: 1.3.0 3382 - util-deprecate: 1.0.2 3383 - optional: true 3384 - 3385 - readable-stream@4.5.2: 3386 - dependencies: 3387 - abort-controller: 3.0.0 3388 - buffer: 6.0.3 3389 - events: 3.3.0 3390 - process: 0.11.10 3391 - string_decoder: 1.3.0 3392 - 3393 - real-require@0.2.0: {} 3394 - 3395 - resolve-from@4.0.0: {} 3396 - 3397 - resolve-pkg-maps@1.0.0: {} 3398 - 3399 - reusify@1.0.4: {} 3400 - 3401 - run-parallel@1.2.0: 3402 - dependencies: 3403 - queue-microtask: 1.2.3 3404 - 3405 - safe-buffer@5.2.1: {} 3406 - 3407 - safe-stable-stringify@2.5.0: {} 3408 - 3409 - safer-buffer@2.1.2: {} 3410 - 3411 - secure-json-parse@2.7.0: {} 3412 - 3413 - semver@7.6.3: {} 3414 - 3415 - send@0.19.0: 3416 - dependencies: 3417 - debug: 2.6.9 3418 - depd: 2.0.0 3419 - destroy: 1.2.0 3420 - encodeurl: 1.0.2 3421 - escape-html: 1.0.3 3422 - etag: 1.8.1 3423 - fresh: 0.5.2 3424 - http-errors: 2.0.0 3425 - mime: 1.6.0 3426 - ms: 2.1.3 3427 - on-finished: 2.4.1 3428 - range-parser: 1.2.1 3429 - statuses: 2.0.1 3430 - transitivePeerDependencies: 3431 - - supports-color 3432 - 3433 - serve-static@1.16.2: 3434 - dependencies: 3435 - encodeurl: 2.0.0 3436 - escape-html: 1.0.3 3437 - parseurl: 1.3.3 3438 - send: 0.19.0 3439 - transitivePeerDependencies: 3440 - - supports-color 3441 - 3442 - set-function-length@1.2.2: 3443 - dependencies: 3444 - define-data-property: 1.1.4 3445 - es-errors: 1.3.0 3446 - function-bind: 1.1.2 3447 - get-intrinsic: 1.2.4 3448 - gopd: 1.0.1 3449 - has-property-descriptors: 1.0.2 3450 - 3451 - setprototypeof@1.2.0: {} 3452 - 3453 - shebang-command@2.0.0: 3454 - dependencies: 3455 - shebang-regex: 3.0.0 3456 - 3457 - shebang-regex@3.0.0: {} 3458 - 3459 - side-channel@1.0.6: 3460 - dependencies: 3461 - call-bind: 1.0.7 3462 - es-errors: 1.3.0 3463 - get-intrinsic: 1.2.4 3464 - object-inspect: 1.13.2 3465 - 3466 - simple-concat@1.0.1: 3467 - optional: true 3468 - 3469 - simple-get@4.0.1: 3470 - dependencies: 3471 - decompress-response: 6.0.0 3472 - once: 1.4.0 3473 - simple-concat: 1.0.1 3474 - optional: true 3475 - 3476 - sonic-boom@4.1.0: 3477 - dependencies: 3478 - atomic-sleep: 1.0.0 3479 - 3480 - source-map-support@0.5.21: 3481 - dependencies: 3482 - buffer-from: 1.1.2 3483 - source-map: 0.6.1 3484 - 3485 - source-map@0.5.7: {} 3486 - 3487 - source-map@0.6.1: {} 3488 - 3489 - split2@4.2.0: {} 3490 - 3491 - statuses@2.0.1: {} 3492 - 3493 - string_decoder@1.3.0: 3494 - dependencies: 3495 - safe-buffer: 5.2.1 3496 - 3497 - strip-ansi@6.0.1: 3498 - dependencies: 3499 - ansi-regex: 5.0.1 3500 - 3501 - strip-json-comments@2.0.1: 3502 - optional: true 3503 - 3504 - strip-json-comments@3.1.1: {} 3505 - 3506 - supports-color@5.5.0: 3507 - dependencies: 3508 - has-flag: 3.0.0 3509 - 3510 - supports-color@7.2.0: 3511 - dependencies: 3512 - has-flag: 4.0.0 3513 - 3514 - tar-fs@2.1.1: 3515 - dependencies: 3516 - chownr: 1.1.4 3517 - mkdirp-classic: 0.5.3 3518 - pump: 3.0.2 3519 - tar-stream: 2.2.0 3520 - optional: true 3521 - 3522 - tar-stream@2.2.0: 3523 - dependencies: 3524 - bl: 4.1.0 3525 - end-of-stream: 1.4.4 3526 - fs-constants: 1.0.0 3527 - inherits: 2.0.4 3528 - readable-stream: 3.6.2 3529 - optional: true 3530 - 3531 - tdigest@0.1.2: 3532 - dependencies: 3533 - bintrees: 1.0.2 3534 - 3535 - text-table@0.2.0: {} 3536 - 3537 - thread-stream@3.1.0: 3538 - dependencies: 3539 - real-require: 0.2.0 3540 - 3541 - to-fast-properties@2.0.0: {} 3542 - 3543 - to-regex-range@5.0.1: 3544 - dependencies: 3545 - is-number: 7.0.0 3546 - 3547 - toidentifier@1.0.1: {} 3548 - 3549 - ts-api-utils@1.3.0(typescript@5.6.2): 3550 - dependencies: 3551 - typescript: 5.6.2 3552 - 3553 - tsx@4.19.1: 3554 - dependencies: 3555 - esbuild: 0.23.1 3556 - get-tsconfig: 4.8.1 3557 - optionalDependencies: 3558 - fsevents: 2.3.3 3559 - 3560 - tunnel-agent@0.6.0: 3561 - dependencies: 3562 - safe-buffer: 5.2.1 3563 - optional: true 3564 - 3565 - type-check@0.4.0: 3566 - dependencies: 3567 - prelude-ls: 1.2.1 3568 - 3569 - type-is@1.6.18: 3570 - dependencies: 3571 - media-typer: 0.3.0 3572 - mime-types: 2.1.35 3573 - 3574 - typescript-eslint@8.7.0(eslint@9.11.1)(typescript@5.6.2): 3575 - dependencies: 3576 - '@typescript-eslint/eslint-plugin': 8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)(typescript@5.6.2) 3577 - '@typescript-eslint/parser': 8.7.0(eslint@9.11.1)(typescript@5.6.2) 3578 - '@typescript-eslint/utils': 8.7.0(eslint@9.11.1)(typescript@5.6.2) 3579 - optionalDependencies: 3580 - typescript: 5.6.2 3581 - transitivePeerDependencies: 3582 - - eslint 3583 - - supports-color 3584 - 3585 - typescript@5.6.2: {} 3586 - 3587 - undici-types@6.19.8: {} 3588 - 3589 - unpipe@1.0.0: {} 3590 - 3591 - uri-js@4.4.1: 3592 - dependencies: 3593 - punycode: 2.3.1 3594 - 3595 - util-deprecate@1.0.2: 3596 - optional: true 3597 - 3598 - utils-merge@1.0.1: {} 3599 - 3600 - vary@1.1.2: {} 3601 - 3602 - which@2.0.2: 3603 - dependencies: 3604 - isexe: 2.0.0 3605 - 3606 - word-wrap@1.2.5: {} 3607 - 3608 - wrappy@1.0.2: {} 3609 - 3610 - xtend@4.0.2: {} 3611 - 3612 - yocto-queue@0.1.0: {}