nuxt-link-checker 3.0.2 → 3.1.0

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.
Files changed (90) hide show
  1. package/dist/client/200.html +38 -37
  2. package/dist/client/404.html +38 -37
  3. package/dist/client/_nuxt/{D7WeZTai.js → -0RnDExV.js} +1 -1
  4. package/dist/client/_nuxt/{0ooBkv16.js → B34IPION.js} +1 -1
  5. package/dist/client/_nuxt/BItQYlyr.js +39 -0
  6. package/dist/client/_nuxt/BMRpS3Xo.js +1 -0
  7. package/dist/client/_nuxt/{BVkeqZ59.js → BU6jSTzS.js} +1 -1
  8. package/dist/client/_nuxt/{1rqFXsGc.js → BUinYsBq.js} +2 -2
  9. package/dist/client/_nuxt/BXP-NDAE.js +1 -0
  10. package/dist/client/_nuxt/{CdedUr_-.js → BiVAY1KT.js} +1 -1
  11. package/dist/client/_nuxt/BpDWT_aG.js +1 -0
  12. package/dist/client/_nuxt/{BnyYJeap.js → Bpum8voz.js} +1 -1
  13. package/dist/client/_nuxt/Br9pa-sp.js +1 -0
  14. package/dist/client/_nuxt/Bym0hRiG.js +1 -0
  15. package/dist/client/_nuxt/{ECt0lbkd.js → CBks_G0r.js} +1 -1
  16. package/dist/client/_nuxt/{CFF2d1j6.js → CEQQyXKu.js} +1 -1
  17. package/dist/client/_nuxt/COBxEbHI.js +1 -0
  18. package/dist/client/_nuxt/CPw9RxLe.js +1 -0
  19. package/dist/client/_nuxt/{BXR915QZ.js → CU2HFFmO.js} +1 -1
  20. package/dist/client/_nuxt/CUHTTYqt.js +6 -0
  21. package/dist/client/_nuxt/{D33OKbkv.js → C_3e0TF9.js} +1 -1
  22. package/dist/client/_nuxt/{CJIaz0BQ.js → CxLlwT--.js} +1 -1
  23. package/dist/client/_nuxt/D46m5Xd3.js +1 -0
  24. package/dist/client/_nuxt/{DAP_O-zg.js → D47volHK.js} +1 -1
  25. package/dist/client/_nuxt/D5OoM2Ul.js +1 -0
  26. package/dist/client/_nuxt/{CX_FIdg1.js → DDK5Hw8n.js} +1 -1
  27. package/dist/client/_nuxt/{D7us1Eal.js → DGEe2Wb6.js} +1 -1
  28. package/dist/client/_nuxt/DQ-rpzxz.js +1 -0
  29. package/dist/client/_nuxt/DV9_Ze0W.js +1 -0
  30. package/dist/client/_nuxt/DdUjqjK-.js +1 -0
  31. package/dist/client/_nuxt/{C1yTBzia.js → DuzeNTn4.js} +1 -1
  32. package/dist/client/_nuxt/EPzMdTgI.js +171 -0
  33. package/dist/client/_nuxt/{DrnZp123.js → I286KXx1.js} +1 -1
  34. package/dist/client/_nuxt/{Cq0wM8KE.js → NiuS3JWx.js} +1 -1
  35. package/dist/client/_nuxt/builds/latest.json +1 -1
  36. package/dist/client/_nuxt/builds/meta/3af16b43-4f9f-439e-a21d-22a114ed006f.json +1 -0
  37. package/dist/client/_nuxt/error-404.Boe7FJkw.css +1 -0
  38. package/dist/client/_nuxt/error-500.wMnM3ITh.css +1 -0
  39. package/dist/client/_nuxt/{DGDuLtS6.js → gnwMp1li.js} +1 -1
  40. package/dist/client/_nuxt/{Bj5xdiaE.js → xuIuMB9j.js} +1 -1
  41. package/dist/client/index.html +38 -37
  42. package/dist/module.d.mts +14 -2
  43. package/dist/module.d.ts +14 -2
  44. package/dist/module.json +1 -1
  45. package/dist/module.mjs +49 -15
  46. package/dist/runtime/nitro/composables/content-mock.d.ts +1 -0
  47. package/dist/runtime/nitro/composables/content-mock.js +3 -0
  48. package/dist/runtime/nitro/routes/__link-checker__/inspect.d.ts +1 -1
  49. package/dist/runtime/nitro/routes/__link-checker__/inspect.js +13 -9
  50. package/dist/runtime/nitro/routes/__link-checker__/links.d.ts +1 -1
  51. package/dist/runtime/nitro/routes/__link-checker__/links.js +32 -6
  52. package/dist/runtime/nuxt/plugin/ui.client.js +3 -1
  53. package/dist/runtime/nuxt/plugin/view/Main.vue +2 -2
  54. package/dist/runtime/nuxt/plugin/view/client.d.ts +3 -1
  55. package/dist/runtime/nuxt/plugin/view/client.js +9 -10
  56. package/dist/runtime/pure/index.d.ts +5 -0
  57. package/dist/runtime/pure/index.js +12 -0
  58. package/dist/runtime/pure/inspect.d.ts +2 -20
  59. package/dist/runtime/pure/inspect.js +12 -11
  60. package/dist/runtime/pure/inspections/absolute-site-urls.js +3 -4
  61. package/dist/runtime/pure/inspections/descriptive-link-text.js +1 -0
  62. package/dist/runtime/pure/inspections/missing-hash.js +1 -0
  63. package/dist/runtime/pure/inspections/no-baseless.js +1 -0
  64. package/dist/runtime/pure/inspections/no-error-response-status.js +5 -4
  65. package/dist/runtime/pure/inspections/no-javascript.js +1 -0
  66. package/dist/runtime/pure/inspections/trailing-slash.js +1 -0
  67. package/dist/runtime/pure/redirects.js +1 -0
  68. package/dist/runtime/types.d.ts +6 -3
  69. package/package.json +19 -13
  70. package/dist/client/_nuxt/3ghuYFLd.js +0 -1
  71. package/dist/client/_nuxt/9B1nZgL-.js +0 -1
  72. package/dist/client/_nuxt/BYdKNJ10.js +0 -1
  73. package/dist/client/_nuxt/Bi43K_FX.js +0 -6
  74. package/dist/client/_nuxt/CBPJd_fO.js +0 -1
  75. package/dist/client/_nuxt/CETtcHRa.js +0 -1
  76. package/dist/client/_nuxt/CEfge3mM.js +0 -1
  77. package/dist/client/_nuxt/CSPeAESR.js +0 -1
  78. package/dist/client/_nuxt/ChJ1dFAn.js +0 -39
  79. package/dist/client/_nuxt/DGO8GyiP.js +0 -1
  80. package/dist/client/_nuxt/DOHBU7tp.js +0 -1
  81. package/dist/client/_nuxt/DVLwECkk.js +0 -1
  82. package/dist/client/_nuxt/Du6_OKDb.js +0 -159
  83. package/dist/client/_nuxt/builds/meta/7bcc0ccc-7abc-4c7a-a38f-10c82bc8da01.json +0 -1
  84. package/dist/client/_nuxt/eJfcURhx.js +0 -1
  85. package/dist/client/_nuxt/error-404.CUS9EMVV.css +0 -1
  86. package/dist/client/_nuxt/error-500.CMkLgjP3.css +0 -1
  87. package/dist/runtime/nitro/util.d.ts +0 -1
  88. package/dist/runtime/nitro/util.js +0 -4
  89. package/dist/runtime/nuxt/plugin/search.nitro.d.ts +0 -2
  90. package/dist/runtime/nuxt/plugin/search.nitro.js +0 -11
