| 1 | {
|
|---|
| 2 | "name": "nutritioneer-frontend",
|
|---|
| 3 | "version": "0.1.0",
|
|---|
| 4 | "lockfileVersion": 3,
|
|---|
| 5 | "requires": true,
|
|---|
| 6 | "packages": {
|
|---|
| 7 | "": {
|
|---|
| 8 | "name": "nutritioneer-frontend",
|
|---|
| 9 | "version": "0.1.0",
|
|---|
| 10 | "dependencies": {
|
|---|
| 11 | "react": "^18.3.1",
|
|---|
| 12 | "react-dom": "^18.3.1"
|
|---|
| 13 | },
|
|---|
| 14 | "devDependencies": {
|
|---|
| 15 | "@vitejs/plugin-react": "^4.3.4",
|
|---|
| 16 | "vite": "^6.0.7"
|
|---|
| 17 | }
|
|---|
| 18 | },
|
|---|
| 19 | "node_modules/@babel/code-frame": {
|
|---|
| 20 | "version": "7.29.7",
|
|---|
| 21 | "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
|
|---|
| 22 | "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
|
|---|
| 23 | "dev": true,
|
|---|
| 24 | "license": "MIT",
|
|---|
| 25 | "dependencies": {
|
|---|
| 26 | "@babel/helper-validator-identifier": "^7.29.7",
|
|---|
| 27 | "js-tokens": "^4.0.0",
|
|---|
| 28 | "picocolors": "^1.1.1"
|
|---|
| 29 | },
|
|---|
| 30 | "engines": {
|
|---|
| 31 | "node": ">=6.9.0"
|
|---|
| 32 | }
|
|---|
| 33 | },
|
|---|
| 34 | "node_modules/@babel/compat-data": {
|
|---|
| 35 | "version": "7.29.7",
|
|---|
| 36 | "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz",
|
|---|
| 37 | "integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
|
|---|
| 38 | "dev": true,
|
|---|
| 39 | "license": "MIT",
|
|---|
| 40 | "engines": {
|
|---|
| 41 | "node": ">=6.9.0"
|
|---|
| 42 | }
|
|---|
| 43 | },
|
|---|
| 44 | "node_modules/@babel/core": {
|
|---|
| 45 | "version": "7.29.7",
|
|---|
| 46 | "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz",
|
|---|
| 47 | "integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
|
|---|
| 48 | "dev": true,
|
|---|
| 49 | "license": "MIT",
|
|---|
| 50 | "dependencies": {
|
|---|
| 51 | "@babel/code-frame": "^7.29.7",
|
|---|
| 52 | "@babel/generator": "^7.29.7",
|
|---|
| 53 | "@babel/helper-compilation-targets": "^7.29.7",
|
|---|
| 54 | "@babel/helper-module-transforms": "^7.29.7",
|
|---|
| 55 | "@babel/helpers": "^7.29.7",
|
|---|
| 56 | "@babel/parser": "^7.29.7",
|
|---|
| 57 | "@babel/template": "^7.29.7",
|
|---|
| 58 | "@babel/traverse": "^7.29.7",
|
|---|
| 59 | "@babel/types": "^7.29.7",
|
|---|
| 60 | "@jridgewell/remapping": "^2.3.5",
|
|---|
| 61 | "convert-source-map": "^2.0.0",
|
|---|
| 62 | "debug": "^4.1.0",
|
|---|
| 63 | "gensync": "^1.0.0-beta.2",
|
|---|
| 64 | "json5": "^2.2.3",
|
|---|
| 65 | "semver": "^6.3.1"
|
|---|
| 66 | },
|
|---|
| 67 | "engines": {
|
|---|
| 68 | "node": ">=6.9.0"
|
|---|
| 69 | },
|
|---|
| 70 | "funding": {
|
|---|
| 71 | "type": "opencollective",
|
|---|
| 72 | "url": "https://opencollective.com/babel"
|
|---|
| 73 | }
|
|---|
| 74 | },
|
|---|
| 75 | "node_modules/@babel/generator": {
|
|---|
| 76 | "version": "7.29.8",
|
|---|
| 77 | "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.8.tgz",
|
|---|
| 78 | "integrity": "sha512-gZbepsdh3WDtgZKWL+vTPh71LSBrm/Y4/QDZBVCcYfmeTEEuoOYwlSy+G1StfJg+/Zy550u/3TATbm7qDbbMtg==",
|
|---|
| 79 | "dev": true,
|
|---|
| 80 | "license": "MIT",
|
|---|
| 81 | "dependencies": {
|
|---|
| 82 | "@babel/parser": "^7.29.8",
|
|---|
| 83 | "@babel/types": "^7.29.8",
|
|---|
| 84 | "@jridgewell/gen-mapping": "^0.3.12",
|
|---|
| 85 | "@jridgewell/trace-mapping": "^0.3.28",
|
|---|
| 86 | "jsesc": "^3.0.2"
|
|---|
| 87 | },
|
|---|
| 88 | "engines": {
|
|---|
| 89 | "node": ">=6.9.0"
|
|---|
| 90 | }
|
|---|
| 91 | },
|
|---|
| 92 | "node_modules/@babel/helper-compilation-targets": {
|
|---|
| 93 | "version": "7.29.7",
|
|---|
| 94 | "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
|
|---|
| 95 | "integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
|
|---|
| 96 | "dev": true,
|
|---|
| 97 | "license": "MIT",
|
|---|
| 98 | "dependencies": {
|
|---|
| 99 | "@babel/compat-data": "^7.29.7",
|
|---|
| 100 | "@babel/helper-validator-option": "^7.29.7",
|
|---|
| 101 | "browserslist": "^4.24.0",
|
|---|
| 102 | "lru-cache": "^5.1.1",
|
|---|
| 103 | "semver": "^6.3.1"
|
|---|
| 104 | },
|
|---|
| 105 | "engines": {
|
|---|
| 106 | "node": ">=6.9.0"
|
|---|
| 107 | }
|
|---|
| 108 | },
|
|---|
| 109 | "node_modules/@babel/helper-globals": {
|
|---|
| 110 | "version": "7.29.7",
|
|---|
| 111 | "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
|
|---|
| 112 | "integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",
|
|---|
| 113 | "dev": true,
|
|---|
| 114 | "license": "MIT",
|
|---|
| 115 | "engines": {
|
|---|
| 116 | "node": ">=6.9.0"
|
|---|
| 117 | }
|
|---|
| 118 | },
|
|---|
| 119 | "node_modules/@babel/helper-module-imports": {
|
|---|
| 120 | "version": "7.29.7",
|
|---|
| 121 | "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
|
|---|
| 122 | "integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
|
|---|
| 123 | "dev": true,
|
|---|
| 124 | "license": "MIT",
|
|---|
| 125 | "dependencies": {
|
|---|
| 126 | "@babel/traverse": "^7.29.7",
|
|---|
| 127 | "@babel/types": "^7.29.7"
|
|---|
| 128 | },
|
|---|
| 129 | "engines": {
|
|---|
| 130 | "node": ">=6.9.0"
|
|---|
| 131 | }
|
|---|
| 132 | },
|
|---|
| 133 | "node_modules/@babel/helper-module-transforms": {
|
|---|
| 134 | "version": "7.29.7",
|
|---|
| 135 | "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
|
|---|
| 136 | "integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
|
|---|
| 137 | "dev": true,
|
|---|
| 138 | "license": "MIT",
|
|---|
| 139 | "dependencies": {
|
|---|
| 140 | "@babel/helper-module-imports": "^7.29.7",
|
|---|
| 141 | "@babel/helper-validator-identifier": "^7.29.7",
|
|---|
| 142 | "@babel/traverse": "^7.29.7"
|
|---|
| 143 | },
|
|---|
| 144 | "engines": {
|
|---|
| 145 | "node": ">=6.9.0"
|
|---|
| 146 | },
|
|---|
| 147 | "peerDependencies": {
|
|---|
| 148 | "@babel/core": "^7.0.0"
|
|---|
| 149 | }
|
|---|
| 150 | },
|
|---|
| 151 | "node_modules/@babel/helper-plugin-utils": {
|
|---|
| 152 | "version": "7.29.7",
|
|---|
| 153 | "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.29.7.tgz",
|
|---|
| 154 | "integrity": "sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==",
|
|---|
| 155 | "dev": true,
|
|---|
| 156 | "license": "MIT",
|
|---|
| 157 | "engines": {
|
|---|
| 158 | "node": ">=6.9.0"
|
|---|
| 159 | }
|
|---|
| 160 | },
|
|---|
| 161 | "node_modules/@babel/helper-string-parser": {
|
|---|
| 162 | "version": "7.29.7",
|
|---|
| 163 | "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
|
|---|
| 164 | "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
|
|---|
| 165 | "dev": true,
|
|---|
| 166 | "license": "MIT",
|
|---|
| 167 | "engines": {
|
|---|
| 168 | "node": ">=6.9.0"
|
|---|
| 169 | }
|
|---|
| 170 | },
|
|---|
| 171 | "node_modules/@babel/helper-validator-identifier": {
|
|---|
| 172 | "version": "7.29.7",
|
|---|
| 173 | "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|---|
| 174 | "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|---|
| 175 | "dev": true,
|
|---|
| 176 | "license": "MIT",
|
|---|
| 177 | "engines": {
|
|---|
| 178 | "node": ">=6.9.0"
|
|---|
| 179 | }
|
|---|
| 180 | },
|
|---|
| 181 | "node_modules/@babel/helper-validator-option": {
|
|---|
| 182 | "version": "7.29.7",
|
|---|
| 183 | "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
|
|---|
| 184 | "integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
|
|---|
| 185 | "dev": true,
|
|---|
| 186 | "license": "MIT",
|
|---|
| 187 | "engines": {
|
|---|
| 188 | "node": ">=6.9.0"
|
|---|
| 189 | }
|
|---|
| 190 | },
|
|---|
| 191 | "node_modules/@babel/helpers": {
|
|---|
| 192 | "version": "7.29.7",
|
|---|
| 193 | "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz",
|
|---|
| 194 | "integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
|
|---|
| 195 | "dev": true,
|
|---|
| 196 | "license": "MIT",
|
|---|
| 197 | "dependencies": {
|
|---|
| 198 | "@babel/template": "^7.29.7",
|
|---|
| 199 | "@babel/types": "^7.29.7"
|
|---|
| 200 | },
|
|---|
| 201 | "engines": {
|
|---|
| 202 | "node": ">=6.9.0"
|
|---|
| 203 | }
|
|---|
| 204 | },
|
|---|
| 205 | "node_modules/@babel/parser": {
|
|---|
| 206 | "version": "7.29.8",
|
|---|
| 207 | "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.8.tgz",
|
|---|
| 208 | "integrity": "sha512-E8lTAYNB1KW+FH+VGJuZM1ioAx2E6oVlvQFRrf5P8ZZmsiJXYAD9vTFV7yyEURNzgh1dFqMZuO6tUwcARbqFCA==",
|
|---|
| 209 | "dev": true,
|
|---|
| 210 | "license": "MIT",
|
|---|
| 211 | "dependencies": {
|
|---|
| 212 | "@babel/types": "^7.29.8"
|
|---|
| 213 | },
|
|---|
| 214 | "bin": {
|
|---|
| 215 | "parser": "bin/babel-parser.js"
|
|---|
| 216 | },
|
|---|
| 217 | "engines": {
|
|---|
| 218 | "node": ">=6.0.0"
|
|---|
| 219 | }
|
|---|
| 220 | },
|
|---|
| 221 | "node_modules/@babel/plugin-transform-react-jsx-self": {
|
|---|
| 222 | "version": "7.29.7",
|
|---|
| 223 | "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.29.7.tgz",
|
|---|
| 224 | "integrity": "sha512-TL0hMc9xzy86VD31nUiwzd5otRAcyEPcsegCxolO0PvcXuH1v0kECe/UIznYFihpkvU5wg/jk4v0TTEFfm53fw==",
|
|---|
| 225 | "dev": true,
|
|---|
| 226 | "license": "MIT",
|
|---|
| 227 | "dependencies": {
|
|---|
| 228 | "@babel/helper-plugin-utils": "^7.29.7"
|
|---|
| 229 | },
|
|---|
| 230 | "engines": {
|
|---|
| 231 | "node": ">=6.9.0"
|
|---|
| 232 | },
|
|---|
| 233 | "peerDependencies": {
|
|---|
| 234 | "@babel/core": "^7.0.0-0"
|
|---|
| 235 | }
|
|---|
| 236 | },
|
|---|
| 237 | "node_modules/@babel/plugin-transform-react-jsx-source": {
|
|---|
| 238 | "version": "7.29.7",
|
|---|
| 239 | "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.29.7.tgz",
|
|---|
| 240 | "integrity": "sha512-06IyK09H3wi4cGbhDBwp5gUGo0IKtnYa8tyTiephirPCK6fbobVGiXMMI5zLQ4aKEYP3wZ3ArU44o+8KMrSG/Q==",
|
|---|
| 241 | "dev": true,
|
|---|
| 242 | "license": "MIT",
|
|---|
| 243 | "dependencies": {
|
|---|
| 244 | "@babel/helper-plugin-utils": "^7.29.7"
|
|---|
| 245 | },
|
|---|
| 246 | "engines": {
|
|---|
| 247 | "node": ">=6.9.0"
|
|---|
| 248 | },
|
|---|
| 249 | "peerDependencies": {
|
|---|
| 250 | "@babel/core": "^7.0.0-0"
|
|---|
| 251 | }
|
|---|
| 252 | },
|
|---|
| 253 | "node_modules/@babel/template": {
|
|---|
| 254 | "version": "7.29.7",
|
|---|
| 255 | "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz",
|
|---|
| 256 | "integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",
|
|---|
| 257 | "dev": true,
|
|---|
| 258 | "license": "MIT",
|
|---|
| 259 | "dependencies": {
|
|---|
| 260 | "@babel/code-frame": "^7.29.7",
|
|---|
| 261 | "@babel/parser": "^7.29.7",
|
|---|
| 262 | "@babel/types": "^7.29.7"
|
|---|
| 263 | },
|
|---|
| 264 | "engines": {
|
|---|
| 265 | "node": ">=6.9.0"
|
|---|
| 266 | }
|
|---|
| 267 | },
|
|---|
| 268 | "node_modules/@babel/traverse": {
|
|---|
| 269 | "version": "7.29.8",
|
|---|
| 270 | "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.8.tgz",
|
|---|
| 271 | "integrity": "sha512-I5z7H3bf/41ktsNVLtpN0wAa336HkqIHQ5BuPLEhTkt1jVSyZpeNKIzTgEWmlxjdg81R0IgUCcaE+Ok3NvrfZg==",
|
|---|
| 272 | "dev": true,
|
|---|
| 273 | "license": "MIT",
|
|---|
| 274 | "dependencies": {
|
|---|
| 275 | "@babel/code-frame": "^7.29.7",
|
|---|
| 276 | "@babel/generator": "^7.29.8",
|
|---|
| 277 | "@babel/helper-globals": "^7.29.7",
|
|---|
| 278 | "@babel/parser": "^7.29.8",
|
|---|
| 279 | "@babel/template": "^7.29.7",
|
|---|
| 280 | "@babel/types": "^7.29.8",
|
|---|
| 281 | "debug": "^4.3.1"
|
|---|
| 282 | },
|
|---|
| 283 | "engines": {
|
|---|
| 284 | "node": ">=6.9.0"
|
|---|
| 285 | }
|
|---|
| 286 | },
|
|---|
| 287 | "node_modules/@babel/types": {
|
|---|
| 288 | "version": "7.29.8",
|
|---|
| 289 | "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.8.tgz",
|
|---|
| 290 | "integrity": "sha512-Vj1jF3cPfxg7OAfoI7QnVKLoILlm2JF9pnVHrX8qx7AHMiYWT+NDAA7jChlNgRS4WTLc/fD1lXLmPixluj+3Gg==",
|
|---|
| 291 | "dev": true,
|
|---|
| 292 | "license": "MIT",
|
|---|
| 293 | "dependencies": {
|
|---|
| 294 | "@babel/helper-string-parser": "^7.29.7",
|
|---|
| 295 | "@babel/helper-validator-identifier": "^7.29.7"
|
|---|
| 296 | },
|
|---|
| 297 | "engines": {
|
|---|
| 298 | "node": ">=6.9.0"
|
|---|
| 299 | }
|
|---|
| 300 | },
|
|---|
| 301 | "node_modules/@esbuild/aix-ppc64": {
|
|---|
| 302 | "version": "0.25.12",
|
|---|
| 303 | "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
|
|---|
| 304 | "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
|
|---|
| 305 | "cpu": [
|
|---|
| 306 | "ppc64"
|
|---|
| 307 | ],
|
|---|
| 308 | "dev": true,
|
|---|
| 309 | "license": "MIT",
|
|---|
| 310 | "optional": true,
|
|---|
| 311 | "os": [
|
|---|
| 312 | "aix"
|
|---|
| 313 | ],
|
|---|
| 314 | "engines": {
|
|---|
| 315 | "node": ">=18"
|
|---|
| 316 | }
|
|---|
| 317 | },
|
|---|
| 318 | "node_modules/@esbuild/android-arm": {
|
|---|
| 319 | "version": "0.25.12",
|
|---|
| 320 | "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
|
|---|
| 321 | "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
|
|---|
| 322 | "cpu": [
|
|---|
| 323 | "arm"
|
|---|
| 324 | ],
|
|---|
| 325 | "dev": true,
|
|---|
| 326 | "license": "MIT",
|
|---|
| 327 | "optional": true,
|
|---|
| 328 | "os": [
|
|---|
| 329 | "android"
|
|---|
| 330 | ],
|
|---|
| 331 | "engines": {
|
|---|
| 332 | "node": ">=18"
|
|---|
| 333 | }
|
|---|
| 334 | },
|
|---|
| 335 | "node_modules/@esbuild/android-arm64": {
|
|---|
| 336 | "version": "0.25.12",
|
|---|
| 337 | "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
|
|---|
| 338 | "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
|
|---|
| 339 | "cpu": [
|
|---|
| 340 | "arm64"
|
|---|
| 341 | ],
|
|---|
| 342 | "dev": true,
|
|---|
| 343 | "license": "MIT",
|
|---|
| 344 | "optional": true,
|
|---|
| 345 | "os": [
|
|---|
| 346 | "android"
|
|---|
| 347 | ],
|
|---|
| 348 | "engines": {
|
|---|
| 349 | "node": ">=18"
|
|---|
| 350 | }
|
|---|
| 351 | },
|
|---|
| 352 | "node_modules/@esbuild/android-x64": {
|
|---|
| 353 | "version": "0.25.12",
|
|---|
| 354 | "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
|
|---|
| 355 | "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
|
|---|
| 356 | "cpu": [
|
|---|
| 357 | "x64"
|
|---|
| 358 | ],
|
|---|
| 359 | "dev": true,
|
|---|
| 360 | "license": "MIT",
|
|---|
| 361 | "optional": true,
|
|---|
| 362 | "os": [
|
|---|
| 363 | "android"
|
|---|
| 364 | ],
|
|---|
| 365 | "engines": {
|
|---|
| 366 | "node": ">=18"
|
|---|
| 367 | }
|
|---|
| 368 | },
|
|---|
| 369 | "node_modules/@esbuild/darwin-arm64": {
|
|---|
| 370 | "version": "0.25.12",
|
|---|
| 371 | "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
|
|---|
| 372 | "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
|
|---|
| 373 | "cpu": [
|
|---|
| 374 | "arm64"
|
|---|
| 375 | ],
|
|---|
| 376 | "dev": true,
|
|---|
| 377 | "license": "MIT",
|
|---|
| 378 | "optional": true,
|
|---|
| 379 | "os": [
|
|---|
| 380 | "darwin"
|
|---|
| 381 | ],
|
|---|
| 382 | "engines": {
|
|---|
| 383 | "node": ">=18"
|
|---|
| 384 | }
|
|---|
| 385 | },
|
|---|
| 386 | "node_modules/@esbuild/darwin-x64": {
|
|---|
| 387 | "version": "0.25.12",
|
|---|
| 388 | "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
|
|---|
| 389 | "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
|
|---|
| 390 | "cpu": [
|
|---|
| 391 | "x64"
|
|---|
| 392 | ],
|
|---|
| 393 | "dev": true,
|
|---|
| 394 | "license": "MIT",
|
|---|
| 395 | "optional": true,
|
|---|
| 396 | "os": [
|
|---|
| 397 | "darwin"
|
|---|
| 398 | ],
|
|---|
| 399 | "engines": {
|
|---|
| 400 | "node": ">=18"
|
|---|
| 401 | }
|
|---|
| 402 | },
|
|---|
| 403 | "node_modules/@esbuild/freebsd-arm64": {
|
|---|
| 404 | "version": "0.25.12",
|
|---|
| 405 | "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
|
|---|
| 406 | "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
|
|---|
| 407 | "cpu": [
|
|---|
| 408 | "arm64"
|
|---|
| 409 | ],
|
|---|
| 410 | "dev": true,
|
|---|
| 411 | "license": "MIT",
|
|---|
| 412 | "optional": true,
|
|---|
| 413 | "os": [
|
|---|
| 414 | "freebsd"
|
|---|
| 415 | ],
|
|---|
| 416 | "engines": {
|
|---|
| 417 | "node": ">=18"
|
|---|
| 418 | }
|
|---|
| 419 | },
|
|---|
| 420 | "node_modules/@esbuild/freebsd-x64": {
|
|---|
| 421 | "version": "0.25.12",
|
|---|
| 422 | "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
|
|---|
| 423 | "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
|
|---|
| 424 | "cpu": [
|
|---|
| 425 | "x64"
|
|---|
| 426 | ],
|
|---|
| 427 | "dev": true,
|
|---|
| 428 | "license": "MIT",
|
|---|
| 429 | "optional": true,
|
|---|
| 430 | "os": [
|
|---|
| 431 | "freebsd"
|
|---|
| 432 | ],
|
|---|
| 433 | "engines": {
|
|---|
| 434 | "node": ">=18"
|
|---|
| 435 | }
|
|---|
| 436 | },
|
|---|
| 437 | "node_modules/@esbuild/linux-arm": {
|
|---|
| 438 | "version": "0.25.12",
|
|---|
| 439 | "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
|
|---|
| 440 | "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
|
|---|
| 441 | "cpu": [
|
|---|
| 442 | "arm"
|
|---|
| 443 | ],
|
|---|
| 444 | "dev": true,
|
|---|
| 445 | "license": "MIT",
|
|---|
| 446 | "optional": true,
|
|---|
| 447 | "os": [
|
|---|
| 448 | "linux"
|
|---|
| 449 | ],
|
|---|
| 450 | "engines": {
|
|---|
| 451 | "node": ">=18"
|
|---|
| 452 | }
|
|---|
| 453 | },
|
|---|
| 454 | "node_modules/@esbuild/linux-arm64": {
|
|---|
| 455 | "version": "0.25.12",
|
|---|
| 456 | "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
|
|---|
| 457 | "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
|
|---|
| 458 | "cpu": [
|
|---|
| 459 | "arm64"
|
|---|
| 460 | ],
|
|---|
| 461 | "dev": true,
|
|---|
| 462 | "license": "MIT",
|
|---|
| 463 | "optional": true,
|
|---|
| 464 | "os": [
|
|---|
| 465 | "linux"
|
|---|
| 466 | ],
|
|---|
| 467 | "engines": {
|
|---|
| 468 | "node": ">=18"
|
|---|
| 469 | }
|
|---|
| 470 | },
|
|---|
| 471 | "node_modules/@esbuild/linux-ia32": {
|
|---|
| 472 | "version": "0.25.12",
|
|---|
| 473 | "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
|
|---|
| 474 | "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
|
|---|
| 475 | "cpu": [
|
|---|
| 476 | "ia32"
|
|---|
| 477 | ],
|
|---|
| 478 | "dev": true,
|
|---|
| 479 | "license": "MIT",
|
|---|
| 480 | "optional": true,
|
|---|
| 481 | "os": [
|
|---|
| 482 | "linux"
|
|---|
| 483 | ],
|
|---|
| 484 | "engines": {
|
|---|
| 485 | "node": ">=18"
|
|---|
| 486 | }
|
|---|
| 487 | },
|
|---|
| 488 | "node_modules/@esbuild/linux-loong64": {
|
|---|
| 489 | "version": "0.25.12",
|
|---|
| 490 | "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
|
|---|
| 491 | "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
|
|---|
| 492 | "cpu": [
|
|---|
| 493 | "loong64"
|
|---|
| 494 | ],
|
|---|
| 495 | "dev": true,
|
|---|
| 496 | "license": "MIT",
|
|---|
| 497 | "optional": true,
|
|---|
| 498 | "os": [
|
|---|
| 499 | "linux"
|
|---|
| 500 | ],
|
|---|
| 501 | "engines": {
|
|---|
| 502 | "node": ">=18"
|
|---|
| 503 | }
|
|---|
| 504 | },
|
|---|
| 505 | "node_modules/@esbuild/linux-mips64el": {
|
|---|
| 506 | "version": "0.25.12",
|
|---|
| 507 | "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
|
|---|
| 508 | "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
|
|---|
| 509 | "cpu": [
|
|---|
| 510 | "mips64el"
|
|---|
| 511 | ],
|
|---|
| 512 | "dev": true,
|
|---|
| 513 | "license": "MIT",
|
|---|
| 514 | "optional": true,
|
|---|
| 515 | "os": [
|
|---|
| 516 | "linux"
|
|---|
| 517 | ],
|
|---|
| 518 | "engines": {
|
|---|
| 519 | "node": ">=18"
|
|---|
| 520 | }
|
|---|
| 521 | },
|
|---|
| 522 | "node_modules/@esbuild/linux-ppc64": {
|
|---|
| 523 | "version": "0.25.12",
|
|---|
| 524 | "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
|
|---|
| 525 | "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
|
|---|
| 526 | "cpu": [
|
|---|
| 527 | "ppc64"
|
|---|
| 528 | ],
|
|---|
| 529 | "dev": true,
|
|---|
| 530 | "license": "MIT",
|
|---|
| 531 | "optional": true,
|
|---|
| 532 | "os": [
|
|---|
| 533 | "linux"
|
|---|
| 534 | ],
|
|---|
| 535 | "engines": {
|
|---|
| 536 | "node": ">=18"
|
|---|
| 537 | }
|
|---|
| 538 | },
|
|---|
| 539 | "node_modules/@esbuild/linux-riscv64": {
|
|---|
| 540 | "version": "0.25.12",
|
|---|
| 541 | "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
|
|---|
| 542 | "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
|
|---|
| 543 | "cpu": [
|
|---|
| 544 | "riscv64"
|
|---|
| 545 | ],
|
|---|
| 546 | "dev": true,
|
|---|
| 547 | "license": "MIT",
|
|---|
| 548 | "optional": true,
|
|---|
| 549 | "os": [
|
|---|
| 550 | "linux"
|
|---|
| 551 | ],
|
|---|
| 552 | "engines": {
|
|---|
| 553 | "node": ">=18"
|
|---|
| 554 | }
|
|---|
| 555 | },
|
|---|
| 556 | "node_modules/@esbuild/linux-s390x": {
|
|---|
| 557 | "version": "0.25.12",
|
|---|
| 558 | "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
|
|---|
| 559 | "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
|
|---|
| 560 | "cpu": [
|
|---|
| 561 | "s390x"
|
|---|
| 562 | ],
|
|---|
| 563 | "dev": true,
|
|---|
| 564 | "license": "MIT",
|
|---|
| 565 | "optional": true,
|
|---|
| 566 | "os": [
|
|---|
| 567 | "linux"
|
|---|
| 568 | ],
|
|---|
| 569 | "engines": {
|
|---|
| 570 | "node": ">=18"
|
|---|
| 571 | }
|
|---|
| 572 | },
|
|---|
| 573 | "node_modules/@esbuild/linux-x64": {
|
|---|
| 574 | "version": "0.25.12",
|
|---|
| 575 | "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
|
|---|
| 576 | "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
|
|---|
| 577 | "cpu": [
|
|---|
| 578 | "x64"
|
|---|
| 579 | ],
|
|---|
| 580 | "dev": true,
|
|---|
| 581 | "license": "MIT",
|
|---|
| 582 | "optional": true,
|
|---|
| 583 | "os": [
|
|---|
| 584 | "linux"
|
|---|
| 585 | ],
|
|---|
| 586 | "engines": {
|
|---|
| 587 | "node": ">=18"
|
|---|
| 588 | }
|
|---|
| 589 | },
|
|---|
| 590 | "node_modules/@esbuild/netbsd-arm64": {
|
|---|
| 591 | "version": "0.25.12",
|
|---|
| 592 | "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
|
|---|
| 593 | "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
|
|---|
| 594 | "cpu": [
|
|---|
| 595 | "arm64"
|
|---|
| 596 | ],
|
|---|
| 597 | "dev": true,
|
|---|
| 598 | "license": "MIT",
|
|---|
| 599 | "optional": true,
|
|---|
| 600 | "os": [
|
|---|
| 601 | "netbsd"
|
|---|
| 602 | ],
|
|---|
| 603 | "engines": {
|
|---|
| 604 | "node": ">=18"
|
|---|
| 605 | }
|
|---|
| 606 | },
|
|---|
| 607 | "node_modules/@esbuild/netbsd-x64": {
|
|---|
| 608 | "version": "0.25.12",
|
|---|
| 609 | "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
|
|---|
| 610 | "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
|
|---|
| 611 | "cpu": [
|
|---|
| 612 | "x64"
|
|---|
| 613 | ],
|
|---|
| 614 | "dev": true,
|
|---|
| 615 | "license": "MIT",
|
|---|
| 616 | "optional": true,
|
|---|
| 617 | "os": [
|
|---|
| 618 | "netbsd"
|
|---|
| 619 | ],
|
|---|
| 620 | "engines": {
|
|---|
| 621 | "node": ">=18"
|
|---|
| 622 | }
|
|---|
| 623 | },
|
|---|
| 624 | "node_modules/@esbuild/openbsd-arm64": {
|
|---|
| 625 | "version": "0.25.12",
|
|---|
| 626 | "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
|
|---|
| 627 | "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
|
|---|
| 628 | "cpu": [
|
|---|
| 629 | "arm64"
|
|---|
| 630 | ],
|
|---|
| 631 | "dev": true,
|
|---|
| 632 | "license": "MIT",
|
|---|
| 633 | "optional": true,
|
|---|
| 634 | "os": [
|
|---|
| 635 | "openbsd"
|
|---|
| 636 | ],
|
|---|
| 637 | "engines": {
|
|---|
| 638 | "node": ">=18"
|
|---|
| 639 | }
|
|---|
| 640 | },
|
|---|
| 641 | "node_modules/@esbuild/openbsd-x64": {
|
|---|
| 642 | "version": "0.25.12",
|
|---|
| 643 | "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
|
|---|
| 644 | "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
|
|---|
| 645 | "cpu": [
|
|---|
| 646 | "x64"
|
|---|
| 647 | ],
|
|---|
| 648 | "dev": true,
|
|---|
| 649 | "license": "MIT",
|
|---|
| 650 | "optional": true,
|
|---|
| 651 | "os": [
|
|---|
| 652 | "openbsd"
|
|---|
| 653 | ],
|
|---|
| 654 | "engines": {
|
|---|
| 655 | "node": ">=18"
|
|---|
| 656 | }
|
|---|
| 657 | },
|
|---|
| 658 | "node_modules/@esbuild/openharmony-arm64": {
|
|---|
| 659 | "version": "0.25.12",
|
|---|
| 660 | "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
|
|---|
| 661 | "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
|
|---|
| 662 | "cpu": [
|
|---|
| 663 | "arm64"
|
|---|
| 664 | ],
|
|---|
| 665 | "dev": true,
|
|---|
| 666 | "license": "MIT",
|
|---|
| 667 | "optional": true,
|
|---|
| 668 | "os": [
|
|---|
| 669 | "openharmony"
|
|---|
| 670 | ],
|
|---|
| 671 | "engines": {
|
|---|
| 672 | "node": ">=18"
|
|---|
| 673 | }
|
|---|
| 674 | },
|
|---|
| 675 | "node_modules/@esbuild/sunos-x64": {
|
|---|
| 676 | "version": "0.25.12",
|
|---|
| 677 | "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
|
|---|
| 678 | "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
|
|---|
| 679 | "cpu": [
|
|---|
| 680 | "x64"
|
|---|
| 681 | ],
|
|---|
| 682 | "dev": true,
|
|---|
| 683 | "license": "MIT",
|
|---|
| 684 | "optional": true,
|
|---|
| 685 | "os": [
|
|---|
| 686 | "sunos"
|
|---|
| 687 | ],
|
|---|
| 688 | "engines": {
|
|---|
| 689 | "node": ">=18"
|
|---|
| 690 | }
|
|---|
| 691 | },
|
|---|
| 692 | "node_modules/@esbuild/win32-arm64": {
|
|---|
| 693 | "version": "0.25.12",
|
|---|
| 694 | "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
|
|---|
| 695 | "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
|
|---|
| 696 | "cpu": [
|
|---|
| 697 | "arm64"
|
|---|
| 698 | ],
|
|---|
| 699 | "dev": true,
|
|---|
| 700 | "license": "MIT",
|
|---|
| 701 | "optional": true,
|
|---|
| 702 | "os": [
|
|---|
| 703 | "win32"
|
|---|
| 704 | ],
|
|---|
| 705 | "engines": {
|
|---|
| 706 | "node": ">=18"
|
|---|
| 707 | }
|
|---|
| 708 | },
|
|---|
| 709 | "node_modules/@esbuild/win32-ia32": {
|
|---|
| 710 | "version": "0.25.12",
|
|---|
| 711 | "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
|
|---|
| 712 | "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
|
|---|
| 713 | "cpu": [
|
|---|
| 714 | "ia32"
|
|---|
| 715 | ],
|
|---|
| 716 | "dev": true,
|
|---|
| 717 | "license": "MIT",
|
|---|
| 718 | "optional": true,
|
|---|
| 719 | "os": [
|
|---|
| 720 | "win32"
|
|---|
| 721 | ],
|
|---|
| 722 | "engines": {
|
|---|
| 723 | "node": ">=18"
|
|---|
| 724 | }
|
|---|
| 725 | },
|
|---|
| 726 | "node_modules/@esbuild/win32-x64": {
|
|---|
| 727 | "version": "0.25.12",
|
|---|
| 728 | "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
|
|---|
| 729 | "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
|
|---|
| 730 | "cpu": [
|
|---|
| 731 | "x64"
|
|---|
| 732 | ],
|
|---|
| 733 | "dev": true,
|
|---|
| 734 | "license": "MIT",
|
|---|
| 735 | "optional": true,
|
|---|
| 736 | "os": [
|
|---|
| 737 | "win32"
|
|---|
| 738 | ],
|
|---|
| 739 | "engines": {
|
|---|
| 740 | "node": ">=18"
|
|---|
| 741 | }
|
|---|
| 742 | },
|
|---|
| 743 | "node_modules/@jridgewell/gen-mapping": {
|
|---|
| 744 | "version": "0.3.13",
|
|---|
| 745 | "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|---|
| 746 | "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
|
|---|
| 747 | "dev": true,
|
|---|
| 748 | "license": "MIT",
|
|---|
| 749 | "dependencies": {
|
|---|
| 750 | "@jridgewell/sourcemap-codec": "^1.5.0",
|
|---|
| 751 | "@jridgewell/trace-mapping": "^0.3.24"
|
|---|
| 752 | }
|
|---|
| 753 | },
|
|---|
| 754 | "node_modules/@jridgewell/remapping": {
|
|---|
| 755 | "version": "2.3.5",
|
|---|
| 756 | "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
|
|---|
| 757 | "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
|
|---|
| 758 | "dev": true,
|
|---|
| 759 | "license": "MIT",
|
|---|
| 760 | "dependencies": {
|
|---|
| 761 | "@jridgewell/gen-mapping": "^0.3.5",
|
|---|
| 762 | "@jridgewell/trace-mapping": "^0.3.24"
|
|---|
| 763 | }
|
|---|
| 764 | },
|
|---|
| 765 | "node_modules/@jridgewell/resolve-uri": {
|
|---|
| 766 | "version": "3.1.2",
|
|---|
| 767 | "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|---|
| 768 | "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|---|
| 769 | "dev": true,
|
|---|
| 770 | "license": "MIT",
|
|---|
| 771 | "engines": {
|
|---|
| 772 | "node": ">=6.0.0"
|
|---|
| 773 | }
|
|---|
| 774 | },
|
|---|
| 775 | "node_modules/@jridgewell/sourcemap-codec": {
|
|---|
| 776 | "version": "1.6.0",
|
|---|
| 777 | "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.6.0.tgz",
|
|---|
| 778 | "integrity": "sha512-T7jf+5zgsZHwNJ4lvQ7/aezbyk0nNX+zJVWpmHA7VYsEx7a7qr5Rg5IbtJFqkgze5Y2sruq1RUY8Q837Od7iFw==",
|
|---|
| 779 | "dev": true,
|
|---|
| 780 | "license": "MIT"
|
|---|
| 781 | },
|
|---|
| 782 | "node_modules/@jridgewell/trace-mapping": {
|
|---|
| 783 | "version": "0.3.31",
|
|---|
| 784 | "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|---|
| 785 | "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|---|
| 786 | "dev": true,
|
|---|
| 787 | "license": "MIT",
|
|---|
| 788 | "dependencies": {
|
|---|
| 789 | "@jridgewell/resolve-uri": "^3.1.0",
|
|---|
| 790 | "@jridgewell/sourcemap-codec": "^1.4.14"
|
|---|
| 791 | }
|
|---|
| 792 | },
|
|---|
| 793 | "node_modules/@napi-rs/lzma-linux-x64-gnu": {
|
|---|
| 794 | "version": "1.5.1",
|
|---|
| 795 | "resolved": "https://registry.npmjs.org/@napi-rs/lzma-linux-x64-gnu/-/lzma-linux-x64-gnu-1.5.1.tgz",
|
|---|
| 796 | "integrity": "sha512-oTXEIha4SsuXdTA4Iyskj0kpdx2yVXdhd75c2v3xGrHFfVMsbhTPZU/nMPL4sWKo4pBHm3aucLaqGlF696dTyQ==",
|
|---|
| 797 | "cpu": [
|
|---|
| 798 | "x64"
|
|---|
| 799 | ],
|
|---|
| 800 | "dev": true,
|
|---|
| 801 | "license": "MIT",
|
|---|
| 802 | "optional": true,
|
|---|
| 803 | "os": [
|
|---|
| 804 | "linux"
|
|---|
| 805 | ],
|
|---|
| 806 | "engines": {
|
|---|
| 807 | "node": "^22.20 || ^24.12 || >=25"
|
|---|
| 808 | }
|
|---|
| 809 | },
|
|---|
| 810 | "node_modules/@rolldown/pluginutils": {
|
|---|
| 811 | "version": "1.0.0-beta.27",
|
|---|
| 812 | "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz",
|
|---|
| 813 | "integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==",
|
|---|
| 814 | "dev": true,
|
|---|
| 815 | "license": "MIT"
|
|---|
| 816 | },
|
|---|
| 817 | "node_modules/@rollup/rollup-android-arm-eabi": {
|
|---|
| 818 | "version": "4.63.3",
|
|---|
| 819 | "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.63.3.tgz",
|
|---|
| 820 | "integrity": "sha512-w3Jnvi1ocaVm/c7yVPpfB98XeSRBMyzp6njL5MVVbGyXjpmUkN+s6Hp4t0PqhGCCaI1ZHMKXt/w0lA1RCaLVcw==",
|
|---|
| 821 | "cpu": [
|
|---|
| 822 | "arm"
|
|---|
| 823 | ],
|
|---|
| 824 | "dev": true,
|
|---|
| 825 | "license": "MIT",
|
|---|
| 826 | "optional": true,
|
|---|
| 827 | "os": [
|
|---|
| 828 | "android"
|
|---|
| 829 | ]
|
|---|
| 830 | },
|
|---|
| 831 | "node_modules/@rollup/rollup-android-arm64": {
|
|---|
| 832 | "version": "4.63.3",
|
|---|
| 833 | "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.63.3.tgz",
|
|---|
| 834 | "integrity": "sha512-uI/ESiaIbbRYAEhzy8PCUWDp1hB0bjAqM06mW9flOoNO4Q8DQpeoREhBR5Hegfl+wpXiguyJv6XSPzEN7OxyHQ==",
|
|---|
| 835 | "cpu": [
|
|---|
| 836 | "arm64"
|
|---|
| 837 | ],
|
|---|
| 838 | "dev": true,
|
|---|
| 839 | "license": "MIT",
|
|---|
| 840 | "optional": true,
|
|---|
| 841 | "os": [
|
|---|
| 842 | "android"
|
|---|
| 843 | ]
|
|---|
| 844 | },
|
|---|
| 845 | "node_modules/@rollup/rollup-darwin-arm64": {
|
|---|
| 846 | "version": "4.63.3",
|
|---|
| 847 | "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.63.3.tgz",
|
|---|
| 848 | "integrity": "sha512-oxhrd1jmXLwWZ83eQYDXxuqRdkqkzrjR3JobKeuUyfdNZo11FuQIvqEOZhyIT7OBHxXoGslDDjN0cQcM6T0TqQ==",
|
|---|
| 849 | "cpu": [
|
|---|
| 850 | "arm64"
|
|---|
| 851 | ],
|
|---|
| 852 | "dev": true,
|
|---|
| 853 | "license": "MIT",
|
|---|
| 854 | "optional": true,
|
|---|
| 855 | "os": [
|
|---|
| 856 | "darwin"
|
|---|
| 857 | ]
|
|---|
| 858 | },
|
|---|
| 859 | "node_modules/@rollup/rollup-darwin-x64": {
|
|---|
| 860 | "version": "4.63.3",
|
|---|
| 861 | "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.63.3.tgz",
|
|---|
| 862 | "integrity": "sha512-7/YiIMghVE8DrxKvNdorAaJVdriOFgOIpdStnPx8ppx5zfTwC3jBCSEAIzB7JD5404m65THl6H93UTTVUvypmg==",
|
|---|
| 863 | "cpu": [
|
|---|
| 864 | "x64"
|
|---|
| 865 | ],
|
|---|
| 866 | "dev": true,
|
|---|
| 867 | "license": "MIT",
|
|---|
| 868 | "optional": true,
|
|---|
| 869 | "os": [
|
|---|
| 870 | "darwin"
|
|---|
| 871 | ]
|
|---|
| 872 | },
|
|---|
| 873 | "node_modules/@rollup/rollup-freebsd-arm64": {
|
|---|
| 874 | "version": "4.63.3",
|
|---|
| 875 | "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.63.3.tgz",
|
|---|
| 876 | "integrity": "sha512-GXFZRRoMAytaI5z6N3Zhfw0WL18Q0M8r95D5hlC4GqE/lGk8pbSJNUBoOWDfbm6dTciqHj2nU87tI5f6XhQiOg==",
|
|---|
| 877 | "cpu": [
|
|---|
| 878 | "arm64"
|
|---|
| 879 | ],
|
|---|
| 880 | "dev": true,
|
|---|
| 881 | "license": "MIT",
|
|---|
| 882 | "optional": true,
|
|---|
| 883 | "os": [
|
|---|
| 884 | "freebsd"
|
|---|
| 885 | ]
|
|---|
| 886 | },
|
|---|
| 887 | "node_modules/@rollup/rollup-freebsd-x64": {
|
|---|
| 888 | "version": "4.63.3",
|
|---|
| 889 | "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.63.3.tgz",
|
|---|
| 890 | "integrity": "sha512-77W+8X3ddYgPxUpB8nZFQs2Mq+wc4HVlcSRtApXLjYBcnPMkttrSnU8VwKQjeWYhMsITHFs5cWBQ8vz1Q+5RHQ==",
|
|---|
| 891 | "cpu": [
|
|---|
| 892 | "x64"
|
|---|
| 893 | ],
|
|---|
| 894 | "dev": true,
|
|---|
| 895 | "license": "MIT",
|
|---|
| 896 | "optional": true,
|
|---|
| 897 | "os": [
|
|---|
| 898 | "freebsd"
|
|---|
| 899 | ]
|
|---|
| 900 | },
|
|---|
| 901 | "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|---|
| 902 | "version": "4.63.3",
|
|---|
| 903 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.63.3.tgz",
|
|---|
| 904 | "integrity": "sha512-FVkwK+iUC+mq+GipVK46rRVticfAPtvPUNlqlGXUDxdVk/UGjQiiiUVPUrEXdSpU2ufU0XxLGyTqDtBidDOVmg==",
|
|---|
| 905 | "cpu": [
|
|---|
| 906 | "arm"
|
|---|
| 907 | ],
|
|---|
| 908 | "dev": true,
|
|---|
| 909 | "license": "MIT",
|
|---|
| 910 | "optional": true,
|
|---|
| 911 | "os": [
|
|---|
| 912 | "linux"
|
|---|
| 913 | ]
|
|---|
| 914 | },
|
|---|
| 915 | "node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|---|
| 916 | "version": "4.63.3",
|
|---|
| 917 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.63.3.tgz",
|
|---|
| 918 | "integrity": "sha512-+aGU1t3398yQOVj1Bz8o3e+KtswxAPvO+mtxtNdfXYMkXIHu7XhhkCD7/DEH9q8tF8uhDnMWvfpUKI8y1sZJsg==",
|
|---|
| 919 | "cpu": [
|
|---|
| 920 | "arm"
|
|---|
| 921 | ],
|
|---|
| 922 | "dev": true,
|
|---|
| 923 | "license": "MIT",
|
|---|
| 924 | "optional": true,
|
|---|
| 925 | "os": [
|
|---|
| 926 | "linux"
|
|---|
| 927 | ]
|
|---|
| 928 | },
|
|---|
| 929 | "node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|---|
| 930 | "version": "4.63.3",
|
|---|
| 931 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.63.3.tgz",
|
|---|
| 932 | "integrity": "sha512-cR0kjpRXR2KJ2oQK8E2KTPtphs+b9hZ8IhTZubNryt/RsqgdOZBQ2Zq0q5UedtiIi0rs3jVhJh55RE1ZHUVGUA==",
|
|---|
| 933 | "cpu": [
|
|---|
| 934 | "arm64"
|
|---|
| 935 | ],
|
|---|
| 936 | "dev": true,
|
|---|
| 937 | "license": "MIT",
|
|---|
| 938 | "optional": true,
|
|---|
| 939 | "os": [
|
|---|
| 940 | "linux"
|
|---|
| 941 | ]
|
|---|
| 942 | },
|
|---|
| 943 | "node_modules/@rollup/rollup-linux-arm64-musl": {
|
|---|
| 944 | "version": "4.63.3",
|
|---|
| 945 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.63.3.tgz",
|
|---|
| 946 | "integrity": "sha512-y1RYi4Q3/9ByVWSSt9kX2ustE0B7kFYbJ6zZdVZVyqopZs3yhCTwRfrjIX4vezUJInma/Gs6BOFDJg7yZmJ0IQ==",
|
|---|
| 947 | "cpu": [
|
|---|
| 948 | "arm64"
|
|---|
| 949 | ],
|
|---|
| 950 | "dev": true,
|
|---|
| 951 | "license": "MIT",
|
|---|
| 952 | "optional": true,
|
|---|
| 953 | "os": [
|
|---|
| 954 | "linux"
|
|---|
| 955 | ]
|
|---|
| 956 | },
|
|---|
| 957 | "node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|---|
| 958 | "version": "4.63.3",
|
|---|
| 959 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.63.3.tgz",
|
|---|
| 960 | "integrity": "sha512-DNhEA5viIj3Z5bZLE4z4oV8N5ozWqDwyt7T6KG7VdLDJ0nW+rNOYlphBl4/3HQkK75qipPLsVOfStHHOwN9WSg==",
|
|---|
| 961 | "cpu": [
|
|---|
| 962 | "loong64"
|
|---|
| 963 | ],
|
|---|
| 964 | "dev": true,
|
|---|
| 965 | "license": "MIT",
|
|---|
| 966 | "optional": true,
|
|---|
| 967 | "os": [
|
|---|
| 968 | "linux"
|
|---|
| 969 | ]
|
|---|
| 970 | },
|
|---|
| 971 | "node_modules/@rollup/rollup-linux-loong64-musl": {
|
|---|
| 972 | "version": "4.63.3",
|
|---|
| 973 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.63.3.tgz",
|
|---|
| 974 | "integrity": "sha512-17gQCqrIpXBX2Cmi9/TygnVOqGbzsba/iaqcYSL8FY7lNugg+7AiYNs5c5nKWD+NRQha36Sa0CqkJqH4XVHwnQ==",
|
|---|
| 975 | "cpu": [
|
|---|
| 976 | "loong64"
|
|---|
| 977 | ],
|
|---|
| 978 | "dev": true,
|
|---|
| 979 | "license": "MIT",
|
|---|
| 980 | "optional": true,
|
|---|
| 981 | "os": [
|
|---|
| 982 | "linux"
|
|---|
| 983 | ]
|
|---|
| 984 | },
|
|---|
| 985 | "node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|---|
| 986 | "version": "4.63.3",
|
|---|
| 987 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.63.3.tgz",
|
|---|
| 988 | "integrity": "sha512-6LwVnZRIyINpdku/yOcI8Tm9YqLmhHK5emmlOOnW9tO0SYEm1FmKPcsSAGp0NBlqR2P04xaND4jvN6sTHqhq8A==",
|
|---|
| 989 | "cpu": [
|
|---|
| 990 | "ppc64"
|
|---|
| 991 | ],
|
|---|
| 992 | "dev": true,
|
|---|
| 993 | "license": "MIT",
|
|---|
| 994 | "optional": true,
|
|---|
| 995 | "os": [
|
|---|
| 996 | "linux"
|
|---|
| 997 | ]
|
|---|
| 998 | },
|
|---|
| 999 | "node_modules/@rollup/rollup-linux-ppc64-musl": {
|
|---|
| 1000 | "version": "4.63.3",
|
|---|
| 1001 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.63.3.tgz",
|
|---|
| 1002 | "integrity": "sha512-xMUqkTXlEUtI/p5AAukMwBRr1enU3efsTeF+bskeFfk8t1C9rcC8sLREcZXmTfAXEbvRdJVSonVJez3TMlbR3w==",
|
|---|
| 1003 | "cpu": [
|
|---|
| 1004 | "ppc64"
|
|---|
| 1005 | ],
|
|---|
| 1006 | "dev": true,
|
|---|
| 1007 | "license": "MIT",
|
|---|
| 1008 | "optional": true,
|
|---|
| 1009 | "os": [
|
|---|
| 1010 | "linux"
|
|---|
| 1011 | ]
|
|---|
| 1012 | },
|
|---|
| 1013 | "node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|---|
| 1014 | "version": "4.63.3",
|
|---|
| 1015 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.63.3.tgz",
|
|---|
| 1016 | "integrity": "sha512-S3E94co9F9WRRqEaUoQZ38K1gCz6KiM+nL7/3ijq7fDGF3OznjS5TasgYITlvl27GQKtu4lOAOsr5MFwkijvOA==",
|
|---|
| 1017 | "cpu": [
|
|---|
| 1018 | "riscv64"
|
|---|
| 1019 | ],
|
|---|
| 1020 | "dev": true,
|
|---|
| 1021 | "license": "MIT",
|
|---|
| 1022 | "optional": true,
|
|---|
| 1023 | "os": [
|
|---|
| 1024 | "linux"
|
|---|
| 1025 | ]
|
|---|
| 1026 | },
|
|---|
| 1027 | "node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|---|
| 1028 | "version": "4.63.3",
|
|---|
| 1029 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.63.3.tgz",
|
|---|
| 1030 | "integrity": "sha512-1QtRDwG42x5BJI3s9mxu5rEjDnfbSnk20HQ9/ylTAYnSwYwxMVb+Vgu34wzzTQ7ogqBybebgQNUDAvZVQ38DbA==",
|
|---|
| 1031 | "cpu": [
|
|---|
| 1032 | "riscv64"
|
|---|
| 1033 | ],
|
|---|
| 1034 | "dev": true,
|
|---|
| 1035 | "license": "MIT",
|
|---|
| 1036 | "optional": true,
|
|---|
| 1037 | "os": [
|
|---|
| 1038 | "linux"
|
|---|
| 1039 | ]
|
|---|
| 1040 | },
|
|---|
| 1041 | "node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|---|
| 1042 | "version": "4.63.3",
|
|---|
| 1043 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.63.3.tgz",
|
|---|
| 1044 | "integrity": "sha512-BQhejF6ZXOpxbngiNTP12GCGQeaDVL2QXGeBVViKIYzFHM5RKxTxwUMB1fr1BeNFphFMpnRqC5QSXFSa4z6UQw==",
|
|---|
| 1045 | "cpu": [
|
|---|
| 1046 | "s390x"
|
|---|
| 1047 | ],
|
|---|
| 1048 | "dev": true,
|
|---|
| 1049 | "license": "MIT",
|
|---|
| 1050 | "optional": true,
|
|---|
| 1051 | "os": [
|
|---|
| 1052 | "linux"
|
|---|
| 1053 | ]
|
|---|
| 1054 | },
|
|---|
| 1055 | "node_modules/@rollup/rollup-linux-x64-gnu": {
|
|---|
| 1056 | "version": "4.63.3",
|
|---|
| 1057 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.63.3.tgz",
|
|---|
| 1058 | "integrity": "sha512-SXagRwnI2Wlwlitllu59UK/nGVbD1CKPcNqDplHwIC4BqJcpXFjD32d1R/RbuISa95HdQrZM3/7v4bKiowFaLA==",
|
|---|
| 1059 | "cpu": [
|
|---|
| 1060 | "x64"
|
|---|
| 1061 | ],
|
|---|
| 1062 | "dev": true,
|
|---|
| 1063 | "license": "MIT",
|
|---|
| 1064 | "optional": true,
|
|---|
| 1065 | "os": [
|
|---|
| 1066 | "linux"
|
|---|
| 1067 | ]
|
|---|
| 1068 | },
|
|---|
| 1069 | "node_modules/@rollup/rollup-linux-x64-musl": {
|
|---|
| 1070 | "version": "4.63.3",
|
|---|
| 1071 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.63.3.tgz",
|
|---|
| 1072 | "integrity": "sha512-2IPozoEALRCziGqE8O9KMK60PMu5TS1huv4fwoeCexj+WjmcwFtX9CTOVbfXCUqcELAubEwRFPYlzb/WvwY2HQ==",
|
|---|
| 1073 | "cpu": [
|
|---|
| 1074 | "x64"
|
|---|
| 1075 | ],
|
|---|
| 1076 | "dev": true,
|
|---|
| 1077 | "license": "MIT",
|
|---|
| 1078 | "optional": true,
|
|---|
| 1079 | "os": [
|
|---|
| 1080 | "linux"
|
|---|
| 1081 | ]
|
|---|
| 1082 | },
|
|---|
| 1083 | "node_modules/@rollup/rollup-openbsd-x64": {
|
|---|
| 1084 | "version": "4.63.3",
|
|---|
| 1085 | "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.63.3.tgz",
|
|---|
| 1086 | "integrity": "sha512-AoxqosUHT9IX54hFn2TiN6A7d6ZKTtE6pd2bqWtqkkNJ6HJGaU6FRouGX8L1O7R/ZwsnCnpQrHzb4pDEx+UHRQ==",
|
|---|
| 1087 | "cpu": [
|
|---|
| 1088 | "x64"
|
|---|
| 1089 | ],
|
|---|
| 1090 | "dev": true,
|
|---|
| 1091 | "license": "MIT",
|
|---|
| 1092 | "optional": true,
|
|---|
| 1093 | "os": [
|
|---|
| 1094 | "openbsd"
|
|---|
| 1095 | ]
|
|---|
| 1096 | },
|
|---|
| 1097 | "node_modules/@rollup/rollup-openharmony-arm64": {
|
|---|
| 1098 | "version": "4.63.3",
|
|---|
| 1099 | "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.63.3.tgz",
|
|---|
| 1100 | "integrity": "sha512-d+CaftKgmkFBzCwezMqqy1d0QNNYugqLCMcYVQWBy5SS2YfeMP8Q8ripkgx9O8IyBXXLHrJ+aaCV4U96usv6Yg==",
|
|---|
| 1101 | "cpu": [
|
|---|
| 1102 | "arm64"
|
|---|
| 1103 | ],
|
|---|
| 1104 | "dev": true,
|
|---|
| 1105 | "license": "MIT",
|
|---|
| 1106 | "optional": true,
|
|---|
| 1107 | "os": [
|
|---|
| 1108 | "openharmony"
|
|---|
| 1109 | ]
|
|---|
| 1110 | },
|
|---|
| 1111 | "node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|---|
| 1112 | "version": "4.63.3",
|
|---|
| 1113 | "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.63.3.tgz",
|
|---|
| 1114 | "integrity": "sha512-xXlDF6nR1eOuXbdDy5Hl5fmtY7teUDevF/k0O7IPoZe4Tpmdv+lgdE5JRsnhQtt37ql9P0VF2kAN9a0OCZdo+Q==",
|
|---|
| 1115 | "cpu": [
|
|---|
| 1116 | "arm64"
|
|---|
| 1117 | ],
|
|---|
| 1118 | "dev": true,
|
|---|
| 1119 | "license": "MIT",
|
|---|
| 1120 | "optional": true,
|
|---|
| 1121 | "os": [
|
|---|
| 1122 | "win32"
|
|---|
| 1123 | ]
|
|---|
| 1124 | },
|
|---|
| 1125 | "node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|---|
| 1126 | "version": "4.63.3",
|
|---|
| 1127 | "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.63.3.tgz",
|
|---|
| 1128 | "integrity": "sha512-YtXAgLN+JP7Ay6qG3eWhc7IHMQPzLc8r3uvhAvlJIoCz/4Q32+Bl9Fmnywidh8v1GOIMmymjovfqY9ETAtysvA==",
|
|---|
| 1129 | "cpu": [
|
|---|
| 1130 | "ia32"
|
|---|
| 1131 | ],
|
|---|
| 1132 | "dev": true,
|
|---|
| 1133 | "license": "MIT",
|
|---|
| 1134 | "optional": true,
|
|---|
| 1135 | "os": [
|
|---|
| 1136 | "win32"
|
|---|
| 1137 | ]
|
|---|
| 1138 | },
|
|---|
| 1139 | "node_modules/@rollup/rollup-win32-x64-gnu": {
|
|---|
| 1140 | "version": "4.63.3",
|
|---|
| 1141 | "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.63.3.tgz",
|
|---|
| 1142 | "integrity": "sha512-WuWtSJRNo549vzcfZyEgfqb6zeSgn1F+UE5kQ+BCjzz0W4MGCjntUHkZVc1VRuAM7+ULaSyhiPxD1spyewFvkQ==",
|
|---|
| 1143 | "cpu": [
|
|---|
| 1144 | "x64"
|
|---|
| 1145 | ],
|
|---|
| 1146 | "dev": true,
|
|---|
| 1147 | "license": "MIT",
|
|---|
| 1148 | "optional": true,
|
|---|
| 1149 | "os": [
|
|---|
| 1150 | "win32"
|
|---|
| 1151 | ]
|
|---|
| 1152 | },
|
|---|
| 1153 | "node_modules/@rollup/rollup-win32-x64-msvc": {
|
|---|
| 1154 | "version": "4.63.3",
|
|---|
| 1155 | "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.63.3.tgz",
|
|---|
| 1156 | "integrity": "sha512-+lIKX7O0+IGe7WuhATaAMMeT7B76vfhXH/l9wLQL+nvyhbw2ohYCKIdWL56JfDu75CWt5oKRP4QFH/jkMtBquA==",
|
|---|
| 1157 | "cpu": [
|
|---|
| 1158 | "x64"
|
|---|
| 1159 | ],
|
|---|
| 1160 | "dev": true,
|
|---|
| 1161 | "license": "MIT",
|
|---|
| 1162 | "optional": true,
|
|---|
| 1163 | "os": [
|
|---|
| 1164 | "win32"
|
|---|
| 1165 | ]
|
|---|
| 1166 | },
|
|---|
| 1167 | "node_modules/@types/babel__core": {
|
|---|
| 1168 | "version": "7.20.5",
|
|---|
| 1169 | "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
|
|---|
| 1170 | "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
|
|---|
| 1171 | "dev": true,
|
|---|
| 1172 | "license": "MIT",
|
|---|
| 1173 | "dependencies": {
|
|---|
| 1174 | "@babel/parser": "^7.20.7",
|
|---|
| 1175 | "@babel/types": "^7.20.7",
|
|---|
| 1176 | "@types/babel__generator": "*",
|
|---|
| 1177 | "@types/babel__template": "*",
|
|---|
| 1178 | "@types/babel__traverse": "*"
|
|---|
| 1179 | }
|
|---|
| 1180 | },
|
|---|
| 1181 | "node_modules/@types/babel__generator": {
|
|---|
| 1182 | "version": "7.27.0",
|
|---|
| 1183 | "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
|
|---|
| 1184 | "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
|
|---|
| 1185 | "dev": true,
|
|---|
| 1186 | "license": "MIT",
|
|---|
| 1187 | "dependencies": {
|
|---|
| 1188 | "@babel/types": "^7.0.0"
|
|---|
| 1189 | }
|
|---|
| 1190 | },
|
|---|
| 1191 | "node_modules/@types/babel__template": {
|
|---|
| 1192 | "version": "7.4.4",
|
|---|
| 1193 | "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
|
|---|
| 1194 | "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
|
|---|
| 1195 | "dev": true,
|
|---|
| 1196 | "license": "MIT",
|
|---|
| 1197 | "dependencies": {
|
|---|
| 1198 | "@babel/parser": "^7.1.0",
|
|---|
| 1199 | "@babel/types": "^7.0.0"
|
|---|
| 1200 | }
|
|---|
| 1201 | },
|
|---|
| 1202 | "node_modules/@types/babel__traverse": {
|
|---|
| 1203 | "version": "7.28.0",
|
|---|
| 1204 | "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
|
|---|
| 1205 | "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
|
|---|
| 1206 | "dev": true,
|
|---|
| 1207 | "license": "MIT",
|
|---|
| 1208 | "dependencies": {
|
|---|
| 1209 | "@babel/types": "^7.28.2"
|
|---|
| 1210 | }
|
|---|
| 1211 | },
|
|---|
| 1212 | "node_modules/@types/estree": {
|
|---|
| 1213 | "version": "1.0.9",
|
|---|
| 1214 | "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
|
|---|
| 1215 | "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
|
|---|
| 1216 | "dev": true,
|
|---|
| 1217 | "license": "MIT"
|
|---|
| 1218 | },
|
|---|
| 1219 | "node_modules/@vitejs/plugin-react": {
|
|---|
| 1220 | "version": "4.7.0",
|
|---|
| 1221 | "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz",
|
|---|
| 1222 | "integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==",
|
|---|
| 1223 | "dev": true,
|
|---|
| 1224 | "license": "MIT",
|
|---|
| 1225 | "dependencies": {
|
|---|
| 1226 | "@babel/core": "^7.28.0",
|
|---|
| 1227 | "@babel/plugin-transform-react-jsx-self": "^7.27.1",
|
|---|
| 1228 | "@babel/plugin-transform-react-jsx-source": "^7.27.1",
|
|---|
| 1229 | "@rolldown/pluginutils": "1.0.0-beta.27",
|
|---|
| 1230 | "@types/babel__core": "^7.20.5",
|
|---|
| 1231 | "react-refresh": "^0.17.0"
|
|---|
| 1232 | },
|
|---|
| 1233 | "engines": {
|
|---|
| 1234 | "node": "^14.18.0 || >=16.0.0"
|
|---|
| 1235 | },
|
|---|
| 1236 | "peerDependencies": {
|
|---|
| 1237 | "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
|
|---|
| 1238 | }
|
|---|
| 1239 | },
|
|---|
| 1240 | "node_modules/baseline-browser-mapping": {
|
|---|
| 1241 | "version": "2.11.24",
|
|---|
| 1242 | "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.11.24.tgz",
|
|---|
| 1243 | "integrity": "sha512-hYrgxie335U08WqICoGqKRzV1HFXv6zdxwJE4ekCb80CM9a0SVVsN4QPwT67RraRo+9h8IATk6uxHJw7QSkdOg==",
|
|---|
| 1244 | "dev": true,
|
|---|
| 1245 | "license": "Apache-2.0",
|
|---|
| 1246 | "bin": {
|
|---|
| 1247 | "baseline-browser-mapping": "dist/cli.cjs"
|
|---|
| 1248 | },
|
|---|
| 1249 | "engines": {
|
|---|
| 1250 | "node": ">=6.0.0"
|
|---|
| 1251 | }
|
|---|
| 1252 | },
|
|---|
| 1253 | "node_modules/browserslist": {
|
|---|
| 1254 | "version": "4.29.0",
|
|---|
| 1255 | "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.29.0.tgz",
|
|---|
| 1256 | "integrity": "sha512-3GSvyjvDI4Dur1Meg2BekJquu5uF+9R9a1+5M1Mde192eZoXbeXjzgOsgqPS2V8D5wrrip0gR5Hf/GhWQ9ZzaA==",
|
|---|
| 1257 | "dev": true,
|
|---|
| 1258 | "funding": [
|
|---|
| 1259 | {
|
|---|
| 1260 | "type": "opencollective",
|
|---|
| 1261 | "url": "https://opencollective.com/browserslist"
|
|---|
| 1262 | },
|
|---|
| 1263 | {
|
|---|
| 1264 | "type": "tidelift",
|
|---|
| 1265 | "url": "https://tidelift.com/funding/github/npm/browserslist"
|
|---|
| 1266 | },
|
|---|
| 1267 | {
|
|---|
| 1268 | "type": "github",
|
|---|
| 1269 | "url": "https://github.com/sponsors/ai"
|
|---|
| 1270 | }
|
|---|
| 1271 | ],
|
|---|
| 1272 | "license": "MIT",
|
|---|
| 1273 | "dependencies": {
|
|---|
| 1274 | "baseline-browser-mapping": "^2.11.23",
|
|---|
| 1275 | "caniuse-lite": "^1.0.30001810",
|
|---|
| 1276 | "electron-to-chromium": "^1.5.427",
|
|---|
| 1277 | "node-releases": "^2.0.55",
|
|---|
| 1278 | "update-browserslist-db": "^1.3.3"
|
|---|
| 1279 | },
|
|---|
| 1280 | "bin": {
|
|---|
| 1281 | "browserslist": "cli.js"
|
|---|
| 1282 | },
|
|---|
| 1283 | "engines": {
|
|---|
| 1284 | "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|---|
| 1285 | }
|
|---|
| 1286 | },
|
|---|
| 1287 | "node_modules/caniuse-lite": {
|
|---|
| 1288 | "version": "1.0.30001810",
|
|---|
| 1289 | "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001810.tgz",
|
|---|
| 1290 | "integrity": "sha512-TITQPUkaz+aVk5GL6NhOdwk1aEaNTSDPsGFWrTuhKGtjTF70jL/Oht2W4c6rXUe5fu7Ie19VIahAXHIIiWWNeg==",
|
|---|
| 1291 | "dev": true,
|
|---|
| 1292 | "funding": [
|
|---|
| 1293 | {
|
|---|
| 1294 | "type": "opencollective",
|
|---|
| 1295 | "url": "https://opencollective.com/browserslist"
|
|---|
| 1296 | },
|
|---|
| 1297 | {
|
|---|
| 1298 | "type": "tidelift",
|
|---|
| 1299 | "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
|---|
| 1300 | },
|
|---|
| 1301 | {
|
|---|
| 1302 | "type": "github",
|
|---|
| 1303 | "url": "https://github.com/sponsors/ai"
|
|---|
| 1304 | }
|
|---|
| 1305 | ],
|
|---|
| 1306 | "license": "CC-BY-4.0"
|
|---|
| 1307 | },
|
|---|
| 1308 | "node_modules/convert-source-map": {
|
|---|
| 1309 | "version": "2.0.0",
|
|---|
| 1310 | "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|---|
| 1311 | "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|---|
| 1312 | "dev": true,
|
|---|
| 1313 | "license": "MIT"
|
|---|
| 1314 | },
|
|---|
| 1315 | "node_modules/debug": {
|
|---|
| 1316 | "version": "4.4.3",
|
|---|
| 1317 | "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|---|
| 1318 | "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|---|
| 1319 | "dev": true,
|
|---|
| 1320 | "license": "MIT",
|
|---|
| 1321 | "dependencies": {
|
|---|
| 1322 | "ms": "^2.1.3"
|
|---|
| 1323 | },
|
|---|
| 1324 | "engines": {
|
|---|
| 1325 | "node": ">=6.0"
|
|---|
| 1326 | },
|
|---|
| 1327 | "peerDependenciesMeta": {
|
|---|
| 1328 | "supports-color": {
|
|---|
| 1329 | "optional": true
|
|---|
| 1330 | }
|
|---|
| 1331 | }
|
|---|
| 1332 | },
|
|---|
| 1333 | "node_modules/electron-to-chromium": {
|
|---|
| 1334 | "version": "1.5.430",
|
|---|
| 1335 | "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.430.tgz",
|
|---|
| 1336 | "integrity": "sha512-e1QEj72Y4zd8RlNZVmoTg+iCOSVwpk05IOiiQwdrkwCSVlZfPthevErhE+nckGd2YbsXfp1SkisznhGVIXP2NQ==",
|
|---|
| 1337 | "dev": true,
|
|---|
| 1338 | "license": "ISC"
|
|---|
| 1339 | },
|
|---|
| 1340 | "node_modules/esbuild": {
|
|---|
| 1341 | "version": "0.25.12",
|
|---|
| 1342 | "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz",
|
|---|
| 1343 | "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
|
|---|
| 1344 | "dev": true,
|
|---|
| 1345 | "hasInstallScript": true,
|
|---|
| 1346 | "license": "MIT",
|
|---|
| 1347 | "bin": {
|
|---|
| 1348 | "esbuild": "bin/esbuild"
|
|---|
| 1349 | },
|
|---|
| 1350 | "engines": {
|
|---|
| 1351 | "node": ">=18"
|
|---|
| 1352 | },
|
|---|
| 1353 | "optionalDependencies": {
|
|---|
| 1354 | "@esbuild/aix-ppc64": "0.25.12",
|
|---|
| 1355 | "@esbuild/android-arm": "0.25.12",
|
|---|
| 1356 | "@esbuild/android-arm64": "0.25.12",
|
|---|
| 1357 | "@esbuild/android-x64": "0.25.12",
|
|---|
| 1358 | "@esbuild/darwin-arm64": "0.25.12",
|
|---|
| 1359 | "@esbuild/darwin-x64": "0.25.12",
|
|---|
| 1360 | "@esbuild/freebsd-arm64": "0.25.12",
|
|---|
| 1361 | "@esbuild/freebsd-x64": "0.25.12",
|
|---|
| 1362 | "@esbuild/linux-arm": "0.25.12",
|
|---|
| 1363 | "@esbuild/linux-arm64": "0.25.12",
|
|---|
| 1364 | "@esbuild/linux-ia32": "0.25.12",
|
|---|
| 1365 | "@esbuild/linux-loong64": "0.25.12",
|
|---|
| 1366 | "@esbuild/linux-mips64el": "0.25.12",
|
|---|
| 1367 | "@esbuild/linux-ppc64": "0.25.12",
|
|---|
| 1368 | "@esbuild/linux-riscv64": "0.25.12",
|
|---|
| 1369 | "@esbuild/linux-s390x": "0.25.12",
|
|---|
| 1370 | "@esbuild/linux-x64": "0.25.12",
|
|---|
| 1371 | "@esbuild/netbsd-arm64": "0.25.12",
|
|---|
| 1372 | "@esbuild/netbsd-x64": "0.25.12",
|
|---|
| 1373 | "@esbuild/openbsd-arm64": "0.25.12",
|
|---|
| 1374 | "@esbuild/openbsd-x64": "0.25.12",
|
|---|
| 1375 | "@esbuild/openharmony-arm64": "0.25.12",
|
|---|
| 1376 | "@esbuild/sunos-x64": "0.25.12",
|
|---|
| 1377 | "@esbuild/win32-arm64": "0.25.12",
|
|---|
| 1378 | "@esbuild/win32-ia32": "0.25.12",
|
|---|
| 1379 | "@esbuild/win32-x64": "0.25.12"
|
|---|
| 1380 | }
|
|---|
| 1381 | },
|
|---|
| 1382 | "node_modules/escalade": {
|
|---|
| 1383 | "version": "3.2.0",
|
|---|
| 1384 | "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|---|
| 1385 | "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|---|
| 1386 | "dev": true,
|
|---|
| 1387 | "license": "MIT",
|
|---|
| 1388 | "engines": {
|
|---|
| 1389 | "node": ">=6"
|
|---|
| 1390 | }
|
|---|
| 1391 | },
|
|---|
| 1392 | "node_modules/fdir": {
|
|---|
| 1393 | "version": "6.5.0",
|
|---|
| 1394 | "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|---|
| 1395 | "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|---|
| 1396 | "dev": true,
|
|---|
| 1397 | "license": "MIT",
|
|---|
| 1398 | "engines": {
|
|---|
| 1399 | "node": ">=12.0.0"
|
|---|
| 1400 | },
|
|---|
| 1401 | "peerDependencies": {
|
|---|
| 1402 | "picomatch": "^3 || ^4"
|
|---|
| 1403 | },
|
|---|
| 1404 | "peerDependenciesMeta": {
|
|---|
| 1405 | "picomatch": {
|
|---|
| 1406 | "optional": true
|
|---|
| 1407 | }
|
|---|
| 1408 | }
|
|---|
| 1409 | },
|
|---|
| 1410 | "node_modules/fsevents": {
|
|---|
| 1411 | "version": "2.3.3",
|
|---|
| 1412 | "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|---|
| 1413 | "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|---|
| 1414 | "dev": true,
|
|---|
| 1415 | "hasInstallScript": true,
|
|---|
| 1416 | "license": "MIT",
|
|---|
| 1417 | "optional": true,
|
|---|
| 1418 | "os": [
|
|---|
| 1419 | "darwin"
|
|---|
| 1420 | ],
|
|---|
| 1421 | "engines": {
|
|---|
| 1422 | "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|---|
| 1423 | }
|
|---|
| 1424 | },
|
|---|
| 1425 | "node_modules/gensync": {
|
|---|
| 1426 | "version": "1.0.0-beta.2",
|
|---|
| 1427 | "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
|
|---|
| 1428 | "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
|
|---|
| 1429 | "dev": true,
|
|---|
| 1430 | "license": "MIT",
|
|---|
| 1431 | "engines": {
|
|---|
| 1432 | "node": ">=6.9.0"
|
|---|
| 1433 | }
|
|---|
| 1434 | },
|
|---|
| 1435 | "node_modules/js-tokens": {
|
|---|
| 1436 | "version": "4.0.0",
|
|---|
| 1437 | "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|---|
| 1438 | "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
|---|
| 1439 | "license": "MIT"
|
|---|
| 1440 | },
|
|---|
| 1441 | "node_modules/jsesc": {
|
|---|
| 1442 | "version": "3.1.0",
|
|---|
| 1443 | "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
|
|---|
| 1444 | "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
|
|---|
| 1445 | "dev": true,
|
|---|
| 1446 | "license": "MIT",
|
|---|
| 1447 | "bin": {
|
|---|
| 1448 | "jsesc": "bin/jsesc"
|
|---|
| 1449 | },
|
|---|
| 1450 | "engines": {
|
|---|
| 1451 | "node": ">=6"
|
|---|
| 1452 | }
|
|---|
| 1453 | },
|
|---|
| 1454 | "node_modules/json5": {
|
|---|
| 1455 | "version": "2.2.3",
|
|---|
| 1456 | "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
|
|---|
| 1457 | "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
|
|---|
| 1458 | "dev": true,
|
|---|
| 1459 | "license": "MIT",
|
|---|
| 1460 | "bin": {
|
|---|
| 1461 | "json5": "lib/cli.js"
|
|---|
| 1462 | },
|
|---|
| 1463 | "engines": {
|
|---|
| 1464 | "node": ">=6"
|
|---|
| 1465 | }
|
|---|
| 1466 | },
|
|---|
| 1467 | "node_modules/loose-envify": {
|
|---|
| 1468 | "version": "1.4.0",
|
|---|
| 1469 | "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
|
|---|
| 1470 | "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
|
|---|
| 1471 | "license": "MIT",
|
|---|
| 1472 | "dependencies": {
|
|---|
| 1473 | "js-tokens": "^3.0.0 || ^4.0.0"
|
|---|
| 1474 | },
|
|---|
| 1475 | "bin": {
|
|---|
| 1476 | "loose-envify": "cli.js"
|
|---|
| 1477 | }
|
|---|
| 1478 | },
|
|---|
| 1479 | "node_modules/lru-cache": {
|
|---|
| 1480 | "version": "5.1.1",
|
|---|
| 1481 | "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|---|
| 1482 | "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
|
|---|
| 1483 | "dev": true,
|
|---|
| 1484 | "license": "ISC",
|
|---|
| 1485 | "dependencies": {
|
|---|
| 1486 | "yallist": "^3.0.2"
|
|---|
| 1487 | }
|
|---|
| 1488 | },
|
|---|
| 1489 | "node_modules/ms": {
|
|---|
| 1490 | "version": "2.1.3",
|
|---|
| 1491 | "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|---|
| 1492 | "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|---|
| 1493 | "dev": true,
|
|---|
| 1494 | "license": "MIT"
|
|---|
| 1495 | },
|
|---|
| 1496 | "node_modules/nanoid": {
|
|---|
| 1497 | "version": "3.3.19",
|
|---|
| 1498 | "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.19.tgz",
|
|---|
| 1499 | "integrity": "sha512-Y2tUNy4ouw6tq5oDSKeQYGOyhkUBhNOcGV/02KC+6kd9eDGqdZd++mjMiIDilrBYvjEnCYvVtsuHCuP+okSfug==",
|
|---|
| 1500 | "dev": true,
|
|---|
| 1501 | "funding": [
|
|---|
| 1502 | {
|
|---|
| 1503 | "type": "github",
|
|---|
| 1504 | "url": "https://github.com/sponsors/ai"
|
|---|
| 1505 | }
|
|---|
| 1506 | ],
|
|---|
| 1507 | "license": "MIT",
|
|---|
| 1508 | "bin": {
|
|---|
| 1509 | "nanoid": "bin/nanoid.cjs"
|
|---|
| 1510 | },
|
|---|
| 1511 | "engines": {
|
|---|
| 1512 | "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|---|
| 1513 | }
|
|---|
| 1514 | },
|
|---|
| 1515 | "node_modules/node-releases": {
|
|---|
| 1516 | "version": "2.0.55",
|
|---|
| 1517 | "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.55.tgz",
|
|---|
| 1518 | "integrity": "sha512-mIrE/Cw9y+9Au6dS5vDKDhQza9YvG6w+ZrS6X+ZzA7yFW/soAeaups4Qzn1bL6g5FVy8WtP79+0j82oPIbqRjQ==",
|
|---|
| 1519 | "dev": true,
|
|---|
| 1520 | "license": "MIT",
|
|---|
| 1521 | "engines": {
|
|---|
| 1522 | "node": ">=18"
|
|---|
| 1523 | }
|
|---|
| 1524 | },
|
|---|
| 1525 | "node_modules/picocolors": {
|
|---|
| 1526 | "version": "1.1.1",
|
|---|
| 1527 | "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|---|
| 1528 | "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|---|
| 1529 | "dev": true,
|
|---|
| 1530 | "license": "ISC"
|
|---|
| 1531 | },
|
|---|
| 1532 | "node_modules/picomatch": {
|
|---|
| 1533 | "version": "4.0.7",
|
|---|
| 1534 | "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz",
|
|---|
| 1535 | "integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==",
|
|---|
| 1536 | "dev": true,
|
|---|
| 1537 | "license": "MIT",
|
|---|
| 1538 | "engines": {
|
|---|
| 1539 | "node": ">=12"
|
|---|
| 1540 | },
|
|---|
| 1541 | "funding": {
|
|---|
| 1542 | "url": "https://github.com/sponsors/jonschlinkert"
|
|---|
| 1543 | }
|
|---|
| 1544 | },
|
|---|
| 1545 | "node_modules/postcss": {
|
|---|
| 1546 | "version": "8.5.28",
|
|---|
| 1547 | "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.28.tgz",
|
|---|
| 1548 | "integrity": "sha512-RRuzqDtt5Y9h3quz5hWhK+TPnsmVs6WwSU6LkJMeY4HstUEDuYTG8UJSdawMRzmzAtV+KEoG8N3Qg2qLy5vM/A==",
|
|---|
| 1549 | "dev": true,
|
|---|
| 1550 | "funding": [
|
|---|
| 1551 | {
|
|---|
| 1552 | "type": "opencollective",
|
|---|
| 1553 | "url": "https://opencollective.com/postcss/"
|
|---|
| 1554 | },
|
|---|
| 1555 | {
|
|---|
| 1556 | "type": "tidelift",
|
|---|
| 1557 | "url": "https://tidelift.com/funding/github/npm/postcss"
|
|---|
| 1558 | },
|
|---|
| 1559 | {
|
|---|
| 1560 | "type": "github",
|
|---|
| 1561 | "url": "https://github.com/sponsors/ai"
|
|---|
| 1562 | }
|
|---|
| 1563 | ],
|
|---|
| 1564 | "license": "MIT",
|
|---|
| 1565 | "dependencies": {
|
|---|
| 1566 | "nanoid": "^3.3.18",
|
|---|
| 1567 | "picocolors": "^1.1.1",
|
|---|
| 1568 | "source-map-js": "^1.2.1"
|
|---|
| 1569 | },
|
|---|
| 1570 | "engines": {
|
|---|
| 1571 | "node": "^10 || ^12 || >=14"
|
|---|
| 1572 | }
|
|---|
| 1573 | },
|
|---|
| 1574 | "node_modules/react": {
|
|---|
| 1575 | "version": "18.3.1",
|
|---|
| 1576 | "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
|
|---|
| 1577 | "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
|
|---|
| 1578 | "license": "MIT",
|
|---|
| 1579 | "dependencies": {
|
|---|
| 1580 | "loose-envify": "^1.1.0"
|
|---|
| 1581 | },
|
|---|
| 1582 | "engines": {
|
|---|
| 1583 | "node": ">=0.10.0"
|
|---|
| 1584 | }
|
|---|
| 1585 | },
|
|---|
| 1586 | "node_modules/react-dom": {
|
|---|
| 1587 | "version": "18.3.1",
|
|---|
| 1588 | "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
|
|---|
| 1589 | "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
|
|---|
| 1590 | "license": "MIT",
|
|---|
| 1591 | "dependencies": {
|
|---|
| 1592 | "loose-envify": "^1.1.0",
|
|---|
| 1593 | "scheduler": "^0.23.2"
|
|---|
| 1594 | },
|
|---|
| 1595 | "peerDependencies": {
|
|---|
| 1596 | "react": "^18.3.1"
|
|---|
| 1597 | }
|
|---|
| 1598 | },
|
|---|
| 1599 | "node_modules/react-refresh": {
|
|---|
| 1600 | "version": "0.17.0",
|
|---|
| 1601 | "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz",
|
|---|
| 1602 | "integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==",
|
|---|
| 1603 | "dev": true,
|
|---|
| 1604 | "license": "MIT",
|
|---|
| 1605 | "engines": {
|
|---|
| 1606 | "node": ">=0.10.0"
|
|---|
| 1607 | }
|
|---|
| 1608 | },
|
|---|
| 1609 | "node_modules/rollup": {
|
|---|
| 1610 | "version": "4.63.3",
|
|---|
| 1611 | "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.63.3.tgz",
|
|---|
| 1612 | "integrity": "sha512-1i2XreiAoMMXuPGD6Msj2xWrMMkHojNRKivInxGQcg7/1KuPuYlfUutLyh4drnOxUTHX9cHI4wFoat8D/NKaBw==",
|
|---|
| 1613 | "dev": true,
|
|---|
| 1614 | "license": "MIT",
|
|---|
| 1615 | "dependencies": {
|
|---|
| 1616 | "@types/estree": "1.0.9"
|
|---|
| 1617 | },
|
|---|
| 1618 | "bin": {
|
|---|
| 1619 | "rollup": "dist/bin/rollup"
|
|---|
| 1620 | },
|
|---|
| 1621 | "engines": {
|
|---|
| 1622 | "node": ">=18.0.0",
|
|---|
| 1623 | "npm": ">=8.0.0"
|
|---|
| 1624 | },
|
|---|
| 1625 | "optionalDependencies": {
|
|---|
| 1626 | "@napi-rs/lzma-linux-x64-gnu": "1.5.1",
|
|---|
| 1627 | "@rollup/rollup-android-arm-eabi": "4.63.3",
|
|---|
| 1628 | "@rollup/rollup-android-arm64": "4.63.3",
|
|---|
| 1629 | "@rollup/rollup-darwin-arm64": "4.63.3",
|
|---|
| 1630 | "@rollup/rollup-darwin-x64": "4.63.3",
|
|---|
| 1631 | "@rollup/rollup-freebsd-arm64": "4.63.3",
|
|---|
| 1632 | "@rollup/rollup-freebsd-x64": "4.63.3",
|
|---|
| 1633 | "@rollup/rollup-linux-arm-gnueabihf": "4.63.3",
|
|---|
| 1634 | "@rollup/rollup-linux-arm-musleabihf": "4.63.3",
|
|---|
| 1635 | "@rollup/rollup-linux-arm64-gnu": "4.63.3",
|
|---|
| 1636 | "@rollup/rollup-linux-arm64-musl": "4.63.3",
|
|---|
| 1637 | "@rollup/rollup-linux-loong64-gnu": "4.63.3",
|
|---|
| 1638 | "@rollup/rollup-linux-loong64-musl": "4.63.3",
|
|---|
| 1639 | "@rollup/rollup-linux-ppc64-gnu": "4.63.3",
|
|---|
| 1640 | "@rollup/rollup-linux-ppc64-musl": "4.63.3",
|
|---|
| 1641 | "@rollup/rollup-linux-riscv64-gnu": "4.63.3",
|
|---|
| 1642 | "@rollup/rollup-linux-riscv64-musl": "4.63.3",
|
|---|
| 1643 | "@rollup/rollup-linux-s390x-gnu": "4.63.3",
|
|---|
| 1644 | "@rollup/rollup-linux-x64-gnu": "4.63.3",
|
|---|
| 1645 | "@rollup/rollup-linux-x64-musl": "4.63.3",
|
|---|
| 1646 | "@rollup/rollup-openbsd-x64": "4.63.3",
|
|---|
| 1647 | "@rollup/rollup-openharmony-arm64": "4.63.3",
|
|---|
| 1648 | "@rollup/rollup-win32-arm64-msvc": "4.63.3",
|
|---|
| 1649 | "@rollup/rollup-win32-ia32-msvc": "4.63.3",
|
|---|
| 1650 | "@rollup/rollup-win32-x64-gnu": "4.63.3",
|
|---|
| 1651 | "@rollup/rollup-win32-x64-msvc": "4.63.3",
|
|---|
| 1652 | "fsevents": "~2.3.2"
|
|---|
| 1653 | }
|
|---|
| 1654 | },
|
|---|
| 1655 | "node_modules/scheduler": {
|
|---|
| 1656 | "version": "0.23.2",
|
|---|
| 1657 | "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
|
|---|
| 1658 | "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
|
|---|
| 1659 | "license": "MIT",
|
|---|
| 1660 | "dependencies": {
|
|---|
| 1661 | "loose-envify": "^1.1.0"
|
|---|
| 1662 | }
|
|---|
| 1663 | },
|
|---|
| 1664 | "node_modules/semver": {
|
|---|
| 1665 | "version": "6.3.1",
|
|---|
| 1666 | "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|---|
| 1667 | "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|---|
| 1668 | "dev": true,
|
|---|
| 1669 | "license": "ISC",
|
|---|
| 1670 | "bin": {
|
|---|
| 1671 | "semver": "bin/semver.js"
|
|---|
| 1672 | }
|
|---|
| 1673 | },
|
|---|
| 1674 | "node_modules/source-map-js": {
|
|---|
| 1675 | "version": "1.2.1",
|
|---|
| 1676 | "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|---|
| 1677 | "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|---|
| 1678 | "dev": true,
|
|---|
| 1679 | "license": "BSD-3-Clause",
|
|---|
| 1680 | "engines": {
|
|---|
| 1681 | "node": ">=0.10.0"
|
|---|
| 1682 | }
|
|---|
| 1683 | },
|
|---|
| 1684 | "node_modules/tinyglobby": {
|
|---|
| 1685 | "version": "0.2.17",
|
|---|
| 1686 | "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
|
|---|
| 1687 | "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
|
|---|
| 1688 | "dev": true,
|
|---|
| 1689 | "license": "MIT",
|
|---|
| 1690 | "dependencies": {
|
|---|
| 1691 | "fdir": "^6.5.0",
|
|---|
| 1692 | "picomatch": "^4.0.4"
|
|---|
| 1693 | },
|
|---|
| 1694 | "engines": {
|
|---|
| 1695 | "node": ">=12.0.0"
|
|---|
| 1696 | },
|
|---|
| 1697 | "funding": {
|
|---|
| 1698 | "url": "https://github.com/sponsors/SuperchupuDev"
|
|---|
| 1699 | }
|
|---|
| 1700 | },
|
|---|
| 1701 | "node_modules/update-browserslist-db": {
|
|---|
| 1702 | "version": "1.3.3",
|
|---|
| 1703 | "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.3.3.tgz",
|
|---|
| 1704 | "integrity": "sha512-pJ2sYawQS0R/WI928Gj5GlPhTGzbMelq0+4INtSYNDV9ErKJcX6xjGWkoG/VnB3dpUm00zALaqkrUD77pO5TDQ==",
|
|---|
| 1705 | "dev": true,
|
|---|
| 1706 | "funding": [
|
|---|
| 1707 | {
|
|---|
| 1708 | "type": "opencollective",
|
|---|
| 1709 | "url": "https://opencollective.com/browserslist"
|
|---|
| 1710 | },
|
|---|
| 1711 | {
|
|---|
| 1712 | "type": "tidelift",
|
|---|
| 1713 | "url": "https://tidelift.com/funding/github/npm/browserslist"
|
|---|
| 1714 | },
|
|---|
| 1715 | {
|
|---|
| 1716 | "type": "github",
|
|---|
| 1717 | "url": "https://github.com/sponsors/ai"
|
|---|
| 1718 | }
|
|---|
| 1719 | ],
|
|---|
| 1720 | "license": "MIT",
|
|---|
| 1721 | "dependencies": {
|
|---|
| 1722 | "escalade": "^3.2.0",
|
|---|
| 1723 | "picocolors": "^1.1.1"
|
|---|
| 1724 | },
|
|---|
| 1725 | "bin": {
|
|---|
| 1726 | "update-browserslist-db": "cli.js"
|
|---|
| 1727 | },
|
|---|
| 1728 | "peerDependencies": {
|
|---|
| 1729 | "browserslist": ">= 4.21.0"
|
|---|
| 1730 | }
|
|---|
| 1731 | },
|
|---|
| 1732 | "node_modules/vite": {
|
|---|
| 1733 | "version": "6.4.3",
|
|---|
| 1734 | "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.3.tgz",
|
|---|
| 1735 | "integrity": "sha512-NTKlcQjlAK7MlQoyb6LgaqHc8sso/pVyUJYWMws3jg21uTJw/LddqIFPcPqP6PzpgbIcZyKI85sFE4HBrQDA8A==",
|
|---|
| 1736 | "dev": true,
|
|---|
| 1737 | "license": "MIT",
|
|---|
| 1738 | "dependencies": {
|
|---|
| 1739 | "esbuild": "^0.25.0",
|
|---|
| 1740 | "fdir": "^6.4.4",
|
|---|
| 1741 | "picomatch": "^4.0.2",
|
|---|
| 1742 | "postcss": "^8.5.3",
|
|---|
| 1743 | "rollup": "^4.34.9",
|
|---|
| 1744 | "tinyglobby": "^0.2.13"
|
|---|
| 1745 | },
|
|---|
| 1746 | "bin": {
|
|---|
| 1747 | "vite": "bin/vite.js"
|
|---|
| 1748 | },
|
|---|
| 1749 | "engines": {
|
|---|
| 1750 | "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
|
|---|
| 1751 | },
|
|---|
| 1752 | "funding": {
|
|---|
| 1753 | "url": "https://github.com/vitejs/vite?sponsor=1"
|
|---|
| 1754 | },
|
|---|
| 1755 | "optionalDependencies": {
|
|---|
| 1756 | "fsevents": "~2.3.3"
|
|---|
| 1757 | },
|
|---|
| 1758 | "peerDependencies": {
|
|---|
| 1759 | "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
|
|---|
| 1760 | "jiti": ">=1.21.0",
|
|---|
| 1761 | "less": "*",
|
|---|
| 1762 | "lightningcss": "^1.21.0",
|
|---|
| 1763 | "sass": "*",
|
|---|
| 1764 | "sass-embedded": "*",
|
|---|
| 1765 | "stylus": "*",
|
|---|
| 1766 | "sugarss": "*",
|
|---|
| 1767 | "terser": "^5.16.0",
|
|---|
| 1768 | "tsx": "^4.8.1",
|
|---|
| 1769 | "yaml": "^2.4.2"
|
|---|
| 1770 | },
|
|---|
| 1771 | "peerDependenciesMeta": {
|
|---|
| 1772 | "@types/node": {
|
|---|
| 1773 | "optional": true
|
|---|
| 1774 | },
|
|---|
| 1775 | "jiti": {
|
|---|
| 1776 | "optional": true
|
|---|
| 1777 | },
|
|---|
| 1778 | "less": {
|
|---|
| 1779 | "optional": true
|
|---|
| 1780 | },
|
|---|
| 1781 | "lightningcss": {
|
|---|
| 1782 | "optional": true
|
|---|
| 1783 | },
|
|---|
| 1784 | "sass": {
|
|---|
| 1785 | "optional": true
|
|---|
| 1786 | },
|
|---|
| 1787 | "sass-embedded": {
|
|---|
| 1788 | "optional": true
|
|---|
| 1789 | },
|
|---|
| 1790 | "stylus": {
|
|---|
| 1791 | "optional": true
|
|---|
| 1792 | },
|
|---|
| 1793 | "sugarss": {
|
|---|
| 1794 | "optional": true
|
|---|
| 1795 | },
|
|---|
| 1796 | "terser": {
|
|---|
| 1797 | "optional": true
|
|---|
| 1798 | },
|
|---|
| 1799 | "tsx": {
|
|---|
| 1800 | "optional": true
|
|---|
| 1801 | },
|
|---|
| 1802 | "yaml": {
|
|---|
| 1803 | "optional": true
|
|---|
| 1804 | }
|
|---|
| 1805 | }
|
|---|
| 1806 | },
|
|---|
| 1807 | "node_modules/yallist": {
|
|---|
| 1808 | "version": "3.1.1",
|
|---|
| 1809 | "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|---|
| 1810 | "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
|
|---|
| 1811 | "dev": true,
|
|---|
| 1812 | "license": "ISC"
|
|---|
| 1813 | }
|
|---|
| 1814 | }
|
|---|
| 1815 | }
|
|---|