diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/package-lock.json')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/package-lock.json | 3267 |
1 files changed, 3267 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/package-lock.json b/users/ryan/modules/simple-bar/simple-bar-source/package-lock.json new file mode 100755 index 0000000..3682fa0 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/package-lock.json | |||
| @@ -0,0 +1,3267 @@ | |||
| 1 | { | ||
| 2 | "name": "simple-bar", | ||
| 3 | "version": "1.0.0", | ||
| 4 | "lockfileVersion": 3, | ||
| 5 | "requires": true, | ||
| 6 | "packages": { | ||
| 7 | "": { | ||
| 8 | "name": "simple-bar", | ||
| 9 | "version": "1.0.0", | ||
| 10 | "devDependencies": { | ||
| 11 | "@eslint/js": "^9", | ||
| 12 | "eslint": "^9", | ||
| 13 | "eslint-plugin-react": "^7", | ||
| 14 | "eslint-plugin-react-hooks": "^7", | ||
| 15 | "globals": "^16" | ||
| 16 | } | ||
| 17 | }, | ||
| 18 | "node_modules/@aashutoshrathi/word-wrap": { | ||
| 19 | "version": "1.2.6", | ||
| 20 | "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", | ||
| 21 | "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", | ||
| 22 | "dev": true, | ||
| 23 | "license": "MIT", | ||
| 24 | "engines": { | ||
| 25 | "node": ">=0.10.0" | ||
| 26 | } | ||
| 27 | }, | ||
| 28 | "node_modules/@babel/code-frame": { | ||
| 29 | "version": "7.27.1", | ||
| 30 | "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz", | ||
| 31 | "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==", | ||
| 32 | "dev": true, | ||
| 33 | "license": "MIT", | ||
| 34 | "dependencies": { | ||
| 35 | "@babel/helper-validator-identifier": "^7.27.1", | ||
| 36 | "js-tokens": "^4.0.0", | ||
| 37 | "picocolors": "^1.1.1" | ||
| 38 | }, | ||
| 39 | "engines": { | ||
| 40 | "node": ">=6.9.0" | ||
| 41 | } | ||
| 42 | }, | ||
| 43 | "node_modules/@babel/compat-data": { | ||
| 44 | "version": "7.28.5", | ||
| 45 | "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz", | ||
| 46 | "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==", | ||
| 47 | "dev": true, | ||
| 48 | "license": "MIT", | ||
| 49 | "engines": { | ||
| 50 | "node": ">=6.9.0" | ||
| 51 | } | ||
| 52 | }, | ||
| 53 | "node_modules/@babel/core": { | ||
| 54 | "version": "7.28.5", | ||
| 55 | "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz", | ||
| 56 | "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==", | ||
| 57 | "dev": true, | ||
| 58 | "license": "MIT", | ||
| 59 | "dependencies": { | ||
| 60 | "@babel/code-frame": "^7.27.1", | ||
| 61 | "@babel/generator": "^7.28.5", | ||
| 62 | "@babel/helper-compilation-targets": "^7.27.2", | ||
| 63 | "@babel/helper-module-transforms": "^7.28.3", | ||
| 64 | "@babel/helpers": "^7.28.4", | ||
| 65 | "@babel/parser": "^7.28.5", | ||
| 66 | "@babel/template": "^7.27.2", | ||
| 67 | "@babel/traverse": "^7.28.5", | ||
| 68 | "@babel/types": "^7.28.5", | ||
| 69 | "@jridgewell/remapping": "^2.3.5", | ||
| 70 | "convert-source-map": "^2.0.0", | ||
| 71 | "debug": "^4.1.0", | ||
| 72 | "gensync": "^1.0.0-beta.2", | ||
| 73 | "json5": "^2.2.3", | ||
| 74 | "semver": "^6.3.1" | ||
| 75 | }, | ||
| 76 | "engines": { | ||
| 77 | "node": ">=6.9.0" | ||
| 78 | }, | ||
| 79 | "funding": { | ||
| 80 | "type": "opencollective", | ||
| 81 | "url": "https://opencollective.com/babel" | ||
| 82 | } | ||
| 83 | }, | ||
| 84 | "node_modules/@babel/generator": { | ||
| 85 | "version": "7.28.5", | ||
| 86 | "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz", | ||
| 87 | "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==", | ||
| 88 | "dev": true, | ||
| 89 | "license": "MIT", | ||
| 90 | "dependencies": { | ||
| 91 | "@babel/parser": "^7.28.5", | ||
| 92 | "@babel/types": "^7.28.5", | ||
| 93 | "@jridgewell/gen-mapping": "^0.3.12", | ||
| 94 | "@jridgewell/trace-mapping": "^0.3.28", | ||
| 95 | "jsesc": "^3.0.2" | ||
| 96 | }, | ||
| 97 | "engines": { | ||
| 98 | "node": ">=6.9.0" | ||
| 99 | } | ||
| 100 | }, | ||
| 101 | "node_modules/@babel/helper-compilation-targets": { | ||
| 102 | "version": "7.27.2", | ||
| 103 | "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz", | ||
| 104 | "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==", | ||
| 105 | "dev": true, | ||
| 106 | "license": "MIT", | ||
| 107 | "dependencies": { | ||
| 108 | "@babel/compat-data": "^7.27.2", | ||
| 109 | "@babel/helper-validator-option": "^7.27.1", | ||
| 110 | "browserslist": "^4.24.0", | ||
| 111 | "lru-cache": "^5.1.1", | ||
| 112 | "semver": "^6.3.1" | ||
| 113 | }, | ||
| 114 | "engines": { | ||
| 115 | "node": ">=6.9.0" | ||
| 116 | } | ||
| 117 | }, | ||
| 118 | "node_modules/@babel/helper-globals": { | ||
| 119 | "version": "7.28.0", | ||
| 120 | "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz", | ||
| 121 | "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", | ||
| 122 | "dev": true, | ||
| 123 | "license": "MIT", | ||
| 124 | "engines": { | ||
| 125 | "node": ">=6.9.0" | ||
| 126 | } | ||
| 127 | }, | ||
| 128 | "node_modules/@babel/helper-module-imports": { | ||
| 129 | "version": "7.27.1", | ||
| 130 | "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz", | ||
| 131 | "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==", | ||
| 132 | "dev": true, | ||
| 133 | "license": "MIT", | ||
| 134 | "dependencies": { | ||
| 135 | "@babel/traverse": "^7.27.1", | ||
| 136 | "@babel/types": "^7.27.1" | ||
| 137 | }, | ||
| 138 | "engines": { | ||
| 139 | "node": ">=6.9.0" | ||
| 140 | } | ||
| 141 | }, | ||
| 142 | "node_modules/@babel/helper-module-transforms": { | ||
| 143 | "version": "7.28.3", | ||
| 144 | "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz", | ||
| 145 | "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==", | ||
| 146 | "dev": true, | ||
| 147 | "license": "MIT", | ||
| 148 | "dependencies": { | ||
| 149 | "@babel/helper-module-imports": "^7.27.1", | ||
| 150 | "@babel/helper-validator-identifier": "^7.27.1", | ||
| 151 | "@babel/traverse": "^7.28.3" | ||
| 152 | }, | ||
| 153 | "engines": { | ||
| 154 | "node": ">=6.9.0" | ||
| 155 | }, | ||
| 156 | "peerDependencies": { | ||
| 157 | "@babel/core": "^7.0.0" | ||
| 158 | } | ||
| 159 | }, | ||
| 160 | "node_modules/@babel/helper-string-parser": { | ||
| 161 | "version": "7.27.1", | ||
| 162 | "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", | ||
| 163 | "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", | ||
| 164 | "dev": true, | ||
| 165 | "license": "MIT", | ||
| 166 | "engines": { | ||
| 167 | "node": ">=6.9.0" | ||
| 168 | } | ||
| 169 | }, | ||
| 170 | "node_modules/@babel/helper-validator-identifier": { | ||
| 171 | "version": "7.28.5", | ||
| 172 | "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", | ||
| 173 | "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", | ||
| 174 | "dev": true, | ||
| 175 | "license": "MIT", | ||
| 176 | "engines": { | ||
| 177 | "node": ">=6.9.0" | ||
| 178 | } | ||
| 179 | }, | ||
| 180 | "node_modules/@babel/helper-validator-option": { | ||
| 181 | "version": "7.27.1", | ||
| 182 | "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", | ||
| 183 | "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", | ||
| 184 | "dev": true, | ||
| 185 | "license": "MIT", | ||
| 186 | "engines": { | ||
| 187 | "node": ">=6.9.0" | ||
| 188 | } | ||
| 189 | }, | ||
| 190 | "node_modules/@babel/helpers": { | ||
| 191 | "version": "7.28.4", | ||
| 192 | "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz", | ||
| 193 | "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==", | ||
| 194 | "dev": true, | ||
| 195 | "license": "MIT", | ||
| 196 | "dependencies": { | ||
| 197 | "@babel/template": "^7.27.2", | ||
| 198 | "@babel/types": "^7.28.4" | ||
| 199 | }, | ||
| 200 | "engines": { | ||
| 201 | "node": ">=6.9.0" | ||
| 202 | } | ||
| 203 | }, | ||
| 204 | "node_modules/@babel/parser": { | ||
| 205 | "version": "7.28.5", | ||
| 206 | "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz", | ||
| 207 | "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==", | ||
| 208 | "dev": true, | ||
| 209 | "license": "MIT", | ||
| 210 | "dependencies": { | ||
| 211 | "@babel/types": "^7.28.5" | ||
| 212 | }, | ||
| 213 | "bin": { | ||
| 214 | "parser": "bin/babel-parser.js" | ||
| 215 | }, | ||
| 216 | "engines": { | ||
| 217 | "node": ">=6.0.0" | ||
| 218 | } | ||
| 219 | }, | ||
| 220 | "node_modules/@babel/template": { | ||
| 221 | "version": "7.27.2", | ||
| 222 | "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz", | ||
| 223 | "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==", | ||
| 224 | "dev": true, | ||
| 225 | "license": "MIT", | ||
| 226 | "dependencies": { | ||
| 227 | "@babel/code-frame": "^7.27.1", | ||
| 228 | "@babel/parser": "^7.27.2", | ||
| 229 | "@babel/types": "^7.27.1" | ||
| 230 | }, | ||
| 231 | "engines": { | ||
| 232 | "node": ">=6.9.0" | ||
| 233 | } | ||
| 234 | }, | ||
| 235 | "node_modules/@babel/traverse": { | ||
| 236 | "version": "7.28.5", | ||
| 237 | "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz", | ||
| 238 | "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==", | ||
| 239 | "dev": true, | ||
| 240 | "license": "MIT", | ||
| 241 | "dependencies": { | ||
| 242 | "@babel/code-frame": "^7.27.1", | ||
| 243 | "@babel/generator": "^7.28.5", | ||
| 244 | "@babel/helper-globals": "^7.28.0", | ||
| 245 | "@babel/parser": "^7.28.5", | ||
| 246 | "@babel/template": "^7.27.2", | ||
| 247 | "@babel/types": "^7.28.5", | ||
| 248 | "debug": "^4.3.1" | ||
| 249 | }, | ||
| 250 | "engines": { | ||
| 251 | "node": ">=6.9.0" | ||
| 252 | } | ||
| 253 | }, | ||
| 254 | "node_modules/@babel/types": { | ||
| 255 | "version": "7.28.5", | ||
| 256 | "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz", | ||
| 257 | "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==", | ||
| 258 | "dev": true, | ||
| 259 | "license": "MIT", | ||
| 260 | "dependencies": { | ||
| 261 | "@babel/helper-string-parser": "^7.27.1", | ||
| 262 | "@babel/helper-validator-identifier": "^7.28.5" | ||
| 263 | }, | ||
| 264 | "engines": { | ||
| 265 | "node": ">=6.9.0" | ||
| 266 | } | ||
| 267 | }, | ||
| 268 | "node_modules/@eslint-community/eslint-utils": { | ||
| 269 | "version": "4.9.0", | ||
| 270 | "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz", | ||
| 271 | "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==", | ||
| 272 | "dev": true, | ||
| 273 | "license": "MIT", | ||
| 274 | "dependencies": { | ||
| 275 | "eslint-visitor-keys": "^3.4.3" | ||
| 276 | }, | ||
| 277 | "engines": { | ||
| 278 | "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | ||
| 279 | }, | ||
| 280 | "funding": { | ||
| 281 | "url": "https://opencollective.com/eslint" | ||
| 282 | }, | ||
| 283 | "peerDependencies": { | ||
| 284 | "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" | ||
| 285 | } | ||
| 286 | }, | ||
| 287 | "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { | ||
| 288 | "version": "3.4.3", | ||
| 289 | "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", | ||
| 290 | "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", | ||
| 291 | "dev": true, | ||
| 292 | "license": "Apache-2.0", | ||
| 293 | "engines": { | ||
| 294 | "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | ||
| 295 | }, | ||
| 296 | "funding": { | ||
| 297 | "url": "https://opencollective.com/eslint" | ||
| 298 | } | ||
| 299 | }, | ||
| 300 | "node_modules/@eslint-community/regexpp": { | ||
| 301 | "version": "4.12.2", | ||
| 302 | "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz", | ||
| 303 | "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==", | ||
| 304 | "dev": true, | ||
| 305 | "license": "MIT", | ||
| 306 | "engines": { | ||
| 307 | "node": "^12.0.0 || ^14.0.0 || >=16.0.0" | ||
| 308 | } | ||
| 309 | }, | ||
| 310 | "node_modules/@eslint/config-array": { | ||
| 311 | "version": "0.21.1", | ||
| 312 | "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz", | ||
| 313 | "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==", | ||
| 314 | "dev": true, | ||
| 315 | "license": "Apache-2.0", | ||
| 316 | "dependencies": { | ||
| 317 | "@eslint/object-schema": "^2.1.7", | ||
| 318 | "debug": "^4.3.1", | ||
| 319 | "minimatch": "^3.1.2" | ||
| 320 | }, | ||
| 321 | "engines": { | ||
| 322 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | ||
| 323 | } | ||
| 324 | }, | ||
| 325 | "node_modules/@eslint/config-helpers": { | ||
| 326 | "version": "0.4.2", | ||
| 327 | "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz", | ||
| 328 | "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==", | ||
| 329 | "dev": true, | ||
| 330 | "license": "Apache-2.0", | ||
| 331 | "dependencies": { | ||
| 332 | "@eslint/core": "^0.17.0" | ||
| 333 | }, | ||
| 334 | "engines": { | ||
| 335 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | ||
| 336 | } | ||
| 337 | }, | ||
| 338 | "node_modules/@eslint/core": { | ||
| 339 | "version": "0.17.0", | ||
| 340 | "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz", | ||
| 341 | "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==", | ||
| 342 | "dev": true, | ||
| 343 | "license": "Apache-2.0", | ||
| 344 | "dependencies": { | ||
| 345 | "@types/json-schema": "^7.0.15" | ||
| 346 | }, | ||
| 347 | "engines": { | ||
| 348 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | ||
| 349 | } | ||
| 350 | }, | ||
| 351 | "node_modules/@eslint/eslintrc": { | ||
| 352 | "version": "3.3.1", | ||
| 353 | "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz", | ||
| 354 | "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==", | ||
| 355 | "dev": true, | ||
| 356 | "license": "MIT", | ||
| 357 | "dependencies": { | ||
| 358 | "ajv": "^6.12.4", | ||
| 359 | "debug": "^4.3.2", | ||
| 360 | "espree": "^10.0.1", | ||
| 361 | "globals": "^14.0.0", | ||
| 362 | "ignore": "^5.2.0", | ||
| 363 | "import-fresh": "^3.2.1", | ||
| 364 | "js-yaml": "^4.1.0", | ||
| 365 | "minimatch": "^3.1.2", | ||
| 366 | "strip-json-comments": "^3.1.1" | ||
| 367 | }, | ||
| 368 | "engines": { | ||
| 369 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | ||
| 370 | }, | ||
| 371 | "funding": { | ||
| 372 | "url": "https://opencollective.com/eslint" | ||
| 373 | } | ||
| 374 | }, | ||
| 375 | "node_modules/@eslint/eslintrc/node_modules/globals": { | ||
| 376 | "version": "14.0.0", | ||
| 377 | "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", | ||
| 378 | "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", | ||
| 379 | "dev": true, | ||
| 380 | "license": "MIT", | ||
| 381 | "engines": { | ||
| 382 | "node": ">=18" | ||
| 383 | }, | ||
| 384 | "funding": { | ||
| 385 | "url": "https://github.com/sponsors/sindresorhus" | ||
| 386 | } | ||
| 387 | }, | ||
| 388 | "node_modules/@eslint/js": { | ||
| 389 | "version": "9.39.1", | ||
| 390 | "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.1.tgz", | ||
| 391 | "integrity": "sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==", | ||
| 392 | "dev": true, | ||
| 393 | "license": "MIT", | ||
| 394 | "engines": { | ||
| 395 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | ||
| 396 | }, | ||
| 397 | "funding": { | ||
| 398 | "url": "https://eslint.org/donate" | ||
| 399 | } | ||
| 400 | }, | ||
| 401 | "node_modules/@eslint/object-schema": { | ||
| 402 | "version": "2.1.7", | ||
| 403 | "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz", | ||
| 404 | "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==", | ||
| 405 | "dev": true, | ||
| 406 | "license": "Apache-2.0", | ||
| 407 | "engines": { | ||
| 408 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | ||
| 409 | } | ||
| 410 | }, | ||
| 411 | "node_modules/@eslint/plugin-kit": { | ||
| 412 | "version": "0.4.1", | ||
| 413 | "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz", | ||
| 414 | "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==", | ||
| 415 | "dev": true, | ||
| 416 | "license": "Apache-2.0", | ||
| 417 | "dependencies": { | ||
| 418 | "@eslint/core": "^0.17.0", | ||
| 419 | "levn": "^0.4.1" | ||
| 420 | }, | ||
| 421 | "engines": { | ||
| 422 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | ||
| 423 | } | ||
| 424 | }, | ||
| 425 | "node_modules/@humanfs/core": { | ||
| 426 | "version": "0.19.1", | ||
| 427 | "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz", | ||
| 428 | "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==", | ||
| 429 | "dev": true, | ||
| 430 | "license": "Apache-2.0", | ||
| 431 | "engines": { | ||
| 432 | "node": ">=18.18.0" | ||
| 433 | } | ||
| 434 | }, | ||
| 435 | "node_modules/@humanfs/node": { | ||
| 436 | "version": "0.16.7", | ||
| 437 | "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz", | ||
| 438 | "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==", | ||
| 439 | "dev": true, | ||
| 440 | "license": "Apache-2.0", | ||
| 441 | "dependencies": { | ||
| 442 | "@humanfs/core": "^0.19.1", | ||
| 443 | "@humanwhocodes/retry": "^0.4.0" | ||
| 444 | }, | ||
| 445 | "engines": { | ||
| 446 | "node": ">=18.18.0" | ||
| 447 | } | ||
| 448 | }, | ||
| 449 | "node_modules/@humanwhocodes/module-importer": { | ||
| 450 | "version": "1.0.1", | ||
| 451 | "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", | ||
| 452 | "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", | ||
| 453 | "dev": true, | ||
| 454 | "license": "Apache-2.0", | ||
| 455 | "engines": { | ||
| 456 | "node": ">=12.22" | ||
| 457 | }, | ||
| 458 | "funding": { | ||
| 459 | "type": "github", | ||
| 460 | "url": "https://github.com/sponsors/nzakas" | ||
| 461 | } | ||
| 462 | }, | ||
| 463 | "node_modules/@humanwhocodes/retry": { | ||
| 464 | "version": "0.4.3", | ||
| 465 | "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz", | ||
| 466 | "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==", | ||
| 467 | "dev": true, | ||
| 468 | "license": "Apache-2.0", | ||
| 469 | "engines": { | ||
| 470 | "node": ">=18.18" | ||
| 471 | }, | ||
| 472 | "funding": { | ||
| 473 | "type": "github", | ||
| 474 | "url": "https://github.com/sponsors/nzakas" | ||
| 475 | } | ||
| 476 | }, | ||
| 477 | "node_modules/@jridgewell/gen-mapping": { | ||
| 478 | "version": "0.3.13", | ||
| 479 | "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", | ||
| 480 | "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", | ||
| 481 | "dev": true, | ||
| 482 | "license": "MIT", | ||
| 483 | "dependencies": { | ||
| 484 | "@jridgewell/sourcemap-codec": "^1.5.0", | ||
| 485 | "@jridgewell/trace-mapping": "^0.3.24" | ||
| 486 | } | ||
| 487 | }, | ||
| 488 | "node_modules/@jridgewell/remapping": { | ||
| 489 | "version": "2.3.5", | ||
| 490 | "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", | ||
| 491 | "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", | ||
| 492 | "dev": true, | ||
| 493 | "license": "MIT", | ||
| 494 | "dependencies": { | ||
| 495 | "@jridgewell/gen-mapping": "^0.3.5", | ||
| 496 | "@jridgewell/trace-mapping": "^0.3.24" | ||
| 497 | } | ||
| 498 | }, | ||
| 499 | "node_modules/@jridgewell/resolve-uri": { | ||
| 500 | "version": "3.1.2", | ||
| 501 | "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", | ||
| 502 | "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", | ||
| 503 | "dev": true, | ||
| 504 | "license": "MIT", | ||
| 505 | "engines": { | ||
| 506 | "node": ">=6.0.0" | ||
| 507 | } | ||
| 508 | }, | ||
| 509 | "node_modules/@jridgewell/sourcemap-codec": { | ||
| 510 | "version": "1.5.5", | ||
| 511 | "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", | ||
| 512 | "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", | ||
| 513 | "dev": true, | ||
| 514 | "license": "MIT" | ||
| 515 | }, | ||
| 516 | "node_modules/@jridgewell/trace-mapping": { | ||
| 517 | "version": "0.3.31", | ||
| 518 | "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", | ||
| 519 | "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", | ||
| 520 | "dev": true, | ||
| 521 | "license": "MIT", | ||
| 522 | "dependencies": { | ||
| 523 | "@jridgewell/resolve-uri": "^3.1.0", | ||
| 524 | "@jridgewell/sourcemap-codec": "^1.4.14" | ||
| 525 | } | ||
| 526 | }, | ||
| 527 | "node_modules/@types/estree": { | ||
| 528 | "version": "1.0.8", | ||
| 529 | "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", | ||
| 530 | "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", | ||
| 531 | "dev": true, | ||
| 532 | "license": "MIT" | ||
| 533 | }, | ||
| 534 | "node_modules/@types/json-schema": { | ||
| 535 | "version": "7.0.15", | ||
| 536 | "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", | ||
| 537 | "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", | ||
| 538 | "dev": true, | ||
| 539 | "license": "MIT" | ||
| 540 | }, | ||
| 541 | "node_modules/acorn": { | ||
| 542 | "version": "8.15.0", | ||
| 543 | "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", | ||
| 544 | "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", | ||
| 545 | "dev": true, | ||
| 546 | "license": "MIT", | ||
| 547 | "bin": { | ||
| 548 | "acorn": "bin/acorn" | ||
| 549 | }, | ||
| 550 | "engines": { | ||
| 551 | "node": ">=0.4.0" | ||
| 552 | } | ||
| 553 | }, | ||
| 554 | "node_modules/acorn-jsx": { | ||
| 555 | "version": "5.3.2", | ||
| 556 | "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", | ||
| 557 | "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", | ||
| 558 | "dev": true, | ||
| 559 | "license": "MIT", | ||
| 560 | "peerDependencies": { | ||
| 561 | "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" | ||
| 562 | } | ||
| 563 | }, | ||
| 564 | "node_modules/ajv": { | ||
| 565 | "version": "6.12.6", | ||
| 566 | "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", | ||
| 567 | "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", | ||
| 568 | "dev": true, | ||
| 569 | "license": "MIT", | ||
| 570 | "dependencies": { | ||
| 571 | "fast-deep-equal": "^3.1.1", | ||
| 572 | "fast-json-stable-stringify": "^2.0.0", | ||
| 573 | "json-schema-traverse": "^0.4.1", | ||
| 574 | "uri-js": "^4.2.2" | ||
| 575 | }, | ||
| 576 | "funding": { | ||
| 577 | "type": "github", | ||
| 578 | "url": "https://github.com/sponsors/epoberezkin" | ||
| 579 | } | ||
| 580 | }, | ||
| 581 | "node_modules/ansi-styles": { | ||
| 582 | "version": "4.3.0", | ||
| 583 | "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", | ||
| 584 | "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", | ||
| 585 | "dev": true, | ||
| 586 | "license": "MIT", | ||
| 587 | "dependencies": { | ||
| 588 | "color-convert": "^2.0.1" | ||
| 589 | }, | ||
| 590 | "engines": { | ||
| 591 | "node": ">=8" | ||
| 592 | }, | ||
| 593 | "funding": { | ||
| 594 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" | ||
| 595 | } | ||
| 596 | }, | ||
| 597 | "node_modules/argparse": { | ||
| 598 | "version": "2.0.1", | ||
| 599 | "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", | ||
| 600 | "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", | ||
| 601 | "dev": true, | ||
| 602 | "license": "Python-2.0" | ||
| 603 | }, | ||
| 604 | "node_modules/array-buffer-byte-length": { | ||
| 605 | "version": "1.0.1", | ||
| 606 | "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz", | ||
| 607 | "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==", | ||
| 608 | "dev": true, | ||
| 609 | "license": "MIT", | ||
| 610 | "dependencies": { | ||
| 611 | "call-bind": "^1.0.5", | ||
| 612 | "is-array-buffer": "^3.0.4" | ||
| 613 | }, | ||
| 614 | "engines": { | ||
| 615 | "node": ">= 0.4" | ||
| 616 | }, | ||
| 617 | "funding": { | ||
| 618 | "url": "https://github.com/sponsors/ljharb" | ||
| 619 | } | ||
| 620 | }, | ||
| 621 | "node_modules/array-includes": { | ||
| 622 | "version": "3.1.8", | ||
| 623 | "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz", | ||
| 624 | "integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==", | ||
| 625 | "dev": true, | ||
| 626 | "license": "MIT", | ||
| 627 | "dependencies": { | ||
| 628 | "call-bind": "^1.0.7", | ||
| 629 | "define-properties": "^1.2.1", | ||
| 630 | "es-abstract": "^1.23.2", | ||
| 631 | "es-object-atoms": "^1.0.0", | ||
| 632 | "get-intrinsic": "^1.2.4", | ||
| 633 | "is-string": "^1.0.7" | ||
| 634 | }, | ||
| 635 | "engines": { | ||
| 636 | "node": ">= 0.4" | ||
| 637 | }, | ||
| 638 | "funding": { | ||
| 639 | "url": "https://github.com/sponsors/ljharb" | ||
| 640 | } | ||
| 641 | }, | ||
| 642 | "node_modules/array.prototype.findlast": { | ||
| 643 | "version": "1.2.5", | ||
| 644 | "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz", | ||
| 645 | "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==", | ||
| 646 | "dev": true, | ||
| 647 | "license": "MIT", | ||
| 648 | "dependencies": { | ||
| 649 | "call-bind": "^1.0.7", | ||
| 650 | "define-properties": "^1.2.1", | ||
| 651 | "es-abstract": "^1.23.2", | ||
| 652 | "es-errors": "^1.3.0", | ||
| 653 | "es-object-atoms": "^1.0.0", | ||
| 654 | "es-shim-unscopables": "^1.0.2" | ||
| 655 | }, | ||
| 656 | "engines": { | ||
| 657 | "node": ">= 0.4" | ||
| 658 | }, | ||
| 659 | "funding": { | ||
| 660 | "url": "https://github.com/sponsors/ljharb" | ||
| 661 | } | ||
| 662 | }, | ||
| 663 | "node_modules/array.prototype.flat": { | ||
| 664 | "version": "1.3.2", | ||
| 665 | "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz", | ||
| 666 | "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==", | ||
| 667 | "dev": true, | ||
| 668 | "license": "MIT", | ||
| 669 | "dependencies": { | ||
| 670 | "call-bind": "^1.0.2", | ||
| 671 | "define-properties": "^1.2.0", | ||
| 672 | "es-abstract": "^1.22.1", | ||
| 673 | "es-shim-unscopables": "^1.0.0" | ||
| 674 | }, | ||
| 675 | "engines": { | ||
| 676 | "node": ">= 0.4" | ||
| 677 | }, | ||
| 678 | "funding": { | ||
| 679 | "url": "https://github.com/sponsors/ljharb" | ||
| 680 | } | ||
| 681 | }, | ||
| 682 | "node_modules/array.prototype.flatmap": { | ||
| 683 | "version": "1.3.2", | ||
| 684 | "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz", | ||
| 685 | "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==", | ||
| 686 | "dev": true, | ||
| 687 | "license": "MIT", | ||
| 688 | "dependencies": { | ||
| 689 | "call-bind": "^1.0.2", | ||
| 690 | "define-properties": "^1.2.0", | ||
| 691 | "es-abstract": "^1.22.1", | ||
| 692 | "es-shim-unscopables": "^1.0.0" | ||
| 693 | }, | ||
| 694 | "engines": { | ||
| 695 | "node": ">= 0.4" | ||
| 696 | }, | ||
| 697 | "funding": { | ||
| 698 | "url": "https://github.com/sponsors/ljharb" | ||
| 699 | } | ||
| 700 | }, | ||
| 701 | "node_modules/array.prototype.tosorted": { | ||
| 702 | "version": "1.1.4", | ||
| 703 | "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz", | ||
| 704 | "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==", | ||
| 705 | "dev": true, | ||
| 706 | "license": "MIT", | ||
| 707 | "dependencies": { | ||
| 708 | "call-bind": "^1.0.7", | ||
| 709 | "define-properties": "^1.2.1", | ||
| 710 | "es-abstract": "^1.23.3", | ||
| 711 | "es-errors": "^1.3.0", | ||
| 712 | "es-shim-unscopables": "^1.0.2" | ||
| 713 | }, | ||
| 714 | "engines": { | ||
| 715 | "node": ">= 0.4" | ||
| 716 | } | ||
| 717 | }, | ||
| 718 | "node_modules/arraybuffer.prototype.slice": { | ||
| 719 | "version": "1.0.3", | ||
| 720 | "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz", | ||
| 721 | "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==", | ||
| 722 | "dev": true, | ||
| 723 | "license": "MIT", | ||
| 724 | "dependencies": { | ||
| 725 | "array-buffer-byte-length": "^1.0.1", | ||
| 726 | "call-bind": "^1.0.5", | ||
| 727 | "define-properties": "^1.2.1", | ||
| 728 | "es-abstract": "^1.22.3", | ||
| 729 | "es-errors": "^1.2.1", | ||
| 730 | "get-intrinsic": "^1.2.3", | ||
| 731 | "is-array-buffer": "^3.0.4", | ||
| 732 | "is-shared-array-buffer": "^1.0.2" | ||
| 733 | }, | ||
| 734 | "engines": { | ||
| 735 | "node": ">= 0.4" | ||
| 736 | }, | ||
| 737 | "funding": { | ||
| 738 | "url": "https://github.com/sponsors/ljharb" | ||
| 739 | } | ||
| 740 | }, | ||
| 741 | "node_modules/available-typed-arrays": { | ||
| 742 | "version": "1.0.7", | ||
| 743 | "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", | ||
| 744 | "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", | ||
| 745 | "dev": true, | ||
| 746 | "license": "MIT", | ||
| 747 | "dependencies": { | ||
| 748 | "possible-typed-array-names": "^1.0.0" | ||
| 749 | }, | ||
| 750 | "engines": { | ||
| 751 | "node": ">= 0.4" | ||
| 752 | }, | ||
| 753 | "funding": { | ||
| 754 | "url": "https://github.com/sponsors/ljharb" | ||
| 755 | } | ||
| 756 | }, | ||
| 757 | "node_modules/balanced-match": { | ||
| 758 | "version": "1.0.2", | ||
| 759 | "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", | ||
| 760 | "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", | ||
| 761 | "dev": true, | ||
| 762 | "license": "MIT" | ||
| 763 | }, | ||
| 764 | "node_modules/baseline-browser-mapping": { | ||
| 765 | "version": "2.8.24", | ||
| 766 | "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.24.tgz", | ||
| 767 | "integrity": "sha512-uUhTRDPXamakPyghwrUcjaGvvBqGrWvBHReoiULMIpOJVM9IYzQh83Xk2Onx5HlGI2o10NNCzcs9TG/S3TkwrQ==", | ||
| 768 | "dev": true, | ||
| 769 | "license": "Apache-2.0", | ||
| 770 | "bin": { | ||
| 771 | "baseline-browser-mapping": "dist/cli.js" | ||
| 772 | } | ||
| 773 | }, | ||
| 774 | "node_modules/brace-expansion": { | ||
| 775 | "version": "1.1.12", | ||
| 776 | "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", | ||
| 777 | "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", | ||
| 778 | "dev": true, | ||
| 779 | "license": "MIT", | ||
| 780 | "dependencies": { | ||
| 781 | "balanced-match": "^1.0.0", | ||
| 782 | "concat-map": "0.0.1" | ||
| 783 | } | ||
| 784 | }, | ||
| 785 | "node_modules/browserslist": { | ||
| 786 | "version": "4.27.0", | ||
| 787 | "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.27.0.tgz", | ||
| 788 | "integrity": "sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==", | ||
| 789 | "dev": true, | ||
| 790 | "funding": [ | ||
| 791 | { | ||
| 792 | "type": "opencollective", | ||
| 793 | "url": "https://opencollective.com/browserslist" | ||
| 794 | }, | ||
| 795 | { | ||
| 796 | "type": "tidelift", | ||
| 797 | "url": "https://tidelift.com/funding/github/npm/browserslist" | ||
| 798 | }, | ||
| 799 | { | ||
| 800 | "type": "github", | ||
| 801 | "url": "https://github.com/sponsors/ai" | ||
| 802 | } | ||
| 803 | ], | ||
| 804 | "license": "MIT", | ||
| 805 | "dependencies": { | ||
| 806 | "baseline-browser-mapping": "^2.8.19", | ||
| 807 | "caniuse-lite": "^1.0.30001751", | ||
| 808 | "electron-to-chromium": "^1.5.238", | ||
| 809 | "node-releases": "^2.0.26", | ||
| 810 | "update-browserslist-db": "^1.1.4" | ||
| 811 | }, | ||
| 812 | "bin": { | ||
| 813 | "browserslist": "cli.js" | ||
| 814 | }, | ||
| 815 | "engines": { | ||
| 816 | "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" | ||
| 817 | } | ||
| 818 | }, | ||
| 819 | "node_modules/call-bind": { | ||
| 820 | "version": "1.0.7", | ||
| 821 | "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", | ||
| 822 | "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", | ||
| 823 | "dev": true, | ||
| 824 | "license": "MIT", | ||
| 825 | "dependencies": { | ||
| 826 | "es-define-property": "^1.0.0", | ||
| 827 | "es-errors": "^1.3.0", | ||
| 828 | "function-bind": "^1.1.2", | ||
| 829 | "get-intrinsic": "^1.2.4", | ||
| 830 | "set-function-length": "^1.2.1" | ||
| 831 | }, | ||
| 832 | "engines": { | ||
| 833 | "node": ">= 0.4" | ||
| 834 | }, | ||
| 835 | "funding": { | ||
| 836 | "url": "https://github.com/sponsors/ljharb" | ||
| 837 | } | ||
| 838 | }, | ||
| 839 | "node_modules/callsites": { | ||
| 840 | "version": "3.1.0", | ||
| 841 | "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", | ||
| 842 | "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", | ||
| 843 | "dev": true, | ||
| 844 | "license": "MIT", | ||
| 845 | "engines": { | ||
| 846 | "node": ">=6" | ||
| 847 | } | ||
| 848 | }, | ||
| 849 | "node_modules/caniuse-lite": { | ||
| 850 | "version": "1.0.30001753", | ||
| 851 | "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001753.tgz", | ||
| 852 | "integrity": "sha512-Bj5H35MD/ebaOV4iDLqPEtiliTN29qkGtEHCwawWn4cYm+bPJM2NsaP30vtZcnERClMzp52J4+aw2UNbK4o+zw==", | ||
| 853 | "dev": true, | ||
| 854 | "funding": [ | ||
| 855 | { | ||
| 856 | "type": "opencollective", | ||
| 857 | "url": "https://opencollective.com/browserslist" | ||
| 858 | }, | ||
| 859 | { | ||
| 860 | "type": "tidelift", | ||
| 861 | "url": "https://tidelift.com/funding/github/npm/caniuse-lite" | ||
| 862 | }, | ||
| 863 | { | ||
| 864 | "type": "github", | ||
| 865 | "url": "https://github.com/sponsors/ai" | ||
| 866 | } | ||
| 867 | ], | ||
| 868 | "license": "CC-BY-4.0" | ||
| 869 | }, | ||
| 870 | "node_modules/chalk": { | ||
| 871 | "version": "4.1.2", | ||
| 872 | "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", | ||
| 873 | "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", | ||
| 874 | "dev": true, | ||
| 875 | "license": "MIT", | ||
| 876 | "dependencies": { | ||
| 877 | "ansi-styles": "^4.1.0", | ||
| 878 | "supports-color": "^7.1.0" | ||
| 879 | }, | ||
| 880 | "engines": { | ||
| 881 | "node": ">=10" | ||
| 882 | }, | ||
| 883 | "funding": { | ||
| 884 | "url": "https://github.com/chalk/chalk?sponsor=1" | ||
| 885 | } | ||
| 886 | }, | ||
| 887 | "node_modules/color-convert": { | ||
| 888 | "version": "2.0.1", | ||
| 889 | "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", | ||
| 890 | "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", | ||
| 891 | "dev": true, | ||
| 892 | "license": "MIT", | ||
| 893 | "dependencies": { | ||
| 894 | "color-name": "~1.1.4" | ||
| 895 | }, | ||
| 896 | "engines": { | ||
| 897 | "node": ">=7.0.0" | ||
| 898 | } | ||
| 899 | }, | ||
| 900 | "node_modules/color-name": { | ||
| 901 | "version": "1.1.4", | ||
| 902 | "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", | ||
| 903 | "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", | ||
| 904 | "dev": true, | ||
| 905 | "license": "MIT" | ||
| 906 | }, | ||
| 907 | "node_modules/concat-map": { | ||
| 908 | "version": "0.0.1", | ||
| 909 | "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", | ||
| 910 | "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", | ||
| 911 | "dev": true, | ||
| 912 | "license": "MIT" | ||
| 913 | }, | ||
| 914 | "node_modules/convert-source-map": { | ||
| 915 | "version": "2.0.0", | ||
| 916 | "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", | ||
| 917 | "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", | ||
| 918 | "dev": true, | ||
| 919 | "license": "MIT" | ||
| 920 | }, | ||
| 921 | "node_modules/cross-spawn": { | ||
| 922 | "version": "7.0.6", | ||
| 923 | "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", | ||
| 924 | "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", | ||
| 925 | "dev": true, | ||
| 926 | "license": "MIT", | ||
| 927 | "dependencies": { | ||
| 928 | "path-key": "^3.1.0", | ||
| 929 | "shebang-command": "^2.0.0", | ||
| 930 | "which": "^2.0.1" | ||
| 931 | }, | ||
| 932 | "engines": { | ||
| 933 | "node": ">= 8" | ||
| 934 | } | ||
| 935 | }, | ||
| 936 | "node_modules/data-view-buffer": { | ||
| 937 | "version": "1.0.1", | ||
| 938 | "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz", | ||
| 939 | "integrity": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==", | ||
| 940 | "dev": true, | ||
| 941 | "license": "MIT", | ||
| 942 | "dependencies": { | ||
| 943 | "call-bind": "^1.0.6", | ||
| 944 | "es-errors": "^1.3.0", | ||
| 945 | "is-data-view": "^1.0.1" | ||
| 946 | }, | ||
| 947 | "engines": { | ||
| 948 | "node": ">= 0.4" | ||
| 949 | }, | ||
| 950 | "funding": { | ||
| 951 | "url": "https://github.com/sponsors/ljharb" | ||
| 952 | } | ||
| 953 | }, | ||
| 954 | "node_modules/data-view-byte-length": { | ||
| 955 | "version": "1.0.1", | ||
| 956 | "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz", | ||
| 957 | "integrity": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==", | ||
| 958 | "dev": true, | ||
| 959 | "license": "MIT", | ||
| 960 | "dependencies": { | ||
| 961 | "call-bind": "^1.0.7", | ||
| 962 | "es-errors": "^1.3.0", | ||
| 963 | "is-data-view": "^1.0.1" | ||
| 964 | }, | ||
| 965 | "engines": { | ||
| 966 | "node": ">= 0.4" | ||
| 967 | }, | ||
| 968 | "funding": { | ||
| 969 | "url": "https://github.com/sponsors/ljharb" | ||
| 970 | } | ||
| 971 | }, | ||
| 972 | "node_modules/data-view-byte-offset": { | ||
| 973 | "version": "1.0.0", | ||
| 974 | "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz", | ||
| 975 | "integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==", | ||
| 976 | "dev": true, | ||
| 977 | "license": "MIT", | ||
| 978 | "dependencies": { | ||
| 979 | "call-bind": "^1.0.6", | ||
| 980 | "es-errors": "^1.3.0", | ||
| 981 | "is-data-view": "^1.0.1" | ||
| 982 | }, | ||
| 983 | "engines": { | ||
| 984 | "node": ">= 0.4" | ||
| 985 | }, | ||
| 986 | "funding": { | ||
| 987 | "url": "https://github.com/sponsors/ljharb" | ||
| 988 | } | ||
| 989 | }, | ||
| 990 | "node_modules/debug": { | ||
| 991 | "version": "4.4.3", | ||
| 992 | "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", | ||
| 993 | "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", | ||
| 994 | "dev": true, | ||
| 995 | "license": "MIT", | ||
| 996 | "dependencies": { | ||
| 997 | "ms": "^2.1.3" | ||
| 998 | }, | ||
| 999 | "engines": { | ||
| 1000 | "node": ">=6.0" | ||
| 1001 | }, | ||
| 1002 | "peerDependenciesMeta": { | ||
| 1003 | "supports-color": { | ||
| 1004 | "optional": true | ||
| 1005 | } | ||
| 1006 | } | ||
| 1007 | }, | ||
| 1008 | "node_modules/deep-is": { | ||
| 1009 | "version": "0.1.4", | ||
| 1010 | "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", | ||
| 1011 | "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", | ||
| 1012 | "dev": true, | ||
| 1013 | "license": "MIT" | ||
| 1014 | }, | ||
| 1015 | "node_modules/define-data-property": { | ||
| 1016 | "version": "1.1.4", | ||
| 1017 | "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", | ||
| 1018 | "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", | ||
| 1019 | "dev": true, | ||
| 1020 | "license": "MIT", | ||
| 1021 | "dependencies": { | ||
| 1022 | "es-define-property": "^1.0.0", | ||
| 1023 | "es-errors": "^1.3.0", | ||
| 1024 | "gopd": "^1.0.1" | ||
| 1025 | }, | ||
| 1026 | "engines": { | ||
| 1027 | "node": ">= 0.4" | ||
| 1028 | }, | ||
| 1029 | "funding": { | ||
| 1030 | "url": "https://github.com/sponsors/ljharb" | ||
| 1031 | } | ||
| 1032 | }, | ||
| 1033 | "node_modules/define-properties": { | ||
| 1034 | "version": "1.2.1", | ||
| 1035 | "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", | ||
| 1036 | "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", | ||
| 1037 | "dev": true, | ||
| 1038 | "license": "MIT", | ||
| 1039 | "dependencies": { | ||
| 1040 | "define-data-property": "^1.0.1", | ||
| 1041 | "has-property-descriptors": "^1.0.0", | ||
| 1042 | "object-keys": "^1.1.1" | ||
| 1043 | }, | ||
| 1044 | "engines": { | ||
| 1045 | "node": ">= 0.4" | ||
| 1046 | }, | ||
| 1047 | "funding": { | ||
| 1048 | "url": "https://github.com/sponsors/ljharb" | ||
| 1049 | } | ||
| 1050 | }, | ||
| 1051 | "node_modules/electron-to-chromium": { | ||
| 1052 | "version": "1.5.244", | ||
| 1053 | "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.244.tgz", | ||
| 1054 | "integrity": "sha512-OszpBN7xZX4vWMPJwB9illkN/znA8M36GQqQxi6MNy9axWxhOfJyZZJtSLQCpEFLHP2xK33BiWx9aIuIEXVCcw==", | ||
| 1055 | "dev": true, | ||
| 1056 | "license": "ISC" | ||
| 1057 | }, | ||
| 1058 | "node_modules/es-abstract": { | ||
| 1059 | "version": "1.23.3", | ||
| 1060 | "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz", | ||
| 1061 | "integrity": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==", | ||
| 1062 | "dev": true, | ||
| 1063 | "license": "MIT", | ||
| 1064 | "dependencies": { | ||
| 1065 | "array-buffer-byte-length": "^1.0.1", | ||
| 1066 | "arraybuffer.prototype.slice": "^1.0.3", | ||
| 1067 | "available-typed-arrays": "^1.0.7", | ||
| 1068 | "call-bind": "^1.0.7", | ||
| 1069 | "data-view-buffer": "^1.0.1", | ||
| 1070 | "data-view-byte-length": "^1.0.1", | ||
| 1071 | "data-view-byte-offset": "^1.0.0", | ||
| 1072 | "es-define-property": "^1.0.0", | ||
| 1073 | "es-errors": "^1.3.0", | ||
| 1074 | "es-object-atoms": "^1.0.0", | ||
| 1075 | "es-set-tostringtag": "^2.0.3", | ||
| 1076 | "es-to-primitive": "^1.2.1", | ||
| 1077 | "function.prototype.name": "^1.1.6", | ||
| 1078 | "get-intrinsic": "^1.2.4", | ||
| 1079 | "get-symbol-description": "^1.0.2", | ||
| 1080 | "globalthis": "^1.0.3", | ||
| 1081 | "gopd": "^1.0.1", | ||
| 1082 | "has-property-descriptors": "^1.0.2", | ||
| 1083 | "has-proto": "^1.0.3", | ||
| 1084 | "has-symbols": "^1.0.3", | ||
| 1085 | "hasown": "^2.0.2", | ||
| 1086 | "internal-slot": "^1.0.7", | ||
| 1087 | "is-array-buffer": "^3.0.4", | ||
| 1088 | "is-callable": "^1.2.7", | ||
| 1089 | "is-data-view": "^1.0.1", | ||
| 1090 | "is-negative-zero": "^2.0.3", | ||
| 1091 | "is-regex": "^1.1.4", | ||
| 1092 | "is-shared-array-buffer": "^1.0.3", | ||
| 1093 | "is-string": "^1.0.7", | ||
| 1094 | "is-typed-array": "^1.1.13", | ||
| 1095 | "is-weakref": "^1.0.2", | ||
| 1096 | "object-inspect": "^1.13.1", | ||
| 1097 | "object-keys": "^1.1.1", | ||
| 1098 | "object.assign": "^4.1.5", | ||
| 1099 | "regexp.prototype.flags": "^1.5.2", | ||
| 1100 | "safe-array-concat": "^1.1.2", | ||
| 1101 | "safe-regex-test": "^1.0.3", | ||
| 1102 | "string.prototype.trim": "^1.2.9", | ||
| 1103 | "string.prototype.trimend": "^1.0.8", | ||
| 1104 | "string.prototype.trimstart": "^1.0.8", | ||
| 1105 | "typed-array-buffer": "^1.0.2", | ||
| 1106 | "typed-array-byte-length": "^1.0.1", | ||
| 1107 | "typed-array-byte-offset": "^1.0.2", | ||
| 1108 | "typed-array-length": "^1.0.6", | ||
| 1109 | "unbox-primitive": "^1.0.2", | ||
| 1110 | "which-typed-array": "^1.1.15" | ||
| 1111 | }, | ||
| 1112 | "engines": { | ||
| 1113 | "node": ">= 0.4" | ||
| 1114 | }, | ||
| 1115 | "funding": { | ||
| 1116 | "url": "https://github.com/sponsors/ljharb" | ||
| 1117 | } | ||
| 1118 | }, | ||
| 1119 | "node_modules/es-define-property": { | ||
| 1120 | "version": "1.0.0", | ||
| 1121 | "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", | ||
| 1122 | "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", | ||
| 1123 | "dev": true, | ||
| 1124 | "license": "MIT", | ||
| 1125 | "dependencies": { | ||
| 1126 | "get-intrinsic": "^1.2.4" | ||
| 1127 | }, | ||
| 1128 | "engines": { | ||
| 1129 | "node": ">= 0.4" | ||
| 1130 | } | ||
| 1131 | }, | ||
| 1132 | "node_modules/es-errors": { | ||
| 1133 | "version": "1.3.0", | ||
| 1134 | "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", | ||
| 1135 | "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", | ||
| 1136 | "dev": true, | ||
| 1137 | "license": "MIT", | ||
| 1138 | "engines": { | ||
| 1139 | "node": ">= 0.4" | ||
| 1140 | } | ||
| 1141 | }, | ||
| 1142 | "node_modules/es-iterator-helpers": { | ||
| 1143 | "version": "1.0.19", | ||
| 1144 | "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz", | ||
| 1145 | "integrity": "sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==", | ||
| 1146 | "dev": true, | ||
| 1147 | "license": "MIT", | ||
| 1148 | "dependencies": { | ||
| 1149 | "call-bind": "^1.0.7", | ||
| 1150 | "define-properties": "^1.2.1", | ||
| 1151 | "es-abstract": "^1.23.3", | ||
| 1152 | "es-errors": "^1.3.0", | ||
| 1153 | "es-set-tostringtag": "^2.0.3", | ||
| 1154 | "function-bind": "^1.1.2", | ||
| 1155 | "get-intrinsic": "^1.2.4", | ||
| 1156 | "globalthis": "^1.0.3", | ||
| 1157 | "has-property-descriptors": "^1.0.2", | ||
| 1158 | "has-proto": "^1.0.3", | ||
| 1159 | "has-symbols": "^1.0.3", | ||
| 1160 | "internal-slot": "^1.0.7", | ||
| 1161 | "iterator.prototype": "^1.1.2", | ||
| 1162 | "safe-array-concat": "^1.1.2" | ||
| 1163 | }, | ||
| 1164 | "engines": { | ||
| 1165 | "node": ">= 0.4" | ||
| 1166 | } | ||
| 1167 | }, | ||
| 1168 | "node_modules/es-object-atoms": { | ||
| 1169 | "version": "1.0.0", | ||
| 1170 | "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz", | ||
| 1171 | "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==", | ||
| 1172 | "dev": true, | ||
| 1173 | "license": "MIT", | ||
| 1174 | "dependencies": { | ||
| 1175 | "es-errors": "^1.3.0" | ||
| 1176 | }, | ||
| 1177 | "engines": { | ||
| 1178 | "node": ">= 0.4" | ||
| 1179 | } | ||
| 1180 | }, | ||
| 1181 | "node_modules/es-set-tostringtag": { | ||
| 1182 | "version": "2.0.3", | ||
| 1183 | "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz", | ||
| 1184 | "integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==", | ||
| 1185 | "dev": true, | ||
| 1186 | "license": "MIT", | ||
| 1187 | "dependencies": { | ||
| 1188 | "get-intrinsic": "^1.2.4", | ||
| 1189 | "has-tostringtag": "^1.0.2", | ||
| 1190 | "hasown": "^2.0.1" | ||
| 1191 | }, | ||
| 1192 | "engines": { | ||
| 1193 | "node": ">= 0.4" | ||
| 1194 | } | ||
| 1195 | }, | ||
| 1196 | "node_modules/es-shim-unscopables": { | ||
| 1197 | "version": "1.0.2", | ||
| 1198 | "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz", | ||
| 1199 | "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==", | ||
| 1200 | "dev": true, | ||
| 1201 | "license": "MIT", | ||
| 1202 | "dependencies": { | ||
| 1203 | "hasown": "^2.0.0" | ||
| 1204 | } | ||
| 1205 | }, | ||
| 1206 | "node_modules/es-to-primitive": { | ||
| 1207 | "version": "1.2.1", | ||
| 1208 | "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", | ||
| 1209 | "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", | ||
| 1210 | "dev": true, | ||
| 1211 | "license": "MIT", | ||
| 1212 | "dependencies": { | ||
| 1213 | "is-callable": "^1.1.4", | ||
| 1214 | "is-date-object": "^1.0.1", | ||
| 1215 | "is-symbol": "^1.0.2" | ||
| 1216 | }, | ||
| 1217 | "engines": { | ||
| 1218 | "node": ">= 0.4" | ||
| 1219 | }, | ||
| 1220 | "funding": { | ||
| 1221 | "url": "https://github.com/sponsors/ljharb" | ||
| 1222 | } | ||
| 1223 | }, | ||
| 1224 | "node_modules/escalade": { | ||
| 1225 | "version": "3.2.0", | ||
| 1226 | "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", | ||
| 1227 | "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", | ||
| 1228 | "dev": true, | ||
| 1229 | "license": "MIT", | ||
| 1230 | "engines": { | ||
| 1231 | "node": ">=6" | ||
| 1232 | } | ||
| 1233 | }, | ||
| 1234 | "node_modules/escape-string-regexp": { | ||
| 1235 | "version": "4.0.0", | ||
| 1236 | "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", | ||
| 1237 | "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", | ||
| 1238 | "dev": true, | ||
| 1239 | "license": "MIT", | ||
| 1240 | "engines": { | ||
| 1241 | "node": ">=10" | ||
| 1242 | }, | ||
| 1243 | "funding": { | ||
| 1244 | "url": "https://github.com/sponsors/sindresorhus" | ||
| 1245 | } | ||
| 1246 | }, | ||
| 1247 | "node_modules/eslint": { | ||
| 1248 | "version": "9.39.1", | ||
| 1249 | "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.1.tgz", | ||
| 1250 | "integrity": "sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==", | ||
| 1251 | "dev": true, | ||
| 1252 | "license": "MIT", | ||
| 1253 | "dependencies": { | ||
| 1254 | "@eslint-community/eslint-utils": "^4.8.0", | ||
| 1255 | "@eslint-community/regexpp": "^4.12.1", | ||
| 1256 | "@eslint/config-array": "^0.21.1", | ||
| 1257 | "@eslint/config-helpers": "^0.4.2", | ||
| 1258 | "@eslint/core": "^0.17.0", | ||
| 1259 | "@eslint/eslintrc": "^3.3.1", | ||
| 1260 | "@eslint/js": "9.39.1", | ||
| 1261 | "@eslint/plugin-kit": "^0.4.1", | ||
| 1262 | "@humanfs/node": "^0.16.6", | ||
| 1263 | "@humanwhocodes/module-importer": "^1.0.1", | ||
| 1264 | "@humanwhocodes/retry": "^0.4.2", | ||
| 1265 | "@types/estree": "^1.0.6", | ||
| 1266 | "ajv": "^6.12.4", | ||
| 1267 | "chalk": "^4.0.0", | ||
| 1268 | "cross-spawn": "^7.0.6", | ||
| 1269 | "debug": "^4.3.2", | ||
| 1270 | "escape-string-regexp": "^4.0.0", | ||
| 1271 | "eslint-scope": "^8.4.0", | ||
| 1272 | "eslint-visitor-keys": "^4.2.1", | ||
| 1273 | "espree": "^10.4.0", | ||
| 1274 | "esquery": "^1.5.0", | ||
| 1275 | "esutils": "^2.0.2", | ||
| 1276 | "fast-deep-equal": "^3.1.3", | ||
| 1277 | "file-entry-cache": "^8.0.0", | ||
| 1278 | "find-up": "^5.0.0", | ||
| 1279 | "glob-parent": "^6.0.2", | ||
| 1280 | "ignore": "^5.2.0", | ||
| 1281 | "imurmurhash": "^0.1.4", | ||
| 1282 | "is-glob": "^4.0.0", | ||
| 1283 | "json-stable-stringify-without-jsonify": "^1.0.1", | ||
| 1284 | "lodash.merge": "^4.6.2", | ||
| 1285 | "minimatch": "^3.1.2", | ||
| 1286 | "natural-compare": "^1.4.0", | ||
| 1287 | "optionator": "^0.9.3" | ||
| 1288 | }, | ||
| 1289 | "bin": { | ||
| 1290 | "eslint": "bin/eslint.js" | ||
| 1291 | }, | ||
| 1292 | "engines": { | ||
| 1293 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | ||
| 1294 | }, | ||
| 1295 | "funding": { | ||
| 1296 | "url": "https://eslint.org/donate" | ||
| 1297 | }, | ||
| 1298 | "peerDependencies": { | ||
| 1299 | "jiti": "*" | ||
| 1300 | }, | ||
| 1301 | "peerDependenciesMeta": { | ||
| 1302 | "jiti": { | ||
| 1303 | "optional": true | ||
| 1304 | } | ||
| 1305 | } | ||
| 1306 | }, | ||
| 1307 | "node_modules/eslint-plugin-react": { | ||
| 1308 | "version": "7.35.0", | ||
| 1309 | "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz", | ||
| 1310 | "integrity": "sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==", | ||
| 1311 | "dev": true, | ||
| 1312 | "license": "MIT", | ||
| 1313 | "dependencies": { | ||
| 1314 | "array-includes": "^3.1.8", | ||
| 1315 | "array.prototype.findlast": "^1.2.5", | ||
| 1316 | "array.prototype.flatmap": "^1.3.2", | ||
| 1317 | "array.prototype.tosorted": "^1.1.4", | ||
| 1318 | "doctrine": "^2.1.0", | ||
| 1319 | "es-iterator-helpers": "^1.0.19", | ||
| 1320 | "estraverse": "^5.3.0", | ||
| 1321 | "hasown": "^2.0.2", | ||
| 1322 | "jsx-ast-utils": "^2.4.1 || ^3.0.0", | ||
| 1323 | "minimatch": "^3.1.2", | ||
| 1324 | "object.entries": "^1.1.8", | ||
| 1325 | "object.fromentries": "^2.0.8", | ||
| 1326 | "object.values": "^1.2.0", | ||
| 1327 | "prop-types": "^15.8.1", | ||
| 1328 | "resolve": "^2.0.0-next.5", | ||
| 1329 | "semver": "^6.3.1", | ||
| 1330 | "string.prototype.matchall": "^4.0.11", | ||
| 1331 | "string.prototype.repeat": "^1.0.0" | ||
| 1332 | }, | ||
| 1333 | "engines": { | ||
| 1334 | "node": ">=4" | ||
| 1335 | }, | ||
| 1336 | "peerDependencies": { | ||
| 1337 | "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7" | ||
| 1338 | } | ||
| 1339 | }, | ||
| 1340 | "node_modules/eslint-plugin-react-hooks": { | ||
| 1341 | "version": "7.0.1", | ||
| 1342 | "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz", | ||
| 1343 | "integrity": "sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==", | ||
| 1344 | "dev": true, | ||
| 1345 | "license": "MIT", | ||
| 1346 | "dependencies": { | ||
| 1347 | "@babel/core": "^7.24.4", | ||
| 1348 | "@babel/parser": "^7.24.4", | ||
| 1349 | "hermes-parser": "^0.25.1", | ||
| 1350 | "zod": "^3.25.0 || ^4.0.0", | ||
| 1351 | "zod-validation-error": "^3.5.0 || ^4.0.0" | ||
| 1352 | }, | ||
| 1353 | "engines": { | ||
| 1354 | "node": ">=18" | ||
| 1355 | }, | ||
| 1356 | "peerDependencies": { | ||
| 1357 | "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" | ||
| 1358 | } | ||
| 1359 | }, | ||
| 1360 | "node_modules/eslint-plugin-react/node_modules/doctrine": { | ||
| 1361 | "version": "2.1.0", | ||
| 1362 | "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", | ||
| 1363 | "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", | ||
| 1364 | "dev": true, | ||
| 1365 | "license": "Apache-2.0", | ||
| 1366 | "dependencies": { | ||
| 1367 | "esutils": "^2.0.2" | ||
| 1368 | }, | ||
| 1369 | "engines": { | ||
| 1370 | "node": ">=0.10.0" | ||
| 1371 | } | ||
| 1372 | }, | ||
| 1373 | "node_modules/eslint-scope": { | ||
| 1374 | "version": "8.4.0", | ||
| 1375 | "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz", | ||
| 1376 | "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==", | ||
| 1377 | "dev": true, | ||
| 1378 | "license": "BSD-2-Clause", | ||
| 1379 | "dependencies": { | ||
| 1380 | "esrecurse": "^4.3.0", | ||
| 1381 | "estraverse": "^5.2.0" | ||
| 1382 | }, | ||
| 1383 | "engines": { | ||
| 1384 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | ||
| 1385 | }, | ||
| 1386 | "funding": { | ||
| 1387 | "url": "https://opencollective.com/eslint" | ||
| 1388 | } | ||
| 1389 | }, | ||
| 1390 | "node_modules/eslint-visitor-keys": { | ||
| 1391 | "version": "4.2.1", | ||
| 1392 | "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", | ||
| 1393 | "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", | ||
| 1394 | "dev": true, | ||
| 1395 | "license": "Apache-2.0", | ||
| 1396 | "engines": { | ||
| 1397 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | ||
| 1398 | }, | ||
| 1399 | "funding": { | ||
| 1400 | "url": "https://opencollective.com/eslint" | ||
| 1401 | } | ||
| 1402 | }, | ||
| 1403 | "node_modules/espree": { | ||
| 1404 | "version": "10.4.0", | ||
| 1405 | "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz", | ||
| 1406 | "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==", | ||
| 1407 | "dev": true, | ||
| 1408 | "license": "BSD-2-Clause", | ||
| 1409 | "dependencies": { | ||
| 1410 | "acorn": "^8.15.0", | ||
| 1411 | "acorn-jsx": "^5.3.2", | ||
| 1412 | "eslint-visitor-keys": "^4.2.1" | ||
| 1413 | }, | ||
| 1414 | "engines": { | ||
| 1415 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | ||
| 1416 | }, | ||
| 1417 | "funding": { | ||
| 1418 | "url": "https://opencollective.com/eslint" | ||
| 1419 | } | ||
| 1420 | }, | ||
| 1421 | "node_modules/esquery": { | ||
| 1422 | "version": "1.5.0", | ||
| 1423 | "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", | ||
| 1424 | "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", | ||
| 1425 | "dev": true, | ||
| 1426 | "license": "BSD-3-Clause", | ||
| 1427 | "dependencies": { | ||
| 1428 | "estraverse": "^5.1.0" | ||
| 1429 | }, | ||
| 1430 | "engines": { | ||
| 1431 | "node": ">=0.10" | ||
| 1432 | } | ||
| 1433 | }, | ||
| 1434 | "node_modules/esrecurse": { | ||
| 1435 | "version": "4.3.0", | ||
| 1436 | "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", | ||
| 1437 | "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", | ||
| 1438 | "dev": true, | ||
| 1439 | "license": "BSD-2-Clause", | ||
| 1440 | "dependencies": { | ||
| 1441 | "estraverse": "^5.2.0" | ||
| 1442 | }, | ||
| 1443 | "engines": { | ||
| 1444 | "node": ">=4.0" | ||
| 1445 | } | ||
| 1446 | }, | ||
| 1447 | "node_modules/estraverse": { | ||
| 1448 | "version": "5.3.0", | ||
| 1449 | "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", | ||
| 1450 | "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", | ||
| 1451 | "dev": true, | ||
| 1452 | "license": "BSD-2-Clause", | ||
| 1453 | "engines": { | ||
| 1454 | "node": ">=4.0" | ||
| 1455 | } | ||
| 1456 | }, | ||
| 1457 | "node_modules/esutils": { | ||
| 1458 | "version": "2.0.3", | ||
| 1459 | "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", | ||
| 1460 | "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", | ||
| 1461 | "dev": true, | ||
| 1462 | "license": "BSD-2-Clause", | ||
| 1463 | "engines": { | ||
| 1464 | "node": ">=0.10.0" | ||
| 1465 | } | ||
| 1466 | }, | ||
| 1467 | "node_modules/fast-deep-equal": { | ||
| 1468 | "version": "3.1.3", | ||
| 1469 | "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", | ||
| 1470 | "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", | ||
| 1471 | "dev": true, | ||
| 1472 | "license": "MIT" | ||
| 1473 | }, | ||
| 1474 | "node_modules/fast-json-stable-stringify": { | ||
| 1475 | "version": "2.1.0", | ||
| 1476 | "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", | ||
| 1477 | "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", | ||
| 1478 | "dev": true, | ||
| 1479 | "license": "MIT" | ||
| 1480 | }, | ||
| 1481 | "node_modules/fast-levenshtein": { | ||
| 1482 | "version": "2.0.6", | ||
| 1483 | "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", | ||
| 1484 | "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", | ||
| 1485 | "dev": true, | ||
| 1486 | "license": "MIT" | ||
| 1487 | }, | ||
| 1488 | "node_modules/file-entry-cache": { | ||
| 1489 | "version": "8.0.0", | ||
| 1490 | "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", | ||
| 1491 | "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", | ||
| 1492 | "dev": true, | ||
| 1493 | "license": "MIT", | ||
| 1494 | "dependencies": { | ||
| 1495 | "flat-cache": "^4.0.0" | ||
| 1496 | }, | ||
| 1497 | "engines": { | ||
| 1498 | "node": ">=16.0.0" | ||
| 1499 | } | ||
| 1500 | }, | ||
| 1501 | "node_modules/find-up": { | ||
| 1502 | "version": "5.0.0", | ||
| 1503 | "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", | ||
| 1504 | "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", | ||
| 1505 | "dev": true, | ||
| 1506 | "license": "MIT", | ||
| 1507 | "dependencies": { | ||
| 1508 | "locate-path": "^6.0.0", | ||
| 1509 | "path-exists": "^4.0.0" | ||
| 1510 | }, | ||
| 1511 | "engines": { | ||
| 1512 | "node": ">=10" | ||
| 1513 | }, | ||
| 1514 | "funding": { | ||
| 1515 | "url": "https://github.com/sponsors/sindresorhus" | ||
| 1516 | } | ||
| 1517 | }, | ||
| 1518 | "node_modules/flat-cache": { | ||
| 1519 | "version": "4.0.1", | ||
| 1520 | "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", | ||
| 1521 | "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", | ||
| 1522 | "dev": true, | ||
| 1523 | "license": "MIT", | ||
| 1524 | "dependencies": { | ||
| 1525 | "flatted": "^3.2.9", | ||
| 1526 | "keyv": "^4.5.4" | ||
| 1527 | }, | ||
| 1528 | "engines": { | ||
| 1529 | "node": ">=16" | ||
| 1530 | } | ||
| 1531 | }, | ||
| 1532 | "node_modules/flatted": { | ||
| 1533 | "version": "3.4.2", | ||
| 1534 | "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz", | ||
| 1535 | "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==", | ||
| 1536 | "dev": true, | ||
| 1537 | "license": "ISC" | ||
| 1538 | }, | ||
| 1539 | "node_modules/for-each": { | ||
| 1540 | "version": "0.3.3", | ||
| 1541 | "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", | ||
| 1542 | "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", | ||
| 1543 | "dev": true, | ||
| 1544 | "license": "MIT", | ||
| 1545 | "dependencies": { | ||
| 1546 | "is-callable": "^1.1.3" | ||
| 1547 | } | ||
| 1548 | }, | ||
| 1549 | "node_modules/function-bind": { | ||
| 1550 | "version": "1.1.2", | ||
| 1551 | "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", | ||
| 1552 | "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", | ||
| 1553 | "dev": true, | ||
| 1554 | "license": "MIT", | ||
| 1555 | "funding": { | ||
| 1556 | "url": "https://github.com/sponsors/ljharb" | ||
| 1557 | } | ||
| 1558 | }, | ||
| 1559 | "node_modules/function.prototype.name": { | ||
| 1560 | "version": "1.1.6", | ||
| 1561 | "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", | ||
| 1562 | "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", | ||
| 1563 | "dev": true, | ||
| 1564 | "license": "MIT", | ||
| 1565 | "dependencies": { | ||
| 1566 | "call-bind": "^1.0.2", | ||
| 1567 | "define-properties": "^1.2.0", | ||
| 1568 | "es-abstract": "^1.22.1", | ||
| 1569 | "functions-have-names": "^1.2.3" | ||
| 1570 | }, | ||
| 1571 | "engines": { | ||
| 1572 | "node": ">= 0.4" | ||
| 1573 | }, | ||
| 1574 | "funding": { | ||
| 1575 | "url": "https://github.com/sponsors/ljharb" | ||
| 1576 | } | ||
| 1577 | }, | ||
| 1578 | "node_modules/functions-have-names": { | ||
| 1579 | "version": "1.2.3", | ||
| 1580 | "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", | ||
| 1581 | "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", | ||
| 1582 | "dev": true, | ||
| 1583 | "license": "MIT", | ||
| 1584 | "funding": { | ||
| 1585 | "url": "https://github.com/sponsors/ljharb" | ||
| 1586 | } | ||
| 1587 | }, | ||
| 1588 | "node_modules/gensync": { | ||
| 1589 | "version": "1.0.0-beta.2", | ||
| 1590 | "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", | ||
| 1591 | "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", | ||
| 1592 | "dev": true, | ||
| 1593 | "license": "MIT", | ||
| 1594 | "engines": { | ||
| 1595 | "node": ">=6.9.0" | ||
| 1596 | } | ||
| 1597 | }, | ||
| 1598 | "node_modules/get-intrinsic": { | ||
| 1599 | "version": "1.2.4", | ||
| 1600 | "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", | ||
| 1601 | "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", | ||
| 1602 | "dev": true, | ||
| 1603 | "license": "MIT", | ||
| 1604 | "dependencies": { | ||
| 1605 | "es-errors": "^1.3.0", | ||
| 1606 | "function-bind": "^1.1.2", | ||
| 1607 | "has-proto": "^1.0.1", | ||
| 1608 | "has-symbols": "^1.0.3", | ||
| 1609 | "hasown": "^2.0.0" | ||
| 1610 | }, | ||
| 1611 | "engines": { | ||
| 1612 | "node": ">= 0.4" | ||
| 1613 | }, | ||
| 1614 | "funding": { | ||
| 1615 | "url": "https://github.com/sponsors/ljharb" | ||
| 1616 | } | ||
| 1617 | }, | ||
| 1618 | "node_modules/get-symbol-description": { | ||
| 1619 | "version": "1.0.2", | ||
| 1620 | "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz", | ||
| 1621 | "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==", | ||
| 1622 | "dev": true, | ||
| 1623 | "license": "MIT", | ||
| 1624 | "dependencies": { | ||
| 1625 | "call-bind": "^1.0.5", | ||
| 1626 | "es-errors": "^1.3.0", | ||
| 1627 | "get-intrinsic": "^1.2.4" | ||
| 1628 | }, | ||
| 1629 | "engines": { | ||
| 1630 | "node": ">= 0.4" | ||
| 1631 | }, | ||
| 1632 | "funding": { | ||
| 1633 | "url": "https://github.com/sponsors/ljharb" | ||
| 1634 | } | ||
| 1635 | }, | ||
| 1636 | "node_modules/glob-parent": { | ||
| 1637 | "version": "6.0.2", | ||
| 1638 | "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", | ||
| 1639 | "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", | ||
| 1640 | "dev": true, | ||
| 1641 | "license": "ISC", | ||
| 1642 | "dependencies": { | ||
| 1643 | "is-glob": "^4.0.3" | ||
| 1644 | }, | ||
| 1645 | "engines": { | ||
| 1646 | "node": ">=10.13.0" | ||
| 1647 | } | ||
| 1648 | }, | ||
| 1649 | "node_modules/globals": { | ||
| 1650 | "version": "16.5.0", | ||
| 1651 | "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", | ||
| 1652 | "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", | ||
| 1653 | "dev": true, | ||
| 1654 | "license": "MIT", | ||
| 1655 | "engines": { | ||
| 1656 | "node": ">=18" | ||
| 1657 | }, | ||
| 1658 | "funding": { | ||
| 1659 | "url": "https://github.com/sponsors/sindresorhus" | ||
| 1660 | } | ||
| 1661 | }, | ||
| 1662 | "node_modules/globalthis": { | ||
| 1663 | "version": "1.0.3", | ||
| 1664 | "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", | ||
| 1665 | "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", | ||
| 1666 | "dev": true, | ||
| 1667 | "license": "MIT", | ||
| 1668 | "dependencies": { | ||
| 1669 | "define-properties": "^1.1.3" | ||
| 1670 | }, | ||
| 1671 | "engines": { | ||
| 1672 | "node": ">= 0.4" | ||
| 1673 | }, | ||
| 1674 | "funding": { | ||
| 1675 | "url": "https://github.com/sponsors/ljharb" | ||
| 1676 | } | ||
| 1677 | }, | ||
| 1678 | "node_modules/gopd": { | ||
| 1679 | "version": "1.0.1", | ||
| 1680 | "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", | ||
| 1681 | "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", | ||
| 1682 | "dev": true, | ||
| 1683 | "license": "MIT", | ||
| 1684 | "dependencies": { | ||
| 1685 | "get-intrinsic": "^1.1.3" | ||
| 1686 | }, | ||
| 1687 | "funding": { | ||
| 1688 | "url": "https://github.com/sponsors/ljharb" | ||
| 1689 | } | ||
| 1690 | }, | ||
| 1691 | "node_modules/has-bigints": { | ||
| 1692 | "version": "1.0.2", | ||
| 1693 | "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", | ||
| 1694 | "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", | ||
| 1695 | "dev": true, | ||
| 1696 | "license": "MIT", | ||
| 1697 | "funding": { | ||
| 1698 | "url": "https://github.com/sponsors/ljharb" | ||
| 1699 | } | ||
| 1700 | }, | ||
| 1701 | "node_modules/has-flag": { | ||
| 1702 | "version": "4.0.0", | ||
| 1703 | "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", | ||
| 1704 | "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", | ||
| 1705 | "dev": true, | ||
| 1706 | "license": "MIT", | ||
| 1707 | "engines": { | ||
| 1708 | "node": ">=8" | ||
| 1709 | } | ||
| 1710 | }, | ||
| 1711 | "node_modules/has-property-descriptors": { | ||
| 1712 | "version": "1.0.2", | ||
| 1713 | "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", | ||
| 1714 | "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", | ||
| 1715 | "dev": true, | ||
| 1716 | "license": "MIT", | ||
| 1717 | "dependencies": { | ||
| 1718 | "es-define-property": "^1.0.0" | ||
| 1719 | }, | ||
| 1720 | "funding": { | ||
| 1721 | "url": "https://github.com/sponsors/ljharb" | ||
| 1722 | } | ||
| 1723 | }, | ||
| 1724 | "node_modules/has-proto": { | ||
| 1725 | "version": "1.0.3", | ||
| 1726 | "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", | ||
| 1727 | "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", | ||
| 1728 | "dev": true, | ||
| 1729 | "license": "MIT", | ||
| 1730 | "engines": { | ||
| 1731 | "node": ">= 0.4" | ||
| 1732 | }, | ||
| 1733 | "funding": { | ||
| 1734 | "url": "https://github.com/sponsors/ljharb" | ||
| 1735 | } | ||
| 1736 | }, | ||
| 1737 | "node_modules/has-symbols": { | ||
| 1738 | "version": "1.0.3", | ||
| 1739 | "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", | ||
| 1740 | "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", | ||
| 1741 | "dev": true, | ||
| 1742 | "license": "MIT", | ||
| 1743 | "engines": { | ||
| 1744 | "node": ">= 0.4" | ||
| 1745 | }, | ||
| 1746 | "funding": { | ||
| 1747 | "url": "https://github.com/sponsors/ljharb" | ||
| 1748 | } | ||
| 1749 | }, | ||
| 1750 | "node_modules/has-tostringtag": { | ||
| 1751 | "version": "1.0.2", | ||
| 1752 | "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", | ||
| 1753 | "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", | ||
| 1754 | "dev": true, | ||
| 1755 | "license": "MIT", | ||
| 1756 | "dependencies": { | ||
| 1757 | "has-symbols": "^1.0.3" | ||
| 1758 | }, | ||
| 1759 | "engines": { | ||
| 1760 | "node": ">= 0.4" | ||
| 1761 | }, | ||
| 1762 | "funding": { | ||
| 1763 | "url": "https://github.com/sponsors/ljharb" | ||
| 1764 | } | ||
| 1765 | }, | ||
| 1766 | "node_modules/hasown": { | ||
| 1767 | "version": "2.0.2", | ||
| 1768 | "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", | ||
| 1769 | "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", | ||
| 1770 | "dev": true, | ||
| 1771 | "license": "MIT", | ||
| 1772 | "dependencies": { | ||
| 1773 | "function-bind": "^1.1.2" | ||
| 1774 | }, | ||
| 1775 | "engines": { | ||
| 1776 | "node": ">= 0.4" | ||
| 1777 | } | ||
| 1778 | }, | ||
| 1779 | "node_modules/hermes-estree": { | ||
| 1780 | "version": "0.25.1", | ||
| 1781 | "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz", | ||
| 1782 | "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==", | ||
| 1783 | "dev": true, | ||
| 1784 | "license": "MIT" | ||
| 1785 | }, | ||
| 1786 | "node_modules/hermes-parser": { | ||
| 1787 | "version": "0.25.1", | ||
| 1788 | "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz", | ||
| 1789 | "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==", | ||
| 1790 | "dev": true, | ||
| 1791 | "license": "MIT", | ||
| 1792 | "dependencies": { | ||
| 1793 | "hermes-estree": "0.25.1" | ||
| 1794 | } | ||
| 1795 | }, | ||
| 1796 | "node_modules/ignore": { | ||
| 1797 | "version": "5.3.2", | ||
| 1798 | "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", | ||
| 1799 | "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", | ||
| 1800 | "dev": true, | ||
| 1801 | "license": "MIT", | ||
| 1802 | "engines": { | ||
| 1803 | "node": ">= 4" | ||
| 1804 | } | ||
| 1805 | }, | ||
| 1806 | "node_modules/import-fresh": { | ||
| 1807 | "version": "3.3.1", | ||
| 1808 | "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", | ||
| 1809 | "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", | ||
| 1810 | "dev": true, | ||
| 1811 | "license": "MIT", | ||
| 1812 | "dependencies": { | ||
| 1813 | "parent-module": "^1.0.0", | ||
| 1814 | "resolve-from": "^4.0.0" | ||
| 1815 | }, | ||
| 1816 | "engines": { | ||
| 1817 | "node": ">=6" | ||
| 1818 | }, | ||
| 1819 | "funding": { | ||
| 1820 | "url": "https://github.com/sponsors/sindresorhus" | ||
| 1821 | } | ||
| 1822 | }, | ||
| 1823 | "node_modules/imurmurhash": { | ||
| 1824 | "version": "0.1.4", | ||
| 1825 | "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", | ||
| 1826 | "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", | ||
| 1827 | "dev": true, | ||
| 1828 | "license": "MIT", | ||
| 1829 | "engines": { | ||
| 1830 | "node": ">=0.8.19" | ||
| 1831 | } | ||
| 1832 | }, | ||
| 1833 | "node_modules/internal-slot": { | ||
| 1834 | "version": "1.0.7", | ||
| 1835 | "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz", | ||
| 1836 | "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==", | ||
| 1837 | "dev": true, | ||
| 1838 | "license": "MIT", | ||
| 1839 | "dependencies": { | ||
| 1840 | "es-errors": "^1.3.0", | ||
| 1841 | "hasown": "^2.0.0", | ||
| 1842 | "side-channel": "^1.0.4" | ||
| 1843 | }, | ||
| 1844 | "engines": { | ||
| 1845 | "node": ">= 0.4" | ||
| 1846 | } | ||
| 1847 | }, | ||
| 1848 | "node_modules/is-array-buffer": { | ||
| 1849 | "version": "3.0.4", | ||
| 1850 | "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz", | ||
| 1851 | "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==", | ||
| 1852 | "dev": true, | ||
| 1853 | "license": "MIT", | ||
| 1854 | "dependencies": { | ||
| 1855 | "call-bind": "^1.0.2", | ||
| 1856 | "get-intrinsic": "^1.2.1" | ||
| 1857 | }, | ||
| 1858 | "engines": { | ||
| 1859 | "node": ">= 0.4" | ||
| 1860 | }, | ||
| 1861 | "funding": { | ||
| 1862 | "url": "https://github.com/sponsors/ljharb" | ||
| 1863 | } | ||
| 1864 | }, | ||
| 1865 | "node_modules/is-async-function": { | ||
| 1866 | "version": "2.0.0", | ||
| 1867 | "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz", | ||
| 1868 | "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==", | ||
| 1869 | "dev": true, | ||
| 1870 | "license": "MIT", | ||
| 1871 | "dependencies": { | ||
| 1872 | "has-tostringtag": "^1.0.0" | ||
| 1873 | }, | ||
| 1874 | "engines": { | ||
| 1875 | "node": ">= 0.4" | ||
| 1876 | }, | ||
| 1877 | "funding": { | ||
| 1878 | "url": "https://github.com/sponsors/ljharb" | ||
| 1879 | } | ||
| 1880 | }, | ||
| 1881 | "node_modules/is-bigint": { | ||
| 1882 | "version": "1.0.4", | ||
| 1883 | "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", | ||
| 1884 | "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", | ||
| 1885 | "dev": true, | ||
| 1886 | "license": "MIT", | ||
| 1887 | "dependencies": { | ||
| 1888 | "has-bigints": "^1.0.1" | ||
| 1889 | }, | ||
| 1890 | "funding": { | ||
| 1891 | "url": "https://github.com/sponsors/ljharb" | ||
| 1892 | } | ||
| 1893 | }, | ||
| 1894 | "node_modules/is-boolean-object": { | ||
| 1895 | "version": "1.1.2", | ||
| 1896 | "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", | ||
| 1897 | "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", | ||
| 1898 | "dev": true, | ||
| 1899 | "license": "MIT", | ||
| 1900 | "dependencies": { | ||
| 1901 | "call-bind": "^1.0.2", | ||
| 1902 | "has-tostringtag": "^1.0.0" | ||
| 1903 | }, | ||
| 1904 | "engines": { | ||
| 1905 | "node": ">= 0.4" | ||
| 1906 | }, | ||
| 1907 | "funding": { | ||
| 1908 | "url": "https://github.com/sponsors/ljharb" | ||
| 1909 | } | ||
| 1910 | }, | ||
| 1911 | "node_modules/is-callable": { | ||
| 1912 | "version": "1.2.7", | ||
| 1913 | "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", | ||
| 1914 | "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", | ||
| 1915 | "dev": true, | ||
| 1916 | "license": "MIT", | ||
| 1917 | "engines": { | ||
| 1918 | "node": ">= 0.4" | ||
| 1919 | }, | ||
| 1920 | "funding": { | ||
| 1921 | "url": "https://github.com/sponsors/ljharb" | ||
| 1922 | } | ||
| 1923 | }, | ||
| 1924 | "node_modules/is-core-module": { | ||
| 1925 | "version": "2.13.1", | ||
| 1926 | "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", | ||
| 1927 | "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", | ||
| 1928 | "dev": true, | ||
| 1929 | "license": "MIT", | ||
| 1930 | "dependencies": { | ||
| 1931 | "hasown": "^2.0.0" | ||
| 1932 | }, | ||
| 1933 | "funding": { | ||
| 1934 | "url": "https://github.com/sponsors/ljharb" | ||
| 1935 | } | ||
| 1936 | }, | ||
| 1937 | "node_modules/is-data-view": { | ||
| 1938 | "version": "1.0.1", | ||
| 1939 | "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz", | ||
| 1940 | "integrity": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==", | ||
| 1941 | "dev": true, | ||
| 1942 | "license": "MIT", | ||
| 1943 | "dependencies": { | ||
| 1944 | "is-typed-array": "^1.1.13" | ||
| 1945 | }, | ||
| 1946 | "engines": { | ||
| 1947 | "node": ">= 0.4" | ||
| 1948 | }, | ||
| 1949 | "funding": { | ||
| 1950 | "url": "https://github.com/sponsors/ljharb" | ||
| 1951 | } | ||
| 1952 | }, | ||
| 1953 | "node_modules/is-date-object": { | ||
| 1954 | "version": "1.0.5", | ||
| 1955 | "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", | ||
| 1956 | "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", | ||
| 1957 | "dev": true, | ||
| 1958 | "license": "MIT", | ||
| 1959 | "dependencies": { | ||
| 1960 | "has-tostringtag": "^1.0.0" | ||
| 1961 | }, | ||
| 1962 | "engines": { | ||
| 1963 | "node": ">= 0.4" | ||
| 1964 | }, | ||
| 1965 | "funding": { | ||
| 1966 | "url": "https://github.com/sponsors/ljharb" | ||
| 1967 | } | ||
| 1968 | }, | ||
| 1969 | "node_modules/is-extglob": { | ||
| 1970 | "version": "2.1.1", | ||
| 1971 | "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", | ||
| 1972 | "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", | ||
| 1973 | "dev": true, | ||
| 1974 | "license": "MIT", | ||
| 1975 | "engines": { | ||
| 1976 | "node": ">=0.10.0" | ||
| 1977 | } | ||
| 1978 | }, | ||
| 1979 | "node_modules/is-finalizationregistry": { | ||
| 1980 | "version": "1.0.2", | ||
| 1981 | "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz", | ||
| 1982 | "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==", | ||
| 1983 | "dev": true, | ||
| 1984 | "license": "MIT", | ||
| 1985 | "dependencies": { | ||
| 1986 | "call-bind": "^1.0.2" | ||
| 1987 | }, | ||
| 1988 | "funding": { | ||
| 1989 | "url": "https://github.com/sponsors/ljharb" | ||
| 1990 | } | ||
| 1991 | }, | ||
| 1992 | "node_modules/is-generator-function": { | ||
| 1993 | "version": "1.0.10", | ||
| 1994 | "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz", | ||
| 1995 | "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", | ||
| 1996 | "dev": true, | ||
| 1997 | "license": "MIT", | ||
| 1998 | "dependencies": { | ||
| 1999 | "has-tostringtag": "^1.0.0" | ||
| 2000 | }, | ||
| 2001 | "engines": { | ||
| 2002 | "node": ">= 0.4" | ||
| 2003 | }, | ||
| 2004 | "funding": { | ||
| 2005 | "url": "https://github.com/sponsors/ljharb" | ||
| 2006 | } | ||
| 2007 | }, | ||
| 2008 | "node_modules/is-glob": { | ||
| 2009 | "version": "4.0.3", | ||
| 2010 | "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", | ||
| 2011 | "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", | ||
| 2012 | "dev": true, | ||
| 2013 | "license": "MIT", | ||
| 2014 | "dependencies": { | ||
| 2015 | "is-extglob": "^2.1.1" | ||
| 2016 | }, | ||
| 2017 | "engines": { | ||
| 2018 | "node": ">=0.10.0" | ||
| 2019 | } | ||
| 2020 | }, | ||
| 2021 | "node_modules/is-map": { | ||
| 2022 | "version": "2.0.2", | ||
| 2023 | "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", | ||
| 2024 | "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", | ||
| 2025 | "dev": true, | ||
| 2026 | "license": "MIT", | ||
| 2027 | "funding": { | ||
| 2028 | "url": "https://github.com/sponsors/ljharb" | ||
| 2029 | } | ||
| 2030 | }, | ||
| 2031 | "node_modules/is-negative-zero": { | ||
| 2032 | "version": "2.0.3", | ||
| 2033 | "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz", | ||
| 2034 | "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==", | ||
| 2035 | "dev": true, | ||
| 2036 | "license": "MIT", | ||
| 2037 | "engines": { | ||
| 2038 | "node": ">= 0.4" | ||
| 2039 | }, | ||
| 2040 | "funding": { | ||
| 2041 | "url": "https://github.com/sponsors/ljharb" | ||
| 2042 | } | ||
| 2043 | }, | ||
| 2044 | "node_modules/is-number-object": { | ||
| 2045 | "version": "1.0.7", | ||
| 2046 | "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", | ||
| 2047 | "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", | ||
| 2048 | "dev": true, | ||
| 2049 | "license": "MIT", | ||
| 2050 | "dependencies": { | ||
| 2051 | "has-tostringtag": "^1.0.0" | ||
| 2052 | }, | ||
| 2053 | "engines": { | ||
| 2054 | "node": ">= 0.4" | ||
| 2055 | }, | ||
| 2056 | "funding": { | ||
| 2057 | "url": "https://github.com/sponsors/ljharb" | ||
| 2058 | } | ||
| 2059 | }, | ||
| 2060 | "node_modules/is-regex": { | ||
| 2061 | "version": "1.1.4", | ||
| 2062 | "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", | ||
| 2063 | "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", | ||
| 2064 | "dev": true, | ||
| 2065 | "license": "MIT", | ||
| 2066 | "dependencies": { | ||
| 2067 | "call-bind": "^1.0.2", | ||
| 2068 | "has-tostringtag": "^1.0.0" | ||
| 2069 | }, | ||
| 2070 | "engines": { | ||
| 2071 | "node": ">= 0.4" | ||
| 2072 | }, | ||
| 2073 | "funding": { | ||
| 2074 | "url": "https://github.com/sponsors/ljharb" | ||
| 2075 | } | ||
| 2076 | }, | ||
| 2077 | "node_modules/is-set": { | ||
| 2078 | "version": "2.0.2", | ||
| 2079 | "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", | ||
| 2080 | "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", | ||
| 2081 | "dev": true, | ||
| 2082 | "license": "MIT", | ||
| 2083 | "funding": { | ||
| 2084 | "url": "https://github.com/sponsors/ljharb" | ||
| 2085 | } | ||
| 2086 | }, | ||
| 2087 | "node_modules/is-shared-array-buffer": { | ||
| 2088 | "version": "1.0.3", | ||
| 2089 | "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz", | ||
| 2090 | "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==", | ||
| 2091 | "dev": true, | ||
| 2092 | "license": "MIT", | ||
| 2093 | "dependencies": { | ||
| 2094 | "call-bind": "^1.0.7" | ||
| 2095 | }, | ||
| 2096 | "engines": { | ||
| 2097 | "node": ">= 0.4" | ||
| 2098 | }, | ||
| 2099 | "funding": { | ||
| 2100 | "url": "https://github.com/sponsors/ljharb" | ||
| 2101 | } | ||
| 2102 | }, | ||
| 2103 | "node_modules/is-string": { | ||
| 2104 | "version": "1.0.7", | ||
| 2105 | "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", | ||
| 2106 | "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", | ||
| 2107 | "dev": true, | ||
| 2108 | "license": "MIT", | ||
| 2109 | "dependencies": { | ||
| 2110 | "has-tostringtag": "^1.0.0" | ||
| 2111 | }, | ||
| 2112 | "engines": { | ||
| 2113 | "node": ">= 0.4" | ||
| 2114 | }, | ||
| 2115 | "funding": { | ||
| 2116 | "url": "https://github.com/sponsors/ljharb" | ||
| 2117 | } | ||
| 2118 | }, | ||
| 2119 | "node_modules/is-symbol": { | ||
| 2120 | "version": "1.0.4", | ||
| 2121 | "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", | ||
| 2122 | "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", | ||
| 2123 | "dev": true, | ||
| 2124 | "license": "MIT", | ||
| 2125 | "dependencies": { | ||
| 2126 | "has-symbols": "^1.0.2" | ||
| 2127 | }, | ||
| 2128 | "engines": { | ||
| 2129 | "node": ">= 0.4" | ||
| 2130 | }, | ||
| 2131 | "funding": { | ||
| 2132 | "url": "https://github.com/sponsors/ljharb" | ||
| 2133 | } | ||
| 2134 | }, | ||
| 2135 | "node_modules/is-typed-array": { | ||
| 2136 | "version": "1.1.13", | ||
| 2137 | "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz", | ||
| 2138 | "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==", | ||
| 2139 | "dev": true, | ||
| 2140 | "license": "MIT", | ||
| 2141 | "dependencies": { | ||
| 2142 | "which-typed-array": "^1.1.14" | ||
| 2143 | }, | ||
| 2144 | "engines": { | ||
| 2145 | "node": ">= 0.4" | ||
| 2146 | }, | ||
| 2147 | "funding": { | ||
| 2148 | "url": "https://github.com/sponsors/ljharb" | ||
| 2149 | } | ||
| 2150 | }, | ||
| 2151 | "node_modules/is-weakmap": { | ||
| 2152 | "version": "2.0.1", | ||
| 2153 | "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz", | ||
| 2154 | "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==", | ||
| 2155 | "dev": true, | ||
| 2156 | "license": "MIT", | ||
| 2157 | "funding": { | ||
| 2158 | "url": "https://github.com/sponsors/ljharb" | ||
| 2159 | } | ||
| 2160 | }, | ||
| 2161 | "node_modules/is-weakref": { | ||
| 2162 | "version": "1.0.2", | ||
| 2163 | "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", | ||
| 2164 | "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", | ||
| 2165 | "dev": true, | ||
| 2166 | "license": "MIT", | ||
| 2167 | "dependencies": { | ||
| 2168 | "call-bind": "^1.0.2" | ||
| 2169 | }, | ||
| 2170 | "funding": { | ||
| 2171 | "url": "https://github.com/sponsors/ljharb" | ||
| 2172 | } | ||
| 2173 | }, | ||
| 2174 | "node_modules/is-weakset": { | ||
| 2175 | "version": "2.0.2", | ||
| 2176 | "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz", | ||
| 2177 | "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==", | ||
| 2178 | "dev": true, | ||
| 2179 | "license": "MIT", | ||
| 2180 | "dependencies": { | ||
| 2181 | "call-bind": "^1.0.2", | ||
| 2182 | "get-intrinsic": "^1.1.1" | ||
| 2183 | }, | ||
| 2184 | "funding": { | ||
| 2185 | "url": "https://github.com/sponsors/ljharb" | ||
| 2186 | } | ||
| 2187 | }, | ||
| 2188 | "node_modules/isarray": { | ||
| 2189 | "version": "2.0.5", | ||
| 2190 | "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", | ||
| 2191 | "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", | ||
| 2192 | "dev": true, | ||
| 2193 | "license": "MIT" | ||
| 2194 | }, | ||
| 2195 | "node_modules/isexe": { | ||
| 2196 | "version": "2.0.0", | ||
| 2197 | "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", | ||
| 2198 | "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", | ||
| 2199 | "dev": true, | ||
| 2200 | "license": "ISC" | ||
| 2201 | }, | ||
| 2202 | "node_modules/iterator.prototype": { | ||
| 2203 | "version": "1.1.2", | ||
| 2204 | "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz", | ||
| 2205 | "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==", | ||
| 2206 | "dev": true, | ||
| 2207 | "license": "MIT", | ||
| 2208 | "dependencies": { | ||
| 2209 | "define-properties": "^1.2.1", | ||
| 2210 | "get-intrinsic": "^1.2.1", | ||
| 2211 | "has-symbols": "^1.0.3", | ||
| 2212 | "reflect.getprototypeof": "^1.0.4", | ||
| 2213 | "set-function-name": "^2.0.1" | ||
| 2214 | } | ||
| 2215 | }, | ||
| 2216 | "node_modules/js-tokens": { | ||
| 2217 | "version": "4.0.0", | ||
| 2218 | "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", | ||
| 2219 | "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", | ||
| 2220 | "dev": true, | ||
| 2221 | "license": "MIT" | ||
| 2222 | }, | ||
| 2223 | "node_modules/js-yaml": { | ||
| 2224 | "version": "4.3.0", | ||
| 2225 | "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", | ||
| 2226 | "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", | ||
| 2227 | "dev": true, | ||
| 2228 | "funding": [ | ||
| 2229 | { | ||
| 2230 | "type": "github", | ||
| 2231 | "url": "https://github.com/sponsors/puzrin" | ||
| 2232 | }, | ||
| 2233 | { | ||
| 2234 | "type": "github", | ||
| 2235 | "url": "https://github.com/sponsors/nodeca" | ||
| 2236 | } | ||
| 2237 | ], | ||
| 2238 | "license": "MIT", | ||
| 2239 | "dependencies": { | ||
| 2240 | "argparse": "^2.0.1" | ||
| 2241 | }, | ||
| 2242 | "bin": { | ||
| 2243 | "js-yaml": "bin/js-yaml.js" | ||
| 2244 | } | ||
| 2245 | }, | ||
| 2246 | "node_modules/jsesc": { | ||
| 2247 | "version": "3.1.0", | ||
| 2248 | "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", | ||
| 2249 | "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", | ||
| 2250 | "dev": true, | ||
| 2251 | "license": "MIT", | ||
| 2252 | "bin": { | ||
| 2253 | "jsesc": "bin/jsesc" | ||
| 2254 | }, | ||
| 2255 | "engines": { | ||
| 2256 | "node": ">=6" | ||
| 2257 | } | ||
| 2258 | }, | ||
| 2259 | "node_modules/json-buffer": { | ||
| 2260 | "version": "3.0.1", | ||
| 2261 | "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", | ||
| 2262 | "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", | ||
| 2263 | "dev": true, | ||
| 2264 | "license": "MIT" | ||
| 2265 | }, | ||
| 2266 | "node_modules/json-schema-traverse": { | ||
| 2267 | "version": "0.4.1", | ||
| 2268 | "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", | ||
| 2269 | "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", | ||
| 2270 | "dev": true, | ||
| 2271 | "license": "MIT" | ||
| 2272 | }, | ||
| 2273 | "node_modules/json-stable-stringify-without-jsonify": { | ||
| 2274 | "version": "1.0.1", | ||
| 2275 | "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", | ||
| 2276 | "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", | ||
| 2277 | "dev": true, | ||
| 2278 | "license": "MIT" | ||
| 2279 | }, | ||
| 2280 | "node_modules/json5": { | ||
| 2281 | "version": "2.2.3", | ||
| 2282 | "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", | ||
| 2283 | "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", | ||
| 2284 | "dev": true, | ||
| 2285 | "license": "MIT", | ||
| 2286 | "bin": { | ||
| 2287 | "json5": "lib/cli.js" | ||
| 2288 | }, | ||
| 2289 | "engines": { | ||
| 2290 | "node": ">=6" | ||
| 2291 | } | ||
| 2292 | }, | ||
| 2293 | "node_modules/jsx-ast-utils": { | ||
| 2294 | "version": "3.3.5", | ||
| 2295 | "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", | ||
| 2296 | "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", | ||
| 2297 | "dev": true, | ||
| 2298 | "license": "MIT", | ||
| 2299 | "dependencies": { | ||
| 2300 | "array-includes": "^3.1.6", | ||
| 2301 | "array.prototype.flat": "^1.3.1", | ||
| 2302 | "object.assign": "^4.1.4", | ||
| 2303 | "object.values": "^1.1.6" | ||
| 2304 | }, | ||
| 2305 | "engines": { | ||
| 2306 | "node": ">=4.0" | ||
| 2307 | } | ||
| 2308 | }, | ||
| 2309 | "node_modules/keyv": { | ||
| 2310 | "version": "4.5.4", | ||
| 2311 | "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", | ||
| 2312 | "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", | ||
| 2313 | "dev": true, | ||
| 2314 | "license": "MIT", | ||
| 2315 | "dependencies": { | ||
| 2316 | "json-buffer": "3.0.1" | ||
| 2317 | } | ||
| 2318 | }, | ||
| 2319 | "node_modules/levn": { | ||
| 2320 | "version": "0.4.1", | ||
| 2321 | "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", | ||
| 2322 | "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", | ||
| 2323 | "dev": true, | ||
| 2324 | "license": "MIT", | ||
| 2325 | "dependencies": { | ||
| 2326 | "prelude-ls": "^1.2.1", | ||
| 2327 | "type-check": "~0.4.0" | ||
| 2328 | }, | ||
| 2329 | "engines": { | ||
| 2330 | "node": ">= 0.8.0" | ||
| 2331 | } | ||
| 2332 | }, | ||
| 2333 | "node_modules/locate-path": { | ||
| 2334 | "version": "6.0.0", | ||
| 2335 | "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", | ||
| 2336 | "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", | ||
| 2337 | "dev": true, | ||
| 2338 | "license": "MIT", | ||
| 2339 | "dependencies": { | ||
| 2340 | "p-locate": "^5.0.0" | ||
| 2341 | }, | ||
| 2342 | "engines": { | ||
| 2343 | "node": ">=10" | ||
| 2344 | }, | ||
| 2345 | "funding": { | ||
| 2346 | "url": "https://github.com/sponsors/sindresorhus" | ||
| 2347 | } | ||
| 2348 | }, | ||
| 2349 | "node_modules/lodash.merge": { | ||
| 2350 | "version": "4.6.2", | ||
| 2351 | "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", | ||
| 2352 | "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", | ||
| 2353 | "dev": true, | ||
| 2354 | "license": "MIT" | ||
| 2355 | }, | ||
| 2356 | "node_modules/loose-envify": { | ||
| 2357 | "version": "1.4.0", | ||
| 2358 | "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", | ||
| 2359 | "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", | ||
| 2360 | "dev": true, | ||
| 2361 | "license": "MIT", | ||
| 2362 | "dependencies": { | ||
| 2363 | "js-tokens": "^3.0.0 || ^4.0.0" | ||
| 2364 | }, | ||
| 2365 | "bin": { | ||
| 2366 | "loose-envify": "cli.js" | ||
| 2367 | } | ||
| 2368 | }, | ||
| 2369 | "node_modules/lru-cache": { | ||
| 2370 | "version": "5.1.1", | ||
| 2371 | "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", | ||
| 2372 | "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", | ||
| 2373 | "dev": true, | ||
| 2374 | "license": "ISC", | ||
| 2375 | "dependencies": { | ||
| 2376 | "yallist": "^3.0.2" | ||
| 2377 | } | ||
| 2378 | }, | ||
| 2379 | "node_modules/minimatch": { | ||
| 2380 | "version": "3.1.5", | ||
| 2381 | "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", | ||
| 2382 | "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", | ||
| 2383 | "dev": true, | ||
| 2384 | "license": "ISC", | ||
| 2385 | "dependencies": { | ||
| 2386 | "brace-expansion": "^1.1.7" | ||
| 2387 | }, | ||
| 2388 | "engines": { | ||
| 2389 | "node": "*" | ||
| 2390 | } | ||
| 2391 | }, | ||
| 2392 | "node_modules/ms": { | ||
| 2393 | "version": "2.1.3", | ||
| 2394 | "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", | ||
| 2395 | "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", | ||
| 2396 | "dev": true, | ||
| 2397 | "license": "MIT" | ||
| 2398 | }, | ||
| 2399 | "node_modules/natural-compare": { | ||
| 2400 | "version": "1.4.0", | ||
| 2401 | "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", | ||
| 2402 | "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", | ||
| 2403 | "dev": true, | ||
| 2404 | "license": "MIT" | ||
| 2405 | }, | ||
| 2406 | "node_modules/node-releases": { | ||
| 2407 | "version": "2.0.27", | ||
| 2408 | "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", | ||
| 2409 | "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", | ||
| 2410 | "dev": true, | ||
| 2411 | "license": "MIT" | ||
| 2412 | }, | ||
| 2413 | "node_modules/object-assign": { | ||
| 2414 | "version": "4.1.1", | ||
| 2415 | "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", | ||
| 2416 | "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", | ||
| 2417 | "dev": true, | ||
| 2418 | "license": "MIT", | ||
| 2419 | "engines": { | ||
| 2420 | "node": ">=0.10.0" | ||
| 2421 | } | ||
| 2422 | }, | ||
| 2423 | "node_modules/object-inspect": { | ||
| 2424 | "version": "1.13.1", | ||
| 2425 | "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", | ||
| 2426 | "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", | ||
| 2427 | "dev": true, | ||
| 2428 | "license": "MIT", | ||
| 2429 | "funding": { | ||
| 2430 | "url": "https://github.com/sponsors/ljharb" | ||
| 2431 | } | ||
| 2432 | }, | ||
| 2433 | "node_modules/object-keys": { | ||
| 2434 | "version": "1.1.1", | ||
| 2435 | "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", | ||
| 2436 | "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", | ||
| 2437 | "dev": true, | ||
| 2438 | "license": "MIT", | ||
| 2439 | "engines": { | ||
| 2440 | "node": ">= 0.4" | ||
| 2441 | } | ||
| 2442 | }, | ||
| 2443 | "node_modules/object.assign": { | ||
| 2444 | "version": "4.1.5", | ||
| 2445 | "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", | ||
| 2446 | "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==", | ||
| 2447 | "dev": true, | ||
| 2448 | "license": "MIT", | ||
| 2449 | "dependencies": { | ||
| 2450 | "call-bind": "^1.0.5", | ||
| 2451 | "define-properties": "^1.2.1", | ||
| 2452 | "has-symbols": "^1.0.3", | ||
| 2453 | "object-keys": "^1.1.1" | ||
| 2454 | }, | ||
| 2455 | "engines": { | ||
| 2456 | "node": ">= 0.4" | ||
| 2457 | }, | ||
| 2458 | "funding": { | ||
| 2459 | "url": "https://github.com/sponsors/ljharb" | ||
| 2460 | } | ||
| 2461 | }, | ||
| 2462 | "node_modules/object.entries": { | ||
| 2463 | "version": "1.1.8", | ||
| 2464 | "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz", | ||
| 2465 | "integrity": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==", | ||
| 2466 | "dev": true, | ||
| 2467 | "license": "MIT", | ||
| 2468 | "dependencies": { | ||
| 2469 | "call-bind": "^1.0.7", | ||
| 2470 | "define-properties": "^1.2.1", | ||
| 2471 | "es-object-atoms": "^1.0.0" | ||
| 2472 | }, | ||
| 2473 | "engines": { | ||
| 2474 | "node": ">= 0.4" | ||
| 2475 | } | ||
| 2476 | }, | ||
| 2477 | "node_modules/object.fromentries": { | ||
| 2478 | "version": "2.0.8", | ||
| 2479 | "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz", | ||
| 2480 | "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==", | ||
| 2481 | "dev": true, | ||
| 2482 | "license": "MIT", | ||
| 2483 | "dependencies": { | ||
| 2484 | "call-bind": "^1.0.7", | ||
| 2485 | "define-properties": "^1.2.1", | ||
| 2486 | "es-abstract": "^1.23.2", | ||
| 2487 | "es-object-atoms": "^1.0.0" | ||
| 2488 | }, | ||
| 2489 | "engines": { | ||
| 2490 | "node": ">= 0.4" | ||
| 2491 | }, | ||
| 2492 | "funding": { | ||
| 2493 | "url": "https://github.com/sponsors/ljharb" | ||
| 2494 | } | ||
| 2495 | }, | ||
| 2496 | "node_modules/object.values": { | ||
| 2497 | "version": "1.2.0", | ||
| 2498 | "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz", | ||
| 2499 | "integrity": "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==", | ||
| 2500 | "dev": true, | ||
| 2501 | "license": "MIT", | ||
| 2502 | "dependencies": { | ||
| 2503 | "call-bind": "^1.0.7", | ||
| 2504 | "define-properties": "^1.2.1", | ||
| 2505 | "es-object-atoms": "^1.0.0" | ||
| 2506 | }, | ||
| 2507 | "engines": { | ||
| 2508 | "node": ">= 0.4" | ||
| 2509 | }, | ||
| 2510 | "funding": { | ||
| 2511 | "url": "https://github.com/sponsors/ljharb" | ||
| 2512 | } | ||
| 2513 | }, | ||
| 2514 | "node_modules/optionator": { | ||
| 2515 | "version": "0.9.3", | ||
| 2516 | "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", | ||
| 2517 | "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", | ||
| 2518 | "dev": true, | ||
| 2519 | "license": "MIT", | ||
| 2520 | "dependencies": { | ||
| 2521 | "@aashutoshrathi/word-wrap": "^1.2.3", | ||
| 2522 | "deep-is": "^0.1.3", | ||
| 2523 | "fast-levenshtein": "^2.0.6", | ||
| 2524 | "levn": "^0.4.1", | ||
| 2525 | "prelude-ls": "^1.2.1", | ||
| 2526 | "type-check": "^0.4.0" | ||
| 2527 | }, | ||
| 2528 | "engines": { | ||
| 2529 | "node": ">= 0.8.0" | ||
| 2530 | } | ||
| 2531 | }, | ||
| 2532 | "node_modules/p-limit": { | ||
| 2533 | "version": "3.1.0", | ||
| 2534 | "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", | ||
| 2535 | "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", | ||
| 2536 | "dev": true, | ||
| 2537 | "license": "MIT", | ||
| 2538 | "dependencies": { | ||
| 2539 | "yocto-queue": "^0.1.0" | ||
| 2540 | }, | ||
| 2541 | "engines": { | ||
| 2542 | "node": ">=10" | ||
| 2543 | }, | ||
| 2544 | "funding": { | ||
| 2545 | "url": "https://github.com/sponsors/sindresorhus" | ||
| 2546 | } | ||
| 2547 | }, | ||
| 2548 | "node_modules/p-locate": { | ||
| 2549 | "version": "5.0.0", | ||
| 2550 | "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", | ||
| 2551 | "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", | ||
| 2552 | "dev": true, | ||
| 2553 | "license": "MIT", | ||
| 2554 | "dependencies": { | ||
| 2555 | "p-limit": "^3.0.2" | ||
| 2556 | }, | ||
| 2557 | "engines": { | ||
| 2558 | "node": ">=10" | ||
| 2559 | }, | ||
| 2560 | "funding": { | ||
| 2561 | "url": "https://github.com/sponsors/sindresorhus" | ||
| 2562 | } | ||
| 2563 | }, | ||
| 2564 | "node_modules/parent-module": { | ||
| 2565 | "version": "1.0.1", | ||
| 2566 | "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", | ||
| 2567 | "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", | ||
| 2568 | "dev": true, | ||
| 2569 | "license": "MIT", | ||
| 2570 | "dependencies": { | ||
| 2571 | "callsites": "^3.0.0" | ||
| 2572 | }, | ||
| 2573 | "engines": { | ||
| 2574 | "node": ">=6" | ||
| 2575 | } | ||
| 2576 | }, | ||
| 2577 | "node_modules/path-exists": { | ||
| 2578 | "version": "4.0.0", | ||
| 2579 | "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", | ||
| 2580 | "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", | ||
| 2581 | "dev": true, | ||
| 2582 | "license": "MIT", | ||
| 2583 | "engines": { | ||
| 2584 | "node": ">=8" | ||
| 2585 | } | ||
| 2586 | }, | ||
| 2587 | "node_modules/path-key": { | ||
| 2588 | "version": "3.1.1", | ||
| 2589 | "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", | ||
| 2590 | "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", | ||
| 2591 | "dev": true, | ||
| 2592 | "license": "MIT", | ||
| 2593 | "engines": { | ||
| 2594 | "node": ">=8" | ||
| 2595 | } | ||
| 2596 | }, | ||
| 2597 | "node_modules/path-parse": { | ||
| 2598 | "version": "1.0.7", | ||
| 2599 | "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", | ||
| 2600 | "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", | ||
| 2601 | "dev": true, | ||
| 2602 | "license": "MIT" | ||
| 2603 | }, | ||
| 2604 | "node_modules/picocolors": { | ||
| 2605 | "version": "1.1.1", | ||
| 2606 | "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", | ||
| 2607 | "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", | ||
| 2608 | "dev": true, | ||
| 2609 | "license": "ISC" | ||
| 2610 | }, | ||
| 2611 | "node_modules/possible-typed-array-names": { | ||
| 2612 | "version": "1.0.0", | ||
| 2613 | "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", | ||
| 2614 | "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==", | ||
| 2615 | "dev": true, | ||
| 2616 | "license": "MIT", | ||
| 2617 | "engines": { | ||
| 2618 | "node": ">= 0.4" | ||
| 2619 | } | ||
| 2620 | }, | ||
| 2621 | "node_modules/prelude-ls": { | ||
| 2622 | "version": "1.2.1", | ||
| 2623 | "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", | ||
| 2624 | "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", | ||
| 2625 | "dev": true, | ||
| 2626 | "license": "MIT", | ||
| 2627 | "engines": { | ||
| 2628 | "node": ">= 0.8.0" | ||
| 2629 | } | ||
| 2630 | }, | ||
| 2631 | "node_modules/prop-types": { | ||
| 2632 | "version": "15.8.1", | ||
| 2633 | "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", | ||
| 2634 | "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", | ||
| 2635 | "dev": true, | ||
| 2636 | "license": "MIT", | ||
| 2637 | "dependencies": { | ||
| 2638 | "loose-envify": "^1.4.0", | ||
| 2639 | "object-assign": "^4.1.1", | ||
| 2640 | "react-is": "^16.13.1" | ||
| 2641 | } | ||
| 2642 | }, | ||
| 2643 | "node_modules/punycode": { | ||
| 2644 | "version": "2.3.1", | ||
| 2645 | "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", | ||
| 2646 | "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", | ||
| 2647 | "dev": true, | ||
| 2648 | "license": "MIT", | ||
| 2649 | "engines": { | ||
| 2650 | "node": ">=6" | ||
| 2651 | } | ||
| 2652 | }, | ||
| 2653 | "node_modules/react-is": { | ||
| 2654 | "version": "16.13.1", | ||
| 2655 | "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", | ||
| 2656 | "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", | ||
| 2657 | "dev": true, | ||
| 2658 | "license": "MIT" | ||
| 2659 | }, | ||
| 2660 | "node_modules/reflect.getprototypeof": { | ||
| 2661 | "version": "1.0.4", | ||
| 2662 | "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.4.tgz", | ||
| 2663 | "integrity": "sha512-ECkTw8TmJwW60lOTR+ZkODISW6RQ8+2CL3COqtiJKLd6MmB45hN51HprHFziKLGkAuTGQhBb91V8cy+KHlaCjw==", | ||
| 2664 | "dev": true, | ||
| 2665 | "license": "MIT", | ||
| 2666 | "dependencies": { | ||
| 2667 | "call-bind": "^1.0.2", | ||
| 2668 | "define-properties": "^1.2.0", | ||
| 2669 | "es-abstract": "^1.22.1", | ||
| 2670 | "get-intrinsic": "^1.2.1", | ||
| 2671 | "globalthis": "^1.0.3", | ||
| 2672 | "which-builtin-type": "^1.1.3" | ||
| 2673 | }, | ||
| 2674 | "engines": { | ||
| 2675 | "node": ">= 0.4" | ||
| 2676 | }, | ||
| 2677 | "funding": { | ||
| 2678 | "url": "https://github.com/sponsors/ljharb" | ||
| 2679 | } | ||
| 2680 | }, | ||
| 2681 | "node_modules/regexp.prototype.flags": { | ||
| 2682 | "version": "1.5.2", | ||
| 2683 | "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz", | ||
| 2684 | "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==", | ||
| 2685 | "dev": true, | ||
| 2686 | "license": "MIT", | ||
| 2687 | "dependencies": { | ||
| 2688 | "call-bind": "^1.0.6", | ||
| 2689 | "define-properties": "^1.2.1", | ||
| 2690 | "es-errors": "^1.3.0", | ||
| 2691 | "set-function-name": "^2.0.1" | ||
| 2692 | }, | ||
| 2693 | "engines": { | ||
| 2694 | "node": ">= 0.4" | ||
| 2695 | }, | ||
| 2696 | "funding": { | ||
| 2697 | "url": "https://github.com/sponsors/ljharb" | ||
| 2698 | } | ||
| 2699 | }, | ||
| 2700 | "node_modules/resolve": { | ||
| 2701 | "version": "2.0.0-next.5", | ||
| 2702 | "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz", | ||
| 2703 | "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==", | ||
| 2704 | "dev": true, | ||
| 2705 | "license": "MIT", | ||
| 2706 | "dependencies": { | ||
| 2707 | "is-core-module": "^2.13.0", | ||
| 2708 | "path-parse": "^1.0.7", | ||
| 2709 | "supports-preserve-symlinks-flag": "^1.0.0" | ||
| 2710 | }, | ||
| 2711 | "bin": { | ||
| 2712 | "resolve": "bin/resolve" | ||
| 2713 | }, | ||
| 2714 | "funding": { | ||
| 2715 | "url": "https://github.com/sponsors/ljharb" | ||
| 2716 | } | ||
| 2717 | }, | ||
| 2718 | "node_modules/resolve-from": { | ||
| 2719 | "version": "4.0.0", | ||
| 2720 | "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", | ||
| 2721 | "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", | ||
| 2722 | "dev": true, | ||
| 2723 | "license": "MIT", | ||
| 2724 | "engines": { | ||
| 2725 | "node": ">=4" | ||
| 2726 | } | ||
| 2727 | }, | ||
| 2728 | "node_modules/safe-array-concat": { | ||
| 2729 | "version": "1.1.2", | ||
| 2730 | "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz", | ||
| 2731 | "integrity": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==", | ||
| 2732 | "dev": true, | ||
| 2733 | "license": "MIT", | ||
| 2734 | "dependencies": { | ||
| 2735 | "call-bind": "^1.0.7", | ||
| 2736 | "get-intrinsic": "^1.2.4", | ||
| 2737 | "has-symbols": "^1.0.3", | ||
| 2738 | "isarray": "^2.0.5" | ||
| 2739 | }, | ||
| 2740 | "engines": { | ||
| 2741 | "node": ">=0.4" | ||
| 2742 | }, | ||
| 2743 | "funding": { | ||
| 2744 | "url": "https://github.com/sponsors/ljharb" | ||
| 2745 | } | ||
| 2746 | }, | ||
| 2747 | "node_modules/safe-regex-test": { | ||
| 2748 | "version": "1.0.3", | ||
| 2749 | "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz", | ||
| 2750 | "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==", | ||
| 2751 | "dev": true, | ||
| 2752 | "license": "MIT", | ||
| 2753 | "dependencies": { | ||
| 2754 | "call-bind": "^1.0.6", | ||
| 2755 | "es-errors": "^1.3.0", | ||
| 2756 | "is-regex": "^1.1.4" | ||
| 2757 | }, | ||
| 2758 | "engines": { | ||
| 2759 | "node": ">= 0.4" | ||
| 2760 | }, | ||
| 2761 | "funding": { | ||
| 2762 | "url": "https://github.com/sponsors/ljharb" | ||
| 2763 | } | ||
| 2764 | }, | ||
| 2765 | "node_modules/semver": { | ||
| 2766 | "version": "6.3.1", | ||
| 2767 | "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", | ||
| 2768 | "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", | ||
| 2769 | "dev": true, | ||
| 2770 | "license": "ISC", | ||
| 2771 | "bin": { | ||
| 2772 | "semver": "bin/semver.js" | ||
| 2773 | } | ||
| 2774 | }, | ||
| 2775 | "node_modules/set-function-length": { | ||
| 2776 | "version": "1.2.2", | ||
| 2777 | "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", | ||
| 2778 | "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", | ||
| 2779 | "dev": true, | ||
| 2780 | "license": "MIT", | ||
| 2781 | "dependencies": { | ||
| 2782 | "define-data-property": "^1.1.4", | ||
| 2783 | "es-errors": "^1.3.0", | ||
| 2784 | "function-bind": "^1.1.2", | ||
| 2785 | "get-intrinsic": "^1.2.4", | ||
| 2786 | "gopd": "^1.0.1", | ||
| 2787 | "has-property-descriptors": "^1.0.2" | ||
| 2788 | }, | ||
| 2789 | "engines": { | ||
| 2790 | "node": ">= 0.4" | ||
| 2791 | } | ||
| 2792 | }, | ||
| 2793 | "node_modules/set-function-name": { | ||
| 2794 | "version": "2.0.2", | ||
| 2795 | "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", | ||
| 2796 | "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", | ||
| 2797 | "dev": true, | ||
| 2798 | "license": "MIT", | ||
| 2799 | "dependencies": { | ||
| 2800 | "define-data-property": "^1.1.4", | ||
| 2801 | "es-errors": "^1.3.0", | ||
| 2802 | "functions-have-names": "^1.2.3", | ||
| 2803 | "has-property-descriptors": "^1.0.2" | ||
| 2804 | }, | ||
| 2805 | "engines": { | ||
| 2806 | "node": ">= 0.4" | ||
| 2807 | } | ||
| 2808 | }, | ||
| 2809 | "node_modules/shebang-command": { | ||
| 2810 | "version": "2.0.0", | ||
| 2811 | "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", | ||
| 2812 | "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", | ||
| 2813 | "dev": true, | ||
| 2814 | "license": "MIT", | ||
| 2815 | "dependencies": { | ||
| 2816 | "shebang-regex": "^3.0.0" | ||
| 2817 | }, | ||
| 2818 | "engines": { | ||
| 2819 | "node": ">=8" | ||
| 2820 | } | ||
| 2821 | }, | ||
| 2822 | "node_modules/shebang-regex": { | ||
| 2823 | "version": "3.0.0", | ||
| 2824 | "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", | ||
| 2825 | "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", | ||
| 2826 | "dev": true, | ||
| 2827 | "license": "MIT", | ||
| 2828 | "engines": { | ||
| 2829 | "node": ">=8" | ||
| 2830 | } | ||
| 2831 | }, | ||
| 2832 | "node_modules/side-channel": { | ||
| 2833 | "version": "1.0.6", | ||
| 2834 | "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", | ||
| 2835 | "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", | ||
| 2836 | "dev": true, | ||
| 2837 | "license": "MIT", | ||
| 2838 | "dependencies": { | ||
| 2839 | "call-bind": "^1.0.7", | ||
| 2840 | "es-errors": "^1.3.0", | ||
| 2841 | "get-intrinsic": "^1.2.4", | ||
| 2842 | "object-inspect": "^1.13.1" | ||
| 2843 | }, | ||
| 2844 | "engines": { | ||
| 2845 | "node": ">= 0.4" | ||
| 2846 | }, | ||
| 2847 | "funding": { | ||
| 2848 | "url": "https://github.com/sponsors/ljharb" | ||
| 2849 | } | ||
| 2850 | }, | ||
| 2851 | "node_modules/string.prototype.matchall": { | ||
| 2852 | "version": "4.0.11", | ||
| 2853 | "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz", | ||
| 2854 | "integrity": "sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==", | ||
| 2855 | "dev": true, | ||
| 2856 | "license": "MIT", | ||
| 2857 | "dependencies": { | ||
| 2858 | "call-bind": "^1.0.7", | ||
| 2859 | "define-properties": "^1.2.1", | ||
| 2860 | "es-abstract": "^1.23.2", | ||
| 2861 | "es-errors": "^1.3.0", | ||
| 2862 | "es-object-atoms": "^1.0.0", | ||
| 2863 | "get-intrinsic": "^1.2.4", | ||
| 2864 | "gopd": "^1.0.1", | ||
| 2865 | "has-symbols": "^1.0.3", | ||
| 2866 | "internal-slot": "^1.0.7", | ||
| 2867 | "regexp.prototype.flags": "^1.5.2", | ||
| 2868 | "set-function-name": "^2.0.2", | ||
| 2869 | "side-channel": "^1.0.6" | ||
| 2870 | }, | ||
| 2871 | "engines": { | ||
| 2872 | "node": ">= 0.4" | ||
| 2873 | }, | ||
| 2874 | "funding": { | ||
| 2875 | "url": "https://github.com/sponsors/ljharb" | ||
| 2876 | } | ||
| 2877 | }, | ||
| 2878 | "node_modules/string.prototype.repeat": { | ||
| 2879 | "version": "1.0.0", | ||
| 2880 | "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz", | ||
| 2881 | "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==", | ||
| 2882 | "dev": true, | ||
| 2883 | "license": "MIT", | ||
| 2884 | "dependencies": { | ||
| 2885 | "define-properties": "^1.1.3", | ||
| 2886 | "es-abstract": "^1.17.5" | ||
| 2887 | } | ||
| 2888 | }, | ||
| 2889 | "node_modules/string.prototype.trim": { | ||
| 2890 | "version": "1.2.9", | ||
| 2891 | "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz", | ||
| 2892 | "integrity": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==", | ||
| 2893 | "dev": true, | ||
| 2894 | "license": "MIT", | ||
| 2895 | "dependencies": { | ||
| 2896 | "call-bind": "^1.0.7", | ||
| 2897 | "define-properties": "^1.2.1", | ||
| 2898 | "es-abstract": "^1.23.0", | ||
| 2899 | "es-object-atoms": "^1.0.0" | ||
| 2900 | }, | ||
| 2901 | "engines": { | ||
| 2902 | "node": ">= 0.4" | ||
| 2903 | }, | ||
| 2904 | "funding": { | ||
| 2905 | "url": "https://github.com/sponsors/ljharb" | ||
| 2906 | } | ||
| 2907 | }, | ||
| 2908 | "node_modules/string.prototype.trimend": { | ||
| 2909 | "version": "1.0.8", | ||
| 2910 | "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz", | ||
| 2911 | "integrity": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==", | ||
| 2912 | "dev": true, | ||
| 2913 | "license": "MIT", | ||
| 2914 | "dependencies": { | ||
| 2915 | "call-bind": "^1.0.7", | ||
| 2916 | "define-properties": "^1.2.1", | ||
| 2917 | "es-object-atoms": "^1.0.0" | ||
| 2918 | }, | ||
| 2919 | "funding": { | ||
| 2920 | "url": "https://github.com/sponsors/ljharb" | ||
| 2921 | } | ||
| 2922 | }, | ||
| 2923 | "node_modules/string.prototype.trimstart": { | ||
| 2924 | "version": "1.0.8", | ||
| 2925 | "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", | ||
| 2926 | "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", | ||
| 2927 | "dev": true, | ||
| 2928 | "license": "MIT", | ||
| 2929 | "dependencies": { | ||
| 2930 | "call-bind": "^1.0.7", | ||
| 2931 | "define-properties": "^1.2.1", | ||
| 2932 | "es-object-atoms": "^1.0.0" | ||
| 2933 | }, | ||
| 2934 | "engines": { | ||
| 2935 | "node": ">= 0.4" | ||
| 2936 | }, | ||
| 2937 | "funding": { | ||
| 2938 | "url": "https://github.com/sponsors/ljharb" | ||
| 2939 | } | ||
| 2940 | }, | ||
| 2941 | "node_modules/strip-json-comments": { | ||
| 2942 | "version": "3.1.1", | ||
| 2943 | "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", | ||
| 2944 | "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", | ||
| 2945 | "dev": true, | ||
| 2946 | "license": "MIT", | ||
| 2947 | "engines": { | ||
| 2948 | "node": ">=8" | ||
| 2949 | }, | ||
| 2950 | "funding": { | ||
| 2951 | "url": "https://github.com/sponsors/sindresorhus" | ||
| 2952 | } | ||
| 2953 | }, | ||
| 2954 | "node_modules/supports-color": { | ||
| 2955 | "version": "7.2.0", | ||
| 2956 | "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", | ||
| 2957 | "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", | ||
| 2958 | "dev": true, | ||
| 2959 | "license": "MIT", | ||
| 2960 | "dependencies": { | ||
| 2961 | "has-flag": "^4.0.0" | ||
| 2962 | }, | ||
| 2963 | "engines": { | ||
| 2964 | "node": ">=8" | ||
| 2965 | } | ||
| 2966 | }, | ||
| 2967 | "node_modules/supports-preserve-symlinks-flag": { | ||
| 2968 | "version": "1.0.0", | ||
| 2969 | "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", | ||
| 2970 | "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", | ||
| 2971 | "dev": true, | ||
| 2972 | "license": "MIT", | ||
| 2973 | "engines": { | ||
| 2974 | "node": ">= 0.4" | ||
| 2975 | }, | ||
| 2976 | "funding": { | ||
| 2977 | "url": "https://github.com/sponsors/ljharb" | ||
| 2978 | } | ||
| 2979 | }, | ||
| 2980 | "node_modules/type-check": { | ||
| 2981 | "version": "0.4.0", | ||
| 2982 | "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", | ||
| 2983 | "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", | ||
| 2984 | "dev": true, | ||
| 2985 | "license": "MIT", | ||
| 2986 | "dependencies": { | ||
| 2987 | "prelude-ls": "^1.2.1" | ||
| 2988 | }, | ||
| 2989 | "engines": { | ||
| 2990 | "node": ">= 0.8.0" | ||
| 2991 | } | ||
| 2992 | }, | ||
| 2993 | "node_modules/typed-array-buffer": { | ||
| 2994 | "version": "1.0.2", | ||
| 2995 | "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz", | ||
| 2996 | "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==", | ||
| 2997 | "dev": true, | ||
| 2998 | "license": "MIT", | ||
| 2999 | "dependencies": { | ||
| 3000 | "call-bind": "^1.0.7", | ||
| 3001 | "es-errors": "^1.3.0", | ||
| 3002 | "is-typed-array": "^1.1.13" | ||
| 3003 | }, | ||
| 3004 | "engines": { | ||
| 3005 | "node": ">= 0.4" | ||
| 3006 | } | ||
| 3007 | }, | ||
| 3008 | "node_modules/typed-array-byte-length": { | ||
| 3009 | "version": "1.0.1", | ||
| 3010 | "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz", | ||
| 3011 | "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==", | ||
| 3012 | "dev": true, | ||
| 3013 | "license": "MIT", | ||
| 3014 | "dependencies": { | ||
| 3015 | "call-bind": "^1.0.7", | ||
| 3016 | "for-each": "^0.3.3", | ||
| 3017 | "gopd": "^1.0.1", | ||
| 3018 | "has-proto": "^1.0.3", | ||
| 3019 | "is-typed-array": "^1.1.13" | ||
| 3020 | }, | ||
| 3021 | "engines": { | ||
| 3022 | "node": ">= 0.4" | ||
| 3023 | }, | ||
| 3024 | "funding": { | ||
| 3025 | "url": "https://github.com/sponsors/ljharb" | ||
| 3026 | } | ||
| 3027 | }, | ||
| 3028 | "node_modules/typed-array-byte-offset": { | ||
| 3029 | "version": "1.0.2", | ||
| 3030 | "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz", | ||
| 3031 | "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==", | ||
| 3032 | "dev": true, | ||
| 3033 | "license": "MIT", | ||
| 3034 | "dependencies": { | ||
| 3035 | "available-typed-arrays": "^1.0.7", | ||
| 3036 | "call-bind": "^1.0.7", | ||
| 3037 | "for-each": "^0.3.3", | ||
| 3038 | "gopd": "^1.0.1", | ||
| 3039 | "has-proto": "^1.0.3", | ||
| 3040 | "is-typed-array": "^1.1.13" | ||
| 3041 | }, | ||
| 3042 | "engines": { | ||
| 3043 | "node": ">= 0.4" | ||
| 3044 | }, | ||
| 3045 | "funding": { | ||
| 3046 | "url": "https://github.com/sponsors/ljharb" | ||
| 3047 | } | ||
| 3048 | }, | ||
| 3049 | "node_modules/typed-array-length": { | ||
| 3050 | "version": "1.0.6", | ||
| 3051 | "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz", | ||
| 3052 | "integrity": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==", | ||
| 3053 | "dev": true, | ||
| 3054 | "license": "MIT", | ||
| 3055 | "dependencies": { | ||
| 3056 | "call-bind": "^1.0.7", | ||
| 3057 | "for-each": "^0.3.3", | ||
| 3058 | "gopd": "^1.0.1", | ||
| 3059 | "has-proto": "^1.0.3", | ||
| 3060 | "is-typed-array": "^1.1.13", | ||
| 3061 | "possible-typed-array-names": "^1.0.0" | ||
| 3062 | }, | ||
| 3063 | "engines": { | ||
| 3064 | "node": ">= 0.4" | ||
| 3065 | }, | ||
| 3066 | "funding": { | ||
| 3067 | "url": "https://github.com/sponsors/ljharb" | ||
| 3068 | } | ||
| 3069 | }, | ||
| 3070 | "node_modules/unbox-primitive": { | ||
| 3071 | "version": "1.0.2", | ||
| 3072 | "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", | ||
| 3073 | "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", | ||
| 3074 | "dev": true, | ||
| 3075 | "license": "MIT", | ||
| 3076 | "dependencies": { | ||
| 3077 | "call-bind": "^1.0.2", | ||
| 3078 | "has-bigints": "^1.0.2", | ||
| 3079 | "has-symbols": "^1.0.3", | ||
| 3080 | "which-boxed-primitive": "^1.0.2" | ||
| 3081 | }, | ||
| 3082 | "funding": { | ||
| 3083 | "url": "https://github.com/sponsors/ljharb" | ||
| 3084 | } | ||
| 3085 | }, | ||
| 3086 | "node_modules/update-browserslist-db": { | ||
| 3087 | "version": "1.1.4", | ||
| 3088 | "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz", | ||
| 3089 | "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==", | ||
| 3090 | "dev": true, | ||
| 3091 | "funding": [ | ||
| 3092 | { | ||
| 3093 | "type": "opencollective", | ||
| 3094 | "url": "https://opencollective.com/browserslist" | ||
| 3095 | }, | ||
| 3096 | { | ||
| 3097 | "type": "tidelift", | ||
| 3098 | "url": "https://tidelift.com/funding/github/npm/browserslist" | ||
| 3099 | }, | ||
| 3100 | { | ||
| 3101 | "type": "github", | ||
| 3102 | "url": "https://github.com/sponsors/ai" | ||
| 3103 | } | ||
| 3104 | ], | ||
| 3105 | "license": "MIT", | ||
| 3106 | "dependencies": { | ||
| 3107 | "escalade": "^3.2.0", | ||
| 3108 | "picocolors": "^1.1.1" | ||
| 3109 | }, | ||
| 3110 | "bin": { | ||
| 3111 | "update-browserslist-db": "cli.js" | ||
| 3112 | }, | ||
| 3113 | "peerDependencies": { | ||
| 3114 | "browserslist": ">= 4.21.0" | ||
| 3115 | } | ||
| 3116 | }, | ||
| 3117 | "node_modules/uri-js": { | ||
| 3118 | "version": "4.4.1", | ||
| 3119 | "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", | ||
| 3120 | "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", | ||
| 3121 | "dev": true, | ||
| 3122 | "license": "BSD-2-Clause", | ||
| 3123 | "dependencies": { | ||
| 3124 | "punycode": "^2.1.0" | ||
| 3125 | } | ||
| 3126 | }, | ||
| 3127 | "node_modules/which": { | ||
| 3128 | "version": "2.0.2", | ||
| 3129 | "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", | ||
| 3130 | "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", | ||
| 3131 | "dev": true, | ||
| 3132 | "license": "ISC", | ||
| 3133 | "dependencies": { | ||
| 3134 | "isexe": "^2.0.0" | ||
| 3135 | }, | ||
| 3136 | "bin": { | ||
| 3137 | "node-which": "bin/node-which" | ||
| 3138 | }, | ||
| 3139 | "engines": { | ||
| 3140 | "node": ">= 8" | ||
| 3141 | } | ||
| 3142 | }, | ||
| 3143 | "node_modules/which-boxed-primitive": { | ||
| 3144 | "version": "1.0.2", | ||
| 3145 | "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", | ||
| 3146 | "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", | ||
| 3147 | "dev": true, | ||
| 3148 | "license": "MIT", | ||
| 3149 | "dependencies": { | ||
| 3150 | "is-bigint": "^1.0.1", | ||
| 3151 | "is-boolean-object": "^1.1.0", | ||
| 3152 | "is-number-object": "^1.0.4", | ||
| 3153 | "is-string": "^1.0.5", | ||
| 3154 | "is-symbol": "^1.0.3" | ||
| 3155 | }, | ||
| 3156 | "funding": { | ||
| 3157 | "url": "https://github.com/sponsors/ljharb" | ||
| 3158 | } | ||
| 3159 | }, | ||
| 3160 | "node_modules/which-builtin-type": { | ||
| 3161 | "version": "1.1.3", | ||
| 3162 | "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz", | ||
| 3163 | "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==", | ||
| 3164 | "dev": true, | ||
| 3165 | "license": "MIT", | ||
| 3166 | "dependencies": { | ||
| 3167 | "function.prototype.name": "^1.1.5", | ||
| 3168 | "has-tostringtag": "^1.0.0", | ||
| 3169 | "is-async-function": "^2.0.0", | ||
| 3170 | "is-date-object": "^1.0.5", | ||
| 3171 | "is-finalizationregistry": "^1.0.2", | ||
| 3172 | "is-generator-function": "^1.0.10", | ||
| 3173 | "is-regex": "^1.1.4", | ||
| 3174 | "is-weakref": "^1.0.2", | ||
| 3175 | "isarray": "^2.0.5", | ||
| 3176 | "which-boxed-primitive": "^1.0.2", | ||
| 3177 | "which-collection": "^1.0.1", | ||
| 3178 | "which-typed-array": "^1.1.9" | ||
| 3179 | }, | ||
| 3180 | "engines": { | ||
| 3181 | "node": ">= 0.4" | ||
| 3182 | }, | ||
| 3183 | "funding": { | ||
| 3184 | "url": "https://github.com/sponsors/ljharb" | ||
| 3185 | } | ||
| 3186 | }, | ||
| 3187 | "node_modules/which-collection": { | ||
| 3188 | "version": "1.0.1", | ||
| 3189 | "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz", | ||
| 3190 | "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==", | ||
| 3191 | "dev": true, | ||
| 3192 | "license": "MIT", | ||
| 3193 | "dependencies": { | ||
| 3194 | "is-map": "^2.0.1", | ||
| 3195 | "is-set": "^2.0.1", | ||
| 3196 | "is-weakmap": "^2.0.1", | ||
| 3197 | "is-weakset": "^2.0.1" | ||
| 3198 | }, | ||
| 3199 | "funding": { | ||
| 3200 | "url": "https://github.com/sponsors/ljharb" | ||
| 3201 | } | ||
| 3202 | }, | ||
| 3203 | "node_modules/which-typed-array": { | ||
| 3204 | "version": "1.1.15", | ||
| 3205 | "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz", | ||
| 3206 | "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==", | ||
| 3207 | "dev": true, | ||
| 3208 | "license": "MIT", | ||
| 3209 | "dependencies": { | ||
| 3210 | "available-typed-arrays": "^1.0.7", | ||
| 3211 | "call-bind": "^1.0.7", | ||
| 3212 | "for-each": "^0.3.3", | ||
| 3213 | "gopd": "^1.0.1", | ||
| 3214 | "has-tostringtag": "^1.0.2" | ||
| 3215 | }, | ||
| 3216 | "engines": { | ||
| 3217 | "node": ">= 0.4" | ||
| 3218 | }, | ||
| 3219 | "funding": { | ||
| 3220 | "url": "https://github.com/sponsors/ljharb" | ||
| 3221 | } | ||
| 3222 | }, | ||
| 3223 | "node_modules/yallist": { | ||
| 3224 | "version": "3.1.1", | ||
| 3225 | "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", | ||
| 3226 | "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", | ||
| 3227 | "dev": true, | ||
| 3228 | "license": "ISC" | ||
| 3229 | }, | ||
| 3230 | "node_modules/yocto-queue": { | ||
| 3231 | "version": "0.1.0", | ||
| 3232 | "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", | ||
| 3233 | "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", | ||
| 3234 | "dev": true, | ||
| 3235 | "license": "MIT", | ||
| 3236 | "engines": { | ||
| 3237 | "node": ">=10" | ||
| 3238 | }, | ||
| 3239 | "funding": { | ||
| 3240 | "url": "https://github.com/sponsors/sindresorhus" | ||
| 3241 | } | ||
| 3242 | }, | ||
| 3243 | "node_modules/zod": { | ||
| 3244 | "version": "4.1.12", | ||
| 3245 | "resolved": "https://registry.npmjs.org/zod/-/zod-4.1.12.tgz", | ||
| 3246 | "integrity": "sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==", | ||
| 3247 | "dev": true, | ||
| 3248 | "license": "MIT", | ||
| 3249 | "funding": { | ||
| 3250 | "url": "https://github.com/sponsors/colinhacks" | ||
| 3251 | } | ||
| 3252 | }, | ||
| 3253 | "node_modules/zod-validation-error": { | ||
| 3254 | "version": "4.0.2", | ||
| 3255 | "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-4.0.2.tgz", | ||
| 3256 | "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==", | ||
| 3257 | "dev": true, | ||
| 3258 | "license": "MIT", | ||
| 3259 | "engines": { | ||
| 3260 | "node": ">=18.0.0" | ||
| 3261 | }, | ||
| 3262 | "peerDependencies": { | ||
| 3263 | "zod": "^3.25.0 || ^4.0.0" | ||
| 3264 | } | ||
| 3265 | } | ||
| 3266 | } | ||
| 3267 | } | ||