@@ -1 +1 @@
1
- var e=Object.freeze({colors:{"activityBar.activeBorder":"#575279","activityBar.background":"#faf4ed","activityBar.dropBorder":"#f2e9e1","activityBar.foreground":"#575279","activityBar.inactiveForeground":"#797593","activityBarBadge.background":"#d7827e","activityBarBadge.foreground":"#faf4ed","badge.background":"#d7827e","badge.foreground":"#faf4ed","banner.background":"#fffaf3","banner.foreground":"#575279","banner.iconForeground":"#797593","breadcrumb.activeSelectionForeground":"#d7827e","breadcrumb.background":"#faf4ed","breadcrumb.focusForeground":"#797593","breadcrumb.foreground":"#9893a5","breadcrumbPicker.background":"#fffaf3","button.background":"#d7827e","button.foreground":"#faf4ed","button.hoverBackground":"#d7827ee6","button.secondaryBackground":"#fffaf3","button.secondaryForeground":"#575279","button.secondaryHoverBackground":"#f2e9e1","charts.blue":"#56949f","charts.foreground":"#575279","charts.green":"#286983","charts.lines":"#797593","charts.orange":"#d7827e","charts.purple":"#907aa9","charts.red":"#b4637a","charts.yellow":"#ea9d34","checkbox.background":"#fffaf3","checkbox.border":"#6e6a8614","checkbox.foreground":"#575279","debugExceptionWidget.background":"#fffaf3","debugExceptionWidget.border":"#6e6a8614","debugIcon.breakpointCurrentStackframeForeground":"#797593","debugIcon.breakpointDisabledForeground":"#797593","debugIcon.breakpointForeground":"#797593","debugIcon.breakpointStackframeForeground":"#797593","debugIcon.breakpointUnverifiedForeground":"#797593","debugIcon.continueForeground":"#797593","debugIcon.disconnectForeground":"#797593","debugIcon.pauseForeground":"#797593","debugIcon.restartForeground":"#797593","debugIcon.startForeground":"#797593","debugIcon.stepBackForeground":"#797593","debugIcon.stepIntoForeground":"#797593","debugIcon.stepOutForeground":"#797593","debugIcon.stepOverForeground":"#797593","debugIcon.stopForeground":"#b4637a","debugToolBar.background":"#fffaf3","debugToolBar.border":"#f2e9e1",descriptionForeground:"#797593","diffEditor.border":"#f2e9e1","diffEditor.diagonalFill":"#6e6a8626","diffEditor.insertedLineBackground":"#56949f26","diffEditor.insertedTextBackground":"#56949f26","diffEditor.removedLineBackground":"#b4637a26","diffEditor.removedTextBackground":"#b4637a26","diffEditorOverview.insertedForeground":"#56949f80","diffEditorOverview.removedForeground":"#b4637a80","dropdown.background":"#fffaf3","dropdown.border":"#6e6a8614","dropdown.foreground":"#575279","dropdown.listBackground":"#fffaf3","editor.background":"#faf4ed","editor.findMatchBackground":"#6e6a8626","editor.findMatchHighlightBackground":"#6e6a8626","editor.findRangeHighlightBackground":"#6e6a8626","editor.findRangeHighlightBorder":"#0000","editor.focusedStackFrameHighlightBackground":"#6e6a8614","editor.foldBackground":"#fffaf3","editor.foreground":"#575279","editor.hoverHighlightBackground":"#0000","editor.inactiveSelectionBackground":"#6e6a860d","editor.inlineValuesBackground":"#0000","editor.inlineValuesForeground":"#797593","editor.lineHighlightBackground":"#6e6a860d","editor.lineHighlightBorder":"#0000","editor.linkedEditingBackground":"#fffaf3","editor.rangeHighlightBackground":"#6e6a860d","editor.selectionBackground":"#6e6a8614","editor.selectionForeground":"#575279","editor.selectionHighlightBackground":"#6e6a8614","editor.selectionHighlightBorder":"#faf4ed","editor.snippetFinalTabstopHighlightBackground":"#6e6a8614","editor.snippetFinalTabstopHighlightBorder":"#fffaf3","editor.snippetTabstopHighlightBackground":"#6e6a8614","editor.snippetTabstopHighlightBorder":"#fffaf3","editor.stackFrameHighlightBackground":"#6e6a8614","editor.symbolHighlightBackground":"#6e6a8614","editor.symbolHighlightBorder":"#0000","editor.wordHighlightBackground":"#6e6a8614","editor.wordHighlightBorder":"#0000","editor.wordHighlightStrongBackground":"#6e6a8614","editor.wordHighlightStrongBorder":"#6e6a8614","editorBracketHighlight.foreground1":"#b4637a80","editorBracketHighlight.foreground2":"#28698380","editorBracketHighlight.foreground3":"#ea9d3480","editorBracketHighlight.foreground4":"#56949f80","editorBracketHighlight.foreground5":"#d7827e80","editorBracketHighlight.foreground6":"#907aa980","editorBracketMatch.background":"#0000","editorBracketMatch.border":"#797593","editorBracketPairGuide.activeBackground1":"#286983","editorBracketPairGuide.activeBackground2":"#d7827e","editorBracketPairGuide.activeBackground3":"#907aa9","editorBracketPairGuide.activeBackground4":"#56949f","editorBracketPairGuide.activeBackground5":"#ea9d34","editorBracketPairGuide.activeBackground6":"#b4637a","editorBracketPairGuide.background1":"#28698380","editorBracketPairGuide.background2":"#d7827e80","editorBracketPairGuide.background3":"#907aa980","editorBracketPairGuide.background4":"#56949f80","editorBracketPairGuide.background5":"#ea9d3480","editorBracketPairGuide.background6":"#b4637a80","editorCodeLens.foreground":"#d7827e","editorCursor.background":"#575279","editorCursor.foreground":"#9893a5","editorError.border":"#0000","editorError.foreground":"#b4637a","editorGhostText.foreground":"#797593","editorGroup.border":"#0000","editorGroup.dropBackground":"#fffaf3","editorGroup.emptyBackground":"#0000","editorGroup.focusedEmptyBorder":"#0000","editorGroupHeader.noTabsBackground":"#0000","editorGroupHeader.tabsBackground":"#0000","editorGroupHeader.tabsBorder":"#0000","editorGutter.addedBackground":"#56949f","editorGutter.background":"#faf4ed","editorGutter.commentRangeForeground":"#797593","editorGutter.deletedBackground":"#b4637a","editorGutter.foldingControlForeground":"#907aa9","editorGutter.modifiedBackground":"#d7827e","editorHint.border":"#0000","editorHint.foreground":"#797593","editorHoverWidget.background":"#fffaf3","editorHoverWidget.border":"#9893a580","editorHoverWidget.foreground":"#797593","editorHoverWidget.highlightForeground":"#575279","editorHoverWidget.statusBarBackground":"#0000","editorIndentGuide.activeBackground":"#9893a5","editorIndentGuide.background":"#6e6a8626","editorInfo.border":"#f2e9e1","editorInfo.foreground":"#56949f","editorInlayHint.background":"#f2e9e1","editorInlayHint.foreground":"#797593","editorInlayHint.parameterBackground":"#f2e9e1","editorInlayHint.parameterForeground":"#907aa9","editorInlayHint.typeBackground":"#f2e9e1","editorInlayHint.typeForeground":"#56949f","editorLightBulb.foreground":"#286983","editorLightBulbAutoFix.foreground":"#d7827e","editorLineNumber.activeForeground":"#575279","editorLineNumber.foreground":"#797593","editorLink.activeForeground":"#d7827e","editorMarkerNavigation.background":"#fffaf3","editorMarkerNavigationError.background":"#fffaf3","editorMarkerNavigationInfo.background":"#fffaf3","editorMarkerNavigationWarning.background":"#fffaf3","editorOverviewRuler.addedForeground":"#56949f80","editorOverviewRuler.background":"#faf4ed","editorOverviewRuler.border":"#6e6a8626","editorOverviewRuler.bracketMatchForeground":"#797593","editorOverviewRuler.commonContentForeground":"#6e6a860d","editorOverviewRuler.currentContentForeground":"#6e6a8614","editorOverviewRuler.deletedForeground":"#b4637a80","editorOverviewRuler.errorForeground":"#b4637a80","editorOverviewRuler.findMatchForeground":"#6e6a8626","editorOverviewRuler.incomingContentForeground":"#907aa980","editorOverviewRuler.infoForeground":"#56949f80","editorOverviewRuler.modifiedForeground":"#d7827e80","editorOverviewRuler.rangeHighlightForeground":"#6e6a8626","editorOverviewRuler.selectionHighlightForeground":"#6e6a8626","editorOverviewRuler.warningForeground":"#ea9d3480","editorOverviewRuler.wordHighlightForeground":"#6e6a8614","editorOverviewRuler.wordHighlightStrongForeground":"#6e6a8626","editorPane.background":"#0000","editorRuler.foreground":"#6e6a8626","editorSuggestWidget.background":"#fffaf3","editorSuggestWidget.border":"#0000","editorSuggestWidget.focusHighlightForeground":"#d7827e","editorSuggestWidget.foreground":"#797593","editorSuggestWidget.highlightForeground":"#d7827e","editorSuggestWidget.selectedBackground":"#6e6a8614","editorSuggestWidget.selectedForeground":"#575279","editorSuggestWidget.selectedIconForeground":"#575279","editorUnnecessaryCode.border":"#0000","editorUnnecessaryCode.opacity":"#57527980","editorWarning.border":"#0000","editorWarning.foreground":"#ea9d34","editorWhitespace.foreground":"#9893a5","editorWidget.background":"#fffaf3","editorWidget.border":"#f2e9e1","editorWidget.foreground":"#797593","editorWidget.resizeBorder":"#9893a5",errorForeground:"#b4637a","extensionBadge.remoteBackground":"#907aa9","extensionBadge.remoteForeground":"#faf4ed","extensionButton.prominentBackground":"#d7827e","extensionButton.prominentForeground":"#faf4ed","extensionButton.prominentHoverBackground":"#d7827ee6","extensionIcon.preReleaseForeground":"#286983","extensionIcon.starForeground":"#d7827e","extensionIcon.verifiedForeground":"#907aa9",focusBorder:"#6e6a8614",foreground:"#575279","gitDecoration.addedResourceForeground":"#56949f","gitDecoration.conflictingResourceForeground":"#b4637a","gitDecoration.deletedResourceForeground":"#797593","gitDecoration.ignoredResourceForeground":"#9893a5","gitDecoration.modifiedResourceForeground":"#d7827e","gitDecoration.renamedResourceForeground":"#286983","gitDecoration.stageDeletedResourceForeground":"#b4637a","gitDecoration.stageModifiedResourceForeground":"#907aa9","gitDecoration.submoduleResourceForeground":"#ea9d34","gitDecoration.untrackedResourceForeground":"#ea9d34","icon.foreground":"#797593","input.background":"#f2e9e180","input.border":"#6e6a8614","input.foreground":"#575279","input.placeholderForeground":"#797593","inputOption.activeBackground":"#d7827e26","inputOption.activeForeground":"#d7827e","inputValidation.errorBackground":"#fffaf3","inputValidation.errorBorder":"#6e6a8626","inputValidation.errorForeground":"#b4637a","inputValidation.infoBackground":"#fffaf3","inputValidation.infoBorder":"#6e6a8626","inputValidation.infoForeground":"#56949f","inputValidation.warningBackground":"#fffaf3","inputValidation.warningBorder":"#6e6a8626","inputValidation.warningForeground":"#56949f80","keybindingLabel.background":"#f2e9e1","keybindingLabel.border":"#6e6a8626","keybindingLabel.bottomBorder":"#6e6a8626","keybindingLabel.foreground":"#907aa9","keybindingTable.headerBackground":"#f2e9e1","keybindingTable.rowsBackground":"#fffaf3","list.activeSelectionBackground":"#6e6a8614","list.activeSelectionForeground":"#575279","list.deemphasizedForeground":"#797593","list.dropBackground":"#fffaf3","list.errorForeground":"#b4637a","list.filterMatchBackground":"#fffaf3","list.filterMatchBorder":"#d7827e","list.focusBackground":"#6e6a8626","list.focusForeground":"#575279","list.focusOutline":"#6e6a8614","list.highlightForeground":"#d7827e","list.hoverBackground":"#6e6a860d","list.hoverForeground":"#575279","list.inactiveFocusBackground":"#6e6a860d","list.inactiveSelectionBackground":"#fffaf3","list.inactiveSelectionForeground":"#575279","list.invalidItemForeground":"#b4637a","list.warningForeground":"#ea9d34","listFilterWidget.background":"#fffaf3","listFilterWidget.noMatchesOutline":"#b4637a","listFilterWidget.outline":"#f2e9e1","menu.background":"#fffaf3","menu.border":"#6e6a860d","menu.foreground":"#575279","menu.selectionBackground":"#6e6a8614","menu.selectionBorder":"#f2e9e1","menu.selectionForeground":"#575279","menu.separatorBackground":"#6e6a8626","menubar.selectionBackground":"#6e6a8614","menubar.selectionBorder":"#6e6a860d","menubar.selectionForeground":"#575279","merge.border":"#f2e9e1","merge.commonContentBackground":"#6e6a8614","merge.commonHeaderBackground":"#6e6a8614","merge.currentContentBackground":"#ea9d3480","merge.currentHeaderBackground":"#ea9d3480","merge.incomingContentBackground":"#56949f80","merge.incomingHeaderBackground":"#56949f80","minimap.background":"#fffaf3","minimap.errorHighlight":"#b4637a80","minimap.findMatchHighlight":"#6e6a8614","minimap.selectionHighlight":"#6e6a8614","minimap.warningHighlight":"#ea9d3480","minimapGutter.addedBackground":"#56949f","minimapGutter.deletedBackground":"#b4637a","minimapGutter.modifiedBackground":"#d7827e","minimapSlider.activeBackground":"#6e6a8626","minimapSlider.background":"#6e6a8614","minimapSlider.hoverBackground":"#6e6a8614","notebook.cellBorderColor":"#56949f80","notebook.cellEditorBackground":"#fffaf3","notebook.cellHoverBackground":"#f2e9e180","notebook.focusedCellBackground":"#6e6a860d","notebook.focusedCellBorder":"#56949f","notebook.outputContainerBackgroundColor":"#6e6a860d","notificationCenter.border":"#6e6a8614","notificationCenterHeader.background":"#fffaf3","notificationCenterHeader.foreground":"#797593","notificationLink.foreground":"#907aa9","notificationToast.border":"#6e6a8614","notifications.background":"#fffaf3","notifications.border":"#6e6a8614","notifications.foreground":"#575279","notificationsErrorIcon.foreground":"#b4637a","notificationsInfoIcon.foreground":"#56949f","notificationsWarningIcon.foreground":"#ea9d34","panel.background":"#fffaf3","panel.border":"#0000","panel.dropBorder":"#f2e9e1","panelInput.border":"#fffaf3","panelSection.dropBackground":"#6e6a8614","panelSectionHeader.background":"#fffaf3","panelSectionHeader.foreground":"#575279","panelTitle.activeBorder":"#6e6a8626","panelTitle.activeForeground":"#575279","panelTitle.inactiveForeground":"#797593","peekView.border":"#f2e9e1","peekViewEditor.background":"#fffaf3","peekViewEditor.matchHighlightBackground":"#6e6a8626","peekViewResult.background":"#fffaf3","peekViewResult.fileForeground":"#797593","peekViewResult.lineForeground":"#797593","peekViewResult.matchHighlightBackground":"#6e6a8626","peekViewResult.selectionBackground":"#6e6a8614","peekViewResult.selectionForeground":"#575279","peekViewTitle.background":"#f2e9e1","peekViewTitleDescription.foreground":"#797593","pickerGroup.border":"#6e6a8626","pickerGroup.foreground":"#907aa9","ports.iconRunningProcessForeground":"#d7827e","problemsErrorIcon.foreground":"#b4637a","problemsInfoIcon.foreground":"#56949f","problemsWarningIcon.foreground":"#ea9d34","progressBar.background":"#d7827e","quickInput.background":"#fffaf3","quickInput.foreground":"#797593","quickInputList.focusBackground":"#6e6a8614","quickInputList.focusForeground":"#575279","quickInputList.focusIconForeground":"#575279","scrollbar.shadow":"#fffaf34d","scrollbarSlider.activeBackground":"#28698380","scrollbarSlider.background":"#6e6a8614","scrollbarSlider.hoverBackground":"#6e6a8626","searchEditor.findMatchBackground":"#6e6a8614","selection.background":"#6e6a8626","settings.focusedRowBackground":"#fffaf3","settings.focusedRowBorder":"#6e6a8614","settings.headerForeground":"#575279","settings.modifiedItemIndicator":"#d7827e","settings.rowHoverBackground":"#fffaf3","sideBar.background":"#faf4ed","sideBar.dropBackground":"#fffaf3","sideBar.foreground":"#797593","sideBarSectionHeader.background":"#0000","sideBarSectionHeader.border":"#6e6a8614","statusBar.background":"#faf4ed","statusBar.debuggingBackground":"#907aa9","statusBar.debuggingForeground":"#faf4ed","statusBar.foreground":"#797593","statusBar.noFolderBackground":"#faf4ed","statusBar.noFolderForeground":"#797593","statusBarItem.activeBackground":"#6e6a8626","statusBarItem.errorBackground":"#faf4ed","statusBarItem.errorForeground":"#b4637a","statusBarItem.hoverBackground":"#6e6a8614","statusBarItem.prominentBackground":"#f2e9e1","statusBarItem.prominentForeground":"#575279","statusBarItem.prominentHoverBackground":"#6e6a8614","statusBarItem.remoteBackground":"#faf4ed","statusBarItem.remoteForeground":"#ea9d34","symbolIcon.arrayForeground":"#797593","symbolIcon.classForeground":"#797593","symbolIcon.colorForeground":"#797593","symbolIcon.constantForeground":"#797593","symbolIcon.constructorForeground":"#797593","symbolIcon.enumeratorForeground":"#797593","symbolIcon.enumeratorMemberForeground":"#797593","symbolIcon.eventForeground":"#797593","symbolIcon.fieldForeground":"#797593","symbolIcon.fileForeground":"#797593","symbolIcon.folderForeground":"#797593","symbolIcon.functionForeground":"#797593","symbolIcon.interfaceForeground":"#797593","symbolIcon.keyForeground":"#797593","symbolIcon.keywordForeground":"#797593","symbolIcon.methodForeground":"#797593","symbolIcon.moduleForeground":"#797593","symbolIcon.namespaceForeground":"#797593","symbolIcon.nullForeground":"#797593","symbolIcon.numberForeground":"#797593","symbolIcon.objectForeground":"#797593","symbolIcon.operatorForeground":"#797593","symbolIcon.packageForeground":"#797593","symbolIcon.propertyForeground":"#797593","symbolIcon.referenceForeground":"#797593","symbolIcon.snippetForeground":"#797593","symbolIcon.stringForeground":"#797593","symbolIcon.structForeground":"#797593","symbolIcon.textForeground":"#797593","symbolIcon.typeParameterForeground":"#797593","symbolIcon.unitForeground":"#797593","symbolIcon.variableForeground":"#797593","tab.activeBackground":"#6e6a860d","tab.activeForeground":"#575279","tab.activeModifiedBorder":"#56949f","tab.border":"#0000","tab.hoverBackground":"#6e6a8614","tab.inactiveBackground":"#0000","tab.inactiveForeground":"#797593","tab.inactiveModifiedBorder":"#56949f80","tab.lastPinnedBorder":"#9893a5","tab.unfocusedActiveBackground":"#0000","tab.unfocusedHoverBackground":"#0000","tab.unfocusedInactiveBackground":"#0000","tab.unfocusedInactiveModifiedBorder":"#56949f80","terminal.ansiBlack":"#f2e9e1","terminal.ansiBlue":"#56949f","terminal.ansiBrightBlack":"#797593","terminal.ansiBrightBlue":"#56949f","terminal.ansiBrightCyan":"#d7827e","terminal.ansiBrightGreen":"#286983","terminal.ansiBrightMagenta":"#907aa9","terminal.ansiBrightRed":"#b4637a","terminal.ansiBrightWhite":"#575279","terminal.ansiBrightYellow":"#ea9d34","terminal.ansiCyan":"#d7827e","terminal.ansiGreen":"#286983","terminal.ansiMagenta":"#907aa9","terminal.ansiRed":"#b4637a","terminal.ansiWhite":"#575279","terminal.ansiYellow":"#ea9d34","terminal.dropBackground":"#6e6a8614","terminal.foreground":"#575279","terminal.selectionBackground":"#6e6a8614","terminal.tab.activeBorder":"#575279","terminalCursor.background":"#575279","terminalCursor.foreground":"#9893a5","textBlockQuote.background":"#fffaf3","textBlockQuote.border":"#6e6a8614","textCodeBlock.background":"#fffaf3","textLink.activeForeground":"#907aa9e6","textLink.foreground":"#907aa9","textPreformat.foreground":"#ea9d34","textSeparator.foreground":"#797593","titleBar.activeBackground":"#faf4ed","titleBar.activeForeground":"#797593","titleBar.inactiveBackground":"#fffaf3","titleBar.inactiveForeground":"#797593","toolbar.activeBackground":"#6e6a8626","toolbar.hoverBackground":"#6e6a8614","tree.indentGuidesStroke":"#797593","walkThrough.embeddedEditorBackground":"#faf4ed","welcomePage.background":"#faf4ed","welcomePage.buttonBackground":"#fffaf3","welcomePage.buttonHoverBackground":"#f2e9e1","widget.shadow":"#fffaf34d","window.activeBorder":"#fffaf3","window.inactiveBorder":"#fffaf3"},displayName:"Rosé Pine Dawn",name:"rose-pine-dawn",tokenColors:[{scope:["comment"],settings:{fontStyle:"italic",foreground:"#9893a5"}},{scope:["constant"],settings:{foreground:"#286983"}},{scope:["constant.numeric","constant.language"],settings:{foreground:"#d7827e"}},{scope:["entity.name"],settings:{foreground:"#d7827e"}},{scope:["entity.name.section","entity.name.tag","entity.name.namespace","entity.name.type"],settings:{foreground:"#56949f"}},{scope:["entity.other.attribute-name","entity.other.inherited-class"],settings:{fontStyle:"italic",foreground:"#907aa9"}},{scope:["invalid"],settings:{foreground:"#b4637a"}},{scope:["invalid.deprecated"],settings:{foreground:"#797593"}},{scope:["keyword"],settings:{foreground:"#286983"}},{scope:["markup.inserted.diff"],settings:{foreground:"#56949f"}},{scope:["markup.deleted.diff"],settings:{foreground:"#b4637a"}},{scope:"markup.heading",settings:{fontStyle:"bold"}},{scope:"markup.bold.markdown",settings:{fontStyle:"bold"}},{scope:"markup.italic.markdown",settings:{fontStyle:"italic"}},{scope:["meta.diff.range"],settings:{foreground:"#907aa9"}},{scope:["meta.tag","meta.brace"],settings:{foreground:"#575279"}},{scope:["meta.import","meta.export"],settings:{foreground:"#286983"}},{scope:"meta.directive.vue",settings:{fontStyle:"italic",foreground:"#907aa9"}},{scope:"meta.property-name.css",settings:{foreground:"#56949f"}},{scope:"meta.property-value.css",settings:{foreground:"#ea9d34"}},{scope:"meta.tag.other.html",settings:{foreground:"#797593"}},{scope:["punctuation"],settings:{foreground:"#797593"}},{scope:["punctuation.accessor"],settings:{foreground:"#286983"}},{scope:["punctuation.definition.string"],settings:{foreground:"#ea9d34"}},{scope:["punctuation.definition.tag"],settings:{foreground:"#9893a5"}},{scope:["storage.type","storage.modifier"],settings:{foreground:"#286983"}},{scope:["string"],settings:{foreground:"#ea9d34"}},{scope:["support"],settings:{foreground:"#56949f"}},{scope:["support.constant"],settings:{foreground:"#ea9d34"}},{scope:["support.function"],settings:{fontStyle:"italic",foreground:"#b4637a"}},{scope:["variable"],settings:{fontStyle:"italic",foreground:"#d7827e"}},{scope:["variable.other","variable.language","variable.function","variable.argument"],settings:{foreground:"#575279"}},{scope:["variable.parameter"],settings:{foreground:"#907aa9"}}],type:"light"});export{e as default};
1
+ var e=Object.freeze({colors:{"activityBar.activeBorder":"#575279","activityBar.background":"#faf4ed","activityBar.dropBorder":"#f2e9e1","activityBar.foreground":"#575279","activityBar.inactiveForeground":"#797593","activityBarBadge.background":"#d7827e","activityBarBadge.foreground":"#faf4ed","badge.background":"#d7827e","badge.foreground":"#faf4ed","banner.background":"#fffaf3","banner.foreground":"#575279","banner.iconForeground":"#797593","breadcrumb.activeSelectionForeground":"#d7827e","breadcrumb.background":"#faf4ed","breadcrumb.focusForeground":"#797593","breadcrumb.foreground":"#9893a5","breadcrumbPicker.background":"#fffaf3","button.background":"#d7827e","button.foreground":"#faf4ed","button.hoverBackground":"#d7827ee6","button.secondaryBackground":"#fffaf3","button.secondaryForeground":"#575279","button.secondaryHoverBackground":"#f2e9e1","charts.blue":"#56949f","charts.foreground":"#575279","charts.green":"#286983","charts.lines":"#797593","charts.orange":"#d7827e","charts.purple":"#907aa9","charts.red":"#b4637a","charts.yellow":"#ea9d34","checkbox.background":"#fffaf3","checkbox.border":"#6e6a8614","checkbox.foreground":"#575279","debugExceptionWidget.background":"#fffaf3","debugExceptionWidget.border":"#6e6a8614","debugIcon.breakpointCurrentStackframeForeground":"#797593","debugIcon.breakpointDisabledForeground":"#797593","debugIcon.breakpointForeground":"#797593","debugIcon.breakpointStackframeForeground":"#797593","debugIcon.breakpointUnverifiedForeground":"#797593","debugIcon.continueForeground":"#797593","debugIcon.disconnectForeground":"#797593","debugIcon.pauseForeground":"#797593","debugIcon.restartForeground":"#797593","debugIcon.startForeground":"#797593","debugIcon.stepBackForeground":"#797593","debugIcon.stepIntoForeground":"#797593","debugIcon.stepOutForeground":"#797593","debugIcon.stepOverForeground":"#797593","debugIcon.stopForeground":"#b4637a","debugToolBar.background":"#fffaf3","debugToolBar.border":"#f2e9e1",descriptionForeground:"#797593","diffEditor.border":"#f2e9e1","diffEditor.diagonalFill":"#6e6a8626","diffEditor.insertedLineBackground":"#56949f26","diffEditor.insertedTextBackground":"#56949f26","diffEditor.removedLineBackground":"#b4637a26","diffEditor.removedTextBackground":"#b4637a26","diffEditorOverview.insertedForeground":"#56949f80","diffEditorOverview.removedForeground":"#b4637a80","dropdown.background":"#fffaf3","dropdown.border":"#6e6a8614","dropdown.foreground":"#575279","dropdown.listBackground":"#fffaf3","editor.background":"#faf4ed","editor.findMatchBackground":"#6e6a8626","editor.findMatchHighlightBackground":"#6e6a8626","editor.findRangeHighlightBackground":"#6e6a8626","editor.findRangeHighlightBorder":"#0000","editor.focusedStackFrameHighlightBackground":"#6e6a8614","editor.foldBackground":"#fffaf3","editor.foreground":"#575279","editor.hoverHighlightBackground":"#0000","editor.inactiveSelectionBackground":"#6e6a860d","editor.inlineValuesBackground":"#0000","editor.inlineValuesForeground":"#797593","editor.lineHighlightBackground":"#6e6a860d","editor.lineHighlightBorder":"#0000","editor.linkedEditingBackground":"#fffaf3","editor.rangeHighlightBackground":"#6e6a860d","editor.selectionBackground":"#6e6a8614","editor.selectionForeground":"#575279","editor.selectionHighlightBackground":"#6e6a8614","editor.selectionHighlightBorder":"#faf4ed","editor.snippetFinalTabstopHighlightBackground":"#6e6a8614","editor.snippetFinalTabstopHighlightBorder":"#fffaf3","editor.snippetTabstopHighlightBackground":"#6e6a8614","editor.snippetTabstopHighlightBorder":"#fffaf3","editor.stackFrameHighlightBackground":"#6e6a8614","editor.symbolHighlightBackground":"#6e6a8614","editor.symbolHighlightBorder":"#0000","editor.wordHighlightBackground":"#6e6a8614","editor.wordHighlightBorder":"#0000","editor.wordHighlightStrongBackground":"#6e6a8614","editor.wordHighlightStrongBorder":"#6e6a8614","editorBracketHighlight.foreground1":"#b4637a80","editorBracketHighlight.foreground2":"#28698380","editorBracketHighlight.foreground3":"#ea9d3480","editorBracketHighlight.foreground4":"#56949f80","editorBracketHighlight.foreground5":"#d7827e80","editorBracketHighlight.foreground6":"#907aa980","editorBracketMatch.background":"#0000","editorBracketMatch.border":"#797593","editorBracketPairGuide.activeBackground1":"#286983","editorBracketPairGuide.activeBackground2":"#d7827e","editorBracketPairGuide.activeBackground3":"#907aa9","editorBracketPairGuide.activeBackground4":"#56949f","editorBracketPairGuide.activeBackground5":"#ea9d34","editorBracketPairGuide.activeBackground6":"#b4637a","editorBracketPairGuide.background1":"#28698380","editorBracketPairGuide.background2":"#d7827e80","editorBracketPairGuide.background3":"#907aa980","editorBracketPairGuide.background4":"#56949f80","editorBracketPairGuide.background5":"#ea9d3480","editorBracketPairGuide.background6":"#b4637a80","editorCodeLens.foreground":"#d7827e","editorCursor.background":"#575279","editorCursor.foreground":"#9893a5","editorError.border":"#0000","editorError.foreground":"#b4637a","editorGhostText.foreground":"#797593","editorGroup.border":"#0000","editorGroup.dropBackground":"#fffaf3","editorGroup.emptyBackground":"#0000","editorGroup.focusedEmptyBorder":"#0000","editorGroupHeader.noTabsBackground":"#0000","editorGroupHeader.tabsBackground":"#0000","editorGroupHeader.tabsBorder":"#0000","editorGutter.addedBackground":"#56949f","editorGutter.background":"#faf4ed","editorGutter.commentRangeForeground":"#797593","editorGutter.deletedBackground":"#b4637a","editorGutter.foldingControlForeground":"#907aa9","editorGutter.modifiedBackground":"#d7827e","editorHint.border":"#0000","editorHint.foreground":"#797593","editorHoverWidget.background":"#fffaf3","editorHoverWidget.border":"#9893a580","editorHoverWidget.foreground":"#797593","editorHoverWidget.highlightForeground":"#575279","editorHoverWidget.statusBarBackground":"#0000","editorIndentGuide.activeBackground":"#9893a5","editorIndentGuide.background":"#6e6a8626","editorInfo.border":"#f2e9e1","editorInfo.foreground":"#56949f","editorInlayHint.background":"#f2e9e1","editorInlayHint.foreground":"#797593","editorInlayHint.parameterBackground":"#f2e9e1","editorInlayHint.parameterForeground":"#907aa9","editorInlayHint.typeBackground":"#f2e9e1","editorInlayHint.typeForeground":"#56949f","editorLightBulb.foreground":"#286983","editorLightBulbAutoFix.foreground":"#d7827e","editorLineNumber.activeForeground":"#575279","editorLineNumber.foreground":"#797593","editorLink.activeForeground":"#d7827e","editorMarkerNavigation.background":"#fffaf3","editorMarkerNavigationError.background":"#fffaf3","editorMarkerNavigationInfo.background":"#fffaf3","editorMarkerNavigationWarning.background":"#fffaf3","editorOverviewRuler.addedForeground":"#56949f80","editorOverviewRuler.background":"#faf4ed","editorOverviewRuler.border":"#6e6a8626","editorOverviewRuler.bracketMatchForeground":"#797593","editorOverviewRuler.commonContentForeground":"#6e6a860d","editorOverviewRuler.currentContentForeground":"#6e6a8614","editorOverviewRuler.deletedForeground":"#b4637a80","editorOverviewRuler.errorForeground":"#b4637a80","editorOverviewRuler.findMatchForeground":"#6e6a8626","editorOverviewRuler.incomingContentForeground":"#907aa980","editorOverviewRuler.infoForeground":"#56949f80","editorOverviewRuler.modifiedForeground":"#d7827e80","editorOverviewRuler.rangeHighlightForeground":"#6e6a8626","editorOverviewRuler.selectionHighlightForeground":"#6e6a8626","editorOverviewRuler.warningForeground":"#ea9d3480","editorOverviewRuler.wordHighlightForeground":"#6e6a8614","editorOverviewRuler.wordHighlightStrongForeground":"#6e6a8626","editorPane.background":"#0000","editorRuler.foreground":"#6e6a8626","editorSuggestWidget.background":"#fffaf3","editorSuggestWidget.border":"#0000","editorSuggestWidget.focusHighlightForeground":"#d7827e","editorSuggestWidget.foreground":"#797593","editorSuggestWidget.highlightForeground":"#d7827e","editorSuggestWidget.selectedBackground":"#6e6a8614","editorSuggestWidget.selectedForeground":"#575279","editorSuggestWidget.selectedIconForeground":"#575279","editorUnnecessaryCode.border":"#0000","editorUnnecessaryCode.opacity":"#57527980","editorWarning.border":"#0000","editorWarning.foreground":"#ea9d34","editorWhitespace.foreground":"#9893a5","editorWidget.background":"#fffaf3","editorWidget.border":"#f2e9e1","editorWidget.foreground":"#797593","editorWidget.resizeBorder":"#9893a5",errorForeground:"#b4637a","extensionBadge.remoteBackground":"#907aa9","extensionBadge.remoteForeground":"#faf4ed","extensionButton.prominentBackground":"#d7827e","extensionButton.prominentForeground":"#faf4ed","extensionButton.prominentHoverBackground":"#d7827ee6","extensionIcon.preReleaseForeground":"#286983","extensionIcon.starForeground":"#d7827e","extensionIcon.verifiedForeground":"#907aa9",focusBorder:"#6e6a8614",foreground:"#575279","gitDecoration.addedResourceForeground":"#56949f","gitDecoration.conflictingResourceForeground":"#b4637a","gitDecoration.deletedResourceForeground":"#797593","gitDecoration.ignoredResourceForeground":"#9893a5","gitDecoration.modifiedResourceForeground":"#d7827e","gitDecoration.renamedResourceForeground":"#286983","gitDecoration.stageDeletedResourceForeground":"#b4637a","gitDecoration.stageModifiedResourceForeground":"#907aa9","gitDecoration.submoduleResourceForeground":"#ea9d34","gitDecoration.untrackedResourceForeground":"#ea9d34","icon.foreground":"#797593","input.background":"#f2e9e180","input.border":"#6e6a8614","input.foreground":"#575279","input.placeholderForeground":"#797593","inputOption.activeBackground":"#d7827e26","inputOption.activeForeground":"#d7827e","inputValidation.errorBackground":"#fffaf3","inputValidation.errorBorder":"#6e6a8626","inputValidation.errorForeground":"#b4637a","inputValidation.infoBackground":"#fffaf3","inputValidation.infoBorder":"#6e6a8626","inputValidation.infoForeground":"#56949f","inputValidation.warningBackground":"#fffaf3","inputValidation.warningBorder":"#6e6a8626","inputValidation.warningForeground":"#56949f80","keybindingLabel.background":"#f2e9e1","keybindingLabel.border":"#6e6a8626","keybindingLabel.bottomBorder":"#6e6a8626","keybindingLabel.foreground":"#907aa9","keybindingTable.headerBackground":"#f2e9e1","keybindingTable.rowsBackground":"#fffaf3","list.activeSelectionBackground":"#6e6a8614","list.activeSelectionForeground":"#575279","list.deemphasizedForeground":"#797593","list.dropBackground":"#fffaf3","list.errorForeground":"#b4637a","list.filterMatchBackground":"#fffaf3","list.filterMatchBorder":"#d7827e","list.focusBackground":"#6e6a8626","list.focusForeground":"#575279","list.focusOutline":"#6e6a8614","list.highlightForeground":"#d7827e","list.hoverBackground":"#6e6a860d","list.hoverForeground":"#575279","list.inactiveFocusBackground":"#6e6a860d","list.inactiveSelectionBackground":"#fffaf3","list.inactiveSelectionForeground":"#575279","list.invalidItemForeground":"#b4637a","list.warningForeground":"#ea9d34","listFilterWidget.background":"#fffaf3","listFilterWidget.noMatchesOutline":"#b4637a","listFilterWidget.outline":"#f2e9e1","menu.background":"#fffaf3","menu.border":"#6e6a860d","menu.foreground":"#575279","menu.selectionBackground":"#6e6a8614","menu.selectionBorder":"#f2e9e1","menu.selectionForeground":"#575279","menu.separatorBackground":"#6e6a8626","menubar.selectionBackground":"#6e6a8614","menubar.selectionBorder":"#6e6a860d","menubar.selectionForeground":"#575279","merge.border":"#f2e9e1","merge.commonContentBackground":"#6e6a8614","merge.commonHeaderBackground":"#6e6a8614","merge.currentContentBackground":"#ea9d3480","merge.currentHeaderBackground":"#ea9d3480","merge.incomingContentBackground":"#56949f80","merge.incomingHeaderBackground":"#56949f80","minimap.background":"#fffaf3","minimap.errorHighlight":"#b4637a80","minimap.findMatchHighlight":"#6e6a8614","minimap.selectionHighlight":"#6e6a8614","minimap.warningHighlight":"#ea9d3480","minimapGutter.addedBackground":"#56949f","minimapGutter.deletedBackground":"#b4637a","minimapGutter.modifiedBackground":"#d7827e","minimapSlider.activeBackground":"#6e6a8626","minimapSlider.background":"#6e6a8614","minimapSlider.hoverBackground":"#6e6a8614","notebook.cellBorderColor":"#56949f80","notebook.cellEditorBackground":"#fffaf3","notebook.cellHoverBackground":"#f2e9e180","notebook.focusedCellBackground":"#6e6a860d","notebook.focusedCellBorder":"#56949f","notebook.outputContainerBackgroundColor":"#6e6a860d","notificationCenter.border":"#6e6a8614","notificationCenterHeader.background":"#fffaf3","notificationCenterHeader.foreground":"#797593","notificationLink.foreground":"#907aa9","notificationToast.border":"#6e6a8614","notifications.background":"#fffaf3","notifications.border":"#6e6a8614","notifications.foreground":"#575279","notificationsErrorIcon.foreground":"#b4637a","notificationsInfoIcon.foreground":"#56949f","notificationsWarningIcon.foreground":"#ea9d34","panel.background":"#fffaf3","panel.border":"#0000","panel.dropBorder":"#f2e9e1","panelInput.border":"#fffaf3","panelSection.dropBackground":"#6e6a8614","panelSectionHeader.background":"#fffaf3","panelSectionHeader.foreground":"#575279","panelTitle.activeBorder":"#6e6a8626","panelTitle.activeForeground":"#575279","panelTitle.inactiveForeground":"#797593","peekView.border":"#f2e9e1","peekViewEditor.background":"#fffaf3","peekViewEditor.matchHighlightBackground":"#6e6a8626","peekViewResult.background":"#fffaf3","peekViewResult.fileForeground":"#797593","peekViewResult.lineForeground":"#797593","peekViewResult.matchHighlightBackground":"#6e6a8626","peekViewResult.selectionBackground":"#6e6a8614","peekViewResult.selectionForeground":"#575279","peekViewTitle.background":"#f2e9e1","peekViewTitleDescription.foreground":"#797593","pickerGroup.border":"#6e6a8626","pickerGroup.foreground":"#907aa9","ports.iconRunningProcessForeground":"#d7827e","problemsErrorIcon.foreground":"#b4637a","problemsInfoIcon.foreground":"#56949f","problemsWarningIcon.foreground":"#ea9d34","progressBar.background":"#d7827e","quickInput.background":"#fffaf3","quickInput.foreground":"#797593","quickInputList.focusBackground":"#6e6a8614","quickInputList.focusForeground":"#575279","quickInputList.focusIconForeground":"#575279","scrollbar.shadow":"#fffaf34d","scrollbarSlider.activeBackground":"#28698380","scrollbarSlider.background":"#6e6a8614","scrollbarSlider.hoverBackground":"#6e6a8626","searchEditor.findMatchBackground":"#6e6a8614","selection.background":"#6e6a8626","settings.focusedRowBackground":"#fffaf3","settings.focusedRowBorder":"#6e6a8614","settings.headerForeground":"#575279","settings.modifiedItemIndicator":"#d7827e","settings.rowHoverBackground":"#fffaf3","sideBar.background":"#faf4ed","sideBar.dropBackground":"#fffaf3","sideBar.foreground":"#797593","sideBarSectionHeader.background":"#0000","sideBarSectionHeader.border":"#6e6a8614","statusBar.background":"#faf4ed","statusBar.debuggingBackground":"#907aa9","statusBar.debuggingForeground":"#faf4ed","statusBar.foreground":"#797593","statusBar.noFolderBackground":"#faf4ed","statusBar.noFolderForeground":"#797593","statusBarItem.activeBackground":"#6e6a8626","statusBarItem.errorBackground":"#faf4ed","statusBarItem.errorForeground":"#b4637a","statusBarItem.hoverBackground":"#6e6a8614","statusBarItem.prominentBackground":"#f2e9e1","statusBarItem.prominentForeground":"#575279","statusBarItem.prominentHoverBackground":"#6e6a8614","statusBarItem.remoteBackground":"#faf4ed","statusBarItem.remoteForeground":"#ea9d34","symbolIcon.arrayForeground":"#797593","symbolIcon.classForeground":"#797593","symbolIcon.colorForeground":"#797593","symbolIcon.constantForeground":"#797593","symbolIcon.constructorForeground":"#797593","symbolIcon.enumeratorForeground":"#797593","symbolIcon.enumeratorMemberForeground":"#797593","symbolIcon.eventForeground":"#797593","symbolIcon.fieldForeground":"#797593","symbolIcon.fileForeground":"#797593","symbolIcon.folderForeground":"#797593","symbolIcon.functionForeground":"#797593","symbolIcon.interfaceForeground":"#797593","symbolIcon.keyForeground":"#797593","symbolIcon.keywordForeground":"#797593","symbolIcon.methodForeground":"#797593","symbolIcon.moduleForeground":"#797593","symbolIcon.namespaceForeground":"#797593","symbolIcon.nullForeground":"#797593","symbolIcon.numberForeground":"#797593","symbolIcon.objectForeground":"#797593","symbolIcon.operatorForeground":"#797593","symbolIcon.packageForeground":"#797593","symbolIcon.propertyForeground":"#797593","symbolIcon.referenceForeground":"#797593","symbolIcon.snippetForeground":"#797593","symbolIcon.stringForeground":"#797593","symbolIcon.structForeground":"#797593","symbolIcon.textForeground":"#797593","symbolIcon.typeParameterForeground":"#797593","symbolIcon.unitForeground":"#797593","symbolIcon.variableForeground":"#797593","tab.activeBackground":"#6e6a860d","tab.activeForeground":"#575279","tab.activeModifiedBorder":"#56949f","tab.border":"#0000","tab.hoverBackground":"#6e6a8614","tab.inactiveBackground":"#0000","tab.inactiveForeground":"#797593","tab.inactiveModifiedBorder":"#56949f80","tab.lastPinnedBorder":"#9893a5","tab.unfocusedActiveBackground":"#0000","tab.unfocusedHoverBackground":"#0000","tab.unfocusedInactiveBackground":"#0000","tab.unfocusedInactiveModifiedBorder":"#56949f80","terminal.ansiBlack":"#f2e9e1","terminal.ansiBlue":"#56949f","terminal.ansiBrightBlack":"#797593","terminal.ansiBrightBlue":"#56949f","terminal.ansiBrightCyan":"#d7827e","terminal.ansiBrightGreen":"#286983","terminal.ansiBrightMagenta":"#907aa9","terminal.ansiBrightRed":"#b4637a","terminal.ansiBrightWhite":"#575279","terminal.ansiBrightYellow":"#ea9d34","terminal.ansiCyan":"#d7827e","terminal.ansiGreen":"#286983","terminal.ansiMagenta":"#907aa9","terminal.ansiRed":"#b4637a","terminal.ansiWhite":"#575279","terminal.ansiYellow":"#ea9d34","terminal.dropBackground":"#6e6a8614","terminal.foreground":"#575279","terminal.selectionBackground":"#6e6a8614","terminal.tab.activeBorder":"#575279","terminalCursor.background":"#575279","terminalCursor.foreground":"#9893a5","textBlockQuote.background":"#fffaf3","textBlockQuote.border":"#6e6a8614","textCodeBlock.background":"#fffaf3","textLink.activeForeground":"#907aa9e6","textLink.foreground":"#907aa9","textPreformat.foreground":"#ea9d34","textSeparator.foreground":"#797593","titleBar.activeBackground":"#faf4ed","titleBar.activeForeground":"#797593","titleBar.inactiveBackground":"#fffaf3","titleBar.inactiveForeground":"#797593","toolbar.activeBackground":"#6e6a8626","toolbar.hoverBackground":"#6e6a8614","tree.indentGuidesStroke":"#797593","walkThrough.embeddedEditorBackground":"#faf4ed","welcomePage.background":"#faf4ed","welcomePage.buttonBackground":"#fffaf3","welcomePage.buttonHoverBackground":"#f2e9e1","widget.shadow":"#fffaf34d","window.activeBorder":"#fffaf3","window.inactiveBorder":"#fffaf3"},displayName:"Rosé Pine Dawn",name:"rose-pine-dawn",tokenColors:[{scope:["comment"],settings:{fontStyle:"italic",foreground:"#9893a5"}},{scope:["constant"],settings:{foreground:"#286983"}},{scope:["constant.numeric","constant.language"],settings:{foreground:"#d7827e"}},{scope:["entity.name"],settings:{foreground:"#d7827e"}},{scope:["entity.name.section","entity.name.tag","entity.name.namespace","entity.name.type"],settings:{foreground:"#56949f"}},{scope:["entity.other.attribute-name","entity.other.inherited-class"],settings:{fontStyle:"italic",foreground:"#907aa9"}},{scope:["invalid"],settings:{foreground:"#b4637a"}},{scope:["invalid.deprecated"],settings:{foreground:"#797593"}},{scope:["keyword","variable.language.this"],settings:{foreground:"#286983"}},{scope:["markup.inserted.diff"],settings:{foreground:"#56949f"}},{scope:["markup.deleted.diff"],settings:{foreground:"#b4637a"}},{scope:"markup.heading",settings:{fontStyle:"bold"}},{scope:"markup.bold.markdown",settings:{fontStyle:"bold"}},{scope:"markup.italic.markdown",settings:{fontStyle:"italic"}},{scope:["meta.diff.range"],settings:{foreground:"#907aa9"}},{scope:["meta.tag","meta.brace"],settings:{foreground:"#575279"}},{scope:["meta.import","meta.export"],settings:{foreground:"#286983"}},{scope:"meta.directive.vue",settings:{fontStyle:"italic",foreground:"#907aa9"}},{scope:"meta.property-name.css",settings:{foreground:"#56949f"}},{scope:"meta.property-value.css",settings:{foreground:"#ea9d34"}},{scope:"meta.tag.other.html",settings:{foreground:"#797593"}},{scope:["punctuation"],settings:{foreground:"#797593"}},{scope:["punctuation.accessor"],settings:{foreground:"#286983"}},{scope:["punctuation.definition.string"],settings:{foreground:"#ea9d34"}},{scope:["punctuation.definition.tag"],settings:{foreground:"#9893a5"}},{scope:["storage.type","storage.modifier"],settings:{foreground:"#286983"}},{scope:["string"],settings:{foreground:"#ea9d34"}},{scope:["support"],settings:{foreground:"#56949f"}},{scope:["support.constant"],settings:{foreground:"#ea9d34"}},{scope:["support.function"],settings:{fontStyle:"italic",foreground:"#b4637a"}},{scope:["variable"],settings:{fontStyle:"italic",foreground:"#d7827e"}},{scope:["variable.other","variable.language","variable.function","variable.argument"],settings:{foreground:"#575279"}},{scope:["variable.parameter"],settings:{foreground:"#907aa9"}}],type:"light"});export{e as default};
@@ -1,15 +1,15 @@
1
1
  <!DOCTYPE html><html data-capo=""><head><meta charset="utf-8">
