@rathnasgala/theme 0.0.1 → 0.0.6
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.
- package/package.json +2 -2
- package/payload/.gala/managed-files.json +18 -15
- package/payload/eleventy.config.js +10 -2
- package/payload/lib/performance-budget.js +39 -0
- package/payload/lib/provider-fixtures/share-intents.v1.json +13 -0
- package/payload/lib/render-markdown.js +84 -5
- package/payload/lib/seo.js +11 -1
- package/payload/lib/share-targets.js +63 -0
- package/payload/lib/site-config.js +42 -1
- package/payload/package-lock.json +613 -1
- package/payload/package.json +5 -2
- package/payload/src/_includes/components/ui.njk +20 -1
- package/payload/src/_includes/layouts/base.njk +56 -5
- package/payload/src/_includes/layouts/post.njk +4 -3
- package/payload/src/assets/interactions.js +384 -0
- package/payload/src/assets/search.js +2 -4
- package/payload/src/assets/theme-mode.js +3 -1
- package/payload/src/assets/theme.css +60 -0
- package/payload/src/posts.11ty.js +26 -3
|
@@ -9,13 +9,15 @@
|
|
|
9
9
|
"version": "0.0.1",
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@11ty/eleventy": "3.1.6",
|
|
12
|
+
"github-slugger": "2.0.0",
|
|
12
13
|
"markdown-it": "15.0.0",
|
|
13
14
|
"markdown-it-footnote": "4.0.0",
|
|
14
15
|
"sanitize-html": "2.17.6",
|
|
16
|
+
"shiki": "4.4.3",
|
|
15
17
|
"yaml": "2.9.0"
|
|
16
18
|
},
|
|
17
19
|
"engines": {
|
|
18
|
-
"node": ">=
|
|
20
|
+
"node": ">=20"
|
|
19
21
|
}
|
|
20
22
|
},
|
|
21
23
|
"node_modules/@11ty/dependency-tree": {
|
|
@@ -271,6 +273,114 @@
|
|
|
271
273
|
"node": ">=18"
|
|
272
274
|
}
|
|
273
275
|
},
|
|
276
|
+
"node_modules/@shikijs/core": {
|
|
277
|
+
"version": "4.4.3",
|
|
278
|
+
"resolved": "https://registry.npmjs.org/@shikijs/core/-/core-4.4.3.tgz",
|
|
279
|
+
"integrity": "sha512-QCR4q2ZO/ILJEuwiBMel4wdcTDb1JGwfjKTxPDF6x8ixOaluPrVqIn06C99AcRPhmYlBR56d/Fb+GN58GzExpg==",
|
|
280
|
+
"dev": true,
|
|
281
|
+
"license": "MIT",
|
|
282
|
+
"dependencies": {
|
|
283
|
+
"@shikijs/primitive": "4.4.3",
|
|
284
|
+
"@shikijs/types": "4.4.3",
|
|
285
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
286
|
+
"@types/hast": "^3.0.5",
|
|
287
|
+
"hast-util-to-html": "^9.0.5"
|
|
288
|
+
},
|
|
289
|
+
"engines": {
|
|
290
|
+
"node": ">=20"
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"node_modules/@shikijs/engine-javascript": {
|
|
294
|
+
"version": "4.4.3",
|
|
295
|
+
"resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-4.4.3.tgz",
|
|
296
|
+
"integrity": "sha512-FbOjFJp9VLdo1Wevs10BBtVxiTWwNLqZh5Gkhjgda/ioL15YOgeSl9n+6XMa3qRlPQzfhFNe641SrynFHYG0nQ==",
|
|
297
|
+
"dev": true,
|
|
298
|
+
"license": "MIT",
|
|
299
|
+
"dependencies": {
|
|
300
|
+
"@shikijs/types": "4.4.3",
|
|
301
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
302
|
+
"oniguruma-to-es": "^4.3.6"
|
|
303
|
+
},
|
|
304
|
+
"engines": {
|
|
305
|
+
"node": ">=20"
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
"node_modules/@shikijs/engine-oniguruma": {
|
|
309
|
+
"version": "4.4.3",
|
|
310
|
+
"resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-4.4.3.tgz",
|
|
311
|
+
"integrity": "sha512-EcOQkxdxGQrc1Row/cC2c96/v1dbZqGnEVu1qTuT/MJmp6+cXCvQussowVmCv5Tqr3KuY3c7IbM6HTW3LJ1k9w==",
|
|
312
|
+
"dev": true,
|
|
313
|
+
"license": "MIT",
|
|
314
|
+
"dependencies": {
|
|
315
|
+
"@shikijs/types": "4.4.3",
|
|
316
|
+
"@shikijs/vscode-textmate": "^10.0.2"
|
|
317
|
+
},
|
|
318
|
+
"engines": {
|
|
319
|
+
"node": ">=20"
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
"node_modules/@shikijs/langs": {
|
|
323
|
+
"version": "4.4.3",
|
|
324
|
+
"resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-4.4.3.tgz",
|
|
325
|
+
"integrity": "sha512-ePic0yfAJGOF83D5wBHK/00EjK65oahBYxFk5epgq33WRv7X9UuxLEV8PtR0szC0z8dl7INIpIodB99JRFlR+A==",
|
|
326
|
+
"dev": true,
|
|
327
|
+
"license": "MIT",
|
|
328
|
+
"dependencies": {
|
|
329
|
+
"@shikijs/types": "4.4.3"
|
|
330
|
+
},
|
|
331
|
+
"engines": {
|
|
332
|
+
"node": ">=20"
|
|
333
|
+
}
|
|
334
|
+
},
|
|
335
|
+
"node_modules/@shikijs/primitive": {
|
|
336
|
+
"version": "4.4.3",
|
|
337
|
+
"resolved": "https://registry.npmjs.org/@shikijs/primitive/-/primitive-4.4.3.tgz",
|
|
338
|
+
"integrity": "sha512-m0wBeLDQDeIxRdUmrCPdQqfuUamDwRL5isCfYbguKD6NiaKpVbsv+3J81DyIKgNW5h4WAIIr8T4EkgQrBBxvaQ==",
|
|
339
|
+
"dev": true,
|
|
340
|
+
"license": "MIT",
|
|
341
|
+
"dependencies": {
|
|
342
|
+
"@shikijs/types": "4.4.3",
|
|
343
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
344
|
+
"@types/hast": "^3.0.5"
|
|
345
|
+
},
|
|
346
|
+
"engines": {
|
|
347
|
+
"node": ">=20"
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
"node_modules/@shikijs/themes": {
|
|
351
|
+
"version": "4.4.3",
|
|
352
|
+
"resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-4.4.3.tgz",
|
|
353
|
+
"integrity": "sha512-w8UHjeUnIR965KMWJHUPXOc2mNJUnK3vpVLYLvw5IYU2mnTTJ89E24OrJDBNiJDQ0qzb0tc4l7mrIXx5cFeIyw==",
|
|
354
|
+
"dev": true,
|
|
355
|
+
"license": "MIT",
|
|
356
|
+
"dependencies": {
|
|
357
|
+
"@shikijs/types": "4.4.3"
|
|
358
|
+
},
|
|
359
|
+
"engines": {
|
|
360
|
+
"node": ">=20"
|
|
361
|
+
}
|
|
362
|
+
},
|
|
363
|
+
"node_modules/@shikijs/types": {
|
|
364
|
+
"version": "4.4.3",
|
|
365
|
+
"resolved": "https://registry.npmjs.org/@shikijs/types/-/types-4.4.3.tgz",
|
|
366
|
+
"integrity": "sha512-UEJxmRR++MAGR6hugn0vgVS2W/6lWAts84FFSrnlH9sP0LNol7E5+NQ792pH8liWUhyMyjhTgSUH3k7iD7tc5g==",
|
|
367
|
+
"dev": true,
|
|
368
|
+
"license": "MIT",
|
|
369
|
+
"dependencies": {
|
|
370
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
371
|
+
"@types/hast": "^3.0.5"
|
|
372
|
+
},
|
|
373
|
+
"engines": {
|
|
374
|
+
"node": ">=20"
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
"node_modules/@shikijs/vscode-textmate": {
|
|
378
|
+
"version": "10.0.2",
|
|
379
|
+
"resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz",
|
|
380
|
+
"integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==",
|
|
381
|
+
"dev": true,
|
|
382
|
+
"license": "MIT"
|
|
383
|
+
},
|
|
274
384
|
"node_modules/@sindresorhus/slugify": {
|
|
275
385
|
"version": "2.2.1",
|
|
276
386
|
"resolved": "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-2.2.1.tgz",
|
|
@@ -304,6 +414,40 @@
|
|
|
304
414
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
305
415
|
}
|
|
306
416
|
},
|
|
417
|
+
"node_modules/@types/hast": {
|
|
418
|
+
"version": "3.0.5",
|
|
419
|
+
"resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.5.tgz",
|
|
420
|
+
"integrity": "sha512-rp/ezSWaD1m44dPKICGhiskI13nVr7qTloFwDa/IYkhhf5nzwP+zIQcIJh3WIFSBOy/H1PzB40jPjMDksN4F+g==",
|
|
421
|
+
"dev": true,
|
|
422
|
+
"license": "MIT",
|
|
423
|
+
"dependencies": {
|
|
424
|
+
"@types/unist": "*"
|
|
425
|
+
}
|
|
426
|
+
},
|
|
427
|
+
"node_modules/@types/mdast": {
|
|
428
|
+
"version": "4.0.4",
|
|
429
|
+
"resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
|
|
430
|
+
"integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
|
|
431
|
+
"dev": true,
|
|
432
|
+
"license": "MIT",
|
|
433
|
+
"dependencies": {
|
|
434
|
+
"@types/unist": "*"
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"node_modules/@types/unist": {
|
|
438
|
+
"version": "3.0.3",
|
|
439
|
+
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
|
|
440
|
+
"integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
|
|
441
|
+
"dev": true,
|
|
442
|
+
"license": "MIT"
|
|
443
|
+
},
|
|
444
|
+
"node_modules/@ungap/structured-clone": {
|
|
445
|
+
"version": "1.3.3",
|
|
446
|
+
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.3.tgz",
|
|
447
|
+
"integrity": "sha512-60YRaenCQcVjYEKOcG824+DRGGIQ3VKErcBoAEDJZz5bKIs2ZG+X/H9Nk+Q6EVkwJk5QNApxbrc5QtBSwtrXAg==",
|
|
448
|
+
"dev": true,
|
|
449
|
+
"license": "ISC"
|
|
450
|
+
},
|
|
307
451
|
"node_modules/a-sync-waterfall": {
|
|
308
452
|
"version": "1.0.1",
|
|
309
453
|
"resolved": "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz",
|
|
@@ -464,6 +608,39 @@
|
|
|
464
608
|
"node": ">=8"
|
|
465
609
|
}
|
|
466
610
|
},
|
|
611
|
+
"node_modules/ccount": {
|
|
612
|
+
"version": "2.0.1",
|
|
613
|
+
"resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
|
|
614
|
+
"integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
|
|
615
|
+
"dev": true,
|
|
616
|
+
"license": "MIT",
|
|
617
|
+
"funding": {
|
|
618
|
+
"type": "github",
|
|
619
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
620
|
+
}
|
|
621
|
+
},
|
|
622
|
+
"node_modules/character-entities-html4": {
|
|
623
|
+
"version": "2.1.0",
|
|
624
|
+
"resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
|
|
625
|
+
"integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
|
|
626
|
+
"dev": true,
|
|
627
|
+
"license": "MIT",
|
|
628
|
+
"funding": {
|
|
629
|
+
"type": "github",
|
|
630
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
"node_modules/character-entities-legacy": {
|
|
634
|
+
"version": "3.0.0",
|
|
635
|
+
"resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
|
|
636
|
+
"integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
|
|
637
|
+
"dev": true,
|
|
638
|
+
"license": "MIT",
|
|
639
|
+
"funding": {
|
|
640
|
+
"type": "github",
|
|
641
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
642
|
+
}
|
|
643
|
+
},
|
|
467
644
|
"node_modules/chokidar": {
|
|
468
645
|
"version": "3.6.0",
|
|
469
646
|
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
|
|
@@ -489,6 +666,17 @@
|
|
|
489
666
|
"fsevents": "~2.3.2"
|
|
490
667
|
}
|
|
491
668
|
},
|
|
669
|
+
"node_modules/comma-separated-tokens": {
|
|
670
|
+
"version": "2.0.3",
|
|
671
|
+
"resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
|
|
672
|
+
"integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
|
|
673
|
+
"dev": true,
|
|
674
|
+
"license": "MIT",
|
|
675
|
+
"funding": {
|
|
676
|
+
"type": "github",
|
|
677
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
678
|
+
}
|
|
679
|
+
},
|
|
492
680
|
"node_modules/commander": {
|
|
493
681
|
"version": "10.0.1",
|
|
494
682
|
"resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz",
|
|
@@ -561,6 +749,30 @@
|
|
|
561
749
|
"node": ">=4"
|
|
562
750
|
}
|
|
563
751
|
},
|
|
752
|
+
"node_modules/dequal": {
|
|
753
|
+
"version": "2.0.3",
|
|
754
|
+
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
|
|
755
|
+
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
|
|
756
|
+
"dev": true,
|
|
757
|
+
"license": "MIT",
|
|
758
|
+
"engines": {
|
|
759
|
+
"node": ">=6"
|
|
760
|
+
}
|
|
761
|
+
},
|
|
762
|
+
"node_modules/devlop": {
|
|
763
|
+
"version": "1.1.0",
|
|
764
|
+
"resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
|
|
765
|
+
"integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
|
|
766
|
+
"dev": true,
|
|
767
|
+
"license": "MIT",
|
|
768
|
+
"dependencies": {
|
|
769
|
+
"dequal": "^2.0.0"
|
|
770
|
+
},
|
|
771
|
+
"funding": {
|
|
772
|
+
"type": "github",
|
|
773
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
774
|
+
}
|
|
775
|
+
},
|
|
564
776
|
"node_modules/dom-serializer": {
|
|
565
777
|
"version": "1.4.1",
|
|
566
778
|
"resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz",
|
|
@@ -852,6 +1064,13 @@
|
|
|
852
1064
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
853
1065
|
}
|
|
854
1066
|
},
|
|
1067
|
+
"node_modules/github-slugger": {
|
|
1068
|
+
"version": "2.0.0",
|
|
1069
|
+
"resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz",
|
|
1070
|
+
"integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==",
|
|
1071
|
+
"dev": true,
|
|
1072
|
+
"license": "ISC"
|
|
1073
|
+
},
|
|
855
1074
|
"node_modules/glob-parent": {
|
|
856
1075
|
"version": "5.1.2",
|
|
857
1076
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
@@ -905,6 +1124,55 @@
|
|
|
905
1124
|
"js-yaml": "bin/js-yaml.js"
|
|
906
1125
|
}
|
|
907
1126
|
},
|
|
1127
|
+
"node_modules/hast-util-to-html": {
|
|
1128
|
+
"version": "9.0.5",
|
|
1129
|
+
"resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
|
|
1130
|
+
"integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
|
|
1131
|
+
"dev": true,
|
|
1132
|
+
"license": "MIT",
|
|
1133
|
+
"dependencies": {
|
|
1134
|
+
"@types/hast": "^3.0.0",
|
|
1135
|
+
"@types/unist": "^3.0.0",
|
|
1136
|
+
"ccount": "^2.0.0",
|
|
1137
|
+
"comma-separated-tokens": "^2.0.0",
|
|
1138
|
+
"hast-util-whitespace": "^3.0.0",
|
|
1139
|
+
"html-void-elements": "^3.0.0",
|
|
1140
|
+
"mdast-util-to-hast": "^13.0.0",
|
|
1141
|
+
"property-information": "^7.0.0",
|
|
1142
|
+
"space-separated-tokens": "^2.0.0",
|
|
1143
|
+
"stringify-entities": "^4.0.0",
|
|
1144
|
+
"zwitch": "^2.0.4"
|
|
1145
|
+
},
|
|
1146
|
+
"funding": {
|
|
1147
|
+
"type": "opencollective",
|
|
1148
|
+
"url": "https://opencollective.com/unified"
|
|
1149
|
+
}
|
|
1150
|
+
},
|
|
1151
|
+
"node_modules/hast-util-whitespace": {
|
|
1152
|
+
"version": "3.0.0",
|
|
1153
|
+
"resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
|
|
1154
|
+
"integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
|
|
1155
|
+
"dev": true,
|
|
1156
|
+
"license": "MIT",
|
|
1157
|
+
"dependencies": {
|
|
1158
|
+
"@types/hast": "^3.0.0"
|
|
1159
|
+
},
|
|
1160
|
+
"funding": {
|
|
1161
|
+
"type": "opencollective",
|
|
1162
|
+
"url": "https://opencollective.com/unified"
|
|
1163
|
+
}
|
|
1164
|
+
},
|
|
1165
|
+
"node_modules/html-void-elements": {
|
|
1166
|
+
"version": "3.0.0",
|
|
1167
|
+
"resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
|
|
1168
|
+
"integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
|
|
1169
|
+
"dev": true,
|
|
1170
|
+
"license": "MIT",
|
|
1171
|
+
"funding": {
|
|
1172
|
+
"type": "github",
|
|
1173
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
1174
|
+
}
|
|
1175
|
+
},
|
|
908
1176
|
"node_modules/htmlparser2": {
|
|
909
1177
|
"version": "7.2.0",
|
|
910
1178
|
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-7.2.0.tgz",
|
|
@@ -1282,6 +1550,28 @@
|
|
|
1282
1550
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
1283
1551
|
}
|
|
1284
1552
|
},
|
|
1553
|
+
"node_modules/mdast-util-to-hast": {
|
|
1554
|
+
"version": "13.2.1",
|
|
1555
|
+
"resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
|
|
1556
|
+
"integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
|
|
1557
|
+
"dev": true,
|
|
1558
|
+
"license": "MIT",
|
|
1559
|
+
"dependencies": {
|
|
1560
|
+
"@types/hast": "^3.0.0",
|
|
1561
|
+
"@types/mdast": "^4.0.0",
|
|
1562
|
+
"@ungap/structured-clone": "^1.0.0",
|
|
1563
|
+
"devlop": "^1.0.0",
|
|
1564
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
1565
|
+
"trim-lines": "^3.0.0",
|
|
1566
|
+
"unist-util-position": "^5.0.0",
|
|
1567
|
+
"unist-util-visit": "^5.0.0",
|
|
1568
|
+
"vfile": "^6.0.0"
|
|
1569
|
+
},
|
|
1570
|
+
"funding": {
|
|
1571
|
+
"type": "opencollective",
|
|
1572
|
+
"url": "https://opencollective.com/unified"
|
|
1573
|
+
}
|
|
1574
|
+
},
|
|
1285
1575
|
"node_modules/mdurl": {
|
|
1286
1576
|
"version": "2.1.0",
|
|
1287
1577
|
"resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.1.0.tgz",
|
|
@@ -1289,6 +1579,100 @@
|
|
|
1289
1579
|
"dev": true,
|
|
1290
1580
|
"license": "MIT"
|
|
1291
1581
|
},
|
|
1582
|
+
"node_modules/micromark-util-character": {
|
|
1583
|
+
"version": "2.1.1",
|
|
1584
|
+
"resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
|
|
1585
|
+
"integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
|
|
1586
|
+
"dev": true,
|
|
1587
|
+
"funding": [
|
|
1588
|
+
{
|
|
1589
|
+
"type": "GitHub Sponsors",
|
|
1590
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"type": "OpenCollective",
|
|
1594
|
+
"url": "https://opencollective.com/unified"
|
|
1595
|
+
}
|
|
1596
|
+
],
|
|
1597
|
+
"license": "MIT",
|
|
1598
|
+
"dependencies": {
|
|
1599
|
+
"micromark-util-symbol": "^2.0.0",
|
|
1600
|
+
"micromark-util-types": "^2.0.0"
|
|
1601
|
+
}
|
|
1602
|
+
},
|
|
1603
|
+
"node_modules/micromark-util-encode": {
|
|
1604
|
+
"version": "2.0.1",
|
|
1605
|
+
"resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
|
|
1606
|
+
"integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
|
|
1607
|
+
"dev": true,
|
|
1608
|
+
"funding": [
|
|
1609
|
+
{
|
|
1610
|
+
"type": "GitHub Sponsors",
|
|
1611
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"type": "OpenCollective",
|
|
1615
|
+
"url": "https://opencollective.com/unified"
|
|
1616
|
+
}
|
|
1617
|
+
],
|
|
1618
|
+
"license": "MIT"
|
|
1619
|
+
},
|
|
1620
|
+
"node_modules/micromark-util-sanitize-uri": {
|
|
1621
|
+
"version": "2.0.1",
|
|
1622
|
+
"resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
|
|
1623
|
+
"integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
|
|
1624
|
+
"dev": true,
|
|
1625
|
+
"funding": [
|
|
1626
|
+
{
|
|
1627
|
+
"type": "GitHub Sponsors",
|
|
1628
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"type": "OpenCollective",
|
|
1632
|
+
"url": "https://opencollective.com/unified"
|
|
1633
|
+
}
|
|
1634
|
+
],
|
|
1635
|
+
"license": "MIT",
|
|
1636
|
+
"dependencies": {
|
|
1637
|
+
"micromark-util-character": "^2.0.0",
|
|
1638
|
+
"micromark-util-encode": "^2.0.0",
|
|
1639
|
+
"micromark-util-symbol": "^2.0.0"
|
|
1640
|
+
}
|
|
1641
|
+
},
|
|
1642
|
+
"node_modules/micromark-util-symbol": {
|
|
1643
|
+
"version": "2.0.1",
|
|
1644
|
+
"resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
|
|
1645
|
+
"integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
|
|
1646
|
+
"dev": true,
|
|
1647
|
+
"funding": [
|
|
1648
|
+
{
|
|
1649
|
+
"type": "GitHub Sponsors",
|
|
1650
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
"type": "OpenCollective",
|
|
1654
|
+
"url": "https://opencollective.com/unified"
|
|
1655
|
+
}
|
|
1656
|
+
],
|
|
1657
|
+
"license": "MIT"
|
|
1658
|
+
},
|
|
1659
|
+
"node_modules/micromark-util-types": {
|
|
1660
|
+
"version": "2.0.2",
|
|
1661
|
+
"resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
|
|
1662
|
+
"integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
|
|
1663
|
+
"dev": true,
|
|
1664
|
+
"funding": [
|
|
1665
|
+
{
|
|
1666
|
+
"type": "GitHub Sponsors",
|
|
1667
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"type": "OpenCollective",
|
|
1671
|
+
"url": "https://opencollective.com/unified"
|
|
1672
|
+
}
|
|
1673
|
+
],
|
|
1674
|
+
"license": "MIT"
|
|
1675
|
+
},
|
|
1292
1676
|
"node_modules/mime": {
|
|
1293
1677
|
"version": "3.0.0",
|
|
1294
1678
|
"resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
|
|
@@ -1473,6 +1857,25 @@
|
|
|
1473
1857
|
"node": ">= 0.8"
|
|
1474
1858
|
}
|
|
1475
1859
|
},
|
|
1860
|
+
"node_modules/oniguruma-parser": {
|
|
1861
|
+
"version": "0.12.2",
|
|
1862
|
+
"resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.2.tgz",
|
|
1863
|
+
"integrity": "sha512-6HVa5oIrgMC6aA6WF6XyyqbhRPJrKR02L20+2+zpDtO5QAzGHAUGw5TKQvwi5vctNnRHkJYmjAhRVQF2EKdTQw==",
|
|
1864
|
+
"dev": true,
|
|
1865
|
+
"license": "MIT"
|
|
1866
|
+
},
|
|
1867
|
+
"node_modules/oniguruma-to-es": {
|
|
1868
|
+
"version": "4.3.6",
|
|
1869
|
+
"resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.6.tgz",
|
|
1870
|
+
"integrity": "sha512-csuQ9x3Yr0cEIs/Zgx/OEt9iBw9vqIunAPQkx19R/fiMq2oGVTgcMqO/V3Ybqefr1TBvosI6jU539ksaBULJyA==",
|
|
1871
|
+
"dev": true,
|
|
1872
|
+
"license": "MIT",
|
|
1873
|
+
"dependencies": {
|
|
1874
|
+
"oniguruma-parser": "^0.12.2",
|
|
1875
|
+
"regex": "^6.1.0",
|
|
1876
|
+
"regex-recursion": "^6.0.2"
|
|
1877
|
+
}
|
|
1878
|
+
},
|
|
1476
1879
|
"node_modules/parse-srcset": {
|
|
1477
1880
|
"version": "1.0.2",
|
|
1478
1881
|
"resolved": "https://registry.npmjs.org/parse-srcset/-/parse-srcset-1.0.2.tgz",
|
|
@@ -1602,6 +2005,17 @@
|
|
|
1602
2005
|
"node": ">=12"
|
|
1603
2006
|
}
|
|
1604
2007
|
},
|
|
2008
|
+
"node_modules/property-information": {
|
|
2009
|
+
"version": "7.2.0",
|
|
2010
|
+
"resolved": "https://registry.npmjs.org/property-information/-/property-information-7.2.0.tgz",
|
|
2011
|
+
"integrity": "sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==",
|
|
2012
|
+
"dev": true,
|
|
2013
|
+
"license": "MIT",
|
|
2014
|
+
"funding": {
|
|
2015
|
+
"type": "github",
|
|
2016
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2017
|
+
}
|
|
2018
|
+
},
|
|
1605
2019
|
"node_modules/prr": {
|
|
1606
2020
|
"version": "1.0.1",
|
|
1607
2021
|
"resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz",
|
|
@@ -1659,6 +2073,33 @@
|
|
|
1659
2073
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
1660
2074
|
}
|
|
1661
2075
|
},
|
|
2076
|
+
"node_modules/regex": {
|
|
2077
|
+
"version": "6.1.0",
|
|
2078
|
+
"resolved": "https://registry.npmjs.org/regex/-/regex-6.1.0.tgz",
|
|
2079
|
+
"integrity": "sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==",
|
|
2080
|
+
"dev": true,
|
|
2081
|
+
"license": "MIT",
|
|
2082
|
+
"dependencies": {
|
|
2083
|
+
"regex-utilities": "^2.3.0"
|
|
2084
|
+
}
|
|
2085
|
+
},
|
|
2086
|
+
"node_modules/regex-recursion": {
|
|
2087
|
+
"version": "6.0.2",
|
|
2088
|
+
"resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz",
|
|
2089
|
+
"integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==",
|
|
2090
|
+
"dev": true,
|
|
2091
|
+
"license": "MIT",
|
|
2092
|
+
"dependencies": {
|
|
2093
|
+
"regex-utilities": "^2.3.0"
|
|
2094
|
+
}
|
|
2095
|
+
},
|
|
2096
|
+
"node_modules/regex-utilities": {
|
|
2097
|
+
"version": "2.3.0",
|
|
2098
|
+
"resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz",
|
|
2099
|
+
"integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==",
|
|
2100
|
+
"dev": true,
|
|
2101
|
+
"license": "MIT"
|
|
2102
|
+
},
|
|
1662
2103
|
"node_modules/sanitize-html": {
|
|
1663
2104
|
"version": "2.17.6",
|
|
1664
2105
|
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.6.tgz",
|
|
@@ -1866,6 +2307,26 @@
|
|
|
1866
2307
|
"dev": true,
|
|
1867
2308
|
"license": "ISC"
|
|
1868
2309
|
},
|
|
2310
|
+
"node_modules/shiki": {
|
|
2311
|
+
"version": "4.4.3",
|
|
2312
|
+
"resolved": "https://registry.npmjs.org/shiki/-/shiki-4.4.3.tgz",
|
|
2313
|
+
"integrity": "sha512-Mb/GvXPHBAXdgGIcnfU5L3ldpn1XcxrGkPHwqgRx17/I2XRfqlFKk2vGkHWINn1kdXvzJZeuO3is6I9KLPFm0g==",
|
|
2314
|
+
"dev": true,
|
|
2315
|
+
"license": "MIT",
|
|
2316
|
+
"dependencies": {
|
|
2317
|
+
"@shikijs/core": "4.4.3",
|
|
2318
|
+
"@shikijs/engine-javascript": "4.4.3",
|
|
2319
|
+
"@shikijs/engine-oniguruma": "4.4.3",
|
|
2320
|
+
"@shikijs/langs": "4.4.3",
|
|
2321
|
+
"@shikijs/themes": "4.4.3",
|
|
2322
|
+
"@shikijs/types": "4.4.3",
|
|
2323
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
2324
|
+
"@types/hast": "^3.0.5"
|
|
2325
|
+
},
|
|
2326
|
+
"engines": {
|
|
2327
|
+
"node": ">=20"
|
|
2328
|
+
}
|
|
2329
|
+
},
|
|
1869
2330
|
"node_modules/slash": {
|
|
1870
2331
|
"version": "3.0.0",
|
|
1871
2332
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
@@ -1896,6 +2357,17 @@
|
|
|
1896
2357
|
"node": ">=0.10.0"
|
|
1897
2358
|
}
|
|
1898
2359
|
},
|
|
2360
|
+
"node_modules/space-separated-tokens": {
|
|
2361
|
+
"version": "2.0.2",
|
|
2362
|
+
"resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
|
|
2363
|
+
"integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
|
|
2364
|
+
"dev": true,
|
|
2365
|
+
"license": "MIT",
|
|
2366
|
+
"funding": {
|
|
2367
|
+
"type": "github",
|
|
2368
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2369
|
+
}
|
|
2370
|
+
},
|
|
1899
2371
|
"node_modules/sprintf-js": {
|
|
1900
2372
|
"version": "1.0.3",
|
|
1901
2373
|
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
@@ -1926,6 +2398,21 @@
|
|
|
1926
2398
|
"node": ">= 0.8"
|
|
1927
2399
|
}
|
|
1928
2400
|
},
|
|
2401
|
+
"node_modules/stringify-entities": {
|
|
2402
|
+
"version": "4.0.4",
|
|
2403
|
+
"resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
|
|
2404
|
+
"integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
|
|
2405
|
+
"dev": true,
|
|
2406
|
+
"license": "MIT",
|
|
2407
|
+
"dependencies": {
|
|
2408
|
+
"character-entities-html4": "^2.0.0",
|
|
2409
|
+
"character-entities-legacy": "^3.0.0"
|
|
2410
|
+
},
|
|
2411
|
+
"funding": {
|
|
2412
|
+
"type": "github",
|
|
2413
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2414
|
+
}
|
|
2415
|
+
},
|
|
1929
2416
|
"node_modules/strip-bom-string": {
|
|
1930
2417
|
"version": "1.0.0",
|
|
1931
2418
|
"resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz",
|
|
@@ -1976,6 +2463,17 @@
|
|
|
1976
2463
|
"node": ">=0.6"
|
|
1977
2464
|
}
|
|
1978
2465
|
},
|
|
2466
|
+
"node_modules/trim-lines": {
|
|
2467
|
+
"version": "3.0.1",
|
|
2468
|
+
"resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
|
|
2469
|
+
"integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
|
|
2470
|
+
"dev": true,
|
|
2471
|
+
"license": "MIT",
|
|
2472
|
+
"funding": {
|
|
2473
|
+
"type": "github",
|
|
2474
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2475
|
+
}
|
|
2476
|
+
},
|
|
1979
2477
|
"node_modules/uc.micro": {
|
|
1980
2478
|
"version": "3.0.0",
|
|
1981
2479
|
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-3.0.0.tgz",
|
|
@@ -1983,6 +2481,79 @@
|
|
|
1983
2481
|
"dev": true,
|
|
1984
2482
|
"license": "MIT"
|
|
1985
2483
|
},
|
|
2484
|
+
"node_modules/unist-util-is": {
|
|
2485
|
+
"version": "6.0.1",
|
|
2486
|
+
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
|
|
2487
|
+
"integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
|
|
2488
|
+
"dev": true,
|
|
2489
|
+
"license": "MIT",
|
|
2490
|
+
"dependencies": {
|
|
2491
|
+
"@types/unist": "^3.0.0"
|
|
2492
|
+
},
|
|
2493
|
+
"funding": {
|
|
2494
|
+
"type": "opencollective",
|
|
2495
|
+
"url": "https://opencollective.com/unified"
|
|
2496
|
+
}
|
|
2497
|
+
},
|
|
2498
|
+
"node_modules/unist-util-position": {
|
|
2499
|
+
"version": "5.0.0",
|
|
2500
|
+
"resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
|
|
2501
|
+
"integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
|
|
2502
|
+
"dev": true,
|
|
2503
|
+
"license": "MIT",
|
|
2504
|
+
"dependencies": {
|
|
2505
|
+
"@types/unist": "^3.0.0"
|
|
2506
|
+
},
|
|
2507
|
+
"funding": {
|
|
2508
|
+
"type": "opencollective",
|
|
2509
|
+
"url": "https://opencollective.com/unified"
|
|
2510
|
+
}
|
|
2511
|
+
},
|
|
2512
|
+
"node_modules/unist-util-stringify-position": {
|
|
2513
|
+
"version": "4.0.0",
|
|
2514
|
+
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
|
|
2515
|
+
"integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
|
|
2516
|
+
"dev": true,
|
|
2517
|
+
"license": "MIT",
|
|
2518
|
+
"dependencies": {
|
|
2519
|
+
"@types/unist": "^3.0.0"
|
|
2520
|
+
},
|
|
2521
|
+
"funding": {
|
|
2522
|
+
"type": "opencollective",
|
|
2523
|
+
"url": "https://opencollective.com/unified"
|
|
2524
|
+
}
|
|
2525
|
+
},
|
|
2526
|
+
"node_modules/unist-util-visit": {
|
|
2527
|
+
"version": "5.1.0",
|
|
2528
|
+
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
|
|
2529
|
+
"integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
|
|
2530
|
+
"dev": true,
|
|
2531
|
+
"license": "MIT",
|
|
2532
|
+
"dependencies": {
|
|
2533
|
+
"@types/unist": "^3.0.0",
|
|
2534
|
+
"unist-util-is": "^6.0.0",
|
|
2535
|
+
"unist-util-visit-parents": "^6.0.0"
|
|
2536
|
+
},
|
|
2537
|
+
"funding": {
|
|
2538
|
+
"type": "opencollective",
|
|
2539
|
+
"url": "https://opencollective.com/unified"
|
|
2540
|
+
}
|
|
2541
|
+
},
|
|
2542
|
+
"node_modules/unist-util-visit-parents": {
|
|
2543
|
+
"version": "6.0.2",
|
|
2544
|
+
"resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
|
|
2545
|
+
"integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
|
|
2546
|
+
"dev": true,
|
|
2547
|
+
"license": "MIT",
|
|
2548
|
+
"dependencies": {
|
|
2549
|
+
"@types/unist": "^3.0.0",
|
|
2550
|
+
"unist-util-is": "^6.0.0"
|
|
2551
|
+
},
|
|
2552
|
+
"funding": {
|
|
2553
|
+
"type": "opencollective",
|
|
2554
|
+
"url": "https://opencollective.com/unified"
|
|
2555
|
+
}
|
|
2556
|
+
},
|
|
1986
2557
|
"node_modules/unpipe": {
|
|
1987
2558
|
"version": "1.0.0",
|
|
1988
2559
|
"resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
|
|
@@ -2000,6 +2571,36 @@
|
|
|
2000
2571
|
"dev": true,
|
|
2001
2572
|
"license": "MIT"
|
|
2002
2573
|
},
|
|
2574
|
+
"node_modules/vfile": {
|
|
2575
|
+
"version": "6.0.3",
|
|
2576
|
+
"resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
|
|
2577
|
+
"integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
|
|
2578
|
+
"dev": true,
|
|
2579
|
+
"license": "MIT",
|
|
2580
|
+
"dependencies": {
|
|
2581
|
+
"@types/unist": "^3.0.0",
|
|
2582
|
+
"vfile-message": "^4.0.0"
|
|
2583
|
+
},
|
|
2584
|
+
"funding": {
|
|
2585
|
+
"type": "opencollective",
|
|
2586
|
+
"url": "https://opencollective.com/unified"
|
|
2587
|
+
}
|
|
2588
|
+
},
|
|
2589
|
+
"node_modules/vfile-message": {
|
|
2590
|
+
"version": "4.0.3",
|
|
2591
|
+
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
|
|
2592
|
+
"integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
|
|
2593
|
+
"dev": true,
|
|
2594
|
+
"license": "MIT",
|
|
2595
|
+
"dependencies": {
|
|
2596
|
+
"@types/unist": "^3.0.0",
|
|
2597
|
+
"unist-util-stringify-position": "^4.0.0"
|
|
2598
|
+
},
|
|
2599
|
+
"funding": {
|
|
2600
|
+
"type": "opencollective",
|
|
2601
|
+
"url": "https://opencollective.com/unified"
|
|
2602
|
+
}
|
|
2603
|
+
},
|
|
2003
2604
|
"node_modules/ws": {
|
|
2004
2605
|
"version": "8.21.3",
|
|
2005
2606
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.21.3.tgz",
|
|
@@ -2037,6 +2638,17 @@
|
|
|
2037
2638
|
"funding": {
|
|
2038
2639
|
"url": "https://github.com/sponsors/eemeli"
|
|
2039
2640
|
}
|
|
2641
|
+
},
|
|
2642
|
+
"node_modules/zwitch": {
|
|
2643
|
+
"version": "2.0.4",
|
|
2644
|
+
"resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
|
|
2645
|
+
"integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
|
|
2646
|
+
"dev": true,
|
|
2647
|
+
"license": "MIT",
|
|
2648
|
+
"funding": {
|
|
2649
|
+
"type": "github",
|
|
2650
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2651
|
+
}
|
|
2040
2652
|
}
|
|
2041
2653
|
}
|
|
2042
2654
|
}
|