postcss-enumerates-in-line 0.0.1 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1067 @@
1
+ {
2
+ "name": "postcss",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "postcss",
9
+ "version": "1.0.0",
10
+ "license": "ISC",
11
+ "dependencies": {
12
+ "autoprefixer": "^10.4.23",
13
+ "glob": "^13.0.0",
14
+ "npm-run-all2": "^8.0.4",
15
+ "postcss": "^8.5.6",
16
+ "postcss-csso": "^6.0.1",
17
+ "postcss-enumerates-in-line": "^0.0.9",
18
+ "sass": "^1.96.0"
19
+ }
20
+ },
21
+ "node_modules/@isaacs/balanced-match": {
22
+ "version": "4.0.1",
23
+ "resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz",
24
+ "integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==",
25
+ "license": "MIT",
26
+ "engines": {
27
+ "node": "20 || >=22"
28
+ }
29
+ },
30
+ "node_modules/@isaacs/brace-expansion": {
31
+ "version": "5.0.0",
32
+ "resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz",
33
+ "integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==",
34
+ "license": "MIT",
35
+ "dependencies": {
36
+ "@isaacs/balanced-match": "^4.0.1"
37
+ },
38
+ "engines": {
39
+ "node": "20 || >=22"
40
+ }
41
+ },
42
+ "node_modules/@parcel/watcher": {
43
+ "version": "2.5.1",
44
+ "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz",
45
+ "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
46
+ "hasInstallScript": true,
47
+ "license": "MIT",
48
+ "optional": true,
49
+ "dependencies": {
50
+ "detect-libc": "^1.0.3",
51
+ "is-glob": "^4.0.3",
52
+ "micromatch": "^4.0.5",
53
+ "node-addon-api": "^7.0.0"
54
+ },
55
+ "engines": {
56
+ "node": ">= 10.0.0"
57
+ },
58
+ "funding": {
59
+ "type": "opencollective",
60
+ "url": "https://opencollective.com/parcel"
61
+ },
62
+ "optionalDependencies": {
63
+ "@parcel/watcher-android-arm64": "2.5.1",
64
+ "@parcel/watcher-darwin-arm64": "2.5.1",
65
+ "@parcel/watcher-darwin-x64": "2.5.1",
66
+ "@parcel/watcher-freebsd-x64": "2.5.1",
67
+ "@parcel/watcher-linux-arm-glibc": "2.5.1",
68
+ "@parcel/watcher-linux-arm-musl": "2.5.1",
69
+ "@parcel/watcher-linux-arm64-glibc": "2.5.1",
70
+ "@parcel/watcher-linux-arm64-musl": "2.5.1",
71
+ "@parcel/watcher-linux-x64-glibc": "2.5.1",
72
+ "@parcel/watcher-linux-x64-musl": "2.5.1",
73
+ "@parcel/watcher-win32-arm64": "2.5.1",
74
+ "@parcel/watcher-win32-ia32": "2.5.1",
75
+ "@parcel/watcher-win32-x64": "2.5.1"
76
+ }
77
+ },
78
+ "node_modules/@parcel/watcher-android-arm64": {
79
+ "version": "2.5.1",
80
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
81
+ "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
82
+ "cpu": [
83
+ "arm64"
84
+ ],
85
+ "license": "MIT",
86
+ "optional": true,
87
+ "os": [
88
+ "android"
89
+ ],
90
+ "engines": {
91
+ "node": ">= 10.0.0"
92
+ },
93
+ "funding": {
94
+ "type": "opencollective",
95
+ "url": "https://opencollective.com/parcel"
96
+ }
97
+ },
98
+ "node_modules/@parcel/watcher-darwin-arm64": {
99
+ "version": "2.5.1",
100
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
101
+ "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
102
+ "cpu": [
103
+ "arm64"
104
+ ],
105
+ "license": "MIT",
106
+ "optional": true,
107
+ "os": [
108
+ "darwin"
109
+ ],
110
+ "engines": {
111
+ "node": ">= 10.0.0"
112
+ },
113
+ "funding": {
114
+ "type": "opencollective",
115
+ "url": "https://opencollective.com/parcel"
116
+ }
117
+ },
118
+ "node_modules/@parcel/watcher-darwin-x64": {
119
+ "version": "2.5.1",
120
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
121
+ "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
122
+ "cpu": [
123
+ "x64"
124
+ ],
125
+ "license": "MIT",
126
+ "optional": true,
127
+ "os": [
128
+ "darwin"
129
+ ],
130
+ "engines": {
131
+ "node": ">= 10.0.0"
132
+ },
133
+ "funding": {
134
+ "type": "opencollective",
135
+ "url": "https://opencollective.com/parcel"
136
+ }
137
+ },
138
+ "node_modules/@parcel/watcher-freebsd-x64": {
139
+ "version": "2.5.1",
140
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
141
+ "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
142
+ "cpu": [
143
+ "x64"
144
+ ],
145
+ "license": "MIT",
146
+ "optional": true,
147
+ "os": [
148
+ "freebsd"
149
+ ],
150
+ "engines": {
151
+ "node": ">= 10.0.0"
152
+ },
153
+ "funding": {
154
+ "type": "opencollective",
155
+ "url": "https://opencollective.com/parcel"
156
+ }
157
+ },
158
+ "node_modules/@parcel/watcher-linux-arm-glibc": {
159
+ "version": "2.5.1",
160
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
161
+ "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
162
+ "cpu": [
163
+ "arm"
164
+ ],
165
+ "license": "MIT",
166
+ "optional": true,
167
+ "os": [
168
+ "linux"
169
+ ],
170
+ "engines": {
171
+ "node": ">= 10.0.0"
172
+ },
173
+ "funding": {
174
+ "type": "opencollective",
175
+ "url": "https://opencollective.com/parcel"
176
+ }
177
+ },
178
+ "node_modules/@parcel/watcher-linux-arm-musl": {
179
+ "version": "2.5.1",
180
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
181
+ "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
182
+ "cpu": [
183
+ "arm"
184
+ ],
185
+ "license": "MIT",
186
+ "optional": true,
187
+ "os": [
188
+ "linux"
189
+ ],
190
+ "engines": {
191
+ "node": ">= 10.0.0"
192
+ },
193
+ "funding": {
194
+ "type": "opencollective",
195
+ "url": "https://opencollective.com/parcel"
196
+ }
197
+ },
198
+ "node_modules/@parcel/watcher-linux-arm64-glibc": {
199
+ "version": "2.5.1",
200
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
201
+ "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
202
+ "cpu": [
203
+ "arm64"
204
+ ],
205
+ "license": "MIT",
206
+ "optional": true,
207
+ "os": [
208
+ "linux"
209
+ ],
210
+ "engines": {
211
+ "node": ">= 10.0.0"
212
+ },
213
+ "funding": {
214
+ "type": "opencollective",
215
+ "url": "https://opencollective.com/parcel"
216
+ }
217
+ },
218
+ "node_modules/@parcel/watcher-linux-arm64-musl": {
219
+ "version": "2.5.1",
220
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
221
+ "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
222
+ "cpu": [
223
+ "arm64"
224
+ ],
225
+ "license": "MIT",
226
+ "optional": true,
227
+ "os": [
228
+ "linux"
229
+ ],
230
+ "engines": {
231
+ "node": ">= 10.0.0"
232
+ },
233
+ "funding": {
234
+ "type": "opencollective",
235
+ "url": "https://opencollective.com/parcel"
236
+ }
237
+ },
238
+ "node_modules/@parcel/watcher-linux-x64-glibc": {
239
+ "version": "2.5.1",
240
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
241
+ "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
242
+ "cpu": [
243
+ "x64"
244
+ ],
245
+ "license": "MIT",
246
+ "optional": true,
247
+ "os": [
248
+ "linux"
249
+ ],
250
+ "engines": {
251
+ "node": ">= 10.0.0"
252
+ },
253
+ "funding": {
254
+ "type": "opencollective",
255
+ "url": "https://opencollective.com/parcel"
256
+ }
257
+ },
258
+ "node_modules/@parcel/watcher-linux-x64-musl": {
259
+ "version": "2.5.1",
260
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
261
+ "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
262
+ "cpu": [
263
+ "x64"
264
+ ],
265
+ "license": "MIT",
266
+ "optional": true,
267
+ "os": [
268
+ "linux"
269
+ ],
270
+ "engines": {
271
+ "node": ">= 10.0.0"
272
+ },
273
+ "funding": {
274
+ "type": "opencollective",
275
+ "url": "https://opencollective.com/parcel"
276
+ }
277
+ },
278
+ "node_modules/@parcel/watcher-win32-arm64": {
279
+ "version": "2.5.1",
280
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
281
+ "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
282
+ "cpu": [
283
+ "arm64"
284
+ ],
285
+ "license": "MIT",
286
+ "optional": true,
287
+ "os": [
288
+ "win32"
289
+ ],
290
+ "engines": {
291
+ "node": ">= 10.0.0"
292
+ },
293
+ "funding": {
294
+ "type": "opencollective",
295
+ "url": "https://opencollective.com/parcel"
296
+ }
297
+ },
298
+ "node_modules/@parcel/watcher-win32-ia32": {
299
+ "version": "2.5.1",
300
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
301
+ "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
302
+ "cpu": [
303
+ "ia32"
304
+ ],
305
+ "license": "MIT",
306
+ "optional": true,
307
+ "os": [
308
+ "win32"
309
+ ],
310
+ "engines": {
311
+ "node": ">= 10.0.0"
312
+ },
313
+ "funding": {
314
+ "type": "opencollective",
315
+ "url": "https://opencollective.com/parcel"
316
+ }
317
+ },
318
+ "node_modules/@parcel/watcher-win32-x64": {
319
+ "version": "2.5.1",
320
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
321
+ "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
322
+ "cpu": [
323
+ "x64"
324
+ ],
325
+ "license": "MIT",
326
+ "optional": true,
327
+ "os": [
328
+ "win32"
329
+ ],
330
+ "engines": {
331
+ "node": ">= 10.0.0"
332
+ },
333
+ "funding": {
334
+ "type": "opencollective",
335
+ "url": "https://opencollective.com/parcel"
336
+ }
337
+ },
338
+ "node_modules/ansi-styles": {
339
+ "version": "6.2.3",
340
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
341
+ "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
342
+ "license": "MIT",
343
+ "engines": {
344
+ "node": ">=12"
345
+ },
346
+ "funding": {
347
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
348
+ }
349
+ },
350
+ "node_modules/autoprefixer": {
351
+ "version": "10.4.23",
352
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.23.tgz",
353
+ "integrity": "sha512-YYTXSFulfwytnjAPlw8QHncHJmlvFKtczb8InXaAx9Q0LbfDnfEYDE55omerIJKihhmU61Ft+cAOSzQVaBUmeA==",
354
+ "funding": [
355
+ {
356
+ "type": "opencollective",
357
+ "url": "https://opencollective.com/postcss/"
358
+ },
359
+ {
360
+ "type": "tidelift",
361
+ "url": "https://tidelift.com/funding/github/npm/autoprefixer"
362
+ },
363
+ {
364
+ "type": "github",
365
+ "url": "https://github.com/sponsors/ai"
366
+ }
367
+ ],
368
+ "license": "MIT",
369
+ "dependencies": {
370
+ "browserslist": "^4.28.1",
371
+ "caniuse-lite": "^1.0.30001760",
372
+ "fraction.js": "^5.3.4",
373
+ "picocolors": "^1.1.1",
374
+ "postcss-value-parser": "^4.2.0"
375
+ },
376
+ "bin": {
377
+ "autoprefixer": "bin/autoprefixer"
378
+ },
379
+ "engines": {
380
+ "node": "^10 || ^12 || >=14"
381
+ },
382
+ "peerDependencies": {
383
+ "postcss": "^8.1.0"
384
+ }
385
+ },
386
+ "node_modules/baseline-browser-mapping": {
387
+ "version": "2.9.7",
388
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.7.tgz",
389
+ "integrity": "sha512-k9xFKplee6KIio3IDbwj+uaCLpqzOwakOgmqzPezM0sFJlFKcg30vk2wOiAJtkTSfx0SSQDSe8q+mWA/fSH5Zg==",
390
+ "license": "Apache-2.0",
391
+ "bin": {
392
+ "baseline-browser-mapping": "dist/cli.js"
393
+ }
394
+ },
395
+ "node_modules/braces": {
396
+ "version": "3.0.3",
397
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
398
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
399
+ "license": "MIT",
400
+ "optional": true,
401
+ "dependencies": {
402
+ "fill-range": "^7.1.1"
403
+ },
404
+ "engines": {
405
+ "node": ">=8"
406
+ }
407
+ },
408
+ "node_modules/browserslist": {
409
+ "version": "4.28.1",
410
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
411
+ "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
412
+ "funding": [
413
+ {
414
+ "type": "opencollective",
415
+ "url": "https://opencollective.com/browserslist"
416
+ },
417
+ {
418
+ "type": "tidelift",
419
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
420
+ },
421
+ {
422
+ "type": "github",
423
+ "url": "https://github.com/sponsors/ai"
424
+ }
425
+ ],
426
+ "license": "MIT",
427
+ "dependencies": {
428
+ "baseline-browser-mapping": "^2.9.0",
429
+ "caniuse-lite": "^1.0.30001759",
430
+ "electron-to-chromium": "^1.5.263",
431
+ "node-releases": "^2.0.27",
432
+ "update-browserslist-db": "^1.2.0"
433
+ },
434
+ "bin": {
435
+ "browserslist": "cli.js"
436
+ },
437
+ "engines": {
438
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
439
+ }
440
+ },
441
+ "node_modules/caniuse-lite": {
442
+ "version": "1.0.30001760",
443
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001760.tgz",
444
+ "integrity": "sha512-7AAMPcueWELt1p3mi13HR/LHH0TJLT11cnwDJEs3xA4+CK/PLKeO9Kl1oru24htkyUKtkGCvAx4ohB0Ttry8Dw==",
445
+ "funding": [
446
+ {
447
+ "type": "opencollective",
448
+ "url": "https://opencollective.com/browserslist"
449
+ },
450
+ {
451
+ "type": "tidelift",
452
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
453
+ },
454
+ {
455
+ "type": "github",
456
+ "url": "https://github.com/sponsors/ai"
457
+ }
458
+ ],
459
+ "license": "CC-BY-4.0"
460
+ },
461
+ "node_modules/chokidar": {
462
+ "version": "4.0.3",
463
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
464
+ "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
465
+ "license": "MIT",
466
+ "dependencies": {
467
+ "readdirp": "^4.0.1"
468
+ },
469
+ "engines": {
470
+ "node": ">= 14.16.0"
471
+ },
472
+ "funding": {
473
+ "url": "https://paulmillr.com/funding/"
474
+ }
475
+ },
476
+ "node_modules/cross-spawn": {
477
+ "version": "7.0.6",
478
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
479
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
480
+ "license": "MIT",
481
+ "dependencies": {
482
+ "path-key": "^3.1.0",
483
+ "shebang-command": "^2.0.0",
484
+ "which": "^2.0.1"
485
+ },
486
+ "engines": {
487
+ "node": ">= 8"
488
+ }
489
+ },
490
+ "node_modules/cross-spawn/node_modules/isexe": {
491
+ "version": "2.0.0",
492
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
493
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
494
+ "license": "ISC"
495
+ },
496
+ "node_modules/cross-spawn/node_modules/which": {
497
+ "version": "2.0.2",
498
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
499
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
500
+ "license": "ISC",
501
+ "dependencies": {
502
+ "isexe": "^2.0.0"
503
+ },
504
+ "bin": {
505
+ "node-which": "bin/node-which"
506
+ },
507
+ "engines": {
508
+ "node": ">= 8"
509
+ }
510
+ },
511
+ "node_modules/css-tree": {
512
+ "version": "2.2.1",
513
+ "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
514
+ "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
515
+ "license": "MIT",
516
+ "dependencies": {
517
+ "mdn-data": "2.0.28",
518
+ "source-map-js": "^1.0.1"
519
+ },
520
+ "engines": {
521
+ "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
522
+ "npm": ">=7.0.0"
523
+ }
524
+ },
525
+ "node_modules/csso": {
526
+ "version": "5.0.5",
527
+ "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
528
+ "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
529
+ "license": "MIT",
530
+ "dependencies": {
531
+ "css-tree": "~2.2.0"
532
+ },
533
+ "engines": {
534
+ "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
535
+ "npm": ">=7.0.0"
536
+ }
537
+ },
538
+ "node_modules/detect-libc": {
539
+ "version": "1.0.3",
540
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
541
+ "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
542
+ "license": "Apache-2.0",
543
+ "optional": true,
544
+ "bin": {
545
+ "detect-libc": "bin/detect-libc.js"
546
+ },
547
+ "engines": {
548
+ "node": ">=0.10"
549
+ }
550
+ },
551
+ "node_modules/electron-to-chromium": {
552
+ "version": "1.5.267",
553
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz",
554
+ "integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==",
555
+ "license": "ISC"
556
+ },
557
+ "node_modules/escalade": {
558
+ "version": "3.2.0",
559
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
560
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
561
+ "license": "MIT",
562
+ "engines": {
563
+ "node": ">=6"
564
+ }
565
+ },
566
+ "node_modules/fill-range": {
567
+ "version": "7.1.1",
568
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
569
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
570
+ "license": "MIT",
571
+ "optional": true,
572
+ "dependencies": {
573
+ "to-regex-range": "^5.0.1"
574
+ },
575
+ "engines": {
576
+ "node": ">=8"
577
+ }
578
+ },
579
+ "node_modules/fraction.js": {
580
+ "version": "5.3.4",
581
+ "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz",
582
+ "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
583
+ "license": "MIT",
584
+ "engines": {
585
+ "node": "*"
586
+ },
587
+ "funding": {
588
+ "type": "github",
589
+ "url": "https://github.com/sponsors/rawify"
590
+ }
591
+ },
592
+ "node_modules/glob": {
593
+ "version": "13.0.0",
594
+ "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz",
595
+ "integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==",
596
+ "license": "BlueOak-1.0.0",
597
+ "dependencies": {
598
+ "minimatch": "^10.1.1",
599
+ "minipass": "^7.1.2",
600
+ "path-scurry": "^2.0.0"
601
+ },
602
+ "engines": {
603
+ "node": "20 || >=22"
604
+ },
605
+ "funding": {
606
+ "url": "https://github.com/sponsors/isaacs"
607
+ }
608
+ },
609
+ "node_modules/immutable": {
610
+ "version": "5.1.4",
611
+ "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.4.tgz",
612
+ "integrity": "sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==",
613
+ "license": "MIT"
614
+ },
615
+ "node_modules/is-extglob": {
616
+ "version": "2.1.1",
617
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
618
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
619
+ "license": "MIT",
620
+ "optional": true,
621
+ "engines": {
622
+ "node": ">=0.10.0"
623
+ }
624
+ },
625
+ "node_modules/is-glob": {
626
+ "version": "4.0.3",
627
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
628
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
629
+ "license": "MIT",
630
+ "optional": true,
631
+ "dependencies": {
632
+ "is-extglob": "^2.1.1"
633
+ },
634
+ "engines": {
635
+ "node": ">=0.10.0"
636
+ }
637
+ },
638
+ "node_modules/is-number": {
639
+ "version": "7.0.0",
640
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
641
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
642
+ "license": "MIT",
643
+ "optional": true,
644
+ "engines": {
645
+ "node": ">=0.12.0"
646
+ }
647
+ },
648
+ "node_modules/isexe": {
649
+ "version": "3.1.1",
650
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
651
+ "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
652
+ "license": "ISC",
653
+ "engines": {
654
+ "node": ">=16"
655
+ }
656
+ },
657
+ "node_modules/json-parse-even-better-errors": {
658
+ "version": "4.0.0",
659
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-4.0.0.tgz",
660
+ "integrity": "sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==",
661
+ "license": "MIT",
662
+ "engines": {
663
+ "node": "^18.17.0 || >=20.5.0"
664
+ }
665
+ },
666
+ "node_modules/lru-cache": {
667
+ "version": "11.2.4",
668
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.4.tgz",
669
+ "integrity": "sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==",
670
+ "license": "BlueOak-1.0.0",
671
+ "engines": {
672
+ "node": "20 || >=22"
673
+ }
674
+ },
675
+ "node_modules/mdn-data": {
676
+ "version": "2.0.28",
677
+ "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
678
+ "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
679
+ "license": "CC0-1.0"
680
+ },
681
+ "node_modules/memorystream": {
682
+ "version": "0.3.1",
683
+ "resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz",
684
+ "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==",
685
+ "engines": {
686
+ "node": ">= 0.10.0"
687
+ }
688
+ },
689
+ "node_modules/micromatch": {
690
+ "version": "4.0.8",
691
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
692
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
693
+ "license": "MIT",
694
+ "optional": true,
695
+ "dependencies": {
696
+ "braces": "^3.0.3",
697
+ "picomatch": "^2.3.1"
698
+ },
699
+ "engines": {
700
+ "node": ">=8.6"
701
+ }
702
+ },
703
+ "node_modules/micromatch/node_modules/picomatch": {
704
+ "version": "2.3.1",
705
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
706
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
707
+ "license": "MIT",
708
+ "optional": true,
709
+ "engines": {
710
+ "node": ">=8.6"
711
+ },
712
+ "funding": {
713
+ "url": "https://github.com/sponsors/jonschlinkert"
714
+ }
715
+ },
716
+ "node_modules/minimatch": {
717
+ "version": "10.1.1",
718
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz",
719
+ "integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
720
+ "license": "BlueOak-1.0.0",
721
+ "dependencies": {
722
+ "@isaacs/brace-expansion": "^5.0.0"
723
+ },
724
+ "engines": {
725
+ "node": "20 || >=22"
726
+ },
727
+ "funding": {
728
+ "url": "https://github.com/sponsors/isaacs"
729
+ }
730
+ },
731
+ "node_modules/minipass": {
732
+ "version": "7.1.2",
733
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
734
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
735
+ "license": "ISC",
736
+ "engines": {
737
+ "node": ">=16 || 14 >=14.17"
738
+ }
739
+ },
740
+ "node_modules/nanoid": {
741
+ "version": "3.3.11",
742
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
743
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
744
+ "funding": [
745
+ {
746
+ "type": "github",
747
+ "url": "https://github.com/sponsors/ai"
748
+ }
749
+ ],
750
+ "license": "MIT",
751
+ "bin": {
752
+ "nanoid": "bin/nanoid.cjs"
753
+ },
754
+ "engines": {
755
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
756
+ }
757
+ },
758
+ "node_modules/node-addon-api": {
759
+ "version": "7.1.1",
760
+ "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
761
+ "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
762
+ "license": "MIT",
763
+ "optional": true
764
+ },
765
+ "node_modules/node-releases": {
766
+ "version": "2.0.27",
767
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
768
+ "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
769
+ "license": "MIT"
770
+ },
771
+ "node_modules/npm-normalize-package-bin": {
772
+ "version": "4.0.0",
773
+ "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz",
774
+ "integrity": "sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==",
775
+ "license": "ISC",
776
+ "engines": {
777
+ "node": "^18.17.0 || >=20.5.0"
778
+ }
779
+ },
780
+ "node_modules/npm-run-all2": {
781
+ "version": "8.0.4",
782
+ "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-8.0.4.tgz",
783
+ "integrity": "sha512-wdbB5My48XKp2ZfJUlhnLVihzeuA1hgBnqB2J9ahV77wLS+/YAJAlN8I+X3DIFIPZ3m5L7nplmlbhNiFDmXRDA==",
784
+ "license": "MIT",
785
+ "dependencies": {
786
+ "ansi-styles": "^6.2.1",
787
+ "cross-spawn": "^7.0.6",
788
+ "memorystream": "^0.3.1",
789
+ "picomatch": "^4.0.2",
790
+ "pidtree": "^0.6.0",
791
+ "read-package-json-fast": "^4.0.0",
792
+ "shell-quote": "^1.7.3",
793
+ "which": "^5.0.0"
794
+ },
795
+ "bin": {
796
+ "npm-run-all": "bin/npm-run-all/index.js",
797
+ "npm-run-all2": "bin/npm-run-all/index.js",
798
+ "run-p": "bin/run-p/index.js",
799
+ "run-s": "bin/run-s/index.js"
800
+ },
801
+ "engines": {
802
+ "node": "^20.5.0 || >=22.0.0",
803
+ "npm": ">= 10"
804
+ }
805
+ },
806
+ "node_modules/path-key": {
807
+ "version": "3.1.1",
808
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
809
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
810
+ "license": "MIT",
811
+ "engines": {
812
+ "node": ">=8"
813
+ }
814
+ },
815
+ "node_modules/path-scurry": {
816
+ "version": "2.0.1",
817
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.1.tgz",
818
+ "integrity": "sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==",
819
+ "license": "BlueOak-1.0.0",
820
+ "dependencies": {
821
+ "lru-cache": "^11.0.0",
822
+ "minipass": "^7.1.2"
823
+ },
824
+ "engines": {
825
+ "node": "20 || >=22"
826
+ },
827
+ "funding": {
828
+ "url": "https://github.com/sponsors/isaacs"
829
+ }
830
+ },
831
+ "node_modules/picocolors": {
832
+ "version": "1.1.1",
833
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
834
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
835
+ "license": "ISC"
836
+ },
837
+ "node_modules/picomatch": {
838
+ "version": "4.0.3",
839
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
840
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
841
+ "license": "MIT",
842
+ "engines": {
843
+ "node": ">=12"
844
+ },
845
+ "funding": {
846
+ "url": "https://github.com/sponsors/jonschlinkert"
847
+ }
848
+ },
849
+ "node_modules/pidtree": {
850
+ "version": "0.6.0",
851
+ "resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.6.0.tgz",
852
+ "integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==",
853
+ "license": "MIT",
854
+ "bin": {
855
+ "pidtree": "bin/pidtree.js"
856
+ },
857
+ "engines": {
858
+ "node": ">=0.10"
859
+ }
860
+ },
861
+ "node_modules/postcss": {
862
+ "version": "8.5.6",
863
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
864
+ "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
865
+ "funding": [
866
+ {
867
+ "type": "opencollective",
868
+ "url": "https://opencollective.com/postcss/"
869
+ },
870
+ {
871
+ "type": "tidelift",
872
+ "url": "https://tidelift.com/funding/github/npm/postcss"
873
+ },
874
+ {
875
+ "type": "github",
876
+ "url": "https://github.com/sponsors/ai"
877
+ }
878
+ ],
879
+ "license": "MIT",
880
+ "dependencies": {
881
+ "nanoid": "^3.3.11",
882
+ "picocolors": "^1.1.1",
883
+ "source-map-js": "^1.2.1"
884
+ },
885
+ "engines": {
886
+ "node": "^10 || ^12 || >=14"
887
+ }
888
+ },
889
+ "node_modules/postcss-csso": {
890
+ "version": "6.0.1",
891
+ "resolved": "https://registry.npmjs.org/postcss-csso/-/postcss-csso-6.0.1.tgz",
892
+ "integrity": "sha512-ZV4yEziMrx6CEiqabGLrDva0pMD7Fbw7yP+LzJvaynM4OJgTssGN6dHiMsJMJdpmNaLJltXVLsrb/5sxbFa8sA==",
893
+ "license": "MIT",
894
+ "dependencies": {
895
+ "csso": "^5.0.5"
896
+ },
897
+ "engines": {
898
+ "node": "^12.20.0 || ^14.13.0 || >=15.0.0",
899
+ "npm": ">=7.0.0"
900
+ },
901
+ "peerDependencies": {
902
+ "postcss": "^8.0.0"
903
+ }
904
+ },
905
+ "node_modules/postcss-enumerates-in-line": {
906
+ "version": "0.0.9",
907
+ "resolved": "https://registry.npmjs.org/postcss-enumerates-in-line/-/postcss-enumerates-in-line-0.0.9.tgz",
908
+ "integrity": "sha512-cADG6Zp9AWPbDuet6P5zOGyjM9VYIbOTqacy+fcoNjvBzjAtxMF0yYa/KHyXn8A3ErPUXmuSgxPCNlqXwtDHPA==",
909
+ "license": "ISC",
910
+ "dependencies": {
911
+ "postcss": "^8.5.6"
912
+ }
913
+ },
914
+ "node_modules/postcss-value-parser": {
915
+ "version": "4.2.0",
916
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
917
+ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
918
+ "license": "MIT"
919
+ },
920
+ "node_modules/read-package-json-fast": {
921
+ "version": "4.0.0",
922
+ "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-4.0.0.tgz",
923
+ "integrity": "sha512-qpt8EwugBWDw2cgE2W+/3oxC+KTez2uSVR8JU9Q36TXPAGCaozfQUs59v4j4GFpWTaw0i6hAZSvOmu1J0uOEUg==",
924
+ "license": "ISC",
925
+ "dependencies": {
926
+ "json-parse-even-better-errors": "^4.0.0",
927
+ "npm-normalize-package-bin": "^4.0.0"
928
+ },
929
+ "engines": {
930
+ "node": "^18.17.0 || >=20.5.0"
931
+ }
932
+ },
933
+ "node_modules/readdirp": {
934
+ "version": "4.1.2",
935
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
936
+ "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
937
+ "license": "MIT",
938
+ "engines": {
939
+ "node": ">= 14.18.0"
940
+ },
941
+ "funding": {
942
+ "type": "individual",
943
+ "url": "https://paulmillr.com/funding/"
944
+ }
945
+ },
946
+ "node_modules/sass": {
947
+ "version": "1.96.0",
948
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.96.0.tgz",
949
+ "integrity": "sha512-8u4xqqUeugGNCYwr9ARNtQKTOj4KmYiJAVKXf2CTIivTCR51j96htbMKWDru8H5SaQWpyVgTfOF8Ylyf5pun1Q==",
950
+ "license": "MIT",
951
+ "dependencies": {
952
+ "chokidar": "^4.0.0",
953
+ "immutable": "^5.0.2",
954
+ "source-map-js": ">=0.6.2 <2.0.0"
955
+ },
956
+ "bin": {
957
+ "sass": "sass.js"
958
+ },
959
+ "engines": {
960
+ "node": ">=14.0.0"
961
+ },
962
+ "optionalDependencies": {
963
+ "@parcel/watcher": "^2.4.1"
964
+ }
965
+ },
966
+ "node_modules/shebang-command": {
967
+ "version": "2.0.0",
968
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
969
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
970
+ "license": "MIT",
971
+ "dependencies": {
972
+ "shebang-regex": "^3.0.0"
973
+ },
974
+ "engines": {
975
+ "node": ">=8"
976
+ }
977
+ },
978
+ "node_modules/shebang-regex": {
979
+ "version": "3.0.0",
980
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
981
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
982
+ "license": "MIT",
983
+ "engines": {
984
+ "node": ">=8"
985
+ }
986
+ },
987
+ "node_modules/shell-quote": {
988
+ "version": "1.8.3",
989
+ "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz",
990
+ "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
991
+ "license": "MIT",
992
+ "engines": {
993
+ "node": ">= 0.4"
994
+ },
995
+ "funding": {
996
+ "url": "https://github.com/sponsors/ljharb"
997
+ }
998
+ },
999
+ "node_modules/source-map-js": {
1000
+ "version": "1.2.1",
1001
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
1002
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
1003
+ "license": "BSD-3-Clause",
1004
+ "engines": {
1005
+ "node": ">=0.10.0"
1006
+ }
1007
+ },
1008
+ "node_modules/to-regex-range": {
1009
+ "version": "5.0.1",
1010
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
1011
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
1012
+ "license": "MIT",
1013
+ "optional": true,
1014
+ "dependencies": {
1015
+ "is-number": "^7.0.0"
1016
+ },
1017
+ "engines": {
1018
+ "node": ">=8.0"
1019
+ }
1020
+ },
1021
+ "node_modules/update-browserslist-db": {
1022
+ "version": "1.2.2",
1023
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.2.tgz",
1024
+ "integrity": "sha512-E85pfNzMQ9jpKkA7+TJAi4TJN+tBCuWh5rUcS/sv6cFi+1q9LYDwDI5dpUL0u/73EElyQ8d3TEaeW4sPedBqYA==",
1025
+ "funding": [
1026
+ {
1027
+ "type": "opencollective",
1028
+ "url": "https://opencollective.com/browserslist"
1029
+ },
1030
+ {
1031
+ "type": "tidelift",
1032
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
1033
+ },
1034
+ {
1035
+ "type": "github",
1036
+ "url": "https://github.com/sponsors/ai"
1037
+ }
1038
+ ],
1039
+ "license": "MIT",
1040
+ "dependencies": {
1041
+ "escalade": "^3.2.0",
1042
+ "picocolors": "^1.1.1"
1043
+ },
1044
+ "bin": {
1045
+ "update-browserslist-db": "cli.js"
1046
+ },
1047
+ "peerDependencies": {
1048
+ "browserslist": ">= 4.21.0"
1049
+ }
1050
+ },
1051
+ "node_modules/which": {
1052
+ "version": "5.0.0",
1053
+ "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz",
1054
+ "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
1055
+ "license": "ISC",
1056
+ "dependencies": {
1057
+ "isexe": "^3.1.1"
1058
+ },
1059
+ "bin": {
1060
+ "node-which": "bin/which.js"
1061
+ },
1062
+ "engines": {
1063
+ "node": "^18.17.0 || >=20.5.0"
1064
+ }
1065
+ }
1066
+ }
1067
+ }