2
2
  <meta name="viewport" content="width=device-width, initial-scale=1">
3
3
  <link rel="stylesheet" href="/__nuxt-link-checker/_nuxt/entry.BNQn0MkB.css">
4
- <link rel="modulepreload" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/ChJ1dFAn.js">
4
+ <link rel="modulepreload" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BItQYlyr.js">
5
5
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DXFkqnOI.js">
6
6
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BigF1UXR.js">
7
7
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CowR2XfX.js">
8
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/ECt0lbkd.js">
8
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CBks_G0r.js">
9
9
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CbViG2Xw.js">
10
10
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Dch3xQiY.js">
11
11
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CbYhyuC0.js">
12
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/1rqFXsGc.js">
12
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BUinYsBq.js">
13
13
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BeX7Iu5M.js">
14
14
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/rS0jd3Ly.js">
15
15
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Sfo2eW0G.js">
@@ -19,7 +19,7 @@
19
19
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CupVZNk8.js">
20
20
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B4yE-MfL.js">
21
21
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CG4fK2Nq.js">
22
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CFF2d1j6.js">
22
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CEQQyXKu.js">
23
23
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DK4oFTHQ.js">
24
24
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B2DkETJQ.js">
25
25
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/RCJZWN-0.js">
@@ -43,7 +43,7 @@
43
43
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DwuVtWc2.js">
44
44
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BXfENWL6.js">
45
45
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BIxS-Weu.js">
46
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Du6_OKDb.js">
46
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/EPzMdTgI.js">
47
47
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B9S9BZZh.js">
48
48
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DHmGyzbM.js">
49
49
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/RqY_Nz63.js">
@@ -58,7 +58,7 @@
58
58
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BT9ZzGyQ.js">
59
59
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DC8MraHL.js">
60
60
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/PWN5J14X.js">
61
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BXR915QZ.js">
61
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CU2HFFmO.js">
62
62
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DSrLtGYv.js">
63
63
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DXT9h7v2.js">
64
64
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BlxWTfDV.js">
@@ -68,7 +68,7 @@
68
68
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Urb1RsFe.js">
69
69
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CxrokwfH.js">
70
70
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BaedD2tq.js">
71
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/3ghuYFLd.js">
71
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bym0hRiG.js">
72
72
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/C1DVX8_8.js">
73
73
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bgpqy2XC.js">
74
74
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DV9JwLIa.js">
@@ -94,8 +94,8 @@
94
94
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/KPqz0Sb3.js">
95
95
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/sQpxpyUs.js">
96
96
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D6pmzCqS.js">
97
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BVkeqZ59.js">
98
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BnyYJeap.js">
97
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BU6jSTzS.js">
98
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bpum8voz.js">
99
99
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BBBqETUW.js">
100
100
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B_SUYfiV.js">
101
101
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/cw46T5ID.js">
@@ -109,7 +109,7 @@
109
109
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/nclm9rTJ.js">
110
110
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BN4LRXf6.js">
111
111
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BmCW-tYz.js">
112
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/0ooBkv16.js">
112
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B34IPION.js">
113
113
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DJubGRtk.js">
114
114
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Dit6kIrv.js">
115
115
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CpAANOdC.js">
@@ -130,21 +130,22 @@
130
130
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DGEpfOTx.js">
131
131
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CCqFro8U.js">
132
132
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bj0fF4lQ.js">
133
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D5OoM2Ul.js">
133
134
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Dg0DGYq4.js">
134
135
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Ksn5IXup.js">
135
136
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DdacRhvC.js">
136
137
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/VQMr7AbF.js">
137
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DGDuLtS6.js">
138
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/gnwMp1li.js">
138
139
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Btshr8M_.js">
139
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CJIaz0BQ.js">
140
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CBPJd_fO.js">
140
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CxLlwT--.js">
141
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Br9pa-sp.js">
141
142
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Cb-F_BZP.js">
142
143
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/-7WWnkdy.js">
143
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DOHBU7tp.js">
144
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/COBxEbHI.js">
144
145
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B9CT-1u6.js">
145
146
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DBxHOdLe.js">
146
147
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DR5YgmI2.js">
147
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D7WeZTai.js">
148
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/-0RnDExV.js">
148
149
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B7rNE5kf.js">
149
150
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CrgTADc5.js">
150
151
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BWKJ1FCf.js">
@@ -182,7 +183,7 @@
182
183
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/6XBPEST2.js">
183
184
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BH1M7C1g.js">
184
185
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DLP9ZvWb.js">
185
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/C1yTBzia.js">
186
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DuzeNTn4.js">
186
187
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BscxmKrE.js">
187
188
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CuJfdYLG.js">
188
189
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BxwAa5i0.js">
@@ -191,7 +192,7 @@
191
192
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DBeuZS66.js">
192
193
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DnLUQrgA.js">
193
194
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BacI6-DX.js">
194
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DAP_O-zg.js">
195
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D47volHK.js">
195
196
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/I4qd5QHW.js">
196
197
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/C2TBxDwV.js">
197
198
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CO5hpdkB.js">
@@ -199,13 +200,13 @@
199
200
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DVfdqzEq.js">
200
201
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/QZ3jNtnE.js">
201
202
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BLluXI4E.js">
202
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bi43K_FX.js">
203
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D33OKbkv.js">
203
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CUHTTYqt.js">
204
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/C_3e0TF9.js">
204
205
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CBWrHyXe.js">
205
206
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Cicx_DS6.js">
206
207
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D3VXSfF0.js">
207
208
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BZz1Hhek.js">
208
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DrnZp123.js">
209
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/I286KXx1.js">
209
210
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CJQrLysU.js">
210
211
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BICIrM8O.js">
211
212
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B1nm99XP.js">
@@ -214,13 +215,13 @@
214
215
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/YxQm0tCS.js">
215
216
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BaWyeHV_.js">
216
217
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bn5gmY5k.js">
217
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CSPeAESR.js">
218
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BYdKNJ10.js">
219
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DVLwECkk.js">
220
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CEfge3mM.js">
218
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BXP-NDAE.js">
219
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DQ-rpzxz.js">
220
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CPw9RxLe.js">
221
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DV9_Ze0W.js">
221
222
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/KEYLhlmT.js">
222
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DGO8GyiP.js">
223
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/9B1nZgL-.js">
223
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BpDWT_aG.js">
224
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D46m5Xd3.js">
224
225
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CzPA46E-.js">
225
226
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BXF7Vm5l.js">
226
227
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CRDKj6ck.js">
@@ -243,24 +244,24 @@
243
244
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/alpzPJ78.js">
244
245
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Cda-MJFk.js">
245
246
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/jaXbsbtS.js">
246
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CX_FIdg1.js">
247
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bj5xdiaE.js">
248
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CdedUr_-.js">
247
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DDK5Hw8n.js">
248
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/xuIuMB9j.js">
249
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BiVAY1KT.js">
249
250
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/C7oZ9nno.js">
250
251
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/hXH8Gyq8.js">
251
252
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CA9nliXM.js">
252
253
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/C86elO-m.js">
253
254
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/xPNGhBYe.js">
254
255
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BBDuFDsq.js">
255
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/eJfcURhx.js">
256
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BMRpS3Xo.js">
256
257
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/BSB_bK09.js">
257
258
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/B3g-KkBK.js">
258
259
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Bxkoe-BC.js">
259
260
  <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Br6ll-O0.js">
