@lobehub/ui 1.171.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/A/index.d.ts +5 -3
- package/es/A/index.js +7 -10
- package/es/ActionIcon/ActionIcon.d.ts +4 -0
- package/es/ActionIcon/ActionIcon.js +158 -0
- package/es/ActionIcon/components/utils.d.ts +5 -0
- package/es/ActionIcon/components/utils.js +47 -0
- package/es/ActionIcon/index.d.ts +2 -70
- package/es/ActionIcon/index.js +1 -130
- package/es/ActionIcon/style.d.ts +13 -9
- package/es/ActionIcon/style.js +17 -14
- package/es/ActionIcon/type.d.ts +25 -0
- package/es/ActionIconGroup/ActionIconGroup.d.ts +4 -0
- package/es/ActionIconGroup/ActionIconGroup.js +135 -0
- package/es/ActionIconGroup/index.d.ts +2 -57
- package/es/ActionIconGroup/index.js +1 -88
- package/es/ActionIconGroup/style.d.ts +8 -4
- package/es/ActionIconGroup/style.js +10 -6
- package/es/ActionIconGroup/type.d.ts +19 -0
- package/es/Alert/Alert.d.ts +4 -0
- package/es/Alert/Alert.js +244 -0
- package/es/Alert/index.d.ts +2 -18
- package/es/Alert/index.js +1 -146
- package/es/Alert/style.d.ts +6 -5
- package/es/Alert/style.js +15 -13
- package/es/Alert/type.d.ts +22 -0
- package/es/AutoComplete/Select.d.ts +4 -0
- package/es/AutoComplete/Select.js +56 -0
- package/es/AutoComplete/index.d.ts +2 -0
- package/es/AutoComplete/index.js +1 -0
- package/es/AutoComplete/style.d.ts +7 -0
- package/es/AutoComplete/style.js +15 -0
- package/es/AutoComplete/type.d.ts +4 -0
- package/es/AutoComplete/type.js +1 -0
- package/es/Avatar/Avatar.d.ts +4 -0
- package/es/Avatar/Avatar.js +136 -0
- package/es/Avatar/AvatarGroup/index.d.ts +4 -0
- package/es/Avatar/AvatarGroup/index.js +92 -0
- package/es/Avatar/AvatarGroup/style.d.ts +4 -0
- package/es/Avatar/AvatarGroup/style.js +12 -0
- package/es/Avatar/index.d.ts +9 -28
- package/es/Avatar/index.js +6 -80
- package/es/Avatar/style.d.ts +7 -6
- package/es/Avatar/style.js +10 -10
- package/es/Avatar/type.d.ts +41 -0
- package/es/Avatar/type.js +1 -0
- package/es/Block/Block.d.ts +4 -0
- package/es/Block/Block.js +87 -0
- package/es/Block/index.d.ts +2 -0
- package/es/Block/index.js +1 -0
- package/es/Block/style.d.ts +12 -0
- package/es/Block/style.js +20 -0
- package/es/Block/type.d.ts +9 -0
- package/es/Block/type.js +1 -0
- package/es/Burger/Burger.d.ts +4 -0
- package/es/Burger/Burger.js +83 -0
- package/es/Burger/index.d.ts +2 -39
- package/es/Burger/index.js +1 -79
- package/es/Burger/type.d.ts +21 -0
- package/es/Burger/type.js +1 -0
- package/es/Button/Button.d.ts +4 -0
- package/es/Button/Button.js +99 -0
- package/es/Button/index.d.ts +2 -0
- package/es/Button/index.js +1 -0
- package/es/Button/style.d.ts +7 -0
- package/es/Button/style.js +16 -0
- package/es/Button/type.d.ts +10 -0
- package/es/Button/type.js +1 -0
- package/es/CodeEditor/CodeEditor.d.ts +4 -0
- package/es/CodeEditor/CodeEditor.js +114 -0
- package/es/CodeEditor/index.d.ts +2 -52
- package/es/CodeEditor/index.js +1 -429
- package/es/CodeEditor/style.d.ts +5 -6
- package/es/CodeEditor/style.js +10 -12
- package/es/CodeEditor/type.d.ts +21 -0
- package/es/CodeEditor/type.js +1 -0
- package/es/Collapse/Collapse.d.ts +4 -0
- package/es/Collapse/Collapse.js +152 -0
- package/es/Collapse/index.d.ts +2 -14
- package/es/Collapse/index.js +2 -61
- package/es/Collapse/style.d.ts +11 -11
- package/es/Collapse/style.js +19 -22
- package/es/Collapse/type.d.ts +29 -0
- package/es/Collapse/type.js +1 -0
- package/es/ColorSwatches/ColorSwatches.d.ts +4 -0
- package/es/ColorSwatches/ColorSwatches.js +129 -0
- package/es/ColorSwatches/index.d.ts +2 -22
- package/es/ColorSwatches/index.js +2 -140
- package/es/ColorSwatches/type.d.ts +23 -0
- package/es/ColorSwatches/type.js +1 -0
- package/es/ConfigProvider/index.js +3 -19
- package/es/CopyButton/CopyButton.d.ts +4 -0
- package/es/CopyButton/CopyButton.js +64 -0
- package/es/CopyButton/index.d.ts +2 -10
- package/es/CopyButton/index.js +2 -67
- package/es/CopyButton/type.d.ts +4 -0
- package/es/CopyButton/type.js +1 -0
- package/es/DatePicker/DatePicker.d.ts +4 -0
- package/es/DatePicker/DatePicker.js +56 -0
- package/es/DatePicker/index.d.ts +2 -0
- package/es/DatePicker/index.js +1 -0
- package/es/DatePicker/style.d.ts +7 -0
- package/es/DatePicker/style.js +14 -0
- package/es/DatePicker/type.d.ts +4 -0
- package/es/DatePicker/type.js +1 -0
- package/es/DraggablePanel/DraggablePanel.d.ts +4 -0
- package/es/DraggablePanel/DraggablePanel.js +340 -0
- package/es/DraggablePanel/components/DraggablePanelBody.js +1 -0
- package/es/DraggablePanel/components/DraggablePanelContainer.js +1 -0
- package/es/DraggablePanel/components/DraggablePanelFooter.js +1 -0
- package/es/DraggablePanel/components/DraggablePanelHeader.js +3 -8
- package/es/DraggablePanel/components/style.d.ts +1 -0
- package/es/DraggablePanel/components/style.js +6 -5
- package/es/DraggablePanel/index.d.ts +18 -98
- package/es/DraggablePanel/index.js +15 -250
- package/es/DraggablePanel/style.d.ts +15 -9
- package/es/DraggablePanel/style.js +65 -28
- package/es/DraggablePanel/type.d.ts +37 -0
- package/es/DraggablePanel/type.js +1 -0
- package/es/DraggablePanel/utils.d.ts +2 -2
- package/es/Drawer/Drawer.d.ts +4 -0
- package/es/Drawer/Drawer.js +176 -0
- package/es/Drawer/index.d.ts +2 -26
- package/es/Drawer/index.js +1 -174
- package/es/Drawer/type.d.ts +25 -0
- package/es/Drawer/type.js +1 -0
- package/es/Dropdown/Dropdown.d.ts +4 -0
- package/es/Dropdown/Dropdown.js +44 -0
- package/es/Dropdown/index.d.ts +2 -0
- package/es/Dropdown/index.js +1 -0
- package/es/Dropdown/type.d.ts +8 -0
- package/es/Dropdown/type.js +1 -0
- package/es/EditableText/ControlInput.d.ts +16 -0
- package/es/{components → EditableText}/ControlInput.js +56 -43
- package/es/EditableText/EditableText.d.ts +4 -0
- package/es/EditableText/EditableText.js +126 -0
- package/es/EditableText/index.d.ts +2 -9
- package/es/EditableText/index.js +1 -61
- package/es/EditableText/type.d.ts +19 -0
- package/es/EditableText/type.js +1 -0
- package/es/EmojiPicker/AvatarUploader.js +14 -17
- package/es/EmojiPicker/EmojiPicker.d.ts +4 -0
- package/es/EmojiPicker/EmojiPicker.js +212 -0
- package/es/EmojiPicker/index.d.ts +2 -47
- package/es/EmojiPicker/index.js +1 -264
- package/es/EmojiPicker/style.d.ts +1 -2
- package/es/EmojiPicker/style.js +5 -6
- package/es/EmojiPicker/type.d.ts +44 -0
- package/es/EmojiPicker/type.js +1 -0
- package/es/FileTypeIcon/FileTypeIcon.d.ts +4 -0
- package/es/FileTypeIcon/FileTypeIcon.js +84 -0
- package/es/FileTypeIcon/components/FileIcon.d.ts +12 -0
- package/es/{Swatches/index.js → FileTypeIcon/components/FileIcon.js} +40 -50
- package/es/FileTypeIcon/components/FolderIcon.d.ts +12 -0
- package/es/FileTypeIcon/components/FolderIcon.js +52 -0
- package/es/FileTypeIcon/index.d.ts +2 -13
- package/es/FileTypeIcon/index.js +1 -123
- package/es/{mobile/MobileNavBar → FileTypeIcon}/style.d.ts +1 -3
- package/es/FileTypeIcon/style.js +11 -0
- package/es/FileTypeIcon/type.d.ts +13 -0
- package/es/FileTypeIcon/type.js +1 -0
- package/es/FluentEmoji/FluentEmoji.d.ts +4 -0
- package/es/FluentEmoji/FluentEmoji.js +78 -0
- package/es/FluentEmoji/index.d.ts +2 -22
- package/es/FluentEmoji/index.js +1 -68
- package/es/FluentEmoji/type.d.ts +10 -0
- package/es/FluentEmoji/type.js +1 -0
- package/es/FluentEmoji/utils.d.ts +1 -1
- package/es/FluentEmoji/utils.js +1 -1
- package/es/FontLoader/index.d.ts +0 -3
- package/es/FontLoader/index.js +19 -4
- package/es/Footer/Footer.d.ts +4 -0
- package/es/Footer/Footer.js +46 -0
- package/es/Footer/index.d.ts +2 -24
- package/es/Footer/index.js +1 -29
- package/es/Footer/style.d.ts +1 -1
- package/es/Footer/style.js +2 -2
- package/es/Footer/type.d.ts +9 -0
- package/es/Footer/type.js +1 -0
- package/es/Form/Form.d.ts +4 -0
- package/es/Form/Form.js +184 -0
- package/es/Form/components/FormDivider.d.ts +3 -4
- package/es/Form/components/FormDivider.js +23 -7
- package/es/Form/components/FormFlatGroup.d.ts +1 -5
- package/es/Form/components/FormFlatGroup.js +26 -13
- package/es/Form/components/FormFooter.d.ts +1 -3
- package/es/Form/components/FormFooter.js +7 -16
- package/es/Form/components/FormGroup.d.ts +2 -42
- package/es/Form/components/FormGroup.js +56 -54
- package/es/Form/components/FormItem.d.ts +1 -20
- package/es/Form/components/FormItem.js +47 -34
- package/es/Form/components/FormProvider.js +5 -3
- package/es/Form/components/FormSubmitFooter.d.ts +2 -19
- package/es/Form/components/FormSubmitFooter.js +35 -39
- package/es/Form/components/FormTitle.d.ts +2 -11
- package/es/Form/components/FormTitle.js +43 -40
- package/es/Form/components/merge.d.ts +19 -0
- package/es/Form/components/merge.js +112 -0
- package/es/Form/index.d.ts +12 -18
- package/es/Form/index.js +8 -142
- package/es/Form/style.d.ts +35 -2
- package/es/Form/style.js +67 -4
- package/es/Form/type.d.ts +110 -0
- package/es/Form/type.js +1 -0
- package/es/FormModal/FormModal.d.ts +4 -0
- package/es/FormModal/FormModal.js +143 -0
- package/es/FormModal/index.d.ts +2 -19
- package/es/FormModal/index.js +1 -138
- package/es/FormModal/type.d.ts +20 -0
- package/es/FormModal/type.js +1 -0
- package/es/Grid/Grid.d.ts +4 -0
- package/es/Grid/Grid.js +43 -0
- package/es/Grid/index.d.ts +2 -16
- package/es/Grid/index.js +1 -53
- package/es/Grid/style.d.ts +5 -0
- package/es/Grid/style.js +11 -0
- package/es/Grid/type.d.ts +8 -0
- package/es/Grid/type.js +1 -0
- package/es/GuideCard/GuideCard.d.ts +4 -0
- package/es/GuideCard/GuideCard.js +116 -0
- package/es/GuideCard/index.d.ts +2 -0
- package/es/GuideCard/index.js +1 -0
- package/es/{EmptyCard → GuideCard}/style.d.ts +7 -2
- package/es/GuideCard/style.js +22 -0
- package/es/GuideCard/type.d.ts +31 -0
- package/es/GuideCard/type.js +1 -0
- package/es/Header/Header.d.ts +4 -0
- package/es/Header/Header.js +102 -0
- package/es/Header/index.d.ts +2 -42
- package/es/Header/index.js +1 -100
- package/es/Header/style.d.ts +1 -2
- package/es/Header/style.js +5 -7
- package/es/Header/type.d.ts +14 -0
- package/es/Header/type.js +1 -0
- package/es/Highlighter/FullFeatured.d.ts +5 -3
- package/es/Highlighter/FullFeatured.js +90 -47
- package/es/Highlighter/Highlighter.d.ts +4 -0
- package/es/Highlighter/Highlighter.js +130 -0
- package/es/Highlighter/SyntaxHighlighter/index.d.ts +1 -6
- package/es/Highlighter/SyntaxHighlighter/index.js +61 -31
- package/es/Highlighter/SyntaxHighlighter/style.d.ts +4 -1
- package/es/Highlighter/SyntaxHighlighter/style.js +8 -7
- package/es/Highlighter/const.d.ts +7 -0
- package/es/Highlighter/const.js +17 -0
- package/es/Highlighter/index.d.ts +4 -6
- package/es/Highlighter/index.js +2 -99
- package/es/Highlighter/style.d.ts +15 -5
- package/es/Highlighter/style.js +22 -12
- package/es/Highlighter/type.d.ts +18 -34
- package/es/Hotkey/Hotkey.d.ts +4 -0
- package/es/Hotkey/Hotkey.js +197 -0
- package/es/Hotkey/const.d.ts +34 -0
- package/es/Hotkey/const.js +49 -0
- package/es/Hotkey/index.d.ts +3 -20
- package/es/Hotkey/index.js +2 -165
- package/es/Hotkey/style.d.ts +7 -1
- package/es/Hotkey/style.js +14 -5
- package/es/Hotkey/type.d.ts +15 -34
- package/es/Hotkey/type.js +1 -49
- package/es/Hotkey/utils.js +1 -1
- package/es/HotkeyInput/HotkeyInput.d.ts +4 -0
- package/es/HotkeyInput/HotkeyInput.js +322 -0
- package/es/HotkeyInput/index.d.ts +2 -27
- package/es/HotkeyInput/index.js +2 -282
- package/es/HotkeyInput/style.d.ts +9 -7
- package/es/HotkeyInput/style.js +15 -14
- package/es/HotkeyInput/type.d.ts +26 -0
- package/es/HotkeyInput/type.js +1 -0
- package/es/Icon/Icon.d.ts +4 -0
- package/es/Icon/Icon.js +86 -0
- package/es/Icon/components/IconProvider.d.ts +9 -0
- package/es/Icon/components/IconProvider.js +17 -0
- package/es/Icon/components/utils.d.ts +8 -0
- package/es/Icon/components/utils.js +45 -0
- package/es/Icon/index.d.ts +3 -28
- package/es/Icon/index.js +2 -55
- package/es/Icon/type.d.ts +15 -0
- package/es/Icon/type.js +1 -0
- package/es/Image/Image.d.ts +4 -0
- package/es/Image/Image.js +122 -0
- package/es/Image/PreviewGroup.d.ts +4 -0
- package/es/Image/{ImageGallery.js → PreviewGroup.js} +7 -6
- package/es/Image/{Preview.d.ts → components/Preview.d.ts} +1 -1
- package/es/Image/components/Toolbar.d.ts +10 -0
- package/es/Image/components/Toolbar.js +56 -0
- package/es/Image/components/usePreview.d.ts +4 -0
- package/es/Image/components/usePreview.js +84 -0
- package/es/Image/components/usePreviewGroup.d.ts +4 -0
- package/es/Image/components/usePreviewGroup.js +84 -0
- package/es/Image/index.d.ts +9 -19
- package/es/Image/index.js +6 -95
- package/es/Image/style.d.ts +10 -4
- package/es/Image/style.js +21 -12
- package/es/Image/type.d.ts +38 -0
- package/es/Image/type.js +1 -0
- package/es/ImageSelect/ImageSelect.d.ts +4 -0
- package/es/{SelectWithImg/index.js → ImageSelect/ImageSelect.js} +25 -24
- package/es/ImageSelect/index.d.ts +2 -0
- package/es/ImageSelect/index.js +2 -0
- package/es/{SelectWithImg → ImageSelect}/styles.d.ts +1 -2
- package/es/ImageSelect/styles.js +15 -0
- package/es/{SelectWithImg/index.d.ts → ImageSelect/type.d.ts} +9 -9
- package/es/ImageSelect/type.js +1 -0
- package/es/Img/index.d.ts +6 -5
- package/es/Img/index.js +11 -13
- package/es/Input/Input.d.ts +4 -0
- package/es/Input/Input.js +58 -0
- package/es/Input/InputNumber.d.ts +4 -0
- package/es/Input/InputNumber.js +58 -0
- package/es/Input/InputOPT.d.ts +4 -0
- package/es/Input/InputOPT.js +58 -0
- package/es/Input/InputPassword.d.ts +4 -0
- package/es/Input/InputPassword.js +58 -0
- package/es/Input/TextArea.d.ts +4 -0
- package/es/Input/TextArea.js +64 -0
- package/es/Input/index.d.ts +6 -24
- package/es/Input/index.js +5 -54
- package/es/Input/style.d.ts +11 -5
- package/es/Input/style.js +14 -7
- package/es/Input/type.d.ts +26 -0
- package/es/Input/type.js +1 -0
- package/es/Layout/Layout.d.ts +4 -0
- package/es/Layout/Layout.js +80 -0
- package/es/Layout/components/LayoutFooter.d.ts +3 -0
- package/es/Layout/components/LayoutFooter.js +29 -0
- package/es/Layout/components/LayoutHeader.d.ts +4 -0
- package/es/Layout/components/LayoutHeader.js +34 -0
- package/es/Layout/components/LayoutMain.d.ts +3 -0
- package/es/{TabsNav/index.js → Layout/components/LayoutMain.js} +14 -12
- package/es/Layout/components/LayoutSidebar.d.ts +4 -0
- package/es/Layout/components/LayoutSidebar.js +34 -0
- package/es/Layout/components/LayoutSidebarInner.d.ts +4 -0
- package/es/Layout/components/LayoutSidebarInner.js +30 -0
- package/es/Layout/components/LayoutToc.d.ts +4 -0
- package/es/Layout/components/LayoutToc.js +34 -0
- package/es/Layout/index.d.ts +24 -65
- package/es/Layout/index.js +21 -184
- package/es/Layout/style.d.ts +1 -2
- package/es/Layout/style.js +12 -14
- package/es/Layout/type.d.ts +28 -0
- package/es/Layout/type.js +1 -0
- package/es/List/List.d.ts +4 -0
- package/es/List/List.js +63 -0
- package/es/List/ListItem/index.d.ts +3 -20
- package/es/List/ListItem/index.js +51 -39
- package/es/List/ListItem/style.d.ts +3 -3
- package/es/List/ListItem/style.js +14 -11
- package/es/List/index.d.ts +10 -5
- package/es/List/index.js +5 -6
- package/es/List/type.d.ts +50 -0
- package/es/List/type.js +1 -0
- package/es/Markdown/Markdown.d.ts +4 -0
- package/es/Markdown/Markdown.js +202 -0
- package/es/Markdown/Typography.d.ts +3 -9
- package/es/Markdown/Typography.js +9 -5
- package/es/Markdown/index.d.ts +3 -44
- package/es/Markdown/index.js +2 -234
- package/es/Markdown/markdown.style.d.ts +4 -1
- package/es/Markdown/markdown.style.js +5 -2
- package/es/Markdown/type.d.ts +49 -0
- package/es/Markdown/type.js +1 -0
- package/es/Markdown/utils.d.ts +15 -0
- package/es/Markdown/utils.js +55 -0
- package/es/MaskShadow/MaskShadow.d.ts +4 -0
- package/es/MaskShadow/MaskShadow.js +54 -0
- package/es/MaskShadow/index.d.ts +2 -0
- package/es/MaskShadow/index.js +1 -0
- package/es/MaskShadow/style.d.ts +7 -0
- package/es/MaskShadow/style.js +14 -0
- package/es/MaskShadow/type.d.ts +6 -0
- package/es/MaskShadow/type.js +1 -0
- package/es/MaterialFileTypeIcon/MaterialFileTypeIcon.d.ts +4 -0
- package/es/MaterialFileTypeIcon/MaterialFileTypeIcon.js +86 -0
- package/es/MaterialFileTypeIcon/icon-map.json +1 -3713
- package/es/MaterialFileTypeIcon/index.d.ts +2 -12
- package/es/MaterialFileTypeIcon/index.js +1 -85
- package/es/MaterialFileTypeIcon/type.d.ts +13 -0
- package/es/MaterialFileTypeIcon/type.js +1 -0
- package/es/MaterialFileTypeIcon/utils.d.ts +5 -6
- package/es/Menu/Menu.d.ts +4 -0
- package/es/Menu/Menu.js +102 -0
- package/es/Menu/index.d.ts +3 -0
- package/es/Menu/index.js +2 -0
- package/es/{TabsNav → Menu}/style.d.ts +5 -1
- package/es/Menu/style.js +18 -0
- package/es/Menu/type.d.ts +32 -0
- package/es/Menu/type.js +1 -0
- package/es/Menu/utils.d.ts +3 -0
- package/es/Menu/utils.js +47 -0
- package/es/Mermaid/FullFeatured.js +80 -29
- package/es/Mermaid/Mermaid.d.ts +5 -0
- package/es/Mermaid/Mermaid.js +130 -0
- package/es/Mermaid/SyntaxMermaid/index.d.ts +4 -0
- package/es/Mermaid/SyntaxMermaid/index.js +87 -0
- package/es/Mermaid/const.d.ts +7 -0
- package/es/Mermaid/const.js +24 -0
- package/es/Mermaid/index.d.ts +4 -5
- package/es/Mermaid/index.js +3 -96
- package/es/Mermaid/type.d.ts +16 -5
- package/es/Modal/Modal.d.ts +4 -0
- package/es/Modal/Modal.js +173 -0
- package/es/Modal/index.d.ts +2 -13
- package/es/Modal/index.js +1 -168
- package/es/Modal/style.d.ts +2 -4
- package/es/Modal/style.js +6 -8
- package/es/Modal/type.d.ts +9 -0
- package/es/Modal/type.js +1 -0
- package/es/ScrollShadow/ScrollShadow.d.ts +4 -0
- package/es/ScrollShadow/ScrollShadow.js +153 -0
- package/es/ScrollShadow/index.d.ts +2 -0
- package/es/ScrollShadow/index.js +1 -0
- package/es/ScrollShadow/style.d.ts +12 -0
- package/es/ScrollShadow/style.js +21 -0
- package/es/ScrollShadow/type.d.ts +15 -0
- package/es/ScrollShadow/type.js +1 -0
- package/es/ScrollShadow/useScrollOverflow.d.ts +21 -0
- package/es/ScrollShadow/useScrollOverflow.js +83 -0
- package/es/SearchBar/SearchBar.d.ts +4 -0
- package/es/SearchBar/SearchBar.js +126 -0
- package/es/{SearchResultCard → SearchBar/components/SearchResultCard}/index.d.ts +1 -5
- package/es/{EmptyCard → SearchBar/components/SearchResultCard}/index.js +54 -52
- package/es/SearchBar/components/SearchResultCard/style.d.ts +5 -0
- package/es/SearchBar/components/SearchResultCard/style.js +12 -0
- package/es/SearchBar/components/SearchResultCards/index.d.ts +4 -0
- package/es/SearchBar/components/SearchResultCards/index.js +39 -0
- package/es/SearchBar/index.d.ts +3 -34
- package/es/SearchBar/index.js +2 -132
- package/es/SearchBar/style.d.ts +0 -1
- package/es/SearchBar/style.js +3 -4
- package/es/SearchBar/type.d.ts +38 -0
- package/es/SearchBar/type.js +1 -0
- package/es/Segmented/Segmented.d.ts +4 -0
- package/es/Segmented/Segmented.js +69 -0
- package/es/Segmented/index.d.ts +2 -0
- package/es/Segmented/index.js +1 -0
- package/es/Segmented/style.d.ts +8 -0
- package/es/Segmented/style.js +16 -0
- package/es/Segmented/type.d.ts +11 -0
- package/es/Segmented/type.js +1 -0
- package/es/Select/Select.d.ts +4 -0
- package/es/Select/Select.js +70 -0
- package/es/Select/index.d.ts +2 -0
- package/es/Select/index.js +1 -0
- package/es/Select/style.d.ts +7 -0
- package/es/Select/style.js +16 -0
- package/es/Select/type.d.ts +9 -0
- package/es/Select/type.js +1 -0
- package/es/SideNav/SideNav.d.ts +4 -0
- package/es/SideNav/SideNav.js +51 -0
- package/es/SideNav/index.d.ts +2 -18
- package/es/SideNav/index.js +1 -50
- package/es/SideNav/style.js +1 -1
- package/es/SideNav/type.d.ts +7 -0
- package/es/SideNav/type.js +1 -0
- package/es/SliderWithInput/SliderWithInput.d.ts +4 -0
- package/es/SliderWithInput/SliderWithInput.js +95 -0
- package/es/SliderWithInput/index.d.ts +2 -11
- package/es/SliderWithInput/index.js +1 -77
- package/es/SliderWithInput/type.d.ts +18 -0
- package/es/SliderWithInput/type.js +1 -0
- package/es/Snippet/Snippet.d.ts +4 -0
- package/es/Snippet/Snippet.js +82 -0
- package/es/Snippet/index.d.ts +2 -34
- package/es/Snippet/index.js +1 -54
- package/es/Snippet/style.d.ts +7 -2
- package/es/Snippet/style.js +8 -5
- package/es/Snippet/type.d.ts +12 -0
- package/es/Snippet/type.js +1 -0
- package/es/SortableList/SortableList.d.ts +11 -0
- package/es/{Image/usePreview.js → SortableList/SortableList.js} +76 -86
- package/es/SortableList/components/DragHandle.d.ts +4 -0
- package/es/SortableList/{DragHandle.js → components/DragHandle.js} +9 -6
- package/es/SortableList/{SortableItem.d.ts → components/SortableItem.d.ts} +1 -0
- package/es/SortableList/{SortableItem.js → components/SortableItem.js} +39 -5
- package/es/SortableList/{SortableOverlay.js → components/SortableOverlay.js} +3 -0
- package/es/SortableList/index.d.ts +2 -20
- package/es/SortableList/index.js +1 -98
- package/es/SortableList/style.d.ts +4 -0
- package/es/SortableList/style.js +9 -3
- package/es/SortableList/type.d.ts +12 -0
- package/es/SortableList/type.js +1 -0
- package/es/Tabs/Tabs.d.ts +4 -0
- package/es/Tabs/Tabs.js +74 -0
- package/es/Tabs/index.d.ts +2 -0
- package/es/Tabs/index.js +1 -0
- package/es/Tabs/style.d.ts +9 -0
- package/es/Tabs/style.js +17 -0
- package/es/Tabs/type.d.ts +5 -0
- package/es/Tabs/type.js +1 -0
- package/es/Tag/Tag.d.ts +4 -0
- package/es/Tag/Tag.js +104 -0
- package/es/Tag/index.d.ts +2 -8
- package/es/Tag/index.js +1 -50
- package/es/Tag/styles.d.ts +8 -0
- package/es/Tag/styles.js +17 -0
- package/es/Tag/type.d.ts +8 -0
- package/es/Tag/type.js +1 -0
- package/es/Tag/utils.d.ts +4 -0
- package/es/Tag/utils.js +15 -0
- package/es/ThemeProvider/GlobalStyle/antdOverride.js +1 -1
- package/es/ThemeProvider/Meta.d.ts +1 -5
- package/es/ThemeProvider/ThemeProvider.d.ts +4 -0
- package/es/ThemeProvider/ThemeProvider.js +91 -0
- package/es/ThemeProvider/index.d.ts +3 -28
- package/es/ThemeProvider/index.js +2 -91
- package/es/ThemeProvider/type.d.ts +25 -0
- package/es/ThemeProvider/type.js +1 -0
- package/es/ThemeSwitch/ThemeSwitch.d.ts +4 -0
- package/es/ThemeSwitch/ThemeSwitch.js +85 -0
- package/es/ThemeSwitch/index.d.ts +2 -33
- package/es/ThemeSwitch/index.js +1 -91
- package/es/ThemeSwitch/type.d.ts +15 -0
- package/es/ThemeSwitch/type.js +1 -0
- package/es/Toc/Toc.d.ts +4 -0
- package/es/Toc/Toc.js +43 -0
- package/es/Toc/TocMobile.d.ts +1 -54
- package/es/Toc/TocMobile.js +12 -35
- package/es/Toc/index.d.ts +2 -11
- package/es/Toc/index.js +1 -41
- package/es/Toc/style.js +1 -1
- package/es/Toc/type.d.ts +17 -0
- package/es/Toc/type.js +1 -0
- package/es/Toc/utils.d.ts +11 -0
- package/es/Toc/utils.js +17 -0
- package/es/Tooltip/Tooltip.d.ts +4 -0
- package/es/Tooltip/Tooltip.js +52 -0
- package/es/Tooltip/index.d.ts +2 -10
- package/es/Tooltip/index.js +1 -49
- package/es/Tooltip/type.d.ts +10 -0
- package/es/Tooltip/type.js +1 -0
- package/es/Video/index.d.ts +24 -9
- package/es/Video/index.js +82 -45
- package/es/Video/style.d.ts +9 -5
- package/es/Video/style.js +18 -11
- package/es/awesome/AuroraBackground/AuroraBackground.d.ts +4 -0
- package/es/awesome/{GaussianBackground/index.js → AuroraBackground/AuroraBackground.js} +22 -29
- package/es/awesome/AuroraBackground/index.d.ts +2 -4
- package/es/awesome/AuroraBackground/index.js +1 -38
- package/es/awesome/AuroraBackground/style.js +2 -2
- package/es/awesome/AuroraBackground/type.d.ts +13 -0
- package/es/awesome/AuroraBackground/type.js +1 -0
- package/es/awesome/BottomGradientButton/BottomGradientButton.d.ts +3 -0
- package/es/awesome/BottomGradientButton/BottomGradientButton.js +39 -0
- package/es/awesome/BottomGradientButton/index.d.ts +2 -0
- package/es/awesome/BottomGradientButton/index.js +1 -0
- package/es/awesome/BottomGradientButton/style.d.ts +1 -0
- package/es/awesome/BottomGradientButton/style.js +10 -0
- package/es/awesome/BottomGradientButton/type.d.ts +2 -0
- package/es/awesome/BottomGradientButton/type.js +1 -0
- package/es/awesome/Features/FeatureItem.d.ts +4 -0
- package/es/awesome/Features/{Item.js → FeatureItem.js} +9 -6
- package/es/awesome/Features/Features.d.ts +4 -0
- package/es/awesome/Features/Features.js +41 -0
- package/es/awesome/Features/index.d.ts +2 -24
- package/es/awesome/Features/index.js +1 -40
- package/es/awesome/Features/type.d.ts +27 -0
- package/es/awesome/Features/type.js +1 -0
- package/es/awesome/Giscus/Giscus.d.ts +4 -0
- package/es/awesome/Giscus/Giscus.js +51 -0
- package/es/awesome/Giscus/index.d.ts +2 -8
- package/es/awesome/Giscus/index.js +1 -50
- package/es/awesome/Giscus/type.d.ts +6 -0
- package/es/awesome/Giscus/type.js +1 -0
- package/es/awesome/GradientButton/GradientButton.d.ts +4 -0
- package/es/awesome/GradientButton/GradientButton.js +40 -0
- package/es/awesome/GradientButton/index.d.ts +2 -7
- package/es/awesome/GradientButton/index.js +1 -37
- package/es/awesome/GradientButton/style.d.ts +2 -2
- package/es/awesome/GradientButton/style.js +5 -4
- package/es/awesome/GradientButton/type.d.ts +4 -0
- package/es/awesome/GradientButton/type.js +1 -0
- package/es/awesome/GridBackground/GridBackground.d.ts +4 -0
- package/es/awesome/GridBackground/GridBackground.js +108 -0
- package/es/awesome/GridBackground/GridShowcase.d.ts +1 -6
- package/es/awesome/GridBackground/GridShowcase.js +2 -1
- package/es/awesome/GridBackground/{Grid.d.ts → components/Grid.d.ts} +2 -2
- package/es/awesome/GridBackground/{Grid.js → components/Grid.js} +14 -14
- package/es/awesome/GridBackground/index.d.ts +3 -16
- package/es/awesome/GridBackground/index.js +2 -107
- package/es/awesome/GridBackground/type.d.ts +18 -0
- package/es/awesome/GridBackground/type.js +1 -0
- package/es/awesome/Hero/Hero.d.ts +4 -0
- package/es/awesome/Hero/Hero.js +100 -0
- package/es/awesome/Hero/index.d.ts +2 -43
- package/es/awesome/Hero/index.js +1 -103
- package/es/awesome/Hero/type.d.ts +14 -0
- package/es/awesome/Hero/type.js +1 -0
- package/es/awesome/Spline/ParentSize.d.ts +6 -5
- package/es/awesome/Spline/ParentSize.js +7 -5
- package/es/awesome/Spline/Spine.d.ts +6 -0
- package/es/awesome/Spline/Spine.js +148 -0
- package/es/awesome/Spline/index.d.ts +2 -20
- package/es/awesome/Spline/index.js +1 -146
- package/es/awesome/Spline/type.d.ts +17 -0
- package/es/awesome/Spline/type.js +1 -0
- package/es/awesome/Spotlight/Spotlight.d.ts +4 -0
- package/es/awesome/Spotlight/Spotlight.js +45 -0
- package/es/awesome/Spotlight/index.d.ts +2 -11
- package/es/awesome/Spotlight/index.js +1 -79
- package/es/awesome/Spotlight/type.d.ts +4 -0
- package/es/awesome/Spotlight/type.js +1 -0
- package/es/awesome/Spotlight/useMouseOffset.d.ts +1 -0
- package/es/awesome/{GaussianBackground/useGaussianBackground.js → Spotlight/useMouseOffset.js} +32 -13
- package/es/awesome/SpotlightCard/SpotlightCard.d.ts +4 -0
- package/es/awesome/SpotlightCard/SpotlightCard.js +90 -0
- package/es/awesome/SpotlightCard/SpotlightCardItem.d.ts +1 -5
- package/es/awesome/SpotlightCard/SpotlightCardItem.js +3 -0
- package/es/awesome/SpotlightCard/index.d.ts +2 -14
- package/es/awesome/SpotlightCard/index.js +1 -89
- package/es/awesome/SpotlightCard/type.d.ts +16 -0
- package/es/awesome/SpotlightCard/type.js +1 -0
- package/es/awesome/index.d.ts +4 -5
- package/es/awesome/index.js +2 -3
- package/es/brand/BrandLoading/index.js +1 -0
- package/es/brand/LobeChat/index.d.ts +0 -11
- package/es/brand/LobeChat/index.js +1 -0
- package/es/brand/LobeChatText/index.js +1 -0
- package/es/brand/LobeHub/index.d.ts +0 -11
- package/es/brand/LobeHub/index.js +1 -0
- package/es/brand/LobeHubText/index.js +1 -0
- package/es/brand/Logo3d/index.js +3 -0
- package/es/brand/LogoFlat/index.d.ts +3 -3
- package/es/brand/LogoFlat/index.js +5 -5
- package/es/brand/LogoMono/index.d.ts +3 -3
- package/es/brand/LogoMono/index.js +5 -5
- package/es/brand/LogoThree/Loading.js +1 -3
- package/es/brand/LogoThree/index.js +1 -0
- package/es/chat/BackBottom/BackBottom.d.ts +4 -0
- package/es/chat/BackBottom/BackBottom.js +63 -0
- package/es/chat/BackBottom/index.d.ts +2 -13
- package/es/chat/BackBottom/index.js +1 -62
- package/es/chat/BackBottom/style.d.ts +1 -1
- package/es/chat/BackBottom/style.js +2 -6
- package/es/chat/BackBottom/type.d.ts +11 -0
- package/es/chat/BackBottom/type.js +1 -0
- package/es/chat/Bubble/Bubble.d.ts +4 -0
- package/es/chat/Bubble/Bubble.js +60 -0
- package/es/chat/Bubble/index.d.ts +2 -0
- package/es/chat/Bubble/index.js +1 -0
- package/es/chat/Bubble/style.d.ts +7 -0
- package/es/chat/Bubble/style.js +16 -0
- package/es/chat/Bubble/type.d.ts +7 -0
- package/es/chat/Bubble/type.js +1 -0
- package/es/chat/ChatHeader/ChatHeader.d.ts +4 -0
- package/es/chat/ChatHeader/ChatHeader.js +79 -0
- package/es/chat/ChatHeader/ChatHeaderTitle.d.ts +2 -6
- package/es/chat/ChatHeader/ChatHeaderTitle.js +5 -19
- package/es/chat/ChatHeader/index.d.ts +9 -23
- package/es/chat/ChatHeader/index.js +6 -81
- package/es/chat/ChatHeader/style.d.ts +9 -1
- package/es/chat/ChatHeader/style.js +16 -7
- package/es/{mobile/MobileNavBar/index.d.ts → chat/ChatHeader/type.d.ts} +13 -13
- package/es/chat/ChatHeader/type.js +1 -0
- package/es/chat/ChatInputArea/ChatInputArea.d.ts +4 -20
- package/es/chat/ChatInputArea/ChatInputArea.js +20 -30
- package/es/chat/ChatInputArea/components/ChatInputActionBar.d.ts +4 -0
- package/es/chat/ChatInputArea/components/ChatInputActionBar.js +57 -0
- package/es/chat/ChatInputArea/components/ChatInputAreaInner.d.ts +4 -0
- package/es/chat/ChatInputArea/{ChatInputAreaInner.js → components/ChatInputAreaInner.js} +9 -7
- package/es/chat/ChatInputArea/components/ChatSendButton.d.ts +4 -0
- package/es/chat/ChatInputArea/components/ChatSendButton.js +83 -0
- package/es/chat/ChatInputArea/index.d.ts +17 -4
- package/es/chat/ChatInputArea/index.js +12 -4
- package/es/chat/ChatInputArea/style.d.ts +10 -0
- package/es/chat/ChatInputArea/style.js +21 -0
- package/es/chat/ChatInputArea/type.d.ts +50 -0
- package/es/chat/ChatInputArea/type.js +1 -0
- package/es/chat/ChatItem/ChatItem.d.ts +5 -0
- package/es/chat/ChatItem/ChatItem.js +183 -0
- package/es/chat/ChatItem/components/Actions.d.ts +2 -2
- package/es/chat/ChatItem/components/Actions.js +2 -2
- package/es/chat/ChatItem/components/Avatar.d.ts +2 -1
- package/es/chat/ChatItem/components/Avatar.js +2 -0
- package/es/chat/ChatItem/components/Loading.js +1 -1
- package/es/chat/ChatItem/components/MessageContent.d.ts +1 -1
- package/es/chat/ChatItem/components/MessageContent.js +2 -2
- package/es/chat/ChatItem/index.d.ts +2 -5
- package/es/chat/ChatItem/index.js +1 -180
- package/es/chat/ChatItem/style.d.ts +1 -1
- package/es/chat/ChatItem/style.js +9 -9
- package/es/chat/ChatItem/type.d.ts +5 -4
- package/es/chat/ChatList/ChatList.d.ts +4 -0
- package/es/chat/ChatList/ChatList.js +70 -0
- package/es/chat/ChatList/components/ChatActionsBar.d.ts +4 -0
- package/es/chat/ChatList/{ActionsBar.js → components/ChatActionsBar.js} +10 -7
- package/es/chat/ChatList/components/ChatListItem.d.ts +4 -0
- package/es/chat/ChatList/{Item.js → components/ChatListItem.js} +11 -10
- package/es/chat/ChatList/{HistoryDivider.js → components/HistoryDivider.js} +2 -2
- package/es/{hooks → chat/ChatList/components}/useChatListActionsBar.d.ts +5 -5
- package/es/chat/ChatList/index.d.ts +3 -15
- package/es/chat/ChatList/index.js +2 -70
- package/es/chat/ChatList/{Item.d.ts → type.d.ts} +22 -11
- package/es/chat/ChatList/type.js +1 -0
- package/es/chat/EditableMessage/EditableMessage.d.ts +4 -0
- package/es/chat/EditableMessage/EditableMessage.js +113 -0
- package/es/chat/EditableMessage/index.d.ts +2 -78
- package/es/chat/EditableMessage/index.js +1 -111
- package/es/chat/EditableMessage/type.d.ts +36 -0
- package/es/chat/EditableMessage/type.js +1 -0
- package/es/chat/EditableMessageList/EditableMessageList.d.ts +4 -0
- package/es/chat/EditableMessageList/EditableMessageList.js +109 -0
- package/es/chat/EditableMessageList/index.d.ts +2 -20
- package/es/chat/EditableMessageList/index.js +1 -113
- package/es/chat/EditableMessageList/messageReducer.d.ts +1 -2
- package/es/chat/EditableMessageList/type.d.ts +6 -0
- package/es/chat/EditableMessageList/type.js +1 -0
- package/es/chat/MessageInput/MessageInput.d.ts +4 -0
- package/es/chat/MessageInput/MessageInput.js +123 -0
- package/es/chat/MessageInput/index.d.ts +2 -45
- package/es/chat/MessageInput/index.js +1 -131
- package/es/chat/MessageInput/type.d.ts +24 -0
- package/es/chat/MessageInput/type.js +1 -0
- package/es/chat/MessageModal/MessageModal.d.ts +4 -0
- package/es/chat/MessageModal/MessageModal.js +110 -0
- package/es/chat/MessageModal/TextArea.d.ts +1 -1
- package/es/chat/MessageModal/index.d.ts +2 -41
- package/es/chat/MessageModal/index.js +1 -129
- package/es/chat/MessageModal/type.d.ts +22 -0
- package/es/chat/MessageModal/type.js +1 -0
- package/es/chat/TokenTag/TokenTag.d.ts +4 -0
- package/es/chat/TokenTag/TokenTag.js +95 -0
- package/es/chat/TokenTag/index.d.ts +2 -25
- package/es/chat/TokenTag/index.js +1 -71
- package/es/chat/TokenTag/style.d.ts +5 -6
- package/es/chat/TokenTag/style.js +8 -30
- package/es/chat/TokenTag/type.d.ts +15 -0
- package/es/chat/TokenTag/type.js +1 -0
- package/es/chat/index.d.ts +4 -5
- package/es/chat/index.js +5 -6
- package/es/chat/types/chatMessage.js +1 -0
- package/es/chat/types/index.d.ts +4 -0
- package/es/chat/types/index.js +4 -0
- package/es/chat/types/meta.js +1 -0
- package/es/color/colors/gold.js +2 -2
- package/es/color/colors/gray.js +1 -1
- package/es/color/colors/green.js +3 -3
- package/es/color/colors/orange.js +2 -2
- package/es/color/colors/purple.js +1 -1
- package/es/color/colors/volcano.js +1 -1
- package/es/hooks/useCopied.js +2 -0
- package/es/hooks/useHighlight.d.ts +9 -4
- package/es/hooks/useHighlight.js +42 -24
- package/es/hooks/useMermaid.d.ts +5 -1
- package/es/hooks/useMermaid.js +10 -6
- package/es/icons/Auth0/components/Mono.js +2 -3
- package/es/icons/Authelia/components/Color.js +2 -3
- package/es/icons/Authelia/components/Mono.js +2 -3
- package/es/icons/Authentik/components/Color.js +2 -3
- package/es/icons/Authentik/components/Mono.js +2 -3
- package/es/icons/Casdoor/components/Color.js +2 -3
- package/es/icons/Casdoor/components/Mono.js +2 -3
- package/es/icons/Clerk/components/Color.js +2 -3
- package/es/icons/Clerk/components/Mono.js +2 -3
- package/es/icons/Logto/components/Color.js +2 -3
- package/es/icons/Logto/components/Mono.js +2 -3
- package/es/icons/MicrosoftEntra/components/Color.js +2 -3
- package/es/icons/MicrosoftEntra/components/Mono.js +2 -3
- package/es/icons/NextAuth/components/Color.js +2 -3
- package/es/icons/NextAuth/components/Mono.js +2 -3
- package/es/icons/Zitadel/components/Color.js +2 -3
- package/es/icons/Zitadel/components/Mono.js +2 -3
- package/es/icons/index.d.ts +1 -0
- package/es/icons/index.js +1 -0
- package/es/icons/lucideExtra/DiscordIcon.d.ts +3 -0
- package/es/icons/lucideExtra/DiscordIcon.js +17 -0
- package/es/icons/lucideExtra/GlobeOffIcon.d.ts +3 -0
- package/es/icons/lucideExtra/GlobeOffIcon.js +25 -0
- package/es/icons/lucideExtra/LeftClickIcon.d.ts +3 -0
- package/es/icons/lucideExtra/LeftClickIcon.js +11 -0
- package/es/icons/lucideExtra/LeftDoubleClickIcon.d.ts +3 -0
- package/es/{Hotkey/components → icons/lucideExtra}/LeftDoubleClickIcon.js +4 -3
- package/es/icons/lucideExtra/RightClickIcon.d.ts +3 -0
- package/es/icons/lucideExtra/RightClickIcon.js +11 -0
- package/es/icons/lucideExtra/RightDoubleClickIcon.d.ts +3 -0
- package/es/{Hotkey/components → icons/lucideExtra}/RightDoubleClickIcon.js +4 -3
- package/es/icons/lucideExtra/index.d.ts +6 -0
- package/es/icons/lucideExtra/index.js +6 -0
- package/es/index.d.ts +63 -7
- package/es/index.js +62 -7
- package/es/mdx/Callout/index.js +44 -45
- package/es/{awesome/GaussianBackground → mdx/Callout}/style.d.ts +1 -1
- package/es/mdx/Callout/style.js +11 -0
- package/es/mdx/Cards/Card.d.ts +3 -3
- package/es/mdx/Cards/Card.js +12 -7
- package/es/mdx/Cards/index.d.ts +1 -1
- package/es/mdx/Cards/index.js +10 -17
- package/es/{Mermaid/components → mdx/Cards}/style.d.ts +1 -1
- package/es/mdx/Cards/style.js +9 -0
- package/es/mdx/FileTree/File.js +1 -0
- package/es/mdx/FileTree/Folder.js +1 -0
- package/es/mdx/FileTree/index.js +6 -14
- package/es/mdx/FileTree/style.d.ts +3 -0
- package/es/mdx/FileTree/style.js +10 -0
- package/es/mdx/Mdx/index.d.ts +1 -1
- package/es/mdx/Mdx/index.js +4 -3
- package/es/mdx/Steps/index.js +6 -14
- package/es/mdx/Steps/style.d.ts +3 -0
- package/es/mdx/Steps/style.js +10 -0
- package/es/mdx/Tabs/Tab.js +1 -0
- package/es/mdx/Tabs/index.d.ts +2 -2
- package/es/mdx/Tabs/index.js +14 -25
- package/es/mdx/Tabs/style.d.ts +4 -0
- package/es/mdx/Tabs/style.js +12 -0
- package/es/mdx/mdxComponents/Citation/PopoverPanel.d.ts +2 -2
- package/es/mdx/mdxComponents/Citation/PopoverPanel.js +4 -3
- package/es/mdx/mdxComponents/Citation/index.d.ts +2 -2
- package/es/mdx/mdxComponents/Citation/index.js +4 -4
- package/es/mdx/mdxComponents/CodeBlock.d.ts +1 -1
- package/es/mdx/mdxComponents/CodeBlock.js +1 -0
- package/es/mdx/mdxComponents/Footnotes.d.ts +2 -2
- package/es/mdx/mdxComponents/Footnotes.js +5 -2
- package/es/mdx/mdxComponents/Image.d.ts +2 -5
- package/es/mdx/mdxComponents/Image.js +4 -20
- package/es/mdx/mdxComponents/Link.d.ts +3 -3
- package/es/mdx/mdxComponents/Link.js +3 -0
- package/es/mdx/mdxComponents/Pre.d.ts +1 -1
- package/es/mdx/mdxComponents/Pre.js +13 -15
- package/es/mdx/mdxComponents/Section.d.ts +2 -2
- package/es/mdx/mdxComponents/Section.js +16 -4
- package/es/mdx/mdxComponents/Video.d.ts +2 -5
- package/es/mdx/mdxComponents/Video.js +3 -19
- package/es/mobile/ChatHeader/ChatHeader.d.ts +4 -0
- package/es/mobile/ChatHeader/ChatHeader.js +88 -0
- package/es/mobile/ChatHeader/ChatHeaderTitle.d.ts +4 -0
- package/es/mobile/ChatHeader/ChatHeaderTitle.js +58 -0
- package/es/mobile/ChatHeader/index.d.ts +11 -0
- package/es/mobile/ChatHeader/index.js +6 -0
- package/es/mobile/ChatHeader/style.d.ts +14 -0
- package/es/mobile/{MobileNavBar → ChatHeader}/style.js +12 -1
- package/es/mobile/ChatHeader/type.d.ts +31 -0
- package/es/mobile/ChatHeader/type.js +1 -0
- package/es/mobile/ChatInputArea/ChatInputArea.d.ts +4 -0
- package/es/mobile/{MobileChatInputArea/index.js → ChatInputArea/ChatInputArea.js} +29 -41
- package/es/mobile/ChatInputArea/components/ChatSendButton.d.ts +4 -0
- package/es/mobile/{MobileChatInputArea/SendButton.js → ChatInputArea/components/ChatSendButton.js} +20 -27
- package/es/mobile/ChatInputArea/index.d.ts +11 -0
- package/es/mobile/ChatInputArea/index.js +6 -0
- package/es/mobile/ChatInputArea/style.d.ts +7 -0
- package/es/mobile/ChatInputArea/style.js +14 -0
- package/es/mobile/ChatInputArea/type.d.ts +19 -0
- package/es/mobile/ChatInputArea/type.js +1 -0
- package/es/mobile/SafeArea/SafeArea.d.ts +4 -0
- package/es/mobile/{MobileSafeArea/index.js → SafeArea/SafeArea.js} +4 -3
- package/es/mobile/SafeArea/index.d.ts +2 -0
- package/es/mobile/SafeArea/index.js +1 -0
- package/es/mobile/SafeArea/type.d.ts +4 -0
- package/es/mobile/SafeArea/type.js +1 -0
- package/es/mobile/TabBar/TabBar.d.ts +4 -0
- package/es/mobile/TabBar/TabBar.js +84 -0
- package/es/mobile/TabBar/index.d.ts +2 -0
- package/es/mobile/TabBar/index.js +1 -0
- package/es/mobile/{MobileTabBar → TabBar}/style.js +1 -2
- package/es/mobile/TabBar/type.d.ts +16 -0
- package/es/mobile/TabBar/type.js +1 -0
- package/es/mobile/index.d.ts +4 -6
- package/es/mobile/index.js +4 -6
- package/es/storybook/StoryBook/index.d.ts +3 -9
- package/es/storybook/StoryBook/index.js +14 -14
- package/es/styles/theme/antdTheme.js +28 -0
- package/es/styles/theme/customStylish.js +19 -8
- package/es/styles/theme/customToken.d.ts +1 -1
- package/es/styles/theme/customToken.js +2 -1
- package/es/styles/theme/generateColorPalette.js +2 -1
- package/es/styles/theme/token/base.js +3 -3
- package/es/styles/theme/token/light.js +2 -2
- package/es/types/customStylish.d.ts +12 -1
- package/es/types/customToken.d.ts +9 -2
- package/es/types/customToken.js +1 -0
- package/es/types/index.d.ts +1 -3
- package/es/types/index.js +0 -3
- package/es/utils/genCdnUrl.js +0 -23
- package/package.json +10 -6
- package/es/ActionIcon/calcSize.d.ts +0 -5
- package/es/ActionIcon/calcSize.js +0 -40
- package/es/ContextMenu/index.d.ts +0 -5
- package/es/ContextMenu/index.js +0 -17
- package/es/EmptyCard/index.d.ts +0 -19
- package/es/EmptyCard/style.js +0 -15
- package/es/Hotkey/components/LeftClickIcon.d.ts +0 -3
- package/es/Hotkey/components/LeftClickIcon.js +0 -10
- package/es/Hotkey/components/LeftDoubleClickIcon.d.ts +0 -3
- package/es/Hotkey/components/RightClickIcon.d.ts +0 -3
- package/es/Hotkey/components/RightClickIcon.js +0 -10
- package/es/Hotkey/components/RightDoubleClickIcon.d.ts +0 -3
- package/es/Icon/calcSize.d.ts +0 -5
- package/es/Icon/calcSize.js +0 -39
- package/es/Icon/icons/DiscordIcon.d.ts +0 -3
- package/es/Icon/icons/DiscordIcon.js +0 -20
- package/es/Icon/icons/index.d.ts +0 -1
- package/es/Icon/icons/index.js +0 -1
- package/es/Image/ImageGallery.d.ts +0 -11
- package/es/Image/usePreview.d.ts +0 -7
- package/es/MaterialFileTypeIcon/types.d.ts +0 -5
- package/es/Mermaid/components/Controls.d.ts +0 -3
- package/es/Mermaid/components/Controls.js +0 -49
- package/es/Mermaid/components/MermaidContainer.d.ts +0 -5
- package/es/Mermaid/components/MermaidContainer.js +0 -42
- package/es/Mermaid/components/MermaidZoomableContainer.d.ts +0 -5
- package/es/Mermaid/components/MermaidZoomableContainer.js +0 -21
- package/es/Mermaid/components/style.js +0 -12
- package/es/Mermaid/style.d.ts +0 -8
- package/es/Mermaid/style.js +0 -22
- package/es/SearchResultCard/index.js +0 -79
- package/es/SearchResultCards/index.d.ts +0 -12
- package/es/SearchResultCards/index.js +0 -30
- package/es/SelectWithImg/styles.js +0 -17
- package/es/SortableList/DragHandle.d.ts +0 -4
- package/es/Swatches/index.d.ts +0 -25
- package/es/Swatches/style.d.ts +0 -4
- package/es/Swatches/style.js +0 -11
- package/es/TabsNav/index.d.ts +0 -7
- package/es/TabsNav/style.js +0 -15
- package/es/awesome/Features/Item.d.ts +0 -55
- package/es/awesome/GaussianBackground/index.d.ts +0 -17
- package/es/awesome/GaussianBackground/style.js +0 -11
- package/es/awesome/GaussianBackground/useGaussianBackground.d.ts +0 -7
- package/es/awesome/GaussianBackground/vendor/gaussianBackground.d.ts +0 -38
- package/es/awesome/GaussianBackground/vendor/gaussianBackground.js +0 -226
- package/es/awesome/GaussianBackground/vendor/stackBlur.d.ts +0 -1
- package/es/awesome/GaussianBackground/vendor/stackBlur.js +0 -188
- package/es/awesome/GaussianBackground/vendor/stackBlurTable.d.ts +0 -2
- package/es/awesome/GaussianBackground/vendor/stackBlurTable.js +0 -2
- package/es/chat/ChatInputArea/ChatInputActionBar.d.ts +0 -9
- package/es/chat/ChatInputArea/ChatInputActionBar.js +0 -54
- package/es/chat/ChatInputArea/ChatInputAreaInner.d.ts +0 -12
- package/es/chat/ChatInputArea/SendButton.d.ts +0 -17
- package/es/chat/ChatInputArea/SendButton.js +0 -76
- package/es/chat/ChatList/ActionsBar.d.ts +0 -12
- package/es/components/ControlInput.d.ts +0 -22
- package/es/components.d.ts +0 -71
- package/es/components.js +0 -69
- package/es/hooks/languageMap.d.ts +0 -2
- package/es/hooks/languageMap.js +0 -1
- package/es/mobile/MobileChatInputArea/SendButton.d.ts +0 -9
- package/es/mobile/MobileChatInputArea/index.d.ts +0 -15
- package/es/mobile/MobileNavBar/MobileNavBarTitle.d.ts +0 -8
- package/es/mobile/MobileNavBar/MobileNavBarTitle.js +0 -70
- package/es/mobile/MobileNavBar/index.js +0 -75
- package/es/mobile/MobileSafeArea/index.d.ts +0 -7
- package/es/mobile/MobileTabBar/index.d.ts +0 -18
- package/es/mobile/MobileTabBar/index.js +0 -71
- /package/es/{MaterialFileTypeIcon/types.js → ActionIcon/type.js} +0 -0
- /package/es/{types/chatMessage.js → ActionIconGroup/type.js} +0 -0
- /package/es/{types/meta.js → Alert/type.js} +0 -0
- /package/es/Image/{Preview.js → components/Preview.js} +0 -0
- /package/es/SortableList/{SortableOverlay.d.ts → components/SortableOverlay.d.ts} +0 -0
- /package/es/chat/ChatList/{HistoryDivider.d.ts → components/HistoryDivider.d.ts} +0 -0
- /package/es/{hooks → chat/ChatList/components}/useChatListActionsBar.js +0 -0
- /package/es/{types → chat/types}/chatMessage.d.ts +0 -0
- /package/es/{types → chat/types}/error.d.ts +0 -0
- /package/es/{types → chat/types}/error.js +0 -0
- /package/es/{types → chat/types}/llm.d.ts +0 -0
- /package/es/{types → chat/types}/llm.js +0 -0
- /package/es/{types → chat/types}/meta.d.ts +0 -0
- /package/es/mobile/{MobileSafeArea → SafeArea}/style.d.ts +0 -0
- /package/es/mobile/{MobileSafeArea → SafeArea}/style.js +0 -0
- /package/es/mobile/{MobileTabBar → TabBar}/style.d.ts +0 -0
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"file": "file",
|
|
3
2
|
"fileExtensions": {
|
|
4
3
|
"htm": "html",
|
|
5
4
|
"xhtml": "html",
|
|
@@ -2460,8 +2459,6 @@
|
|
|
2460
2459
|
".k8s.yml": "kubernetes",
|
|
2461
2460
|
".k8s.yaml": "kubernetes"
|
|
2462
2461
|
},
|
|
2463
|
-
"folder": "folder",
|
|
2464
|
-
"folderExpanded": "folder-open",
|
|
2465
2462
|
"folderNames": {
|
|
2466
2463
|
"bot": "folder-robot",
|
|
2467
2464
|
".bot": "folder-robot",
|
|
@@ -4914,3714 +4911,5 @@
|
|
|
4914
4911
|
".seeding": "folder-seeders",
|
|
4915
4912
|
"_seeding": "folder-seeders",
|
|
4916
4913
|
"__seeding__": "folder-seeders"
|
|
4917
|
-
}
|
|
4918
|
-
"folderNamesExpanded": {
|
|
4919
|
-
"bot": "folder-robot-open",
|
|
4920
|
-
".bot": "folder-robot-open",
|
|
4921
|
-
"_bot": "folder-robot-open",
|
|
4922
|
-
"__bot__": "folder-robot-open",
|
|
4923
|
-
"robot": "folder-robot-open",
|
|
4924
|
-
".robot": "folder-robot-open",
|
|
4925
|
-
"_robot": "folder-robot-open",
|
|
4926
|
-
"__robot__": "folder-robot-open",
|
|
4927
|
-
"src": "folder-src-open",
|
|
4928
|
-
".src": "folder-src-open",
|
|
4929
|
-
"_src": "folder-src-open",
|
|
4930
|
-
"__src__": "folder-src-open",
|
|
4931
|
-
"srcs": "folder-src-open",
|
|
4932
|
-
".srcs": "folder-src-open",
|
|
4933
|
-
"_srcs": "folder-src-open",
|
|
4934
|
-
"__srcs__": "folder-src-open",
|
|
4935
|
-
"source": "folder-src-open",
|
|
4936
|
-
".source": "folder-src-open",
|
|
4937
|
-
"_source": "folder-src-open",
|
|
4938
|
-
"__source__": "folder-src-open",
|
|
4939
|
-
"sources": "folder-src-open",
|
|
4940
|
-
".sources": "folder-src-open",
|
|
4941
|
-
"_sources": "folder-src-open",
|
|
4942
|
-
"__sources__": "folder-src-open",
|
|
4943
|
-
"code": "folder-src-open",
|
|
4944
|
-
".code": "folder-src-open",
|
|
4945
|
-
"_code": "folder-src-open",
|
|
4946
|
-
"__code__": "folder-src-open",
|
|
4947
|
-
"dist": "folder-dist-open",
|
|
4948
|
-
".dist": "folder-dist-open",
|
|
4949
|
-
"_dist": "folder-dist-open",
|
|
4950
|
-
"__dist__": "folder-dist-open",
|
|
4951
|
-
"out": "folder-dist-open",
|
|
4952
|
-
".out": "folder-dist-open",
|
|
4953
|
-
"_out": "folder-dist-open",
|
|
4954
|
-
"__out__": "folder-dist-open",
|
|
4955
|
-
"build": "folder-dist-open",
|
|
4956
|
-
".build": "folder-dist-open",
|
|
4957
|
-
"_build": "folder-dist-open",
|
|
4958
|
-
"__build__": "folder-dist-open",
|
|
4959
|
-
"release": "folder-dist-open",
|
|
4960
|
-
".release": "folder-dist-open",
|
|
4961
|
-
"_release": "folder-dist-open",
|
|
4962
|
-
"__release__": "folder-dist-open",
|
|
4963
|
-
"bin": "folder-dist-open",
|
|
4964
|
-
".bin": "folder-dist-open",
|
|
4965
|
-
"_bin": "folder-dist-open",
|
|
4966
|
-
"__bin__": "folder-dist-open",
|
|
4967
|
-
"css": "folder-css-open",
|
|
4968
|
-
".css": "folder-css-open",
|
|
4969
|
-
"_css": "folder-css-open",
|
|
4970
|
-
"__css__": "folder-css-open",
|
|
4971
|
-
"stylesheet": "folder-css-open",
|
|
4972
|
-
".stylesheet": "folder-css-open",
|
|
4973
|
-
"_stylesheet": "folder-css-open",
|
|
4974
|
-
"__stylesheet__": "folder-css-open",
|
|
4975
|
-
"stylesheets": "folder-css-open",
|
|
4976
|
-
".stylesheets": "folder-css-open",
|
|
4977
|
-
"_stylesheets": "folder-css-open",
|
|
4978
|
-
"__stylesheets__": "folder-css-open",
|
|
4979
|
-
"style": "folder-css-open",
|
|
4980
|
-
".style": "folder-css-open",
|
|
4981
|
-
"_style": "folder-css-open",
|
|
4982
|
-
"__style__": "folder-css-open",
|
|
4983
|
-
"styles": "folder-css-open",
|
|
4984
|
-
".styles": "folder-css-open",
|
|
4985
|
-
"_styles": "folder-css-open",
|
|
4986
|
-
"__styles__": "folder-css-open",
|
|
4987
|
-
"sass": "folder-sass-open",
|
|
4988
|
-
".sass": "folder-sass-open",
|
|
4989
|
-
"_sass": "folder-sass-open",
|
|
4990
|
-
"__sass__": "folder-sass-open",
|
|
4991
|
-
"scss": "folder-sass-open",
|
|
4992
|
-
".scss": "folder-sass-open",
|
|
4993
|
-
"_scss": "folder-sass-open",
|
|
4994
|
-
"__scss__": "folder-sass-open",
|
|
4995
|
-
"tv": "folder-television-open",
|
|
4996
|
-
".tv": "folder-television-open",
|
|
4997
|
-
"_tv": "folder-television-open",
|
|
4998
|
-
"__tv__": "folder-television-open",
|
|
4999
|
-
"television": "folder-television-open",
|
|
5000
|
-
".television": "folder-television-open",
|
|
5001
|
-
"_television": "folder-television-open",
|
|
5002
|
-
"__television__": "folder-television-open",
|
|
5003
|
-
"desktop": "folder-desktop-open",
|
|
5004
|
-
".desktop": "folder-desktop-open",
|
|
5005
|
-
"_desktop": "folder-desktop-open",
|
|
5006
|
-
"__desktop__": "folder-desktop-open",
|
|
5007
|
-
"console": "folder-console-open",
|
|
5008
|
-
".console": "folder-console-open",
|
|
5009
|
-
"_console": "folder-console-open",
|
|
5010
|
-
"__console__": "folder-console-open",
|
|
5011
|
-
"images": "folder-images-open",
|
|
5012
|
-
".images": "folder-images-open",
|
|
5013
|
-
"_images": "folder-images-open",
|
|
5014
|
-
"__images__": "folder-images-open",
|
|
5015
|
-
"image": "folder-images-open",
|
|
5016
|
-
".image": "folder-images-open",
|
|
5017
|
-
"_image": "folder-images-open",
|
|
5018
|
-
"__image__": "folder-images-open",
|
|
5019
|
-
"imgs": "folder-images-open",
|
|
5020
|
-
".imgs": "folder-images-open",
|
|
5021
|
-
"_imgs": "folder-images-open",
|
|
5022
|
-
"__imgs__": "folder-images-open",
|
|
5023
|
-
"img": "folder-images-open",
|
|
5024
|
-
".img": "folder-images-open",
|
|
5025
|
-
"_img": "folder-images-open",
|
|
5026
|
-
"__img__": "folder-images-open",
|
|
5027
|
-
"icons": "folder-images-open",
|
|
5028
|
-
".icons": "folder-images-open",
|
|
5029
|
-
"_icons": "folder-images-open",
|
|
5030
|
-
"__icons__": "folder-images-open",
|
|
5031
|
-
"icon": "folder-images-open",
|
|
5032
|
-
".icon": "folder-images-open",
|
|
5033
|
-
"_icon": "folder-images-open",
|
|
5034
|
-
"__icon__": "folder-images-open",
|
|
5035
|
-
"icos": "folder-images-open",
|
|
5036
|
-
".icos": "folder-images-open",
|
|
5037
|
-
"_icos": "folder-images-open",
|
|
5038
|
-
"__icos__": "folder-images-open",
|
|
5039
|
-
"ico": "folder-images-open",
|
|
5040
|
-
".ico": "folder-images-open",
|
|
5041
|
-
"_ico": "folder-images-open",
|
|
5042
|
-
"__ico__": "folder-images-open",
|
|
5043
|
-
"figures": "folder-images-open",
|
|
5044
|
-
".figures": "folder-images-open",
|
|
5045
|
-
"_figures": "folder-images-open",
|
|
5046
|
-
"__figures__": "folder-images-open",
|
|
5047
|
-
"figure": "folder-images-open",
|
|
5048
|
-
".figure": "folder-images-open",
|
|
5049
|
-
"_figure": "folder-images-open",
|
|
5050
|
-
"__figure__": "folder-images-open",
|
|
5051
|
-
"figs": "folder-images-open",
|
|
5052
|
-
".figs": "folder-images-open",
|
|
5053
|
-
"_figs": "folder-images-open",
|
|
5054
|
-
"__figs__": "folder-images-open",
|
|
5055
|
-
"fig": "folder-images-open",
|
|
5056
|
-
".fig": "folder-images-open",
|
|
5057
|
-
"_fig": "folder-images-open",
|
|
5058
|
-
"__fig__": "folder-images-open",
|
|
5059
|
-
"screenshot": "folder-images-open",
|
|
5060
|
-
".screenshot": "folder-images-open",
|
|
5061
|
-
"_screenshot": "folder-images-open",
|
|
5062
|
-
"__screenshot__": "folder-images-open",
|
|
5063
|
-
"screenshots": "folder-images-open",
|
|
5064
|
-
".screenshots": "folder-images-open",
|
|
5065
|
-
"_screenshots": "folder-images-open",
|
|
5066
|
-
"__screenshots__": "folder-images-open",
|
|
5067
|
-
"screengrab": "folder-images-open",
|
|
5068
|
-
".screengrab": "folder-images-open",
|
|
5069
|
-
"_screengrab": "folder-images-open",
|
|
5070
|
-
"__screengrab__": "folder-images-open",
|
|
5071
|
-
"screengrabs": "folder-images-open",
|
|
5072
|
-
".screengrabs": "folder-images-open",
|
|
5073
|
-
"_screengrabs": "folder-images-open",
|
|
5074
|
-
"__screengrabs__": "folder-images-open",
|
|
5075
|
-
"pic": "folder-images-open",
|
|
5076
|
-
".pic": "folder-images-open",
|
|
5077
|
-
"_pic": "folder-images-open",
|
|
5078
|
-
"__pic__": "folder-images-open",
|
|
5079
|
-
"pics": "folder-images-open",
|
|
5080
|
-
".pics": "folder-images-open",
|
|
5081
|
-
"_pics": "folder-images-open",
|
|
5082
|
-
"__pics__": "folder-images-open",
|
|
5083
|
-
"picture": "folder-images-open",
|
|
5084
|
-
".picture": "folder-images-open",
|
|
5085
|
-
"_picture": "folder-images-open",
|
|
5086
|
-
"__picture__": "folder-images-open",
|
|
5087
|
-
"pictures": "folder-images-open",
|
|
5088
|
-
".pictures": "folder-images-open",
|
|
5089
|
-
"_pictures": "folder-images-open",
|
|
5090
|
-
"__pictures__": "folder-images-open",
|
|
5091
|
-
"photo": "folder-images-open",
|
|
5092
|
-
".photo": "folder-images-open",
|
|
5093
|
-
"_photo": "folder-images-open",
|
|
5094
|
-
"__photo__": "folder-images-open",
|
|
5095
|
-
"photos": "folder-images-open",
|
|
5096
|
-
".photos": "folder-images-open",
|
|
5097
|
-
"_photos": "folder-images-open",
|
|
5098
|
-
"__photos__": "folder-images-open",
|
|
5099
|
-
"photograph": "folder-images-open",
|
|
5100
|
-
".photograph": "folder-images-open",
|
|
5101
|
-
"_photograph": "folder-images-open",
|
|
5102
|
-
"__photograph__": "folder-images-open",
|
|
5103
|
-
"photographs": "folder-images-open",
|
|
5104
|
-
".photographs": "folder-images-open",
|
|
5105
|
-
"_photographs": "folder-images-open",
|
|
5106
|
-
"__photographs__": "folder-images-open",
|
|
5107
|
-
"script": "folder-scripts-open",
|
|
5108
|
-
".script": "folder-scripts-open",
|
|
5109
|
-
"_script": "folder-scripts-open",
|
|
5110
|
-
"__script__": "folder-scripts-open",
|
|
5111
|
-
"scripts": "folder-scripts-open",
|
|
5112
|
-
".scripts": "folder-scripts-open",
|
|
5113
|
-
"_scripts": "folder-scripts-open",
|
|
5114
|
-
"__scripts__": "folder-scripts-open",
|
|
5115
|
-
"scripting": "folder-scripts-open",
|
|
5116
|
-
".scripting": "folder-scripts-open",
|
|
5117
|
-
"_scripting": "folder-scripts-open",
|
|
5118
|
-
"__scripting__": "folder-scripts-open",
|
|
5119
|
-
"node_modules": "folder-node-open",
|
|
5120
|
-
".node_modules": "folder-node-open",
|
|
5121
|
-
"_node_modules": "folder-node-open",
|
|
5122
|
-
"__node_modules__": "folder-node-open",
|
|
5123
|
-
"js": "folder-javascript-open",
|
|
5124
|
-
".js": "folder-javascript-open",
|
|
5125
|
-
"_js": "folder-javascript-open",
|
|
5126
|
-
"__js__": "folder-javascript-open",
|
|
5127
|
-
"javascript": "folder-javascript-open",
|
|
5128
|
-
".javascript": "folder-javascript-open",
|
|
5129
|
-
"_javascript": "folder-javascript-open",
|
|
5130
|
-
"__javascript__": "folder-javascript-open",
|
|
5131
|
-
"javascripts": "folder-javascript-open",
|
|
5132
|
-
".javascripts": "folder-javascript-open",
|
|
5133
|
-
"_javascripts": "folder-javascript-open",
|
|
5134
|
-
"__javascripts__": "folder-javascript-open",
|
|
5135
|
-
"json": "folder-json-open",
|
|
5136
|
-
".json": "folder-json-open",
|
|
5137
|
-
"_json": "folder-json-open",
|
|
5138
|
-
"__json__": "folder-json-open",
|
|
5139
|
-
"jsons": "folder-json-open",
|
|
5140
|
-
".jsons": "folder-json-open",
|
|
5141
|
-
"_jsons": "folder-json-open",
|
|
5142
|
-
"__jsons__": "folder-json-open",
|
|
5143
|
-
"font": "folder-font-open",
|
|
5144
|
-
".font": "folder-font-open",
|
|
5145
|
-
"_font": "folder-font-open",
|
|
5146
|
-
"__font__": "folder-font-open",
|
|
5147
|
-
"fonts": "folder-font-open",
|
|
5148
|
-
".fonts": "folder-font-open",
|
|
5149
|
-
"_fonts": "folder-font-open",
|
|
5150
|
-
"__fonts__": "folder-font-open",
|
|
5151
|
-
"bower_components": "folder-bower-open",
|
|
5152
|
-
".bower_components": "folder-bower-open",
|
|
5153
|
-
"_bower_components": "folder-bower-open",
|
|
5154
|
-
"__bower_components__": "folder-bower-open",
|
|
5155
|
-
"test": "folder-test-open",
|
|
5156
|
-
".test": "folder-test-open",
|
|
5157
|
-
"_test": "folder-test-open",
|
|
5158
|
-
"__test__": "folder-test-open",
|
|
5159
|
-
"tests": "folder-test-open",
|
|
5160
|
-
".tests": "folder-test-open",
|
|
5161
|
-
"_tests": "folder-test-open",
|
|
5162
|
-
"__tests__": "folder-test-open",
|
|
5163
|
-
"testing": "folder-test-open",
|
|
5164
|
-
".testing": "folder-test-open",
|
|
5165
|
-
"_testing": "folder-test-open",
|
|
5166
|
-
"__testing__": "folder-test-open",
|
|
5167
|
-
"snapshots": "folder-test-open",
|
|
5168
|
-
".snapshots": "folder-test-open",
|
|
5169
|
-
"_snapshots": "folder-test-open",
|
|
5170
|
-
"__snapshots__": "folder-test-open",
|
|
5171
|
-
"spec": "folder-test-open",
|
|
5172
|
-
".spec": "folder-test-open",
|
|
5173
|
-
"_spec": "folder-test-open",
|
|
5174
|
-
"__spec__": "folder-test-open",
|
|
5175
|
-
"specs": "folder-test-open",
|
|
5176
|
-
".specs": "folder-test-open",
|
|
5177
|
-
"_specs": "folder-test-open",
|
|
5178
|
-
"__specs__": "folder-test-open",
|
|
5179
|
-
"jinja": "folder-jinja-open",
|
|
5180
|
-
".jinja": "folder-jinja-open",
|
|
5181
|
-
"_jinja": "folder-jinja-open",
|
|
5182
|
-
"__jinja__": "folder-jinja-open",
|
|
5183
|
-
"jinja2": "folder-jinja-open",
|
|
5184
|
-
".jinja2": "folder-jinja-open",
|
|
5185
|
-
"_jinja2": "folder-jinja-open",
|
|
5186
|
-
"__jinja2__": "folder-jinja-open",
|
|
5187
|
-
"j2": "folder-jinja-open",
|
|
5188
|
-
".j2": "folder-jinja-open",
|
|
5189
|
-
"_j2": "folder-jinja-open",
|
|
5190
|
-
"__j2__": "folder-jinja-open",
|
|
5191
|
-
"markdown": "folder-markdown-open",
|
|
5192
|
-
".markdown": "folder-markdown-open",
|
|
5193
|
-
"_markdown": "folder-markdown-open",
|
|
5194
|
-
"__markdown__": "folder-markdown-open",
|
|
5195
|
-
"md": "folder-markdown-open",
|
|
5196
|
-
".md": "folder-markdown-open",
|
|
5197
|
-
"_md": "folder-markdown-open",
|
|
5198
|
-
"__md__": "folder-markdown-open",
|
|
5199
|
-
"pdm-plugins": "folder-pdm-open",
|
|
5200
|
-
".pdm-plugins": "folder-pdm-open",
|
|
5201
|
-
"_pdm-plugins": "folder-pdm-open",
|
|
5202
|
-
"__pdm-plugins__": "folder-pdm-open",
|
|
5203
|
-
"pdm-build": "folder-pdm-open",
|
|
5204
|
-
".pdm-build": "folder-pdm-open",
|
|
5205
|
-
"_pdm-build": "folder-pdm-open",
|
|
5206
|
-
"__pdm-build__": "folder-pdm-open",
|
|
5207
|
-
"php": "folder-php-open",
|
|
5208
|
-
".php": "folder-php-open",
|
|
5209
|
-
"_php": "folder-php-open",
|
|
5210
|
-
"__php__": "folder-php-open",
|
|
5211
|
-
"phpmailer": "folder-phpmailer-open",
|
|
5212
|
-
".phpmailer": "folder-phpmailer-open",
|
|
5213
|
-
"_phpmailer": "folder-phpmailer-open",
|
|
5214
|
-
"__phpmailer__": "folder-phpmailer-open",
|
|
5215
|
-
"sublime": "folder-sublime-open",
|
|
5216
|
-
".sublime": "folder-sublime-open",
|
|
5217
|
-
"_sublime": "folder-sublime-open",
|
|
5218
|
-
"__sublime__": "folder-sublime-open",
|
|
5219
|
-
"doc": "folder-docs-open",
|
|
5220
|
-
".doc": "folder-docs-open",
|
|
5221
|
-
"_doc": "folder-docs-open",
|
|
5222
|
-
"__doc__": "folder-docs-open",
|
|
5223
|
-
"docs": "folder-docs-open",
|
|
5224
|
-
".docs": "folder-docs-open",
|
|
5225
|
-
"_docs": "folder-docs-open",
|
|
5226
|
-
"__docs__": "folder-docs-open",
|
|
5227
|
-
"document": "folder-docs-open",
|
|
5228
|
-
".document": "folder-docs-open",
|
|
5229
|
-
"_document": "folder-docs-open",
|
|
5230
|
-
"__document__": "folder-docs-open",
|
|
5231
|
-
"documents": "folder-docs-open",
|
|
5232
|
-
".documents": "folder-docs-open",
|
|
5233
|
-
"_documents": "folder-docs-open",
|
|
5234
|
-
"__documents__": "folder-docs-open",
|
|
5235
|
-
"documentation": "folder-docs-open",
|
|
5236
|
-
".documentation": "folder-docs-open",
|
|
5237
|
-
"_documentation": "folder-docs-open",
|
|
5238
|
-
"__documentation__": "folder-docs-open",
|
|
5239
|
-
"post": "folder-docs-open",
|
|
5240
|
-
".post": "folder-docs-open",
|
|
5241
|
-
"_post": "folder-docs-open",
|
|
5242
|
-
"__post__": "folder-docs-open",
|
|
5243
|
-
"posts": "folder-docs-open",
|
|
5244
|
-
".posts": "folder-docs-open",
|
|
5245
|
-
"_posts": "folder-docs-open",
|
|
5246
|
-
"__posts__": "folder-docs-open",
|
|
5247
|
-
"article": "folder-docs-open",
|
|
5248
|
-
".article": "folder-docs-open",
|
|
5249
|
-
"_article": "folder-docs-open",
|
|
5250
|
-
"__article__": "folder-docs-open",
|
|
5251
|
-
"articles": "folder-docs-open",
|
|
5252
|
-
".articles": "folder-docs-open",
|
|
5253
|
-
"_articles": "folder-docs-open",
|
|
5254
|
-
"__articles__": "folder-docs-open",
|
|
5255
|
-
"git": "folder-git-open",
|
|
5256
|
-
".git": "folder-git-open",
|
|
5257
|
-
"_git": "folder-git-open",
|
|
5258
|
-
"__git__": "folder-git-open",
|
|
5259
|
-
"patches": "folder-git-open",
|
|
5260
|
-
".patches": "folder-git-open",
|
|
5261
|
-
"_patches": "folder-git-open",
|
|
5262
|
-
"__patches__": "folder-git-open",
|
|
5263
|
-
"githooks": "folder-git-open",
|
|
5264
|
-
".githooks": "folder-git-open",
|
|
5265
|
-
"_githooks": "folder-git-open",
|
|
5266
|
-
"__githooks__": "folder-git-open",
|
|
5267
|
-
"submodules": "folder-git-open",
|
|
5268
|
-
".submodules": "folder-git-open",
|
|
5269
|
-
"_submodules": "folder-git-open",
|
|
5270
|
-
"__submodules__": "folder-git-open",
|
|
5271
|
-
"github": "folder-github-open",
|
|
5272
|
-
".github": "folder-github-open",
|
|
5273
|
-
"_github": "folder-github-open",
|
|
5274
|
-
"__github__": "folder-github-open",
|
|
5275
|
-
"gitlab": "folder-gitlab-open",
|
|
5276
|
-
".gitlab": "folder-gitlab-open",
|
|
5277
|
-
"_gitlab": "folder-gitlab-open",
|
|
5278
|
-
"__gitlab__": "folder-gitlab-open",
|
|
5279
|
-
"vscode": "folder-vscode-open",
|
|
5280
|
-
".vscode": "folder-vscode-open",
|
|
5281
|
-
"_vscode": "folder-vscode-open",
|
|
5282
|
-
"__vscode__": "folder-vscode-open",
|
|
5283
|
-
"vscode-test": "folder-vscode-open",
|
|
5284
|
-
".vscode-test": "folder-vscode-open",
|
|
5285
|
-
"_vscode-test": "folder-vscode-open",
|
|
5286
|
-
"__vscode-test__": "folder-vscode-open",
|
|
5287
|
-
"view": "folder-views-open",
|
|
5288
|
-
".view": "folder-views-open",
|
|
5289
|
-
"_view": "folder-views-open",
|
|
5290
|
-
"__view__": "folder-views-open",
|
|
5291
|
-
"views": "folder-views-open",
|
|
5292
|
-
".views": "folder-views-open",
|
|
5293
|
-
"_views": "folder-views-open",
|
|
5294
|
-
"__views__": "folder-views-open",
|
|
5295
|
-
"screen": "folder-views-open",
|
|
5296
|
-
".screen": "folder-views-open",
|
|
5297
|
-
"_screen": "folder-views-open",
|
|
5298
|
-
"__screen__": "folder-views-open",
|
|
5299
|
-
"screens": "folder-views-open",
|
|
5300
|
-
".screens": "folder-views-open",
|
|
5301
|
-
"_screens": "folder-views-open",
|
|
5302
|
-
"__screens__": "folder-views-open",
|
|
5303
|
-
"page": "folder-views-open",
|
|
5304
|
-
".page": "folder-views-open",
|
|
5305
|
-
"_page": "folder-views-open",
|
|
5306
|
-
"__page__": "folder-views-open",
|
|
5307
|
-
"pages": "folder-views-open",
|
|
5308
|
-
".pages": "folder-views-open",
|
|
5309
|
-
"_pages": "folder-views-open",
|
|
5310
|
-
"__pages__": "folder-views-open",
|
|
5311
|
-
"public_html": "folder-views-open",
|
|
5312
|
-
".public_html": "folder-views-open",
|
|
5313
|
-
"_public_html": "folder-views-open",
|
|
5314
|
-
"__public_html__": "folder-views-open",
|
|
5315
|
-
"html": "folder-views-open",
|
|
5316
|
-
".html": "folder-views-open",
|
|
5317
|
-
"_html": "folder-views-open",
|
|
5318
|
-
"__html__": "folder-views-open",
|
|
5319
|
-
"vue": "folder-vue-open",
|
|
5320
|
-
".vue": "folder-vue-open",
|
|
5321
|
-
"_vue": "folder-vue-open",
|
|
5322
|
-
"__vue__": "folder-vue-open",
|
|
5323
|
-
"vuepress": "folder-vuepress-open",
|
|
5324
|
-
".vuepress": "folder-vuepress-open",
|
|
5325
|
-
"_vuepress": "folder-vuepress-open",
|
|
5326
|
-
"__vuepress__": "folder-vuepress-open",
|
|
5327
|
-
"expo": "folder-expo-open",
|
|
5328
|
-
".expo": "folder-expo-open",
|
|
5329
|
-
"_expo": "folder-expo-open",
|
|
5330
|
-
"__expo__": "folder-expo-open",
|
|
5331
|
-
"expo-shared": "folder-expo-open",
|
|
5332
|
-
".expo-shared": "folder-expo-open",
|
|
5333
|
-
"_expo-shared": "folder-expo-open",
|
|
5334
|
-
"__expo-shared__": "folder-expo-open",
|
|
5335
|
-
"cfg": "folder-config-open",
|
|
5336
|
-
".cfg": "folder-config-open",
|
|
5337
|
-
"_cfg": "folder-config-open",
|
|
5338
|
-
"__cfg__": "folder-config-open",
|
|
5339
|
-
"cfgs": "folder-config-open",
|
|
5340
|
-
".cfgs": "folder-config-open",
|
|
5341
|
-
"_cfgs": "folder-config-open",
|
|
5342
|
-
"__cfgs__": "folder-config-open",
|
|
5343
|
-
"conf": "folder-config-open",
|
|
5344
|
-
".conf": "folder-config-open",
|
|
5345
|
-
"_conf": "folder-config-open",
|
|
5346
|
-
"__conf__": "folder-config-open",
|
|
5347
|
-
"confs": "folder-config-open",
|
|
5348
|
-
".confs": "folder-config-open",
|
|
5349
|
-
"_confs": "folder-config-open",
|
|
5350
|
-
"__confs__": "folder-config-open",
|
|
5351
|
-
"config": "folder-config-open",
|
|
5352
|
-
".config": "folder-config-open",
|
|
5353
|
-
"_config": "folder-config-open",
|
|
5354
|
-
"__config__": "folder-config-open",
|
|
5355
|
-
"configs": "folder-config-open",
|
|
5356
|
-
".configs": "folder-config-open",
|
|
5357
|
-
"_configs": "folder-config-open",
|
|
5358
|
-
"__configs__": "folder-config-open",
|
|
5359
|
-
"configuration": "folder-config-open",
|
|
5360
|
-
".configuration": "folder-config-open",
|
|
5361
|
-
"_configuration": "folder-config-open",
|
|
5362
|
-
"__configuration__": "folder-config-open",
|
|
5363
|
-
"configurations": "folder-config-open",
|
|
5364
|
-
".configurations": "folder-config-open",
|
|
5365
|
-
"_configurations": "folder-config-open",
|
|
5366
|
-
"__configurations__": "folder-config-open",
|
|
5367
|
-
"setting": "folder-config-open",
|
|
5368
|
-
".setting": "folder-config-open",
|
|
5369
|
-
"_setting": "folder-config-open",
|
|
5370
|
-
"__setting__": "folder-config-open",
|
|
5371
|
-
"settings": "folder-config-open",
|
|
5372
|
-
".settings": "folder-config-open",
|
|
5373
|
-
"_settings": "folder-config-open",
|
|
5374
|
-
"__settings__": "folder-config-open",
|
|
5375
|
-
"META-INF": "folder-config-open",
|
|
5376
|
-
".META-INF": "folder-config-open",
|
|
5377
|
-
"_META-INF": "folder-config-open",
|
|
5378
|
-
"__META-INF__": "folder-config-open",
|
|
5379
|
-
"option": "folder-config-open",
|
|
5380
|
-
".option": "folder-config-open",
|
|
5381
|
-
"_option": "folder-config-open",
|
|
5382
|
-
"__option__": "folder-config-open",
|
|
5383
|
-
"options": "folder-config-open",
|
|
5384
|
-
".options": "folder-config-open",
|
|
5385
|
-
"_options": "folder-config-open",
|
|
5386
|
-
"__options__": "folder-config-open",
|
|
5387
|
-
"i18n": "folder-i18n-open",
|
|
5388
|
-
".i18n": "folder-i18n-open",
|
|
5389
|
-
"_i18n": "folder-i18n-open",
|
|
5390
|
-
"__i18n__": "folder-i18n-open",
|
|
5391
|
-
"internationalization": "folder-i18n-open",
|
|
5392
|
-
".internationalization": "folder-i18n-open",
|
|
5393
|
-
"_internationalization": "folder-i18n-open",
|
|
5394
|
-
"__internationalization__": "folder-i18n-open",
|
|
5395
|
-
"lang": "folder-i18n-open",
|
|
5396
|
-
".lang": "folder-i18n-open",
|
|
5397
|
-
"_lang": "folder-i18n-open",
|
|
5398
|
-
"__lang__": "folder-i18n-open",
|
|
5399
|
-
"langs": "folder-i18n-open",
|
|
5400
|
-
".langs": "folder-i18n-open",
|
|
5401
|
-
"_langs": "folder-i18n-open",
|
|
5402
|
-
"__langs__": "folder-i18n-open",
|
|
5403
|
-
"language": "folder-i18n-open",
|
|
5404
|
-
".language": "folder-i18n-open",
|
|
5405
|
-
"_language": "folder-i18n-open",
|
|
5406
|
-
"__language__": "folder-i18n-open",
|
|
5407
|
-
"languages": "folder-i18n-open",
|
|
5408
|
-
".languages": "folder-i18n-open",
|
|
5409
|
-
"_languages": "folder-i18n-open",
|
|
5410
|
-
"__languages__": "folder-i18n-open",
|
|
5411
|
-
"locale": "folder-i18n-open",
|
|
5412
|
-
".locale": "folder-i18n-open",
|
|
5413
|
-
"_locale": "folder-i18n-open",
|
|
5414
|
-
"__locale__": "folder-i18n-open",
|
|
5415
|
-
"locales": "folder-i18n-open",
|
|
5416
|
-
".locales": "folder-i18n-open",
|
|
5417
|
-
"_locales": "folder-i18n-open",
|
|
5418
|
-
"__locales__": "folder-i18n-open",
|
|
5419
|
-
"l10n": "folder-i18n-open",
|
|
5420
|
-
".l10n": "folder-i18n-open",
|
|
5421
|
-
"_l10n": "folder-i18n-open",
|
|
5422
|
-
"__l10n__": "folder-i18n-open",
|
|
5423
|
-
"localization": "folder-i18n-open",
|
|
5424
|
-
".localization": "folder-i18n-open",
|
|
5425
|
-
"_localization": "folder-i18n-open",
|
|
5426
|
-
"__localization__": "folder-i18n-open",
|
|
5427
|
-
"translation": "folder-i18n-open",
|
|
5428
|
-
".translation": "folder-i18n-open",
|
|
5429
|
-
"_translation": "folder-i18n-open",
|
|
5430
|
-
"__translation__": "folder-i18n-open",
|
|
5431
|
-
"translate": "folder-i18n-open",
|
|
5432
|
-
".translate": "folder-i18n-open",
|
|
5433
|
-
"_translate": "folder-i18n-open",
|
|
5434
|
-
"__translate__": "folder-i18n-open",
|
|
5435
|
-
"translations": "folder-i18n-open",
|
|
5436
|
-
".translations": "folder-i18n-open",
|
|
5437
|
-
"_translations": "folder-i18n-open",
|
|
5438
|
-
"__translations__": "folder-i18n-open",
|
|
5439
|
-
"tx": "folder-i18n-open",
|
|
5440
|
-
".tx": "folder-i18n-open",
|
|
5441
|
-
"_tx": "folder-i18n-open",
|
|
5442
|
-
"__tx__": "folder-i18n-open",
|
|
5443
|
-
"components": "folder-components-open",
|
|
5444
|
-
".components": "folder-components-open",
|
|
5445
|
-
"_components": "folder-components-open",
|
|
5446
|
-
"__components__": "folder-components-open",
|
|
5447
|
-
"widget": "folder-components-open",
|
|
5448
|
-
".widget": "folder-components-open",
|
|
5449
|
-
"_widget": "folder-components-open",
|
|
5450
|
-
"__widget__": "folder-components-open",
|
|
5451
|
-
"widgets": "folder-components-open",
|
|
5452
|
-
".widgets": "folder-components-open",
|
|
5453
|
-
"_widgets": "folder-components-open",
|
|
5454
|
-
"__widgets__": "folder-components-open",
|
|
5455
|
-
"fragments": "folder-components-open",
|
|
5456
|
-
".fragments": "folder-components-open",
|
|
5457
|
-
"_fragments": "folder-components-open",
|
|
5458
|
-
"__fragments__": "folder-components-open",
|
|
5459
|
-
"verdaccio": "folder-verdaccio-open",
|
|
5460
|
-
".verdaccio": "folder-verdaccio-open",
|
|
5461
|
-
"_verdaccio": "folder-verdaccio-open",
|
|
5462
|
-
"__verdaccio__": "folder-verdaccio-open",
|
|
5463
|
-
"aurelia_project": "folder-aurelia-open",
|
|
5464
|
-
".aurelia_project": "folder-aurelia-open",
|
|
5465
|
-
"_aurelia_project": "folder-aurelia-open",
|
|
5466
|
-
"__aurelia_project__": "folder-aurelia-open",
|
|
5467
|
-
"resource": "folder-resource-open",
|
|
5468
|
-
".resource": "folder-resource-open",
|
|
5469
|
-
"_resource": "folder-resource-open",
|
|
5470
|
-
"__resource__": "folder-resource-open",
|
|
5471
|
-
"resources": "folder-resource-open",
|
|
5472
|
-
".resources": "folder-resource-open",
|
|
5473
|
-
"_resources": "folder-resource-open",
|
|
5474
|
-
"__resources__": "folder-resource-open",
|
|
5475
|
-
"res": "folder-resource-open",
|
|
5476
|
-
".res": "folder-resource-open",
|
|
5477
|
-
"_res": "folder-resource-open",
|
|
5478
|
-
"__res__": "folder-resource-open",
|
|
5479
|
-
"asset": "folder-resource-open",
|
|
5480
|
-
".asset": "folder-resource-open",
|
|
5481
|
-
"_asset": "folder-resource-open",
|
|
5482
|
-
"__asset__": "folder-resource-open",
|
|
5483
|
-
"assets": "folder-resource-open",
|
|
5484
|
-
".assets": "folder-resource-open",
|
|
5485
|
-
"_assets": "folder-resource-open",
|
|
5486
|
-
"__assets__": "folder-resource-open",
|
|
5487
|
-
"static": "folder-resource-open",
|
|
5488
|
-
".static": "folder-resource-open",
|
|
5489
|
-
"_static": "folder-resource-open",
|
|
5490
|
-
"__static__": "folder-resource-open",
|
|
5491
|
-
"report": "folder-resource-open",
|
|
5492
|
-
".report": "folder-resource-open",
|
|
5493
|
-
"_report": "folder-resource-open",
|
|
5494
|
-
"__report__": "folder-resource-open",
|
|
5495
|
-
"reports": "folder-resource-open",
|
|
5496
|
-
".reports": "folder-resource-open",
|
|
5497
|
-
"_reports": "folder-resource-open",
|
|
5498
|
-
"__reports__": "folder-resource-open",
|
|
5499
|
-
"lib": "folder-lib-open",
|
|
5500
|
-
".lib": "folder-lib-open",
|
|
5501
|
-
"_lib": "folder-lib-open",
|
|
5502
|
-
"__lib__": "folder-lib-open",
|
|
5503
|
-
"libs": "folder-lib-open",
|
|
5504
|
-
".libs": "folder-lib-open",
|
|
5505
|
-
"_libs": "folder-lib-open",
|
|
5506
|
-
"__libs__": "folder-lib-open",
|
|
5507
|
-
"library": "folder-lib-open",
|
|
5508
|
-
".library": "folder-lib-open",
|
|
5509
|
-
"_library": "folder-lib-open",
|
|
5510
|
-
"__library__": "folder-lib-open",
|
|
5511
|
-
"libraries": "folder-lib-open",
|
|
5512
|
-
".libraries": "folder-lib-open",
|
|
5513
|
-
"_libraries": "folder-lib-open",
|
|
5514
|
-
"__libraries__": "folder-lib-open",
|
|
5515
|
-
"vendor": "folder-lib-open",
|
|
5516
|
-
".vendor": "folder-lib-open",
|
|
5517
|
-
"_vendor": "folder-lib-open",
|
|
5518
|
-
"__vendor__": "folder-lib-open",
|
|
5519
|
-
"vendors": "folder-lib-open",
|
|
5520
|
-
".vendors": "folder-lib-open",
|
|
5521
|
-
"_vendors": "folder-lib-open",
|
|
5522
|
-
"__vendors__": "folder-lib-open",
|
|
5523
|
-
"third-party": "folder-lib-open",
|
|
5524
|
-
".third-party": "folder-lib-open",
|
|
5525
|
-
"_third-party": "folder-lib-open",
|
|
5526
|
-
"__third-party__": "folder-lib-open",
|
|
5527
|
-
"themes": "folder-theme-open",
|
|
5528
|
-
".themes": "folder-theme-open",
|
|
5529
|
-
"_themes": "folder-theme-open",
|
|
5530
|
-
"__themes__": "folder-theme-open",
|
|
5531
|
-
"theme": "folder-theme-open",
|
|
5532
|
-
".theme": "folder-theme-open",
|
|
5533
|
-
"_theme": "folder-theme-open",
|
|
5534
|
-
"__theme__": "folder-theme-open",
|
|
5535
|
-
"color": "folder-theme-open",
|
|
5536
|
-
".color": "folder-theme-open",
|
|
5537
|
-
"_color": "folder-theme-open",
|
|
5538
|
-
"__color__": "folder-theme-open",
|
|
5539
|
-
"colors": "folder-theme-open",
|
|
5540
|
-
".colors": "folder-theme-open",
|
|
5541
|
-
"_colors": "folder-theme-open",
|
|
5542
|
-
"__colors__": "folder-theme-open",
|
|
5543
|
-
"design": "folder-theme-open",
|
|
5544
|
-
".design": "folder-theme-open",
|
|
5545
|
-
"_design": "folder-theme-open",
|
|
5546
|
-
"__design__": "folder-theme-open",
|
|
5547
|
-
"designs": "folder-theme-open",
|
|
5548
|
-
".designs": "folder-theme-open",
|
|
5549
|
-
"_designs": "folder-theme-open",
|
|
5550
|
-
"__designs__": "folder-theme-open",
|
|
5551
|
-
"webpack": "folder-webpack-open",
|
|
5552
|
-
".webpack": "folder-webpack-open",
|
|
5553
|
-
"_webpack": "folder-webpack-open",
|
|
5554
|
-
"__webpack__": "folder-webpack-open",
|
|
5555
|
-
"global": "folder-global-open",
|
|
5556
|
-
".global": "folder-global-open",
|
|
5557
|
-
"_global": "folder-global-open",
|
|
5558
|
-
"__global__": "folder-global-open",
|
|
5559
|
-
"public": "folder-public-open",
|
|
5560
|
-
".public": "folder-public-open",
|
|
5561
|
-
"_public": "folder-public-open",
|
|
5562
|
-
"__public__": "folder-public-open",
|
|
5563
|
-
"www": "folder-public-open",
|
|
5564
|
-
".www": "folder-public-open",
|
|
5565
|
-
"_www": "folder-public-open",
|
|
5566
|
-
"__www__": "folder-public-open",
|
|
5567
|
-
"wwwroot": "folder-public-open",
|
|
5568
|
-
".wwwroot": "folder-public-open",
|
|
5569
|
-
"_wwwroot": "folder-public-open",
|
|
5570
|
-
"__wwwroot__": "folder-public-open",
|
|
5571
|
-
"web": "folder-public-open",
|
|
5572
|
-
".web": "folder-public-open",
|
|
5573
|
-
"_web": "folder-public-open",
|
|
5574
|
-
"__web__": "folder-public-open",
|
|
5575
|
-
"website": "folder-public-open",
|
|
5576
|
-
".website": "folder-public-open",
|
|
5577
|
-
"_website": "folder-public-open",
|
|
5578
|
-
"__website__": "folder-public-open",
|
|
5579
|
-
"site": "folder-public-open",
|
|
5580
|
-
".site": "folder-public-open",
|
|
5581
|
-
"_site": "folder-public-open",
|
|
5582
|
-
"__site__": "folder-public-open",
|
|
5583
|
-
"browser": "folder-public-open",
|
|
5584
|
-
".browser": "folder-public-open",
|
|
5585
|
-
"_browser": "folder-public-open",
|
|
5586
|
-
"__browser__": "folder-public-open",
|
|
5587
|
-
"browsers": "folder-public-open",
|
|
5588
|
-
".browsers": "folder-public-open",
|
|
5589
|
-
"_browsers": "folder-public-open",
|
|
5590
|
-
"__browsers__": "folder-public-open",
|
|
5591
|
-
"inc": "folder-include-open",
|
|
5592
|
-
".inc": "folder-include-open",
|
|
5593
|
-
"_inc": "folder-include-open",
|
|
5594
|
-
"__inc__": "folder-include-open",
|
|
5595
|
-
"include": "folder-include-open",
|
|
5596
|
-
".include": "folder-include-open",
|
|
5597
|
-
"_include": "folder-include-open",
|
|
5598
|
-
"__include__": "folder-include-open",
|
|
5599
|
-
"includes": "folder-include-open",
|
|
5600
|
-
".includes": "folder-include-open",
|
|
5601
|
-
"_includes": "folder-include-open",
|
|
5602
|
-
"__includes__": "folder-include-open",
|
|
5603
|
-
"partial": "folder-include-open",
|
|
5604
|
-
".partial": "folder-include-open",
|
|
5605
|
-
"_partial": "folder-include-open",
|
|
5606
|
-
"__partial__": "folder-include-open",
|
|
5607
|
-
"partials": "folder-include-open",
|
|
5608
|
-
".partials": "folder-include-open",
|
|
5609
|
-
"_partials": "folder-include-open",
|
|
5610
|
-
"__partials__": "folder-include-open",
|
|
5611
|
-
"docker": "folder-docker-open",
|
|
5612
|
-
".docker": "folder-docker-open",
|
|
5613
|
-
"_docker": "folder-docker-open",
|
|
5614
|
-
"__docker__": "folder-docker-open",
|
|
5615
|
-
"dockerfiles": "folder-docker-open",
|
|
5616
|
-
".dockerfiles": "folder-docker-open",
|
|
5617
|
-
"_dockerfiles": "folder-docker-open",
|
|
5618
|
-
"__dockerfiles__": "folder-docker-open",
|
|
5619
|
-
"db": "folder-database-open",
|
|
5620
|
-
".db": "folder-database-open",
|
|
5621
|
-
"_db": "folder-database-open",
|
|
5622
|
-
"__db__": "folder-database-open",
|
|
5623
|
-
"data": "folder-database-open",
|
|
5624
|
-
".data": "folder-database-open",
|
|
5625
|
-
"_data": "folder-database-open",
|
|
5626
|
-
"__data__": "folder-database-open",
|
|
5627
|
-
"database": "folder-database-open",
|
|
5628
|
-
".database": "folder-database-open",
|
|
5629
|
-
"_database": "folder-database-open",
|
|
5630
|
-
"__database__": "folder-database-open",
|
|
5631
|
-
"databases": "folder-database-open",
|
|
5632
|
-
".databases": "folder-database-open",
|
|
5633
|
-
"_databases": "folder-database-open",
|
|
5634
|
-
"__databases__": "folder-database-open",
|
|
5635
|
-
"sql": "folder-database-open",
|
|
5636
|
-
".sql": "folder-database-open",
|
|
5637
|
-
"_sql": "folder-database-open",
|
|
5638
|
-
"__sql__": "folder-database-open",
|
|
5639
|
-
"log": "folder-log-open",
|
|
5640
|
-
".log": "folder-log-open",
|
|
5641
|
-
"_log": "folder-log-open",
|
|
5642
|
-
"__log__": "folder-log-open",
|
|
5643
|
-
"logs": "folder-log-open",
|
|
5644
|
-
".logs": "folder-log-open",
|
|
5645
|
-
"_logs": "folder-log-open",
|
|
5646
|
-
"__logs__": "folder-log-open",
|
|
5647
|
-
"logging": "folder-log-open",
|
|
5648
|
-
".logging": "folder-log-open",
|
|
5649
|
-
"_logging": "folder-log-open",
|
|
5650
|
-
"__logging__": "folder-log-open",
|
|
5651
|
-
"target": "folder-target-open",
|
|
5652
|
-
".target": "folder-target-open",
|
|
5653
|
-
"_target": "folder-target-open",
|
|
5654
|
-
"__target__": "folder-target-open",
|
|
5655
|
-
"temp": "folder-temp-open",
|
|
5656
|
-
".temp": "folder-temp-open",
|
|
5657
|
-
"_temp": "folder-temp-open",
|
|
5658
|
-
"__temp__": "folder-temp-open",
|
|
5659
|
-
"tmp": "folder-temp-open",
|
|
5660
|
-
".tmp": "folder-temp-open",
|
|
5661
|
-
"_tmp": "folder-temp-open",
|
|
5662
|
-
"__tmp__": "folder-temp-open",
|
|
5663
|
-
"cached": "folder-temp-open",
|
|
5664
|
-
".cached": "folder-temp-open",
|
|
5665
|
-
"_cached": "folder-temp-open",
|
|
5666
|
-
"__cached__": "folder-temp-open",
|
|
5667
|
-
"cache": "folder-temp-open",
|
|
5668
|
-
".cache": "folder-temp-open",
|
|
5669
|
-
"_cache": "folder-temp-open",
|
|
5670
|
-
"__cache__": "folder-temp-open",
|
|
5671
|
-
"aws": "folder-aws-open",
|
|
5672
|
-
".aws": "folder-aws-open",
|
|
5673
|
-
"_aws": "folder-aws-open",
|
|
5674
|
-
"__aws__": "folder-aws-open",
|
|
5675
|
-
"aud": "folder-audio-open",
|
|
5676
|
-
".aud": "folder-audio-open",
|
|
5677
|
-
"_aud": "folder-audio-open",
|
|
5678
|
-
"__aud__": "folder-audio-open",
|
|
5679
|
-
"auds": "folder-audio-open",
|
|
5680
|
-
".auds": "folder-audio-open",
|
|
5681
|
-
"_auds": "folder-audio-open",
|
|
5682
|
-
"__auds__": "folder-audio-open",
|
|
5683
|
-
"audio": "folder-audio-open",
|
|
5684
|
-
".audio": "folder-audio-open",
|
|
5685
|
-
"_audio": "folder-audio-open",
|
|
5686
|
-
"__audio__": "folder-audio-open",
|
|
5687
|
-
"audios": "folder-audio-open",
|
|
5688
|
-
".audios": "folder-audio-open",
|
|
5689
|
-
"_audios": "folder-audio-open",
|
|
5690
|
-
"__audios__": "folder-audio-open",
|
|
5691
|
-
"music": "folder-audio-open",
|
|
5692
|
-
".music": "folder-audio-open",
|
|
5693
|
-
"_music": "folder-audio-open",
|
|
5694
|
-
"__music__": "folder-audio-open",
|
|
5695
|
-
"sound": "folder-audio-open",
|
|
5696
|
-
".sound": "folder-audio-open",
|
|
5697
|
-
"_sound": "folder-audio-open",
|
|
5698
|
-
"__sound__": "folder-audio-open",
|
|
5699
|
-
"sounds": "folder-audio-open",
|
|
5700
|
-
".sounds": "folder-audio-open",
|
|
5701
|
-
"_sounds": "folder-audio-open",
|
|
5702
|
-
"__sounds__": "folder-audio-open",
|
|
5703
|
-
"vid": "folder-video-open",
|
|
5704
|
-
".vid": "folder-video-open",
|
|
5705
|
-
"_vid": "folder-video-open",
|
|
5706
|
-
"__vid__": "folder-video-open",
|
|
5707
|
-
"vids": "folder-video-open",
|
|
5708
|
-
".vids": "folder-video-open",
|
|
5709
|
-
"_vids": "folder-video-open",
|
|
5710
|
-
"__vids__": "folder-video-open",
|
|
5711
|
-
"video": "folder-video-open",
|
|
5712
|
-
".video": "folder-video-open",
|
|
5713
|
-
"_video": "folder-video-open",
|
|
5714
|
-
"__video__": "folder-video-open",
|
|
5715
|
-
"videos": "folder-video-open",
|
|
5716
|
-
".videos": "folder-video-open",
|
|
5717
|
-
"_videos": "folder-video-open",
|
|
5718
|
-
"__videos__": "folder-video-open",
|
|
5719
|
-
"movie": "folder-video-open",
|
|
5720
|
-
".movie": "folder-video-open",
|
|
5721
|
-
"_movie": "folder-video-open",
|
|
5722
|
-
"__movie__": "folder-video-open",
|
|
5723
|
-
"movies": "folder-video-open",
|
|
5724
|
-
".movies": "folder-video-open",
|
|
5725
|
-
"_movies": "folder-video-open",
|
|
5726
|
-
"__movies__": "folder-video-open",
|
|
5727
|
-
"kubernetes": "folder-kubernetes-open",
|
|
5728
|
-
".kubernetes": "folder-kubernetes-open",
|
|
5729
|
-
"_kubernetes": "folder-kubernetes-open",
|
|
5730
|
-
"__kubernetes__": "folder-kubernetes-open",
|
|
5731
|
-
"k8s": "folder-kubernetes-open",
|
|
5732
|
-
".k8s": "folder-kubernetes-open",
|
|
5733
|
-
"_k8s": "folder-kubernetes-open",
|
|
5734
|
-
"__k8s__": "folder-kubernetes-open",
|
|
5735
|
-
"import": "folder-import-open",
|
|
5736
|
-
".import": "folder-import-open",
|
|
5737
|
-
"_import": "folder-import-open",
|
|
5738
|
-
"__import__": "folder-import-open",
|
|
5739
|
-
"imports": "folder-import-open",
|
|
5740
|
-
".imports": "folder-import-open",
|
|
5741
|
-
"_imports": "folder-import-open",
|
|
5742
|
-
"__imports__": "folder-import-open",
|
|
5743
|
-
"imported": "folder-import-open",
|
|
5744
|
-
".imported": "folder-import-open",
|
|
5745
|
-
"_imported": "folder-import-open",
|
|
5746
|
-
"__imported__": "folder-import-open",
|
|
5747
|
-
"export": "folder-export-open",
|
|
5748
|
-
".export": "folder-export-open",
|
|
5749
|
-
"_export": "folder-export-open",
|
|
5750
|
-
"__export__": "folder-export-open",
|
|
5751
|
-
"exports": "folder-export-open",
|
|
5752
|
-
".exports": "folder-export-open",
|
|
5753
|
-
"_exports": "folder-export-open",
|
|
5754
|
-
"__exports__": "folder-export-open",
|
|
5755
|
-
"exported": "folder-export-open",
|
|
5756
|
-
".exported": "folder-export-open",
|
|
5757
|
-
"_exported": "folder-export-open",
|
|
5758
|
-
"__exported__": "folder-export-open",
|
|
5759
|
-
"wakatime": "folder-wakatime-open",
|
|
5760
|
-
".wakatime": "folder-wakatime-open",
|
|
5761
|
-
"_wakatime": "folder-wakatime-open",
|
|
5762
|
-
"__wakatime__": "folder-wakatime-open",
|
|
5763
|
-
"circleci": "folder-circleci-open",
|
|
5764
|
-
".circleci": "folder-circleci-open",
|
|
5765
|
-
"_circleci": "folder-circleci-open",
|
|
5766
|
-
"__circleci__": "folder-circleci-open",
|
|
5767
|
-
"wordpress-org": "folder-wordpress-open",
|
|
5768
|
-
".wordpress-org": "folder-wordpress-open",
|
|
5769
|
-
"_wordpress-org": "folder-wordpress-open",
|
|
5770
|
-
"__wordpress-org__": "folder-wordpress-open",
|
|
5771
|
-
"wp-content": "folder-wordpress-open",
|
|
5772
|
-
".wp-content": "folder-wordpress-open",
|
|
5773
|
-
"_wp-content": "folder-wordpress-open",
|
|
5774
|
-
"__wp-content__": "folder-wordpress-open",
|
|
5775
|
-
"gradle": "folder-gradle-open",
|
|
5776
|
-
".gradle": "folder-gradle-open",
|
|
5777
|
-
"_gradle": "folder-gradle-open",
|
|
5778
|
-
"__gradle__": "folder-gradle-open",
|
|
5779
|
-
"coverage": "folder-coverage-open",
|
|
5780
|
-
".coverage": "folder-coverage-open",
|
|
5781
|
-
"_coverage": "folder-coverage-open",
|
|
5782
|
-
"__coverage__": "folder-coverage-open",
|
|
5783
|
-
"nyc-output": "folder-coverage-open",
|
|
5784
|
-
".nyc-output": "folder-coverage-open",
|
|
5785
|
-
"_nyc-output": "folder-coverage-open",
|
|
5786
|
-
"__nyc-output__": "folder-coverage-open",
|
|
5787
|
-
"nyc_output": "folder-coverage-open",
|
|
5788
|
-
".nyc_output": "folder-coverage-open",
|
|
5789
|
-
"_nyc_output": "folder-coverage-open",
|
|
5790
|
-
"__nyc_output__": "folder-coverage-open",
|
|
5791
|
-
"e2e": "folder-coverage-open",
|
|
5792
|
-
".e2e": "folder-coverage-open",
|
|
5793
|
-
"_e2e": "folder-coverage-open",
|
|
5794
|
-
"__e2e__": "folder-coverage-open",
|
|
5795
|
-
"it": "folder-coverage-open",
|
|
5796
|
-
".it": "folder-coverage-open",
|
|
5797
|
-
"_it": "folder-coverage-open",
|
|
5798
|
-
"__it__": "folder-coverage-open",
|
|
5799
|
-
"integration-test": "folder-coverage-open",
|
|
5800
|
-
".integration-test": "folder-coverage-open",
|
|
5801
|
-
"_integration-test": "folder-coverage-open",
|
|
5802
|
-
"__integration-test__": "folder-coverage-open",
|
|
5803
|
-
"integration-tests": "folder-coverage-open",
|
|
5804
|
-
".integration-tests": "folder-coverage-open",
|
|
5805
|
-
"_integration-tests": "folder-coverage-open",
|
|
5806
|
-
"__integration-tests__": "folder-coverage-open",
|
|
5807
|
-
"class": "folder-class-open",
|
|
5808
|
-
".class": "folder-class-open",
|
|
5809
|
-
"_class": "folder-class-open",
|
|
5810
|
-
"__class__": "folder-class-open",
|
|
5811
|
-
"classes": "folder-class-open",
|
|
5812
|
-
".classes": "folder-class-open",
|
|
5813
|
-
"_classes": "folder-class-open",
|
|
5814
|
-
"__classes__": "folder-class-open",
|
|
5815
|
-
"model": "folder-class-open",
|
|
5816
|
-
".model": "folder-class-open",
|
|
5817
|
-
"_model": "folder-class-open",
|
|
5818
|
-
"__model__": "folder-class-open",
|
|
5819
|
-
"models": "folder-class-open",
|
|
5820
|
-
".models": "folder-class-open",
|
|
5821
|
-
"_models": "folder-class-open",
|
|
5822
|
-
"__models__": "folder-class-open",
|
|
5823
|
-
"schemas": "folder-class-open",
|
|
5824
|
-
".schemas": "folder-class-open",
|
|
5825
|
-
"_schemas": "folder-class-open",
|
|
5826
|
-
"__schemas__": "folder-class-open",
|
|
5827
|
-
"schema": "folder-class-open",
|
|
5828
|
-
".schema": "folder-class-open",
|
|
5829
|
-
"_schema": "folder-class-open",
|
|
5830
|
-
"__schema__": "folder-class-open",
|
|
5831
|
-
"other": "folder-other-open",
|
|
5832
|
-
".other": "folder-other-open",
|
|
5833
|
-
"_other": "folder-other-open",
|
|
5834
|
-
"__other__": "folder-other-open",
|
|
5835
|
-
"others": "folder-other-open",
|
|
5836
|
-
".others": "folder-other-open",
|
|
5837
|
-
"_others": "folder-other-open",
|
|
5838
|
-
"__others__": "folder-other-open",
|
|
5839
|
-
"misc": "folder-other-open",
|
|
5840
|
-
".misc": "folder-other-open",
|
|
5841
|
-
"_misc": "folder-other-open",
|
|
5842
|
-
"__misc__": "folder-other-open",
|
|
5843
|
-
"miscellaneous": "folder-other-open",
|
|
5844
|
-
".miscellaneous": "folder-other-open",
|
|
5845
|
-
"_miscellaneous": "folder-other-open",
|
|
5846
|
-
"__miscellaneous__": "folder-other-open",
|
|
5847
|
-
"extra": "folder-other-open",
|
|
5848
|
-
".extra": "folder-other-open",
|
|
5849
|
-
"_extra": "folder-other-open",
|
|
5850
|
-
"__extra__": "folder-other-open",
|
|
5851
|
-
"extras": "folder-other-open",
|
|
5852
|
-
".extras": "folder-other-open",
|
|
5853
|
-
"_extras": "folder-other-open",
|
|
5854
|
-
"__extras__": "folder-other-open",
|
|
5855
|
-
"etc": "folder-other-open",
|
|
5856
|
-
".etc": "folder-other-open",
|
|
5857
|
-
"_etc": "folder-other-open",
|
|
5858
|
-
"__etc__": "folder-other-open",
|
|
5859
|
-
"lua": "folder-lua-open",
|
|
5860
|
-
".lua": "folder-lua-open",
|
|
5861
|
-
"_lua": "folder-lua-open",
|
|
5862
|
-
"__lua__": "folder-lua-open",
|
|
5863
|
-
"typescript": "folder-typescript-open",
|
|
5864
|
-
".typescript": "folder-typescript-open",
|
|
5865
|
-
"_typescript": "folder-typescript-open",
|
|
5866
|
-
"__typescript__": "folder-typescript-open",
|
|
5867
|
-
"ts": "folder-typescript-open",
|
|
5868
|
-
".ts": "folder-typescript-open",
|
|
5869
|
-
"_ts": "folder-typescript-open",
|
|
5870
|
-
"__ts__": "folder-typescript-open",
|
|
5871
|
-
"typings": "folder-typescript-open",
|
|
5872
|
-
".typings": "folder-typescript-open",
|
|
5873
|
-
"_typings": "folder-typescript-open",
|
|
5874
|
-
"__typings__": "folder-typescript-open",
|
|
5875
|
-
"@types": "folder-typescript-open",
|
|
5876
|
-
".@types": "folder-typescript-open",
|
|
5877
|
-
"_@types": "folder-typescript-open",
|
|
5878
|
-
"__@types__": "folder-typescript-open",
|
|
5879
|
-
"types": "folder-typescript-open",
|
|
5880
|
-
".types": "folder-typescript-open",
|
|
5881
|
-
"_types": "folder-typescript-open",
|
|
5882
|
-
"__types__": "folder-typescript-open",
|
|
5883
|
-
"graphql": "folder-graphql-open",
|
|
5884
|
-
".graphql": "folder-graphql-open",
|
|
5885
|
-
"_graphql": "folder-graphql-open",
|
|
5886
|
-
"__graphql__": "folder-graphql-open",
|
|
5887
|
-
"gql": "folder-graphql-open",
|
|
5888
|
-
".gql": "folder-graphql-open",
|
|
5889
|
-
"_gql": "folder-graphql-open",
|
|
5890
|
-
"__gql__": "folder-graphql-open",
|
|
5891
|
-
"routes": "folder-routes-open",
|
|
5892
|
-
".routes": "folder-routes-open",
|
|
5893
|
-
"_routes": "folder-routes-open",
|
|
5894
|
-
"__routes__": "folder-routes-open",
|
|
5895
|
-
"router": "folder-routes-open",
|
|
5896
|
-
".router": "folder-routes-open",
|
|
5897
|
-
"_router": "folder-routes-open",
|
|
5898
|
-
"__router__": "folder-routes-open",
|
|
5899
|
-
"routers": "folder-routes-open",
|
|
5900
|
-
".routers": "folder-routes-open",
|
|
5901
|
-
"_routers": "folder-routes-open",
|
|
5902
|
-
"__routers__": "folder-routes-open",
|
|
5903
|
-
"ci": "folder-ci-open",
|
|
5904
|
-
".ci": "folder-ci-open",
|
|
5905
|
-
"_ci": "folder-ci-open",
|
|
5906
|
-
"__ci__": "folder-ci-open",
|
|
5907
|
-
"benchmark": "folder-benchmark-open",
|
|
5908
|
-
".benchmark": "folder-benchmark-open",
|
|
5909
|
-
"_benchmark": "folder-benchmark-open",
|
|
5910
|
-
"__benchmark__": "folder-benchmark-open",
|
|
5911
|
-
"benchmarks": "folder-benchmark-open",
|
|
5912
|
-
".benchmarks": "folder-benchmark-open",
|
|
5913
|
-
"_benchmarks": "folder-benchmark-open",
|
|
5914
|
-
"__benchmarks__": "folder-benchmark-open",
|
|
5915
|
-
"performance": "folder-benchmark-open",
|
|
5916
|
-
".performance": "folder-benchmark-open",
|
|
5917
|
-
"_performance": "folder-benchmark-open",
|
|
5918
|
-
"__performance__": "folder-benchmark-open",
|
|
5919
|
-
"measure": "folder-benchmark-open",
|
|
5920
|
-
".measure": "folder-benchmark-open",
|
|
5921
|
-
"_measure": "folder-benchmark-open",
|
|
5922
|
-
"__measure__": "folder-benchmark-open",
|
|
5923
|
-
"measures": "folder-benchmark-open",
|
|
5924
|
-
".measures": "folder-benchmark-open",
|
|
5925
|
-
"_measures": "folder-benchmark-open",
|
|
5926
|
-
"__measures__": "folder-benchmark-open",
|
|
5927
|
-
"measurement": "folder-benchmark-open",
|
|
5928
|
-
".measurement": "folder-benchmark-open",
|
|
5929
|
-
"_measurement": "folder-benchmark-open",
|
|
5930
|
-
"__measurement__": "folder-benchmark-open",
|
|
5931
|
-
"messages": "folder-messages-open",
|
|
5932
|
-
".messages": "folder-messages-open",
|
|
5933
|
-
"_messages": "folder-messages-open",
|
|
5934
|
-
"__messages__": "folder-messages-open",
|
|
5935
|
-
"messaging": "folder-messages-open",
|
|
5936
|
-
".messaging": "folder-messages-open",
|
|
5937
|
-
"_messaging": "folder-messages-open",
|
|
5938
|
-
"__messaging__": "folder-messages-open",
|
|
5939
|
-
"forum": "folder-messages-open",
|
|
5940
|
-
".forum": "folder-messages-open",
|
|
5941
|
-
"_forum": "folder-messages-open",
|
|
5942
|
-
"__forum__": "folder-messages-open",
|
|
5943
|
-
"chat": "folder-messages-open",
|
|
5944
|
-
".chat": "folder-messages-open",
|
|
5945
|
-
"_chat": "folder-messages-open",
|
|
5946
|
-
"__chat__": "folder-messages-open",
|
|
5947
|
-
"chats": "folder-messages-open",
|
|
5948
|
-
".chats": "folder-messages-open",
|
|
5949
|
-
"_chats": "folder-messages-open",
|
|
5950
|
-
"__chats__": "folder-messages-open",
|
|
5951
|
-
"conversation": "folder-messages-open",
|
|
5952
|
-
".conversation": "folder-messages-open",
|
|
5953
|
-
"_conversation": "folder-messages-open",
|
|
5954
|
-
"__conversation__": "folder-messages-open",
|
|
5955
|
-
"conversations": "folder-messages-open",
|
|
5956
|
-
".conversations": "folder-messages-open",
|
|
5957
|
-
"_conversations": "folder-messages-open",
|
|
5958
|
-
"__conversations__": "folder-messages-open",
|
|
5959
|
-
"less": "folder-less-open",
|
|
5960
|
-
".less": "folder-less-open",
|
|
5961
|
-
"_less": "folder-less-open",
|
|
5962
|
-
"__less__": "folder-less-open",
|
|
5963
|
-
"gulp": "folder-gulp-open",
|
|
5964
|
-
".gulp": "folder-gulp-open",
|
|
5965
|
-
"_gulp": "folder-gulp-open",
|
|
5966
|
-
"__gulp__": "folder-gulp-open",
|
|
5967
|
-
"gulp-tasks": "folder-gulp-open",
|
|
5968
|
-
".gulp-tasks": "folder-gulp-open",
|
|
5969
|
-
"_gulp-tasks": "folder-gulp-open",
|
|
5970
|
-
"__gulp-tasks__": "folder-gulp-open",
|
|
5971
|
-
"gulpfile.js": "folder-gulp-open",
|
|
5972
|
-
".gulpfile.js": "folder-gulp-open",
|
|
5973
|
-
"_gulpfile.js": "folder-gulp-open",
|
|
5974
|
-
"__gulpfile.js__": "folder-gulp-open",
|
|
5975
|
-
"gulpfile.mjs": "folder-gulp-open",
|
|
5976
|
-
".gulpfile.mjs": "folder-gulp-open",
|
|
5977
|
-
"_gulpfile.mjs": "folder-gulp-open",
|
|
5978
|
-
"__gulpfile.mjs__": "folder-gulp-open",
|
|
5979
|
-
"gulpfile.ts": "folder-gulp-open",
|
|
5980
|
-
".gulpfile.ts": "folder-gulp-open",
|
|
5981
|
-
"_gulpfile.ts": "folder-gulp-open",
|
|
5982
|
-
"__gulpfile.ts__": "folder-gulp-open",
|
|
5983
|
-
"gulpfile.babel.js": "folder-gulp-open",
|
|
5984
|
-
".gulpfile.babel.js": "folder-gulp-open",
|
|
5985
|
-
"_gulpfile.babel.js": "folder-gulp-open",
|
|
5986
|
-
"__gulpfile.babel.js__": "folder-gulp-open",
|
|
5987
|
-
"python": "folder-python-open",
|
|
5988
|
-
".python": "folder-python-open",
|
|
5989
|
-
"_python": "folder-python-open",
|
|
5990
|
-
"__python__": "folder-python-open",
|
|
5991
|
-
"pycache": "folder-python-open",
|
|
5992
|
-
".pycache": "folder-python-open",
|
|
5993
|
-
"_pycache": "folder-python-open",
|
|
5994
|
-
"__pycache__": "folder-python-open",
|
|
5995
|
-
"pytest_cache": "folder-python-open",
|
|
5996
|
-
".pytest_cache": "folder-python-open",
|
|
5997
|
-
"_pytest_cache": "folder-python-open",
|
|
5998
|
-
"__pytest_cache__": "folder-python-open",
|
|
5999
|
-
"mojo": "folder-mojo-open",
|
|
6000
|
-
".mojo": "folder-mojo-open",
|
|
6001
|
-
"_mojo": "folder-mojo-open",
|
|
6002
|
-
"__mojo__": "folder-mojo-open",
|
|
6003
|
-
"moon": "folder-moon-open",
|
|
6004
|
-
".moon": "folder-moon-open",
|
|
6005
|
-
"_moon": "folder-moon-open",
|
|
6006
|
-
"__moon__": "folder-moon-open",
|
|
6007
|
-
"debug": "folder-debug-open",
|
|
6008
|
-
".debug": "folder-debug-open",
|
|
6009
|
-
"_debug": "folder-debug-open",
|
|
6010
|
-
"__debug__": "folder-debug-open",
|
|
6011
|
-
"debugging": "folder-debug-open",
|
|
6012
|
-
".debugging": "folder-debug-open",
|
|
6013
|
-
"_debugging": "folder-debug-open",
|
|
6014
|
-
"__debugging__": "folder-debug-open",
|
|
6015
|
-
"fastlane": "folder-fastlane-open",
|
|
6016
|
-
".fastlane": "folder-fastlane-open",
|
|
6017
|
-
"_fastlane": "folder-fastlane-open",
|
|
6018
|
-
"__fastlane__": "folder-fastlane-open",
|
|
6019
|
-
"plugin": "folder-plugin-open",
|
|
6020
|
-
".plugin": "folder-plugin-open",
|
|
6021
|
-
"_plugin": "folder-plugin-open",
|
|
6022
|
-
"__plugin__": "folder-plugin-open",
|
|
6023
|
-
"plugins": "folder-plugin-open",
|
|
6024
|
-
".plugins": "folder-plugin-open",
|
|
6025
|
-
"_plugins": "folder-plugin-open",
|
|
6026
|
-
"__plugins__": "folder-plugin-open",
|
|
6027
|
-
"mod": "folder-plugin-open",
|
|
6028
|
-
".mod": "folder-plugin-open",
|
|
6029
|
-
"_mod": "folder-plugin-open",
|
|
6030
|
-
"__mod__": "folder-plugin-open",
|
|
6031
|
-
"mods": "folder-plugin-open",
|
|
6032
|
-
".mods": "folder-plugin-open",
|
|
6033
|
-
"_mods": "folder-plugin-open",
|
|
6034
|
-
"__mods__": "folder-plugin-open",
|
|
6035
|
-
"modding": "folder-plugin-open",
|
|
6036
|
-
".modding": "folder-plugin-open",
|
|
6037
|
-
"_modding": "folder-plugin-open",
|
|
6038
|
-
"__modding__": "folder-plugin-open",
|
|
6039
|
-
"extension": "folder-plugin-open",
|
|
6040
|
-
".extension": "folder-plugin-open",
|
|
6041
|
-
"_extension": "folder-plugin-open",
|
|
6042
|
-
"__extension__": "folder-plugin-open",
|
|
6043
|
-
"extensions": "folder-plugin-open",
|
|
6044
|
-
".extensions": "folder-plugin-open",
|
|
6045
|
-
"_extensions": "folder-plugin-open",
|
|
6046
|
-
"__extensions__": "folder-plugin-open",
|
|
6047
|
-
"addon": "folder-plugin-open",
|
|
6048
|
-
".addon": "folder-plugin-open",
|
|
6049
|
-
"_addon": "folder-plugin-open",
|
|
6050
|
-
"__addon__": "folder-plugin-open",
|
|
6051
|
-
"addons": "folder-plugin-open",
|
|
6052
|
-
".addons": "folder-plugin-open",
|
|
6053
|
-
"_addons": "folder-plugin-open",
|
|
6054
|
-
"__addons__": "folder-plugin-open",
|
|
6055
|
-
"module": "folder-plugin-open",
|
|
6056
|
-
".module": "folder-plugin-open",
|
|
6057
|
-
"_module": "folder-plugin-open",
|
|
6058
|
-
"__module__": "folder-plugin-open",
|
|
6059
|
-
"modules": "folder-plugin-open",
|
|
6060
|
-
".modules": "folder-plugin-open",
|
|
6061
|
-
"_modules": "folder-plugin-open",
|
|
6062
|
-
"__modules__": "folder-plugin-open",
|
|
6063
|
-
"middleware": "folder-middleware-open",
|
|
6064
|
-
".middleware": "folder-middleware-open",
|
|
6065
|
-
"_middleware": "folder-middleware-open",
|
|
6066
|
-
"__middleware__": "folder-middleware-open",
|
|
6067
|
-
"middlewares": "folder-middleware-open",
|
|
6068
|
-
".middlewares": "folder-middleware-open",
|
|
6069
|
-
"_middlewares": "folder-middleware-open",
|
|
6070
|
-
"__middlewares__": "folder-middleware-open",
|
|
6071
|
-
"controller": "folder-controller-open",
|
|
6072
|
-
".controller": "folder-controller-open",
|
|
6073
|
-
"_controller": "folder-controller-open",
|
|
6074
|
-
"__controller__": "folder-controller-open",
|
|
6075
|
-
"controllers": "folder-controller-open",
|
|
6076
|
-
".controllers": "folder-controller-open",
|
|
6077
|
-
"_controllers": "folder-controller-open",
|
|
6078
|
-
"__controllers__": "folder-controller-open",
|
|
6079
|
-
"service": "folder-controller-open",
|
|
6080
|
-
".service": "folder-controller-open",
|
|
6081
|
-
"_service": "folder-controller-open",
|
|
6082
|
-
"__service__": "folder-controller-open",
|
|
6083
|
-
"services": "folder-controller-open",
|
|
6084
|
-
".services": "folder-controller-open",
|
|
6085
|
-
"_services": "folder-controller-open",
|
|
6086
|
-
"__services__": "folder-controller-open",
|
|
6087
|
-
"provider": "folder-controller-open",
|
|
6088
|
-
".provider": "folder-controller-open",
|
|
6089
|
-
"_provider": "folder-controller-open",
|
|
6090
|
-
"__provider__": "folder-controller-open",
|
|
6091
|
-
"providers": "folder-controller-open",
|
|
6092
|
-
".providers": "folder-controller-open",
|
|
6093
|
-
"_providers": "folder-controller-open",
|
|
6094
|
-
"__providers__": "folder-controller-open",
|
|
6095
|
-
"handler": "folder-controller-open",
|
|
6096
|
-
".handler": "folder-controller-open",
|
|
6097
|
-
"_handler": "folder-controller-open",
|
|
6098
|
-
"__handler__": "folder-controller-open",
|
|
6099
|
-
"handlers": "folder-controller-open",
|
|
6100
|
-
".handlers": "folder-controller-open",
|
|
6101
|
-
"_handlers": "folder-controller-open",
|
|
6102
|
-
"__handlers__": "folder-controller-open",
|
|
6103
|
-
"ansible": "folder-ansible-open",
|
|
6104
|
-
".ansible": "folder-ansible-open",
|
|
6105
|
-
"_ansible": "folder-ansible-open",
|
|
6106
|
-
"__ansible__": "folder-ansible-open",
|
|
6107
|
-
"server": "folder-server-open",
|
|
6108
|
-
".server": "folder-server-open",
|
|
6109
|
-
"_server": "folder-server-open",
|
|
6110
|
-
"__server__": "folder-server-open",
|
|
6111
|
-
"servers": "folder-server-open",
|
|
6112
|
-
".servers": "folder-server-open",
|
|
6113
|
-
"_servers": "folder-server-open",
|
|
6114
|
-
"__servers__": "folder-server-open",
|
|
6115
|
-
"backend": "folder-server-open",
|
|
6116
|
-
".backend": "folder-server-open",
|
|
6117
|
-
"_backend": "folder-server-open",
|
|
6118
|
-
"__backend__": "folder-server-open",
|
|
6119
|
-
"backends": "folder-server-open",
|
|
6120
|
-
".backends": "folder-server-open",
|
|
6121
|
-
"_backends": "folder-server-open",
|
|
6122
|
-
"__backends__": "folder-server-open",
|
|
6123
|
-
"client": "folder-client-open",
|
|
6124
|
-
".client": "folder-client-open",
|
|
6125
|
-
"_client": "folder-client-open",
|
|
6126
|
-
"__client__": "folder-client-open",
|
|
6127
|
-
"clients": "folder-client-open",
|
|
6128
|
-
".clients": "folder-client-open",
|
|
6129
|
-
"_clients": "folder-client-open",
|
|
6130
|
-
"__clients__": "folder-client-open",
|
|
6131
|
-
"frontend": "folder-client-open",
|
|
6132
|
-
".frontend": "folder-client-open",
|
|
6133
|
-
"_frontend": "folder-client-open",
|
|
6134
|
-
"__frontend__": "folder-client-open",
|
|
6135
|
-
"frontends": "folder-client-open",
|
|
6136
|
-
".frontends": "folder-client-open",
|
|
6137
|
-
"_frontends": "folder-client-open",
|
|
6138
|
-
"__frontends__": "folder-client-open",
|
|
6139
|
-
"pwa": "folder-client-open",
|
|
6140
|
-
".pwa": "folder-client-open",
|
|
6141
|
-
"_pwa": "folder-client-open",
|
|
6142
|
-
"__pwa__": "folder-client-open",
|
|
6143
|
-
"tasks": "folder-tasks-open",
|
|
6144
|
-
".tasks": "folder-tasks-open",
|
|
6145
|
-
"_tasks": "folder-tasks-open",
|
|
6146
|
-
"__tasks__": "folder-tasks-open",
|
|
6147
|
-
"tickets": "folder-tasks-open",
|
|
6148
|
-
".tickets": "folder-tasks-open",
|
|
6149
|
-
"_tickets": "folder-tasks-open",
|
|
6150
|
-
"__tickets__": "folder-tasks-open",
|
|
6151
|
-
"android": "folder-android-open",
|
|
6152
|
-
".android": "folder-android-open",
|
|
6153
|
-
"_android": "folder-android-open",
|
|
6154
|
-
"__android__": "folder-android-open",
|
|
6155
|
-
"ios": "folder-ios-open",
|
|
6156
|
-
".ios": "folder-ios-open",
|
|
6157
|
-
"_ios": "folder-ios-open",
|
|
6158
|
-
"__ios__": "folder-ios-open",
|
|
6159
|
-
"uploads": "folder-upload-open",
|
|
6160
|
-
".uploads": "folder-upload-open",
|
|
6161
|
-
"_uploads": "folder-upload-open",
|
|
6162
|
-
"__uploads__": "folder-upload-open",
|
|
6163
|
-
"upload": "folder-upload-open",
|
|
6164
|
-
".upload": "folder-upload-open",
|
|
6165
|
-
"_upload": "folder-upload-open",
|
|
6166
|
-
"__upload__": "folder-upload-open",
|
|
6167
|
-
"downloads": "folder-download-open",
|
|
6168
|
-
".downloads": "folder-download-open",
|
|
6169
|
-
"_downloads": "folder-download-open",
|
|
6170
|
-
"__downloads__": "folder-download-open",
|
|
6171
|
-
"download": "folder-download-open",
|
|
6172
|
-
".download": "folder-download-open",
|
|
6173
|
-
"_download": "folder-download-open",
|
|
6174
|
-
"__download__": "folder-download-open",
|
|
6175
|
-
"tools": "folder-tools-open",
|
|
6176
|
-
".tools": "folder-tools-open",
|
|
6177
|
-
"_tools": "folder-tools-open",
|
|
6178
|
-
"__tools__": "folder-tools-open",
|
|
6179
|
-
"toolkit": "folder-tools-open",
|
|
6180
|
-
".toolkit": "folder-tools-open",
|
|
6181
|
-
"_toolkit": "folder-tools-open",
|
|
6182
|
-
"__toolkit__": "folder-tools-open",
|
|
6183
|
-
"toolkits": "folder-tools-open",
|
|
6184
|
-
".toolkits": "folder-tools-open",
|
|
6185
|
-
"_toolkits": "folder-tools-open",
|
|
6186
|
-
"__toolkits__": "folder-tools-open",
|
|
6187
|
-
"toolbox": "folder-tools-open",
|
|
6188
|
-
".toolbox": "folder-tools-open",
|
|
6189
|
-
"_toolbox": "folder-tools-open",
|
|
6190
|
-
"__toolbox__": "folder-tools-open",
|
|
6191
|
-
"toolboxes": "folder-tools-open",
|
|
6192
|
-
".toolboxes": "folder-tools-open",
|
|
6193
|
-
"_toolboxes": "folder-tools-open",
|
|
6194
|
-
"__toolboxes__": "folder-tools-open",
|
|
6195
|
-
"tooling": "folder-tools-open",
|
|
6196
|
-
".tooling": "folder-tools-open",
|
|
6197
|
-
"_tooling": "folder-tools-open",
|
|
6198
|
-
"__tooling__": "folder-tools-open",
|
|
6199
|
-
"helpers": "folder-helper-open",
|
|
6200
|
-
".helpers": "folder-helper-open",
|
|
6201
|
-
"_helpers": "folder-helper-open",
|
|
6202
|
-
"__helpers__": "folder-helper-open",
|
|
6203
|
-
"helper": "folder-helper-open",
|
|
6204
|
-
".helper": "folder-helper-open",
|
|
6205
|
-
"_helper": "folder-helper-open",
|
|
6206
|
-
"__helper__": "folder-helper-open",
|
|
6207
|
-
"serverless": "folder-serverless-open",
|
|
6208
|
-
".serverless": "folder-serverless-open",
|
|
6209
|
-
"_serverless": "folder-serverless-open",
|
|
6210
|
-
"__serverless__": "folder-serverless-open",
|
|
6211
|
-
"api": "folder-api-open",
|
|
6212
|
-
".api": "folder-api-open",
|
|
6213
|
-
"_api": "folder-api-open",
|
|
6214
|
-
"__api__": "folder-api-open",
|
|
6215
|
-
"apis": "folder-api-open",
|
|
6216
|
-
".apis": "folder-api-open",
|
|
6217
|
-
"_apis": "folder-api-open",
|
|
6218
|
-
"__apis__": "folder-api-open",
|
|
6219
|
-
"restapi": "folder-api-open",
|
|
6220
|
-
".restapi": "folder-api-open",
|
|
6221
|
-
"_restapi": "folder-api-open",
|
|
6222
|
-
"__restapi__": "folder-api-open",
|
|
6223
|
-
"app": "folder-app-open",
|
|
6224
|
-
".app": "folder-app-open",
|
|
6225
|
-
"_app": "folder-app-open",
|
|
6226
|
-
"__app__": "folder-app-open",
|
|
6227
|
-
"apps": "folder-app-open",
|
|
6228
|
-
".apps": "folder-app-open",
|
|
6229
|
-
"_apps": "folder-app-open",
|
|
6230
|
-
"__apps__": "folder-app-open",
|
|
6231
|
-
"apollo": "folder-apollo-open",
|
|
6232
|
-
".apollo": "folder-apollo-open",
|
|
6233
|
-
"_apollo": "folder-apollo-open",
|
|
6234
|
-
"__apollo__": "folder-apollo-open",
|
|
6235
|
-
"apollo-client": "folder-apollo-open",
|
|
6236
|
-
".apollo-client": "folder-apollo-open",
|
|
6237
|
-
"_apollo-client": "folder-apollo-open",
|
|
6238
|
-
"__apollo-client__": "folder-apollo-open",
|
|
6239
|
-
"apollo-cache": "folder-apollo-open",
|
|
6240
|
-
".apollo-cache": "folder-apollo-open",
|
|
6241
|
-
"_apollo-cache": "folder-apollo-open",
|
|
6242
|
-
"__apollo-cache__": "folder-apollo-open",
|
|
6243
|
-
"apollo-config": "folder-apollo-open",
|
|
6244
|
-
".apollo-config": "folder-apollo-open",
|
|
6245
|
-
"_apollo-config": "folder-apollo-open",
|
|
6246
|
-
"__apollo-config__": "folder-apollo-open",
|
|
6247
|
-
"arc": "folder-archive-open",
|
|
6248
|
-
".arc": "folder-archive-open",
|
|
6249
|
-
"_arc": "folder-archive-open",
|
|
6250
|
-
"__arc__": "folder-archive-open",
|
|
6251
|
-
"arcs": "folder-archive-open",
|
|
6252
|
-
".arcs": "folder-archive-open",
|
|
6253
|
-
"_arcs": "folder-archive-open",
|
|
6254
|
-
"__arcs__": "folder-archive-open",
|
|
6255
|
-
"archive": "folder-archive-open",
|
|
6256
|
-
".archive": "folder-archive-open",
|
|
6257
|
-
"_archive": "folder-archive-open",
|
|
6258
|
-
"__archive__": "folder-archive-open",
|
|
6259
|
-
"archives": "folder-archive-open",
|
|
6260
|
-
".archives": "folder-archive-open",
|
|
6261
|
-
"_archives": "folder-archive-open",
|
|
6262
|
-
"__archives__": "folder-archive-open",
|
|
6263
|
-
"archival": "folder-archive-open",
|
|
6264
|
-
".archival": "folder-archive-open",
|
|
6265
|
-
"_archival": "folder-archive-open",
|
|
6266
|
-
"__archival__": "folder-archive-open",
|
|
6267
|
-
"bkp": "folder-archive-open",
|
|
6268
|
-
".bkp": "folder-archive-open",
|
|
6269
|
-
"_bkp": "folder-archive-open",
|
|
6270
|
-
"__bkp__": "folder-archive-open",
|
|
6271
|
-
"bkps": "folder-archive-open",
|
|
6272
|
-
".bkps": "folder-archive-open",
|
|
6273
|
-
"_bkps": "folder-archive-open",
|
|
6274
|
-
"__bkps__": "folder-archive-open",
|
|
6275
|
-
"bak": "folder-archive-open",
|
|
6276
|
-
".bak": "folder-archive-open",
|
|
6277
|
-
"_bak": "folder-archive-open",
|
|
6278
|
-
"__bak__": "folder-archive-open",
|
|
6279
|
-
"baks": "folder-archive-open",
|
|
6280
|
-
".baks": "folder-archive-open",
|
|
6281
|
-
"_baks": "folder-archive-open",
|
|
6282
|
-
"__baks__": "folder-archive-open",
|
|
6283
|
-
"backup": "folder-archive-open",
|
|
6284
|
-
".backup": "folder-archive-open",
|
|
6285
|
-
"_backup": "folder-archive-open",
|
|
6286
|
-
"__backup__": "folder-archive-open",
|
|
6287
|
-
"backups": "folder-archive-open",
|
|
6288
|
-
".backups": "folder-archive-open",
|
|
6289
|
-
"_backups": "folder-archive-open",
|
|
6290
|
-
"__backups__": "folder-archive-open",
|
|
6291
|
-
"back-up": "folder-archive-open",
|
|
6292
|
-
".back-up": "folder-archive-open",
|
|
6293
|
-
"_back-up": "folder-archive-open",
|
|
6294
|
-
"__back-up__": "folder-archive-open",
|
|
6295
|
-
"back-ups": "folder-archive-open",
|
|
6296
|
-
".back-ups": "folder-archive-open",
|
|
6297
|
-
"_back-ups": "folder-archive-open",
|
|
6298
|
-
"__back-ups__": "folder-archive-open",
|
|
6299
|
-
"history": "folder-archive-open",
|
|
6300
|
-
".history": "folder-archive-open",
|
|
6301
|
-
"_history": "folder-archive-open",
|
|
6302
|
-
"__history__": "folder-archive-open",
|
|
6303
|
-
"histories": "folder-archive-open",
|
|
6304
|
-
".histories": "folder-archive-open",
|
|
6305
|
-
"_histories": "folder-archive-open",
|
|
6306
|
-
"__histories__": "folder-archive-open",
|
|
6307
|
-
"batch": "folder-batch-open",
|
|
6308
|
-
".batch": "folder-batch-open",
|
|
6309
|
-
"_batch": "folder-batch-open",
|
|
6310
|
-
"__batch__": "folder-batch-open",
|
|
6311
|
-
"batchs": "folder-batch-open",
|
|
6312
|
-
".batchs": "folder-batch-open",
|
|
6313
|
-
"_batchs": "folder-batch-open",
|
|
6314
|
-
"__batchs__": "folder-batch-open",
|
|
6315
|
-
"batches": "folder-batch-open",
|
|
6316
|
-
".batches": "folder-batch-open",
|
|
6317
|
-
"_batches": "folder-batch-open",
|
|
6318
|
-
"__batches__": "folder-batch-open",
|
|
6319
|
-
"buildkite": "folder-buildkite-open",
|
|
6320
|
-
".buildkite": "folder-buildkite-open",
|
|
6321
|
-
"_buildkite": "folder-buildkite-open",
|
|
6322
|
-
"__buildkite__": "folder-buildkite-open",
|
|
6323
|
-
"cluster": "folder-cluster-open",
|
|
6324
|
-
".cluster": "folder-cluster-open",
|
|
6325
|
-
"_cluster": "folder-cluster-open",
|
|
6326
|
-
"__cluster__": "folder-cluster-open",
|
|
6327
|
-
"clusters": "folder-cluster-open",
|
|
6328
|
-
".clusters": "folder-cluster-open",
|
|
6329
|
-
"_clusters": "folder-cluster-open",
|
|
6330
|
-
"__clusters__": "folder-cluster-open",
|
|
6331
|
-
"command": "folder-command-open",
|
|
6332
|
-
".command": "folder-command-open",
|
|
6333
|
-
"_command": "folder-command-open",
|
|
6334
|
-
"__command__": "folder-command-open",
|
|
6335
|
-
"commands": "folder-command-open",
|
|
6336
|
-
".commands": "folder-command-open",
|
|
6337
|
-
"_commands": "folder-command-open",
|
|
6338
|
-
"__commands__": "folder-command-open",
|
|
6339
|
-
"cmd": "folder-command-open",
|
|
6340
|
-
".cmd": "folder-command-open",
|
|
6341
|
-
"_cmd": "folder-command-open",
|
|
6342
|
-
"__cmd__": "folder-command-open",
|
|
6343
|
-
"cli": "folder-command-open",
|
|
6344
|
-
".cli": "folder-command-open",
|
|
6345
|
-
"_cli": "folder-command-open",
|
|
6346
|
-
"__cli__": "folder-command-open",
|
|
6347
|
-
"clis": "folder-command-open",
|
|
6348
|
-
".clis": "folder-command-open",
|
|
6349
|
-
"_clis": "folder-command-open",
|
|
6350
|
-
"__clis__": "folder-command-open",
|
|
6351
|
-
"constant": "folder-constant-open",
|
|
6352
|
-
".constant": "folder-constant-open",
|
|
6353
|
-
"_constant": "folder-constant-open",
|
|
6354
|
-
"__constant__": "folder-constant-open",
|
|
6355
|
-
"constants": "folder-constant-open",
|
|
6356
|
-
".constants": "folder-constant-open",
|
|
6357
|
-
"_constants": "folder-constant-open",
|
|
6358
|
-
"__constants__": "folder-constant-open",
|
|
6359
|
-
"container": "folder-container-open",
|
|
6360
|
-
".container": "folder-container-open",
|
|
6361
|
-
"_container": "folder-container-open",
|
|
6362
|
-
"__container__": "folder-container-open",
|
|
6363
|
-
"containers": "folder-container-open",
|
|
6364
|
-
".containers": "folder-container-open",
|
|
6365
|
-
"_containers": "folder-container-open",
|
|
6366
|
-
"__containers__": "folder-container-open",
|
|
6367
|
-
"devcontainer": "folder-container-open",
|
|
6368
|
-
".devcontainer": "folder-container-open",
|
|
6369
|
-
"_devcontainer": "folder-container-open",
|
|
6370
|
-
"__devcontainer__": "folder-container-open",
|
|
6371
|
-
"content": "folder-content-open",
|
|
6372
|
-
".content": "folder-content-open",
|
|
6373
|
-
"_content": "folder-content-open",
|
|
6374
|
-
"__content__": "folder-content-open",
|
|
6375
|
-
"contents": "folder-content-open",
|
|
6376
|
-
".contents": "folder-content-open",
|
|
6377
|
-
"_contents": "folder-content-open",
|
|
6378
|
-
"__contents__": "folder-content-open",
|
|
6379
|
-
"context": "folder-context-open",
|
|
6380
|
-
".context": "folder-context-open",
|
|
6381
|
-
"_context": "folder-context-open",
|
|
6382
|
-
"__context__": "folder-context-open",
|
|
6383
|
-
"contexts": "folder-context-open",
|
|
6384
|
-
".contexts": "folder-context-open",
|
|
6385
|
-
"_contexts": "folder-context-open",
|
|
6386
|
-
"__contexts__": "folder-context-open",
|
|
6387
|
-
"core": "folder-core-open",
|
|
6388
|
-
".core": "folder-core-open",
|
|
6389
|
-
"_core": "folder-core-open",
|
|
6390
|
-
"__core__": "folder-core-open",
|
|
6391
|
-
"delta": "folder-delta-open",
|
|
6392
|
-
".delta": "folder-delta-open",
|
|
6393
|
-
"_delta": "folder-delta-open",
|
|
6394
|
-
"__delta__": "folder-delta-open",
|
|
6395
|
-
"deltas": "folder-delta-open",
|
|
6396
|
-
".deltas": "folder-delta-open",
|
|
6397
|
-
"_deltas": "folder-delta-open",
|
|
6398
|
-
"__deltas__": "folder-delta-open",
|
|
6399
|
-
"changes": "folder-delta-open",
|
|
6400
|
-
".changes": "folder-delta-open",
|
|
6401
|
-
"_changes": "folder-delta-open",
|
|
6402
|
-
"__changes__": "folder-delta-open",
|
|
6403
|
-
"dump": "folder-dump-open",
|
|
6404
|
-
".dump": "folder-dump-open",
|
|
6405
|
-
"_dump": "folder-dump-open",
|
|
6406
|
-
"__dump__": "folder-dump-open",
|
|
6407
|
-
"dumps": "folder-dump-open",
|
|
6408
|
-
".dumps": "folder-dump-open",
|
|
6409
|
-
"_dumps": "folder-dump-open",
|
|
6410
|
-
"__dumps__": "folder-dump-open",
|
|
6411
|
-
"demo": "folder-examples-open",
|
|
6412
|
-
".demo": "folder-examples-open",
|
|
6413
|
-
"_demo": "folder-examples-open",
|
|
6414
|
-
"__demo__": "folder-examples-open",
|
|
6415
|
-
"demos": "folder-examples-open",
|
|
6416
|
-
".demos": "folder-examples-open",
|
|
6417
|
-
"_demos": "folder-examples-open",
|
|
6418
|
-
"__demos__": "folder-examples-open",
|
|
6419
|
-
"example": "folder-examples-open",
|
|
6420
|
-
".example": "folder-examples-open",
|
|
6421
|
-
"_example": "folder-examples-open",
|
|
6422
|
-
"__example__": "folder-examples-open",
|
|
6423
|
-
"examples": "folder-examples-open",
|
|
6424
|
-
".examples": "folder-examples-open",
|
|
6425
|
-
"_examples": "folder-examples-open",
|
|
6426
|
-
"__examples__": "folder-examples-open",
|
|
6427
|
-
"sample": "folder-examples-open",
|
|
6428
|
-
".sample": "folder-examples-open",
|
|
6429
|
-
"_sample": "folder-examples-open",
|
|
6430
|
-
"__sample__": "folder-examples-open",
|
|
6431
|
-
"samples": "folder-examples-open",
|
|
6432
|
-
".samples": "folder-examples-open",
|
|
6433
|
-
"_samples": "folder-examples-open",
|
|
6434
|
-
"__samples__": "folder-examples-open",
|
|
6435
|
-
"sample-data": "folder-examples-open",
|
|
6436
|
-
".sample-data": "folder-examples-open",
|
|
6437
|
-
"_sample-data": "folder-examples-open",
|
|
6438
|
-
"__sample-data__": "folder-examples-open",
|
|
6439
|
-
"env": "folder-environment-open",
|
|
6440
|
-
".env": "folder-environment-open",
|
|
6441
|
-
"_env": "folder-environment-open",
|
|
6442
|
-
"__env__": "folder-environment-open",
|
|
6443
|
-
"envs": "folder-environment-open",
|
|
6444
|
-
".envs": "folder-environment-open",
|
|
6445
|
-
"_envs": "folder-environment-open",
|
|
6446
|
-
"__envs__": "folder-environment-open",
|
|
6447
|
-
"environment": "folder-environment-open",
|
|
6448
|
-
".environment": "folder-environment-open",
|
|
6449
|
-
"_environment": "folder-environment-open",
|
|
6450
|
-
"__environment__": "folder-environment-open",
|
|
6451
|
-
"environments": "folder-environment-open",
|
|
6452
|
-
".environments": "folder-environment-open",
|
|
6453
|
-
"_environments": "folder-environment-open",
|
|
6454
|
-
"__environments__": "folder-environment-open",
|
|
6455
|
-
"venv": "folder-environment-open",
|
|
6456
|
-
".venv": "folder-environment-open",
|
|
6457
|
-
"_venv": "folder-environment-open",
|
|
6458
|
-
"__venv__": "folder-environment-open",
|
|
6459
|
-
"func": "folder-functions-open",
|
|
6460
|
-
".func": "folder-functions-open",
|
|
6461
|
-
"_func": "folder-functions-open",
|
|
6462
|
-
"__func__": "folder-functions-open",
|
|
6463
|
-
"funcs": "folder-functions-open",
|
|
6464
|
-
".funcs": "folder-functions-open",
|
|
6465
|
-
"_funcs": "folder-functions-open",
|
|
6466
|
-
"__funcs__": "folder-functions-open",
|
|
6467
|
-
"function": "folder-functions-open",
|
|
6468
|
-
".function": "folder-functions-open",
|
|
6469
|
-
"_function": "folder-functions-open",
|
|
6470
|
-
"__function__": "folder-functions-open",
|
|
6471
|
-
"functions": "folder-functions-open",
|
|
6472
|
-
".functions": "folder-functions-open",
|
|
6473
|
-
"_functions": "folder-functions-open",
|
|
6474
|
-
"__functions__": "folder-functions-open",
|
|
6475
|
-
"lambda": "folder-functions-open",
|
|
6476
|
-
".lambda": "folder-functions-open",
|
|
6477
|
-
"_lambda": "folder-functions-open",
|
|
6478
|
-
"__lambda__": "folder-functions-open",
|
|
6479
|
-
"lambdas": "folder-functions-open",
|
|
6480
|
-
".lambdas": "folder-functions-open",
|
|
6481
|
-
"_lambdas": "folder-functions-open",
|
|
6482
|
-
"__lambdas__": "folder-functions-open",
|
|
6483
|
-
"logic": "folder-functions-open",
|
|
6484
|
-
".logic": "folder-functions-open",
|
|
6485
|
-
"_logic": "folder-functions-open",
|
|
6486
|
-
"__logic__": "folder-functions-open",
|
|
6487
|
-
"math": "folder-functions-open",
|
|
6488
|
-
".math": "folder-functions-open",
|
|
6489
|
-
"_math": "folder-functions-open",
|
|
6490
|
-
"__math__": "folder-functions-open",
|
|
6491
|
-
"maths": "folder-functions-open",
|
|
6492
|
-
".maths": "folder-functions-open",
|
|
6493
|
-
"_maths": "folder-functions-open",
|
|
6494
|
-
"__maths__": "folder-functions-open",
|
|
6495
|
-
"calc": "folder-functions-open",
|
|
6496
|
-
".calc": "folder-functions-open",
|
|
6497
|
-
"_calc": "folder-functions-open",
|
|
6498
|
-
"__calc__": "folder-functions-open",
|
|
6499
|
-
"calcs": "folder-functions-open",
|
|
6500
|
-
".calcs": "folder-functions-open",
|
|
6501
|
-
"_calcs": "folder-functions-open",
|
|
6502
|
-
"__calcs__": "folder-functions-open",
|
|
6503
|
-
"calculation": "folder-functions-open",
|
|
6504
|
-
".calculation": "folder-functions-open",
|
|
6505
|
-
"_calculation": "folder-functions-open",
|
|
6506
|
-
"__calculation__": "folder-functions-open",
|
|
6507
|
-
"calculations": "folder-functions-open",
|
|
6508
|
-
".calculations": "folder-functions-open",
|
|
6509
|
-
"_calculations": "folder-functions-open",
|
|
6510
|
-
"__calculations__": "folder-functions-open",
|
|
6511
|
-
"generator": "folder-generator-open",
|
|
6512
|
-
".generator": "folder-generator-open",
|
|
6513
|
-
"_generator": "folder-generator-open",
|
|
6514
|
-
"__generator__": "folder-generator-open",
|
|
6515
|
-
"generators": "folder-generator-open",
|
|
6516
|
-
".generators": "folder-generator-open",
|
|
6517
|
-
"_generators": "folder-generator-open",
|
|
6518
|
-
"__generators__": "folder-generator-open",
|
|
6519
|
-
"generated": "folder-generator-open",
|
|
6520
|
-
".generated": "folder-generator-open",
|
|
6521
|
-
"_generated": "folder-generator-open",
|
|
6522
|
-
"__generated__": "folder-generator-open",
|
|
6523
|
-
"cfn-gen": "folder-generator-open",
|
|
6524
|
-
".cfn-gen": "folder-generator-open",
|
|
6525
|
-
"_cfn-gen": "folder-generator-open",
|
|
6526
|
-
"__cfn-gen__": "folder-generator-open",
|
|
6527
|
-
"gen": "folder-generator-open",
|
|
6528
|
-
".gen": "folder-generator-open",
|
|
6529
|
-
"_gen": "folder-generator-open",
|
|
6530
|
-
"__gen__": "folder-generator-open",
|
|
6531
|
-
"gens": "folder-generator-open",
|
|
6532
|
-
".gens": "folder-generator-open",
|
|
6533
|
-
"_gens": "folder-generator-open",
|
|
6534
|
-
"__gens__": "folder-generator-open",
|
|
6535
|
-
"auto": "folder-generator-open",
|
|
6536
|
-
".auto": "folder-generator-open",
|
|
6537
|
-
"_auto": "folder-generator-open",
|
|
6538
|
-
"__auto__": "folder-generator-open",
|
|
6539
|
-
"hook": "folder-hook-open",
|
|
6540
|
-
".hook": "folder-hook-open",
|
|
6541
|
-
"_hook": "folder-hook-open",
|
|
6542
|
-
"__hook__": "folder-hook-open",
|
|
6543
|
-
"hooks": "folder-hook-open",
|
|
6544
|
-
".hooks": "folder-hook-open",
|
|
6545
|
-
"_hooks": "folder-hook-open",
|
|
6546
|
-
"__hooks__": "folder-hook-open",
|
|
6547
|
-
"trigger": "folder-hook-open",
|
|
6548
|
-
".trigger": "folder-hook-open",
|
|
6549
|
-
"_trigger": "folder-hook-open",
|
|
6550
|
-
"__trigger__": "folder-hook-open",
|
|
6551
|
-
"triggers": "folder-hook-open",
|
|
6552
|
-
".triggers": "folder-hook-open",
|
|
6553
|
-
"_triggers": "folder-hook-open",
|
|
6554
|
-
"__triggers__": "folder-hook-open",
|
|
6555
|
-
"job": "folder-job-open",
|
|
6556
|
-
".job": "folder-job-open",
|
|
6557
|
-
"_job": "folder-job-open",
|
|
6558
|
-
"__job__": "folder-job-open",
|
|
6559
|
-
"jobs": "folder-job-open",
|
|
6560
|
-
".jobs": "folder-job-open",
|
|
6561
|
-
"_jobs": "folder-job-open",
|
|
6562
|
-
"__jobs__": "folder-job-open",
|
|
6563
|
-
"key": "folder-keys-open",
|
|
6564
|
-
".key": "folder-keys-open",
|
|
6565
|
-
"_key": "folder-keys-open",
|
|
6566
|
-
"__key__": "folder-keys-open",
|
|
6567
|
-
"keys": "folder-keys-open",
|
|
6568
|
-
".keys": "folder-keys-open",
|
|
6569
|
-
"_keys": "folder-keys-open",
|
|
6570
|
-
"__keys__": "folder-keys-open",
|
|
6571
|
-
"token": "folder-keys-open",
|
|
6572
|
-
".token": "folder-keys-open",
|
|
6573
|
-
"_token": "folder-keys-open",
|
|
6574
|
-
"__token__": "folder-keys-open",
|
|
6575
|
-
"tokens": "folder-keys-open",
|
|
6576
|
-
".tokens": "folder-keys-open",
|
|
6577
|
-
"_tokens": "folder-keys-open",
|
|
6578
|
-
"__tokens__": "folder-keys-open",
|
|
6579
|
-
"jwt": "folder-keys-open",
|
|
6580
|
-
".jwt": "folder-keys-open",
|
|
6581
|
-
"_jwt": "folder-keys-open",
|
|
6582
|
-
"__jwt__": "folder-keys-open",
|
|
6583
|
-
"secret": "folder-keys-open",
|
|
6584
|
-
".secret": "folder-keys-open",
|
|
6585
|
-
"_secret": "folder-keys-open",
|
|
6586
|
-
"__secret__": "folder-keys-open",
|
|
6587
|
-
"secrets": "folder-keys-open",
|
|
6588
|
-
".secrets": "folder-keys-open",
|
|
6589
|
-
"_secrets": "folder-keys-open",
|
|
6590
|
-
"__secrets__": "folder-keys-open",
|
|
6591
|
-
"layout": "folder-layout-open",
|
|
6592
|
-
".layout": "folder-layout-open",
|
|
6593
|
-
"_layout": "folder-layout-open",
|
|
6594
|
-
"__layout__": "folder-layout-open",
|
|
6595
|
-
"layouts": "folder-layout-open",
|
|
6596
|
-
".layouts": "folder-layout-open",
|
|
6597
|
-
"_layouts": "folder-layout-open",
|
|
6598
|
-
"__layouts__": "folder-layout-open",
|
|
6599
|
-
"mail": "folder-mail-open",
|
|
6600
|
-
".mail": "folder-mail-open",
|
|
6601
|
-
"_mail": "folder-mail-open",
|
|
6602
|
-
"__mail__": "folder-mail-open",
|
|
6603
|
-
"mails": "folder-mail-open",
|
|
6604
|
-
".mails": "folder-mail-open",
|
|
6605
|
-
"_mails": "folder-mail-open",
|
|
6606
|
-
"__mails__": "folder-mail-open",
|
|
6607
|
-
"email": "folder-mail-open",
|
|
6608
|
-
".email": "folder-mail-open",
|
|
6609
|
-
"_email": "folder-mail-open",
|
|
6610
|
-
"__email__": "folder-mail-open",
|
|
6611
|
-
"emails": "folder-mail-open",
|
|
6612
|
-
".emails": "folder-mail-open",
|
|
6613
|
-
"_emails": "folder-mail-open",
|
|
6614
|
-
"__emails__": "folder-mail-open",
|
|
6615
|
-
"smtp": "folder-mail-open",
|
|
6616
|
-
".smtp": "folder-mail-open",
|
|
6617
|
-
"_smtp": "folder-mail-open",
|
|
6618
|
-
"__smtp__": "folder-mail-open",
|
|
6619
|
-
"mailers": "folder-mail-open",
|
|
6620
|
-
".mailers": "folder-mail-open",
|
|
6621
|
-
"_mailers": "folder-mail-open",
|
|
6622
|
-
"__mailers__": "folder-mail-open",
|
|
6623
|
-
"mappings": "folder-mappings-open",
|
|
6624
|
-
".mappings": "folder-mappings-open",
|
|
6625
|
-
"_mappings": "folder-mappings-open",
|
|
6626
|
-
"__mappings__": "folder-mappings-open",
|
|
6627
|
-
"mapping": "folder-mappings-open",
|
|
6628
|
-
".mapping": "folder-mappings-open",
|
|
6629
|
-
"_mapping": "folder-mappings-open",
|
|
6630
|
-
"__mapping__": "folder-mappings-open",
|
|
6631
|
-
"meta": "folder-meta-open",
|
|
6632
|
-
".meta": "folder-meta-open",
|
|
6633
|
-
"_meta": "folder-meta-open",
|
|
6634
|
-
"__meta__": "folder-meta-open",
|
|
6635
|
-
"changesets": "folder-changesets-open",
|
|
6636
|
-
".changesets": "folder-changesets-open",
|
|
6637
|
-
"_changesets": "folder-changesets-open",
|
|
6638
|
-
"__changesets__": "folder-changesets-open",
|
|
6639
|
-
"changeset": "folder-changesets-open",
|
|
6640
|
-
".changeset": "folder-changesets-open",
|
|
6641
|
-
"_changeset": "folder-changesets-open",
|
|
6642
|
-
"__changeset__": "folder-changesets-open",
|
|
6643
|
-
"package": "folder-packages-open",
|
|
6644
|
-
".package": "folder-packages-open",
|
|
6645
|
-
"_package": "folder-packages-open",
|
|
6646
|
-
"__package__": "folder-packages-open",
|
|
6647
|
-
"packages": "folder-packages-open",
|
|
6648
|
-
".packages": "folder-packages-open",
|
|
6649
|
-
"_packages": "folder-packages-open",
|
|
6650
|
-
"__packages__": "folder-packages-open",
|
|
6651
|
-
"pkg": "folder-packages-open",
|
|
6652
|
-
".pkg": "folder-packages-open",
|
|
6653
|
-
"_pkg": "folder-packages-open",
|
|
6654
|
-
"__pkg__": "folder-packages-open",
|
|
6655
|
-
"pkgs": "folder-packages-open",
|
|
6656
|
-
".pkgs": "folder-packages-open",
|
|
6657
|
-
"_pkgs": "folder-packages-open",
|
|
6658
|
-
"__pkgs__": "folder-packages-open",
|
|
6659
|
-
"shared": "folder-shared-open",
|
|
6660
|
-
".shared": "folder-shared-open",
|
|
6661
|
-
"_shared": "folder-shared-open",
|
|
6662
|
-
"__shared__": "folder-shared-open",
|
|
6663
|
-
"common": "folder-shared-open",
|
|
6664
|
-
".common": "folder-shared-open",
|
|
6665
|
-
"_common": "folder-shared-open",
|
|
6666
|
-
"__common__": "folder-shared-open",
|
|
6667
|
-
"glsl": "folder-shader-open",
|
|
6668
|
-
".glsl": "folder-shader-open",
|
|
6669
|
-
"_glsl": "folder-shader-open",
|
|
6670
|
-
"__glsl__": "folder-shader-open",
|
|
6671
|
-
"hlsl": "folder-shader-open",
|
|
6672
|
-
".hlsl": "folder-shader-open",
|
|
6673
|
-
"_hlsl": "folder-shader-open",
|
|
6674
|
-
"__hlsl__": "folder-shader-open",
|
|
6675
|
-
"shader": "folder-shader-open",
|
|
6676
|
-
".shader": "folder-shader-open",
|
|
6677
|
-
"_shader": "folder-shader-open",
|
|
6678
|
-
"__shader__": "folder-shader-open",
|
|
6679
|
-
"shaders": "folder-shader-open",
|
|
6680
|
-
".shaders": "folder-shader-open",
|
|
6681
|
-
"_shaders": "folder-shader-open",
|
|
6682
|
-
"__shaders__": "folder-shader-open",
|
|
6683
|
-
"stack": "folder-stack-open",
|
|
6684
|
-
".stack": "folder-stack-open",
|
|
6685
|
-
"_stack": "folder-stack-open",
|
|
6686
|
-
"__stack__": "folder-stack-open",
|
|
6687
|
-
"stacks": "folder-stack-open",
|
|
6688
|
-
".stacks": "folder-stack-open",
|
|
6689
|
-
"_stacks": "folder-stack-open",
|
|
6690
|
-
"__stacks__": "folder-stack-open",
|
|
6691
|
-
"template": "folder-template-open",
|
|
6692
|
-
".template": "folder-template-open",
|
|
6693
|
-
"_template": "folder-template-open",
|
|
6694
|
-
"__template__": "folder-template-open",
|
|
6695
|
-
"templates": "folder-template-open",
|
|
6696
|
-
".templates": "folder-template-open",
|
|
6697
|
-
"_templates": "folder-template-open",
|
|
6698
|
-
"__templates__": "folder-template-open",
|
|
6699
|
-
"util": "folder-utils-open",
|
|
6700
|
-
".util": "folder-utils-open",
|
|
6701
|
-
"_util": "folder-utils-open",
|
|
6702
|
-
"__util__": "folder-utils-open",
|
|
6703
|
-
"utils": "folder-utils-open",
|
|
6704
|
-
".utils": "folder-utils-open",
|
|
6705
|
-
"_utils": "folder-utils-open",
|
|
6706
|
-
"__utils__": "folder-utils-open",
|
|
6707
|
-
"utility": "folder-utils-open",
|
|
6708
|
-
".utility": "folder-utils-open",
|
|
6709
|
-
"_utility": "folder-utils-open",
|
|
6710
|
-
"__utility__": "folder-utils-open",
|
|
6711
|
-
"utilities": "folder-utils-open",
|
|
6712
|
-
".utilities": "folder-utils-open",
|
|
6713
|
-
"_utilities": "folder-utils-open",
|
|
6714
|
-
"__utilities__": "folder-utils-open",
|
|
6715
|
-
"supabase": "folder-supabase-open",
|
|
6716
|
-
".supabase": "folder-supabase-open",
|
|
6717
|
-
"_supabase": "folder-supabase-open",
|
|
6718
|
-
"__supabase__": "folder-supabase-open",
|
|
6719
|
-
"private": "folder-private-open",
|
|
6720
|
-
".private": "folder-private-open",
|
|
6721
|
-
"_private": "folder-private-open",
|
|
6722
|
-
"__private__": "folder-private-open",
|
|
6723
|
-
"linux": "folder-linux-open",
|
|
6724
|
-
".linux": "folder-linux-open",
|
|
6725
|
-
"_linux": "folder-linux-open",
|
|
6726
|
-
"__linux__": "folder-linux-open",
|
|
6727
|
-
"linuxbsd": "folder-linux-open",
|
|
6728
|
-
".linuxbsd": "folder-linux-open",
|
|
6729
|
-
"_linuxbsd": "folder-linux-open",
|
|
6730
|
-
"__linuxbsd__": "folder-linux-open",
|
|
6731
|
-
"unix": "folder-linux-open",
|
|
6732
|
-
".unix": "folder-linux-open",
|
|
6733
|
-
"_unix": "folder-linux-open",
|
|
6734
|
-
"__unix__": "folder-linux-open",
|
|
6735
|
-
"windows": "folder-windows-open",
|
|
6736
|
-
".windows": "folder-windows-open",
|
|
6737
|
-
"_windows": "folder-windows-open",
|
|
6738
|
-
"__windows__": "folder-windows-open",
|
|
6739
|
-
"win": "folder-windows-open",
|
|
6740
|
-
".win": "folder-windows-open",
|
|
6741
|
-
"_win": "folder-windows-open",
|
|
6742
|
-
"__win__": "folder-windows-open",
|
|
6743
|
-
"macos": "folder-macos-open",
|
|
6744
|
-
".macos": "folder-macos-open",
|
|
6745
|
-
"_macos": "folder-macos-open",
|
|
6746
|
-
"__macos__": "folder-macos-open",
|
|
6747
|
-
"mac": "folder-macos-open",
|
|
6748
|
-
".mac": "folder-macos-open",
|
|
6749
|
-
"_mac": "folder-macos-open",
|
|
6750
|
-
"__mac__": "folder-macos-open",
|
|
6751
|
-
"DS_Store": "folder-macos-open",
|
|
6752
|
-
".DS_Store": "folder-macos-open",
|
|
6753
|
-
"_DS_Store": "folder-macos-open",
|
|
6754
|
-
"__DS_Store__": "folder-macos-open",
|
|
6755
|
-
"error": "folder-error-open",
|
|
6756
|
-
".error": "folder-error-open",
|
|
6757
|
-
"_error": "folder-error-open",
|
|
6758
|
-
"__error__": "folder-error-open",
|
|
6759
|
-
"errors": "folder-error-open",
|
|
6760
|
-
".errors": "folder-error-open",
|
|
6761
|
-
"_errors": "folder-error-open",
|
|
6762
|
-
"__errors__": "folder-error-open",
|
|
6763
|
-
"err": "folder-error-open",
|
|
6764
|
-
".err": "folder-error-open",
|
|
6765
|
-
"_err": "folder-error-open",
|
|
6766
|
-
"__err__": "folder-error-open",
|
|
6767
|
-
"errs": "folder-error-open",
|
|
6768
|
-
".errs": "folder-error-open",
|
|
6769
|
-
"_errs": "folder-error-open",
|
|
6770
|
-
"__errs__": "folder-error-open",
|
|
6771
|
-
"crash": "folder-error-open",
|
|
6772
|
-
".crash": "folder-error-open",
|
|
6773
|
-
"_crash": "folder-error-open",
|
|
6774
|
-
"__crash__": "folder-error-open",
|
|
6775
|
-
"crashes": "folder-error-open",
|
|
6776
|
-
".crashes": "folder-error-open",
|
|
6777
|
-
"_crashes": "folder-error-open",
|
|
6778
|
-
"__crashes__": "folder-error-open",
|
|
6779
|
-
"event": "folder-event-open",
|
|
6780
|
-
".event": "folder-event-open",
|
|
6781
|
-
"_event": "folder-event-open",
|
|
6782
|
-
"__event__": "folder-event-open",
|
|
6783
|
-
"events": "folder-event-open",
|
|
6784
|
-
".events": "folder-event-open",
|
|
6785
|
-
"_events": "folder-event-open",
|
|
6786
|
-
"__events__": "folder-event-open",
|
|
6787
|
-
"auth": "folder-secure-open",
|
|
6788
|
-
".auth": "folder-secure-open",
|
|
6789
|
-
"_auth": "folder-secure-open",
|
|
6790
|
-
"__auth__": "folder-secure-open",
|
|
6791
|
-
"authentication": "folder-secure-open",
|
|
6792
|
-
".authentication": "folder-secure-open",
|
|
6793
|
-
"_authentication": "folder-secure-open",
|
|
6794
|
-
"__authentication__": "folder-secure-open",
|
|
6795
|
-
"secure": "folder-secure-open",
|
|
6796
|
-
".secure": "folder-secure-open",
|
|
6797
|
-
"_secure": "folder-secure-open",
|
|
6798
|
-
"__secure__": "folder-secure-open",
|
|
6799
|
-
"security": "folder-secure-open",
|
|
6800
|
-
".security": "folder-secure-open",
|
|
6801
|
-
"_security": "folder-secure-open",
|
|
6802
|
-
"__security__": "folder-secure-open",
|
|
6803
|
-
"cert": "folder-secure-open",
|
|
6804
|
-
".cert": "folder-secure-open",
|
|
6805
|
-
"_cert": "folder-secure-open",
|
|
6806
|
-
"__cert__": "folder-secure-open",
|
|
6807
|
-
"certs": "folder-secure-open",
|
|
6808
|
-
".certs": "folder-secure-open",
|
|
6809
|
-
"_certs": "folder-secure-open",
|
|
6810
|
-
"__certs__": "folder-secure-open",
|
|
6811
|
-
"certificate": "folder-secure-open",
|
|
6812
|
-
".certificate": "folder-secure-open",
|
|
6813
|
-
"_certificate": "folder-secure-open",
|
|
6814
|
-
"__certificate__": "folder-secure-open",
|
|
6815
|
-
"certificates": "folder-secure-open",
|
|
6816
|
-
".certificates": "folder-secure-open",
|
|
6817
|
-
"_certificates": "folder-secure-open",
|
|
6818
|
-
"__certificates__": "folder-secure-open",
|
|
6819
|
-
"ssl": "folder-secure-open",
|
|
6820
|
-
".ssl": "folder-secure-open",
|
|
6821
|
-
"_ssl": "folder-secure-open",
|
|
6822
|
-
"__ssl__": "folder-secure-open",
|
|
6823
|
-
"custom": "folder-custom-open",
|
|
6824
|
-
".custom": "folder-custom-open",
|
|
6825
|
-
"_custom": "folder-custom-open",
|
|
6826
|
-
"__custom__": "folder-custom-open",
|
|
6827
|
-
"customs": "folder-custom-open",
|
|
6828
|
-
".customs": "folder-custom-open",
|
|
6829
|
-
"_customs": "folder-custom-open",
|
|
6830
|
-
"__customs__": "folder-custom-open",
|
|
6831
|
-
"draft": "folder-mock-open",
|
|
6832
|
-
".draft": "folder-mock-open",
|
|
6833
|
-
"_draft": "folder-mock-open",
|
|
6834
|
-
"__draft__": "folder-mock-open",
|
|
6835
|
-
"drafts": "folder-mock-open",
|
|
6836
|
-
".drafts": "folder-mock-open",
|
|
6837
|
-
"_drafts": "folder-mock-open",
|
|
6838
|
-
"__drafts__": "folder-mock-open",
|
|
6839
|
-
"mock": "folder-mock-open",
|
|
6840
|
-
".mock": "folder-mock-open",
|
|
6841
|
-
"_mock": "folder-mock-open",
|
|
6842
|
-
"__mock__": "folder-mock-open",
|
|
6843
|
-
"mocks": "folder-mock-open",
|
|
6844
|
-
".mocks": "folder-mock-open",
|
|
6845
|
-
"_mocks": "folder-mock-open",
|
|
6846
|
-
"__mocks__": "folder-mock-open",
|
|
6847
|
-
"fixture": "folder-mock-open",
|
|
6848
|
-
".fixture": "folder-mock-open",
|
|
6849
|
-
"_fixture": "folder-mock-open",
|
|
6850
|
-
"__fixture__": "folder-mock-open",
|
|
6851
|
-
"fixtures": "folder-mock-open",
|
|
6852
|
-
".fixtures": "folder-mock-open",
|
|
6853
|
-
"_fixtures": "folder-mock-open",
|
|
6854
|
-
"__fixtures__": "folder-mock-open",
|
|
6855
|
-
"concept": "folder-mock-open",
|
|
6856
|
-
".concept": "folder-mock-open",
|
|
6857
|
-
"_concept": "folder-mock-open",
|
|
6858
|
-
"__concept__": "folder-mock-open",
|
|
6859
|
-
"concepts": "folder-mock-open",
|
|
6860
|
-
".concepts": "folder-mock-open",
|
|
6861
|
-
"_concepts": "folder-mock-open",
|
|
6862
|
-
"__concepts__": "folder-mock-open",
|
|
6863
|
-
"sketch": "folder-mock-open",
|
|
6864
|
-
".sketch": "folder-mock-open",
|
|
6865
|
-
"_sketch": "folder-mock-open",
|
|
6866
|
-
"__sketch__": "folder-mock-open",
|
|
6867
|
-
"sketches": "folder-mock-open",
|
|
6868
|
-
".sketches": "folder-mock-open",
|
|
6869
|
-
"_sketches": "folder-mock-open",
|
|
6870
|
-
"__sketches__": "folder-mock-open",
|
|
6871
|
-
"syntax": "folder-syntax-open",
|
|
6872
|
-
".syntax": "folder-syntax-open",
|
|
6873
|
-
"_syntax": "folder-syntax-open",
|
|
6874
|
-
"__syntax__": "folder-syntax-open",
|
|
6875
|
-
"syntaxes": "folder-syntax-open",
|
|
6876
|
-
".syntaxes": "folder-syntax-open",
|
|
6877
|
-
"_syntaxes": "folder-syntax-open",
|
|
6878
|
-
"__syntaxes__": "folder-syntax-open",
|
|
6879
|
-
"spellcheck": "folder-syntax-open",
|
|
6880
|
-
".spellcheck": "folder-syntax-open",
|
|
6881
|
-
"_spellcheck": "folder-syntax-open",
|
|
6882
|
-
"__spellcheck__": "folder-syntax-open",
|
|
6883
|
-
"vm": "folder-vm-open",
|
|
6884
|
-
".vm": "folder-vm-open",
|
|
6885
|
-
"_vm": "folder-vm-open",
|
|
6886
|
-
"__vm__": "folder-vm-open",
|
|
6887
|
-
"vms": "folder-vm-open",
|
|
6888
|
-
".vms": "folder-vm-open",
|
|
6889
|
-
"_vms": "folder-vm-open",
|
|
6890
|
-
"__vms__": "folder-vm-open",
|
|
6891
|
-
"stylus": "folder-stylus-open",
|
|
6892
|
-
".stylus": "folder-stylus-open",
|
|
6893
|
-
"_stylus": "folder-stylus-open",
|
|
6894
|
-
"__stylus__": "folder-stylus-open",
|
|
6895
|
-
"flow-typed": "folder-flow-open",
|
|
6896
|
-
".flow-typed": "folder-flow-open",
|
|
6897
|
-
"_flow-typed": "folder-flow-open",
|
|
6898
|
-
"__flow-typed__": "folder-flow-open",
|
|
6899
|
-
"rule": "folder-rules-open",
|
|
6900
|
-
".rule": "folder-rules-open",
|
|
6901
|
-
"_rule": "folder-rules-open",
|
|
6902
|
-
"__rule__": "folder-rules-open",
|
|
6903
|
-
"rules": "folder-rules-open",
|
|
6904
|
-
".rules": "folder-rules-open",
|
|
6905
|
-
"_rules": "folder-rules-open",
|
|
6906
|
-
"__rules__": "folder-rules-open",
|
|
6907
|
-
"validation": "folder-rules-open",
|
|
6908
|
-
".validation": "folder-rules-open",
|
|
6909
|
-
"_validation": "folder-rules-open",
|
|
6910
|
-
"__validation__": "folder-rules-open",
|
|
6911
|
-
"validations": "folder-rules-open",
|
|
6912
|
-
".validations": "folder-rules-open",
|
|
6913
|
-
"_validations": "folder-rules-open",
|
|
6914
|
-
"__validations__": "folder-rules-open",
|
|
6915
|
-
"validator": "folder-rules-open",
|
|
6916
|
-
".validator": "folder-rules-open",
|
|
6917
|
-
"_validator": "folder-rules-open",
|
|
6918
|
-
"__validator__": "folder-rules-open",
|
|
6919
|
-
"validators": "folder-rules-open",
|
|
6920
|
-
".validators": "folder-rules-open",
|
|
6921
|
-
"_validators": "folder-rules-open",
|
|
6922
|
-
"__validators__": "folder-rules-open",
|
|
6923
|
-
"review": "folder-review-open",
|
|
6924
|
-
".review": "folder-review-open",
|
|
6925
|
-
"_review": "folder-review-open",
|
|
6926
|
-
"__review__": "folder-review-open",
|
|
6927
|
-
"reviews": "folder-review-open",
|
|
6928
|
-
".reviews": "folder-review-open",
|
|
6929
|
-
"_reviews": "folder-review-open",
|
|
6930
|
-
"__reviews__": "folder-review-open",
|
|
6931
|
-
"revisal": "folder-review-open",
|
|
6932
|
-
".revisal": "folder-review-open",
|
|
6933
|
-
"_revisal": "folder-review-open",
|
|
6934
|
-
"__revisal__": "folder-review-open",
|
|
6935
|
-
"revisals": "folder-review-open",
|
|
6936
|
-
".revisals": "folder-review-open",
|
|
6937
|
-
"_revisals": "folder-review-open",
|
|
6938
|
-
"__revisals__": "folder-review-open",
|
|
6939
|
-
"reviewed": "folder-review-open",
|
|
6940
|
-
".reviewed": "folder-review-open",
|
|
6941
|
-
"_reviewed": "folder-review-open",
|
|
6942
|
-
"__reviewed__": "folder-review-open",
|
|
6943
|
-
"anim": "folder-animation-open",
|
|
6944
|
-
".anim": "folder-animation-open",
|
|
6945
|
-
"_anim": "folder-animation-open",
|
|
6946
|
-
"__anim__": "folder-animation-open",
|
|
6947
|
-
"anims": "folder-animation-open",
|
|
6948
|
-
".anims": "folder-animation-open",
|
|
6949
|
-
"_anims": "folder-animation-open",
|
|
6950
|
-
"__anims__": "folder-animation-open",
|
|
6951
|
-
"animation": "folder-animation-open",
|
|
6952
|
-
".animation": "folder-animation-open",
|
|
6953
|
-
"_animation": "folder-animation-open",
|
|
6954
|
-
"__animation__": "folder-animation-open",
|
|
6955
|
-
"animations": "folder-animation-open",
|
|
6956
|
-
".animations": "folder-animation-open",
|
|
6957
|
-
"_animations": "folder-animation-open",
|
|
6958
|
-
"__animations__": "folder-animation-open",
|
|
6959
|
-
"animated": "folder-animation-open",
|
|
6960
|
-
".animated": "folder-animation-open",
|
|
6961
|
-
"_animated": "folder-animation-open",
|
|
6962
|
-
"__animated__": "folder-animation-open",
|
|
6963
|
-
"guard": "folder-guard-open",
|
|
6964
|
-
".guard": "folder-guard-open",
|
|
6965
|
-
"_guard": "folder-guard-open",
|
|
6966
|
-
"__guard__": "folder-guard-open",
|
|
6967
|
-
"guards": "folder-guard-open",
|
|
6968
|
-
".guards": "folder-guard-open",
|
|
6969
|
-
"_guards": "folder-guard-open",
|
|
6970
|
-
"__guards__": "folder-guard-open",
|
|
6971
|
-
"prisma": "folder-prisma-open",
|
|
6972
|
-
".prisma": "folder-prisma-open",
|
|
6973
|
-
"_prisma": "folder-prisma-open",
|
|
6974
|
-
"__prisma__": "folder-prisma-open",
|
|
6975
|
-
"pipe": "folder-pipe-open",
|
|
6976
|
-
".pipe": "folder-pipe-open",
|
|
6977
|
-
"_pipe": "folder-pipe-open",
|
|
6978
|
-
"__pipe__": "folder-pipe-open",
|
|
6979
|
-
"pipes": "folder-pipe-open",
|
|
6980
|
-
".pipes": "folder-pipe-open",
|
|
6981
|
-
"_pipes": "folder-pipe-open",
|
|
6982
|
-
"__pipes__": "folder-pipe-open",
|
|
6983
|
-
"svg": "folder-svg-open",
|
|
6984
|
-
".svg": "folder-svg-open",
|
|
6985
|
-
"_svg": "folder-svg-open",
|
|
6986
|
-
"__svg__": "folder-svg-open",
|
|
6987
|
-
"svgs": "folder-svg-open",
|
|
6988
|
-
".svgs": "folder-svg-open",
|
|
6989
|
-
"_svgs": "folder-svg-open",
|
|
6990
|
-
"__svgs__": "folder-svg-open",
|
|
6991
|
-
"terraform": "folder-terraform-open",
|
|
6992
|
-
".terraform": "folder-terraform-open",
|
|
6993
|
-
"_terraform": "folder-terraform-open",
|
|
6994
|
-
"__terraform__": "folder-terraform-open",
|
|
6995
|
-
"mobile": "folder-mobile-open",
|
|
6996
|
-
".mobile": "folder-mobile-open",
|
|
6997
|
-
"_mobile": "folder-mobile-open",
|
|
6998
|
-
"__mobile__": "folder-mobile-open",
|
|
6999
|
-
"mobiles": "folder-mobile-open",
|
|
7000
|
-
".mobiles": "folder-mobile-open",
|
|
7001
|
-
"_mobiles": "folder-mobile-open",
|
|
7002
|
-
"__mobiles__": "folder-mobile-open",
|
|
7003
|
-
"portable": "folder-mobile-open",
|
|
7004
|
-
".portable": "folder-mobile-open",
|
|
7005
|
-
"_portable": "folder-mobile-open",
|
|
7006
|
-
"__portable__": "folder-mobile-open",
|
|
7007
|
-
"portability": "folder-mobile-open",
|
|
7008
|
-
".portability": "folder-mobile-open",
|
|
7009
|
-
"_portability": "folder-mobile-open",
|
|
7010
|
-
"__portability__": "folder-mobile-open",
|
|
7011
|
-
"stencil": "folder-stencil-open",
|
|
7012
|
-
".stencil": "folder-stencil-open",
|
|
7013
|
-
"_stencil": "folder-stencil-open",
|
|
7014
|
-
"__stencil__": "folder-stencil-open",
|
|
7015
|
-
"firebase": "folder-firebase-open",
|
|
7016
|
-
".firebase": "folder-firebase-open",
|
|
7017
|
-
"_firebase": "folder-firebase-open",
|
|
7018
|
-
"__firebase__": "folder-firebase-open",
|
|
7019
|
-
"svelte": "folder-svelte-open",
|
|
7020
|
-
".svelte": "folder-svelte-open",
|
|
7021
|
-
"_svelte": "folder-svelte-open",
|
|
7022
|
-
"__svelte__": "folder-svelte-open",
|
|
7023
|
-
"svelte-kit": "folder-svelte-open",
|
|
7024
|
-
".svelte-kit": "folder-svelte-open",
|
|
7025
|
-
"_svelte-kit": "folder-svelte-open",
|
|
7026
|
-
"__svelte-kit__": "folder-svelte-open",
|
|
7027
|
-
"update": "folder-update-open",
|
|
7028
|
-
".update": "folder-update-open",
|
|
7029
|
-
"_update": "folder-update-open",
|
|
7030
|
-
"__update__": "folder-update-open",
|
|
7031
|
-
"updates": "folder-update-open",
|
|
7032
|
-
".updates": "folder-update-open",
|
|
7033
|
-
"_updates": "folder-update-open",
|
|
7034
|
-
"__updates__": "folder-update-open",
|
|
7035
|
-
"upgrade": "folder-update-open",
|
|
7036
|
-
".upgrade": "folder-update-open",
|
|
7037
|
-
"_upgrade": "folder-update-open",
|
|
7038
|
-
"__upgrade__": "folder-update-open",
|
|
7039
|
-
"upgrades": "folder-update-open",
|
|
7040
|
-
".upgrades": "folder-update-open",
|
|
7041
|
-
"_upgrades": "folder-update-open",
|
|
7042
|
-
"__upgrades__": "folder-update-open",
|
|
7043
|
-
"idea": "folder-intellij-open",
|
|
7044
|
-
".idea": "folder-intellij-open",
|
|
7045
|
-
"_idea": "folder-intellij-open",
|
|
7046
|
-
"__idea__": "folder-intellij-open",
|
|
7047
|
-
"azure-pipelines": "folder-azure-pipelines-open",
|
|
7048
|
-
".azure-pipelines": "folder-azure-pipelines-open",
|
|
7049
|
-
"_azure-pipelines": "folder-azure-pipelines-open",
|
|
7050
|
-
"__azure-pipelines__": "folder-azure-pipelines-open",
|
|
7051
|
-
"azure-pipelines-ci": "folder-azure-pipelines-open",
|
|
7052
|
-
".azure-pipelines-ci": "folder-azure-pipelines-open",
|
|
7053
|
-
"_azure-pipelines-ci": "folder-azure-pipelines-open",
|
|
7054
|
-
"__azure-pipelines-ci__": "folder-azure-pipelines-open",
|
|
7055
|
-
"mjml": "folder-mjml-open",
|
|
7056
|
-
".mjml": "folder-mjml-open",
|
|
7057
|
-
"_mjml": "folder-mjml-open",
|
|
7058
|
-
"__mjml__": "folder-mjml-open",
|
|
7059
|
-
"admin": "folder-admin-open",
|
|
7060
|
-
".admin": "folder-admin-open",
|
|
7061
|
-
"_admin": "folder-admin-open",
|
|
7062
|
-
"__admin__": "folder-admin-open",
|
|
7063
|
-
"admins": "folder-admin-open",
|
|
7064
|
-
".admins": "folder-admin-open",
|
|
7065
|
-
"_admins": "folder-admin-open",
|
|
7066
|
-
"__admins__": "folder-admin-open",
|
|
7067
|
-
"manager": "folder-admin-open",
|
|
7068
|
-
".manager": "folder-admin-open",
|
|
7069
|
-
"_manager": "folder-admin-open",
|
|
7070
|
-
"__manager__": "folder-admin-open",
|
|
7071
|
-
"managers": "folder-admin-open",
|
|
7072
|
-
".managers": "folder-admin-open",
|
|
7073
|
-
"_managers": "folder-admin-open",
|
|
7074
|
-
"__managers__": "folder-admin-open",
|
|
7075
|
-
"moderator": "folder-admin-open",
|
|
7076
|
-
".moderator": "folder-admin-open",
|
|
7077
|
-
"_moderator": "folder-admin-open",
|
|
7078
|
-
"__moderator__": "folder-admin-open",
|
|
7079
|
-
"moderators": "folder-admin-open",
|
|
7080
|
-
".moderators": "folder-admin-open",
|
|
7081
|
-
"_moderators": "folder-admin-open",
|
|
7082
|
-
"__moderators__": "folder-admin-open",
|
|
7083
|
-
"scala": "folder-scala-open",
|
|
7084
|
-
".scala": "folder-scala-open",
|
|
7085
|
-
"_scala": "folder-scala-open",
|
|
7086
|
-
"__scala__": "folder-scala-open",
|
|
7087
|
-
"connection": "folder-connection-open",
|
|
7088
|
-
".connection": "folder-connection-open",
|
|
7089
|
-
"_connection": "folder-connection-open",
|
|
7090
|
-
"__connection__": "folder-connection-open",
|
|
7091
|
-
"connections": "folder-connection-open",
|
|
7092
|
-
".connections": "folder-connection-open",
|
|
7093
|
-
"_connections": "folder-connection-open",
|
|
7094
|
-
"__connections__": "folder-connection-open",
|
|
7095
|
-
"integration": "folder-connection-open",
|
|
7096
|
-
".integration": "folder-connection-open",
|
|
7097
|
-
"_integration": "folder-connection-open",
|
|
7098
|
-
"__integration__": "folder-connection-open",
|
|
7099
|
-
"integrations": "folder-connection-open",
|
|
7100
|
-
".integrations": "folder-connection-open",
|
|
7101
|
-
"_integrations": "folder-connection-open",
|
|
7102
|
-
"__integrations__": "folder-connection-open",
|
|
7103
|
-
"quasar": "folder-quasar-open",
|
|
7104
|
-
".quasar": "folder-quasar-open",
|
|
7105
|
-
"_quasar": "folder-quasar-open",
|
|
7106
|
-
"__quasar__": "folder-quasar-open",
|
|
7107
|
-
"next": "folder-next-open",
|
|
7108
|
-
".next": "folder-next-open",
|
|
7109
|
-
"_next": "folder-next-open",
|
|
7110
|
-
"__next__": "folder-next-open",
|
|
7111
|
-
"cobol": "folder-cobol-open",
|
|
7112
|
-
".cobol": "folder-cobol-open",
|
|
7113
|
-
"_cobol": "folder-cobol-open",
|
|
7114
|
-
"__cobol__": "folder-cobol-open",
|
|
7115
|
-
"yarn": "folder-yarn-open",
|
|
7116
|
-
".yarn": "folder-yarn-open",
|
|
7117
|
-
"_yarn": "folder-yarn-open",
|
|
7118
|
-
"__yarn__": "folder-yarn-open",
|
|
7119
|
-
"husky": "folder-husky-open",
|
|
7120
|
-
".husky": "folder-husky-open",
|
|
7121
|
-
"_husky": "folder-husky-open",
|
|
7122
|
-
"__husky__": "folder-husky-open",
|
|
7123
|
-
"storybook": "folder-storybook-open",
|
|
7124
|
-
".storybook": "folder-storybook-open",
|
|
7125
|
-
"_storybook": "folder-storybook-open",
|
|
7126
|
-
"__storybook__": "folder-storybook-open",
|
|
7127
|
-
"stories": "folder-storybook-open",
|
|
7128
|
-
".stories": "folder-storybook-open",
|
|
7129
|
-
"_stories": "folder-storybook-open",
|
|
7130
|
-
"__stories__": "folder-storybook-open",
|
|
7131
|
-
"base": "folder-base-open",
|
|
7132
|
-
".base": "folder-base-open",
|
|
7133
|
-
"_base": "folder-base-open",
|
|
7134
|
-
"__base__": "folder-base-open",
|
|
7135
|
-
"bases": "folder-base-open",
|
|
7136
|
-
".bases": "folder-base-open",
|
|
7137
|
-
"_bases": "folder-base-open",
|
|
7138
|
-
"__bases__": "folder-base-open",
|
|
7139
|
-
"cart": "folder-cart-open",
|
|
7140
|
-
".cart": "folder-cart-open",
|
|
7141
|
-
"_cart": "folder-cart-open",
|
|
7142
|
-
"__cart__": "folder-cart-open",
|
|
7143
|
-
"shopping-cart": "folder-cart-open",
|
|
7144
|
-
".shopping-cart": "folder-cart-open",
|
|
7145
|
-
"_shopping-cart": "folder-cart-open",
|
|
7146
|
-
"__shopping-cart__": "folder-cart-open",
|
|
7147
|
-
"shopping": "folder-cart-open",
|
|
7148
|
-
".shopping": "folder-cart-open",
|
|
7149
|
-
"_shopping": "folder-cart-open",
|
|
7150
|
-
"__shopping__": "folder-cart-open",
|
|
7151
|
-
"shop": "folder-cart-open",
|
|
7152
|
-
".shop": "folder-cart-open",
|
|
7153
|
-
"_shop": "folder-cart-open",
|
|
7154
|
-
"__shop__": "folder-cart-open",
|
|
7155
|
-
"home": "folder-home-open",
|
|
7156
|
-
".home": "folder-home-open",
|
|
7157
|
-
"_home": "folder-home-open",
|
|
7158
|
-
"__home__": "folder-home-open",
|
|
7159
|
-
"start": "folder-home-open",
|
|
7160
|
-
".start": "folder-home-open",
|
|
7161
|
-
"_start": "folder-home-open",
|
|
7162
|
-
"__start__": "folder-home-open",
|
|
7163
|
-
"project": "folder-project-open",
|
|
7164
|
-
".project": "folder-project-open",
|
|
7165
|
-
"_project": "folder-project-open",
|
|
7166
|
-
"__project__": "folder-project-open",
|
|
7167
|
-
"projects": "folder-project-open",
|
|
7168
|
-
".projects": "folder-project-open",
|
|
7169
|
-
"_projects": "folder-project-open",
|
|
7170
|
-
"__projects__": "folder-project-open",
|
|
7171
|
-
"interface": "folder-interface-open",
|
|
7172
|
-
".interface": "folder-interface-open",
|
|
7173
|
-
"_interface": "folder-interface-open",
|
|
7174
|
-
"__interface__": "folder-interface-open",
|
|
7175
|
-
"interfaces": "folder-interface-open",
|
|
7176
|
-
".interfaces": "folder-interface-open",
|
|
7177
|
-
"_interfaces": "folder-interface-open",
|
|
7178
|
-
"__interfaces__": "folder-interface-open",
|
|
7179
|
-
"netlify": "folder-netlify-open",
|
|
7180
|
-
".netlify": "folder-netlify-open",
|
|
7181
|
-
"_netlify": "folder-netlify-open",
|
|
7182
|
-
"__netlify__": "folder-netlify-open",
|
|
7183
|
-
"enum": "folder-enum-open",
|
|
7184
|
-
".enum": "folder-enum-open",
|
|
7185
|
-
"_enum": "folder-enum-open",
|
|
7186
|
-
"__enum__": "folder-enum-open",
|
|
7187
|
-
"enums": "folder-enum-open",
|
|
7188
|
-
".enums": "folder-enum-open",
|
|
7189
|
-
"_enums": "folder-enum-open",
|
|
7190
|
-
"__enums__": "folder-enum-open",
|
|
7191
|
-
"pact": "folder-contract-open",
|
|
7192
|
-
".pact": "folder-contract-open",
|
|
7193
|
-
"_pact": "folder-contract-open",
|
|
7194
|
-
"__pact__": "folder-contract-open",
|
|
7195
|
-
"pacts": "folder-contract-open",
|
|
7196
|
-
".pacts": "folder-contract-open",
|
|
7197
|
-
"_pacts": "folder-contract-open",
|
|
7198
|
-
"__pacts__": "folder-contract-open",
|
|
7199
|
-
"contract": "folder-contract-open",
|
|
7200
|
-
".contract": "folder-contract-open",
|
|
7201
|
-
"_contract": "folder-contract-open",
|
|
7202
|
-
"__contract__": "folder-contract-open",
|
|
7203
|
-
"contracts": "folder-contract-open",
|
|
7204
|
-
".contracts": "folder-contract-open",
|
|
7205
|
-
"_contracts": "folder-contract-open",
|
|
7206
|
-
"__contracts__": "folder-contract-open",
|
|
7207
|
-
"contract-testing": "folder-contract-open",
|
|
7208
|
-
".contract-testing": "folder-contract-open",
|
|
7209
|
-
"_contract-testing": "folder-contract-open",
|
|
7210
|
-
"__contract-testing__": "folder-contract-open",
|
|
7211
|
-
"contract-test": "folder-contract-open",
|
|
7212
|
-
".contract-test": "folder-contract-open",
|
|
7213
|
-
"_contract-test": "folder-contract-open",
|
|
7214
|
-
"__contract-test__": "folder-contract-open",
|
|
7215
|
-
"contract-tests": "folder-contract-open",
|
|
7216
|
-
".contract-tests": "folder-contract-open",
|
|
7217
|
-
"_contract-tests": "folder-contract-open",
|
|
7218
|
-
"__contract-tests__": "folder-contract-open",
|
|
7219
|
-
"queue": "folder-queue-open",
|
|
7220
|
-
".queue": "folder-queue-open",
|
|
7221
|
-
"_queue": "folder-queue-open",
|
|
7222
|
-
"__queue__": "folder-queue-open",
|
|
7223
|
-
"queues": "folder-queue-open",
|
|
7224
|
-
".queues": "folder-queue-open",
|
|
7225
|
-
"_queues": "folder-queue-open",
|
|
7226
|
-
"__queues__": "folder-queue-open",
|
|
7227
|
-
"bull": "folder-queue-open",
|
|
7228
|
-
".bull": "folder-queue-open",
|
|
7229
|
-
"_bull": "folder-queue-open",
|
|
7230
|
-
"__bull__": "folder-queue-open",
|
|
7231
|
-
"mq": "folder-queue-open",
|
|
7232
|
-
".mq": "folder-queue-open",
|
|
7233
|
-
"_mq": "folder-queue-open",
|
|
7234
|
-
"__mq__": "folder-queue-open",
|
|
7235
|
-
"vercel": "folder-vercel-open",
|
|
7236
|
-
".vercel": "folder-vercel-open",
|
|
7237
|
-
"_vercel": "folder-vercel-open",
|
|
7238
|
-
"__vercel__": "folder-vercel-open",
|
|
7239
|
-
"now": "folder-vercel-open",
|
|
7240
|
-
".now": "folder-vercel-open",
|
|
7241
|
-
"_now": "folder-vercel-open",
|
|
7242
|
-
"__now__": "folder-vercel-open",
|
|
7243
|
-
"cypress": "folder-cypress-open",
|
|
7244
|
-
".cypress": "folder-cypress-open",
|
|
7245
|
-
"_cypress": "folder-cypress-open",
|
|
7246
|
-
"__cypress__": "folder-cypress-open",
|
|
7247
|
-
"decorator": "folder-decorators-open",
|
|
7248
|
-
".decorator": "folder-decorators-open",
|
|
7249
|
-
"_decorator": "folder-decorators-open",
|
|
7250
|
-
"__decorator__": "folder-decorators-open",
|
|
7251
|
-
"decorators": "folder-decorators-open",
|
|
7252
|
-
".decorators": "folder-decorators-open",
|
|
7253
|
-
"_decorators": "folder-decorators-open",
|
|
7254
|
-
"__decorators__": "folder-decorators-open",
|
|
7255
|
-
"java": "folder-java-open",
|
|
7256
|
-
".java": "folder-java-open",
|
|
7257
|
-
"_java": "folder-java-open",
|
|
7258
|
-
"__java__": "folder-java-open",
|
|
7259
|
-
"resolver": "folder-resolver-open",
|
|
7260
|
-
".resolver": "folder-resolver-open",
|
|
7261
|
-
"_resolver": "folder-resolver-open",
|
|
7262
|
-
"__resolver__": "folder-resolver-open",
|
|
7263
|
-
"resolvers": "folder-resolver-open",
|
|
7264
|
-
".resolvers": "folder-resolver-open",
|
|
7265
|
-
"_resolvers": "folder-resolver-open",
|
|
7266
|
-
"__resolvers__": "folder-resolver-open",
|
|
7267
|
-
"angular": "folder-angular-open",
|
|
7268
|
-
".angular": "folder-angular-open",
|
|
7269
|
-
"_angular": "folder-angular-open",
|
|
7270
|
-
"__angular__": "folder-angular-open",
|
|
7271
|
-
"unity": "folder-unity-open",
|
|
7272
|
-
".unity": "folder-unity-open",
|
|
7273
|
-
"_unity": "folder-unity-open",
|
|
7274
|
-
"__unity__": "folder-unity-open",
|
|
7275
|
-
"pdf": "folder-pdf-open",
|
|
7276
|
-
".pdf": "folder-pdf-open",
|
|
7277
|
-
"_pdf": "folder-pdf-open",
|
|
7278
|
-
"__pdf__": "folder-pdf-open",
|
|
7279
|
-
"pdfs": "folder-pdf-open",
|
|
7280
|
-
".pdfs": "folder-pdf-open",
|
|
7281
|
-
"_pdfs": "folder-pdf-open",
|
|
7282
|
-
"__pdfs__": "folder-pdf-open",
|
|
7283
|
-
"protobuf": "folder-proto-open",
|
|
7284
|
-
".protobuf": "folder-proto-open",
|
|
7285
|
-
"_protobuf": "folder-proto-open",
|
|
7286
|
-
"__protobuf__": "folder-proto-open",
|
|
7287
|
-
"protobufs": "folder-proto-open",
|
|
7288
|
-
".protobufs": "folder-proto-open",
|
|
7289
|
-
"_protobufs": "folder-proto-open",
|
|
7290
|
-
"__protobufs__": "folder-proto-open",
|
|
7291
|
-
"proto": "folder-proto-open",
|
|
7292
|
-
".proto": "folder-proto-open",
|
|
7293
|
-
"_proto": "folder-proto-open",
|
|
7294
|
-
"protos": "folder-proto-open",
|
|
7295
|
-
".protos": "folder-proto-open",
|
|
7296
|
-
"_protos": "folder-proto-open",
|
|
7297
|
-
"__protos__": "folder-proto-open",
|
|
7298
|
-
"plastic": "folder-plastic-open",
|
|
7299
|
-
".plastic": "folder-plastic-open",
|
|
7300
|
-
"_plastic": "folder-plastic-open",
|
|
7301
|
-
"__plastic__": "folder-plastic-open",
|
|
7302
|
-
"gamemaker": "folder-gamemaker-open",
|
|
7303
|
-
".gamemaker": "folder-gamemaker-open",
|
|
7304
|
-
"_gamemaker": "folder-gamemaker-open",
|
|
7305
|
-
"__gamemaker__": "folder-gamemaker-open",
|
|
7306
|
-
"gamemaker2": "folder-gamemaker-open",
|
|
7307
|
-
".gamemaker2": "folder-gamemaker-open",
|
|
7308
|
-
"_gamemaker2": "folder-gamemaker-open",
|
|
7309
|
-
"__gamemaker2__": "folder-gamemaker-open",
|
|
7310
|
-
"hg": "folder-mercurial-open",
|
|
7311
|
-
".hg": "folder-mercurial-open",
|
|
7312
|
-
"_hg": "folder-mercurial-open",
|
|
7313
|
-
"__hg__": "folder-mercurial-open",
|
|
7314
|
-
"hghooks": "folder-mercurial-open",
|
|
7315
|
-
".hghooks": "folder-mercurial-open",
|
|
7316
|
-
"_hghooks": "folder-mercurial-open",
|
|
7317
|
-
"__hghooks__": "folder-mercurial-open",
|
|
7318
|
-
"hgext": "folder-mercurial-open",
|
|
7319
|
-
".hgext": "folder-mercurial-open",
|
|
7320
|
-
"_hgext": "folder-mercurial-open",
|
|
7321
|
-
"__hgext__": "folder-mercurial-open",
|
|
7322
|
-
"godot": "folder-godot-open",
|
|
7323
|
-
".godot": "folder-godot-open",
|
|
7324
|
-
"_godot": "folder-godot-open",
|
|
7325
|
-
"__godot__": "folder-godot-open",
|
|
7326
|
-
"godot-cpp": "folder-godot-open",
|
|
7327
|
-
".godot-cpp": "folder-godot-open",
|
|
7328
|
-
"_godot-cpp": "folder-godot-open",
|
|
7329
|
-
"__godot-cpp__": "folder-godot-open",
|
|
7330
|
-
"lottie": "folder-lottie-open",
|
|
7331
|
-
".lottie": "folder-lottie-open",
|
|
7332
|
-
"_lottie": "folder-lottie-open",
|
|
7333
|
-
"__lottie__": "folder-lottie-open",
|
|
7334
|
-
"lotties": "folder-lottie-open",
|
|
7335
|
-
".lotties": "folder-lottie-open",
|
|
7336
|
-
"_lotties": "folder-lottie-open",
|
|
7337
|
-
"__lotties__": "folder-lottie-open",
|
|
7338
|
-
"lottiefiles": "folder-lottie-open",
|
|
7339
|
-
".lottiefiles": "folder-lottie-open",
|
|
7340
|
-
"_lottiefiles": "folder-lottie-open",
|
|
7341
|
-
"__lottiefiles__": "folder-lottie-open",
|
|
7342
|
-
"taskfile": "folder-taskfile-open",
|
|
7343
|
-
".taskfile": "folder-taskfile-open",
|
|
7344
|
-
"_taskfile": "folder-taskfile-open",
|
|
7345
|
-
"__taskfile__": "folder-taskfile-open",
|
|
7346
|
-
"taskfiles": "folder-taskfile-open",
|
|
7347
|
-
".taskfiles": "folder-taskfile-open",
|
|
7348
|
-
"_taskfiles": "folder-taskfile-open",
|
|
7349
|
-
"__taskfiles__": "folder-taskfile-open",
|
|
7350
|
-
"cloudflare": "folder-cloudflare-open",
|
|
7351
|
-
".cloudflare": "folder-cloudflare-open",
|
|
7352
|
-
"_cloudflare": "folder-cloudflare-open",
|
|
7353
|
-
"__cloudflare__": "folder-cloudflare-open",
|
|
7354
|
-
"seeds": "folder-seeders-open",
|
|
7355
|
-
".seeds": "folder-seeders-open",
|
|
7356
|
-
"_seeds": "folder-seeders-open",
|
|
7357
|
-
"__seeds__": "folder-seeders-open",
|
|
7358
|
-
"seeders": "folder-seeders-open",
|
|
7359
|
-
".seeders": "folder-seeders-open",
|
|
7360
|
-
"_seeders": "folder-seeders-open",
|
|
7361
|
-
"__seeders__": "folder-seeders-open",
|
|
7362
|
-
"seed": "folder-seeders-open",
|
|
7363
|
-
".seed": "folder-seeders-open",
|
|
7364
|
-
"_seed": "folder-seeders-open",
|
|
7365
|
-
"__seed__": "folder-seeders-open",
|
|
7366
|
-
"seeding": "folder-seeders-open",
|
|
7367
|
-
".seeding": "folder-seeders-open",
|
|
7368
|
-
"_seeding": "folder-seeders-open",
|
|
7369
|
-
"__seeding__": "folder-seeders-open"
|
|
7370
|
-
},
|
|
7371
|
-
"hidesExplorerArrows": false,
|
|
7372
|
-
"highContrast": { "fileExtensions": {}, "fileNames": {} },
|
|
7373
|
-
"iconDefinitions": {
|
|
7374
|
-
"git": { "iconPath": "./../icons/git.svg" },
|
|
7375
|
-
"yaml": { "iconPath": "./../icons/yaml.svg" },
|
|
7376
|
-
"xml": { "iconPath": "./../icons/xml.svg" },
|
|
7377
|
-
"matlab": { "iconPath": "./../icons/matlab.svg" },
|
|
7378
|
-
"settings": { "iconPath": "./../icons/settings.svg" },
|
|
7379
|
-
"shaderlab": { "iconPath": "./../icons/shaderlab.svg" },
|
|
7380
|
-
"diff": { "iconPath": "./../icons/diff.svg" },
|
|
7381
|
-
"json": { "iconPath": "./../icons/json.svg" },
|
|
7382
|
-
"blink": { "iconPath": "./../icons/blink.svg" },
|
|
7383
|
-
"java": { "iconPath": "./../icons/java.svg" },
|
|
7384
|
-
"razor": { "iconPath": "./../icons/razor.svg" },
|
|
7385
|
-
"python": { "iconPath": "./../icons/python.svg" },
|
|
7386
|
-
"mojo": { "iconPath": "./../icons/mojo.svg" },
|
|
7387
|
-
"javascript": { "iconPath": "./../icons/javascript.svg" },
|
|
7388
|
-
"typescript": { "iconPath": "./../icons/typescript.svg" },
|
|
7389
|
-
"scala": { "iconPath": "./../icons/scala.svg" },
|
|
7390
|
-
"handlebars": { "iconPath": "./../icons/handlebars.svg" },
|
|
7391
|
-
"perl": { "iconPath": "./../icons/perl.svg" },
|
|
7392
|
-
"haxe": { "iconPath": "./../icons/haxe.svg" },
|
|
7393
|
-
"puppet": { "iconPath": "./../icons/puppet.svg" },
|
|
7394
|
-
"elixir": { "iconPath": "./../icons/elixir.svg" },
|
|
7395
|
-
"livescript": { "iconPath": "./../icons/livescript.svg" },
|
|
7396
|
-
"erlang": { "iconPath": "./../icons/erlang.svg" },
|
|
7397
|
-
"twig": { "iconPath": "./../icons/twig.svg" },
|
|
7398
|
-
"julia": { "iconPath": "./../icons/julia.svg" },
|
|
7399
|
-
"elm": { "iconPath": "./../icons/elm.svg" },
|
|
7400
|
-
"purescript": { "iconPath": "./../icons/purescript.svg" },
|
|
7401
|
-
"stylus": { "iconPath": "./../icons/stylus.svg" },
|
|
7402
|
-
"nunjucks": { "iconPath": "./../icons/nunjucks.svg" },
|
|
7403
|
-
"pug": { "iconPath": "./../icons/pug.svg" },
|
|
7404
|
-
"robot": { "iconPath": "./../icons/robot.svg" },
|
|
7405
|
-
"sass": { "iconPath": "./../icons/sass.svg" },
|
|
7406
|
-
"less": { "iconPath": "./../icons/less.svg" },
|
|
7407
|
-
"css": { "iconPath": "./../icons/css.svg" },
|
|
7408
|
-
"visualstudio": { "iconPath": "./../icons/visualstudio.svg" },
|
|
7409
|
-
"angular": { "iconPath": "./../icons/angular.svg" },
|
|
7410
|
-
"graphql": { "iconPath": "./../icons/graphql.svg" },
|
|
7411
|
-
"solidity": { "iconPath": "./../icons/solidity.svg" },
|
|
7412
|
-
"autoit": { "iconPath": "./../icons/autoit.svg" },
|
|
7413
|
-
"haml": { "iconPath": "./../icons/haml.svg" },
|
|
7414
|
-
"yang": { "iconPath": "./../icons/yang.svg" },
|
|
7415
|
-
"terraform": { "iconPath": "./../icons/terraform.svg" },
|
|
7416
|
-
"applescript": { "iconPath": "./../icons/applescript.svg" },
|
|
7417
|
-
"cake": { "iconPath": "./../icons/cake.svg" },
|
|
7418
|
-
"cucumber": { "iconPath": "./../icons/cucumber.svg" },
|
|
7419
|
-
"nim": { "iconPath": "./../icons/nim.svg" },
|
|
7420
|
-
"apiblueprint": { "iconPath": "./../icons/apiblueprint.svg" },
|
|
7421
|
-
"riot": { "iconPath": "./../icons/riot.svg" },
|
|
7422
|
-
"postcss": { "iconPath": "./../icons/postcss.svg" },
|
|
7423
|
-
"coldfusion": { "iconPath": "./../icons/coldfusion.svg" },
|
|
7424
|
-
"haskell": { "iconPath": "./../icons/haskell.svg" },
|
|
7425
|
-
"dhall": { "iconPath": "./../icons/dhall.svg" },
|
|
7426
|
-
"cabal": { "iconPath": "./../icons/cabal.svg" },
|
|
7427
|
-
"nix": { "iconPath": "./../icons/nix.svg" },
|
|
7428
|
-
"ruby": { "iconPath": "./../icons/ruby.svg" },
|
|
7429
|
-
"slim": { "iconPath": "./../icons/slim.svg" },
|
|
7430
|
-
"php": { "iconPath": "./../icons/php.svg" },
|
|
7431
|
-
"php_elephant": { "iconPath": "./../icons/php_elephant.svg" },
|
|
7432
|
-
"php_elephant_pink": { "iconPath": "./../icons/php_elephant_pink.svg" },
|
|
7433
|
-
"hack": { "iconPath": "./../icons/hack.svg" },
|
|
7434
|
-
"react": { "iconPath": "./../icons/react.svg" },
|
|
7435
|
-
"mjml": { "iconPath": "./../icons/mjml.svg" },
|
|
7436
|
-
"processing": { "iconPath": "./../icons/processing.svg" },
|
|
7437
|
-
"hcl": { "iconPath": "./../icons/hcl.svg" },
|
|
7438
|
-
"go": { "iconPath": "./../icons/go.svg" },
|
|
7439
|
-
"go_gopher": { "iconPath": "./../icons/go_gopher.svg" },
|
|
7440
|
-
"nodejs_alt": { "iconPath": "./../icons/nodejs_alt.svg" },
|
|
7441
|
-
"django": { "iconPath": "./../icons/django.svg" },
|
|
7442
|
-
"html": { "iconPath": "./../icons/html.svg" },
|
|
7443
|
-
"godot": { "iconPath": "./../icons/godot.svg" },
|
|
7444
|
-
"godot-assets": { "iconPath": "./../icons/godot-assets.svg" },
|
|
7445
|
-
"vim": { "iconPath": "./../icons/vim.svg" },
|
|
7446
|
-
"silverstripe": { "iconPath": "./../icons/silverstripe.svg" },
|
|
7447
|
-
"prolog": { "iconPath": "./../icons/prolog.svg" },
|
|
7448
|
-
"pawn": { "iconPath": "./../icons/pawn.svg" },
|
|
7449
|
-
"reason": { "iconPath": "./../icons/reason.svg" },
|
|
7450
|
-
"sml": { "iconPath": "./../icons/sml.svg" },
|
|
7451
|
-
"tex": { "iconPath": "./../icons/tex.svg" },
|
|
7452
|
-
"salesforce": { "iconPath": "./../icons/salesforce.svg" },
|
|
7453
|
-
"sas": { "iconPath": "./../icons/sas.svg" },
|
|
7454
|
-
"docker": { "iconPath": "./../icons/docker.svg" },
|
|
7455
|
-
"table": { "iconPath": "./../icons/table.svg" },
|
|
7456
|
-
"csharp": { "iconPath": "./../icons/csharp.svg" },
|
|
7457
|
-
"console": { "iconPath": "./../icons/console.svg" },
|
|
7458
|
-
"c": { "iconPath": "./../icons/c.svg" },
|
|
7459
|
-
"cpp": { "iconPath": "./../icons/cpp.svg" },
|
|
7460
|
-
"objective-c": { "iconPath": "./../icons/objective-c.svg" },
|
|
7461
|
-
"objective-cpp": { "iconPath": "./../icons/objective-cpp.svg" },
|
|
7462
|
-
"coffee": { "iconPath": "./../icons/coffee.svg" },
|
|
7463
|
-
"fsharp": { "iconPath": "./../icons/fsharp.svg" },
|
|
7464
|
-
"editorconfig": { "iconPath": "./../icons/editorconfig.svg" },
|
|
7465
|
-
"clojure": { "iconPath": "./../icons/clojure.svg" },
|
|
7466
|
-
"groovy": { "iconPath": "./../icons/groovy.svg" },
|
|
7467
|
-
"markdown": { "iconPath": "./../icons/markdown.svg" },
|
|
7468
|
-
"jinja": { "iconPath": "./../icons/jinja.svg" },
|
|
7469
|
-
"proto": { "iconPath": "./../icons/proto.svg" },
|
|
7470
|
-
"python-misc": { "iconPath": "./../icons/python-misc.svg" },
|
|
7471
|
-
"vue": { "iconPath": "./../icons/vue.svg" },
|
|
7472
|
-
"lua": { "iconPath": "./../icons/lua.svg" },
|
|
7473
|
-
"lib": { "iconPath": "./../icons/lib.svg" },
|
|
7474
|
-
"log": { "iconPath": "./../icons/log.svg" },
|
|
7475
|
-
"jupyter": { "iconPath": "./../icons/jupyter.svg" },
|
|
7476
|
-
"document": { "iconPath": "./../icons/document.svg" },
|
|
7477
|
-
"pdf": { "iconPath": "./../icons/pdf.svg" },
|
|
7478
|
-
"powershell": { "iconPath": "./../icons/powershell.svg" },
|
|
7479
|
-
"r": { "iconPath": "./../icons/r.svg" },
|
|
7480
|
-
"rust": { "iconPath": "./../icons/rust.svg" },
|
|
7481
|
-
"database": { "iconPath": "./../icons/database.svg" },
|
|
7482
|
-
"kusto": { "iconPath": "./../icons/kusto.svg" },
|
|
7483
|
-
"lock": { "iconPath": "./../icons/lock.svg" },
|
|
7484
|
-
"svg": { "iconPath": "./../icons/svg.svg" },
|
|
7485
|
-
"swift": { "iconPath": "./../icons/swift.svg" },
|
|
7486
|
-
"react_ts": { "iconPath": "./../icons/react_ts.svg" },
|
|
7487
|
-
"search": { "iconPath": "./../icons/search.svg" },
|
|
7488
|
-
"minecraft": { "iconPath": "./../icons/minecraft.svg" },
|
|
7489
|
-
"rescript": { "iconPath": "./../icons/rescript.svg" },
|
|
7490
|
-
"otne": { "iconPath": "./../icons/otne.svg" },
|
|
7491
|
-
"twine": { "iconPath": "./../icons/twine.svg" },
|
|
7492
|
-
"grain": { "iconPath": "./../icons/grain.svg" },
|
|
7493
|
-
"lolcode": { "iconPath": "./../icons/lolcode.svg" },
|
|
7494
|
-
"idris": { "iconPath": "./../icons/idris.svg" },
|
|
7495
|
-
"chess": { "iconPath": "./../icons/chess.svg" },
|
|
7496
|
-
"gemini": { "iconPath": "./../icons/gemini.svg" },
|
|
7497
|
-
"vlang": { "iconPath": "./../icons/vlang.svg" },
|
|
7498
|
-
"wolframlanguage": { "iconPath": "./../icons/wolframlanguage.svg" },
|
|
7499
|
-
"shader": { "iconPath": "./../icons/shader.svg" },
|
|
7500
|
-
"tree": { "iconPath": "./../icons/tree.svg" },
|
|
7501
|
-
"svelte": { "iconPath": "./../icons/svelte.svg" },
|
|
7502
|
-
"dart": { "iconPath": "./../icons/dart.svg" },
|
|
7503
|
-
"cadence": { "iconPath": "./../icons/cadence.svg" },
|
|
7504
|
-
"stylable": { "iconPath": "./../icons/stylable.svg" },
|
|
7505
|
-
"hjson": { "iconPath": "./../icons/hjson.svg" },
|
|
7506
|
-
"huff": { "iconPath": "./../icons/huff.svg" },
|
|
7507
|
-
"concourse": { "iconPath": "./../icons/concourse.svg" },
|
|
7508
|
-
"blink_light": { "iconPath": "./../icons/blink_light.svg" },
|
|
7509
|
-
"jinja_light": { "iconPath": "./../icons/jinja_light.svg" },
|
|
7510
|
-
"playwright": { "iconPath": "./../icons/playwright.svg" },
|
|
7511
|
-
"sublime": { "iconPath": "./../icons/sublime.svg" },
|
|
7512
|
-
"image": { "iconPath": "./../icons/image.svg" },
|
|
7513
|
-
"routing": { "iconPath": "./../icons/routing.svg" },
|
|
7514
|
-
"typescript-def": { "iconPath": "./../icons/typescript-def.svg" },
|
|
7515
|
-
"markojs": { "iconPath": "./../icons/markojs.svg" },
|
|
7516
|
-
"astro": { "iconPath": "./../icons/astro.svg" },
|
|
7517
|
-
"vscode": { "iconPath": "./../icons/vscode.svg" },
|
|
7518
|
-
"qsharp": { "iconPath": "./../icons/qsharp.svg" },
|
|
7519
|
-
"zip": { "iconPath": "./../icons/zip.svg" },
|
|
7520
|
-
"vala": { "iconPath": "./../icons/vala.svg" },
|
|
7521
|
-
"zig": { "iconPath": "./../icons/zig.svg" },
|
|
7522
|
-
"exe": { "iconPath": "./../icons/exe.svg" },
|
|
7523
|
-
"hex": { "iconPath": "./../icons/hex.svg" },
|
|
7524
|
-
"jar": { "iconPath": "./../icons/jar.svg" },
|
|
7525
|
-
"javaclass": { "iconPath": "./../icons/javaclass.svg" },
|
|
7526
|
-
"h": { "iconPath": "./../icons/h.svg" },
|
|
7527
|
-
"hpp": { "iconPath": "./../icons/hpp.svg" },
|
|
7528
|
-
"rc": { "iconPath": "./../icons/rc.svg" },
|
|
7529
|
-
"go-mod": { "iconPath": "./../icons/go-mod.svg" },
|
|
7530
|
-
"url": { "iconPath": "./../icons/url.svg" },
|
|
7531
|
-
"gradle": { "iconPath": "./../icons/gradle.svg" },
|
|
7532
|
-
"word": { "iconPath": "./../icons/word.svg" },
|
|
7533
|
-
"certificate": { "iconPath": "./../icons/certificate.svg" },
|
|
7534
|
-
"key": { "iconPath": "./../icons/key.svg" },
|
|
7535
|
-
"font": { "iconPath": "./../icons/font.svg" },
|
|
7536
|
-
"dll": { "iconPath": "./../icons/dll.svg" },
|
|
7537
|
-
"gemfile": { "iconPath": "./../icons/gemfile.svg" },
|
|
7538
|
-
"rubocop": { "iconPath": "./../icons/rubocop.svg" },
|
|
7539
|
-
"rubocop_light": { "iconPath": "./../icons/rubocop_light.svg" },
|
|
7540
|
-
"rspec": { "iconPath": "./../icons/rspec.svg" },
|
|
7541
|
-
"arduino": { "iconPath": "./../icons/arduino.svg" },
|
|
7542
|
-
"powerpoint": { "iconPath": "./../icons/powerpoint.svg" },
|
|
7543
|
-
"video": { "iconPath": "./../icons/video.svg" },
|
|
7544
|
-
"virtual": { "iconPath": "./../icons/virtual.svg" },
|
|
7545
|
-
"vedic": { "iconPath": "./../icons/vedic.svg" },
|
|
7546
|
-
"email": { "iconPath": "./../icons/email.svg" },
|
|
7547
|
-
"audio": { "iconPath": "./../icons/audio.svg" },
|
|
7548
|
-
"raml": { "iconPath": "./../icons/raml.svg" },
|
|
7549
|
-
"xaml": { "iconPath": "./../icons/xaml.svg" },
|
|
7550
|
-
"kotlin": { "iconPath": "./../icons/kotlin.svg" },
|
|
7551
|
-
"dart_generated": { "iconPath": "./../icons/dart_generated.svg" },
|
|
7552
|
-
"actionscript": { "iconPath": "./../icons/actionscript.svg" },
|
|
7553
|
-
"mxml": { "iconPath": "./../icons/mxml.svg" },
|
|
7554
|
-
"autohotkey": { "iconPath": "./../icons/autohotkey.svg" },
|
|
7555
|
-
"flash": { "iconPath": "./../icons/flash.svg" },
|
|
7556
|
-
"swc": { "iconPath": "./../icons/swc.svg" },
|
|
7557
|
-
"cmake": { "iconPath": "./../icons/cmake.svg" },
|
|
7558
|
-
"assembly": { "iconPath": "./../icons/assembly.svg" },
|
|
7559
|
-
"semgrep": { "iconPath": "./../icons/semgrep.svg" },
|
|
7560
|
-
"vue-config": { "iconPath": "./../icons/vue-config.svg" },
|
|
7561
|
-
"nuxt": { "iconPath": "./../icons/nuxt.svg" },
|
|
7562
|
-
"ocaml": { "iconPath": "./../icons/ocaml.svg" },
|
|
7563
|
-
"odin": { "iconPath": "./../icons/odin.svg" },
|
|
7564
|
-
"javascript-map": { "iconPath": "./../icons/javascript-map.svg" },
|
|
7565
|
-
"css-map": { "iconPath": "./../icons/css-map.svg" },
|
|
7566
|
-
"test-ts": { "iconPath": "./../icons/test-ts.svg" },
|
|
7567
|
-
"test-jsx": { "iconPath": "./../icons/test-jsx.svg" },
|
|
7568
|
-
"test-js": { "iconPath": "./../icons/test-js.svg" },
|
|
7569
|
-
"angular-component": { "iconPath": "./../icons/angular-component.svg" },
|
|
7570
|
-
"angular-guard": { "iconPath": "./../icons/angular-guard.svg" },
|
|
7571
|
-
"angular-service": { "iconPath": "./../icons/angular-service.svg" },
|
|
7572
|
-
"angular-pipe": { "iconPath": "./../icons/angular-pipe.svg" },
|
|
7573
|
-
"angular-directive": { "iconPath": "./../icons/angular-directive.svg" },
|
|
7574
|
-
"angular-resolver": { "iconPath": "./../icons/angular-resolver.svg" },
|
|
7575
|
-
"smarty": { "iconPath": "./../icons/smarty.svg" },
|
|
7576
|
-
"bucklescript": { "iconPath": "./../icons/bucklescript.svg" },
|
|
7577
|
-
"merlin": { "iconPath": "./../icons/merlin.svg" },
|
|
7578
|
-
"verilog": { "iconPath": "./../icons/verilog.svg" },
|
|
7579
|
-
"mathematica": { "iconPath": "./../icons/mathematica.svg" },
|
|
7580
|
-
"vercel": { "iconPath": "./../icons/vercel.svg" },
|
|
7581
|
-
"vercel_light": { "iconPath": "./../icons/vercel_light.svg" },
|
|
7582
|
-
"verdaccio": { "iconPath": "./../icons/verdaccio.svg" },
|
|
7583
|
-
"payload": { "iconPath": "./../icons/payload.svg" },
|
|
7584
|
-
"payload_light": { "iconPath": "./../icons/payload_light.svg" },
|
|
7585
|
-
"next": { "iconPath": "./../icons/next.svg" },
|
|
7586
|
-
"next_light": { "iconPath": "./../icons/next_light.svg" },
|
|
7587
|
-
"remix": { "iconPath": "./../icons/remix.svg" },
|
|
7588
|
-
"remix_light": { "iconPath": "./../icons/remix_light.svg" },
|
|
7589
|
-
"laravel": { "iconPath": "./../icons/laravel.svg" },
|
|
7590
|
-
"vfl": { "iconPath": "./../icons/vfl.svg" },
|
|
7591
|
-
"kl": { "iconPath": "./../icons/kl.svg" },
|
|
7592
|
-
"posthtml": { "iconPath": "./../icons/posthtml.svg" },
|
|
7593
|
-
"todo": { "iconPath": "./../icons/todo.svg" },
|
|
7594
|
-
"http": { "iconPath": "./../icons/http.svg" },
|
|
7595
|
-
"restql": { "iconPath": "./../icons/restql.svg" },
|
|
7596
|
-
"kivy": { "iconPath": "./../icons/kivy.svg" },
|
|
7597
|
-
"graphcool": { "iconPath": "./../icons/graphcool.svg" },
|
|
7598
|
-
"sbt": { "iconPath": "./../icons/sbt.svg" },
|
|
7599
|
-
"webpack": { "iconPath": "./../icons/webpack.svg" },
|
|
7600
|
-
"ionic": { "iconPath": "./../icons/ionic.svg" },
|
|
7601
|
-
"gulp": { "iconPath": "./../icons/gulp.svg" },
|
|
7602
|
-
"nodejs": { "iconPath": "./../icons/nodejs.svg" },
|
|
7603
|
-
"npm": { "iconPath": "./../icons/npm.svg" },
|
|
7604
|
-
"yarn": { "iconPath": "./../icons/yarn.svg" },
|
|
7605
|
-
"android": { "iconPath": "./../icons/android.svg" },
|
|
7606
|
-
"tune": { "iconPath": "./../icons/tune.svg" },
|
|
7607
|
-
"turborepo": { "iconPath": "./../icons/turborepo.svg" },
|
|
7608
|
-
"turborepo_light": { "iconPath": "./../icons/turborepo_light.svg" },
|
|
7609
|
-
"babel": { "iconPath": "./../icons/babel.svg" },
|
|
7610
|
-
"blitz": { "iconPath": "./../icons/blitz.svg" },
|
|
7611
|
-
"contributing": { "iconPath": "./../icons/contributing.svg" },
|
|
7612
|
-
"readme": { "iconPath": "./../icons/readme.svg" },
|
|
7613
|
-
"changelog": { "iconPath": "./../icons/changelog.svg" },
|
|
7614
|
-
"architecture": { "iconPath": "./../icons/architecture.svg" },
|
|
7615
|
-
"credits": { "iconPath": "./../icons/credits.svg" },
|
|
7616
|
-
"authors": { "iconPath": "./../icons/authors.svg" },
|
|
7617
|
-
"flow": { "iconPath": "./../icons/flow.svg" },
|
|
7618
|
-
"favicon": { "iconPath": "./../icons/favicon.svg" },
|
|
7619
|
-
"karma": { "iconPath": "./../icons/karma.svg" },
|
|
7620
|
-
"bithound": { "iconPath": "./../icons/bithound.svg" },
|
|
7621
|
-
"svgo": { "iconPath": "./../icons/svgo.svg" },
|
|
7622
|
-
"appveyor": { "iconPath": "./../icons/appveyor.svg" },
|
|
7623
|
-
"travis": { "iconPath": "./../icons/travis.svg" },
|
|
7624
|
-
"codecov": { "iconPath": "./../icons/codecov.svg" },
|
|
7625
|
-
"sonarcloud": { "iconPath": "./../icons/sonarcloud.svg" },
|
|
7626
|
-
"protractor": { "iconPath": "./../icons/protractor.svg" },
|
|
7627
|
-
"fusebox": { "iconPath": "./../icons/fusebox.svg" },
|
|
7628
|
-
"heroku": { "iconPath": "./../icons/heroku.svg" },
|
|
7629
|
-
"gitlab": { "iconPath": "./../icons/gitlab.svg" },
|
|
7630
|
-
"bower": { "iconPath": "./../icons/bower.svg" },
|
|
7631
|
-
"eslint": { "iconPath": "./../icons/eslint.svg" },
|
|
7632
|
-
"conduct": { "iconPath": "./../icons/conduct.svg" },
|
|
7633
|
-
"watchman": { "iconPath": "./../icons/watchman.svg" },
|
|
7634
|
-
"aurelia": { "iconPath": "./../icons/aurelia.svg" },
|
|
7635
|
-
"auto": { "iconPath": "./../icons/auto.svg" },
|
|
7636
|
-
"auto_light": { "iconPath": "./../icons/auto_light.svg" },
|
|
7637
|
-
"mocha": { "iconPath": "./../icons/mocha.svg" },
|
|
7638
|
-
"jenkins": { "iconPath": "./../icons/jenkins.svg" },
|
|
7639
|
-
"firebase": { "iconPath": "./../icons/firebase.svg" },
|
|
7640
|
-
"figma": { "iconPath": "./../icons/figma.svg" },
|
|
7641
|
-
"rollup": { "iconPath": "./../icons/rollup.svg" },
|
|
7642
|
-
"huff_light": { "iconPath": "./../icons/huff_light.svg" },
|
|
7643
|
-
"hardhat": { "iconPath": "./../icons/hardhat.svg" },
|
|
7644
|
-
"stylelint": { "iconPath": "./../icons/stylelint.svg" },
|
|
7645
|
-
"stylelint_light": { "iconPath": "./../icons/stylelint_light.svg" },
|
|
7646
|
-
"code-climate": { "iconPath": "./../icons/code-climate.svg" },
|
|
7647
|
-
"code-climate_light": { "iconPath": "./../icons/code-climate_light.svg" },
|
|
7648
|
-
"prettier": { "iconPath": "./../icons/prettier.svg" },
|
|
7649
|
-
"renovate": { "iconPath": "./../icons/renovate.svg" },
|
|
7650
|
-
"apollo": { "iconPath": "./../icons/apollo.svg" },
|
|
7651
|
-
"nodemon": { "iconPath": "./../icons/nodemon.svg" },
|
|
7652
|
-
"webhint": { "iconPath": "./../icons/webhint.svg" },
|
|
7653
|
-
"browserlist": { "iconPath": "./../icons/browserlist.svg" },
|
|
7654
|
-
"browserlist_light": { "iconPath": "./../icons/browserlist_light.svg" },
|
|
7655
|
-
"crystal": { "iconPath": "./../icons/crystal.svg" },
|
|
7656
|
-
"crystal_light": { "iconPath": "./../icons/crystal_light.svg" },
|
|
7657
|
-
"snyk": { "iconPath": "./../icons/snyk.svg" },
|
|
7658
|
-
"drone": { "iconPath": "./../icons/drone.svg" },
|
|
7659
|
-
"drone_light": { "iconPath": "./../icons/drone_light.svg" },
|
|
7660
|
-
"cuda": { "iconPath": "./../icons/cuda.svg" },
|
|
7661
|
-
"dotjs": { "iconPath": "./../icons/dotjs.svg" },
|
|
7662
|
-
"ejs": { "iconPath": "./../icons/ejs.svg" },
|
|
7663
|
-
"sequelize": { "iconPath": "./../icons/sequelize.svg" },
|
|
7664
|
-
"gatsby": { "iconPath": "./../icons/gatsby.svg" },
|
|
7665
|
-
"wakatime": { "iconPath": "./../icons/wakatime.svg" },
|
|
7666
|
-
"wakatime_light": { "iconPath": "./../icons/wakatime_light.svg" },
|
|
7667
|
-
"circleci": { "iconPath": "./../icons/circleci.svg" },
|
|
7668
|
-
"circleci_light": { "iconPath": "./../icons/circleci_light.svg" },
|
|
7669
|
-
"cloudfoundry": { "iconPath": "./../icons/cloudfoundry.svg" },
|
|
7670
|
-
"grunt": { "iconPath": "./../icons/grunt.svg" },
|
|
7671
|
-
"jest": { "iconPath": "./../icons/jest.svg" },
|
|
7672
|
-
"storybook": { "iconPath": "./../icons/storybook.svg" },
|
|
7673
|
-
"wepy": { "iconPath": "./../icons/wepy.svg" },
|
|
7674
|
-
"fastlane": { "iconPath": "./../icons/fastlane.svg" },
|
|
7675
|
-
"hcl_light": { "iconPath": "./../icons/hcl_light.svg" },
|
|
7676
|
-
"helm": { "iconPath": "./../icons/helm.svg" },
|
|
7677
|
-
"san": { "iconPath": "./../icons/san.svg" },
|
|
7678
|
-
"quokka": { "iconPath": "./../icons/quokka.svg" },
|
|
7679
|
-
"wallaby": { "iconPath": "./../icons/wallaby.svg" },
|
|
7680
|
-
"stencil": { "iconPath": "./../icons/stencil.svg" },
|
|
7681
|
-
"red": { "iconPath": "./../icons/red.svg" },
|
|
7682
|
-
"makefile": { "iconPath": "./../icons/makefile.svg" },
|
|
7683
|
-
"foxpro": { "iconPath": "./../icons/foxpro.svg" },
|
|
7684
|
-
"i18n": { "iconPath": "./../icons/i18n.svg" },
|
|
7685
|
-
"webassembly": { "iconPath": "./../icons/webassembly.svg" },
|
|
7686
|
-
"semantic-release": { "iconPath": "./../icons/semantic-release.svg" },
|
|
7687
|
-
"semantic-release_light": { "iconPath": "./../icons/semantic-release_light.svg" },
|
|
7688
|
-
"bitbucket": { "iconPath": "./../icons/bitbucket.svg" },
|
|
7689
|
-
"d": { "iconPath": "./../icons/d.svg" },
|
|
7690
|
-
"mdx": { "iconPath": "./../icons/mdx.svg" },
|
|
7691
|
-
"mdsvex": { "iconPath": "./../icons/mdsvex.svg" },
|
|
7692
|
-
"ballerina": { "iconPath": "./../icons/ballerina.svg" },
|
|
7693
|
-
"racket": { "iconPath": "./../icons/racket.svg" },
|
|
7694
|
-
"bazel": { "iconPath": "./../icons/bazel.svg" },
|
|
7695
|
-
"mint": { "iconPath": "./../icons/mint.svg" },
|
|
7696
|
-
"velocity": { "iconPath": "./../icons/velocity.svg" },
|
|
7697
|
-
"azure-pipelines": { "iconPath": "./../icons/azure-pipelines.svg" },
|
|
7698
|
-
"azure": { "iconPath": "./../icons/azure.svg" },
|
|
7699
|
-
"vagrant": { "iconPath": "./../icons/vagrant.svg" },
|
|
7700
|
-
"prisma": { "iconPath": "./../icons/prisma.svg" },
|
|
7701
|
-
"abc": { "iconPath": "./../icons/abc.svg" },
|
|
7702
|
-
"asciidoc": { "iconPath": "./../icons/asciidoc.svg" },
|
|
7703
|
-
"istanbul": { "iconPath": "./../icons/istanbul.svg" },
|
|
7704
|
-
"edge": { "iconPath": "./../icons/edge.svg" },
|
|
7705
|
-
"scheme": { "iconPath": "./../icons/scheme.svg" },
|
|
7706
|
-
"lisp": { "iconPath": "./../icons/lisp.svg" },
|
|
7707
|
-
"tailwindcss": { "iconPath": "./../icons/tailwindcss.svg" },
|
|
7708
|
-
"3d": { "iconPath": "./../icons/3d.svg" },
|
|
7709
|
-
"buildkite": { "iconPath": "./../icons/buildkite.svg" },
|
|
7710
|
-
"netlify": { "iconPath": "./../icons/netlify.svg" },
|
|
7711
|
-
"netlify_light": { "iconPath": "./../icons/netlify_light.svg" },
|
|
7712
|
-
"nest": { "iconPath": "./../icons/nest.svg" },
|
|
7713
|
-
"moon": { "iconPath": "./../icons/moon.svg" },
|
|
7714
|
-
"moonscript": { "iconPath": "./../icons/moonscript.svg" },
|
|
7715
|
-
"percy": { "iconPath": "./../icons/percy.svg" },
|
|
7716
|
-
"gitpod": { "iconPath": "./../icons/gitpod.svg" },
|
|
7717
|
-
"advpl_prw": { "iconPath": "./../icons/advpl_prw.svg" },
|
|
7718
|
-
"advpl_ptm": { "iconPath": "./../icons/advpl_ptm.svg" },
|
|
7719
|
-
"advpl_tlpp": { "iconPath": "./../icons/advpl_tlpp.svg" },
|
|
7720
|
-
"advpl_include": { "iconPath": "./../icons/advpl_include.svg" },
|
|
7721
|
-
"codeowners": { "iconPath": "./../icons/codeowners.svg" },
|
|
7722
|
-
"gcp": { "iconPath": "./../icons/gcp.svg" },
|
|
7723
|
-
"disc": { "iconPath": "./../icons/disc.svg" },
|
|
7724
|
-
"fortran": { "iconPath": "./../icons/fortran.svg" },
|
|
7725
|
-
"tcl": { "iconPath": "./../icons/tcl.svg" },
|
|
7726
|
-
"liquid": { "iconPath": "./../icons/liquid.svg" },
|
|
7727
|
-
"husky": { "iconPath": "./../icons/husky.svg" },
|
|
7728
|
-
"coconut": { "iconPath": "./../icons/coconut.svg" },
|
|
7729
|
-
"tilt": { "iconPath": "./../icons/tilt.svg" },
|
|
7730
|
-
"capacitor": { "iconPath": "./../icons/capacitor.svg" },
|
|
7731
|
-
"sketch": { "iconPath": "./../icons/sketch.svg" },
|
|
7732
|
-
"adonis": { "iconPath": "./../icons/adonis.svg" },
|
|
7733
|
-
"forth": { "iconPath": "./../icons/forth.svg" },
|
|
7734
|
-
"uml": { "iconPath": "./../icons/uml.svg" },
|
|
7735
|
-
"uml_light": { "iconPath": "./../icons/uml_light.svg" },
|
|
7736
|
-
"meson": { "iconPath": "./../icons/meson.svg" },
|
|
7737
|
-
"commitlint": { "iconPath": "./../icons/commitlint.svg" },
|
|
7738
|
-
"buck": { "iconPath": "./../icons/buck.svg" },
|
|
7739
|
-
"nx": { "iconPath": "./../icons/nx.svg" },
|
|
7740
|
-
"opam": { "iconPath": "./../icons/opam.svg" },
|
|
7741
|
-
"dune": { "iconPath": "./../icons/dune.svg" },
|
|
7742
|
-
"imba": { "iconPath": "./../icons/imba.svg" },
|
|
7743
|
-
"drawio": { "iconPath": "./../icons/drawio.svg" },
|
|
7744
|
-
"pascal": { "iconPath": "./../icons/pascal.svg" },
|
|
7745
|
-
"roadmap": { "iconPath": "./../icons/roadmap.svg" },
|
|
7746
|
-
"nuget": { "iconPath": "./../icons/nuget.svg" },
|
|
7747
|
-
"command": { "iconPath": "./../icons/command.svg" },
|
|
7748
|
-
"stryker": { "iconPath": "./../icons/stryker.svg" },
|
|
7749
|
-
"denizenscript": { "iconPath": "./../icons/denizenscript.svg" },
|
|
7750
|
-
"modernizr": { "iconPath": "./../icons/modernizr.svg" },
|
|
7751
|
-
"slug": { "iconPath": "./../icons/slug.svg" },
|
|
7752
|
-
"stitches": { "iconPath": "./../icons/stitches.svg" },
|
|
7753
|
-
"stitches_light": { "iconPath": "./../icons/stitches_light.svg" },
|
|
7754
|
-
"nginx": { "iconPath": "./../icons/nginx.svg" },
|
|
7755
|
-
"replit": { "iconPath": "./../icons/replit.svg" },
|
|
7756
|
-
"rescript-interface": { "iconPath": "./../icons/rescript-interface.svg" },
|
|
7757
|
-
"snowpack": { "iconPath": "./../icons/snowpack.svg" },
|
|
7758
|
-
"snowpack_light": { "iconPath": "./../icons/snowpack_light.svg" },
|
|
7759
|
-
"brainfuck": { "iconPath": "./../icons/brainfuck.svg" },
|
|
7760
|
-
"bicep": { "iconPath": "./../icons/bicep.svg" },
|
|
7761
|
-
"cobol": { "iconPath": "./../icons/cobol.svg" },
|
|
7762
|
-
"quasar": { "iconPath": "./../icons/quasar.svg" },
|
|
7763
|
-
"dependabot": { "iconPath": "./../icons/dependabot.svg" },
|
|
7764
|
-
"pipeline": { "iconPath": "./../icons/pipeline.svg" },
|
|
7765
|
-
"vite": { "iconPath": "./../icons/vite.svg" },
|
|
7766
|
-
"vitest": { "iconPath": "./../icons/vitest.svg" },
|
|
7767
|
-
"opa": { "iconPath": "./../icons/opa.svg" },
|
|
7768
|
-
"lerna": { "iconPath": "./../icons/lerna.svg" },
|
|
7769
|
-
"windicss": { "iconPath": "./../icons/windicss.svg" },
|
|
7770
|
-
"textlint": { "iconPath": "./../icons/textlint.svg" },
|
|
7771
|
-
"lilypond": { "iconPath": "./../icons/lilypond.svg" },
|
|
7772
|
-
"chess_light": { "iconPath": "./../icons/chess_light.svg" },
|
|
7773
|
-
"sentry": { "iconPath": "./../icons/sentry.svg" },
|
|
7774
|
-
"phpunit": { "iconPath": "./../icons/phpunit.svg" },
|
|
7775
|
-
"php-cs-fixer": { "iconPath": "./../icons/php-cs-fixer.svg" },
|
|
7776
|
-
"robots": { "iconPath": "./../icons/robots.svg" },
|
|
7777
|
-
"tsconfig": { "iconPath": "./../icons/tsconfig.svg" },
|
|
7778
|
-
"tauri": { "iconPath": "./../icons/tauri.svg" },
|
|
7779
|
-
"jsconfig": { "iconPath": "./../icons/jsconfig.svg" },
|
|
7780
|
-
"maven": { "iconPath": "./../icons/maven.svg" },
|
|
7781
|
-
"ada": { "iconPath": "./../icons/ada.svg" },
|
|
7782
|
-
"serverless": { "iconPath": "./../icons/serverless.svg" },
|
|
7783
|
-
"supabase": { "iconPath": "./../icons/supabase.svg" },
|
|
7784
|
-
"ember": { "iconPath": "./../icons/ember.svg" },
|
|
7785
|
-
"horusec": { "iconPath": "./../icons/horusec.svg" },
|
|
7786
|
-
"poetry": { "iconPath": "./../icons/poetry.svg" },
|
|
7787
|
-
"pdm": { "iconPath": "./../icons/pdm.svg" },
|
|
7788
|
-
"coala": { "iconPath": "./../icons/coala.svg" },
|
|
7789
|
-
"parcel": { "iconPath": "./../icons/parcel.svg" },
|
|
7790
|
-
"dinophp": { "iconPath": "./../icons/dinophp.svg" },
|
|
7791
|
-
"teal": { "iconPath": "./../icons/teal.svg" },
|
|
7792
|
-
"template": { "iconPath": "./../icons/template.svg" },
|
|
7793
|
-
"astyle": { "iconPath": "./../icons/astyle.svg" },
|
|
7794
|
-
"lighthouse": { "iconPath": "./../icons/lighthouse.svg" },
|
|
7795
|
-
"svgr": { "iconPath": "./../icons/svgr.svg" },
|
|
7796
|
-
"rome": { "iconPath": "./../icons/rome.svg" },
|
|
7797
|
-
"cypress": { "iconPath": "./../icons/cypress.svg" },
|
|
7798
|
-
"siyuan": { "iconPath": "./../icons/siyuan.svg" },
|
|
7799
|
-
"ndst": { "iconPath": "./../icons/ndst.svg" },
|
|
7800
|
-
"plop": { "iconPath": "./../icons/plop.svg" },
|
|
7801
|
-
"tobi": { "iconPath": "./../icons/tobi.svg" },
|
|
7802
|
-
"tobimake": { "iconPath": "./../icons/tobimake.svg" },
|
|
7803
|
-
"gleam": { "iconPath": "./../icons/gleam.svg" },
|
|
7804
|
-
"pnpm": { "iconPath": "./../icons/pnpm.svg" },
|
|
7805
|
-
"pnpm_light": { "iconPath": "./../icons/pnpm_light.svg" },
|
|
7806
|
-
"gridsome": { "iconPath": "./../icons/gridsome.svg" },
|
|
7807
|
-
"steadybit": { "iconPath": "./../icons/steadybit.svg" },
|
|
7808
|
-
"capnp": { "iconPath": "./../icons/capnp.svg" },
|
|
7809
|
-
"caddy": { "iconPath": "./../icons/caddy.svg" },
|
|
7810
|
-
"openapi": { "iconPath": "./../icons/openapi.svg" },
|
|
7811
|
-
"openapi_light": { "iconPath": "./../icons/openapi_light.svg" },
|
|
7812
|
-
"swagger": { "iconPath": "./../icons/swagger.svg" },
|
|
7813
|
-
"bun": { "iconPath": "./../icons/bun.svg" },
|
|
7814
|
-
"bun_light": { "iconPath": "./../icons/bun_light.svg" },
|
|
7815
|
-
"antlr": { "iconPath": "./../icons/antlr.svg" },
|
|
7816
|
-
"pinejs": { "iconPath": "./../icons/pinejs.svg" },
|
|
7817
|
-
"nano-staged": { "iconPath": "./../icons/nano-staged.svg" },
|
|
7818
|
-
"nano-staged_light": { "iconPath": "./../icons/nano-staged_light.svg" },
|
|
7819
|
-
"knip": { "iconPath": "./../icons/knip.svg" },
|
|
7820
|
-
"taskfile": { "iconPath": "./../icons/taskfile.svg" },
|
|
7821
|
-
"craco": { "iconPath": "./../icons/craco.svg" },
|
|
7822
|
-
"gamemaker": { "iconPath": "./../icons/gamemaker.svg" },
|
|
7823
|
-
"tldraw": { "iconPath": "./../icons/tldraw.svg" },
|
|
7824
|
-
"tldraw_light": { "iconPath": "./../icons/tldraw_light.svg" },
|
|
7825
|
-
"mercurial": { "iconPath": "./../icons/mercurial.svg" },
|
|
7826
|
-
"deno": { "iconPath": "./../icons/deno.svg" },
|
|
7827
|
-
"deno_light": { "iconPath": "./../icons/deno_light.svg" },
|
|
7828
|
-
"plastic": { "iconPath": "./../icons/plastic.svg" },
|
|
7829
|
-
"typst": { "iconPath": "./../icons/typst.svg" },
|
|
7830
|
-
"unocss": { "iconPath": "./../icons/unocss.svg" },
|
|
7831
|
-
"ifanr-cloud": { "iconPath": "./../icons/ifanr-cloud.svg" },
|
|
7832
|
-
"mermaid": { "iconPath": "./../icons/mermaid.svg" },
|
|
7833
|
-
"syncpack": { "iconPath": "./../icons/syncpack.svg" },
|
|
7834
|
-
"werf": { "iconPath": "./../icons/werf.svg" },
|
|
7835
|
-
"roblox": { "iconPath": "./../icons/roblox.svg" },
|
|
7836
|
-
"panda": { "iconPath": "./../icons/panda.svg" },
|
|
7837
|
-
"biome": { "iconPath": "./../icons/biome.svg" },
|
|
7838
|
-
"esbuild": { "iconPath": "./../icons/esbuild.svg" },
|
|
7839
|
-
"spwn": { "iconPath": "./../icons/spwn.svg" },
|
|
7840
|
-
"templ": { "iconPath": "./../icons/templ.svg" },
|
|
7841
|
-
"chrome": { "iconPath": "./../icons/chrome.svg" },
|
|
7842
|
-
"stan": { "iconPath": "./../icons/stan.svg" },
|
|
7843
|
-
"abap": { "iconPath": "./../icons/abap.svg" },
|
|
7844
|
-
"lottie": { "iconPath": "./../icons/lottie.svg" },
|
|
7845
|
-
"puppeteer": { "iconPath": "./../icons/puppeteer.svg" },
|
|
7846
|
-
"apps-script": { "iconPath": "./../icons/apps-script.svg" },
|
|
7847
|
-
"pkl": { "iconPath": "./../icons/pkl.svg" },
|
|
7848
|
-
"kubernetes": { "iconPath": "./../icons/kubernetes.svg" },
|
|
7849
|
-
"file": { "iconPath": "./../icons/file.svg" },
|
|
7850
|
-
"folder-robot": { "iconPath": "./../icons/folder-robot.svg" },
|
|
7851
|
-
"folder-robot-open": { "iconPath": "./../icons/folder-robot-open.svg" },
|
|
7852
|
-
"folder-src": { "iconPath": "./../icons/folder-src.svg" },
|
|
7853
|
-
"folder-src-open": { "iconPath": "./../icons/folder-src-open.svg" },
|
|
7854
|
-
"folder-dist": { "iconPath": "./../icons/folder-dist.svg" },
|
|
7855
|
-
"folder-dist-open": { "iconPath": "./../icons/folder-dist-open.svg" },
|
|
7856
|
-
"folder-css": { "iconPath": "./../icons/folder-css.svg" },
|
|
7857
|
-
"folder-css-open": { "iconPath": "./../icons/folder-css-open.svg" },
|
|
7858
|
-
"folder-sass": { "iconPath": "./../icons/folder-sass.svg" },
|
|
7859
|
-
"folder-sass-open": { "iconPath": "./../icons/folder-sass-open.svg" },
|
|
7860
|
-
"folder-television": { "iconPath": "./../icons/folder-television.svg" },
|
|
7861
|
-
"folder-television-open": { "iconPath": "./../icons/folder-television-open.svg" },
|
|
7862
|
-
"folder-desktop": { "iconPath": "./../icons/folder-desktop.svg" },
|
|
7863
|
-
"folder-desktop-open": { "iconPath": "./../icons/folder-desktop-open.svg" },
|
|
7864
|
-
"folder-console": { "iconPath": "./../icons/folder-console.svg" },
|
|
7865
|
-
"folder-console-open": { "iconPath": "./../icons/folder-console-open.svg" },
|
|
7866
|
-
"folder-images": { "iconPath": "./../icons/folder-images.svg" },
|
|
7867
|
-
"folder-images-open": { "iconPath": "./../icons/folder-images-open.svg" },
|
|
7868
|
-
"folder-scripts": { "iconPath": "./../icons/folder-scripts.svg" },
|
|
7869
|
-
"folder-scripts-open": { "iconPath": "./../icons/folder-scripts-open.svg" },
|
|
7870
|
-
"folder-node": { "iconPath": "./../icons/folder-node.svg" },
|
|
7871
|
-
"folder-node-open": { "iconPath": "./../icons/folder-node-open.svg" },
|
|
7872
|
-
"folder-javascript": { "iconPath": "./../icons/folder-javascript.svg" },
|
|
7873
|
-
"folder-javascript-open": { "iconPath": "./../icons/folder-javascript-open.svg" },
|
|
7874
|
-
"folder-json": { "iconPath": "./../icons/folder-json.svg" },
|
|
7875
|
-
"folder-json-open": { "iconPath": "./../icons/folder-json-open.svg" },
|
|
7876
|
-
"folder-font": { "iconPath": "./../icons/folder-font.svg" },
|
|
7877
|
-
"folder-font-open": { "iconPath": "./../icons/folder-font-open.svg" },
|
|
7878
|
-
"folder-bower": { "iconPath": "./../icons/folder-bower.svg" },
|
|
7879
|
-
"folder-bower-open": { "iconPath": "./../icons/folder-bower-open.svg" },
|
|
7880
|
-
"folder-test": { "iconPath": "./../icons/folder-test.svg" },
|
|
7881
|
-
"folder-test-open": { "iconPath": "./../icons/folder-test-open.svg" },
|
|
7882
|
-
"folder-jinja": { "iconPath": "./../icons/folder-jinja.svg" },
|
|
7883
|
-
"folder-jinja-open": { "iconPath": "./../icons/folder-jinja-open.svg" },
|
|
7884
|
-
"folder-jinja_light": { "iconPath": "./../icons/folder-jinja_light.svg" },
|
|
7885
|
-
"folder-jinja-open_light": { "iconPath": "./../icons/folder-jinja-open_light.svg" },
|
|
7886
|
-
"folder-markdown": { "iconPath": "./../icons/folder-markdown.svg" },
|
|
7887
|
-
"folder-markdown-open": { "iconPath": "./../icons/folder-markdown-open.svg" },
|
|
7888
|
-
"folder-pdm": { "iconPath": "./../icons/folder-pdm.svg" },
|
|
7889
|
-
"folder-pdm-open": { "iconPath": "./../icons/folder-pdm-open.svg" },
|
|
7890
|
-
"folder-php": { "iconPath": "./../icons/folder-php.svg" },
|
|
7891
|
-
"folder-php-open": { "iconPath": "./../icons/folder-php-open.svg" },
|
|
7892
|
-
"folder-phpmailer": { "iconPath": "./../icons/folder-phpmailer.svg" },
|
|
7893
|
-
"folder-phpmailer-open": { "iconPath": "./../icons/folder-phpmailer-open.svg" },
|
|
7894
|
-
"folder-sublime": { "iconPath": "./../icons/folder-sublime.svg" },
|
|
7895
|
-
"folder-sublime-open": { "iconPath": "./../icons/folder-sublime-open.svg" },
|
|
7896
|
-
"folder-docs": { "iconPath": "./../icons/folder-docs.svg" },
|
|
7897
|
-
"folder-docs-open": { "iconPath": "./../icons/folder-docs-open.svg" },
|
|
7898
|
-
"folder-git": { "iconPath": "./../icons/folder-git.svg" },
|
|
7899
|
-
"folder-git-open": { "iconPath": "./../icons/folder-git-open.svg" },
|
|
7900
|
-
"folder-github": { "iconPath": "./../icons/folder-github.svg" },
|
|
7901
|
-
"folder-github-open": { "iconPath": "./../icons/folder-github-open.svg" },
|
|
7902
|
-
"folder-gitlab": { "iconPath": "./../icons/folder-gitlab.svg" },
|
|
7903
|
-
"folder-gitlab-open": { "iconPath": "./../icons/folder-gitlab-open.svg" },
|
|
7904
|
-
"folder-vscode": { "iconPath": "./../icons/folder-vscode.svg" },
|
|
7905
|
-
"folder-vscode-open": { "iconPath": "./../icons/folder-vscode-open.svg" },
|
|
7906
|
-
"folder-views": { "iconPath": "./../icons/folder-views.svg" },
|
|
7907
|
-
"folder-views-open": { "iconPath": "./../icons/folder-views-open.svg" },
|
|
7908
|
-
"folder-vue": { "iconPath": "./../icons/folder-vue.svg" },
|
|
7909
|
-
"folder-vue-open": { "iconPath": "./../icons/folder-vue-open.svg" },
|
|
7910
|
-
"folder-vuepress": { "iconPath": "./../icons/folder-vuepress.svg" },
|
|
7911
|
-
"folder-vuepress-open": { "iconPath": "./../icons/folder-vuepress-open.svg" },
|
|
7912
|
-
"folder-expo": { "iconPath": "./../icons/folder-expo.svg" },
|
|
7913
|
-
"folder-expo-open": { "iconPath": "./../icons/folder-expo-open.svg" },
|
|
7914
|
-
"folder-config": { "iconPath": "./../icons/folder-config.svg" },
|
|
7915
|
-
"folder-config-open": { "iconPath": "./../icons/folder-config-open.svg" },
|
|
7916
|
-
"folder-i18n": { "iconPath": "./../icons/folder-i18n.svg" },
|
|
7917
|
-
"folder-i18n-open": { "iconPath": "./../icons/folder-i18n-open.svg" },
|
|
7918
|
-
"folder-components": { "iconPath": "./../icons/folder-components.svg" },
|
|
7919
|
-
"folder-components-open": { "iconPath": "./../icons/folder-components-open.svg" },
|
|
7920
|
-
"folder-verdaccio": { "iconPath": "./../icons/folder-verdaccio.svg" },
|
|
7921
|
-
"folder-verdaccio-open": { "iconPath": "./../icons/folder-verdaccio-open.svg" },
|
|
7922
|
-
"folder-aurelia": { "iconPath": "./../icons/folder-aurelia.svg" },
|
|
7923
|
-
"folder-aurelia-open": { "iconPath": "./../icons/folder-aurelia-open.svg" },
|
|
7924
|
-
"folder-resource": { "iconPath": "./../icons/folder-resource.svg" },
|
|
7925
|
-
"folder-resource-open": { "iconPath": "./../icons/folder-resource-open.svg" },
|
|
7926
|
-
"folder-lib": { "iconPath": "./../icons/folder-lib.svg" },
|
|
7927
|
-
"folder-lib-open": { "iconPath": "./../icons/folder-lib-open.svg" },
|
|
7928
|
-
"folder-theme": { "iconPath": "./../icons/folder-theme.svg" },
|
|
7929
|
-
"folder-theme-open": { "iconPath": "./../icons/folder-theme-open.svg" },
|
|
7930
|
-
"folder-webpack": { "iconPath": "./../icons/folder-webpack.svg" },
|
|
7931
|
-
"folder-webpack-open": { "iconPath": "./../icons/folder-webpack-open.svg" },
|
|
7932
|
-
"folder-global": { "iconPath": "./../icons/folder-global.svg" },
|
|
7933
|
-
"folder-global-open": { "iconPath": "./../icons/folder-global-open.svg" },
|
|
7934
|
-
"folder-public": { "iconPath": "./../icons/folder-public.svg" },
|
|
7935
|
-
"folder-public-open": { "iconPath": "./../icons/folder-public-open.svg" },
|
|
7936
|
-
"folder-include": { "iconPath": "./../icons/folder-include.svg" },
|
|
7937
|
-
"folder-include-open": { "iconPath": "./../icons/folder-include-open.svg" },
|
|
7938
|
-
"folder-docker": { "iconPath": "./../icons/folder-docker.svg" },
|
|
7939
|
-
"folder-docker-open": { "iconPath": "./../icons/folder-docker-open.svg" },
|
|
7940
|
-
"folder-database": { "iconPath": "./../icons/folder-database.svg" },
|
|
7941
|
-
"folder-database-open": { "iconPath": "./../icons/folder-database-open.svg" },
|
|
7942
|
-
"folder-log": { "iconPath": "./../icons/folder-log.svg" },
|
|
7943
|
-
"folder-log-open": { "iconPath": "./../icons/folder-log-open.svg" },
|
|
7944
|
-
"folder-target": { "iconPath": "./../icons/folder-target.svg" },
|
|
7945
|
-
"folder-target-open": { "iconPath": "./../icons/folder-target-open.svg" },
|
|
7946
|
-
"folder-temp": { "iconPath": "./../icons/folder-temp.svg" },
|
|
7947
|
-
"folder-temp-open": { "iconPath": "./../icons/folder-temp-open.svg" },
|
|
7948
|
-
"folder-aws": { "iconPath": "./../icons/folder-aws.svg" },
|
|
7949
|
-
"folder-aws-open": { "iconPath": "./../icons/folder-aws-open.svg" },
|
|
7950
|
-
"folder-audio": { "iconPath": "./../icons/folder-audio.svg" },
|
|
7951
|
-
"folder-audio-open": { "iconPath": "./../icons/folder-audio-open.svg" },
|
|
7952
|
-
"folder-video": { "iconPath": "./../icons/folder-video.svg" },
|
|
7953
|
-
"folder-video-open": { "iconPath": "./../icons/folder-video-open.svg" },
|
|
7954
|
-
"folder-kubernetes": { "iconPath": "./../icons/folder-kubernetes.svg" },
|
|
7955
|
-
"folder-kubernetes-open": { "iconPath": "./../icons/folder-kubernetes-open.svg" },
|
|
7956
|
-
"folder-import": { "iconPath": "./../icons/folder-import.svg" },
|
|
7957
|
-
"folder-import-open": { "iconPath": "./../icons/folder-import-open.svg" },
|
|
7958
|
-
"folder-export": { "iconPath": "./../icons/folder-export.svg" },
|
|
7959
|
-
"folder-export-open": { "iconPath": "./../icons/folder-export-open.svg" },
|
|
7960
|
-
"folder-wakatime": { "iconPath": "./../icons/folder-wakatime.svg" },
|
|
7961
|
-
"folder-wakatime-open": { "iconPath": "./../icons/folder-wakatime-open.svg" },
|
|
7962
|
-
"folder-circleci": { "iconPath": "./../icons/folder-circleci.svg" },
|
|
7963
|
-
"folder-circleci-open": { "iconPath": "./../icons/folder-circleci-open.svg" },
|
|
7964
|
-
"folder-wordpress": { "iconPath": "./../icons/folder-wordpress.svg" },
|
|
7965
|
-
"folder-wordpress-open": { "iconPath": "./../icons/folder-wordpress-open.svg" },
|
|
7966
|
-
"folder-gradle": { "iconPath": "./../icons/folder-gradle.svg" },
|
|
7967
|
-
"folder-gradle-open": { "iconPath": "./../icons/folder-gradle-open.svg" },
|
|
7968
|
-
"folder-coverage": { "iconPath": "./../icons/folder-coverage.svg" },
|
|
7969
|
-
"folder-coverage-open": { "iconPath": "./../icons/folder-coverage-open.svg" },
|
|
7970
|
-
"folder-class": { "iconPath": "./../icons/folder-class.svg" },
|
|
7971
|
-
"folder-class-open": { "iconPath": "./../icons/folder-class-open.svg" },
|
|
7972
|
-
"folder-other": { "iconPath": "./../icons/folder-other.svg" },
|
|
7973
|
-
"folder-other-open": { "iconPath": "./../icons/folder-other-open.svg" },
|
|
7974
|
-
"folder-lua": { "iconPath": "./../icons/folder-lua.svg" },
|
|
7975
|
-
"folder-lua-open": { "iconPath": "./../icons/folder-lua-open.svg" },
|
|
7976
|
-
"folder-typescript": { "iconPath": "./../icons/folder-typescript.svg" },
|
|
7977
|
-
"folder-typescript-open": { "iconPath": "./../icons/folder-typescript-open.svg" },
|
|
7978
|
-
"folder-graphql": { "iconPath": "./../icons/folder-graphql.svg" },
|
|
7979
|
-
"folder-graphql-open": { "iconPath": "./../icons/folder-graphql-open.svg" },
|
|
7980
|
-
"folder-routes": { "iconPath": "./../icons/folder-routes.svg" },
|
|
7981
|
-
"folder-routes-open": { "iconPath": "./../icons/folder-routes-open.svg" },
|
|
7982
|
-
"folder-ci": { "iconPath": "./../icons/folder-ci.svg" },
|
|
7983
|
-
"folder-ci-open": { "iconPath": "./../icons/folder-ci-open.svg" },
|
|
7984
|
-
"folder-benchmark": { "iconPath": "./../icons/folder-benchmark.svg" },
|
|
7985
|
-
"folder-benchmark-open": { "iconPath": "./../icons/folder-benchmark-open.svg" },
|
|
7986
|
-
"folder-messages": { "iconPath": "./../icons/folder-messages.svg" },
|
|
7987
|
-
"folder-messages-open": { "iconPath": "./../icons/folder-messages-open.svg" },
|
|
7988
|
-
"folder-less": { "iconPath": "./../icons/folder-less.svg" },
|
|
7989
|
-
"folder-less-open": { "iconPath": "./../icons/folder-less-open.svg" },
|
|
7990
|
-
"folder-gulp": { "iconPath": "./../icons/folder-gulp.svg" },
|
|
7991
|
-
"folder-gulp-open": { "iconPath": "./../icons/folder-gulp-open.svg" },
|
|
7992
|
-
"folder-python": { "iconPath": "./../icons/folder-python.svg" },
|
|
7993
|
-
"folder-python-open": { "iconPath": "./../icons/folder-python-open.svg" },
|
|
7994
|
-
"folder-mojo": { "iconPath": "./../icons/folder-mojo.svg" },
|
|
7995
|
-
"folder-mojo-open": { "iconPath": "./../icons/folder-mojo-open.svg" },
|
|
7996
|
-
"folder-moon": { "iconPath": "./../icons/folder-moon.svg" },
|
|
7997
|
-
"folder-moon-open": { "iconPath": "./../icons/folder-moon-open.svg" },
|
|
7998
|
-
"folder-debug": { "iconPath": "./../icons/folder-debug.svg" },
|
|
7999
|
-
"folder-debug-open": { "iconPath": "./../icons/folder-debug-open.svg" },
|
|
8000
|
-
"folder-fastlane": { "iconPath": "./../icons/folder-fastlane.svg" },
|
|
8001
|
-
"folder-fastlane-open": { "iconPath": "./../icons/folder-fastlane-open.svg" },
|
|
8002
|
-
"folder-plugin": { "iconPath": "./../icons/folder-plugin.svg" },
|
|
8003
|
-
"folder-plugin-open": { "iconPath": "./../icons/folder-plugin-open.svg" },
|
|
8004
|
-
"folder-middleware": { "iconPath": "./../icons/folder-middleware.svg" },
|
|
8005
|
-
"folder-middleware-open": { "iconPath": "./../icons/folder-middleware-open.svg" },
|
|
8006
|
-
"folder-controller": { "iconPath": "./../icons/folder-controller.svg" },
|
|
8007
|
-
"folder-controller-open": { "iconPath": "./../icons/folder-controller-open.svg" },
|
|
8008
|
-
"folder-ansible": { "iconPath": "./../icons/folder-ansible.svg" },
|
|
8009
|
-
"folder-ansible-open": { "iconPath": "./../icons/folder-ansible-open.svg" },
|
|
8010
|
-
"folder-server": { "iconPath": "./../icons/folder-server.svg" },
|
|
8011
|
-
"folder-server-open": { "iconPath": "./../icons/folder-server-open.svg" },
|
|
8012
|
-
"folder-client": { "iconPath": "./../icons/folder-client.svg" },
|
|
8013
|
-
"folder-client-open": { "iconPath": "./../icons/folder-client-open.svg" },
|
|
8014
|
-
"folder-tasks": { "iconPath": "./../icons/folder-tasks.svg" },
|
|
8015
|
-
"folder-tasks-open": { "iconPath": "./../icons/folder-tasks-open.svg" },
|
|
8016
|
-
"folder-android": { "iconPath": "./../icons/folder-android.svg" },
|
|
8017
|
-
"folder-android-open": { "iconPath": "./../icons/folder-android-open.svg" },
|
|
8018
|
-
"folder-ios": { "iconPath": "./../icons/folder-ios.svg" },
|
|
8019
|
-
"folder-ios-open": { "iconPath": "./../icons/folder-ios-open.svg" },
|
|
8020
|
-
"folder-upload": { "iconPath": "./../icons/folder-upload.svg" },
|
|
8021
|
-
"folder-upload-open": { "iconPath": "./../icons/folder-upload-open.svg" },
|
|
8022
|
-
"folder-download": { "iconPath": "./../icons/folder-download.svg" },
|
|
8023
|
-
"folder-download-open": { "iconPath": "./../icons/folder-download-open.svg" },
|
|
8024
|
-
"folder-tools": { "iconPath": "./../icons/folder-tools.svg" },
|
|
8025
|
-
"folder-tools-open": { "iconPath": "./../icons/folder-tools-open.svg" },
|
|
8026
|
-
"folder-helper": { "iconPath": "./../icons/folder-helper.svg" },
|
|
8027
|
-
"folder-helper-open": { "iconPath": "./../icons/folder-helper-open.svg" },
|
|
8028
|
-
"folder-serverless": { "iconPath": "./../icons/folder-serverless.svg" },
|
|
8029
|
-
"folder-serverless-open": { "iconPath": "./../icons/folder-serverless-open.svg" },
|
|
8030
|
-
"folder-api": { "iconPath": "./../icons/folder-api.svg" },
|
|
8031
|
-
"folder-api-open": { "iconPath": "./../icons/folder-api-open.svg" },
|
|
8032
|
-
"folder-app": { "iconPath": "./../icons/folder-app.svg" },
|
|
8033
|
-
"folder-app-open": { "iconPath": "./../icons/folder-app-open.svg" },
|
|
8034
|
-
"folder-apollo": { "iconPath": "./../icons/folder-apollo.svg" },
|
|
8035
|
-
"folder-apollo-open": { "iconPath": "./../icons/folder-apollo-open.svg" },
|
|
8036
|
-
"folder-archive": { "iconPath": "./../icons/folder-archive.svg" },
|
|
8037
|
-
"folder-archive-open": { "iconPath": "./../icons/folder-archive-open.svg" },
|
|
8038
|
-
"folder-batch": { "iconPath": "./../icons/folder-batch.svg" },
|
|
8039
|
-
"folder-batch-open": { "iconPath": "./../icons/folder-batch-open.svg" },
|
|
8040
|
-
"folder-buildkite": { "iconPath": "./../icons/folder-buildkite.svg" },
|
|
8041
|
-
"folder-buildkite-open": { "iconPath": "./../icons/folder-buildkite-open.svg" },
|
|
8042
|
-
"folder-cluster": { "iconPath": "./../icons/folder-cluster.svg" },
|
|
8043
|
-
"folder-cluster-open": { "iconPath": "./../icons/folder-cluster-open.svg" },
|
|
8044
|
-
"folder-command": { "iconPath": "./../icons/folder-command.svg" },
|
|
8045
|
-
"folder-command-open": { "iconPath": "./../icons/folder-command-open.svg" },
|
|
8046
|
-
"folder-constant": { "iconPath": "./../icons/folder-constant.svg" },
|
|
8047
|
-
"folder-constant-open": { "iconPath": "./../icons/folder-constant-open.svg" },
|
|
8048
|
-
"folder-container": { "iconPath": "./../icons/folder-container.svg" },
|
|
8049
|
-
"folder-container-open": { "iconPath": "./../icons/folder-container-open.svg" },
|
|
8050
|
-
"folder-content": { "iconPath": "./../icons/folder-content.svg" },
|
|
8051
|
-
"folder-content-open": { "iconPath": "./../icons/folder-content-open.svg" },
|
|
8052
|
-
"folder-context": { "iconPath": "./../icons/folder-context.svg" },
|
|
8053
|
-
"folder-context-open": { "iconPath": "./../icons/folder-context-open.svg" },
|
|
8054
|
-
"folder-core": { "iconPath": "./../icons/folder-core.svg" },
|
|
8055
|
-
"folder-core-open": { "iconPath": "./../icons/folder-core-open.svg" },
|
|
8056
|
-
"folder-delta": { "iconPath": "./../icons/folder-delta.svg" },
|
|
8057
|
-
"folder-delta-open": { "iconPath": "./../icons/folder-delta-open.svg" },
|
|
8058
|
-
"folder-dump": { "iconPath": "./../icons/folder-dump.svg" },
|
|
8059
|
-
"folder-dump-open": { "iconPath": "./../icons/folder-dump-open.svg" },
|
|
8060
|
-
"folder-examples": { "iconPath": "./../icons/folder-examples.svg" },
|
|
8061
|
-
"folder-examples-open": { "iconPath": "./../icons/folder-examples-open.svg" },
|
|
8062
|
-
"folder-environment": { "iconPath": "./../icons/folder-environment.svg" },
|
|
8063
|
-
"folder-environment-open": { "iconPath": "./../icons/folder-environment-open.svg" },
|
|
8064
|
-
"folder-functions": { "iconPath": "./../icons/folder-functions.svg" },
|
|
8065
|
-
"folder-functions-open": { "iconPath": "./../icons/folder-functions-open.svg" },
|
|
8066
|
-
"folder-generator": { "iconPath": "./../icons/folder-generator.svg" },
|
|
8067
|
-
"folder-generator-open": { "iconPath": "./../icons/folder-generator-open.svg" },
|
|
8068
|
-
"folder-hook": { "iconPath": "./../icons/folder-hook.svg" },
|
|
8069
|
-
"folder-hook-open": { "iconPath": "./../icons/folder-hook-open.svg" },
|
|
8070
|
-
"folder-job": { "iconPath": "./../icons/folder-job.svg" },
|
|
8071
|
-
"folder-job-open": { "iconPath": "./../icons/folder-job-open.svg" },
|
|
8072
|
-
"folder-keys": { "iconPath": "./../icons/folder-keys.svg" },
|
|
8073
|
-
"folder-keys-open": { "iconPath": "./../icons/folder-keys-open.svg" },
|
|
8074
|
-
"folder-layout": { "iconPath": "./../icons/folder-layout.svg" },
|
|
8075
|
-
"folder-layout-open": { "iconPath": "./../icons/folder-layout-open.svg" },
|
|
8076
|
-
"folder-mail": { "iconPath": "./../icons/folder-mail.svg" },
|
|
8077
|
-
"folder-mail-open": { "iconPath": "./../icons/folder-mail-open.svg" },
|
|
8078
|
-
"folder-mappings": { "iconPath": "./../icons/folder-mappings.svg" },
|
|
8079
|
-
"folder-mappings-open": { "iconPath": "./../icons/folder-mappings-open.svg" },
|
|
8080
|
-
"folder-meta": { "iconPath": "./../icons/folder-meta.svg" },
|
|
8081
|
-
"folder-meta-open": { "iconPath": "./../icons/folder-meta-open.svg" },
|
|
8082
|
-
"folder-changesets": { "iconPath": "./../icons/folder-changesets.svg" },
|
|
8083
|
-
"folder-changesets-open": { "iconPath": "./../icons/folder-changesets-open.svg" },
|
|
8084
|
-
"folder-packages": { "iconPath": "./../icons/folder-packages.svg" },
|
|
8085
|
-
"folder-packages-open": { "iconPath": "./../icons/folder-packages-open.svg" },
|
|
8086
|
-
"folder-shared": { "iconPath": "./../icons/folder-shared.svg" },
|
|
8087
|
-
"folder-shared-open": { "iconPath": "./../icons/folder-shared-open.svg" },
|
|
8088
|
-
"folder-shader": { "iconPath": "./../icons/folder-shader.svg" },
|
|
8089
|
-
"folder-shader-open": { "iconPath": "./../icons/folder-shader-open.svg" },
|
|
8090
|
-
"folder-stack": { "iconPath": "./../icons/folder-stack.svg" },
|
|
8091
|
-
"folder-stack-open": { "iconPath": "./../icons/folder-stack-open.svg" },
|
|
8092
|
-
"folder-template": { "iconPath": "./../icons/folder-template.svg" },
|
|
8093
|
-
"folder-template-open": { "iconPath": "./../icons/folder-template-open.svg" },
|
|
8094
|
-
"folder-utils": { "iconPath": "./../icons/folder-utils.svg" },
|
|
8095
|
-
"folder-utils-open": { "iconPath": "./../icons/folder-utils-open.svg" },
|
|
8096
|
-
"folder-supabase": { "iconPath": "./../icons/folder-supabase.svg" },
|
|
8097
|
-
"folder-supabase-open": { "iconPath": "./../icons/folder-supabase-open.svg" },
|
|
8098
|
-
"folder-private": { "iconPath": "./../icons/folder-private.svg" },
|
|
8099
|
-
"folder-private-open": { "iconPath": "./../icons/folder-private-open.svg" },
|
|
8100
|
-
"folder-linux": { "iconPath": "./../icons/folder-linux.svg" },
|
|
8101
|
-
"folder-linux-open": { "iconPath": "./../icons/folder-linux-open.svg" },
|
|
8102
|
-
"folder-windows": { "iconPath": "./../icons/folder-windows.svg" },
|
|
8103
|
-
"folder-windows-open": { "iconPath": "./../icons/folder-windows-open.svg" },
|
|
8104
|
-
"folder-macos": { "iconPath": "./../icons/folder-macos.svg" },
|
|
8105
|
-
"folder-macos-open": { "iconPath": "./../icons/folder-macos-open.svg" },
|
|
8106
|
-
"folder-error": { "iconPath": "./../icons/folder-error.svg" },
|
|
8107
|
-
"folder-error-open": { "iconPath": "./../icons/folder-error-open.svg" },
|
|
8108
|
-
"folder-event": { "iconPath": "./../icons/folder-event.svg" },
|
|
8109
|
-
"folder-event-open": { "iconPath": "./../icons/folder-event-open.svg" },
|
|
8110
|
-
"folder-secure": { "iconPath": "./../icons/folder-secure.svg" },
|
|
8111
|
-
"folder-secure-open": { "iconPath": "./../icons/folder-secure-open.svg" },
|
|
8112
|
-
"folder-custom": { "iconPath": "./../icons/folder-custom.svg" },
|
|
8113
|
-
"folder-custom-open": { "iconPath": "./../icons/folder-custom-open.svg" },
|
|
8114
|
-
"folder-mock": { "iconPath": "./../icons/folder-mock.svg" },
|
|
8115
|
-
"folder-mock-open": { "iconPath": "./../icons/folder-mock-open.svg" },
|
|
8116
|
-
"folder-syntax": { "iconPath": "./../icons/folder-syntax.svg" },
|
|
8117
|
-
"folder-syntax-open": { "iconPath": "./../icons/folder-syntax-open.svg" },
|
|
8118
|
-
"folder-vm": { "iconPath": "./../icons/folder-vm.svg" },
|
|
8119
|
-
"folder-vm-open": { "iconPath": "./../icons/folder-vm-open.svg" },
|
|
8120
|
-
"folder-stylus": { "iconPath": "./../icons/folder-stylus.svg" },
|
|
8121
|
-
"folder-stylus-open": { "iconPath": "./../icons/folder-stylus-open.svg" },
|
|
8122
|
-
"folder-flow": { "iconPath": "./../icons/folder-flow.svg" },
|
|
8123
|
-
"folder-flow-open": { "iconPath": "./../icons/folder-flow-open.svg" },
|
|
8124
|
-
"folder-rules": { "iconPath": "./../icons/folder-rules.svg" },
|
|
8125
|
-
"folder-rules-open": { "iconPath": "./../icons/folder-rules-open.svg" },
|
|
8126
|
-
"folder-review": { "iconPath": "./../icons/folder-review.svg" },
|
|
8127
|
-
"folder-review-open": { "iconPath": "./../icons/folder-review-open.svg" },
|
|
8128
|
-
"folder-animation": { "iconPath": "./../icons/folder-animation.svg" },
|
|
8129
|
-
"folder-animation-open": { "iconPath": "./../icons/folder-animation-open.svg" },
|
|
8130
|
-
"folder-guard": { "iconPath": "./../icons/folder-guard.svg" },
|
|
8131
|
-
"folder-guard-open": { "iconPath": "./../icons/folder-guard-open.svg" },
|
|
8132
|
-
"folder-prisma": { "iconPath": "./../icons/folder-prisma.svg" },
|
|
8133
|
-
"folder-prisma-open": { "iconPath": "./../icons/folder-prisma-open.svg" },
|
|
8134
|
-
"folder-pipe": { "iconPath": "./../icons/folder-pipe.svg" },
|
|
8135
|
-
"folder-pipe-open": { "iconPath": "./../icons/folder-pipe-open.svg" },
|
|
8136
|
-
"folder-svg": { "iconPath": "./../icons/folder-svg.svg" },
|
|
8137
|
-
"folder-svg-open": { "iconPath": "./../icons/folder-svg-open.svg" },
|
|
8138
|
-
"folder-terraform": { "iconPath": "./../icons/folder-terraform.svg" },
|
|
8139
|
-
"folder-terraform-open": { "iconPath": "./../icons/folder-terraform-open.svg" },
|
|
8140
|
-
"folder-mobile": { "iconPath": "./../icons/folder-mobile.svg" },
|
|
8141
|
-
"folder-mobile-open": { "iconPath": "./../icons/folder-mobile-open.svg" },
|
|
8142
|
-
"folder-stencil": { "iconPath": "./../icons/folder-stencil.svg" },
|
|
8143
|
-
"folder-stencil-open": { "iconPath": "./../icons/folder-stencil-open.svg" },
|
|
8144
|
-
"folder-firebase": { "iconPath": "./../icons/folder-firebase.svg" },
|
|
8145
|
-
"folder-firebase-open": { "iconPath": "./../icons/folder-firebase-open.svg" },
|
|
8146
|
-
"folder-svelte": { "iconPath": "./../icons/folder-svelte.svg" },
|
|
8147
|
-
"folder-svelte-open": { "iconPath": "./../icons/folder-svelte-open.svg" },
|
|
8148
|
-
"folder-update": { "iconPath": "./../icons/folder-update.svg" },
|
|
8149
|
-
"folder-update-open": { "iconPath": "./../icons/folder-update-open.svg" },
|
|
8150
|
-
"folder-intellij": { "iconPath": "./../icons/folder-intellij.svg" },
|
|
8151
|
-
"folder-intellij-open": { "iconPath": "./../icons/folder-intellij-open.svg" },
|
|
8152
|
-
"folder-intellij_light": { "iconPath": "./../icons/folder-intellij_light.svg" },
|
|
8153
|
-
"folder-intellij-open_light": { "iconPath": "./../icons/folder-intellij-open_light.svg" },
|
|
8154
|
-
"folder-azure-pipelines": { "iconPath": "./../icons/folder-azure-pipelines.svg" },
|
|
8155
|
-
"folder-azure-pipelines-open": { "iconPath": "./../icons/folder-azure-pipelines-open.svg" },
|
|
8156
|
-
"folder-mjml": { "iconPath": "./../icons/folder-mjml.svg" },
|
|
8157
|
-
"folder-mjml-open": { "iconPath": "./../icons/folder-mjml-open.svg" },
|
|
8158
|
-
"folder-admin": { "iconPath": "./../icons/folder-admin.svg" },
|
|
8159
|
-
"folder-admin-open": { "iconPath": "./../icons/folder-admin-open.svg" },
|
|
8160
|
-
"folder-scala": { "iconPath": "./../icons/folder-scala.svg" },
|
|
8161
|
-
"folder-scala-open": { "iconPath": "./../icons/folder-scala-open.svg" },
|
|
8162
|
-
"folder-connection": { "iconPath": "./../icons/folder-connection.svg" },
|
|
8163
|
-
"folder-connection-open": { "iconPath": "./../icons/folder-connection-open.svg" },
|
|
8164
|
-
"folder-quasar": { "iconPath": "./../icons/folder-quasar.svg" },
|
|
8165
|
-
"folder-quasar-open": { "iconPath": "./../icons/folder-quasar-open.svg" },
|
|
8166
|
-
"folder-next": { "iconPath": "./../icons/folder-next.svg" },
|
|
8167
|
-
"folder-next-open": { "iconPath": "./../icons/folder-next-open.svg" },
|
|
8168
|
-
"folder-cobol": { "iconPath": "./../icons/folder-cobol.svg" },
|
|
8169
|
-
"folder-cobol-open": { "iconPath": "./../icons/folder-cobol-open.svg" },
|
|
8170
|
-
"folder-yarn": { "iconPath": "./../icons/folder-yarn.svg" },
|
|
8171
|
-
"folder-yarn-open": { "iconPath": "./../icons/folder-yarn-open.svg" },
|
|
8172
|
-
"folder-husky": { "iconPath": "./../icons/folder-husky.svg" },
|
|
8173
|
-
"folder-husky-open": { "iconPath": "./../icons/folder-husky-open.svg" },
|
|
8174
|
-
"folder-storybook": { "iconPath": "./../icons/folder-storybook.svg" },
|
|
8175
|
-
"folder-storybook-open": { "iconPath": "./../icons/folder-storybook-open.svg" },
|
|
8176
|
-
"folder-base": { "iconPath": "./../icons/folder-base.svg" },
|
|
8177
|
-
"folder-base-open": { "iconPath": "./../icons/folder-base-open.svg" },
|
|
8178
|
-
"folder-cart": { "iconPath": "./../icons/folder-cart.svg" },
|
|
8179
|
-
"folder-cart-open": { "iconPath": "./../icons/folder-cart-open.svg" },
|
|
8180
|
-
"folder-home": { "iconPath": "./../icons/folder-home.svg" },
|
|
8181
|
-
"folder-home-open": { "iconPath": "./../icons/folder-home-open.svg" },
|
|
8182
|
-
"folder-project": { "iconPath": "./../icons/folder-project.svg" },
|
|
8183
|
-
"folder-project-open": { "iconPath": "./../icons/folder-project-open.svg" },
|
|
8184
|
-
"folder-interface": { "iconPath": "./../icons/folder-interface.svg" },
|
|
8185
|
-
"folder-interface-open": { "iconPath": "./../icons/folder-interface-open.svg" },
|
|
8186
|
-
"folder-netlify": { "iconPath": "./../icons/folder-netlify.svg" },
|
|
8187
|
-
"folder-netlify-open": { "iconPath": "./../icons/folder-netlify-open.svg" },
|
|
8188
|
-
"folder-enum": { "iconPath": "./../icons/folder-enum.svg" },
|
|
8189
|
-
"folder-enum-open": { "iconPath": "./../icons/folder-enum-open.svg" },
|
|
8190
|
-
"folder-contract": { "iconPath": "./../icons/folder-contract.svg" },
|
|
8191
|
-
"folder-contract-open": { "iconPath": "./../icons/folder-contract-open.svg" },
|
|
8192
|
-
"folder-queue": { "iconPath": "./../icons/folder-queue.svg" },
|
|
8193
|
-
"folder-queue-open": { "iconPath": "./../icons/folder-queue-open.svg" },
|
|
8194
|
-
"folder-vercel": { "iconPath": "./../icons/folder-vercel.svg" },
|
|
8195
|
-
"folder-vercel-open": { "iconPath": "./../icons/folder-vercel-open.svg" },
|
|
8196
|
-
"folder-cypress": { "iconPath": "./../icons/folder-cypress.svg" },
|
|
8197
|
-
"folder-cypress-open": { "iconPath": "./../icons/folder-cypress-open.svg" },
|
|
8198
|
-
"folder-decorators": { "iconPath": "./../icons/folder-decorators.svg" },
|
|
8199
|
-
"folder-decorators-open": { "iconPath": "./../icons/folder-decorators-open.svg" },
|
|
8200
|
-
"folder-java": { "iconPath": "./../icons/folder-java.svg" },
|
|
8201
|
-
"folder-java-open": { "iconPath": "./../icons/folder-java-open.svg" },
|
|
8202
|
-
"folder-resolver": { "iconPath": "./../icons/folder-resolver.svg" },
|
|
8203
|
-
"folder-resolver-open": { "iconPath": "./../icons/folder-resolver-open.svg" },
|
|
8204
|
-
"folder-angular": { "iconPath": "./../icons/folder-angular.svg" },
|
|
8205
|
-
"folder-angular-open": { "iconPath": "./../icons/folder-angular-open.svg" },
|
|
8206
|
-
"folder-unity": { "iconPath": "./../icons/folder-unity.svg" },
|
|
8207
|
-
"folder-unity-open": { "iconPath": "./../icons/folder-unity-open.svg" },
|
|
8208
|
-
"folder-pdf": { "iconPath": "./../icons/folder-pdf.svg" },
|
|
8209
|
-
"folder-pdf-open": { "iconPath": "./../icons/folder-pdf-open.svg" },
|
|
8210
|
-
"folder-proto": { "iconPath": "./../icons/folder-proto.svg" },
|
|
8211
|
-
"folder-proto-open": { "iconPath": "./../icons/folder-proto-open.svg" },
|
|
8212
|
-
"folder-plastic": { "iconPath": "./../icons/folder-plastic.svg" },
|
|
8213
|
-
"folder-plastic-open": { "iconPath": "./../icons/folder-plastic-open.svg" },
|
|
8214
|
-
"folder-gamemaker": { "iconPath": "./../icons/folder-gamemaker.svg" },
|
|
8215
|
-
"folder-gamemaker-open": { "iconPath": "./../icons/folder-gamemaker-open.svg" },
|
|
8216
|
-
"folder-mercurial": { "iconPath": "./../icons/folder-mercurial.svg" },
|
|
8217
|
-
"folder-mercurial-open": { "iconPath": "./../icons/folder-mercurial-open.svg" },
|
|
8218
|
-
"folder-godot": { "iconPath": "./../icons/folder-godot.svg" },
|
|
8219
|
-
"folder-godot-open": { "iconPath": "./../icons/folder-godot-open.svg" },
|
|
8220
|
-
"folder-lottie": { "iconPath": "./../icons/folder-lottie.svg" },
|
|
8221
|
-
"folder-lottie-open": { "iconPath": "./../icons/folder-lottie-open.svg" },
|
|
8222
|
-
"folder-taskfile": { "iconPath": "./../icons/folder-taskfile.svg" },
|
|
8223
|
-
"folder-taskfile-open": { "iconPath": "./../icons/folder-taskfile-open.svg" },
|
|
8224
|
-
"folder-cloudflare": { "iconPath": "./../icons/folder-cloudflare.svg" },
|
|
8225
|
-
"folder-cloudflare-open": { "iconPath": "./../icons/folder-cloudflare-open.svg" },
|
|
8226
|
-
"folder-seeders": { "iconPath": "./../icons/folder-seeders.svg" },
|
|
8227
|
-
"folder-seeders-open": { "iconPath": "./../icons/folder-seeders-open.svg" },
|
|
8228
|
-
"folder": { "iconPath": "./../icons/folder.svg" },
|
|
8229
|
-
"folder-open": { "iconPath": "./../icons/folder-open.svg" },
|
|
8230
|
-
"folder-root": { "iconPath": "./../icons/folder-root.svg" },
|
|
8231
|
-
"folder-root-open": { "iconPath": "./../icons/folder-root-open.svg" }
|
|
8232
|
-
},
|
|
8233
|
-
"languageIds": {
|
|
8234
|
-
"git": "git",
|
|
8235
|
-
"git-commit": "git",
|
|
8236
|
-
"git-rebase": "git",
|
|
8237
|
-
"ignore": "git",
|
|
8238
|
-
"yaml": "yaml",
|
|
8239
|
-
"github-actions-workflow": "yaml",
|
|
8240
|
-
"spring-boot-properties-yaml": "yaml",
|
|
8241
|
-
"ansible": "yaml",
|
|
8242
|
-
"ansible-jinja": "yaml",
|
|
8243
|
-
"xml": "xml",
|
|
8244
|
-
"xquery": "xml",
|
|
8245
|
-
"xsl": "xml",
|
|
8246
|
-
"matlab": "matlab",
|
|
8247
|
-
"makefile": "settings",
|
|
8248
|
-
"toml": "settings",
|
|
8249
|
-
"ini": "settings",
|
|
8250
|
-
"properties": "settings",
|
|
8251
|
-
"spring-boot-properties": "settings",
|
|
8252
|
-
"shaderlab": "shaderlab",
|
|
8253
|
-
"diff": "diff",
|
|
8254
|
-
"json": "json",
|
|
8255
|
-
"jsonc": "json",
|
|
8256
|
-
"json5": "json",
|
|
8257
|
-
"blink": "blink",
|
|
8258
|
-
"java": "java",
|
|
8259
|
-
"razor": "razor",
|
|
8260
|
-
"aspnetcorerazor": "razor",
|
|
8261
|
-
"python": "python",
|
|
8262
|
-
"mojo": "mojo",
|
|
8263
|
-
"javascript": "javascript",
|
|
8264
|
-
"typescript": "typescript",
|
|
8265
|
-
"scala": "scala",
|
|
8266
|
-
"handlebars": "handlebars",
|
|
8267
|
-
"perl": "perl",
|
|
8268
|
-
"perl6": "perl",
|
|
8269
|
-
"haxe": "haxe",
|
|
8270
|
-
"hxml": "haxe",
|
|
8271
|
-
"puppet": "puppet",
|
|
8272
|
-
"elixir": "elixir",
|
|
8273
|
-
"livescript": "livescript",
|
|
8274
|
-
"erlang": "erlang",
|
|
8275
|
-
"twig": "twig",
|
|
8276
|
-
"julia": "julia",
|
|
8277
|
-
"elm": "elm",
|
|
8278
|
-
"purescript": "purescript",
|
|
8279
|
-
"stylus": "stylus",
|
|
8280
|
-
"nunjucks": "nunjucks",
|
|
8281
|
-
"pug": "pug",
|
|
8282
|
-
"robotframework": "robot",
|
|
8283
|
-
"sass": "sass",
|
|
8284
|
-
"scss": "sass",
|
|
8285
|
-
"less": "less",
|
|
8286
|
-
"css": "css",
|
|
8287
|
-
"testOutput": "visualstudio",
|
|
8288
|
-
"vb": "visualstudio",
|
|
8289
|
-
"ng-template": "angular",
|
|
8290
|
-
"graphql": "graphql",
|
|
8291
|
-
"solidity": "solidity",
|
|
8292
|
-
"autoit": "autoit",
|
|
8293
|
-
"haml": "haml",
|
|
8294
|
-
"yang": "yang",
|
|
8295
|
-
"terraform": "terraform",
|
|
8296
|
-
"applescript": "applescript",
|
|
8297
|
-
"cake": "cake",
|
|
8298
|
-
"cucumber": "cucumber",
|
|
8299
|
-
"nim": "nim",
|
|
8300
|
-
"nimble": "nim",
|
|
8301
|
-
"apiblueprint": "apiblueprint",
|
|
8302
|
-
"riot": "riot",
|
|
8303
|
-
"postcss": "postcss",
|
|
8304
|
-
"lang-cfml": "coldfusion",
|
|
8305
|
-
"haskell": "haskell",
|
|
8306
|
-
"dhall": "dhall",
|
|
8307
|
-
"cabal": "cabal",
|
|
8308
|
-
"nix": "nix",
|
|
8309
|
-
"ruby": "ruby",
|
|
8310
|
-
"slim": "slim",
|
|
8311
|
-
"php": "php",
|
|
8312
|
-
"hack": "hack",
|
|
8313
|
-
"javascriptreact": "react",
|
|
8314
|
-
"mjml": "mjml",
|
|
8315
|
-
"processing": "processing",
|
|
8316
|
-
"hcl": "hcl",
|
|
8317
|
-
"go": "go",
|
|
8318
|
-
"django-html": "django",
|
|
8319
|
-
"django-txt": "django",
|
|
8320
|
-
"html": "html",
|
|
8321
|
-
"gdscript": "godot",
|
|
8322
|
-
"gdresource": "godot-assets",
|
|
8323
|
-
"gdshader": "godot-assets",
|
|
8324
|
-
"viml": "vim",
|
|
8325
|
-
"prolog": "prolog",
|
|
8326
|
-
"pawn": "pawn",
|
|
8327
|
-
"reason": "reason",
|
|
8328
|
-
"reason_lisp": "reason",
|
|
8329
|
-
"sml": "sml",
|
|
8330
|
-
"tex": "tex",
|
|
8331
|
-
"doctex": "tex",
|
|
8332
|
-
"latex": "tex",
|
|
8333
|
-
"latex-expl3": "tex",
|
|
8334
|
-
"apex": "salesforce",
|
|
8335
|
-
"sas": "sas",
|
|
8336
|
-
"dockerfile": "docker",
|
|
8337
|
-
"dockercompose": "docker",
|
|
8338
|
-
"csv": "table",
|
|
8339
|
-
"tsv": "table",
|
|
8340
|
-
"psv": "table",
|
|
8341
|
-
"csharp": "csharp",
|
|
8342
|
-
"bat": "console",
|
|
8343
|
-
"awk": "console",
|
|
8344
|
-
"shellscript": "console",
|
|
8345
|
-
"c": "c",
|
|
8346
|
-
"cpp": "cpp",
|
|
8347
|
-
"objective-c": "objective-c",
|
|
8348
|
-
"objective-cpp": "objective-cpp",
|
|
8349
|
-
"coffeescript": "coffee",
|
|
8350
|
-
"fsharp": "fsharp",
|
|
8351
|
-
"editorconfig": "editorconfig",
|
|
8352
|
-
"clojure": "clojure",
|
|
8353
|
-
"groovy": "groovy",
|
|
8354
|
-
"markdown": "markdown",
|
|
8355
|
-
"jinja": "jinja",
|
|
8356
|
-
"proto": "proto",
|
|
8357
|
-
"pip-requirements": "python-misc",
|
|
8358
|
-
"vue": "vue",
|
|
8359
|
-
"vue-postcss": "vue",
|
|
8360
|
-
"vue-html": "vue",
|
|
8361
|
-
"lua": "lua",
|
|
8362
|
-
"bibtex": "lib",
|
|
8363
|
-
"bibtex-style": "lib",
|
|
8364
|
-
"log": "log",
|
|
8365
|
-
"jupyter": "jupyter",
|
|
8366
|
-
"plaintext": "document",
|
|
8367
|
-
"pdf": "pdf",
|
|
8368
|
-
"powershell": "powershell",
|
|
8369
|
-
"jade": "pug",
|
|
8370
|
-
"r": "r",
|
|
8371
|
-
"rsweave": "r",
|
|
8372
|
-
"rust": "rust",
|
|
8373
|
-
"sql": "database",
|
|
8374
|
-
"kql": "kusto",
|
|
8375
|
-
"ssh_config": "lock",
|
|
8376
|
-
"svg": "svg",
|
|
8377
|
-
"swift": "swift",
|
|
8378
|
-
"typescriptreact": "react_ts",
|
|
8379
|
-
"search-result": "search",
|
|
8380
|
-
"mcfunction": "minecraft",
|
|
8381
|
-
"rescript": "rescript",
|
|
8382
|
-
"otne": "otne",
|
|
8383
|
-
"twee3": "twine",
|
|
8384
|
-
"twee3-harlowe-3": "twine",
|
|
8385
|
-
"twee3-chapbook-1": "twine",
|
|
8386
|
-
"twee3-sugarcube-2": "twine",
|
|
8387
|
-
"grain": "grain",
|
|
8388
|
-
"lolcode": "lolcode",
|
|
8389
|
-
"idris": "idris",
|
|
8390
|
-
"pgn": "chess",
|
|
8391
|
-
"gemini": "gemini",
|
|
8392
|
-
"text-gemini": "gemini",
|
|
8393
|
-
"v": "vlang",
|
|
8394
|
-
"wolfram": "wolframlanguage",
|
|
8395
|
-
"hlsl": "shader",
|
|
8396
|
-
"glsl": "shader",
|
|
8397
|
-
"wgsl": "shader",
|
|
8398
|
-
"tree": "tree",
|
|
8399
|
-
"svelte": "svelte",
|
|
8400
|
-
"dart": "dart",
|
|
8401
|
-
"cadence": "cadence",
|
|
8402
|
-
"stylable": "stylable",
|
|
8403
|
-
"hjson": "hjson",
|
|
8404
|
-
"huff": "huff",
|
|
8405
|
-
"concourse-pipeline-yaml": "concourse",
|
|
8406
|
-
"concourse-task-yaml": "concourse"
|
|
8407
|
-
},
|
|
8408
|
-
"light": {
|
|
8409
|
-
"fileExtensions": {
|
|
8410
|
-
"blink": "blink_light",
|
|
8411
|
-
"jinja": "jinja_light",
|
|
8412
|
-
"jinja2": "jinja_light",
|
|
8413
|
-
"j2": "jinja_light",
|
|
8414
|
-
"jinja-html": "jinja_light",
|
|
8415
|
-
"huff": "huff_light",
|
|
8416
|
-
"cr": "crystal_light",
|
|
8417
|
-
"ecr": "crystal_light",
|
|
8418
|
-
"drone.yml": "drone_light",
|
|
8419
|
-
".wakatime-project": "wakatime_light",
|
|
8420
|
-
"hcl": "hcl_light",
|
|
8421
|
-
"iuml": "uml_light",
|
|
8422
|
-
"pu": "uml_light",
|
|
8423
|
-
"puml": "uml_light",
|
|
8424
|
-
"plantuml": "uml_light",
|
|
8425
|
-
"wsd": "uml_light",
|
|
8426
|
-
"pgn": "chess_light",
|
|
8427
|
-
"fen": "chess_light",
|
|
8428
|
-
"openapi.json": "openapi_light",
|
|
8429
|
-
"openapi.yml": "openapi_light",
|
|
8430
|
-
"openapi.yaml": "openapi_light",
|
|
8431
|
-
"tldr": "tldraw_light"
|
|
8432
|
-
},
|
|
8433
|
-
"fileNames": {
|
|
8434
|
-
".rubocop.yml": "rubocop_light",
|
|
8435
|
-
".rubocop-todo.yml": "rubocop_light",
|
|
8436
|
-
".rubocop_todo.yml": "rubocop_light",
|
|
8437
|
-
"vercel.json": "vercel_light",
|
|
8438
|
-
".vercelignore": "vercel_light",
|
|
8439
|
-
"now.json": "vercel_light",
|
|
8440
|
-
".nowignore": "vercel_light",
|
|
8441
|
-
"payload.config.js": "payload_light",
|
|
8442
|
-
"payload.config.mjs": "payload_light",
|
|
8443
|
-
"payload.config.ts": "payload_light",
|
|
8444
|
-
"payload.config.mts": "payload_light",
|
|
8445
|
-
"next.config.js": "next_light",
|
|
8446
|
-
"next.config.mjs": "next_light",
|
|
8447
|
-
"next.config.ts": "next_light",
|
|
8448
|
-
"next.config.mts": "next_light",
|
|
8449
|
-
"remix.config.js": "remix_light",
|
|
8450
|
-
"remix.config.ts": "remix_light",
|
|
8451
|
-
"turbo.json": "turborepo_light",
|
|
8452
|
-
".autorc": "auto_light",
|
|
8453
|
-
"auto.config.js": "auto_light",
|
|
8454
|
-
"auto.config.ts": "auto_light",
|
|
8455
|
-
"auto-config.json": "auto_light",
|
|
8456
|
-
"auto-config.yaml": "auto_light",
|
|
8457
|
-
"auto-config.yml": "auto_light",
|
|
8458
|
-
"auto-config.ts": "auto_light",
|
|
8459
|
-
"auto-config.js": "auto_light",
|
|
8460
|
-
".stylelintrc": "stylelint_light",
|
|
8461
|
-
".stylelintrc.json": "stylelint_light",
|
|
8462
|
-
".stylelintrc.jsonc": "stylelint_light",
|
|
8463
|
-
".stylelintrc.json5": "stylelint_light",
|
|
8464
|
-
".stylelintrc.yaml": "stylelint_light",
|
|
8465
|
-
".stylelintrc.yml": "stylelint_light",
|
|
8466
|
-
".stylelintrc.toml": "stylelint_light",
|
|
8467
|
-
".stylelintrc.js": "stylelint_light",
|
|
8468
|
-
".stylelintrc.mjs": "stylelint_light",
|
|
8469
|
-
".stylelintrc.cjs": "stylelint_light",
|
|
8470
|
-
".stylelintrc.ts": "stylelint_light",
|
|
8471
|
-
".stylelintrc.mts": "stylelint_light",
|
|
8472
|
-
".stylelintrc.cts": "stylelint_light",
|
|
8473
|
-
".config/stylelintrc": "stylelint_light",
|
|
8474
|
-
".config/stylelintrc.json": "stylelint_light",
|
|
8475
|
-
".config/stylelintrc.jsonc": "stylelint_light",
|
|
8476
|
-
".config/stylelintrc.json5": "stylelint_light",
|
|
8477
|
-
".config/stylelintrc.yaml": "stylelint_light",
|
|
8478
|
-
".config/stylelintrc.yml": "stylelint_light",
|
|
8479
|
-
".config/stylelintrc.toml": "stylelint_light",
|
|
8480
|
-
".config/stylelintrc.js": "stylelint_light",
|
|
8481
|
-
".config/stylelintrc.mjs": "stylelint_light",
|
|
8482
|
-
".config/stylelintrc.cjs": "stylelint_light",
|
|
8483
|
-
".config/stylelintrc.ts": "stylelint_light",
|
|
8484
|
-
".config/stylelintrc.mts": "stylelint_light",
|
|
8485
|
-
".config/stylelintrc.cts": "stylelint_light",
|
|
8486
|
-
"stylelint.config.json": "stylelint_light",
|
|
8487
|
-
"stylelint.config.jsonc": "stylelint_light",
|
|
8488
|
-
"stylelint.config.json5": "stylelint_light",
|
|
8489
|
-
"stylelint.config.yaml": "stylelint_light",
|
|
8490
|
-
"stylelint.config.yml": "stylelint_light",
|
|
8491
|
-
"stylelint.config.toml": "stylelint_light",
|
|
8492
|
-
"stylelint.config.js": "stylelint_light",
|
|
8493
|
-
"stylelint.config.mjs": "stylelint_light",
|
|
8494
|
-
"stylelint.config.cjs": "stylelint_light",
|
|
8495
|
-
"stylelint.config.ts": "stylelint_light",
|
|
8496
|
-
"stylelint.config.mts": "stylelint_light",
|
|
8497
|
-
"stylelint.config.cts": "stylelint_light",
|
|
8498
|
-
".stylelintignore": "stylelint_light",
|
|
8499
|
-
".stylelintcache": "stylelint_light",
|
|
8500
|
-
".codeclimate.yml": "code-climate_light",
|
|
8501
|
-
"browserslist": "browserlist_light",
|
|
8502
|
-
".browserslistrc": "browserlist_light",
|
|
8503
|
-
".drone.yml": "drone_light",
|
|
8504
|
-
".wakatime-project": "wakatime_light",
|
|
8505
|
-
"circle.yml": "circleci_light",
|
|
8506
|
-
".releaserc": "semantic-release_light",
|
|
8507
|
-
".releaserc.json": "semantic-release_light",
|
|
8508
|
-
".releaserc.jsonc": "semantic-release_light",
|
|
8509
|
-
".releaserc.json5": "semantic-release_light",
|
|
8510
|
-
".releaserc.yaml": "semantic-release_light",
|
|
8511
|
-
".releaserc.yml": "semantic-release_light",
|
|
8512
|
-
".releaserc.toml": "semantic-release_light",
|
|
8513
|
-
".releaserc.js": "semantic-release_light",
|
|
8514
|
-
".releaserc.mjs": "semantic-release_light",
|
|
8515
|
-
".releaserc.cjs": "semantic-release_light",
|
|
8516
|
-
".releaserc.ts": "semantic-release_light",
|
|
8517
|
-
".releaserc.mts": "semantic-release_light",
|
|
8518
|
-
".releaserc.cts": "semantic-release_light",
|
|
8519
|
-
".config/releaserc": "semantic-release_light",
|
|
8520
|
-
".config/releaserc.json": "semantic-release_light",
|
|
8521
|
-
".config/releaserc.jsonc": "semantic-release_light",
|
|
8522
|
-
".config/releaserc.json5": "semantic-release_light",
|
|
8523
|
-
".config/releaserc.yaml": "semantic-release_light",
|
|
8524
|
-
".config/releaserc.yml": "semantic-release_light",
|
|
8525
|
-
".config/releaserc.toml": "semantic-release_light",
|
|
8526
|
-
".config/releaserc.js": "semantic-release_light",
|
|
8527
|
-
".config/releaserc.mjs": "semantic-release_light",
|
|
8528
|
-
".config/releaserc.cjs": "semantic-release_light",
|
|
8529
|
-
".config/releaserc.ts": "semantic-release_light",
|
|
8530
|
-
".config/releaserc.mts": "semantic-release_light",
|
|
8531
|
-
".config/releaserc.cts": "semantic-release_light",
|
|
8532
|
-
"release.config.json": "semantic-release_light",
|
|
8533
|
-
"release.config.jsonc": "semantic-release_light",
|
|
8534
|
-
"release.config.json5": "semantic-release_light",
|
|
8535
|
-
"release.config.yaml": "semantic-release_light",
|
|
8536
|
-
"release.config.yml": "semantic-release_light",
|
|
8537
|
-
"release.config.toml": "semantic-release_light",
|
|
8538
|
-
"release.config.js": "semantic-release_light",
|
|
8539
|
-
"release.config.mjs": "semantic-release_light",
|
|
8540
|
-
"release.config.cjs": "semantic-release_light",
|
|
8541
|
-
"release.config.ts": "semantic-release_light",
|
|
8542
|
-
"release.config.mts": "semantic-release_light",
|
|
8543
|
-
"release.config.cts": "semantic-release_light",
|
|
8544
|
-
"netlify.json": "netlify_light",
|
|
8545
|
-
"netlify.yml": "netlify_light",
|
|
8546
|
-
"netlify.yaml": "netlify_light",
|
|
8547
|
-
"netlify.toml": "netlify_light",
|
|
8548
|
-
"stitches.config.js": "stitches_light",
|
|
8549
|
-
"stitches.config.ts": "stitches_light",
|
|
8550
|
-
"snowpack.config.js": "snowpack_light",
|
|
8551
|
-
"snowpack.config.cjs": "snowpack_light",
|
|
8552
|
-
"snowpack.config.mjs": "snowpack_light",
|
|
8553
|
-
"snowpack.config.ts": "snowpack_light",
|
|
8554
|
-
"snowpack.config.cts": "snowpack_light",
|
|
8555
|
-
"snowpack.config.mts": "snowpack_light",
|
|
8556
|
-
"snowpack.deps.json": "snowpack_light",
|
|
8557
|
-
"snowpack.config.json": "snowpack_light",
|
|
8558
|
-
"pnpm-lock.yaml": "pnpm_light",
|
|
8559
|
-
"pnpm-workspace.yaml": "pnpm_light",
|
|
8560
|
-
".pnpmfile.cjs": "pnpm_light",
|
|
8561
|
-
"openapi.json": "openapi_light",
|
|
8562
|
-
"openapi.yml": "openapi_light",
|
|
8563
|
-
"openapi.yaml": "openapi_light",
|
|
8564
|
-
"bun.lockb": "bun_light",
|
|
8565
|
-
"bunfig.toml": "bun_light",
|
|
8566
|
-
".nano-staged.js": "nano-staged_light",
|
|
8567
|
-
"nano-staged.js": "nano-staged_light",
|
|
8568
|
-
".nano-staged.cjs": "nano-staged_light",
|
|
8569
|
-
"nano-staged.cjs": "nano-staged_light",
|
|
8570
|
-
".nano-staged.mjs": "nano-staged_light",
|
|
8571
|
-
"nano-staged.mjs": "nano-staged_light",
|
|
8572
|
-
".nano-staged.json": "nano-staged_light",
|
|
8573
|
-
"nano-staged.json": "nano-staged_light",
|
|
8574
|
-
".nanostagedrc": "nano-staged_light",
|
|
8575
|
-
"deno.json": "deno_light",
|
|
8576
|
-
"deno.jsonc": "deno_light",
|
|
8577
|
-
"deno.lock": "deno_light"
|
|
8578
|
-
},
|
|
8579
|
-
"folderNames": {
|
|
8580
|
-
"jinja": "folder-jinja_light",
|
|
8581
|
-
".jinja": "folder-jinja_light",
|
|
8582
|
-
"_jinja": "folder-jinja_light",
|
|
8583
|
-
"__jinja__": "folder-jinja_light",
|
|
8584
|
-
"jinja2": "folder-jinja_light",
|
|
8585
|
-
".jinja2": "folder-jinja_light",
|
|
8586
|
-
"_jinja2": "folder-jinja_light",
|
|
8587
|
-
"__jinja2__": "folder-jinja_light",
|
|
8588
|
-
"j2": "folder-jinja_light",
|
|
8589
|
-
".j2": "folder-jinja_light",
|
|
8590
|
-
"_j2": "folder-jinja_light",
|
|
8591
|
-
"__j2__": "folder-jinja_light",
|
|
8592
|
-
"idea": "folder-intellij_light",
|
|
8593
|
-
".idea": "folder-intellij_light",
|
|
8594
|
-
"_idea": "folder-intellij_light",
|
|
8595
|
-
"__idea__": "folder-intellij_light"
|
|
8596
|
-
},
|
|
8597
|
-
"folderNamesExpanded": {
|
|
8598
|
-
"jinja": "folder-jinja-open_light",
|
|
8599
|
-
".jinja": "folder-jinja-open_light",
|
|
8600
|
-
"_jinja": "folder-jinja-open_light",
|
|
8601
|
-
"__jinja__": "folder-jinja-open_light",
|
|
8602
|
-
"jinja2": "folder-jinja-open_light",
|
|
8603
|
-
".jinja2": "folder-jinja-open_light",
|
|
8604
|
-
"_jinja2": "folder-jinja-open_light",
|
|
8605
|
-
"__jinja2__": "folder-jinja-open_light",
|
|
8606
|
-
"j2": "folder-jinja-open_light",
|
|
8607
|
-
".j2": "folder-jinja-open_light",
|
|
8608
|
-
"_j2": "folder-jinja-open_light",
|
|
8609
|
-
"__j2__": "folder-jinja-open_light",
|
|
8610
|
-
"idea": "folder-intellij-open_light",
|
|
8611
|
-
".idea": "folder-intellij-open_light",
|
|
8612
|
-
"_idea": "folder-intellij-open_light",
|
|
8613
|
-
"__idea__": "folder-intellij-open_light"
|
|
8614
|
-
}
|
|
8615
|
-
},
|
|
8616
|
-
"options": {
|
|
8617
|
-
"folders": { "theme": "specific", "color": "#90a4ae", "associations": {} },
|
|
8618
|
-
"activeIconPack": "angular",
|
|
8619
|
-
"hidesExplorerArrows": false,
|
|
8620
|
-
"opacity": 1,
|
|
8621
|
-
"saturation": 1,
|
|
8622
|
-
"files": { "color": "#90a4ae", "associations": {} },
|
|
8623
|
-
"languages": { "associations": {} }
|
|
8624
|
-
},
|
|
8625
|
-
"rootFolder": "folder-root",
|
|
8626
|
-
"rootFolderExpanded": "folder-root-open"
|
|
4914
|
+
}
|
|
8627
4915
|
}
|