260
- <link rel="prefetch" as="style" href="/__nuxt-link-checker/_nuxt/error-404.CUS9EMVV.css">
261
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/CETtcHRa.js">
262
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/Cq0wM8KE.js">
263
- <link rel="prefetch" as="style" href="/__nuxt-link-checker/_nuxt/error-500.CMkLgjP3.css">
264
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/D7us1Eal.js">
265
- <script type="module" src="/__nuxt-link-checker/_nuxt/ChJ1dFAn.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" id="__NUXT_DATA__" data-ssr="false">[{"serverRendered":1},false]</script>
266
- <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-link-checker",buildId:"7bcc0ccc-7abc-4c7a-a38f-10c82bc8da01",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
261
+ <link rel="prefetch" as="style" href="/__nuxt-link-checker/_nuxt/error-404.Boe7FJkw.css">
262
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DdUjqjK-.js">
263
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/NiuS3JWx.js">
264
+ <link rel="prefetch" as="style" href="/__nuxt-link-checker/_nuxt/error-500.wMnM3ITh.css">
265
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-link-checker/_nuxt/DGEe2Wb6.js">
266
+ <script type="module" src="/__nuxt-link-checker/_nuxt/BItQYlyr.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" id="__NUXT_DATA__" data-ssr="false">[{"serverRendered":1},false]</script>
267
+ <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-link-checker",buildId:"3af16b43-4f9f-439e-a21d-22a114ed006f",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
package/dist/module.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as _nuxt_schema from '@nuxt/schema';
2
- import { DefaultInspections } from '../dist/runtime/pure/inspect.js';
2
+ import { CreateStorageOptions } from 'unstorage';
3
3
 
4
4
  interface ModuleOptions {
5
5
  /**
@@ -9,7 +9,7 @@ interface ModuleOptions {
9
9
  /**
10
10
  * Skip specific inspections from running.
11
11
  */
12
- skipInspections: (Partial<keyof typeof DefaultInspections>)[];
12
+ skipInspections: string[];
13
13
  /**
14
14
  * The timeout for fetching a URL.
15
15
  *
@@ -32,6 +32,18 @@ interface ModuleOptions {
32
32
  * Whether to output a JSON report.
33
33
  */
34
34
  markdown?: boolean;
35
+ /**
36
+ * Whether to output a JSON report.
37
+ */
38
+ json?: boolean;
39
+ /**
40
+ * Where to store the files.
41
+ *
42
+ * Either provide a path relative to the nuxt root or an object with options for `unstorage`.
43
+ *
44
+ * By default, they'll be in your .output directory.
45
+ */
46
+ storage?: string | CreateStorageOptions;
35
47
  };
36
48
  /**
37
49
  * Whether to show live inspections in your Nuxt app.
package/dist/module.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as _nuxt_schema from '@nuxt/schema';
2
- import { DefaultInspections } from '../dist/runtime/pure/inspect.js';
2
+ import { CreateStorageOptions } from 'unstorage';
3
3
 
4
4
  interface ModuleOptions {
5
5
  /**
@@ -9,7 +9,7 @@ interface ModuleOptions {
9
9
  /**
10
10
  * Skip specific inspections from running.
11
11
  */
12
- skipInspections: (Partial<keyof typeof DefaultInspections>)[];
12
+ skipInspections: string[];
13
13
  /**
14
14
  * The timeout for fetching a URL.
15
15
  *
@@ -32,6 +32,18 @@ interface ModuleOptions {
32
32
  * Whether to output a JSON report.
33
33
  */
34
34
  markdown?: boolean;
35
+ /**
36
+ * Whether to output a JSON report.
37
+ */
38
+ json?: boolean;
39
+ /**
40
+ * Where to store the files.
41
+ *
42
+ * Either provide a path relative to the nuxt root or an object with options for `unstorage`.
43
+ *
44
+ * By default, they'll be in your .output directory.
45
+ */
46
+ storage?: string | CreateStorageOptions;
35
47
  };
36
48
  /**
37
49
  * Whether to show live inspections in your Nuxt app.
package/dist/module.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "bridge": false
6
6
  },
7
7
  "configKey": "linkChecker",
8
- "version": "3.0.1",
8
+ "version": "3.0.2",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "0.8.1",
11
11
  "unbuild": "2.0.0"
package/dist/module.mjs CHANGED
@@ -1,16 +1,18 @@
1
- import { useNuxt, extendPages, defineNuxtModule, createResolver, useLogger, addPlugin, addServerHandler, addServerPlugin, hasNuxtModule, hasNuxtModuleCompatibility } from '@nuxt/kit';
1
+ import { useNuxt, extendPages, defineNuxtModule, createResolver, useLogger, addPlugin, addServerHandler, hasNuxtModule, hasNuxtModuleCompatibility } from '@nuxt/kit';
2
2
  import { useSiteConfig, installNuxtSiteConfig } from 'nuxt-site-config-kit';
3
3
  import { readPackageJSON } from 'pkg-types';
4
- import fs, { readFile, writeFile } from 'node:fs/promises';
5
4
  import { existsSync } from 'node:fs';
6
5
  import chalk from 'chalk';
7
6
  import Fuse from 'fuse.js';
8
7
  import { resolve, relative } from 'pathe';
9
8
  import { load } from 'cheerio';
10
9
  import { withoutLeadingSlash, joinURL } from 'ufo';
10
+ import { createStorage } from 'unstorage';
11
+ import fsDriver from 'unstorage/drivers/fs';
11
12
  import { inspect } from '../dist/runtime/pure/inspect.js';
12
13
  import { createFilter } from '../dist/runtime/pure/sharedUtils.js';
13
14
  import { setLinkResponse, getLinkResponse, crawlFetch } from '../dist/runtime/pure/crawl.js';
15
+ import { readFile, writeFile } from 'node:fs/promises';
14
16
  import { onDevToolsInitialized, extendServerRpc } from '@nuxt/devtools-kit';
15
17
  import { diffArrays } from 'diff';
16
18
  import { generateLinkDiff } from '../dist/runtime/pure/diff.js';
@@ -19,13 +21,14 @@ const linkMap = {};
19
21
  function extractPayload(html) {
20
22
  const $ = load(html);
21
23
  const ids = $("#__nuxt [id]").map((i, el) => $(el).attr("id")).get();
24
+ const title = $("title").text();
22
25
  const links = $("#__nuxt a[href]").map((i, el) => {
23
26
  return {
24
- link: $(el).attr("href"),
27
+ link: $(el).attr("href") || "",
25
28
  textContent: ($(el).attr("aria-label") || $(el).attr("title") || $(el).text()).trim() || ""
26
29
  };
27
30
  }).get().filter((l) => !!l.link);
28
- return { ids, links };
31
+ return { title, ids, links };
29
32
  }
30
33
  function isNuxtGenerate(nuxt = useNuxt()) {
31
34
  return nuxt.options._generate || nuxt.options.nitro.static || nuxt.options.nitro.preset === "static";
@@ -46,8 +49,20 @@ function prerender(config, nuxt = useNuxt()) {
46
49
  const payloads = Object.entries(linkMap);
47
50
  if (!payloads.length)
48
51
  return;
49
- const links = payloads.map(([, payloads2]) => payloads2.links).flat();
52
+ const storageFilepath = typeof config.report?.storage === "string" ? resolve(nuxt.options.rootDir, config.report?.storage) : nitro.options.output.dir;
53
+ const storage = createStorage(config.report?.storage && typeof config.report.storage !== "string" ? config.report?.storage : {
54
+ driver: fsDriver({
55
+ base: storageFilepath
56
+ })
57
+ });
58
+ const links = payloads.map(([route, payload]) => {
59
+ return {
60
+ path: route,
61
+ title: payload.title
62
+ };
63
+ }).flat();
50
64
  const pageSearcher = new Fuse(links, {
65
+ keys: ["path", "title"],
51
66
  threshold: 0.5
52
67
  });
53
68
  nitro.logger.info("Running link inspections...");
@@ -55,7 +70,7 @@ function prerender(config, nuxt = useNuxt()) {
55
70
  let errorCount = 0;
56
71
  const allReports = (await Promise.all(payloads.map(async ([route, payload]) => {
57
72
  const reports = await Promise.all(payload.links.map(async ({ link, textContent }) => {
58
- if (!urlFilter(link))
73
+ if (!urlFilter(link) || !link)
59
74
  return { error: [], warning: [], link };
60
75
  const response = await getLinkResponse({
61
76
  link,
@@ -92,17 +107,22 @@ function prerender(config, nuxt = useNuxt()) {
92
107
  nitro.logger.log(chalk.dim(` ${report.textContent} ${report.link}`));
93
108
  report.error?.forEach((error) => {
94
109
  nitro.logger.log(chalk.red(` \u2716 ${error.message}`) + chalk.gray(` (${error.name})`));
110
+ if (error.fix)
111
+ nitro.logger.log(chalk.gray(` ${error.fixDescription}`));
95
112
  });
96
113
  report.warning?.forEach((warning) => {
97
114
  nitro.logger.log(chalk.yellow(` \u26A0 ${warning.message}`) + chalk.gray(` (${warning.name})`));
115
+ if (warning.fix)
116
+ nitro.logger.log(chalk.gray(` ${warning.fixDescription}`));
98
117
  });
99
118
  }
100
119
  });
101
120
  }
102
121
  return { route, reports };
103
122
  }))).flat();
123
+ const reportsWithContent = allReports.filter(({ reports }) => reports.some((r) => r.error?.length || r.warning?.length));
104
124
  if (config.report?.html) {
105
- const reportHtml = allReports.map(({ route, reports }) => {
125
+ const reportHtml = reportsWithContent.map(({ route, reports }) => {
106
126
  const reportsHtml = reports.map((r) => {
107
127
  const errors2 = r.error?.map((error) => {
108
128
  return `<li class="error">${error.message} (${error.name})</li>`;
@@ -154,11 +174,13 @@ function prerender(config, nuxt = useNuxt()) {
154
174
  </body>
155
175
  </html>
156
176
  `;
157
- await fs.writeFile(resolve(nitro.options.output.dir, "link-checker-report.html"), html);
158
- nitro.logger.info(`Nuxt Link Checker HTML report written to ${relative(nuxt.options.rootDir, resolve(nitro.options.output.dir, "link-checker-report.html"))}`);
177
+ await storage.setItem("link-checker-report.html", html);
178
+ if (storageFilepath) {
179
+ nitro.logger.info(`Nuxt Link Checker HTML report written to ./${relative(nuxt.options.rootDir, resolve(storageFilepath, "link-checker-report.html"))}`);
180
+ }
159
181
  }
160
182
  if (config.report?.markdown) {
161
- const reportMarkdown = allReports.map(({ route, reports }) => {
183
+ const reportMarkdown = reportsWithContent.map(({ route, reports }) => {
162
184
  const reportsMarkdown = reports.map((r) => {
163
185
  const errors2 = r.error?.map((error) => {
164
186
  return `| ${r.link} | ${error.message} (${error.name}) |`;
@@ -187,8 +209,17 @@ function prerender(config, nuxt = useNuxt()) {
187
209
  "",
188
210
  reportMarkdown
189
211
  ].join("\n");
190
- await fs.writeFile(resolve(nitro.options.output.dir, "link-checker-report.md"), markdown);
191
- nitro.logger.info(`Nuxt Link Checker Markdown report written to ${relative(nuxt.options.rootDir, resolve(nitro.options.output.dir, "link-checker-report.md"))}`);
212
+ await storage.setItem("link-checker-report.md", markdown);
213
+ if (storageFilepath) {
214
+ nitro.logger.info(`Nuxt Link Checker Markdown report written to ./${relative(nuxt.options.rootDir, resolve(storageFilepath, "link-checker-report.md"))}`);
215
+ }
216
+ }
217
+ if (config.report?.json) {
218
+ const json = JSON.stringify(reportsWithContent, null, 2);
219
+ await storage.setItem("link-checker-report.json", json);
220
+ if (storageFilepath) {
221
+ nitro.logger.info(`Nuxt Link Checker JSON report written to ./${relative(nuxt.options.rootDir, resolve(storageFilepath, "link-checker-report.json"))}`);
222
+ }
192
223
  }
193
224
  if (errorCount > 0 && config.failOnError) {
194
225
  nitro.logger.error(`Nuxt Link Checker found ${errorCount} errors, failing build.`);
@@ -207,7 +238,10 @@ function convertNuxtPagesToPaths(pages) {
207
238
  page: child
208
239
  };
209
240
  }) : { page, path: page.path };
210
- }).flat().filter((p) => !p.path.includes(":")).map((p) => p.path);
241
+ }).flat().filter((p) => !p.path.includes(":")).map((p) => ({
242
+ title: p.page?.meta?.title || "",
243
+ link: p.path
244
+ }));
211
245
  }
212
246
  function useViteWebSocket(nuxt = useNuxt()) {
213
247
  return new Promise((_resolve) => {
@@ -389,7 +423,6 @@ const module = defineNuxtModule({
389
423
  route: "/__link-checker__/debug.json",
390
424
  handler: resolve("./runtime/nitro/routes/__link-checker__/debug")
391
425
  });
392
- addServerPlugin(resolve("./runtime/nuxt/plugin/search.nitro"));
393
426
  const pagePromise = new Promise((_resolve) => {
394
427
  extendPages((pages) => {
395
428
  _resolve(pages);
@@ -402,10 +435,11 @@ const module = defineNuxtModule({
402
435
  };
403
436
  });
404
437
  const hasSitemapModule = (hasNuxtModule("@nuxtjs/sitemap") || hasNuxtModule("nuxt-simple-sitemap") && await hasNuxtModuleCompatibility("nuxt-simple-sitemap", ">=4")) && nuxt.options.sitemap?.enabled !== false;
438
+ nuxt.options.nitro.alias = nuxt.options.nitro.alias || {};
405
439
  if (!hasNuxtModule("@nuxt/content")) {
406
- nuxt.options.nitro.alias = nuxt.options.nitro.alias || {};
407
440
  nuxt.options.nitro.alias["#content/server"] = resolve("./runtime/nitro/composables/content-mock");
408
441
  }
442
+ nuxt.options.nitro.alias["#link-checker/pure"] = resolve("./runtime/pure");
409
443
  nuxt.options.runtimeConfig.public["nuxt-link-checker"] = {
410
444
  version,
411
445
  hasSitemapModule,
@@ -1,3 +1,4 @@
1
1
  export declare function serverQueryContent(): {
2
2
  findOne(): Promise<boolean>;
3
+ find(): Promise<never[]>;
3
4
  };
@@ -2,6 +2,9 @@ export function serverQueryContent() {
2
2
  return {
3
3
  async findOne() {
4
4
  return false;
5
+ },
6
+ async find() {
7
+ return [];
5
8
  }
6
9
  };
7
10
  }
@@ -1,2 +1,2 @@
1
- declare const _default: import("h3").EventHandler<import("h3").EventHandlerRequest, Promise<Partial<import("../../../types").LinkInspectionResult>[]>>;
1
+ declare const _default: import("h3").EventHandler<import("h3").EventHandlerRequest, Promise<any>>;
2
2
  export default _default;