(
-
- {children || 'Select Labels'}
-
- )}
- placeholderText="Filter Labels"
- open={open}
- onOpenChange={setOpen}
- items={filteredItems}
- selected={selected}
- onSelectedChange={setSelected}
- onFilterChange={setFilter}
- showItemDividers={true}
- overlayProps={{width: 'small', height: 'xsmall'}}
- />
- )
-}
-
-render( )
-```
-
-## Accessibility
-
-### Keyboard
-
-Pressing `Enter` or `Space` on the `SelectPanel` anchor will
-open the `SelectPanel` and place focus on the filter input. Pressing `Escape` or interacting with the cancel or close buttons will close the `SelectPanel` and restore focus to the anchor.
-
-A user may use `Tab` and `Shift+Tab` to navigate between the filter input, list of
-items, action buttons, and the close button.
-
-When focus is on the list of items, pressing `ArrowDown` and `ArrowUp` will allow navigation between items. Support for `Home` and `End` is also provided to quickly navigate to the first and last items in the list, respectively. Pressing `Space` will select an item.
-
-The `Enter` key may be used when focus is within the `SelectPanel` as an
-alternative to activating the save button.
-
-## Props
-
-
-
-## Status
-
-
diff --git a/docs/content/Spinner.mdx b/docs/content/Spinner.mdx
deleted file mode 100644
index 147f5cac089..00000000000
--- a/docs/content/Spinner.mdx
+++ /dev/null
@@ -1,34 +0,0 @@
----
-title: Spinner
-status: Alpha
-description: Use spinners to let users know that content is being loaded.
-componentId: spinner
-source: https://github.com/primer/react/tree/main/packages/react/src/Spinner/Spinner.tsx
----
-
-import data from '../../packages/react/src/Spinner/Spinner.docs.json'
-import DeprecationBanner from '../components/DeprecationBanner'
-
-
-
-```jsx live
-
-```
-
-## Examples
-
-### Small
-
-```jsx live
-
-```
-
-### Large
-
-```jsx live
-
-```
-
-## Props
-
-
diff --git a/docs/content/SplitPageLayout.mdx b/docs/content/SplitPageLayout.mdx
deleted file mode 100644
index 2dcf3ab46e0..00000000000
--- a/docs/content/SplitPageLayout.mdx
+++ /dev/null
@@ -1,333 +0,0 @@
----
-title: SplitPageLayout
-componentId: split_page_layout
-status: Alpha
-description: Provides structure for a split page layout, including independent scrolling for the pane and content regions. Useful for responsive list/detail patterns, when an item in the pane updates the page content on selection.
-source: https://github.com/primer/react/tree/main/packages/react/src/SplitPageLayout
-storybook: '/react/storybook?path=/story/components-splitpagelayout--default'
-a11yReviewed: true
----
-
-import data from '../../packages/react/src/SplitPageLayout/SplitPageLayout.docs.json'
-import DeprecationBanner from '../components/DeprecationBanner'
-
-
-
-```js
-import {SplitPageLayout} from '@primer/react'
-```
-
-
-
-If you need a more flexible layout component, consider using the [PageLayout](/PageLayout) component.
-
-
-
-## Examples
-
-### Minimal
-
-```jsx live drafts
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-```
-
-### With overflowing pane content
-
-```jsx live drafts
-
-
-
-
-
-
-
- {Array.from({length: 5}).map((_, i) => (
-
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam at enim id lorem tempus egestas a non ipsum.
- Maecenas imperdiet ante quam, at varius lorem molestie vel. Sed at eros consequat, varius tellus et, auctor
- felis. Donec pulvinar lacinia urna nec commodo. Phasellus at imperdiet risus. Donec sit amet massa purus.
-
- ))}
-
-
-
-
-
-
-
-
-
-
-```
-
-### With pane hidden on narrow viewports
-
-```jsx live drafts
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-```
-
-### With content hidden on narrow viewports
-
-```jsx live drafts
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-```
-
-### With resizable pane
-
-```jsx live drafts
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-```
-
-### Without dividers
-
-```jsx live drafts
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-```
-
-### With pane on right
-
-```jsx live drafts
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-```
-
-### With condensed padding
-
-```jsx live drafts
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-```
-
-### Without padding
-
-```jsx live drafts
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-```
-
-### Without header or footer
-
-```jsx live drafts
-
-
-
-
-
-
-
-
-
-
-```
-
-### With heading
-
-```jsx live drafts
-
-
-
- Pane Heading
-
-
-
-
-
-
-
-```
-
-### With non-sticky pane
-
-```jsx live drafts
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-```
-
-### With a custom sticky header
-
-```jsx live drafts
-
-
- Custom sticky header
-
-
-
-
-
-
-
-
-
-
-
-
-
-```
-
-## Props
-
-
-
-## Status
-
-
diff --git a/docs/content/StateLabel.mdx b/docs/content/StateLabel.mdx
deleted file mode 100644
index 38965e9ad01..00000000000
--- a/docs/content/StateLabel.mdx
+++ /dev/null
@@ -1,32 +0,0 @@
----
-componentId: state_label
-title: StateLabel
-status: Alpha
-storybook: '/react/storybook/?path=/story/components-statelabel--default'
-source: https://github.com/primer/react/tree/main/packages/react/src/StateLabel
----
-
-import data from '../../packages/react/src/StateLabel/StateLabel.docs.json'
-import DeprecationBanner from '../components/DeprecationBanner'
-
-
-
-## Examples
-
-```jsx live
-<>
- Open
- Closed
- Closed
- Open
- Closed
- Merged
- Queued
- Draft
- Draft
->
-```
-
-## Props
-
-
diff --git a/docs/content/SubNav.mdx b/docs/content/SubNav.mdx
deleted file mode 100644
index 1f9ef96d4bc..00000000000
--- a/docs/content/SubNav.mdx
+++ /dev/null
@@ -1,82 +0,0 @@
----
-componentId: sub_nav
-title: SubNav
-status: Alpha
-source: https://github.com/primer/react/tree/main/packages/react/src/SubNav
----
-
-import data from '../../packages/react/src/SubNav/SubNav.docs.json'
-import DeprecationBanner from '../components/DeprecationBanner'
-
-
-
-**Attention:** Make sure to properly label your `SubNav` with an `aria-label` to provide context about the type of navigation contained in `SubNav`.
-
-## Examples
-
-### Default
-
-```jsx live
-
-
-
- Home
-
- Documentation
- Support
-
-
-```
-
-### SubNav with search
-
-```jsx live
-
-
-
- Home
-
- Documentation
- Support
-
-
-
-
-```
-
-### SubNav with filtered search
-
-```jsx live
-
-
-
- Filter
-
-
-
- Item 1
-
-
- Item 2
-
-
- Item 3
-
-
-
-
-
-
-
-
- Home
-
- Documentation
- Support
-
-
-```
-
-## Props
-
-
diff --git a/docs/content/TabNav.mdx b/docs/content/TabNav.mdx
deleted file mode 100644
index 9b1d29b0bad..00000000000
--- a/docs/content/TabNav.mdx
+++ /dev/null
@@ -1,29 +0,0 @@
----
-componentId: tab_nav
-title: TabNav
-status: Alpha
-source: https://github.com/primer/react/tree/main/packages/react/src/TabNav
----
-
-import data from '../../packages/react/src/TabNav/TabNav.docs.json'
-import DeprecationBanner from '../components/DeprecationBanner'
-
-
-
-**Attention:** Make sure to properly label your `TabNav` with an `aria-label` to provide context about the type of navigation contained in `TabNav`.
-
-## Examples
-
-```jsx live
-
-
- Home
-
- Documentation
- Support
-
-```
-
-## Props
-
-
diff --git a/docs/content/Text.mdx b/docs/content/Text.mdx
deleted file mode 100644
index d75f4b05607..00000000000
--- a/docs/content/Text.mdx
+++ /dev/null
@@ -1,34 +0,0 @@
----
-componentId: text
-title: Text
-a11yReviewed: true
-status: Alpha
-source: https://github.com/primer/react/tree/main/packages/react/src/Text
----
-
-import data from '../../packages/react/src/Text/Text.docs.json'
-import DeprecationBanner from '../components/DeprecationBanner'
-
-
-
-The Text component is a wrapper component that will apply typography styles to the text inside.
-
-## Examples
-
-```jsx live
-<>
-
- bold
-
-
- danger color
-
-
- inverse colors
-
->
-```
-
-## Props
-
-
diff --git a/docs/content/TextInput.mdx b/docs/content/TextInput.mdx
deleted file mode 100644
index 24a4e93a20e..00000000000
--- a/docs/content/TextInput.mdx
+++ /dev/null
@@ -1,217 +0,0 @@
----
-componentId: text_input
-title: TextInput
-status: Alpha
-source: https://github.com/primer/react/tree/main/packages/react/src/TextInput
-storybook: '/react/storybook?path=/story/components-forms-textinput--default'
----
-
-import data from '../../packages/react/src/TextInput/TextInput.docs.json'
-import DeprecationBanner from '../components/DeprecationBanner'
-
-
-
-TextInput is a form component to add default styling to the native text input.
-
-**Note:** Don't forget to set `aria-label` to make the TextInput accessible to screen reader users.
-
-## Examples
-
-### Basic
-
-```jsx live
-
-```
-
-### With icons
-
-```jsx live
-<>
-
-
-
->
-```
-
-### With text visuals
-
-```jsx live
-<>
-
-
-
->
-```
-
-### With visuals and loading indicators
-
-```javascript live noinline
-const WithIconAndLoadingIndicator = () => {
- const [loading, setLoading] = React.useState(true)
-
- const toggleLoadingState = () => {
- setLoading(!loading)
- }
-
- return (
- <>
-
-
- Toggle loading state {loading ? 'off' : 'on'}
-
-
-
-
- No visual
-
-
-
-
-
-
- Leading visual
-
-
-
-
-
-
- Trailing visual
-
-
-
-
-
-
- Both visuals
-
-
-
-
-
-
- Both visuals, position overriden
-
-
-
-
- >
- )
-}
-
-render( )
-```
-
-### With trailing action
-
-```jsx live
-
- Icon action
- {
- alert('clear input')
- }}
- icon={XIcon}
- aria-label="Clear input"
- sx={{color: 'fg.subtle'}}
- />
- }
- />
-
-```
-
-### With tooltip direction
-
-```jsx live
-
- Icon action
- {
- alert('clear input')
- }}
- icon={XIcon}
- aria-label="Clear input"
- tooltipDirection="nw"
- sx={{color: 'fg.subtle'}}
- />
- }
- />
-
-```
-
-### With error state
-
-```jsx live
-
-```
-
-### Block text input
-
-```jsx live
-
-```
-
-### Contrast text input
-
-```jsx live
-
-```
-
-### Monospace text input
-
-```jsx live
-
-```
-
-## Props
-
-
-
-## Status
-
-
diff --git a/docs/content/TextInputWithTokens.mdx b/docs/content/TextInputWithTokens.mdx
deleted file mode 100644
index 6c8c4b1b230..00000000000
--- a/docs/content/TextInputWithTokens.mdx
+++ /dev/null
@@ -1,418 +0,0 @@
----
-componentId: text_input_with_tokens
-title: TextInputWithTokens
-status: Alpha
-description: Used to show multiple values in one field
-source: https://github.com/primer/react/tree/main/packages/react/src/TextInputWithTokens
-storybook: '/react/storybook?path=/story/components-forms-textinputwithtokens--default'
----
-
-import data from '../../packages/react/src/TextInputWithTokens/TextInputWithTokens.docs.json'
-
-import {TextInputWithTokens} from '@primer/react'
-
-A `TextInputWithTokens` component supports all of the features of a [TextInput](/TextInput) component, but it can render a list of [Tokens](/Token) next to the area a user types in.
-
-## Examples
-
-### Basic
-
-```javascript live noinline
-const BasicExample = () => {
- const [tokens, setTokens] = React.useState([
- {text: 'zero', id: 0},
- {text: 'one', id: 1},
- {text: 'two', id: 2},
- ])
- const onTokenRemove = tokenId => {
- setTokens(tokens.filter(token => token.id !== tokenId))
- }
-
- return (
-
- Basic example tokens
-
-
- )
-}
-
-render(BasicExample)
-```
-
-### Using a different token component
-
-By default, the `Token` component is used to render the tokens in the input. If this component does not make sense for the kinds of tokens you're rendering, you can pass a component to the `tokenComponent` prop
-
-```javascript live noinline
-const UsingIssueLabelTokens = () => {
- const [tokens, setTokens] = React.useState([
- {text: 'enhancement', id: 1, fillColor: '#a2eeef'},
- {text: 'bug', id: 2, fillColor: '#d73a4a'},
- {text: 'good first issue', id: 3, fillColor: '#0cf478'},
- ])
- const onTokenRemove = tokenId => {
- setTokens(tokens.filter(token => token.id !== tokenId))
- }
-
- return (
-
- Issue labels
-
-
- )
-}
-
-render( )
-```
-
-### Dealing with long lists of tokens
-
-By default, all tokens will be visible when the component is rendered.
-
-If the component is being used in an area where it's height needs to be constrained, there are options to limit the height of the input.
-
-```javascript live noinline
-const VisibleTokenCountExample = () => {
- const [tokens, setTokens] = React.useState([
- {text: 'zero', id: 0},
- {text: 'one', id: 1},
- {text: 'two', id: 2},
- {text: 'three', id: 3},
- ])
- const onTokenRemove = tokenId => {
- setTokens(tokens.filter(token => token.id !== tokenId))
- }
-
- return (
-
-
- Tokens truncated after 2
-
-
-
- )
-}
-
-render(VisibleTokenCountExample)
-```
-
-### Render tokens on a single line
-
-```javascript live noinline
-const PreventTokenWrappingExample = () => {
- const [tokens, setTokens] = React.useState([
- {text: 'zero', id: 0},
- {text: 'one', id: 1},
- {text: 'two', id: 2},
- {text: 'three', id: 3},
- {text: 'four', id: 4},
- {text: 'five', id: 5},
- {text: 'six', id: 6},
- {text: 'seven', id: 7},
- ])
- const onTokenRemove = tokenId => {
- setTokens(tokens.filter(token => token.id !== tokenId))
- }
-
- return (
-
-
- Tokens on one line
-
-
-
- )
-}
-
-render(PreventTokenWrappingExample)
-```
-
-### Set a maximum height for the input
-
-```javascript live noinline
-const MaxHeightExample = () => {
- const [tokens, setTokens] = React.useState([
- {text: 'zero', id: 0},
- {text: 'one', id: 1},
- {text: 'two', id: 2},
- {text: 'three', id: 3},
- {text: 'four', id: 4},
- {text: 'five', id: 5},
- {text: 'six', id: 6},
- {text: 'seven', id: 7},
- ])
- const onTokenRemove = tokenId => {
- setTokens(tokens.filter(token => token.id !== tokenId))
- }
-
- return (
-
-
- Tokens restricted to a max height
-
-
-
- )
-}
-
-render(MaxHeightExample)
-```
-
-### With an error validation status
-
-```javascript live noinline
-const ErrorExample = () => {
- const [tokens, setTokens] = React.useState([
- {text: 'zero', id: 0},
- {text: 'one', id: 1},
- {text: 'two', id: 2},
- ])
- const onTokenRemove = tokenId => {
- setTokens(tokens.filter(token => token.id !== tokenId))
- }
-
- return (
- <>
-
- Basic example tokens
-
-
- >
- )
-}
-
-render(ErrorExample)
-```
-
-### With leading and trailing visuals
-
-```javascript live noinline
-const LeadingVisualExample = () => {
- const [dates, setDates] = React.useState([
- {text: '01 Jan', id: 0},
- {text: '01 Feb', id: 1},
- {text: '01 Mar', id: 2},
- ])
- const [tokens, setTokens] = React.useState([
- {text: 'zero', id: 0},
- {text: 'one', id: 1},
- {text: 'two', id: 2},
- ])
- const onDateRemove = tokenId => {
- setDates(dates.filter(token => token.id !== tokenId))
- }
- const onTokenRemove = tokenId => {
- setTokens(tokens.filter(token => token.id !== tokenId))
- }
-
- return (
- <>
-
- Dates
-
-
-
- Tokens
-
-
- >
- )
-}
-
-render(LeadingVisualExample)
-```
-
-## With visuals and loading indicators
-
-```javascript live noinline
-const WithIconAndLoadingIndicator = () => {
- const [dates, setDates] = React.useState([
- {text: '01 Jan', id: 0},
- {text: '01 Feb', id: 1},
- {text: '01 Mar', id: 2},
- ])
- const onDateRemove = tokenId => {
- setDates(dates.filter(token => token.id !== tokenId))
- }
-
- const [loading, setLoading] = React.useState(true)
- const toggleLoadingState = () => {
- setLoading(!loading)
- }
-
- return (
- <>
-
-
- Toggle loading state {loading ? 'off' : 'on'}
-
-
-
- No visual
-
-
-
-
-
-
-
-
-
-
- Leading visual
-
-
-
-
-
-
-
-
-
-
- Trailing visual
-
-
-
-
-
-
-
-
-
-
- Both visuals
-
-
-
-
-
-
-
-
-
- >
- )
-}
-
-render( )
-```
-
-## Props
-
-
-
-## Status
-
-
diff --git a/docs/content/Textarea.mdx b/docs/content/Textarea.mdx
deleted file mode 100644
index 81f5b76f58e..00000000000
--- a/docs/content/Textarea.mdx
+++ /dev/null
@@ -1,149 +0,0 @@
----
-componentId: textarea
-title: Textarea
-description: Use Textarea for multi-line text input form fields
-status: Alpha
-source: https://github.com/primer/react/tree/main/packages/react/src/Textarea
-storybook: '/react/storybook?path=/story/components-forms-textarea--textarea-story'
----
-
-import data from '../../packages/react/src/Textarea/Textarea.docs.json'
-
-import {Textarea} from '@primer/react'
-import DeprecationBanner from '../components/DeprecationBanner'
-
-
-
-
-
-
-
-```js
-import {Textarea} from '@primer/react'
-```
-
-## Examples
-
-
-
-Textarea components **must always** be accompanied by a corresponding label to improve support for assistive
-technologies. Examples below are provided for conciseness and may not reflect accessibility best practices.
-
-Use the [FormControl](/FormControl) component to render a Textarea with a corresponding label.
-
-
-
-### Controlled mode
-
-```javascript live noinline
-const TextareaExample = () => {
- // Running in controlled mode (recommended)
- const [value, setValue] = React.useState('')
-
- const handleChange = event => {
- setValue(event.target.value)
- }
-
- return
-}
-
-render( )
-```
-
-### Uncontrolled mode
-
-```javascript live noinline
-const TextareaExample = () => {
- const ref = React.useRef()
-
- const handleSubmit = event => {
- event.preventDefault()
- if (!ref.current.value) {
- alert(`Enter a value into the Textarea and press submit`)
- return
- }
-
- alert(`Current Textarea value: ${ref.current.value}`)
- }
-
- return (
-
- )
-}
-
-render( )
-```
-
-### Displaying form validation state
-
-```jsx live
-<>
-
- Success state:
-
-
-
- Error state:
-
-
->
-```
-
-### Inactive
-
-```jsx live
-<>
- This text is inactive
->
-```
-
-### Resize
-
-By default, `Textarea` can be resized by the user vertically and horizontally. Resizing can be prevented by setting `resize` to `none`
-
-```jsx live
-
-```
-
-### Custom styling
-
-```jsx live
-<>
-
- Custom styles like `margin` and `padding` can be applied using the `sx` prop
->
-```
-
-## Props
-
-
-
-## Status
-
-
diff --git a/docs/content/Timeline.mdx b/docs/content/Timeline.mdx
deleted file mode 100644
index 72a00ff4caa..00000000000
--- a/docs/content/Timeline.mdx
+++ /dev/null
@@ -1,128 +0,0 @@
----
-componentId: timeline
-title: Timeline
-status: Alpha
-source: https://github.com/primer/react/tree/main/packages/react/src/Timeline
----
-
-import data from '../../packages/react/src/Timeline/Timeline.docs.json'
-import DeprecationBanner from '../components/DeprecationBanner'
-
-
-
-The Timeline.Item component is used to display items on a vertical timeline, connected by Timeline.Badge elements.
-
-## Examples
-
-### Example with in-line links
-
-```jsx live
-
-
-
-
-
-
-
- Monalisa
-
- created one
- hot potato
-
-
- Just now
-
-
-
-
-```
-
-### Default Color example
-
-The default Timeline.Badge color is dark text on a light grey background.
-
-```jsx live
-
-
-
-
-
- Default badge color
-
-
-```
-
-### Adding color to a Badge
-
-To have color variants, use the `bg` prop on the `Timeline.Badge`. If an icon is being used, set the `color` prop
-of the child `Octicon` if necessary.
-
-```jsx live
-
-
-
-
-
- Background used when closed events occur
-
-
-
-
-
- Background when opened or passed events occur
-
-
-
-
-
- Background used when pull requests are merged
-
-
-```
-
-### Condensed items
-
-Timeline has a condensed prop that will reduce the vertical padding and remove the background from the badge item. These are most commonly used in commits. To condense a single item, remove the top or bottom padding with the `pt={0}` or `pb={0}` prop.
-
-```jsx live
-
-
-
-
-
- This is the message of a condensed TimelineItem
-
-
-
-
-
- This is the message of a condensed TimelineItem
-
-
-```
-
-### Timeline Break
-
-To create a visual break in the timeline, use Timeline.Break. This adds a horizontal bar across the timeline to show that something has disrupted it. Usually this happens when a close or merged event occurs.
-
-```jsx live
-
-
-
-
-
- Background used when closed events occur
-
-
-
-
-
-
- Background when opened or passed events occur
-
-
-```
-
-## Props
-
-
diff --git a/docs/content/ToggleSwitch.mdx b/docs/content/ToggleSwitch.mdx
deleted file mode 100644
index c5cfcc8dada..00000000000
--- a/docs/content/ToggleSwitch.mdx
+++ /dev/null
@@ -1,188 +0,0 @@
----
-componentId: toggle_switch
-title: ToggleSwitch
-description: Toggles a setting on or off, and immediately saves the change
-status: Alpha
-source: https://github.com/primer/react/tree/main/packages/react/src/ToggleSwitch
-storybook: '/react/storybook?path=/story/components-toggleswitch-examples--default'
----
-
-import data from '../../packages/react/src/ToggleSwitch/ToggleSwitch.docs.json'
-import DeprecationBanner from '../components/DeprecationBanner'
-
-
-
-## Examples
-
-### Basic
-
-```jsx live
-
-
- Notifications
-
-
-
-```
-
-### Uncontrolled with default value
-
-```jsx live
-
-
- Notifications
-
-
-
-```
-
-### Controlled
-
-```javascript noinline live
-const Controlled = () => {
- const [isOn, setIsOn] = React.useState(false)
-
- const onClick = () => {
- setIsOn(!isOn)
- }
-
- const handleSwitchChange = on => {
- console.log(`new switch "on" state: ${on}`)
- }
-
- return (
- <>
-
-
- Notifications
-
-
-
- The switch is {isOn ? 'on' : 'off'}
- >
- )
-}
-
-render(Controlled)
-```
-
-### Small
-
-```jsx live
-
-
- Notifications
-
-
-
-```
-
-### Delayed toggle with loading state
-
-```javascript noinline live
-const LoadingToggle = () => {
- const [loading, setLoading] = React.useState(false)
- const [isOn, setIsOn] = React.useState(false)
-
- async function switchSlowly(currentOn) {
- await new Promise(resolve => setTimeout(resolve, 1500))
- return await !currentOn
- }
-
- async function onClick() {
- setLoading(!loading)
- const newSwitchState = await switchSlowly(isOn)
- setIsOn(newSwitchState)
- }
-
- const handleSwitchChange = React.useCallback(
- on => {
- setLoading(false)
- },
- [setLoading],
- )
-
- return (
- <>
-
-
- Notifications
-
-
-
- The switch is {isOn ? 'on' : 'off'}
- >
- )
-}
-
-render(LoadingToggle)
-```
-
-### Disabled
-
-```jsx live
-
-
- Notifications
-
-
-
-```
-
-### With associated caption text
-
-```jsx live
-
-
-
- Notifications
-
-
- Notifications will be delivered via email and the GitHub notification center
-
-
-
-
-```
-
-### Left-aligned with label
-
-```jsx live
-<>
-
- Notifications
-
-
->
-```
-
-## Props
-
-
-
-## Status
-
-
diff --git a/docs/content/Token.mdx b/docs/content/Token.mdx
deleted file mode 100644
index cd87cd65499..00000000000
--- a/docs/content/Token.mdx
+++ /dev/null
@@ -1,382 +0,0 @@
----
-componentId: token
-title: Token
-status: Alpha
-description: A Token represents a piece of data. They are typically used to show a collection of related attributes.
-source: https://github.com/primer/react/tree/main/packages/react/src/Token
-storybook: '/react/storybook?path=/story/components-token--default-token'
----
-
-import data from '../../packages/react/src/Token/Token.docs.json'
-import {AvatarToken, IssueLabelToken, Token} from '@primer/react'
-import DeprecationBanner from '../components/DeprecationBanner'
-
-
-
-The default `Token` can be used for most cases, but specialized token components are provided for specific use cases (see below for more info).
-
-All types of tokens may have the same interactive qualities as links or buttons. They also have a sense of being "selected" and ready for user interaction such as being removed from a collection.
-
-## Examples
-
-### Basic
-
-```jsx live
-<>
-
- Token
-
-
->
-```
-
-### Kitchen sink
-
-```jsx live
-
-
-
- Resting
-
-
-
-
-
-
- isSelected
-
-
-
-
-
-
- With `leadingVisual` passed
-
-
-
-
-
-
- With `onRemove` passed
-
- {
- console.log('remove me')
- }}
- />
-
-
-
-
- Size options
-
-
-
-
-
-
-
-
-
-```
-
-### With leadingVisual
-
-
- A leadingVisual should not be used with the small size option if
- you're rendering an icon from Octicons
-
-
-```jsx live
-
-
-
-
-
-```
-
-### Interactive tokens
-
-If any token is interactive (it is a link or a button), it will become focusable, and react to being hovered or focused on.
-
-If a token is interactive _and_ has a remove button (appears when passing `onRemove`), the remove button should not get focus. To invoke the `onRemove` callback without using the cursor, press 'Backspace' when the token is focused.
-
-These rules apply to all token components mentioned in this document.
-
-#### Interactive tokens with and without an `onRemove` prop
-
-```jsx live
-
-
-
- Interactive
-
-
-
- console.log('clicked')} text="Button" />
- console.log('focused')} text="Focusable Span" />
-
-
-
-
- Interactive with `onRemove` passed
-
-
- {
- console.log('remove me')
- }}
- />
- console.log('clicked')}
- text="Button"
- onRemove={() => {
- console.log('remove me')
- }}
- />
- console.log('focused')}
- text="Focusable Span"
- onRemove={() => {
- console.log('remove me')
- }}
- />
-
-
-
-```
-
-### IssueLabelToken
-
-Tokens that represent Issue labels should use the `IssueLabelToken` component.
-
-```jsx live
-
-
-
- Resting
-
-
-
-
-
-
- isSelected
-
-
-
-
-
-
- With `onRemove` passed
-
- {
- console.log('remove me')
- }}
- />
-
-
-
-
- Size options
-
-
- {
- console.log('remove me')
- }}
- />
- {
- console.log('remove me')
- }}
- />
- {
- console.log('remove me')
- }}
- />
- {
- console.log('remove me')
- }}
- />
-
-
-
-```
-
-### AvatarToken
-
-Tokens that represent GitHub users should use the `AvatarToken` component.
-
-
- This component should not be used with the small or medium size
- option
-
-
-```jsx live
-
-
-
-
-
-
-
- With `onRemove` passed
-
-
{
- console.log('remove me')
- }}
- />
-
-
-
-
- Size options
-
-
- {
- console.log('remove me')
- }}
- />
- {
- console.log('remove me')
- }}
- />
-
-
-
-```
-
-## Props
-
-
-
-## Status
-
-
diff --git a/docs/content/Tooltip.mdx b/docs/content/Tooltip.mdx
deleted file mode 100644
index e18a9f534af..00000000000
--- a/docs/content/Tooltip.mdx
+++ /dev/null
@@ -1,43 +0,0 @@
----
-componentId: tooltip
-title: Tooltip
-status: Alpha
-source: https://github.com/primer/react/tree/main/packages/react/src/Tooltip/Tooltip.tsx
----
-
-import data from '../../packages/react/src/Tooltip/Tooltip.docs.json'
-import DeprecationBanner from '../components/DeprecationBanner'
-
-
-
-## Deprecation
-
-Use [the next version of Tooltip](/TooltipV2) for accessibility improvements.
-
-The Tooltip component adds a tooltip to add context to interactive elements on the page.
-
-## Usage
-
-**_⚠️ Usage warning! ⚠️_**
-
-Tooltips as a UI pattern should be our last resort for conveying information because it is hidden by default and often with zero or little visual indicator of its existence.
-
-Before adding a tooltip, please consider: Is this information essential and necessary? Can the UI be made clearer? Can the information be shown on the page by default? See [Tooltip alternatives](https://primer.style/design/accessibility/tooltip-alternatives) for more accessible alternatives.
-
-**Attention:** we use `aria-label` for tooltip contents. However, `aria-label` replaces the text content of an element in screen readers, so only use Tooltip on elements with no existing text content.
-
-A tooltip may only be used on an element that is interactive such as a button or a link. Even if an element is focusable, a tooltip may only be used if the element does something when it's clicked.
-
-## Examples
-
-```jsx live
-
-
- Hover me
-
-
-```
-
-## Props
-
-
diff --git a/docs/content/TooltipV2.mdx b/docs/content/TooltipV2.mdx
deleted file mode 100644
index 061ae2fa609..00000000000
--- a/docs/content/TooltipV2.mdx
+++ /dev/null
@@ -1,85 +0,0 @@
----
-componentId: tooltip
-title: Tooltip v2
-status: Beta
-a11yReviewed: true
-source: https://github.com/primer/react/tree/main/packages/react/src/TooltipV2/Tooltip.tsx
----
-
-import data from '../../packages/react/src/TooltipV2/Tooltip.docs.json'
-
-```js
-//👇 Notice the new bundle, `next`👇
-import {Tooltip} from '@primer/react/next'
-```
-
-## Usage
-
-The Tooltip component is used to add context to interactive elements on the page.
-
-**_⚠️ Usage warning! ⚠️_**
-
-Tooltips as a UI pattern should be our last resort for conveying information because it is hidden by default and often with zero or little visual indicator of its existence.
-
-Before adding a tooltip, please consider: Is this information essential and necessary? Can the UI be made clearer? Can the information be shown on the page by default? See [Tooltip alternatives](https://primer.style/design/accessibility/tooltip-alternatives) for more accessible alternatives.
-
-Tooltip should only be used on an element that is interactive such as a button or a link.
-
-## Examples
-
-### Default (For additional context)
-
-Default tooltip is suitable for interactive controls that require additional context.
-
-```jsx live next
-
- Delete
-
-```
-
-### As a label
-
-Tooltip can be used to label interactive controls that has no visible text label such as interactive icon links.
-
-```jsx live next
-
-
-
-
-
-```
-
-### With direction
-
-```jsx live next
-
-
- North
-
-
- South
-
-
- East
-
-
- West
-
-
- North East
-
-
- North West
-
-
- Southeast
-
-
- Southwest
-
-
-```
-
-## Props
-
-
diff --git a/docs/content/TreeView.mdx b/docs/content/TreeView.mdx
deleted file mode 100644
index 0ff83ce131c..00000000000
--- a/docs/content/TreeView.mdx
+++ /dev/null
@@ -1,308 +0,0 @@
----
-title: TreeView
-componentId: tree_view
-status: Beta
-description: A hierarchical list of items where nested items can be expanded and collapsed.
-a11yReviewed: true
-source: https://github.com/primer/react/tree/main/packages/react/src/TreeView
-storybook: '/react/storybook?path=/story/components-treeview'
----
-
-import data from '../../packages/react/src/TreeView/TreeView.docs.json'
-import DeprecationBanner from '../components/DeprecationBanner'
-
-
-
-```js
-import {TreeView} from '@primer/react'
-```
-
-## Examples
-
-### File tree navigation without directory links
-
-```jsx live drafts
-
-
-
-
-
-
-
- src
-
- console.log('src/Avatar.tsx')}>
-
-
-
- Avatar.tsx
-
-
-
-
-
-
-
-
- Button.tsx
-
-
-
-
-
-
-
-
-
-
- package.json
-
-
-
-
-
-
-
-```
-
-### File tree navigation with directory links
-
-```jsx live drafts
-
-
-
-
-
-
-
- src
-
-
-
-
-
- Avatar.tsx
-
-
-
-
-
- Button
-
-
-
-
-
- Button.tsx
-
-
-
-
-
- Button.test.tsx
-
-
-
-
-
-
-
-
-
- package.json
-
-
-
-
-```
-
-### With React Router
-
-```jsx
-import {Link, useMatch, useResolvedPath, navigate} from 'react-router-dom'
-import {TreeView} from '@primer/react'
-
-function TreeLinkItem({id, to, children}) {
- const resolved = useResolvedPath(to)
- const isCurrent = useMatch({path: resolved.pathname, end: true})
- return (
- navigate(to)}
- >
- {children}
-
- )
-}
-
-function App() {
- return (
-
-
-
- Avatar.tsx
-
-
- Button.tsx
-
-
-
- )
-}
-```
-
-### With Next.js
-
-Please note that we advise against using this pattern for website navigation because it's not the expected semantic structure for a navigation component.
-
-```jsx
-import {useRouter} from 'next/router'
-import Link from 'next/link'
-import {TreeView} from '@primer/react/drafts'
-
-function TreeLinkItem({id, href, children}) {
- const router = useRouter()
- const isCurrent = typeof href === 'string' ? router.asPath === href : router.pathname === href.pathname
- return (
-
-
- {children}
-
-
- )
-}
-
-function App() {
- return (
-
-
-
- Avatar.tsx
-
-
- Button.tsx
-
-
-
- )
-}
-```
-
-### With controlled expanded state
-
-```javascript live noinline drafts
-function ControlledTreeView() {
- const [expanded, setExpanded] = React.useState(false)
-
- return (
-
- setExpanded(!expanded)}>{expanded ? 'Collapse' : 'Expand'}
-
-
-
- src
-
- Avatar.tsx
-
- Button.tsx
-
-
-
-
-
-
- )
-}
-
-render( )
-```
-
-### With stateful visuals
-
-To render stateful visuals, pass a render function to `TreeView.LeadingVisual` or `TreeView.TrailingVisual`. The function will be called with the `expanded` state of the item.
-
-```jsx live drafts
-
-
-
-
-
- {({isExpanded}) => (isExpanded ? : )}
-
- src
-
- Avatar.tsx
-
- Button.tsx
-
-
-
-
-
-
-```
-
-Since stateful directory icons are a common use case for TreeView, we provide a `TreeView.DirectoryIcon` component for convenience. The previous example can be rewritten as:
-
-```jsx live drafts
-
-
-
-
-
-
-
- src
-
- Avatar.tsx
-
- Button.tsx
-
-
-
-
-
-
-```
-
-### With asynchronously loaded items
-
-See [Storybook](https://primer.style/react/storybook?path=/story/components-treeview--async-success) for examples with asynchronously loaded items.
-
-## Props
-
-
-
-## Status
-
-
diff --git a/docs/content/Truncate.mdx b/docs/content/Truncate.mdx
deleted file mode 100644
index ee5d63d53a9..00000000000
--- a/docs/content/Truncate.mdx
+++ /dev/null
@@ -1,59 +0,0 @@
----
-componentId: truncate
-title: Truncate
-status: Alpha
-source: https://github.com/primer/react/tree/main/packages/react/src/Truncate
----
-
-import data from '../../packages/react/src/Truncate/Truncate.docs.json'
-import DeprecationBanner from '../components/DeprecationBanner'
-
-
-
-The Truncate component will shorten text with an ellipsis. Always add a `title` attribute to the truncated element so the full text remains accessible.
-
-## Examples
-
-### Default
-
-Truncate will prevent text that overflows from wrapping. The default max-width is 125px.
-
-```jsx live
-
- Some text with a branch-name-that-is-really-long
-
-```
-
-### Custom max-width
-
-You can override the maximum width of the truncated text with the `maxWidth` prop.
-
-```jsx live
-
- Some text with a branch-name-that-is-really-long
-
-```
-
-### Inline
-
-You can use the `inline` boolean prop for inline (or inline-block) elements with a fixed maximum width (default: 125px).
-
-```jsx live
-
- Some text with a branch-name-that-is-really-long
-
-```
-
-### Expandable
-
-You can use the `expandable` boolean prop to display the truncated text on hover.
-
-```jsx live
-
- Some text with a branch-name-that-is-really-long
-
-```
-
-## Props
-
-
diff --git a/docs/content/UnderlineNav.mdx b/docs/content/UnderlineNav.mdx
deleted file mode 100644
index c182c76c1ad..00000000000
--- a/docs/content/UnderlineNav.mdx
+++ /dev/null
@@ -1,197 +0,0 @@
----
-title: UnderlineNav
-componentId: underline_nav
-status: Beta
-a11yReviewed: true
-description: Use an underlined nav to allow tab like navigation with overflow behaviour in your UI.
-source: https://github.com/primer/react/tree/main/packages/react/src/UnderlineNav
-storybook: '/react/storybook/?path=/story/components-underlinenav--playground'
----
-
-import data from '../../packages/react/src/UnderlineNav/UnderlineNav.docs.json'
-import DeprecationBanner from '../components/DeprecationBanner'
-
-
-
-```js
-import {UnderlineNav} from '@primer/react'
-```
-
-## Examples
-
-### Simple
-
-```jsx live drafts
-
- Code
- Issues
- Pull Requests
-
-```
-
-### With Icons
-
-```jsx live drafts
-
-
- Code
-
-
- Issues
-
-
- Pull Requests
-
- Discussions
-
- Actions
-
-
- Projects
-
-
-```
-
-### Overflow Behaviour
-
-Component first hides icons if they present to optimize for space and show as many items as possible. If there is still an overflow, it will display the items that don't fit in the `More` menu.
-
-```javascript noinline live drafts
-const Navigation = () => {
- const items = [
- {navigation: 'Code', icon: CodeIcon},
- {navigation: 'Issues', icon: IssueOpenedIcon, counter: 120},
- {navigation: 'Pull Requests', icon: GitPullRequestIcon, counter: 13},
- {navigation: 'Discussions', icon: CommentDiscussionIcon, counter: 5},
- {navigation: 'Actions', icon: PlayIcon, counter: 4},
- {navigation: 'Projects', icon: ProjectIcon, counter: 9},
- {navigation: 'Insights', icon: GraphIcon},
- {navigation: 'Settings', icon: GearIcon, counter: 10},
- {navigation: 'Security', icon: ShieldLockIcon},
- ]
- const [selectedIndex, setSelectedIndex] = React.useState(0)
- return (
-
-
- {items.map((item, index) => (
- {
- setSelectedIndex(index)
- e.preventDefault()
- }}
- counter={item.counter}
- >
- {item.navigation}
-
- ))}
-
-
- )
-}
-render( )
-```
-
-### Loading State For Counters
-
-```jsx live drafts
-
-
- Code
-
- Issues
- Pull Requests
-
-```
-
-### With React Router
-
-```jsx
-import {Link, useMatch, useResolvedPath} from 'react-router-dom'
-import {UnderlineNav} from '@primer/react'
-
-function UnderlineNavItem({to, children, ...rest}) {
- const resolved = useResolvedPath(to)
- const isCurrent = useMatch({path: resolved.pathname, end: true})
- return (
-
- {children}
-
- )
-}
-
-const Navigation = () => {
- return (
-
-
- Code
-
-
- Issues
-
- Pull Requests
-
- )
-}
-```
-
-### With Next.js
-
-```jsx
-import {useRouter} from 'next/router'
-import Link from 'next/link'
-import {UnderlineNav} from '@primer/react'
-
-function UnderlineNavItem({href, children, ...rest}) {
- const router = useRouter()
- const isCurrent = typeof href === 'string' ? router.asPath === href : router.pathname === href.pathname
- return (
-
- {children}
-
- )
-}
-
-const Navigation = () => {
- return (
-
-
- Code
-
-
- Issues
-
- Pull Requests
-
- )
-}
-```
-
-## Props
-
-
-
-## Status
-
-
diff --git a/docs/content/anchoredPosition.mdx b/docs/content/anchoredPosition.mdx
deleted file mode 100644
index 0ef3d862e8a..00000000000
--- a/docs/content/anchoredPosition.mdx
+++ /dev/null
@@ -1,163 +0,0 @@
----
-title: Anchored Position Behavior
----
-
-The `getAnchoredPosition` behavior and `useAnchoredPosition` hook are used to calculate the position of a "floating" element that is anchored to another DOM element. This is useful for implementing overlay UI, such as dialogs, popovers, tooltips, toasts, and dropdown-style menus.
-
-At a high level, the `getAnchoredPosition` algorithm will attempt to find the most suitable position for the floating element based on the passed-in settings, its containing element, and the size and position of the anchor element. Specifically, the calculated position should try to ensure that the floating element, when positioned at the calculated coordinates, does not overflow or underflow the container's bounding box.
-
-Settings for this behavior allow the user to customize several aspects of this calculation. See **PositionSettings** below for a detailed description of these settings.
-
-### Positioning algorithm
-
-When calculating the position of the floating element, the algorithm relies on different measurements from three separate elements:
-
-1. The floating element's width and height
-2. The anchor element's x/y position and its width and height
-3. The floating element's clipping container (for x/y position, width and height, and border sizes)
-
-The public API only asks for the first two elements; the floating element's container is discovered via DOM traversal.
-
-#### Finding the floating element's clipping container
-
-The returned anchored position calculation is relative to the floating element's closest [_positioned_](https://developer.mozilla.org/en-US/docs/Web/CSS/position#types_of_positioning) ancestor. To find this ancestor, we try to check parents of the floating element until we find one that has a position set to anything other than `static` and use that element's bounding box as the container. If we can't find such an element, we will try to use `document.body`.
-
-Once we have found the appropriate relative ancestor, we attempt to find the floating element's _clipping container_. The clipping container is an element that: 1) has `overflow` set to something other than `visible`, and 2) is either an ancestor of the relative ancestor, or is itself the relative ancestor. Again, if we cannot locate such an element, we will use `document.body` as the clipping container.
-
-Once we have the clipping container, its bounding box is used as the viewport for the position calculation (see the next section). If the clipping container ends up being `document.body`, we take one additional step, allowing the clipping rectangle to be at least as tall as the window. This is done because the `body` element doesn't take up the full window size by default, but we still want to allow the entire space to be used as the viewport for the position calculation. It may be a good idea to ensure that this clipping container element _also_ contains the anchor element and is scrollable. This will ensure that if scrolled, the anchor and floating element will move together.
-
-#### Positioning and overflow
-
-With the positions and sizes of the above DOM elements, the algorithm calculates the (x, y) coordinate for the floating element. Then, it checks to see if, based on the floating element's size, if it would overflow the bounds of the container. If it would, it does one of two things:
-
-A) If the overflow happens in the same direction as the anchor side (e.g. side is `'outside-bottom'` and the overflowing portion of the floating element is the bottom), try to find a different side, recalculate the position, and check for overflow again. If we check all four sides and don't find one that fits, revert to the bottom side, in hopes that a scrollbar might appear.
-B) Otherwise, adjust the alignment offset so that the floating element can stay inside the container's bounds.
-
-For a more in-depth explanation of the positioning settings, see `PositionSettings` below.
-
-### Demo
-
-Deploy Storybook to see a live demo of `anchoredPosition`.
-
-### Usage
-
-```ts
-const settings = {
- side: 'outside-right',
- align: 'center',
- alignmentOffset: 10,
- anchorOffset: -10,
-} as Partial
-const float = document.getElementById('floatingElement')
-const anchor = document.getElementById('anchorElement')
-const {top, left} = getAnchoredPosition(float, anchor, settings)
-float.style.top = `${top}px`
-float.style.left = `${left}px`
-```
-
-### API
-
-The `getAnchoredPosition` function takes the following arguments.
-
-| Name | Type | Default | Description |
-| :-------------- | :----------------- | :-----: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| floatingElement | `Element` | | This is an Element that is currently rendered on the page. `getAnchoredPosition` needs to be able to measure this element's `width` and `height`. |
-| anchorElement | `Element` | | This is an Element that the floating element will be "anchored" to. In other words, the calculated position of the floating element will be based on this element's position and size. |
-| settings | `PositionSettings` | `{}` | Settings to customize the positioning algorithm. See below for a description of each setting. |
-
-#### PositionSettings interface
-
-`PositionSettings` is an object with the following interface
-
-| Name | Type | Default | Description |
-| :--------------- | :---------------- | :----------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| side | `AnchorSide` | `"outside-bottom"` | Sets the side of the anchor element that the floating element should be pinned to. This side is given by a string starting with either `inside` or `outside`, followed by a hyphen, followed by either `top`, `right`, `bottom`, or `left`. Additionally, `"inside-center"` is an allowed value. The first part of this string, `inside` or `outside`, determines whether the floating element should be attempted to be placed "inside" the anchor element or "outside" of it. Using `inside` is useful for making it appear that the anchor _contains_ the floating element, and it can be used for implementing a dialog that is centered on the screen. The `outside` value is more common and can be used for tooltips, popovers, menus, etc. The second part of this string determines the _edge_ on the anchor element that the floating element will be anchored to. If side is `"inside-center"`, then the floating element will be centered in the X-direction (while `align` is used to position it in the Y-direction). |
-| align | `AnchorAlignment` | `"start"` | Determines how the floating element should align with the anchor element. If set to `"start"`, the floating element's first edge (top or left) will align with the anchor element's first edge. If set to `"center"`, the floating element will be centered along the axis of the anchor edge. If set to `"end"`, the floating element's last edge will align with the anchor element's last edge. |
-| anchorOffset | `number` | `4`\* | The number of pixels between the anchor edge and the floating element. Positive values move the floating element farther from the anchor element (for outside positioning) or further inside the anchor element (for inside positioning). Negative values have the opposite effect. |
-| alignmentOffset | `number` | `4`\*\* | An additional offset, in pixels, to move the floating element from the aligning edge. Positive values move the floating element in the direction of center-alignment. Negative values move the floating element away from center-alignment. When align is `"center"`, positive offsets move the floating element right (top or bottom anchor side) or down (left or right anchor side). |
-| allowOutOfBounds | `boolean` | `false` | If false, when the above settings result in rendering the floating element wholly or partially off-screen, attempt to adjust the settings to prevent this. Only applies to `outside` positioning. First, attempt to flip to the opposite edge of the anchor if the floating element is getting clipped in that direction. If flipping results in a similar clipping, try moving to the adjacent sides. Once we find a side that does not clip the overlay in its own dimension, check the rest of the sides to see if we need to adjust the alignment offset to fit in other dimensions. If we try all four sides and get clipped each time, settle for overflowing and use the `bottom` side, since the ability to scroll is most likely in this direction. |
-
-\* If `side` is set to `"inside-center"`, this defaults to `0` instead of `4`.
-
-\*\* If using outside positioning, or if `align` is set to `"center"`, this defaults to `0` instead of `4`.
-
-#### AnchorSide
-
-`AnchorSide` can be any of the following strings:
-
-`'inside-top'`, `'inside-bottom'`, `'inside-left'`, `'inside-right'`, `'inside-center'`, `'outside-top'`, `'outside-bottom'`, `'outside-left'`, `'outside-right'`
-
-#### AnchorAlignment
-
-`AnchorAlignment` can be any of the following strings:
-
-`'start'`, `'center'`, `'end'`
-
-### Best practices
-
-As discussed above, the positioning algorithm needs to first measure the size of three different elements. Therefore, all three of these elements (anchor element, floating element, and the floating element's closest positioned container) must be rendered at the time `getAnchoredPosition` is called. To avoid a frame where the floating element is rendered at the `(0, 0)` position, give it a style of `visibility: hidden` until its position is returned at set. This allows the element to be measured without showing up on the page.
-
-### A note on performance
-
-Every time `getAnchoredPosition` is called, it causes a [reflow](https://developers.google.com/speed/docs/insights/browser-reflow) because it needs to query the rendering engine for the positions of 3 elements: the anchor element, the floating element, and the closest ancestor of the floating element that is [_positioned_](https://developer.mozilla.org/en-US/docs/Web/CSS/position#types_of_positioning). Therefore, this function should not be called until it is needed (e.g. an overlay-style menu is invoked and displayed).
-
-## useAnchoredPosition hook
-
-The `useAnchoredPosition` hook is used to provide anchored positioning data for React components. The hook returns refs that must be added to the anchor and floating elements, and a `position` object containing `top` and `left`. This position is tracked as state, so the component will re-render whenever it changes. It is the responsibility of the consumer to apply the top and left styles to the floating element in question.
-
-### Using your own refs
-
-The `useAnchoredPosition` hook will return two refs for the anchor element and the floating element, which must be added to their respective JSX. If you would like to use your own refs, you can pass them into the hook as part of the settings object (see the interface below).
-
-### Recalculating position
-
-Like other hooks such as `useCallback` and `useEffect`, this hook takes a dependencies array. If defined, the position will only be recalculated when one of the dependencies in this array changes. Otherwise, the position will be calculated when the component is first mounted, but never again.
-
-### useAnchoredPosition usage
-
-```jsx
-export const AnchoredPositionExample = () => {
- const {floatingElementRef, anchorElementRef, position} = useAnchoredPosition({side: 'outside-bottom', align: 'center'})
- return (
-
- }
- >
- Floating element
-
- }>
- Anchor Element
-
-
- )
-}
-```
-
-### useAnchoredPosition
-
-| Name | Type | Default | Description |
-| :----------- | :----------------------------- | :-------: | :------------------------------------------------------------------------------------------------------------------- |
-| settings | `AnchoredPositionHookSettings` | undefined | Optional settings to control how the anchored position is calculated. See below. |
-| dependencies | `React.DependencyList` | undefined | Dependencies to determine when to re-calculate the position. If undefined or `[]`, only calculate the position once. |
-
-#### Return value
-
-| Name | Type | Description |
-| :----------------- | :---------------------------- | :------------------------------------------------- |
-| floatingElementRef | `React.RefObject` | This ref must be added to the floating element JSX |
-| anchorElementRef | `React.RefObject` | This ref must be added to the anchor element JSX |
-| position | `{top: number, left: number}` | The calculated position |
-
-### AnchoredPositionHookSettings interface
-
-`AnchoredPositionHookSettings` is an object with an interface that extends `PositionSettings` (see above). Additionally, it adds the following properties:
-
-| Name | Type | Default | Description |
-| :----------------- | :----------------------------- | :---------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| floatingElementRef | `React.RefObject` | `undefined` | If provided, this will be the ref used to access the element that will be used for the floating element. Its size measurements are needed by the underlying `useAnchoredPosition` behavior. Otherwise, this hook will create the ref for you and return it. In both cases, the ref must be provided to the floating element's JSX. |
-| anchorElementRef | `React.RefObject` | `undefined` | If provided, this will be the ref used to access the element that will be used for the anchor element. Its position and size measurements are needed by the underlying `useAnchoredPosition` behavior. Otherwise, this hook will create the ref for you and return it. In both cases, the ref must be provided to the anchor element's JSX. |
diff --git a/docs/content/core-concepts.md b/docs/content/core-concepts.md
deleted file mode 100644
index 2f3f2b8302c..00000000000
--- a/docs/content/core-concepts.md
+++ /dev/null
@@ -1,70 +0,0 @@
----
-title: Core Concepts
----
-
-This document aims to discuss some of the core concepts of building with Primer React.
-
-## Responsive props
-
-It's really easy to set different values for most of our component props based on screen size! We take advantage of [styled-system](https://github.com/styled-system/styled-system)'s responsive props API in our components.
-
-```
-
-
-or
-
-
-```
-
-## Providing your own theme
-
-You can provide your own theme to Primer React! There are a few ways of doing this to varying degrees, checkout the [theme docs](https://primer.style/components/primer-theme) for more information.
-
-## The `css` prop
-
-When push comes to shove and you just _really_ need to add a custom CSS rule, you can do that with the `css` prop. Please don't abuse this :)
-
-```
-
-
-```
-
-Please note that you will need to have the **[styled-components babel plugin](https://www.styled-components.com/docs/tooling#babel-plugin)** set up in your project in order to use the `css` prop.
-
-## Types of components
-
-We categorize our components into 3 general types. Building block components, pattern components, and helper components. Understanding how these types of components interact with each other can help you better understand how to get the most out of Primer React.
-
-- Building Blocks
-
-Building block components are components that are basic in their functions and can be used together with other components to build just about any UI. Some examples of building block components are `Box`, `Avatar`, `Details`, and `Link`.
-
-- Pattern Components
-
-Pattern components are components that are made up of several building block components to represent a commonly used pattern in our UI. Some examples of pattern components are `UnderlineNav` and `FilterList`. We plan on expanding our offering of pattern components in the near future.
-
-- Helper Components
-
-Helper components are components that help the user achieve common CSS patterns while maintaining some control over values used. An example of a helper component is `Box`.
-
-## The `as` prop
-
-The `as` prop is a feature that all of our components get from [styled-components](https://www.styled-components.com). It allows you to pass a HTML tag or another component to a Primer Component to be rendered as the base tag of that component along with all of it's styles and props.
-
-For example, say you are using a `Button` component, and you really need to apply `Box` styles to it. You can compose `Box` and `Button` like so:
-
-```.jsx
-Hello
-```
-
-This will allow you to use all of the `Button` props _and_ all of the `Box` props without having to wrap your `Button` component in another `Box` component.
-
-**This pattern does have some limitations.** Usage of the `as` prop can lead to unexpected output. In the example above, if the user had done `` instead, because the `Box`'s render method is ultimately applied, and `Box` components render `div`'s, you'll see that the rendered component is a `div` when ideally you'd like it to be a `button`. It is also not always clear how the styles in both components will interact and/or override each other.
-
-For these reasons, **we recommend only using the `as` prop when you cannot achieve the same result by nesting components.** The `Box` / `Button` example could be done like so:
-
-```.jsx
-
- Hi
-
-```
diff --git a/docs/content/deprecated/ActionList.mdx b/docs/content/deprecated/ActionList.mdx
deleted file mode 100644
index de4190eb538..00000000000
--- a/docs/content/deprecated/ActionList.mdx
+++ /dev/null
@@ -1,135 +0,0 @@
----
-title: ActionList (legacy)
-status: Deprecated
-source: https://github.com/primer/react/tree/main/packages/react/src/deprecated/ActionList
----
-
-An `ActionList` is a list of items which can be activated or selected. `ActionList` is the base component for many of our menu-type components, including and `ActionMenu`.
-
-## Deprecation
-
-Use [new version of ActionList](/components/action-list/react/latest) with composable API, design updates and accessibility fixes.
-
-### Before
-
-```jsx
-
-```
-
-### After
-
-```jsx
-
- New file
- Copy link
- Edit file
-
- Delete file
-
-```
-
-Or continue using deprecated API:
-
-```js
-import {ActionList} from '@primer/react/deprecated'
-```
-
-## Minimal example
-
-```jsx live deprecated
-
-```
-
-## Example with grouped items
-
-```jsx live deprecated
-
-```
-
-## Example with custom item renderer
-
-```jsx deprecated
- ,
- },
- {
- text: 'React Router link',
- renderItem: props => ,
- },
- {
- text: 'NextJS style',
- renderItem: props => (
-
-
-
- ),
- },
- ]}
-/>
-```
-
-## Props
-
-| Name | Type | Default | Description |
-| :--------------- | :------------------------------------------------------------------------------------------------------------------------------------------------ | :---------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| items | `(ItemProps & Omit, keyof ItemProps>) \| ((Partial & {renderItem: RenderItemFn}) & {key?: Key})` | `undefined` | Required. A list of item objects conforming to the `ActionList.Item` props interface. |
-| renderItem | `(props: ItemProps) => JSX.Element` | `ActionList.Item` | Optional. If defined, each item in `items` will be passed to this function, allowing for `ActionList`-wide custom item rendering. |
-| groupMetadata | `GroupProps[]` | `undefined` | Optional. If defined, `ActionList` will group `items` into `ActionList.Group`s separated by `ActionList.Divider` according to their `groupId` property. |
-| showItemDividers | `boolean` | `false` | Optional. If `true` dividers will be displayed above each `ActionList.Item` which does not follow an `ActionList.Header` or `ActionList.Divider` |
diff --git a/docs/content/deprecated/ActionMenu.mdx b/docs/content/deprecated/ActionMenu.mdx
deleted file mode 100644
index 7e2ca0fb3aa..00000000000
--- a/docs/content/deprecated/ActionMenu.mdx
+++ /dev/null
@@ -1,126 +0,0 @@
----
-title: ActionMenu (legacy)
-status: Deprecated
-source: https://github.com/primer/react/tree/main/packages/react/src/deprecated/ActionMenu.tsx
----
-
-An `ActionMenu` is an ActionList-based component for creating a menu of actions that expands through a trigger button.
-
-## Deprecation
-
-Use [new version of ActionMenu](/components/action-menu/react/latest) with composable API, design updates and accessibility fixes.
-
-### Before
-
-```jsx
-
-```
-
-### After
-
-```jsx
-
- Menu
-
-
- New file
- Copy link
- Edit file
-
- Delete file
-
-
-
-```
-
-Or continue using deprecated API:
-
-```js
-import {ActionMenu} from '@primer/react/deprecated'
-```
-
-## Default example
-
-```jsx live deprecated
- console.log(text)}
- items={[
- {text: 'New file', key: 'new-file'},
- ActionMenu.Divider,
- {text: 'Copy link', key: 'copy-link'},
- {text: 'Edit file', key: 'edit-file'},
- {text: 'Delete file', variant: 'danger', key: 'delete-file'},
- ]}
-/>
-```
-
-## Example with grouped items
-
-```jsx live deprecated
- console.log(text)}
- groupMetadata={[
- {groupId: '0'},
- {groupId: '1', header: {title: 'Live query', variant: 'subtle'}},
- {groupId: '2', header: {title: 'Layout', variant: 'subtle'}},
- {groupId: '3'},
- {groupId: '4'},
- ]}
- items={[
- {key: '1', leadingVisual: TypographyIcon, text: 'Rename', groupId: '0'},
- {key: '2', leadingVisual: VersionsIcon, text: 'Duplicate', groupId: '0'},
- {key: '3', leadingVisual: SearchIcon, text: 'repo:github/github', groupId: '1'},
- {
- key: '4',
- leadingVisual: NoteIcon,
- text: 'Table',
- description: 'Information-dense table optimized for operations across teams',
- descriptionVariant: 'block',
- groupId: '2',
- },
- {
- key: '5',
- leadingVisual: ProjectIcon,
- text: 'Board',
- description: 'Kanban-style board focused on visual states',
- descriptionVariant: 'block',
- groupId: '2',
- },
- {
- key: '6',
- leadingVisual: FilterIcon,
- text: 'Save sort and filters to current view',
- disabled: true,
- groupId: '3',
- },
- {key: '7', leadingVisual: FilterIcon, text: 'Save sort and filters to new view', groupId: '3'},
- {key: '8', leadingVisual: GearIcon, text: 'View settings', groupId: '4'},
- ]}
-/>
-```
-
-## Component props
-
-| Name | Type | Default | Description |
-| :------------ | :------------------------------------ | :---------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| items | `ItemProps[]` | `undefined` | Required. A list of item objects conforming to the `ActionList.Item` props interface. |
-| renderItem | `(props: ItemProps) => JSX.Element` | `ActionList.Item` | Optional. If defined, each item in `items` will be passed to this function, allowing for `ActionList`-wide custom item rendering. |
-| groupMetadata | `GroupProps[]` | `undefined` | Optional. If defined, `ActionList` will group `items` into `ActionList.Group`s separated by `ActionList.Divider` according to their `groupId` property. |
-| renderAnchor | `(props: ButtonProps) => JSX.Element` | `Button` | Optional. If defined, provided component will be used to render the menu anchor. Will receive the selected `Item` text as `children` prop when an item is activated. |
-| anchorContent | React.ReactNode | `undefined` | Optional. If defined, it will be passed to the trigger as the elements child. |
-| onAction | (props: ItemProps) => void | `undefined` | Optional. If defined, this function will be called when a menu item is activated either by a click or a keyboard press. |
-| open | boolean | `undefined` | Optional. If defined, ActionMenu will use this to control the open/closed state of the Overlay instead of controlling the state internally. Should be used in conjunction with the `setOpen` prop. |
-| setOpen | (state: boolean) => void | `undefined` | Optional. If defined, ActionMenu will use this to control the open/closed state of the Overlay instead of controlling the state internally. Should be used in conjunction with the `open` prop. |
diff --git a/docs/content/deprecated/Buttons.mdx b/docs/content/deprecated/Buttons.mdx
deleted file mode 100644
index 6e2d3910109..00000000000
--- a/docs/content/deprecated/Buttons.mdx
+++ /dev/null
@@ -1,74 +0,0 @@
----
-title: Button (legacy)
-status: Deprecated
-source: https://github.com/primer/react/tree/main/packages/react/src/Button
-storybook: '/react/storybook?path=/story/components-button--default-button'
----
-
-## Deprecation
-
-Use [Button](/components/button/react/latest) instead.
-
-`Button` is used for actions, like in forms, while `Link` is used for destinations, or moving from one page to another.
-
-In special cases where you'd like to use a `` styled like a Button, use `` and provide an `href`.
-
-To create a button group, wrap `Button` elements in the `ButtonGroup` element. `ButtonGroup` gets the same props as `Box`.
-
-## Examples
-
-### Kitchen sink
-
-```jsx live deprecated
-<>
- Button
- Button danger
- Button outline
- Button primary
- Button invisible
- window.alert('button clicked')} />
-
-
- Button
- Button
- Button
-
-
- Button table list
->
-```
-
-## Props
-
-Native `` HTML attributes are forwarded to the underlying React `button` component and are not listed below.
-
-
-
-
-
-
-
-## Status
-
-
diff --git a/docs/content/deprecated/SideNav.md b/docs/content/deprecated/SideNav.md
deleted file mode 100644
index 63472ef9a2b..00000000000
--- a/docs/content/deprecated/SideNav.md
+++ /dev/null
@@ -1,201 +0,0 @@
----
-componentId: side_nav
-title: SideNav
-status: Deprecated
----
-
-The Side Nav is a vertical list of navigational links, typically used on the left side of a page. For maximum flexibility, SideNav elements have no default width or positioning.
-
-## Deprecation
-
-Use [NavList](/components/nav-list/react/latest) instead.
-
-### Before
-
-```jsx
-
-
- Home
-
- About
- Contact
-
-```
-
-### After
-
-```jsx
-
-
- Home
-
- About
- Contact
-
-```
-
-## Default example
-
-```jsx live
-
-
- Account
-
-
- Profile
-
-
- Emails
-
-
- Notifications
-
-
-```
-
-Different kinds of content can be added inside a SideNav item. Use system props to further style them if needed.
-
-## Full variant
-
-Add the `variant='full'` prop to a `SideNav.Link` to spread child elements across the link, which is useful for status icons, labels, and the like.
-
-```jsx live
-
-
- Text Only
-
-
-
- With an avatar
-
-
-
- With an Octicon
-
-
- With a status icon
-
-
-
- With a label
- label
-
-
- With a counter
- 16
-
-
-
- A heading
-
- and some more content
-
-
-```
-
-## Lightweight variant
-
-Add the `variant="lightweight"` prop to `SideNav` to render an alternative, more lightweight version that has items with no borders and are more condensed.
-
-```jsx live
-
-
-
- Menu
-
-
-
-
- Account
-
-
- Profile
-
-
- Emails
-
-
- Notifications
-
-
-
-```
-
-It can also appear nested, as a sub navigation. Use margin/padding [System Props](/system-props) to add indentation.
-
-```jsx live
-
-
-
- Account
-
-
-
- Profile
-
-
-
-
- Sub item 1
-
-
- Sub item 2
-
-
- Sub item 3
-
-
-
-
-
- Emails
-
-
-```
-
-## Usage with React Router
-
-If using React Router, you can use the `as` prop to render the element as a `NavLink`. React Router will automatically handle setting `aria-current="page"` for you.
-
-```
-...
-```
-
-## Component props
-
-### SideNav
-
-| Name | Type | Default | Description |
-| :------- | :---------------- | :------: | :----------------------------------------------------------------------------- |
-| as | String | 'nav' | Sets the HTML tag for the component. |
-| bordered | Boolean | false | Renders the component with a border. |
-| variant | String | 'normal' | Set to `lightweight` to render [in a lightweight style](#lightweight-variant). |
-| sx | SystemStyleObject | {} | Style to be applied to the component |
-
-### SideNav.Link
-
-| Name | Type | Default | Description |
-| :-------- | :---------------- | :------: | :------------------------------------------------------------------------------------------------ |
-| as | String | 'a' | Sets the HTML tag for the component. |
-| href | String | | URL to be used for the Link |
-| muted | Boolean | false | Uses a less prominent shade for Link color, and the default link shade on hover |
-| selected | Boolean | false | Sets the link as selected, giving it a different style and setting the `aria-current` attribute. |
-| underline | Boolean | false | Adds underline to the Link |
-| variant | String | 'normal' | Set to `full` to render [a full variant](#full-variant), suitable for including icons and labels. |
-| sx | SystemStyleObject | {} | Style to be applied to the component |
diff --git a/docs/content/deprecated/UnderlineNav.mdx b/docs/content/deprecated/UnderlineNav.mdx
deleted file mode 100644
index 4729b87407b..00000000000
--- a/docs/content/deprecated/UnderlineNav.mdx
+++ /dev/null
@@ -1,31 +0,0 @@
----
-componentId: legacy_underline_nav
-title: UnderlineNav (legacy)
-status: Deprecated
----
-
-import data from '../../../packages/react/src/deprecated/UnderlineNav/UnderlineNav.docs.json'
-
-Use the UnderlineNav component to style navigation with a minimal underlined selected state, typically used for navigation placed at the top of the page.
-
-## Deprecation
-
-Use [the new version of UnderlineNav](/components/react/underline-nav/latest) with design and accessibility updates.
-
-**Attention:** Make sure to properly label your `UnderlineNav` with an `aria-label` to provide context about the type of navigation contained in `UnderlineNav`.
-
-## Examples
-
-```jsx live deprecated
-
-
- Home
-
- Documentation
- Support
-
-```
-
-## Props
-
-
diff --git a/docs/content/drafts/DataTable.mdx b/docs/content/drafts/DataTable.mdx
deleted file mode 100644
index 60fc40a7eb9..00000000000
--- a/docs/content/drafts/DataTable.mdx
+++ /dev/null
@@ -1,33 +0,0 @@
----
-title: DataTable
-componentId: data_table
-status: Draft
-a11yReviewed: true
----
-
-import data from '../../../packages/react/src/DataTable/DataTable.docs.json'
-
-## Props
-
-
-
-## Status
-
-
diff --git a/docs/content/drafts/Dialog.mdx b/docs/content/drafts/Dialog.mdx
deleted file mode 100644
index 791d871f6e8..00000000000
--- a/docs/content/drafts/Dialog.mdx
+++ /dev/null
@@ -1,176 +0,0 @@
----
-title: Dialog v2
-componentId: dialog
-status: Draft
----
-
-import data from '../../../packages/react/src/Dialog/Dialog.docs.json'
-
-```js
-import {Dialog} from '@primer/react/experimental'
-```
-
-import State from '../../components/State'
-
-The dialog component is the Primer implementation of the ARIA design pattern [Dialog](https://www.w3.org/TR/wai-aria-practices-1.1/#dialog_modal). A dialog is a type of overlay that can be used for confirming actions, asking for disambiguation, and presenting small forms. They generally allow the user to focus on a quick task without having to navigate to a different page.
-
-**Dialogs appear in the page after a direct user interaction**. Don't show dialogs on page load or as system alerts.
-
-**Dialogs appear centered in the page**, with a visible backdrop that dims the rest of the window for focus.
-
-**All dialogs should have a title and a close button**. Use the `title` prop to set the title. The close button is created automatically, but must be handled with an `onClose` prop.
-
-**Dialogs are modal**. Dialogs can be dismissed by clicking on the close button, by interacting with another button in the overlay, or by clicking outside of the overlay.
-
-Dialogs should not be dismissed by clicking outside the dialog's content area if used to add, update, or remove information. This would be the equivalent of a cancel action and may cause accidental data loss.
-
-**(Coming soon) Make sure larger dialogs remain mobile-friendly**. Even large dialogs need to be responsive. A dialog's width and height will be readjusted depending on the screen size and should never exceed the available space. Use responsive solutions to adjust the UI so they behave well on smaller screens.
-
-**(Coming soon) Simple and small dialogs can remain as-is on mobile**. As more elements are added to it, mobile-specific style variations such as **Bottom sheet** and **Full-screen** should be considered.
-
-### State
-
-The dialog component is completely stateless. The parent component must conditionally render a dialog based on the necessary criteria. The parent component can be notified by a gesture to close the dialog (e.g. by clicking the "X" button or by pressing the Escape key) by passing in the `onClose` prop.
-
-### Accessibility
-
-The dialog component is fully accessible out-of-the-box. The dialog's title is used for `aria-labelledby`, and the dialog's description is used for `aria-describedby`. The `aria-modal="true"` attribute is used to inform screen readers that the rest of the content on the page is inert.
-
-#### Keyboard
-
-The default keyboard API for a dialog employs three mechanisms:
-
-1. The Escape key can be pressed to close the dialog.
-2. Focus is trapped within the top-most dialog. When a dialog is opened, the close button receives initial focus by default, or on a button defined with `autoFocus: true`.
-3. If there are buttons in the dialog footer, focus can be moved between them with left and right arrow keys or tab/shift+tab.
-4. When a dialog is closed, it can optionally handle returning focus to the element that was focused immediately before the dialog was opened. Otherwise, it is the consumer's responsibility to move focus to a suitable element.
-
-### Custom rendering
-
-**Note: using custom rendering allows breaking out of the defined design, UX, and accessibility patterns of the dialog. Use only as a last resort.**
-
-By default, the Dialog component implements the design and interactions defined by the Primer design system. If necessary, you can provide custom renderers for the header, body, or footer using the `renderHeader`, `renderBody`, and `renderFooter` props, respectively. The JSX produced by these render props will render full-bleed into their respective areas of the dialog. If you are using the custom renderers, you should use the provided sub-components `Dialog.Header`, `Dialog.Title`, `Dialog.Subtitle`, `Dialog.CloseButton`, `Dialog.Body`, `Dialog.Footer`, and `Dialog.Buttons` to the extent possible.
-
-### Example
-
-```jsx live drafts
-
- {([isOpen, setIsOpen]) => {
- const openDialog = React.useCallback(() => setIsOpen(true), [setIsOpen])
- const closeDialog = React.useCallback(() => setIsOpen(false), [setIsOpen])
- return (
- <>
- Open
- {isOpen && (
-
- This is a description of the dialog.
- >
- }
- footerButtons={[{content: 'Ok', onClick: closeDialog}]}
- onClose={closeDialog}
- >
- Some content
-
- )}
- >
- )
- }}
-
-```
-
-## Props
-
-
-
-### DialogHeaderProps
-
-The `DialogHeaderProps` interface extends `DialogProps` and adds these additional properties:
-
-| Prop name | Type | Description |
-| :------------------ | :------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| dialogLabelId | `string` | ID of the element that will be used as the `aria-labelledby` attribute on the dialog. This ID should be set to the element that renders the dialog's title. |
-| dialogDescriptionId | `string` | ID of the element that will be used as the `aria-describedby` attribute on the dialog. This ID should be set to the element that renders the dialog's subtitle. |
-
-### DialogButtonProps
-
-The `DialogButtonProps` interface extends `ButtonProps` (see Button) and adds these additional properties:
-
-| Prop name | Type | Default | Description |
-| :--------- | :-------------------------------- | :------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| buttonType | `"normal" │ "primary" │ "danger"` | `Button` | The type of button to render |
-| content | `React.ReactNode` | | Required. The button's inner content. |
-| autoFocus | `boolean` | false | If true, this button will be automatically focused when the dialog is first rendered. If `autoFocus` is true on subsequent button definitions, it will be ignored. |
-
-## ConfirmationDialog
-
-A `ConfirmationDialog` is a special kind of dialog with more rigid behavior. It is used to confirm a user action. `ConfirmationDialog`s always have exactly two buttons: one to cancel the action and one to confirm it. No custom rendering capabilities are provided for ConfirmationDialog.
-
-### useConfirm hook
-
-An alternate way to use `ConfirmationDialog` is with the `useConfirm()` hook. It takes no parameters and returns an `async` function, `confirm`. When `confirm` is called (see ConfirmOptions below for its argument), it shows the confirmation dialog. When the dialog is dismissed, a promise is resolved with `true` or `false` depending on whether or not the confirm button was used.
-
-### Example (with `useConfirm` hook)
-
-```javascript live noinline
-function ShorthandExample2() {
- const confirm = useConfirm()
- const buttonClick = React.useCallback(
- async function (e) {
- if (await confirm({title: 'Are you sure?', content: 'You must confirm this action to continue.'})) {
- e.target.textContent = 'Confirmed!'
- }
- },
- [confirm],
- )
- return (
- <>
- Confirmable action
- >
- )
-}
-render( )
-```
-
-### Example (using the full `ConfirmationDialog` component)
-
-```jsx live
-
- {([isOpen, setIsOpen]) => {
- const openDialog = React.useCallback(() => setIsOpen(true), [setIsOpen])
- const closeDialog = React.useCallback(() => setIsOpen(false), [setIsOpen])
- return (
- <>
- Open
- {isOpen && (
-
- Are you sure you want to confirm this action?
-
- )}
- >
- )
- }}
-
-```
-
-### ConfirmationDialogProps
-
-| Prop name | Type | Default | Description |
-| :------------------- | :-------------------------------------------------------------------- | :--------- | :---------------------------------------------------------------------------------------------------------------------------- |
-| title | `React.ReactNode` | | Required. Sets the title of the dialog, which by default is also used as the `aria-labelledby` attribute. |
-| onClose | `(gesture: 'confirm' │ 'cancel' │ 'close-button' │ 'escape') => void` | | Required. This callback is invoked when a gesture to close the dialog is performed. The first argument indicates the gesture. |
-| cancelButtonContent | `React.ReactNode` | `"Cancel"` | The content to use for the cancel button. |
-| confirmButtonContent | `React.ReactNode` | `"OK"` | The content to use for the confirm button. |
-| confirmButtonType | `"normal" │ "primary" │ "danger"` | `Button` | The type of button to use for the confirm button. |
-
-### ConfirmOptions
-
-| Prop name | Type | Default | Description |
-| :------------------- | :-------------------------------- | :--------- | :-------------------------------------------------------------------------------------------------------- |
-| title | `React.ReactNode` | | Required. Sets the title of the dialog, which by default is also used as the `aria-labelledby` attribute. |
-| content | `React.ReactNode` | | Required. Used as the body of the ConfirmationDialog that is displayed. |
-| cancelButtonContent | `React.ReactNode` | `"Cancel"` | The content to use for the cancel button. |
-| confirmButtonContent | `React.ReactNode` | `"OK"` | The content to use for the confirm button. |
-| confirmButtonType | `"normal" │ "primary" │ "danger"` | `Button` | The type of button to use for the confirm button. |
diff --git a/docs/content/drafts/Hidden.mdx b/docs/content/drafts/Hidden.mdx
deleted file mode 100644
index 0ce8d461ad3..00000000000
--- a/docs/content/drafts/Hidden.mdx
+++ /dev/null
@@ -1,56 +0,0 @@
----
-title: Hidden
-componentId: hidden
-status: Draft
-description: Use Hidden to responsively hide or show content in narrow, regular and wide viewports.
-source: https://github.com/primer/react/tree/main/packages/react/src/Hidden/index.tsx
-storybook: '/react/storybook/?path=/story/drafts-components-hidden--playground'
----
-
-import data from '../../../packages/react/src/Hidden/Hidden.docs.json'
-
-The `Hidden` component is a utility component that will help you hide or show content/components in different viewports.
-
-Use Hidden only to control behaviour in a responsive manner. It does not take any `sx` props.
-
-## Examples
-
-### Single viewport value provided
-
-```jsx live drafts
-
-
-
-```
-
-### Multiple viewport values provided
-
-```jsx live drafts
-
-
-
-```
-
-## Props
-
-
-
-## Status
-
-
diff --git a/docs/content/drafts/InlineAutocomplete.mdx b/docs/content/drafts/InlineAutocomplete.mdx
deleted file mode 100644
index a6c8bae50b9..00000000000
--- a/docs/content/drafts/InlineAutocomplete.mdx
+++ /dev/null
@@ -1,126 +0,0 @@
----
-title: InlineAutocomplete
-componentId: inline_autocomplete
-status: Deprecated
-description: Provides inline auto completion suggestions for an input or textarea.
-source: https://github.com/primer/react/tree/main/packages/react/src/drafts/InlineAutocomplete
-storybook: '/react/storybook?path=/story/deprecated-components-inlineautocomplete--default'
----
-
-import data from '../../../packages/react/src/drafts/InlineAutocomplete/InlineAutocomplete.docs.json'
-
-```js
-import {InlineAutocomplete} from '@primer/react/drafts'
-```
-
-The `InlineAutocomplete` component extends an `Input` or `Textarea` component to provide inline suggestions, similar to those provided by a code editor.
-
-## Examples
-
-
-
-Input components **must always** be accompanied by a corresponding label to improve support for assistive
-technologies. Examples below are provided for conciseness and may not reflect accessibility best practices.
-
-`InlineAutocomplete` can be used with the [`FormControl`](/FormControl) component to render a corresponding label.
-
-
-
-### Multi-line input
-
-Try typing a `#` symbol to see suggestions. Use `Enter` or click to apply a suggestion.
-
-```javascript live noinline drafts
-const options = ['javascript', 'typescript', 'css', 'html', 'webassembly']
-
-const SimpleExample = () => {
- const [suggestions, setSuggestions] = React.useState([])
-
- return (
- setSuggestions(options.filter(tag => tag.includes(query)))}
- onHideSuggestions={() => setSuggestions([])}
- >
-
-
- )
-}
-
-render(SimpleExample)
-```
-
-### Single-line input
-
-```javascript live noinline drafts
-const options = ['javascript', 'typescript', 'css', 'html', 'webassembly']
-
-const SimpleExample = () => {
- const [suggestions, setSuggestions] = React.useState([])
-
- return (
- setSuggestions(options.filter(tag => tag.includes(query)))}
- onHideSuggestions={() => setSuggestions([])}
- >
-
-
- )
-}
-
-render(SimpleExample)
-```
-
-### Labelled
-
-```javascript live noinline drafts
-const options = ['javascript', 'typescript', 'css', 'html', 'webassembly']
-
-const SimpleExample = () => {
- const [suggestions, setSuggestions] = React.useState([])
-
- return (
-
- Example
- setSuggestions(options.filter(tag => tag.includes(query)))}
- onHideSuggestions={() => setSuggestions([])}
- >
-
-
-
- )
-}
-
-render(SimpleExample)
-```
-
-## Props
-
-
-
-## Status
-
-
diff --git a/docs/content/drafts/MarkdownEditor.mdx b/docs/content/drafts/MarkdownEditor.mdx
deleted file mode 100644
index 36e67a8a2c3..00000000000
--- a/docs/content/drafts/MarkdownEditor.mdx
+++ /dev/null
@@ -1,157 +0,0 @@
----
-componentId: markdown_editor
-title: MarkdownEditor
-status: Deprecated
-description: Full-featured Markdown input.
-storybook: '/react/storybook?path=/story/components-forms-markdowneditor--default'
----
-
-import data from '../../../packages/react/src/drafts/MarkdownEditor/MarkdownEditor.docs.json'
-
-```js
-import {MarkdownEditor} from '@primer/react/drafts'
-```
-
-`MarkdownEditor` is a full-featured editor for GitHub Flavored Markdown, with support for:
-
-- Formatting (keyboard shortcuts & toolbar buttons)
-- File uploads (drag & drop, paste, click to upload)
-- Inline suggestions (emojis, `@` mentions, and `#` references)
-- Saved replies
-- Markdown pasting (ie, paste URL onto selected text to create a link)
-- List editing (create a new list item on `Enter`)
-- Indenting selected text
-
-## Examples
-
-### Minimal Example
-
-A `Label` is always required for accessibility:
-
-```javascript live noinline drafts
-const renderMarkdown = async markdown => {
- // In production code, this would make a query to some external API endpoint to render
- return 'Rendered Markdown.'
-}
-
-const MinimalExample = () => {
- const [value, setValue] = React.useState('')
-
- return (
-
- Minimal Example
-
- )
-}
-
-render(MinimalExample)
-```
-
-### Suggestions, File Uploads, and Saved Replies
-
-```javascript live noinline drafts
-const renderMarkdown = async markdown => 'Rendered Markdown.'
-
-const uploadFile = async file => ({
- url: `https://example.com/${encodeURIComponent(file.name)}`,
- file,
-})
-
-const emojis = [
- {name: '+1', character: '👍'},
- {name: '-1', character: '👎'},
- {name: 'heart', character: '❤️'},
- {name: 'wave', character: '👋'},
- {name: 'raised_hands', character: '🙌'},
- {name: 'pray', character: '🙏'},
- {name: 'clap', character: '👏'},
- {name: 'ok_hand', character: '👌'},
- {name: 'point_up', character: '☝️'},
- {name: 'point_down', character: '👇'},
- {name: 'point_left', character: '👈'},
- {name: 'point_right', character: '👉'},
- {name: 'raised_hand', character: '✋'},
- {name: 'thumbsup', character: '👍'},
- {name: 'thumbsdown', character: '👎'},
-]
-
-const references = [
- {id: '1', titleText: 'Add logging functionality', titleHtml: 'Add logging functionality'},
- {
- id: '2',
- titleText: 'Error: `Failed to install` when installing',
- titleHtml: 'Error: Failed to install
when installing',
- },
- {id: '3', titleText: 'Add error-handling functionality', titleHtml: 'Add error-handling functionality'},
-]
-
-const mentionables = [
- {identifier: 'monalisa', description: 'Monalisa Octocat'},
- {identifier: 'github', description: 'GitHub'},
- {identifier: 'primer', description: 'Primer'},
-]
-
-const savedReplies = [
- {name: 'Duplicate', content: 'Duplicate of #'},
- {name: 'Welcome', content: 'Welcome to the project!\n\nPlease be sure to read the contributor guidelines.'},
- {name: 'Thanks', content: 'Thanks for your contribution!'},
-]
-
-const MinimalExample = () => {
- const [value, setValue] = React.useState('')
-
- return (
-
- Suggestions, File Uploads, and Saved Replies Example
-
- )
-}
-
-render(MinimalExample)
-```
-
-### Custom Buttons
-
-```javascript live noinline drafts
-const renderMarkdown = async markdown => 'Rendered Markdown.'
-
-const MinimalExample = () => {
- const [value, setValue] = React.useState('')
-
- return (
-
- Custom Buttons
-
-
-
-
-
-
-
-
- Custom Button
-
-
- Cancel
- Submit
-
-
-
- )
-}
-
-render(MinimalExample)
-```
-
-## Props
-
-
diff --git a/docs/content/drafts/MarkdownViewer.mdx b/docs/content/drafts/MarkdownViewer.mdx
deleted file mode 100644
index d303a6acb80..00000000000
--- a/docs/content/drafts/MarkdownViewer.mdx
+++ /dev/null
@@ -1,103 +0,0 @@
----
-componentId: markdown_viewer
-title: MarkdownViewer
-status: Deprecated
-description: Displays rendered Markdown and facilitates interaction.
----
-
-import data from '../../../packages/react/src/drafts/MarkdownViewer/MarkdownViewer.docs.json'
-
-```js
-import {MarkdownViewer} from '@primer/react/drafts'
-```
-
-The `MarkdownViewer` displays rendered Markdown and handles interaction (link clicking and checkbox checking/unchecking) with that content.
-
-## Examples
-
-### Simple Example
-
-```javascript live noinline drafts
-const MarkdownViewerExample = () => {
- return (
- // eslint-disable-next-line github/unescaped-html-literal
- Lorem ipsum dolor sit amet.'}} />
- )
-}
-
-render(MarkdownViewerExample)
-```
-
-### Link-Handling Example
-
-```javascript live noinline drafts
-const MarkdownViewerExample = () => {
- return (
- Example link "}}
- onLinkClick={ev => console.log(ev)}
- />
- )
-}
-
-render(MarkdownViewerExample)
-```
-
-### Checkbox Interaction Example
-
-```javascript live noinline drafts
-const markdownSource = `
-text before list
-
-- [ ] item 1
-- [ ] item 2
-
-text after list`
-
-const renderedHtml = `
-text before list
-
-text after list
`
-
-const MarkdownViewerExample = () => {
- return (
- console.log(value) /* save the value to the server */}
- disabled={false}
- />
- )
-}
-
-render(MarkdownViewerExample)
-```
-
-## Props
-
-
-
-## Status
-
-
diff --git a/docs/content/drafts/PageHeader.mdx b/docs/content/drafts/PageHeader.mdx
deleted file mode 100644
index 5d26c715c5e..00000000000
--- a/docs/content/drafts/PageHeader.mdx
+++ /dev/null
@@ -1,330 +0,0 @@
----
-title: PageHeader
-componentId: page_header
-status: Draft
-description: PageHeader is used to determine the arrangement of the top-level headings and how elements adopt to different viewports.
-source: https://github.com/primer/react/tree/main/packages/react/src/PageHeader
-storybook: '/react/storybook/?path=/story/drafts-components-pageheader--playground'
----
-
-import data from '../../../packages/react/src/PageHeader/PageHeader.docs.json'
-
-```js
-import {PageHeader} from '@primer/react/drafts'
-```
-
-## Examples
-
-### Has title only
-
-```jsx live drafts
-
-
- Title
-
-
-```
-
-### Title `variant="large"`
-
-```jsx live drafts
-
-
- Title
-
-
-```
-
-### With leading and trailing visuals
-
-```jsx live drafts
-
-
-
-
-
- Title
-
- Beta
-
-
-
-```
-
-### With leading visual is hidden on regular viewport
-
-```jsx live drafts
-
-
-
-
-
- Title
-
- Beta
-
-
-
-```
-
-### Component as Title
-
-```jsx live drafts
-
-
-
- ...
- primer
- react
- src
- PageHeader
- PageHeader.tsx
-
-
- Visually Hidden Title
-
-
-
-```
-
-### With leading and trailing actions
-
-```jsx live drafts
-
-
-
-
-
- Title
-
-
-
-
-
-```
-
-### With actions
-
-```jsx live drafts
-
-
- Title
-
-
-
-
- Add Item
-
-
-
-
-
-```
-
-### With description slot
-
-```jsx live drafts
-
-
- add-pageheader-docs
-
-
-
-
- broccolinisoup
- {' '}
- created this branch 5 days ago · 14 commits · updated today
-
-
-
-```
-
-### With navigation slot
-
-#### Utilizing a Navigation component
-
-```jsx live drafts
-
-
- Pull request title
-
-
-
-
- Conversation
-
-
- Commits
-
-
- Checks
-
-
- Files Changes
-
-
-
-
-```
-
-#### Utilizing a custom navigation
-
-```jsx live drafts
-
-
- Page Title
-
-
-
-
-
- Item 1
-
-
-
- Item 2
-
-
-
-
-```
-
-### With ContextArea
-
-#### With parent link and actions (only visible on mobile)
-
-```jsx live drafts
-
-
- Parent Link
-
-
-
- Main
-
-
-
-
-
- Title
-
-
-```
-
-#### With context bar and actions (only visible on mobile)
-
-```jsx live drafts
-
-
-
-
- ...
- primer
- react
- src
- PageHeader
- PageHeader.tsx
-
-
-
-
-
- Main
-
-
-
-
-
- Title
-
-
-```
-
-#### With a ContextArea with all possible children (always visible)
-
-```jsx live drafts
-
-
-
- Parent Link
-
-
-
-
- ...
- primer
- react
- src
- PageHeader
- PageHeader.tsx
-
-
-
-
-
- Main
-
-
-
-
-
- Title
-
-
-```
-
-### With actions that have responsive content
-
-```jsx live drafts
-
-
- Webhooks
-
-
- New webhook
-
-
- New
-
-
-
-
-```
-
-## Props
-
-
-
-## Status
-
-
diff --git a/docs/content/drafts/SelectPanel.mdx b/docs/content/drafts/SelectPanel.mdx
deleted file mode 100644
index bbd98e1c380..00000000000
--- a/docs/content/drafts/SelectPanel.mdx
+++ /dev/null
@@ -1,36 +0,0 @@
----
-componentId: selectpanel_v2
-title: SelectPanel v2
-status: Draft
-source: https://github.com/primer/react/tree/main/packages/react/src/drafts/SelectPanel2
-storybook: '/react/storybook/?path=/story/drafts-components-selectpanel'
----
-
-import data from '../../../packages/react/src/drafts/SelectPanel2/SelectPanel.docs.json'
-
-A `SelectPanel` provides an anchor that will open an overlay with a list of selectable items, and a text input to filter the selectable items
-
-## Props
-
-
-
-## Status
-
-
diff --git a/docs/content/focusTrap.mdx b/docs/content/focusTrap.mdx
deleted file mode 100644
index ce05349a7b2..00000000000
--- a/docs/content/focusTrap.mdx
+++ /dev/null
@@ -1,103 +0,0 @@
----
-title: Focus Trap Behavior
----
-
-The `focusTrap` behavior and `useFocusTrap` hook are used prevent focus from leaving a particular element. This is useful for implementing modal dialogs: only the content within the dialog should be interactive, even though the UI underneath may still be visible.
-
-### Behavior
-
-- Activation: As soon as the focus trap is activated, it will ensure that an element within the container has focus. If it doesn't, it will focus the first focusable element within the container, or, if provided, the element indicated by the `initialFocus` parameter (see API below).
-- External focus changes: If an external cause (e.g. mouse click, scripts, or accessibility software) results in an element outside the container to be focused, focus will immediately be redirected to the last-focused element that is inside the container.
-- Circular tab focus: Using the `TAB` key on the last focusable element within the container will result in the first focusable element within the container receiving focus. Similarly, `Shift+TAB` can be used to focus the last element from the first.
-- Global: Only one focus trap can be _active_ at a time. When a focus trap is enabled, if there is already an active focus trap, it becomes suspended and pushed onto a stack. Once the newly-active focus trap is disabled, the most recently-suspended trap will reactivate. Suspended focus traps can be disabled, causing them to be removed from the stack of suspended traps.
-
-### Demo
-
-To see a demo, deploy Storybook and find the `useFocusTrap` stories.
-
-### Usage
-
-```ts
-function showDialog() {
- const dialog = document.getElementById('myDialog')
- if (dialog instanceof HTMLElement) {
- dialog.style.display = ''
- return focusTrap(dialog)
- }
-}
-function hideDialog(controller: AbortController) {
- document.getElementById('myDialog')?.style.display = 'none'
- controller.abort()
-}
-const dialogController = showDialog()
-
-// later
-if (dialogController) {
- hideDialog(controller)
-}
-```
-
-### API
-
-The `focusTrap` function takes the following arguments.
-
-| Name | Type | Default | Description |
-| :----------- | :------------- | :---------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| container | `HTMLElement` | | When active, only elements within this container (along with the container itself) can be focused. |
-| initialFocus | `HTMLElement` | | Specifies the element which will receive focus when the focus trap is activated. Defaults to the first tabbable element inside the container. |
-| signal | `AbortSignal?` | `undefined` | Optional abort signal to control the focus trap. If one is not provided, an `AbortController` will be returned, which can be used to disable the focus trap. |
-
-#### Return value
-
-If the `signal` argument is omitted, `focusTrap()` will return an `AbortController`. This object has an `abort()` method, which can be called to disable the focus trap.
-
-### Best practices
-
-- Focus management is an important consideration for accessible applications. Sometimes poor focus management can make certain tasks impossible to complete for users not using a mouse. To learn more, read the [ARIA guidelines for keyboard focus](https://www.w3.org/TR/wai-aria-practices/#kbd_focus_discernable_predictable).
-- Only activate a focus trap if all UI outside of the trap container should be inert (non-interactive).
-- Avoid situations where multiple focus traps may be active (e.g. dialogs that open more dialogs). This behavior handles those situations, but the pattern may indicate poor UX.
-
-### A note on performance
-
-When focus trap is activated, it must perform [reflow](https://developers.google.com/speed/docs/insights/browser-reflow) to discover focusable elements. Use caution not to rapidly enable and disable focus traps.
-
-## useFocusTrap hook
-
-The `useFocusTrap` hook is used to achieve focus trapping for React components. The hook returns a `ref` that must be applied to the focus trap container. The hook also returns a ref that can be used to indicate the initially-focused element when a focus trap is activated.
-
-The focus trap can be disabled in two ways:
-
-1. Simply do not render the component. When a component that uses focus trapping is unmounted, its focus trap will be aborted automatically.
-2. Pass `disabled: true` to the settings argument of `useFocusTrap`.
-
-The `useFocusTrap` hook also has an additional setting, `restoreFocusOnCleanUp`. If this is set to true, when the hook is either disabled (called with `disabled: true` or unmounted), we will attempt to re-focus the element that was focused immediately before the focus trap was enabled.
-
-### Using your own refs
-
-If you would like to use your own refs, you can pass them into the hook as part of the settings object (see the interface below).
-
-### useFocusTrap usage
-
-```jsx
-export const FocusTrapExample = () => {
- const {containerRef} = useFocusTrap()
- return (
- }>
- Apple
- Banana
- Cantaloupe
-
- )
-}
-```
-
-### FocusTrapHookSettings interface
-
-`FocusTrapHookSettings` has the following properties:
-
-| Name | Type | Default | Description |
-| :-------------------- | :---------------- | :---------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| containerRef | `React.RefObject` | `undefined` | If provided, this will be the ref used to access the focus trap container. Otherwise, this hook will create the ref for you and return it. In both cases, the ref must be provided to the container element's JSX. |
-| initialFocusRef | `React.RefObject` | `undefined` | If provided, this will be the ref used to access the element that should receive initial focus when the focus trap is activated. Otherwise, this hook will create the ref for you and return it. If unused, the first tabbable element inside the container will be focused. |
-| disabled | `boolean` | `false` | If true, the previously-established focus trap for this container will be aborted. |
-| restoreFocusOnCleanUp | `boolean` | `false` | If true, attempt to restore focus to the previously-focused element when the trap is disabled or unmounted. |
diff --git a/docs/content/focusZone.mdx b/docs/content/focusZone.mdx
deleted file mode 100644
index 191553b1f9c..00000000000
--- a/docs/content/focusZone.mdx
+++ /dev/null
@@ -1,87 +0,0 @@
----
-title: Focus Zone Behavior
----
-
-The `focusZone` behavior and `useFocusZone` hook are used to designate a container where focus can be moved using keys other than `Tab`. This is useful for implementing many of the patterns described in [Section 6](https://www.w3.org/TR/wai-aria-practices-1.1/#keyboard) of the WAI-ARIA Authoring Practices document. The most common use case of this behavior is to allow arrow keys (up and down or left and right) to move focus between related elements, such as items in a menu.
-
-At a high level, the `focusZone` behavior works by adjusting the `tabindex` attribute on focusable elements and setting up event listeners on the container that respond to the relevant key presses.
-
-Settings for this behavior allow the user to customize several aspects of the focus zone. See **FocusZoneSettings** below for a detailed description of these settings.
-
-### Focusability: which elements participate in the Focus Zone?
-
-When the `focusZone` behavior is established, it will discover all _focusable_ elements within the given container and allow them to be focused with the bound keys. _Focusable_ elements are those that either are normally focusable via the Tab key OR have a valid `tabindex` attribute (including `"-1"`). The easiest way to ensure an element participates in the focus zone is by applying the attribute `tabindex="-1"`. If you need to prevent a focusable element from participating in the focus zone, you can provide a `focusableElementFilter`.
-
-### Focus order
-
-The `focusZone` behavior uses the natural DOM ordering of elements to determine focus order. This means that a key that moves focus will either move to a "next" element or to a "previous" element. For example, the left arrow key and the up arrow key would both move focus to the previous element in the DOM order, while the right arrow key and the down arrow key would both move focus to the next element in the DOM order.
-
-Focus cannot be moved beyond the last element of the container (other than using the Tab key). The `focusOutBehavior` option can be used to allow focus to wrap around from last to first element (or vice-versa).
-
-For a more customized focus movement behavior, the consumer has the ability to supply a custom callback that identifies the next element to focus.
-
-#### Entering the focus zone
-
-By default, when focus enters a focus zone, the element that receives focus will be the most recently-focused element within that focus zone. If no element had previously been focused, or if that previously-focused element was removed, focus will revert to the first focusable element within the focus zone, regardless of the direction of focus movement.
-
-Using the `focusInStrategy` option, you can change this behavior. Setting this option to `"first"` will simply cause the first focusable element in the container to be focused whenever focus enters the focus zone. Setting it to `"closest"` will cause either the first or last focusable element in the container to be focused depending on the direction of focus movement (for example, a shift+tab that brings focus to the container will cause the last focusable element to be focused, whereas a regular tab would cause the first focusable element to be focused). Otherwise, you may provide a callback to choose a custom element to receive initial focus. One scenario where this would be useful is if you wanted to focus an item that is "selected" in a list.
-
-For more information on choosing the right focus in behavior, see [6.6 Keyboard Navigation Inside Components](https://www.w3.org/TR/wai-aria-practices-1.1/#kbd_general_within) from the ARIA Authoring Practices document.
-
-### Supported keys
-
-The `focusZone` behavior supports different sets of keys for moving focus around. The `bindKeys` option is used to set which of the following keys can be used to move focus.
-
-| Key(s) | Notes | Use case |
-| :-------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------- |
-| ArrowVertical | Prevents default behavior of scrolling where applicable | Most focus zones with vertically-positioned elements |
-| ArrowHorizontal | Prevents default behavior of scrolling where applicable | Most focus zones with horizontally-positioned elements |
-| HomeAndEnd | Causes focus to jump to the first or last focusable item in the container. Does not move focus if the currently-focused element is a text box. | Generally used with arrow keys |
-| PageUpDown | Works the same as the Home and End keys. Advisable only when supplying a custom callback that supports paging. | In a long, scrollable list |
-| Tab/Shift+Tab | Unlike other keys, the Tab key will always allow movement outside of the focus zone (use the Focus Trap behavior to prevent this). Tab moves to the next item, Shift+Tab moves to the previous. | Bind Tab if you want to continue allowing tab to move focus between elements in your container rather than jumping out of the container. |
-| JK | J moves focus to the next item, K moves to the previous. Does not move focus if the currently-focused element is a text box. [Originally from](https://catonmat.net/why-vim-uses-hjkl-as-arrow-keys) the vi keybindings | Used in certain lists |
-| HL | H moves focus to the previous item, L moves to the next. Does not move focus if the currently-focused element is a text box. [Originally from](https://catonmat.net/why-vim-uses-hjkl-as-arrow-keys) the vi keybindings | Used in certain lists |
-| WS | W moves focus to the previous item, S moves to the next. Does not move focus if the currently-focused element is a text box. | Any situation where it is more ergonomic for the left hand to perform this action, such as in a gaming context (rare) |
-| AD | A moves focus to the previous item, D moves to the next. Does not move focus if the currently-focused element is a text box. | Any situation where it is more ergonomic for the left hand to perform this action, such as in a gaming context (rare) |
-
-### DOM Focus vs. Active Descendant
-
-The `focusZone` behavior supports two modes of operation: DOM Focus and Active Descendant.
-
-- DOM Focus is the default mode and by far the most commonly needed. When a key is used to move focus, we call `.focus()` directly on the element to receive focus. This results in `document.activeElement` getting set to this new element, and it will receive any necessary styles via `:focus` and `:focus-within`.
-- Active Descendant mode does _not_ move DOM focus. Instead, focus remains on the _control_ element, and its `aria-activedescendant` attribute is set to the ID of the relevant element. Because there are no `:focus` styles applied and no `focus` events fired, you can supply an `onActiveDescendantChanged` callback to handle any necessary styles or other logic as the active descendant changes. For more information on the Active Descendant focus pattern, see [6.6.2 Managing Focus in Composites Using `aria-activedescendant`](https://www.w3.org/TR/wai-aria-practices-1.1/#kbd_focus_activedescendant) from the ARIA Authoring Practices document.
-
-### Demo
-
-Deploy Storybook to see live demos of `focusZone`.
-
-### Usage
-
-```ts
-const settings = {
- bindKeys: FocusKeys.ArrowVertical | FocusKeys.HomeAndEnd,
-} as FocusZoneSettings
-const focusZone = document.getElementById('focusZoneContainer')
-focusZone(focusZone, settings)
-```
-
-### API
-
-The `focusZone` function takes the following arguments.
-
-| Name | Type | Default | Description |
-| :-------- | :------------------ | :-----: | :--------------------------------------------------------------------------------- |
-| container | `Element` | | The focus zone will apply to this container and all of its focusable descendants. |
-| settings | `FocusZoneSettings` | `{}` | Settings to customize the focus zone. See below for a description of each setting. |
-
-#### FocusZoneSettings interface
-
-`FocusZoneSettings` is an object with the following interface. All properties are optional and have default behaviors.
-
-| Name | Type | Default | Description |
-| :--------------------- | :-------------------------------------------- | :----------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| bindKeys | `FocusKeys` (numeric enum) | `FocusKeys.ArrowVertical │ FocusKeys.HomeAndEnd` | Bit flags that identify keys that will move focus around the focus zone. Each available key either moves focus to the "next", "previous", "start", or "end" element, so it is best to only bind the keys that make sense to move focus in your UI. Use the `FocusKeys` object to discover supported keys (listed in the "Supported keys" section above). Use the bitwise "OR" operator (|) to combine key types. For example, `FocusKeys.WASD │ FocusKeys.HJKL` represents all of W, A, S, D, H, J, K, and L. The default for this setting is `FocusKeys.ArrowVertical │ FocusKeys.HomeAndEnd`, unless `getNextFocusable` is provided, in which case `FocusKeys.ArrowAll │ FocusKeys.HomeAndEnd` is used as the default. |
-| focusOutBehavior | `"stop" │ "wrap"` | `"stop"` | Choose the behavior applied in cases where focus is currently at either the first or last element of the container. `"stop"` - do nothing and keep focus where it was; `"wrap"` - wrap focus around to the first element from the last, or the last element from the first |
-| focusInStrategy | `"first" │ "closest" │ "previous" │ Function` | `"previous"` | This option allows customization of the behavior that determines which of the focusable elements should be focused when focus enters the container via the Tab key. When set to `"first"`, whenever focus enters the container via Tab, we will focus the first focusable element. When set to `"previous"`, the most recently focused element will be focused (fallback to first if there was no previous). The "closest" strategy works like "first", except either the first or the last element of the container will be focused, depending on the direction from which focus comes. If a function is provided, this function should return the `HTMLElement` intended to receive focus. This is useful if you want to focus the currently "selected" item or element. |
-| getNextFocusable | `Function` | | This is a callback used to customize the next element to focus when a bound key is pressed. The function takes 3 arguments: `direction` (`"previous"`, `"next"`, `"start"`, or `"end"`), `from` (Element or `undefined`), and `event` (KeyboardEvent). The function should return the next element to focus, or `undefined`. If `undefined` is returned, the regular algorithm to select the next element to focus will be used. |
-| focusableElementFilter | `Function` | | This is a callback used to cull focusable elements from participating in the focus zone. |
diff --git a/docs/content/getting-started.md b/docs/content/getting-started.md
deleted file mode 100644
index 80a6d219d73..00000000000
--- a/docs/content/getting-started.md
+++ /dev/null
@@ -1,151 +0,0 @@
----
-title: Getting started
----
-
-import DeprecationBanner from '../components/DeprecationBanner'
-
-
-
-## Installation
-
-To get started using Primer React, install the package and its peer dependencies with your package manager of choice:
-
-```bash
-# with npm
-npm install @primer/react react react-dom styled-components@5
-
-# with yarn
-yarn add @primer/react react react-dom styled-components@5
-```
-
-You can now import Primer React from the main package module:
-
-```javascript
-// using import syntax
-import {Box} from '@primer/react'
-```
-
-```javascript
-// using require syntax
-const {Box} = require('@primer/react')
-```
-
-### Polyfills & Browser Support
-
-Primer React supports the current versions of [Chrome](https://www.google.com/chrome/), [Firefox](http://www.mozilla.org/firefox/), [Safari](http://www.apple.com/safari/), and [Microsoft Edge](https://www.microsoft.com/en-us/windows/microsoft-edge), as well as the [Firefox Extended Support Release](https://www.mozilla.org/en-US/firefox/organizations/). This is in-line with [GitHub's Browser Support](https://docs.github.com/en/free-pro-team@latest/github/getting-started-with-github/supported-browsers).
-
-Primer React does not transform code to support older ECMAScript versions, such as ES5, and it uses ECMAScript features such as `Object.assign`, as well as syntax features such as native classes and Object destructuring and spreading.
-
-Environments that Primer React is used in should have all the necessary polyfills to comply with the latest code standards, as Primer React will not ship with these. Additionally, as Primer React does not transform code to support older versions, it may be necessary for projects to transform this code if support for older browsers (such as Edge 18) is needed.
-
-### Minimizing bundle size
-
-Module bundlers that use ECMAScript modules (ESM) will automatically tree-shake Primer React, ensuring that no unused code is included in your final bundle. However, if you're not using ESM, you may be able to drastically reduce the size of your final bundle by importing components individually from the `lib` subfolder:
-
-```javascript
-// using import syntax
-import Box from '@primer/react/lib/Box'
-```
-
-```javascript
-// using require syntax
-const Box = require('@primer/react/lib/Box')
-```
-
-Note that the modules in the `lib` folder are CommonJS-style modules; if you're using ESM and a compatible module bundler, importing files individually from `lib` provides no benefit.
-
-### Peer dependencies
-
-Primer React ships with a few libraries labeled as peer dependencies. These libraries are separated because they are commonly already installed in the host project and having multiple versions can introduce errors.
-
-Primer React requires the following libraries to be installed along with it:
-
-- `styled-components` at version 4.0.0 or higher
-- `react` at versions 17.x or higher
-- `react-dom` at versions 17.x or higher
-
-## ThemeProvider
-
-For Primer React to work correctly and accurately apply color schemes, you must add `ThemeProvider` to the root of your application:
-
-```jsx
-import {ThemeProvider} from '@primer/react'
-
-function App() {
- return (
-
- ...
-
- )
-}
-```
-
-See [Theming](/theming) for more details on advanced configuration, color modes, and overriding theme values.
-
-## BaseStyles
-
-In order to set baseline color, font-family, and line-heights across your project, you will need to establish base Primer styles for your app by wrapping all of your Primer components in `` at the root of your app:
-
-```jsx
-import {BaseStyles, Box, Heading} from '@primer/react'
-
-export default () => (
-
-
-
- Hello, world!
-
- This will get Primer text styles.
-
-
-)
-```
-
-This will apply the same `color`, `font-family`, and `line-height` styles to the `` as [Primer CSS's base styles](https://github.com/primer/css/blob/main/src/base/base.scss#L15-L20).
-
-## Static CSS rendering
-
-If you're rendering React components both server- and client-side, we suggest following [styled-component's server-side rendering instructions](https://www.styled-components.com/docs/advanced#server-side-rendering) to avoid the flash of unstyled content for server-rendered components.
-
-## TypeScript
-
-Primer React includes TypeScript support and ships with its own typings. You will still need to install type definitions for the peer dependencies if you import those in your own application code.
-
-Once installed, you can import components and their prop type interfaces from the `@primer/react` package:
-
-```typescript
-import {Button, ButtonProps} from '@primer/react'
-```
-
-### Fixing "Duplicate identifier 'FormData'"
-
-Ever since `@types/styled-components` version `4.1.19`, it has had a dependency on both `@types/react` and `@types/react-native`. Unfortunately, those declarations clash; for more information, see [issue 33311](https://github.com/DefinitelyTyped/DefinitelyTyped/issues/33311) and [issue 33015](https://github.com/DefinitelyTyped/DefinitelyTyped/issues/33015) in the DefinitelyTyped repo.
-
-You may run into this conflict even if you're not importing anything from `react-native` or don't have it installed. This is because some package managers hoist packages to the top-level `node_modules` folder, and the TypeScript compiler automatically includes types from all folders in `node_modules/@types` by default.
-
-The TypeScript compiler allows you to opt-out of this behavior [using the `typeRoots` and `types` configuration options](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html#types-typeroots-and-types), and the best solution for this error — for now — seems to be to opt out the automatic inclusion of `node_modules/@types` and instead list the types you want to be included individually.
-
-In your `tsconfig.json`, set the `types` array under the `compilerOptions` like so:
-
-```json
-{
- "compilerOptions": {
- "types": ["node", "react", "styled-components", "jest"]
- }
-}
-```
-
-Of course, customize the array based on the `@types/` packages you have installed for your project.
-
-## Silencing warnings
-
-Like React, Primer React emits warnings to the JavaScript console under certain conditions, like using deprecated components or props. Similar to React, you can silence these warnings by setting the `NODE_ENV` environment variable to `production` during bundling.
-
-## Testing
-
-Testing your application with Primer React is no different than testing your application with any other React library. Depending on your test environment and the testing libraries you use, you may need polyfills. For example if you are using `jest`, it runs via Node runtime and uses [JSDOM](https://github.com/jsdom/jsdom) as a DOM implementation, so you will need to mock some browser APIs. We have [helpers](https://github.com/primer/react/tree/main/packages/react/src/utils/test-helpers.tsx) that you can utilize to mock some of these APIs. You can import the helpers in your test setup file like so:
-
-```js
-import '@primer/react/lib-esm/utils/test-helpers' // For ESM
-import '@primer/react/lib/utils/test-helpers' // For CommonJS
-```
diff --git a/docs/content/index.md b/docs/content/index.md
deleted file mode 100644
index 5d0c9e75704..00000000000
--- a/docs/content/index.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-title: Getting started
----
-
-import {HeroLayout} from '@primer/gatsby-theme-doctocat'
-export default HeroLayout
-
-## Primer React
-
-Primer React is a React implementation of GitHub's [Primer Design System](https://primer.style/) 🎉
-
-## Principles
-
-- Everything is a component.
-- Aim for total style encapsulation; don't rely on inheritance to provide default styles.
-- Build small building blocks with minimal props to keep complexity low.
-- Keep system constrained by only including props needed per component.
-- Favor wrapping or extending components for more complex operations.
-- Maintain design system consistency with utilities as props (for spacing, color, font-size, line-height, widths, and radii).
-
-## Getting started
-
-Check out [our getting started guide](/getting-started) for everything you need to know about installing and using Primer React.
-
-## Local development
-
-To run `@primer/react` locally when adding or updating components:
-
-1. Clone this repo: `git clone https://github.com/primer/react`
-2. Install dependencies: `npm install`
-3. Run the dev app: `npm start`
-
-> 👉 See [the contributing docs](https://github.com/primer/react/blob/main/contributor-docs/CONTRIBUTING.md) for more info on code style, testing, and coverage.
diff --git a/docs/content/linting.md b/docs/content/linting.md
deleted file mode 100644
index 035b4792cdb..00000000000
--- a/docs/content/linting.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-title: Linting
-description: Primer React offers an ESLint plugin to enforce best practices and fix common problems.
----
-
-
-
-`eslint-plugin-primer-react` is experimental. Please report issues in the [primer/react](https://github.com/primer/react) repository.
-
-
-
-## Installation
-
-1. Assuming you already have [ESLint](https://www.npmjs.com/package/eslint) and [Primer React](https://github.com/primer/react) installed, run:
-
- ```shell
- npm install --save-dev eslint-plugin-primer-react
-
- # or
-
- yarn add --dev eslint-plugin-primer-react
- ```
-
-2. In your [ESLint configuration file](https://eslint.org/docs/user-guide/configuring/configuration-files), extend the recommended Primer React ESLint config:
-
- ```json
- {
- "extends": [
- // ...
- "plugin:primer-react/recommended"
- ]
- }
- ```
-
-See the [eslint-plugin-primer-react](https://github.com/primer/eslint-plugin-primer-react) repository for a list of included lint rules.
diff --git a/docs/content/overriding-styles.mdx b/docs/content/overriding-styles.mdx
deleted file mode 100644
index 3c73a46ebaa..00000000000
--- a/docs/content/overriding-styles.mdx
+++ /dev/null
@@ -1,123 +0,0 @@
----
-title: Overriding styles with the sx prop
----
-
-Our goal with Primer React is to hit the sweet spot between providing too little and too much styling flexibility; too little and the design system is too rigid, and too much and it becomes too difficult to maintain a consistent style. Our components are designed to cover common usage patterns, but sometimes a component just isn't _quite_ flexible enough to look the way you need it to look. For those cases, we provide the `sx` prop.
-
-The `sx` prop allows ad-hoc styling that is still theme-aware. Declare the styles you want to apply in camelCase object notation, and try to use theme values in appropriate CSS properties when possible. If you've passed a custom theme using `ThemeProvider` or a `theme` prop, the `sx` prop will honor the custom theme. For more information on theming in Primer React, check out [the Primer Theme documentation](/primer-theme).
-
-## When to use the `sx` prop
-
-The `sx` prop provides a lot of power, which means it is an easy tool to abuse. To best make use of it, we recommend following these guidelines:
-
-- Use the `sx` prop for small stylistic changes to components. For more substantial changes, consider abstracting your style changes into your own wrapper component.
-- Avoid nesting and pseudo-selectors in `sx` prop values when possible.
-
-## Basic example
-
-This example demonstrates applying a bottom border to `Heading`, a component that does not receive `BORDER` system props. The `borderBottomWidth` value comes from `theme.borderWidths` and `borderBottomColor` comes from `theme.colors`.
-
-```jsx live
-<>
- Heading
-
-
- Heading with bottom border
-
->
-```
-
-## Responsive values
-
-Values in the `sx` prop can be provided as arrays to provide responsive styling.
-
-```jsx live
-
- Resize window to see responsive background color
-
-```
-
-This generates the following CSS:
-
-```css
-.Box-hsdYAF {
- background-color: var(--bgColor-open-emphasis); /* default */
- padding: 8px;
- color: var(--fgColor-onEmphasis);
- border-radius: 6px;
-}
-@media screen and (min-width: 544px /* small */) {
- .Box-hsdYAF {
- background-color: var(--bgColor-done-emphasis);
- padding: 8px;
- }
-}
-@media screen and (min-width: 768px /* medium */) {
- .Box-hsdYAF {
- background-color: var(--bgColor-accent-emphasis);
- padding: 16px;
- }
-}
-@media screen and (min-width: 1012px /* large */) {
- .Box-hsdYAF {
- background-color: var(--bgColor-danger-emphasis);
- }
-}
-@media screen and (min-width: 1280px /* xlarge */) {
- .Box-hsdYAF {
- background-color: var(--bgColor-attention-emphasis);
- }
-}
-```
-
-## Nesting, pseudo-classes, and pseudo-elements
-
-The `sx` prop also allows for declaring styles based on media queries, pseudo-classes, and pseudo-elements. This example, though contrived, demonstrates the ability:
-
-```jsx live
- *': {
- borderWidth: 1,
- borderColor: 'border.default',
- borderStyle: 'solid',
- borderBottomWidth: 0,
- padding: 2,
- ':last-child': {
- borderBottomWidth: 1,
- },
- ':hover': {
- bg: 'neutral.muted',
- },
- },
- }}
->
- First
- Second
- Third
-
-```
-
-## Value reference
-
-- For a reference of possible values for this prop, see the [Styled System reference table](https://github.com/styled-system/styled-system/blob/master/docs/table.md).
diff --git a/docs/content/philosophy.md b/docs/content/philosophy.md
deleted file mode 100644
index 8cbe6ac77c5..00000000000
--- a/docs/content/philosophy.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-title: Primer React Philosophy
----
-
-## Presentational Components
-
-We are focusing primarily on presentational components that help standardize common design patterns. Primer React components don't handle fetching and submitting data to/from APIs. If you would like to handle data in a Primer Component, feel free to create a wrapper around the Primer Component to do so.
-
-## Assume that people will break the rules, provide safe ways for them to do so
-
-While we aim to standardize design in Primer React, we also provide additional styling flexibility through the [`sx` prop](/overriding-styles). This enables small customizations to color and spacing, using values from the theme. Users also have the option to override the theme with a theme of their own.
-
-## Pattern Components vs Helper Components
-
-Our components can roughly be categorized into two different component types:
-
-- Pattern Components
-
-Pattern components help us repeat commonly used UI patterns and interactions in order to maintain our brand and provide a great user experience. Some examples of pattern components are `Button`, `Avatar`, or `Label`.
-
-- Helper Components
-
-Helper components are components that help the user achieve common CSS patterns while maintaining some control over values used. An example of a helper component is `Box`.
diff --git a/docs/content/primer-theme.md b/docs/content/primer-theme.md
deleted file mode 100644
index 34f72c8d17d..00000000000
--- a/docs/content/primer-theme.md
+++ /dev/null
@@ -1,90 +0,0 @@
----
-title: Primer Theme
----
-
-import {theme} from '@primer/react'
-
-Primer React components come with built-in access to our Primer theme. The [theme file](https://github.com/primer/react/tree/main/packages/react/src/theme.ts) contains an object which holds values for common variables such as color, fonts, box shadows, and more. Our theme file pulls many of its color and typography values from [primer-primitives](https://github.com/primer/primer-primitives).
-
-Many of our theme keys correspond to system props on our components. For example, if you'd like to set the max width on a `` set the `maxWidth` prop to `medium`: ``
-
-In the background, [styled-system](https://github.com/styled-system/styled-system) does the work of finding the `medium` value from `maxWidth` key in the theme file and applying the corresponding CSS.
-
-Learn more about [our full theme](https://github.com/primer/react/tree/main/packages/react/src/theme.ts).
-
-### Custom Theming
-
-Custom theming is an optional way to override the Primer values that control color, spacing, typography, and other aspects of our components.
-
-There are two ways to change the theme of Primer components:
-
-1. You can override the entire theme for an entire tree of components using the `` from [styled-components]:
-
- ```javascript
- import {Box, Button, Text, theme as primer} from '@primer/react'
- import {ThemeProvider} from 'styled-components'
-
- // a theme with custom spacing and font sizes
- const theme = {
- ...primer,
- space: [0, 8, 16, 32, 64],
- fontSizes: [10, 12, 16, 24, 48],
- }
-
- // override
- theme.colors.bodytext = '#111'
-
- export default () => (
-
-
- Hello, world!
-
-
- )
- ```
-
- **⚠️ Note: [styled-components]'s `` only allows exactly one child.**
-
-2. You can merge the Primer theme with your custom theme using Object.assign:
-
- ```javascript
- import {ThemeProvider} from 'styled-components'
- import {theme} from '@primer/react'
-
- const customTheme = {} // Theme overrides
-
- const App = props => {
- return (
-
- {/* matching keys in customTheme will override keys in the Primer theme */}
-
- your app here
-
-
- )
- }
- ```
-
-3. You can theme individual components by passing the `theme` prop directly:
-
- ```javascript
- import {Text} from '@primer/react'
-
- const theme = {
- colors: {
- magenta: '#f0f',
- },
- }
-
- export default () => (
-
- Hi, I'm magenta!
-
- )
- ```
-
- **☝️ This is an intentionally convoluted example, since you can use `` out of the box.**
-
-Read the [styled-system docs](https://styled-system.com/#theming) for more information on theming in styled-system.
-
-[styled-components]: https://styled-components.com/
diff --git a/docs/content/status.mdx b/docs/content/status.mdx
deleted file mode 100644
index 03f3f707185..00000000000
--- a/docs/content/status.mdx
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: Component status
-description: Check the current status of Primer React components.
----
-
-import {ComponentStatuses} from '../src/component-statuses'
-import DeprecationBanner from '../components/DeprecationBanner'
-
-
-
-
-
-See the [component lifecycle](https://primer.style/contribute/component-lifecycle) for more information about each status.
-
-
-
-
diff --git a/docs/content/system-props.mdx b/docs/content/system-props.mdx
deleted file mode 100644
index 5aff41be4cf..00000000000
--- a/docs/content/system-props.mdx
+++ /dev/null
@@ -1,34 +0,0 @@
----
-title: System Props
----
-
-import {PropsList, COMMON, LAYOUT, BORDER, TYPOGRAPHY} from '../components'
-
-
-
-System props are deprecated in all components except [Box](/Box) and [Text](/Text). Please use the [`sx` prop](/overriding-styles) instead.
-
-
-
-Primer React components utilize what we call "system props" to apply a standard set of props to each component. Using [styled-system](https://github.com/jxnblk/styled-system), groups of props are automatically applied to each component. Most components get the `COMMON` set of props which give the component access to color and space props (margin, padding, color and background color). These groups correspond to the `color` and `space` functions from `styled-system` which can be referenced in the styled system [table of style functions](https://github.com/jxnblk/styled-system/blob/master/docs/table.md#core).
-
-To check which system props each component includes, check the documentation for that component.
-
-### The `as` prop
-
-All Primer React components have access to the `as` prop, provided by [styled-components](https://www.styled-components.com/docs/api#as-polymorphic-prop). We use the `as` prop to render a component with the styles of the passed component in `as`, but with the system props of the base component.
-
-For example, if you wanted to add some flex utilities to the `Text` component, you could do:
-
-```jsx live deprecated
-Hello!
-```
-
-### System Prop Categories
-
-| Category | Included Props | styled-system docs |
-| ------------ | ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `COMMON` | | [styled-system core docs](https://github.com/jxnblk/styled-system/blob/master/docs/table.md#core) |
-| `TYPOGRAPHY` | | [styled-system typography docs](https://github.com/jxnblk/styled-system/blob/master/docs/table.md#typography) |
-| `BORDER` | | [styled-system border docs](https://github.com/jxnblk/styled-system/blob/master/docs/table.md#border) |
-| `LAYOUT` | | [styled-system layout docs](https://github.com/jxnblk/styled-system/blob/master/docs/table.md#layout) [styled-system misc docs](https://github.com/jxnblk/styled-system/blob/master/docs/table.md#misc) |
diff --git a/docs/content/theme-reference.mdx b/docs/content/theme-reference.mdx
deleted file mode 100644
index 1821917d7d5..00000000000
--- a/docs/content/theme-reference.mdx
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: Theme Reference
-description: The default theme object for Primer React components
----
-
-import {theme, TreeView} from '@primer/react'
-import ThemeReferenceTree from '../components/ThemeReferenceTree'
-
-Colors in this theme object are imported from [Primer Primitives](https://primer.style/primitives/colors).
-
-
-
-
-
-See [Theming](/theming) to learn how theming works in Primer React.
-
-
diff --git a/docs/content/theming.md b/docs/content/theming.md
deleted file mode 100644
index b92aaa25f13..00000000000
--- a/docs/content/theming.md
+++ /dev/null
@@ -1,282 +0,0 @@
----
-title: Theming
-description: Theming in Primer React is made possible by a theme object that defines your application's colors, spacing, fonts, and more.
----
-
-import Code from '@primer/gatsby-theme-doctocat/src/components/code'
-
-## ThemeProvider
-
-To give components access to the theme object, you must add `ThemeProvider` to the root of your application:
-
-```jsx
-import {ThemeProvider} from '@primer/react'
-
-function App() {
- return (
-
- ...
-
- )
-}
-```
-
-`ThemeProvider` comes with a [default theme object](/theme-reference) that includes colors, spacing, fonts, etc. for building applications at GitHub.
-
-## Customizing the theme
-
-To customize the [default theme](/theme-reference), you can pass your custom theme to `ThemeProvider` using the `theme` prop:
-
-```jsx
-import {ThemeProvider, theme} from '@primer/react'
-import deepmerge from 'deepmerge'
-
-const customTheme = deepmerge(theme, {
- fonts: {
- mono: 'MonoLisa, monospace',
- },
-})
-
-function App() {
- return (
-
- ...
-
- )
-}
-```
-
-Some components may break if your custom theme does not include all the same keys as the [default theme](/theme-reference). For that reason, we recommend extending the default theme using [deepmerge](https://www.npmjs.com/package/deepmerge).
-
-## Referencing theme values
-
-You can reference theme values in your application using the [`sx` prop](/overriding-styles), the `themeGet` function, or the `useTheme` hook.
-
-
-
-Only use `theme` objects accessed via Primer's theme context to ensure your application’s styling draws from the same theme as Primer components’ internal styling. The `sx` prop, styled system props, `themeGet`, and `useTheme` all use the theme from context.
-
-
-
-
- {``}
-
- Use the theme from the same context as Primer.
-
-
-
- {`import {theme} from '@primer/react'\n\n`}
-
- Don't style components with any other instance of theme
-
-
-
-
-
-### System props and the `sx` prop
-
-Some [system props](/system-props) and [`sx` prop](/overriding-styles) keys are theme-aware. For example, the `bg` prop maps to the `colors` theme key which means you can use the `bg` prop to reference values in the `colors` object:
-
-```jsx
-const theme = {
- colors: {
- canvas: {
- default: '#fff',
- },
- },
-}
-
-function App() {
- return (
-
-
-
-
- )
-}
-```
-
-See the [Styled System Reference Table](https://github.com/styled-system/styled-system/blob/master/docs/table.md) for a complete list of mappings.
-
-### themeGet
-
-The `themeGet` function is a convenient way to reference theme values in styled-components template literals:
-
-```js
-import {themeGet} from '@primer/react'
-import styled from 'styled-components'
-
-const Example = styled.div`
- background-color: ${themeGet('colors.canvas.default')};
-`
-```
-
-### useTheme
-
-You can use the `useTheme` hook to reference theme values from inside any function component nested under the `ThemeProvider`:
-
-```js
-import {ThemeProvider, useTheme} from '@primer/react'
-
-function Example() {
- const {theme} = useTheme()
- // theme.colors.canvas.default
-}
-
-function App() {
- return (
-
-
-
- )
-}
-```
-
-
-
-Only use `useTheme` to reference theme values in places where it's not possible to use system props, the `sx` prop, or `themeGet`.
-
-
-
-## Color modes and color schemes
-
-The terms "color mode" and "color scheme" are often used interchangeably. However, in Primer React, they are two separate (but related) concepts.
-
-The "color mode" of an application can be either `day`, `night`, or `auto` (i.e. synced with the operating system).
-
-A "color scheme", on the other hand, is a collection of colors that can be associated with a color mode. The [default theme](/theme-reference) includes several color schemes, including `light`, `dark`, and `dark_dimmed`. By default, the `light` scheme is displayed when the application is in `day` mode and the `dark` scheme is displayed in `night` mode.
-
-### Setting the color mode
-
-By default, Primer React is in `day` mode. To change the color mode, use the `colorMode` prop on `ThemeProvider` or the `setColorMode` function from the `useTheme` hook:
-
-#### `colorMode` prop
-
-```jsx
-import {ThemeProvider} from '@primer/react'
-
-function App() {
- return (
- // colorMode can be "day" (default), "night", or "auto"
-
- ...
-
- )
-}
-```
-
-#### `setColorMode` function
-
-```jsx
-import {useTheme} from '@primer/react'
-
-function Example() {
- const {setColorMode} = useTheme()
- return setColorMode('auto')}>Activate auto mode
-}
-```
-
-#### `preventSSRMismatch` prop
-
-If you are doing server-side rendering, pass the `preventSSRMismatch` prop to ensure the rendered output from the server and browser match even when they resolve "auto" color mode differently.
-
-```jsx
-
- ...
-
-```
-
-### Setting color schemes
-
-To choose which color schemes will be displayed in `day` and `night` mode, use the `dayScheme` and `nightScheme` props on `ThemeProvider` or the `setDayScheme` and `setNightScheme` functions from the `useTheme` hook:
-
-#### `dayScheme` and `nightScheme` props
-
-```jsx
-import {ThemeProvider} from '@primer/react'
-
-function App() {
- return (
- // The default theme includes `light`, `dark`, and `dark_dimmed` schemes
-
- ...
-
- )
-}
-```
-
-#### `setDayScheme` and `setNightScheme` functions
-
-```jsx
-import {useTheme} from '@primer/react'
-
-function Example() {
- const {setDayScheme, setNightScheme} = useTheme()
- return setNightScheme('auto')}>Activate auto mode
-}
-```
-
-### Customizing or adding color schemes
-
-To customize or add color schemes, update the `colorSchemes` object in the theme:
-
-```jsx
-import {ThemeProvider, theme} from '@primer/react'
-import deepmerge from 'deepmerge'
-
-const customTheme = deepmerge(theme, {
- colorSchemes: {
- // Customize an existing scheme
- light: {
- colors: {
- text: {
- primary: '#f00',
- },
- },
- },
- // Add a new scheme
- my_scheme_name: {
- colors: {},
- shadows: {},
- },
- },
-})
-
-function App() {
- return (
-
- ...
-
- )
-}
-```
-
-### Creating local color scheme variables
-
-If you need to use a color that is not defined in the theme, avoid hard coding the color value like this:
-
-```jsx
-function Example() {
- return (
- // BAD: #aaa may not look good in all color schemes
- Hello world
- )
-}
-```
-
-Instead, use the `useColorSchemeVar` hook to create a local variable that will update based on the active color scheme:
-
-```jsx
-import {useColorSchemeVar} from '@primer/react'
-import {colors} from '@primer/primitives'
-
-function Example() {
- // GOOD: The value of `customBg` changes based on the active color scheme
- const customBg = useColorSchemeVar({
- light: colors.light.scale.gray[1],
- dark: colors.dark.scale.gray[9],
- dark_dimmed: colors.dark_dimmed.scale.gray[2],
- })
- return Hello world
-}
-```
diff --git a/docs/content/useOnEscapePress.mdx b/docs/content/useOnEscapePress.mdx
deleted file mode 100644
index 1da7e7bf160..00000000000
--- a/docs/content/useOnEscapePress.mdx
+++ /dev/null
@@ -1,53 +0,0 @@
----
-title: useOnEscapePress
----
-
-`useOnEscapePress` is a simple utility Hook that calls a user-provided function when the `Escape` key is pressed. The hook sets up `keydown` event listener on `window.document` and executes the user-provided function if these conditions are met:
-
-1. The Escape key was pressed
-2. The `preventDefault` method has not yet been called on the event object.
-
-Furthermore, unlike the normal behavior for multiple event listeners existing on the same DOM Node, if multiple `useOnEscapePress` hooks are active simultaneously, the callbacks will occur in reverse order. In other words, if a parent component and a child component both call `useOnEscapePress`, when the user presses Escape, the child component's callback will execute, followed by the parent's callback. Each callback has the chance to call `.preventDefault()` on the event to prevent further callbacks.
-
-### Dependencies
-
-Similar to `useCallback`, `useOnEscapePress` takes a `React.DependencyList` as its second argument. These are the dependencies used to memoize the callback. Failing to provide the correct dependency list can result in degraded performance. If this argument is omitted, we will assume that the callback is already memoized. In the example below, that memoization occurs in `DemoComponent` with a call to `React.useCallback`, so `OverlayDemo` does not need to pass a dependency list.
-
-### Usage
-
-```javascript live noinline
-const OverlayDemo = ({onEscape, children}) => {
- useOnEscapePress(onEscape)
- return {children}
-}
-
-function DemoComponent() {
- const [isOpen, setIsOpen] = React.useState(false)
- const toggleOverlay = React.useCallback(() => {
- setIsOpen(isOpen => !isOpen)
- }, [])
- const closeOverlay = React.useCallback(() => {
- setIsOpen(false)
- }, [])
- return (
- <>
- toggle
- {isOpen && (
-
- Button One
- Button Two
-
- )}
- >
- )
-}
-
-render( )
-```
-
-#### useOnEscapePress
-
-| Name | Type | Default | Description |
-| :------------------- | :------------------------------- | :-----: | :----------------------------------------------------- |
-| onEscape | `(event: KeyboardEvent) => void` | | Function to call when user presses the Escape key |
-| callbackDependencies | `React.DependencyList` | | Array of dependencies for memoizing the given callback |
diff --git a/docs/content/useOnOutsideClick.mdx b/docs/content/useOnOutsideClick.mdx
deleted file mode 100644
index 26223c2adf2..00000000000
--- a/docs/content/useOnOutsideClick.mdx
+++ /dev/null
@@ -1,57 +0,0 @@
----
-title: useOnOutsideClick
----
-
-`useOnOutsideClick` is a utility Hook that calls a user provided callback function when the user clicks outside of the provided container.
-
-You can also pass an array of `ignoredRefs` to prevent calling the callback function on additional elements on the page. This can be handy for ignoring clicks on trigger buttons that already manage the open/closed state of content.
-
-### Usage
-
-```jsx live
-
- {([isOpen, setIsOpen]) => {
- const containerRef = React.useRef(null)
- const triggerRef = React.useRef(null)
-
- const closeOverlay = React.useCallback(() => {
- setIsOpen(false)
- }, [setIsOpen])
-
- const toggleOverlay = React.useCallback(() => {
- setIsOpen(!isOpen)
- }, [setIsOpen, isOpen])
-
- useOnOutsideClick({onClickOutside: closeOverlay, containerRef, ignoreClickRefs: [triggerRef]})
-
- return (
- <>
-
- toggle
-
- {isOpen && (
-
- content
-
- )}
- >
- )
- }}
-
-```
-
-#### useOnOutsideClick settings
-
-| Name | Type | Default | Description |
-| :------------- | :-------------------------------- | :-----: | :----------------------------------------------------------------------------------------------------------------------------- |
-| onOutsideClick | `function` | | Function to call when user clicks outside of the container. Usually this manages the state of the visibility of the container. |
-| ignoredRefs | `React.RefObject []` | | Elements outside of the container to ignore clicks on. |
-| containerRef | `React.RefObject` | | Required. A ref for the containing element. |
diff --git a/docs/content/useOpenAndCloseFocus.mdx b/docs/content/useOpenAndCloseFocus.mdx
deleted file mode 100644
index 7ebce33abbe..00000000000
--- a/docs/content/useOpenAndCloseFocus.mdx
+++ /dev/null
@@ -1,50 +0,0 @@
----
-title: useOpenAndCloseFocus
----
-
-`useOpenAndCloseFocus` is a utility Hook that manages focusing an element when a component is first mounted, and returns focus to an element on the page when that component unmounts.
-
-If no ref is passed to `initialFocusRef` , the hook focuses the first focusable element inside of the container.
-
-### Usage
-
-```javascript live noinline
-const Overlay = ({returnFocusRef, initialFocusRef, children}) => {
- const containerRef = React.useRef(null)
- useOpenAndCloseFocus({containerRef, returnFocusRef, initialFocusRef})
- return (
-
- {children}
-
- )
-}
-
-function Component() {
- const returnFocusRef = React.useRef(null)
- const initialFocusRef = React.useRef(null)
- const [isOpen, setIsOpen] = React.useState(false)
- return (
-
- setIsOpen(!isOpen)}>
- toggle
-
- {isOpen && (
-
- Button One
- Button Two
-
- )}
-
- )
-}
-
-render( )
-```
-
-#### useOpenAndCloseFocus settings
-
-| Name | Type | Default | Description |
-| :-------------- | :----------------------------- | :-----: | :------------------------------------------------------------------------ |
-| initialFocusRef | `React.RefObject` | | Optional. The element to focus when the container is mounted on the page. |
-| returnFocusRef | `React.RefObject` | | Required. The element to focus when the container is unmounted. |
-| containerRef | `React.RefObject` | | Required. A ref for the containing element. |
diff --git a/docs/content/useOverlay.mdx b/docs/content/useOverlay.mdx
deleted file mode 100644
index dffa8e2f5c8..00000000000
--- a/docs/content/useOverlay.mdx
+++ /dev/null
@@ -1,63 +0,0 @@
----
-title: useOverlay
----
-
-`useOverlay` calls all of the relevant behavior Hooks that all `Overlay` components & composite components should have and returns a ref to be passed down to the overlay's container.
-
-These behaviors include:
-
-- Correctly positioning the component based on the values provided to `positionSettings` and `positionDeps`.
-- Trapping focus
-- Calling a user provided function when the user presses `Escape`
-- Calling a user provided function when the user clicks outside of the container
-- Focusing the either a user provided element, or the first focusable element in the container when it is opened.
-- Returning focus to an element when container is closed
-
-**Note:** `useOverlay` and `Overlay` do not manage the open state of the overlay. We leave control of the open state up to the user. All behaviors are built with the assumption that the overlay will not be rendered on the page & fully unmounted when it is not visible. See the examples for details on how to conditionally render a component in JSX.
-
-### Usage
-
-```javascript live noinline
-const DemoOverlay = ({onClickOutside, initialFocusRef, returnFocusRef, ignoreClickRefs, onEscape, ...rest}) => {
- const overlayProps = useOverlay({returnFocusRef, onEscape, ignoreClickRefs, onClickOutside, initialFocusRef})
- return
-}
-
-const DemoComponent = () => {
- const returnFocusRef = React.useRef(null)
- const initialFocusRef = React.useRef(null)
- const [isOpen, setIsOpen] = React.useState(false)
- const closeOverlay = () => setIsOpen(false)
- return (
- <>
- setIsOpen(!isOpen)}>
- toggle
-
- {isOpen && (
-
- Button One
- Button Two
-
- )}
- >
- )
-}
-
-render( )
-```
-
-#### UseOverlaySettings
-
-| Name | Type | Required | Description |
-| :-------------- | :-------------------------------- | :------: | :------------------------------------------------------------------------------------------------------------------------------------ |
-| onEscapePress | `function` | required | Function to call when user presses the Escape key |
-| onOutsideClick | `function` | required | Function to call when user clicks outside of the overlay |
-| ignoreClickRefs | `React.RefObject []` | optional | Refs to click clicks on in the `onOutsideClick` function, useful for ignoring clicks on elements that trigger the overlay visibility. |
-| initialFocusRef | `React.RefObject` | optional | Ref to focus when overlay is mounted. |
-| returnFocusRef | `React.RefObject` | required | Ref to focus when overlay is unmounted. Important for accessibility. |
diff --git a/docs/content/useSafeTimeout.mdx b/docs/content/useSafeTimeout.mdx
deleted file mode 100644
index 9a5be943732..00000000000
--- a/docs/content/useSafeTimeout.mdx
+++ /dev/null
@@ -1,31 +0,0 @@
----
-title: useSafeTimeout
----
-
-`useSafeTimeout` is a utility Hook that allows you to safely call `setTimeout` and `clearTimeout` within a component, ensuring that all timeouts are cleared when the component unmounts.
-
-### Usage
-
-```jsx live
-
- {([]) => {
- const {safeSetTimeout, safeClearTimeout} = useSafeTimeout()
- let timeoutId = null
-
- const handleOnClick = () => {
- timeoutId = safeSetTimeout(() => window.alert('hello!'), 5000)
- }
-
- const cancelTimeout = () => {
- safeClearTimeout(timeoutId)
- }
-
- return (
- <>
- Click me
- Cancel timeout
- >
- )
- }}
-
-```
diff --git a/docs/gatsby-config.js b/docs/gatsby-config.js
deleted file mode 100644
index 7bf53e096a2..00000000000
--- a/docs/gatsby-config.js
+++ /dev/null
@@ -1,37 +0,0 @@
-const path = require('path')
-
-const ROOT_DIR = path.resolve(__dirname, '..')
-
-module.exports = {
- siteMetadata: {
- title: 'Primer React',
- header: {
- title: 'Primer Design System',
- },
- shortName: 'React',
- description: 'React components for the Primer design system',
- },
- plugins: [
- 'gatsby-plugin-typescript',
- {
- resolve: '@primer/gatsby-theme-doctocat',
- options: {
- repoRootPath: '..',
- defaultBranch: 'main',
- },
- },
- {
- resolve: `gatsby-plugin-alias-imports`,
- options: {
- alias: {
- '@primer/components': path.resolve(__dirname, '../packages/react/src'),
- '@primer/react': path.resolve(__dirname, '../packages/react/src'),
- '@primer/react/drafts': path.resolve(__dirname, '../packages/react/src/drafts'),
- 'styled-components': path.join(ROOT_DIR, 'node_modules', 'styled-components'),
- react: path.join(ROOT_DIR, 'node_modules', 'react'),
- },
- },
- },
- ],
- pathPrefix: '/react',
-}
diff --git a/docs/gatsby-node.js b/docs/gatsby-node.js
deleted file mode 100644
index ce1958a43cf..00000000000
--- a/docs/gatsby-node.js
+++ /dev/null
@@ -1,101 +0,0 @@
-const defines = require('../packages/react/babel-defines')
-const docgen = require('react-docgen-typescript')
-const globby = require('globby')
-
-exports.onCreateWebpackConfig = ({actions, plugins, loaders, getConfig}) => {
- const config = getConfig()
- // Add our `__DEV__` and `process.env.NODE_ENV` defines
- config.plugins.push(plugins.define(defines[process.env.NODE_ENV || 'development']))
-
- config.module.rules = [
- ...config.module.rules,
- // Create a custom configuration.
- {
- // The new configuration is based off the original...
- ...loaders.js(),
- test: /\.jsx?$/,
- exclude: modulePath => /node_modules/.test(modulePath),
- // ...except that we want to run Primer React through webpack as well.
- // By default, Gatsby won't use the define plugin we added above on Primer React.
- include: modulePath => /@primer\/components/.test(modulePath),
- },
- ]
-
- // Polyfill `path` and stub `fs` for use in the browser
- // https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/#webpack-5-node-configuration-changed-nodefs-nodepath-
- config.resolve = {
- ...config.resolve,
- alias: {
- ...config.resolve.alias,
- path: require.resolve('path-browserify'),
- },
- fallback: {
- ...config.resolve.fallback,
- fs: false,
- },
- }
-
- actions.replaceWebpackConfig(config)
-}
-
-exports.sourceNodes = ({actions, createNodeId, createContentDigest}) => {
- const {createNode} = actions
-
- // Extract component metadata from source files
- const files = globby.sync(['../packages/react/src/**/*.tsx'], {absolute: true})
- const data = docgen.parse(files, {
- savePropValueAsString: true,
- propFilter: prop => {
- if (prop.declarations !== undefined && prop.declarations.length > 0) {
- const hasPropAdditionalDescription = prop.declarations.find(declaration => {
- return !declaration.fileName.includes('node_modules')
- })
-
- return Boolean(hasPropAdditionalDescription)
- }
-
- return true
- },
- })
-
- const components = data.map(component => {
- return {
- name: component.displayName,
- description: component.description,
- props: Object.values(component.props)
- .map(prop => {
- return {
- name: prop.name,
- description: prop.description,
- defaultValue: prop.defaultValue ? prop.defaultValue.value : '',
- required: prop.required,
- type: prop.type.name,
- }
- })
- // Move required props to beginning of the list
- .sort((a, b) => {
- if (a.required && !b.required) return -1
- if (!a.required && b.required) return 1
- return 0
- }),
- }
- })
-
- // Add component metadata to GraphQL API
- for (const component of components) {
- const nodeContent = JSON.stringify(component)
- const nodeMeta = {
- id: createNodeId(component.name),
- parent: null,
- children: [],
- internal: {
- type: `ComponentMetadata`,
- mediaType: `text/html`,
- content: nodeContent,
- contentDigest: createContentDigest(component),
- },
- }
- const node = Object.assign({}, component, nodeMeta)
- createNode(node)
- }
-}
diff --git a/docs/package.json b/docs/package.json
deleted file mode 100644
index e5a1503868e..00000000000
--- a/docs/package.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "docs",
- "private": true,
- "repository": "primer/react",
- "version": "1.0.0",
- "scripts": {
- "clean": "gatsby clean",
- "develop": "NODE_OPTIONS='--openssl-legacy-provider --no-experimental-fetch' gatsby develop",
- "build": "cross-env NODE_ENV=production NODE_OPTIONS='--openssl-legacy-provider --no-experimental-fetch' gatsby build --prefix-paths",
- "build:preview": "cross-env NODE_ENV=production NODE_OPTIONS='--openssl-legacy-provider --no-experimental-fetch' gatsby build"
- },
- "engines": {
- "node": ">=12",
- "npm": ">=7"
- },
- "dependencies": {
- "@mdx-js/mdx": "1.6.22",
- "@mdx-js/react": "1.6.22",
- "@primer/gatsby-theme-doctocat": "0.0.0-2023930155223",
- "@primer/octicons-react": "^19.9.0",
- "@primer/primitives": "4.1.0",
- "@styled-system/prop-types": "^5.1.0",
- "@styled-system/theme-get": "^5.1.0",
- "deepmerge": "4.3.1",
- "gatsby": "3.15.0",
- "gatsby-plugin-alias-imports": "^1.0.5",
- "gatsby-plugin-mdx": "1.10.1",
- "gatsby-plugin-typescript": "3.15.0",
- "graphql": "^15.8.0",
- "prop-types": "^15.7.2",
- "react": "^18.3.1",
- "react-docgen-typescript": "^2.0.0",
- "react-dom": "^18.3.1",
- "styled-system": "^5.1.0"
- },
- "devDependencies": {
- "cross-env": "7.0.3",
- "eslint": "8.56.0",
- "eslint-config-react-app": "7.0.1",
- "globby": "^11.0.4",
- "minipass": "^7.1.1",
- "path-browserify": "^1.0.1",
- "webpack": "5.94.0"
- }
-}
diff --git a/docs/src/@primer/gatsby-theme-doctocat/components/hero.js b/docs/src/@primer/gatsby-theme-doctocat/components/hero.js
deleted file mode 100644
index 909b9aee9a5..00000000000
--- a/docs/src/@primer/gatsby-theme-doctocat/components/hero.js
+++ /dev/null
@@ -1,23 +0,0 @@
-import {Box, Heading, Text, ThemeProvider} from '@primer/react'
-import React from 'react'
-import {Container} from '@primer/gatsby-theme-doctocat'
-import heroIllustration from '../primer-components-hero.svg'
-import packageJson from '../../../../../packages/react/package.json'
-
-export default function Hero() {
- return (
-
-
-
-
- Primer React
-
-
- v{packageJson.version}
-
-
-
-
-
- )
-}
diff --git a/docs/src/@primer/gatsby-theme-doctocat/components/live-preview-wrapper.js b/docs/src/@primer/gatsby-theme-doctocat/components/live-preview-wrapper.js
deleted file mode 100644
index 6328290a7b9..00000000000
--- a/docs/src/@primer/gatsby-theme-doctocat/components/live-preview-wrapper.js
+++ /dev/null
@@ -1,51 +0,0 @@
-import React from 'react'
-import {ActionMenu, ActionList, BaseStyles, Box, ThemeProvider, useTheme} from '@primer/react'
-
-function ThemeSwitcher() {
- const {theme, dayScheme, setDayScheme} = useTheme()
- const items = Object.keys(theme.colorSchemes).map(scheme => ({name: scheme.replace(/_/g, ' '), key: scheme}))
- const selectedItem = React.useMemo(() => items.find(item => item.key === dayScheme), [items, dayScheme])
- const itemsKeys = items.map(item => item.key)
- const [selectedIndex, setSelectedIndex] = React.useState(itemsKeys.indexOf(dayScheme))
-
- return (
-
- {selectedItem?.name}
-
-
- {items.map((type, index) => (
- {
- setSelectedIndex(index)
- setDayScheme(items[index].key)
- }}
- >
- {type.name}
-
- ))}
-
-
-
- )
-}
-
-// Users can shadow this file to wrap live previews.
-// This is useful for applying global styles.
-function LivePreviewWrapper({children}) {
- return (
-
-
-
-
-
-
- {children}
-
-
-
- )
-}
-
-export default LivePreviewWrapper
diff --git a/docs/src/@primer/gatsby-theme-doctocat/live-code-scope.js b/docs/src/@primer/gatsby-theme-doctocat/live-code-scope.js
deleted file mode 100644
index 3d7a1ffe85a..00000000000
--- a/docs/src/@primer/gatsby-theme-doctocat/live-code-scope.js
+++ /dev/null
@@ -1,36 +0,0 @@
-import * as doctocatComponents from '@primer/gatsby-theme-doctocat'
-import * as octicons from '@primer/octicons-react'
-import * as primerComponents from '@primer/react'
-import * as drafts from '@primer/react/drafts'
-import * as deprecated from '@primer/react/deprecated'
-import * as experimental from '@primer/react/experimental'
-import * as next from '@primer/react/next'
-import {Placeholder} from '@primer/react/Placeholder'
-import React from 'react'
-import State from '../../../components/State'
-
-const ReactRouterLink = ({to, children, ...props}) => {
- return (
-
- {children}
-
- )
-}
-
-// Exclude octicons-react's default export because it's deprecated
-const {default: _, ...octiconComponents} = octicons
-
-export default function resolveScope(metastring) {
- return {
- ...doctocatComponents,
- ...primerComponents,
- ...octiconComponents,
- ...(metastring.includes('drafts') ? drafts : {}),
- ...(metastring.includes('experimental') ? experimental : {}),
- ...(metastring.includes('deprecated') ? deprecated : {}),
- ...(metastring.includes('next') ? next : {}),
- ReactRouterLink,
- State,
- Placeholder,
- }
-}
diff --git a/docs/src/@primer/gatsby-theme-doctocat/mdx-components.js b/docs/src/@primer/gatsby-theme-doctocat/mdx-components.js
deleted file mode 100644
index 894ffda8652..00000000000
--- a/docs/src/@primer/gatsby-theme-doctocat/mdx-components.js
+++ /dev/null
@@ -1,26 +0,0 @@
-import {Box, Link} from '@primer/react'
-import InlineCode from '@primer/gatsby-theme-doctocat/src/components/inline-code'
-import {ComponentChecklist} from '../../component-checklist'
-// eslint-disable-next-line import/no-deprecated
-import {Props} from '../../props'
-import {PropsTable} from '../../props-table'
-import {ComponentProps} from '../../component-props'
-
-export default {
- Box,
- Link,
- InlineCode,
- ComponentChecklist,
- // eslint-disable-next-line import/no-deprecated
- Props,
- PropsTable,
- ComponentProps,
- // HACK: MDX doesn't support rendering subcomponents with dot notation
- // so we need to alias them
- PropsTableRow: PropsTable.Row,
- PropsTableBasePropRows: PropsTable.BasePropRows,
- PropsTablePassthroughPropsRow: PropsTable.PassthroughPropsRow,
- PropsTableAsRow: PropsTable.AsRow,
- PropsTableRefRow: PropsTable.RefRow,
- PropsTableSxRow: PropsTable.SxRow,
-}
diff --git a/docs/src/@primer/gatsby-theme-doctocat/nav.yml b/docs/src/@primer/gatsby-theme-doctocat/nav.yml
deleted file mode 100644
index e2c5e49d499..00000000000
--- a/docs/src/@primer/gatsby-theme-doctocat/nav.yml
+++ /dev/null
@@ -1,194 +0,0 @@
-- title: Introduction
- children:
- - title: Getting started
- url: /getting-started
- - title: Theming
- url: /theming
- - title: Theme reference
- url: /theme-reference
- - title: Linting
- url: /linting
- - title: System props
- url: /system-props
- - title: Core concepts
- url: /core-concepts
- - title: Philosophy
- url: /philosophy
- - title: Overriding styles
- url: /overriding-styles
- - title: Server-side rendering
- url: /ssr
- - title: Component status
- url: /status
-- title: Hooks
- children:
- - title: useSafeTimeout
- url: /useSafeTimeout
- # - title: useOnOutsideClick
- # url: /useOnOutsideClick
- # - title: useOpenAndCloseFocus
- # url: /useOpenAndCloseFocus
- # - title: useOnEscapePress
- # url: /useOnEscapePress
- # - title: useOverlay
- # url: /useOverlay
-- title: Components
- children:
- - title: ActionList
- url: /ActionList
- - title: ActionMenu
- url: /ActionMenu
- - title: AnchoredOverlay
- url: /AnchoredOverlay
- - title: Autocomplete
- url: /Autocomplete
- - title: Avatar
- url: /Avatar
- - title: AvatarPair
- url: /AvatarPair
- - title: AvatarStack
- url: /AvatarStack
- - title: Box
- url: /Box
- - title: BranchName
- url: /BranchName
- - title: Breadcrumbs
- url: /Breadcrumbs
- - title: Button
- url: /Button
- - title: ButtonGroup
- url: /ButtonGroup
- - title: Checkbox
- url: /Checkbox
- - title: CheckboxGroup
- url: /CheckboxGroup
- - title: CircleBadge
- url: /CircleBadge
- - title: CircleOcticon
- url: /CircleOcticon
- - title: CounterLabel
- url: /CounterLabel
- - title: Details
- url: /Details
- - title: Dialog
- url: /Dialog
- - title: Flash
- url: /Flash
- - title: FormControl
- url: /FormControl
- - title: Header
- url: /Header
- - title: Heading
- url: /Heading
- - title: IconButton
- url: /IconButton
- - title: KeybindingHint
- url: /KeybindingHint
- - title: Label
- url: /Label
- - title: LabelGroup
- url: /LabelGroup
- - title: Link
- url: /Link
- - title: NavList
- url: /NavList
- - title: Octicon
- url: /Octicon
- - title: Overlay
- url: /Overlay
- - title: Pagehead
- url: /Pagehead
- - title: PageLayout
- url: /PageLayout
- - title: Pagination
- url: /Pagination
- - title: PointerBox
- url: /PointerBox
- - title: Popover
- url: /Popover
- # - title: Portal
- # url: /Portal
- - title: ProgressBar
- url: /ProgressBar
- - title: RelativeTime
- url: /RelativeTime
- - title: Radio
- url: /Radio
- - title: RadioGroup
- url: /RadioGroup
- - title: SegmentedControl
- url: /SegmentedControl
- - title: Select
- url: /Select
- - title: SelectPanel
- url: /SelectPanel
- - title: Spinner
- url: /Spinner
- - title: SplitPageLayout
- url: /SplitPageLayout
- - title: StateLabel
- url: /StateLabel
- - title: SubNav
- url: /SubNav
- - title: ToggleSwitch
- url: /ToggleSwitch
- - title: TabNav
- url: /TabNav
- - title: Textarea
- url: /Textarea
- - title: Text
- url: /Text
- - title: TextInput
- url: /TextInput
- - title: TextInputWithTokens
- url: /TextInputWithTokens
- - title: Timeline
- url: /Timeline
- - title: Token
- url: /Token
- - title: Tooltip
- url: /Tooltip
- - title: Tooltip v2
- url: /TooltipV2
- - title: TreeView
- url: /TreeView
- - title: Truncate
- url: /Truncate
- - title: UnderlineNav
- url: /UnderlineNav
-- title: Drafts
- children:
- - title: DataTable
- url: /drafts/DataTable
- - title: Dialog v2
- url: /drafts/Dialog
- - title: Hidden
- url: /drafts/Hidden
- - title: InlineAutocomplete
- url: /drafts/InlineAutocomplete
- - title: MarkdownEditor
- url: /drafts/MarkdownEditor
- - title: MarkdownViewer
- url: /drafts/MarkdownViewer
- - title: PageHeader
- url: /drafts/PageHeader
- - title: SelectPanel v2
- url: /drafts/SelectPanel
- - title: TabPanels
- url: /drafts/TabPanels
-- title: Deprecated
- children:
- - title: ActionList (legacy)
- url: /deprecated/ActionList
- - title: ActionMenu (legacy)
- url: /deprecated/ActionMenu
- - title: Buttons (legacy)
- url: /deprecated/Buttons
- - title: FilteredSearch
- url: /deprecated/FilteredSearch
- - title: FilterList
- url: /deprecated/FilterList
- - title: SideNav
- url: /deprecated/SideNav
- - title: UnderlineNav
- url: /deprecated/UnderlineNav
diff --git a/docs/src/@primer/gatsby-theme-doctocat/primer-components-hero.svg b/docs/src/@primer/gatsby-theme-doctocat/primer-components-hero.svg
deleted file mode 100644
index ba0b8cd63c7..00000000000
--- a/docs/src/@primer/gatsby-theme-doctocat/primer-components-hero.svg
+++ /dev/null
@@ -1,1411 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/src/component-checklist.js b/docs/src/component-checklist.js
deleted file mode 100644
index 757efb30f64..00000000000
--- a/docs/src/component-checklist.js
+++ /dev/null
@@ -1,104 +0,0 @@
-import {Box, Octicon, Link, Text} from '@primer/react'
-import {H3} from '@primer/gatsby-theme-doctocat/src/components/heading'
-import {CheckCircleFillIcon, CircleIcon, SkipIcon} from '@primer/octicons-react'
-import React from 'react'
-
-/** Render component status checklist in documentation pages */
-export function ComponentChecklist({items}) {
- return (
- <>
- Alpha
-
-
- Component props and basic example usage of the component are documented on{' '}
- primer.style/react.
-
-
- Component does not have any unnecessary third-party dependencies.
-
- Component can adapt to different themes.
-
- Component can adapt to different screen sizes.
-
-
- Component has robust unit test coverage (100% where achievable).
-
-
- Component has visual regression coverage of its default and interactive states.
-
-
- Component does not introduce any axe violations.
-
-
- Component has been manually reviewed by the accessibility team and any resulting issues have been addressed.
-
-
- Beta
-
- Component is used in a production application.
-
- Common usage examples are documented on primer.style/react.
-
-
- Common usage examples are documented in storybook{' '}
- stories.
-
-
- Component has been reviewed by a systems designer and any resulting issues have been addressed.
-
-
- Component does not introduce any performance regressions.
-
-
- Stable
-
-
- Component API has been stable with no breaking changes for at least one month.
-
-
- Feedback on API usability has been sought from developers using the component and any resulting issues have
- been addressed.
-
-
- Component has corresponding design guidelines documented in the{' '}
- interface guidelines.
-
-
- Component has corresponding Figma component in the Primer Web library.
-
-
- Tooling (such as linters, codemods, etc.) exists to prevent further use of alternatives.
-
-
- >
- )
-}
-
-// TODO: This component should live in Doctocat
-function Checklist({'aria-describedby': ariaDescribedby, children}) {
- return (
-
- {children}
-
- )
-}
-
-Checklist.Item = ({checked, children}) => {
- return (
-
-
- {checked ? (
-
- ) : checked === null ? (
-
- ) : (
-
- )}
-
-
- {checked === null ? N/A: : null}
- {children}
-
-
- )
-}
diff --git a/docs/src/component-props.js b/docs/src/component-props.js
deleted file mode 100644
index fc728ef11e9..00000000000
--- a/docs/src/component-props.js
+++ /dev/null
@@ -1,117 +0,0 @@
-import React from 'react'
-import {Box, Link} from '@primer/react'
-import {PropsTable} from './props-table'
-import {H3} from '@primer/gatsby-theme-doctocat/src/components/heading'
-import InlineCode from '@primer/gatsby-theme-doctocat/src/components/inline-code'
-
-// We're moving the source of truth for component prop documentation out of .mdx
-// files and into .docs.json files that live in the same directory as the
-// component's source code. Example:
-//
-// src/
-// Button/
-// Button.tsx
-// Button.docs.json
-//
-// We'll use this `ComponentProps` component to render the prop tables for
-// components given the data defined in the .docs.json file.
-//
-// To render prop documentation in an .mdx file, import the component data:
-//
-// import data from '../../packages/react/src/Button/Button.docs.json'
-//
-// Then pass the data to `ComponentProps`:
-//
-// ## Props
-//
-//
-// The schema for the `data` object is defined in /script/component-props/component.schema.json
-
-export function ComponentProps({data}) {
- return (
- <>
- {data.name}
-
- {data.subcomponents?.map(subcomponent => {
- return (
- <>
- {subcomponent.name}
-
- >
- )
- })}
- >
- )
-}
-
-function Props({props, passthrough}) {
- return props.length > 0 ? (
-
- {props.map(prop => {
- const isPolymorphic = props.some(prop => prop.name === 'as')
- let type = prop.type
- let description = prop.description
-
- // Provide default types and descriptions for common props like `as`, `ref`, and `sx`
- switch (prop.name) {
- case 'as':
- type = (
-
- React.ElementType
-
- )
- description =
- description || 'The underlying element to render — either a HTML element name or a React component.'
- break
-
- case 'ref':
- if (isPolymorphic) {
- description = description || (
- <>
- A ref to the element rendered by this component. Because this component is polymorphic, the type will
- vary based on the value of the as prop.
- >
- )
- } else {
- description = description || 'A ref to the element rendered by this component.'
- }
- break
-
- case 'sx':
- type = (
-
- SystemStyleObject
-
- )
- description = description || (
- <>
- Style overrides to apply to the component. See also{' '}
- overriding styles.
- >
- )
- break
- }
-
- return (
-
- )
- })}
- {passthrough ? (
- {passthrough.element} docs}
- />
- ) : null}
-
- ) : (
- No props
- )
-}
diff --git a/docs/src/component-statuses.js b/docs/src/component-statuses.js
deleted file mode 100644
index 42c431c6072..00000000000
--- a/docs/src/component-statuses.js
+++ /dev/null
@@ -1,106 +0,0 @@
-import componentMetadata from '@primer/component-metadata'
-import {Link, Label, Octicon} from '@primer/react'
-import {AccessibilityInsetIcon} from '@primer/octicons-react'
-import StatusLabel from '@primer/gatsby-theme-doctocat/src/components/status-label'
-import Table from '@primer/gatsby-theme-doctocat/src/components/table'
-import {graphql, Link as GatsbyLink, useStaticQuery} from 'gatsby'
-import React from 'react'
-
-export function ComponentStatuses() {
- const data = useStaticQuery(graphql`
- query ComponentStatuses {
- allSitePage {
- nodes {
- path
- context {
- frontmatter {
- title
- status
- description
- a11yReviewed
- componentId
- }
- }
- }
- }
- }
- `)
-
- const pages = data.allSitePage.nodes
- // Only show components that have a status
- .filter(node => node.context.frontmatter && node.context.frontmatter.status !== null)
- // Sort alphabetically by title
- .sort((a, b) => a.context.frontmatter.title.localeCompare(b.context.frontmatter.title))
-
- return (
-
-
-
-
- Component
- Status
- Accessibility
- Description
-
-
-
- {pages.map(page => {
- // eslint-disable-next-line prefer-const
- let {title, status, description, componentId, a11yReviewed} = page.context.frontmatter
-
- const component = componentMetadata.components[componentId]
-
- // Auto-populate title and description using component metadata
- if (component) {
- title ||= component.displayName
- description ||= component.description
- }
-
- return (
-
-
-
- {title}
-
-
-
-
-
-
- {a11yReviewed ? (
-
-
- Reviewed
-
- ) : (
-
- Not reviewed
-
- )}
-
- {description}
-
- )
- })}
-
-
-
- )
-}
diff --git a/docs/src/props-table.js b/docs/src/props-table.js
deleted file mode 100644
index 15ab447e617..00000000000
--- a/docs/src/props-table.js
+++ /dev/null
@@ -1,169 +0,0 @@
-import React from 'react'
-import {Box, Link, Label} from '@primer/react'
-import InlineCode from '@primer/gatsby-theme-doctocat/src/components/inline-code'
-import Table from '@primer/gatsby-theme-doctocat/src/components/table'
-import ReactMarkdown from 'react-markdown'
-
-function PropsTable({children}) {
- return (
-
-
-
-
-
-
-
-
-
-
- Name
-
-
- Type
-
-
- Default
-
-
- Description
-
-
-
- {children}
-
- )
-}
-
-function Row({name, type, defaultValue, description, required, deprecated}) {
- return (
-
-
- {name}
- {required ? (
- <>
- {` `}
-
- Required
-
- >
- ) : null}
- {deprecated ? (
- <>
- {` `}
-
- Deprecated
-
- >
- ) : null}
-
-
-
- {type}
-
-
-
- {defaultValue}
-
-
- {description}
-
-
- )
-}
-
-function BasePropRows({passthroughPropsLink, elementType, isPolymorphic, refType}) {
- return (
- <>
-
- {isPolymorphic && }
- {refType && }
-
- >
- )
-}
-
-function PassthroughPropsRow({elementName, isPolymorphic, passthroughPropsLink}) {
- return (
-
-
- Additional props are passed to the <{elementName}> element. See{' '}
- {passthroughPropsLink} for a list of props accepted by the <{elementName}> {' '}
- element.
- {isPolymorphic && (
- <>
- {' '}
- If an as prop is specified, the accepted props will change accordingly.
- >
- )}
-
-
- )
-}
-
-function AsRow({defaultElementType}) {
- // Element is a component if the first letter is uppercase (e.g. Button)
- const isComponent = defaultElementType[0].toUpperCase() === defaultElementType[0]
- return (
-
- React.ElementType
-
- }
- description="The underlying element to render — either a HTML element name or a React component."
- />
- )
-}
-
-function RefRow({refType, isPolymorphic}) {
- return (
- `}
- description={
- <>
- A ref to the element rendered by this component.
- {isPolymorphic && (
- <>
- {' '}
- Because this component is polymorphic, the type will vary based on the value of the{' '}
- as prop.
- >
- )}
- >
- }
- />
- )
-}
-
-function SxRow() {
- return (
-
- SystemStyleObject
-
- }
- description={
- <>
- Style overrides to apply to the component. See also{' '}
- overriding styles.
- >
- }
- />
- )
-}
-
-Object.assign(PropsTable, {Row, BasePropRows, AsRow, RefRow, PassthroughPropsRow, SxRow})
-
-export {PropsTable}
diff --git a/docs/src/props.js b/docs/src/props.js
deleted file mode 100644
index 04b9bf73ede..00000000000
--- a/docs/src/props.js
+++ /dev/null
@@ -1,67 +0,0 @@
-import {H3} from '@primer/gatsby-theme-doctocat/src/components/heading'
-import Paragraph from '@primer/gatsby-theme-doctocat/src/components/paragraph'
-import {Flash} from '@primer/react'
-import {graphql, useStaticQuery} from 'gatsby'
-import React from 'react'
-import {PropsTable} from './props-table'
-
-/**
- * Render prop documentation for the given component
- *
- * @deprecated This component does not reliably generate the correct prop types. Use `ComponentProps` instead.
- */
-export function Props({of}) {
- const data = useStaticQuery(graphql`
- query {
- allComponentMetadata {
- nodes {
- id
- name
- props {
- description
- defaultValue
- name
- required
- type
- }
- }
- }
- }
- `)
-
- const displayName = of?.displayName || of?.name || ''
- const component = data.allComponentMetadata.nodes.find(node => node.name === displayName)
-
- if (!component) {
- // eslint-disable-next-line no-console
- console.error(`Could not find component ${displayName}`)
- return (
- <>
- {displayName}
- Component not found
- >
- )
- }
-
- return (
- <>
- {component.name}
- {component.props.length > 0 ? (
-
- {component.props.map(prop => (
-
- ))}
-
- ) : (
- No props
- )}
- >
- )
-}
diff --git a/package-lock.json b/package-lock.json
index 229958e2825..65d15eab910 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,5 @@
{
"name": "primer",
- "version": "36.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
@@ -10,7 +9,6 @@
"workspaces": [
"packages/rollup-plugin-import-css",
"packages/*",
- "docs",
"examples/*"
],
"devDependencies": {
@@ -63,44 +61,7 @@
}
},
"docs": {
- "version": "1.0.0",
- "dependencies": {
- "@mdx-js/mdx": "1.6.22",
- "@mdx-js/react": "1.6.22",
- "@primer/gatsby-theme-doctocat": "0.0.0-2023930155223",
- "@primer/octicons-react": "^19.9.0",
- "@primer/primitives": "4.1.0",
- "@styled-system/prop-types": "^5.1.0",
- "@styled-system/theme-get": "^5.1.0",
- "deepmerge": "4.3.1",
- "gatsby": "3.15.0",
- "gatsby-plugin-alias-imports": "^1.0.5",
- "gatsby-plugin-mdx": "1.10.1",
- "gatsby-plugin-typescript": "3.15.0",
- "graphql": "^15.8.0",
- "prop-types": "^15.7.2",
- "react": "^18.3.1",
- "react-docgen-typescript": "^2.0.0",
- "react-dom": "^18.3.1",
- "styled-system": "^5.1.0"
- },
- "devDependencies": {
- "cross-env": "7.0.3",
- "eslint": "8.56.0",
- "eslint-config-react-app": "7.0.1",
- "globby": "^11.0.4",
- "minipass": "^7.1.1",
- "path-browserify": "^1.0.1",
- "webpack": "5.94.0"
- },
- "engines": {
- "node": ">=12",
- "npm": ">=7"
- }
- },
- "docs/node_modules/@primer/primitives": {
- "version": "4.1.0",
- "license": "MIT"
+ "extraneous": true
},
"examples/app-router": {
"name": "example-app-router",
@@ -164,8 +125,12 @@
"node": ">=4.2.0"
}
},
+ "examples/theming": {
+ "extraneous": true
+ },
"node_modules/@aashutoshrathi/word-wrap": {
"version": "1.2.6",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
@@ -191,10 +156,12 @@
},
"node_modules/@adobe/css-tools": {
"version": "4.3.3",
+ "dev": true,
"license": "MIT"
},
"node_modules/@ampproject/remapping": {
"version": "2.2.0",
+ "dev": true,
"license": "Apache-2.0",
"dependencies": {
"@jridgewell/gen-mapping": "^0.1.0",
@@ -206,6 +173,7 @@
},
"node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping": {
"version": "0.1.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@jridgewell/set-array": "^1.0.0",
@@ -215,20 +183,6 @@
"node": ">=6.0.0"
}
},
- "node_modules/@ardatan/aggregate-error": {
- "version": "0.0.6",
- "license": "MIT",
- "dependencies": {
- "tslib": "~2.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@ardatan/aggregate-error/node_modules/tslib": {
- "version": "2.0.3",
- "license": "0BSD"
- },
"node_modules/@aw-web-design/x-default-browser": {
"version": "1.4.126",
"dev": true,
@@ -286,8 +240,7 @@
},
"node_modules/@babel/compat-data": {
"version": "7.25.2",
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.2.tgz",
- "integrity": "sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=6.9.0"
@@ -295,6 +248,7 @@
},
"node_modules/@babel/core": {
"version": "7.24.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@ampproject/remapping": "^2.2.0",
@@ -323,6 +277,7 @@
},
"node_modules/@babel/core/node_modules/@babel/parser": {
"version": "7.24.5",
+ "dev": true,
"license": "MIT",
"bin": {
"parser": "bin/babel-parser.js"
@@ -333,10 +288,12 @@
},
"node_modules/@babel/core/node_modules/convert-source-map": {
"version": "2.0.0",
+ "dev": true,
"license": "MIT"
},
"node_modules/@babel/core/node_modules/semver": {
"version": "6.3.1",
+ "dev": true,
"license": "ISC",
"bin": {
"semver": "bin/semver.js"
@@ -344,6 +301,7 @@
},
"node_modules/@babel/eslint-parser": {
"version": "7.23.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
@@ -360,6 +318,7 @@
},
"node_modules/@babel/eslint-parser/node_modules/semver": {
"version": "6.3.1",
+ "dev": true,
"license": "ISC",
"bin": {
"semver": "bin/semver.js"
@@ -367,8 +326,6 @@
},
"node_modules/@babel/generator": {
"version": "7.25.0",
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz",
- "integrity": "sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==",
"license": "MIT",
"dependencies": {
"@babel/types": "^7.25.0",
@@ -392,6 +349,7 @@
},
"node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/traverse": "^7.24.7",
@@ -403,8 +361,7 @@
},
"node_modules/@babel/helper-compilation-targets": {
"version": "7.25.2",
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz",
- "integrity": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/compat-data": "^7.25.2",
@@ -419,6 +376,7 @@
},
"node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
"version": "5.1.1",
+ "dev": true,
"license": "ISC",
"dependencies": {
"yallist": "^3.0.2"
@@ -426,6 +384,7 @@
},
"node_modules/@babel/helper-compilation-targets/node_modules/semver": {
"version": "6.3.1",
+ "dev": true,
"license": "ISC",
"bin": {
"semver": "bin/semver.js"
@@ -433,10 +392,12 @@
},
"node_modules/@babel/helper-compilation-targets/node_modules/yallist": {
"version": "3.1.1",
+ "dev": true,
"license": "ISC"
},
"node_modules/@babel/helper-create-class-features-plugin": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.24.7",
@@ -458,6 +419,7 @@
},
"node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
"version": "6.3.1",
+ "dev": true,
"license": "ISC",
"bin": {
"semver": "bin/semver.js"
@@ -465,8 +427,7 @@
},
"node_modules/@babel/helper-create-regexp-features-plugin": {
"version": "7.25.2",
- "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz",
- "integrity": "sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.24.7",
@@ -482,6 +443,7 @@
},
"node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": {
"version": "6.3.1",
+ "dev": true,
"license": "ISC",
"bin": {
"semver": "bin/semver.js"
@@ -489,6 +451,7 @@
},
"node_modules/@babel/helper-define-polyfill-provider": {
"version": "0.6.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-compilation-targets": "^7.22.6",
@@ -503,6 +466,7 @@
},
"node_modules/@babel/helper-environment-visitor": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/types": "^7.24.7"
@@ -513,6 +477,7 @@
},
"node_modules/@babel/helper-function-name": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/template": "^7.24.7",
@@ -524,8 +489,7 @@
},
"node_modules/@babel/helper-member-expression-to-functions": {
"version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz",
- "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/traverse": "^7.24.8",
@@ -548,8 +512,7 @@
},
"node_modules/@babel/helper-module-transforms": {
"version": "7.25.2",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz",
- "integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-module-imports": "^7.24.7",
@@ -566,6 +529,7 @@
},
"node_modules/@babel/helper-optimise-call-expression": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/types": "^7.24.7"
@@ -576,8 +540,6 @@
},
"node_modules/@babel/helper-plugin-utils": {
"version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz",
- "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
@@ -585,8 +547,7 @@
},
"node_modules/@babel/helper-remap-async-to-generator": {
"version": "7.25.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz",
- "integrity": "sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.24.7",
@@ -602,8 +563,7 @@
},
"node_modules/@babel/helper-replace-supers": {
"version": "7.25.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz",
- "integrity": "sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-member-expression-to-functions": "^7.24.8",
@@ -619,6 +579,7 @@
},
"node_modules/@babel/helper-simple-access": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/traverse": "^7.24.7",
@@ -630,6 +591,7 @@
},
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/traverse": "^7.24.7",
@@ -641,6 +603,7 @@
},
"node_modules/@babel/helper-split-export-declaration": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/types": "^7.24.7"
@@ -651,8 +614,6 @@
},
"node_modules/@babel/helper-string-parser": {
"version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz",
- "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
@@ -667,8 +628,7 @@
},
"node_modules/@babel/helper-validator-option": {
"version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz",
- "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=6.9.0"
@@ -676,8 +636,7 @@
},
"node_modules/@babel/helper-wrap-function": {
"version": "7.25.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.0.tgz",
- "integrity": "sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/template": "^7.25.0",
@@ -690,8 +649,7 @@
},
"node_modules/@babel/helpers": {
"version": "7.25.0",
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.0.tgz",
- "integrity": "sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/template": "^7.25.0",
@@ -716,6 +674,7 @@
},
"node_modules/@babel/parser": {
"version": "7.23.6",
+ "dev": true,
"license": "MIT",
"bin": {
"parser": "bin/babel-parser.js"
@@ -726,8 +685,7 @@
},
"node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
"version": "7.25.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz",
- "integrity": "sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.8",
@@ -742,8 +700,7 @@
},
"node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
"version": "7.25.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.0.tgz",
- "integrity": "sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.8"
@@ -757,8 +714,7 @@
},
"node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
"version": "7.25.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.0.tgz",
- "integrity": "sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.8"
@@ -772,6 +728,7 @@
},
"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7",
@@ -787,8 +744,7 @@
},
"node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
"version": "7.25.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.0.tgz",
- "integrity": "sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.8",
@@ -803,6 +759,7 @@
},
"node_modules/@babel/plugin-proposal-class-properties": {
"version": "7.18.6",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.18.6",
@@ -815,24 +772,9 @@
"@babel/core": "^7.0.0-0"
}
},
- "node_modules/@babel/plugin-proposal-decorators": {
- "version": "7.24.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-create-class-features-plugin": "^7.24.1",
- "@babel/helper-plugin-utils": "^7.24.0",
- "@babel/plugin-syntax-decorators": "^7.24.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
"node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
"version": "7.18.6",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.18.6",
@@ -845,34 +787,9 @@
"@babel/core": "^7.0.0-0"
}
},
- "node_modules/@babel/plugin-proposal-numeric-separator": {
- "version": "7.18.6",
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.18.6",
- "@babel/plugin-syntax-numeric-separator": "^7.10.4"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-proposal-object-rest-spread": {
- "version": "7.12.1",
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.10.4",
- "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
- "@babel/plugin-transform-parameters": "^7.12.1"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
"node_modules/@babel/plugin-proposal-optional-chaining": {
"version": "7.21.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.20.2",
@@ -886,23 +803,9 @@
"@babel/core": "^7.0.0-0"
}
},
- "node_modules/@babel/plugin-proposal-private-methods": {
- "version": "7.18.6",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-create-class-features-plugin": "^7.18.6",
- "@babel/helper-plugin-utils": "^7.18.6"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
"node_modules/@babel/plugin-proposal-private-property-in-object": {
"version": "7.21.0-placeholder-for-preset-env.2",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=6.9.0"
@@ -913,6 +816,7 @@
},
"node_modules/@babel/plugin-syntax-async-generators": {
"version": "7.8.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
@@ -934,6 +838,7 @@
},
"node_modules/@babel/plugin-syntax-class-properties": {
"version": "7.12.13",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.12.13"
@@ -944,23 +849,10 @@
},
"node_modules/@babel/plugin-syntax-class-static-block": {
"version": "7.14.5",
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.14.5"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-decorators": {
- "version": "7.24.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0"
+ "@babel/helper-plugin-utils": "^7.14.5"
},
"engines": {
"node": ">=6.9.0"
@@ -971,6 +863,7 @@
},
"node_modules/@babel/plugin-syntax-dynamic-import": {
"version": "7.8.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
@@ -981,6 +874,7 @@
},
"node_modules/@babel/plugin-syntax-export-namespace-from": {
"version": "7.8.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.3"
@@ -1005,6 +899,7 @@
},
"node_modules/@babel/plugin-syntax-import-assertions": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7"
@@ -1018,6 +913,7 @@
},
"node_modules/@babel/plugin-syntax-import-attributes": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7"
@@ -1031,6 +927,7 @@
},
"node_modules/@babel/plugin-syntax-import-meta": {
"version": "7.10.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.10.4"
@@ -1041,6 +938,7 @@
},
"node_modules/@babel/plugin-syntax-json-strings": {
"version": "7.8.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
@@ -1064,6 +962,7 @@
},
"node_modules/@babel/plugin-syntax-logical-assignment-operators": {
"version": "7.10.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.10.4"
@@ -1074,6 +973,7 @@
},
"node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
"version": "7.8.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
@@ -1084,6 +984,7 @@
},
"node_modules/@babel/plugin-syntax-numeric-separator": {
"version": "7.10.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.10.4"
@@ -1094,6 +995,7 @@
},
"node_modules/@babel/plugin-syntax-object-rest-spread": {
"version": "7.8.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
@@ -1104,6 +1006,7 @@
},
"node_modules/@babel/plugin-syntax-optional-catch-binding": {
"version": "7.8.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
@@ -1114,6 +1017,7 @@
},
"node_modules/@babel/plugin-syntax-optional-chaining": {
"version": "7.8.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
@@ -1124,6 +1028,7 @@
},
"node_modules/@babel/plugin-syntax-private-property-in-object": {
"version": "7.14.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.14.5"
@@ -1137,6 +1042,7 @@
},
"node_modules/@babel/plugin-syntax-top-level-await": {
"version": "7.14.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.14.5"
@@ -1150,6 +1056,7 @@
},
"node_modules/@babel/plugin-syntax-typescript": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7"
@@ -1163,6 +1070,7 @@
},
"node_modules/@babel/plugin-syntax-unicode-sets-regex": {
"version": "7.18.6",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.18.6",
@@ -1177,6 +1085,7 @@
},
"node_modules/@babel/plugin-transform-arrow-functions": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7"
@@ -1190,8 +1099,7 @@
},
"node_modules/@babel/plugin-transform-async-generator-functions": {
"version": "7.25.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.0.tgz",
- "integrity": "sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.8",
@@ -1208,6 +1116,7 @@
},
"node_modules/@babel/plugin-transform-async-to-generator": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-module-imports": "^7.24.7",
@@ -1223,6 +1132,7 @@
},
"node_modules/@babel/plugin-transform-block-scoped-functions": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7"
@@ -1236,8 +1146,7 @@
},
"node_modules/@babel/plugin-transform-block-scoping": {
"version": "7.25.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.0.tgz",
- "integrity": "sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.8"
@@ -1251,6 +1160,7 @@
},
"node_modules/@babel/plugin-transform-class-properties": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.24.7",
@@ -1265,6 +1175,7 @@
},
"node_modules/@babel/plugin-transform-class-static-block": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.24.7",
@@ -1280,8 +1191,7 @@
},
"node_modules/@babel/plugin-transform-classes": {
"version": "7.25.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.0.tgz",
- "integrity": "sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.24.7",
@@ -1300,6 +1210,7 @@
},
"node_modules/@babel/plugin-transform-computed-properties": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7",
@@ -1314,8 +1225,7 @@
},
"node_modules/@babel/plugin-transform-destructuring": {
"version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz",
- "integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.8"
@@ -1329,6 +1239,7 @@
},
"node_modules/@babel/plugin-transform-dotall-regex": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.24.7",
@@ -1343,6 +1254,7 @@
},
"node_modules/@babel/plugin-transform-duplicate-keys": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7"
@@ -1356,8 +1268,7 @@
},
"node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
"version": "7.25.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.0.tgz",
- "integrity": "sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.25.0",
@@ -1372,6 +1283,7 @@
},
"node_modules/@babel/plugin-transform-dynamic-import": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7",
@@ -1386,6 +1298,7 @@
},
"node_modules/@babel/plugin-transform-exponentiation-operator": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7",
@@ -1400,6 +1313,7 @@
},
"node_modules/@babel/plugin-transform-export-namespace-from": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7",
@@ -1429,6 +1343,7 @@
},
"node_modules/@babel/plugin-transform-for-of": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7",
@@ -1443,8 +1358,7 @@
},
"node_modules/@babel/plugin-transform-function-name": {
"version": "7.25.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz",
- "integrity": "sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-compilation-targets": "^7.24.8",
@@ -1460,6 +1374,7 @@
},
"node_modules/@babel/plugin-transform-json-strings": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7",
@@ -1474,8 +1389,7 @@
},
"node_modules/@babel/plugin-transform-literals": {
"version": "7.25.2",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz",
- "integrity": "sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.8"
@@ -1489,6 +1403,7 @@
},
"node_modules/@babel/plugin-transform-logical-assignment-operators": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7",
@@ -1503,6 +1418,7 @@
},
"node_modules/@babel/plugin-transform-member-expression-literals": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7"
@@ -1516,6 +1432,7 @@
},
"node_modules/@babel/plugin-transform-modules-amd": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-module-transforms": "^7.24.7",
@@ -1546,8 +1463,7 @@
},
"node_modules/@babel/plugin-transform-modules-systemjs": {
"version": "7.25.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz",
- "integrity": "sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-module-transforms": "^7.25.0",
@@ -1564,6 +1480,7 @@
},
"node_modules/@babel/plugin-transform-modules-umd": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-module-transforms": "^7.24.7",
@@ -1578,6 +1495,7 @@
},
"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.24.7",
@@ -1592,6 +1510,7 @@
},
"node_modules/@babel/plugin-transform-new-target": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7"
@@ -1605,6 +1524,7 @@
},
"node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7",
@@ -1619,6 +1539,7 @@
},
"node_modules/@babel/plugin-transform-numeric-separator": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7",
@@ -1633,6 +1554,7 @@
},
"node_modules/@babel/plugin-transform-object-rest-spread": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-compilation-targets": "^7.24.7",
@@ -1649,6 +1571,7 @@
},
"node_modules/@babel/plugin-transform-object-super": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7",
@@ -1663,6 +1586,7 @@
},
"node_modules/@babel/plugin-transform-optional-catch-binding": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7",
@@ -1677,8 +1601,7 @@
},
"node_modules/@babel/plugin-transform-optional-chaining": {
"version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz",
- "integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.8",
@@ -1694,6 +1617,7 @@
},
"node_modules/@babel/plugin-transform-parameters": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7"
@@ -1707,6 +1631,7 @@
},
"node_modules/@babel/plugin-transform-private-methods": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.24.7",
@@ -1721,6 +1646,7 @@
},
"node_modules/@babel/plugin-transform-private-property-in-object": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.24.7",
@@ -1737,6 +1663,7 @@
},
"node_modules/@babel/plugin-transform-property-literals": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7"
@@ -1750,8 +1677,8 @@
},
"node_modules/@babel/plugin-transform-react-display-name": {
"version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.7.tgz",
- "integrity": "sha512-H/Snz9PFxKsS1JLI4dJLtnJgCJRoo0AUm3chP6NYr+9En1JMKloheEiLIhlp5MDVznWo+H3AAC1Mc8lmUEpsgg==",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7"
},
@@ -1764,8 +1691,8 @@
},
"node_modules/@babel/plugin-transform-react-jsx": {
"version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.24.7.tgz",
- "integrity": "sha512-+Dj06GDZEFRYvclU6k4bme55GKBEWUmByM/eoKuqg4zTNQHiApWRhQph5fxQB2wAEFvRzL1tOEj1RJ19wJrhoA==",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.24.7",
"@babel/helper-module-imports": "^7.24.7",
@@ -1782,8 +1709,8 @@
},
"node_modules/@babel/plugin-transform-react-jsx-development": {
"version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.24.7.tgz",
- "integrity": "sha512-QG9EnzoGn+Qar7rxuW+ZOsbWOt56FvvI93xInqsZDC5fsekx1AlIO4KIJ5M+D0p0SqSH156EpmZyXq630B8OlQ==",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.24.7"
},
@@ -1824,8 +1751,8 @@
},
"node_modules/@babel/plugin-transform-react-pure-annotations": {
"version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.7.tgz",
- "integrity": "sha512-PLgBVk3fzbmEjBJ/u8kFzOqS9tUeDjiaWud/rRym/yjCo/M9cASPlnrd2ZmmZpQT40fOOrvR8jh+n8jikrOhNA==",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.24.7",
"@babel/helper-plugin-utils": "^7.24.7"
@@ -1839,6 +1766,7 @@
},
"node_modules/@babel/plugin-transform-regenerator": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7",
@@ -1853,6 +1781,7 @@
},
"node_modules/@babel/plugin-transform-reserved-words": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7"
@@ -1864,33 +1793,9 @@
"@babel/core": "^7.0.0-0"
}
},
- "node_modules/@babel/plugin-transform-runtime": {
- "version": "7.24.1",
- "license": "MIT",
- "dependencies": {
- "@babel/helper-module-imports": "^7.24.1",
- "@babel/helper-plugin-utils": "^7.24.0",
- "babel-plugin-polyfill-corejs2": "^0.4.10",
- "babel-plugin-polyfill-corejs3": "^0.10.1",
- "babel-plugin-polyfill-regenerator": "^0.6.1",
- "semver": "^6.3.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-runtime/node_modules/semver": {
- "version": "6.3.1",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
- }
- },
"node_modules/@babel/plugin-transform-shorthand-properties": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7"
@@ -1904,6 +1809,7 @@
},
"node_modules/@babel/plugin-transform-spread": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7",
@@ -1918,6 +1824,7 @@
},
"node_modules/@babel/plugin-transform-sticky-regex": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7"
@@ -1931,6 +1838,7 @@
},
"node_modules/@babel/plugin-transform-template-literals": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7"
@@ -1944,8 +1852,7 @@
},
"node_modules/@babel/plugin-transform-typeof-symbol": {
"version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz",
- "integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.8"
@@ -1959,6 +1866,7 @@
},
"node_modules/@babel/plugin-transform-typescript": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.24.7",
@@ -1975,6 +1883,7 @@
},
"node_modules/@babel/plugin-transform-unicode-escapes": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7"
@@ -1988,6 +1897,7 @@
},
"node_modules/@babel/plugin-transform-unicode-property-regex": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.24.7",
@@ -2002,6 +1912,7 @@
},
"node_modules/@babel/plugin-transform-unicode-regex": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.24.7",
@@ -2016,6 +1927,7 @@
},
"node_modules/@babel/plugin-transform-unicode-sets-regex": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.24.7",
@@ -2030,8 +1942,7 @@
},
"node_modules/@babel/preset-env": {
"version": "7.25.3",
- "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.3.tgz",
- "integrity": "sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/compat-data": "^7.25.2",
@@ -2127,8 +2038,7 @@
},
"node_modules/@babel/preset-env/node_modules/@babel/plugin-transform-modules-commonjs": {
"version": "7.24.8",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz",
- "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-module-transforms": "^7.24.8",
@@ -2144,6 +2054,7 @@
},
"node_modules/@babel/preset-env/node_modules/semver": {
"version": "6.3.1",
+ "dev": true,
"license": "ISC",
"bin": {
"semver": "bin/semver.js"
@@ -2167,6 +2078,7 @@
},
"node_modules/@babel/preset-modules": {
"version": "0.1.6-no-external-plugins",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
@@ -2179,8 +2091,8 @@
},
"node_modules/@babel/preset-react": {
"version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.24.7.tgz",
- "integrity": "sha512-AAH4lEkpmzFWrGVlHaxJB7RLH21uPQ9+He+eFLWHmF9IuFQVugz8eAsamaW0DXRrTfco5zj1wWtpdcXJUOfsag==",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7",
"@babel/helper-validator-option": "^7.24.7",
@@ -2198,8 +2110,7 @@
},
"node_modules/@babel/preset-typescript": {
"version": "7.24.7",
- "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.7.tgz",
- "integrity": "sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7",
@@ -2217,6 +2128,7 @@
},
"node_modules/@babel/preset-typescript/node_modules/@babel/plugin-transform-modules-commonjs": {
"version": "7.24.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-module-transforms": "^7.24.7",
@@ -2316,6 +2228,7 @@
},
"node_modules/@babel/regjsgen": {
"version": "0.8.0",
+ "dev": true,
"license": "MIT"
},
"node_modules/@babel/runtime": {
@@ -2328,28 +2241,8 @@
"node": ">=6.9.0"
}
},
- "node_modules/@babel/runtime-corejs3": {
- "version": "7.24.1",
- "license": "MIT",
- "dependencies": {
- "core-js-pure": "^3.30.2",
- "regenerator-runtime": "^0.14.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/standalone": {
- "version": "7.24.2",
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
"node_modules/@babel/template": {
"version": "7.25.0",
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz",
- "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.24.7",
@@ -2362,8 +2255,6 @@
},
"node_modules/@babel/template/node_modules/@babel/parser": {
"version": "7.25.3",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz",
- "integrity": "sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==",
"license": "MIT",
"dependencies": {
"@babel/types": "^7.25.2"
@@ -2377,8 +2268,6 @@
},
"node_modules/@babel/traverse": {
"version": "7.25.3",
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.3.tgz",
- "integrity": "sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.24.7",
@@ -2395,8 +2284,6 @@
},
"node_modules/@babel/traverse/node_modules/@babel/parser": {
"version": "7.25.3",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz",
- "integrity": "sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==",
"license": "MIT",
"dependencies": {
"@babel/types": "^7.25.2"
@@ -2410,8 +2297,6 @@
},
"node_modules/@babel/types": {
"version": "7.25.2",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz",
- "integrity": "sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==",
"license": "MIT",
"dependencies": {
"@babel/helper-string-parser": "^7.24.8",
@@ -2424,6 +2309,7 @@
},
"node_modules/@base2/pretty-print-object": {
"version": "1.0.1",
+ "dev": true,
"license": "BSD-2-Clause"
},
"node_modules/@bcoe/v8-coverage": {
@@ -2488,9 +2374,8 @@
},
"node_modules/@changesets/changelog-github": {
"version": "0.5.0",
- "resolved": "https://registry.npmjs.org/@changesets/changelog-github/-/changelog-github-0.5.0.tgz",
- "integrity": "sha512-zoeq2LJJVcPJcIotHRJEEA2qCqX0AQIeFE+L21L8sRLPVqDhSXY8ZWAt2sohtBpFZkBwu+LUwMSKRr2lMy3LJA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@changesets/get-github-info": "^0.6.0",
"@changesets/types": "^6.0.0",
@@ -2575,9 +2460,8 @@
},
"node_modules/@changesets/get-github-info": {
"version": "0.6.0",
- "resolved": "https://registry.npmjs.org/@changesets/get-github-info/-/get-github-info-0.6.0.tgz",
- "integrity": "sha512-v/TSnFVXI8vzX9/w3DU2Ol+UlTZcu3m0kXTjTT4KlAdwSvwutcByYwyYn9hwerPWfPkT2JfpoX0KgvCEi8Q/SA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"dataloader": "^1.4.0",
"node-fetch": "^2.5.0"
@@ -2662,9 +2546,8 @@
},
"node_modules/@changesets/types": {
"version": "6.0.0",
- "resolved": "https://registry.npmjs.org/@changesets/types/-/types-6.0.0.tgz",
- "integrity": "sha512-b1UkfNulgKoWfqyHtzKS5fOZYSJO+77adgL7DLRDr+/7jhChN+QcHnbjiQVOz/U+Ts3PGNySq7diAItzDgugfQ==",
- "dev": true
+ "dev": true,
+ "license": "MIT"
},
"node_modules/@changesets/write": {
"version": "0.3.0",
@@ -2692,20 +2575,6 @@
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
- "node_modules/@cnakazawa/watch": {
- "version": "1.0.4",
- "license": "Apache-2.0",
- "dependencies": {
- "exec-sh": "^0.3.2",
- "minimist": "^1.2.0"
- },
- "bin": {
- "watch": "cli.js"
- },
- "engines": {
- "node": ">=0.1.95"
- }
- },
"node_modules/@colors/colors": {
"version": "1.5.0",
"dev": true,
@@ -2717,8 +2586,6 @@
},
"node_modules/@csstools/cascade-layer-name-parser": {
"version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-2.0.0.tgz",
- "integrity": "sha512-9GEQIvTMrjXfYaVnw1+FteDX5yF65CZq4ttYP75O3CANQevaCJ9jVVTiZt9YTpjYIk8C1mmf52y2S4Hr/CaE/g==",
"funding": [
{
"type": "github",
@@ -2729,6 +2596,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -2739,8 +2607,6 @@
},
"node_modules/@csstools/color-helpers": {
"version": "4.2.1",
- "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-4.2.1.tgz",
- "integrity": "sha512-CEypeeykO9AN7JWkr1OEOQb0HRzZlPWGwV0Ya6DuVgFdDi6g3ma/cPZ5ZPZM4AWQikDpq/0llnGGlIL+j8afzw==",
"funding": [
{
"type": "github",
@@ -2751,14 +2617,13 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"engines": {
"node": "^14 || ^16 || >=18"
}
},
"node_modules/@csstools/css-calc": {
"version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.0.0.tgz",
- "integrity": "sha512-fxPxNrEVGeej4F35Xt69Q7gPMKa7oEGNxeP1DpA01sWpTF3Yhgux/0slVX3jLHd7dhlszeQlNAUhpAorVxoHdQ==",
"funding": [
{
"type": "github",
@@ -2769,6 +2634,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -2779,8 +2645,6 @@
},
"node_modules/@csstools/css-color-parser": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.0.0.tgz",
- "integrity": "sha512-F/A1Z3ZXH4fU6+29Up4QAZtewLmWLI4hVz6hyODMFvorx4AEC/03tu+gFq0nMZSDafC0lmapNOj9f4ctHMNaqQ==",
"funding": [
{
"type": "github",
@@ -2791,6 +2655,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"dependencies": {
"@csstools/color-helpers": "^4.2.1",
"@csstools/css-calc": "^2.0.0"
@@ -2805,8 +2670,6 @@
},
"node_modules/@csstools/css-parser-algorithms": {
"version": "2.7.1",
- "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.7.1.tgz",
- "integrity": "sha512-2SJS42gxmACHgikc1WGesXLIT8d/q2l0UFM7TaEeIzdFCE/FPMtTiizcPGGJtlPo2xuQzY09OhrLTzRxqJqwGw==",
"dev": true,
"funding": [
{
@@ -2828,8 +2691,6 @@
},
"node_modules/@csstools/css-tokenizer": {
"version": "2.4.1",
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-2.4.1.tgz",
- "integrity": "sha512-eQ9DIktFJBhGjioABJRtUucoWR2mwllurfnM8LuNGAqX3ViZXaUchqk+1s7jjtkFiT9ySdACsFEA3etErkALUg==",
"dev": true,
"funding": [
{
@@ -2848,8 +2709,6 @@
},
"node_modules/@csstools/media-query-list-parser": {
"version": "2.1.13",
- "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.13.tgz",
- "integrity": "sha512-XaHr+16KRU9Gf8XLi3q8kDlI18d5vzKSKCY510Vrtc9iNR0NJzbY9hhTmwhzYZj/ZwGL4VmB3TA9hJW0Um2qFA==",
"dev": true,
"funding": [
{
@@ -2872,8 +2731,6 @@
},
"node_modules/@csstools/postcss-cascade-layers": {
"version": "5.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-5.0.0.tgz",
- "integrity": "sha512-h+VunB3KXaoWTWEPBcdVk8Kz1eZ/CtDD+HXgKw5JLdbsViLEQdKUtFYH73VIQigdodng8s5DCrrwNQY7pnuWBA==",
"funding": [
{
"type": "github",
@@ -2884,6 +2741,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/selector-specificity": "^4.0.0",
"postcss-selector-parser": "^6.1.0"
@@ -2897,8 +2755,6 @@
},
"node_modules/@csstools/postcss-cascade-layers/node_modules/@csstools/selector-specificity": {
"version": "4.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-4.0.0.tgz",
- "integrity": "sha512-189nelqtPd8++phaHNwYovKZI0FOzH1vQEE3QhHHkNIGrg5fSs9CbYP3RvfEH5geztnIA9Jwq91wyOIwAW5JIQ==",
"funding": [
{
"type": "github",
@@ -2909,6 +2765,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"engines": {
"node": ">=18"
},
@@ -2918,8 +2775,6 @@
},
"node_modules/@csstools/postcss-color-function": {
"version": "4.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-4.0.0.tgz",
- "integrity": "sha512-e0RohXUxMsSzIS5s4xh218NiOYXAfby17L8KYe/6ITI8i4BiSFLpywMvpA/d6xPUGUfT20O+7JLBDHF3heYZRA==",
"funding": [
{
"type": "github",
@@ -2930,6 +2785,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/css-color-parser": "^3.0.0",
"@csstools/css-parser-algorithms": "^3.0.0",
@@ -2946,8 +2802,6 @@
},
"node_modules/@csstools/postcss-color-function/node_modules/@csstools/css-parser-algorithms": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.0.tgz",
- "integrity": "sha512-20hEErXV9GEx15qRbsJVzB91ryayx1F2duHPBrfZXQAHz/dJG0u/611URpr28+sFjm3EI7U17Pj9SVA9NSAGJA==",
"funding": [
{
"type": "github",
@@ -2958,6 +2812,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -2967,8 +2822,6 @@
},
"node_modules/@csstools/postcss-color-function/node_modules/@csstools/css-tokenizer": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.0.tgz",
- "integrity": "sha512-efZvfJyYrqH9hPCKtOBywlTsCXnEzAI9sLHFzUsDpBb+1bQ+bxJnwL9V2bRKv9w4cpIp75yxGeZRaVKoMQnsEg==",
"funding": [
{
"type": "github",
@@ -2979,14 +2832,13 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@csstools/postcss-color-mix-function": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-3.0.0.tgz",
- "integrity": "sha512-MWuSfaLKe1By/hSnjH/Hj7ZOIRZaLMNshCTkVuuqtZ0nfp+QRGUwf9nb2uPVKySYjKqNERANdA9Q0citA9hK1Q==",
"funding": [
{
"type": "github",
@@ -2997,6 +2849,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/css-color-parser": "^3.0.0",
"@csstools/css-parser-algorithms": "^3.0.0",
@@ -3013,8 +2866,6 @@
},
"node_modules/@csstools/postcss-color-mix-function/node_modules/@csstools/css-parser-algorithms": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.0.tgz",
- "integrity": "sha512-20hEErXV9GEx15qRbsJVzB91ryayx1F2duHPBrfZXQAHz/dJG0u/611URpr28+sFjm3EI7U17Pj9SVA9NSAGJA==",
"funding": [
{
"type": "github",
@@ -3025,6 +2876,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -3034,8 +2886,6 @@
},
"node_modules/@csstools/postcss-color-mix-function/node_modules/@csstools/css-tokenizer": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.0.tgz",
- "integrity": "sha512-efZvfJyYrqH9hPCKtOBywlTsCXnEzAI9sLHFzUsDpBb+1bQ+bxJnwL9V2bRKv9w4cpIp75yxGeZRaVKoMQnsEg==",
"funding": [
{
"type": "github",
@@ -3046,14 +2896,13 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@csstools/postcss-content-alt-text": {
"version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-2.0.0.tgz",
- "integrity": "sha512-1pPjMaSUftwn/4N7RtJif91cB6BBEo0LQX2vryrDMF5uKDqt4RMpIi9ZFTsKtcXBFZexNGEWXZzPABnooJGkzQ==",
"funding": [
{
"type": "github",
@@ -3064,6 +2913,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/css-parser-algorithms": "^3.0.0",
"@csstools/css-tokenizer": "^3.0.0",
@@ -3079,8 +2929,6 @@
},
"node_modules/@csstools/postcss-content-alt-text/node_modules/@csstools/css-parser-algorithms": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.0.tgz",
- "integrity": "sha512-20hEErXV9GEx15qRbsJVzB91ryayx1F2duHPBrfZXQAHz/dJG0u/611URpr28+sFjm3EI7U17Pj9SVA9NSAGJA==",
"funding": [
{
"type": "github",
@@ -3091,6 +2939,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -3100,8 +2949,6 @@
},
"node_modules/@csstools/postcss-content-alt-text/node_modules/@csstools/css-tokenizer": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.0.tgz",
- "integrity": "sha512-efZvfJyYrqH9hPCKtOBywlTsCXnEzAI9sLHFzUsDpBb+1bQ+bxJnwL9V2bRKv9w4cpIp75yxGeZRaVKoMQnsEg==",
"funding": [
{
"type": "github",
@@ -3112,14 +2959,13 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@csstools/postcss-exponential-functions": {
"version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-2.0.0.tgz",
- "integrity": "sha512-sH7MBlsn6yft6xQ8uQ9MCWFHbZCUL3HIN3IntUabv75syl0dPldECTqLJix5q5ilSQxDQ1L+LajeZk84S6GG9w==",
"funding": [
{
"type": "github",
@@ -3130,6 +2976,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/css-calc": "^2.0.0",
"@csstools/css-parser-algorithms": "^3.0.0",
@@ -3144,8 +2991,6 @@
},
"node_modules/@csstools/postcss-exponential-functions/node_modules/@csstools/css-parser-algorithms": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.0.tgz",
- "integrity": "sha512-20hEErXV9GEx15qRbsJVzB91ryayx1F2duHPBrfZXQAHz/dJG0u/611URpr28+sFjm3EI7U17Pj9SVA9NSAGJA==",
"funding": [
{
"type": "github",
@@ -3156,6 +3001,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -3165,8 +3011,6 @@
},
"node_modules/@csstools/postcss-exponential-functions/node_modules/@csstools/css-tokenizer": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.0.tgz",
- "integrity": "sha512-efZvfJyYrqH9hPCKtOBywlTsCXnEzAI9sLHFzUsDpBb+1bQ+bxJnwL9V2bRKv9w4cpIp75yxGeZRaVKoMQnsEg==",
"funding": [
{
"type": "github",
@@ -3177,14 +3021,13 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@csstools/postcss-font-format-keywords": {
"version": "4.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-4.0.0.tgz",
- "integrity": "sha512-usBzw9aCRDvchpok6C+4TXC57btc4bJtmKQWOHQxOVKen1ZfVqBUuCZ/wuqdX5GHsD0NRSr9XTP+5ID1ZZQBXw==",
"funding": [
{
"type": "github",
@@ -3195,6 +3038,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/utilities": "^2.0.0",
"postcss-value-parser": "^4.2.0"
@@ -3208,8 +3052,6 @@
},
"node_modules/@csstools/postcss-gamut-mapping": {
"version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-2.0.0.tgz",
- "integrity": "sha512-JftxHVGt6PFfV/vWTDVKrrO0XyUA8OtuVykXhhMxue9qCzCCTSWqMHjZOvaOCCbxG1v2tGKV2FxBLQhzsZZPJg==",
"funding": [
{
"type": "github",
@@ -3220,6 +3062,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/css-color-parser": "^3.0.0",
"@csstools/css-parser-algorithms": "^3.0.0",
@@ -3234,8 +3077,6 @@
},
"node_modules/@csstools/postcss-gamut-mapping/node_modules/@csstools/css-parser-algorithms": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.0.tgz",
- "integrity": "sha512-20hEErXV9GEx15qRbsJVzB91ryayx1F2duHPBrfZXQAHz/dJG0u/611URpr28+sFjm3EI7U17Pj9SVA9NSAGJA==",
"funding": [
{
"type": "github",
@@ -3246,6 +3087,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -3255,8 +3097,6 @@
},
"node_modules/@csstools/postcss-gamut-mapping/node_modules/@csstools/css-tokenizer": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.0.tgz",
- "integrity": "sha512-efZvfJyYrqH9hPCKtOBywlTsCXnEzAI9sLHFzUsDpBb+1bQ+bxJnwL9V2bRKv9w4cpIp75yxGeZRaVKoMQnsEg==",
"funding": [
{
"type": "github",
@@ -3267,14 +3107,13 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@csstools/postcss-global-data": {
"version": "2.1.1",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-global-data/-/postcss-global-data-2.1.1.tgz",
- "integrity": "sha512-tihdBLogY2G5jgUSu2jKSEVeOcnWqsz6k7UmPM7+ezhuV9FP5MIyX35Hc/YvqipQLRNsfBj9wRkBvsE7k1GM8A==",
"funding": [
{
"type": "github",
@@ -3295,8 +3134,6 @@
},
"node_modules/@csstools/postcss-gradients-interpolation-method": {
"version": "5.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-5.0.0.tgz",
- "integrity": "sha512-jmgh7C6ANVRPdFNMNIp426UFNuy01XXYwxbbyYV2fZBbmZleVLp6imxjw2XoaeHMdSiYoq8vOeX+GVzCyC7oOQ==",
"funding": [
{
"type": "github",
@@ -3307,6 +3144,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/css-color-parser": "^3.0.0",
"@csstools/css-parser-algorithms": "^3.0.0",
@@ -3323,8 +3161,6 @@
},
"node_modules/@csstools/postcss-gradients-interpolation-method/node_modules/@csstools/css-parser-algorithms": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.0.tgz",
- "integrity": "sha512-20hEErXV9GEx15qRbsJVzB91ryayx1F2duHPBrfZXQAHz/dJG0u/611URpr28+sFjm3EI7U17Pj9SVA9NSAGJA==",
"funding": [
{
"type": "github",
@@ -3335,6 +3171,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -3344,8 +3181,6 @@
},
"node_modules/@csstools/postcss-gradients-interpolation-method/node_modules/@csstools/css-tokenizer": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.0.tgz",
- "integrity": "sha512-efZvfJyYrqH9hPCKtOBywlTsCXnEzAI9sLHFzUsDpBb+1bQ+bxJnwL9V2bRKv9w4cpIp75yxGeZRaVKoMQnsEg==",
"funding": [
{
"type": "github",
@@ -3356,14 +3191,13 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@csstools/postcss-hwb-function": {
"version": "4.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-4.0.0.tgz",
- "integrity": "sha512-Swb2CK/wKnsXEgT5GNlIO2C2h3lePn0Nmbsy48Z6yAht1XwQiDcxDAhqojg9LfonJVics+pzLM+IEQjPdgICNg==",
"funding": [
{
"type": "github",
@@ -3374,6 +3208,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/css-color-parser": "^3.0.0",
"@csstools/css-parser-algorithms": "^3.0.0",
@@ -3390,8 +3225,6 @@
},
"node_modules/@csstools/postcss-hwb-function/node_modules/@csstools/css-parser-algorithms": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.0.tgz",
- "integrity": "sha512-20hEErXV9GEx15qRbsJVzB91ryayx1F2duHPBrfZXQAHz/dJG0u/611URpr28+sFjm3EI7U17Pj9SVA9NSAGJA==",
"funding": [
{
"type": "github",
@@ -3402,6 +3235,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -3411,8 +3245,6 @@
},
"node_modules/@csstools/postcss-hwb-function/node_modules/@csstools/css-tokenizer": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.0.tgz",
- "integrity": "sha512-efZvfJyYrqH9hPCKtOBywlTsCXnEzAI9sLHFzUsDpBb+1bQ+bxJnwL9V2bRKv9w4cpIp75yxGeZRaVKoMQnsEg==",
"funding": [
{
"type": "github",
@@ -3423,14 +3255,13 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@csstools/postcss-ic-unit": {
"version": "4.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-4.0.0.tgz",
- "integrity": "sha512-9QT5TDGgx7wD3EEMN3BSUG6ckb6Eh5gSPT5kZoVtUuAonfPmLDJyPhqR4ntPpMYhUKAMVKAg3I/AgzqHMSeLhA==",
"funding": [
{
"type": "github",
@@ -3441,6 +3272,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/postcss-progressive-custom-properties": "^4.0.0",
"@csstools/utilities": "^2.0.0",
@@ -3455,8 +3287,6 @@
},
"node_modules/@csstools/postcss-initial": {
"version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-initial/-/postcss-initial-2.0.0.tgz",
- "integrity": "sha512-dv2lNUKR+JV+OOhZm9paWzYBXOCi+rJPqJ2cJuhh9xd8USVrd0cBEPczla81HNOyThMQWeCcdln3gZkQV2kYxA==",
"funding": [
{
"type": "github",
@@ -3467,6 +3297,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"engines": {
"node": ">=18"
},
@@ -3476,8 +3307,6 @@
},
"node_modules/@csstools/postcss-is-pseudo-class": {
"version": "5.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-5.0.0.tgz",
- "integrity": "sha512-E/CjrT03BL06WmrjupnrT0VUBTvxJdoW1hRVeXFa9qatWtvcLLw0j8hP372G4A9PpSGEMXi3/AoHzPf7DNryCQ==",
"funding": [
{
"type": "github",
@@ -3488,6 +3317,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/selector-specificity": "^4.0.0",
"postcss-selector-parser": "^6.1.0"
@@ -3501,8 +3331,6 @@
},
"node_modules/@csstools/postcss-is-pseudo-class/node_modules/@csstools/selector-specificity": {
"version": "4.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-4.0.0.tgz",
- "integrity": "sha512-189nelqtPd8++phaHNwYovKZI0FOzH1vQEE3QhHHkNIGrg5fSs9CbYP3RvfEH5geztnIA9Jwq91wyOIwAW5JIQ==",
"funding": [
{
"type": "github",
@@ -3513,6 +3341,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"engines": {
"node": ">=18"
},
@@ -3522,8 +3351,6 @@
},
"node_modules/@csstools/postcss-light-dark-function": {
"version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-2.0.0.tgz",
- "integrity": "sha512-1CHfwwckSJ4xYZYOgJD5u1NNlP85/6VqsQPL1geagvfpwm47hcGRDW+O3CD7KdexWGL45E5qKmL1bC2siqjmkg==",
"funding": [
{
"type": "github",
@@ -3534,6 +3361,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/css-parser-algorithms": "^3.0.0",
"@csstools/css-tokenizer": "^3.0.0",
@@ -3549,8 +3377,6 @@
},
"node_modules/@csstools/postcss-light-dark-function/node_modules/@csstools/css-parser-algorithms": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.0.tgz",
- "integrity": "sha512-20hEErXV9GEx15qRbsJVzB91ryayx1F2duHPBrfZXQAHz/dJG0u/611URpr28+sFjm3EI7U17Pj9SVA9NSAGJA==",
"funding": [
{
"type": "github",
@@ -3561,6 +3387,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -3570,8 +3397,6 @@
},
"node_modules/@csstools/postcss-light-dark-function/node_modules/@csstools/css-tokenizer": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.0.tgz",
- "integrity": "sha512-efZvfJyYrqH9hPCKtOBywlTsCXnEzAI9sLHFzUsDpBb+1bQ+bxJnwL9V2bRKv9w4cpIp75yxGeZRaVKoMQnsEg==",
"funding": [
{
"type": "github",
@@ -3582,14 +3407,13 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@csstools/postcss-logical-float-and-clear": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-float-and-clear/-/postcss-logical-float-and-clear-3.0.0.tgz",
- "integrity": "sha512-SEmaHMszwakI2rqKRJgE+8rpotFfne1ZS6bZqBoQIicFyV+xT1UF42eORPxJkVJVrH9C0ctUgwMSn3BLOIZldQ==",
"funding": [
{
"type": "github",
@@ -3600,6 +3424,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"engines": {
"node": ">=18"
},
@@ -3609,8 +3434,6 @@
},
"node_modules/@csstools/postcss-logical-overflow": {
"version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overflow/-/postcss-logical-overflow-2.0.0.tgz",
- "integrity": "sha512-spzR1MInxPuXKEX2csMamshR4LRaSZ3UXVaRGjeQxl70ySxOhMpP2252RAFsg8QyyBXBzuVOOdx1+bVO5bPIzA==",
"funding": [
{
"type": "github",
@@ -3621,6 +3444,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"engines": {
"node": ">=18"
},
@@ -3630,8 +3454,6 @@
},
"node_modules/@csstools/postcss-logical-overscroll-behavior": {
"version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overscroll-behavior/-/postcss-logical-overscroll-behavior-2.0.0.tgz",
- "integrity": "sha512-e/webMjoGOSYfqLunyzByZj5KKe5oyVg/YSbie99VEaSDE2kimFm0q1f6t/6Jo+VVCQ/jbe2Xy+uX+C4xzWs4w==",
"funding": [
{
"type": "github",
@@ -3642,6 +3464,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"engines": {
"node": ">=18"
},
@@ -3651,8 +3474,6 @@
},
"node_modules/@csstools/postcss-logical-resize": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-resize/-/postcss-logical-resize-3.0.0.tgz",
- "integrity": "sha512-DFbHQOFW/+I+MY4Ycd/QN6Dg4Hcbb50elIJCfnwkRTCX05G11SwViI5BbBlg9iHRl4ytB7pmY5ieAFk3ws7yyg==",
"funding": [
{
"type": "github",
@@ -3663,6 +3484,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
@@ -3675,8 +3497,6 @@
},
"node_modules/@csstools/postcss-logical-viewport-units": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-viewport-units/-/postcss-logical-viewport-units-3.0.0.tgz",
- "integrity": "sha512-7a0d7TLfHP3k7n+XGj5NJopgyKgl/VKyAPapYIo97aujB7+8M4dBE1Og0OmWng+H/drQWXoSlCI3pov5XwVtxQ==",
"funding": [
{
"type": "github",
@@ -3687,6 +3507,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/css-tokenizer": "^3.0.0",
"@csstools/utilities": "^2.0.0"
@@ -3700,8 +3521,6 @@
},
"node_modules/@csstools/postcss-logical-viewport-units/node_modules/@csstools/css-tokenizer": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.0.tgz",
- "integrity": "sha512-efZvfJyYrqH9hPCKtOBywlTsCXnEzAI9sLHFzUsDpBb+1bQ+bxJnwL9V2bRKv9w4cpIp75yxGeZRaVKoMQnsEg==",
"funding": [
{
"type": "github",
@@ -3712,14 +3531,13 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@csstools/postcss-media-minmax": {
"version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-media-minmax/-/postcss-media-minmax-2.0.0.tgz",
- "integrity": "sha512-21Cmy5QWbexbpKAAJntGomjn644BWWs7gXkx/Vid1SjqxIRmPUB/dcJ4xBWwjpFuhrPKzT8a3Pr+IJv9R9v9Yg==",
"funding": [
{
"type": "github",
@@ -3730,6 +3548,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"dependencies": {
"@csstools/css-calc": "^2.0.0",
"@csstools/css-parser-algorithms": "^3.0.0",
@@ -3745,8 +3564,6 @@
},
"node_modules/@csstools/postcss-media-minmax/node_modules/@csstools/css-parser-algorithms": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.0.tgz",
- "integrity": "sha512-20hEErXV9GEx15qRbsJVzB91ryayx1F2duHPBrfZXQAHz/dJG0u/611URpr28+sFjm3EI7U17Pj9SVA9NSAGJA==",
"funding": [
{
"type": "github",
@@ -3757,6 +3574,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -3766,8 +3584,6 @@
},
"node_modules/@csstools/postcss-media-minmax/node_modules/@csstools/css-tokenizer": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.0.tgz",
- "integrity": "sha512-efZvfJyYrqH9hPCKtOBywlTsCXnEzAI9sLHFzUsDpBb+1bQ+bxJnwL9V2bRKv9w4cpIp75yxGeZRaVKoMQnsEg==",
"funding": [
{
"type": "github",
@@ -3778,14 +3594,13 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@csstools/postcss-media-minmax/node_modules/@csstools/media-query-list-parser": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-3.0.0.tgz",
- "integrity": "sha512-W0JlkUFwXjo703wt06AcaWuUcS+6x6IEDyxV6W65Sw+vLCYp+uPsrps+PXTiIfN0V1Pqj5snPzN7EYLmbz1zjg==",
"funding": [
{
"type": "github",
@@ -3796,6 +3611,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -3806,8 +3622,6 @@
},
"node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-media-queries-aspect-ratio-number-values/-/postcss-media-queries-aspect-ratio-number-values-3.0.0.tgz",
- "integrity": "sha512-TV8Q7ec0zbCxlmTmUF8CvAWWbK3q9ops3+sGCc6rHAGrfkoA+HyMGwJBZudddZQOV9MZS949mhtYIV4AgIRizw==",
"funding": [
{
"type": "github",
@@ -3818,6 +3632,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/css-parser-algorithms": "^3.0.0",
"@csstools/css-tokenizer": "^3.0.0",
@@ -3832,8 +3647,6 @@
},
"node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/node_modules/@csstools/css-parser-algorithms": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.0.tgz",
- "integrity": "sha512-20hEErXV9GEx15qRbsJVzB91ryayx1F2duHPBrfZXQAHz/dJG0u/611URpr28+sFjm3EI7U17Pj9SVA9NSAGJA==",
"funding": [
{
"type": "github",
@@ -3844,6 +3657,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -3853,8 +3667,6 @@
},
"node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/node_modules/@csstools/css-tokenizer": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.0.tgz",
- "integrity": "sha512-efZvfJyYrqH9hPCKtOBywlTsCXnEzAI9sLHFzUsDpBb+1bQ+bxJnwL9V2bRKv9w4cpIp75yxGeZRaVKoMQnsEg==",
"funding": [
{
"type": "github",
@@ -3865,14 +3677,13 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/node_modules/@csstools/media-query-list-parser": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-3.0.0.tgz",
- "integrity": "sha512-W0JlkUFwXjo703wt06AcaWuUcS+6x6IEDyxV6W65Sw+vLCYp+uPsrps+PXTiIfN0V1Pqj5snPzN7EYLmbz1zjg==",
"funding": [
{
"type": "github",
@@ -3883,6 +3694,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -3893,8 +3705,6 @@
},
"node_modules/@csstools/postcss-nested-calc": {
"version": "4.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-4.0.0.tgz",
- "integrity": "sha512-jMYDdqrQQxE7k9+KjstC3NbsmC063n1FTPLCgCRS2/qHUbHM0mNy9pIn4QIiQGs9I/Bg98vMqw7mJXBxa0N88A==",
"funding": [
{
"type": "github",
@@ -3905,6 +3715,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/utilities": "^2.0.0",
"postcss-value-parser": "^4.2.0"
@@ -3918,8 +3729,6 @@
},
"node_modules/@csstools/postcss-normalize-display-values": {
"version": "4.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.0.tgz",
- "integrity": "sha512-HlEoG0IDRoHXzXnkV4in47dzsxdsjdz6+j7MLjaACABX2NfvjFS6XVAnpaDyGesz9gK2SC7MbNwdCHusObKJ9Q==",
"funding": [
{
"type": "github",
@@ -3930,6 +3739,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
@@ -3942,8 +3752,6 @@
},
"node_modules/@csstools/postcss-oklab-function": {
"version": "4.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-4.0.0.tgz",
- "integrity": "sha512-4dwot1KLiFRFbYZV2XeeNoXQETK/3MaNCi4BpDlJ5J4XHF+VRwcppfCcqCC+TRucWanPFFlbt+X53nIuK7JVNg==",
"funding": [
{
"type": "github",
@@ -3954,6 +3762,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/css-color-parser": "^3.0.0",
"@csstools/css-parser-algorithms": "^3.0.0",
@@ -3970,8 +3779,6 @@
},
"node_modules/@csstools/postcss-oklab-function/node_modules/@csstools/css-parser-algorithms": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.0.tgz",
- "integrity": "sha512-20hEErXV9GEx15qRbsJVzB91ryayx1F2duHPBrfZXQAHz/dJG0u/611URpr28+sFjm3EI7U17Pj9SVA9NSAGJA==",
"funding": [
{
"type": "github",
@@ -3982,6 +3789,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -3991,8 +3799,6 @@
},
"node_modules/@csstools/postcss-oklab-function/node_modules/@csstools/css-tokenizer": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.0.tgz",
- "integrity": "sha512-efZvfJyYrqH9hPCKtOBywlTsCXnEzAI9sLHFzUsDpBb+1bQ+bxJnwL9V2bRKv9w4cpIp75yxGeZRaVKoMQnsEg==",
"funding": [
{
"type": "github",
@@ -4003,14 +3809,13 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@csstools/postcss-progressive-custom-properties": {
"version": "4.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-4.0.0.tgz",
- "integrity": "sha512-XQPtROaQjomnvLUSy/bALTR5VCtTVUFwYs1SblvYgLSeTo2a/bMNwUwo2piXw5rTv/FEYiy5yPSXBqg9OKUx7Q==",
"funding": [
{
"type": "github",
@@ -4021,6 +3826,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
@@ -4033,8 +3839,6 @@
},
"node_modules/@csstools/postcss-relative-color-syntax": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-3.0.0.tgz",
- "integrity": "sha512-iE/mgtuUeFMpMJhhrze9pu5xSEaueCTijs7lTnJ6MoTL50H9fquQp3bFVd2haAb/fDhO/nXTu67tzsm+zXsFzA==",
"funding": [
{
"type": "github",
@@ -4045,6 +3849,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/css-color-parser": "^3.0.0",
"@csstools/css-parser-algorithms": "^3.0.0",
@@ -4061,8 +3866,6 @@
},
"node_modules/@csstools/postcss-relative-color-syntax/node_modules/@csstools/css-parser-algorithms": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.0.tgz",
- "integrity": "sha512-20hEErXV9GEx15qRbsJVzB91ryayx1F2duHPBrfZXQAHz/dJG0u/611URpr28+sFjm3EI7U17Pj9SVA9NSAGJA==",
"funding": [
{
"type": "github",
@@ -4073,6 +3876,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -4082,8 +3886,6 @@
},
"node_modules/@csstools/postcss-relative-color-syntax/node_modules/@csstools/css-tokenizer": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.0.tgz",
- "integrity": "sha512-efZvfJyYrqH9hPCKtOBywlTsCXnEzAI9sLHFzUsDpBb+1bQ+bxJnwL9V2bRKv9w4cpIp75yxGeZRaVKoMQnsEg==",
"funding": [
{
"type": "github",
@@ -4094,14 +3896,13 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@csstools/postcss-scope-pseudo-class": {
"version": "4.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-scope-pseudo-class/-/postcss-scope-pseudo-class-4.0.0.tgz",
- "integrity": "sha512-+ZUOBtVMDcmHZcZqsP/jcNRriEILfWQflTI3tCTA+/RheXAg57VkFGyPDAilpQSqlCpxWLWG8VUFKFtZJPwuOg==",
"funding": [
{
"type": "github",
@@ -4112,6 +3913,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"postcss-selector-parser": "^6.1.0"
},
@@ -4124,8 +3926,6 @@
},
"node_modules/@csstools/postcss-stepped-value-functions": {
"version": "4.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-4.0.0.tgz",
- "integrity": "sha512-sJUW1axQuxRyD59zr9hMJ6MoM/99UkxNc7fxJ1kFdTl1B5dS3TxvVzY1fRq1C/JsgBw6uNzfy/i52SrVNtbbXw==",
"funding": [
{
"type": "github",
@@ -4136,6 +3936,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/css-calc": "^2.0.0",
"@csstools/css-parser-algorithms": "^3.0.0",
@@ -4150,8 +3951,6 @@
},
"node_modules/@csstools/postcss-stepped-value-functions/node_modules/@csstools/css-parser-algorithms": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.0.tgz",
- "integrity": "sha512-20hEErXV9GEx15qRbsJVzB91ryayx1F2duHPBrfZXQAHz/dJG0u/611URpr28+sFjm3EI7U17Pj9SVA9NSAGJA==",
"funding": [
{
"type": "github",
@@ -4162,6 +3961,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -4171,8 +3971,6 @@
},
"node_modules/@csstools/postcss-stepped-value-functions/node_modules/@csstools/css-tokenizer": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.0.tgz",
- "integrity": "sha512-efZvfJyYrqH9hPCKtOBywlTsCXnEzAI9sLHFzUsDpBb+1bQ+bxJnwL9V2bRKv9w4cpIp75yxGeZRaVKoMQnsEg==",
"funding": [
{
"type": "github",
@@ -4183,14 +3981,13 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@csstools/postcss-text-decoration-shorthand": {
"version": "4.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-4.0.0.tgz",
- "integrity": "sha512-vyJpbr2emWy8AOmBT+41LcAaaS8Q3jOMiMZRzrdV8uZgKI1I0NiB+UM7vJuwkFPhC3oXl7XPIPtajsyEAvI3kw==",
"funding": [
{
"type": "github",
@@ -4201,6 +3998,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/color-helpers": "^4.2.1",
"postcss-value-parser": "^4.2.0"
@@ -4214,8 +4012,6 @@
},
"node_modules/@csstools/postcss-trigonometric-functions": {
"version": "4.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-4.0.0.tgz",
- "integrity": "sha512-M7CivX++ZOQvnF+eZ8FHg2X8GYOfSUFH6GRtr7mGeIgd38WmT1WCBogqBvz/Y5x9VUeor9EuJX2K06bP7p4BuA==",
"funding": [
{
"type": "github",
@@ -4226,6 +4022,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/css-calc": "^2.0.0",
"@csstools/css-parser-algorithms": "^3.0.0",
@@ -4240,8 +4037,6 @@
},
"node_modules/@csstools/postcss-trigonometric-functions/node_modules/@csstools/css-parser-algorithms": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.0.tgz",
- "integrity": "sha512-20hEErXV9GEx15qRbsJVzB91ryayx1F2duHPBrfZXQAHz/dJG0u/611URpr28+sFjm3EI7U17Pj9SVA9NSAGJA==",
"funding": [
{
"type": "github",
@@ -4252,6 +4047,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -4261,8 +4057,6 @@
},
"node_modules/@csstools/postcss-trigonometric-functions/node_modules/@csstools/css-tokenizer": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.0.tgz",
- "integrity": "sha512-efZvfJyYrqH9hPCKtOBywlTsCXnEzAI9sLHFzUsDpBb+1bQ+bxJnwL9V2bRKv9w4cpIp75yxGeZRaVKoMQnsEg==",
"funding": [
{
"type": "github",
@@ -4273,14 +4067,13 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/@csstools/postcss-unset-value": {
"version": "4.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-4.0.0.tgz",
- "integrity": "sha512-cBz3tOCI5Fw6NIFEwU3RiwK6mn3nKegjpJuzCndoGq3BZPkUjnsq7uQmIeMNeMbMk7YD2MfKcgCpZwX5jyXqCA==",
"funding": [
{
"type": "github",
@@ -4291,6 +4084,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"engines": {
"node": ">=18"
},
@@ -4300,8 +4094,6 @@
},
"node_modules/@csstools/selector-resolve-nested": {
"version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-2.0.0.tgz",
- "integrity": "sha512-oklSrRvOxNeeOW1yARd4WNCs/D09cQjunGZUgSq6vM8GpzFswN+8rBZyJA29YFZhOTQ6GFzxgLDNtVbt9wPZMA==",
"funding": [
{
"type": "github",
@@ -4312,6 +4104,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"engines": {
"node": ">=18"
},
@@ -4342,8 +4135,6 @@
},
"node_modules/@csstools/utilities": {
"version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/utilities/-/utilities-2.0.0.tgz",
- "integrity": "sha512-5VdOr0Z71u+Yp3ozOx8T11N703wIFGVRgOWbOZMKgglPJsWA54MRIoMNVMa7shUToIhx5J8vX4sOZgD2XiihiQ==",
"funding": [
{
"type": "github",
@@ -4354,6 +4145,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"engines": {
"node": ">=18"
},
@@ -4371,8 +4163,6 @@
},
"node_modules/@dual-bundle/import-meta-resolve": {
"version": "4.1.0",
- "resolved": "https://registry.npmjs.org/@dual-bundle/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz",
- "integrity": "sha512-+nxncfwHM5SgAtrVzgpzJOI1ol0PkumhVo469KCf9lUi21IGcY90G98VuHm9VRrUypmAzawAHO9bs6hqeADaVg==",
"dev": true,
"license": "MIT",
"funding": {
@@ -4380,19 +4170,6 @@
"url": "https://github.com/sponsors/wooorm"
}
},
- "node_modules/@emotion/is-prop-valid": {
- "version": "0.8.8",
- "license": "MIT",
- "optional": true,
- "dependencies": {
- "@emotion/memoize": "0.7.4"
- }
- },
- "node_modules/@emotion/memoize": {
- "version": "0.7.4",
- "license": "MIT",
- "optional": true
- },
"node_modules/@emotion/stylis": {
"version": "0.8.5",
"license": "MIT"
@@ -4409,22 +4186,6 @@
"react": ">=16.8.0"
}
},
- "node_modules/@endemolshinegroup/cosmiconfig-typescript-loader": {
- "version": "3.0.2",
- "license": "MIT",
- "dependencies": {
- "lodash.get": "^4",
- "make-error": "^1",
- "ts-node": "^9",
- "tslib": "^2"
- },
- "engines": {
- "node": ">=10.0.0"
- },
- "peerDependencies": {
- "cosmiconfig": ">=6"
- }
- },
"node_modules/@esbuild/darwin-arm64": {
"version": "0.18.20",
"cpu": [
@@ -4579,9 +4340,8 @@
},
"node_modules/@figma/code-connect": {
"version": "1.0.6",
- "resolved": "https://registry.npmjs.org/@figma/code-connect/-/code-connect-1.0.6.tgz",
- "integrity": "sha512-3nWJYoZObnYpVVEDb1O2+A0VIQgLUZxFTc27m52dotkWHzT2pHuzztncJsVOWhR2BWnZG7t41ANq6aveDTQ18w==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/core": "^7.24.7",
"@babel/generator": "^7.24.7",
@@ -4973,8 +4733,6 @@
},
"node_modules/@floating-ui/core": {
"version": "1.6.7",
- "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.7.tgz",
- "integrity": "sha512-yDzVT/Lm101nQ5TCVeK65LtdN7Tj4Qpr9RTXJ2vPFLqtLxwOrpoxAHAJI8J3yYWUc40J0BDBheaitK5SJmno2g==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -4983,8 +4741,6 @@
},
"node_modules/@floating-ui/dom": {
"version": "1.6.10",
- "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.10.tgz",
- "integrity": "sha512-fskgCFv8J8OamCmyun8MfjB1Olfn+uZKjOKZ0vhYF3gRmEUXcGOjxWL8bBr7i4kIuPZ2KD2S3EUIOxnjC8kl2A==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -4994,8 +4750,6 @@
},
"node_modules/@floating-ui/react-dom": {
"version": "2.1.1",
- "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.1.tgz",
- "integrity": "sha512-4h84MJt3CHrtG18mGsXuLCHMrug49d7DFkU0RMIyshRveBeyV2hmV/pDaF2Uxtu8kgq5r46llp5E5FQiR0K2Yg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -5008,47 +4762,21 @@
},
"node_modules/@floating-ui/utils": {
"version": "0.2.7",
- "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.7.tgz",
- "integrity": "sha512-X8R8Oj771YRl/w+c1HqAC1szL8zWQRwFvgDwT129k9ACdBoud/+/rX9V0qiMl6LWUdP9voC2nDVZYPMQQsb6eA==",
"dev": true,
"license": "MIT"
},
- "node_modules/@gatsbyjs/reach-router": {
- "version": "1.3.9",
- "license": "MIT",
- "dependencies": {
- "invariant": "^2.2.3",
- "prop-types": "^15.6.1",
- "react-lifecycles-compat": "^3.0.4"
- },
- "peerDependencies": {
- "react": "15.x || 16.x || 17.x || 18.x",
- "react-dom": "15.x || 16.x || 17.x || 18.x"
- }
- },
- "node_modules/@gatsbyjs/webpack-hot-middleware": {
- "version": "2.25.3",
- "license": "MIT",
- "dependencies": {
- "ansi-html-community": "0.0.8",
- "html-entities": "^2.3.3",
- "strip-ansi": "^6.0.0"
- }
- },
"node_modules/@github/auto-check-element": {
"version": "5.4.2",
- "resolved": "https://registry.npmjs.org/@github/auto-check-element/-/auto-check-element-5.4.2.tgz",
- "integrity": "sha512-8SU9sI/0LpDOXybZ6juzALHbtwwDpaitaTHwKRIr4uV/AFy4iUG8LsMYE4tYRsj0w0eTlR7+c+S737eveOcKnQ==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@github/mini-throttle": "^2.1.0"
}
},
"node_modules/@github/auto-complete-element": {
"version": "3.6.2",
- "resolved": "https://registry.npmjs.org/@github/auto-complete-element/-/auto-complete-element-3.6.2.tgz",
- "integrity": "sha512-AgkrawNa2Focapn05yc/mNVTlAOqPFlMPhqkkMygPtOddms6NYxlCuVx8OM6aCTzBeEJlYur+/CS56hk4mvwmA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@github/combobox-nav": "^2.1.7"
}
@@ -5060,20 +4788,17 @@
},
"node_modules/@github/browserslist-config": {
"version": "1.0.0",
- "resolved": "https://registry.npmjs.org/@github/browserslist-config/-/browserslist-config-1.0.0.tgz",
- "integrity": "sha512-gIhjdJp/c2beaIWWIlsXdqXVRUz3r2BxBCpfz/F3JXHvSAQ1paMYjLH+maEATtENg+k5eLV7gA+9yPp762ieuw=="
+ "license": "MIT"
},
"node_modules/@github/catalyst": {
"version": "1.6.0",
- "resolved": "https://registry.npmjs.org/@github/catalyst/-/catalyst-1.6.0.tgz",
- "integrity": "sha512-u8A+DameixqpeyHzvnJWTGj+wfiskQOYHzSiJscCWVfMkIT3rxnbHMtGh3lMthaRY21nbUOK71WcsCnCrXhBJQ==",
- "dev": true
+ "dev": true,
+ "license": "MIT"
},
"node_modules/@github/clipboard-copy-element": {
"version": "1.3.0",
- "resolved": "https://registry.npmjs.org/@github/clipboard-copy-element/-/clipboard-copy-element-1.3.0.tgz",
- "integrity": "sha512-wyntkQkwoLbLo+Hqg2LIVMXDIzcvUb9bSDz+clX6nVJItwzh103rHxdXFRZD+DmxVbuEW5xSznYQXkz1jZT+xg==",
- "dev": true
+ "dev": true,
+ "license": "MIT"
},
"node_modules/@github/combobox-nav": {
"version": "2.3.1",
@@ -5081,21 +4806,18 @@
},
"node_modules/@github/details-menu-element": {
"version": "1.0.13",
- "resolved": "https://registry.npmjs.org/@github/details-menu-element/-/details-menu-element-1.0.13.tgz",
- "integrity": "sha512-gMkii86w/oUP5dq8yOWZn1sgbgtFj3AYETxxtpsqRggZktgd8te4+npAn4Hm+936c/lxmEzXqfjARL/CzGR4+w==",
- "dev": true
+ "dev": true,
+ "license": "MIT"
},
"node_modules/@github/image-crop-element": {
"version": "5.0.0",
- "resolved": "https://registry.npmjs.org/@github/image-crop-element/-/image-crop-element-5.0.0.tgz",
- "integrity": "sha512-Vgm2OwWAs1ESoib/t5sjxsAYo6YTOxxAjWDRxswX7qrqoyCejTZ3hshdo4Ep5e+Mz/GVTZC3rdMtg06dk/eT4g==",
- "dev": true
+ "dev": true,
+ "license": "MIT"
},
"node_modules/@github/include-fragment-element": {
"version": "6.3.0",
- "resolved": "https://registry.npmjs.org/@github/include-fragment-element/-/include-fragment-element-6.3.0.tgz",
- "integrity": "sha512-BJTt8ZE/arsbC9lQtTH8c1hZS0ZigiN+kzH54ffQ6MhHLT83h0OpSdS9NEVocPl2uuO6w3qxnEKTDzUGMQ5rdQ==",
- "dev": true
+ "dev": true,
+ "license": "MIT"
},
"node_modules/@github/markdown-toolbar-element": {
"version": "2.2.3",
@@ -5111,9 +4833,8 @@
},
"node_modules/@github/mini-throttle": {
"version": "2.1.1",
- "resolved": "https://registry.npmjs.org/@github/mini-throttle/-/mini-throttle-2.1.1.tgz",
- "integrity": "sha512-KtOPaB+FiKJ6jcKm9UKyaM5fPURHGf+xcp+b4Mzoi81hOc6M1sIGpMZMAVbNzfa2lW5+RPGKq888Px0j76OZ/A==",
- "dev": true
+ "dev": true,
+ "license": "MIT"
},
"node_modules/@github/paste-markdown": {
"version": "1.5.1",
@@ -5126,349 +4847,12 @@
},
"node_modules/@github/relative-time-element": {
"version": "4.4.2",
- "resolved": "https://registry.npmjs.org/@github/relative-time-element/-/relative-time-element-4.4.2.tgz",
- "integrity": "sha512-wTXunu3hmuGljA5CHaaoUIKV0oI35wno0FKJl2yqKplTRnsCA5bPNj4bDeVIubkuskql6jwionWLlGM1Y6QLaw=="
+ "license": "MIT"
},
"node_modules/@github/tab-container-element": {
"version": "4.8.0",
"license": "MIT"
},
- "node_modules/@graphql-tools/batch-execute": {
- "version": "7.1.2",
- "license": "MIT",
- "dependencies": {
- "@graphql-tools/utils": "^7.7.0",
- "dataloader": "2.0.0",
- "tslib": "~2.2.0",
- "value-or-promise": "1.0.6"
- },
- "peerDependencies": {
- "graphql": "^14.0.0 || ^15.0.0"
- }
- },
- "node_modules/@graphql-tools/batch-execute/node_modules/dataloader": {
- "version": "2.0.0",
- "license": "MIT"
- },
- "node_modules/@graphql-tools/batch-execute/node_modules/tslib": {
- "version": "2.2.0",
- "license": "0BSD"
- },
- "node_modules/@graphql-tools/delegate": {
- "version": "7.1.5",
- "license": "MIT",
- "dependencies": {
- "@ardatan/aggregate-error": "0.0.6",
- "@graphql-tools/batch-execute": "^7.1.2",
- "@graphql-tools/schema": "^7.1.5",
- "@graphql-tools/utils": "^7.7.1",
- "dataloader": "2.0.0",
- "tslib": "~2.2.0",
- "value-or-promise": "1.0.6"
- },
- "peerDependencies": {
- "graphql": "^14.0.0 || ^15.0.0"
- }
- },
- "node_modules/@graphql-tools/delegate/node_modules/dataloader": {
- "version": "2.0.0",
- "license": "MIT"
- },
- "node_modules/@graphql-tools/delegate/node_modules/tslib": {
- "version": "2.2.0",
- "license": "0BSD"
- },
- "node_modules/@graphql-tools/graphql-file-loader": {
- "version": "6.2.7",
- "license": "MIT",
- "dependencies": {
- "@graphql-tools/import": "^6.2.6",
- "@graphql-tools/utils": "^7.0.0",
- "tslib": "~2.1.0"
- },
- "peerDependencies": {
- "graphql": "^14.0.0 || ^15.0.0"
- }
- },
- "node_modules/@graphql-tools/graphql-file-loader/node_modules/tslib": {
- "version": "2.1.0",
- "license": "0BSD"
- },
- "node_modules/@graphql-tools/import": {
- "version": "6.7.18",
- "license": "MIT",
- "dependencies": {
- "@graphql-tools/utils": "^9.2.1",
- "resolve-from": "5.0.0",
- "tslib": "^2.4.0"
- },
- "peerDependencies": {
- "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
- }
- },
- "node_modules/@graphql-tools/import/node_modules/@graphql-tools/utils": {
- "version": "9.2.1",
- "license": "MIT",
- "dependencies": {
- "@graphql-typed-document-node/core": "^3.1.1",
- "tslib": "^2.4.0"
- },
- "peerDependencies": {
- "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
- }
- },
- "node_modules/@graphql-tools/json-file-loader": {
- "version": "6.2.6",
- "license": "MIT",
- "dependencies": {
- "@graphql-tools/utils": "^7.0.0",
- "tslib": "~2.0.1"
- },
- "peerDependencies": {
- "graphql": "^14.0.0 || ^15.0.0"
- }
- },
- "node_modules/@graphql-tools/json-file-loader/node_modules/tslib": {
- "version": "2.0.3",
- "license": "0BSD"
- },
- "node_modules/@graphql-tools/load": {
- "version": "6.2.8",
- "license": "MIT",
- "dependencies": {
- "@graphql-tools/merge": "^6.2.12",
- "@graphql-tools/utils": "^7.5.0",
- "globby": "11.0.3",
- "import-from": "3.0.0",
- "is-glob": "4.0.1",
- "p-limit": "3.1.0",
- "tslib": "~2.2.0",
- "unixify": "1.0.0",
- "valid-url": "1.0.9"
- },
- "peerDependencies": {
- "graphql": "^14.0.0 || ^15.0.0"
- }
- },
- "node_modules/@graphql-tools/load/node_modules/globby": {
- "version": "11.0.3",
- "license": "MIT",
- "dependencies": {
- "array-union": "^2.1.0",
- "dir-glob": "^3.0.1",
- "fast-glob": "^3.1.1",
- "ignore": "^5.1.4",
- "merge2": "^1.3.0",
- "slash": "^3.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@graphql-tools/load/node_modules/is-glob": {
- "version": "4.0.1",
- "license": "MIT",
- "dependencies": {
- "is-extglob": "^2.1.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/@graphql-tools/load/node_modules/p-limit": {
- "version": "3.1.0",
- "license": "MIT",
- "dependencies": {
- "yocto-queue": "^0.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@graphql-tools/load/node_modules/slash": {
- "version": "3.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@graphql-tools/load/node_modules/tslib": {
- "version": "2.2.0",
- "license": "0BSD"
- },
- "node_modules/@graphql-tools/merge": {
- "version": "6.2.14",
- "license": "MIT",
- "dependencies": {
- "@graphql-tools/schema": "^7.0.0",
- "@graphql-tools/utils": "^7.7.0",
- "tslib": "~2.2.0"
- },
- "peerDependencies": {
- "graphql": "^14.0.0 || ^15.0.0"
- }
- },
- "node_modules/@graphql-tools/merge/node_modules/tslib": {
- "version": "2.2.0",
- "license": "0BSD"
- },
- "node_modules/@graphql-tools/schema": {
- "version": "7.1.5",
- "license": "MIT",
- "dependencies": {
- "@graphql-tools/utils": "^7.1.2",
- "tslib": "~2.2.0",
- "value-or-promise": "1.0.6"
- },
- "peerDependencies": {
- "graphql": "^14.0.0 || ^15.0.0"
- }
- },
- "node_modules/@graphql-tools/schema/node_modules/tslib": {
- "version": "2.2.0",
- "license": "0BSD"
- },
- "node_modules/@graphql-tools/url-loader": {
- "version": "6.10.1",
- "license": "MIT",
- "dependencies": {
- "@graphql-tools/delegate": "^7.0.1",
- "@graphql-tools/utils": "^7.9.0",
- "@graphql-tools/wrap": "^7.0.4",
- "@microsoft/fetch-event-source": "2.0.1",
- "@types/websocket": "1.0.2",
- "abort-controller": "3.0.0",
- "cross-fetch": "3.1.4",
- "extract-files": "9.0.0",
- "form-data": "4.0.0",
- "graphql-ws": "^4.4.1",
- "is-promise": "4.0.0",
- "isomorphic-ws": "4.0.1",
- "lodash": "4.17.21",
- "meros": "1.1.4",
- "subscriptions-transport-ws": "^0.9.18",
- "sync-fetch": "0.3.0",
- "tslib": "~2.2.0",
- "valid-url": "1.0.9",
- "ws": "7.4.5"
- },
- "peerDependencies": {
- "graphql": "^14.0.0 || ^15.0.0"
- }
- },
- "node_modules/@graphql-tools/url-loader/node_modules/cross-fetch": {
- "version": "3.1.4",
- "license": "MIT",
- "dependencies": {
- "node-fetch": "2.6.1"
- }
- },
- "node_modules/@graphql-tools/url-loader/node_modules/node-fetch": {
- "version": "2.6.1",
- "license": "MIT",
- "engines": {
- "node": "4.x || >=6.0.0"
- }
- },
- "node_modules/@graphql-tools/url-loader/node_modules/tslib": {
- "version": "2.2.0",
- "license": "0BSD"
- },
- "node_modules/@graphql-tools/url-loader/node_modules/ws": {
- "version": "7.4.5",
- "license": "MIT",
- "engines": {
- "node": ">=8.3.0"
- },
- "peerDependencies": {
- "bufferutil": "^4.0.1",
- "utf-8-validate": "^5.0.2"
- },
- "peerDependenciesMeta": {
- "bufferutil": {
- "optional": true
- },
- "utf-8-validate": {
- "optional": true
- }
- }
- },
- "node_modules/@graphql-tools/utils": {
- "version": "7.10.0",
- "license": "MIT",
- "dependencies": {
- "@ardatan/aggregate-error": "0.0.6",
- "camel-case": "4.1.2",
- "tslib": "~2.2.0"
- },
- "peerDependencies": {
- "graphql": "^14.0.0 || ^15.0.0"
- }
- },
- "node_modules/@graphql-tools/utils/node_modules/tslib": {
- "version": "2.2.0",
- "license": "0BSD"
- },
- "node_modules/@graphql-tools/wrap": {
- "version": "7.0.8",
- "license": "MIT",
- "dependencies": {
- "@graphql-tools/delegate": "^7.1.5",
- "@graphql-tools/schema": "^7.1.5",
- "@graphql-tools/utils": "^7.8.1",
- "tslib": "~2.2.0",
- "value-or-promise": "1.0.6"
- },
- "peerDependencies": {
- "graphql": "^14.0.0 || ^15.0.0"
- }
- },
- "node_modules/@graphql-tools/wrap/node_modules/tslib": {
- "version": "2.2.0",
- "license": "0BSD"
- },
- "node_modules/@graphql-typed-document-node/core": {
- "version": "3.2.0",
- "license": "MIT",
- "peerDependencies": {
- "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
- }
- },
- "node_modules/@hapi/address": {
- "version": "2.1.4",
- "license": "BSD-3-Clause"
- },
- "node_modules/@hapi/bourne": {
- "version": "1.3.2",
- "license": "BSD-3-Clause"
- },
- "node_modules/@hapi/hoek": {
- "version": "8.5.1",
- "license": "BSD-3-Clause"
- },
- "node_modules/@hapi/joi": {
- "version": "15.1.1",
- "license": "BSD-3-Clause",
- "dependencies": {
- "@hapi/address": "2.x.x",
- "@hapi/bourne": "1.x.x",
- "@hapi/hoek": "8.x.x",
- "@hapi/topo": "3.x.x"
- }
- },
- "node_modules/@hapi/topo": {
- "version": "3.1.6",
- "license": "BSD-3-Clause",
- "dependencies": {
- "@hapi/hoek": "^8.3.0"
- }
- },
"node_modules/@humanwhocodes/config-array": {
"version": "0.11.14",
"dev": true,
@@ -5499,21 +4883,6 @@
"url": "https://github.com/sponsors/nzakas"
}
},
- "node_modules/@humanwhocodes/object-schema": {
- "version": "1.2.1",
- "license": "BSD-3-Clause"
- },
- "node_modules/@hutson/parse-repository-url": {
- "version": "3.0.2",
- "license": "Apache-2.0",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@iarna/toml": {
- "version": "2.2.5",
- "license": "ISC"
- },
"node_modules/@isaacs/cliui": {
"version": "8.0.2",
"license": "ISC",
@@ -5993,6 +5362,7 @@
},
"node_modules/@jest/expect-utils": {
"version": "29.7.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"jest-get-type": "^29.6.3"
@@ -6378,6 +5748,7 @@
},
"node_modules/@jest/types": {
"version": "29.6.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@jest/schemas": "^29.6.3",
@@ -6393,6 +5764,7 @@
},
"node_modules/@jest/types/node_modules/@jest/schemas": {
"version": "29.6.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@sinclair/typebox": "^0.27.8"
@@ -6403,10 +5775,12 @@
},
"node_modules/@jest/types/node_modules/@sinclair/typebox": {
"version": "0.27.8",
+ "dev": true,
"license": "MIT"
},
"node_modules/@jest/types/node_modules/ansi-styles": {
"version": "4.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
@@ -6420,6 +5794,7 @@
},
"node_modules/@jest/types/node_modules/chalk": {
"version": "4.1.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
"ansi-styles": "^4.1.0",
@@ -6434,6 +5809,7 @@
},
"node_modules/@jest/types/node_modules/color-convert": {
"version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
@@ -6444,10 +5820,12 @@
},
"node_modules/@jest/types/node_modules/color-name": {
"version": "1.1.4",
+ "dev": true,
"license": "MIT"
},
"node_modules/@jest/types/node_modules/has-flag": {
"version": "4.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
@@ -6455,6 +5833,7 @@
},
"node_modules/@jest/types/node_modules/supports-color": {
"version": "7.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"has-flag": "^4.0.0"
@@ -6491,6 +5870,7 @@
},
"node_modules/@jridgewell/source-map": {
"version": "0.3.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@jridgewell/gen-mapping": "^0.3.0",
@@ -6511,8 +5891,6 @@
},
"node_modules/@juggle/resize-observer": {
"version": "3.4.0",
- "resolved": "https://registry.npmjs.org/@juggle/resize-observer/-/resize-observer-3.4.0.tgz",
- "integrity": "sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==",
"dev": true,
"license": "Apache-2.0"
},
@@ -6584,112 +5962,9 @@
"node": ">=6 <7 || >=8"
}
},
- "node_modules/@mdx-js/mdx": {
- "version": "1.6.22",
- "license": "MIT",
- "dependencies": {
- "@babel/core": "7.12.9",
- "@babel/plugin-syntax-jsx": "7.12.1",
- "@babel/plugin-syntax-object-rest-spread": "7.8.3",
- "@mdx-js/util": "1.6.22",
- "babel-plugin-apply-mdx-type-prop": "1.6.22",
- "babel-plugin-extract-import-names": "1.6.22",
- "camelcase-css": "2.0.1",
- "detab": "2.0.4",
- "hast-util-raw": "6.0.1",
- "lodash.uniq": "4.5.0",
- "mdast-util-to-hast": "10.0.1",
- "remark-footnotes": "2.0.0",
- "remark-mdx": "1.6.22",
- "remark-parse": "8.0.3",
- "remark-squeeze-paragraphs": "4.0.0",
- "style-to-object": "0.3.0",
- "unified": "9.2.0",
- "unist-builder": "2.0.3",
- "unist-util-visit": "2.0.3"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@mdx-js/mdx/node_modules/@babel/core": {
- "version": "7.12.9",
- "license": "MIT",
- "dependencies": {
- "@babel/code-frame": "^7.10.4",
- "@babel/generator": "^7.12.5",
- "@babel/helper-module-transforms": "^7.12.1",
- "@babel/helpers": "^7.12.5",
- "@babel/parser": "^7.12.7",
- "@babel/template": "^7.12.7",
- "@babel/traverse": "^7.12.9",
- "@babel/types": "^7.12.7",
- "convert-source-map": "^1.7.0",
- "debug": "^4.1.0",
- "gensync": "^1.0.0-beta.1",
- "json5": "^2.1.2",
- "lodash": "^4.17.19",
- "resolve": "^1.3.2",
- "semver": "^5.4.1",
- "source-map": "^0.5.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/babel"
- }
- },
- "node_modules/@mdx-js/mdx/node_modules/@babel/helper-plugin-utils": {
- "version": "7.10.4",
- "license": "MIT"
- },
- "node_modules/@mdx-js/mdx/node_modules/@babel/plugin-syntax-jsx": {
- "version": "7.12.1",
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.10.4"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@mdx-js/mdx/node_modules/remark-mdx": {
- "version": "1.6.22",
- "license": "MIT",
- "dependencies": {
- "@babel/core": "7.12.9",
- "@babel/helper-plugin-utils": "7.10.4",
- "@babel/plugin-proposal-object-rest-spread": "7.12.1",
- "@babel/plugin-syntax-jsx": "7.12.1",
- "@mdx-js/util": "1.6.22",
- "is-alphabetical": "1.0.4",
- "remark-parse": "8.0.3",
- "unified": "9.2.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@mdx-js/mdx/node_modules/semver": {
- "version": "5.7.2",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver"
- }
- },
- "node_modules/@mdx-js/mdx/node_modules/source-map": {
- "version": "0.5.7",
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/@mdx-js/react": {
"version": "1.6.22",
+ "dev": true,
"license": "MIT",
"funding": {
"type": "opencollective",
@@ -6699,18 +5974,6 @@
"react": "^16.13.1 || ^17.0.0"
}
},
- "node_modules/@mdx-js/util": {
- "version": "1.6.22",
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/@microsoft/fetch-event-source": {
- "version": "2.0.1",
- "license": "MIT"
- },
"node_modules/@ndelangen/get-tarball": {
"version": "3.0.9",
"dev": true,
@@ -6723,8 +5986,7 @@
},
"node_modules/@next/env": {
"version": "14.2.8",
- "resolved": "https://registry.npmjs.org/@next/env/-/env-14.2.8.tgz",
- "integrity": "sha512-L44a+ynqkolyNBnYfF8VoCiSrjSZWgEHYKkKLGcs/a80qh7AkfVUD/MduVPgdsWZ31tgROR+yJRA0PZjSVBXWQ=="
+ "license": "MIT"
},
"node_modules/@next/eslint-plugin-next": {
"version": "14.1.0",
@@ -6779,11 +6041,10 @@
},
"node_modules/@next/swc-darwin-arm64": {
"version": "14.2.8",
- "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.8.tgz",
- "integrity": "sha512-1VrQlG8OzdyvvGZhGJFnaNE2P10Jjy/2FopnqbY0nSa/gr8If3iINxvOEW3cmVeoAYkmW0RsBazQecA2dBFOSw==",
"cpu": [
"arm64"
],
+ "license": "MIT",
"optional": true,
"os": [
"darwin"
@@ -6792,126 +6053,6 @@
"node": ">= 10"
}
},
- "node_modules/@next/swc-darwin-x64": {
- "version": "14.2.8",
- "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-14.2.8.tgz",
- "integrity": "sha512-87t3I86rNRSOJB1gXIUzaQWWSWrkWPDyZGsR0Z7JAPtLeX3uUOW2fHxl7dNWD2BZvbvftctTQjgtfpp7nMtmWg==",
- "cpu": [
- "x64"
- ],
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": ">= 10"
- }
- },
- "node_modules/@next/swc-linux-arm64-gnu": {
- "version": "14.2.8",
- "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.2.8.tgz",
- "integrity": "sha512-ta2sfVzbOpTbgBrF9HM5m+U58dv6QPuwU4n5EX4LLyCJGKc433Z0D9h9gay/HSOjLEXJ2fJYrMP5JYYbHdxhtw==",
- "cpu": [
- "arm64"
- ],
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">= 10"
- }
- },
- "node_modules/@next/swc-linux-arm64-musl": {
- "version": "14.2.8",
- "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.8.tgz",
- "integrity": "sha512-+IoLTPK6Z5uIgDhgeWnQF5/o5GBN7+zyUNrs4Bes1W3g9++YELb8y0unFybS8s87ntAKMDl6jeQ+mD7oNwp/Ng==",
- "cpu": [
- "arm64"
- ],
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">= 10"
- }
- },
- "node_modules/@next/swc-linux-x64-gnu": {
- "version": "14.2.8",
- "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.2.8.tgz",
- "integrity": "sha512-pO+hVXC+mvzUOQJJRG4RX4wJsRJ5BkURSf6dD6EjUXAX4Ml9es1WsEfkaZ4lcpmFzFvY47IkDaffks/GdCn9ag==",
- "cpu": [
- "x64"
- ],
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">= 10"
- }
- },
- "node_modules/@next/swc-linux-x64-musl": {
- "version": "14.2.8",
- "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.2.8.tgz",
- "integrity": "sha512-bCat9izctychCtf3uL1nqHq31N5e1VxvdyNcBQflkudPMLbxVnlrw45Vi87K+lt1CwrtVayHqzo4ie0Szcpwzg==",
- "cpu": [
- "x64"
- ],
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">= 10"
- }
- },
- "node_modules/@next/swc-win32-arm64-msvc": {
- "version": "14.2.8",
- "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.8.tgz",
- "integrity": "sha512-gbxfUaSPV7EyUobpavida2Hwi62GhSJaSg7iBjmBWoxkxlmETOD7U4tWt763cGIsyE6jM7IoNavq0BXqwdW2QA==",
- "cpu": [
- "arm64"
- ],
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">= 10"
- }
- },
- "node_modules/@next/swc-win32-ia32-msvc": {
- "version": "14.2.8",
- "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.8.tgz",
- "integrity": "sha512-PUXzEzjTTlUh3b5VAn1nlpwvujTnuCMMwbiCnaTazoVlN1nA3kWjlmp42IfURA2N/nyrlVEw7pURa/o4Qxj1cw==",
- "cpu": [
- "ia32"
- ],
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">= 10"
- }
- },
- "node_modules/@next/swc-win32-x64-msvc": {
- "version": "14.2.8",
- "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.8.tgz",
- "integrity": "sha512-EnPKv0ttq02E9/1KZ/8Dn7kuutv6hy1CKc0HlNcvzOQcm4/SQtvfws5gY0zrG9tuupd3HfC2L/zcTrnBhpjTuQ==",
- "cpu": [
- "x64"
- ],
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">= 10"
- }
- },
"node_modules/@nicolo-ribaudo/chokidar-2": {
"version": "2.1.8-no-fsevents.3",
"dev": true,
@@ -6920,6 +6061,7 @@
},
"node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
"version": "5.1.1-v1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"eslint-scope": "5.1.1"
@@ -6927,6 +6069,7 @@
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@nodelib/fs.stat": "2.0.5",
@@ -6938,6 +6081,7 @@
},
"node_modules/@nodelib/fs.stat": {
"version": "2.0.5",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">= 8"
@@ -6945,6 +6089,7 @@
},
"node_modules/@nodelib/fs.walk": {
"version": "1.2.8",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@nodelib/fs.scandir": "2.1.5",
@@ -7178,25 +6323,6 @@
"node": ">=16"
}
},
- "node_modules/@popmotion/easing": {
- "version": "1.0.2",
- "license": "MIT"
- },
- "node_modules/@popmotion/popcorn": {
- "version": "0.4.4",
- "license": "MIT",
- "dependencies": {
- "@popmotion/easing": "^1.0.1",
- "framesync": "^4.0.1",
- "hey-listen": "^1.0.8",
- "style-value-types": "^3.1.7",
- "tslib": "^1.10.0"
- }
- },
- "node_modules/@popmotion/popcorn/node_modules/tslib": {
- "version": "1.14.1",
- "license": "0BSD"
- },
"node_modules/@prettier/sync": {
"version": "0.5.1",
"dev": true,
@@ -7213,18 +6339,12 @@
},
"node_modules/@primer/behaviors": {
"version": "1.7.2",
- "resolved": "https://registry.npmjs.org/@primer/behaviors/-/behaviors-1.7.2.tgz",
- "integrity": "sha512-I5dGgtzV9n1ZX3J1KHkLVWjvEbzanstaXFTDr/+tdn4E2GAA/NUHfTLMq6i5+Pt4P/p/paLI50EgExElENzCYQ=="
- },
- "node_modules/@primer/component-metadata": {
- "version": "0.5.1",
"license": "MIT"
},
"node_modules/@primer/css": {
"version": "21.3.6",
- "resolved": "https://registry.npmjs.org/@primer/css/-/css-21.3.6.tgz",
- "integrity": "sha512-h2ITbCj415T1JpWQDeQd1xYL6TrzkehfUOXxnV0FpblYyMsVBAks6LL7HGJ+ZrydG+Ds0i1rvvi8Q61jErieNA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@primer/primitives": "^8.2.0",
"@primer/view-components": "^0.27.0"
@@ -7235,14507 +6355,1613 @@
},
"node_modules/@primer/css/node_modules/@primer/primitives": {
"version": "8.2.3",
- "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-8.2.3.tgz",
- "integrity": "sha512-K8A/DA6xv8P/kD/9DupFn+KYlo06OpcrwfwJf+sKp+KnX7ZRwLLDg1AaEGAoRoaykXRY/gfrXlgDfK7laOTWyA==",
- "dev": true
- },
- "node_modules/@primer/gatsby-theme-doctocat": {
- "version": "0.0.0-2023930155223",
- "license": "MIT",
- "dependencies": {
- "@babel/core": "^7.19.1",
- "@babel/preset-env": "^7.5.5",
- "@babel/preset-react": "^7.0.0",
- "@mdx-js/mdx": "^1.0.21",
- "@mdx-js/react": "^1.0.21",
- "@primer/component-metadata": "^0.5.1",
- "@primer/octicons-react": "^17.5.0",
- "@primer/react": "^35.32.2",
- "@styled-system/theme-get": "^5.0.12",
- "@testing-library/jest-dom": "^5.16.2",
- "@testing-library/react": "^9.1.3",
- "axios": "^1.5.0",
- "babel-jest": "^24.9.0",
- "babel-plugin-styled-components": "^2.0.7",
- "copy-to-clipboard": "^3.2.0",
- "date-fns": "^2.28.0",
- "details-element-polyfill": "^2.4.0",
- "downshift": "^3.2.10",
- "find-up": "^6.3.0",
- "framer-motion": "^1.4.2",
- "fuse.js": "^3.4.5",
- "gatsby-plugin-catch-links": "^3.14.0",
- "gatsby-plugin-manifest": "^3.14.0",
- "gatsby-plugin-mdx": "^1.0.13",
- "gatsby-plugin-page-creator": "^3.14.0",
- "gatsby-plugin-react-helmet": "^4.14.0",
- "gatsby-plugin-remove-trailing-slashes": "^3.14.0",
- "gatsby-plugin-styled-components": "^4.14.0",
- "gatsby-source-filesystem": "^3.14.0",
- "gatsby-transformer-yaml": "^3.14.0",
- "get-pkg-repo": "^4.1.0",
- "github-slugger": "^1.2.1",
- "html-react-parser": "^1.4.0",
- "jest": "^24.9.0",
- "lodash.debounce": "4.0.8",
- "lodash.uniqby": "^4.7.0",
- "path-browserify": "^1.0.1",
- "pkg-up": "^3.1.0",
- "pluralize": "^8.0.0",
- "preval.macro": "^3.0.0",
- "prism-react-renderer": "^1.2.0",
- "prismjs": "^1.27.0",
- "react-addons-text-content": "^0.0.4",
- "react-element-to-jsx-string": "^14.0.3",
- "react-focus-on": "^3.3.0",
- "react-helmet": "^6.1.0",
- "react-live": "^2.1.2",
- "react-measure": "^2.3.0",
- "read-pkg-up": "^6.0.0",
- "sentence-case": "^2.1.1",
- "styled-components": "^5.3.5",
- "styled-system": "^5.0.18",
- "worker-loader": "^3.0.2"
- },
- "peerDependencies": {
- "gatsby": "3.x",
- "react": "^18.x",
- "react-dom": "^18.x"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@jest/console": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/source-map": "^24.9.0",
- "chalk": "^2.0.1",
- "slash": "^2.0.0"
- },
- "engines": {
- "node": ">= 6"
- }
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@jest/console/node_modules/chalk": {
- "version": "2.4.2",
+ "node_modules/@primer/live-region-element": {
+ "version": "0.7.0",
"license": "MIT",
"dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
- },
- "engines": {
- "node": ">=4"
+ "@lit-labs/ssr-dom-shim": "^1.2.0"
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@jest/console/node_modules/supports-color": {
- "version": "5.5.0",
+ "node_modules/@primer/octicons-react": {
+ "version": "19.9.0",
"license": "MIT",
- "dependencies": {
- "has-flag": "^3.0.0"
- },
"engines": {
- "node": ">=4"
+ "node": ">=8"
+ },
+ "peerDependencies": {
+ "react": ">=16.3"
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@jest/core": {
- "version": "24.9.0",
+ "node_modules/@primer/react": {
+ "resolved": "packages/react",
+ "link": true
+ },
+ "node_modules/@primer/stylelint-config": {
+ "version": "13.0.0-rc.fd47ce2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/console": "^24.7.1",
- "@jest/reporters": "^24.9.0",
- "@jest/test-result": "^24.9.0",
- "@jest/transform": "^24.9.0",
- "@jest/types": "^24.9.0",
- "ansi-escapes": "^3.0.0",
- "chalk": "^2.0.1",
- "exit": "^0.1.2",
- "graceful-fs": "^4.1.15",
- "jest-changed-files": "^24.9.0",
- "jest-config": "^24.9.0",
- "jest-haste-map": "^24.9.0",
- "jest-message-util": "^24.9.0",
- "jest-regex-util": "^24.3.0",
- "jest-resolve": "^24.9.0",
- "jest-resolve-dependencies": "^24.9.0",
- "jest-runner": "^24.9.0",
- "jest-runtime": "^24.9.0",
- "jest-snapshot": "^24.9.0",
- "jest-util": "^24.9.0",
- "jest-validate": "^24.9.0",
- "jest-watcher": "^24.9.0",
- "micromatch": "^3.1.10",
- "p-each-series": "^1.0.0",
- "realpath-native": "^1.1.0",
- "rimraf": "^2.5.4",
- "slash": "^2.0.0",
- "strip-ansi": "^5.0.0"
+ "@github/browserslist-config": "^1.0.0",
+ "@primer/css": "^21.0.8",
+ "@primer/primitives": "^8.2.0",
+ "anymatch": "^3.1.1",
+ "postcss-scss": "^4.0.2",
+ "postcss-styled-syntax": "^0.6.4",
+ "postcss-value-parser": "^4.0.2",
+ "string.prototype.matchall": "^4.0.2",
+ "stylelint": "^16.3.1",
+ "stylelint-config-standard": "^36.0.0",
+ "stylelint-css-modules-no-global-scoped-selector": "^1.0.2",
+ "stylelint-no-unsupported-browser-features": "^8.0.0",
+ "stylelint-order": "^6.0.4",
+ "stylelint-scss": "^6.2.0",
+ "stylelint-value-no-unknown-custom-properties": "^6.0.1",
+ "tap-map": "^1.0.0"
},
"engines": {
- "node": ">= 6"
+ "node": ">16.0.0"
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@jest/core/node_modules/chalk": {
- "version": "2.4.2",
- "license": "MIT",
+ "node_modules/@primer/stylelint-config/node_modules/@primer/primitives": {
+ "version": "8.2.3",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@primer/stylelint-config/node_modules/anymatch": {
+ "version": "3.1.3",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
+ "normalize-path": "^3.0.0",
+ "picomatch": "^2.0.4"
},
"engines": {
- "node": ">=4"
+ "node": ">= 8"
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@jest/core/node_modules/supports-color": {
- "version": "5.5.0",
+ "node_modules/@primer/view-components": {
+ "version": "0.27.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
+ "@github/auto-check-element": "^5.2.0",
+ "@github/auto-complete-element": "^3.6.2",
+ "@github/catalyst": "^1.6.0",
+ "@github/clipboard-copy-element": "^1.3.0",
+ "@github/details-menu-element": "^1.0.12",
+ "@github/image-crop-element": "^5.0.0",
+ "@github/include-fragment-element": "^6.1.1",
+ "@github/relative-time-element": "^4.0.0",
+ "@github/tab-container-element": "^3.1.2",
+ "@oddbird/popover-polyfill": "^0.4.0",
+ "@primer/behaviors": "^1.3.4"
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@jest/environment": {
- "version": "24.9.0",
- "license": "MIT",
+ "node_modules/@primer/view-components/node_modules/@github/tab-container-element": {
+ "version": "3.4.0",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@primer/view-components/node_modules/@oddbird/popover-polyfill": {
+ "version": "0.4.4",
+ "dev": true,
+ "license": "BSD-3-Clause"
+ },
+ "node_modules/@puppeteer/browsers": {
+ "version": "2.1.0",
+ "dev": true,
+ "license": "Apache-2.0",
"dependencies": {
- "@jest/fake-timers": "^24.9.0",
- "@jest/transform": "^24.9.0",
- "@jest/types": "^24.9.0",
- "jest-mock": "^24.9.0"
+ "debug": "4.3.4",
+ "extract-zip": "2.0.1",
+ "progress": "2.0.3",
+ "proxy-agent": "6.4.0",
+ "semver": "7.6.0",
+ "tar-fs": "3.0.5",
+ "unbzip2-stream": "1.4.3",
+ "yargs": "17.7.2"
+ },
+ "bin": {
+ "browsers": "lib/cjs/main-cli.js"
},
"engines": {
- "node": ">= 6"
+ "node": ">=18"
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@jest/fake-timers": {
- "version": "24.9.0",
+ "node_modules/@puppeteer/browsers/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/types": "^24.9.0",
- "jest-message-util": "^24.9.0",
- "jest-mock": "^24.9.0"
+ "color-convert": "^2.0.1"
},
"engines": {
- "node": ">= 6"
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@jest/reporters": {
- "version": "24.9.0",
- "license": "MIT",
+ "node_modules/@puppeteer/browsers/node_modules/cliui": {
+ "version": "8.0.1",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "@jest/environment": "^24.9.0",
- "@jest/test-result": "^24.9.0",
- "@jest/transform": "^24.9.0",
- "@jest/types": "^24.9.0",
- "chalk": "^2.0.1",
- "exit": "^0.1.2",
- "glob": "^7.1.2",
- "istanbul-lib-coverage": "^2.0.2",
- "istanbul-lib-instrument": "^3.0.1",
- "istanbul-lib-report": "^2.0.4",
- "istanbul-lib-source-maps": "^3.0.1",
- "istanbul-reports": "^2.2.6",
- "jest-haste-map": "^24.9.0",
- "jest-resolve": "^24.9.0",
- "jest-runtime": "^24.9.0",
- "jest-util": "^24.9.0",
- "jest-worker": "^24.6.0",
- "node-notifier": "^5.4.2",
- "slash": "^2.0.0",
- "source-map": "^0.6.0",
- "string-length": "^2.0.0"
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.1",
+ "wrap-ansi": "^7.0.0"
},
"engines": {
- "node": ">= 6"
+ "node": ">=12"
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@jest/reporters/node_modules/chalk": {
- "version": "2.4.2",
+ "node_modules/@puppeteer/browsers/node_modules/color-convert": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
+ "color-name": "~1.1.4"
},
"engines": {
- "node": ">=4"
+ "node": ">=7.0.0"
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@jest/reporters/node_modules/supports-color": {
- "version": "5.5.0",
- "license": "MIT",
+ "node_modules/@puppeteer/browsers/node_modules/color-name": {
+ "version": "1.1.4",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@puppeteer/browsers/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "has-flag": "^3.0.0"
+ "yallist": "^4.0.0"
},
"engines": {
- "node": ">=4"
+ "node": ">=10"
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@jest/source-map": {
- "version": "24.9.0",
- "license": "MIT",
+ "node_modules/@puppeteer/browsers/node_modules/semver": {
+ "version": "7.6.0",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "callsites": "^3.0.0",
- "graceful-fs": "^4.1.15",
- "source-map": "^0.6.0"
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
},
"engines": {
- "node": ">= 6"
+ "node": ">=10"
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@jest/test-result": {
- "version": "24.9.0",
+ "node_modules/@puppeteer/browsers/node_modules/tar-fs": {
+ "version": "3.0.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/console": "^24.9.0",
- "@jest/types": "^24.9.0",
- "@types/istanbul-lib-coverage": "^2.0.0"
+ "pump": "^3.0.0",
+ "tar-stream": "^3.1.5"
},
- "engines": {
- "node": ">= 6"
+ "optionalDependencies": {
+ "bare-fs": "^2.1.1",
+ "bare-path": "^2.1.0"
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@jest/transform": {
- "version": "24.9.0",
+ "node_modules/@puppeteer/browsers/node_modules/tar-stream": {
+ "version": "3.1.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/core": "^7.1.0",
- "@jest/types": "^24.9.0",
- "babel-plugin-istanbul": "^5.1.0",
- "chalk": "^2.0.1",
- "convert-source-map": "^1.4.0",
- "fast-json-stable-stringify": "^2.0.0",
- "graceful-fs": "^4.1.15",
- "jest-haste-map": "^24.9.0",
- "jest-regex-util": "^24.9.0",
- "jest-util": "^24.9.0",
- "micromatch": "^3.1.10",
- "pirates": "^4.0.1",
- "realpath-native": "^1.1.0",
- "slash": "^2.0.0",
- "source-map": "^0.6.1",
- "write-file-atomic": "2.4.1"
- },
- "engines": {
- "node": ">= 6"
+ "b4a": "^1.6.4",
+ "fast-fifo": "^1.2.0",
+ "streamx": "^2.15.0"
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@jest/transform/node_modules/chalk": {
- "version": "2.4.2",
+ "node_modules/@puppeteer/browsers/node_modules/wrap-ansi": {
+ "version": "7.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
},
"engines": {
- "node": ">=4"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@jest/transform/node_modules/supports-color": {
- "version": "5.5.0",
- "license": "MIT",
- "dependencies": {
- "has-flag": "^3.0.0"
- },
+ "node_modules/@puppeteer/browsers/node_modules/y18n": {
+ "version": "5.0.8",
+ "dev": true,
+ "license": "ISC",
"engines": {
- "node": ">=4"
+ "node": ">=10"
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@jest/types": {
- "version": "24.9.0",
+ "node_modules/@puppeteer/browsers/node_modules/yallist": {
+ "version": "4.0.0",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/@puppeteer/browsers/node_modules/yargs": {
+ "version": "17.7.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/istanbul-lib-coverage": "^2.0.0",
- "@types/istanbul-reports": "^1.1.1",
- "@types/yargs": "^13.0.0"
+ "cliui": "^8.0.1",
+ "escalade": "^3.1.1",
+ "get-caller-file": "^2.0.5",
+ "require-directory": "^2.1.1",
+ "string-width": "^4.2.3",
+ "y18n": "^5.0.5",
+ "yargs-parser": "^21.1.1"
},
"engines": {
- "node": ">= 6"
+ "node": ">=12"
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@oddbird/popover-polyfill": {
- "version": "0.2.3",
- "license": "BSD-3-Clause"
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@primer/octicons-react": {
- "version": "17.12.0",
- "license": "MIT",
+ "node_modules/@puppeteer/browsers/node_modules/yargs-parser": {
+ "version": "21.1.1",
+ "dev": true,
+ "license": "ISC",
"engines": {
- "node": ">=8"
- },
- "peerDependencies": {
- "react": ">=15"
+ "node": ">=12"
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@primer/react": {
- "version": "35.32.2",
+ "node_modules/@radix-ui/number": {
+ "version": "1.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@github/combobox-nav": "^2.1.5",
- "@github/markdown-toolbar-element": "^2.1.0",
- "@github/paste-markdown": "^1.4.0",
- "@github/relative-time-element": "^4.1.2",
- "@lit-labs/react": "^1.1.1",
- "@oddbird/popover-polyfill": "0.2.3",
- "@primer/behaviors": "^1.3.4",
- "@primer/octicons-react": "^19.8.0",
- "@primer/primitives": "^7.11.11",
- "@react-aria/ssr": "^3.5.0",
- "@styled-system/css": "^5.1.5",
- "@styled-system/props": "^5.1.5",
- "@styled-system/theme-get": "^5.1.2",
- "@types/react-is": "^18.2.1",
- "@types/styled-components": "^5.1.11",
- "@types/styled-system": "^5.1.12",
- "@types/styled-system__css": "^5.0.16",
- "@types/styled-system__theme-get": "^5.0.1",
- "clsx": "^1.2.1",
- "color2k": "^2.0.0",
- "deepmerge": "^4.2.2",
- "focus-visible": "^5.2.0",
- "fzy.js": "^0.4.1",
- "history": "^5.0.0",
- "lodash.isempty": "^4.4.0",
- "lodash.isobject": "^3.0.2",
- "react-intersection-observer": "^9.4.3",
- "react-is": "^18.2.0",
- "react-markdown": "8.0.7",
- "styled-system": "^5.1.5"
- },
- "engines": {
- "node": ">=12",
- "npm": ">=7"
- },
- "peerDependencies": {
- "react": "^17.0.0 || ^18.0.0",
- "react-dom": "^17.0.0 || ^18.0.0",
- "styled-components": "4.x || 5.x"
+ "@babel/runtime": "^7.13.10"
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@primer/react/node_modules/@primer/octicons-react": {
- "version": "19.9.0",
+ "node_modules/@radix-ui/primitive": {
+ "version": "1.0.1",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=8"
- },
- "peerDependencies": {
- "react": ">=16.3"
+ "dependencies": {
+ "@babel/runtime": "^7.13.10"
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@testing-library/dom": {
- "version": "6.16.0",
+ "node_modules/@radix-ui/react-arrow": {
+ "version": "1.0.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.8.4",
- "@sheerun/mutationobserver-shim": "^0.3.2",
- "@types/testing-library__dom": "^6.12.1",
- "aria-query": "^4.0.2",
- "dom-accessibility-api": "^0.3.0",
- "pretty-format": "^25.1.0",
- "wait-for-expect": "^3.0.2"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@testing-library/dom/node_modules/aria-query": {
- "version": "4.2.2",
- "license": "Apache-2.0",
- "dependencies": {
- "@babel/runtime": "^7.10.2",
- "@babel/runtime-corejs3": "^7.10.2"
- },
- "engines": {
- "node": ">=6.0"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@testing-library/dom/node_modules/dom-accessibility-api": {
- "version": "0.3.0",
- "license": "MIT"
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@testing-library/jest-dom": {
- "version": "5.17.0",
- "license": "MIT",
- "dependencies": {
- "@adobe/css-tools": "^4.0.1",
- "@babel/runtime": "^7.9.2",
- "@types/testing-library__jest-dom": "^5.9.1",
- "aria-query": "^5.0.0",
- "chalk": "^3.0.0",
- "css.escape": "^1.5.1",
- "dom-accessibility-api": "^0.5.6",
- "lodash": "^4.17.15",
- "redent": "^3.0.0"
- },
- "engines": {
- "node": ">=8",
- "npm": ">=6",
- "yarn": ">=1"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@testing-library/react": {
- "version": "9.5.0",
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.8.4",
- "@testing-library/dom": "^6.15.0",
- "@types/testing-library__react": "^9.1.2"
- },
- "engines": {
- "node": ">=8"
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/react-primitive": "1.0.3"
},
"peerDependencies": {
- "react": "*",
- "react-dom": "*"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@types/istanbul-reports": {
- "version": "1.1.2",
- "license": "MIT",
- "dependencies": {
- "@types/istanbul-lib-coverage": "*",
- "@types/istanbul-lib-report": "*"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@types/stack-utils": {
- "version": "1.0.1",
- "license": "MIT"
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/@types/yargs": {
- "version": "13.0.12",
- "license": "MIT",
- "dependencies": {
- "@types/yargs-parser": "*"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/ansi-escapes": {
- "version": "3.2.0",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/babel-plugin-istanbul": {
- "version": "5.2.0",
- "license": "BSD-3-Clause",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.0.0",
- "find-up": "^3.0.0",
- "istanbul-lib-instrument": "^3.3.0",
- "test-exclude": "^5.2.3"
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
},
- "engines": {
- "node": ">=6"
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/babel-plugin-istanbul/node_modules/find-up": {
- "version": "3.0.0",
+ "node_modules/@radix-ui/react-collection": {
+ "version": "1.0.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "locate-path": "^3.0.0"
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/react-compose-refs": "1.0.1",
+ "@radix-ui/react-context": "1.0.1",
+ "@radix-ui/react-primitive": "1.0.3",
+ "@radix-ui/react-slot": "1.0.2"
},
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/babel-plugin-istanbul/node_modules/locate-path": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "p-locate": "^3.0.0",
- "path-exists": "^3.0.0"
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
},
- "engines": {
- "node": ">=6"
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/babel-plugin-istanbul/node_modules/p-limit": {
- "version": "2.3.0",
+ "node_modules/@radix-ui/react-compose-refs": {
+ "version": "1.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "p-try": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
+ "@babel/runtime": "^7.13.10"
},
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/babel-plugin-istanbul/node_modules/p-locate": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "p-limit": "^2.0.0"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0"
},
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/babel-plugin-istanbul/node_modules/path-exists": {
- "version": "3.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=4"
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/braces": {
- "version": "2.3.2",
+ "node_modules/@radix-ui/react-context": {
+ "version": "1.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "arr-flatten": "^1.1.0",
- "array-unique": "^0.3.2",
- "extend-shallow": "^2.0.1",
- "fill-range": "^4.0.0",
- "isobject": "^3.0.1",
- "repeat-element": "^1.1.2",
- "snapdragon": "^0.8.1",
- "snapdragon-node": "^2.0.1",
- "split-string": "^3.0.2",
- "to-regex": "^3.0.1"
+ "@babel/runtime": "^7.13.10"
},
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/camelcase": {
- "version": "5.3.1",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/chalk": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0"
},
- "engines": {
- "node": ">=8"
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/chalk/node_modules/ansi-styles": {
- "version": "4.3.0",
+ "node_modules/@radix-ui/react-dialog": {
+ "version": "1.0.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/primitive": "1.0.1",
+ "@radix-ui/react-compose-refs": "1.0.1",
+ "@radix-ui/react-context": "1.0.1",
+ "@radix-ui/react-dismissable-layer": "1.0.5",
+ "@radix-ui/react-focus-guards": "1.0.1",
+ "@radix-ui/react-focus-scope": "1.0.4",
+ "@radix-ui/react-id": "1.0.1",
+ "@radix-ui/react-portal": "1.0.4",
+ "@radix-ui/react-presence": "1.0.1",
+ "@radix-ui/react-primitive": "1.0.3",
+ "@radix-ui/react-slot": "1.0.2",
+ "@radix-ui/react-use-controllable-state": "1.0.1",
+ "aria-hidden": "^1.1.1",
+ "react-remove-scroll": "2.5.5"
},
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/cliui": {
- "version": "5.0.0",
- "license": "ISC",
- "dependencies": {
- "string-width": "^3.1.0",
- "strip-ansi": "^5.2.0",
- "wrap-ansi": "^5.1.0"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/color-convert": {
- "version": "2.0.1",
- "license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
},
- "engines": {
- "node": ">=7.0.0"
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/color-name": {
- "version": "1.1.4",
- "license": "MIT"
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/cross-spawn": {
- "version": "6.0.5",
+ "node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-dismissable-layer": {
+ "version": "1.0.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "nice-try": "^1.0.4",
- "path-key": "^2.0.1",
- "semver": "^5.5.0",
- "shebang-command": "^1.2.0",
- "which": "^1.2.9"
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/primitive": "1.0.1",
+ "@radix-ui/react-compose-refs": "1.0.1",
+ "@radix-ui/react-primitive": "1.0.3",
+ "@radix-ui/react-use-callback-ref": "1.0.1",
+ "@radix-ui/react-use-escape-keydown": "1.0.3"
},
- "engines": {
- "node": ">=4.8"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/cross-spawn/node_modules/semver": {
- "version": "5.7.2",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/detect-newline": {
- "version": "2.1.0",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/diff-sequences": {
- "version": "24.9.0",
- "license": "MIT",
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/emoji-regex": {
- "version": "7.0.3",
- "license": "MIT"
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/execa": {
- "version": "1.0.0",
- "license": "MIT",
- "dependencies": {
- "cross-spawn": "^6.0.0",
- "get-stream": "^4.0.0",
- "is-stream": "^1.1.0",
- "npm-run-path": "^2.0.0",
- "p-finally": "^1.0.0",
- "signal-exit": "^3.0.0",
- "strip-eof": "^1.0.0"
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
},
- "engines": {
- "node": ">=6"
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/expect": {
- "version": "24.9.0",
+ "node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-focus-scope": {
+ "version": "1.0.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/types": "^24.9.0",
- "ansi-styles": "^3.2.0",
- "jest-get-type": "^24.9.0",
- "jest-matcher-utils": "^24.9.0",
- "jest-message-util": "^24.9.0",
- "jest-regex-util": "^24.9.0"
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/react-compose-refs": "1.0.1",
+ "@radix-ui/react-primitive": "1.0.3",
+ "@radix-ui/react-use-callback-ref": "1.0.1"
},
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/fill-range": {
- "version": "4.0.0",
- "license": "MIT",
- "dependencies": {
- "extend-shallow": "^2.0.1",
- "is-number": "^3.0.0",
- "repeat-string": "^1.6.1",
- "to-regex-range": "^2.1.0"
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
},
- "engines": {
- "node": ">=0.10.0"
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/find-up": {
- "version": "6.3.0",
+ "node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-portal": {
+ "version": "1.0.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "locate-path": "^7.1.0",
- "path-exists": "^5.0.0"
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/react-primitive": "1.0.3"
},
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
},
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/fsevents": {
- "version": "1.2.13",
- "hasInstallScript": true,
+ "node_modules/@radix-ui/react-direction": {
+ "version": "1.0.1",
+ "dev": true,
"license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
"dependencies": {
- "bindings": "^1.5.0",
- "nan": "^2.12.1"
+ "@babel/runtime": "^7.13.10"
},
- "engines": {
- "node": ">= 4.0"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/get-stream": {
- "version": "4.1.0",
- "license": "MIT",
- "dependencies": {
- "pump": "^3.0.0"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0"
},
- "engines": {
- "node": ">=6"
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/import-local": {
- "version": "2.0.0",
+ "node_modules/@radix-ui/react-dismissable-layer": {
+ "version": "1.0.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "pkg-dir": "^3.0.0",
- "resolve-cwd": "^2.0.0"
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/primitive": "1.0.1",
+ "@radix-ui/react-compose-refs": "1.0.1",
+ "@radix-ui/react-primitive": "1.0.3",
+ "@radix-ui/react-use-callback-ref": "1.0.1",
+ "@radix-ui/react-use-escape-keydown": "1.0.3"
},
- "bin": {
- "import-local-fixture": "fixtures/cli.js"
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
},
- "engines": {
- "node": ">=6"
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/is-buffer": {
- "version": "1.1.6",
- "license": "MIT"
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/is-extendable": {
+ "node_modules/@radix-ui/react-focus-guards": {
"version": "1.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-plain-object": "^2.0.4"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/is-fullwidth-code-point": {
- "version": "2.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/is-number": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "kind-of": "^3.0.2"
+ "@babel/runtime": "^7.13.10"
},
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/is-number/node_modules/kind-of": {
- "version": "3.2.2",
- "license": "MIT",
- "dependencies": {
- "is-buffer": "^1.1.5"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0"
},
- "engines": {
- "node": ">=0.10.0"
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/is-stream": {
- "version": "1.1.0",
+ "node_modules/@radix-ui/react-focus-scope": {
+ "version": "1.0.3",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/istanbul-lib-coverage": {
- "version": "2.0.5",
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/istanbul-lib-instrument": {
- "version": "3.3.0",
- "license": "BSD-3-Clause",
"dependencies": {
- "@babel/generator": "^7.4.0",
- "@babel/parser": "^7.4.3",
- "@babel/template": "^7.4.0",
- "@babel/traverse": "^7.4.3",
- "@babel/types": "^7.4.0",
- "istanbul-lib-coverage": "^2.0.5",
- "semver": "^6.0.0"
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/react-compose-refs": "1.0.1",
+ "@radix-ui/react-primitive": "1.0.3",
+ "@radix-ui/react-use-callback-ref": "1.0.1"
},
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/istanbul-lib-report": {
- "version": "2.0.8",
- "license": "BSD-3-Clause",
- "dependencies": {
- "istanbul-lib-coverage": "^2.0.5",
- "make-dir": "^2.1.0",
- "supports-color": "^6.1.0"
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
},
- "engines": {
- "node": ">=6"
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/istanbul-lib-report/node_modules/supports-color": {
- "version": "6.1.0",
+ "node_modules/@radix-ui/react-id": {
+ "version": "1.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/istanbul-lib-source-maps": {
- "version": "3.0.6",
- "license": "BSD-3-Clause",
- "dependencies": {
- "debug": "^4.1.1",
- "istanbul-lib-coverage": "^2.0.5",
- "make-dir": "^2.1.0",
- "rimraf": "^2.6.3",
- "source-map": "^0.6.1"
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/react-use-layout-effect": "1.0.1"
},
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/istanbul-reports": {
- "version": "2.2.7",
- "license": "BSD-3-Clause",
- "dependencies": {
- "html-escaper": "^2.0.0"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0"
},
- "engines": {
- "node": ">=6"
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest": {
- "version": "24.9.0",
+ "node_modules/@radix-ui/react-popper": {
+ "version": "1.1.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "import-local": "^2.0.0",
- "jest-cli": "^24.9.0"
+ "@babel/runtime": "^7.13.10",
+ "@floating-ui/react-dom": "^2.0.0",
+ "@radix-ui/react-arrow": "1.0.3",
+ "@radix-ui/react-compose-refs": "1.0.1",
+ "@radix-ui/react-context": "1.0.1",
+ "@radix-ui/react-primitive": "1.0.3",
+ "@radix-ui/react-use-callback-ref": "1.0.1",
+ "@radix-ui/react-use-layout-effect": "1.0.1",
+ "@radix-ui/react-use-rect": "1.0.1",
+ "@radix-ui/react-use-size": "1.0.1",
+ "@radix-ui/rect": "1.0.1"
},
- "bin": {
- "jest": "bin/jest.js"
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
},
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-changed-files": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/types": "^24.9.0",
- "execa": "^1.0.0",
- "throat": "^4.0.0"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-cli": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/core": "^24.9.0",
- "@jest/test-result": "^24.9.0",
- "@jest/types": "^24.9.0",
- "chalk": "^2.0.1",
- "exit": "^0.1.2",
- "import-local": "^2.0.0",
- "is-ci": "^2.0.0",
- "jest-config": "^24.9.0",
- "jest-util": "^24.9.0",
- "jest-validate": "^24.9.0",
- "prompts": "^2.0.1",
- "realpath-native": "^1.1.0",
- "yargs": "^13.3.0"
- },
- "bin": {
- "jest": "bin/jest.js"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-cli/node_modules/chalk": {
- "version": "2.4.2",
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-cli/node_modules/supports-color": {
- "version": "5.5.0",
- "license": "MIT",
- "dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-diff": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "chalk": "^2.0.1",
- "diff-sequences": "^24.9.0",
- "jest-get-type": "^24.9.0",
- "pretty-format": "^24.9.0"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-diff/node_modules/ansi-regex": {
- "version": "4.1.1",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-diff/node_modules/chalk": {
- "version": "2.4.2",
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-diff/node_modules/pretty-format": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/types": "^24.9.0",
- "ansi-regex": "^4.0.0",
- "ansi-styles": "^3.2.0",
- "react-is": "^16.8.4"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-diff/node_modules/react-is": {
- "version": "16.13.1",
- "license": "MIT"
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-diff/node_modules/supports-color": {
- "version": "5.5.0",
- "license": "MIT",
- "dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-docblock": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "detect-newline": "^2.1.0"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-get-type": {
- "version": "24.9.0",
- "license": "MIT",
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-haste-map": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/types": "^24.9.0",
- "anymatch": "^2.0.0",
- "fb-watchman": "^2.0.0",
- "graceful-fs": "^4.1.15",
- "invariant": "^2.2.4",
- "jest-serializer": "^24.9.0",
- "jest-util": "^24.9.0",
- "jest-worker": "^24.9.0",
- "micromatch": "^3.1.10",
- "sane": "^4.0.3",
- "walker": "^1.0.7"
- },
- "engines": {
- "node": ">= 6"
- },
- "optionalDependencies": {
- "fsevents": "^1.2.7"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-leak-detector": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "jest-get-type": "^24.9.0",
- "pretty-format": "^24.9.0"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-leak-detector/node_modules/ansi-regex": {
- "version": "4.1.1",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-leak-detector/node_modules/pretty-format": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/types": "^24.9.0",
- "ansi-regex": "^4.0.0",
- "ansi-styles": "^3.2.0",
- "react-is": "^16.8.4"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-leak-detector/node_modules/react-is": {
- "version": "16.13.1",
- "license": "MIT"
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-matcher-utils": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "chalk": "^2.0.1",
- "jest-diff": "^24.9.0",
- "jest-get-type": "^24.9.0",
- "pretty-format": "^24.9.0"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-matcher-utils/node_modules/ansi-regex": {
- "version": "4.1.1",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-matcher-utils/node_modules/chalk": {
- "version": "2.4.2",
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-matcher-utils/node_modules/pretty-format": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/types": "^24.9.0",
- "ansi-regex": "^4.0.0",
- "ansi-styles": "^3.2.0",
- "react-is": "^16.8.4"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-matcher-utils/node_modules/react-is": {
- "version": "16.13.1",
- "license": "MIT"
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-matcher-utils/node_modules/supports-color": {
- "version": "5.5.0",
- "license": "MIT",
- "dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-message-util": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@babel/code-frame": "^7.0.0",
- "@jest/test-result": "^24.9.0",
- "@jest/types": "^24.9.0",
- "@types/stack-utils": "^1.0.1",
- "chalk": "^2.0.1",
- "micromatch": "^3.1.10",
- "slash": "^2.0.0",
- "stack-utils": "^1.0.1"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-message-util/node_modules/chalk": {
- "version": "2.4.2",
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-message-util/node_modules/supports-color": {
- "version": "5.5.0",
- "license": "MIT",
- "dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-mock": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/types": "^24.9.0"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-regex-util": {
- "version": "24.9.0",
- "license": "MIT",
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-resolve": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/types": "^24.9.0",
- "browser-resolve": "^1.11.3",
- "chalk": "^2.0.1",
- "jest-pnp-resolver": "^1.2.1",
- "realpath-native": "^1.1.0"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-resolve-dependencies": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/types": "^24.9.0",
- "jest-regex-util": "^24.3.0",
- "jest-snapshot": "^24.9.0"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-resolve/node_modules/chalk": {
- "version": "2.4.2",
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-resolve/node_modules/supports-color": {
- "version": "5.5.0",
- "license": "MIT",
- "dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-runner": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/console": "^24.7.1",
- "@jest/environment": "^24.9.0",
- "@jest/test-result": "^24.9.0",
- "@jest/types": "^24.9.0",
- "chalk": "^2.4.2",
- "exit": "^0.1.2",
- "graceful-fs": "^4.1.15",
- "jest-config": "^24.9.0",
- "jest-docblock": "^24.3.0",
- "jest-haste-map": "^24.9.0",
- "jest-jasmine2": "^24.9.0",
- "jest-leak-detector": "^24.9.0",
- "jest-message-util": "^24.9.0",
- "jest-resolve": "^24.9.0",
- "jest-runtime": "^24.9.0",
- "jest-util": "^24.9.0",
- "jest-worker": "^24.6.0",
- "source-map-support": "^0.5.6",
- "throat": "^4.0.0"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-runner/node_modules/chalk": {
- "version": "2.4.2",
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-runner/node_modules/supports-color": {
- "version": "5.5.0",
- "license": "MIT",
- "dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-runtime": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/console": "^24.7.1",
- "@jest/environment": "^24.9.0",
- "@jest/source-map": "^24.3.0",
- "@jest/transform": "^24.9.0",
- "@jest/types": "^24.9.0",
- "@types/yargs": "^13.0.0",
- "chalk": "^2.0.1",
- "exit": "^0.1.2",
- "glob": "^7.1.3",
- "graceful-fs": "^4.1.15",
- "jest-config": "^24.9.0",
- "jest-haste-map": "^24.9.0",
- "jest-message-util": "^24.9.0",
- "jest-mock": "^24.9.0",
- "jest-regex-util": "^24.3.0",
- "jest-resolve": "^24.9.0",
- "jest-snapshot": "^24.9.0",
- "jest-util": "^24.9.0",
- "jest-validate": "^24.9.0",
- "realpath-native": "^1.1.0",
- "slash": "^2.0.0",
- "strip-bom": "^3.0.0",
- "yargs": "^13.3.0"
- },
- "bin": {
- "jest-runtime": "bin/jest-runtime.js"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-runtime/node_modules/chalk": {
- "version": "2.4.2",
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-runtime/node_modules/supports-color": {
- "version": "5.5.0",
- "license": "MIT",
- "dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-snapshot": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.0.0",
- "@jest/types": "^24.9.0",
- "chalk": "^2.0.1",
- "expect": "^24.9.0",
- "jest-diff": "^24.9.0",
- "jest-get-type": "^24.9.0",
- "jest-matcher-utils": "^24.9.0",
- "jest-message-util": "^24.9.0",
- "jest-resolve": "^24.9.0",
- "mkdirp": "^0.5.1",
- "natural-compare": "^1.4.0",
- "pretty-format": "^24.9.0",
- "semver": "^6.2.0"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-snapshot/node_modules/ansi-regex": {
- "version": "4.1.1",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-snapshot/node_modules/chalk": {
- "version": "2.4.2",
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-snapshot/node_modules/pretty-format": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/types": "^24.9.0",
- "ansi-regex": "^4.0.0",
- "ansi-styles": "^3.2.0",
- "react-is": "^16.8.4"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-snapshot/node_modules/react-is": {
- "version": "16.13.1",
- "license": "MIT"
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-snapshot/node_modules/supports-color": {
- "version": "5.5.0",
- "license": "MIT",
- "dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-util": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/console": "^24.9.0",
- "@jest/fake-timers": "^24.9.0",
- "@jest/source-map": "^24.9.0",
- "@jest/test-result": "^24.9.0",
- "@jest/types": "^24.9.0",
- "callsites": "^3.0.0",
- "chalk": "^2.0.1",
- "graceful-fs": "^4.1.15",
- "is-ci": "^2.0.0",
- "mkdirp": "^0.5.1",
- "slash": "^2.0.0",
- "source-map": "^0.6.0"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-util/node_modules/chalk": {
- "version": "2.4.2",
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-util/node_modules/supports-color": {
- "version": "5.5.0",
- "license": "MIT",
- "dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-validate": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/types": "^24.9.0",
- "camelcase": "^5.3.1",
- "chalk": "^2.0.1",
- "jest-get-type": "^24.9.0",
- "leven": "^3.1.0",
- "pretty-format": "^24.9.0"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-validate/node_modules/ansi-regex": {
- "version": "4.1.1",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-validate/node_modules/chalk": {
- "version": "2.4.2",
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-validate/node_modules/pretty-format": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/types": "^24.9.0",
- "ansi-regex": "^4.0.0",
- "ansi-styles": "^3.2.0",
- "react-is": "^16.8.4"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-validate/node_modules/react-is": {
- "version": "16.13.1",
- "license": "MIT"
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-validate/node_modules/supports-color": {
- "version": "5.5.0",
- "license": "MIT",
- "dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-watcher": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/test-result": "^24.9.0",
- "@jest/types": "^24.9.0",
- "@types/yargs": "^13.0.0",
- "ansi-escapes": "^3.0.0",
- "chalk": "^2.0.1",
- "jest-util": "^24.9.0",
- "string-length": "^2.0.0"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-watcher/node_modules/chalk": {
- "version": "2.4.2",
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-watcher/node_modules/supports-color": {
- "version": "5.5.0",
- "license": "MIT",
- "dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-worker": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "merge-stream": "^2.0.0",
- "supports-color": "^6.1.0"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/jest-worker/node_modules/supports-color": {
- "version": "6.1.0",
- "license": "MIT",
- "dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/locate-path": {
- "version": "7.2.0",
- "license": "MIT",
- "dependencies": {
- "p-locate": "^6.0.0"
- },
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/micromatch": {
- "version": "3.1.10",
- "license": "MIT",
- "dependencies": {
- "arr-diff": "^4.0.0",
- "array-unique": "^0.3.2",
- "braces": "^2.3.1",
- "define-property": "^2.0.2",
- "extend-shallow": "^3.0.2",
- "extglob": "^2.0.4",
- "fragment-cache": "^0.2.1",
- "kind-of": "^6.0.2",
- "nanomatch": "^1.2.9",
- "object.pick": "^1.3.0",
- "regex-not": "^1.0.0",
- "snapdragon": "^0.8.1",
- "to-regex": "^3.0.2"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/micromatch/node_modules/extend-shallow": {
- "version": "3.0.2",
- "license": "MIT",
- "dependencies": {
- "assign-symbols": "^1.0.0",
- "is-extendable": "^1.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/mkdirp": {
- "version": "0.5.6",
- "license": "MIT",
- "dependencies": {
- "minimist": "^1.2.6"
- },
- "bin": {
- "mkdirp": "bin/cmd.js"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/npm-run-path": {
- "version": "2.0.2",
- "license": "MIT",
- "dependencies": {
- "path-key": "^2.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/p-limit": {
- "version": "4.0.0",
- "license": "MIT",
- "dependencies": {
- "yocto-queue": "^1.0.0"
- },
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/p-locate": {
- "version": "6.0.0",
- "license": "MIT",
- "dependencies": {
- "p-limit": "^4.0.0"
- },
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/path-exists": {
- "version": "5.0.0",
- "license": "MIT",
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/path-key": {
- "version": "2.0.1",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/path-type": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "pify": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/pify": {
- "version": "3.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/pkg-dir": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "find-up": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/pkg-dir/node_modules/find-up": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "locate-path": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/pkg-dir/node_modules/locate-path": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "p-locate": "^3.0.0",
- "path-exists": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/pkg-dir/node_modules/p-limit": {
- "version": "2.3.0",
- "license": "MIT",
- "dependencies": {
- "p-try": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/pkg-dir/node_modules/p-locate": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "p-limit": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/pkg-dir/node_modules/path-exists": {
- "version": "3.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/pretty-format": {
- "version": "25.5.0",
- "license": "MIT",
- "dependencies": {
- "@jest/types": "^25.5.0",
- "ansi-regex": "^5.0.0",
- "ansi-styles": "^4.0.0",
- "react-is": "^16.12.0"
- },
- "engines": {
- "node": ">= 8.3"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/pretty-format/node_modules/@jest/types": {
- "version": "25.5.0",
- "license": "MIT",
- "dependencies": {
- "@types/istanbul-lib-coverage": "^2.0.0",
- "@types/istanbul-reports": "^1.1.1",
- "@types/yargs": "^15.0.0",
- "chalk": "^3.0.0"
- },
- "engines": {
- "node": ">= 8.3"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/pretty-format/node_modules/@types/yargs": {
- "version": "15.0.19",
- "license": "MIT",
- "dependencies": {
- "@types/yargs-parser": "*"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/pretty-format/node_modules/ansi-styles": {
- "version": "4.3.0",
- "license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/pretty-format/node_modules/react-is": {
- "version": "16.13.1",
- "license": "MIT"
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/read-pkg-up": {
- "version": "6.0.0",
- "license": "MIT",
- "dependencies": {
- "find-up": "^4.0.0",
- "read-pkg": "^5.1.1",
- "type-fest": "^0.5.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/read-pkg-up/node_modules/find-up": {
- "version": "4.1.0",
- "license": "MIT",
- "dependencies": {
- "locate-path": "^5.0.0",
- "path-exists": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/read-pkg-up/node_modules/locate-path": {
- "version": "5.0.0",
- "license": "MIT",
- "dependencies": {
- "p-locate": "^4.1.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/read-pkg-up/node_modules/p-limit": {
- "version": "2.3.0",
- "license": "MIT",
- "dependencies": {
- "p-try": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/read-pkg-up/node_modules/p-locate": {
- "version": "4.1.0",
- "license": "MIT",
- "dependencies": {
- "p-limit": "^2.2.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/read-pkg-up/node_modules/path-exists": {
- "version": "4.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/resolve-cwd": {
- "version": "2.0.0",
- "license": "MIT",
- "dependencies": {
- "resolve-from": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/resolve-from": {
- "version": "3.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/rimraf": {
- "version": "2.7.1",
- "license": "ISC",
- "dependencies": {
- "glob": "^7.1.3"
- },
- "bin": {
- "rimraf": "bin.js"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/semver": {
- "version": "6.3.1",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/stack-utils": {
- "version": "1.0.5",
- "license": "MIT",
- "dependencies": {
- "escape-string-regexp": "^2.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/stack-utils/node_modules/escape-string-regexp": {
- "version": "2.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/string-length": {
- "version": "2.0.0",
- "license": "MIT",
- "dependencies": {
- "astral-regex": "^1.0.0",
- "strip-ansi": "^4.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/string-length/node_modules/ansi-regex": {
- "version": "3.0.1",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/string-length/node_modules/strip-ansi": {
- "version": "4.0.0",
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/string-width": {
- "version": "3.1.0",
- "license": "MIT",
- "dependencies": {
- "emoji-regex": "^7.0.1",
- "is-fullwidth-code-point": "^2.0.0",
- "strip-ansi": "^5.1.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/strip-ansi": {
- "version": "5.2.0",
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^4.1.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/strip-ansi/node_modules/ansi-regex": {
- "version": "4.1.1",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/supports-color": {
- "version": "7.2.0",
- "license": "MIT",
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/supports-color/node_modules/has-flag": {
- "version": "4.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/test-exclude": {
- "version": "5.2.3",
- "license": "ISC",
- "dependencies": {
- "glob": "^7.1.3",
- "minimatch": "^3.0.4",
- "read-pkg-up": "^4.0.0",
- "require-main-filename": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/test-exclude/node_modules/find-up": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "locate-path": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/test-exclude/node_modules/locate-path": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "p-locate": "^3.0.0",
- "path-exists": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/test-exclude/node_modules/p-limit": {
- "version": "2.3.0",
- "license": "MIT",
- "dependencies": {
- "p-try": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/test-exclude/node_modules/p-locate": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "p-limit": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/test-exclude/node_modules/path-exists": {
- "version": "3.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/test-exclude/node_modules/read-pkg": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "load-json-file": "^4.0.0",
- "normalize-package-data": "^2.3.2",
- "path-type": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/test-exclude/node_modules/read-pkg-up": {
- "version": "4.0.0",
- "license": "MIT",
- "dependencies": {
- "find-up": "^3.0.0",
- "read-pkg": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/to-regex-range": {
- "version": "2.1.1",
- "license": "MIT",
- "dependencies": {
- "is-number": "^3.0.0",
- "repeat-string": "^1.6.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/type-fest": {
- "version": "0.5.2",
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/wrap-ansi": {
- "version": "5.1.0",
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^3.2.0",
- "string-width": "^3.0.0",
- "strip-ansi": "^5.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/write-file-atomic": {
- "version": "2.4.1",
- "license": "ISC",
- "dependencies": {
- "graceful-fs": "^4.1.11",
- "imurmurhash": "^0.1.4",
- "signal-exit": "^3.0.2"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/yargs": {
- "version": "13.3.2",
- "license": "MIT",
- "dependencies": {
- "cliui": "^5.0.0",
- "find-up": "^3.0.0",
- "get-caller-file": "^2.0.1",
- "require-directory": "^2.1.1",
- "require-main-filename": "^2.0.0",
- "set-blocking": "^2.0.0",
- "string-width": "^3.0.0",
- "which-module": "^2.0.0",
- "y18n": "^4.0.0",
- "yargs-parser": "^13.1.2"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/yargs-parser": {
- "version": "13.1.2",
- "license": "ISC",
- "dependencies": {
- "camelcase": "^5.0.0",
- "decamelize": "^1.2.0"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/yargs/node_modules/find-up": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "locate-path": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/yargs/node_modules/locate-path": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "p-locate": "^3.0.0",
- "path-exists": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/yargs/node_modules/p-limit": {
- "version": "2.3.0",
- "license": "MIT",
- "dependencies": {
- "p-try": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/yargs/node_modules/p-locate": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "p-limit": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/yargs/node_modules/path-exists": {
- "version": "3.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@primer/gatsby-theme-doctocat/node_modules/yocto-queue": {
- "version": "1.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@primer/live-region-element": {
- "version": "0.7.0",
- "resolved": "https://registry.npmjs.org/@primer/live-region-element/-/live-region-element-0.7.0.tgz",
- "integrity": "sha512-V3pPHlYDMU6UHDVSYeSzZJ5LHhM06k/CaegstoXUk6DzgNsT4z0IhnqeEtyNAqe21PDXNFCpCtxZZndEDgN7FQ==",
- "dependencies": {
- "@lit-labs/ssr-dom-shim": "^1.2.0"
- }
- },
- "node_modules/@primer/octicons-react": {
- "version": "19.9.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- },
- "peerDependencies": {
- "react": ">=16.3"
- }
- },
- "node_modules/@primer/primitives": {
- "version": "7.17.1",
- "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-7.17.1.tgz",
- "integrity": "sha512-SiPzEb+up1nDpV2NGwNiY8m6sGnF3OUqRb0has5s6T40vq6Li/g3cYVgl+oolEa4DUoNygEPs09jwJt24f/3zg==",
- "license": "MIT"
- },
- "node_modules/@primer/react": {
- "resolved": "packages/react",
- "link": true
- },
- "node_modules/@primer/stylelint-config": {
- "version": "13.0.0-rc.fd47ce2",
- "resolved": "https://registry.npmjs.org/@primer/stylelint-config/-/stylelint-config-13.0.0-rc.fd47ce2.tgz",
- "integrity": "sha512-JqiJ2zFdFzc8djUzpmZB8s6MjAVbj/3IuzyEcyiaorSjDWw0CbXg6vsKJ/+aisCDDbWbTdTXr4ScVH3u8q0e0g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@github/browserslist-config": "^1.0.0",
- "@primer/css": "^21.0.8",
- "@primer/primitives": "^8.2.0",
- "anymatch": "^3.1.1",
- "postcss-scss": "^4.0.2",
- "postcss-styled-syntax": "^0.6.4",
- "postcss-value-parser": "^4.0.2",
- "string.prototype.matchall": "^4.0.2",
- "stylelint": "^16.3.1",
- "stylelint-config-standard": "^36.0.0",
- "stylelint-css-modules-no-global-scoped-selector": "^1.0.2",
- "stylelint-no-unsupported-browser-features": "^8.0.0",
- "stylelint-order": "^6.0.4",
- "stylelint-scss": "^6.2.0",
- "stylelint-value-no-unknown-custom-properties": "^6.0.1",
- "tap-map": "^1.0.0"
- },
- "engines": {
- "node": ">16.0.0"
- }
- },
- "node_modules/@primer/stylelint-config/node_modules/@primer/primitives": {
- "version": "8.2.3",
- "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-8.2.3.tgz",
- "integrity": "sha512-K8A/DA6xv8P/kD/9DupFn+KYlo06OpcrwfwJf+sKp+KnX7ZRwLLDg1AaEGAoRoaykXRY/gfrXlgDfK7laOTWyA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@primer/stylelint-config/node_modules/anymatch": {
- "version": "3.1.3",
- "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
- "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "normalize-path": "^3.0.0",
- "picomatch": "^2.0.4"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@primer/view-components": {
- "version": "0.27.0",
- "resolved": "https://registry.npmjs.org/@primer/view-components/-/view-components-0.27.0.tgz",
- "integrity": "sha512-pNEnD6B6rDJ+uTEZyfSkiqV4MVkL0HQI8DJb+OaAvJP9x0HjUtKh0WHxTCsvlC6pCbDOeanph2JichE5XqWKRw==",
- "dev": true,
- "dependencies": {
- "@github/auto-check-element": "^5.2.0",
- "@github/auto-complete-element": "^3.6.2",
- "@github/catalyst": "^1.6.0",
- "@github/clipboard-copy-element": "^1.3.0",
- "@github/details-menu-element": "^1.0.12",
- "@github/image-crop-element": "^5.0.0",
- "@github/include-fragment-element": "^6.1.1",
- "@github/relative-time-element": "^4.0.0",
- "@github/tab-container-element": "^3.1.2",
- "@oddbird/popover-polyfill": "^0.4.0",
- "@primer/behaviors": "^1.3.4"
- }
- },
- "node_modules/@primer/view-components/node_modules/@github/tab-container-element": {
- "version": "3.4.0",
- "resolved": "https://registry.npmjs.org/@github/tab-container-element/-/tab-container-element-3.4.0.tgz",
- "integrity": "sha512-Yx70pO8A0p7Stnm9knKkUNX8i4bjuwDYZarRkM8JH0Z+ffhpe++oNAPbzGI9GEcGugRHvKuSC6p4YOdoHtTniQ==",
- "dev": true
- },
- "node_modules/@primer/view-components/node_modules/@oddbird/popover-polyfill": {
- "version": "0.4.4",
- "resolved": "https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.4.4.tgz",
- "integrity": "sha512-n9q0ZXYRct6aYmOjjF5E+i5i0RSjVCkoKDJWILzJAkDBk4jmWOAZFjQfExtcAiJa0buX/Lx/CzBdGgiSSAlbrw==",
- "dev": true
- },
- "node_modules/@puppeteer/browsers": {
- "version": "2.1.0",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "debug": "4.3.4",
- "extract-zip": "2.0.1",
- "progress": "2.0.3",
- "proxy-agent": "6.4.0",
- "semver": "7.6.0",
- "tar-fs": "3.0.5",
- "unbzip2-stream": "1.4.3",
- "yargs": "17.7.2"
- },
- "bin": {
- "browsers": "lib/cjs/main-cli.js"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@puppeteer/browsers/node_modules/ansi-styles": {
- "version": "4.3.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@puppeteer/browsers/node_modules/cliui": {
- "version": "8.0.1",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "string-width": "^4.2.0",
- "strip-ansi": "^6.0.1",
- "wrap-ansi": "^7.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@puppeteer/browsers/node_modules/color-convert": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/@puppeteer/browsers/node_modules/color-name": {
- "version": "1.1.4",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@puppeteer/browsers/node_modules/lru-cache": {
- "version": "6.0.0",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "yallist": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@puppeteer/browsers/node_modules/semver": {
- "version": "7.6.0",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "lru-cache": "^6.0.0"
- },
- "bin": {
- "semver": "bin/semver.js"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@puppeteer/browsers/node_modules/tar-fs": {
- "version": "3.0.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "pump": "^3.0.0",
- "tar-stream": "^3.1.5"
- },
- "optionalDependencies": {
- "bare-fs": "^2.1.1",
- "bare-path": "^2.1.0"
- }
- },
- "node_modules/@puppeteer/browsers/node_modules/tar-stream": {
- "version": "3.1.7",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "b4a": "^1.6.4",
- "fast-fifo": "^1.2.0",
- "streamx": "^2.15.0"
- }
- },
- "node_modules/@puppeteer/browsers/node_modules/wrap-ansi": {
- "version": "7.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/@puppeteer/browsers/node_modules/y18n": {
- "version": "5.0.8",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@puppeteer/browsers/node_modules/yallist": {
- "version": "4.0.0",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/@puppeteer/browsers/node_modules/yargs": {
- "version": "17.7.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cliui": "^8.0.1",
- "escalade": "^3.1.1",
- "get-caller-file": "^2.0.5",
- "require-directory": "^2.1.1",
- "string-width": "^4.2.3",
- "y18n": "^5.0.5",
- "yargs-parser": "^21.1.1"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@puppeteer/browsers/node_modules/yargs-parser": {
- "version": "21.1.1",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@radix-ui/number": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@radix-ui/number/-/number-1.0.1.tgz",
- "integrity": "sha512-T5gIdVO2mmPW3NNhjNgEP3cqMXjXL9UbO0BzWcXfvdBs+BohbQxvd/K5hSVKmn9/lbTdsQVKbUcP5WLCwvUbBg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10"
- }
- },
- "node_modules/@radix-ui/primitive": {
- "version": "1.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10"
- }
- },
- "node_modules/@radix-ui/react-arrow": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.0.3.tgz",
- "integrity": "sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/react-primitive": "1.0.3"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-collection": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.0.3.tgz",
- "integrity": "sha512-3SzW+0PW7yBBoQlT8wNcGtaxaD0XSu0uLUFgrtHY08Acx05TaHaOmVLR73c0j/cqpDy53KBMO7s0dx2wmOIDIA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/react-compose-refs": "1.0.1",
- "@radix-ui/react-context": "1.0.1",
- "@radix-ui/react-primitive": "1.0.3",
- "@radix-ui/react-slot": "1.0.2"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-compose-refs": {
- "version": "1.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-context": {
- "version": "1.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-dialog": {
- "version": "1.0.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/primitive": "1.0.1",
- "@radix-ui/react-compose-refs": "1.0.1",
- "@radix-ui/react-context": "1.0.1",
- "@radix-ui/react-dismissable-layer": "1.0.5",
- "@radix-ui/react-focus-guards": "1.0.1",
- "@radix-ui/react-focus-scope": "1.0.4",
- "@radix-ui/react-id": "1.0.1",
- "@radix-ui/react-portal": "1.0.4",
- "@radix-ui/react-presence": "1.0.1",
- "@radix-ui/react-primitive": "1.0.3",
- "@radix-ui/react-slot": "1.0.2",
- "@radix-ui/react-use-controllable-state": "1.0.1",
- "aria-hidden": "^1.1.1",
- "react-remove-scroll": "2.5.5"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-dismissable-layer": {
- "version": "1.0.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/primitive": "1.0.1",
- "@radix-ui/react-compose-refs": "1.0.1",
- "@radix-ui/react-primitive": "1.0.3",
- "@radix-ui/react-use-callback-ref": "1.0.1",
- "@radix-ui/react-use-escape-keydown": "1.0.3"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-focus-scope": {
- "version": "1.0.4",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/react-compose-refs": "1.0.1",
- "@radix-ui/react-primitive": "1.0.3",
- "@radix-ui/react-use-callback-ref": "1.0.1"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-portal": {
- "version": "1.0.4",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/react-primitive": "1.0.3"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-direction": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.0.1.tgz",
- "integrity": "sha512-RXcvnXgyvYvBEOhCBuddKecVkoMiI10Jcm5cTI7abJRAHYfFxeu+FBQs/DvdxSYucxR5mna0dNsL6QFlds5TMA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-dismissable-layer": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.0.4.tgz",
- "integrity": "sha512-7UpBa/RKMoHJYjie1gkF1DlK8l1fdU/VKDpoS3rCCo8YBJR294GwcEHyxHw72yvphJ7ld0AXEcSLAzY2F/WyCg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/primitive": "1.0.1",
- "@radix-ui/react-compose-refs": "1.0.1",
- "@radix-ui/react-primitive": "1.0.3",
- "@radix-ui/react-use-callback-ref": "1.0.1",
- "@radix-ui/react-use-escape-keydown": "1.0.3"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-focus-guards": {
- "version": "1.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-focus-scope": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.3.tgz",
- "integrity": "sha512-upXdPfqI4islj2CslyfUBNlaJCPybbqRHAi1KER7Isel9Q2AtSJ0zRBZv8mWQiFXD2nyAJ4BhC3yXgZ6kMBSrQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/react-compose-refs": "1.0.1",
- "@radix-ui/react-primitive": "1.0.3",
- "@radix-ui/react-use-callback-ref": "1.0.1"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-id": {
- "version": "1.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/react-use-layout-effect": "1.0.1"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-popper": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.1.2.tgz",
- "integrity": "sha512-1CnGGfFi/bbqtJZZ0P/NQY20xdG3E0LALJaLUEoKwPLwl6PPPfbeiCqMVQnhoFRAxjJj4RpBRJzDmUgsex2tSg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10",
- "@floating-ui/react-dom": "^2.0.0",
- "@radix-ui/react-arrow": "1.0.3",
- "@radix-ui/react-compose-refs": "1.0.1",
- "@radix-ui/react-context": "1.0.1",
- "@radix-ui/react-primitive": "1.0.3",
- "@radix-ui/react-use-callback-ref": "1.0.1",
- "@radix-ui/react-use-layout-effect": "1.0.1",
- "@radix-ui/react-use-rect": "1.0.1",
- "@radix-ui/react-use-size": "1.0.1",
- "@radix-ui/rect": "1.0.1"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-portal": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.0.3.tgz",
- "integrity": "sha512-xLYZeHrWoPmA5mEKEfZZevoVRK/Q43GfzRXkWV6qawIWWK8t6ifIiLQdd7rmQ4Vk1bmI21XhqF9BN3jWf+phpA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/react-primitive": "1.0.3"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-presence": {
- "version": "1.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/react-compose-refs": "1.0.1",
- "@radix-ui/react-use-layout-effect": "1.0.1"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-primitive": {
- "version": "1.0.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/react-slot": "1.0.2"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-roving-focus": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.1.0.tgz",
- "integrity": "sha512-EA6AMGeq9AEeQDeSH0aZgG198qkfHSbvWTf1HvoDmOB5bBG/qTxjYMWUKMnYiV6J/iP/J8MEFSuB2zRU2n7ODA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@radix-ui/primitive": "1.1.0",
- "@radix-ui/react-collection": "1.1.0",
- "@radix-ui/react-compose-refs": "1.1.0",
- "@radix-ui/react-context": "1.1.0",
- "@radix-ui/react-direction": "1.1.0",
- "@radix-ui/react-id": "1.1.0",
- "@radix-ui/react-primitive": "2.0.0",
- "@radix-ui/react-use-callback-ref": "1.1.0",
- "@radix-ui/react-use-controllable-state": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/primitive": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.0.tgz",
- "integrity": "sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-collection": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.0.tgz",
- "integrity": "sha512-GZsZslMJEyo1VKm5L1ZJY8tGDxZNPAoUeQUIbKeJfoi7Q4kmig5AsgLMYYuyYbfjd8fBmFORAIwYAkXMnXZgZw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@radix-ui/react-compose-refs": "1.1.0",
- "@radix-ui/react-context": "1.1.0",
- "@radix-ui/react-primitive": "2.0.0",
- "@radix-ui/react-slot": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-compose-refs": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.0.tgz",
- "integrity": "sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-context": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.0.tgz",
- "integrity": "sha512-OKrckBy+sMEgYM/sMmqmErVn0kZqrHPJze+Ql3DzYsDDp0hl0L62nx/2122/Bvps1qz645jlcu2tD9lrRSdf8A==",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-direction": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.1.0.tgz",
- "integrity": "sha512-BUuBvgThEiAXh2DWu93XsT+a3aWrGqolGlqqw5VU1kG7p/ZH2cuDlM1sRLNnY3QcBS69UIz2mcKhMxDsdewhjg==",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-id": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.0.tgz",
- "integrity": "sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@radix-ui/react-use-layout-effect": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-primitive": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.0.tgz",
- "integrity": "sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@radix-ui/react-slot": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-slot": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.0.tgz",
- "integrity": "sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@radix-ui/react-compose-refs": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-use-callback-ref": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz",
- "integrity": "sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-use-controllable-state": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.1.0.tgz",
- "integrity": "sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@radix-ui/react-use-callback-ref": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-use-layout-effect": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.0.tgz",
- "integrity": "sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-select": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-select/-/react-select-1.2.2.tgz",
- "integrity": "sha512-zI7McXr8fNaSrUY9mZe4x/HC0jTLY9fWNhO1oLWYMQGDXuV4UCivIGTxwioSzO0ZCYX9iSLyWmAh/1TOmX3Cnw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/number": "1.0.1",
- "@radix-ui/primitive": "1.0.1",
- "@radix-ui/react-collection": "1.0.3",
- "@radix-ui/react-compose-refs": "1.0.1",
- "@radix-ui/react-context": "1.0.1",
- "@radix-ui/react-direction": "1.0.1",
- "@radix-ui/react-dismissable-layer": "1.0.4",
- "@radix-ui/react-focus-guards": "1.0.1",
- "@radix-ui/react-focus-scope": "1.0.3",
- "@radix-ui/react-id": "1.0.1",
- "@radix-ui/react-popper": "1.1.2",
- "@radix-ui/react-portal": "1.0.3",
- "@radix-ui/react-primitive": "1.0.3",
- "@radix-ui/react-slot": "1.0.2",
- "@radix-ui/react-use-callback-ref": "1.0.1",
- "@radix-ui/react-use-controllable-state": "1.0.1",
- "@radix-ui/react-use-layout-effect": "1.0.1",
- "@radix-ui/react-use-previous": "1.0.1",
- "@radix-ui/react-visually-hidden": "1.0.3",
- "aria-hidden": "^1.1.1",
- "react-remove-scroll": "2.5.5"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-separator": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-separator/-/react-separator-1.1.0.tgz",
- "integrity": "sha512-3uBAs+egzvJBDZAzvb/n4NxxOYpnspmWxO2u5NbZ8Y6FM/NdrGSF9bop3Cf6F6C71z1rTSn8KV0Fo2ZVd79lGA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@radix-ui/react-primitive": "2.0.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-separator/node_modules/@radix-ui/react-compose-refs": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.0.tgz",
- "integrity": "sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-separator/node_modules/@radix-ui/react-primitive": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.0.tgz",
- "integrity": "sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@radix-ui/react-slot": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-separator/node_modules/@radix-ui/react-slot": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.0.tgz",
- "integrity": "sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@radix-ui/react-compose-refs": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-slot": {
- "version": "1.0.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/react-compose-refs": "1.0.1"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-toggle": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-toggle/-/react-toggle-1.1.0.tgz",
- "integrity": "sha512-gwoxaKZ0oJ4vIgzsfESBuSgJNdc0rv12VhHgcqN0TEJmmZixXG/2XpsLK8kzNWYcnaoRIEEQc0bEi3dIvdUpjw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@radix-ui/primitive": "1.1.0",
- "@radix-ui/react-primitive": "2.0.0",
- "@radix-ui/react-use-controllable-state": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-toggle-group": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-toggle-group/-/react-toggle-group-1.1.0.tgz",
- "integrity": "sha512-PpTJV68dZU2oqqgq75Uzto5o/XfOVgkrJ9rulVmfTKxWp3HfUjHE6CP/WLRR4AzPX9HWxw7vFow2me85Yu+Naw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@radix-ui/primitive": "1.1.0",
- "@radix-ui/react-context": "1.1.0",
- "@radix-ui/react-direction": "1.1.0",
- "@radix-ui/react-primitive": "2.0.0",
- "@radix-ui/react-roving-focus": "1.1.0",
- "@radix-ui/react-toggle": "1.1.0",
- "@radix-ui/react-use-controllable-state": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/primitive": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.0.tgz",
- "integrity": "sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-compose-refs": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.0.tgz",
- "integrity": "sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-context": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.0.tgz",
- "integrity": "sha512-OKrckBy+sMEgYM/sMmqmErVn0kZqrHPJze+Ql3DzYsDDp0hl0L62nx/2122/Bvps1qz645jlcu2tD9lrRSdf8A==",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-direction": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.1.0.tgz",
- "integrity": "sha512-BUuBvgThEiAXh2DWu93XsT+a3aWrGqolGlqqw5VU1kG7p/ZH2cuDlM1sRLNnY3QcBS69UIz2mcKhMxDsdewhjg==",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-primitive": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.0.tgz",
- "integrity": "sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@radix-ui/react-slot": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-slot": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.0.tgz",
- "integrity": "sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@radix-ui/react-compose-refs": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-use-callback-ref": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz",
- "integrity": "sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-use-controllable-state": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.1.0.tgz",
- "integrity": "sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@radix-ui/react-use-callback-ref": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-toggle/node_modules/@radix-ui/primitive": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.0.tgz",
- "integrity": "sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@radix-ui/react-toggle/node_modules/@radix-ui/react-compose-refs": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.0.tgz",
- "integrity": "sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-toggle/node_modules/@radix-ui/react-primitive": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.0.tgz",
- "integrity": "sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@radix-ui/react-slot": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-toggle/node_modules/@radix-ui/react-slot": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.0.tgz",
- "integrity": "sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@radix-ui/react-compose-refs": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-toggle/node_modules/@radix-ui/react-use-callback-ref": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz",
- "integrity": "sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-toggle/node_modules/@radix-ui/react-use-controllable-state": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.1.0.tgz",
- "integrity": "sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@radix-ui/react-use-callback-ref": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-toolbar": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-toolbar/-/react-toolbar-1.1.0.tgz",
- "integrity": "sha512-ZUKknxhMTL/4hPh+4DuaTot9aO7UD6Kupj4gqXCsBTayX1pD1L+0C2/2VZKXb4tIifQklZ3pf2hG9T+ns+FclQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@radix-ui/primitive": "1.1.0",
- "@radix-ui/react-context": "1.1.0",
- "@radix-ui/react-direction": "1.1.0",
- "@radix-ui/react-primitive": "2.0.0",
- "@radix-ui/react-roving-focus": "1.1.0",
- "@radix-ui/react-separator": "1.1.0",
- "@radix-ui/react-toggle-group": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-toolbar/node_modules/@radix-ui/primitive": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.0.tgz",
- "integrity": "sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@radix-ui/react-toolbar/node_modules/@radix-ui/react-compose-refs": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.0.tgz",
- "integrity": "sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-toolbar/node_modules/@radix-ui/react-context": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.0.tgz",
- "integrity": "sha512-OKrckBy+sMEgYM/sMmqmErVn0kZqrHPJze+Ql3DzYsDDp0hl0L62nx/2122/Bvps1qz645jlcu2tD9lrRSdf8A==",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-toolbar/node_modules/@radix-ui/react-direction": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.1.0.tgz",
- "integrity": "sha512-BUuBvgThEiAXh2DWu93XsT+a3aWrGqolGlqqw5VU1kG7p/ZH2cuDlM1sRLNnY3QcBS69UIz2mcKhMxDsdewhjg==",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-toolbar/node_modules/@radix-ui/react-primitive": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.0.tgz",
- "integrity": "sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@radix-ui/react-slot": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-toolbar/node_modules/@radix-ui/react-slot": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.0.tgz",
- "integrity": "sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@radix-ui/react-compose-refs": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-use-callback-ref": {
- "version": "1.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-use-controllable-state": {
- "version": "1.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/react-use-callback-ref": "1.0.1"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-use-escape-keydown": {
- "version": "1.0.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/react-use-callback-ref": "1.0.1"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-use-layout-effect": {
- "version": "1.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-use-previous": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-previous/-/react-use-previous-1.0.1.tgz",
- "integrity": "sha512-cV5La9DPwiQ7S0gf/0qiD6YgNqM5Fk97Kdrlc5yBcrF3jyEZQwm7vYFqMo4IfeHgJXsRaMvLABFtd0OVEmZhDw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-use-rect": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-rect/-/react-use-rect-1.0.1.tgz",
- "integrity": "sha512-Cq5DLuSiuYVKNU8orzJMbl15TXilTnJKUCltMVQg53BQOF1/C5toAaGrowkgksdBQ9H+SRL23g0HDmg9tvmxXw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/rect": "1.0.1"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-use-size": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.0.1.tgz",
- "integrity": "sha512-ibay+VqrgcaI6veAojjofPATwledXiSmX+C0KrBk/xgpX9rBzPV3OsfwlhQdUOFbh+LKQorLYT+xTXW9V8yd0g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/react-use-layout-effect": "1.0.1"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-visually-hidden": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.0.3.tgz",
- "integrity": "sha512-D4w41yN5YRKtu464TLnByKzMDG/JlMPHtfZgQAu9v6mNakUqGUI9vUrfQKz8NK41VMm/xbZbh76NUTVtIYqOMA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10",
- "@radix-ui/react-primitive": "1.0.3"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0",
- "react-dom": "^16.8 || ^17.0 || ^18.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/rect": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@radix-ui/rect/-/rect-1.0.1.tgz",
- "integrity": "sha512-fyrgCaedtvMg9NK3en0pnOYJdtfwxUcNolezkNPUsoX57X8oQk+NkqcvzHXD2uKNij6GXmWU9NDru2IWjrO4BQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.13.10"
- }
- },
- "node_modules/@react-aria/ssr": {
- "version": "3.9.2",
- "license": "Apache-2.0",
- "dependencies": {
- "@swc/helpers": "^0.5.0"
- },
- "engines": {
- "node": ">= 12"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
- }
- },
- "node_modules/@react-dnd/asap": {
- "version": "4.0.1",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@react-dnd/invariant": {
- "version": "2.0.0",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@react-dnd/shallowequal": {
- "version": "2.0.0",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@rollup/plugin-babel": {
- "version": "6.0.4",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-module-imports": "^7.18.6",
- "@rollup/pluginutils": "^5.0.1"
- },
- "engines": {
- "node": ">=14.0.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0",
- "@types/babel__core": "^7.1.9",
- "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
- },
- "peerDependenciesMeta": {
- "@types/babel__core": {
- "optional": true
- },
- "rollup": {
- "optional": true
- }
- }
- },
- "node_modules/@rollup/plugin-commonjs": {
- "version": "25.0.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@rollup/pluginutils": "^5.0.1",
- "commondir": "^1.0.1",
- "estree-walker": "^2.0.2",
- "glob": "^8.0.3",
- "is-reference": "1.2.1",
- "magic-string": "^0.30.3"
- },
- "engines": {
- "node": ">=14.0.0"
- },
- "peerDependencies": {
- "rollup": "^2.68.0||^3.0.0||^4.0.0"
- },
- "peerDependenciesMeta": {
- "rollup": {
- "optional": true
- }
- }
- },
- "node_modules/@rollup/plugin-commonjs/node_modules/brace-expansion": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0"
- }
- },
- "node_modules/@rollup/plugin-commonjs/node_modules/glob": {
- "version": "8.1.0",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "fs.realpath": "^1.0.0",
- "inflight": "^1.0.4",
- "inherits": "2",
- "minimatch": "^5.0.1",
- "once": "^1.3.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/@rollup/plugin-commonjs/node_modules/minimatch": {
- "version": "5.1.6",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^2.0.1"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@rollup/plugin-node-resolve": {
- "version": "15.2.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@rollup/pluginutils": "^5.0.1",
- "@types/resolve": "1.20.2",
- "deepmerge": "^4.2.2",
- "is-builtin-module": "^3.2.1",
- "is-module": "^1.0.0",
- "resolve": "^1.22.1"
- },
- "engines": {
- "node": ">=14.0.0"
- },
- "peerDependencies": {
- "rollup": "^2.78.0||^3.0.0||^4.0.0"
- },
- "peerDependenciesMeta": {
- "rollup": {
- "optional": true
- }
- }
- },
- "node_modules/@rollup/plugin-virtual": {
- "version": "3.0.2",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14.0.0"
- },
- "peerDependencies": {
- "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
- },
- "peerDependenciesMeta": {
- "rollup": {
- "optional": true
- }
- }
- },
- "node_modules/@rollup/pluginutils": {
- "version": "5.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/estree": "^1.0.0",
- "estree-walker": "^2.0.2",
- "picomatch": "^2.3.1"
- },
- "engines": {
- "node": ">=14.0.0"
- },
- "peerDependencies": {
- "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
- },
- "peerDependenciesMeta": {
- "rollup": {
- "optional": true
- }
- }
- },
- "node_modules/@rollup/rollup-android-arm-eabi": {
- "version": "4.9.6",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.9.6.tgz",
- "integrity": "sha512-MVNXSSYN6QXOulbHpLMKYi60ppyO13W9my1qogeiAqtjb2yR4LSmfU2+POvDkLzhjYLXz9Rf9+9a3zFHW1Lecg==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "android"
- ]
- },
- "node_modules/@rollup/rollup-android-arm64": {
- "version": "4.9.6",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.9.6.tgz",
- "integrity": "sha512-T14aNLpqJ5wzKNf5jEDpv5zgyIqcpn1MlwCrUXLrwoADr2RkWA0vOWP4XxbO9aiO3dvMCQICZdKeDrFl7UMClw==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "android"
- ]
- },
- "node_modules/@rollup/rollup-darwin-arm64": {
- "version": "4.9.6",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ]
- },
- "node_modules/@rollup/rollup-darwin-x64": {
- "version": "4.9.6",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.9.6.tgz",
- "integrity": "sha512-zRDtdJuRvA1dc9Mp6BWYqAsU5oeLixdfUvkTHuiYOHwqYuQ4YgSmi6+/lPvSsqc/I0Omw3DdICx4Tfacdzmhog==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "darwin"
- ]
- },
- "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
- "version": "4.9.6",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.9.6.tgz",
- "integrity": "sha512-oNk8YXDDnNyG4qlNb6is1ojTOGL/tRhbbKeE/YuccItzerEZT68Z9gHrY3ROh7axDc974+zYAPxK5SH0j/G+QQ==",
- "cpu": [
- "arm"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-arm64-gnu": {
- "version": "4.9.6",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.9.6.tgz",
- "integrity": "sha512-Z3O60yxPtuCYobrtzjo0wlmvDdx2qZfeAWTyfOjEDqd08kthDKexLpV97KfAeUXPosENKd8uyJMRDfFMxcYkDQ==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-arm64-musl": {
- "version": "4.9.6",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.9.6.tgz",
- "integrity": "sha512-gpiG0qQJNdYEVad+1iAsGAbgAnZ8j07FapmnIAQgODKcOTjLEWM9sRb+MbQyVsYCnA0Im6M6QIq6ax7liws6eQ==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-riscv64-gnu": {
- "version": "4.9.6",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.9.6.tgz",
- "integrity": "sha512-+uCOcvVmFUYvVDr27aiyun9WgZk0tXe7ThuzoUTAukZJOwS5MrGbmSlNOhx1j80GdpqbOty05XqSl5w4dQvcOA==",
- "cpu": [
- "riscv64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-x64-gnu": {
- "version": "4.18.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.18.0.tgz",
- "integrity": "sha512-xuglR2rBVHA5UsI8h8UbX4VJ470PtGCf5Vpswh7p2ukaqBGFTnsfzxUBetoWBWymHMxbIG0Cmx7Y9qDZzr648w==",
- "cpu": [
- "x64"
- ],
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-linux-x64-musl": {
- "version": "4.9.6",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.9.6.tgz",
- "integrity": "sha512-ch7M+9Tr5R4FK40FHQk8VnML0Szi2KRujUgHXd/HjuH9ifH72GUmw6lStZBo3c3GB82vHa0ZoUfjfcM7JiiMrQ==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rollup/rollup-win32-arm64-msvc": {
- "version": "4.9.6",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.9.6.tgz",
- "integrity": "sha512-VD6qnR99dhmTQ1mJhIzXsRcTBvTjbfbGGwKAHcu+52cVl15AC/kplkhxzW/uT0Xl62Y/meBKDZvoJSJN+vTeGA==",
- "cpu": [
- "arm64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "win32"
- ]
- },
- "node_modules/@rollup/rollup-win32-ia32-msvc": {
- "version": "4.9.6",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.9.6.tgz",
- "integrity": "sha512-J9AFDq/xiRI58eR2NIDfyVmTYGyIZmRcvcAoJ48oDld/NTR8wyiPUu2X/v1navJ+N/FGg68LEbX3Ejd6l8B7MQ==",
- "cpu": [
- "ia32"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "win32"
- ]
- },
- "node_modules/@rollup/rollup-win32-x64-msvc": {
- "version": "4.9.6",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.9.6.tgz",
- "integrity": "sha512-jqzNLhNDvIZOrt69Ce4UjGRpXJBzhUBzawMwnaDAwyHriki3XollsewxWzOzz+4yOFDkuJHtTsZFwMxhYJWmLQ==",
- "cpu": [
- "x64"
- ],
- "dev": true,
- "optional": true,
- "os": [
- "win32"
- ]
- },
- "node_modules/@rushstack/eslint-patch": {
- "version": "1.7.2",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@sheerun/mutationobserver-shim": {
- "version": "0.3.3",
- "license": "MIT"
- },
- "node_modules/@sideway/address": {
- "version": "4.1.5",
- "license": "BSD-3-Clause",
- "dependencies": {
- "@hapi/hoek": "^9.0.0"
- }
- },
- "node_modules/@sideway/address/node_modules/@hapi/hoek": {
- "version": "9.3.0",
- "license": "BSD-3-Clause"
- },
- "node_modules/@sideway/formula": {
- "version": "3.0.1",
- "license": "BSD-3-Clause"
- },
- "node_modules/@sideway/pinpoint": {
- "version": "2.0.0",
- "license": "BSD-3-Clause"
- },
- "node_modules/@sindresorhus/is": {
- "version": "4.6.0",
- "license": "MIT",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/is?sponsor=1"
- }
- },
- "node_modules/@sindresorhus/merge-streams": {
- "version": "1.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@sindresorhus/slugify": {
- "version": "1.1.2",
- "license": "MIT",
- "dependencies": {
- "@sindresorhus/transliterate": "^0.1.1",
- "escape-string-regexp": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@sindresorhus/slugify/node_modules/escape-string-regexp": {
- "version": "4.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@sindresorhus/transliterate": {
- "version": "0.1.2",
- "license": "MIT",
- "dependencies": {
- "escape-string-regexp": "^2.0.0",
- "lodash.deburr": "^4.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@sindresorhus/transliterate/node_modules/escape-string-regexp": {
- "version": "2.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@sitespeed.io/tracium": {
- "version": "0.3.3",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "debug": "^4.1.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@size-limit/file": {
- "version": "11.0.2",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^18.0.0 || >=20.0.0"
- },
- "peerDependencies": {
- "size-limit": "11.0.2"
- }
- },
- "node_modules/@size-limit/preset-big-lib": {
- "version": "11.0.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@size-limit/file": "11.0.2",
- "@size-limit/time": "11.0.2",
- "@size-limit/webpack": "11.0.2",
- "size-limit": "11.0.2"
- },
- "peerDependencies": {
- "size-limit": "11.0.2"
- }
- },
- "node_modules/@size-limit/time": {
- "version": "11.0.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "estimo": "^3.0.1"
- },
- "engines": {
- "node": "^18.0.0 || >=20.0.0"
- },
- "peerDependencies": {
- "size-limit": "11.0.2"
- }
- },
- "node_modules/@size-limit/webpack": {
- "version": "11.0.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "nanoid": "^5.0.4",
- "webpack": "^5.89.0"
- },
- "engines": {
- "node": "^18.0.0 || >=20.0.0"
- },
- "peerDependencies": {
- "size-limit": "11.0.2"
- }
- },
- "node_modules/@size-limit/webpack/node_modules/nanoid": {
- "version": "5.0.6",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "license": "MIT",
- "bin": {
- "nanoid": "bin/nanoid.js"
- },
- "engines": {
- "node": "^18 || >=20"
- }
- },
- "node_modules/@storybook/addon-a11y": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/addon-highlight": "8.1.5",
- "axe-core": "^4.2.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-actions": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/core-events": "8.1.5",
- "@storybook/global": "^5.0.0",
- "@types/uuid": "^9.0.1",
- "dequal": "^2.0.2",
- "polished": "^4.2.2",
- "uuid": "^9.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-actions/node_modules/@storybook/core-events": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/csf": "^0.1.7",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-actions/node_modules/@storybook/csf": {
- "version": "0.1.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^2.19.0"
- }
- },
- "node_modules/@storybook/addon-actions/node_modules/type-fest": {
- "version": "2.19.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/addon-actions/node_modules/uuid": {
- "version": "9.0.1",
- "dev": true,
- "funding": [
- "https://github.com/sponsors/broofa",
- "https://github.com/sponsors/ctavan"
- ],
- "license": "MIT",
- "bin": {
- "uuid": "dist/bin/uuid"
- }
- },
- "node_modules/@storybook/addon-backgrounds": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0",
- "memoizerific": "^1.11.3",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-controls": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/blocks": "8.1.5",
- "dequal": "^2.0.2",
- "lodash": "^4.17.21",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-docs": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/core": "^7.24.4",
- "@mdx-js/react": "^3.0.0",
- "@storybook/blocks": "8.1.5",
- "@storybook/client-logger": "8.1.5",
- "@storybook/components": "8.1.5",
- "@storybook/csf-plugin": "8.1.5",
- "@storybook/csf-tools": "8.1.5",
- "@storybook/global": "^5.0.0",
- "@storybook/node-logger": "8.1.5",
- "@storybook/preview-api": "8.1.5",
- "@storybook/react-dom-shim": "8.1.5",
- "@storybook/theming": "8.1.5",
- "@storybook/types": "8.1.5",
- "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
- "fs-extra": "^11.1.0",
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
- "rehype-external-links": "^3.0.0",
- "rehype-slug": "^6.0.0",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-docs/node_modules/@babel/parser": {
- "version": "7.24.7",
- "dev": true,
- "license": "MIT",
- "bin": {
- "parser": "bin/babel-parser.js"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@storybook/addon-docs/node_modules/@mdx-js/react": {
- "version": "3.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/mdx": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- },
- "peerDependencies": {
- "@types/react": ">=16",
- "react": ">=16"
- }
- },
- "node_modules/@storybook/addon-docs/node_modules/@storybook/channels": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/global": "^5.0.0",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-docs/node_modules/@storybook/client-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-docs/node_modules/@storybook/components": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@radix-ui/react-dialog": "^1.0.5",
- "@radix-ui/react-slot": "^1.0.2",
- "@storybook/client-logger": "8.1.5",
- "@storybook/csf": "^0.1.7",
- "@storybook/global": "^5.0.0",
- "@storybook/icons": "^1.2.5",
- "@storybook/theming": "8.1.5",
- "@storybook/types": "8.1.5",
- "memoizerific": "^1.11.3",
- "util-deprecate": "^1.0.2"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta"
- }
- },
- "node_modules/@storybook/addon-docs/node_modules/@storybook/core-events": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/csf": "^0.1.7",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-docs/node_modules/@storybook/csf": {
- "version": "0.1.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^2.19.0"
- }
- },
- "node_modules/@storybook/addon-docs/node_modules/@storybook/csf-tools": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/generator": "^7.24.4",
- "@babel/parser": "^7.24.4",
- "@babel/traverse": "^7.24.1",
- "@babel/types": "^7.24.0",
- "@storybook/csf": "^0.1.7",
- "@storybook/types": "8.1.5",
- "fs-extra": "^11.1.0",
- "recast": "^0.23.5",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-docs/node_modules/@storybook/node-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-docs/node_modules/@storybook/preview-api": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/csf": "^0.1.7",
- "@storybook/global": "^5.0.0",
- "@storybook/types": "8.1.5",
- "@types/qs": "^6.9.5",
- "dequal": "^2.0.2",
- "lodash": "^4.17.21",
- "memoizerific": "^1.11.3",
- "qs": "^6.10.0",
- "tiny-invariant": "^1.3.1",
- "ts-dedent": "^2.0.0",
- "util-deprecate": "^1.0.2"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-docs/node_modules/@storybook/theming": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
- "@storybook/client-logger": "8.1.5",
- "@storybook/global": "^5.0.0",
- "memoizerific": "^1.11.3"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta"
- },
- "peerDependenciesMeta": {
- "react": {
- "optional": true
- },
- "react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@storybook/addon-docs/node_modules/@storybook/types": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@types/express": "^4.7.0",
- "file-system-cache": "2.3.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-docs/node_modules/fs-extra": {
- "version": "11.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
- },
- "engines": {
- "node": ">=14.14"
- }
- },
- "node_modules/@storybook/addon-docs/node_modules/jsonfile": {
- "version": "6.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "universalify": "^2.0.0"
- },
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
- }
- },
- "node_modules/@storybook/addon-docs/node_modules/type-fest": {
- "version": "2.19.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/addon-docs/node_modules/universalify": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 10.0.0"
- }
- },
- "node_modules/@storybook/addon-essentials": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/addon-actions": "8.1.5",
- "@storybook/addon-backgrounds": "8.1.5",
- "@storybook/addon-controls": "8.1.5",
- "@storybook/addon-docs": "8.1.5",
- "@storybook/addon-highlight": "8.1.5",
- "@storybook/addon-measure": "8.1.5",
- "@storybook/addon-outline": "8.1.5",
- "@storybook/addon-toolbars": "8.1.5",
- "@storybook/addon-viewport": "8.1.5",
- "@storybook/core-common": "8.1.5",
- "@storybook/manager-api": "8.1.5",
- "@storybook/node-logger": "8.1.5",
- "@storybook/preview-api": "8.1.5",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/@babel/parser": {
- "version": "7.24.7",
- "dev": true,
- "license": "MIT",
- "bin": {
- "parser": "bin/babel-parser.js"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/@storybook/channels": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/global": "^5.0.0",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/@storybook/client-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/@storybook/core-common": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/core-events": "8.1.5",
- "@storybook/csf-tools": "8.1.5",
- "@storybook/node-logger": "8.1.5",
- "@storybook/types": "8.1.5",
- "@yarnpkg/fslib": "2.10.3",
- "@yarnpkg/libzip": "2.3.0",
- "chalk": "^4.1.0",
- "cross-spawn": "^7.0.3",
- "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0",
- "esbuild-register": "^3.5.0",
- "execa": "^5.0.0",
- "file-system-cache": "2.3.0",
- "find-cache-dir": "^3.0.0",
- "find-up": "^5.0.0",
- "fs-extra": "^11.1.0",
- "glob": "^10.0.0",
- "handlebars": "^4.7.7",
- "lazy-universal-dotenv": "^4.0.0",
- "node-fetch": "^2.0.0",
- "picomatch": "^2.3.0",
- "pkg-dir": "^5.0.0",
- "prettier-fallback": "npm:prettier@^3",
- "pretty-hrtime": "^1.0.3",
- "resolve-from": "^5.0.0",
- "semver": "^7.3.7",
- "tempy": "^3.1.0",
- "tiny-invariant": "^1.3.1",
- "ts-dedent": "^2.0.0",
- "util": "^0.12.4"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "prettier": "^2 || ^3"
- },
- "peerDependenciesMeta": {
- "prettier": {
- "optional": true
- }
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/@storybook/core-events": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/csf": "^0.1.7",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/@storybook/csf": {
- "version": "0.1.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^2.19.0"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/@storybook/csf-tools": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/generator": "^7.24.4",
- "@babel/parser": "^7.24.4",
- "@babel/traverse": "^7.24.1",
- "@babel/types": "^7.24.0",
- "@storybook/csf": "^0.1.7",
- "@storybook/types": "8.1.5",
- "fs-extra": "^11.1.0",
- "recast": "^0.23.5",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/@storybook/manager-api": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/csf": "^0.1.7",
- "@storybook/global": "^5.0.0",
- "@storybook/icons": "^1.2.5",
- "@storybook/router": "8.1.5",
- "@storybook/theming": "8.1.5",
- "@storybook/types": "8.1.5",
- "dequal": "^2.0.2",
- "lodash": "^4.17.21",
- "memoizerific": "^1.11.3",
- "store2": "^2.14.2",
- "telejson": "^7.2.0",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/@storybook/node-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/@storybook/preview-api": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/csf": "^0.1.7",
- "@storybook/global": "^5.0.0",
- "@storybook/types": "8.1.5",
- "@types/qs": "^6.9.5",
- "dequal": "^2.0.2",
- "lodash": "^4.17.21",
- "memoizerific": "^1.11.3",
- "qs": "^6.10.0",
- "tiny-invariant": "^1.3.1",
- "ts-dedent": "^2.0.0",
- "util-deprecate": "^1.0.2"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/@storybook/router": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "memoizerific": "^1.11.3",
- "qs": "^6.10.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/@storybook/theming": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
- "@storybook/client-logger": "8.1.5",
- "@storybook/global": "^5.0.0",
- "memoizerific": "^1.11.3"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta"
- },
- "peerDependenciesMeta": {
- "react": {
- "optional": true
- },
- "react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/@storybook/types": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@types/express": "^4.7.0",
- "file-system-cache": "2.3.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/ansi-styles": {
- "version": "4.3.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/brace-expansion": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/chalk": {
- "version": "4.1.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/color-convert": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/color-name": {
- "version": "1.1.4",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@storybook/addon-essentials/node_modules/cross-spawn": {
- "version": "7.0.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/crypto-random-string": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^1.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/crypto-random-string/node_modules/type-fest": {
- "version": "1.4.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/execa": {
- "version": "5.1.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^6.0.0",
- "human-signals": "^2.1.0",
- "is-stream": "^2.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^4.0.1",
- "onetime": "^5.1.2",
- "signal-exit": "^3.0.3",
- "strip-final-newline": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/find-up": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "locate-path": "^6.0.0",
- "path-exists": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/fs-extra": {
- "version": "11.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
- },
- "engines": {
- "node": ">=14.14"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/glob": {
- "version": "10.4.1",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "foreground-child": "^3.1.0",
- "jackspeak": "^3.1.2",
- "minimatch": "^9.0.4",
- "minipass": "^7.1.2",
- "path-scurry": "^1.11.1"
- },
- "bin": {
- "glob": "dist/esm/bin.mjs"
- },
- "engines": {
- "node": ">=16 || 14 >=14.18"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/has-flag": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/jackspeak": {
- "version": "3.3.0",
- "dev": true,
- "license": "BlueOak-1.0.0",
- "dependencies": {
- "@isaacs/cliui": "^8.0.2"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- },
- "optionalDependencies": {
- "@pkgjs/parseargs": "^0.11.0"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/jsonfile": {
- "version": "6.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "universalify": "^2.0.0"
- },
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/locate-path": {
- "version": "6.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-locate": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/minimatch": {
- "version": "9.0.4",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^2.0.1"
- },
- "engines": {
- "node": ">=16 || 14 >=14.17"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/p-limit": {
- "version": "3.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "yocto-queue": "^0.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/p-locate": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-limit": "^3.0.2"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/pkg-dir": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "find-up": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/shebang-command": {
- "version": "2.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/shebang-regex": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/supports-color": {
- "version": "7.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/temp-dir": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14.16"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/tempy": {
- "version": "3.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-stream": "^3.0.0",
- "temp-dir": "^3.0.0",
- "type-fest": "^2.12.2",
- "unique-string": "^3.0.0"
- },
- "engines": {
- "node": ">=14.16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/tempy/node_modules/is-stream": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/type-fest": {
- "version": "2.19.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/unique-string": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "crypto-random-string": "^4.0.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/universalify": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 10.0.0"
- }
- },
- "node_modules/@storybook/addon-essentials/node_modules/which": {
- "version": "2.0.2",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@storybook/addon-highlight": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-interactions": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0",
- "@storybook/instrumenter": "8.1.5",
- "@storybook/test": "8.1.5",
- "@storybook/types": "8.1.5",
- "polished": "^4.2.2",
- "ts-dedent": "^2.2.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-interactions/node_modules/@storybook/channels": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/global": "^5.0.0",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-interactions/node_modules/@storybook/client-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-interactions/node_modules/@storybook/core-events": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/csf": "^0.1.7",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-interactions/node_modules/@storybook/csf": {
- "version": "0.1.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^2.19.0"
- }
- },
- "node_modules/@storybook/addon-interactions/node_modules/@storybook/types": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@types/express": "^4.7.0",
- "file-system-cache": "2.3.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-interactions/node_modules/type-fest": {
- "version": "2.19.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/addon-links": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/csf": "^0.1.7",
- "@storybook/global": "^5.0.0",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta"
- },
- "peerDependenciesMeta": {
- "react": {
- "optional": true
- }
- }
- },
- "node_modules/@storybook/addon-links/node_modules/@storybook/csf": {
- "version": "0.1.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^2.19.0"
- }
- },
- "node_modules/@storybook/addon-links/node_modules/type-fest": {
- "version": "2.19.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/addon-measure": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-outline": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-storysource": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/source-loader": "8.1.5",
- "estraverse": "^5.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-storysource/node_modules/estraverse": {
- "version": "5.3.0",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=4.0"
- }
- },
- "node_modules/@storybook/addon-styling": {
- "version": "1.3.7",
- "resolved": "https://registry.npmjs.org/@storybook/addon-styling/-/addon-styling-1.3.7.tgz",
- "integrity": "sha512-JSBZMOrSw/3rlq5YoEI7Qyq703KSNP0Jd+gxTWu3/tP6245mpjn2dXnR8FvqVxCi+FG4lt2kQyPzgsuwEw1SSA==",
- "deprecated": "This package has been split into @storybook/addon-styling-webpack and @storybook/addon-themes. More info: https://github.com/storybookjs/addon-styling",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/template": "^7.20.7",
- "@babel/types": "^7.21.5",
- "@storybook/api": "^7.0.12",
- "@storybook/components": "^7.0.12",
- "@storybook/core-common": "^7.0.12",
- "@storybook/core-events": "^7.0.12",
- "@storybook/manager-api": "^7.0.12",
- "@storybook/node-logger": "^7.0.12",
- "@storybook/preview-api": "^7.0.12",
- "@storybook/theming": "^7.0.12",
- "@storybook/types": "^7.0.12",
- "css-loader": "^6.7.3",
- "less-loader": "^11.1.0",
- "postcss-loader": "^7.2.4",
- "prettier": "^2.8.0",
- "resolve-url-loader": "^5.0.0",
- "sass-loader": "^13.2.2",
- "style-loader": "^3.3.2"
- },
- "bin": {
- "addon-styling-setup": "postinstall.js"
- },
- "peerDependencies": {
- "less": "^3.5.0 || ^4.0.0",
- "postcss": "^7.0.0 || ^8.0.1",
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
- "webpack": "^5.0.0"
- },
- "peerDependenciesMeta": {
- "less": {
- "optional": true
- },
- "postcss": {
- "optional": true
- },
- "react": {
- "optional": true
- },
- "react-dom": {
- "optional": true
- },
- "webpack": {
- "optional": true
- }
- }
- },
- "node_modules/@storybook/addon-styling/node_modules/prettier": {
- "version": "2.8.8",
- "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
- "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
- "dev": true,
- "license": "MIT",
- "bin": {
- "prettier": "bin-prettier.js"
- },
- "engines": {
- "node": ">=10.13.0"
- },
- "funding": {
- "url": "https://github.com/prettier/prettier?sponsor=1"
- }
- },
- "node_modules/@storybook/addon-toolbars": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-viewport": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "memoizerific": "^1.11.3"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addon-webpack5-compiler-babel": {
- "version": "3.0.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/core": "^7.23.7",
- "babel-loader": "^9.1.3"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@storybook/addons": {
- "version": "7.6.17",
- "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-7.6.17.tgz",
- "integrity": "sha512-Ok18Y698Ccyg++MoUNJNHY0cXUvo8ETFIRLJk1g9ElJ70j6kPgNnzW2pAtZkBNmswHtofZ7pT156cj96k/LgfA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/manager-api": "7.6.17",
- "@storybook/preview-api": "7.6.17",
- "@storybook/types": "7.6.17"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addons/node_modules/@storybook/core-events": {
- "version": "7.6.17",
- "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-7.6.17.tgz",
- "integrity": "sha512-AriWMCm/k1cxlv10f+jZ1wavThTRpLaN3kY019kHWbYT9XgaSuLU67G7GPr3cGnJ6HuA6uhbzu8qtqVCd6OfXA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addons/node_modules/@storybook/manager-api": {
- "version": "7.6.17",
- "resolved": "https://registry.npmjs.org/@storybook/manager-api/-/manager-api-7.6.17.tgz",
- "integrity": "sha512-IJIV1Yc6yw1dhCY4tReHCfBnUKDqEBnMyHp3mbXpsaHxnxJZrXO45WjRAZIKlQKhl/Ge1CrnznmHRCmYgqmrWg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "7.6.17",
- "@storybook/client-logger": "7.6.17",
- "@storybook/core-events": "7.6.17",
- "@storybook/csf": "^0.1.2",
- "@storybook/global": "^5.0.0",
- "@storybook/router": "7.6.17",
- "@storybook/theming": "7.6.17",
- "@storybook/types": "7.6.17",
- "dequal": "^2.0.2",
- "lodash": "^4.17.21",
- "memoizerific": "^1.11.3",
- "store2": "^2.14.2",
- "telejson": "^7.2.0",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addons/node_modules/@storybook/preview-api": {
- "version": "7.6.17",
- "resolved": "https://registry.npmjs.org/@storybook/preview-api/-/preview-api-7.6.17.tgz",
- "integrity": "sha512-wLfDdI9RWo1f2zzFe54yRhg+2YWyxLZvqdZnSQ45mTs4/7xXV5Wfbv3QNTtcdw8tT3U5KRTrN1mTfTCiRJc0Kw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "7.6.17",
- "@storybook/client-logger": "7.6.17",
- "@storybook/core-events": "7.6.17",
- "@storybook/csf": "^0.1.2",
- "@storybook/global": "^5.0.0",
- "@storybook/types": "7.6.17",
- "@types/qs": "^6.9.5",
- "dequal": "^2.0.2",
- "lodash": "^4.17.21",
- "memoizerific": "^1.11.3",
- "qs": "^6.10.0",
- "synchronous-promise": "^2.0.15",
- "ts-dedent": "^2.0.0",
- "util-deprecate": "^1.0.2"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addons/node_modules/@storybook/router": {
- "version": "7.6.17",
- "resolved": "https://registry.npmjs.org/@storybook/router/-/router-7.6.17.tgz",
- "integrity": "sha512-GnyC0j6Wi5hT4qRhSyT8NPtJfGmf82uZw97LQRWeyYu5gWEshUdM7aj40XlNiScd5cZDp0owO1idduVF2k2l2A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "7.6.17",
- "memoizerific": "^1.11.3",
- "qs": "^6.10.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/addons/node_modules/@storybook/theming": {
- "version": "7.6.17",
- "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-7.6.17.tgz",
- "integrity": "sha512-ZbaBt3KAbmBtfjNqgMY7wPMBshhSJlhodyMNQypv+95xLD/R+Az6aBYbpVAOygLaUQaQk4ar7H/Ww6lFIoiFbA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@emotion/use-insertion-effect-with-fallbacks": "^1.0.0",
- "@storybook/client-logger": "7.6.17",
- "@storybook/global": "^5.0.0",
- "memoizerific": "^1.11.3"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
- }
- },
- "node_modules/@storybook/api": {
- "version": "7.6.17",
- "resolved": "https://registry.npmjs.org/@storybook/api/-/api-7.6.17.tgz",
- "integrity": "sha512-l92PI+5XL4zB/o4IBWFCKQWTXvPg9hR45DCJqlPHrLZStiR6Xj1mbrtOjUlgIOH+nYb/SZFZqO53hhrs7X4Nvg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "7.6.17",
- "@storybook/manager-api": "7.6.17"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/api/node_modules/@storybook/core-events": {
- "version": "7.6.17",
- "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-7.6.17.tgz",
- "integrity": "sha512-AriWMCm/k1cxlv10f+jZ1wavThTRpLaN3kY019kHWbYT9XgaSuLU67G7GPr3cGnJ6HuA6uhbzu8qtqVCd6OfXA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/api/node_modules/@storybook/manager-api": {
- "version": "7.6.17",
- "resolved": "https://registry.npmjs.org/@storybook/manager-api/-/manager-api-7.6.17.tgz",
- "integrity": "sha512-IJIV1Yc6yw1dhCY4tReHCfBnUKDqEBnMyHp3mbXpsaHxnxJZrXO45WjRAZIKlQKhl/Ge1CrnznmHRCmYgqmrWg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "7.6.17",
- "@storybook/client-logger": "7.6.17",
- "@storybook/core-events": "7.6.17",
- "@storybook/csf": "^0.1.2",
- "@storybook/global": "^5.0.0",
- "@storybook/router": "7.6.17",
- "@storybook/theming": "7.6.17",
- "@storybook/types": "7.6.17",
- "dequal": "^2.0.2",
- "lodash": "^4.17.21",
- "memoizerific": "^1.11.3",
- "store2": "^2.14.2",
- "telejson": "^7.2.0",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/api/node_modules/@storybook/router": {
- "version": "7.6.17",
- "resolved": "https://registry.npmjs.org/@storybook/router/-/router-7.6.17.tgz",
- "integrity": "sha512-GnyC0j6Wi5hT4qRhSyT8NPtJfGmf82uZw97LQRWeyYu5gWEshUdM7aj40XlNiScd5cZDp0owO1idduVF2k2l2A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "7.6.17",
- "memoizerific": "^1.11.3",
- "qs": "^6.10.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/api/node_modules/@storybook/theming": {
- "version": "7.6.17",
- "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-7.6.17.tgz",
- "integrity": "sha512-ZbaBt3KAbmBtfjNqgMY7wPMBshhSJlhodyMNQypv+95xLD/R+Az6aBYbpVAOygLaUQaQk4ar7H/Ww6lFIoiFbA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@emotion/use-insertion-effect-with-fallbacks": "^1.0.0",
- "@storybook/client-logger": "7.6.17",
- "@storybook/global": "^5.0.0",
- "memoizerific": "^1.11.3"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
- }
- },
- "node_modules/@storybook/blocks": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@storybook/client-logger": "8.1.5",
- "@storybook/components": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/csf": "^0.1.7",
- "@storybook/docs-tools": "8.1.5",
- "@storybook/global": "^5.0.0",
- "@storybook/icons": "^1.2.5",
- "@storybook/manager-api": "8.1.5",
- "@storybook/preview-api": "8.1.5",
- "@storybook/theming": "8.1.5",
- "@storybook/types": "8.1.5",
- "@types/lodash": "^4.14.167",
- "color-convert": "^2.0.1",
- "dequal": "^2.0.2",
- "lodash": "^4.17.21",
- "markdown-to-jsx": "7.3.2",
- "memoizerific": "^1.11.3",
- "polished": "^4.2.2",
- "react-colorful": "^5.1.2",
- "telejson": "^7.2.0",
- "tocbot": "^4.20.1",
- "ts-dedent": "^2.0.0",
- "util-deprecate": "^1.0.2"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta"
- },
- "peerDependenciesMeta": {
- "react": {
- "optional": true
- },
- "react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@storybook/blocks/node_modules/@storybook/channels": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/global": "^5.0.0",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/blocks/node_modules/@storybook/client-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/blocks/node_modules/@storybook/components": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@radix-ui/react-dialog": "^1.0.5",
- "@radix-ui/react-slot": "^1.0.2",
- "@storybook/client-logger": "8.1.5",
- "@storybook/csf": "^0.1.7",
- "@storybook/global": "^5.0.0",
- "@storybook/icons": "^1.2.5",
- "@storybook/theming": "8.1.5",
- "@storybook/types": "8.1.5",
- "memoizerific": "^1.11.3",
- "util-deprecate": "^1.0.2"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta"
- }
- },
- "node_modules/@storybook/blocks/node_modules/@storybook/core-events": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/csf": "^0.1.7",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/blocks/node_modules/@storybook/csf": {
- "version": "0.1.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^2.19.0"
- }
- },
- "node_modules/@storybook/blocks/node_modules/@storybook/manager-api": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/csf": "^0.1.7",
- "@storybook/global": "^5.0.0",
- "@storybook/icons": "^1.2.5",
- "@storybook/router": "8.1.5",
- "@storybook/theming": "8.1.5",
- "@storybook/types": "8.1.5",
- "dequal": "^2.0.2",
- "lodash": "^4.17.21",
- "memoizerific": "^1.11.3",
- "store2": "^2.14.2",
- "telejson": "^7.2.0",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/blocks/node_modules/@storybook/preview-api": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/csf": "^0.1.7",
- "@storybook/global": "^5.0.0",
- "@storybook/types": "8.1.5",
- "@types/qs": "^6.9.5",
- "dequal": "^2.0.2",
- "lodash": "^4.17.21",
- "memoizerific": "^1.11.3",
- "qs": "^6.10.0",
- "tiny-invariant": "^1.3.1",
- "ts-dedent": "^2.0.0",
- "util-deprecate": "^1.0.2"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/blocks/node_modules/@storybook/router": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "memoizerific": "^1.11.3",
- "qs": "^6.10.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/blocks/node_modules/@storybook/theming": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
- "@storybook/client-logger": "8.1.5",
- "@storybook/global": "^5.0.0",
- "memoizerific": "^1.11.3"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta"
- },
- "peerDependenciesMeta": {
- "react": {
- "optional": true
- },
- "react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@storybook/blocks/node_modules/@storybook/types": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@types/express": "^4.7.0",
- "file-system-cache": "2.3.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/blocks/node_modules/color-convert": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/@storybook/blocks/node_modules/color-name": {
- "version": "1.1.4",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@storybook/blocks/node_modules/type-fest": {
- "version": "2.19.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/builder-manager": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@fal-works/esbuild-plugin-global-externals": "^2.1.2",
- "@storybook/core-common": "8.1.5",
- "@storybook/manager": "8.1.5",
- "@storybook/node-logger": "8.1.5",
- "@types/ejs": "^3.1.1",
- "@yarnpkg/esbuild-plugin-pnp": "^3.0.0-rc.10",
- "browser-assert": "^1.2.1",
- "ejs": "^3.1.10",
- "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0",
- "esbuild-plugin-alias": "^0.2.1",
- "express": "^4.17.3",
- "fs-extra": "^11.1.0",
- "process": "^0.11.10",
- "util": "^0.12.4"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/@babel/parser": {
- "version": "7.24.7",
- "dev": true,
- "license": "MIT",
- "bin": {
- "parser": "bin/babel-parser.js"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/@storybook/channels": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/global": "^5.0.0",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/@storybook/client-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/@storybook/core-common": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/core-events": "8.1.5",
- "@storybook/csf-tools": "8.1.5",
- "@storybook/node-logger": "8.1.5",
- "@storybook/types": "8.1.5",
- "@yarnpkg/fslib": "2.10.3",
- "@yarnpkg/libzip": "2.3.0",
- "chalk": "^4.1.0",
- "cross-spawn": "^7.0.3",
- "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0",
- "esbuild-register": "^3.5.0",
- "execa": "^5.0.0",
- "file-system-cache": "2.3.0",
- "find-cache-dir": "^3.0.0",
- "find-up": "^5.0.0",
- "fs-extra": "^11.1.0",
- "glob": "^10.0.0",
- "handlebars": "^4.7.7",
- "lazy-universal-dotenv": "^4.0.0",
- "node-fetch": "^2.0.0",
- "picomatch": "^2.3.0",
- "pkg-dir": "^5.0.0",
- "prettier-fallback": "npm:prettier@^3",
- "pretty-hrtime": "^1.0.3",
- "resolve-from": "^5.0.0",
- "semver": "^7.3.7",
- "tempy": "^3.1.0",
- "tiny-invariant": "^1.3.1",
- "ts-dedent": "^2.0.0",
- "util": "^0.12.4"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "prettier": "^2 || ^3"
- },
- "peerDependenciesMeta": {
- "prettier": {
- "optional": true
- }
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/@storybook/core-events": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/csf": "^0.1.7",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/@storybook/csf": {
- "version": "0.1.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^2.19.0"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/@storybook/csf-tools": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/generator": "^7.24.4",
- "@babel/parser": "^7.24.4",
- "@babel/traverse": "^7.24.1",
- "@babel/types": "^7.24.0",
- "@storybook/csf": "^0.1.7",
- "@storybook/types": "8.1.5",
- "fs-extra": "^11.1.0",
- "recast": "^0.23.5",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/@storybook/node-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/@storybook/types": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@types/express": "^4.7.0",
- "file-system-cache": "2.3.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/ansi-styles": {
- "version": "4.3.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/brace-expansion": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/chalk": {
- "version": "4.1.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/color-convert": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/color-name": {
- "version": "1.1.4",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@storybook/builder-manager/node_modules/cross-spawn": {
- "version": "7.0.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/crypto-random-string": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^1.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/crypto-random-string/node_modules/type-fest": {
- "version": "1.4.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/execa": {
- "version": "5.1.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^6.0.0",
- "human-signals": "^2.1.0",
- "is-stream": "^2.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^4.0.1",
- "onetime": "^5.1.2",
- "signal-exit": "^3.0.3",
- "strip-final-newline": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/find-up": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "locate-path": "^6.0.0",
- "path-exists": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/fs-extra": {
- "version": "11.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
- },
- "engines": {
- "node": ">=14.14"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/glob": {
- "version": "10.4.1",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "foreground-child": "^3.1.0",
- "jackspeak": "^3.1.2",
- "minimatch": "^9.0.4",
- "minipass": "^7.1.2",
- "path-scurry": "^1.11.1"
- },
- "bin": {
- "glob": "dist/esm/bin.mjs"
- },
- "engines": {
- "node": ">=16 || 14 >=14.18"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/has-flag": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/jackspeak": {
- "version": "3.3.0",
- "dev": true,
- "license": "BlueOak-1.0.0",
- "dependencies": {
- "@isaacs/cliui": "^8.0.2"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- },
- "optionalDependencies": {
- "@pkgjs/parseargs": "^0.11.0"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/jsonfile": {
- "version": "6.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "universalify": "^2.0.0"
- },
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/locate-path": {
- "version": "6.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-locate": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/minimatch": {
- "version": "9.0.4",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^2.0.1"
- },
- "engines": {
- "node": ">=16 || 14 >=14.17"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/p-limit": {
- "version": "3.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "yocto-queue": "^0.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/p-locate": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-limit": "^3.0.2"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/pkg-dir": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "find-up": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/shebang-command": {
- "version": "2.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/shebang-regex": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/supports-color": {
- "version": "7.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/temp-dir": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14.16"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/tempy": {
- "version": "3.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-stream": "^3.0.0",
- "temp-dir": "^3.0.0",
- "type-fest": "^2.12.2",
- "unique-string": "^3.0.0"
- },
- "engines": {
- "node": ">=14.16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/tempy/node_modules/is-stream": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/type-fest": {
- "version": "2.19.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/unique-string": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "crypto-random-string": "^4.0.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/universalify": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 10.0.0"
- }
- },
- "node_modules/@storybook/builder-manager/node_modules/which": {
- "version": "2.0.2",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@storybook/builder-webpack5": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-common": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/core-webpack": "8.1.5",
- "@storybook/node-logger": "8.1.5",
- "@storybook/preview": "8.1.5",
- "@storybook/preview-api": "8.1.5",
- "@types/node": "^18.0.0",
- "@types/semver": "^7.3.4",
- "browser-assert": "^1.2.1",
- "case-sensitive-paths-webpack-plugin": "^2.4.0",
- "cjs-module-lexer": "^1.2.3",
- "constants-browserify": "^1.0.0",
- "css-loader": "^6.7.1",
- "es-module-lexer": "^1.5.0",
- "express": "^4.17.3",
- "fork-ts-checker-webpack-plugin": "^8.0.0",
- "fs-extra": "^11.1.0",
- "html-webpack-plugin": "^5.5.0",
- "magic-string": "^0.30.5",
- "path-browserify": "^1.0.1",
- "process": "^0.11.10",
- "semver": "^7.3.7",
- "style-loader": "^3.3.1",
- "terser-webpack-plugin": "^5.3.1",
- "ts-dedent": "^2.0.0",
- "url": "^0.11.0",
- "util": "^0.12.4",
- "util-deprecate": "^1.0.2",
- "webpack": "5",
- "webpack-dev-middleware": "^6.1.2",
- "webpack-hot-middleware": "^2.25.1",
- "webpack-virtual-modules": "^0.5.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/@babel/parser": {
- "version": "7.24.7",
- "dev": true,
- "license": "MIT",
- "bin": {
- "parser": "bin/babel-parser.js"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/@storybook/channels": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/global": "^5.0.0",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/@storybook/client-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/@storybook/core-common": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/core-events": "8.1.5",
- "@storybook/csf-tools": "8.1.5",
- "@storybook/node-logger": "8.1.5",
- "@storybook/types": "8.1.5",
- "@yarnpkg/fslib": "2.10.3",
- "@yarnpkg/libzip": "2.3.0",
- "chalk": "^4.1.0",
- "cross-spawn": "^7.0.3",
- "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0",
- "esbuild-register": "^3.5.0",
- "execa": "^5.0.0",
- "file-system-cache": "2.3.0",
- "find-cache-dir": "^3.0.0",
- "find-up": "^5.0.0",
- "fs-extra": "^11.1.0",
- "glob": "^10.0.0",
- "handlebars": "^4.7.7",
- "lazy-universal-dotenv": "^4.0.0",
- "node-fetch": "^2.0.0",
- "picomatch": "^2.3.0",
- "pkg-dir": "^5.0.0",
- "prettier-fallback": "npm:prettier@^3",
- "pretty-hrtime": "^1.0.3",
- "resolve-from": "^5.0.0",
- "semver": "^7.3.7",
- "tempy": "^3.1.0",
- "tiny-invariant": "^1.3.1",
- "ts-dedent": "^2.0.0",
- "util": "^0.12.4"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "prettier": "^2 || ^3"
- },
- "peerDependenciesMeta": {
- "prettier": {
- "optional": true
- }
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/@storybook/core-events": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/csf": "^0.1.7",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/@storybook/csf": {
- "version": "0.1.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^2.19.0"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/@storybook/csf-tools": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/generator": "^7.24.4",
- "@babel/parser": "^7.24.4",
- "@babel/traverse": "^7.24.1",
- "@babel/types": "^7.24.0",
- "@storybook/csf": "^0.1.7",
- "@storybook/types": "8.1.5",
- "fs-extra": "^11.1.0",
- "recast": "^0.23.5",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/@storybook/node-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/@storybook/preview-api": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/csf": "^0.1.7",
- "@storybook/global": "^5.0.0",
- "@storybook/types": "8.1.5",
- "@types/qs": "^6.9.5",
- "dequal": "^2.0.2",
- "lodash": "^4.17.21",
- "memoizerific": "^1.11.3",
- "qs": "^6.10.0",
- "tiny-invariant": "^1.3.1",
- "ts-dedent": "^2.0.0",
- "util-deprecate": "^1.0.2"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/@storybook/types": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@types/express": "^4.7.0",
- "file-system-cache": "2.3.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/@types/node": {
- "version": "18.19.34",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "undici-types": "~5.26.4"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/ansi-styles": {
- "version": "4.3.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/brace-expansion": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/chalk": {
- "version": "4.1.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/color-convert": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/color-name": {
- "version": "1.1.4",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@storybook/builder-webpack5/node_modules/cross-spawn": {
- "version": "7.0.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/crypto-random-string": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^1.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/crypto-random-string/node_modules/type-fest": {
- "version": "1.4.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/execa": {
- "version": "5.1.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^6.0.0",
- "human-signals": "^2.1.0",
- "is-stream": "^2.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^4.0.1",
- "onetime": "^5.1.2",
- "signal-exit": "^3.0.3",
- "strip-final-newline": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/find-up": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "locate-path": "^6.0.0",
- "path-exists": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/fs-extra": {
- "version": "11.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
- },
- "engines": {
- "node": ">=14.14"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/glob": {
- "version": "10.4.1",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "foreground-child": "^3.1.0",
- "jackspeak": "^3.1.2",
- "minimatch": "^9.0.4",
- "minipass": "^7.1.2",
- "path-scurry": "^1.11.1"
- },
- "bin": {
- "glob": "dist/esm/bin.mjs"
- },
- "engines": {
- "node": ">=16 || 14 >=14.18"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/has-flag": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/jackspeak": {
- "version": "3.3.0",
- "dev": true,
- "license": "BlueOak-1.0.0",
- "dependencies": {
- "@isaacs/cliui": "^8.0.2"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- },
- "optionalDependencies": {
- "@pkgjs/parseargs": "^0.11.0"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/jsonfile": {
- "version": "6.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "universalify": "^2.0.0"
- },
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/locate-path": {
- "version": "6.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-locate": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/minimatch": {
- "version": "9.0.4",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^2.0.1"
- },
- "engines": {
- "node": ">=16 || 14 >=14.17"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/p-limit": {
- "version": "3.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "yocto-queue": "^0.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/p-locate": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-limit": "^3.0.2"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/pkg-dir": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "find-up": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/shebang-command": {
- "version": "2.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/shebang-regex": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/supports-color": {
- "version": "7.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/temp-dir": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14.16"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/tempy": {
- "version": "3.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-stream": "^3.0.0",
- "temp-dir": "^3.0.0",
- "type-fest": "^2.12.2",
- "unique-string": "^3.0.0"
- },
- "engines": {
- "node": ">=14.16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/tempy/node_modules/is-stream": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/type-fest": {
- "version": "2.19.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/unique-string": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "crypto-random-string": "^4.0.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/universalify": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 10.0.0"
- }
- },
- "node_modules/@storybook/builder-webpack5/node_modules/which": {
- "version": "2.0.2",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@storybook/channels": {
- "version": "7.6.17",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "7.6.17",
- "@storybook/core-events": "7.6.17",
- "@storybook/global": "^5.0.0",
- "qs": "^6.10.0",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/channels/node_modules/@storybook/core-events": {
- "version": "7.6.17",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/cli": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/core": "^7.24.4",
- "@babel/types": "^7.24.0",
- "@ndelangen/get-tarball": "^3.0.7",
- "@storybook/codemod": "8.1.5",
- "@storybook/core-common": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/core-server": "8.1.5",
- "@storybook/csf-tools": "8.1.5",
- "@storybook/node-logger": "8.1.5",
- "@storybook/telemetry": "8.1.5",
- "@storybook/types": "8.1.5",
- "@types/semver": "^7.3.4",
- "@yarnpkg/fslib": "2.10.3",
- "@yarnpkg/libzip": "2.3.0",
- "chalk": "^4.1.0",
- "commander": "^6.2.1",
- "cross-spawn": "^7.0.3",
- "detect-indent": "^6.1.0",
- "envinfo": "^7.7.3",
- "execa": "^5.0.0",
- "find-up": "^5.0.0",
- "fs-extra": "^11.1.0",
- "get-npm-tarball-url": "^2.0.3",
- "giget": "^1.0.0",
- "globby": "^14.0.1",
- "jscodeshift": "^0.15.1",
- "leven": "^3.1.0",
- "ora": "^5.4.1",
- "prettier": "^3.1.1",
- "prompts": "^2.4.0",
- "read-pkg-up": "^7.0.1",
- "semver": "^7.3.7",
- "strip-json-comments": "^3.0.1",
- "tempy": "^3.1.0",
- "tiny-invariant": "^1.3.1",
- "ts-dedent": "^2.0.0"
- },
- "bin": {
- "getstorybook": "bin/index.js",
- "sb": "bin/index.js"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/cli/node_modules/@babel/parser": {
- "version": "7.24.7",
- "dev": true,
- "license": "MIT",
- "bin": {
- "parser": "bin/babel-parser.js"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@storybook/cli/node_modules/@sindresorhus/merge-streams": {
- "version": "2.3.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/cli/node_modules/@storybook/channels": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/global": "^5.0.0",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/cli/node_modules/@storybook/client-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/cli/node_modules/@storybook/core-common": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/core-events": "8.1.5",
- "@storybook/csf-tools": "8.1.5",
- "@storybook/node-logger": "8.1.5",
- "@storybook/types": "8.1.5",
- "@yarnpkg/fslib": "2.10.3",
- "@yarnpkg/libzip": "2.3.0",
- "chalk": "^4.1.0",
- "cross-spawn": "^7.0.3",
- "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0",
- "esbuild-register": "^3.5.0",
- "execa": "^5.0.0",
- "file-system-cache": "2.3.0",
- "find-cache-dir": "^3.0.0",
- "find-up": "^5.0.0",
- "fs-extra": "^11.1.0",
- "glob": "^10.0.0",
- "handlebars": "^4.7.7",
- "lazy-universal-dotenv": "^4.0.0",
- "node-fetch": "^2.0.0",
- "picomatch": "^2.3.0",
- "pkg-dir": "^5.0.0",
- "prettier-fallback": "npm:prettier@^3",
- "pretty-hrtime": "^1.0.3",
- "resolve-from": "^5.0.0",
- "semver": "^7.3.7",
- "tempy": "^3.1.0",
- "tiny-invariant": "^1.3.1",
- "ts-dedent": "^2.0.0",
- "util": "^0.12.4"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "prettier": "^2 || ^3"
- },
- "peerDependenciesMeta": {
- "prettier": {
- "optional": true
- }
- }
- },
- "node_modules/@storybook/cli/node_modules/@storybook/core-events": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/csf": "^0.1.7",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/cli/node_modules/@storybook/csf": {
- "version": "0.1.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^2.19.0"
- }
- },
- "node_modules/@storybook/cli/node_modules/@storybook/csf-tools": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/generator": "^7.24.4",
- "@babel/parser": "^7.24.4",
- "@babel/traverse": "^7.24.1",
- "@babel/types": "^7.24.0",
- "@storybook/csf": "^0.1.7",
- "@storybook/types": "8.1.5",
- "fs-extra": "^11.1.0",
- "recast": "^0.23.5",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/cli/node_modules/@storybook/node-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/cli/node_modules/@storybook/types": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@types/express": "^4.7.0",
- "file-system-cache": "2.3.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/cli/node_modules/ansi-styles": {
- "version": "4.3.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@storybook/cli/node_modules/brace-expansion": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0"
- }
- },
- "node_modules/@storybook/cli/node_modules/chalk": {
- "version": "4.1.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/@storybook/cli/node_modules/color-convert": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/@storybook/cli/node_modules/color-name": {
- "version": "1.1.4",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@storybook/cli/node_modules/commander": {
- "version": "6.2.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@storybook/cli/node_modules/cross-spawn": {
- "version": "7.0.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@storybook/cli/node_modules/crypto-random-string": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^1.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/cli/node_modules/crypto-random-string/node_modules/type-fest": {
- "version": "1.4.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/cli/node_modules/execa": {
- "version": "5.1.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^6.0.0",
- "human-signals": "^2.1.0",
- "is-stream": "^2.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^4.0.1",
- "onetime": "^5.1.2",
- "signal-exit": "^3.0.3",
- "strip-final-newline": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
- }
- },
- "node_modules/@storybook/cli/node_modules/find-up": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "locate-path": "^6.0.0",
- "path-exists": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/cli/node_modules/fs-extra": {
- "version": "11.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
- },
- "engines": {
- "node": ">=14.14"
- }
- },
- "node_modules/@storybook/cli/node_modules/glob": {
- "version": "10.4.1",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "foreground-child": "^3.1.0",
- "jackspeak": "^3.1.2",
- "minimatch": "^9.0.4",
- "minipass": "^7.1.2",
- "path-scurry": "^1.11.1"
- },
- "bin": {
- "glob": "dist/esm/bin.mjs"
- },
- "engines": {
- "node": ">=16 || 14 >=14.18"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/@storybook/cli/node_modules/globby": {
- "version": "14.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@sindresorhus/merge-streams": "^2.1.0",
- "fast-glob": "^3.3.2",
- "ignore": "^5.2.4",
- "path-type": "^5.0.0",
- "slash": "^5.1.0",
- "unicorn-magic": "^0.1.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/cli/node_modules/has-flag": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/cli/node_modules/jackspeak": {
- "version": "3.3.0",
- "dev": true,
- "license": "BlueOak-1.0.0",
- "dependencies": {
- "@isaacs/cliui": "^8.0.2"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- },
- "optionalDependencies": {
- "@pkgjs/parseargs": "^0.11.0"
- }
- },
- "node_modules/@storybook/cli/node_modules/jscodeshift": {
- "version": "0.15.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/core": "^7.23.0",
- "@babel/parser": "^7.23.0",
- "@babel/plugin-transform-class-properties": "^7.22.5",
- "@babel/plugin-transform-modules-commonjs": "^7.23.0",
- "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
- "@babel/plugin-transform-optional-chaining": "^7.23.0",
- "@babel/plugin-transform-private-methods": "^7.22.5",
- "@babel/preset-flow": "^7.22.15",
- "@babel/preset-typescript": "^7.23.0",
- "@babel/register": "^7.22.15",
- "babel-core": "^7.0.0-bridge.0",
- "chalk": "^4.1.2",
- "flow-parser": "0.*",
- "graceful-fs": "^4.2.4",
- "micromatch": "^4.0.4",
- "neo-async": "^2.5.0",
- "node-dir": "^0.1.17",
- "recast": "^0.23.3",
- "temp": "^0.8.4",
- "write-file-atomic": "^2.3.0"
- },
- "bin": {
- "jscodeshift": "bin/jscodeshift.js"
- },
- "peerDependencies": {
- "@babel/preset-env": "^7.1.6"
- },
- "peerDependenciesMeta": {
- "@babel/preset-env": {
- "optional": true
- }
- }
- },
- "node_modules/@storybook/cli/node_modules/jsonfile": {
- "version": "6.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "universalify": "^2.0.0"
- },
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
- }
- },
- "node_modules/@storybook/cli/node_modules/locate-path": {
- "version": "6.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-locate": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/cli/node_modules/minimatch": {
- "version": "9.0.4",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^2.0.1"
- },
- "engines": {
- "node": ">=16 || 14 >=14.17"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/@storybook/cli/node_modules/p-limit": {
- "version": "3.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "yocto-queue": "^0.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/cli/node_modules/p-locate": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-limit": "^3.0.2"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/cli/node_modules/path-type": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/cli/node_modules/pkg-dir": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "find-up": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@storybook/cli/node_modules/prettier": {
- "version": "3.3.1",
- "dev": true,
- "license": "MIT",
- "bin": {
- "prettier": "bin/prettier.cjs"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/prettier/prettier?sponsor=1"
- }
- },
- "node_modules/@storybook/cli/node_modules/shebang-command": {
- "version": "2.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/cli/node_modules/shebang-regex": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/cli/node_modules/slash": {
- "version": "5.1.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14.16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/cli/node_modules/supports-color": {
- "version": "7.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/cli/node_modules/temp-dir": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14.16"
- }
- },
- "node_modules/@storybook/cli/node_modules/tempy": {
- "version": "3.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-stream": "^3.0.0",
- "temp-dir": "^3.0.0",
- "type-fest": "^2.12.2",
- "unique-string": "^3.0.0"
- },
- "engines": {
- "node": ">=14.16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/cli/node_modules/tempy/node_modules/is-stream": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/cli/node_modules/type-fest": {
- "version": "2.19.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/cli/node_modules/unique-string": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "crypto-random-string": "^4.0.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/cli/node_modules/universalify": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 10.0.0"
- }
- },
- "node_modules/@storybook/cli/node_modules/which": {
- "version": "2.0.2",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@storybook/cli/node_modules/write-file-atomic": {
- "version": "2.4.3",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "graceful-fs": "^4.1.11",
- "imurmurhash": "^0.1.4",
- "signal-exit": "^3.0.2"
- }
- },
- "node_modules/@storybook/client-logger": {
- "version": "7.6.17",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/codemod": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/core": "^7.24.4",
- "@babel/preset-env": "^7.24.4",
- "@babel/types": "^7.24.0",
- "@storybook/csf": "^0.1.7",
- "@storybook/csf-tools": "8.1.5",
- "@storybook/node-logger": "8.1.5",
- "@storybook/types": "8.1.5",
- "@types/cross-spawn": "^6.0.2",
- "cross-spawn": "^7.0.3",
- "globby": "^14.0.1",
- "jscodeshift": "^0.15.1",
- "lodash": "^4.17.21",
- "prettier": "^3.1.1",
- "recast": "^0.23.5",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/codemod/node_modules/@babel/parser": {
- "version": "7.24.7",
- "dev": true,
- "license": "MIT",
- "bin": {
- "parser": "bin/babel-parser.js"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@storybook/codemod/node_modules/@sindresorhus/merge-streams": {
- "version": "2.3.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/codemod/node_modules/@storybook/channels": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/global": "^5.0.0",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/codemod/node_modules/@storybook/client-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/codemod/node_modules/@storybook/core-events": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/csf": "^0.1.7",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/codemod/node_modules/@storybook/csf": {
- "version": "0.1.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^2.19.0"
- }
- },
- "node_modules/@storybook/codemod/node_modules/@storybook/csf-tools": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/generator": "^7.24.4",
- "@babel/parser": "^7.24.4",
- "@babel/traverse": "^7.24.1",
- "@babel/types": "^7.24.0",
- "@storybook/csf": "^0.1.7",
- "@storybook/types": "8.1.5",
- "fs-extra": "^11.1.0",
- "recast": "^0.23.5",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/codemod/node_modules/@storybook/node-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/codemod/node_modules/@storybook/types": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@types/express": "^4.7.0",
- "file-system-cache": "2.3.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/codemod/node_modules/ansi-styles": {
- "version": "4.3.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@storybook/codemod/node_modules/chalk": {
- "version": "4.1.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/@storybook/codemod/node_modules/color-convert": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/@storybook/codemod/node_modules/color-name": {
- "version": "1.1.4",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@storybook/codemod/node_modules/cross-spawn": {
- "version": "7.0.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@storybook/codemod/node_modules/fs-extra": {
- "version": "11.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
- },
- "engines": {
- "node": ">=14.14"
- }
- },
- "node_modules/@storybook/codemod/node_modules/globby": {
- "version": "14.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@sindresorhus/merge-streams": "^2.1.0",
- "fast-glob": "^3.3.2",
- "ignore": "^5.2.4",
- "path-type": "^5.0.0",
- "slash": "^5.1.0",
- "unicorn-magic": "^0.1.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/codemod/node_modules/has-flag": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/codemod/node_modules/jscodeshift": {
- "version": "0.15.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/core": "^7.23.0",
- "@babel/parser": "^7.23.0",
- "@babel/plugin-transform-class-properties": "^7.22.5",
- "@babel/plugin-transform-modules-commonjs": "^7.23.0",
- "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
- "@babel/plugin-transform-optional-chaining": "^7.23.0",
- "@babel/plugin-transform-private-methods": "^7.22.5",
- "@babel/preset-flow": "^7.22.15",
- "@babel/preset-typescript": "^7.23.0",
- "@babel/register": "^7.22.15",
- "babel-core": "^7.0.0-bridge.0",
- "chalk": "^4.1.2",
- "flow-parser": "0.*",
- "graceful-fs": "^4.2.4",
- "micromatch": "^4.0.4",
- "neo-async": "^2.5.0",
- "node-dir": "^0.1.17",
- "recast": "^0.23.3",
- "temp": "^0.8.4",
- "write-file-atomic": "^2.3.0"
- },
- "bin": {
- "jscodeshift": "bin/jscodeshift.js"
- },
- "peerDependencies": {
- "@babel/preset-env": "^7.1.6"
- },
- "peerDependenciesMeta": {
- "@babel/preset-env": {
- "optional": true
- }
- }
- },
- "node_modules/@storybook/codemod/node_modules/jsonfile": {
- "version": "6.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "universalify": "^2.0.0"
- },
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
- }
- },
- "node_modules/@storybook/codemod/node_modules/path-type": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/codemod/node_modules/prettier": {
- "version": "3.3.1",
- "dev": true,
- "license": "MIT",
- "bin": {
- "prettier": "bin/prettier.cjs"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/prettier/prettier?sponsor=1"
- }
- },
- "node_modules/@storybook/codemod/node_modules/shebang-command": {
- "version": "2.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/codemod/node_modules/shebang-regex": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/codemod/node_modules/slash": {
- "version": "5.1.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14.16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/codemod/node_modules/supports-color": {
- "version": "7.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/codemod/node_modules/type-fest": {
- "version": "2.19.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/codemod/node_modules/universalify": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 10.0.0"
- }
- },
- "node_modules/@storybook/codemod/node_modules/which": {
- "version": "2.0.2",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@storybook/codemod/node_modules/write-file-atomic": {
- "version": "2.4.3",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "graceful-fs": "^4.1.11",
- "imurmurhash": "^0.1.4",
- "signal-exit": "^3.0.2"
- }
- },
- "node_modules/@storybook/components": {
- "version": "7.6.20",
- "resolved": "https://registry.npmjs.org/@storybook/components/-/components-7.6.20.tgz",
- "integrity": "sha512-0d8u4m558R+W5V+rseF/+e9JnMciADLXTpsILrG+TBhwECk0MctIWW18bkqkujdCm8kDZr5U2iM/5kS1Noy7Ug==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@radix-ui/react-select": "^1.2.2",
- "@radix-ui/react-toolbar": "^1.0.4",
- "@storybook/client-logger": "7.6.20",
- "@storybook/csf": "^0.1.2",
- "@storybook/global": "^5.0.0",
- "@storybook/theming": "7.6.20",
- "@storybook/types": "7.6.20",
- "memoizerific": "^1.11.3",
- "use-resize-observer": "^9.1.0",
- "util-deprecate": "^1.0.2"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
- }
- },
- "node_modules/@storybook/components/node_modules/@storybook/channels": {
- "version": "7.6.20",
- "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-7.6.20.tgz",
- "integrity": "sha512-4hkgPSH6bJclB2OvLnkZOGZW1WptJs09mhQ6j6qLjgBZzL/ZdD6priWSd7iXrmPiN5TzUobkG4P4Dp7FjkiO7A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "7.6.20",
- "@storybook/core-events": "7.6.20",
- "@storybook/global": "^5.0.0",
- "qs": "^6.10.0",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/components/node_modules/@storybook/client-logger": {
- "version": "7.6.20",
- "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-7.6.20.tgz",
- "integrity": "sha512-NwG0VIJQCmKrSaN5GBDFyQgTAHLNishUPLW1NrzqTDNAhfZUoef64rPQlinbopa0H4OXmlB+QxbQIb3ubeXmSQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/components/node_modules/@storybook/types": {
- "version": "7.6.20",
- "resolved": "https://registry.npmjs.org/@storybook/types/-/types-7.6.20.tgz",
- "integrity": "sha512-GncdY3x0LpbhmUAAJwXYtJDUQEwfF175gsjH0/fxPkxPoV7Sef9TM41jQLJW/5+6TnZoCZP/+aJZTJtq3ni23Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "7.6.20",
- "@types/babel__core": "^7.0.0",
- "@types/express": "^4.7.0",
- "file-system-cache": "2.3.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/core-common": {
- "version": "7.6.20",
- "resolved": "https://registry.npmjs.org/@storybook/core-common/-/core-common-7.6.20.tgz",
- "integrity": "sha512-8H1zPWPjcmeD4HbDm4FDD0WLsfAKGVr566IZ4hG+h3iWVW57II9JW9MLBtiR2LPSd8u7o0kw64lwRGmtCO1qAw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/core-events": "7.6.20",
- "@storybook/node-logger": "7.6.20",
- "@storybook/types": "7.6.20",
- "@types/find-cache-dir": "^3.2.1",
- "@types/node": "^18.0.0",
- "@types/node-fetch": "^2.6.4",
- "@types/pretty-hrtime": "^1.0.0",
- "chalk": "^4.1.0",
- "esbuild": "^0.18.0",
- "esbuild-register": "^3.5.0",
- "file-system-cache": "2.3.0",
- "find-cache-dir": "^3.0.0",
- "find-up": "^5.0.0",
- "fs-extra": "^11.1.0",
- "glob": "^10.0.0",
- "handlebars": "^4.7.7",
- "lazy-universal-dotenv": "^4.0.0",
- "node-fetch": "^2.0.0",
- "picomatch": "^2.3.0",
- "pkg-dir": "^5.0.0",
- "pretty-hrtime": "^1.0.3",
- "resolve-from": "^5.0.0",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/core-common/node_modules/@storybook/channels": {
- "version": "7.6.20",
- "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-7.6.20.tgz",
- "integrity": "sha512-4hkgPSH6bJclB2OvLnkZOGZW1WptJs09mhQ6j6qLjgBZzL/ZdD6priWSd7iXrmPiN5TzUobkG4P4Dp7FjkiO7A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "7.6.20",
- "@storybook/core-events": "7.6.20",
- "@storybook/global": "^5.0.0",
- "qs": "^6.10.0",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/core-common/node_modules/@storybook/client-logger": {
- "version": "7.6.20",
- "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-7.6.20.tgz",
- "integrity": "sha512-NwG0VIJQCmKrSaN5GBDFyQgTAHLNishUPLW1NrzqTDNAhfZUoef64rPQlinbopa0H4OXmlB+QxbQIb3ubeXmSQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/core-common/node_modules/@storybook/types": {
- "version": "7.6.20",
- "resolved": "https://registry.npmjs.org/@storybook/types/-/types-7.6.20.tgz",
- "integrity": "sha512-GncdY3x0LpbhmUAAJwXYtJDUQEwfF175gsjH0/fxPkxPoV7Sef9TM41jQLJW/5+6TnZoCZP/+aJZTJtq3ni23Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "7.6.20",
- "@types/babel__core": "^7.0.0",
- "@types/express": "^4.7.0",
- "file-system-cache": "2.3.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/core-common/node_modules/@types/node": {
- "version": "18.19.50",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.50.tgz",
- "integrity": "sha512-xonK+NRrMBRtkL1hVCc3G+uXtjh1Al4opBLjqVmipe5ZAaBYWW6cNAiBVZ1BvmkBhep698rP3UM3aRAdSALuhg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "undici-types": "~5.26.4"
- }
- },
- "node_modules/@storybook/core-common/node_modules/ansi-styles": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@storybook/core-common/node_modules/brace-expansion": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
- "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0"
- }
- },
- "node_modules/@storybook/core-common/node_modules/chalk": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/@storybook/core-common/node_modules/color-convert": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/@storybook/core-common/node_modules/color-name": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@storybook/core-common/node_modules/find-up": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "locate-path": "^6.0.0",
- "path-exists": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-common/node_modules/fs-extra": {
- "version": "11.2.0",
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
- "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
- },
- "engines": {
- "node": ">=14.14"
- }
- },
- "node_modules/@storybook/core-common/node_modules/glob": {
- "version": "10.4.5",
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
- "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "foreground-child": "^3.1.0",
- "jackspeak": "^3.1.2",
- "minimatch": "^9.0.4",
- "minipass": "^7.1.2",
- "package-json-from-dist": "^1.0.0",
- "path-scurry": "^1.11.1"
- },
- "bin": {
- "glob": "dist/esm/bin.mjs"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/@storybook/core-common/node_modules/has-flag": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/core-common/node_modules/jackspeak": {
- "version": "3.4.3",
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
- "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
- "dev": true,
- "license": "BlueOak-1.0.0",
- "dependencies": {
- "@isaacs/cliui": "^8.0.2"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- },
- "optionalDependencies": {
- "@pkgjs/parseargs": "^0.11.0"
- }
- },
- "node_modules/@storybook/core-common/node_modules/jsonfile": {
- "version": "6.1.0",
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
- "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "universalify": "^2.0.0"
- },
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
- }
- },
- "node_modules/@storybook/core-common/node_modules/locate-path": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-locate": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-common/node_modules/minimatch": {
- "version": "9.0.5",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^2.0.1"
- },
- "engines": {
- "node": ">=16 || 14 >=14.17"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/@storybook/core-common/node_modules/p-limit": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "yocto-queue": "^0.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-common/node_modules/p-locate": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-limit": "^3.0.2"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-common/node_modules/pkg-dir": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-5.0.0.tgz",
- "integrity": "sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "find-up": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@storybook/core-common/node_modules/supports-color": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/core-common/node_modules/universalify": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
- "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 10.0.0"
- }
- },
- "node_modules/@storybook/core-events": {
- "version": "7.6.20",
- "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-7.6.20.tgz",
- "integrity": "sha512-tlVDuVbDiNkvPDFAu+0ou3xBBYbx9zUURQz4G9fAq0ScgBOs/bpzcRrFb4mLpemUViBAd47tfZKdH4MAX45KVQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/core-server": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@aw-web-design/x-default-browser": "1.4.126",
- "@babel/core": "^7.24.4",
- "@babel/parser": "^7.24.4",
- "@discoveryjs/json-ext": "^0.5.3",
- "@storybook/builder-manager": "8.1.5",
- "@storybook/channels": "8.1.5",
- "@storybook/core-common": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/csf": "^0.1.7",
- "@storybook/csf-tools": "8.1.5",
- "@storybook/docs-mdx": "3.1.0-next.0",
- "@storybook/global": "^5.0.0",
- "@storybook/manager": "8.1.5",
- "@storybook/manager-api": "8.1.5",
- "@storybook/node-logger": "8.1.5",
- "@storybook/preview-api": "8.1.5",
- "@storybook/telemetry": "8.1.5",
- "@storybook/types": "8.1.5",
- "@types/detect-port": "^1.3.0",
- "@types/diff": "^5.0.9",
- "@types/node": "^18.0.0",
- "@types/pretty-hrtime": "^1.0.0",
- "@types/semver": "^7.3.4",
- "better-opn": "^3.0.2",
- "chalk": "^4.1.0",
- "cli-table3": "^0.6.1",
- "compression": "^1.7.4",
- "detect-port": "^1.3.0",
- "diff": "^5.2.0",
- "express": "^4.17.3",
- "fs-extra": "^11.1.0",
- "globby": "^14.0.1",
- "ip": "^2.0.1",
- "lodash": "^4.17.21",
- "open": "^8.4.0",
- "pretty-hrtime": "^1.0.3",
- "prompts": "^2.4.0",
- "read-pkg-up": "^7.0.1",
- "semver": "^7.3.7",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1",
- "ts-dedent": "^2.0.0",
- "util": "^0.12.4",
- "util-deprecate": "^1.0.2",
- "watchpack": "^2.2.0",
- "ws": "^8.2.3"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/core-server/node_modules/@babel/parser": {
- "version": "7.24.7",
- "dev": true,
- "license": "MIT",
- "bin": {
- "parser": "bin/babel-parser.js"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@storybook/core-server/node_modules/@sindresorhus/merge-streams": {
- "version": "2.3.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-server/node_modules/@storybook/channels": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/global": "^5.0.0",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/core-server/node_modules/@storybook/client-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/core-server/node_modules/@storybook/core-common": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/core-events": "8.1.5",
- "@storybook/csf-tools": "8.1.5",
- "@storybook/node-logger": "8.1.5",
- "@storybook/types": "8.1.5",
- "@yarnpkg/fslib": "2.10.3",
- "@yarnpkg/libzip": "2.3.0",
- "chalk": "^4.1.0",
- "cross-spawn": "^7.0.3",
- "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0",
- "esbuild-register": "^3.5.0",
- "execa": "^5.0.0",
- "file-system-cache": "2.3.0",
- "find-cache-dir": "^3.0.0",
- "find-up": "^5.0.0",
- "fs-extra": "^11.1.0",
- "glob": "^10.0.0",
- "handlebars": "^4.7.7",
- "lazy-universal-dotenv": "^4.0.0",
- "node-fetch": "^2.0.0",
- "picomatch": "^2.3.0",
- "pkg-dir": "^5.0.0",
- "prettier-fallback": "npm:prettier@^3",
- "pretty-hrtime": "^1.0.3",
- "resolve-from": "^5.0.0",
- "semver": "^7.3.7",
- "tempy": "^3.1.0",
- "tiny-invariant": "^1.3.1",
- "ts-dedent": "^2.0.0",
- "util": "^0.12.4"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "prettier": "^2 || ^3"
- },
- "peerDependenciesMeta": {
- "prettier": {
- "optional": true
- }
- }
- },
- "node_modules/@storybook/core-server/node_modules/@storybook/core-events": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/csf": "^0.1.7",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/core-server/node_modules/@storybook/csf": {
- "version": "0.1.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^2.19.0"
- }
- },
- "node_modules/@storybook/core-server/node_modules/@storybook/csf-tools": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/generator": "^7.24.4",
- "@babel/parser": "^7.24.4",
- "@babel/traverse": "^7.24.1",
- "@babel/types": "^7.24.0",
- "@storybook/csf": "^0.1.7",
- "@storybook/types": "8.1.5",
- "fs-extra": "^11.1.0",
- "recast": "^0.23.5",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/core-server/node_modules/@storybook/manager-api": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/csf": "^0.1.7",
- "@storybook/global": "^5.0.0",
- "@storybook/icons": "^1.2.5",
- "@storybook/router": "8.1.5",
- "@storybook/theming": "8.1.5",
- "@storybook/types": "8.1.5",
- "dequal": "^2.0.2",
- "lodash": "^4.17.21",
- "memoizerific": "^1.11.3",
- "store2": "^2.14.2",
- "telejson": "^7.2.0",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/core-server/node_modules/@storybook/node-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/core-server/node_modules/@storybook/preview-api": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/csf": "^0.1.7",
- "@storybook/global": "^5.0.0",
- "@storybook/types": "8.1.5",
- "@types/qs": "^6.9.5",
- "dequal": "^2.0.2",
- "lodash": "^4.17.21",
- "memoizerific": "^1.11.3",
- "qs": "^6.10.0",
- "tiny-invariant": "^1.3.1",
- "ts-dedent": "^2.0.0",
- "util-deprecate": "^1.0.2"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/core-server/node_modules/@storybook/router": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "memoizerific": "^1.11.3",
- "qs": "^6.10.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/core-server/node_modules/@storybook/theming": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
- "@storybook/client-logger": "8.1.5",
- "@storybook/global": "^5.0.0",
- "memoizerific": "^1.11.3"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta"
- },
- "peerDependenciesMeta": {
- "react": {
- "optional": true
- },
- "react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@storybook/core-server/node_modules/@storybook/types": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@types/express": "^4.7.0",
- "file-system-cache": "2.3.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/core-server/node_modules/@types/node": {
- "version": "18.19.34",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "undici-types": "~5.26.4"
- }
- },
- "node_modules/@storybook/core-server/node_modules/ansi-styles": {
- "version": "4.3.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@storybook/core-server/node_modules/better-opn": {
- "version": "3.0.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "open": "^8.0.4"
- },
- "engines": {
- "node": ">=12.0.0"
- }
- },
- "node_modules/@storybook/core-server/node_modules/brace-expansion": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0"
- }
- },
- "node_modules/@storybook/core-server/node_modules/chalk": {
- "version": "4.1.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/@storybook/core-server/node_modules/color-convert": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/@storybook/core-server/node_modules/color-name": {
- "version": "1.1.4",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@storybook/core-server/node_modules/cross-spawn": {
- "version": "7.0.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@storybook/core-server/node_modules/crypto-random-string": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^1.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-server/node_modules/crypto-random-string/node_modules/type-fest": {
- "version": "1.4.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-server/node_modules/diff": {
- "version": "5.2.0",
- "dev": true,
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">=0.3.1"
- }
- },
- "node_modules/@storybook/core-server/node_modules/execa": {
- "version": "5.1.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^6.0.0",
- "human-signals": "^2.1.0",
- "is-stream": "^2.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^4.0.1",
- "onetime": "^5.1.2",
- "signal-exit": "^3.0.3",
- "strip-final-newline": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
- }
- },
- "node_modules/@storybook/core-server/node_modules/find-up": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "locate-path": "^6.0.0",
- "path-exists": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-server/node_modules/fs-extra": {
- "version": "11.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
- },
- "engines": {
- "node": ">=14.14"
- }
- },
- "node_modules/@storybook/core-server/node_modules/glob": {
- "version": "10.4.1",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "foreground-child": "^3.1.0",
- "jackspeak": "^3.1.2",
- "minimatch": "^9.0.4",
- "minipass": "^7.1.2",
- "path-scurry": "^1.11.1"
- },
- "bin": {
- "glob": "dist/esm/bin.mjs"
- },
- "engines": {
- "node": ">=16 || 14 >=14.18"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/@storybook/core-server/node_modules/globby": {
- "version": "14.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@sindresorhus/merge-streams": "^2.1.0",
- "fast-glob": "^3.3.2",
- "ignore": "^5.2.4",
- "path-type": "^5.0.0",
- "slash": "^5.1.0",
- "unicorn-magic": "^0.1.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-server/node_modules/has-flag": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/core-server/node_modules/jackspeak": {
- "version": "3.3.0",
- "dev": true,
- "license": "BlueOak-1.0.0",
- "dependencies": {
- "@isaacs/cliui": "^8.0.2"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- },
- "optionalDependencies": {
- "@pkgjs/parseargs": "^0.11.0"
- }
- },
- "node_modules/@storybook/core-server/node_modules/jsonfile": {
- "version": "6.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "universalify": "^2.0.0"
- },
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
- }
- },
- "node_modules/@storybook/core-server/node_modules/locate-path": {
- "version": "6.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-locate": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-server/node_modules/minimatch": {
- "version": "9.0.4",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^2.0.1"
- },
- "engines": {
- "node": ">=16 || 14 >=14.17"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/@storybook/core-server/node_modules/open": {
- "version": "8.4.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-lazy-prop": "^2.0.0",
- "is-docker": "^2.1.1",
- "is-wsl": "^2.2.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-server/node_modules/p-limit": {
- "version": "3.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "yocto-queue": "^0.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-server/node_modules/p-locate": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-limit": "^3.0.2"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-server/node_modules/path-type": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-server/node_modules/pkg-dir": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "find-up": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@storybook/core-server/node_modules/shebang-command": {
- "version": "2.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/core-server/node_modules/shebang-regex": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/core-server/node_modules/slash": {
- "version": "5.1.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14.16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-server/node_modules/supports-color": {
- "version": "7.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/core-server/node_modules/temp-dir": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14.16"
- }
- },
- "node_modules/@storybook/core-server/node_modules/tempy": {
- "version": "3.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-stream": "^3.0.0",
- "temp-dir": "^3.0.0",
- "type-fest": "^2.12.2",
- "unique-string": "^3.0.0"
- },
- "engines": {
- "node": ">=14.16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-server/node_modules/tempy/node_modules/is-stream": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-server/node_modules/type-fest": {
- "version": "2.19.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-server/node_modules/unique-string": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "crypto-random-string": "^4.0.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-server/node_modules/universalify": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 10.0.0"
- }
- },
- "node_modules/@storybook/core-server/node_modules/which": {
- "version": "2.0.2",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@storybook/core-webpack": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/core-common": "8.1.5",
- "@storybook/node-logger": "8.1.5",
- "@storybook/types": "8.1.5",
- "@types/node": "^18.0.0",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/@babel/parser": {
- "version": "7.24.7",
- "dev": true,
- "license": "MIT",
- "bin": {
- "parser": "bin/babel-parser.js"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/@storybook/channels": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/global": "^5.0.0",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/@storybook/client-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/@storybook/core-common": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/core-events": "8.1.5",
- "@storybook/csf-tools": "8.1.5",
- "@storybook/node-logger": "8.1.5",
- "@storybook/types": "8.1.5",
- "@yarnpkg/fslib": "2.10.3",
- "@yarnpkg/libzip": "2.3.0",
- "chalk": "^4.1.0",
- "cross-spawn": "^7.0.3",
- "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0",
- "esbuild-register": "^3.5.0",
- "execa": "^5.0.0",
- "file-system-cache": "2.3.0",
- "find-cache-dir": "^3.0.0",
- "find-up": "^5.0.0",
- "fs-extra": "^11.1.0",
- "glob": "^10.0.0",
- "handlebars": "^4.7.7",
- "lazy-universal-dotenv": "^4.0.0",
- "node-fetch": "^2.0.0",
- "picomatch": "^2.3.0",
- "pkg-dir": "^5.0.0",
- "prettier-fallback": "npm:prettier@^3",
- "pretty-hrtime": "^1.0.3",
- "resolve-from": "^5.0.0",
- "semver": "^7.3.7",
- "tempy": "^3.1.0",
- "tiny-invariant": "^1.3.1",
- "ts-dedent": "^2.0.0",
- "util": "^0.12.4"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "prettier": "^2 || ^3"
- },
- "peerDependenciesMeta": {
- "prettier": {
- "optional": true
- }
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/@storybook/core-events": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/csf": "^0.1.7",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/@storybook/csf": {
- "version": "0.1.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^2.19.0"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/@storybook/csf-tools": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/generator": "^7.24.4",
- "@babel/parser": "^7.24.4",
- "@babel/traverse": "^7.24.1",
- "@babel/types": "^7.24.0",
- "@storybook/csf": "^0.1.7",
- "@storybook/types": "8.1.5",
- "fs-extra": "^11.1.0",
- "recast": "^0.23.5",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/@storybook/node-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/@storybook/types": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@types/express": "^4.7.0",
- "file-system-cache": "2.3.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/@types/node": {
- "version": "18.19.34",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "undici-types": "~5.26.4"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/ansi-styles": {
- "version": "4.3.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/brace-expansion": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/chalk": {
- "version": "4.1.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/color-convert": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/color-name": {
- "version": "1.1.4",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@storybook/core-webpack/node_modules/cross-spawn": {
- "version": "7.0.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/crypto-random-string": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^1.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/crypto-random-string/node_modules/type-fest": {
- "version": "1.4.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/execa": {
- "version": "5.1.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^6.0.0",
- "human-signals": "^2.1.0",
- "is-stream": "^2.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^4.0.1",
- "onetime": "^5.1.2",
- "signal-exit": "^3.0.3",
- "strip-final-newline": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/find-up": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "locate-path": "^6.0.0",
- "path-exists": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/fs-extra": {
- "version": "11.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
- },
- "engines": {
- "node": ">=14.14"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/glob": {
- "version": "10.4.1",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "foreground-child": "^3.1.0",
- "jackspeak": "^3.1.2",
- "minimatch": "^9.0.4",
- "minipass": "^7.1.2",
- "path-scurry": "^1.11.1"
- },
- "bin": {
- "glob": "dist/esm/bin.mjs"
- },
- "engines": {
- "node": ">=16 || 14 >=14.18"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/has-flag": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/jackspeak": {
- "version": "3.3.0",
- "dev": true,
- "license": "BlueOak-1.0.0",
- "dependencies": {
- "@isaacs/cliui": "^8.0.2"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- },
- "optionalDependencies": {
- "@pkgjs/parseargs": "^0.11.0"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/jsonfile": {
- "version": "6.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "universalify": "^2.0.0"
- },
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/locate-path": {
- "version": "6.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-locate": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/minimatch": {
- "version": "9.0.4",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^2.0.1"
- },
- "engines": {
- "node": ">=16 || 14 >=14.17"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/p-limit": {
- "version": "3.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "yocto-queue": "^0.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/p-locate": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-limit": "^3.0.2"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/pkg-dir": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "find-up": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/shebang-command": {
- "version": "2.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/shebang-regex": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/supports-color": {
- "version": "7.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/temp-dir": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14.16"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/tempy": {
- "version": "3.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-stream": "^3.0.0",
- "temp-dir": "^3.0.0",
- "type-fest": "^2.12.2",
- "unique-string": "^3.0.0"
- },
- "engines": {
- "node": ">=14.16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/tempy/node_modules/is-stream": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/type-fest": {
- "version": "2.19.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/unique-string": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "crypto-random-string": "^4.0.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/universalify": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 10.0.0"
- }
- },
- "node_modules/@storybook/core-webpack/node_modules/which": {
- "version": "2.0.2",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@storybook/csf": {
- "version": "0.1.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^2.19.0"
- }
- },
- "node_modules/@storybook/csf-plugin": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/csf-tools": "8.1.5",
- "unplugin": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/csf-plugin/node_modules/@babel/parser": {
- "version": "7.24.7",
- "dev": true,
- "license": "MIT",
- "bin": {
- "parser": "bin/babel-parser.js"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@storybook/csf-plugin/node_modules/@storybook/channels": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/global": "^5.0.0",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/csf-plugin/node_modules/@storybook/client-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/csf-plugin/node_modules/@storybook/core-events": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/csf": "^0.1.7",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/csf-plugin/node_modules/@storybook/csf": {
- "version": "0.1.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^2.19.0"
- }
- },
- "node_modules/@storybook/csf-plugin/node_modules/@storybook/csf-tools": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/generator": "^7.24.4",
- "@babel/parser": "^7.24.4",
- "@babel/traverse": "^7.24.1",
- "@babel/types": "^7.24.0",
- "@storybook/csf": "^0.1.7",
- "@storybook/types": "8.1.5",
- "fs-extra": "^11.1.0",
- "recast": "^0.23.5",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/csf-plugin/node_modules/@storybook/types": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@types/express": "^4.7.0",
- "file-system-cache": "2.3.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/csf-plugin/node_modules/fs-extra": {
- "version": "11.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
- },
- "engines": {
- "node": ">=14.14"
- }
- },
- "node_modules/@storybook/csf-plugin/node_modules/jsonfile": {
- "version": "6.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "universalify": "^2.0.0"
- },
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
- }
- },
- "node_modules/@storybook/csf-plugin/node_modules/type-fest": {
- "version": "2.19.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/csf-plugin/node_modules/universalify": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 10.0.0"
- }
- },
- "node_modules/@storybook/csf-tools": {
- "version": "7.6.17",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/generator": "^7.23.0",
- "@babel/parser": "^7.23.0",
- "@babel/traverse": "^7.23.2",
- "@babel/types": "^7.23.0",
- "@storybook/csf": "^0.1.2",
- "@storybook/types": "7.6.17",
- "fs-extra": "^11.1.0",
- "recast": "^0.23.1",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/csf-tools/node_modules/fs-extra": {
- "version": "11.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
- },
- "engines": {
- "node": ">=14.14"
- }
- },
- "node_modules/@storybook/csf-tools/node_modules/jsonfile": {
- "version": "6.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "universalify": "^2.0.0"
- },
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
- }
- },
- "node_modules/@storybook/csf-tools/node_modules/universalify": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 10.0.0"
- }
- },
- "node_modules/@storybook/csf/node_modules/type-fest": {
- "version": "2.19.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/docs-mdx": {
- "version": "3.1.0-next.0",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@storybook/docs-tools": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/core-common": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/preview-api": "8.1.5",
- "@storybook/types": "8.1.5",
- "@types/doctrine": "^0.0.3",
- "assert": "^2.1.0",
- "doctrine": "^3.0.0",
- "lodash": "^4.17.21"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/@babel/parser": {
- "version": "7.24.7",
- "dev": true,
- "license": "MIT",
- "bin": {
- "parser": "bin/babel-parser.js"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/@storybook/channels": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/global": "^5.0.0",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/@storybook/client-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/@storybook/core-common": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/core-events": "8.1.5",
- "@storybook/csf-tools": "8.1.5",
- "@storybook/node-logger": "8.1.5",
- "@storybook/types": "8.1.5",
- "@yarnpkg/fslib": "2.10.3",
- "@yarnpkg/libzip": "2.3.0",
- "chalk": "^4.1.0",
- "cross-spawn": "^7.0.3",
- "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0",
- "esbuild-register": "^3.5.0",
- "execa": "^5.0.0",
- "file-system-cache": "2.3.0",
- "find-cache-dir": "^3.0.0",
- "find-up": "^5.0.0",
- "fs-extra": "^11.1.0",
- "glob": "^10.0.0",
- "handlebars": "^4.7.7",
- "lazy-universal-dotenv": "^4.0.0",
- "node-fetch": "^2.0.0",
- "picomatch": "^2.3.0",
- "pkg-dir": "^5.0.0",
- "prettier-fallback": "npm:prettier@^3",
- "pretty-hrtime": "^1.0.3",
- "resolve-from": "^5.0.0",
- "semver": "^7.3.7",
- "tempy": "^3.1.0",
- "tiny-invariant": "^1.3.1",
- "ts-dedent": "^2.0.0",
- "util": "^0.12.4"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "prettier": "^2 || ^3"
- },
- "peerDependenciesMeta": {
- "prettier": {
- "optional": true
- }
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/@storybook/core-events": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/csf": "^0.1.7",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/@storybook/csf": {
- "version": "0.1.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^2.19.0"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/@storybook/csf-tools": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/generator": "^7.24.4",
- "@babel/parser": "^7.24.4",
- "@babel/traverse": "^7.24.1",
- "@babel/types": "^7.24.0",
- "@storybook/csf": "^0.1.7",
- "@storybook/types": "8.1.5",
- "fs-extra": "^11.1.0",
- "recast": "^0.23.5",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/@storybook/node-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/@storybook/preview-api": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/csf": "^0.1.7",
- "@storybook/global": "^5.0.0",
- "@storybook/types": "8.1.5",
- "@types/qs": "^6.9.5",
- "dequal": "^2.0.2",
- "lodash": "^4.17.21",
- "memoizerific": "^1.11.3",
- "qs": "^6.10.0",
- "tiny-invariant": "^1.3.1",
- "ts-dedent": "^2.0.0",
- "util-deprecate": "^1.0.2"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/@storybook/types": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@types/express": "^4.7.0",
- "file-system-cache": "2.3.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/ansi-styles": {
- "version": "4.3.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/brace-expansion": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/chalk": {
- "version": "4.1.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/color-convert": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/color-name": {
- "version": "1.1.4",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@storybook/docs-tools/node_modules/cross-spawn": {
- "version": "7.0.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/crypto-random-string": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^1.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/crypto-random-string/node_modules/type-fest": {
- "version": "1.4.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/execa": {
- "version": "5.1.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^6.0.0",
- "human-signals": "^2.1.0",
- "is-stream": "^2.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^4.0.1",
- "onetime": "^5.1.2",
- "signal-exit": "^3.0.3",
- "strip-final-newline": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/find-up": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "locate-path": "^6.0.0",
- "path-exists": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/fs-extra": {
- "version": "11.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
- },
- "engines": {
- "node": ">=14.14"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/glob": {
- "version": "10.4.1",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "foreground-child": "^3.1.0",
- "jackspeak": "^3.1.2",
- "minimatch": "^9.0.4",
- "minipass": "^7.1.2",
- "path-scurry": "^1.11.1"
- },
- "bin": {
- "glob": "dist/esm/bin.mjs"
- },
- "engines": {
- "node": ">=16 || 14 >=14.18"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/has-flag": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/jackspeak": {
- "version": "3.3.0",
- "dev": true,
- "license": "BlueOak-1.0.0",
- "dependencies": {
- "@isaacs/cliui": "^8.0.2"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- },
- "optionalDependencies": {
- "@pkgjs/parseargs": "^0.11.0"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/jsonfile": {
- "version": "6.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "universalify": "^2.0.0"
- },
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/locate-path": {
- "version": "6.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-locate": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/minimatch": {
- "version": "9.0.4",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^2.0.1"
- },
- "engines": {
- "node": ">=16 || 14 >=14.17"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/p-limit": {
- "version": "3.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "yocto-queue": "^0.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/p-locate": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-limit": "^3.0.2"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/pkg-dir": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "find-up": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/shebang-command": {
- "version": "2.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/shebang-regex": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/supports-color": {
- "version": "7.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/temp-dir": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14.16"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/tempy": {
- "version": "3.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-stream": "^3.0.0",
- "temp-dir": "^3.0.0",
- "type-fest": "^2.12.2",
- "unique-string": "^3.0.0"
- },
- "engines": {
- "node": ">=14.16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/tempy/node_modules/is-stream": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/type-fest": {
- "version": "2.19.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/unique-string": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "crypto-random-string": "^4.0.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/universalify": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 10.0.0"
- }
- },
- "node_modules/@storybook/docs-tools/node_modules/which": {
- "version": "2.0.2",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@storybook/global": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@storybook/icons": {
- "version": "1.2.9",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14.0.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
- }
- },
- "node_modules/@storybook/instrumenter": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/global": "^5.0.0",
- "@storybook/preview-api": "8.1.5",
- "@vitest/utils": "^1.3.1",
- "util": "^0.12.4"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/instrumenter/node_modules/@storybook/channels": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/global": "^5.0.0",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/instrumenter/node_modules/@storybook/client-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/instrumenter/node_modules/@storybook/core-events": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/csf": "^0.1.7",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/instrumenter/node_modules/@storybook/csf": {
- "version": "0.1.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^2.19.0"
- }
- },
- "node_modules/@storybook/instrumenter/node_modules/@storybook/preview-api": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/csf": "^0.1.7",
- "@storybook/global": "^5.0.0",
- "@storybook/types": "8.1.5",
- "@types/qs": "^6.9.5",
- "dequal": "^2.0.2",
- "lodash": "^4.17.21",
- "memoizerific": "^1.11.3",
- "qs": "^6.10.0",
- "tiny-invariant": "^1.3.1",
- "ts-dedent": "^2.0.0",
- "util-deprecate": "^1.0.2"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/instrumenter/node_modules/@storybook/types": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@types/express": "^4.7.0",
- "file-system-cache": "2.3.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/instrumenter/node_modules/type-fest": {
- "version": "2.19.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/manager": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/manager-api": {
- "version": "7.6.20",
- "resolved": "https://registry.npmjs.org/@storybook/manager-api/-/manager-api-7.6.20.tgz",
- "integrity": "sha512-gOB3m8hO3gBs9cBoN57T7jU0wNKDh+hi06gLcyd2awARQlAlywnLnr3s1WH5knih6Aq+OpvGBRVKkGLOkaouCQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "7.6.20",
- "@storybook/client-logger": "7.6.20",
- "@storybook/core-events": "7.6.20",
- "@storybook/csf": "^0.1.2",
- "@storybook/global": "^5.0.0",
- "@storybook/router": "7.6.20",
- "@storybook/theming": "7.6.20",
- "@storybook/types": "7.6.20",
- "dequal": "^2.0.2",
- "lodash": "^4.17.21",
- "memoizerific": "^1.11.3",
- "store2": "^2.14.2",
- "telejson": "^7.2.0",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/manager-api/node_modules/@storybook/channels": {
- "version": "7.6.20",
- "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-7.6.20.tgz",
- "integrity": "sha512-4hkgPSH6bJclB2OvLnkZOGZW1WptJs09mhQ6j6qLjgBZzL/ZdD6priWSd7iXrmPiN5TzUobkG4P4Dp7FjkiO7A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "7.6.20",
- "@storybook/core-events": "7.6.20",
- "@storybook/global": "^5.0.0",
- "qs": "^6.10.0",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/manager-api/node_modules/@storybook/client-logger": {
- "version": "7.6.20",
- "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-7.6.20.tgz",
- "integrity": "sha512-NwG0VIJQCmKrSaN5GBDFyQgTAHLNishUPLW1NrzqTDNAhfZUoef64rPQlinbopa0H4OXmlB+QxbQIb3ubeXmSQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/manager-api/node_modules/@storybook/types": {
- "version": "7.6.20",
- "resolved": "https://registry.npmjs.org/@storybook/types/-/types-7.6.20.tgz",
- "integrity": "sha512-GncdY3x0LpbhmUAAJwXYtJDUQEwfF175gsjH0/fxPkxPoV7Sef9TM41jQLJW/5+6TnZoCZP/+aJZTJtq3ni23Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "7.6.20",
- "@types/babel__core": "^7.0.0",
- "@types/express": "^4.7.0",
- "file-system-cache": "2.3.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/node-logger": {
- "version": "7.6.20",
- "resolved": "https://registry.npmjs.org/@storybook/node-logger/-/node-logger-7.6.20.tgz",
- "integrity": "sha512-l2i4qF1bscJkOplNffcRTsgQWYR7J51ewmizj5YrTM8BK6rslWT1RntgVJWB1RgPqvx6VsCz1gyP3yW1oKxvYw==",
- "dev": true,
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/preset-react-webpack": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/core-webpack": "8.1.5",
- "@storybook/docs-tools": "8.1.5",
- "@storybook/node-logger": "8.1.5",
- "@storybook/react": "8.1.5",
- "@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.0c3f3b7.0",
- "@types/node": "^18.0.0",
- "@types/semver": "^7.3.4",
- "find-up": "^5.0.0",
- "fs-extra": "^11.1.0",
- "magic-string": "^0.30.5",
- "react-docgen": "^7.0.0",
- "resolve": "^1.22.8",
- "semver": "^7.3.7",
- "tsconfig-paths": "^4.2.0",
- "webpack": "5"
- },
- "engines": {
- "node": ">=18.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@storybook/preset-react-webpack/node_modules/@storybook/node-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/preset-react-webpack/node_modules/@types/node": {
- "version": "18.19.34",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "undici-types": "~5.26.4"
- }
- },
- "node_modules/@storybook/preset-react-webpack/node_modules/find-up": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "locate-path": "^6.0.0",
- "path-exists": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/preset-react-webpack/node_modules/fs-extra": {
- "version": "11.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
- },
- "engines": {
- "node": ">=14.14"
- }
- },
- "node_modules/@storybook/preset-react-webpack/node_modules/jsonfile": {
- "version": "6.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "universalify": "^2.0.0"
- },
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
- }
- },
- "node_modules/@storybook/preset-react-webpack/node_modules/locate-path": {
- "version": "6.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-locate": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/preset-react-webpack/node_modules/p-limit": {
- "version": "3.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "yocto-queue": "^0.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/preset-react-webpack/node_modules/p-locate": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-limit": "^3.0.2"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/preset-react-webpack/node_modules/tsconfig-paths": {
- "version": "4.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "json5": "^2.2.2",
- "minimist": "^1.2.6",
- "strip-bom": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@storybook/preset-react-webpack/node_modules/universalify": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 10.0.0"
- }
- },
- "node_modules/@storybook/preview": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/preview-api": {
- "version": "7.6.20",
- "resolved": "https://registry.npmjs.org/@storybook/preview-api/-/preview-api-7.6.20.tgz",
- "integrity": "sha512-3ic2m9LDZEPwZk02wIhNc3n3rNvbi7VDKn52hDXfAxnL5EYm7yDICAkaWcVaTfblru2zn0EDJt7ROpthscTW5w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "7.6.20",
- "@storybook/client-logger": "7.6.20",
- "@storybook/core-events": "7.6.20",
- "@storybook/csf": "^0.1.2",
- "@storybook/global": "^5.0.0",
- "@storybook/types": "7.6.20",
- "@types/qs": "^6.9.5",
- "dequal": "^2.0.2",
- "lodash": "^4.17.21",
- "memoizerific": "^1.11.3",
- "qs": "^6.10.0",
- "synchronous-promise": "^2.0.15",
- "ts-dedent": "^2.0.0",
- "util-deprecate": "^1.0.2"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/preview-api/node_modules/@storybook/channels": {
- "version": "7.6.20",
- "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-7.6.20.tgz",
- "integrity": "sha512-4hkgPSH6bJclB2OvLnkZOGZW1WptJs09mhQ6j6qLjgBZzL/ZdD6priWSd7iXrmPiN5TzUobkG4P4Dp7FjkiO7A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "7.6.20",
- "@storybook/core-events": "7.6.20",
- "@storybook/global": "^5.0.0",
- "qs": "^6.10.0",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/preview-api/node_modules/@storybook/client-logger": {
- "version": "7.6.20",
- "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-7.6.20.tgz",
- "integrity": "sha512-NwG0VIJQCmKrSaN5GBDFyQgTAHLNishUPLW1NrzqTDNAhfZUoef64rPQlinbopa0H4OXmlB+QxbQIb3ubeXmSQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/preview-api/node_modules/@storybook/types": {
- "version": "7.6.20",
- "resolved": "https://registry.npmjs.org/@storybook/types/-/types-7.6.20.tgz",
- "integrity": "sha512-GncdY3x0LpbhmUAAJwXYtJDUQEwfF175gsjH0/fxPkxPoV7Sef9TM41jQLJW/5+6TnZoCZP/+aJZTJtq3ni23Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "7.6.20",
- "@types/babel__core": "^7.0.0",
- "@types/express": "^4.7.0",
- "file-system-cache": "2.3.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/react": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "@storybook/docs-tools": "8.1.5",
- "@storybook/global": "^5.0.0",
- "@storybook/preview-api": "8.1.5",
- "@storybook/react-dom-shim": "8.1.5",
- "@storybook/types": "8.1.5",
- "@types/escodegen": "^0.0.6",
- "@types/estree": "^0.0.51",
- "@types/node": "^18.0.0",
- "acorn": "^7.4.1",
- "acorn-jsx": "^5.3.1",
- "acorn-walk": "^7.2.0",
- "escodegen": "^2.1.0",
- "html-tags": "^3.1.0",
- "lodash": "^4.17.21",
- "prop-types": "^15.7.2",
- "react-element-to-jsx-string": "^15.0.0",
- "semver": "^7.3.7",
- "ts-dedent": "^2.0.0",
- "type-fest": "~2.19",
- "util-deprecate": "^1.0.2"
- },
- "engines": {
- "node": ">=18.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
- "typescript": ">= 4.2.x"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@storybook/react-docgen-typescript-plugin": {
- "version": "1.0.6--canary.9.0c3f3b7.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "debug": "^4.1.1",
- "endent": "^2.0.1",
- "find-cache-dir": "^3.3.1",
- "flat-cache": "^3.0.4",
- "micromatch": "^4.0.2",
- "react-docgen-typescript": "^2.2.2",
- "tslib": "^2.0.0"
- },
- "peerDependencies": {
- "typescript": ">= 4.x",
- "webpack": ">= 4"
- }
- },
- "node_modules/@storybook/react-dom-shim": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta"
- }
- },
- "node_modules/@storybook/react-webpack5": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/builder-webpack5": "8.1.5",
- "@storybook/preset-react-webpack": "8.1.5",
- "@storybook/react": "8.1.5",
- "@storybook/types": "8.1.5",
- "@types/node": "^18.0.0"
- },
- "engines": {
- "node": ">=18.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
- "typescript": ">= 4.2.x"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@storybook/react-webpack5/node_modules/@storybook/channels": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/global": "^5.0.0",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/react-webpack5/node_modules/@storybook/client-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/react-webpack5/node_modules/@storybook/core-events": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/csf": "^0.1.7",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/react-webpack5/node_modules/@storybook/csf": {
- "version": "0.1.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^2.19.0"
- }
- },
- "node_modules/@storybook/react-webpack5/node_modules/@storybook/types": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@types/express": "^4.7.0",
- "file-system-cache": "2.3.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/react-webpack5/node_modules/@types/node": {
- "version": "18.19.34",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "undici-types": "~5.26.4"
- }
- },
- "node_modules/@storybook/react-webpack5/node_modules/type-fest": {
- "version": "2.19.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/react/node_modules/@storybook/channels": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/global": "^5.0.0",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/react/node_modules/@storybook/client-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/react/node_modules/@storybook/core-events": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/csf": "^0.1.7",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/react/node_modules/@storybook/csf": {
- "version": "0.1.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^2.19.0"
- }
- },
- "node_modules/@storybook/react/node_modules/@storybook/preview-api": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/csf": "^0.1.7",
- "@storybook/global": "^5.0.0",
- "@storybook/types": "8.1.5",
- "@types/qs": "^6.9.5",
- "dequal": "^2.0.2",
- "lodash": "^4.17.21",
- "memoizerific": "^1.11.3",
- "qs": "^6.10.0",
- "tiny-invariant": "^1.3.1",
- "ts-dedent": "^2.0.0",
- "util-deprecate": "^1.0.2"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/react/node_modules/@storybook/types": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@types/express": "^4.7.0",
- "file-system-cache": "2.3.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/react/node_modules/@types/estree": {
- "version": "0.0.51",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@storybook/react/node_modules/@types/node": {
- "version": "18.19.34",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "undici-types": "~5.26.4"
- }
- },
- "node_modules/@storybook/react/node_modules/acorn": {
- "version": "7.4.1",
- "dev": true,
- "license": "MIT",
- "bin": {
- "acorn": "bin/acorn"
- },
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/@storybook/react/node_modules/is-plain-object": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/@storybook/react/node_modules/react-element-to-jsx-string": {
- "version": "15.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@base2/pretty-print-object": "1.0.1",
- "is-plain-object": "5.0.0",
- "react-is": "18.1.0"
- },
- "peerDependencies": {
- "react": "^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0",
- "react-dom": "^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0"
- }
- },
- "node_modules/@storybook/react/node_modules/react-is": {
- "version": "18.1.0",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@storybook/react/node_modules/type-fest": {
- "version": "2.19.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/router": {
- "version": "7.6.20",
- "resolved": "https://registry.npmjs.org/@storybook/router/-/router-7.6.20.tgz",
- "integrity": "sha512-mCzsWe6GrH47Xb1++foL98Zdek7uM5GhaSlrI7blWVohGa0qIUYbfJngqR4ZsrXmJeeEvqowobh+jlxg3IJh+w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "7.6.20",
- "memoizerific": "^1.11.3",
- "qs": "^6.10.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/router/node_modules/@storybook/client-logger": {
- "version": "7.6.20",
- "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-7.6.20.tgz",
- "integrity": "sha512-NwG0VIJQCmKrSaN5GBDFyQgTAHLNishUPLW1NrzqTDNAhfZUoef64rPQlinbopa0H4OXmlB+QxbQIb3ubeXmSQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/source-loader": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/csf": "^0.1.7",
- "@storybook/types": "8.1.5",
- "estraverse": "^5.2.0",
- "lodash": "^4.17.21",
- "prettier": "^3.1.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/source-loader/node_modules/@storybook/channels": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/global": "^5.0.0",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/source-loader/node_modules/@storybook/client-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/source-loader/node_modules/@storybook/core-events": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/csf": "^0.1.7",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/source-loader/node_modules/@storybook/csf": {
- "version": "0.1.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^2.19.0"
- }
- },
- "node_modules/@storybook/source-loader/node_modules/@storybook/types": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@types/express": "^4.7.0",
- "file-system-cache": "2.3.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/source-loader/node_modules/estraverse": {
- "version": "5.3.0",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=4.0"
- }
- },
- "node_modules/@storybook/source-loader/node_modules/prettier": {
- "version": "3.3.1",
- "dev": true,
- "license": "MIT",
- "bin": {
- "prettier": "bin/prettier.cjs"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/prettier/prettier?sponsor=1"
- }
- },
- "node_modules/@storybook/source-loader/node_modules/type-fest": {
- "version": "2.19.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/telemetry": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-common": "8.1.5",
- "@storybook/csf-tools": "8.1.5",
- "chalk": "^4.1.0",
- "detect-package-manager": "^2.0.1",
- "fetch-retry": "^5.0.2",
- "fs-extra": "^11.1.0",
- "read-pkg-up": "^7.0.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/@babel/parser": {
- "version": "7.24.7",
- "dev": true,
- "license": "MIT",
- "bin": {
- "parser": "bin/babel-parser.js"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/@storybook/channels": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/global": "^5.0.0",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/@storybook/client-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/@storybook/core-common": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/core-events": "8.1.5",
- "@storybook/csf-tools": "8.1.5",
- "@storybook/node-logger": "8.1.5",
- "@storybook/types": "8.1.5",
- "@yarnpkg/fslib": "2.10.3",
- "@yarnpkg/libzip": "2.3.0",
- "chalk": "^4.1.0",
- "cross-spawn": "^7.0.3",
- "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0",
- "esbuild-register": "^3.5.0",
- "execa": "^5.0.0",
- "file-system-cache": "2.3.0",
- "find-cache-dir": "^3.0.0",
- "find-up": "^5.0.0",
- "fs-extra": "^11.1.0",
- "glob": "^10.0.0",
- "handlebars": "^4.7.7",
- "lazy-universal-dotenv": "^4.0.0",
- "node-fetch": "^2.0.0",
- "picomatch": "^2.3.0",
- "pkg-dir": "^5.0.0",
- "prettier-fallback": "npm:prettier@^3",
- "pretty-hrtime": "^1.0.3",
- "resolve-from": "^5.0.0",
- "semver": "^7.3.7",
- "tempy": "^3.1.0",
- "tiny-invariant": "^1.3.1",
- "ts-dedent": "^2.0.0",
- "util": "^0.12.4"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "prettier": "^2 || ^3"
- },
- "peerDependenciesMeta": {
- "prettier": {
- "optional": true
- }
- }
- },
- "node_modules/@storybook/telemetry/node_modules/@storybook/core-events": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/csf": "^0.1.7",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/@storybook/csf": {
- "version": "0.1.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^2.19.0"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/@storybook/csf-tools": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/generator": "^7.24.4",
- "@babel/parser": "^7.24.4",
- "@babel/traverse": "^7.24.1",
- "@babel/types": "^7.24.0",
- "@storybook/csf": "^0.1.7",
- "@storybook/types": "8.1.5",
- "fs-extra": "^11.1.0",
- "recast": "^0.23.5",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/@storybook/node-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/@storybook/types": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@types/express": "^4.7.0",
- "file-system-cache": "2.3.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/ansi-styles": {
- "version": "4.3.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/brace-expansion": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "balanced-match": "^1.0.0"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/chalk": {
- "version": "4.1.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/color-convert": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/color-name": {
- "version": "1.1.4",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@storybook/telemetry/node_modules/cross-spawn": {
- "version": "7.0.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/crypto-random-string": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^1.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/crypto-random-string/node_modules/type-fest": {
- "version": "1.4.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/execa": {
- "version": "5.1.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^6.0.0",
- "human-signals": "^2.1.0",
- "is-stream": "^2.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^4.0.1",
- "onetime": "^5.1.2",
- "signal-exit": "^3.0.3",
- "strip-final-newline": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/find-up": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "locate-path": "^6.0.0",
- "path-exists": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/fs-extra": {
- "version": "11.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
- },
- "engines": {
- "node": ">=14.14"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/glob": {
- "version": "10.4.1",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "foreground-child": "^3.1.0",
- "jackspeak": "^3.1.2",
- "minimatch": "^9.0.4",
- "minipass": "^7.1.2",
- "path-scurry": "^1.11.1"
- },
- "bin": {
- "glob": "dist/esm/bin.mjs"
- },
- "engines": {
- "node": ">=16 || 14 >=14.18"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/has-flag": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/jackspeak": {
- "version": "3.3.0",
- "dev": true,
- "license": "BlueOak-1.0.0",
- "dependencies": {
- "@isaacs/cliui": "^8.0.2"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- },
- "optionalDependencies": {
- "@pkgjs/parseargs": "^0.11.0"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/jsonfile": {
- "version": "6.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "universalify": "^2.0.0"
- },
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/locate-path": {
- "version": "6.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-locate": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/minimatch": {
- "version": "9.0.4",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^2.0.1"
- },
- "engines": {
- "node": ">=16 || 14 >=14.17"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/p-limit": {
- "version": "3.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "yocto-queue": "^0.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/p-locate": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "p-limit": "^3.0.2"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/pkg-dir": {
- "version": "5.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "find-up": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/shebang-command": {
- "version": "2.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/shebang-regex": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/supports-color": {
- "version": "7.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/temp-dir": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14.16"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/tempy": {
- "version": "3.1.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-stream": "^3.0.0",
- "temp-dir": "^3.0.0",
- "type-fest": "^2.12.2",
- "unique-string": "^3.0.0"
- },
- "engines": {
- "node": ">=14.16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/tempy/node_modules/is-stream": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/type-fest": {
- "version": "2.19.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/unique-string": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "crypto-random-string": "^4.0.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/universalify": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 10.0.0"
- }
- },
- "node_modules/@storybook/telemetry/node_modules/which": {
- "version": "2.0.2",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@storybook/test": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/instrumenter": "8.1.5",
- "@storybook/preview-api": "8.1.5",
- "@testing-library/dom": "^9.3.4",
- "@testing-library/jest-dom": "^6.4.2",
- "@testing-library/user-event": "^14.5.2",
- "@vitest/expect": "1.3.1",
- "@vitest/spy": "^1.3.1",
- "util": "^0.12.4"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/test/node_modules/@storybook/channels": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/global": "^5.0.0",
- "telejson": "^7.2.0",
- "tiny-invariant": "^1.3.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/test/node_modules/@storybook/client-logger": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/test/node_modules/@storybook/core-events": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/csf": "^0.1.7",
- "ts-dedent": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/test/node_modules/@storybook/csf": {
- "version": "0.1.8",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "type-fest": "^2.19.0"
- }
- },
- "node_modules/@storybook/test/node_modules/@storybook/preview-api": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@storybook/client-logger": "8.1.5",
- "@storybook/core-events": "8.1.5",
- "@storybook/csf": "^0.1.7",
- "@storybook/global": "^5.0.0",
- "@storybook/types": "8.1.5",
- "@types/qs": "^6.9.5",
- "dequal": "^2.0.2",
- "lodash": "^4.17.21",
- "memoizerific": "^1.11.3",
- "qs": "^6.10.0",
- "tiny-invariant": "^1.3.1",
- "ts-dedent": "^2.0.0",
- "util-deprecate": "^1.0.2"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/test/node_modules/@storybook/types": {
- "version": "8.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "8.1.5",
- "@types/express": "^4.7.0",
- "file-system-cache": "2.3.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/test/node_modules/@testing-library/dom": {
- "version": "9.3.4",
- "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-9.3.4.tgz",
- "integrity": "sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==",
- "dev": true,
- "dependencies": {
- "@babel/code-frame": "^7.10.4",
- "@babel/runtime": "^7.12.5",
- "@types/aria-query": "^5.0.1",
- "aria-query": "5.1.3",
- "chalk": "^4.1.0",
- "dom-accessibility-api": "^0.5.9",
- "lz-string": "^1.5.0",
- "pretty-format": "^27.0.2"
- },
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@storybook/test/node_modules/@testing-library/dom/node_modules/chalk": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/@storybook/test/node_modules/@testing-library/dom/node_modules/dom-accessibility-api": {
- "version": "0.5.16",
- "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz",
- "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==",
- "dev": true
- },
- "node_modules/@storybook/test/node_modules/@testing-library/jest-dom": {
- "version": "6.4.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@adobe/css-tools": "^4.3.2",
- "@babel/runtime": "^7.9.2",
- "aria-query": "^5.0.0",
- "chalk": "^3.0.0",
- "css.escape": "^1.5.1",
- "dom-accessibility-api": "^0.6.3",
- "lodash": "^4.17.21",
- "redent": "^3.0.0"
- },
- "engines": {
- "node": ">=14",
- "npm": ">=6",
- "yarn": ">=1"
- },
- "peerDependencies": {
- "@jest/globals": ">= 28",
- "@types/bun": "latest",
- "@types/jest": ">= 28",
- "jest": ">= 28",
- "vitest": ">= 0.32"
- },
- "peerDependenciesMeta": {
- "@jest/globals": {
- "optional": true
- },
- "@types/bun": {
- "optional": true
- },
- "@types/jest": {
- "optional": true
- },
- "jest": {
- "optional": true
- },
- "vitest": {
- "optional": true
- }
- }
- },
- "node_modules/@storybook/test/node_modules/ansi-styles": {
- "version": "4.3.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@storybook/test/node_modules/aria-query": {
- "version": "5.1.3",
- "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz",
- "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==",
- "dev": true,
- "dependencies": {
- "deep-equal": "^2.0.5"
- }
- },
- "node_modules/@storybook/test/node_modules/chalk": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/test/node_modules/color-convert": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/@storybook/test/node_modules/color-name": {
- "version": "1.1.4",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@storybook/test/node_modules/dom-accessibility-api": {
- "version": "0.6.3",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@storybook/test/node_modules/has-flag": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/test/node_modules/supports-color": {
- "version": "7.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@storybook/test/node_modules/type-fest": {
- "version": "2.19.0",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@storybook/theming": {
- "version": "7.6.20",
- "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-7.6.20.tgz",
- "integrity": "sha512-iT1pXHkSkd35JsCte6Qbanmprx5flkqtSHC6Gi6Umqoxlg9IjiLPmpHbaIXzoC06DSW93hPj5Zbi1lPlTvRC7Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@emotion/use-insertion-effect-with-fallbacks": "^1.0.0",
- "@storybook/client-logger": "7.6.20",
- "@storybook/global": "^5.0.0",
- "memoizerific": "^1.11.3"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
- }
- },
- "node_modules/@storybook/theming/node_modules/@storybook/client-logger": {
- "version": "7.6.20",
- "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-7.6.20.tgz",
- "integrity": "sha512-NwG0VIJQCmKrSaN5GBDFyQgTAHLNishUPLW1NrzqTDNAhfZUoef64rPQlinbopa0H4OXmlB+QxbQIb3ubeXmSQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/global": "^5.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@storybook/types": {
- "version": "7.6.17",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@storybook/channels": "7.6.17",
- "@types/babel__core": "^7.0.0",
- "@types/express": "^4.7.0",
- "file-system-cache": "2.3.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- }
- },
- "node_modules/@styled-system/background": {
- "version": "5.1.2",
- "license": "MIT",
- "dependencies": {
- "@styled-system/core": "^5.1.2"
- }
- },
- "node_modules/@styled-system/border": {
- "version": "5.1.5",
- "license": "MIT",
- "dependencies": {
- "@styled-system/core": "^5.1.2"
- }
- },
- "node_modules/@styled-system/color": {
- "version": "5.1.2",
- "license": "MIT",
- "dependencies": {
- "@styled-system/core": "^5.1.2"
- }
- },
- "node_modules/@styled-system/core": {
- "version": "5.1.2",
- "license": "MIT",
- "dependencies": {
- "object-assign": "^4.1.1"
- }
- },
- "node_modules/@styled-system/css": {
- "version": "5.1.5",
- "license": "MIT"
- },
- "node_modules/@styled-system/flexbox": {
- "version": "5.1.2",
- "license": "MIT",
- "dependencies": {
- "@styled-system/core": "^5.1.2"
- }
- },
- "node_modules/@styled-system/grid": {
- "version": "5.1.2",
- "license": "MIT",
- "dependencies": {
- "@styled-system/core": "^5.1.2"
- }
- },
- "node_modules/@styled-system/layout": {
- "version": "5.1.2",
- "license": "MIT",
- "dependencies": {
- "@styled-system/core": "^5.1.2"
- }
- },
- "node_modules/@styled-system/position": {
- "version": "5.1.2",
- "license": "MIT",
- "dependencies": {
- "@styled-system/core": "^5.1.2"
- }
- },
- "node_modules/@styled-system/prop-types": {
- "version": "5.1.5",
- "license": "MIT",
- "dependencies": {
- "prop-types": "^15.7.2"
- },
- "peerDependencies": {
- "styled-system": "^5.0.0-8"
- }
- },
- "node_modules/@styled-system/props": {
- "version": "5.1.5",
- "license": "MIT",
- "dependencies": {
- "styled-system": "^5.1.5"
- }
- },
- "node_modules/@styled-system/shadow": {
- "version": "5.1.2",
- "license": "MIT",
- "dependencies": {
- "@styled-system/core": "^5.1.2"
- }
- },
- "node_modules/@styled-system/space": {
- "version": "5.1.2",
- "license": "MIT",
- "dependencies": {
- "@styled-system/core": "^5.1.2"
- }
- },
- "node_modules/@styled-system/theme-get": {
- "version": "5.1.2",
- "license": "MIT",
- "dependencies": {
- "@styled-system/core": "^5.1.2"
- }
- },
- "node_modules/@styled-system/typography": {
- "version": "5.1.2",
- "license": "MIT",
- "dependencies": {
- "@styled-system/core": "^5.1.2"
- }
- },
- "node_modules/@styled-system/variant": {
- "version": "5.1.5",
- "license": "MIT",
- "dependencies": {
- "@styled-system/core": "^5.1.2",
- "@styled-system/css": "^5.1.5"
- }
- },
- "node_modules/@swc/counter": {
- "version": "0.1.3",
- "license": "Apache-2.0"
- },
- "node_modules/@swc/helpers": {
- "version": "0.5.5",
- "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.5.tgz",
- "integrity": "sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==",
- "dependencies": {
- "@swc/counter": "^0.1.3",
- "tslib": "^2.4.0"
- }
- },
- "node_modules/@szmarczak/http-timer": {
- "version": "4.0.6",
- "license": "MIT",
- "dependencies": {
- "defer-to-connect": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@testing-library/dom": {
- "version": "10.4.0",
- "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.0.tgz",
- "integrity": "sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==",
- "dev": true,
- "dependencies": {
- "@babel/code-frame": "^7.10.4",
- "@babel/runtime": "^7.12.5",
- "@types/aria-query": "^5.0.1",
- "aria-query": "5.3.0",
- "chalk": "^4.1.0",
- "dom-accessibility-api": "^0.5.9",
- "lz-string": "^1.5.0",
- "pretty-format": "^27.0.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@testing-library/dom/node_modules/ansi-styles": {
- "version": "4.3.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@testing-library/dom/node_modules/chalk": {
- "version": "4.1.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/@testing-library/dom/node_modules/color-convert": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/@testing-library/dom/node_modules/color-name": {
- "version": "1.1.4",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@testing-library/dom/node_modules/has-flag": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@testing-library/dom/node_modules/supports-color": {
- "version": "7.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@testing-library/jest-dom": {
- "version": "6.4.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@adobe/css-tools": "^4.3.2",
- "@babel/runtime": "^7.9.2",
- "aria-query": "^5.0.0",
- "chalk": "^3.0.0",
- "css.escape": "^1.5.1",
- "dom-accessibility-api": "^0.6.3",
- "lodash": "^4.17.21",
- "redent": "^3.0.0"
- },
- "engines": {
- "node": ">=14",
- "npm": ">=6",
- "yarn": ">=1"
- },
- "peerDependencies": {
- "@jest/globals": ">= 28",
- "@types/bun": "latest",
- "@types/jest": ">= 28",
- "jest": ">= 28",
- "vitest": ">= 0.32"
- },
- "peerDependenciesMeta": {
- "@jest/globals": {
- "optional": true
- },
- "@types/bun": {
- "optional": true
- },
- "@types/jest": {
- "optional": true
- },
- "jest": {
- "optional": true
- },
- "vitest": {
- "optional": true
- }
- }
- },
- "node_modules/@testing-library/jest-dom/node_modules/ansi-styles": {
- "version": "4.3.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@testing-library/jest-dom/node_modules/chalk": {
- "version": "3.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@testing-library/jest-dom/node_modules/color-convert": {
- "version": "2.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/@testing-library/jest-dom/node_modules/color-name": {
- "version": "1.1.4",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": {
- "version": "0.6.3",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@testing-library/jest-dom/node_modules/has-flag": {
- "version": "4.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@testing-library/jest-dom/node_modules/supports-color": {
- "version": "7.2.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@testing-library/react": {
- "version": "16.0.0",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.12.5"
- },
- "engines": {
- "node": ">=18"
- },
- "peerDependencies": {
- "@testing-library/dom": "^10.0.0",
- "@types/react": "^18.0.0",
- "@types/react-dom": "^18.0.0",
- "react": "^18.0.0",
- "react-dom": "^18.0.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@testing-library/react-hooks": {
- "version": "8.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.12.5",
- "react-error-boundary": "^3.1.0"
- },
- "engines": {
- "node": ">=12"
- },
- "peerDependencies": {
- "@types/react": "^16.9.0 || ^17.0.0",
- "react": "^16.9.0 || ^17.0.0",
- "react-dom": "^16.9.0 || ^17.0.0",
- "react-test-renderer": "^16.9.0 || ^17.0.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "react-dom": {
- "optional": true
- },
- "react-test-renderer": {
- "optional": true
- }
- }
- },
- "node_modules/@testing-library/user-event": {
- "version": "14.5.2",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12",
- "npm": ">=6"
- },
- "peerDependencies": {
- "@testing-library/dom": ">=7.21.4"
- }
- },
- "node_modules/@tokenizer/token": {
- "version": "0.3.0",
- "license": "MIT"
- },
- "node_modules/@tootallnate/once": {
- "version": "2.0.0",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 10"
- }
- },
- "node_modules/@tootallnate/quickjs-emscripten": {
- "version": "0.23.0",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@trysound/sax": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
- "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/@turist/fetch": {
- "version": "7.2.0",
- "license": "MIT",
- "dependencies": {
- "@types/node-fetch": "2"
- },
- "peerDependencies": {
- "node-fetch": "2"
- }
- },
- "node_modules/@turist/time": {
- "version": "0.0.2",
- "license": "MIT"
- },
- "node_modules/@types/acorn": {
- "version": "4.0.6",
- "license": "MIT",
- "dependencies": {
- "@types/estree": "*"
- }
- },
- "node_modules/@types/aria-query": {
- "version": "5.0.4",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/babel__core": {
- "version": "7.20.5",
- "license": "MIT",
- "dependencies": {
- "@babel/parser": "^7.20.7",
- "@babel/types": "^7.20.7",
- "@types/babel__generator": "*",
- "@types/babel__template": "*",
- "@types/babel__traverse": "*"
- }
- },
- "node_modules/@types/babel__generator": {
- "version": "7.6.3",
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.0.0"
- }
- },
- "node_modules/@types/babel__template": {
- "version": "7.4.1",
- "license": "MIT",
- "dependencies": {
- "@babel/parser": "^7.1.0",
- "@babel/types": "^7.0.0"
- }
- },
- "node_modules/@types/babel__traverse": {
- "version": "7.20.4",
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.20.7"
- }
- },
- "node_modules/@types/body-parser": {
- "version": "1.19.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/connect": "*",
- "@types/node": "*"
- }
- },
- "node_modules/@types/buble": {
- "version": "0.20.5",
- "license": "MIT",
- "dependencies": {
- "magic-string": "^0.25.0"
- }
- },
- "node_modules/@types/buble/node_modules/magic-string": {
- "version": "0.25.9",
- "license": "MIT",
- "dependencies": {
- "sourcemap-codec": "^1.4.8"
- }
- },
- "node_modules/@types/cacheable-request": {
- "version": "6.0.3",
- "license": "MIT",
- "dependencies": {
- "@types/http-cache-semantics": "*",
- "@types/keyv": "^3.1.4",
- "@types/node": "*",
- "@types/responselike": "^1.0.0"
- }
- },
- "node_modules/@types/common-tags": {
- "version": "1.8.4",
- "license": "MIT"
- },
- "node_modules/@types/component-emitter": {
- "version": "1.2.14",
- "license": "MIT"
- },
- "node_modules/@types/concat-stream": {
- "version": "2.0.3",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/node": "*"
- }
- },
- "node_modules/@types/configstore": {
- "version": "2.1.1",
- "license": "MIT"
- },
- "node_modules/@types/connect": {
- "version": "3.4.38",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/node": "*"
- }
- },
- "node_modules/@types/cookie": {
- "version": "0.4.1",
- "license": "MIT"
- },
- "node_modules/@types/cors": {
- "version": "2.8.17",
- "license": "MIT",
- "dependencies": {
- "@types/node": "*"
- }
- },
- "node_modules/@types/cross-spawn": {
- "version": "6.0.6",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/node": "*"
- }
- },
- "node_modules/@types/debug": {
- "version": "4.1.12",
- "license": "MIT",
- "dependencies": {
- "@types/ms": "*"
- }
- },
- "node_modules/@types/detect-port": {
- "version": "1.3.5",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/diff": {
- "version": "5.2.1",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/doctrine": {
- "version": "0.0.3",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/ejs": {
- "version": "3.1.5",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/emscripten": {
- "version": "1.39.13",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/escodegen": {
- "version": "0.0.6",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/eslint": {
- "version": "7.29.0",
- "license": "MIT",
- "dependencies": {
- "@types/estree": "*",
- "@types/json-schema": "*"
- }
- },
- "node_modules/@types/estree": {
- "version": "1.0.5",
- "license": "MIT"
- },
- "node_modules/@types/estree-jsx": {
- "version": "1.0.0",
- "license": "MIT",
- "dependencies": {
- "@types/estree": "*"
- }
- },
- "node_modules/@types/express": {
- "version": "4.17.21",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/body-parser": "*",
- "@types/express-serve-static-core": "^4.17.33",
- "@types/qs": "*",
- "@types/serve-static": "*"
- }
- },
- "node_modules/@types/express-serve-static-core": {
- "version": "4.17.43",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/node": "*",
- "@types/qs": "*",
- "@types/range-parser": "*",
- "@types/send": "*"
- }
- },
- "node_modules/@types/find-cache-dir": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/@types/find-cache-dir/-/find-cache-dir-3.2.1.tgz",
- "integrity": "sha512-frsJrz2t/CeGifcu/6uRo4b+SzAwT4NYCVPu1GN8IB9XTzrpPkGuV0tmh9mN+/L0PklAlsC3u5Fxt0ju00LXIw==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/get-port": {
- "version": "3.2.0",
- "license": "MIT"
- },
- "node_modules/@types/glob": {
- "version": "5.0.38",
- "license": "MIT",
- "dependencies": {
- "@types/minimatch": "*",
- "@types/node": "*"
- }
- },
- "node_modules/@types/graceful-fs": {
- "version": "4.1.5",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/node": "*"
- }
- },
- "node_modules/@types/hast": {
- "version": "2.3.10",
- "license": "MIT",
- "dependencies": {
- "@types/unist": "^2"
- }
- },
- "node_modules/@types/hoist-non-react-statics": {
- "version": "3.3.5",
- "license": "MIT",
- "dependencies": {
- "@types/react": "*",
- "hoist-non-react-statics": "^3.3.0"
- }
- },
- "node_modules/@types/html-minifier-terser": {
- "version": "6.1.0",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/http-cache-semantics": {
- "version": "4.0.4",
- "license": "MIT"
- },
- "node_modules/@types/http-errors": {
- "version": "2.0.4",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/http-proxy": {
- "version": "1.17.14",
- "license": "MIT",
- "dependencies": {
- "@types/node": "*"
- }
- },
- "node_modules/@types/is-empty": {
- "version": "1.2.3",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/istanbul-lib-coverage": {
- "version": "2.0.3",
- "license": "MIT"
- },
- "node_modules/@types/istanbul-lib-report": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "@types/istanbul-lib-coverage": "*"
- }
- },
- "node_modules/@types/istanbul-reports": {
- "version": "3.0.4",
- "license": "MIT",
- "dependencies": {
- "@types/istanbul-lib-report": "*"
- }
- },
- "node_modules/@types/jest": {
- "version": "29.5.12",
- "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz",
- "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==",
- "dependencies": {
- "expect": "^29.0.0",
- "pretty-format": "^29.0.0"
- }
- },
- "node_modules/@types/jest/node_modules/@jest/schemas": {
- "version": "29.6.3",
- "license": "MIT",
- "dependencies": {
- "@sinclair/typebox": "^0.27.8"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/@types/jest/node_modules/@sinclair/typebox": {
- "version": "0.27.8",
- "license": "MIT"
- },
- "node_modules/@types/jest/node_modules/ansi-styles": {
- "version": "5.2.0",
- "license": "MIT",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@types/jest/node_modules/pretty-format": {
- "version": "29.7.0",
- "license": "MIT",
- "dependencies": {
- "@jest/schemas": "^29.6.3",
- "ansi-styles": "^5.0.0",
- "react-is": "^18.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/@types/jsdom": {
- "version": "20.0.1",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/node": "*",
- "@types/tough-cookie": "*",
- "parse5": "^7.0.0"
- }
- },
- "node_modules/@types/jsdom/node_modules/entities": {
- "version": "4.5.0",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=0.12"
- },
- "funding": {
- "url": "https://github.com/fb55/entities?sponsor=1"
- }
- },
- "node_modules/@types/jsdom/node_modules/parse5": {
- "version": "7.1.2",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "entities": "^4.4.0"
- },
- "funding": {
- "url": "https://github.com/inikulin/parse5?sponsor=1"
- }
- },
- "node_modules/@types/json-patch": {
- "version": "0.0.30",
- "license": "MIT"
- },
- "node_modules/@types/json-schema": {
- "version": "7.0.12",
- "license": "MIT"
- },
- "node_modules/@types/json5": {
- "version": "0.0.29",
- "license": "MIT"
- },
- "node_modules/@types/keyv": {
- "version": "3.1.4",
- "license": "MIT",
- "dependencies": {
- "@types/node": "*"
- }
- },
- "node_modules/@types/lodash": {
- "version": "4.17.0",
- "license": "MIT"
- },
- "node_modules/@types/lodash.groupby": {
- "version": "4.6.7",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/lodash": "*"
- }
- },
- "node_modules/@types/lodash.isempty": {
- "version": "4.4.9",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/lodash": "*"
- }
- },
- "node_modules/@types/lodash.isobject": {
- "version": "3.0.9",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/lodash": "*"
- }
- },
- "node_modules/@types/lodash.keyby": {
- "version": "4.6.7",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/lodash": "*"
- }
- },
- "node_modules/@types/mdast": {
- "version": "3.0.15",
- "license": "MIT",
- "dependencies": {
- "@types/unist": "^2"
- }
- },
- "node_modules/@types/mdx": {
- "version": "2.0.13",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/mime": {
- "version": "1.3.5",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/minimatch": {
- "version": "5.1.2",
- "license": "MIT"
- },
- "node_modules/@types/minimist": {
- "version": "1.2.2",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/mkdirp": {
- "version": "0.5.2",
- "license": "MIT",
- "dependencies": {
- "@types/node": "*"
- }
- },
- "node_modules/@types/ms": {
- "version": "0.7.31",
- "license": "MIT"
- },
- "node_modules/@types/node": {
- "version": "20.12.11",
- "license": "MIT",
- "dependencies": {
- "undici-types": "~5.26.4"
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@types/node-fetch": {
- "version": "2.6.11",
+ "node_modules/@radix-ui/react-portal": {
+ "version": "1.0.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/node": "*",
- "form-data": "^4.0.0"
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/react-primitive": "1.0.3"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@types/normalize-package-data": {
- "version": "2.4.0",
- "license": "MIT"
- },
- "node_modules/@types/parse-json": {
- "version": "4.0.2",
- "license": "MIT"
- },
- "node_modules/@types/parse5": {
- "version": "5.0.3",
- "license": "MIT"
- },
- "node_modules/@types/postcss-mixins": {
- "version": "9.0.5",
- "resolved": "https://registry.npmjs.org/@types/postcss-mixins/-/postcss-mixins-9.0.5.tgz",
- "integrity": "sha512-xtHiTGjIV6kr/7j+U682Hz8szSjzp0T606k/OMS4/mrjHZvovBs+ceKllzpOzQLAB8mXmgeJI6K5AbcPh16lsA==",
+ "node_modules/@radix-ui/react-presence": {
+ "version": "1.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "postcss": "^8.2.14"
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/react-compose-refs": "1.0.1",
+ "@radix-ui/react-use-layout-effect": "1.0.1"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@types/postcss-modules-local-by-default": {
- "version": "4.0.2",
+ "node_modules/@radix-ui/react-primitive": {
+ "version": "1.0.3",
"dev": true,
"license": "MIT",
"dependencies": {
- "postcss": "^8.0.0"
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/react-slot": "1.0.2"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@types/postcss-modules-scope": {
- "version": "3.0.4",
+ "node_modules/@radix-ui/react-roving-focus": {
+ "version": "1.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "postcss": "^8.0.0"
+ "@radix-ui/primitive": "1.1.0",
+ "@radix-ui/react-collection": "1.1.0",
+ "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-context": "1.1.0",
+ "@radix-ui/react-direction": "1.1.0",
+ "@radix-ui/react-id": "1.1.0",
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-use-callback-ref": "1.1.0",
+ "@radix-ui/react-use-controllable-state": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@types/pretty-hrtime": {
- "version": "1.0.3",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/prop-types": {
- "version": "15.7.11",
- "license": "MIT"
- },
- "node_modules/@types/qs": {
- "version": "6.9.13",
+ "node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/primitive": {
+ "version": "1.1.0",
"dev": true,
"license": "MIT"
},
- "node_modules/@types/range-parser": {
- "version": "1.2.7",
+ "node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-collection": {
+ "version": "1.1.0",
"dev": true,
- "license": "MIT"
- },
- "node_modules/@types/reach__router": {
- "version": "1.3.15",
"license": "MIT",
"dependencies": {
- "@types/react": "*"
+ "@radix-ui/react-compose-refs": "1.1.0",
+ "@radix-ui/react-context": "1.1.0",
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-slot": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@types/react": {
- "version": "18.3.3",
+ "node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-compose-refs": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@types/prop-types": "*",
- "csstype": "^3.0.2"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@types/react-dom": {
- "version": "18.3.0",
+ "node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-context": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@types/react": "*"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@types/react-is": {
- "version": "18.2.4",
+ "node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-direction": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@types/react": "*"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@types/react-test-renderer": {
- "version": "18.3.0",
+ "node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-id": {
+ "version": "1.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/react": "*"
+ "@radix-ui/react-use-layout-effect": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@types/resolve": {
- "version": "1.20.2",
+ "node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-primitive": {
+ "version": "2.0.0",
"dev": true,
- "license": "MIT"
- },
- "node_modules/@types/responselike": {
- "version": "1.0.3",
"license": "MIT",
"dependencies": {
- "@types/node": "*"
+ "@radix-ui/react-slot": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@types/rimraf": {
- "version": "2.0.5",
+ "node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-slot": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/glob": "*",
- "@types/node": "*"
+ "@radix-ui/react-compose-refs": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@types/semver": {
- "version": "7.5.8",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/send": {
- "version": "0.17.4",
+ "node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-use-callback-ref": {
+ "version": "1.1.0",
"dev": true,
"license": "MIT",
- "dependencies": {
- "@types/mime": "^1",
- "@types/node": "*"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@types/serve-static": {
- "version": "1.15.5",
+ "node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-use-controllable-state": {
+ "version": "1.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/http-errors": "*",
- "@types/mime": "*",
- "@types/node": "*"
+ "@radix-ui/react-use-callback-ref": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@types/stack-utils": {
- "version": "2.0.3",
- "license": "MIT"
- },
- "node_modules/@types/styled-components": {
- "version": "5.1.34",
+ "node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-use-layout-effect": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@types/hoist-non-react-statics": "*",
+ "peerDependencies": {
"@types/react": "*",
- "csstype": "^3.0.2"
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@types/styled-system": {
- "version": "5.1.22",
+ "node_modules/@radix-ui/react-select": {
+ "version": "1.2.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "csstype": "^3.0.2"
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/number": "1.0.1",
+ "@radix-ui/primitive": "1.0.1",
+ "@radix-ui/react-collection": "1.0.3",
+ "@radix-ui/react-compose-refs": "1.0.1",
+ "@radix-ui/react-context": "1.0.1",
+ "@radix-ui/react-direction": "1.0.1",
+ "@radix-ui/react-dismissable-layer": "1.0.4",
+ "@radix-ui/react-focus-guards": "1.0.1",
+ "@radix-ui/react-focus-scope": "1.0.3",
+ "@radix-ui/react-id": "1.0.1",
+ "@radix-ui/react-popper": "1.1.2",
+ "@radix-ui/react-portal": "1.0.3",
+ "@radix-ui/react-primitive": "1.0.3",
+ "@radix-ui/react-slot": "1.0.2",
+ "@radix-ui/react-use-callback-ref": "1.0.1",
+ "@radix-ui/react-use-controllable-state": "1.0.1",
+ "@radix-ui/react-use-layout-effect": "1.0.1",
+ "@radix-ui/react-use-previous": "1.0.1",
+ "@radix-ui/react-visually-hidden": "1.0.3",
+ "aria-hidden": "^1.1.1",
+ "react-remove-scroll": "2.5.5"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@types/styled-system__css": {
- "version": "5.0.21",
+ "node_modules/@radix-ui/react-separator": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "csstype": "^3.0.2"
+ "@radix-ui/react-primitive": "2.0.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@types/styled-system__theme-get": {
- "version": "5.0.4",
- "license": "MIT"
- },
- "node_modules/@types/supports-color": {
- "version": "8.1.3",
+ "node_modules/@radix-ui/react-separator/node_modules/@radix-ui/react-compose-refs": {
+ "version": "1.1.0",
"dev": true,
- "license": "MIT"
- },
- "node_modules/@types/testing-library__dom": {
- "version": "6.14.0",
"license": "MIT",
- "dependencies": {
- "pretty-format": "^24.3.0"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@types/testing-library__dom/node_modules/@jest/types": {
- "version": "24.9.0",
+ "node_modules/@radix-ui/react-separator/node_modules/@radix-ui/react-primitive": {
+ "version": "2.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/istanbul-lib-coverage": "^2.0.0",
- "@types/istanbul-reports": "^1.1.1",
- "@types/yargs": "^13.0.0"
+ "@radix-ui/react-slot": "1.1.0"
},
- "engines": {
- "node": ">= 6"
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@types/testing-library__dom/node_modules/@types/istanbul-reports": {
- "version": "1.1.2",
+ "node_modules/@radix-ui/react-separator/node_modules/@radix-ui/react-slot": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/istanbul-lib-coverage": "*",
- "@types/istanbul-lib-report": "*"
+ "@radix-ui/react-compose-refs": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@types/testing-library__dom/node_modules/@types/yargs": {
- "version": "13.0.12",
+ "node_modules/@radix-ui/react-slot": {
+ "version": "1.0.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/yargs-parser": "*"
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/react-compose-refs": "1.0.1"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@types/testing-library__dom/node_modules/ansi-regex": {
- "version": "4.1.1",
+ "node_modules/@radix-ui/react-toggle": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=6"
+ "dependencies": {
+ "@radix-ui/primitive": "1.1.0",
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-use-controllable-state": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@types/testing-library__dom/node_modules/pretty-format": {
- "version": "24.9.0",
+ "node_modules/@radix-ui/react-toggle-group": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/types": "^24.9.0",
- "ansi-regex": "^4.0.0",
- "ansi-styles": "^3.2.0",
- "react-is": "^16.8.4"
+ "@radix-ui/primitive": "1.1.0",
+ "@radix-ui/react-context": "1.1.0",
+ "@radix-ui/react-direction": "1.1.0",
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-roving-focus": "1.1.0",
+ "@radix-ui/react-toggle": "1.1.0",
+ "@radix-ui/react-use-controllable-state": "1.1.0"
},
- "engines": {
- "node": ">= 6"
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@types/testing-library__dom/node_modules/react-is": {
- "version": "16.13.1",
+ "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/primitive": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT"
},
- "node_modules/@types/testing-library__jest-dom": {
- "version": "5.14.9",
- "license": "MIT",
- "dependencies": {
- "@types/jest": "*"
- }
- },
- "node_modules/@types/testing-library__react": {
- "version": "9.1.3",
+ "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-compose-refs": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@types/react-dom": "*",
- "@types/testing-library__dom": "*",
- "pretty-format": "^25.1.0"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@types/testing-library__react/node_modules/@jest/types": {
- "version": "25.5.0",
+ "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-context": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@types/istanbul-lib-coverage": "^2.0.0",
- "@types/istanbul-reports": "^1.1.1",
- "@types/yargs": "^15.0.0",
- "chalk": "^3.0.0"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
- "engines": {
- "node": ">= 8.3"
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@types/testing-library__react/node_modules/@types/istanbul-reports": {
- "version": "1.1.2",
+ "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-direction": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@types/istanbul-lib-coverage": "*",
- "@types/istanbul-lib-report": "*"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@types/testing-library__react/node_modules/@types/yargs": {
- "version": "15.0.19",
+ "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-primitive": {
+ "version": "2.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/yargs-parser": "*"
+ "@radix-ui/react-slot": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@types/testing-library__react/node_modules/ansi-styles": {
- "version": "4.3.0",
+ "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-slot": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "color-convert": "^2.0.1"
+ "@radix-ui/react-compose-refs": "1.1.0"
},
- "engines": {
- "node": ">=8"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@types/testing-library__react/node_modules/chalk": {
- "version": "3.0.0",
+ "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-use-callback-ref": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
- "engines": {
- "node": ">=8"
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@types/testing-library__react/node_modules/color-convert": {
- "version": "2.0.1",
+ "node_modules/@radix-ui/react-toggle-group/node_modules/@radix-ui/react-use-controllable-state": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "color-name": "~1.1.4"
+ "@radix-ui/react-use-callback-ref": "1.1.0"
},
- "engines": {
- "node": ">=7.0.0"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@types/testing-library__react/node_modules/color-name": {
- "version": "1.1.4",
+ "node_modules/@radix-ui/react-toggle/node_modules/@radix-ui/primitive": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT"
},
- "node_modules/@types/testing-library__react/node_modules/has-flag": {
- "version": "4.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@types/testing-library__react/node_modules/pretty-format": {
- "version": "25.5.0",
+ "node_modules/@radix-ui/react-toggle/node_modules/@radix-ui/react-compose-refs": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@jest/types": "^25.5.0",
- "ansi-regex": "^5.0.0",
- "ansi-styles": "^4.0.0",
- "react-is": "^16.12.0"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
- "engines": {
- "node": ">= 8.3"
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@types/testing-library__react/node_modules/react-is": {
- "version": "16.13.1",
- "license": "MIT"
- },
- "node_modules/@types/testing-library__react/node_modules/supports-color": {
- "version": "7.2.0",
+ "node_modules/@radix-ui/react-toggle/node_modules/@radix-ui/react-primitive": {
+ "version": "2.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "has-flag": "^4.0.0"
+ "@radix-ui/react-slot": "1.1.0"
},
- "engines": {
- "node": ">=8"
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@types/tmp": {
- "version": "0.0.33",
- "license": "MIT"
- },
- "node_modules/@types/tough-cookie": {
- "version": "4.0.5",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@types/unist": {
- "version": "2.0.10",
- "license": "MIT"
- },
- "node_modules/@types/uuid": {
- "version": "9.0.8",
+ "node_modules/@radix-ui/react-toggle/node_modules/@radix-ui/react-slot": {
+ "version": "1.1.0",
"dev": true,
- "license": "MIT"
- },
- "node_modules/@types/vfile": {
- "version": "3.0.2",
"license": "MIT",
"dependencies": {
- "@types/node": "*",
- "@types/unist": "*",
- "@types/vfile-message": "*"
+ "@radix-ui/react-compose-refs": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@types/vfile-message": {
- "version": "2.0.0",
+ "node_modules/@radix-ui/react-toggle/node_modules/@radix-ui/react-use-callback-ref": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "vfile-message": "*"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@types/websocket": {
- "version": "1.0.2",
+ "node_modules/@radix-ui/react-toggle/node_modules/@radix-ui/react-use-controllable-state": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/node": "*"
+ "@radix-ui/react-use-callback-ref": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@types/yargs": {
- "version": "17.0.32",
+ "node_modules/@radix-ui/react-toolbar": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/yargs-parser": "*"
+ "@radix-ui/primitive": "1.1.0",
+ "@radix-ui/react-context": "1.1.0",
+ "@radix-ui/react-direction": "1.1.0",
+ "@radix-ui/react-primitive": "2.0.0",
+ "@radix-ui/react-roving-focus": "1.1.0",
+ "@radix-ui/react-separator": "1.1.0",
+ "@radix-ui/react-toggle-group": "1.1.0"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@types/yargs-parser": {
- "version": "20.2.0",
+ "node_modules/@radix-ui/react-toolbar/node_modules/@radix-ui/primitive": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT"
},
- "node_modules/@types/yauzl": {
- "version": "2.10.3",
+ "node_modules/@radix-ui/react-toolbar/node_modules/@radix-ui/react-compose-refs": {
+ "version": "1.1.0",
"dev": true,
"license": "MIT",
- "optional": true,
- "dependencies": {
- "@types/node": "*"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@types/yoga-layout": {
- "version": "1.9.2",
- "license": "MIT"
- },
- "node_modules/@typescript-eslint/eslint-plugin": {
- "version": "7.11.0",
+ "node_modules/@radix-ui/react-toolbar/node_modules/@radix-ui/react-context": {
+ "version": "1.1.0",
"dev": true,
"license": "MIT",
- "dependencies": {
- "@eslint-community/regexpp": "^4.10.0",
- "@typescript-eslint/scope-manager": "7.11.0",
- "@typescript-eslint/type-utils": "7.11.0",
- "@typescript-eslint/utils": "7.11.0",
- "@typescript-eslint/visitor-keys": "7.11.0",
- "graphemer": "^1.4.0",
- "ignore": "^5.3.1",
- "natural-compare": "^1.4.0",
- "ts-api-utils": "^1.3.0"
- },
- "engines": {
- "node": "^18.18.0 || >=20.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
"peerDependencies": {
- "@typescript-eslint/parser": "^7.0.0",
- "eslint": "^8.56.0"
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
- "typescript": {
+ "@types/react": {
"optional": true
}
}
},
- "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
- "version": "7.11.0",
+ "node_modules/@radix-ui/react-toolbar/node_modules/@radix-ui/react-direction": {
+ "version": "1.1.0",
"dev": true,
"license": "MIT",
- "dependencies": {
- "@typescript-eslint/types": "7.11.0",
- "@typescript-eslint/visitor-keys": "7.11.0"
- },
- "engines": {
- "node": "^18.18.0 || >=20.0.0"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/type-utils": {
- "version": "7.11.0",
+ "node_modules/@radix-ui/react-toolbar/node_modules/@radix-ui/react-primitive": {
+ "version": "2.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/typescript-estree": "7.11.0",
- "@typescript-eslint/utils": "7.11.0",
- "debug": "^4.3.4",
- "ts-api-utils": "^1.3.0"
- },
- "engines": {
- "node": "^18.18.0 || >=20.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
+ "@radix-ui/react-slot": "1.1.0"
},
"peerDependencies": {
- "eslint": "^8.56.0"
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
- "typescript": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
"optional": true
}
}
},
- "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
- "version": "7.11.0",
+ "node_modules/@radix-ui/react-toolbar/node_modules/@radix-ui/react-slot": {
+ "version": "1.1.0",
"dev": true,
"license": "MIT",
- "engines": {
- "node": "^18.18.0 || >=20.0.0"
+ "dependencies": {
+ "@radix-ui/react-compose-refs": "1.1.0"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": {
- "version": "7.11.0",
+ "node_modules/@radix-ui/react-use-callback-ref": {
+ "version": "1.0.1",
"dev": true,
- "license": "BSD-2-Clause",
+ "license": "MIT",
"dependencies": {
- "@typescript-eslint/types": "7.11.0",
- "@typescript-eslint/visitor-keys": "7.11.0",
- "debug": "^4.3.4",
- "globby": "^11.1.0",
- "is-glob": "^4.0.3",
- "minimatch": "^9.0.4",
- "semver": "^7.6.0",
- "ts-api-utils": "^1.3.0"
- },
- "engines": {
- "node": "^18.18.0 || >=20.0.0"
+ "@babel/runtime": "^7.13.10"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0"
},
"peerDependenciesMeta": {
- "typescript": {
+ "@types/react": {
"optional": true
}
}
},
- "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": {
- "version": "7.11.0",
+ "node_modules/@radix-ui/react-use-controllable-state": {
+ "version": "1.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "@eslint-community/eslint-utils": "^4.4.0",
- "@typescript-eslint/scope-manager": "7.11.0",
- "@typescript-eslint/types": "7.11.0",
- "@typescript-eslint/typescript-estree": "7.11.0"
- },
- "engines": {
- "node": "^18.18.0 || >=20.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/react-use-callback-ref": "1.0.1"
},
"peerDependencies": {
- "eslint": "^8.56.0"
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
- "version": "7.11.0",
+ "node_modules/@radix-ui/react-use-escape-keydown": {
+ "version": "1.0.3",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/types": "7.11.0",
- "eslint-visitor-keys": "^3.4.3"
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/react-use-callback-ref": "1.0.1"
},
- "engines": {
- "node": "^18.18.0 || >=20.0.0"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@typescript-eslint/eslint-plugin/node_modules/brace-expansion": {
- "version": "2.0.1",
+ "node_modules/@radix-ui/react-use-layout-effect": {
+ "version": "1.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "balanced-match": "^1.0.0"
+ "@babel/runtime": "^7.13.10"
+ },
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@typescript-eslint/eslint-plugin/node_modules/eslint-visitor-keys": {
- "version": "3.4.3",
+ "node_modules/@radix-ui/react-use-previous": {
+ "version": "1.0.1",
"dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.13.10"
},
- "funding": {
- "url": "https://opencollective.com/eslint"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@typescript-eslint/eslint-plugin/node_modules/minimatch": {
- "version": "9.0.4",
+ "node_modules/@radix-ui/react-use-rect": {
+ "version": "1.0.1",
"dev": true,
- "license": "ISC",
+ "license": "MIT",
"dependencies": {
- "brace-expansion": "^2.0.1"
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/rect": "1.0.1"
},
- "engines": {
- "node": ">=16 || 14 >=14.17"
+ "peerDependencies": {
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0"
},
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@typescript-eslint/experimental-utils": {
- "version": "5.62.0",
+ "node_modules/@radix-ui/react-use-size": {
+ "version": "1.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/utils": "5.62.0"
- },
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/react-use-layout-effect": "1.0.1"
},
"peerDependencies": {
- "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
+ "@types/react": "*",
+ "react": "^16.8 || ^17.0 || ^18.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ }
}
},
- "node_modules/@typescript-eslint/parser": {
- "version": "7.4.0",
+ "node_modules/@radix-ui/react-visually-hidden": {
+ "version": "1.0.3",
"dev": true,
- "license": "BSD-2-Clause",
+ "license": "MIT",
"dependencies": {
- "@typescript-eslint/scope-manager": "7.4.0",
- "@typescript-eslint/types": "7.4.0",
- "@typescript-eslint/typescript-estree": "7.4.0",
- "@typescript-eslint/visitor-keys": "7.4.0",
- "debug": "^4.3.4"
- },
- "engines": {
- "node": "^18.18.0 || >=20.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
+ "@babel/runtime": "^7.13.10",
+ "@radix-ui/react-primitive": "1.0.3"
},
"peerDependencies": {
- "eslint": "^8.56.0"
+ "@types/react": "*",
+ "@types/react-dom": "*",
+ "react": "^16.8 || ^17.0 || ^18.0",
+ "react-dom": "^16.8 || ^17.0 || ^18.0"
},
"peerDependenciesMeta": {
- "typescript": {
+ "@types/react": {
+ "optional": true
+ },
+ "@types/react-dom": {
"optional": true
}
}
},
- "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
- "version": "7.4.0",
+ "node_modules/@radix-ui/rect": {
+ "version": "1.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/types": "7.4.0",
- "@typescript-eslint/visitor-keys": "7.4.0"
- },
- "engines": {
- "node": "^18.18.0 || >=20.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
+ "@babel/runtime": "^7.13.10"
}
},
- "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
- "version": "7.4.0",
+ "node_modules/@react-dnd/asap": {
+ "version": "4.0.1",
"dev": true,
- "license": "MIT",
- "engines": {
- "node": "^18.18.0 || >=20.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
+ "license": "MIT"
},
- "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
- "version": "7.4.0",
+ "node_modules/@react-dnd/invariant": {
+ "version": "2.0.0",
"dev": true,
- "license": "BSD-2-Clause",
+ "license": "MIT"
+ },
+ "node_modules/@react-dnd/shallowequal": {
+ "version": "2.0.0",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@rollup/plugin-babel": {
+ "version": "6.0.4",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "@typescript-eslint/types": "7.4.0",
- "@typescript-eslint/visitor-keys": "7.4.0",
- "debug": "^4.3.4",
- "globby": "^11.1.0",
- "is-glob": "^4.0.3",
- "minimatch": "9.0.3",
- "semver": "^7.5.4",
- "ts-api-utils": "^1.0.1"
+ "@babel/helper-module-imports": "^7.18.6",
+ "@rollup/pluginutils": "^5.0.1"
},
"engines": {
- "node": "^18.18.0 || >=20.0.0"
+ "node": ">=14.0.0"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
+ "peerDependencies": {
+ "@babel/core": "^7.0.0",
+ "@types/babel__core": "^7.1.9",
+ "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
},
"peerDependenciesMeta": {
- "typescript": {
+ "@types/babel__core": {
+ "optional": true
+ },
+ "rollup": {
"optional": true
}
}
},
- "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
- "version": "7.4.0",
+ "node_modules/@rollup/plugin-commonjs": {
+ "version": "25.0.8",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/types": "7.4.0",
- "eslint-visitor-keys": "^3.4.1"
+ "@rollup/pluginutils": "^5.0.1",
+ "commondir": "^1.0.1",
+ "estree-walker": "^2.0.2",
+ "glob": "^8.0.3",
+ "is-reference": "1.2.1",
+ "magic-string": "^0.30.3"
},
"engines": {
- "node": "^18.18.0 || >=20.0.0"
+ "node": ">=14.0.0"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
+ "peerDependencies": {
+ "rollup": "^2.68.0||^3.0.0||^4.0.0"
+ },
+ "peerDependenciesMeta": {
+ "rollup": {
+ "optional": true
+ }
}
},
- "node_modules/@typescript-eslint/parser/node_modules/brace-expansion": {
+ "node_modules/@rollup/plugin-commonjs/node_modules/brace-expansion": {
"version": "2.0.1",
"dev": true,
"license": "MIT",
@@ -21743,695 +7969,1092 @@
"balanced-match": "^1.0.0"
}
},
- "node_modules/@typescript-eslint/parser/node_modules/eslint-visitor-keys": {
- "version": "3.4.3",
+ "node_modules/@rollup/plugin-commonjs/node_modules/glob": {
+ "version": "8.1.0",
"dev": true,
- "license": "Apache-2.0",
+ "license": "ISC",
+ "dependencies": {
+ "fs.realpath": "^1.0.0",
+ "inflight": "^1.0.4",
+ "inherits": "2",
+ "minimatch": "^5.0.1",
+ "once": "^1.3.0"
+ },
"engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ "node": ">=12"
},
"funding": {
- "url": "https://opencollective.com/eslint"
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/@typescript-eslint/parser/node_modules/minimatch": {
- "version": "9.0.3",
+ "node_modules/@rollup/plugin-commonjs/node_modules/minimatch": {
+ "version": "5.1.6",
"dev": true,
"license": "ISC",
"dependencies": {
"brace-expansion": "^2.0.1"
},
"engines": {
- "node": ">=16 || 14 >=14.17"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
+ "node": ">=10"
}
},
- "node_modules/@typescript-eslint/scope-manager": {
- "version": "5.62.0",
+ "node_modules/@rollup/plugin-node-resolve": {
+ "version": "15.2.3",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/types": "5.62.0",
- "@typescript-eslint/visitor-keys": "5.62.0"
+ "@rollup/pluginutils": "^5.0.1",
+ "@types/resolve": "1.20.2",
+ "deepmerge": "^4.2.2",
+ "is-builtin-module": "^3.2.1",
+ "is-module": "^1.0.0",
+ "resolve": "^1.22.1"
},
"engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ "node": ">=14.0.0"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
+ "peerDependencies": {
+ "rollup": "^2.78.0||^3.0.0||^4.0.0"
+ },
+ "peerDependenciesMeta": {
+ "rollup": {
+ "optional": true
+ }
}
},
- "node_modules/@typescript-eslint/types": {
- "version": "5.62.0",
+ "node_modules/@rollup/plugin-virtual": {
+ "version": "3.0.2",
"dev": true,
"license": "MIT",
"engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ "node": ">=14.0.0"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
+ "peerDependencies": {
+ "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
+ },
+ "peerDependenciesMeta": {
+ "rollup": {
+ "optional": true
+ }
}
},
- "node_modules/@typescript-eslint/typescript-estree": {
- "version": "5.62.0",
+ "node_modules/@rollup/pluginutils": {
+ "version": "5.1.0",
"dev": true,
- "license": "BSD-2-Clause",
+ "license": "MIT",
"dependencies": {
- "@typescript-eslint/types": "5.62.0",
- "@typescript-eslint/visitor-keys": "5.62.0",
- "debug": "^4.3.4",
- "globby": "^11.1.0",
- "is-glob": "^4.0.3",
- "semver": "^7.3.7",
- "tsutils": "^3.21.0"
+ "@types/estree": "^1.0.0",
+ "estree-walker": "^2.0.2",
+ "picomatch": "^2.3.1"
},
"engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ "node": ">=14.0.0"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
+ "peerDependencies": {
+ "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
},
"peerDependenciesMeta": {
- "typescript": {
+ "rollup": {
"optional": true
}
}
},
- "node_modules/@typescript-eslint/utils": {
- "version": "5.62.0",
+ "node_modules/@rollup/rollup-android-arm-eabi": {
+ "version": "4.9.6",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.9.6.tgz",
+ "integrity": "sha512-MVNXSSYN6QXOulbHpLMKYi60ppyO13W9my1qogeiAqtjb2yR4LSmfU2+POvDkLzhjYLXz9Rf9+9a3zFHW1Lecg==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ]
+ },
+ "node_modules/@rollup/rollup-android-arm64": {
+ "version": "4.9.6",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.9.6.tgz",
+ "integrity": "sha512-T14aNLpqJ5wzKNf5jEDpv5zgyIqcpn1MlwCrUXLrwoADr2RkWA0vOWP4XxbO9aiO3dvMCQICZdKeDrFl7UMClw==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ]
+ },
+ "node_modules/@rollup/rollup-darwin-arm64": {
+ "version": "4.9.6",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/@rollup/rollup-darwin-x64": {
+ "version": "4.9.6",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.9.6.tgz",
+ "integrity": "sha512-zRDtdJuRvA1dc9Mp6BWYqAsU5oeLixdfUvkTHuiYOHwqYuQ4YgSmi6+/lPvSsqc/I0Omw3DdICx4Tfacdzmhog==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
+ "version": "4.9.6",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.9.6.tgz",
+ "integrity": "sha512-oNk8YXDDnNyG4qlNb6is1ojTOGL/tRhbbKeE/YuccItzerEZT68Z9gHrY3ROh7axDc974+zYAPxK5SH0j/G+QQ==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
+ "version": "4.9.6",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.9.6.tgz",
+ "integrity": "sha512-Z3O60yxPtuCYobrtzjo0wlmvDdx2qZfeAWTyfOjEDqd08kthDKexLpV97KfAeUXPosENKd8uyJMRDfFMxcYkDQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
+ "version": "4.9.6",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.9.6.tgz",
+ "integrity": "sha512-gpiG0qQJNdYEVad+1iAsGAbgAnZ8j07FapmnIAQgODKcOTjLEWM9sRb+MbQyVsYCnA0Im6M6QIq6ax7liws6eQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
+ "version": "4.9.6",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.9.6.tgz",
+ "integrity": "sha512-+uCOcvVmFUYvVDr27aiyun9WgZk0tXe7ThuzoUTAukZJOwS5MrGbmSlNOhx1j80GdpqbOty05XqSl5w4dQvcOA==",
+ "cpu": [
+ "riscv64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.21.2.tgz",
+ "integrity": "sha512-B90tYAUoLhU22olrafY3JQCFLnT3NglazdwkHyxNDYF/zAxJt5fJUB/yBoWFoIQ7SQj+KLe3iL4BhOMa9fzgpw==",
+ "cpu": [
+ "x64"
+ ],
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-x64-musl": {
+ "version": "4.9.6",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.9.6.tgz",
+ "integrity": "sha512-ch7M+9Tr5R4FK40FHQk8VnML0Szi2KRujUgHXd/HjuH9ifH72GUmw6lStZBo3c3GB82vHa0ZoUfjfcM7JiiMrQ==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
+ "version": "4.9.6",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.9.6.tgz",
+ "integrity": "sha512-VD6qnR99dhmTQ1mJhIzXsRcTBvTjbfbGGwKAHcu+52cVl15AC/kplkhxzW/uT0Xl62Y/meBKDZvoJSJN+vTeGA==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
+ "version": "4.9.6",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.9.6.tgz",
+ "integrity": "sha512-J9AFDq/xiRI58eR2NIDfyVmTYGyIZmRcvcAoJ48oDld/NTR8wyiPUu2X/v1navJ+N/FGg68LEbX3Ejd6l8B7MQ==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
+ "version": "4.9.6",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.9.6.tgz",
+ "integrity": "sha512-jqzNLhNDvIZOrt69Ce4UjGRpXJBzhUBzawMwnaDAwyHriki3XollsewxWzOzz+4yOFDkuJHtTsZFwMxhYJWmLQ==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@sindresorhus/merge-streams": {
+ "version": "1.0.0",
"dev": true,
"license": "MIT",
- "dependencies": {
- "@eslint-community/eslint-utils": "^4.2.0",
- "@types/json-schema": "^7.0.9",
- "@types/semver": "^7.3.12",
- "@typescript-eslint/scope-manager": "5.62.0",
- "@typescript-eslint/types": "5.62.0",
- "@typescript-eslint/typescript-estree": "5.62.0",
- "eslint-scope": "^5.1.1",
- "semver": "^7.3.7"
- },
"engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ "node": ">=18"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/@typescript-eslint/visitor-keys": {
- "version": "5.62.0",
+ "node_modules/@sitespeed.io/tracium": {
+ "version": "0.3.3",
"dev": true,
- "license": "MIT",
+ "license": "Apache-2.0",
"dependencies": {
- "@typescript-eslint/types": "5.62.0",
- "eslint-visitor-keys": "^3.3.0"
+ "debug": "^4.1.1"
},
"engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
+ "node": ">=8"
}
},
- "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
- "version": "3.4.3",
+ "node_modules/@size-limit/file": {
+ "version": "11.0.2",
"dev": true,
- "license": "Apache-2.0",
+ "license": "MIT",
"engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ "node": "^18.0.0 || >=20.0.0"
},
- "funding": {
- "url": "https://opencollective.com/eslint"
+ "peerDependencies": {
+ "size-limit": "11.0.2"
}
},
- "node_modules/@ungap/structured-clone": {
- "version": "1.2.0",
+ "node_modules/@size-limit/preset-big-lib": {
+ "version": "11.0.2",
"dev": true,
- "license": "ISC"
- },
- "node_modules/@vercel/webpack-asset-relocator-loader": {
- "version": "1.7.3",
"license": "MIT",
"dependencies": {
- "resolve": "^1.10.0"
+ "@size-limit/file": "11.0.2",
+ "@size-limit/time": "11.0.2",
+ "@size-limit/webpack": "11.0.2",
+ "size-limit": "11.0.2"
+ },
+ "peerDependencies": {
+ "size-limit": "11.0.2"
}
},
- "node_modules/@vitejs/plugin-react": {
- "version": "4.2.1",
+ "node_modules/@size-limit/time": {
+ "version": "11.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/core": "^7.23.5",
- "@babel/plugin-transform-react-jsx-self": "^7.23.3",
- "@babel/plugin-transform-react-jsx-source": "^7.23.3",
- "@types/babel__core": "^7.20.5",
- "react-refresh": "^0.14.0"
+ "estimo": "^3.0.1"
},
"engines": {
- "node": "^14.18.0 || >=16.0.0"
+ "node": "^18.0.0 || >=20.0.0"
},
"peerDependencies": {
- "vite": "^4.2.0 || ^5.0.0"
+ "size-limit": "11.0.2"
}
},
- "node_modules/@vitest/expect": {
- "version": "1.3.1",
+ "node_modules/@size-limit/webpack": {
+ "version": "11.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
- "@vitest/spy": "1.3.1",
- "@vitest/utils": "1.3.1",
- "chai": "^4.3.10"
+ "nanoid": "^5.0.4",
+ "webpack": "^5.89.0"
},
- "funding": {
- "url": "https://opencollective.com/vitest"
+ "engines": {
+ "node": "^18.0.0 || >=20.0.0"
+ },
+ "peerDependencies": {
+ "size-limit": "11.0.2"
}
},
- "node_modules/@vitest/expect/node_modules/@jest/schemas": {
- "version": "29.6.3",
+ "node_modules/@size-limit/webpack/node_modules/nanoid": {
+ "version": "5.0.6",
"dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
"license": "MIT",
- "dependencies": {
- "@sinclair/typebox": "^0.27.8"
+ "bin": {
+ "nanoid": "bin/nanoid.js"
},
"engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "node": "^18 || >=20"
}
},
- "node_modules/@vitest/expect/node_modules/@sinclair/typebox": {
- "version": "0.27.8",
+ "node_modules/@storybook/addon-a11y": {
+ "version": "8.1.5",
"dev": true,
- "license": "MIT"
+ "license": "MIT",
+ "dependencies": {
+ "@storybook/addon-highlight": "8.1.5",
+ "axe-core": "^4.2.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
},
- "node_modules/@vitest/expect/node_modules/@vitest/spy": {
- "version": "1.3.1",
+ "node_modules/@storybook/addon-actions": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "tinyspy": "^2.2.0"
+ "@storybook/core-events": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "@types/uuid": "^9.0.1",
+ "dequal": "^2.0.2",
+ "polished": "^4.2.2",
+ "uuid": "^9.0.0"
},
"funding": {
- "url": "https://opencollective.com/vitest"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/@vitest/expect/node_modules/@vitest/utils": {
- "version": "1.3.1",
+ "node_modules/@storybook/addon-actions/node_modules/@storybook/core-events": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "diff-sequences": "^29.6.3",
- "estree-walker": "^3.0.3",
- "loupe": "^2.3.7",
- "pretty-format": "^29.7.0"
+ "@storybook/csf": "^0.1.7",
+ "ts-dedent": "^2.0.0"
},
"funding": {
- "url": "https://opencollective.com/vitest"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/@vitest/expect/node_modules/ansi-styles": {
- "version": "5.2.0",
+ "node_modules/@storybook/addon-actions/node_modules/@storybook/csf": {
+ "version": "0.1.8",
"dev": true,
"license": "MIT",
+ "dependencies": {
+ "type-fest": "^2.19.0"
+ }
+ },
+ "node_modules/@storybook/addon-actions/node_modules/type-fest": {
+ "version": "2.19.0",
+ "dev": true,
+ "license": "(MIT OR CC0-1.0)",
"engines": {
- "node": ">=10"
+ "node": ">=12.20"
},
"funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/@vitest/expect/node_modules/estree-walker": {
- "version": "3.0.3",
+ "node_modules/@storybook/addon-actions/node_modules/uuid": {
+ "version": "9.0.1",
"dev": true,
+ "funding": [
+ "https://github.com/sponsors/broofa",
+ "https://github.com/sponsors/ctavan"
+ ],
"license": "MIT",
- "dependencies": {
- "@types/estree": "^1.0.0"
+ "bin": {
+ "uuid": "dist/bin/uuid"
}
},
- "node_modules/@vitest/expect/node_modules/pretty-format": {
- "version": "29.7.0",
+ "node_modules/@storybook/addon-backgrounds": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "@jest/schemas": "^29.6.3",
- "ansi-styles": "^5.0.0",
- "react-is": "^18.0.0"
+ "@storybook/global": "^5.0.0",
+ "memoizerific": "^1.11.3",
+ "ts-dedent": "^2.0.0"
},
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/@vitest/spy": {
- "version": "1.6.0",
+ "node_modules/@storybook/addon-controls": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "tinyspy": "^2.2.0"
+ "@storybook/blocks": "8.1.5",
+ "dequal": "^2.0.2",
+ "lodash": "^4.17.21",
+ "ts-dedent": "^2.0.0"
},
"funding": {
- "url": "https://opencollective.com/vitest"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/@vitest/utils": {
- "version": "1.6.0",
+ "node_modules/@storybook/addon-docs": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "diff-sequences": "^29.6.3",
- "estree-walker": "^3.0.3",
- "loupe": "^2.3.7",
- "pretty-format": "^29.7.0"
+ "@babel/core": "^7.24.4",
+ "@mdx-js/react": "^3.0.0",
+ "@storybook/blocks": "8.1.5",
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/components": "8.1.5",
+ "@storybook/csf-plugin": "8.1.5",
+ "@storybook/csf-tools": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "@storybook/node-logger": "8.1.5",
+ "@storybook/preview-api": "8.1.5",
+ "@storybook/react-dom-shim": "8.1.5",
+ "@storybook/theming": "8.1.5",
+ "@storybook/types": "8.1.5",
+ "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
+ "fs-extra": "^11.1.0",
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
+ "rehype-external-links": "^3.0.0",
+ "rehype-slug": "^6.0.0",
+ "ts-dedent": "^2.0.0"
},
"funding": {
- "url": "https://opencollective.com/vitest"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/@vitest/utils/node_modules/@jest/schemas": {
- "version": "29.6.3",
+ "node_modules/@storybook/addon-docs/node_modules/@babel/parser": {
+ "version": "7.24.7",
"dev": true,
"license": "MIT",
- "dependencies": {
- "@sinclair/typebox": "^0.27.8"
+ "bin": {
+ "parser": "bin/babel-parser.js"
},
"engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "node": ">=6.0.0"
}
},
- "node_modules/@vitest/utils/node_modules/@sinclair/typebox": {
- "version": "0.27.8",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@vitest/utils/node_modules/ansi-styles": {
- "version": "5.2.0",
+ "node_modules/@storybook/addon-docs/node_modules/@mdx-js/react": {
+ "version": "3.0.1",
"dev": true,
"license": "MIT",
- "engines": {
- "node": ">=10"
+ "dependencies": {
+ "@types/mdx": "^2.0.0"
},
"funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ },
+ "peerDependencies": {
+ "@types/react": ">=16",
+ "react": ">=16"
}
},
- "node_modules/@vitest/utils/node_modules/estree-walker": {
- "version": "3.0.3",
+ "node_modules/@storybook/addon-docs/node_modules/@storybook/channels": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/estree": "^1.0.0"
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/@vitest/utils/node_modules/pretty-format": {
- "version": "29.7.0",
+ "node_modules/@storybook/addon-docs/node_modules/@storybook/client-logger": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "@jest/schemas": "^29.6.3",
- "ansi-styles": "^5.0.0",
- "react-is": "^18.0.0"
+ "@storybook/global": "^5.0.0"
},
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/@webassemblyjs/ast": {
- "version": "1.12.1",
+ "node_modules/@storybook/addon-docs/node_modules/@storybook/components": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@webassemblyjs/helper-numbers": "1.11.6",
- "@webassemblyjs/helper-wasm-bytecode": "1.11.6"
+ "@radix-ui/react-dialog": "^1.0.5",
+ "@radix-ui/react-slot": "^1.0.2",
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/global": "^5.0.0",
+ "@storybook/icons": "^1.2.5",
+ "@storybook/theming": "8.1.5",
+ "@storybook/types": "8.1.5",
+ "memoizerific": "^1.11.3",
+ "util-deprecate": "^1.0.2"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ },
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta"
}
},
- "node_modules/@webassemblyjs/floating-point-hex-parser": {
- "version": "1.11.6",
- "license": "MIT"
- },
- "node_modules/@webassemblyjs/helper-api-error": {
- "version": "1.11.6",
- "license": "MIT"
- },
- "node_modules/@webassemblyjs/helper-buffer": {
- "version": "1.12.1",
- "license": "MIT"
- },
- "node_modules/@webassemblyjs/helper-numbers": {
- "version": "1.11.6",
+ "node_modules/@storybook/addon-docs/node_modules/@storybook/core-events": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@webassemblyjs/floating-point-hex-parser": "1.11.6",
- "@webassemblyjs/helper-api-error": "1.11.6",
- "@xtuc/long": "4.2.2"
+ "@storybook/csf": "^0.1.7",
+ "ts-dedent": "^2.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/@webassemblyjs/helper-wasm-bytecode": {
- "version": "1.11.6",
- "license": "MIT"
- },
- "node_modules/@webassemblyjs/helper-wasm-section": {
- "version": "1.12.1",
+ "node_modules/@storybook/addon-docs/node_modules/@storybook/csf": {
+ "version": "0.1.8",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@webassemblyjs/ast": "1.12.1",
- "@webassemblyjs/helper-buffer": "1.12.1",
- "@webassemblyjs/helper-wasm-bytecode": "1.11.6",
- "@webassemblyjs/wasm-gen": "1.12.1"
+ "type-fest": "^2.19.0"
}
},
- "node_modules/@webassemblyjs/ieee754": {
- "version": "1.11.6",
+ "node_modules/@storybook/addon-docs/node_modules/@storybook/csf-tools": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@xtuc/ieee754": "^1.2.0"
+ "@babel/generator": "^7.24.4",
+ "@babel/parser": "^7.24.4",
+ "@babel/traverse": "^7.24.1",
+ "@babel/types": "^7.24.0",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/types": "8.1.5",
+ "fs-extra": "^11.1.0",
+ "recast": "^0.23.5",
+ "ts-dedent": "^2.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/@webassemblyjs/leb128": {
- "version": "1.11.6",
- "license": "Apache-2.0",
- "dependencies": {
- "@xtuc/long": "4.2.2"
+ "node_modules/@storybook/addon-docs/node_modules/@storybook/node-logger": {
+ "version": "8.1.5",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/@webassemblyjs/utf8": {
- "version": "1.11.6",
- "license": "MIT"
- },
- "node_modules/@webassemblyjs/wasm-edit": {
- "version": "1.12.1",
+ "node_modules/@storybook/addon-docs/node_modules/@storybook/preview-api": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@webassemblyjs/ast": "1.12.1",
- "@webassemblyjs/helper-buffer": "1.12.1",
- "@webassemblyjs/helper-wasm-bytecode": "1.11.6",
- "@webassemblyjs/helper-wasm-section": "1.12.1",
- "@webassemblyjs/wasm-gen": "1.12.1",
- "@webassemblyjs/wasm-opt": "1.12.1",
- "@webassemblyjs/wasm-parser": "1.12.1",
- "@webassemblyjs/wast-printer": "1.12.1"
+ "@storybook/channels": "8.1.5",
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/global": "^5.0.0",
+ "@storybook/types": "8.1.5",
+ "@types/qs": "^6.9.5",
+ "dequal": "^2.0.2",
+ "lodash": "^4.17.21",
+ "memoizerific": "^1.11.3",
+ "qs": "^6.10.0",
+ "tiny-invariant": "^1.3.1",
+ "ts-dedent": "^2.0.0",
+ "util-deprecate": "^1.0.2"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/@webassemblyjs/wasm-gen": {
- "version": "1.12.1",
+ "node_modules/@storybook/addon-docs/node_modules/@storybook/theming": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@webassemblyjs/ast": "1.12.1",
- "@webassemblyjs/helper-wasm-bytecode": "1.11.6",
- "@webassemblyjs/ieee754": "1.11.6",
- "@webassemblyjs/leb128": "1.11.6",
- "@webassemblyjs/utf8": "1.11.6"
+ "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "memoizerific": "^1.11.3"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ },
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta"
+ },
+ "peerDependenciesMeta": {
+ "react": {
+ "optional": true
+ },
+ "react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/@webassemblyjs/wasm-opt": {
- "version": "1.12.1",
+ "node_modules/@storybook/addon-docs/node_modules/@storybook/types": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@webassemblyjs/ast": "1.12.1",
- "@webassemblyjs/helper-buffer": "1.12.1",
- "@webassemblyjs/wasm-gen": "1.12.1",
- "@webassemblyjs/wasm-parser": "1.12.1"
+ "@storybook/channels": "8.1.5",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/@webassemblyjs/wasm-parser": {
- "version": "1.12.1",
+ "node_modules/@storybook/addon-docs/node_modules/fs-extra": {
+ "version": "11.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@webassemblyjs/ast": "1.12.1",
- "@webassemblyjs/helper-api-error": "1.11.6",
- "@webassemblyjs/helper-wasm-bytecode": "1.11.6",
- "@webassemblyjs/ieee754": "1.11.6",
- "@webassemblyjs/leb128": "1.11.6",
- "@webassemblyjs/utf8": "1.11.6"
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=14.14"
}
},
- "node_modules/@webassemblyjs/wast-printer": {
- "version": "1.12.1",
+ "node_modules/@storybook/addon-docs/node_modules/jsonfile": {
+ "version": "6.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@webassemblyjs/ast": "1.12.1",
- "@xtuc/long": "4.2.2"
+ "universalify": "^2.0.0"
+ },
+ "optionalDependencies": {
+ "graceful-fs": "^4.1.6"
}
},
- "node_modules/@xtuc/ieee754": {
- "version": "1.2.0",
- "license": "BSD-3-Clause"
- },
- "node_modules/@xtuc/long": {
- "version": "4.2.2",
- "license": "Apache-2.0"
- },
- "node_modules/@yarnpkg/esbuild-plugin-pnp": {
- "version": "3.0.0-rc.15",
+ "node_modules/@storybook/addon-docs/node_modules/type-fest": {
+ "version": "2.19.0",
"dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "tslib": "^2.4.0"
- },
+ "license": "(MIT OR CC0-1.0)",
"engines": {
- "node": ">=14.15.0"
+ "node": ">=12.20"
},
- "peerDependencies": {
- "esbuild": ">=0.10.0"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/@yarnpkg/fslib": {
- "version": "2.10.3",
+ "node_modules/@storybook/addon-docs/node_modules/universalify": {
+ "version": "2.0.1",
"dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "@yarnpkg/libzip": "^2.3.0",
- "tslib": "^1.13.0"
- },
+ "license": "MIT",
"engines": {
- "node": ">=12 <14 || 14.2 - 14.9 || >14.10.0"
+ "node": ">= 10.0.0"
}
},
- "node_modules/@yarnpkg/fslib/node_modules/tslib": {
- "version": "1.14.1",
- "dev": true,
- "license": "0BSD"
- },
- "node_modules/@yarnpkg/libzip": {
- "version": "2.3.0",
+ "node_modules/@storybook/addon-essentials": {
+ "version": "8.1.5",
"dev": true,
- "license": "BSD-2-Clause",
+ "license": "MIT",
"dependencies": {
- "@types/emscripten": "^1.39.6",
- "tslib": "^1.13.0"
+ "@storybook/addon-actions": "8.1.5",
+ "@storybook/addon-backgrounds": "8.1.5",
+ "@storybook/addon-controls": "8.1.5",
+ "@storybook/addon-docs": "8.1.5",
+ "@storybook/addon-highlight": "8.1.5",
+ "@storybook/addon-measure": "8.1.5",
+ "@storybook/addon-outline": "8.1.5",
+ "@storybook/addon-toolbars": "8.1.5",
+ "@storybook/addon-viewport": "8.1.5",
+ "@storybook/core-common": "8.1.5",
+ "@storybook/manager-api": "8.1.5",
+ "@storybook/node-logger": "8.1.5",
+ "@storybook/preview-api": "8.1.5",
+ "ts-dedent": "^2.0.0"
},
- "engines": {
- "node": ">=12 <14 || 14.2 - 14.9 || >14.10.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/@yarnpkg/libzip/node_modules/tslib": {
- "version": "1.14.1",
+ "node_modules/@storybook/addon-essentials/node_modules/@babel/parser": {
+ "version": "7.24.7",
"dev": true,
- "license": "0BSD"
- },
- "node_modules/abab": {
- "version": "2.0.6",
- "license": "BSD-3-Clause"
+ "license": "MIT",
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
},
- "node_modules/abbrev": {
- "version": "2.0.0",
+ "node_modules/@storybook/addon-essentials/node_modules/@storybook/channels": {
+ "version": "8.1.5",
"dev": true,
- "license": "ISC",
- "engines": {
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
+ "license": "MIT",
+ "dependencies": {
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/abort-controller": {
- "version": "3.0.0",
+ "node_modules/@storybook/addon-essentials/node_modules/@storybook/client-logger": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "event-target-shim": "^5.0.0"
+ "@storybook/global": "^5.0.0"
},
- "engines": {
- "node": ">=6.5"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/accepts": {
- "version": "1.3.8",
+ "node_modules/@storybook/addon-essentials/node_modules/@storybook/core-common": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "mime-types": "~2.1.34",
- "negotiator": "0.6.3"
+ "@storybook/core-events": "8.1.5",
+ "@storybook/csf-tools": "8.1.5",
+ "@storybook/node-logger": "8.1.5",
+ "@storybook/types": "8.1.5",
+ "@yarnpkg/fslib": "2.10.3",
+ "@yarnpkg/libzip": "2.3.0",
+ "chalk": "^4.1.0",
+ "cross-spawn": "^7.0.3",
+ "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0",
+ "esbuild-register": "^3.5.0",
+ "execa": "^5.0.0",
+ "file-system-cache": "2.3.0",
+ "find-cache-dir": "^3.0.0",
+ "find-up": "^5.0.0",
+ "fs-extra": "^11.1.0",
+ "glob": "^10.0.0",
+ "handlebars": "^4.7.7",
+ "lazy-universal-dotenv": "^4.0.0",
+ "node-fetch": "^2.0.0",
+ "picomatch": "^2.3.0",
+ "pkg-dir": "^5.0.0",
+ "prettier-fallback": "npm:prettier@^3",
+ "pretty-hrtime": "^1.0.3",
+ "resolve-from": "^5.0.0",
+ "semver": "^7.3.7",
+ "tempy": "^3.1.0",
+ "tiny-invariant": "^1.3.1",
+ "ts-dedent": "^2.0.0",
+ "util": "^0.12.4"
},
- "engines": {
- "node": ">= 0.6"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ },
+ "peerDependencies": {
+ "prettier": "^2 || ^3"
+ },
+ "peerDependenciesMeta": {
+ "prettier": {
+ "optional": true
+ }
}
},
- "node_modules/acorn": {
- "version": "8.11.3",
+ "node_modules/@storybook/addon-essentials/node_modules/@storybook/core-events": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
- "bin": {
- "acorn": "bin/acorn"
+ "dependencies": {
+ "@storybook/csf": "^0.1.7",
+ "ts-dedent": "^2.0.0"
},
- "engines": {
- "node": ">=0.4.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/acorn-globals": {
- "version": "7.0.1",
+ "node_modules/@storybook/addon-essentials/node_modules/@storybook/csf": {
+ "version": "0.1.8",
"dev": true,
"license": "MIT",
"dependencies": {
- "acorn": "^8.1.0",
- "acorn-walk": "^8.0.2"
+ "type-fest": "^2.19.0"
}
},
- "node_modules/acorn-globals/node_modules/acorn-walk": {
- "version": "8.3.2",
+ "node_modules/@storybook/addon-essentials/node_modules/@storybook/csf-tools": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
- "engines": {
- "node": ">=0.4.0"
+ "dependencies": {
+ "@babel/generator": "^7.24.4",
+ "@babel/parser": "^7.24.4",
+ "@babel/traverse": "^7.24.1",
+ "@babel/types": "^7.24.0",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/types": "8.1.5",
+ "fs-extra": "^11.1.0",
+ "recast": "^0.23.5",
+ "ts-dedent": "^2.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/acorn-import-attributes": {
- "version": "1.9.5",
- "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz",
- "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==",
- "peerDependencies": {
- "acorn": "^8"
+ "node_modules/@storybook/addon-essentials/node_modules/@storybook/manager-api": {
+ "version": "8.1.5",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@storybook/channels": "8.1.5",
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/global": "^5.0.0",
+ "@storybook/icons": "^1.2.5",
+ "@storybook/router": "8.1.5",
+ "@storybook/theming": "8.1.5",
+ "@storybook/types": "8.1.5",
+ "dequal": "^2.0.2",
+ "lodash": "^4.17.21",
+ "memoizerific": "^1.11.3",
+ "store2": "^2.14.2",
+ "telejson": "^7.2.0",
+ "ts-dedent": "^2.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/acorn-jsx": {
- "version": "5.3.2",
+ "node_modules/@storybook/addon-essentials/node_modules/@storybook/node-logger": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
- "peerDependencies": {
- "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/acorn-walk": {
- "version": "7.2.0",
+ "node_modules/@storybook/addon-essentials/node_modules/@storybook/preview-api": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
- "engines": {
- "node": ">=0.4.0"
+ "dependencies": {
+ "@storybook/channels": "8.1.5",
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/global": "^5.0.0",
+ "@storybook/types": "8.1.5",
+ "@types/qs": "^6.9.5",
+ "dequal": "^2.0.2",
+ "lodash": "^4.17.21",
+ "memoizerific": "^1.11.3",
+ "qs": "^6.10.0",
+ "tiny-invariant": "^1.3.1",
+ "ts-dedent": "^2.0.0",
+ "util-deprecate": "^1.0.2"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/address": {
- "version": "1.1.2",
+ "node_modules/@storybook/addon-essentials/node_modules/@storybook/router": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">= 0.12.0"
+ "dependencies": {
+ "@storybook/client-logger": "8.1.5",
+ "memoizerific": "^1.11.3",
+ "qs": "^6.10.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/adjust-sourcemap-loader": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz",
- "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==",
+ "node_modules/@storybook/addon-essentials/node_modules/@storybook/theming": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "loader-utils": "^2.0.0",
- "regex-parser": "^2.2.11"
+ "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "memoizerific": "^1.11.3"
},
- "engines": {
- "node": ">=8.9"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ },
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta"
+ },
+ "peerDependenciesMeta": {
+ "react": {
+ "optional": true
+ },
+ "react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/agent-base": {
- "version": "6.0.2",
+ "node_modules/@storybook/addon-essentials/node_modules/@storybook/types": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "debug": "4"
+ "@storybook/channels": "8.1.5",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
},
- "engines": {
- "node": ">= 6.0.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/aggregate-error": {
- "version": "3.1.0",
+ "node_modules/@storybook/addon-essentials/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "clean-stack": "^2.0.0",
- "indent-string": "^4.0.0"
+ "color-convert": "^2.0.1"
},
"engines": {
"node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/ajv": {
- "version": "8.16.0",
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz",
- "integrity": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==",
+ "node_modules/@storybook/addon-essentials/node_modules/brace-expansion": {
+ "version": "2.0.1",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "fast-deep-equal": "^3.1.3",
- "json-schema-traverse": "^1.0.0",
- "require-from-string": "^2.0.2",
- "uri-js": "^4.4.1"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/epoberezkin"
+ "balanced-match": "^1.0.0"
}
},
- "node_modules/ajv-formats": {
- "version": "2.1.1",
+ "node_modules/@storybook/addon-essentials/node_modules/chalk": {
+ "version": "4.1.2",
"dev": true,
"license": "MIT",
"dependencies": {
- "ajv": "^8.0.0"
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
},
- "peerDependencies": {
- "ajv": "^8.0.0"
+ "engines": {
+ "node": ">=10"
},
- "peerDependenciesMeta": {
- "ajv": {
- "optional": true
- }
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/ajv-keywords": {
- "version": "3.5.2",
+ "node_modules/@storybook/addon-essentials/node_modules/color-convert": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
- "peerDependencies": {
- "ajv": "^6.9.1"
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
}
},
- "node_modules/anser": {
- "version": "2.1.1",
+ "node_modules/@storybook/addon-essentials/node_modules/color-name": {
+ "version": "1.1.4",
+ "dev": true,
"license": "MIT"
},
- "node_modules/ansi-align": {
- "version": "3.0.1",
- "license": "ISC",
- "dependencies": {
- "string-width": "^4.1.0"
- }
- },
- "node_modules/ansi-colors": {
- "version": "4.1.3",
+ "node_modules/@storybook/addon-essentials/node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
"engines": {
- "node": ">=6"
+ "node": ">= 8"
}
},
- "node_modules/ansi-escapes": {
- "version": "4.3.2",
+ "node_modules/@storybook/addon-essentials/node_modules/crypto-random-string": {
+ "version": "4.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "type-fest": "^0.21.3"
+ "type-fest": "^1.0.1"
},
"engines": {
- "node": ">=8"
+ "node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/ansi-escapes/node_modules/type-fest": {
- "version": "0.21.3",
+ "node_modules/@storybook/addon-essentials/node_modules/crypto-random-string/node_modules/type-fest": {
+ "version": "1.4.0",
+ "dev": true,
"license": "(MIT OR CC0-1.0)",
"engines": {
"node": ">=10"
@@ -22440,2439 +9063,2736 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/ansi-html": {
- "version": "0.0.7",
- "engines": [
- "node >= 0.8.0"
- ],
- "license": "Apache-2.0",
- "bin": {
- "ansi-html": "bin/ansi-html"
- }
- },
- "node_modules/ansi-html-community": {
- "version": "0.0.8",
- "engines": [
- "node >= 0.8.0"
- ],
- "license": "Apache-2.0",
- "bin": {
- "ansi-html": "bin/ansi-html"
- }
- },
- "node_modules/ansi-regex": {
- "version": "5.0.1",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/ansi-styles": {
- "version": "3.2.1",
+ "node_modules/@storybook/addon-essentials/node_modules/execa": {
+ "version": "5.1.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "color-convert": "^1.9.0"
+ "cross-spawn": "^7.0.3",
+ "get-stream": "^6.0.0",
+ "human-signals": "^2.1.0",
+ "is-stream": "^2.0.0",
+ "merge-stream": "^2.0.0",
+ "npm-run-path": "^4.0.1",
+ "onetime": "^5.1.2",
+ "signal-exit": "^3.0.3",
+ "strip-final-newline": "^2.0.0"
},
"engines": {
- "node": ">=4"
- }
- },
- "node_modules/anymatch": {
- "version": "2.0.0",
- "license": "ISC",
- "dependencies": {
- "micromatch": "^3.1.4",
- "normalize-path": "^2.1.1"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sindresorhus/execa?sponsor=1"
}
},
- "node_modules/anymatch/node_modules/braces": {
- "version": "2.3.2",
+ "node_modules/@storybook/addon-essentials/node_modules/find-up": {
+ "version": "5.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "arr-flatten": "^1.1.0",
- "array-unique": "^0.3.2",
- "extend-shallow": "^2.0.1",
- "fill-range": "^4.0.0",
- "isobject": "^3.0.1",
- "repeat-element": "^1.1.2",
- "snapdragon": "^0.8.1",
- "snapdragon-node": "^2.0.1",
- "split-string": "^3.0.2",
- "to-regex": "^3.0.1"
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/anymatch/node_modules/fill-range": {
- "version": "4.0.0",
+ "node_modules/@storybook/addon-essentials/node_modules/fs-extra": {
+ "version": "11.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "extend-shallow": "^2.0.1",
- "is-number": "^3.0.0",
- "repeat-string": "^1.6.1",
- "to-regex-range": "^2.1.0"
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=14.14"
}
},
- "node_modules/anymatch/node_modules/is-buffer": {
- "version": "1.1.6",
- "license": "MIT"
- },
- "node_modules/anymatch/node_modules/is-extendable": {
- "version": "1.0.1",
- "license": "MIT",
+ "node_modules/@storybook/addon-essentials/node_modules/glob": {
+ "version": "10.4.1",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "is-plain-object": "^2.0.4"
+ "foreground-child": "^3.1.0",
+ "jackspeak": "^3.1.2",
+ "minimatch": "^9.0.4",
+ "minipass": "^7.1.2",
+ "path-scurry": "^1.11.1"
+ },
+ "bin": {
+ "glob": "dist/esm/bin.mjs"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=16 || 14 >=14.18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/anymatch/node_modules/is-number": {
- "version": "3.0.0",
+ "node_modules/@storybook/addon-essentials/node_modules/has-flag": {
+ "version": "4.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "kind-of": "^3.0.2"
- },
"engines": {
- "node": ">=0.10.0"
+ "node": ">=8"
}
},
- "node_modules/anymatch/node_modules/is-number/node_modules/kind-of": {
- "version": "3.2.2",
- "license": "MIT",
+ "node_modules/@storybook/addon-essentials/node_modules/jackspeak": {
+ "version": "3.3.0",
+ "dev": true,
+ "license": "BlueOak-1.0.0",
"dependencies": {
- "is-buffer": "^1.1.5"
+ "@isaacs/cliui": "^8.0.2"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ },
+ "optionalDependencies": {
+ "@pkgjs/parseargs": "^0.11.0"
}
},
- "node_modules/anymatch/node_modules/micromatch": {
- "version": "3.1.10",
+ "node_modules/@storybook/addon-essentials/node_modules/jsonfile": {
+ "version": "6.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "arr-diff": "^4.0.0",
- "array-unique": "^0.3.2",
- "braces": "^2.3.1",
- "define-property": "^2.0.2",
- "extend-shallow": "^3.0.2",
- "extglob": "^2.0.4",
- "fragment-cache": "^0.2.1",
- "kind-of": "^6.0.2",
- "nanomatch": "^1.2.9",
- "object.pick": "^1.3.0",
- "regex-not": "^1.0.0",
- "snapdragon": "^0.8.1",
- "to-regex": "^3.0.2"
+ "universalify": "^2.0.0"
},
- "engines": {
- "node": ">=0.10.0"
+ "optionalDependencies": {
+ "graceful-fs": "^4.1.6"
}
},
- "node_modules/anymatch/node_modules/micromatch/node_modules/extend-shallow": {
- "version": "3.0.2",
+ "node_modules/@storybook/addon-essentials/node_modules/locate-path": {
+ "version": "6.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "assign-symbols": "^1.0.0",
- "is-extendable": "^1.0.1"
+ "p-locate": "^5.0.0"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/anymatch/node_modules/normalize-path": {
- "version": "2.1.1",
- "license": "MIT",
+ "node_modules/@storybook/addon-essentials/node_modules/minimatch": {
+ "version": "9.0.4",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "remove-trailing-separator": "^1.0.1"
+ "brace-expansion": "^2.0.1"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=16 || 14 >=14.17"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/anymatch/node_modules/to-regex-range": {
- "version": "2.1.1",
+ "node_modules/@storybook/addon-essentials/node_modules/p-limit": {
+ "version": "3.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-number": "^3.0.0",
- "repeat-string": "^1.6.1"
+ "yocto-queue": "^0.1.0"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/app-root-dir": {
- "version": "1.0.2",
+ "node_modules/@storybook/addon-essentials/node_modules/p-locate": {
+ "version": "5.0.0",
"dev": true,
- "license": "MIT"
- },
- "node_modules/append-field": {
- "version": "1.0.0",
- "license": "MIT"
- },
- "node_modules/application-config-path": {
- "version": "0.1.1",
- "license": "MIT"
- },
- "node_modules/arch": {
- "version": "2.2.0",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "license": "MIT"
- },
- "node_modules/arg": {
- "version": "4.1.3",
- "license": "MIT"
- },
- "node_modules/argparse": {
- "version": "1.0.10",
"license": "MIT",
"dependencies": {
- "sprintf-js": "~1.0.2"
+ "p-limit": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/aria-hidden": {
- "version": "1.2.3",
+ "node_modules/@storybook/addon-essentials/node_modules/pkg-dir": {
+ "version": "5.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "tslib": "^2.0.0"
+ "find-up": "^5.0.0"
},
"engines": {
"node": ">=10"
}
},
- "node_modules/aria-query": {
- "version": "5.3.0",
- "license": "Apache-2.0",
+ "node_modules/@storybook/addon-essentials/node_modules/shebang-command": {
+ "version": "2.0.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "dequal": "^2.0.3"
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/arr-diff": {
- "version": "4.0.0",
+ "node_modules/@storybook/addon-essentials/node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=0.10.0"
+ "node": ">=8"
}
},
- "node_modules/arr-flatten": {
- "version": "1.1.0",
+ "node_modules/@storybook/addon-essentials/node_modules/supports-color": {
+ "version": "7.2.0",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
"engines": {
- "node": ">=0.10.0"
+ "node": ">=8"
}
},
- "node_modules/arr-union": {
- "version": "3.1.0",
+ "node_modules/@storybook/addon-essentials/node_modules/temp-dir": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=0.10.0"
+ "node": ">=14.16"
}
},
- "node_modules/array-buffer-byte-length": {
- "version": "1.0.1",
+ "node_modules/@storybook/addon-essentials/node_modules/tempy": {
+ "version": "3.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "call-bind": "^1.0.5",
- "is-array-buffer": "^3.0.4"
+ "is-stream": "^3.0.0",
+ "temp-dir": "^3.0.0",
+ "type-fest": "^2.12.2",
+ "unique-string": "^3.0.0"
},
"engines": {
- "node": ">= 0.4"
+ "node": ">=14.16"
},
"funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/array-differ": {
+ "node_modules/@storybook/addon-essentials/node_modules/tempy/node_modules/is-stream": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-3.0.0.tgz",
- "integrity": "sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">=8"
- }
- },
- "node_modules/array-equal": {
- "version": "1.0.2",
- "license": "MIT",
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/@storybook/addon-essentials/node_modules/type-fest": {
+ "version": "2.19.0",
+ "dev": true,
+ "license": "(MIT OR CC0-1.0)",
+ "engines": {
+ "node": ">=12.20"
+ },
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/array-flatten": {
- "version": "1.1.1",
- "license": "MIT"
- },
- "node_modules/array-includes": {
- "version": "3.1.6",
+ "node_modules/@storybook/addon-essentials/node_modules/unique-string": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.1.4",
- "es-abstract": "^1.20.4",
- "get-intrinsic": "^1.1.3",
- "is-string": "^1.0.7"
+ "crypto-random-string": "^4.0.0"
},
"engines": {
- "node": ">= 0.4"
+ "node": ">=12"
},
"funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/array-iterate": {
- "version": "1.1.4",
+ "node_modules/@storybook/addon-essentials/node_modules/universalify": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "engines": {
+ "node": ">= 10.0.0"
}
},
- "node_modules/array-union": {
- "version": "2.1.0",
- "license": "MIT",
+ "node_modules/@storybook/addon-essentials/node_modules/which": {
+ "version": "2.0.2",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
"engines": {
- "node": ">=8"
+ "node": ">= 8"
}
},
- "node_modules/array-unique": {
- "version": "0.3.2",
+ "node_modules/@storybook/addon-highlight": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=0.10.0"
+ "dependencies": {
+ "@storybook/global": "^5.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/array.prototype.flat": {
- "version": "1.3.1",
+ "node_modules/@storybook/addon-interactions": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.1.4",
- "es-abstract": "^1.20.4",
- "es-shim-unscopables": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
+ "@storybook/global": "^5.0.0",
+ "@storybook/instrumenter": "8.1.5",
+ "@storybook/test": "8.1.5",
+ "@storybook/types": "8.1.5",
+ "polished": "^4.2.2",
+ "ts-dedent": "^2.2.0"
},
"funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/array.prototype.flatmap": {
- "version": "1.3.1",
+ "node_modules/@storybook/addon-interactions/node_modules/@storybook/channels": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.1.4",
- "es-abstract": "^1.20.4",
- "es-shim-unscopables": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
},
"funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/array.prototype.reduce": {
- "version": "1.0.6",
+ "node_modules/@storybook/addon-interactions/node_modules/@storybook/client-logger": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.2.0",
- "es-abstract": "^1.22.1",
- "es-array-method-boxes-properly": "^1.0.0",
- "is-string": "^1.0.7"
+ "@storybook/global": "^5.0.0"
},
- "engines": {
- "node": ">= 0.4"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
+ },
+ "node_modules/@storybook/addon-interactions/node_modules/@storybook/core-events": {
+ "version": "8.1.5",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@storybook/csf": "^0.1.7",
+ "ts-dedent": "^2.0.0"
},
"funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/array.prototype.tosorted": {
- "version": "1.1.1",
+ "node_modules/@storybook/addon-interactions/node_modules/@storybook/csf": {
+ "version": "0.1.8",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.1.4",
- "es-abstract": "^1.20.4",
- "es-shim-unscopables": "^1.0.0",
- "get-intrinsic": "^1.1.3"
+ "type-fest": "^2.19.0"
}
},
- "node_modules/arraybuffer.prototype.slice": {
- "version": "1.0.3",
+ "node_modules/@storybook/addon-interactions/node_modules/@storybook/types": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "array-buffer-byte-length": "^1.0.1",
- "call-bind": "^1.0.5",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.22.3",
- "es-errors": "^1.2.1",
- "get-intrinsic": "^1.2.3",
- "is-array-buffer": "^3.0.4",
- "is-shared-array-buffer": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
+ "@storybook/channels": "8.1.5",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
},
"funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/arrify": {
- "version": "1.0.1",
+ "node_modules/@storybook/addon-interactions/node_modules/type-fest": {
+ "version": "2.19.0",
"dev": true,
- "license": "MIT",
+ "license": "(MIT OR CC0-1.0)",
"engines": {
- "node": ">=0.10.0"
+ "node": ">=12.20"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/asn1": {
- "version": "0.2.6",
+ "node_modules/@storybook/addon-links": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "safer-buffer": "~2.1.0"
+ "@storybook/csf": "^0.1.7",
+ "@storybook/global": "^5.0.0",
+ "ts-dedent": "^2.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ },
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta"
+ },
+ "peerDependenciesMeta": {
+ "react": {
+ "optional": true
+ }
}
},
- "node_modules/assert": {
- "version": "2.1.0",
+ "node_modules/@storybook/addon-links/node_modules/@storybook/csf": {
+ "version": "0.1.8",
"dev": true,
"license": "MIT",
"dependencies": {
- "call-bind": "^1.0.2",
- "is-nan": "^1.3.2",
- "object-is": "^1.1.5",
- "object.assign": "^4.1.4",
- "util": "^0.12.5"
+ "type-fest": "^2.19.0"
}
},
- "node_modules/assert-plus": {
- "version": "1.0.0",
- "license": "MIT",
+ "node_modules/@storybook/addon-links/node_modules/type-fest": {
+ "version": "2.19.0",
+ "dev": true,
+ "license": "(MIT OR CC0-1.0)",
"engines": {
- "node": ">=0.8"
+ "node": ">=12.20"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/assertion-error": {
- "version": "1.1.0",
+ "node_modules/@storybook/addon-measure": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
- "engines": {
- "node": "*"
+ "dependencies": {
+ "@storybook/global": "^5.0.0",
+ "tiny-invariant": "^1.3.1"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/assign-symbols": {
- "version": "1.0.0",
+ "node_modules/@storybook/addon-outline": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=0.10.0"
+ "dependencies": {
+ "@storybook/global": "^5.0.0",
+ "ts-dedent": "^2.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/ast-types": {
- "version": "0.16.1",
+ "node_modules/@storybook/addon-storysource": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "tslib": "^2.0.1"
+ "@storybook/source-loader": "8.1.5",
+ "estraverse": "^5.2.0",
+ "tiny-invariant": "^1.3.1"
},
- "engines": {
- "node": ">=4"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/ast-types-flow": {
- "version": "0.0.7",
- "license": "ISC"
- },
- "node_modules/astral-regex": {
- "version": "1.0.0",
- "license": "MIT",
+ "node_modules/@storybook/addon-storysource/node_modules/estraverse": {
+ "version": "5.3.0",
+ "dev": true,
+ "license": "BSD-2-Clause",
"engines": {
- "node": ">=4"
+ "node": ">=4.0"
}
},
- "node_modules/async": {
- "version": "1.5.2",
- "license": "MIT"
- },
- "node_modules/async-cache": {
- "version": "1.1.0",
- "license": "ISC",
+ "node_modules/@storybook/addon-styling": {
+ "version": "1.3.7",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "lru-cache": "^4.0.0"
- }
- },
- "node_modules/async-limiter": {
- "version": "1.0.1",
- "license": "MIT"
- },
- "node_modules/async-retry-ng": {
- "version": "2.0.1",
- "license": "MIT"
- },
- "node_modules/asynckit": {
- "version": "0.4.0",
- "license": "MIT"
- },
- "node_modules/atob": {
- "version": "2.1.2",
- "license": "(MIT OR Apache-2.0)",
+ "@babel/template": "^7.20.7",
+ "@babel/types": "^7.21.5",
+ "@storybook/api": "^7.0.12",
+ "@storybook/components": "^7.0.12",
+ "@storybook/core-common": "^7.0.12",
+ "@storybook/core-events": "^7.0.12",
+ "@storybook/manager-api": "^7.0.12",
+ "@storybook/node-logger": "^7.0.12",
+ "@storybook/preview-api": "^7.0.12",
+ "@storybook/theming": "^7.0.12",
+ "@storybook/types": "^7.0.12",
+ "css-loader": "^6.7.3",
+ "less-loader": "^11.1.0",
+ "postcss-loader": "^7.2.4",
+ "prettier": "^2.8.0",
+ "resolve-url-loader": "^5.0.0",
+ "sass-loader": "^13.2.2",
+ "style-loader": "^3.3.2"
+ },
"bin": {
- "atob": "bin/atob.js"
+ "addon-styling-setup": "postinstall.js"
},
- "engines": {
- "node": ">= 4.5.0"
- }
- },
- "node_modules/autoprefixer": {
- "version": "10.4.19",
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
+ "peerDependencies": {
+ "less": "^3.5.0 || ^4.0.0",
+ "postcss": "^7.0.0 || ^8.0.1",
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
+ "webpack": "^5.0.0"
+ },
+ "peerDependenciesMeta": {
+ "less": {
+ "optional": true
},
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/autoprefixer"
+ "postcss": {
+ "optional": true
},
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
+ "react": {
+ "optional": true
+ },
+ "react-dom": {
+ "optional": true
+ },
+ "webpack": {
+ "optional": true
}
- ],
+ }
+ },
+ "node_modules/@storybook/addon-styling/node_modules/prettier": {
+ "version": "2.8.8",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "browserslist": "^4.23.0",
- "caniuse-lite": "^1.0.30001599",
- "fraction.js": "^4.3.7",
- "normalize-range": "^0.1.2",
- "picocolors": "^1.0.0",
- "postcss-value-parser": "^4.2.0"
- },
"bin": {
- "autoprefixer": "bin/autoprefixer"
+ "prettier": "bin-prettier.js"
},
"engines": {
- "node": "^10 || ^12 || >=14"
+ "node": ">=10.13.0"
},
- "peerDependencies": {
- "postcss": "^8.1.0"
+ "funding": {
+ "url": "https://github.com/prettier/prettier?sponsor=1"
}
},
- "node_modules/available-typed-arrays": {
- "version": "1.0.6",
+ "node_modules/@storybook/addon-toolbars": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
"funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/aws-sign2": {
- "version": "0.7.0",
- "license": "Apache-2.0",
- "engines": {
- "node": "*"
+ "node_modules/@storybook/addon-viewport": {
+ "version": "8.1.5",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "memoizerific": "^1.11.3"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/aws4": {
- "version": "1.12.0",
- "license": "MIT"
- },
- "node_modules/axe-core": {
- "version": "4.9.1",
- "license": "MPL-2.0",
+ "node_modules/@storybook/addon-webpack5-compiler-babel": {
+ "version": "3.0.3",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/core": "^7.23.7",
+ "babel-loader": "^9.1.3"
+ },
"engines": {
- "node": ">=4"
+ "node": ">=18"
}
},
- "node_modules/axios": {
- "version": "1.7.4",
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
- "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
+ "node_modules/@storybook/addons": {
+ "version": "7.6.17",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "follow-redirects": "^1.15.6",
- "form-data": "^4.0.0",
- "proxy-from-env": "^1.1.0"
+ "@storybook/manager-api": "7.6.17",
+ "@storybook/preview-api": "7.6.17",
+ "@storybook/types": "7.6.17"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/axobject-query": {
- "version": "3.1.1",
- "license": "Apache-2.0",
+ "node_modules/@storybook/addons/node_modules/@storybook/core-events": {
+ "version": "7.6.17",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "deep-equal": "^2.0.5"
+ "ts-dedent": "^2.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/b4a": {
- "version": "1.6.6",
- "dev": true,
- "license": "Apache-2.0"
- },
- "node_modules/babel-core": {
- "version": "7.0.0-bridge.0",
+ "node_modules/@storybook/addons/node_modules/@storybook/manager-api": {
+ "version": "7.6.17",
"dev": true,
"license": "MIT",
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
+ "dependencies": {
+ "@storybook/channels": "7.6.17",
+ "@storybook/client-logger": "7.6.17",
+ "@storybook/core-events": "7.6.17",
+ "@storybook/csf": "^0.1.2",
+ "@storybook/global": "^5.0.0",
+ "@storybook/router": "7.6.17",
+ "@storybook/theming": "7.6.17",
+ "@storybook/types": "7.6.17",
+ "dequal": "^2.0.2",
+ "lodash": "^4.17.21",
+ "memoizerific": "^1.11.3",
+ "store2": "^2.14.2",
+ "telejson": "^7.2.0",
+ "ts-dedent": "^2.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-jest": {
- "version": "24.9.0",
+ "node_modules/@storybook/addons/node_modules/@storybook/preview-api": {
+ "version": "7.6.17",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/transform": "^24.9.0",
- "@jest/types": "^24.9.0",
- "@types/babel__core": "^7.1.0",
- "babel-plugin-istanbul": "^5.1.0",
- "babel-preset-jest": "^24.9.0",
- "chalk": "^2.4.2",
- "slash": "^2.0.0"
- },
- "engines": {
- "node": ">= 6"
+ "@storybook/channels": "7.6.17",
+ "@storybook/client-logger": "7.6.17",
+ "@storybook/core-events": "7.6.17",
+ "@storybook/csf": "^0.1.2",
+ "@storybook/global": "^5.0.0",
+ "@storybook/types": "7.6.17",
+ "@types/qs": "^6.9.5",
+ "dequal": "^2.0.2",
+ "lodash": "^4.17.21",
+ "memoizerific": "^1.11.3",
+ "qs": "^6.10.0",
+ "synchronous-promise": "^2.0.15",
+ "ts-dedent": "^2.0.0",
+ "util-deprecate": "^1.0.2"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-jest/node_modules/@jest/console": {
- "version": "24.9.0",
+ "node_modules/@storybook/addons/node_modules/@storybook/router": {
+ "version": "7.6.17",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/source-map": "^24.9.0",
- "chalk": "^2.0.1",
- "slash": "^2.0.0"
+ "@storybook/client-logger": "7.6.17",
+ "memoizerific": "^1.11.3",
+ "qs": "^6.10.0"
},
- "engines": {
- "node": ">= 6"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-jest/node_modules/@jest/fake-timers": {
- "version": "24.9.0",
+ "node_modules/@storybook/addons/node_modules/@storybook/theming": {
+ "version": "7.6.17",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/types": "^24.9.0",
- "jest-message-util": "^24.9.0",
- "jest-mock": "^24.9.0"
+ "@emotion/use-insertion-effect-with-fallbacks": "^1.0.0",
+ "@storybook/client-logger": "7.6.17",
+ "@storybook/global": "^5.0.0",
+ "memoizerific": "^1.11.3"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
},
- "engines": {
- "node": ">= 6"
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
},
- "node_modules/babel-jest/node_modules/@jest/source-map": {
- "version": "24.9.0",
+ "node_modules/@storybook/api": {
+ "version": "7.6.17",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "callsites": "^3.0.0",
- "graceful-fs": "^4.1.15",
- "source-map": "^0.6.0"
+ "@storybook/client-logger": "7.6.17",
+ "@storybook/manager-api": "7.6.17"
},
- "engines": {
- "node": ">= 6"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-jest/node_modules/@jest/test-result": {
- "version": "24.9.0",
+ "node_modules/@storybook/api/node_modules/@storybook/core-events": {
+ "version": "7.6.17",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/console": "^24.9.0",
- "@jest/types": "^24.9.0",
- "@types/istanbul-lib-coverage": "^2.0.0"
+ "ts-dedent": "^2.0.0"
},
- "engines": {
- "node": ">= 6"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-jest/node_modules/@jest/transform": {
- "version": "24.9.0",
+ "node_modules/@storybook/api/node_modules/@storybook/manager-api": {
+ "version": "7.6.17",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/core": "^7.1.0",
- "@jest/types": "^24.9.0",
- "babel-plugin-istanbul": "^5.1.0",
- "chalk": "^2.0.1",
- "convert-source-map": "^1.4.0",
- "fast-json-stable-stringify": "^2.0.0",
- "graceful-fs": "^4.1.15",
- "jest-haste-map": "^24.9.0",
- "jest-regex-util": "^24.9.0",
- "jest-util": "^24.9.0",
- "micromatch": "^3.1.10",
- "pirates": "^4.0.1",
- "realpath-native": "^1.1.0",
- "slash": "^2.0.0",
- "source-map": "^0.6.1",
- "write-file-atomic": "2.4.1"
+ "@storybook/channels": "7.6.17",
+ "@storybook/client-logger": "7.6.17",
+ "@storybook/core-events": "7.6.17",
+ "@storybook/csf": "^0.1.2",
+ "@storybook/global": "^5.0.0",
+ "@storybook/router": "7.6.17",
+ "@storybook/theming": "7.6.17",
+ "@storybook/types": "7.6.17",
+ "dequal": "^2.0.2",
+ "lodash": "^4.17.21",
+ "memoizerific": "^1.11.3",
+ "store2": "^2.14.2",
+ "telejson": "^7.2.0",
+ "ts-dedent": "^2.0.0"
},
- "engines": {
- "node": ">= 6"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-jest/node_modules/@jest/types": {
- "version": "24.9.0",
+ "node_modules/@storybook/api/node_modules/@storybook/router": {
+ "version": "7.6.17",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/istanbul-lib-coverage": "^2.0.0",
- "@types/istanbul-reports": "^1.1.1",
- "@types/yargs": "^13.0.0"
+ "@storybook/client-logger": "7.6.17",
+ "memoizerific": "^1.11.3",
+ "qs": "^6.10.0"
},
- "engines": {
- "node": ">= 6"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-jest/node_modules/@types/istanbul-reports": {
- "version": "1.1.2",
+ "node_modules/@storybook/api/node_modules/@storybook/theming": {
+ "version": "7.6.17",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/istanbul-lib-coverage": "*",
- "@types/istanbul-lib-report": "*"
+ "@emotion/use-insertion-effect-with-fallbacks": "^1.0.0",
+ "@storybook/client-logger": "7.6.17",
+ "@storybook/global": "^5.0.0",
+ "memoizerific": "^1.11.3"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ },
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
},
- "node_modules/babel-jest/node_modules/@types/stack-utils": {
- "version": "1.0.1",
- "license": "MIT"
- },
- "node_modules/babel-jest/node_modules/@types/yargs": {
- "version": "13.0.12",
+ "node_modules/@storybook/blocks": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/yargs-parser": "*"
- }
- },
- "node_modules/babel-jest/node_modules/babel-plugin-istanbul": {
- "version": "5.2.0",
- "license": "BSD-3-Clause",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.0.0",
- "find-up": "^3.0.0",
- "istanbul-lib-instrument": "^3.3.0",
- "test-exclude": "^5.2.3"
+ "@storybook/channels": "8.1.5",
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/components": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/docs-tools": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "@storybook/icons": "^1.2.5",
+ "@storybook/manager-api": "8.1.5",
+ "@storybook/preview-api": "8.1.5",
+ "@storybook/theming": "8.1.5",
+ "@storybook/types": "8.1.5",
+ "@types/lodash": "^4.14.167",
+ "color-convert": "^2.0.1",
+ "dequal": "^2.0.2",
+ "lodash": "^4.17.21",
+ "markdown-to-jsx": "7.3.2",
+ "memoizerific": "^1.11.3",
+ "polished": "^4.2.2",
+ "react-colorful": "^5.1.2",
+ "telejson": "^7.2.0",
+ "tocbot": "^4.20.1",
+ "ts-dedent": "^2.0.0",
+ "util-deprecate": "^1.0.2"
},
- "engines": {
- "node": ">=6"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ },
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta"
+ },
+ "peerDependenciesMeta": {
+ "react": {
+ "optional": true
+ },
+ "react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/babel-jest/node_modules/braces": {
- "version": "2.3.2",
+ "node_modules/@storybook/blocks/node_modules/@storybook/channels": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "arr-flatten": "^1.1.0",
- "array-unique": "^0.3.2",
- "extend-shallow": "^2.0.1",
- "fill-range": "^4.0.0",
- "isobject": "^3.0.1",
- "repeat-element": "^1.1.2",
- "snapdragon": "^0.8.1",
- "snapdragon-node": "^2.0.1",
- "split-string": "^3.0.2",
- "to-regex": "^3.0.1"
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
},
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/babel-jest/node_modules/escape-string-regexp": {
- "version": "2.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-jest/node_modules/fill-range": {
- "version": "4.0.0",
+ "node_modules/@storybook/blocks/node_modules/@storybook/client-logger": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "extend-shallow": "^2.0.1",
- "is-number": "^3.0.0",
- "repeat-string": "^1.6.1",
- "to-regex-range": "^2.1.0"
+ "@storybook/global": "^5.0.0"
},
- "engines": {
- "node": ">=0.10.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-jest/node_modules/find-up": {
- "version": "3.0.0",
+ "node_modules/@storybook/blocks/node_modules/@storybook/components": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "locate-path": "^3.0.0"
+ "@radix-ui/react-dialog": "^1.0.5",
+ "@radix-ui/react-slot": "^1.0.2",
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/global": "^5.0.0",
+ "@storybook/icons": "^1.2.5",
+ "@storybook/theming": "8.1.5",
+ "@storybook/types": "8.1.5",
+ "memoizerific": "^1.11.3",
+ "util-deprecate": "^1.0.2"
},
- "engines": {
- "node": ">=6"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ },
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta"
}
},
- "node_modules/babel-jest/node_modules/fsevents": {
- "version": "1.2.13",
- "hasInstallScript": true,
+ "node_modules/@storybook/blocks/node_modules/@storybook/core-events": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
"dependencies": {
- "bindings": "^1.5.0",
- "nan": "^2.12.1"
+ "@storybook/csf": "^0.1.7",
+ "ts-dedent": "^2.0.0"
},
- "engines": {
- "node": ">= 4.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-jest/node_modules/is-buffer": {
- "version": "1.1.6",
- "license": "MIT"
- },
- "node_modules/babel-jest/node_modules/is-extendable": {
- "version": "1.0.1",
+ "node_modules/@storybook/blocks/node_modules/@storybook/csf": {
+ "version": "0.1.8",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-plain-object": "^2.0.4"
- },
- "engines": {
- "node": ">=0.10.0"
+ "type-fest": "^2.19.0"
}
},
- "node_modules/babel-jest/node_modules/is-number": {
- "version": "3.0.0",
+ "node_modules/@storybook/blocks/node_modules/@storybook/manager-api": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "kind-of": "^3.0.2"
+ "@storybook/channels": "8.1.5",
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/global": "^5.0.0",
+ "@storybook/icons": "^1.2.5",
+ "@storybook/router": "8.1.5",
+ "@storybook/theming": "8.1.5",
+ "@storybook/types": "8.1.5",
+ "dequal": "^2.0.2",
+ "lodash": "^4.17.21",
+ "memoizerific": "^1.11.3",
+ "store2": "^2.14.2",
+ "telejson": "^7.2.0",
+ "ts-dedent": "^2.0.0"
},
- "engines": {
- "node": ">=0.10.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-jest/node_modules/is-number/node_modules/kind-of": {
- "version": "3.2.2",
+ "node_modules/@storybook/blocks/node_modules/@storybook/preview-api": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-buffer": "^1.1.5"
+ "@storybook/channels": "8.1.5",
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/global": "^5.0.0",
+ "@storybook/types": "8.1.5",
+ "@types/qs": "^6.9.5",
+ "dequal": "^2.0.2",
+ "lodash": "^4.17.21",
+ "memoizerific": "^1.11.3",
+ "qs": "^6.10.0",
+ "tiny-invariant": "^1.3.1",
+ "ts-dedent": "^2.0.0",
+ "util-deprecate": "^1.0.2"
},
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/babel-jest/node_modules/istanbul-lib-coverage": {
- "version": "2.0.5",
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">=6"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-jest/node_modules/istanbul-lib-instrument": {
- "version": "3.3.0",
- "license": "BSD-3-Clause",
+ "node_modules/@storybook/blocks/node_modules/@storybook/router": {
+ "version": "8.1.5",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "@babel/generator": "^7.4.0",
- "@babel/parser": "^7.4.3",
- "@babel/template": "^7.4.0",
- "@babel/traverse": "^7.4.3",
- "@babel/types": "^7.4.0",
- "istanbul-lib-coverage": "^2.0.5",
- "semver": "^6.0.0"
+ "@storybook/client-logger": "8.1.5",
+ "memoizerific": "^1.11.3",
+ "qs": "^6.10.0"
},
- "engines": {
- "node": ">=6"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-jest/node_modules/jest-haste-map": {
- "version": "24.9.0",
+ "node_modules/@storybook/blocks/node_modules/@storybook/theming": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/types": "^24.9.0",
- "anymatch": "^2.0.0",
- "fb-watchman": "^2.0.0",
- "graceful-fs": "^4.1.15",
- "invariant": "^2.2.4",
- "jest-serializer": "^24.9.0",
- "jest-util": "^24.9.0",
- "jest-worker": "^24.9.0",
- "micromatch": "^3.1.10",
- "sane": "^4.0.3",
- "walker": "^1.0.7"
+ "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "memoizerific": "^1.11.3"
},
- "engines": {
- "node": ">= 6"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
},
- "optionalDependencies": {
- "fsevents": "^1.2.7"
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta"
+ },
+ "peerDependenciesMeta": {
+ "react": {
+ "optional": true
+ },
+ "react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/babel-jest/node_modules/jest-message-util": {
- "version": "24.9.0",
+ "node_modules/@storybook/blocks/node_modules/@storybook/types": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/code-frame": "^7.0.0",
- "@jest/test-result": "^24.9.0",
- "@jest/types": "^24.9.0",
- "@types/stack-utils": "^1.0.1",
- "chalk": "^2.0.1",
- "micromatch": "^3.1.10",
- "slash": "^2.0.0",
- "stack-utils": "^1.0.1"
+ "@storybook/channels": "8.1.5",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
},
- "engines": {
- "node": ">= 6"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-jest/node_modules/jest-mock": {
- "version": "24.9.0",
+ "node_modules/@storybook/blocks/node_modules/color-convert": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/types": "^24.9.0"
+ "color-name": "~1.1.4"
},
"engines": {
- "node": ">= 6"
+ "node": ">=7.0.0"
}
},
- "node_modules/babel-jest/node_modules/jest-regex-util": {
- "version": "24.9.0",
- "license": "MIT",
- "engines": {
- "node": ">= 6"
- }
+ "node_modules/@storybook/blocks/node_modules/color-name": {
+ "version": "1.1.4",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/babel-jest/node_modules/jest-util": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/console": "^24.9.0",
- "@jest/fake-timers": "^24.9.0",
- "@jest/source-map": "^24.9.0",
- "@jest/test-result": "^24.9.0",
- "@jest/types": "^24.9.0",
- "callsites": "^3.0.0",
- "chalk": "^2.0.1",
- "graceful-fs": "^4.1.15",
- "is-ci": "^2.0.0",
- "mkdirp": "^0.5.1",
- "slash": "^2.0.0",
- "source-map": "^0.6.0"
- },
+ "node_modules/@storybook/blocks/node_modules/type-fest": {
+ "version": "2.19.0",
+ "dev": true,
+ "license": "(MIT OR CC0-1.0)",
"engines": {
- "node": ">= 6"
+ "node": ">=12.20"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/babel-jest/node_modules/jest-worker": {
- "version": "24.9.0",
+ "node_modules/@storybook/builder-manager": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "merge-stream": "^2.0.0",
- "supports-color": "^6.1.0"
+ "@fal-works/esbuild-plugin-global-externals": "^2.1.2",
+ "@storybook/core-common": "8.1.5",
+ "@storybook/manager": "8.1.5",
+ "@storybook/node-logger": "8.1.5",
+ "@types/ejs": "^3.1.1",
+ "@yarnpkg/esbuild-plugin-pnp": "^3.0.0-rc.10",
+ "browser-assert": "^1.2.1",
+ "ejs": "^3.1.10",
+ "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0",
+ "esbuild-plugin-alias": "^0.2.1",
+ "express": "^4.17.3",
+ "fs-extra": "^11.1.0",
+ "process": "^0.11.10",
+ "util": "^0.12.4"
},
- "engines": {
- "node": ">= 6"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-jest/node_modules/locate-path": {
- "version": "3.0.0",
+ "node_modules/@storybook/builder-manager/node_modules/@babel/parser": {
+ "version": "7.24.7",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "p-locate": "^3.0.0",
- "path-exists": "^3.0.0"
+ "bin": {
+ "parser": "bin/babel-parser.js"
},
"engines": {
- "node": ">=6"
+ "node": ">=6.0.0"
}
},
- "node_modules/babel-jest/node_modules/micromatch": {
- "version": "3.1.10",
+ "node_modules/@storybook/builder-manager/node_modules/@storybook/channels": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "arr-diff": "^4.0.0",
- "array-unique": "^0.3.2",
- "braces": "^2.3.1",
- "define-property": "^2.0.2",
- "extend-shallow": "^3.0.2",
- "extglob": "^2.0.4",
- "fragment-cache": "^0.2.1",
- "kind-of": "^6.0.2",
- "nanomatch": "^1.2.9",
- "object.pick": "^1.3.0",
- "regex-not": "^1.0.0",
- "snapdragon": "^0.8.1",
- "to-regex": "^3.0.2"
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
},
- "engines": {
- "node": ">=0.10.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-jest/node_modules/micromatch/node_modules/extend-shallow": {
- "version": "3.0.2",
+ "node_modules/@storybook/builder-manager/node_modules/@storybook/client-logger": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "assign-symbols": "^1.0.0",
- "is-extendable": "^1.0.1"
+ "@storybook/global": "^5.0.0"
},
- "engines": {
- "node": ">=0.10.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-jest/node_modules/mkdirp": {
- "version": "0.5.6",
+ "node_modules/@storybook/builder-manager/node_modules/@storybook/core-common": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "minimist": "^1.2.6"
+ "@storybook/core-events": "8.1.5",
+ "@storybook/csf-tools": "8.1.5",
+ "@storybook/node-logger": "8.1.5",
+ "@storybook/types": "8.1.5",
+ "@yarnpkg/fslib": "2.10.3",
+ "@yarnpkg/libzip": "2.3.0",
+ "chalk": "^4.1.0",
+ "cross-spawn": "^7.0.3",
+ "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0",
+ "esbuild-register": "^3.5.0",
+ "execa": "^5.0.0",
+ "file-system-cache": "2.3.0",
+ "find-cache-dir": "^3.0.0",
+ "find-up": "^5.0.0",
+ "fs-extra": "^11.1.0",
+ "glob": "^10.0.0",
+ "handlebars": "^4.7.7",
+ "lazy-universal-dotenv": "^4.0.0",
+ "node-fetch": "^2.0.0",
+ "picomatch": "^2.3.0",
+ "pkg-dir": "^5.0.0",
+ "prettier-fallback": "npm:prettier@^3",
+ "pretty-hrtime": "^1.0.3",
+ "resolve-from": "^5.0.0",
+ "semver": "^7.3.7",
+ "tempy": "^3.1.0",
+ "tiny-invariant": "^1.3.1",
+ "ts-dedent": "^2.0.0",
+ "util": "^0.12.4"
},
- "bin": {
- "mkdirp": "bin/cmd.js"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ },
+ "peerDependencies": {
+ "prettier": "^2 || ^3"
+ },
+ "peerDependenciesMeta": {
+ "prettier": {
+ "optional": true
+ }
}
},
- "node_modules/babel-jest/node_modules/p-locate": {
- "version": "3.0.0",
+ "node_modules/@storybook/builder-manager/node_modules/@storybook/core-events": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "p-limit": "^2.0.0"
+ "@storybook/csf": "^0.1.7",
+ "ts-dedent": "^2.0.0"
},
- "engines": {
- "node": ">=6"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-jest/node_modules/path-exists": {
- "version": "3.0.0",
+ "node_modules/@storybook/builder-manager/node_modules/@storybook/csf": {
+ "version": "0.1.8",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=4"
+ "dependencies": {
+ "type-fest": "^2.19.0"
}
},
- "node_modules/babel-jest/node_modules/path-type": {
- "version": "3.0.0",
+ "node_modules/@storybook/builder-manager/node_modules/@storybook/csf-tools": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "pify": "^3.0.0"
+ "@babel/generator": "^7.24.4",
+ "@babel/parser": "^7.24.4",
+ "@babel/traverse": "^7.24.1",
+ "@babel/types": "^7.24.0",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/types": "8.1.5",
+ "fs-extra": "^11.1.0",
+ "recast": "^0.23.5",
+ "ts-dedent": "^2.0.0"
},
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/babel-jest/node_modules/pify": {
- "version": "3.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=4"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-jest/node_modules/read-pkg": {
- "version": "3.0.0",
+ "node_modules/@storybook/builder-manager/node_modules/@storybook/node-logger": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "load-json-file": "^4.0.0",
- "normalize-package-data": "^2.3.2",
- "path-type": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-jest/node_modules/read-pkg-up": {
- "version": "4.0.0",
+ "node_modules/@storybook/builder-manager/node_modules/@storybook/types": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "find-up": "^3.0.0",
- "read-pkg": "^3.0.0"
+ "@storybook/channels": "8.1.5",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
},
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/babel-jest/node_modules/semver": {
- "version": "6.3.1",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-jest/node_modules/stack-utils": {
- "version": "1.0.5",
+ "node_modules/@storybook/builder-manager/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "escape-string-regexp": "^2.0.0"
+ "color-convert": "^2.0.1"
},
"engines": {
"node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/babel-jest/node_modules/supports-color": {
- "version": "6.1.0",
+ "node_modules/@storybook/builder-manager/node_modules/brace-expansion": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
+ "balanced-match": "^1.0.0"
}
},
- "node_modules/babel-jest/node_modules/test-exclude": {
- "version": "5.2.3",
- "license": "ISC",
+ "node_modules/@storybook/builder-manager/node_modules/chalk": {
+ "version": "4.1.2",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "glob": "^7.1.3",
- "minimatch": "^3.0.4",
- "read-pkg-up": "^4.0.0",
- "require-main-filename": "^2.0.0"
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
},
"engines": {
- "node": ">=6"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/babel-jest/node_modules/to-regex-range": {
- "version": "2.1.1",
+ "node_modules/@storybook/builder-manager/node_modules/color-convert": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-number": "^3.0.0",
- "repeat-string": "^1.6.1"
+ "color-name": "~1.1.4"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=7.0.0"
}
},
- "node_modules/babel-jest/node_modules/write-file-atomic": {
- "version": "2.4.1",
- "license": "ISC",
- "dependencies": {
- "graceful-fs": "^4.1.11",
- "imurmurhash": "^0.1.4",
- "signal-exit": "^3.0.2"
- }
+ "node_modules/@storybook/builder-manager/node_modules/color-name": {
+ "version": "1.1.4",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/babel-loader": {
- "version": "9.1.3",
+ "node_modules/@storybook/builder-manager/node_modules/cross-spawn": {
+ "version": "7.0.3",
"dev": true,
"license": "MIT",
"dependencies": {
- "find-cache-dir": "^4.0.0",
- "schema-utils": "^4.0.0"
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
},
"engines": {
- "node": ">= 14.15.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.12.0",
- "webpack": ">=5"
+ "node": ">= 8"
}
},
- "node_modules/babel-loader/node_modules/ajv-keywords": {
- "version": "5.1.0",
+ "node_modules/@storybook/builder-manager/node_modules/crypto-random-string": {
+ "version": "4.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "fast-deep-equal": "^3.1.3"
+ "type-fest": "^1.0.1"
},
- "peerDependencies": {
- "ajv": "^8.8.2"
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/babel-loader/node_modules/find-cache-dir": {
- "version": "4.0.0",
+ "node_modules/@storybook/builder-manager/node_modules/crypto-random-string/node_modules/type-fest": {
+ "version": "1.4.0",
"dev": true,
- "license": "MIT",
- "dependencies": {
- "common-path-prefix": "^3.0.0",
- "pkg-dir": "^7.0.0"
- },
+ "license": "(MIT OR CC0-1.0)",
"engines": {
- "node": ">=14.16"
+ "node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/babel-loader/node_modules/find-up": {
- "version": "6.3.0",
+ "node_modules/@storybook/builder-manager/node_modules/execa": {
+ "version": "5.1.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "locate-path": "^7.1.0",
- "path-exists": "^5.0.0"
+ "cross-spawn": "^7.0.3",
+ "get-stream": "^6.0.0",
+ "human-signals": "^2.1.0",
+ "is-stream": "^2.0.0",
+ "merge-stream": "^2.0.0",
+ "npm-run-path": "^4.0.1",
+ "onetime": "^5.1.2",
+ "signal-exit": "^3.0.3",
+ "strip-final-newline": "^2.0.0"
},
"engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ "node": ">=10"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/sindresorhus/execa?sponsor=1"
}
},
- "node_modules/babel-loader/node_modules/locate-path": {
- "version": "7.2.0",
+ "node_modules/@storybook/builder-manager/node_modules/find-up": {
+ "version": "5.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "p-locate": "^6.0.0"
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
},
"engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ "node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/babel-loader/node_modules/p-limit": {
- "version": "4.0.0",
+ "node_modules/@storybook/builder-manager/node_modules/fs-extra": {
+ "version": "11.2.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "yocto-queue": "^1.0.0"
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
},
"engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "node": ">=14.14"
}
},
- "node_modules/babel-loader/node_modules/p-locate": {
- "version": "6.0.0",
+ "node_modules/@storybook/builder-manager/node_modules/glob": {
+ "version": "10.4.1",
"dev": true,
- "license": "MIT",
+ "license": "ISC",
"dependencies": {
- "p-limit": "^4.0.0"
+ "foreground-child": "^3.1.0",
+ "jackspeak": "^3.1.2",
+ "minimatch": "^9.0.4",
+ "minipass": "^7.1.2",
+ "path-scurry": "^1.11.1"
+ },
+ "bin": {
+ "glob": "dist/esm/bin.mjs"
},
"engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ "node": ">=16 || 14 >=14.18"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/babel-loader/node_modules/path-exists": {
- "version": "5.0.0",
+ "node_modules/@storybook/builder-manager/node_modules/has-flag": {
+ "version": "4.0.0",
"dev": true,
"license": "MIT",
"engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ "node": ">=8"
}
},
- "node_modules/babel-loader/node_modules/pkg-dir": {
- "version": "7.0.0",
+ "node_modules/@storybook/builder-manager/node_modules/jackspeak": {
+ "version": "3.3.0",
"dev": true,
- "license": "MIT",
+ "license": "BlueOak-1.0.0",
"dependencies": {
- "find-up": "^6.3.0"
+ "@isaacs/cliui": "^8.0.2"
},
"engines": {
- "node": ">=14.16"
+ "node": ">=14"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/sponsors/isaacs"
+ },
+ "optionalDependencies": {
+ "@pkgjs/parseargs": "^0.11.0"
}
},
- "node_modules/babel-loader/node_modules/schema-utils": {
- "version": "4.2.0",
+ "node_modules/@storybook/builder-manager/node_modules/jsonfile": {
+ "version": "6.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/json-schema": "^7.0.9",
- "ajv": "^8.9.0",
- "ajv-formats": "^2.1.1",
- "ajv-keywords": "^5.1.0"
- },
- "engines": {
- "node": ">= 12.13.0"
+ "universalify": "^2.0.0"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
+ "optionalDependencies": {
+ "graceful-fs": "^4.1.6"
}
},
- "node_modules/babel-loader/node_modules/yocto-queue": {
- "version": "1.0.0",
+ "node_modules/@storybook/builder-manager/node_modules/locate-path": {
+ "version": "6.0.0",
"dev": true,
"license": "MIT",
+ "dependencies": {
+ "p-locate": "^5.0.0"
+ },
"engines": {
- "node": ">=12.20"
+ "node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/babel-plugin-add-module-exports": {
- "version": "1.0.4",
- "license": "MIT"
- },
- "node_modules/babel-plugin-add-react-displayname": {
- "version": "0.0.5",
+ "node_modules/@storybook/builder-manager/node_modules/minimatch": {
+ "version": "9.0.4",
"dev": true,
- "license": "MIT"
- },
- "node_modules/babel-plugin-apply-mdx-type-prop": {
- "version": "1.6.22",
- "license": "MIT",
+ "license": "ISC",
"dependencies": {
- "@babel/helper-plugin-utils": "7.10.4",
- "@mdx-js/util": "1.6.22"
+ "brace-expansion": "^2.0.1"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "engines": {
+ "node": ">=16 || 14 >=14.17"
},
- "peerDependencies": {
- "@babel/core": "^7.11.6"
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/babel-plugin-apply-mdx-type-prop/node_modules/@babel/helper-plugin-utils": {
- "version": "7.10.4",
- "license": "MIT"
- },
- "node_modules/babel-plugin-dev-expression": {
- "version": "0.2.3",
+ "node_modules/@storybook/builder-manager/node_modules/p-limit": {
+ "version": "3.1.0",
"dev": true,
"license": "MIT",
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/babel-plugin-dynamic-import-node": {
- "version": "2.3.3",
- "license": "MIT",
"dependencies": {
- "object.assign": "^4.1.0"
+ "yocto-queue": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/babel-plugin-extract-import-names": {
- "version": "1.6.22",
+ "node_modules/@storybook/builder-manager/node_modules/p-locate": {
+ "version": "5.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "7.10.4"
+ "p-limit": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=10"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/babel-plugin-extract-import-names/node_modules/@babel/helper-plugin-utils": {
- "version": "7.10.4",
- "license": "MIT"
- },
- "node_modules/babel-plugin-istanbul": {
- "version": "6.1.1",
+ "node_modules/@storybook/builder-manager/node_modules/pkg-dir": {
+ "version": "5.0.0",
"dev": true,
- "license": "BSD-3-Clause",
+ "license": "MIT",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.0.0",
- "@istanbuljs/load-nyc-config": "^1.0.0",
- "@istanbuljs/schema": "^0.1.2",
- "istanbul-lib-instrument": "^5.0.4",
- "test-exclude": "^6.0.0"
+ "find-up": "^5.0.0"
},
"engines": {
- "node": ">=8"
+ "node": ">=10"
}
},
- "node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": {
- "version": "5.2.1",
+ "node_modules/@storybook/builder-manager/node_modules/shebang-command": {
+ "version": "2.0.0",
"dev": true,
- "license": "BSD-3-Clause",
+ "license": "MIT",
"dependencies": {
- "@babel/core": "^7.12.3",
- "@babel/parser": "^7.14.7",
- "@istanbuljs/schema": "^0.1.2",
- "istanbul-lib-coverage": "^3.2.0",
- "semver": "^6.3.0"
+ "shebang-regex": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
- "node_modules/babel-plugin-istanbul/node_modules/semver": {
- "version": "6.3.1",
+ "node_modules/@storybook/builder-manager/node_modules/shebang-regex": {
+ "version": "3.0.0",
"dev": true,
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/babel-plugin-jest-hoist": {
- "version": "29.6.3",
+ "node_modules/@storybook/builder-manager/node_modules/supports-color": {
+ "version": "7.2.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/template": "^7.3.3",
- "@babel/types": "^7.3.3",
- "@types/babel__core": "^7.1.14",
- "@types/babel__traverse": "^7.0.6"
+ "has-flag": "^4.0.0"
},
"engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "node": ">=8"
}
},
- "node_modules/babel-plugin-lodash": {
- "version": "3.3.4",
+ "node_modules/@storybook/builder-manager/node_modules/temp-dir": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@babel/helper-module-imports": "^7.0.0-beta.49",
- "@babel/types": "^7.0.0-beta.49",
- "glob": "^7.1.1",
- "lodash": "^4.17.10",
- "require-package-name": "^2.0.1"
+ "engines": {
+ "node": ">=14.16"
}
},
- "node_modules/babel-plugin-macros": {
+ "node_modules/@storybook/builder-manager/node_modules/tempy": {
"version": "3.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.12.5",
- "cosmiconfig": "^7.0.0",
- "resolve": "^1.19.0"
+ "is-stream": "^3.0.0",
+ "temp-dir": "^3.0.0",
+ "type-fest": "^2.12.2",
+ "unique-string": "^3.0.0"
},
"engines": {
- "node": ">=10",
- "npm": ">=6"
+ "node": ">=14.16"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/babel-plugin-open-source": {
- "version": "1.3.4",
+ "node_modules/@storybook/builder-manager/node_modules/tempy/node_modules/is-stream": {
+ "version": "3.0.0",
"dev": true,
"license": "MIT",
- "dependencies": {
- "@babel/core": ">7.0.0",
- "@babel/helper-plugin-utils": ">7.0.0",
- "dotenv": "^16.0.0",
- "find-git-root": "^1.0.4",
- "git-remote-origin-url": "^4.0.0"
+ "engines": {
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/babel-plugin-open-source/node_modules/dotenv": {
- "version": "16.4.5",
+ "node_modules/@storybook/builder-manager/node_modules/type-fest": {
+ "version": "2.19.0",
"dev": true,
- "license": "BSD-2-Clause",
+ "license": "(MIT OR CC0-1.0)",
"engines": {
- "node": ">=12"
+ "node": ">=12.20"
},
"funding": {
- "url": "https://dotenvx.com"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/babel-plugin-polyfill-corejs2": {
- "version": "0.4.10",
+ "node_modules/@storybook/builder-manager/node_modules/unique-string": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/compat-data": "^7.22.6",
- "@babel/helper-define-polyfill-provider": "^0.6.1",
- "semver": "^6.3.1"
+ "crypto-random-string": "^4.0.0"
},
- "peerDependencies": {
- "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": {
- "version": "6.3.1",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
+ "node_modules/@storybook/builder-manager/node_modules/universalify": {
+ "version": "2.0.1",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 10.0.0"
}
},
- "node_modules/babel-plugin-polyfill-corejs3": {
- "version": "0.10.4",
- "license": "MIT",
+ "node_modules/@storybook/builder-manager/node_modules/which": {
+ "version": "2.0.2",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "@babel/helper-define-polyfill-provider": "^0.6.1",
- "core-js-compat": "^3.36.1"
+ "isexe": "^2.0.0"
},
- "peerDependencies": {
- "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
}
},
- "node_modules/babel-plugin-polyfill-regenerator": {
- "version": "0.6.1",
+ "node_modules/@storybook/builder-webpack5": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-define-polyfill-provider": "^0.6.1"
+ "@storybook/channels": "8.1.5",
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-common": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/core-webpack": "8.1.5",
+ "@storybook/node-logger": "8.1.5",
+ "@storybook/preview": "8.1.5",
+ "@storybook/preview-api": "8.1.5",
+ "@types/node": "^18.0.0",
+ "@types/semver": "^7.3.4",
+ "browser-assert": "^1.2.1",
+ "case-sensitive-paths-webpack-plugin": "^2.4.0",
+ "cjs-module-lexer": "^1.2.3",
+ "constants-browserify": "^1.0.0",
+ "css-loader": "^6.7.1",
+ "es-module-lexer": "^1.5.0",
+ "express": "^4.17.3",
+ "fork-ts-checker-webpack-plugin": "^8.0.0",
+ "fs-extra": "^11.1.0",
+ "html-webpack-plugin": "^5.5.0",
+ "magic-string": "^0.30.5",
+ "path-browserify": "^1.0.1",
+ "process": "^0.11.10",
+ "semver": "^7.3.7",
+ "style-loader": "^3.3.1",
+ "terser-webpack-plugin": "^5.3.1",
+ "ts-dedent": "^2.0.0",
+ "url": "^0.11.0",
+ "util": "^0.12.4",
+ "util-deprecate": "^1.0.2",
+ "webpack": "5",
+ "webpack-dev-middleware": "^6.1.2",
+ "webpack-hot-middleware": "^2.25.1",
+ "webpack-virtual-modules": "^0.5.0"
},
- "peerDependencies": {
- "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
}
},
- "node_modules/babel-plugin-preval": {
- "version": "3.0.1",
+ "node_modules/@storybook/builder-webpack5/node_modules/@babel/parser": {
+ "version": "7.24.7",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "babel-plugin-macros": "^2.2.2",
- "require-from-string": "^2.0.2"
+ "bin": {
+ "parser": "bin/babel-parser.js"
},
"engines": {
- "node": ">=4",
- "npm": ">=3"
+ "node": ">=6.0.0"
}
},
- "node_modules/babel-plugin-preval/node_modules/babel-plugin-macros": {
- "version": "2.8.0",
+ "node_modules/@storybook/builder-webpack5/node_modules/@storybook/channels": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.7.2",
- "cosmiconfig": "^6.0.0",
- "resolve": "^1.12.0"
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-plugin-preval/node_modules/cosmiconfig": {
- "version": "6.0.0",
+ "node_modules/@storybook/builder-webpack5/node_modules/@storybook/client-logger": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/parse-json": "^4.0.0",
- "import-fresh": "^3.1.0",
- "parse-json": "^5.0.0",
- "path-type": "^4.0.0",
- "yaml": "^1.7.2"
+ "@storybook/global": "^5.0.0"
},
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/babel-plugin-preval/node_modules/yaml": {
- "version": "1.10.2",
- "license": "ISC",
- "engines": {
- "node": ">= 6"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-plugin-remove-graphql-queries": {
- "version": "3.15.0",
+ "node_modules/@storybook/builder-webpack5/node_modules/@storybook/core-common": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.15.4",
- "gatsby-core-utils": "^2.15.0"
+ "@storybook/core-events": "8.1.5",
+ "@storybook/csf-tools": "8.1.5",
+ "@storybook/node-logger": "8.1.5",
+ "@storybook/types": "8.1.5",
+ "@yarnpkg/fslib": "2.10.3",
+ "@yarnpkg/libzip": "2.3.0",
+ "chalk": "^4.1.0",
+ "cross-spawn": "^7.0.3",
+ "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0",
+ "esbuild-register": "^3.5.0",
+ "execa": "^5.0.0",
+ "file-system-cache": "2.3.0",
+ "find-cache-dir": "^3.0.0",
+ "find-up": "^5.0.0",
+ "fs-extra": "^11.1.0",
+ "glob": "^10.0.0",
+ "handlebars": "^4.7.7",
+ "lazy-universal-dotenv": "^4.0.0",
+ "node-fetch": "^2.0.0",
+ "picomatch": "^2.3.0",
+ "pkg-dir": "^5.0.0",
+ "prettier-fallback": "npm:prettier@^3",
+ "pretty-hrtime": "^1.0.3",
+ "resolve-from": "^5.0.0",
+ "semver": "^7.3.7",
+ "tempy": "^3.1.0",
+ "tiny-invariant": "^1.3.1",
+ "ts-dedent": "^2.0.0",
+ "util": "^0.12.4"
},
- "engines": {
- "node": ">=12.13.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
},
"peerDependencies": {
- "@babel/core": "^7.0.0",
- "gatsby": "^3.0.0-next.0"
+ "prettier": "^2 || ^3"
+ },
+ "peerDependenciesMeta": {
+ "prettier": {
+ "optional": true
+ }
}
},
- "node_modules/babel-plugin-styled-components": {
- "version": "2.1.4",
+ "node_modules/@storybook/builder-webpack5/node_modules/@storybook/core-events": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-annotate-as-pure": "^7.22.5",
- "@babel/helper-module-imports": "^7.22.5",
- "@babel/plugin-syntax-jsx": "^7.22.5",
- "lodash": "^4.17.21",
- "picomatch": "^2.3.1"
+ "@storybook/csf": "^0.1.7",
+ "ts-dedent": "^2.0.0"
},
- "peerDependencies": {
- "styled-components": ">= 2"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-plugin-transform-import-meta": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-import-meta/-/babel-plugin-transform-import-meta-2.2.1.tgz",
- "integrity": "sha512-AxNh27Pcg8Kt112RGa3Vod2QS2YXKKJ6+nSvRtv7qQTJAdx0MZa4UHZ4lnxHUWA2MNbLuZQv5FVab4P1CoLOWw==",
+ "node_modules/@storybook/builder-webpack5/node_modules/@storybook/csf": {
+ "version": "0.1.8",
"dev": true,
- "license": "BSD",
+ "license": "MIT",
"dependencies": {
- "@babel/template": "^7.4.4",
- "tslib": "^2.4.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.10.0"
+ "type-fest": "^2.19.0"
}
},
- "node_modules/babel-plugin-transform-react-remove-prop-types": {
- "version": "0.4.24",
- "license": "MIT"
- },
- "node_modules/babel-plugin-transform-replace-expressions": {
- "version": "0.2.0",
+ "node_modules/@storybook/builder-webpack5/node_modules/@storybook/csf-tools": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/parser": "^7.3.3"
+ "@babel/generator": "^7.24.4",
+ "@babel/parser": "^7.24.4",
+ "@babel/traverse": "^7.24.1",
+ "@babel/types": "^7.24.0",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/types": "8.1.5",
+ "fs-extra": "^11.1.0",
+ "recast": "^0.23.5",
+ "ts-dedent": "^2.0.0"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-polyfill": {
- "version": "6.26.0",
+ "node_modules/@storybook/builder-webpack5/node_modules/@storybook/node-logger": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
- "dependencies": {
- "babel-runtime": "^6.26.0",
- "core-js": "^2.5.0",
- "regenerator-runtime": "^0.10.5"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-polyfill/node_modules/regenerator-runtime": {
- "version": "0.10.5",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/babel-preset-current-node-syntax": {
- "version": "1.0.1",
+ "node_modules/@storybook/builder-webpack5/node_modules/@storybook/preview-api": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/plugin-syntax-async-generators": "^7.8.4",
- "@babel/plugin-syntax-bigint": "^7.8.3",
- "@babel/plugin-syntax-class-properties": "^7.8.3",
- "@babel/plugin-syntax-import-meta": "^7.8.3",
- "@babel/plugin-syntax-json-strings": "^7.8.3",
- "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
- "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
- "@babel/plugin-syntax-numeric-separator": "^7.8.3",
- "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
- "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
- "@babel/plugin-syntax-optional-chaining": "^7.8.3",
- "@babel/plugin-syntax-top-level-await": "^7.8.3"
+ "@storybook/channels": "8.1.5",
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/global": "^5.0.0",
+ "@storybook/types": "8.1.5",
+ "@types/qs": "^6.9.5",
+ "dequal": "^2.0.2",
+ "lodash": "^4.17.21",
+ "memoizerific": "^1.11.3",
+ "qs": "^6.10.0",
+ "tiny-invariant": "^1.3.1",
+ "ts-dedent": "^2.0.0",
+ "util-deprecate": "^1.0.2"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-preset-gatsby": {
- "version": "1.15.0",
+ "node_modules/@storybook/builder-webpack5/node_modules/@storybook/types": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/plugin-proposal-class-properties": "^7.14.0",
- "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
- "@babel/plugin-proposal-optional-chaining": "^7.14.5",
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/plugin-transform-classes": "^7.15.4",
- "@babel/plugin-transform-runtime": "^7.15.0",
- "@babel/plugin-transform-spread": "^7.14.6",
- "@babel/preset-env": "^7.15.4",
- "@babel/preset-react": "^7.14.0",
- "@babel/runtime": "^7.15.4",
- "babel-plugin-dynamic-import-node": "^2.3.3",
- "babel-plugin-macros": "^2.8.0",
- "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
- "gatsby-core-utils": "^2.15.0",
- "gatsby-legacy-polyfills": "^1.15.0"
- },
- "engines": {
- "node": ">=12.13.0"
+ "@storybook/channels": "8.1.5",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
},
- "peerDependencies": {
- "@babel/core": "^7.11.6",
- "core-js": "^3.0.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/babel-preset-gatsby/node_modules/babel-plugin-macros": {
- "version": "2.8.0",
+ "node_modules/@storybook/builder-webpack5/node_modules/@types/node": {
+ "version": "18.19.34",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.7.2",
- "cosmiconfig": "^6.0.0",
- "resolve": "^1.12.0"
+ "undici-types": "~5.26.4"
}
},
- "node_modules/babel-preset-gatsby/node_modules/cosmiconfig": {
- "version": "6.0.0",
+ "node_modules/@storybook/builder-webpack5/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/parse-json": "^4.0.0",
- "import-fresh": "^3.1.0",
- "parse-json": "^5.0.0",
- "path-type": "^4.0.0",
- "yaml": "^1.7.2"
+ "color-convert": "^2.0.1"
},
"engines": {
"node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/babel-preset-gatsby/node_modules/yaml": {
- "version": "1.10.2",
- "license": "ISC",
- "engines": {
- "node": ">= 6"
+ "node_modules/@storybook/builder-webpack5/node_modules/brace-expansion": {
+ "version": "2.0.1",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "balanced-match": "^1.0.0"
}
},
- "node_modules/babel-preset-jest": {
- "version": "24.9.0",
+ "node_modules/@storybook/builder-webpack5/node_modules/chalk": {
+ "version": "4.1.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/plugin-syntax-object-rest-spread": "^7.0.0",
- "babel-plugin-jest-hoist": "^24.9.0"
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
},
"engines": {
- "node": ">= 6"
+ "node": ">=10"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0"
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/babel-preset-jest/node_modules/babel-plugin-jest-hoist": {
- "version": "24.9.0",
+ "node_modules/@storybook/builder-webpack5/node_modules/color-convert": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/babel__traverse": "^7.0.6"
+ "color-name": "~1.1.4"
},
"engines": {
- "node": ">= 6"
+ "node": ">=7.0.0"
}
},
- "node_modules/babel-preset-react-app": {
- "version": "10.0.1",
+ "node_modules/@storybook/builder-webpack5/node_modules/color-name": {
+ "version": "1.1.4",
"dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/core": "^7.16.0",
- "@babel/plugin-proposal-class-properties": "^7.16.0",
- "@babel/plugin-proposal-decorators": "^7.16.4",
- "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
- "@babel/plugin-proposal-numeric-separator": "^7.16.0",
- "@babel/plugin-proposal-optional-chaining": "^7.16.0",
- "@babel/plugin-proposal-private-methods": "^7.16.0",
- "@babel/plugin-transform-flow-strip-types": "^7.16.0",
- "@babel/plugin-transform-react-display-name": "^7.16.0",
- "@babel/plugin-transform-runtime": "^7.16.4",
- "@babel/preset-env": "^7.16.4",
- "@babel/preset-react": "^7.16.0",
- "@babel/preset-typescript": "^7.16.0",
- "@babel/runtime": "^7.16.3",
- "babel-plugin-macros": "^3.1.0",
- "babel-plugin-transform-react-remove-prop-types": "^0.4.24"
- }
+ "license": "MIT"
},
- "node_modules/babel-runtime": {
- "version": "6.26.0",
+ "node_modules/@storybook/builder-webpack5/node_modules/cross-spawn": {
+ "version": "7.0.3",
"dev": true,
"license": "MIT",
"dependencies": {
- "core-js": "^2.4.0",
- "regenerator-runtime": "^0.11.0"
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
}
},
- "node_modules/babel-runtime/node_modules/regenerator-runtime": {
- "version": "0.11.1",
+ "node_modules/@storybook/builder-webpack5/node_modules/crypto-random-string": {
+ "version": "4.0.0",
"dev": true,
- "license": "MIT"
- },
- "node_modules/backo2": {
- "version": "1.0.2",
- "license": "MIT"
- },
- "node_modules/bail": {
- "version": "2.0.2",
"license": "MIT",
+ "dependencies": {
+ "type-fest": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
"funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/balanced-match": {
- "version": "1.0.2",
- "license": "MIT"
- },
- "node_modules/bare-events": {
- "version": "2.2.1",
- "dev": true,
- "license": "Apache-2.0",
- "optional": true
- },
- "node_modules/bare-fs": {
- "version": "2.2.2",
+ "node_modules/@storybook/builder-webpack5/node_modules/crypto-random-string/node_modules/type-fest": {
+ "version": "1.4.0",
"dev": true,
- "license": "Apache-2.0",
- "optional": true,
- "dependencies": {
- "bare-events": "^2.0.0",
- "bare-os": "^2.0.0",
- "bare-path": "^2.0.0",
- "streamx": "^2.13.0"
+ "license": "(MIT OR CC0-1.0)",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/bare-os": {
- "version": "2.2.1",
- "dev": true,
- "license": "Apache-2.0",
- "optional": true
- },
- "node_modules/bare-path": {
- "version": "2.1.0",
+ "node_modules/@storybook/builder-webpack5/node_modules/execa": {
+ "version": "5.1.1",
"dev": true,
- "license": "Apache-2.0",
- "optional": true,
- "dependencies": {
- "bare-os": "^2.1.0"
- }
- },
- "node_modules/base": {
- "version": "0.11.2",
"license": "MIT",
"dependencies": {
- "cache-base": "^1.0.1",
- "class-utils": "^0.3.5",
- "component-emitter": "^1.2.1",
- "define-property": "^1.0.0",
- "isobject": "^3.0.1",
- "mixin-deep": "^1.2.0",
- "pascalcase": "^0.1.1"
+ "cross-spawn": "^7.0.3",
+ "get-stream": "^6.0.0",
+ "human-signals": "^2.1.0",
+ "is-stream": "^2.0.0",
+ "merge-stream": "^2.0.0",
+ "npm-run-path": "^4.0.1",
+ "onetime": "^5.1.2",
+ "signal-exit": "^3.0.3",
+ "strip-final-newline": "^2.0.0"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sindresorhus/execa?sponsor=1"
}
},
- "node_modules/base/node_modules/define-property": {
- "version": "1.0.0",
+ "node_modules/@storybook/builder-webpack5/node_modules/find-up": {
+ "version": "5.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-descriptor": "^1.0.0"
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/base64-arraybuffer": {
- "version": "0.1.4",
+ "node_modules/@storybook/builder-webpack5/node_modules/fs-extra": {
+ "version": "11.2.0",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
"engines": {
- "node": ">= 0.6.0"
+ "node": ">=14.14"
}
},
- "node_modules/base64-js": {
- "version": "1.5.1",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "license": "MIT"
- },
- "node_modules/base64id": {
- "version": "2.0.0",
- "license": "MIT",
+ "node_modules/@storybook/builder-webpack5/node_modules/glob": {
+ "version": "10.4.1",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "foreground-child": "^3.1.0",
+ "jackspeak": "^3.1.2",
+ "minimatch": "^9.0.4",
+ "minipass": "^7.1.2",
+ "path-scurry": "^1.11.1"
+ },
+ "bin": {
+ "glob": "dist/esm/bin.mjs"
+ },
"engines": {
- "node": "^4.5.0 || >= 5.9"
+ "node": ">=16 || 14 >=14.18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/basic-ftp": {
- "version": "5.0.5",
+ "node_modules/@storybook/builder-webpack5/node_modules/has-flag": {
+ "version": "4.0.0",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">=10.0.0"
- }
- },
- "node_modules/bcrypt-pbkdf": {
- "version": "1.0.2",
- "license": "BSD-3-Clause",
- "dependencies": {
- "tweetnacl": "^0.14.3"
+ "node": ">=8"
}
},
- "node_modules/better-opn": {
- "version": "2.1.1",
- "license": "MIT",
+ "node_modules/@storybook/builder-webpack5/node_modules/jackspeak": {
+ "version": "3.3.0",
+ "dev": true,
+ "license": "BlueOak-1.0.0",
"dependencies": {
- "open": "^7.0.3"
+ "@isaacs/cliui": "^8.0.2"
},
"engines": {
- "node": ">8.0.0"
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ },
+ "optionalDependencies": {
+ "@pkgjs/parseargs": "^0.11.0"
}
},
- "node_modules/better-path-resolve": {
- "version": "1.0.0",
+ "node_modules/@storybook/builder-webpack5/node_modules/jsonfile": {
+ "version": "6.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "is-windows": "^1.0.0"
+ "universalify": "^2.0.0"
},
- "engines": {
- "node": ">=4"
+ "optionalDependencies": {
+ "graceful-fs": "^4.1.6"
}
},
- "node_modules/better-queue": {
- "version": "3.8.12",
+ "node_modules/@storybook/builder-webpack5/node_modules/locate-path": {
+ "version": "6.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "better-queue-memory": "^1.0.1",
- "node-eta": "^0.9.0",
- "uuid": "^9.0.0"
- }
- },
- "node_modules/better-queue-memory": {
- "version": "1.0.4",
- "license": "MIT"
- },
- "node_modules/better-queue/node_modules/uuid": {
- "version": "9.0.1",
- "funding": [
- "https://github.com/sponsors/broofa",
- "https://github.com/sponsors/ctavan"
- ],
- "license": "MIT",
- "bin": {
- "uuid": "dist/bin/uuid"
+ "p-locate": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/big-integer": {
- "version": "1.6.52",
+ "node_modules/@storybook/builder-webpack5/node_modules/minimatch": {
+ "version": "9.0.4",
"dev": true,
- "license": "Unlicense",
+ "license": "ISC",
+ "dependencies": {
+ "brace-expansion": "^2.0.1"
+ },
"engines": {
- "node": ">=0.6"
+ "node": ">=16 || 14 >=14.17"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/big.js": {
- "version": "5.2.2",
+ "node_modules/@storybook/builder-webpack5/node_modules/p-limit": {
+ "version": "3.1.0",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "yocto-queue": "^0.1.0"
+ },
"engines": {
- "node": "*"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/binary-extensions": {
- "version": "2.2.0",
+ "node_modules/@storybook/builder-webpack5/node_modules/p-locate": {
+ "version": "5.0.0",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "p-limit": "^3.0.2"
+ },
"engines": {
- "node": ">=8"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/bindings": {
- "version": "1.5.0",
+ "node_modules/@storybook/builder-webpack5/node_modules/pkg-dir": {
+ "version": "5.0.0",
+ "dev": true,
"license": "MIT",
- "optional": true,
"dependencies": {
- "file-uri-to-path": "1.0.0"
+ "find-up": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=10"
}
},
- "node_modules/bl": {
- "version": "4.1.0",
+ "node_modules/@storybook/builder-webpack5/node_modules/shebang-command": {
+ "version": "2.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "buffer": "^5.5.0",
- "inherits": "^2.0.4",
- "readable-stream": "^3.4.0"
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/bl/node_modules/readable-stream": {
- "version": "3.6.2",
+ "node_modules/@storybook/builder-webpack5/node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "inherits": "^2.0.3",
- "string_decoder": "^1.1.1",
- "util-deprecate": "^1.0.1"
- },
"engines": {
- "node": ">= 6"
+ "node": ">=8"
}
},
- "node_modules/bluebird": {
- "version": "3.7.2",
- "license": "MIT"
- },
- "node_modules/body-parser": {
- "version": "1.20.2",
+ "node_modules/@storybook/builder-webpack5/node_modules/supports-color": {
+ "version": "7.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "bytes": "3.1.2",
- "content-type": "~1.0.5",
- "debug": "2.6.9",
- "depd": "2.0.0",
- "destroy": "1.2.0",
- "http-errors": "2.0.0",
- "iconv-lite": "0.4.24",
- "on-finished": "2.4.1",
- "qs": "6.11.0",
- "raw-body": "2.5.2",
- "type-is": "~1.6.18",
- "unpipe": "1.0.0"
+ "has-flag": "^4.0.0"
},
"engines": {
- "node": ">= 0.8",
- "npm": "1.2.8000 || >= 1.4.16"
+ "node": ">=8"
}
},
- "node_modules/body-parser/node_modules/debug": {
- "version": "2.6.9",
+ "node_modules/@storybook/builder-webpack5/node_modules/temp-dir": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "ms": "2.0.0"
- }
- },
- "node_modules/body-parser/node_modules/ms": {
- "version": "2.0.0",
- "license": "MIT"
+ "engines": {
+ "node": ">=14.16"
+ }
},
- "node_modules/body-parser/node_modules/qs": {
- "version": "6.11.0",
- "license": "BSD-3-Clause",
+ "node_modules/@storybook/builder-webpack5/node_modules/tempy": {
+ "version": "3.1.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "side-channel": "^1.0.4"
+ "is-stream": "^3.0.0",
+ "temp-dir": "^3.0.0",
+ "type-fest": "^2.12.2",
+ "unique-string": "^3.0.0"
},
"engines": {
- "node": ">=0.6"
+ "node": ">=14.16"
},
"funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/boolbase": {
- "version": "1.0.0",
- "license": "ISC"
- },
- "node_modules/boxen": {
- "version": "4.2.0",
+ "node_modules/@storybook/builder-webpack5/node_modules/tempy/node_modules/is-stream": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "ansi-align": "^3.0.0",
- "camelcase": "^5.3.1",
- "chalk": "^3.0.0",
- "cli-boxes": "^2.2.0",
- "string-width": "^4.1.0",
- "term-size": "^2.1.0",
- "type-fest": "^0.8.1",
- "widest-line": "^3.1.0"
+ "engines": {
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/@storybook/builder-webpack5/node_modules/type-fest": {
+ "version": "2.19.0",
+ "dev": true,
+ "license": "(MIT OR CC0-1.0)",
"engines": {
- "node": ">=8"
+ "node": ">=12.20"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/boxen/node_modules/ansi-styles": {
- "version": "4.3.0",
+ "node_modules/@storybook/builder-webpack5/node_modules/unique-string": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "color-convert": "^2.0.1"
+ "crypto-random-string": "^4.0.0"
},
"engines": {
- "node": ">=8"
+ "node": ">=12"
},
"funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/boxen/node_modules/camelcase": {
- "version": "5.3.1",
+ "node_modules/@storybook/builder-webpack5/node_modules/universalify": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=6"
+ "node": ">= 10.0.0"
}
},
- "node_modules/boxen/node_modules/chalk": {
- "version": "3.0.0",
- "license": "MIT",
+ "node_modules/@storybook/builder-webpack5/node_modules/which": {
+ "version": "2.0.2",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
},
"engines": {
- "node": ">=8"
+ "node": ">= 8"
}
},
- "node_modules/boxen/node_modules/color-convert": {
- "version": "2.0.1",
+ "node_modules/@storybook/channels": {
+ "version": "7.6.17",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "color-name": "~1.1.4"
+ "@storybook/client-logger": "7.6.17",
+ "@storybook/core-events": "7.6.17",
+ "@storybook/global": "^5.0.0",
+ "qs": "^6.10.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
},
- "engines": {
- "node": ">=7.0.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/boxen/node_modules/color-name": {
- "version": "1.1.4",
- "license": "MIT"
- },
- "node_modules/boxen/node_modules/has-flag": {
- "version": "4.0.0",
+ "node_modules/@storybook/channels/node_modules/@storybook/core-events": {
+ "version": "7.6.17",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=8"
+ "dependencies": {
+ "ts-dedent": "^2.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/boxen/node_modules/supports-color": {
- "version": "7.2.0",
+ "node_modules/@storybook/cli": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "has-flag": "^4.0.0"
+ "@babel/core": "^7.24.4",
+ "@babel/types": "^7.24.0",
+ "@ndelangen/get-tarball": "^3.0.7",
+ "@storybook/codemod": "8.1.5",
+ "@storybook/core-common": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/core-server": "8.1.5",
+ "@storybook/csf-tools": "8.1.5",
+ "@storybook/node-logger": "8.1.5",
+ "@storybook/telemetry": "8.1.5",
+ "@storybook/types": "8.1.5",
+ "@types/semver": "^7.3.4",
+ "@yarnpkg/fslib": "2.10.3",
+ "@yarnpkg/libzip": "2.3.0",
+ "chalk": "^4.1.0",
+ "commander": "^6.2.1",
+ "cross-spawn": "^7.0.3",
+ "detect-indent": "^6.1.0",
+ "envinfo": "^7.7.3",
+ "execa": "^5.0.0",
+ "find-up": "^5.0.0",
+ "fs-extra": "^11.1.0",
+ "get-npm-tarball-url": "^2.0.3",
+ "giget": "^1.0.0",
+ "globby": "^14.0.1",
+ "jscodeshift": "^0.15.1",
+ "leven": "^3.1.0",
+ "ora": "^5.4.1",
+ "prettier": "^3.1.1",
+ "prompts": "^2.4.0",
+ "read-pkg-up": "^7.0.1",
+ "semver": "^7.3.7",
+ "strip-json-comments": "^3.0.1",
+ "tempy": "^3.1.0",
+ "tiny-invariant": "^1.3.1",
+ "ts-dedent": "^2.0.0"
},
- "engines": {
- "node": ">=8"
+ "bin": {
+ "getstorybook": "bin/index.js",
+ "sb": "bin/index.js"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/boxen/node_modules/type-fest": {
- "version": "0.8.1",
- "license": "(MIT OR CC0-1.0)",
+ "node_modules/@storybook/cli/node_modules/@babel/parser": {
+ "version": "7.24.7",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
"engines": {
- "node": ">=8"
+ "node": ">=6.0.0"
}
},
- "node_modules/bplist-parser": {
- "version": "0.2.0",
+ "node_modules/@storybook/cli/node_modules/@sindresorhus/merge-streams": {
+ "version": "2.3.0",
"dev": true,
"license": "MIT",
- "dependencies": {
- "big-integer": "^1.6.44"
- },
"engines": {
- "node": ">= 5.10.0"
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/brace-expansion": {
- "version": "1.1.11",
+ "node_modules/@storybook/cli/node_modules/@storybook/channels": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/braces": {
- "version": "3.0.3",
+ "node_modules/@storybook/cli/node_modules/@storybook/client-logger": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "fill-range": "^7.1.1"
+ "@storybook/global": "^5.0.0"
},
- "engines": {
- "node": ">=8"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/breakword": {
- "version": "1.0.5",
+ "node_modules/@storybook/cli/node_modules/@storybook/core-common": {
+ "version": "8.1.5",
"dev": true,
- "license": "gpl-2.0",
+ "license": "MIT",
"dependencies": {
- "wcwidth": "^1.0.1"
+ "@storybook/core-events": "8.1.5",
+ "@storybook/csf-tools": "8.1.5",
+ "@storybook/node-logger": "8.1.5",
+ "@storybook/types": "8.1.5",
+ "@yarnpkg/fslib": "2.10.3",
+ "@yarnpkg/libzip": "2.3.0",
+ "chalk": "^4.1.0",
+ "cross-spawn": "^7.0.3",
+ "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0",
+ "esbuild-register": "^3.5.0",
+ "execa": "^5.0.0",
+ "file-system-cache": "2.3.0",
+ "find-cache-dir": "^3.0.0",
+ "find-up": "^5.0.0",
+ "fs-extra": "^11.1.0",
+ "glob": "^10.0.0",
+ "handlebars": "^4.7.7",
+ "lazy-universal-dotenv": "^4.0.0",
+ "node-fetch": "^2.0.0",
+ "picomatch": "^2.3.0",
+ "pkg-dir": "^5.0.0",
+ "prettier-fallback": "npm:prettier@^3",
+ "pretty-hrtime": "^1.0.3",
+ "resolve-from": "^5.0.0",
+ "semver": "^7.3.7",
+ "tempy": "^3.1.0",
+ "tiny-invariant": "^1.3.1",
+ "ts-dedent": "^2.0.0",
+ "util": "^0.12.4"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ },
+ "peerDependencies": {
+ "prettier": "^2 || ^3"
+ },
+ "peerDependenciesMeta": {
+ "prettier": {
+ "optional": true
+ }
}
},
- "node_modules/browser-assert": {
- "version": "1.2.1",
- "dev": true
- },
- "node_modules/browser-process-hrtime": {
- "version": "1.0.0",
- "license": "BSD-2-Clause"
- },
- "node_modules/browser-resolve": {
- "version": "1.11.3",
+ "node_modules/@storybook/cli/node_modules/@storybook/core-events": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "resolve": "1.1.7"
+ "@storybook/csf": "^0.1.7",
+ "ts-dedent": "^2.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/browser-resolve/node_modules/resolve": {
- "version": "1.1.7",
- "license": "MIT"
- },
- "node_modules/browserify-zlib": {
- "version": "0.1.4",
+ "node_modules/@storybook/cli/node_modules/@storybook/csf": {
+ "version": "0.1.8",
"dev": true,
"license": "MIT",
"dependencies": {
- "pako": "~0.2.0"
+ "type-fest": "^2.19.0"
}
},
- "node_modules/browserslist": {
- "version": "4.23.3",
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz",
- "integrity": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==",
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/browserslist"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
+ "node_modules/@storybook/cli/node_modules/@storybook/csf-tools": {
+ "version": "8.1.5",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "caniuse-lite": "^1.0.30001646",
- "electron-to-chromium": "^1.5.4",
- "node-releases": "^2.0.18",
- "update-browserslist-db": "^1.1.0"
- },
- "bin": {
- "browserslist": "cli.js"
+ "@babel/generator": "^7.24.4",
+ "@babel/parser": "^7.24.4",
+ "@babel/traverse": "^7.24.1",
+ "@babel/types": "^7.24.0",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/types": "8.1.5",
+ "fs-extra": "^11.1.0",
+ "recast": "^0.23.5",
+ "ts-dedent": "^2.0.0"
},
- "engines": {
- "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/bser": {
- "version": "2.1.1",
- "license": "Apache-2.0",
- "dependencies": {
- "node-int64": "^0.4.0"
+ "node_modules/@storybook/cli/node_modules/@storybook/node-logger": {
+ "version": "8.1.5",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/buble": {
- "version": "0.19.6",
+ "node_modules/@storybook/cli/node_modules/@storybook/types": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "chalk": "^2.4.1",
- "magic-string": "^0.25.1",
- "minimist": "^1.2.0",
- "os-homedir": "^1.0.1",
- "regexpu-core": "^4.2.0",
- "vlq": "^1.0.0"
+ "@storybook/channels": "8.1.5",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
},
- "bin": {
- "buble": "bin/buble"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/buble/node_modules/jsesc": {
- "version": "0.5.0",
- "bin": {
- "jsesc": "bin/jsesc"
+ "node_modules/@storybook/cli/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/buble/node_modules/magic-string": {
- "version": "0.25.9",
+ "node_modules/@storybook/cli/node_modules/brace-expansion": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "sourcemap-codec": "^1.4.8"
+ "balanced-match": "^1.0.0"
}
},
- "node_modules/buble/node_modules/regenerate-unicode-properties": {
- "version": "9.0.0",
+ "node_modules/@storybook/cli/node_modules/chalk": {
+ "version": "4.1.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "regenerate": "^1.4.2"
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
},
"engines": {
- "node": ">=4"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/buble/node_modules/regexpu-core": {
- "version": "4.8.0",
+ "node_modules/@storybook/cli/node_modules/color-convert": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "regenerate": "^1.4.2",
- "regenerate-unicode-properties": "^9.0.0",
- "regjsgen": "^0.5.2",
- "regjsparser": "^0.7.0",
- "unicode-match-property-ecmascript": "^2.0.0",
- "unicode-match-property-value-ecmascript": "^2.0.0"
+ "color-name": "~1.1.4"
},
"engines": {
- "node": ">=4"
+ "node": ">=7.0.0"
}
},
- "node_modules/buble/node_modules/regjsparser": {
- "version": "0.7.0",
- "license": "BSD-2-Clause",
- "dependencies": {
- "jsesc": "~0.5.0"
- },
- "bin": {
- "regjsparser": "bin/parser"
+ "node_modules/@storybook/cli/node_modules/color-name": {
+ "version": "1.1.4",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@storybook/cli/node_modules/commander": {
+ "version": "6.2.1",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 6"
}
},
- "node_modules/buffer": {
- "version": "5.7.1",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
+ "node_modules/@storybook/cli/node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "base64-js": "^1.3.1",
- "ieee754": "^1.1.13"
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
}
},
- "node_modules/buffer-crc32": {
- "version": "0.2.13",
+ "node_modules/@storybook/cli/node_modules/crypto-random-string": {
+ "version": "4.0.0",
"dev": true,
"license": "MIT",
+ "dependencies": {
+ "type-fest": "^1.0.1"
+ },
"engines": {
- "node": "*"
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/buffer-from": {
- "version": "1.1.1",
- "license": "MIT"
- },
- "node_modules/builtin-modules": {
- "version": "3.3.0",
+ "node_modules/@storybook/cli/node_modules/crypto-random-string/node_modules/type-fest": {
+ "version": "1.4.0",
"dev": true,
- "license": "MIT",
+ "license": "(MIT OR CC0-1.0)",
"engines": {
- "node": ">=6"
+ "node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/bundle-name": {
- "version": "3.0.0",
+ "node_modules/@storybook/cli/node_modules/execa": {
+ "version": "5.1.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "run-applescript": "^5.0.0"
+ "cross-spawn": "^7.0.3",
+ "get-stream": "^6.0.0",
+ "human-signals": "^2.1.0",
+ "is-stream": "^2.0.0",
+ "merge-stream": "^2.0.0",
+ "npm-run-path": "^4.0.1",
+ "onetime": "^5.1.2",
+ "signal-exit": "^3.0.3",
+ "strip-final-newline": "^2.0.0"
},
"engines": {
- "node": ">=12"
+ "node": ">=10"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/sindresorhus/execa?sponsor=1"
}
},
- "node_modules/busboy": {
- "version": "0.2.14",
+ "node_modules/@storybook/cli/node_modules/find-up": {
+ "version": "5.0.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "dicer": "0.2.5",
- "readable-stream": "1.1.x"
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
},
"engines": {
- "node": ">=0.8.0"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/bytes": {
- "version": "3.1.2",
+ "node_modules/@storybook/cli/node_modules/fs-extra": {
+ "version": "11.2.0",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
"engines": {
- "node": ">= 0.8"
+ "node": ">=14.14"
}
},
- "node_modules/bytes-iec": {
- "version": "3.1.1",
+ "node_modules/@storybook/cli/node_modules/glob": {
+ "version": "10.4.1",
"dev": true,
- "license": "MIT",
+ "license": "ISC",
+ "dependencies": {
+ "foreground-child": "^3.1.0",
+ "jackspeak": "^3.1.2",
+ "minimatch": "^9.0.4",
+ "minipass": "^7.1.2",
+ "path-scurry": "^1.11.1"
+ },
+ "bin": {
+ "glob": "dist/esm/bin.mjs"
+ },
"engines": {
- "node": ">= 0.8"
+ "node": ">=16 || 14 >=14.18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/cache-base": {
- "version": "1.0.1",
+ "node_modules/@storybook/cli/node_modules/globby": {
+ "version": "14.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "collection-visit": "^1.0.0",
- "component-emitter": "^1.2.1",
- "get-value": "^2.0.6",
- "has-value": "^1.0.0",
- "isobject": "^3.0.1",
- "set-value": "^2.0.0",
- "to-object-path": "^0.3.0",
- "union-value": "^1.0.0",
- "unset-value": "^1.0.0"
+ "@sindresorhus/merge-streams": "^2.1.0",
+ "fast-glob": "^3.3.2",
+ "ignore": "^5.2.4",
+ "path-type": "^5.0.0",
+ "slash": "^5.1.0",
+ "unicorn-magic": "^0.1.0"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/cache-manager": {
- "version": "2.11.1",
+ "node_modules/@storybook/cli/node_modules/has-flag": {
+ "version": "4.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "async": "1.5.2",
- "lodash.clonedeep": "4.5.0",
- "lru-cache": "4.0.0"
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/cache-manager/node_modules/lru-cache": {
- "version": "4.0.0",
- "license": "ISC",
+ "node_modules/@storybook/cli/node_modules/jackspeak": {
+ "version": "3.3.0",
+ "dev": true,
+ "license": "BlueOak-1.0.0",
"dependencies": {
- "pseudomap": "^1.0.1",
- "yallist": "^2.0.0"
+ "@isaacs/cliui": "^8.0.2"
+ },
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ },
+ "optionalDependencies": {
+ "@pkgjs/parseargs": "^0.11.0"
}
},
- "node_modules/cacheable-lookup": {
- "version": "5.0.4",
+ "node_modules/@storybook/cli/node_modules/jscodeshift": {
+ "version": "0.15.2",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=10.6.0"
+ "dependencies": {
+ "@babel/core": "^7.23.0",
+ "@babel/parser": "^7.23.0",
+ "@babel/plugin-transform-class-properties": "^7.22.5",
+ "@babel/plugin-transform-modules-commonjs": "^7.23.0",
+ "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
+ "@babel/plugin-transform-optional-chaining": "^7.23.0",
+ "@babel/plugin-transform-private-methods": "^7.22.5",
+ "@babel/preset-flow": "^7.22.15",
+ "@babel/preset-typescript": "^7.23.0",
+ "@babel/register": "^7.22.15",
+ "babel-core": "^7.0.0-bridge.0",
+ "chalk": "^4.1.2",
+ "flow-parser": "0.*",
+ "graceful-fs": "^4.2.4",
+ "micromatch": "^4.0.4",
+ "neo-async": "^2.5.0",
+ "node-dir": "^0.1.17",
+ "recast": "^0.23.3",
+ "temp": "^0.8.4",
+ "write-file-atomic": "^2.3.0"
+ },
+ "bin": {
+ "jscodeshift": "bin/jscodeshift.js"
+ },
+ "peerDependencies": {
+ "@babel/preset-env": "^7.1.6"
+ },
+ "peerDependenciesMeta": {
+ "@babel/preset-env": {
+ "optional": true
+ }
}
},
- "node_modules/cacheable-request": {
- "version": "7.0.4",
+ "node_modules/@storybook/cli/node_modules/jsonfile": {
+ "version": "6.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "clone-response": "^1.0.2",
- "get-stream": "^5.1.0",
- "http-cache-semantics": "^4.0.0",
- "keyv": "^4.0.0",
- "lowercase-keys": "^2.0.0",
- "normalize-url": "^6.0.1",
- "responselike": "^2.0.0"
+ "universalify": "^2.0.0"
},
- "engines": {
- "node": ">=8"
+ "optionalDependencies": {
+ "graceful-fs": "^4.1.6"
}
},
- "node_modules/cacheable-request/node_modules/get-stream": {
- "version": "5.2.0",
+ "node_modules/@storybook/cli/node_modules/locate-path": {
+ "version": "6.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "pump": "^3.0.0"
+ "p-locate": "^5.0.0"
},
"engines": {
- "node": ">=8"
+ "node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/call-bind": {
- "version": "1.0.7",
- "license": "MIT",
+ "node_modules/@storybook/cli/node_modules/minimatch": {
+ "version": "9.0.4",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "es-define-property": "^1.0.0",
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2",
- "get-intrinsic": "^1.2.4",
- "set-function-length": "^1.2.1"
+ "brace-expansion": "^2.0.1"
},
"engines": {
- "node": ">= 0.4"
+ "node": ">=16 || 14 >=14.17"
},
"funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/callsites": {
+ "node_modules/@storybook/cli/node_modules/p-limit": {
"version": "3.1.0",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/camel-case": {
- "version": "4.1.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "pascal-case": "^3.1.2",
- "tslib": "^2.0.3"
- }
- },
- "node_modules/camelcase": {
- "version": "6.3.0",
- "license": "MIT",
+ "yocto-queue": "^0.1.0"
+ },
"engines": {
"node": ">=10"
},
@@ -24880,960 +11800,754 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/camelcase-css": {
- "version": "2.0.1",
- "license": "MIT",
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/camelcase-keys": {
- "version": "6.2.2",
+ "node_modules/@storybook/cli/node_modules/p-locate": {
+ "version": "5.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "camelcase": "^5.3.1",
- "map-obj": "^4.0.0",
- "quick-lru": "^4.0.1"
+ "p-limit": "^3.0.2"
},
"engines": {
- "node": ">=8"
+ "node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/camelcase-keys/node_modules/camelcase": {
- "version": "5.3.1",
+ "node_modules/@storybook/cli/node_modules/path-type": {
+ "version": "5.0.0",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">=6"
- }
- },
- "node_modules/camelize": {
- "version": "1.0.1",
- "license": "MIT",
+ "node": ">=12"
+ },
"funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/caniuse-api": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
- "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
- "dependencies": {
- "browserslist": "^4.0.0",
- "caniuse-lite": "^1.0.0",
- "lodash.memoize": "^4.1.2",
- "lodash.uniq": "^4.5.0"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/caniuse-lite": {
- "version": "1.0.30001651",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001651.tgz",
- "integrity": "sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==",
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ]
- },
- "node_modules/capture-exit": {
- "version": "2.0.0",
- "license": "ISC",
+ "node_modules/@storybook/cli/node_modules/pkg-dir": {
+ "version": "5.0.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "rsvp": "^4.8.4"
+ "find-up": "^5.0.0"
},
"engines": {
- "node": "6.* || 8.* || >= 10.*"
+ "node": ">=10"
}
},
- "node_modules/case-sensitive-paths-webpack-plugin": {
- "version": "2.4.0",
+ "node_modules/@storybook/cli/node_modules/prettier": {
+ "version": "3.3.1",
"dev": true,
"license": "MIT",
+ "bin": {
+ "prettier": "bin/prettier.cjs"
+ },
"engines": {
- "node": ">=4"
- }
- },
- "node_modules/caseless": {
- "version": "0.12.0",
- "license": "Apache-2.0"
- },
- "node_modules/ccount": {
- "version": "2.0.1",
- "license": "MIT",
+ "node": ">=14"
+ },
"funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "url": "https://github.com/prettier/prettier?sponsor=1"
}
},
- "node_modules/chai": {
- "version": "4.4.1",
+ "node_modules/@storybook/cli/node_modules/shebang-command": {
+ "version": "2.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "assertion-error": "^1.1.0",
- "check-error": "^1.0.3",
- "deep-eql": "^4.1.3",
- "get-func-name": "^2.0.2",
- "loupe": "^2.3.6",
- "pathval": "^1.1.1",
- "type-detect": "^4.0.8"
+ "shebang-regex": "^3.0.0"
},
"engines": {
- "node": ">=4"
+ "node": ">=8"
}
},
- "node_modules/chalk": {
- "version": "2.4.2",
+ "node_modules/@storybook/cli/node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
- },
"engines": {
- "node": ">=4"
+ "node": ">=8"
}
},
- "node_modules/change-case": {
- "version": "5.4.3",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/char-regex": {
- "version": "1.0.2",
+ "node_modules/@storybook/cli/node_modules/slash": {
+ "version": "5.1.0",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">=10"
- }
- },
- "node_modules/character-entities": {
- "version": "1.2.4",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
- "node_modules/character-entities-html4": {
- "version": "2.1.0",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
- "node_modules/character-entities-legacy": {
- "version": "1.1.4",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
- "node_modules/character-reference-invalid": {
- "version": "1.1.4",
- "license": "MIT",
+ "node": ">=14.16"
+ },
"funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/chardet": {
- "version": "0.7.0",
- "license": "MIT"
- },
- "node_modules/check-error": {
- "version": "1.0.3",
+ "node_modules/@storybook/cli/node_modules/supports-color": {
+ "version": "7.2.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "get-func-name": "^2.0.2"
+ "has-flag": "^4.0.0"
},
"engines": {
- "node": "*"
+ "node": ">=8"
}
},
- "node_modules/cheerio": {
- "version": "0.22.0",
+ "node_modules/@storybook/cli/node_modules/temp-dir": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "css-select": "~1.2.0",
- "dom-serializer": "~0.1.0",
- "entities": "~1.1.1",
- "htmlparser2": "^3.9.1",
- "lodash.assignin": "^4.0.9",
- "lodash.bind": "^4.1.4",
- "lodash.defaults": "^4.0.1",
- "lodash.filter": "^4.4.0",
- "lodash.flatten": "^4.2.0",
- "lodash.foreach": "^4.3.0",
- "lodash.map": "^4.4.0",
- "lodash.merge": "^4.4.0",
- "lodash.pick": "^4.2.1",
- "lodash.reduce": "^4.4.0",
- "lodash.reject": "^4.4.0",
- "lodash.some": "^4.4.0"
- },
"engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/cheerio/node_modules/css-select": {
- "version": "1.2.0",
- "license": "BSD-like",
- "dependencies": {
- "boolbase": "~1.0.0",
- "css-what": "2.1",
- "domutils": "1.5.1",
- "nth-check": "~1.0.1"
- }
- },
- "node_modules/cheerio/node_modules/css-what": {
- "version": "2.1.3",
- "license": "BSD-2-Clause",
- "engines": {
- "node": "*"
- }
- },
- "node_modules/cheerio/node_modules/dom-serializer": {
- "version": "0.1.1",
- "license": "MIT",
- "dependencies": {
- "domelementtype": "^1.3.0",
- "entities": "^1.1.1"
- }
- },
- "node_modules/cheerio/node_modules/domelementtype": {
- "version": "1.3.1",
- "license": "BSD-2-Clause"
- },
- "node_modules/cheerio/node_modules/domhandler": {
- "version": "2.4.2",
- "license": "BSD-2-Clause",
- "dependencies": {
- "domelementtype": "1"
- }
- },
- "node_modules/cheerio/node_modules/domutils": {
- "version": "1.5.1",
- "dependencies": {
- "dom-serializer": "0",
- "domelementtype": "1"
- }
- },
- "node_modules/cheerio/node_modules/entities": {
- "version": "1.1.2",
- "license": "BSD-2-Clause"
- },
- "node_modules/cheerio/node_modules/htmlparser2": {
- "version": "3.10.1",
- "license": "MIT",
- "dependencies": {
- "domelementtype": "^1.3.1",
- "domhandler": "^2.3.0",
- "domutils": "^1.5.1",
- "entities": "^1.1.1",
- "inherits": "^2.0.1",
- "readable-stream": "^3.1.1"
- }
- },
- "node_modules/cheerio/node_modules/nth-check": {
- "version": "1.0.2",
- "license": "BSD-2-Clause",
- "dependencies": {
- "boolbase": "~1.0.0"
+ "node": ">=14.16"
}
},
- "node_modules/cheerio/node_modules/readable-stream": {
- "version": "3.6.2",
+ "node_modules/@storybook/cli/node_modules/tempy": {
+ "version": "3.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "inherits": "^2.0.3",
- "string_decoder": "^1.1.1",
- "util-deprecate": "^1.0.1"
+ "is-stream": "^3.0.0",
+ "temp-dir": "^3.0.0",
+ "type-fest": "^2.12.2",
+ "unique-string": "^3.0.0"
},
"engines": {
- "node": ">= 6"
+ "node": ">=14.16"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/chokidar": {
- "version": "3.6.0",
+ "node_modules/@storybook/cli/node_modules/tempy/node_modules/is-stream": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "anymatch": "~3.1.2",
- "braces": "~3.0.2",
- "glob-parent": "~5.1.2",
- "is-binary-path": "~2.1.0",
- "is-glob": "~4.0.1",
- "normalize-path": "~3.0.0",
- "readdirp": "~3.6.0"
- },
"engines": {
- "node": ">= 8.10.0"
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
- "url": "https://paulmillr.com/funding/"
- },
- "optionalDependencies": {
- "fsevents": "~2.3.2"
- }
- },
- "node_modules/chokidar/node_modules/anymatch": {
- "version": "3.1.3",
- "license": "ISC",
- "dependencies": {
- "normalize-path": "^3.0.0",
- "picomatch": "^2.0.4"
- },
- "engines": {
- "node": ">= 8"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/chownr": {
- "version": "2.0.0",
+ "node_modules/@storybook/cli/node_modules/type-fest": {
+ "version": "2.19.0",
"dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/chrome-trace-event": {
- "version": "1.0.3",
- "license": "MIT",
+ "license": "(MIT OR CC0-1.0)",
"engines": {
- "node": ">=6.0"
+ "node": ">=12.20"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/chromium-bidi": {
- "version": "0.5.9",
+ "node_modules/@storybook/cli/node_modules/unique-string": {
+ "version": "3.0.0",
"dev": true,
- "license": "Apache-2.0",
+ "license": "MIT",
"dependencies": {
- "mitt": "3.0.1",
- "urlpattern-polyfill": "10.0.0"
+ "crypto-random-string": "^4.0.0"
},
- "peerDependencies": {
- "devtools-protocol": "*"
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/chromium-bidi/node_modules/mitt": {
- "version": "3.0.1",
+ "node_modules/@storybook/cli/node_modules/universalify": {
+ "version": "2.0.1",
"dev": true,
- "license": "MIT"
- },
- "node_modules/ci-info": {
- "version": "3.9.0",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/sibiraj-s"
- }
- ],
"license": "MIT",
"engines": {
- "node": ">=8"
+ "node": ">= 10.0.0"
}
},
- "node_modules/citty": {
- "version": "0.1.6",
+ "node_modules/@storybook/cli/node_modules/which": {
+ "version": "2.0.2",
"dev": true,
- "license": "MIT",
+ "license": "ISC",
"dependencies": {
- "consola": "^3.2.3"
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
}
},
- "node_modules/cjs-module-lexer": {
- "version": "1.3.1",
+ "node_modules/@storybook/cli/node_modules/write-file-atomic": {
+ "version": "2.4.3",
"dev": true,
- "license": "MIT"
- },
- "node_modules/class-utils": {
- "version": "0.3.6",
- "license": "MIT",
+ "license": "ISC",
"dependencies": {
- "arr-union": "^3.1.0",
- "define-property": "^0.2.5",
- "isobject": "^3.0.0",
- "static-extend": "^0.1.1"
- },
- "engines": {
- "node": ">=0.10.0"
+ "graceful-fs": "^4.1.11",
+ "imurmurhash": "^0.1.4",
+ "signal-exit": "^3.0.2"
}
},
- "node_modules/class-utils/node_modules/define-property": {
- "version": "0.2.5",
+ "node_modules/@storybook/client-logger": {
+ "version": "7.6.17",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-descriptor": "^0.1.0"
+ "@storybook/global": "^5.0.0"
},
- "engines": {
- "node": ">=0.10.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/class-utils/node_modules/is-descriptor": {
- "version": "0.1.7",
+ "node_modules/@storybook/codemod": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-accessor-descriptor": "^1.0.1",
- "is-data-descriptor": "^1.0.1"
+ "@babel/core": "^7.24.4",
+ "@babel/preset-env": "^7.24.4",
+ "@babel/types": "^7.24.0",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/csf-tools": "8.1.5",
+ "@storybook/node-logger": "8.1.5",
+ "@storybook/types": "8.1.5",
+ "@types/cross-spawn": "^6.0.2",
+ "cross-spawn": "^7.0.3",
+ "globby": "^14.0.1",
+ "jscodeshift": "^0.15.1",
+ "lodash": "^4.17.21",
+ "prettier": "^3.1.1",
+ "recast": "^0.23.5",
+ "tiny-invariant": "^1.3.1"
},
- "engines": {
- "node": ">= 0.4"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/clean-css": {
- "version": "5.3.3",
+ "node_modules/@storybook/codemod/node_modules/@babel/parser": {
+ "version": "7.24.7",
"dev": true,
"license": "MIT",
- "dependencies": {
- "source-map": "~0.6.0"
+ "bin": {
+ "parser": "bin/babel-parser.js"
},
"engines": {
- "node": ">= 10.0"
+ "node": ">=6.0.0"
}
},
- "node_modules/clean-stack": {
- "version": "2.2.0",
+ "node_modules/@storybook/codemod/node_modules/@sindresorhus/merge-streams": {
+ "version": "2.3.0",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=6"
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/cli-boxes": {
- "version": "2.2.1",
+ "node_modules/@storybook/codemod/node_modules/@storybook/channels": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=6"
+ "dependencies": {
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/cli-cursor": {
- "version": "3.1.0",
+ "node_modules/@storybook/codemod/node_modules/@storybook/client-logger": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "restore-cursor": "^3.1.0"
+ "@storybook/global": "^5.0.0"
},
- "engines": {
- "node": ">=8"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/cli-spinners": {
- "version": "2.9.2",
+ "node_modules/@storybook/codemod/node_modules/@storybook/core-events": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
- "engines": {
- "node": ">=6"
+ "dependencies": {
+ "@storybook/csf": "^0.1.7",
+ "ts-dedent": "^2.0.0"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/cli-table3": {
- "version": "0.6.5",
+ "node_modules/@storybook/codemod/node_modules/@storybook/csf": {
+ "version": "0.1.8",
"dev": true,
"license": "MIT",
"dependencies": {
- "string-width": "^4.2.0"
- },
- "engines": {
- "node": "10.* || >= 12.*"
- },
- "optionalDependencies": {
- "@colors/colors": "1.5.0"
+ "type-fest": "^2.19.0"
}
},
- "node_modules/cli-truncate": {
- "version": "4.0.0",
+ "node_modules/@storybook/codemod/node_modules/@storybook/csf-tools": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "slice-ansi": "^5.0.0",
- "string-width": "^7.0.0"
- },
- "engines": {
- "node": ">=18"
+ "@babel/generator": "^7.24.4",
+ "@babel/parser": "^7.24.4",
+ "@babel/traverse": "^7.24.1",
+ "@babel/types": "^7.24.0",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/types": "8.1.5",
+ "fs-extra": "^11.1.0",
+ "recast": "^0.23.5",
+ "ts-dedent": "^2.0.0"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/cli-truncate/node_modules/ansi-regex": {
- "version": "6.0.1",
+ "node_modules/@storybook/codemod/node_modules/@storybook/node-logger": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
- "engines": {
- "node": ">=12"
- },
"funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/cli-truncate/node_modules/emoji-regex": {
- "version": "10.3.0",
+ "node_modules/@storybook/codemod/node_modules/@storybook/types": {
+ "version": "8.1.5",
"dev": true,
- "license": "MIT"
+ "license": "MIT",
+ "dependencies": {
+ "@storybook/channels": "8.1.5",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
},
- "node_modules/cli-truncate/node_modules/string-width": {
- "version": "7.1.0",
+ "node_modules/@storybook/codemod/node_modules/ansi-styles": {
+ "version": "4.3.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "emoji-regex": "^10.3.0",
- "get-east-asian-width": "^1.0.0",
- "strip-ansi": "^7.1.0"
+ "color-convert": "^2.0.1"
},
"engines": {
- "node": ">=18"
+ "node": ">=8"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/cli-truncate/node_modules/strip-ansi": {
- "version": "7.1.0",
+ "node_modules/@storybook/codemod/node_modules/chalk": {
+ "version": "4.1.2",
"dev": true,
"license": "MIT",
"dependencies": {
- "ansi-regex": "^6.0.1"
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
},
"engines": {
- "node": ">=12"
+ "node": ">=10"
},
"funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "node_modules/cli-width": {
- "version": "3.0.0",
- "license": "ISC",
- "engines": {
- "node": ">= 10"
+ "url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/client-only": {
- "version": "0.0.1",
- "license": "MIT"
- },
- "node_modules/clipboardy": {
- "version": "2.3.0",
+ "node_modules/@storybook/codemod/node_modules/color-convert": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "arch": "^2.1.1",
- "execa": "^1.0.0",
- "is-wsl": "^2.1.1"
+ "color-name": "~1.1.4"
},
"engines": {
- "node": ">=8"
+ "node": ">=7.0.0"
}
},
- "node_modules/clipboardy/node_modules/cross-spawn": {
- "version": "6.0.5",
+ "node_modules/@storybook/codemod/node_modules/color-name": {
+ "version": "1.1.4",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@storybook/codemod/node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "nice-try": "^1.0.4",
- "path-key": "^2.0.1",
- "semver": "^5.5.0",
- "shebang-command": "^1.2.0",
- "which": "^1.2.9"
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
},
"engines": {
- "node": ">=4.8"
+ "node": ">= 8"
}
},
- "node_modules/clipboardy/node_modules/execa": {
- "version": "1.0.0",
+ "node_modules/@storybook/codemod/node_modules/fs-extra": {
+ "version": "11.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "cross-spawn": "^6.0.0",
- "get-stream": "^4.0.0",
- "is-stream": "^1.1.0",
- "npm-run-path": "^2.0.0",
- "p-finally": "^1.0.0",
- "signal-exit": "^3.0.0",
- "strip-eof": "^1.0.0"
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
},
"engines": {
- "node": ">=6"
+ "node": ">=14.14"
}
},
- "node_modules/clipboardy/node_modules/get-stream": {
- "version": "4.1.0",
+ "node_modules/@storybook/codemod/node_modules/globby": {
+ "version": "14.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "pump": "^3.0.0"
+ "@sindresorhus/merge-streams": "^2.1.0",
+ "fast-glob": "^3.3.2",
+ "ignore": "^5.2.4",
+ "path-type": "^5.0.0",
+ "slash": "^5.1.0",
+ "unicorn-magic": "^0.1.0"
},
"engines": {
- "node": ">=6"
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/clipboardy/node_modules/is-stream": {
- "version": "1.1.0",
+ "node_modules/@storybook/codemod/node_modules/has-flag": {
+ "version": "4.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=0.10.0"
+ "node": ">=8"
}
},
- "node_modules/clipboardy/node_modules/npm-run-path": {
- "version": "2.0.2",
+ "node_modules/@storybook/codemod/node_modules/jscodeshift": {
+ "version": "0.15.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "path-key": "^2.0.0"
+ "@babel/core": "^7.23.0",
+ "@babel/parser": "^7.23.0",
+ "@babel/plugin-transform-class-properties": "^7.22.5",
+ "@babel/plugin-transform-modules-commonjs": "^7.23.0",
+ "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
+ "@babel/plugin-transform-optional-chaining": "^7.23.0",
+ "@babel/plugin-transform-private-methods": "^7.22.5",
+ "@babel/preset-flow": "^7.22.15",
+ "@babel/preset-typescript": "^7.23.0",
+ "@babel/register": "^7.22.15",
+ "babel-core": "^7.0.0-bridge.0",
+ "chalk": "^4.1.2",
+ "flow-parser": "0.*",
+ "graceful-fs": "^4.2.4",
+ "micromatch": "^4.0.4",
+ "neo-async": "^2.5.0",
+ "node-dir": "^0.1.17",
+ "recast": "^0.23.3",
+ "temp": "^0.8.4",
+ "write-file-atomic": "^2.3.0"
},
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/clipboardy/node_modules/path-key": {
- "version": "2.0.1",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/clipboardy/node_modules/semver": {
- "version": "5.7.2",
- "license": "ISC",
"bin": {
- "semver": "bin/semver"
- }
- },
- "node_modules/cliui": {
- "version": "6.0.0",
- "license": "ISC",
- "dependencies": {
- "string-width": "^4.2.0",
- "strip-ansi": "^6.0.0",
- "wrap-ansi": "^6.2.0"
+ "jscodeshift": "bin/jscodeshift.js"
+ },
+ "peerDependencies": {
+ "@babel/preset-env": "^7.1.6"
+ },
+ "peerDependenciesMeta": {
+ "@babel/preset-env": {
+ "optional": true
+ }
}
},
- "node_modules/clone": {
- "version": "1.0.4",
+ "node_modules/@storybook/codemod/node_modules/jsonfile": {
+ "version": "6.1.0",
"dev": true,
"license": "MIT",
- "engines": {
- "node": ">=0.8"
- }
- },
- "node_modules/clone-deep": {
- "version": "4.0.1",
- "license": "MIT",
"dependencies": {
- "is-plain-object": "^2.0.4",
- "kind-of": "^6.0.2",
- "shallow-clone": "^3.0.0"
+ "universalify": "^2.0.0"
},
- "engines": {
- "node": ">=6"
+ "optionalDependencies": {
+ "graceful-fs": "^4.1.6"
}
},
- "node_modules/clone-response": {
- "version": "1.0.3",
+ "node_modules/@storybook/codemod/node_modules/path-type": {
+ "version": "5.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "mimic-response": "^1.0.0"
+ "engines": {
+ "node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/clsx": {
- "version": "1.2.1",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/co": {
- "version": "4.6.0",
+ "node_modules/@storybook/codemod/node_modules/prettier": {
+ "version": "3.3.1",
+ "dev": true,
"license": "MIT",
+ "bin": {
+ "prettier": "bin/prettier.cjs"
+ },
"engines": {
- "iojs": ">= 1.0.0",
- "node": ">= 0.12.0"
- }
- },
- "node_modules/codesandbox": {
- "resolved": "examples/codesandbox",
- "link": true
- },
- "node_modules/collapse-white-space": {
- "version": "1.0.6",
- "license": "MIT",
+ "node": ">=14"
+ },
"funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "url": "https://github.com/prettier/prettier?sponsor=1"
}
},
- "node_modules/collect-v8-coverage": {
- "version": "1.0.1",
+ "node_modules/@storybook/codemod/node_modules/shebang-command": {
+ "version": "2.0.0",
"dev": true,
- "license": "MIT"
- },
- "node_modules/collection-visit": {
- "version": "1.0.0",
"license": "MIT",
"dependencies": {
- "map-visit": "^1.0.0",
- "object-visit": "^1.0.0"
+ "shebang-regex": "^3.0.0"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=8"
}
},
- "node_modules/color": {
- "version": "4.2.3",
+ "node_modules/@storybook/codemod/node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1",
- "color-string": "^1.9.0"
- },
"engines": {
- "node": ">=12.5.0"
- }
- },
- "node_modules/color-convert": {
- "version": "1.9.3",
- "license": "MIT",
- "dependencies": {
- "color-name": "1.1.3"
- }
- },
- "node_modules/color-name": {
- "version": "1.1.3",
- "license": "MIT"
- },
- "node_modules/color-string": {
- "version": "1.9.1",
- "license": "MIT",
- "dependencies": {
- "color-name": "^1.0.0",
- "simple-swizzle": "^0.2.2"
+ "node": ">=8"
}
},
- "node_modules/color/node_modules/color-convert": {
- "version": "2.0.1",
+ "node_modules/@storybook/codemod/node_modules/slash": {
+ "version": "5.1.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
"engines": {
- "node": ">=7.0.0"
+ "node": ">=14.16"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/color/node_modules/color-name": {
- "version": "1.1.4",
- "license": "MIT"
- },
- "node_modules/color2k": {
- "version": "2.0.3",
- "license": "MIT"
- },
- "node_modules/colord": {
- "version": "2.9.3",
- "license": "MIT"
- },
- "node_modules/colorette": {
- "version": "2.0.20",
+ "node_modules/@storybook/codemod/node_modules/supports-color": {
+ "version": "7.2.0",
"dev": true,
- "license": "MIT"
- },
- "node_modules/combined-stream": {
- "version": "1.0.8",
"license": "MIT",
"dependencies": {
- "delayed-stream": "~1.0.0"
+ "has-flag": "^4.0.0"
},
"engines": {
- "node": ">= 0.8"
+ "node": ">=8"
}
},
- "node_modules/comma-separated-tokens": {
- "version": "1.0.8",
- "license": "MIT",
+ "node_modules/@storybook/codemod/node_modules/type-fest": {
+ "version": "2.19.0",
+ "dev": true,
+ "license": "(MIT OR CC0-1.0)",
+ "engines": {
+ "node": ">=12.20"
+ },
"funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/command-exists": {
- "version": "1.2.9",
- "license": "MIT"
- },
- "node_modules/commander": {
- "version": "4.1.1",
+ "node_modules/@storybook/codemod/node_modules/universalify": {
+ "version": "2.0.1",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">= 6"
+ "node": ">= 10.0.0"
}
},
- "node_modules/common-path-prefix": {
- "version": "3.0.0",
+ "node_modules/@storybook/codemod/node_modules/which": {
+ "version": "2.0.2",
"dev": true,
- "license": "ISC"
- },
- "node_modules/common-tags": {
- "version": "1.8.2",
- "license": "MIT",
+ "license": "ISC",
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
"engines": {
- "node": ">=4.0.0"
+ "node": ">= 8"
}
},
- "node_modules/commondir": {
- "version": "1.0.1",
- "license": "MIT"
- },
- "node_modules/compare-versions": {
- "version": "6.1.0",
+ "node_modules/@storybook/codemod/node_modules/write-file-atomic": {
+ "version": "2.4.3",
"dev": true,
- "license": "MIT"
+ "license": "ISC",
+ "dependencies": {
+ "graceful-fs": "^4.1.11",
+ "imurmurhash": "^0.1.4",
+ "signal-exit": "^3.0.2"
+ }
},
- "node_modules/component-emitter": {
- "version": "1.3.1",
+ "node_modules/@storybook/components": {
+ "version": "7.6.20",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "@radix-ui/react-select": "^1.2.2",
+ "@radix-ui/react-toolbar": "^1.0.4",
+ "@storybook/client-logger": "7.6.20",
+ "@storybook/csf": "^0.1.2",
+ "@storybook/global": "^5.0.0",
+ "@storybook/theming": "7.6.20",
+ "@storybook/types": "7.6.20",
+ "memoizerific": "^1.11.3",
+ "use-resize-observer": "^9.1.0",
+ "util-deprecate": "^1.0.2"
+ },
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ },
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
},
- "node_modules/component-props": {
- "version": "1.1.1"
- },
- "node_modules/component-xor": {
- "version": "0.0.4",
- "license": "MIT"
- },
- "node_modules/compressible": {
- "version": "2.0.18",
+ "node_modules/@storybook/components/node_modules/@storybook/channels": {
+ "version": "7.6.20",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "mime-db": ">= 1.43.0 < 2"
+ "@storybook/client-logger": "7.6.20",
+ "@storybook/core-events": "7.6.20",
+ "@storybook/global": "^5.0.0",
+ "qs": "^6.10.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
},
- "engines": {
- "node": ">= 0.6"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/compression": {
- "version": "1.7.4",
+ "node_modules/@storybook/components/node_modules/@storybook/client-logger": {
+ "version": "7.6.20",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "accepts": "~1.3.5",
- "bytes": "3.0.0",
- "compressible": "~2.0.16",
- "debug": "2.6.9",
- "on-headers": "~1.0.2",
- "safe-buffer": "5.1.2",
- "vary": "~1.1.2"
+ "@storybook/global": "^5.0.0"
},
- "engines": {
- "node": ">= 0.8.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/compression/node_modules/bytes": {
- "version": "3.0.0",
+ "node_modules/@storybook/components/node_modules/@storybook/types": {
+ "version": "7.6.20",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">= 0.8"
+ "dependencies": {
+ "@storybook/channels": "7.6.20",
+ "@types/babel__core": "^7.0.0",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/compression/node_modules/debug": {
- "version": "2.6.9",
+ "node_modules/@storybook/core-common": {
+ "version": "7.6.20",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ms": "2.0.0"
+ "@storybook/core-events": "7.6.20",
+ "@storybook/node-logger": "7.6.20",
+ "@storybook/types": "7.6.20",
+ "@types/find-cache-dir": "^3.2.1",
+ "@types/node": "^18.0.0",
+ "@types/node-fetch": "^2.6.4",
+ "@types/pretty-hrtime": "^1.0.0",
+ "chalk": "^4.1.0",
+ "esbuild": "^0.18.0",
+ "esbuild-register": "^3.5.0",
+ "file-system-cache": "2.3.0",
+ "find-cache-dir": "^3.0.0",
+ "find-up": "^5.0.0",
+ "fs-extra": "^11.1.0",
+ "glob": "^10.0.0",
+ "handlebars": "^4.7.7",
+ "lazy-universal-dotenv": "^4.0.0",
+ "node-fetch": "^2.0.0",
+ "picomatch": "^2.3.0",
+ "pkg-dir": "^5.0.0",
+ "pretty-hrtime": "^1.0.3",
+ "resolve-from": "^5.0.0",
+ "ts-dedent": "^2.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/compression/node_modules/ms": {
- "version": "2.0.0",
- "license": "MIT"
- },
- "node_modules/compute-scroll-into-view": {
- "version": "1.0.20",
- "license": "MIT"
- },
- "node_modules/concat-map": {
- "version": "0.0.1",
- "license": "MIT"
- },
- "node_modules/concat-stream": {
- "version": "1.6.2",
- "engines": [
- "node >= 0.8"
- ],
+ "node_modules/@storybook/core-common/node_modules/@storybook/channels": {
+ "version": "7.6.20",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "buffer-from": "^1.0.0",
- "inherits": "^2.0.3",
- "readable-stream": "^2.2.2",
- "typedarray": "^0.0.6"
+ "@storybook/client-logger": "7.6.20",
+ "@storybook/core-events": "7.6.20",
+ "@storybook/global": "^5.0.0",
+ "qs": "^6.10.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/concat-stream/node_modules/isarray": {
- "version": "1.0.0",
- "license": "MIT"
- },
- "node_modules/concat-stream/node_modules/readable-stream": {
- "version": "2.3.8",
+ "node_modules/@storybook/core-common/node_modules/@storybook/client-logger": {
+ "version": "7.6.20",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "core-util-is": "~1.0.0",
- "inherits": "~2.0.3",
- "isarray": "~1.0.0",
- "process-nextick-args": "~2.0.0",
- "safe-buffer": "~5.1.1",
- "string_decoder": "~1.1.1",
- "util-deprecate": "~1.0.1"
+ "@storybook/global": "^5.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/concat-with-sourcemaps": {
- "version": "1.1.0",
+ "node_modules/@storybook/core-common/node_modules/@storybook/types": {
+ "version": "7.6.20",
"dev": true,
- "license": "ISC",
+ "license": "MIT",
"dependencies": {
- "source-map": "^0.6.1"
+ "@storybook/channels": "7.6.20",
+ "@types/babel__core": "^7.0.0",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/concurrently": {
- "version": "8.0.1",
+ "node_modules/@storybook/core-common/node_modules/@types/node": {
+ "version": "18.19.50",
"dev": true,
"license": "MIT",
"dependencies": {
- "chalk": "^4.1.2",
- "date-fns": "^2.29.3",
- "lodash": "^4.17.21",
- "rxjs": "^7.8.0",
- "shell-quote": "^1.8.0",
- "spawn-command": "0.0.2-1",
- "supports-color": "^8.1.1",
- "tree-kill": "^1.2.2",
- "yargs": "^17.7.1"
- },
- "bin": {
- "conc": "dist/bin/concurrently.js",
- "concurrently": "dist/bin/concurrently.js"
- },
- "engines": {
- "node": "^14.13.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/open-cli-tools/concurrently?sponsor=1"
+ "undici-types": "~5.26.4"
}
},
- "node_modules/concurrently/node_modules/ansi-styles": {
+ "node_modules/@storybook/core-common/node_modules/ansi-styles": {
"version": "4.3.0",
"dev": true,
"license": "MIT",
@@ -25847,7 +12561,15 @@
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/concurrently/node_modules/chalk": {
+ "node_modules/@storybook/core-common/node_modules/brace-expansion": {
+ "version": "2.0.1",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "balanced-match": "^1.0.0"
+ }
+ },
+ "node_modules/@storybook/core-common/node_modules/chalk": {
"version": "4.1.2",
"dev": true,
"license": "MIT",
@@ -25862,47 +12584,70 @@
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/concurrently/node_modules/chalk/node_modules/supports-color": {
- "version": "7.2.0",
+ "node_modules/@storybook/core-common/node_modules/color-convert": {
+ "version": "2.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "has-flag": "^4.0.0"
+ "color-name": "~1.1.4"
},
"engines": {
- "node": ">=8"
+ "node": ">=7.0.0"
}
},
- "node_modules/concurrently/node_modules/cliui": {
- "version": "8.0.1",
+ "node_modules/@storybook/core-common/node_modules/color-name": {
+ "version": "1.1.4",
"dev": true,
- "license": "ISC",
+ "license": "MIT"
+ },
+ "node_modules/@storybook/core-common/node_modules/find-up": {
+ "version": "5.0.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "string-width": "^4.2.0",
- "strip-ansi": "^6.0.1",
- "wrap-ansi": "^7.0.0"
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
},
"engines": {
- "node": ">=12"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/concurrently/node_modules/color-convert": {
- "version": "2.0.1",
+ "node_modules/@storybook/core-common/node_modules/fs-extra": {
+ "version": "11.2.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "color-name": "~1.1.4"
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
},
"engines": {
- "node": ">=7.0.0"
+ "node": ">=14.14"
}
},
- "node_modules/concurrently/node_modules/color-name": {
- "version": "1.1.4",
+ "node_modules/@storybook/core-common/node_modules/glob": {
+ "version": "10.4.5",
"dev": true,
- "license": "MIT"
+ "license": "ISC",
+ "dependencies": {
+ "foreground-child": "^3.1.0",
+ "jackspeak": "^3.1.2",
+ "minimatch": "^9.0.4",
+ "minipass": "^7.1.2",
+ "package-json-from-dist": "^1.0.0",
+ "path-scurry": "^1.11.1"
+ },
+ "bin": {
+ "glob": "dist/esm/bin.mjs"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
},
- "node_modules/concurrently/node_modules/has-flag": {
+ "node_modules/@storybook/core-common/node_modules/has-flag": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
@@ -25910,268 +12655,449 @@
"node": ">=8"
}
},
- "node_modules/concurrently/node_modules/supports-color": {
- "version": "8.1.1",
+ "node_modules/@storybook/core-common/node_modules/jackspeak": {
+ "version": "3.4.3",
+ "dev": true,
+ "license": "BlueOak-1.0.0",
+ "dependencies": {
+ "@isaacs/cliui": "^8.0.2"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ },
+ "optionalDependencies": {
+ "@pkgjs/parseargs": "^0.11.0"
+ }
+ },
+ "node_modules/@storybook/core-common/node_modules/jsonfile": {
+ "version": "6.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "has-flag": "^4.0.0"
+ "universalify": "^2.0.0"
+ },
+ "optionalDependencies": {
+ "graceful-fs": "^4.1.6"
+ }
+ },
+ "node_modules/@storybook/core-common/node_modules/locate-path": {
+ "version": "6.0.0",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "p-locate": "^5.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
- "url": "https://github.com/chalk/supports-color?sponsor=1"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/concurrently/node_modules/wrap-ansi": {
- "version": "7.0.0",
+ "node_modules/@storybook/core-common/node_modules/minimatch": {
+ "version": "9.0.5",
"dev": true,
- "license": "MIT",
+ "license": "ISC",
"dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
+ "brace-expansion": "^2.0.1"
},
"engines": {
- "node": ">=10"
+ "node": ">=16 || 14 >=14.17"
},
"funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/concurrently/node_modules/y18n": {
- "version": "5.0.8",
+ "node_modules/@storybook/core-common/node_modules/p-limit": {
+ "version": "3.1.0",
"dev": true,
- "license": "ISC",
+ "license": "MIT",
+ "dependencies": {
+ "yocto-queue": "^0.1.0"
+ },
"engines": {
"node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/concurrently/node_modules/yargs": {
- "version": "17.7.2",
+ "node_modules/@storybook/core-common/node_modules/p-locate": {
+ "version": "5.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "cliui": "^8.0.1",
- "escalade": "^3.1.1",
- "get-caller-file": "^2.0.5",
- "require-directory": "^2.1.1",
- "string-width": "^4.2.3",
- "y18n": "^5.0.5",
- "yargs-parser": "^21.1.1"
+ "p-limit": "^3.0.2"
},
"engines": {
- "node": ">=12"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/concurrently/node_modules/yargs-parser": {
- "version": "21.1.1",
+ "node_modules/@storybook/core-common/node_modules/pkg-dir": {
+ "version": "5.0.0",
"dev": true,
- "license": "ISC",
+ "license": "MIT",
+ "dependencies": {
+ "find-up": "^5.0.0"
+ },
"engines": {
- "node": ">=12"
+ "node": ">=10"
}
},
- "node_modules/configstore": {
- "version": "5.0.1",
- "license": "BSD-2-Clause",
+ "node_modules/@storybook/core-common/node_modules/supports-color": {
+ "version": "7.2.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "dot-prop": "^5.2.0",
- "graceful-fs": "^4.1.2",
- "make-dir": "^3.0.0",
- "unique-string": "^2.0.0",
- "write-file-atomic": "^3.0.0",
- "xdg-basedir": "^4.0.0"
+ "has-flag": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
- "node_modules/configstore/node_modules/make-dir": {
- "version": "3.1.0",
+ "node_modules/@storybook/core-common/node_modules/universalify": {
+ "version": "2.0.1",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 10.0.0"
+ }
+ },
+ "node_modules/@storybook/core-events": {
+ "version": "7.6.20",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "semver": "^6.0.0"
+ "ts-dedent": "^2.0.0"
},
- "engines": {
- "node": ">=8"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
+ },
+ "node_modules/@storybook/core-server": {
+ "version": "8.1.5",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@aw-web-design/x-default-browser": "1.4.126",
+ "@babel/core": "^7.24.4",
+ "@babel/parser": "^7.24.4",
+ "@discoveryjs/json-ext": "^0.5.3",
+ "@storybook/builder-manager": "8.1.5",
+ "@storybook/channels": "8.1.5",
+ "@storybook/core-common": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/csf-tools": "8.1.5",
+ "@storybook/docs-mdx": "3.1.0-next.0",
+ "@storybook/global": "^5.0.0",
+ "@storybook/manager": "8.1.5",
+ "@storybook/manager-api": "8.1.5",
+ "@storybook/node-logger": "8.1.5",
+ "@storybook/preview-api": "8.1.5",
+ "@storybook/telemetry": "8.1.5",
+ "@storybook/types": "8.1.5",
+ "@types/detect-port": "^1.3.0",
+ "@types/diff": "^5.0.9",
+ "@types/node": "^18.0.0",
+ "@types/pretty-hrtime": "^1.0.0",
+ "@types/semver": "^7.3.4",
+ "better-opn": "^3.0.2",
+ "chalk": "^4.1.0",
+ "cli-table3": "^0.6.1",
+ "compression": "^1.7.4",
+ "detect-port": "^1.3.0",
+ "diff": "^5.2.0",
+ "express": "^4.17.3",
+ "fs-extra": "^11.1.0",
+ "globby": "^14.0.1",
+ "ip": "^2.0.1",
+ "lodash": "^4.17.21",
+ "open": "^8.4.0",
+ "pretty-hrtime": "^1.0.3",
+ "prompts": "^2.4.0",
+ "read-pkg-up": "^7.0.1",
+ "semver": "^7.3.7",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1",
+ "ts-dedent": "^2.0.0",
+ "util": "^0.12.4",
+ "util-deprecate": "^1.0.2",
+ "watchpack": "^2.2.0",
+ "ws": "^8.2.3"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/configstore/node_modules/semver": {
- "version": "6.3.1",
- "license": "ISC",
+ "node_modules/@storybook/core-server/node_modules/@babel/parser": {
+ "version": "7.24.7",
+ "dev": true,
+ "license": "MIT",
"bin": {
- "semver": "bin/semver.js"
+ "parser": "bin/babel-parser.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
}
},
- "node_modules/confusing-browser-globals": {
- "version": "1.0.11",
- "license": "MIT"
- },
- "node_modules/consola": {
- "version": "3.2.3",
+ "node_modules/@storybook/core-server/node_modules/@sindresorhus/merge-streams": {
+ "version": "2.3.0",
"dev": true,
"license": "MIT",
"engines": {
- "node": "^14.18.0 || >=16.10.0"
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/constants-browserify": {
- "version": "1.0.0",
+ "node_modules/@storybook/core-server/node_modules/@storybook/channels": {
+ "version": "8.1.5",
"dev": true,
- "license": "MIT"
- },
- "node_modules/content-disposition": {
- "version": "0.5.4",
"license": "MIT",
"dependencies": {
- "safe-buffer": "5.2.1"
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
},
- "engines": {
- "node": ">= 0.6"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/content-disposition/node_modules/safe-buffer": {
- "version": "5.2.1",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "license": "MIT"
+ "node_modules/@storybook/core-server/node_modules/@storybook/client-logger": {
+ "version": "8.1.5",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@storybook/global": "^5.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
},
- "node_modules/content-type": {
- "version": "1.0.5",
+ "node_modules/@storybook/core-server/node_modules/@storybook/core-common": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">= 0.6"
+ "dependencies": {
+ "@storybook/core-events": "8.1.5",
+ "@storybook/csf-tools": "8.1.5",
+ "@storybook/node-logger": "8.1.5",
+ "@storybook/types": "8.1.5",
+ "@yarnpkg/fslib": "2.10.3",
+ "@yarnpkg/libzip": "2.3.0",
+ "chalk": "^4.1.0",
+ "cross-spawn": "^7.0.3",
+ "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0",
+ "esbuild-register": "^3.5.0",
+ "execa": "^5.0.0",
+ "file-system-cache": "2.3.0",
+ "find-cache-dir": "^3.0.0",
+ "find-up": "^5.0.0",
+ "fs-extra": "^11.1.0",
+ "glob": "^10.0.0",
+ "handlebars": "^4.7.7",
+ "lazy-universal-dotenv": "^4.0.0",
+ "node-fetch": "^2.0.0",
+ "picomatch": "^2.3.0",
+ "pkg-dir": "^5.0.0",
+ "prettier-fallback": "npm:prettier@^3",
+ "pretty-hrtime": "^1.0.3",
+ "resolve-from": "^5.0.0",
+ "semver": "^7.3.7",
+ "tempy": "^3.1.0",
+ "tiny-invariant": "^1.3.1",
+ "ts-dedent": "^2.0.0",
+ "util": "^0.12.4"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ },
+ "peerDependencies": {
+ "prettier": "^2 || ^3"
+ },
+ "peerDependenciesMeta": {
+ "prettier": {
+ "optional": true
+ }
}
},
- "node_modules/contentful-management": {
- "version": "7.54.2",
+ "node_modules/@storybook/core-server/node_modules/@storybook/core-events": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/json-patch": "0.0.30",
- "axios": "^0.21.4",
- "contentful-sdk-core": "^6.10.4",
- "fast-copy": "^2.1.0",
- "lodash.isplainobject": "^4.0.6",
- "type-fest": "^2.5.3"
+ "@storybook/csf": "^0.1.7",
+ "ts-dedent": "^2.0.0"
},
- "engines": {
- "node": ">=6"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/contentful-management/node_modules/axios": {
- "version": "0.21.4",
+ "node_modules/@storybook/core-server/node_modules/@storybook/csf": {
+ "version": "0.1.8",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "follow-redirects": "^1.14.0"
+ "type-fest": "^2.19.0"
}
},
- "node_modules/contentful-management/node_modules/type-fest": {
- "version": "2.19.0",
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=12.20"
+ "node_modules/@storybook/core-server/node_modules/@storybook/csf-tools": {
+ "version": "8.1.5",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/generator": "^7.24.4",
+ "@babel/parser": "^7.24.4",
+ "@babel/traverse": "^7.24.1",
+ "@babel/types": "^7.24.0",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/types": "8.1.5",
+ "fs-extra": "^11.1.0",
+ "recast": "^0.23.5",
+ "ts-dedent": "^2.0.0"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/contentful-sdk-core": {
- "version": "6.11.0",
+ "node_modules/@storybook/core-server/node_modules/@storybook/manager-api": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "fast-copy": "^2.1.0",
- "lodash.isplainobject": "^4.0.6",
- "lodash.isstring": "^4.0.1",
- "p-throttle": "^4.1.1",
- "qs": "^6.9.4"
+ "@storybook/channels": "8.1.5",
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/global": "^5.0.0",
+ "@storybook/icons": "^1.2.5",
+ "@storybook/router": "8.1.5",
+ "@storybook/theming": "8.1.5",
+ "@storybook/types": "8.1.5",
+ "dequal": "^2.0.2",
+ "lodash": "^4.17.21",
+ "memoizerific": "^1.11.3",
+ "store2": "^2.14.2",
+ "telejson": "^7.2.0",
+ "ts-dedent": "^2.0.0"
},
- "engines": {
- "node": ">=6"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/convert-hrtime": {
- "version": "3.0.0",
+ "node_modules/@storybook/core-server/node_modules/@storybook/node-logger": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=8"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/convert-source-map": {
- "version": "1.9.0",
- "license": "MIT"
- },
- "node_modules/cookie": {
- "version": "0.6.0",
+ "node_modules/@storybook/core-server/node_modules/@storybook/preview-api": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">= 0.6"
+ "dependencies": {
+ "@storybook/channels": "8.1.5",
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/global": "^5.0.0",
+ "@storybook/types": "8.1.5",
+ "@types/qs": "^6.9.5",
+ "dequal": "^2.0.2",
+ "lodash": "^4.17.21",
+ "memoizerific": "^1.11.3",
+ "qs": "^6.10.0",
+ "tiny-invariant": "^1.3.1",
+ "ts-dedent": "^2.0.0",
+ "util-deprecate": "^1.0.2"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/cookie-signature": {
- "version": "1.0.6",
- "license": "MIT"
- },
- "node_modules/copy-anything": {
- "version": "2.0.6",
+ "node_modules/@storybook/core-server/node_modules/@storybook/router": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "is-what": "^3.14.1"
+ "@storybook/client-logger": "8.1.5",
+ "memoizerific": "^1.11.3",
+ "qs": "^6.10.0"
},
"funding": {
- "url": "https://github.com/sponsors/mesqueeb"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/copy-descriptor": {
- "version": "0.1.1",
+ "node_modules/@storybook/core-server/node_modules/@storybook/theming": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=0.10.0"
+ "dependencies": {
+ "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "memoizerific": "^1.11.3"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ },
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta"
+ },
+ "peerDependenciesMeta": {
+ "react": {
+ "optional": true
+ },
+ "react-dom": {
+ "optional": true
+ }
}
},
- "node_modules/copy-to-clipboard": {
- "version": "3.3.3",
+ "node_modules/@storybook/core-server/node_modules/@storybook/types": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "toggle-selection": "^1.0.6"
+ "@storybook/channels": "8.1.5",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/copyfiles": {
- "version": "2.4.1",
+ "node_modules/@storybook/core-server/node_modules/@types/node": {
+ "version": "18.19.34",
"dev": true,
"license": "MIT",
"dependencies": {
- "glob": "^7.0.5",
- "minimatch": "^3.0.3",
- "mkdirp": "^1.0.4",
- "noms": "0.0.0",
- "through2": "^2.0.1",
- "untildify": "^4.0.0",
- "yargs": "^16.1.0"
- },
- "bin": {
- "copyfiles": "copyfiles",
- "copyup": "copyfiles"
+ "undici-types": "~5.26.4"
}
},
- "node_modules/copyfiles/node_modules/ansi-styles": {
+ "node_modules/@storybook/core-server/node_modules/ansi-styles": {
"version": "4.3.0",
"dev": true,
"license": "MIT",
@@ -26185,363 +13111,353 @@
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/copyfiles/node_modules/cliui": {
- "version": "7.0.4",
+ "node_modules/@storybook/core-server/node_modules/better-opn": {
+ "version": "3.0.2",
"dev": true,
- "license": "ISC",
+ "license": "MIT",
"dependencies": {
- "string-width": "^4.2.0",
- "strip-ansi": "^6.0.0",
- "wrap-ansi": "^7.0.0"
+ "open": "^8.0.4"
+ },
+ "engines": {
+ "node": ">=12.0.0"
}
},
- "node_modules/copyfiles/node_modules/color-convert": {
+ "node_modules/@storybook/core-server/node_modules/brace-expansion": {
"version": "2.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
+ "balanced-match": "^1.0.0"
}
},
- "node_modules/copyfiles/node_modules/color-name": {
- "version": "1.1.4",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/copyfiles/node_modules/wrap-ansi": {
- "version": "7.0.0",
+ "node_modules/@storybook/core-server/node_modules/chalk": {
+ "version": "4.1.2",
"dev": true,
"license": "MIT",
"dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/copyfiles/node_modules/y18n": {
- "version": "5.0.8",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=10"
+ "url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/copyfiles/node_modules/yargs": {
- "version": "16.2.0",
+ "node_modules/@storybook/core-server/node_modules/color-convert": {
+ "version": "2.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "cliui": "^7.0.2",
- "escalade": "^3.1.1",
- "get-caller-file": "^2.0.5",
- "require-directory": "^2.1.1",
- "string-width": "^4.2.0",
- "y18n": "^5.0.5",
- "yargs-parser": "^20.2.2"
+ "color-name": "~1.1.4"
},
"engines": {
- "node": ">=10"
+ "node": ">=7.0.0"
}
},
- "node_modules/copyfiles/node_modules/yargs-parser": {
- "version": "20.2.9",
+ "node_modules/@storybook/core-server/node_modules/color-name": {
+ "version": "1.1.4",
"dev": true,
- "license": "ISC",
+ "license": "MIT"
+ },
+ "node_modules/@storybook/core-server/node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
"engines": {
- "node": ">=10"
+ "node": ">= 8"
}
},
- "node_modules/core-js": {
- "version": "2.6.12",
+ "node_modules/@storybook/core-server/node_modules/crypto-random-string": {
+ "version": "4.0.0",
"dev": true,
- "hasInstallScript": true,
- "license": "MIT"
- },
- "node_modules/core-js-compat": {
- "version": "3.38.0",
- "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.38.0.tgz",
- "integrity": "sha512-75LAicdLa4OJVwFxFbQR3NdnZjNgX6ILpVcVzcC4T2smerB5lELMrJQQQoWV6TiuC/vlaFqgU2tKQx9w5s0e0A==",
"license": "MIT",
"dependencies": {
- "browserslist": "^4.23.3"
+ "type-fest": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=12"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/core-js"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/core-js-pure": {
- "version": "3.36.1",
- "hasInstallScript": true,
- "license": "MIT",
+ "node_modules/@storybook/core-server/node_modules/crypto-random-string/node_modules/type-fest": {
+ "version": "1.4.0",
+ "dev": true,
+ "license": "(MIT OR CC0-1.0)",
+ "engines": {
+ "node": ">=10"
+ },
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/core-js"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/core-util-is": {
- "version": "1.0.2",
- "license": "MIT"
+ "node_modules/@storybook/core-server/node_modules/diff": {
+ "version": "5.2.0",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "engines": {
+ "node": ">=0.3.1"
+ }
},
- "node_modules/cors": {
- "version": "2.8.5",
+ "node_modules/@storybook/core-server/node_modules/execa": {
+ "version": "5.1.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "object-assign": "^4",
- "vary": "^1"
+ "cross-spawn": "^7.0.3",
+ "get-stream": "^6.0.0",
+ "human-signals": "^2.1.0",
+ "is-stream": "^2.0.0",
+ "merge-stream": "^2.0.0",
+ "npm-run-path": "^4.0.1",
+ "onetime": "^5.1.2",
+ "signal-exit": "^3.0.3",
+ "strip-final-newline": "^2.0.0"
},
"engines": {
- "node": ">= 0.10"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sindresorhus/execa?sponsor=1"
}
},
- "node_modules/cosmiconfig": {
- "version": "7.1.0",
+ "node_modules/@storybook/core-server/node_modules/find-up": {
+ "version": "5.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/parse-json": "^4.0.0",
- "import-fresh": "^3.2.1",
- "parse-json": "^5.0.0",
- "path-type": "^4.0.0",
- "yaml": "^1.10.0"
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
},
"engines": {
"node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/cosmiconfig-toml-loader": {
- "version": "1.0.0",
+ "node_modules/@storybook/core-server/node_modules/fs-extra": {
+ "version": "11.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@iarna/toml": "^2.2.5"
- }
- },
- "node_modules/cosmiconfig/node_modules/yaml": {
- "version": "1.10.2",
- "license": "ISC",
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
"engines": {
- "node": ">= 6"
+ "node": ">=14.14"
}
},
- "node_modules/create-gatsby": {
- "version": "1.15.0",
- "license": "MIT",
+ "node_modules/@storybook/core-server/node_modules/glob": {
+ "version": "10.4.1",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "@babel/runtime": "^7.15.4"
+ "foreground-child": "^3.1.0",
+ "jackspeak": "^3.1.2",
+ "minimatch": "^9.0.4",
+ "minipass": "^7.1.2",
+ "path-scurry": "^1.11.1"
},
"bin": {
- "create-gatsby": "cli.js"
+ "glob": "dist/esm/bin.mjs"
+ },
+ "engines": {
+ "node": ">=16 || 14 >=14.18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/create-jest": {
- "version": "29.7.0",
+ "node_modules/@storybook/core-server/node_modules/globby": {
+ "version": "14.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "@jest/types": "^29.6.3",
- "chalk": "^4.0.0",
- "exit": "^0.1.2",
- "graceful-fs": "^4.2.9",
- "jest-config": "^29.7.0",
- "jest-util": "^29.7.0",
- "prompts": "^2.0.1"
- },
- "bin": {
- "create-jest": "bin/create-jest.js"
+ "@sindresorhus/merge-streams": "^2.1.0",
+ "fast-glob": "^3.3.2",
+ "ignore": "^5.2.4",
+ "path-type": "^5.0.0",
+ "slash": "^5.1.0",
+ "unicorn-magic": "^0.1.0"
},
"engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/create-jest/node_modules/@jest/schemas": {
- "version": "29.6.3",
+ "node_modules/@storybook/core-server/node_modules/has-flag": {
+ "version": "4.0.0",
"dev": true,
"license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@storybook/core-server/node_modules/jackspeak": {
+ "version": "3.3.0",
+ "dev": true,
+ "license": "BlueOak-1.0.0",
"dependencies": {
- "@sinclair/typebox": "^0.27.8"
+ "@isaacs/cliui": "^8.0.2"
},
"engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ },
+ "optionalDependencies": {
+ "@pkgjs/parseargs": "^0.11.0"
}
},
- "node_modules/create-jest/node_modules/@sinclair/typebox": {
- "version": "0.27.8",
+ "node_modules/@storybook/core-server/node_modules/jsonfile": {
+ "version": "6.1.0",
"dev": true,
- "license": "MIT"
+ "license": "MIT",
+ "dependencies": {
+ "universalify": "^2.0.0"
+ },
+ "optionalDependencies": {
+ "graceful-fs": "^4.1.6"
+ }
},
- "node_modules/create-jest/node_modules/ansi-styles": {
- "version": "4.3.0",
+ "node_modules/@storybook/core-server/node_modules/locate-path": {
+ "version": "6.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "color-convert": "^2.0.1"
+ "p-locate": "^5.0.0"
},
"engines": {
- "node": ">=8"
+ "node": ">=10"
},
"funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/create-jest/node_modules/babel-jest": {
- "version": "29.7.0",
+ "node_modules/@storybook/core-server/node_modules/minimatch": {
+ "version": "9.0.4",
"dev": true,
- "license": "MIT",
+ "license": "ISC",
"dependencies": {
- "@jest/transform": "^29.7.0",
- "@types/babel__core": "^7.1.14",
- "babel-plugin-istanbul": "^6.1.1",
- "babel-preset-jest": "^29.6.3",
- "chalk": "^4.0.0",
- "graceful-fs": "^4.2.9",
- "slash": "^3.0.0"
+ "brace-expansion": "^2.0.1"
},
"engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "node": ">=16 || 14 >=14.17"
},
- "peerDependencies": {
- "@babel/core": "^7.8.0"
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/create-jest/node_modules/babel-preset-jest": {
- "version": "29.6.3",
+ "node_modules/@storybook/core-server/node_modules/open": {
+ "version": "8.4.2",
"dev": true,
"license": "MIT",
"dependencies": {
- "babel-plugin-jest-hoist": "^29.6.3",
- "babel-preset-current-node-syntax": "^1.0.0"
+ "define-lazy-prop": "^2.0.0",
+ "is-docker": "^2.1.1",
+ "is-wsl": "^2.2.0"
},
"engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "node": ">=12"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/create-jest/node_modules/chalk": {
- "version": "4.1.2",
+ "node_modules/@storybook/core-server/node_modules/p-limit": {
+ "version": "3.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
+ "yocto-queue": "^0.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/create-jest/node_modules/color-convert": {
- "version": "2.0.1",
+ "node_modules/@storybook/core-server/node_modules/p-locate": {
+ "version": "5.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "color-name": "~1.1.4"
+ "p-limit": "^3.0.2"
},
"engines": {
- "node": ">=7.0.0"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/create-jest/node_modules/color-name": {
- "version": "1.1.4",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/create-jest/node_modules/has-flag": {
- "version": "4.0.0",
+ "node_modules/@storybook/core-server/node_modules/path-type": {
+ "version": "5.0.0",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">=8"
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/create-jest/node_modules/jest-config": {
- "version": "29.7.0",
+ "node_modules/@storybook/core-server/node_modules/pkg-dir": {
+ "version": "5.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/core": "^7.11.6",
- "@jest/test-sequencer": "^29.7.0",
- "@jest/types": "^29.6.3",
- "babel-jest": "^29.7.0",
- "chalk": "^4.0.0",
- "ci-info": "^3.2.0",
- "deepmerge": "^4.2.2",
- "glob": "^7.1.3",
- "graceful-fs": "^4.2.9",
- "jest-circus": "^29.7.0",
- "jest-environment-node": "^29.7.0",
- "jest-get-type": "^29.6.3",
- "jest-regex-util": "^29.6.3",
- "jest-resolve": "^29.7.0",
- "jest-runner": "^29.7.0",
- "jest-util": "^29.7.0",
- "jest-validate": "^29.7.0",
- "micromatch": "^4.0.4",
- "parse-json": "^5.2.0",
- "pretty-format": "^29.7.0",
- "slash": "^3.0.0",
- "strip-json-comments": "^3.1.1"
+ "find-up": "^5.0.0"
},
"engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- },
- "peerDependencies": {
- "@types/node": "*",
- "ts-node": ">=9.0.0"
- },
- "peerDependenciesMeta": {
- "@types/node": {
- "optional": true
- },
- "ts-node": {
- "optional": true
- }
+ "node": ">=10"
}
},
- "node_modules/create-jest/node_modules/pretty-format": {
- "version": "29.7.0",
+ "node_modules/@storybook/core-server/node_modules/shebang-command": {
+ "version": "2.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@jest/schemas": "^29.6.3",
- "ansi-styles": "^5.0.0",
- "react-is": "^18.0.0"
+ "shebang-regex": "^3.0.0"
},
"engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "node": ">=8"
}
},
- "node_modules/create-jest/node_modules/pretty-format/node_modules/ansi-styles": {
- "version": "5.2.0",
+ "node_modules/@storybook/core-server/node_modules/shebang-regex": {
+ "version": "3.0.0",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ "node": ">=8"
}
},
- "node_modules/create-jest/node_modules/slash": {
- "version": "3.0.0",
+ "node_modules/@storybook/core-server/node_modules/slash": {
+ "version": "5.1.0",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">=8"
+ "node": ">=14.16"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/create-jest/node_modules/supports-color": {
+ "node_modules/@storybook/core-server/node_modules/supports-color": {
"version": "7.2.0",
"dev": true,
"license": "MIT",
@@ -26552,60 +13468,76 @@
"node": ">=8"
}
},
- "node_modules/create-require": {
- "version": "1.1.1",
- "license": "MIT"
+ "node_modules/@storybook/core-server/node_modules/temp-dir": {
+ "version": "3.0.0",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=14.16"
+ }
},
- "node_modules/cross-env": {
- "version": "7.0.3",
+ "node_modules/@storybook/core-server/node_modules/tempy": {
+ "version": "3.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "cross-spawn": "^7.0.1"
- },
- "bin": {
- "cross-env": "src/bin/cross-env.js",
- "cross-env-shell": "src/bin/cross-env-shell.js"
+ "is-stream": "^3.0.0",
+ "temp-dir": "^3.0.0",
+ "type-fest": "^2.12.2",
+ "unique-string": "^3.0.0"
},
"engines": {
- "node": ">=10.14",
- "npm": ">=6",
- "yarn": ">=1"
+ "node": ">=14.16"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/cross-env/node_modules/cross-spawn": {
- "version": "7.0.3",
+ "node_modules/@storybook/core-server/node_modules/tempy/node_modules/is-stream": {
+ "version": "3.0.0",
"dev": true,
"license": "MIT",
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
+ "engines": {
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/@storybook/core-server/node_modules/type-fest": {
+ "version": "2.19.0",
+ "dev": true,
+ "license": "(MIT OR CC0-1.0)",
"engines": {
- "node": ">= 8"
+ "node": ">=12.20"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/cross-env/node_modules/shebang-command": {
- "version": "2.0.0",
+ "node_modules/@storybook/core-server/node_modules/unique-string": {
+ "version": "3.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "shebang-regex": "^3.0.0"
+ "crypto-random-string": "^4.0.0"
},
"engines": {
- "node": ">=8"
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/cross-env/node_modules/shebang-regex": {
- "version": "3.0.0",
+ "node_modules/@storybook/core-server/node_modules/universalify": {
+ "version": "2.0.1",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">=8"
+ "node": ">= 10.0.0"
}
},
- "node_modules/cross-env/node_modules/which": {
+ "node_modules/@storybook/core-server/node_modules/which": {
"version": "2.0.2",
"dev": true,
"license": "ISC",
@@ -26619,4715 +13551,4527 @@
"node": ">= 8"
}
},
- "node_modules/cross-fetch": {
- "version": "4.0.0",
+ "node_modules/@storybook/core-webpack": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "node-fetch": "^2.6.12"
+ "@storybook/core-common": "8.1.5",
+ "@storybook/node-logger": "8.1.5",
+ "@storybook/types": "8.1.5",
+ "@types/node": "^18.0.0",
+ "ts-dedent": "^2.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/cross-spawn": {
- "version": "5.1.0",
+ "node_modules/@storybook/core-webpack/node_modules/@babel/parser": {
+ "version": "7.24.7",
"dev": true,
"license": "MIT",
- "dependencies": {
- "lru-cache": "^4.0.1",
- "shebang-command": "^1.2.0",
- "which": "^1.2.9"
- }
- },
- "node_modules/crypto-random-string": {
- "version": "2.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/css-blank-pseudo": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-7.0.0.tgz",
- "integrity": "sha512-v9xXYGdm6LIn4iHEfu3egk/PM1g/yJr8uwTIj6E44kurv5dE/4y3QW7WdVmZ0PVnqfTuK+C0ClZcEEiaKWBL9Q==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/csstools"
- },
- {
- "type": "opencollective",
- "url": "https://opencollective.com/csstools"
- }
- ],
- "dependencies": {
- "postcss-selector-parser": "^6.1.0"
- },
- "engines": {
- "node": ">=18"
+ "bin": {
+ "parser": "bin/babel-parser.js"
},
- "peerDependencies": {
- "postcss": "^8.4"
- }
- },
- "node_modules/css-color-keywords": {
- "version": "1.0.0",
- "license": "ISC",
"engines": {
- "node": ">=4"
+ "node": ">=6.0.0"
}
},
- "node_modules/css-declaration-sorter": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz",
- "integrity": "sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==",
+ "node_modules/@storybook/core-webpack/node_modules/@storybook/channels": {
+ "version": "8.1.5",
"dev": true,
- "engines": {
- "node": "^14 || ^16 || >=18"
+ "license": "MIT",
+ "dependencies": {
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
},
- "peerDependencies": {
- "postcss": "^8.0.9"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/css-functions-list": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.2.tgz",
- "integrity": "sha512-c+N0v6wbKVxTu5gOBBFkr9BEdBWaqqjQeiJ8QvSRIJOf+UxlJh930m8e6/WNeODIK0mYLFkoONrnj16i2EcvfQ==",
+ "node_modules/@storybook/core-webpack/node_modules/@storybook/client-logger": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
- "engines": {
- "node": ">=12 || >=16"
- }
- },
- "node_modules/css-has-pseudo": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-7.0.0.tgz",
- "integrity": "sha512-vO6k9bBt4/eEZ2PeHmS2VXjJga5SBy6O1ESyaOkse5/lvp6piFqg8Sh5KTU7X33M7Uh/oqo+M3EeMktQrZoTCQ==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/csstools"
- },
- {
- "type": "opencollective",
- "url": "https://opencollective.com/csstools"
- }
- ],
"dependencies": {
- "@csstools/selector-specificity": "^4.0.0",
- "postcss-selector-parser": "^6.1.0",
- "postcss-value-parser": "^4.2.0"
- },
- "engines": {
- "node": ">=18"
- },
- "peerDependencies": {
- "postcss": "^8.4"
- }
- },
- "node_modules/css-has-pseudo/node_modules/@csstools/selector-specificity": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-4.0.0.tgz",
- "integrity": "sha512-189nelqtPd8++phaHNwYovKZI0FOzH1vQEE3QhHHkNIGrg5fSs9CbYP3RvfEH5geztnIA9Jwq91wyOIwAW5JIQ==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/csstools"
- },
- {
- "type": "opencollective",
- "url": "https://opencollective.com/csstools"
- }
- ],
- "engines": {
- "node": ">=18"
+ "@storybook/global": "^5.0.0"
},
- "peerDependencies": {
- "postcss-selector-parser": "^6.1.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/css-loader": {
- "version": "6.10.0",
+ "node_modules/@storybook/core-webpack/node_modules/@storybook/core-common": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "icss-utils": "^5.1.0",
- "postcss": "^8.4.33",
- "postcss-modules-extract-imports": "^3.0.0",
- "postcss-modules-local-by-default": "^4.0.4",
- "postcss-modules-scope": "^3.1.1",
- "postcss-modules-values": "^4.0.0",
- "postcss-value-parser": "^4.2.0",
- "semver": "^7.5.4"
- },
- "engines": {
- "node": ">= 12.13.0"
+ "@storybook/core-events": "8.1.5",
+ "@storybook/csf-tools": "8.1.5",
+ "@storybook/node-logger": "8.1.5",
+ "@storybook/types": "8.1.5",
+ "@yarnpkg/fslib": "2.10.3",
+ "@yarnpkg/libzip": "2.3.0",
+ "chalk": "^4.1.0",
+ "cross-spawn": "^7.0.3",
+ "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0",
+ "esbuild-register": "^3.5.0",
+ "execa": "^5.0.0",
+ "file-system-cache": "2.3.0",
+ "find-cache-dir": "^3.0.0",
+ "find-up": "^5.0.0",
+ "fs-extra": "^11.1.0",
+ "glob": "^10.0.0",
+ "handlebars": "^4.7.7",
+ "lazy-universal-dotenv": "^4.0.0",
+ "node-fetch": "^2.0.0",
+ "picomatch": "^2.3.0",
+ "pkg-dir": "^5.0.0",
+ "prettier-fallback": "npm:prettier@^3",
+ "pretty-hrtime": "^1.0.3",
+ "resolve-from": "^5.0.0",
+ "semver": "^7.3.7",
+ "tempy": "^3.1.0",
+ "tiny-invariant": "^1.3.1",
+ "ts-dedent": "^2.0.0",
+ "util": "^0.12.4"
},
"funding": {
"type": "opencollective",
- "url": "https://opencollective.com/webpack"
+ "url": "https://opencollective.com/storybook"
},
"peerDependencies": {
- "@rspack/core": "0.x || 1.x",
- "webpack": "^5.0.0"
+ "prettier": "^2 || ^3"
},
"peerDependenciesMeta": {
- "@rspack/core": {
- "optional": true
- },
- "webpack": {
+ "prettier": {
"optional": true
}
}
},
- "node_modules/css-minimizer-webpack-plugin": {
- "version": "2.0.0",
+ "node_modules/@storybook/core-webpack/node_modules/@storybook/core-events": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "cssnano": "^5.0.0",
- "jest-worker": "^26.3.0",
- "p-limit": "^3.0.2",
- "postcss": "^8.2.9",
- "schema-utils": "^3.0.0",
- "serialize-javascript": "^5.0.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">= 10.13.0"
+ "@storybook/csf": "^0.1.7",
+ "ts-dedent": "^2.0.0"
},
"funding": {
"type": "opencollective",
- "url": "https://opencollective.com/webpack"
- },
- "peerDependencies": {
- "webpack": "^5.0.0"
- },
- "peerDependenciesMeta": {
- "clean-css": {
- "optional": true
- },
- "csso": {
- "optional": true
- }
- }
- },
- "node_modules/css-minimizer-webpack-plugin/node_modules/commander": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
- "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
- "engines": {
- "node": ">= 10"
- }
- },
- "node_modules/css-minimizer-webpack-plugin/node_modules/css-declaration-sorter": {
- "version": "6.4.1",
- "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz",
- "integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==",
- "engines": {
- "node": "^10 || ^12 || >=14"
- },
- "peerDependencies": {
- "postcss": "^8.0.9"
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/css-tree": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
- "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
+ "node_modules/@storybook/core-webpack/node_modules/@storybook/csf": {
+ "version": "0.1.8",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "mdn-data": "2.0.14",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=8.0.0"
+ "type-fest": "^2.19.0"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/cssnano": {
- "version": "5.1.15",
- "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz",
- "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==",
+ "node_modules/@storybook/core-webpack/node_modules/@storybook/csf-tools": {
+ "version": "8.1.5",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "cssnano-preset-default": "^5.2.14",
- "lilconfig": "^2.0.3",
- "yaml": "^1.10.2"
- },
- "engines": {
- "node": "^10 || ^12 || >=14.0"
+ "@babel/generator": "^7.24.4",
+ "@babel/parser": "^7.24.4",
+ "@babel/traverse": "^7.24.1",
+ "@babel/types": "^7.24.0",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/types": "8.1.5",
+ "fs-extra": "^11.1.0",
+ "recast": "^0.23.5",
+ "ts-dedent": "^2.0.0"
},
"funding": {
"type": "opencollective",
- "url": "https://opencollective.com/cssnano"
- },
- "peerDependencies": {
- "postcss": "^8.2.15"
- }
- },
- "node_modules/css-minimizer-webpack-plugin/node_modules/cssnano-preset-default": {
- "version": "5.2.14",
- "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz",
- "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==",
- "dependencies": {
- "css-declaration-sorter": "^6.3.1",
- "cssnano-utils": "^3.1.0",
- "postcss-calc": "^8.2.3",
- "postcss-colormin": "^5.3.1",
- "postcss-convert-values": "^5.1.3",
- "postcss-discard-comments": "^5.1.2",
- "postcss-discard-duplicates": "^5.1.0",
- "postcss-discard-empty": "^5.1.1",
- "postcss-discard-overridden": "^5.1.0",
- "postcss-merge-longhand": "^5.1.7",
- "postcss-merge-rules": "^5.1.4",
- "postcss-minify-font-values": "^5.1.0",
- "postcss-minify-gradients": "^5.1.1",
- "postcss-minify-params": "^5.1.4",
- "postcss-minify-selectors": "^5.2.1",
- "postcss-normalize-charset": "^5.1.0",
- "postcss-normalize-display-values": "^5.1.0",
- "postcss-normalize-positions": "^5.1.1",
- "postcss-normalize-repeat-style": "^5.1.1",
- "postcss-normalize-string": "^5.1.0",
- "postcss-normalize-timing-functions": "^5.1.0",
- "postcss-normalize-unicode": "^5.1.1",
- "postcss-normalize-url": "^5.1.0",
- "postcss-normalize-whitespace": "^5.1.1",
- "postcss-ordered-values": "^5.1.3",
- "postcss-reduce-initial": "^5.1.2",
- "postcss-reduce-transforms": "^5.1.0",
- "postcss-svgo": "^5.1.0",
- "postcss-unique-selectors": "^5.1.1"
- },
- "engines": {
- "node": "^10 || ^12 || >=14.0"
- },
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/cssnano-utils": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz",
- "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==",
- "engines": {
- "node": "^10 || ^12 || >=14.0"
- },
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "node_modules/@storybook/core-webpack/node_modules/@storybook/node-logger": {
+ "version": "8.1.5",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/csso": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz",
- "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
+ "node_modules/@storybook/core-webpack/node_modules/@storybook/types": {
+ "version": "8.1.5",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "css-tree": "^1.1.2"
+ "@storybook/channels": "8.1.5",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
},
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "node_modules/css-minimizer-webpack-plugin/node_modules/has-flag": {
- "version": "4.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/jest-worker": {
- "version": "26.6.2",
+ "node_modules/@storybook/core-webpack/node_modules/@types/node": {
+ "version": "18.19.34",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/node": "*",
- "merge-stream": "^2.0.0",
- "supports-color": "^7.0.0"
- },
- "engines": {
- "node": ">= 10.13.0"
+ "undici-types": "~5.26.4"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/mdn-data": {
- "version": "2.0.14",
- "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
- "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
- },
- "node_modules/css-minimizer-webpack-plugin/node_modules/p-limit": {
- "version": "3.1.0",
+ "node_modules/@storybook/core-webpack/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "yocto-queue": "^0.1.0"
+ "color-convert": "^2.0.1"
},
"engines": {
- "node": ">=10"
+ "node": ">=8"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-calc": {
- "version": "8.2.4",
- "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz",
- "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==",
+ "node_modules/@storybook/core-webpack/node_modules/brace-expansion": {
+ "version": "2.0.1",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "postcss-selector-parser": "^6.0.9",
- "postcss-value-parser": "^4.2.0"
- },
- "peerDependencies": {
- "postcss": "^8.2.2"
+ "balanced-match": "^1.0.0"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-colormin": {
- "version": "5.3.1",
- "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz",
- "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==",
+ "node_modules/@storybook/core-webpack/node_modules/chalk": {
+ "version": "4.1.2",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "browserslist": "^4.21.4",
- "caniuse-api": "^3.0.0",
- "colord": "^2.9.1",
- "postcss-value-parser": "^4.2.0"
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
},
"engines": {
- "node": "^10 || ^12 || >=14.0"
+ "node": ">=10"
},
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-convert-values": {
- "version": "5.1.3",
- "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz",
- "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==",
+ "node_modules/@storybook/core-webpack/node_modules/color-convert": {
+ "version": "2.0.1",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "browserslist": "^4.21.4",
- "postcss-value-parser": "^4.2.0"
- },
- "engines": {
- "node": "^10 || ^12 || >=14.0"
+ "color-name": "~1.1.4"
},
- "peerDependencies": {
- "postcss": "^8.2.15"
- }
- },
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-discard-comments": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz",
- "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==",
"engines": {
- "node": "^10 || ^12 || >=14.0"
- },
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "node": ">=7.0.0"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-discard-duplicates": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz",
- "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==",
- "engines": {
- "node": "^10 || ^12 || >=14.0"
- },
- "peerDependencies": {
- "postcss": "^8.2.15"
- }
+ "node_modules/@storybook/core-webpack/node_modules/color-name": {
+ "version": "1.1.4",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-discard-empty": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz",
- "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==",
- "engines": {
- "node": "^10 || ^12 || >=14.0"
+ "node_modules/@storybook/core-webpack/node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
},
- "peerDependencies": {
- "postcss": "^8.2.15"
- }
- },
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-discard-overridden": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz",
- "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==",
"engines": {
- "node": "^10 || ^12 || >=14.0"
- },
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "node": ">= 8"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-merge-longhand": {
- "version": "5.1.7",
- "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz",
- "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==",
+ "node_modules/@storybook/core-webpack/node_modules/crypto-random-string": {
+ "version": "4.0.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "postcss-value-parser": "^4.2.0",
- "stylehacks": "^5.1.1"
+ "type-fest": "^1.0.1"
},
"engines": {
- "node": "^10 || ^12 || >=14.0"
+ "node": ">=12"
},
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-merge-rules": {
- "version": "5.1.4",
- "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz",
- "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==",
- "dependencies": {
- "browserslist": "^4.21.4",
- "caniuse-api": "^3.0.0",
- "cssnano-utils": "^3.1.0",
- "postcss-selector-parser": "^6.0.5"
- },
+ "node_modules/@storybook/core-webpack/node_modules/crypto-random-string/node_modules/type-fest": {
+ "version": "1.4.0",
+ "dev": true,
+ "license": "(MIT OR CC0-1.0)",
"engines": {
- "node": "^10 || ^12 || >=14.0"
+ "node": ">=10"
},
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-minify-font-values": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz",
- "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==",
+ "node_modules/@storybook/core-webpack/node_modules/execa": {
+ "version": "5.1.1",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "postcss-value-parser": "^4.2.0"
+ "cross-spawn": "^7.0.3",
+ "get-stream": "^6.0.0",
+ "human-signals": "^2.1.0",
+ "is-stream": "^2.0.0",
+ "merge-stream": "^2.0.0",
+ "npm-run-path": "^4.0.1",
+ "onetime": "^5.1.2",
+ "signal-exit": "^3.0.3",
+ "strip-final-newline": "^2.0.0"
},
"engines": {
- "node": "^10 || ^12 || >=14.0"
+ "node": ">=10"
},
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "funding": {
+ "url": "https://github.com/sindresorhus/execa?sponsor=1"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-minify-gradients": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz",
- "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==",
+ "node_modules/@storybook/core-webpack/node_modules/find-up": {
+ "version": "5.0.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "colord": "^2.9.1",
- "cssnano-utils": "^3.1.0",
- "postcss-value-parser": "^4.2.0"
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
},
"engines": {
- "node": "^10 || ^12 || >=14.0"
+ "node": ">=10"
},
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-minify-params": {
- "version": "5.1.4",
- "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz",
- "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==",
+ "node_modules/@storybook/core-webpack/node_modules/fs-extra": {
+ "version": "11.2.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "browserslist": "^4.21.4",
- "cssnano-utils": "^3.1.0",
- "postcss-value-parser": "^4.2.0"
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
},
"engines": {
- "node": "^10 || ^12 || >=14.0"
- },
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "node": ">=14.14"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-minify-selectors": {
- "version": "5.2.1",
- "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz",
- "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==",
+ "node_modules/@storybook/core-webpack/node_modules/glob": {
+ "version": "10.4.1",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "postcss-selector-parser": "^6.0.5"
+ "foreground-child": "^3.1.0",
+ "jackspeak": "^3.1.2",
+ "minimatch": "^9.0.4",
+ "minipass": "^7.1.2",
+ "path-scurry": "^1.11.1"
+ },
+ "bin": {
+ "glob": "dist/esm/bin.mjs"
},
"engines": {
- "node": "^10 || ^12 || >=14.0"
+ "node": ">=16 || 14 >=14.18"
},
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-normalize-charset": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz",
- "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==",
+ "node_modules/@storybook/core-webpack/node_modules/has-flag": {
+ "version": "4.0.0",
+ "dev": true,
+ "license": "MIT",
"engines": {
- "node": "^10 || ^12 || >=14.0"
- },
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "node": ">=8"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-normalize-display-values": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz",
- "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==",
+ "node_modules/@storybook/core-webpack/node_modules/jackspeak": {
+ "version": "3.3.0",
+ "dev": true,
+ "license": "BlueOak-1.0.0",
"dependencies": {
- "postcss-value-parser": "^4.2.0"
+ "@isaacs/cliui": "^8.0.2"
},
"engines": {
- "node": "^10 || ^12 || >=14.0"
+ "node": ">=14"
},
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ },
+ "optionalDependencies": {
+ "@pkgjs/parseargs": "^0.11.0"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-normalize-positions": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz",
- "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==",
+ "node_modules/@storybook/core-webpack/node_modules/jsonfile": {
+ "version": "6.1.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "postcss-value-parser": "^4.2.0"
- },
- "engines": {
- "node": "^10 || ^12 || >=14.0"
+ "universalify": "^2.0.0"
},
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "optionalDependencies": {
+ "graceful-fs": "^4.1.6"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-normalize-repeat-style": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz",
- "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==",
+ "node_modules/@storybook/core-webpack/node_modules/locate-path": {
+ "version": "6.0.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "postcss-value-parser": "^4.2.0"
+ "p-locate": "^5.0.0"
},
"engines": {
- "node": "^10 || ^12 || >=14.0"
+ "node": ">=10"
},
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-normalize-string": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz",
- "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==",
+ "node_modules/@storybook/core-webpack/node_modules/minimatch": {
+ "version": "9.0.4",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "postcss-value-parser": "^4.2.0"
+ "brace-expansion": "^2.0.1"
},
"engines": {
- "node": "^10 || ^12 || >=14.0"
+ "node": ">=16 || 14 >=14.17"
},
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-normalize-timing-functions": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz",
- "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==",
+ "node_modules/@storybook/core-webpack/node_modules/p-limit": {
+ "version": "3.1.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "postcss-value-parser": "^4.2.0"
+ "yocto-queue": "^0.1.0"
},
"engines": {
- "node": "^10 || ^12 || >=14.0"
+ "node": ">=10"
},
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-normalize-unicode": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz",
- "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==",
+ "node_modules/@storybook/core-webpack/node_modules/p-locate": {
+ "version": "5.0.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "browserslist": "^4.21.4",
- "postcss-value-parser": "^4.2.0"
+ "p-limit": "^3.0.2"
},
"engines": {
- "node": "^10 || ^12 || >=14.0"
+ "node": ">=10"
},
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-normalize-url": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz",
- "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==",
+ "node_modules/@storybook/core-webpack/node_modules/pkg-dir": {
+ "version": "5.0.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "normalize-url": "^6.0.1",
- "postcss-value-parser": "^4.2.0"
+ "find-up": "^5.0.0"
},
"engines": {
- "node": "^10 || ^12 || >=14.0"
- },
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "node": ">=10"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-normalize-whitespace": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz",
- "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==",
+ "node_modules/@storybook/core-webpack/node_modules/shebang-command": {
+ "version": "2.0.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "postcss-value-parser": "^4.2.0"
+ "shebang-regex": "^3.0.0"
},
"engines": {
- "node": "^10 || ^12 || >=14.0"
- },
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "node": ">=8"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-ordered-values": {
- "version": "5.1.3",
- "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz",
- "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==",
- "dependencies": {
- "cssnano-utils": "^3.1.0",
- "postcss-value-parser": "^4.2.0"
- },
+ "node_modules/@storybook/core-webpack/node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "dev": true,
+ "license": "MIT",
"engines": {
- "node": "^10 || ^12 || >=14.0"
- },
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "node": ">=8"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-reduce-initial": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz",
- "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==",
+ "node_modules/@storybook/core-webpack/node_modules/supports-color": {
+ "version": "7.2.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "browserslist": "^4.21.4",
- "caniuse-api": "^3.0.0"
+ "has-flag": "^4.0.0"
},
"engines": {
- "node": "^10 || ^12 || >=14.0"
- },
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "node": ">=8"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-reduce-transforms": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz",
- "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==",
- "dependencies": {
- "postcss-value-parser": "^4.2.0"
- },
+ "node_modules/@storybook/core-webpack/node_modules/temp-dir": {
+ "version": "3.0.0",
+ "dev": true,
+ "license": "MIT",
"engines": {
- "node": "^10 || ^12 || >=14.0"
- },
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "node": ">=14.16"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-svgo": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz",
- "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==",
+ "node_modules/@storybook/core-webpack/node_modules/tempy": {
+ "version": "3.1.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "postcss-value-parser": "^4.2.0",
- "svgo": "^2.7.0"
+ "is-stream": "^3.0.0",
+ "temp-dir": "^3.0.0",
+ "type-fest": "^2.12.2",
+ "unique-string": "^3.0.0"
},
"engines": {
- "node": "^10 || ^12 || >=14.0"
+ "node": ">=14.16"
},
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/postcss-unique-selectors": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz",
- "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==",
- "dependencies": {
- "postcss-selector-parser": "^6.0.5"
- },
+ "node_modules/@storybook/core-webpack/node_modules/tempy/node_modules/is-stream": {
+ "version": "3.0.0",
+ "dev": true,
+ "license": "MIT",
"engines": {
- "node": "^10 || ^12 || >=14.0"
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/serialize-javascript": {
- "version": "5.0.1",
- "license": "BSD-3-Clause",
- "dependencies": {
- "randombytes": "^2.1.0"
+ "node_modules/@storybook/core-webpack/node_modules/type-fest": {
+ "version": "2.19.0",
+ "dev": true,
+ "license": "(MIT OR CC0-1.0)",
+ "engines": {
+ "node": ">=12.20"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/stylehacks": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz",
- "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==",
+ "node_modules/@storybook/core-webpack/node_modules/unique-string": {
+ "version": "3.0.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "browserslist": "^4.21.4",
- "postcss-selector-parser": "^6.0.4"
+ "crypto-random-string": "^4.0.0"
},
"engines": {
- "node": "^10 || ^12 || >=14.0"
+ "node": ">=12"
},
- "peerDependencies": {
- "postcss": "^8.2.15"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/supports-color": {
- "version": "7.2.0",
+ "node_modules/@storybook/core-webpack/node_modules/universalify": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "has-flag": "^4.0.0"
- },
"engines": {
- "node": ">=8"
+ "node": ">= 10.0.0"
}
},
- "node_modules/css-minimizer-webpack-plugin/node_modules/svgo": {
- "version": "2.8.0",
- "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz",
- "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==",
+ "node_modules/@storybook/core-webpack/node_modules/which": {
+ "version": "2.0.2",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "@trysound/sax": "0.2.0",
- "commander": "^7.2.0",
- "css-select": "^4.1.3",
- "css-tree": "^1.1.3",
- "csso": "^4.2.0",
- "picocolors": "^1.0.0",
- "stable": "^0.1.8"
+ "isexe": "^2.0.0"
},
"bin": {
- "svgo": "bin/svgo"
+ "node-which": "bin/node-which"
},
"engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/css-minimizer-webpack-plugin/node_modules/yaml": {
- "version": "1.10.2",
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
- "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
- "engines": {
- "node": ">= 6"
+ "node": ">= 8"
}
},
- "node_modules/css-prefers-color-scheme": {
- "version": "10.0.0",
- "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-10.0.0.tgz",
- "integrity": "sha512-VCtXZAWivRglTZditUfB4StnsWr6YVZ2PRtuxQLKTNRdtAf8tpzaVPE9zXIF3VaSc7O70iK/j1+NXxyQCqdPjQ==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/csstools"
- },
- {
- "type": "opencollective",
- "url": "https://opencollective.com/csstools"
- }
- ],
- "engines": {
- "node": ">=18"
- },
- "peerDependencies": {
- "postcss": "^8.4"
+ "node_modules/@storybook/csf": {
+ "version": "0.1.2",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "type-fest": "^2.19.0"
}
},
- "node_modules/css-select": {
- "version": "4.3.0",
- "license": "BSD-2-Clause",
+ "node_modules/@storybook/csf-plugin": {
+ "version": "8.1.5",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "boolbase": "^1.0.0",
- "css-what": "^6.0.1",
- "domhandler": "^4.3.1",
- "domutils": "^2.8.0",
- "nth-check": "^2.0.1"
+ "@storybook/csf-tools": "8.1.5",
+ "unplugin": "^1.3.1"
},
"funding": {
- "url": "https://github.com/sponsors/fb55"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/css-selector-parser": {
- "version": "1.4.1",
- "license": "MIT"
- },
- "node_modules/css-to-react-native": {
- "version": "3.2.0",
+ "node_modules/@storybook/csf-plugin/node_modules/@babel/parser": {
+ "version": "7.24.7",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "camelize": "^1.0.0",
- "css-color-keywords": "^1.0.0",
- "postcss-value-parser": "^4.0.2"
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
}
},
- "node_modules/css-tokenize": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/css-tokenize/-/css-tokenize-1.0.1.tgz",
- "integrity": "sha512-gLmmbJdwH9HLY4bcA17lnZ8GgPwEXRbvxBJGHnkiB6gLhRpTzjkjtMIvz7YORGW/Ptv2oMk8b5g+u7mRD6Dd7A==",
+ "node_modules/@storybook/csf-plugin/node_modules/@storybook/channels": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "inherits": "^2.0.1",
- "readable-stream": "^1.0.33"
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/css-tree": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz",
- "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
+ "node_modules/@storybook/csf-plugin/node_modules/@storybook/client-logger": {
+ "version": "8.1.5",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "mdn-data": "2.0.30",
- "source-map-js": "^1.0.1"
+ "@storybook/global": "^5.0.0"
},
- "engines": {
- "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/css-what": {
- "version": "6.1.0",
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">= 6"
+ "node_modules/@storybook/csf-plugin/node_modules/@storybook/core-events": {
+ "version": "8.1.5",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@storybook/csf": "^0.1.7",
+ "ts-dedent": "^2.0.0"
},
"funding": {
- "url": "https://github.com/sponsors/fb55"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/css.escape": {
- "version": "1.5.1",
- "license": "MIT"
- },
- "node_modules/cssdb": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-8.1.0.tgz",
- "integrity": "sha512-BQN57lfS4dYt2iL0LgyrlDbefZKEtUyrO8rbzrbGrqBk6OoyNTQLF+porY9DrpDBjLo4NEvj2IJttC7vf3x+Ew==",
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/csstools"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/csstools"
- }
- ],
- "license": "MIT-0"
+ "node_modules/@storybook/csf-plugin/node_modules/@storybook/csf": {
+ "version": "0.1.8",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "type-fest": "^2.19.0"
+ }
},
- "node_modules/cssesc": {
- "version": "3.0.0",
+ "node_modules/@storybook/csf-plugin/node_modules/@storybook/csf-tools": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
- "bin": {
- "cssesc": "bin/cssesc"
+ "dependencies": {
+ "@babel/generator": "^7.24.4",
+ "@babel/parser": "^7.24.4",
+ "@babel/traverse": "^7.24.1",
+ "@babel/types": "^7.24.0",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/types": "8.1.5",
+ "fs-extra": "^11.1.0",
+ "recast": "^0.23.5",
+ "ts-dedent": "^2.0.0"
},
- "engines": {
- "node": ">=4"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/cssfilter": {
- "version": "0.0.10",
- "license": "MIT"
- },
- "node_modules/cssnano": {
- "version": "7.0.6",
- "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.0.6.tgz",
- "integrity": "sha512-54woqx8SCbp8HwvNZYn68ZFAepuouZW4lTwiMVnBErM3VkO7/Sd4oTOt3Zz3bPx3kxQ36aISppyXj2Md4lg8bw==",
+ "node_modules/@storybook/csf-plugin/node_modules/@storybook/types": {
+ "version": "8.1.5",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "cssnano-preset-default": "^7.0.6",
- "lilconfig": "^3.1.2"
- },
- "engines": {
- "node": "^18.12.0 || ^20.9.0 || >=22.0"
+ "@storybook/channels": "8.1.5",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
},
"funding": {
"type": "opencollective",
- "url": "https://opencollective.com/cssnano"
- },
- "peerDependencies": {
- "postcss": "^8.4.31"
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/cssnano-preset-default": {
- "version": "7.0.6",
- "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.6.tgz",
- "integrity": "sha512-ZzrgYupYxEvdGGuqL+JKOY70s7+saoNlHSCK/OGn1vB2pQK8KSET8jvenzItcY+kA7NoWvfbb/YhlzuzNKjOhQ==",
+ "node_modules/@storybook/csf-plugin/node_modules/fs-extra": {
+ "version": "11.2.0",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "browserslist": "^4.23.3",
- "css-declaration-sorter": "^7.2.0",
- "cssnano-utils": "^5.0.0",
- "postcss-calc": "^10.0.2",
- "postcss-colormin": "^7.0.2",
- "postcss-convert-values": "^7.0.4",
- "postcss-discard-comments": "^7.0.3",
- "postcss-discard-duplicates": "^7.0.1",
- "postcss-discard-empty": "^7.0.0",
- "postcss-discard-overridden": "^7.0.0",
- "postcss-merge-longhand": "^7.0.4",
- "postcss-merge-rules": "^7.0.4",
- "postcss-minify-font-values": "^7.0.0",
- "postcss-minify-gradients": "^7.0.0",
- "postcss-minify-params": "^7.0.2",
- "postcss-minify-selectors": "^7.0.4",
- "postcss-normalize-charset": "^7.0.0",
- "postcss-normalize-display-values": "^7.0.0",
- "postcss-normalize-positions": "^7.0.0",
- "postcss-normalize-repeat-style": "^7.0.0",
- "postcss-normalize-string": "^7.0.0",
- "postcss-normalize-timing-functions": "^7.0.0",
- "postcss-normalize-unicode": "^7.0.2",
- "postcss-normalize-url": "^7.0.0",
- "postcss-normalize-whitespace": "^7.0.0",
- "postcss-ordered-values": "^7.0.1",
- "postcss-reduce-initial": "^7.0.2",
- "postcss-reduce-transforms": "^7.0.0",
- "postcss-svgo": "^7.0.1",
- "postcss-unique-selectors": "^7.0.3"
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
},
"engines": {
- "node": "^18.12.0 || ^20.9.0 || >=22.0"
- },
- "peerDependencies": {
- "postcss": "^8.4.31"
+ "node": ">=14.14"
}
},
- "node_modules/cssnano-utils": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.0.tgz",
- "integrity": "sha512-Uij0Xdxc24L6SirFr25MlwC2rCFX6scyUmuKpzI+JQ7cyqDEwD42fJ0xfB3yLfOnRDU5LKGgjQ9FA6LYh76GWQ==",
+ "node_modules/@storybook/csf-plugin/node_modules/jsonfile": {
+ "version": "6.1.0",
"dev": true,
- "engines": {
- "node": "^18.12.0 || ^20.9.0 || >=22.0"
+ "license": "MIT",
+ "dependencies": {
+ "universalify": "^2.0.0"
},
- "peerDependencies": {
- "postcss": "^8.4.31"
+ "optionalDependencies": {
+ "graceful-fs": "^4.1.6"
}
},
- "node_modules/cssnano/node_modules/lilconfig": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz",
- "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
+ "node_modules/@storybook/csf-plugin/node_modules/type-fest": {
+ "version": "2.19.0",
"dev": true,
+ "license": "(MIT OR CC0-1.0)",
"engines": {
- "node": ">=14"
+ "node": ">=12.20"
},
"funding": {
- "url": "https://github.com/sponsors/antonk52"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/csso": {
- "version": "5.0.5",
- "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
- "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
+ "node_modules/@storybook/csf-plugin/node_modules/universalify": {
+ "version": "2.0.1",
"dev": true,
- "dependencies": {
- "css-tree": "~2.2.0"
- },
+ "license": "MIT",
"engines": {
- "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
- "npm": ">=7.0.0"
+ "node": ">= 10.0.0"
}
},
- "node_modules/csso/node_modules/css-tree": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
- "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
+ "node_modules/@storybook/csf-tools": {
+ "version": "7.6.17",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "mdn-data": "2.0.28",
- "source-map-js": "^1.0.1"
+ "@babel/generator": "^7.23.0",
+ "@babel/parser": "^7.23.0",
+ "@babel/traverse": "^7.23.2",
+ "@babel/types": "^7.23.0",
+ "@storybook/csf": "^0.1.2",
+ "@storybook/types": "7.6.17",
+ "fs-extra": "^11.1.0",
+ "recast": "^0.23.1",
+ "ts-dedent": "^2.0.0"
},
- "engines": {
- "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
- "npm": ">=7.0.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/csso/node_modules/mdn-data": {
- "version": "2.0.28",
- "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
- "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
- "dev": true
- },
- "node_modules/cssom": {
- "version": "0.5.0",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/cssstyle": {
- "version": "2.3.0",
+ "node_modules/@storybook/csf-tools/node_modules/fs-extra": {
+ "version": "11.2.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "cssom": "~0.3.6"
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
},
"engines": {
- "node": ">=8"
+ "node": ">=14.14"
}
},
- "node_modules/cssstyle/node_modules/cssom": {
- "version": "0.3.8",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/csstype": {
- "version": "3.1.3",
- "license": "MIT"
- },
- "node_modules/csv": {
- "version": "5.5.3",
+ "node_modules/@storybook/csf-tools/node_modules/jsonfile": {
+ "version": "6.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "csv-generate": "^3.4.3",
- "csv-parse": "^4.16.3",
- "csv-stringify": "^5.6.5",
- "stream-transform": "^2.1.3"
+ "universalify": "^2.0.0"
},
- "engines": {
- "node": ">= 0.1.90"
+ "optionalDependencies": {
+ "graceful-fs": "^4.1.6"
}
},
- "node_modules/csv-generate": {
- "version": "3.4.3",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/csv-parse": {
- "version": "4.16.3",
+ "node_modules/@storybook/csf-tools/node_modules/universalify": {
+ "version": "2.0.1",
"dev": true,
- "license": "MIT"
+ "license": "MIT",
+ "engines": {
+ "node": ">= 10.0.0"
+ }
},
- "node_modules/csv-stringify": {
- "version": "5.6.5",
+ "node_modules/@storybook/csf/node_modules/type-fest": {
+ "version": "2.19.0",
"dev": true,
- "license": "MIT"
- },
- "node_modules/d": {
- "version": "1.0.2",
- "license": "ISC",
- "dependencies": {
- "es5-ext": "^0.10.64",
- "type": "^2.7.2"
- },
+ "license": "(MIT OR CC0-1.0)",
"engines": {
- "node": ">=0.12"
+ "node": ">=12.20"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/damerau-levenshtein": {
- "version": "1.0.8",
- "license": "BSD-2-Clause"
+ "node_modules/@storybook/docs-mdx": {
+ "version": "3.1.0-next.0",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/dashdash": {
- "version": "1.14.1",
+ "node_modules/@storybook/docs-tools": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "assert-plus": "^1.0.0"
+ "@storybook/core-common": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/preview-api": "8.1.5",
+ "@storybook/types": "8.1.5",
+ "@types/doctrine": "^0.0.3",
+ "assert": "^2.1.0",
+ "doctrine": "^3.0.0",
+ "lodash": "^4.17.21"
},
- "engines": {
- "node": ">=0.10"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/data-uri-to-buffer": {
- "version": "6.0.2",
+ "node_modules/@storybook/docs-tools/node_modules/@babel/parser": {
+ "version": "7.24.7",
"dev": true,
"license": "MIT",
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
"engines": {
- "node": ">= 14"
+ "node": ">=6.0.0"
}
},
- "node_modules/data-urls": {
- "version": "3.0.2",
+ "node_modules/@storybook/docs-tools/node_modules/@storybook/channels": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "abab": "^2.0.6",
- "whatwg-mimetype": "^3.0.0",
- "whatwg-url": "^11.0.0"
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
},
- "engines": {
- "node": ">=12"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/dataloader": {
- "version": "1.4.0",
- "license": "BSD-3-Clause"
- },
- "node_modules/date-fns": {
- "version": "2.30.0",
+ "node_modules/@storybook/docs-tools/node_modules/@storybook/client-logger": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.21.0"
- },
- "engines": {
- "node": ">=0.11"
+ "@storybook/global": "^5.0.0"
},
"funding": {
"type": "opencollective",
- "url": "https://opencollective.com/date-fns"
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/debug": {
- "version": "4.3.4",
+ "node_modules/@storybook/docs-tools/node_modules/@storybook/core-common": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ms": "2.1.2"
+ "@storybook/core-events": "8.1.5",
+ "@storybook/csf-tools": "8.1.5",
+ "@storybook/node-logger": "8.1.5",
+ "@storybook/types": "8.1.5",
+ "@yarnpkg/fslib": "2.10.3",
+ "@yarnpkg/libzip": "2.3.0",
+ "chalk": "^4.1.0",
+ "cross-spawn": "^7.0.3",
+ "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0",
+ "esbuild-register": "^3.5.0",
+ "execa": "^5.0.0",
+ "file-system-cache": "2.3.0",
+ "find-cache-dir": "^3.0.0",
+ "find-up": "^5.0.0",
+ "fs-extra": "^11.1.0",
+ "glob": "^10.0.0",
+ "handlebars": "^4.7.7",
+ "lazy-universal-dotenv": "^4.0.0",
+ "node-fetch": "^2.0.0",
+ "picomatch": "^2.3.0",
+ "pkg-dir": "^5.0.0",
+ "prettier-fallback": "npm:prettier@^3",
+ "pretty-hrtime": "^1.0.3",
+ "resolve-from": "^5.0.0",
+ "semver": "^7.3.7",
+ "tempy": "^3.1.0",
+ "tiny-invariant": "^1.3.1",
+ "ts-dedent": "^2.0.0",
+ "util": "^0.12.4"
},
- "engines": {
- "node": ">=6.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ },
+ "peerDependencies": {
+ "prettier": "^2 || ^3"
},
"peerDependenciesMeta": {
- "supports-color": {
+ "prettier": {
"optional": true
}
}
},
- "node_modules/decamelize": {
- "version": "1.2.0",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/decamelize-keys": {
- "version": "1.1.0",
+ "node_modules/@storybook/docs-tools/node_modules/@storybook/core-events": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "decamelize": "^1.1.0",
- "map-obj": "^1.0.0"
+ "@storybook/csf": "^0.1.7",
+ "ts-dedent": "^2.0.0"
},
- "engines": {
- "node": ">=0.10.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/decamelize-keys/node_modules/map-obj": {
- "version": "1.0.1",
+ "node_modules/@storybook/docs-tools/node_modules/@storybook/csf": {
+ "version": "0.1.8",
"dev": true,
"license": "MIT",
- "engines": {
- "node": ">=0.10.0"
+ "dependencies": {
+ "type-fest": "^2.19.0"
}
},
- "node_modules/decimal.js": {
- "version": "10.4.3",
+ "node_modules/@storybook/docs-tools/node_modules/@storybook/csf-tools": {
+ "version": "8.1.5",
"dev": true,
- "license": "MIT"
- },
- "node_modules/decode-named-character-reference": {
- "version": "1.0.2",
"license": "MIT",
"dependencies": {
- "character-entities": "^2.0.0"
+ "@babel/generator": "^7.24.4",
+ "@babel/parser": "^7.24.4",
+ "@babel/traverse": "^7.24.1",
+ "@babel/types": "^7.24.0",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/types": "8.1.5",
+ "fs-extra": "^11.1.0",
+ "recast": "^0.23.5",
+ "ts-dedent": "^2.0.0"
},
"funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/decode-named-character-reference/node_modules/character-entities": {
- "version": "2.0.2",
+ "node_modules/@storybook/docs-tools/node_modules/@storybook/node-logger": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/decode-uri-component": {
- "version": "0.2.2",
+ "node_modules/@storybook/docs-tools/node_modules/@storybook/preview-api": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=0.10"
+ "dependencies": {
+ "@storybook/channels": "8.1.5",
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/global": "^5.0.0",
+ "@storybook/types": "8.1.5",
+ "@types/qs": "^6.9.5",
+ "dequal": "^2.0.2",
+ "lodash": "^4.17.21",
+ "memoizerific": "^1.11.3",
+ "qs": "^6.10.0",
+ "tiny-invariant": "^1.3.1",
+ "ts-dedent": "^2.0.0",
+ "util-deprecate": "^1.0.2"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/decompress-response": {
- "version": "6.0.0",
+ "node_modules/@storybook/docs-tools/node_modules/@storybook/types": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "mimic-response": "^3.1.0"
- },
- "engines": {
- "node": ">=10"
+ "@storybook/channels": "8.1.5",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/decompress-response/node_modules/mimic-response": {
- "version": "3.1.0",
+ "node_modules/@storybook/docs-tools/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
"engines": {
- "node": ">=10"
+ "node": ">=8"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/dedent": {
- "version": "0.7.0",
+ "node_modules/@storybook/docs-tools/node_modules/brace-expansion": {
+ "version": "2.0.1",
"dev": true,
- "license": "MIT"
+ "license": "MIT",
+ "dependencies": {
+ "balanced-match": "^1.0.0"
+ }
},
- "node_modules/deep-eql": {
- "version": "4.1.4",
+ "node_modules/@storybook/docs-tools/node_modules/chalk": {
+ "version": "4.1.2",
"dev": true,
"license": "MIT",
"dependencies": {
- "type-detect": "^4.0.0"
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
},
"engines": {
- "node": ">=6"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/deep-equal": {
- "version": "2.2.0",
+ "node_modules/@storybook/docs-tools/node_modules/color-convert": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "call-bind": "^1.0.2",
- "es-get-iterator": "^1.1.2",
- "get-intrinsic": "^1.1.3",
- "is-arguments": "^1.1.1",
- "is-array-buffer": "^3.0.1",
- "is-date-object": "^1.0.5",
- "is-regex": "^1.1.4",
- "is-shared-array-buffer": "^1.0.2",
- "isarray": "^2.0.5",
- "object-is": "^1.1.5",
- "object-keys": "^1.1.1",
- "object.assign": "^4.1.4",
- "regexp.prototype.flags": "^1.4.3",
- "side-channel": "^1.0.4",
- "which-boxed-primitive": "^1.0.2",
- "which-collection": "^1.0.1",
- "which-typed-array": "^1.1.9"
+ "color-name": "~1.1.4"
},
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "engines": {
+ "node": ">=7.0.0"
}
},
- "node_modules/deep-equal/node_modules/isarray": {
- "version": "2.0.5",
+ "node_modules/@storybook/docs-tools/node_modules/color-name": {
+ "version": "1.1.4",
+ "dev": true,
"license": "MIT"
},
- "node_modules/deep-extend": {
- "version": "0.6.0",
+ "node_modules/@storybook/docs-tools/node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
"engines": {
- "node": ">=4.0.0"
+ "node": ">= 8"
}
},
- "node_modules/deep-is": {
- "version": "0.1.3",
- "license": "MIT"
+ "node_modules/@storybook/docs-tools/node_modules/crypto-random-string": {
+ "version": "4.0.0",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "type-fest": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
},
- "node_modules/deepmerge": {
- "version": "4.3.1",
- "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
- "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
+ "node_modules/@storybook/docs-tools/node_modules/crypto-random-string/node_modules/type-fest": {
+ "version": "1.4.0",
+ "dev": true,
+ "license": "(MIT OR CC0-1.0)",
"engines": {
- "node": ">=0.10.0"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/default-browser": {
- "version": "4.0.0",
+ "node_modules/@storybook/docs-tools/node_modules/execa": {
+ "version": "5.1.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "bundle-name": "^3.0.0",
- "default-browser-id": "^3.0.0",
- "execa": "^7.1.1",
- "titleize": "^3.0.0"
+ "cross-spawn": "^7.0.3",
+ "get-stream": "^6.0.0",
+ "human-signals": "^2.1.0",
+ "is-stream": "^2.0.0",
+ "merge-stream": "^2.0.0",
+ "npm-run-path": "^4.0.1",
+ "onetime": "^5.1.2",
+ "signal-exit": "^3.0.3",
+ "strip-final-newline": "^2.0.0"
},
"engines": {
- "node": ">=14.16"
+ "node": ">=10"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/sindresorhus/execa?sponsor=1"
}
},
- "node_modules/default-browser-id": {
- "version": "3.0.0",
+ "node_modules/@storybook/docs-tools/node_modules/find-up": {
+ "version": "5.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "bplist-parser": "^0.2.0",
- "untildify": "^4.0.0"
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
},
"engines": {
- "node": ">=12"
+ "node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/defaults": {
- "version": "1.0.4",
+ "node_modules/@storybook/docs-tools/node_modules/fs-extra": {
+ "version": "11.2.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "clone": "^1.0.2"
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
},
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/defer-to-connect": {
- "version": "2.0.1",
- "license": "MIT",
"engines": {
- "node": ">=10"
+ "node": ">=14.14"
}
},
- "node_modules/define-data-property": {
- "version": "1.1.2",
- "license": "MIT",
+ "node_modules/@storybook/docs-tools/node_modules/glob": {
+ "version": "10.4.1",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.2",
- "gopd": "^1.0.1",
- "has-property-descriptors": "^1.0.1"
+ "foreground-child": "^3.1.0",
+ "jackspeak": "^3.1.2",
+ "minimatch": "^9.0.4",
+ "minipass": "^7.1.2",
+ "path-scurry": "^1.11.1"
+ },
+ "bin": {
+ "glob": "dist/esm/bin.mjs"
},
"engines": {
- "node": ">= 0.4"
+ "node": ">=16 || 14 >=14.18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/define-lazy-prop": {
- "version": "2.0.0",
+ "node_modules/@storybook/docs-tools/node_modules/has-flag": {
+ "version": "4.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
- "node_modules/define-properties": {
- "version": "1.2.1",
- "license": "MIT",
+ "node_modules/@storybook/docs-tools/node_modules/jackspeak": {
+ "version": "3.3.0",
+ "dev": true,
+ "license": "BlueOak-1.0.0",
"dependencies": {
- "define-data-property": "^1.0.1",
- "has-property-descriptors": "^1.0.0",
- "object-keys": "^1.1.1"
+ "@isaacs/cliui": "^8.0.2"
},
"engines": {
- "node": ">= 0.4"
+ "node": ">=14"
},
"funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "url": "https://github.com/sponsors/isaacs"
+ },
+ "optionalDependencies": {
+ "@pkgjs/parseargs": "^0.11.0"
}
},
- "node_modules/define-property": {
- "version": "2.0.2",
+ "node_modules/@storybook/docs-tools/node_modules/jsonfile": {
+ "version": "6.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-descriptor": "^1.0.2",
- "isobject": "^3.0.1"
+ "universalify": "^2.0.0"
},
- "engines": {
- "node": ">=0.10.0"
+ "optionalDependencies": {
+ "graceful-fs": "^4.1.6"
}
},
- "node_modules/defu": {
- "version": "6.1.4",
+ "node_modules/@storybook/docs-tools/node_modules/locate-path": {
+ "version": "6.0.0",
"dev": true,
- "license": "MIT"
+ "license": "MIT",
+ "dependencies": {
+ "p-locate": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
},
- "node_modules/degenerator": {
- "version": "5.0.1",
+ "node_modules/@storybook/docs-tools/node_modules/minimatch": {
+ "version": "9.0.4",
"dev": true,
- "license": "MIT",
+ "license": "ISC",
"dependencies": {
- "ast-types": "^0.13.4",
- "escodegen": "^2.1.0",
- "esprima": "^4.0.1"
+ "brace-expansion": "^2.0.1"
},
"engines": {
- "node": ">= 14"
+ "node": ">=16 || 14 >=14.17"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/degenerator/node_modules/ast-types": {
- "version": "0.13.4",
+ "node_modules/@storybook/docs-tools/node_modules/p-limit": {
+ "version": "3.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "tslib": "^2.0.1"
+ "yocto-queue": "^0.1.0"
},
"engines": {
- "node": ">=4"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/del": {
- "version": "5.1.0",
+ "node_modules/@storybook/docs-tools/node_modules/p-locate": {
+ "version": "5.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "globby": "^10.0.1",
- "graceful-fs": "^4.2.2",
- "is-glob": "^4.0.1",
- "is-path-cwd": "^2.2.0",
- "is-path-inside": "^3.0.1",
- "p-map": "^3.0.0",
- "rimraf": "^3.0.0",
- "slash": "^3.0.0"
+ "p-limit": "^3.0.2"
},
"engines": {
- "node": ">=8"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/del/node_modules/@types/glob": {
- "version": "7.2.0",
+ "node_modules/@storybook/docs-tools/node_modules/pkg-dir": {
+ "version": "5.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/minimatch": "*",
- "@types/node": "*"
+ "find-up": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=10"
}
},
- "node_modules/del/node_modules/globby": {
- "version": "10.0.2",
+ "node_modules/@storybook/docs-tools/node_modules/shebang-command": {
+ "version": "2.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/glob": "^7.1.1",
- "array-union": "^2.1.0",
- "dir-glob": "^3.0.1",
- "fast-glob": "^3.0.3",
- "glob": "^7.1.3",
- "ignore": "^5.1.1",
- "merge2": "^1.2.3",
- "slash": "^3.0.0"
+ "shebang-regex": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
- "node_modules/del/node_modules/p-map": {
+ "node_modules/@storybook/docs-tools/node_modules/shebang-regex": {
"version": "3.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "aggregate-error": "^3.0.0"
- },
"engines": {
"node": ">=8"
}
},
- "node_modules/del/node_modules/rimraf": {
- "version": "3.0.2",
- "license": "ISC",
+ "node_modules/@storybook/docs-tools/node_modules/supports-color": {
+ "version": "7.2.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "glob": "^7.1.3"
- },
- "bin": {
- "rimraf": "bin.js"
+ "has-flag": "^4.0.0"
},
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/del/node_modules/slash": {
- "version": "3.0.0",
- "license": "MIT",
"engines": {
"node": ">=8"
}
},
- "node_modules/delayed-stream": {
- "version": "1.0.0",
+ "node_modules/@storybook/docs-tools/node_modules/temp-dir": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=0.4.0"
+ "node": ">=14.16"
}
},
- "node_modules/depd": {
- "version": "2.0.0",
+ "node_modules/@storybook/docs-tools/node_modules/tempy": {
+ "version": "3.1.0",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "is-stream": "^3.0.0",
+ "temp-dir": "^3.0.0",
+ "type-fest": "^2.12.2",
+ "unique-string": "^3.0.0"
+ },
"engines": {
- "node": ">= 0.8"
+ "node": ">=14.16"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/dequal": {
- "version": "2.0.3",
+ "node_modules/@storybook/docs-tools/node_modules/tempy/node_modules/is-stream": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=6"
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/destroy": {
- "version": "1.2.0",
- "license": "MIT",
+ "node_modules/@storybook/docs-tools/node_modules/type-fest": {
+ "version": "2.19.0",
+ "dev": true,
+ "license": "(MIT OR CC0-1.0)",
"engines": {
- "node": ">= 0.8",
- "npm": "1.2.8000 || >= 1.4.16"
+ "node": ">=12.20"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/detab": {
- "version": "2.0.4",
+ "node_modules/@storybook/docs-tools/node_modules/unique-string": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "repeat-string": "^1.5.4"
+ "crypto-random-string": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=12"
},
"funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/details-element-polyfill": {
- "version": "2.4.0",
- "license": "MIT"
- },
- "node_modules/detect-indent": {
- "version": "6.1.0",
+ "node_modules/@storybook/docs-tools/node_modules/universalify": {
+ "version": "2.0.1",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">=8"
+ "node": ">= 10.0.0"
}
},
- "node_modules/detect-libc": {
- "version": "1.0.3",
- "license": "Apache-2.0",
+ "node_modules/@storybook/docs-tools/node_modules/which": {
+ "version": "2.0.2",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
"bin": {
- "detect-libc": "bin/detect-libc.js"
+ "node-which": "bin/node-which"
},
"engines": {
- "node": ">=0.10"
+ "node": ">= 8"
}
},
- "node_modules/detect-newline": {
- "version": "3.1.0",
+ "node_modules/@storybook/global": {
+ "version": "5.0.0",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@storybook/icons": {
+ "version": "1.2.9",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">=8"
+ "node": ">=14.0.0"
+ },
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
},
- "node_modules/detect-node-es": {
- "version": "1.1.0",
- "license": "MIT"
- },
- "node_modules/detect-package-manager": {
- "version": "2.0.1",
+ "node_modules/@storybook/instrumenter": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "execa": "^5.1.1"
+ "@storybook/channels": "8.1.5",
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "@storybook/preview-api": "8.1.5",
+ "@vitest/utils": "^1.3.1",
+ "util": "^0.12.4"
},
- "engines": {
- "node": ">=12"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/detect-package-manager/node_modules/cross-spawn": {
- "version": "7.0.3",
+ "node_modules/@storybook/instrumenter/node_modules/@storybook/channels": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
},
- "engines": {
- "node": ">= 8"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/detect-package-manager/node_modules/execa": {
- "version": "5.1.1",
+ "node_modules/@storybook/instrumenter/node_modules/@storybook/client-logger": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^6.0.0",
- "human-signals": "^2.1.0",
- "is-stream": "^2.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^4.0.1",
- "onetime": "^5.1.2",
- "signal-exit": "^3.0.3",
- "strip-final-newline": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
+ "@storybook/global": "^5.0.0"
},
"funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/detect-package-manager/node_modules/shebang-command": {
- "version": "2.0.0",
+ "node_modules/@storybook/instrumenter/node_modules/@storybook/core-events": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "shebang-regex": "^3.0.0"
+ "@storybook/csf": "^0.1.7",
+ "ts-dedent": "^2.0.0"
},
- "engines": {
- "node": ">=8"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/detect-package-manager/node_modules/shebang-regex": {
- "version": "3.0.0",
+ "node_modules/@storybook/instrumenter/node_modules/@storybook/csf": {
+ "version": "0.1.8",
"dev": true,
"license": "MIT",
- "engines": {
- "node": ">=8"
+ "dependencies": {
+ "type-fest": "^2.19.0"
}
},
- "node_modules/detect-package-manager/node_modules/which": {
- "version": "2.0.2",
+ "node_modules/@storybook/instrumenter/node_modules/@storybook/preview-api": {
+ "version": "8.1.5",
"dev": true,
- "license": "ISC",
+ "license": "MIT",
"dependencies": {
- "isexe": "^2.0.0"
+ "@storybook/channels": "8.1.5",
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/global": "^5.0.0",
+ "@storybook/types": "8.1.5",
+ "@types/qs": "^6.9.5",
+ "dequal": "^2.0.2",
+ "lodash": "^4.17.21",
+ "memoizerific": "^1.11.3",
+ "qs": "^6.10.0",
+ "tiny-invariant": "^1.3.1",
+ "ts-dedent": "^2.0.0",
+ "util-deprecate": "^1.0.2"
},
- "bin": {
- "node-which": "bin/node-which"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
+ },
+ "node_modules/@storybook/instrumenter/node_modules/@storybook/types": {
+ "version": "8.1.5",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@storybook/channels": "8.1.5",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
},
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
+ },
+ "node_modules/@storybook/instrumenter/node_modules/type-fest": {
+ "version": "2.19.0",
+ "dev": true,
+ "license": "(MIT OR CC0-1.0)",
"engines": {
- "node": ">= 8"
+ "node": ">=12.20"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/detect-port": {
- "version": "1.5.1",
+ "node_modules/@storybook/manager": {
+ "version": "8.1.5",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
+ },
+ "node_modules/@storybook/manager-api": {
+ "version": "7.6.20",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "address": "^1.0.1",
- "debug": "4"
+ "@storybook/channels": "7.6.20",
+ "@storybook/client-logger": "7.6.20",
+ "@storybook/core-events": "7.6.20",
+ "@storybook/csf": "^0.1.2",
+ "@storybook/global": "^5.0.0",
+ "@storybook/router": "7.6.20",
+ "@storybook/theming": "7.6.20",
+ "@storybook/types": "7.6.20",
+ "dequal": "^2.0.2",
+ "lodash": "^4.17.21",
+ "memoizerific": "^1.11.3",
+ "store2": "^2.14.2",
+ "telejson": "^7.2.0",
+ "ts-dedent": "^2.0.0"
},
- "bin": {
- "detect": "bin/detect-port.js",
- "detect-port": "bin/detect-port.js"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/detect-port-alt": {
- "version": "1.1.6",
+ "node_modules/@storybook/manager-api/node_modules/@storybook/channels": {
+ "version": "7.6.20",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "address": "^1.0.1",
- "debug": "^2.6.0"
- },
- "bin": {
- "detect": "bin/detect-port",
- "detect-port": "bin/detect-port"
+ "@storybook/client-logger": "7.6.20",
+ "@storybook/core-events": "7.6.20",
+ "@storybook/global": "^5.0.0",
+ "qs": "^6.10.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
},
- "engines": {
- "node": ">= 4.2.1"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/detect-port-alt/node_modules/debug": {
- "version": "2.6.9",
+ "node_modules/@storybook/manager-api/node_modules/@storybook/client-logger": {
+ "version": "7.6.20",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ms": "2.0.0"
+ "@storybook/global": "^5.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/detect-port-alt/node_modules/ms": {
- "version": "2.0.0",
- "license": "MIT"
- },
- "node_modules/devcert": {
- "version": "1.2.2",
+ "node_modules/@storybook/manager-api/node_modules/@storybook/types": {
+ "version": "7.6.20",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/configstore": "^2.1.1",
- "@types/debug": "^0.0.30",
- "@types/get-port": "^3.2.0",
- "@types/glob": "^5.0.34",
- "@types/lodash": "^4.14.92",
- "@types/mkdirp": "^0.5.2",
- "@types/node": "^8.5.7",
- "@types/rimraf": "^2.0.2",
- "@types/tmp": "^0.0.33",
- "application-config-path": "^0.1.0",
- "command-exists": "^1.2.4",
- "debug": "^3.1.0",
- "eol": "^0.9.1",
- "get-port": "^3.2.0",
- "glob": "^7.1.2",
- "is-valid-domain": "^0.1.6",
- "lodash": "^4.17.4",
- "mkdirp": "^0.5.1",
- "password-prompt": "^1.0.4",
- "rimraf": "^2.6.2",
- "sudo-prompt": "^8.2.0",
- "tmp": "^0.0.33",
- "tslib": "^1.10.0"
+ "@storybook/channels": "7.6.20",
+ "@types/babel__core": "^7.0.0",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/devcert/node_modules/@types/debug": {
- "version": "0.0.30",
- "license": "MIT"
- },
- "node_modules/devcert/node_modules/@types/node": {
- "version": "8.10.66",
- "license": "MIT"
+ "node_modules/@storybook/node-logger": {
+ "version": "7.6.20",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
},
- "node_modules/devcert/node_modules/debug": {
- "version": "3.2.7",
+ "node_modules/@storybook/preset-react-webpack": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ms": "^2.1.1"
+ "@storybook/core-webpack": "8.1.5",
+ "@storybook/docs-tools": "8.1.5",
+ "@storybook/node-logger": "8.1.5",
+ "@storybook/react": "8.1.5",
+ "@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.0c3f3b7.0",
+ "@types/node": "^18.0.0",
+ "@types/semver": "^7.3.4",
+ "find-up": "^5.0.0",
+ "fs-extra": "^11.1.0",
+ "magic-string": "^0.30.5",
+ "react-docgen": "^7.0.0",
+ "resolve": "^1.22.8",
+ "semver": "^7.3.7",
+ "tsconfig-paths": "^4.2.0",
+ "webpack": "5"
+ },
+ "engines": {
+ "node": ">=18.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ },
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
}
},
- "node_modules/devcert/node_modules/mkdirp": {
- "version": "0.5.6",
+ "node_modules/@storybook/preset-react-webpack/node_modules/@storybook/node-logger": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "minimist": "^1.2.6"
- },
- "bin": {
- "mkdirp": "bin/cmd.js"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/devcert/node_modules/rimraf": {
- "version": "2.7.1",
- "license": "ISC",
+ "node_modules/@storybook/preset-react-webpack/node_modules/@types/node": {
+ "version": "18.19.34",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "glob": "^7.1.3"
- },
- "bin": {
- "rimraf": "bin.js"
+ "undici-types": "~5.26.4"
}
},
- "node_modules/devcert/node_modules/tslib": {
- "version": "1.14.1",
- "license": "0BSD"
- },
- "node_modules/devlop": {
- "version": "1.1.0",
+ "node_modules/@storybook/preset-react-webpack/node_modules/find-up": {
+ "version": "5.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "dequal": "^2.0.0"
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
},
"funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/devtools-protocol": {
- "version": "0.0.1249869",
+ "node_modules/@storybook/preset-react-webpack/node_modules/fs-extra": {
+ "version": "11.2.0",
"dev": true,
- "license": "BSD-3-Clause"
- },
- "node_modules/dicer": {
- "version": "0.2.5",
+ "license": "MIT",
"dependencies": {
- "readable-stream": "1.1.x",
- "streamsearch": "0.1.2"
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
},
"engines": {
- "node": ">=0.8.0"
- }
- },
- "node_modules/diff": {
- "version": "4.0.2",
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">=0.3.1"
- }
- },
- "node_modules/diff-sequences": {
- "version": "29.6.3",
- "license": "MIT",
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "node": ">=14.14"
}
},
- "node_modules/dir-glob": {
- "version": "3.0.1",
+ "node_modules/@storybook/preset-react-webpack/node_modules/jsonfile": {
+ "version": "6.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "path-type": "^4.0.0"
+ "universalify": "^2.0.0"
},
- "engines": {
- "node": ">=8"
+ "optionalDependencies": {
+ "graceful-fs": "^4.1.6"
}
},
- "node_modules/dnd-core": {
- "version": "14.0.1",
+ "node_modules/@storybook/preset-react-webpack/node_modules/locate-path": {
+ "version": "6.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@react-dnd/asap": "^4.0.0",
- "@react-dnd/invariant": "^2.0.0",
- "redux": "^4.1.1"
- }
- },
- "node_modules/docs": {
- "resolved": "docs",
- "link": true
- },
- "node_modules/doctrine": {
- "version": "3.0.0",
- "license": "Apache-2.0",
- "dependencies": {
- "esutils": "^2.0.2"
+ "p-locate": "^5.0.0"
},
"engines": {
- "node": ">=6.0.0"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/doiuse": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/doiuse/-/doiuse-6.0.2.tgz",
- "integrity": "sha512-eBTs23NOX+EAYPr4RbCR6J4DRW/TML3uMo37y0X1whlkersDYFCk9HmCl09KX98cis22VKsV1QaxfVNauJ3NBw==",
+ "node_modules/@storybook/preset-react-webpack/node_modules/p-limit": {
+ "version": "3.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "browserslist": "^4.21.5",
- "caniuse-lite": "^1.0.30001487",
- "css-tokenize": "^1.0.1",
- "duplexify": "^4.1.2",
- "ldjson-stream": "^1.2.1",
- "multimatch": "^5.0.0",
- "postcss": "^8.4.21",
- "source-map": "^0.7.4",
- "yargs": "^17.7.1"
- },
- "bin": {
- "doiuse": "bin/cli.js"
+ "yocto-queue": "^0.1.0"
},
"engines": {
- "node": ">=16"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/doiuse/node_modules/ansi-styles": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "node_modules/@storybook/preset-react-webpack/node_modules/p-locate": {
+ "version": "5.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "color-convert": "^2.0.1"
+ "p-limit": "^3.0.2"
},
"engines": {
- "node": ">=8"
+ "node": ">=10"
},
"funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/doiuse/node_modules/cliui": {
- "version": "8.0.1",
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
- "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
+ "node_modules/@storybook/preset-react-webpack/node_modules/tsconfig-paths": {
+ "version": "4.2.0",
"dev": true,
- "license": "ISC",
+ "license": "MIT",
"dependencies": {
- "string-width": "^4.2.0",
- "strip-ansi": "^6.0.1",
- "wrap-ansi": "^7.0.0"
+ "json5": "^2.2.2",
+ "minimist": "^1.2.6",
+ "strip-bom": "^3.0.0"
},
"engines": {
- "node": ">=12"
+ "node": ">=6"
}
},
- "node_modules/doiuse/node_modules/color-convert": {
+ "node_modules/@storybook/preset-react-webpack/node_modules/universalify": {
"version": "2.0.1",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
"engines": {
- "node": ">=7.0.0"
+ "node": ">= 10.0.0"
}
},
- "node_modules/doiuse/node_modules/color-name": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "node_modules/@storybook/preview": {
+ "version": "8.1.5",
"dev": true,
- "license": "MIT"
+ "license": "MIT",
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
},
- "node_modules/doiuse/node_modules/duplexify": {
- "version": "4.1.3",
- "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.3.tgz",
- "integrity": "sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==",
+ "node_modules/@storybook/preview-api": {
+ "version": "7.6.20",
"dev": true,
"license": "MIT",
"dependencies": {
- "end-of-stream": "^1.4.1",
- "inherits": "^2.0.3",
- "readable-stream": "^3.1.1",
- "stream-shift": "^1.0.2"
+ "@storybook/channels": "7.6.20",
+ "@storybook/client-logger": "7.6.20",
+ "@storybook/core-events": "7.6.20",
+ "@storybook/csf": "^0.1.2",
+ "@storybook/global": "^5.0.0",
+ "@storybook/types": "7.6.20",
+ "@types/qs": "^6.9.5",
+ "dequal": "^2.0.2",
+ "lodash": "^4.17.21",
+ "memoizerific": "^1.11.3",
+ "qs": "^6.10.0",
+ "synchronous-promise": "^2.0.15",
+ "ts-dedent": "^2.0.0",
+ "util-deprecate": "^1.0.2"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/doiuse/node_modules/readable-stream": {
- "version": "3.6.2",
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
- "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
+ "node_modules/@storybook/preview-api/node_modules/@storybook/channels": {
+ "version": "7.6.20",
"dev": true,
"license": "MIT",
"dependencies": {
- "inherits": "^2.0.3",
- "string_decoder": "^1.1.1",
- "util-deprecate": "^1.0.1"
+ "@storybook/client-logger": "7.6.20",
+ "@storybook/core-events": "7.6.20",
+ "@storybook/global": "^5.0.0",
+ "qs": "^6.10.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
},
- "engines": {
- "node": ">= 6"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/doiuse/node_modules/source-map": {
- "version": "0.7.4",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
- "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
+ "node_modules/@storybook/preview-api/node_modules/@storybook/client-logger": {
+ "version": "7.6.20",
"dev": true,
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">= 8"
+ "license": "MIT",
+ "dependencies": {
+ "@storybook/global": "^5.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/doiuse/node_modules/wrap-ansi": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
+ "node_modules/@storybook/preview-api/node_modules/@storybook/types": {
+ "version": "7.6.20",
"dev": true,
"license": "MIT",
"dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=10"
+ "@storybook/channels": "7.6.20",
+ "@types/babel__core": "^7.0.0",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
},
"funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/doiuse/node_modules/y18n": {
- "version": "5.0.8",
- "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
- "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
+ "node_modules/@storybook/react": {
+ "version": "8.1.5",
"dev": true,
- "license": "ISC",
+ "license": "MIT",
+ "dependencies": {
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/docs-tools": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "@storybook/preview-api": "8.1.5",
+ "@storybook/react-dom-shim": "8.1.5",
+ "@storybook/types": "8.1.5",
+ "@types/escodegen": "^0.0.6",
+ "@types/estree": "^0.0.51",
+ "@types/node": "^18.0.0",
+ "acorn": "^7.4.1",
+ "acorn-jsx": "^5.3.1",
+ "acorn-walk": "^7.2.0",
+ "escodegen": "^2.1.0",
+ "html-tags": "^3.1.0",
+ "lodash": "^4.17.21",
+ "prop-types": "^15.7.2",
+ "react-element-to-jsx-string": "^15.0.0",
+ "semver": "^7.3.7",
+ "ts-dedent": "^2.0.0",
+ "type-fest": "~2.19",
+ "util-deprecate": "^1.0.2"
+ },
"engines": {
- "node": ">=10"
+ "node": ">=18.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ },
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
+ "typescript": ">= 4.2.x"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
}
},
- "node_modules/doiuse/node_modules/yargs": {
- "version": "17.7.2",
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
- "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
+ "node_modules/@storybook/react-docgen-typescript-plugin": {
+ "version": "1.0.6--canary.9.0c3f3b7.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "cliui": "^8.0.1",
- "escalade": "^3.1.1",
- "get-caller-file": "^2.0.5",
- "require-directory": "^2.1.1",
- "string-width": "^4.2.3",
- "y18n": "^5.0.5",
- "yargs-parser": "^21.1.1"
+ "debug": "^4.1.1",
+ "endent": "^2.0.1",
+ "find-cache-dir": "^3.3.1",
+ "flat-cache": "^3.0.4",
+ "micromatch": "^4.0.2",
+ "react-docgen-typescript": "^2.2.2",
+ "tslib": "^2.0.0"
},
- "engines": {
- "node": ">=12"
+ "peerDependencies": {
+ "typescript": ">= 4.x",
+ "webpack": ">= 4"
}
},
- "node_modules/doiuse/node_modules/yargs-parser": {
- "version": "21.1.1",
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
- "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
+ "node_modules/@storybook/react-dom-shim": {
+ "version": "8.1.5",
"dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=12"
+ "license": "MIT",
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ },
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta"
}
},
- "node_modules/dom-accessibility-api": {
- "version": "0.5.16",
- "license": "MIT"
- },
- "node_modules/dom-converter": {
- "version": "0.2.0",
+ "node_modules/@storybook/react-webpack5": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "utila": "~0.4"
+ "@storybook/builder-webpack5": "8.1.5",
+ "@storybook/preset-react-webpack": "8.1.5",
+ "@storybook/react": "8.1.5",
+ "@storybook/types": "8.1.5",
+ "@types/node": "^18.0.0"
+ },
+ "engines": {
+ "node": ">=18.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ },
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
+ "typescript": ">= 4.2.x"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
}
},
- "node_modules/dom-iterator": {
- "version": "1.0.0",
+ "node_modules/@storybook/react-webpack5/node_modules/@storybook/channels": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "component-props": "1.1.1",
- "component-xor": "0.0.4"
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/dom-serializer": {
- "version": "1.4.1",
+ "node_modules/@storybook/react-webpack5/node_modules/@storybook/client-logger": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "domelementtype": "^2.0.1",
- "domhandler": "^4.2.0",
- "entities": "^2.0.0"
+ "@storybook/global": "^5.0.0"
},
"funding": {
- "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/dom-serializer/node_modules/entities": {
- "version": "2.2.0",
- "license": "BSD-2-Clause",
+ "node_modules/@storybook/react-webpack5/node_modules/@storybook/core-events": {
+ "version": "8.1.5",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@storybook/csf": "^0.1.7",
+ "ts-dedent": "^2.0.0"
+ },
"funding": {
- "url": "https://github.com/fb55/entities?sponsor=1"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/domelementtype": {
- "version": "2.3.0",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/fb55"
- }
- ],
- "license": "BSD-2-Clause"
+ "node_modules/@storybook/react-webpack5/node_modules/@storybook/csf": {
+ "version": "0.1.8",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "type-fest": "^2.19.0"
+ }
},
- "node_modules/domexception": {
- "version": "4.0.0",
+ "node_modules/@storybook/react-webpack5/node_modules/@storybook/types": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "webidl-conversions": "^7.0.0"
+ "@storybook/channels": "8.1.5",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
},
- "engines": {
- "node": ">=12"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/domhandler": {
- "version": "4.3.1",
- "license": "BSD-2-Clause",
+ "node_modules/@storybook/react-webpack5/node_modules/@types/node": {
+ "version": "18.19.34",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "domelementtype": "^2.2.0"
- },
+ "undici-types": "~5.26.4"
+ }
+ },
+ "node_modules/@storybook/react-webpack5/node_modules/type-fest": {
+ "version": "2.19.0",
+ "dev": true,
+ "license": "(MIT OR CC0-1.0)",
"engines": {
- "node": ">= 4"
+ "node": ">=12.20"
},
"funding": {
- "url": "https://github.com/fb55/domhandler?sponsor=1"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/domutils": {
- "version": "2.8.0",
- "license": "BSD-2-Clause",
+ "node_modules/@storybook/react/node_modules/@storybook/channels": {
+ "version": "8.1.5",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "dom-serializer": "^1.0.1",
- "domelementtype": "^2.2.0",
- "domhandler": "^4.2.0"
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
},
"funding": {
- "url": "https://github.com/fb55/domutils?sponsor=1"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/dot-case": {
- "version": "3.0.4",
+ "node_modules/@storybook/react/node_modules/@storybook/client-logger": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "no-case": "^3.0.4",
- "tslib": "^2.0.3"
+ "@storybook/global": "^5.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/dot-prop": {
- "version": "5.3.0",
+ "node_modules/@storybook/react/node_modules/@storybook/core-events": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-obj": "^2.0.0"
+ "@storybook/csf": "^0.1.7",
+ "ts-dedent": "^2.0.0"
},
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/dotenv": {
- "version": "8.6.0",
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=10"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/dotenv-expand": {
- "version": "10.0.0",
+ "node_modules/@storybook/react/node_modules/@storybook/csf": {
+ "version": "0.1.8",
"dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=12"
+ "license": "MIT",
+ "dependencies": {
+ "type-fest": "^2.19.0"
}
},
- "node_modules/downshift": {
- "version": "3.4.8",
+ "node_modules/@storybook/react/node_modules/@storybook/preview-api": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.4.5",
- "compute-scroll-into-view": "^1.0.9",
- "prop-types": "^15.7.2",
- "react-is": "^16.9.0"
+ "@storybook/channels": "8.1.5",
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/global": "^5.0.0",
+ "@storybook/types": "8.1.5",
+ "@types/qs": "^6.9.5",
+ "dequal": "^2.0.2",
+ "lodash": "^4.17.21",
+ "memoizerific": "^1.11.3",
+ "qs": "^6.10.0",
+ "tiny-invariant": "^1.3.1",
+ "ts-dedent": "^2.0.0",
+ "util-deprecate": "^1.0.2"
},
- "peerDependencies": {
- "react": ">=0.14.9"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/downshift/node_modules/react-is": {
- "version": "16.13.1",
- "license": "MIT"
- },
- "node_modules/duplexer": {
- "version": "0.1.2",
- "license": "MIT"
- },
- "node_modules/duplexer3": {
- "version": "0.1.5",
- "license": "BSD-3-Clause"
- },
- "node_modules/duplexify": {
- "version": "3.7.1",
+ "node_modules/@storybook/react/node_modules/@storybook/types": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "end-of-stream": "^1.0.0",
- "inherits": "^2.0.1",
- "readable-stream": "^2.0.0",
- "stream-shift": "^1.0.0"
+ "@storybook/channels": "8.1.5",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/duplexify/node_modules/isarray": {
- "version": "1.0.0",
+ "node_modules/@storybook/react/node_modules/@types/estree": {
+ "version": "0.0.51",
"dev": true,
"license": "MIT"
},
- "node_modules/duplexify/node_modules/readable-stream": {
- "version": "2.3.8",
+ "node_modules/@storybook/react/node_modules/@types/node": {
+ "version": "18.19.34",
"dev": true,
"license": "MIT",
"dependencies": {
- "core-util-is": "~1.0.0",
- "inherits": "~2.0.3",
- "isarray": "~1.0.0",
- "process-nextick-args": "~2.0.0",
- "safe-buffer": "~5.1.1",
- "string_decoder": "~1.1.1",
- "util-deprecate": "~1.0.1"
+ "undici-types": "~5.26.4"
}
},
- "node_modules/eastasianwidth": {
- "version": "0.2.0",
- "license": "MIT"
- },
- "node_modules/ecc-jsbn": {
- "version": "0.1.2",
+ "node_modules/@storybook/react/node_modules/acorn": {
+ "version": "7.4.1",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "jsbn": "~0.1.0",
- "safer-buffer": "^2.1.0"
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
}
},
- "node_modules/ee-first": {
- "version": "1.1.1",
- "license": "MIT"
- },
- "node_modules/ejs": {
- "version": "3.1.10",
+ "node_modules/@storybook/react/node_modules/is-plain-object": {
+ "version": "5.0.0",
"dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "jake": "^10.8.5"
- },
- "bin": {
- "ejs": "bin/cli.js"
- },
+ "license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
- "node_modules/electron-to-chromium": {
- "version": "1.5.6",
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.6.tgz",
- "integrity": "sha512-jwXWsM5RPf6j9dPYzaorcBSUg6AiqocPEyMpkchkvntaH9HGfOOMZwxMJjDY/XEs3T5dM7uyH1VhRMkqUU9qVw=="
- },
- "node_modules/emittery": {
- "version": "0.13.1",
+ "node_modules/@storybook/react/node_modules/react-element-to-jsx-string": {
+ "version": "15.0.0",
"dev": true,
"license": "MIT",
- "engines": {
- "node": ">=12"
+ "dependencies": {
+ "@base2/pretty-print-object": "1.0.1",
+ "is-plain-object": "5.0.0",
+ "react-is": "18.1.0"
},
- "funding": {
- "url": "https://github.com/sindresorhus/emittery?sponsor=1"
+ "peerDependencies": {
+ "react": "^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0",
+ "react-dom": "^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0"
}
},
- "node_modules/emoji-regex": {
- "version": "8.0.0",
+ "node_modules/@storybook/react/node_modules/react-is": {
+ "version": "18.1.0",
+ "dev": true,
"license": "MIT"
},
- "node_modules/emojis-list": {
- "version": "3.0.0",
- "license": "MIT",
- "engines": {
- "node": ">= 4"
- }
- },
- "node_modules/encodeurl": {
- "version": "1.0.2",
- "license": "MIT",
+ "node_modules/@storybook/react/node_modules/type-fest": {
+ "version": "2.19.0",
+ "dev": true,
+ "license": "(MIT OR CC0-1.0)",
"engines": {
- "node": ">= 0.8"
+ "node": ">=12.20"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/end-of-stream": {
- "version": "1.4.4",
+ "node_modules/@storybook/router": {
+ "version": "7.6.20",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "once": "^1.4.0"
+ "@storybook/client-logger": "7.6.20",
+ "memoizerific": "^1.11.3",
+ "qs": "^6.10.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/endent": {
- "version": "2.1.0",
+ "node_modules/@storybook/router/node_modules/@storybook/client-logger": {
+ "version": "7.6.20",
"dev": true,
"license": "MIT",
"dependencies": {
- "dedent": "^0.7.0",
- "fast-json-parse": "^1.0.3",
- "objectorarray": "^1.0.5"
+ "@storybook/global": "^5.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/engine.io": {
- "version": "4.1.2",
+ "node_modules/@storybook/source-loader": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "accepts": "~1.3.4",
- "base64id": "2.0.0",
- "cookie": "~0.4.1",
- "cors": "~2.8.5",
- "debug": "~4.3.1",
- "engine.io-parser": "~4.0.0",
- "ws": "~7.4.2"
+ "@storybook/csf": "^0.1.7",
+ "@storybook/types": "8.1.5",
+ "estraverse": "^5.2.0",
+ "lodash": "^4.17.21",
+ "prettier": "^3.1.1"
},
- "engines": {
- "node": ">=10.0.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/engine.io-client": {
- "version": "4.1.4",
+ "node_modules/@storybook/source-loader/node_modules/@storybook/channels": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "base64-arraybuffer": "0.1.4",
- "component-emitter": "~1.3.0",
- "debug": "~4.3.1",
- "engine.io-parser": "~4.0.1",
- "has-cors": "1.1.0",
- "parseqs": "0.0.6",
- "parseuri": "0.0.6",
- "ws": "~7.4.2",
- "xmlhttprequest-ssl": "~1.6.2",
- "yeast": "0.1.2"
- }
- },
- "node_modules/engine.io-client/node_modules/ws": {
- "version": "7.4.6",
- "license": "MIT",
- "engines": {
- "node": ">=8.3.0"
- },
- "peerDependencies": {
- "bufferutil": "^4.0.1",
- "utf-8-validate": "^5.0.2"
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
},
- "peerDependenciesMeta": {
- "bufferutil": {
- "optional": true
- },
- "utf-8-validate": {
- "optional": true
- }
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/engine.io-parser": {
- "version": "4.0.3",
+ "node_modules/@storybook/source-loader/node_modules/@storybook/client-logger": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "base64-arraybuffer": "0.1.4"
+ "@storybook/global": "^5.0.0"
},
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "node_modules/engine.io/node_modules/cookie": {
- "version": "0.4.2",
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/engine.io/node_modules/ws": {
- "version": "7.4.6",
+ "node_modules/@storybook/source-loader/node_modules/@storybook/core-events": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=8.3.0"
- },
- "peerDependencies": {
- "bufferutil": "^4.0.1",
- "utf-8-validate": "^5.0.2"
- },
- "peerDependenciesMeta": {
- "bufferutil": {
- "optional": true
- },
- "utf-8-validate": {
- "optional": true
- }
- }
- },
- "node_modules/enhanced-resolve": {
- "version": "5.17.1",
- "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz",
- "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==",
"dependencies": {
- "graceful-fs": "^4.2.4",
- "tapable": "^2.2.0"
+ "@storybook/csf": "^0.1.7",
+ "ts-dedent": "^2.0.0"
},
- "engines": {
- "node": ">=10.13.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/enquirer": {
- "version": "2.3.6",
+ "node_modules/@storybook/source-loader/node_modules/@storybook/csf": {
+ "version": "0.1.8",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ansi-colors": "^4.1.1"
- },
- "engines": {
- "node": ">=8.6"
+ "type-fest": "^2.19.0"
}
},
- "node_modules/entities": {
- "version": "3.0.1",
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=0.12"
+ "node_modules/@storybook/source-loader/node_modules/@storybook/types": {
+ "version": "8.1.5",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@storybook/channels": "8.1.5",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
},
"funding": {
- "url": "https://github.com/fb55/entities?sponsor=1"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/env-paths": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
- "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
+ "node_modules/@storybook/source-loader/node_modules/estraverse": {
+ "version": "5.3.0",
"dev": true,
- "license": "MIT",
+ "license": "BSD-2-Clause",
"engines": {
- "node": ">=6"
+ "node": ">=4.0"
}
},
- "node_modules/envinfo": {
- "version": "7.11.1",
+ "node_modules/@storybook/source-loader/node_modules/prettier": {
+ "version": "3.3.1",
+ "dev": true,
"license": "MIT",
"bin": {
- "envinfo": "dist/cli.js"
+ "prettier": "bin/prettier.cjs"
},
"engines": {
- "node": ">=4"
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/prettier/prettier?sponsor=1"
}
},
- "node_modules/eol": {
- "version": "0.9.1",
- "license": "MIT"
- },
- "node_modules/errno": {
- "version": "0.1.8",
+ "node_modules/@storybook/source-loader/node_modules/type-fest": {
+ "version": "2.19.0",
"dev": true,
- "license": "MIT",
- "optional": true,
- "dependencies": {
- "prr": "~1.0.1"
+ "license": "(MIT OR CC0-1.0)",
+ "engines": {
+ "node": ">=12.20"
},
- "bin": {
- "errno": "cli.js"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/error-ex": {
- "version": "1.3.2",
+ "node_modules/@storybook/telemetry": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-arrayish": "^0.2.1"
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-common": "8.1.5",
+ "@storybook/csf-tools": "8.1.5",
+ "chalk": "^4.1.0",
+ "detect-package-manager": "^2.0.1",
+ "fetch-retry": "^5.0.2",
+ "fs-extra": "^11.1.0",
+ "read-pkg-up": "^7.0.1"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/error-stack-parser": {
- "version": "2.1.4",
+ "node_modules/@storybook/telemetry/node_modules/@babel/parser": {
+ "version": "7.24.7",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "stackframe": "^1.3.4"
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
}
},
- "node_modules/es-abstract": {
- "version": "1.22.3",
+ "node_modules/@storybook/telemetry/node_modules/@storybook/channels": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "array-buffer-byte-length": "^1.0.0",
- "arraybuffer.prototype.slice": "^1.0.2",
- "available-typed-arrays": "^1.0.5",
- "call-bind": "^1.0.5",
- "es-set-tostringtag": "^2.0.1",
- "es-to-primitive": "^1.2.1",
- "function.prototype.name": "^1.1.6",
- "get-intrinsic": "^1.2.2",
- "get-symbol-description": "^1.0.0",
- "globalthis": "^1.0.3",
- "gopd": "^1.0.1",
- "has-property-descriptors": "^1.0.0",
- "has-proto": "^1.0.1",
- "has-symbols": "^1.0.3",
- "hasown": "^2.0.0",
- "internal-slot": "^1.0.5",
- "is-array-buffer": "^3.0.2",
- "is-callable": "^1.2.7",
- "is-negative-zero": "^2.0.2",
- "is-regex": "^1.1.4",
- "is-shared-array-buffer": "^1.0.2",
- "is-string": "^1.0.7",
- "is-typed-array": "^1.1.12",
- "is-weakref": "^1.0.2",
- "object-inspect": "^1.13.1",
- "object-keys": "^1.1.1",
- "object.assign": "^4.1.4",
- "regexp.prototype.flags": "^1.5.1",
- "safe-array-concat": "^1.0.1",
- "safe-regex-test": "^1.0.0",
- "string.prototype.trim": "^1.2.8",
- "string.prototype.trimend": "^1.0.7",
- "string.prototype.trimstart": "^1.0.7",
- "typed-array-buffer": "^1.0.0",
- "typed-array-byte-length": "^1.0.0",
- "typed-array-byte-offset": "^1.0.0",
- "typed-array-length": "^1.0.4",
- "unbox-primitive": "^1.0.2",
- "which-typed-array": "^1.1.13"
- },
- "engines": {
- "node": ">= 0.4"
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
},
"funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/es-array-method-boxes-properly": {
- "version": "1.0.0",
- "license": "MIT"
- },
- "node_modules/es-define-property": {
- "version": "1.0.0",
+ "node_modules/@storybook/telemetry/node_modules/@storybook/client-logger": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "get-intrinsic": "^1.2.4"
+ "@storybook/global": "^5.0.0"
},
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-errors": {
- "version": "1.3.0",
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/es-get-iterator": {
- "version": "1.1.2",
+ "node_modules/@storybook/telemetry/node_modules/@storybook/core-common": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "call-bind": "^1.0.2",
- "get-intrinsic": "^1.1.0",
- "has-symbols": "^1.0.1",
- "is-arguments": "^1.1.0",
- "is-map": "^2.0.2",
- "is-set": "^2.0.2",
- "is-string": "^1.0.5",
- "isarray": "^2.0.5"
+ "@storybook/core-events": "8.1.5",
+ "@storybook/csf-tools": "8.1.5",
+ "@storybook/node-logger": "8.1.5",
+ "@storybook/types": "8.1.5",
+ "@yarnpkg/fslib": "2.10.3",
+ "@yarnpkg/libzip": "2.3.0",
+ "chalk": "^4.1.0",
+ "cross-spawn": "^7.0.3",
+ "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0",
+ "esbuild-register": "^3.5.0",
+ "execa": "^5.0.0",
+ "file-system-cache": "2.3.0",
+ "find-cache-dir": "^3.0.0",
+ "find-up": "^5.0.0",
+ "fs-extra": "^11.1.0",
+ "glob": "^10.0.0",
+ "handlebars": "^4.7.7",
+ "lazy-universal-dotenv": "^4.0.0",
+ "node-fetch": "^2.0.0",
+ "picomatch": "^2.3.0",
+ "pkg-dir": "^5.0.0",
+ "prettier-fallback": "npm:prettier@^3",
+ "pretty-hrtime": "^1.0.3",
+ "resolve-from": "^5.0.0",
+ "semver": "^7.3.7",
+ "tempy": "^3.1.0",
+ "tiny-invariant": "^1.3.1",
+ "ts-dedent": "^2.0.0",
+ "util": "^0.12.4"
},
"funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ },
+ "peerDependencies": {
+ "prettier": "^2 || ^3"
+ },
+ "peerDependenciesMeta": {
+ "prettier": {
+ "optional": true
+ }
}
},
- "node_modules/es-get-iterator/node_modules/isarray": {
- "version": "2.0.5",
- "license": "MIT"
- },
- "node_modules/es-module-lexer": {
- "version": "1.5.3",
- "license": "MIT"
- },
- "node_modules/es-set-tostringtag": {
- "version": "2.0.2",
+ "node_modules/@storybook/telemetry/node_modules/@storybook/core-events": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "get-intrinsic": "^1.2.2",
- "has-tostringtag": "^1.0.0",
- "hasown": "^2.0.0"
+ "@storybook/csf": "^0.1.7",
+ "ts-dedent": "^2.0.0"
},
- "engines": {
- "node": ">= 0.4"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/es-shim-unscopables": {
- "version": "1.0.0",
+ "node_modules/@storybook/telemetry/node_modules/@storybook/csf": {
+ "version": "0.1.8",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "has": "^1.0.3"
+ "type-fest": "^2.19.0"
}
},
- "node_modules/es-to-primitive": {
- "version": "1.2.1",
+ "node_modules/@storybook/telemetry/node_modules/@storybook/csf-tools": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-callable": "^1.1.4",
- "is-date-object": "^1.0.1",
- "is-symbol": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
+ "@babel/generator": "^7.24.4",
+ "@babel/parser": "^7.24.4",
+ "@babel/traverse": "^7.24.1",
+ "@babel/types": "^7.24.0",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/types": "8.1.5",
+ "fs-extra": "^11.1.0",
+ "recast": "^0.23.5",
+ "ts-dedent": "^2.0.0"
},
"funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/es5-ext": {
- "version": "0.10.64",
- "hasInstallScript": true,
- "license": "ISC",
- "dependencies": {
- "es6-iterator": "^2.0.3",
- "es6-symbol": "^3.1.3",
- "esniff": "^2.0.1",
- "next-tick": "^1.1.0"
- },
- "engines": {
- "node": ">=0.10"
+ "node_modules/@storybook/telemetry/node_modules/@storybook/node-logger": {
+ "version": "8.1.5",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/es6-iterator": {
- "version": "2.0.3",
+ "node_modules/@storybook/telemetry/node_modules/@storybook/types": {
+ "version": "8.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "d": "1",
- "es5-ext": "^0.10.35",
- "es6-symbol": "^3.1.1"
+ "@storybook/channels": "8.1.5",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/es6-symbol": {
- "version": "3.1.4",
- "license": "ISC",
+ "node_modules/@storybook/telemetry/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "d": "^1.0.2",
- "ext": "^1.7.0"
+ "color-convert": "^2.0.1"
},
"engines": {
- "node": ">=0.12"
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/es6-weak-map": {
- "version": "2.0.3",
- "license": "ISC",
+ "node_modules/@storybook/telemetry/node_modules/brace-expansion": {
+ "version": "2.0.1",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "d": "1",
- "es5-ext": "^0.10.46",
- "es6-iterator": "^2.0.3",
- "es6-symbol": "^3.1.1"
+ "balanced-match": "^1.0.0"
}
},
- "node_modules/esbuild": {
- "version": "0.18.20",
+ "node_modules/@storybook/telemetry/node_modules/chalk": {
+ "version": "4.1.2",
"dev": true,
- "hasInstallScript": true,
"license": "MIT",
- "bin": {
- "esbuild": "bin/esbuild"
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
},
"engines": {
- "node": ">=12"
+ "node": ">=10"
},
- "optionalDependencies": {
- "@esbuild/android-arm": "0.18.20",
- "@esbuild/android-arm64": "0.18.20",
- "@esbuild/android-x64": "0.18.20",
- "@esbuild/darwin-arm64": "0.18.20",
- "@esbuild/darwin-x64": "0.18.20",
- "@esbuild/freebsd-arm64": "0.18.20",
- "@esbuild/freebsd-x64": "0.18.20",
- "@esbuild/linux-arm": "0.18.20",
- "@esbuild/linux-arm64": "0.18.20",
- "@esbuild/linux-ia32": "0.18.20",
- "@esbuild/linux-loong64": "0.18.20",
- "@esbuild/linux-mips64el": "0.18.20",
- "@esbuild/linux-ppc64": "0.18.20",
- "@esbuild/linux-riscv64": "0.18.20",
- "@esbuild/linux-s390x": "0.18.20",
- "@esbuild/linux-x64": "0.18.20",
- "@esbuild/netbsd-x64": "0.18.20",
- "@esbuild/openbsd-x64": "0.18.20",
- "@esbuild/sunos-x64": "0.18.20",
- "@esbuild/win32-arm64": "0.18.20",
- "@esbuild/win32-ia32": "0.18.20",
- "@esbuild/win32-x64": "0.18.20"
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/esbuild-loader": {
- "version": "3.2.0",
+ "node_modules/@storybook/telemetry/node_modules/color-convert": {
+ "version": "2.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "esbuild": "^0.19.0",
- "get-tsconfig": "^4.6.2",
- "loader-utils": "^2.0.4",
- "webpack-sources": "^1.4.3"
- },
- "funding": {
- "url": "https://github.com/esbuild-kit/esbuild-loader?sponsor=1"
+ "color-name": "~1.1.4"
},
- "peerDependencies": {
- "webpack": "^4.40.0 || ^5.0.0"
+ "engines": {
+ "node": ">=7.0.0"
}
},
- "node_modules/esbuild-loader/node_modules/@esbuild/darwin-arm64": {
- "version": "0.19.12",
- "cpu": [
- "arm64"
- ],
+ "node_modules/@storybook/telemetry/node_modules/color-name": {
+ "version": "1.1.4",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@storybook/telemetry/node_modules/cross-spawn": {
+ "version": "7.0.3",
"dev": true,
"license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
"engines": {
- "node": ">=12"
+ "node": ">= 8"
}
},
- "node_modules/esbuild-loader/node_modules/esbuild": {
- "version": "0.19.12",
+ "node_modules/@storybook/telemetry/node_modules/crypto-random-string": {
+ "version": "4.0.0",
"dev": true,
- "hasInstallScript": true,
"license": "MIT",
- "bin": {
- "esbuild": "bin/esbuild"
+ "dependencies": {
+ "type-fest": "^1.0.1"
},
"engines": {
"node": ">=12"
},
- "optionalDependencies": {
- "@esbuild/aix-ppc64": "0.19.12",
- "@esbuild/android-arm": "0.19.12",
- "@esbuild/android-arm64": "0.19.12",
- "@esbuild/android-x64": "0.19.12",
- "@esbuild/darwin-arm64": "0.19.12",
- "@esbuild/darwin-x64": "0.19.12",
- "@esbuild/freebsd-arm64": "0.19.12",
- "@esbuild/freebsd-x64": "0.19.12",
- "@esbuild/linux-arm": "0.19.12",
- "@esbuild/linux-arm64": "0.19.12",
- "@esbuild/linux-ia32": "0.19.12",
- "@esbuild/linux-loong64": "0.19.12",
- "@esbuild/linux-mips64el": "0.19.12",
- "@esbuild/linux-ppc64": "0.19.12",
- "@esbuild/linux-riscv64": "0.19.12",
- "@esbuild/linux-s390x": "0.19.12",
- "@esbuild/linux-x64": "0.19.12",
- "@esbuild/netbsd-x64": "0.19.12",
- "@esbuild/openbsd-x64": "0.19.12",
- "@esbuild/sunos-x64": "0.19.12",
- "@esbuild/win32-arm64": "0.19.12",
- "@esbuild/win32-ia32": "0.19.12",
- "@esbuild/win32-x64": "0.19.12"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/esbuild-loader/node_modules/webpack-sources": {
- "version": "1.4.3",
+ "node_modules/@storybook/telemetry/node_modules/crypto-random-string/node_modules/type-fest": {
+ "version": "1.4.0",
"dev": true,
- "license": "MIT",
- "dependencies": {
- "source-list-map": "^2.0.0",
- "source-map": "~0.6.1"
+ "license": "(MIT OR CC0-1.0)",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/esbuild-plugin-alias": {
- "version": "0.2.1",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/esbuild-register": {
- "version": "3.5.0",
+ "node_modules/@storybook/telemetry/node_modules/execa": {
+ "version": "5.1.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "debug": "^4.3.4"
+ "cross-spawn": "^7.0.3",
+ "get-stream": "^6.0.0",
+ "human-signals": "^2.1.0",
+ "is-stream": "^2.0.0",
+ "merge-stream": "^2.0.0",
+ "npm-run-path": "^4.0.1",
+ "onetime": "^5.1.2",
+ "signal-exit": "^3.0.3",
+ "strip-final-newline": "^2.0.0"
},
- "peerDependencies": {
- "esbuild": ">=0.12 <1"
- }
- },
- "node_modules/escalade": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
- "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
- "license": "MIT",
"engines": {
- "node": ">=6"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sindresorhus/execa?sponsor=1"
}
},
- "node_modules/escape-goat": {
- "version": "2.1.1",
+ "node_modules/@storybook/telemetry/node_modules/find-up": {
+ "version": "5.0.0",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
+ },
"engines": {
- "node": ">=8"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/escape-html": {
- "version": "1.0.3",
- "license": "MIT"
- },
- "node_modules/escape-string-regexp": {
- "version": "1.0.5",
+ "node_modules/@storybook/telemetry/node_modules/fs-extra": {
+ "version": "11.2.0",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
"engines": {
- "node": ">=0.8.0"
+ "node": ">=14.14"
}
},
- "node_modules/escodegen": {
- "version": "2.1.0",
+ "node_modules/@storybook/telemetry/node_modules/glob": {
+ "version": "10.4.1",
"dev": true,
- "license": "BSD-2-Clause",
+ "license": "ISC",
"dependencies": {
- "esprima": "^4.0.1",
- "estraverse": "^5.2.0",
- "esutils": "^2.0.2"
+ "foreground-child": "^3.1.0",
+ "jackspeak": "^3.1.2",
+ "minimatch": "^9.0.4",
+ "minipass": "^7.1.2",
+ "path-scurry": "^1.11.1"
},
"bin": {
- "escodegen": "bin/escodegen.js",
- "esgenerate": "bin/esgenerate.js"
+ "glob": "dist/esm/bin.mjs"
},
"engines": {
- "node": ">=6.0"
+ "node": ">=16 || 14 >=14.18"
},
- "optionalDependencies": {
- "source-map": "~0.6.1"
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/escodegen/node_modules/estraverse": {
- "version": "5.3.0",
+ "node_modules/@storybook/telemetry/node_modules/has-flag": {
+ "version": "4.0.0",
"dev": true,
- "license": "BSD-2-Clause",
+ "license": "MIT",
"engines": {
- "node": ">=4.0"
+ "node": ">=8"
}
},
- "node_modules/eslint": {
- "version": "8.56.0",
+ "node_modules/@storybook/telemetry/node_modules/jackspeak": {
+ "version": "3.3.0",
"dev": true,
- "license": "MIT",
+ "license": "BlueOak-1.0.0",
"dependencies": {
- "@eslint-community/eslint-utils": "^4.2.0",
- "@eslint-community/regexpp": "^4.6.1",
- "@eslint/eslintrc": "^2.1.4",
- "@eslint/js": "8.56.0",
- "@humanwhocodes/config-array": "^0.11.13",
- "@humanwhocodes/module-importer": "^1.0.1",
- "@nodelib/fs.walk": "^1.2.8",
- "@ungap/structured-clone": "^1.2.0",
- "ajv": "^6.12.4",
- "chalk": "^4.0.0",
- "cross-spawn": "^7.0.2",
- "debug": "^4.3.2",
- "doctrine": "^3.0.0",
- "escape-string-regexp": "^4.0.0",
- "eslint-scope": "^7.2.2",
- "eslint-visitor-keys": "^3.4.3",
- "espree": "^9.6.1",
- "esquery": "^1.4.2",
- "esutils": "^2.0.2",
- "fast-deep-equal": "^3.1.3",
- "file-entry-cache": "^6.0.1",
- "find-up": "^5.0.0",
- "glob-parent": "^6.0.2",
- "globals": "^13.19.0",
- "graphemer": "^1.4.0",
- "ignore": "^5.2.0",
- "imurmurhash": "^0.1.4",
- "is-glob": "^4.0.0",
- "is-path-inside": "^3.0.3",
- "js-yaml": "^4.1.0",
- "json-stable-stringify-without-jsonify": "^1.0.1",
- "levn": "^0.4.1",
- "lodash.merge": "^4.6.2",
- "minimatch": "^3.1.2",
- "natural-compare": "^1.4.0",
- "optionator": "^0.9.3",
- "strip-ansi": "^6.0.1",
- "text-table": "^0.2.0"
- },
- "bin": {
- "eslint": "bin/eslint.js"
+ "@isaacs/cliui": "^8.0.2"
},
"engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ "node": ">=14"
},
"funding": {
- "url": "https://opencollective.com/eslint"
+ "url": "https://github.com/sponsors/isaacs"
+ },
+ "optionalDependencies": {
+ "@pkgjs/parseargs": "^0.11.0"
}
},
- "node_modules/eslint-config-prettier": {
- "version": "8.3.0",
+ "node_modules/@storybook/telemetry/node_modules/jsonfile": {
+ "version": "6.1.0",
"dev": true,
"license": "MIT",
- "bin": {
- "eslint-config-prettier": "bin/cli.js"
+ "dependencies": {
+ "universalify": "^2.0.0"
},
- "peerDependencies": {
- "eslint": ">=7.0.0"
+ "optionalDependencies": {
+ "graceful-fs": "^4.1.6"
}
},
- "node_modules/eslint-config-react-app": {
- "version": "7.0.1",
+ "node_modules/@storybook/telemetry/node_modules/locate-path": {
+ "version": "6.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/core": "^7.16.0",
- "@babel/eslint-parser": "^7.16.3",
- "@rushstack/eslint-patch": "^1.1.0",
- "@typescript-eslint/eslint-plugin": "^5.5.0",
- "@typescript-eslint/parser": "^5.5.0",
- "babel-preset-react-app": "^10.0.1",
- "confusing-browser-globals": "^1.0.11",
- "eslint-plugin-flowtype": "^8.0.3",
- "eslint-plugin-import": "^2.25.3",
- "eslint-plugin-jest": "^25.3.0",
- "eslint-plugin-jsx-a11y": "^6.5.1",
- "eslint-plugin-react": "^7.27.1",
- "eslint-plugin-react-hooks": "^4.3.0",
- "eslint-plugin-testing-library": "^5.0.1"
+ "p-locate": "^5.0.0"
},
"engines": {
- "node": ">=14.0.0"
+ "node": ">=10"
},
- "peerDependencies": {
- "eslint": "^8.0.0"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/eslint-config-react-app/node_modules/@typescript-eslint/eslint-plugin": {
- "version": "5.62.0",
+ "node_modules/@storybook/telemetry/node_modules/minimatch": {
+ "version": "9.0.4",
"dev": true,
- "license": "MIT",
+ "license": "ISC",
"dependencies": {
- "@eslint-community/regexpp": "^4.4.0",
- "@typescript-eslint/scope-manager": "5.62.0",
- "@typescript-eslint/type-utils": "5.62.0",
- "@typescript-eslint/utils": "5.62.0",
- "debug": "^4.3.4",
- "graphemer": "^1.4.0",
- "ignore": "^5.2.0",
- "natural-compare-lite": "^1.4.0",
- "semver": "^7.3.7",
- "tsutils": "^3.21.0"
+ "brace-expansion": "^2.0.1"
},
"engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ "node": ">=16 || 14 >=14.17"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "@typescript-eslint/parser": "^5.0.0",
- "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/eslint-config-react-app/node_modules/@typescript-eslint/parser": {
- "version": "5.62.0",
+ "node_modules/@storybook/telemetry/node_modules/p-limit": {
+ "version": "3.1.0",
"dev": true,
- "license": "BSD-2-Clause",
+ "license": "MIT",
"dependencies": {
- "@typescript-eslint/scope-manager": "5.62.0",
- "@typescript-eslint/types": "5.62.0",
- "@typescript-eslint/typescript-estree": "5.62.0",
- "debug": "^4.3.4"
+ "yocto-queue": "^0.1.0"
},
"engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ "node": ">=10"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/eslint-config-react-app/node_modules/@typescript-eslint/type-utils": {
- "version": "5.62.0",
+ "node_modules/@storybook/telemetry/node_modules/p-locate": {
+ "version": "5.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/typescript-estree": "5.62.0",
- "@typescript-eslint/utils": "5.62.0",
- "debug": "^4.3.4",
- "tsutils": "^3.21.0"
+ "p-limit": "^3.0.2"
},
"engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ "node": ">=10"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "eslint": "*"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/eslint-config-react-app/node_modules/eslint-plugin-jest": {
- "version": "25.7.0",
+ "node_modules/@storybook/telemetry/node_modules/pkg-dir": {
+ "version": "5.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/experimental-utils": "^5.0.0"
+ "find-up": "^5.0.0"
},
"engines": {
- "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
- },
- "peerDependencies": {
- "@typescript-eslint/eslint-plugin": "^4.0.0 || ^5.0.0",
- "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
- },
- "peerDependenciesMeta": {
- "@typescript-eslint/eslint-plugin": {
- "optional": true
- },
- "jest": {
- "optional": true
- }
+ "node": ">=10"
}
},
- "node_modules/eslint-config-react-app/node_modules/eslint-plugin-testing-library": {
- "version": "5.11.1",
+ "node_modules/@storybook/telemetry/node_modules/shebang-command": {
+ "version": "2.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/utils": "^5.58.0"
+ "shebang-regex": "^3.0.0"
},
"engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0",
- "npm": ">=6"
- },
- "peerDependencies": {
- "eslint": "^7.5.0 || ^8.0.0"
+ "node": ">=8"
}
},
- "node_modules/eslint-import-resolver-node": {
- "version": "0.3.7",
+ "node_modules/@storybook/telemetry/node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "debug": "^3.2.7",
- "is-core-module": "^2.11.0",
- "resolve": "^1.22.1"
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/eslint-import-resolver-node/node_modules/debug": {
- "version": "3.2.7",
+ "node_modules/@storybook/telemetry/node_modules/supports-color": {
+ "version": "7.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ms": "^2.1.1"
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/eslint-import-resolver-typescript": {
- "version": "3.6.1",
+ "node_modules/@storybook/telemetry/node_modules/temp-dir": {
+ "version": "3.0.0",
"dev": true,
- "license": "ISC",
+ "license": "MIT",
+ "engines": {
+ "node": ">=14.16"
+ }
+ },
+ "node_modules/@storybook/telemetry/node_modules/tempy": {
+ "version": "3.1.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "debug": "^4.3.4",
- "enhanced-resolve": "^5.12.0",
- "eslint-module-utils": "^2.7.4",
- "fast-glob": "^3.3.1",
- "get-tsconfig": "^4.5.0",
- "is-core-module": "^2.11.0",
- "is-glob": "^4.0.3"
+ "is-stream": "^3.0.0",
+ "temp-dir": "^3.0.0",
+ "type-fest": "^2.12.2",
+ "unique-string": "^3.0.0"
},
"engines": {
- "node": "^14.18.0 || >=16.0.0"
+ "node": ">=14.16"
},
"funding": {
- "url": "https://opencollective.com/unts/projects/eslint-import-resolver-ts"
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/@storybook/telemetry/node_modules/tempy/node_modules/is-stream": {
+ "version": "3.0.0",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
- "peerDependencies": {
- "eslint": "*",
- "eslint-plugin-import": "*"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/eslint-mdx": {
+ "node_modules/@storybook/telemetry/node_modules/type-fest": {
+ "version": "2.19.0",
+ "dev": true,
+ "license": "(MIT OR CC0-1.0)",
+ "engines": {
+ "node": ">=12.20"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/@storybook/telemetry/node_modules/unique-string": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "acorn": "^8.11.2",
- "acorn-jsx": "^5.3.2",
- "espree": "^9.6.1",
- "estree-util-visit": "^2.0.0",
- "remark-mdx": "^3.0.0",
- "remark-parse": "^11.0.0",
- "remark-stringify": "^11.0.0",
- "synckit": "^0.8.6",
- "tslib": "^2.6.2",
- "unified": "^11.0.4",
- "unified-engine": "^11.2.0",
- "unist-util-visit": "^5.0.0",
- "uvu": "^0.5.6",
- "vfile": "^6.0.1"
+ "crypto-random-string": "^4.0.0"
},
"engines": {
- "node": ">=18.0.0"
+ "node": ">=12"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- },
- "peerDependencies": {
- "eslint": ">=8.0.0"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/eslint-mdx/node_modules/@types/mdast": {
- "version": "4.0.3",
+ "node_modules/@storybook/telemetry/node_modules/universalify": {
+ "version": "2.0.1",
"dev": true,
"license": "MIT",
- "dependencies": {
- "@types/unist": "*"
+ "engines": {
+ "node": ">= 10.0.0"
}
},
- "node_modules/eslint-mdx/node_modules/@types/unist": {
- "version": "3.0.2",
+ "node_modules/@storybook/telemetry/node_modules/which": {
+ "version": "2.0.2",
"dev": true,
- "license": "MIT"
+ "license": "ISC",
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
},
- "node_modules/eslint-mdx/node_modules/is-plain-obj": {
- "version": "4.1.0",
+ "node_modules/@storybook/test": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
- "engines": {
- "node": ">=12"
+ "dependencies": {
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/instrumenter": "8.1.5",
+ "@storybook/preview-api": "8.1.5",
+ "@testing-library/dom": "^9.3.4",
+ "@testing-library/jest-dom": "^6.4.2",
+ "@testing-library/user-event": "^14.5.2",
+ "@vitest/expect": "1.3.1",
+ "@vitest/spy": "^1.3.1",
+ "util": "^0.12.4"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/eslint-mdx/node_modules/remark-parse": {
- "version": "11.0.0",
+ "node_modules/@storybook/test/node_modules/@storybook/channels": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/mdast": "^4.0.0",
- "mdast-util-from-markdown": "^2.0.0",
- "micromark-util-types": "^2.0.0",
- "unified": "^11.0.0"
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/global": "^5.0.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
},
"funding": {
"type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/eslint-mdx/node_modules/unified": {
- "version": "11.0.4",
+ "node_modules/@storybook/test/node_modules/@storybook/client-logger": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/unist": "^3.0.0",
- "bail": "^2.0.0",
- "devlop": "^1.0.0",
- "extend": "^3.0.0",
- "is-plain-obj": "^4.0.0",
- "trough": "^2.0.0",
- "vfile": "^6.0.0"
+ "@storybook/global": "^5.0.0"
},
"funding": {
"type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/eslint-mdx/node_modules/unist-util-is": {
- "version": "6.0.0",
+ "node_modules/@storybook/test/node_modules/@storybook/core-events": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/unist": "^3.0.0"
+ "@storybook/csf": "^0.1.7",
+ "ts-dedent": "^2.0.0"
},
"funding": {
"type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/eslint-mdx/node_modules/unist-util-stringify-position": {
- "version": "4.0.0",
+ "node_modules/@storybook/test/node_modules/@storybook/csf": {
+ "version": "0.1.8",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/unist": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "type-fest": "^2.19.0"
}
},
- "node_modules/eslint-mdx/node_modules/unist-util-visit": {
- "version": "5.0.0",
+ "node_modules/@storybook/test/node_modules/@storybook/preview-api": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/unist": "^3.0.0",
- "unist-util-is": "^6.0.0",
- "unist-util-visit-parents": "^6.0.0"
+ "@storybook/channels": "8.1.5",
+ "@storybook/client-logger": "8.1.5",
+ "@storybook/core-events": "8.1.5",
+ "@storybook/csf": "^0.1.7",
+ "@storybook/global": "^5.0.0",
+ "@storybook/types": "8.1.5",
+ "@types/qs": "^6.9.5",
+ "dequal": "^2.0.2",
+ "lodash": "^4.17.21",
+ "memoizerific": "^1.11.3",
+ "qs": "^6.10.0",
+ "tiny-invariant": "^1.3.1",
+ "ts-dedent": "^2.0.0",
+ "util-deprecate": "^1.0.2"
},
"funding": {
"type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/eslint-mdx/node_modules/unist-util-visit-parents": {
- "version": "6.0.1",
+ "node_modules/@storybook/test/node_modules/@storybook/types": {
+ "version": "8.1.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/unist": "^3.0.0",
- "unist-util-is": "^6.0.0"
+ "@storybook/channels": "8.1.5",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
},
"funding": {
"type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/eslint-mdx/node_modules/vfile": {
- "version": "6.0.1",
+ "node_modules/@storybook/test/node_modules/@testing-library/dom": {
+ "version": "9.3.4",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/unist": "^3.0.0",
- "unist-util-stringify-position": "^4.0.0",
- "vfile-message": "^4.0.0"
+ "@babel/code-frame": "^7.10.4",
+ "@babel/runtime": "^7.12.5",
+ "@types/aria-query": "^5.0.1",
+ "aria-query": "5.1.3",
+ "chalk": "^4.1.0",
+ "dom-accessibility-api": "^0.5.9",
+ "lz-string": "^1.5.0",
+ "pretty-format": "^27.0.2"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "engines": {
+ "node": ">=14"
}
},
- "node_modules/eslint-mdx/node_modules/vfile-message": {
- "version": "4.0.2",
+ "node_modules/@storybook/test/node_modules/@testing-library/dom/node_modules/chalk": {
+ "version": "4.1.2",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/unist": "^3.0.0",
- "unist-util-stringify-position": "^4.0.0"
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/eslint-module-utils": {
- "version": "2.7.4",
+ "node_modules/@storybook/test/node_modules/@testing-library/dom/node_modules/dom-accessibility-api": {
+ "version": "0.5.16",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@storybook/test/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "debug": "^3.2.7"
+ "color-convert": "^2.0.1"
},
"engines": {
- "node": ">=4"
+ "node": ">=8"
},
- "peerDependenciesMeta": {
- "eslint": {
- "optional": true
- }
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/eslint-module-utils/node_modules/debug": {
- "version": "3.2.7",
- "license": "MIT",
+ "node_modules/@storybook/test/node_modules/aria-query": {
+ "version": "5.1.3",
+ "dev": true,
+ "license": "Apache-2.0",
"dependencies": {
- "ms": "^2.1.1"
+ "deep-equal": "^2.0.5"
}
},
- "node_modules/eslint-plugin-escompat": {
- "version": "3.4.0",
+ "node_modules/@storybook/test/node_modules/color-convert": {
+ "version": "2.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "browserslist": "^4.21.0"
+ "color-name": "~1.1.4"
},
- "peerDependencies": {
- "eslint": ">=5.14.1"
+ "engines": {
+ "node": ">=7.0.0"
}
},
- "node_modules/eslint-plugin-eslint-comments": {
- "version": "3.2.0",
+ "node_modules/@storybook/test/node_modules/color-name": {
+ "version": "1.1.4",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@storybook/test/node_modules/has-flag": {
+ "version": "4.0.0",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@storybook/test/node_modules/supports-color": {
+ "version": "7.2.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "escape-string-regexp": "^1.0.5",
- "ignore": "^5.0.5"
+ "has-flag": "^4.0.0"
},
"engines": {
- "node": ">=6.5.0"
+ "node": ">=8"
+ }
+ },
+ "node_modules/@storybook/test/node_modules/type-fest": {
+ "version": "2.19.0",
+ "dev": true,
+ "license": "(MIT OR CC0-1.0)",
+ "engines": {
+ "node": ">=12.20"
},
"funding": {
- "url": "https://github.com/sponsors/mysticatea"
- },
- "peerDependencies": {
- "eslint": ">=4.19.1"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/eslint-plugin-filenames": {
- "version": "1.3.2",
+ "node_modules/@storybook/theming": {
+ "version": "7.6.20",
"dev": true,
"license": "MIT",
"dependencies": {
- "lodash.camelcase": "4.3.0",
- "lodash.kebabcase": "4.1.1",
- "lodash.snakecase": "4.1.1",
- "lodash.upperfirst": "4.3.1"
+ "@emotion/use-insertion-effect-with-fallbacks": "^1.0.0",
+ "@storybook/client-logger": "7.6.20",
+ "@storybook/global": "^5.0.0",
+ "memoizerific": "^1.11.3"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
},
"peerDependencies": {
- "eslint": "*"
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
},
- "node_modules/eslint-plugin-flowtype": {
- "version": "8.0.3",
+ "node_modules/@storybook/theming/node_modules/@storybook/client-logger": {
+ "version": "7.6.20",
"dev": true,
- "license": "BSD-3-Clause",
+ "license": "MIT",
"dependencies": {
- "lodash": "^4.17.21",
- "string-natural-compare": "^3.0.1"
- },
- "engines": {
- "node": ">=12.0.0"
+ "@storybook/global": "^5.0.0"
},
- "peerDependencies": {
- "@babel/plugin-syntax-flow": "^7.14.5",
- "@babel/plugin-transform-react-jsx": "^7.14.9",
- "eslint": "^8.1.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/eslint-plugin-github": {
- "version": "5.0.1",
+ "node_modules/@storybook/types": {
+ "version": "7.6.17",
"dev": true,
"license": "MIT",
"dependencies": {
- "@github/browserslist-config": "^1.0.0",
- "@typescript-eslint/eslint-plugin": "^7.0.1",
- "@typescript-eslint/parser": "^7.0.1",
- "aria-query": "^5.3.0",
- "eslint-config-prettier": ">=8.0.0",
- "eslint-plugin-escompat": "^3.3.3",
- "eslint-plugin-eslint-comments": "^3.2.0",
- "eslint-plugin-filenames": "^1.3.2",
- "eslint-plugin-i18n-text": "^1.0.1",
- "eslint-plugin-import": "^2.25.2",
- "eslint-plugin-jsx-a11y": "^6.7.1",
- "eslint-plugin-no-only-tests": "^3.0.0",
- "eslint-plugin-prettier": "^5.0.0",
- "eslint-rule-documentation": ">=1.0.0",
- "jsx-ast-utils": "^3.3.2",
- "prettier": "^3.0.0",
- "svg-element-attributes": "^1.3.1"
- },
- "bin": {
- "eslint-ignore-errors": "bin/eslint-ignore-errors.js"
+ "@storybook/channels": "7.6.17",
+ "@types/babel__core": "^7.0.0",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
},
- "peerDependencies": {
- "eslint": "^8.0.1"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
}
},
- "node_modules/eslint-plugin-graphql": {
- "version": "4.0.0",
+ "node_modules/@styled-system/background": {
+ "version": "5.1.2",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.10.0",
- "graphql-config": "^3.0.2",
- "lodash.flatten": "^4.4.0",
- "lodash.without": "^4.4.0"
- },
- "engines": {
- "node": ">=10.0"
- },
- "peerDependencies": {
- "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
+ "@styled-system/core": "^5.1.2"
}
},
- "node_modules/eslint-plugin-i18n-text": {
- "version": "1.0.1",
- "dev": true,
+ "node_modules/@styled-system/border": {
+ "version": "5.1.5",
"license": "MIT",
- "peerDependencies": {
- "eslint": ">=5.0.0"
+ "dependencies": {
+ "@styled-system/core": "^5.1.2"
}
},
- "node_modules/eslint-plugin-import": {
- "version": "2.27.5",
+ "node_modules/@styled-system/color": {
+ "version": "5.1.2",
"license": "MIT",
"dependencies": {
- "array-includes": "^3.1.6",
- "array.prototype.flat": "^1.3.1",
- "array.prototype.flatmap": "^1.3.1",
- "debug": "^3.2.7",
- "doctrine": "^2.1.0",
- "eslint-import-resolver-node": "^0.3.7",
- "eslint-module-utils": "^2.7.4",
- "has": "^1.0.3",
- "is-core-module": "^2.11.0",
- "is-glob": "^4.0.3",
- "minimatch": "^3.1.2",
- "object.values": "^1.1.6",
- "resolve": "^1.22.1",
- "semver": "^6.3.0",
- "tsconfig-paths": "^3.14.1"
- },
- "engines": {
- "node": ">=4"
- },
- "peerDependencies": {
- "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
+ "@styled-system/core": "^5.1.2"
}
},
- "node_modules/eslint-plugin-import/node_modules/debug": {
- "version": "3.2.7",
+ "node_modules/@styled-system/core": {
+ "version": "5.1.2",
"license": "MIT",
"dependencies": {
- "ms": "^2.1.1"
+ "object-assign": "^4.1.1"
}
},
- "node_modules/eslint-plugin-import/node_modules/doctrine": {
- "version": "2.1.0",
- "license": "Apache-2.0",
+ "node_modules/@styled-system/css": {
+ "version": "5.1.5",
+ "license": "MIT"
+ },
+ "node_modules/@styled-system/flexbox": {
+ "version": "5.1.2",
+ "license": "MIT",
"dependencies": {
- "esutils": "^2.0.2"
- },
- "engines": {
- "node": ">=0.10.0"
+ "@styled-system/core": "^5.1.2"
}
},
- "node_modules/eslint-plugin-import/node_modules/semver": {
- "version": "6.3.1",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
+ "node_modules/@styled-system/grid": {
+ "version": "5.1.2",
+ "license": "MIT",
+ "dependencies": {
+ "@styled-system/core": "^5.1.2"
}
},
- "node_modules/eslint-plugin-jest": {
- "version": "27.2.1",
- "dev": true,
+ "node_modules/@styled-system/layout": {
+ "version": "5.1.2",
"license": "MIT",
"dependencies": {
- "@typescript-eslint/utils": "^5.10.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- },
- "peerDependencies": {
- "@typescript-eslint/eslint-plugin": "^5.0.0",
- "eslint": "^7.0.0 || ^8.0.0"
- },
- "peerDependenciesMeta": {
- "@typescript-eslint/eslint-plugin": {
- "optional": true
- },
- "jest": {
- "optional": true
- }
+ "@styled-system/core": "^5.1.2"
}
},
- "node_modules/eslint-plugin-jsx-a11y": {
- "version": "6.7.1",
+ "node_modules/@styled-system/position": {
+ "version": "5.1.2",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.20.7",
- "aria-query": "^5.1.3",
- "array-includes": "^3.1.6",
- "array.prototype.flatmap": "^1.3.1",
- "ast-types-flow": "^0.0.7",
- "axe-core": "^4.6.2",
- "axobject-query": "^3.1.1",
- "damerau-levenshtein": "^1.0.8",
- "emoji-regex": "^9.2.2",
- "has": "^1.0.3",
- "jsx-ast-utils": "^3.3.3",
- "language-tags": "=1.0.5",
- "minimatch": "^3.1.2",
- "object.entries": "^1.1.6",
- "object.fromentries": "^2.0.6",
- "semver": "^6.3.0"
- },
- "engines": {
- "node": ">=4.0"
- },
- "peerDependencies": {
- "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
+ "@styled-system/core": "^5.1.2"
}
},
- "node_modules/eslint-plugin-jsx-a11y/node_modules/emoji-regex": {
- "version": "9.2.2",
- "license": "MIT"
+ "node_modules/@styled-system/props": {
+ "version": "5.1.5",
+ "license": "MIT",
+ "dependencies": {
+ "styled-system": "^5.1.5"
+ }
},
- "node_modules/eslint-plugin-jsx-a11y/node_modules/semver": {
- "version": "6.3.1",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
+ "node_modules/@styled-system/shadow": {
+ "version": "5.1.2",
+ "license": "MIT",
+ "dependencies": {
+ "@styled-system/core": "^5.1.2"
}
},
- "node_modules/eslint-plugin-markdown": {
- "version": "3.0.1",
- "dev": true,
+ "node_modules/@styled-system/space": {
+ "version": "5.1.2",
"license": "MIT",
"dependencies": {
- "mdast-util-from-markdown": "^0.8.5"
- },
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "peerDependencies": {
- "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
+ "@styled-system/core": "^5.1.2"
}
},
- "node_modules/eslint-plugin-markdown/node_modules/mdast-util-from-markdown": {
- "version": "0.8.5",
- "dev": true,
+ "node_modules/@styled-system/theme-get": {
+ "version": "5.1.2",
"license": "MIT",
"dependencies": {
- "@types/mdast": "^3.0.0",
- "mdast-util-to-string": "^2.0.0",
- "micromark": "~2.11.0",
- "parse-entities": "^2.0.0",
- "unist-util-stringify-position": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "@styled-system/core": "^5.1.2"
}
},
- "node_modules/eslint-plugin-markdown/node_modules/mdast-util-to-string": {
- "version": "2.0.0",
+ "node_modules/@styled-system/typography": {
+ "version": "5.1.2",
+ "license": "MIT",
+ "dependencies": {
+ "@styled-system/core": "^5.1.2"
+ }
+ },
+ "node_modules/@styled-system/variant": {
+ "version": "5.1.5",
+ "license": "MIT",
+ "dependencies": {
+ "@styled-system/core": "^5.1.2",
+ "@styled-system/css": "^5.1.5"
+ }
+ },
+ "node_modules/@swc/counter": {
+ "version": "0.1.3",
+ "license": "Apache-2.0"
+ },
+ "node_modules/@swc/helpers": {
+ "version": "0.5.5",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "@swc/counter": "^0.1.3",
+ "tslib": "^2.4.0"
+ }
+ },
+ "node_modules/@testing-library/dom": {
+ "version": "10.4.0",
"dev": true,
"license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "dependencies": {
+ "@babel/code-frame": "^7.10.4",
+ "@babel/runtime": "^7.12.5",
+ "@types/aria-query": "^5.0.1",
+ "aria-query": "5.3.0",
+ "chalk": "^4.1.0",
+ "dom-accessibility-api": "^0.5.9",
+ "lz-string": "^1.5.0",
+ "pretty-format": "^27.0.2"
+ },
+ "engines": {
+ "node": ">=18"
}
},
- "node_modules/eslint-plugin-markdown/node_modules/micromark": {
- "version": "2.11.4",
+ "node_modules/@testing-library/dom/node_modules/ansi-styles": {
+ "version": "4.3.0",
"dev": true,
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
"license": "MIT",
"dependencies": {
- "debug": "^4.0.0",
- "parse-entities": "^2.0.0"
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/eslint-plugin-mdx": {
- "version": "3.0.0",
+ "node_modules/@testing-library/dom/node_modules/chalk": {
+ "version": "4.1.2",
"dev": true,
"license": "MIT",
"dependencies": {
- "eslint-mdx": "^3.0.0",
- "eslint-plugin-markdown": "^3.0.1",
- "remark-mdx": "^3.0.0",
- "remark-parse": "^11.0.0",
- "remark-stringify": "^11.0.0",
- "tslib": "^2.6.2",
- "unified": "^11.0.4",
- "vfile": "^6.0.1"
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
},
"engines": {
- "node": ">=18.0.0"
+ "node": ">=10"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- },
- "peerDependencies": {
- "eslint": ">=8.0.0"
+ "url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/eslint-plugin-mdx/node_modules/@types/mdast": {
- "version": "4.0.3",
+ "node_modules/@testing-library/dom/node_modules/color-convert": {
+ "version": "2.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/unist": "*"
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
}
},
- "node_modules/eslint-plugin-mdx/node_modules/@types/unist": {
- "version": "3.0.2",
+ "node_modules/@testing-library/dom/node_modules/color-name": {
+ "version": "1.1.4",
"dev": true,
"license": "MIT"
},
- "node_modules/eslint-plugin-mdx/node_modules/is-plain-obj": {
- "version": "4.1.0",
+ "node_modules/@testing-library/dom/node_modules/has-flag": {
+ "version": "4.0.0",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "node": ">=8"
}
},
- "node_modules/eslint-plugin-mdx/node_modules/remark-parse": {
- "version": "11.0.0",
+ "node_modules/@testing-library/dom/node_modules/supports-color": {
+ "version": "7.2.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/mdast": "^4.0.0",
- "mdast-util-from-markdown": "^2.0.0",
- "micromark-util-types": "^2.0.0",
- "unified": "^11.0.0"
+ "has-flag": "^4.0.0"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/eslint-plugin-mdx/node_modules/unified": {
- "version": "11.0.4",
+ "node_modules/@testing-library/jest-dom": {
+ "version": "6.4.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/unist": "^3.0.0",
- "bail": "^2.0.0",
- "devlop": "^1.0.0",
- "extend": "^3.0.0",
- "is-plain-obj": "^4.0.0",
- "trough": "^2.0.0",
- "vfile": "^6.0.0"
+ "@adobe/css-tools": "^4.3.2",
+ "@babel/runtime": "^7.9.2",
+ "aria-query": "^5.0.0",
+ "chalk": "^3.0.0",
+ "css.escape": "^1.5.1",
+ "dom-accessibility-api": "^0.6.3",
+ "lodash": "^4.17.21",
+ "redent": "^3.0.0"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "engines": {
+ "node": ">=14",
+ "npm": ">=6",
+ "yarn": ">=1"
+ },
+ "peerDependencies": {
+ "@jest/globals": ">= 28",
+ "@types/bun": "latest",
+ "@types/jest": ">= 28",
+ "jest": ">= 28",
+ "vitest": ">= 0.32"
+ },
+ "peerDependenciesMeta": {
+ "@jest/globals": {
+ "optional": true
+ },
+ "@types/bun": {
+ "optional": true
+ },
+ "@types/jest": {
+ "optional": true
+ },
+ "jest": {
+ "optional": true
+ },
+ "vitest": {
+ "optional": true
+ }
}
},
- "node_modules/eslint-plugin-mdx/node_modules/unist-util-stringify-position": {
- "version": "4.0.0",
+ "node_modules/@testing-library/jest-dom/node_modules/ansi-styles": {
+ "version": "4.3.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/unist": "^3.0.0"
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/eslint-plugin-mdx/node_modules/vfile": {
- "version": "6.0.1",
+ "node_modules/@testing-library/jest-dom/node_modules/chalk": {
+ "version": "3.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/unist": "^3.0.0",
- "unist-util-stringify-position": "^4.0.0",
- "vfile-message": "^4.0.0"
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/eslint-plugin-mdx/node_modules/vfile-message": {
- "version": "4.0.2",
+ "node_modules/@testing-library/jest-dom/node_modules/color-convert": {
+ "version": "2.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/unist": "^3.0.0",
- "unist-util-stringify-position": "^4.0.0"
+ "color-name": "~1.1.4"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "engines": {
+ "node": ">=7.0.0"
}
},
- "node_modules/eslint-plugin-no-only-tests": {
- "version": "3.1.0",
+ "node_modules/@testing-library/jest-dom/node_modules/color-name": {
+ "version": "1.1.4",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": {
+ "version": "0.6.3",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@testing-library/jest-dom/node_modules/has-flag": {
+ "version": "4.0.0",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">=5.0.0"
+ "node": ">=8"
}
},
- "node_modules/eslint-plugin-playwright": {
- "version": "0.15.1",
+ "node_modules/@testing-library/jest-dom/node_modules/supports-color": {
+ "version": "7.2.0",
"dev": true,
"license": "MIT",
- "peerDependencies": {
- "eslint": ">=7",
- "eslint-plugin-jest": ">=25"
+ "dependencies": {
+ "has-flag": "^4.0.0"
},
- "peerDependenciesMeta": {
- "eslint-plugin-jest": {
- "optional": true
- }
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/eslint-plugin-prettier": {
- "version": "5.0.0",
+ "node_modules/@testing-library/react": {
+ "version": "16.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "prettier-linter-helpers": "^1.0.0",
- "synckit": "^0.8.5"
+ "@babel/runtime": "^7.12.5"
},
"engines": {
- "node": "^14.18.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/prettier"
+ "node": ">=18"
},
"peerDependencies": {
- "@types/eslint": ">=8.0.0",
- "eslint": ">=8.0.0",
- "prettier": ">=3.0.0"
+ "@testing-library/dom": "^10.0.0",
+ "@types/react": "^18.0.0",
+ "@types/react-dom": "^18.0.0",
+ "react": "^18.0.0",
+ "react-dom": "^18.0.0"
},
"peerDependenciesMeta": {
- "@types/eslint": {
+ "@types/react": {
"optional": true
},
- "eslint-config-prettier": {
+ "@types/react-dom": {
"optional": true
}
}
},
- "node_modules/eslint-plugin-primer-react": {
- "version": "5.4.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-primer-react/-/eslint-plugin-primer-react-5.4.0.tgz",
- "integrity": "sha512-t3F8RGOG+88SOZTjC5+ZBDhLIJitlRN4qkdRmwDuaL5mkxIA4LzyhLf4KfM595NwDan8mj37Fjbt3Nj04PxUDQ==",
+ "node_modules/@testing-library/react-hooks": {
+ "version": "8.0.1",
"dev": true,
- "dependencies": {
- "@styled-system/props": "^5.1.5",
- "eslint-plugin-github": "^5.0.1",
- "eslint-plugin-jsx-a11y": "^6.7.1",
- "eslint-traverse": "^1.0.0",
- "lodash": "^4.17.21",
- "styled-system": "^5.1.5"
- },
- "peerDependencies": {
- "eslint": "^8.42.0"
- }
- },
- "node_modules/eslint-plugin-react": {
- "version": "7.32.2",
"license": "MIT",
"dependencies": {
- "array-includes": "^3.1.6",
- "array.prototype.flatmap": "^1.3.1",
- "array.prototype.tosorted": "^1.1.1",
- "doctrine": "^2.1.0",
- "estraverse": "^5.3.0",
- "jsx-ast-utils": "^2.4.1 || ^3.0.0",
- "minimatch": "^3.1.2",
- "object.entries": "^1.1.6",
- "object.fromentries": "^2.0.6",
- "object.hasown": "^1.1.2",
- "object.values": "^1.1.6",
- "prop-types": "^15.8.1",
- "resolve": "^2.0.0-next.4",
- "semver": "^6.3.0",
- "string.prototype.matchall": "^4.0.8"
+ "@babel/runtime": "^7.12.5",
+ "react-error-boundary": "^3.1.0"
},
"engines": {
- "node": ">=4"
+ "node": ">=12"
},
"peerDependencies": {
- "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
+ "@types/react": "^16.9.0 || ^17.0.0",
+ "react": "^16.9.0 || ^17.0.0",
+ "react-dom": "^16.9.0 || ^17.0.0",
+ "react-test-renderer": "^16.9.0 || ^17.0.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "react-dom": {
+ "optional": true
+ },
+ "react-test-renderer": {
+ "optional": true
+ }
}
},
- "node_modules/eslint-plugin-react-hooks": {
- "version": "4.6.0",
+ "node_modules/@testing-library/user-event": {
+ "version": "14.5.2",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=10"
+ "node": ">=12",
+ "npm": ">=6"
},
"peerDependencies": {
- "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
+ "@testing-library/dom": ">=7.21.4"
}
},
- "node_modules/eslint-plugin-react-refresh": {
- "version": "0.4.7",
- "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.7.tgz",
- "integrity": "sha512-yrj+KInFmwuQS2UQcg1SF83ha1tuHC1jMQbRNyuWtlEzzKRDgAl7L4Yp4NlDUZTZNlWvHEzOtJhMi40R7JxcSw==",
+ "node_modules/@tootallnate/once": {
+ "version": "2.0.0",
"dev": true,
- "peerDependencies": {
- "eslint": ">=7"
+ "license": "MIT",
+ "engines": {
+ "node": ">= 10"
}
},
- "node_modules/eslint-plugin-react/node_modules/doctrine": {
- "version": "2.1.0",
- "license": "Apache-2.0",
- "dependencies": {
- "esutils": "^2.0.2"
- },
+ "node_modules/@tootallnate/quickjs-emscripten": {
+ "version": "0.23.0",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@trysound/sax": {
+ "version": "0.2.0",
+ "dev": true,
+ "license": "ISC",
"engines": {
- "node": ">=0.10.0"
+ "node": ">=10.13.0"
}
},
- "node_modules/eslint-plugin-react/node_modules/estraverse": {
- "version": "5.3.0",
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=4.0"
+ "node_modules/@types/acorn": {
+ "version": "4.0.6",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@types/estree": "*"
}
},
- "node_modules/eslint-plugin-react/node_modules/resolve": {
- "version": "2.0.0-next.5",
+ "node_modules/@types/aria-query": {
+ "version": "5.0.4",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/babel__core": {
+ "version": "7.20.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-core-module": "^2.13.0",
- "path-parse": "^1.0.7",
- "supports-preserve-symlinks-flag": "^1.0.0"
- },
- "bin": {
- "resolve": "bin/resolve"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "@babel/parser": "^7.20.7",
+ "@babel/types": "^7.20.7",
+ "@types/babel__generator": "*",
+ "@types/babel__template": "*",
+ "@types/babel__traverse": "*"
}
},
- "node_modules/eslint-plugin-react/node_modules/semver": {
- "version": "6.3.1",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
+ "node_modules/@types/babel__generator": {
+ "version": "7.6.3",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/types": "^7.0.0"
}
},
- "node_modules/eslint-plugin-ssr-friendly": {
- "version": "1.3.0",
+ "node_modules/@types/babel__template": {
+ "version": "7.4.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "globals": "^13.8.0"
- },
- "peerDependencies": {
- "eslint": ">=0.8.0"
+ "@babel/parser": "^7.1.0",
+ "@babel/types": "^7.0.0"
}
},
- "node_modules/eslint-plugin-ssr-friendly/node_modules/globals": {
- "version": "13.24.0",
+ "node_modules/@types/babel__traverse": {
+ "version": "7.20.4",
"dev": true,
"license": "MIT",
"dependencies": {
- "type-fest": "^0.20.2"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "@babel/types": "^7.20.7"
}
},
- "node_modules/eslint-plugin-ssr-friendly/node_modules/type-fest": {
- "version": "0.20.2",
+ "node_modules/@types/body-parser": {
+ "version": "1.19.5",
"dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "license": "MIT",
+ "dependencies": {
+ "@types/connect": "*",
+ "@types/node": "*"
}
},
- "node_modules/eslint-plugin-storybook": {
- "version": "0.8.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.8.0.tgz",
- "integrity": "sha512-CZeVO5EzmPY7qghO2t64oaFM+8FTaD4uzOEjHKp516exyTKo+skKAL9GI3QALS2BXhyALJjNtwbmr1XinGE8bA==",
+ "node_modules/@types/concat-stream": {
+ "version": "2.0.3",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "@storybook/csf": "^0.0.1",
- "@typescript-eslint/utils": "^5.62.0",
- "requireindex": "^1.2.0",
- "ts-dedent": "^2.2.0"
- },
- "engines": {
- "node": ">= 18"
- },
- "peerDependencies": {
- "eslint": ">=6"
+ "@types/node": "*"
}
},
- "node_modules/eslint-plugin-storybook/node_modules/@storybook/csf": {
- "version": "0.0.1",
+ "node_modules/@types/connect": {
+ "version": "3.4.38",
"dev": true,
"license": "MIT",
"dependencies": {
- "lodash": "^4.17.15"
+ "@types/node": "*"
}
},
- "node_modules/eslint-plugin-testing-library": {
- "version": "6.0.2",
+ "node_modules/@types/cross-spawn": {
+ "version": "6.0.6",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/utils": "^5.58.0"
- },
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0",
- "npm": ">=6"
- },
- "peerDependencies": {
- "eslint": "^7.5.0 || ^8.0.0"
+ "@types/node": "*"
}
},
- "node_modules/eslint-rule-documentation": {
- "version": "1.0.23",
+ "node_modules/@types/debug": {
+ "version": "4.1.12",
+ "license": "MIT",
+ "dependencies": {
+ "@types/ms": "*"
+ }
+ },
+ "node_modules/@types/detect-port": {
+ "version": "1.3.5",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/diff": {
+ "version": "5.2.1",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/doctrine": {
+ "version": "0.0.3",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/ejs": {
+ "version": "3.1.5",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/emscripten": {
+ "version": "1.39.13",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/escodegen": {
+ "version": "0.0.6",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/estree": {
+ "version": "1.0.5",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/estree-jsx": {
+ "version": "1.0.0",
"dev": true,
"license": "MIT",
- "engines": {
- "node": ">=4.0.0"
+ "dependencies": {
+ "@types/estree": "*"
}
},
- "node_modules/eslint-scope": {
- "version": "5.1.1",
- "license": "BSD-2-Clause",
+ "node_modules/@types/express": {
+ "version": "4.17.21",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "esrecurse": "^4.3.0",
- "estraverse": "^4.1.1"
- },
- "engines": {
- "node": ">=8.0.0"
+ "@types/body-parser": "*",
+ "@types/express-serve-static-core": "^4.17.33",
+ "@types/qs": "*",
+ "@types/serve-static": "*"
+ }
+ },
+ "node_modules/@types/express-serve-static-core": {
+ "version": "4.17.43",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@types/node": "*",
+ "@types/qs": "*",
+ "@types/range-parser": "*",
+ "@types/send": "*"
}
},
- "node_modules/eslint-traverse": {
- "version": "1.0.0",
+ "node_modules/@types/find-cache-dir": {
+ "version": "3.2.1",
"dev": true,
"license": "MIT"
},
- "node_modules/eslint-utils": {
- "version": "3.0.0",
+ "node_modules/@types/graceful-fs": {
+ "version": "4.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "eslint-visitor-keys": "^2.0.0"
- },
- "engines": {
- "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/mysticatea"
- },
- "peerDependencies": {
- "eslint": ">=5"
- }
- },
- "node_modules/eslint-visitor-keys": {
- "version": "2.1.0",
- "license": "Apache-2.0",
- "engines": {
- "node": ">=10"
+ "@types/node": "*"
}
},
- "node_modules/eslint-webpack-plugin": {
- "version": "2.7.0",
+ "node_modules/@types/hast": {
+ "version": "2.3.10",
"license": "MIT",
"dependencies": {
- "@types/eslint": "^7.29.0",
- "arrify": "^2.0.1",
- "jest-worker": "^27.5.1",
- "micromatch": "^4.0.5",
- "normalize-path": "^3.0.0",
- "schema-utils": "^3.1.1"
- },
- "engines": {
- "node": ">= 10.13.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
- },
- "peerDependencies": {
- "eslint": "^7.0.0 || ^8.0.0",
- "webpack": "^4.0.0 || ^5.0.0"
+ "@types/unist": "^2"
}
},
- "node_modules/eslint-webpack-plugin/node_modules/arrify": {
- "version": "2.0.1",
+ "node_modules/@types/hoist-non-react-statics": {
+ "version": "3.3.5",
"license": "MIT",
- "engines": {
- "node": ">=8"
+ "dependencies": {
+ "@types/react": "*",
+ "hoist-non-react-statics": "^3.3.0"
}
},
- "node_modules/eslint-webpack-plugin/node_modules/has-flag": {
- "version": "4.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
+ "node_modules/@types/html-minifier-terser": {
+ "version": "6.1.0",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/eslint-webpack-plugin/node_modules/jest-worker": {
- "version": "27.5.1",
+ "node_modules/@types/http-errors": {
+ "version": "2.0.4",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/is-empty": {
+ "version": "1.2.3",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/istanbul-lib-coverage": {
+ "version": "2.0.3",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/istanbul-lib-report": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/node": "*",
- "merge-stream": "^2.0.0",
- "supports-color": "^8.0.0"
- },
- "engines": {
- "node": ">= 10.13.0"
+ "@types/istanbul-lib-coverage": "*"
}
},
- "node_modules/eslint-webpack-plugin/node_modules/supports-color": {
- "version": "8.1.1",
+ "node_modules/@types/istanbul-reports": {
+ "version": "3.0.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/supports-color?sponsor=1"
+ "@types/istanbul-lib-report": "*"
}
},
- "node_modules/eslint/node_modules/ajv": {
- "version": "6.12.6",
+ "node_modules/@types/jest": {
+ "version": "29.5.12",
"dev": true,
"license": "MIT",
"dependencies": {
- "fast-deep-equal": "^3.1.1",
- "fast-json-stable-stringify": "^2.0.0",
- "json-schema-traverse": "^0.4.1",
- "uri-js": "^4.2.2"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/epoberezkin"
+ "expect": "^29.0.0",
+ "pretty-format": "^29.0.0"
}
},
- "node_modules/eslint/node_modules/ansi-styles": {
- "version": "4.3.0",
+ "node_modules/@types/jest/node_modules/@jest/schemas": {
+ "version": "29.6.3",
"dev": true,
"license": "MIT",
"dependencies": {
- "color-convert": "^2.0.1"
+ "@sinclair/typebox": "^0.27.8"
},
"engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/eslint/node_modules/argparse": {
- "version": "2.0.1",
+ "node_modules/@types/jest/node_modules/@sinclair/typebox": {
+ "version": "0.27.8",
"dev": true,
- "license": "Python-2.0"
+ "license": "MIT"
},
- "node_modules/eslint/node_modules/chalk": {
- "version": "4.1.2",
+ "node_modules/@types/jest/node_modules/ansi-styles": {
+ "version": "5.2.0",
"dev": true,
"license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
"engines": {
"node": ">=10"
},
"funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/eslint/node_modules/color-convert": {
- "version": "2.0.1",
+ "node_modules/@types/jest/node_modules/pretty-format": {
+ "version": "29.7.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "color-name": "~1.1.4"
+ "@jest/schemas": "^29.6.3",
+ "ansi-styles": "^5.0.0",
+ "react-is": "^18.0.0"
},
"engines": {
- "node": ">=7.0.0"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/eslint/node_modules/color-name": {
- "version": "1.1.4",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/eslint/node_modules/cross-spawn": {
- "version": "7.0.3",
+ "node_modules/@types/jsdom": {
+ "version": "20.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
+ "@types/node": "*",
+ "@types/tough-cookie": "*",
+ "parse5": "^7.0.0"
}
},
- "node_modules/eslint/node_modules/escape-string-regexp": {
- "version": "4.0.0",
+ "node_modules/@types/jsdom/node_modules/entities": {
+ "version": "4.5.0",
"dev": true,
- "license": "MIT",
+ "license": "BSD-2-Clause",
"engines": {
- "node": ">=10"
+ "node": ">=0.12"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/fb55/entities?sponsor=1"
}
},
- "node_modules/eslint/node_modules/eslint-scope": {
- "version": "7.2.2",
+ "node_modules/@types/jsdom/node_modules/parse5": {
+ "version": "7.1.2",
"dev": true,
- "license": "BSD-2-Clause",
+ "license": "MIT",
"dependencies": {
- "esrecurse": "^4.3.0",
- "estraverse": "^5.2.0"
- },
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ "entities": "^4.4.0"
},
"funding": {
- "url": "https://opencollective.com/eslint"
+ "url": "https://github.com/inikulin/parse5?sponsor=1"
}
},
- "node_modules/eslint/node_modules/eslint-visitor-keys": {
- "version": "3.4.3",
+ "node_modules/@types/json-schema": {
+ "version": "7.0.12",
"dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
+ "license": "MIT"
},
- "node_modules/eslint/node_modules/estraverse": {
- "version": "5.3.0",
+ "node_modules/@types/json5": {
+ "version": "0.0.29",
"dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=4.0"
- }
+ "license": "MIT"
},
- "node_modules/eslint/node_modules/find-up": {
- "version": "5.0.0",
+ "node_modules/@types/lodash": {
+ "version": "4.17.0",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/lodash.groupby": {
+ "version": "4.6.7",
"dev": true,
"license": "MIT",
"dependencies": {
- "locate-path": "^6.0.0",
- "path-exists": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "@types/lodash": "*"
}
},
- "node_modules/eslint/node_modules/glob-parent": {
- "version": "6.0.2",
+ "node_modules/@types/lodash.isempty": {
+ "version": "4.4.9",
"dev": true,
- "license": "ISC",
+ "license": "MIT",
"dependencies": {
- "is-glob": "^4.0.3"
- },
- "engines": {
- "node": ">=10.13.0"
+ "@types/lodash": "*"
}
},
- "node_modules/eslint/node_modules/globals": {
- "version": "13.24.0",
+ "node_modules/@types/lodash.isobject": {
+ "version": "3.0.9",
"dev": true,
"license": "MIT",
"dependencies": {
- "type-fest": "^0.20.2"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "@types/lodash": "*"
}
},
- "node_modules/eslint/node_modules/has-flag": {
- "version": "4.0.0",
+ "node_modules/@types/lodash.keyby": {
+ "version": "4.6.7",
"dev": true,
"license": "MIT",
- "engines": {
- "node": ">=8"
+ "dependencies": {
+ "@types/lodash": "*"
}
},
- "node_modules/eslint/node_modules/js-yaml": {
- "version": "4.1.0",
- "dev": true,
+ "node_modules/@types/mdast": {
+ "version": "3.0.15",
"license": "MIT",
"dependencies": {
- "argparse": "^2.0.1"
- },
- "bin": {
- "js-yaml": "bin/js-yaml.js"
+ "@types/unist": "^2"
}
},
- "node_modules/eslint/node_modules/json-schema-traverse": {
- "version": "0.4.1",
+ "node_modules/@types/mdx": {
+ "version": "2.0.13",
"dev": true,
"license": "MIT"
},
- "node_modules/eslint/node_modules/locate-path": {
- "version": "6.0.0",
+ "node_modules/@types/mime": {
+ "version": "1.3.5",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/minimist": {
+ "version": "1.2.2",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/ms": {
+ "version": "0.7.31",
+ "license": "MIT"
+ },
+ "node_modules/@types/node": {
+ "version": "20.12.11",
"dev": true,
"license": "MIT",
"dependencies": {
- "p-locate": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "undici-types": "~5.26.4"
}
},
- "node_modules/eslint/node_modules/p-limit": {
- "version": "3.1.0",
+ "node_modules/@types/node-fetch": {
+ "version": "2.6.11",
"dev": true,
"license": "MIT",
"dependencies": {
- "yocto-queue": "^0.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "@types/node": "*",
+ "form-data": "^4.0.0"
}
},
- "node_modules/eslint/node_modules/p-locate": {
- "version": "5.0.0",
+ "node_modules/@types/normalize-package-data": {
+ "version": "2.4.0",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/parse-json": {
+ "version": "4.0.2",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/postcss-mixins": {
+ "version": "9.0.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "p-limit": "^3.0.2"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "postcss": "^8.2.14"
}
},
- "node_modules/eslint/node_modules/shebang-command": {
- "version": "2.0.0",
+ "node_modules/@types/postcss-modules-local-by-default": {
+ "version": "4.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
+ "postcss": "^8.0.0"
}
},
- "node_modules/eslint/node_modules/shebang-regex": {
- "version": "3.0.0",
+ "node_modules/@types/postcss-modules-scope": {
+ "version": "3.0.4",
"dev": true,
"license": "MIT",
- "engines": {
- "node": ">=8"
+ "dependencies": {
+ "postcss": "^8.0.0"
}
},
- "node_modules/eslint/node_modules/supports-color": {
- "version": "7.2.0",
+ "node_modules/@types/pretty-hrtime": {
+ "version": "1.0.3",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/prop-types": {
+ "version": "15.7.11",
+ "license": "MIT"
+ },
+ "node_modules/@types/qs": {
+ "version": "6.9.13",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/range-parser": {
+ "version": "1.2.7",
"dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/react": {
+ "version": "18.3.3",
"license": "MIT",
"dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
+ "@types/prop-types": "*",
+ "csstype": "^3.0.2"
}
},
- "node_modules/eslint/node_modules/type-fest": {
- "version": "0.20.2",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "node_modules/@types/react-dom": {
+ "version": "18.3.0",
+ "license": "MIT",
+ "dependencies": {
+ "@types/react": "*"
}
},
- "node_modules/eslint/node_modules/which": {
- "version": "2.0.2",
+ "node_modules/@types/react-is": {
+ "version": "18.2.4",
+ "license": "MIT",
+ "dependencies": {
+ "@types/react": "*"
+ }
+ },
+ "node_modules/@types/react-test-renderer": {
+ "version": "18.3.0",
"dev": true,
- "license": "ISC",
+ "license": "MIT",
"dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
+ "@types/react": "*"
}
},
- "node_modules/esniff": {
- "version": "2.0.1",
- "license": "ISC",
+ "node_modules/@types/resolve": {
+ "version": "1.20.2",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/semver": {
+ "version": "7.5.8",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/send": {
+ "version": "0.17.4",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "d": "^1.0.1",
- "es5-ext": "^0.10.62",
- "event-emitter": "^0.3.5",
- "type": "^2.7.2"
- },
- "engines": {
- "node": ">=0.10"
+ "@types/mime": "^1",
+ "@types/node": "*"
}
},
- "node_modules/espree": {
- "version": "9.6.1",
+ "node_modules/@types/serve-static": {
+ "version": "1.15.5",
"dev": true,
- "license": "BSD-2-Clause",
+ "license": "MIT",
"dependencies": {
- "acorn": "^8.9.0",
- "acorn-jsx": "^5.3.2",
- "eslint-visitor-keys": "^3.4.1"
- },
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
+ "@types/http-errors": "*",
+ "@types/mime": "*",
+ "@types/node": "*"
}
},
- "node_modules/espree/node_modules/eslint-visitor-keys": {
- "version": "3.4.3",
+ "node_modules/@types/stack-utils": {
+ "version": "2.0.3",
"dev": true,
- "license": "Apache-2.0",
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
+ "license": "MIT"
+ },
+ "node_modules/@types/styled-components": {
+ "version": "5.1.34",
+ "license": "MIT",
+ "dependencies": {
+ "@types/hoist-non-react-statics": "*",
+ "@types/react": "*",
+ "csstype": "^3.0.2"
}
},
- "node_modules/esprima": {
- "version": "4.0.1",
- "license": "BSD-2-Clause",
- "bin": {
- "esparse": "bin/esparse.js",
- "esvalidate": "bin/esvalidate.js"
- },
- "engines": {
- "node": ">=4"
+ "node_modules/@types/styled-system": {
+ "version": "5.1.22",
+ "license": "MIT",
+ "dependencies": {
+ "csstype": "^3.0.2"
}
},
- "node_modules/esquery": {
- "version": "1.5.0",
- "license": "BSD-3-Clause",
+ "node_modules/@types/styled-system__css": {
+ "version": "5.0.21",
+ "license": "MIT",
"dependencies": {
- "estraverse": "^5.1.0"
- },
- "engines": {
- "node": ">=0.10"
+ "csstype": "^3.0.2"
}
},
- "node_modules/esquery/node_modules/estraverse": {
- "version": "5.3.0",
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=4.0"
- }
+ "node_modules/@types/styled-system__theme-get": {
+ "version": "5.0.4",
+ "license": "MIT"
+ },
+ "node_modules/@types/supports-color": {
+ "version": "8.1.3",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/tough-cookie": {
+ "version": "4.0.5",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/unist": {
+ "version": "2.0.10",
+ "license": "MIT"
},
- "node_modules/esrecurse": {
- "version": "4.3.0",
- "license": "BSD-2-Clause",
+ "node_modules/@types/uuid": {
+ "version": "9.0.8",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@types/yargs": {
+ "version": "17.0.32",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "estraverse": "^5.2.0"
- },
- "engines": {
- "node": ">=4.0"
+ "@types/yargs-parser": "*"
}
},
- "node_modules/esrecurse/node_modules/estraverse": {
- "version": "5.3.0",
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=4.0"
- }
+ "node_modules/@types/yargs-parser": {
+ "version": "20.2.0",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/estimo": {
- "version": "3.0.2",
+ "node_modules/@types/yauzl": {
+ "version": "2.10.3",
"dev": true,
"license": "MIT",
+ "optional": true,
"dependencies": {
- "@sitespeed.io/tracium": "^0.3.3",
- "commander": "^12.0.0",
- "find-chrome-bin": "2.0.2",
- "nanoid": "5.0.6",
- "puppeteer-core": "22.2.0"
- },
- "bin": {
- "estimo": "scripts/cli.js"
- },
- "engines": {
- "node": ">=18"
+ "@types/node": "*"
}
},
- "node_modules/estimo/node_modules/commander": {
- "version": "12.0.0",
+ "node_modules/@typescript-eslint/eslint-plugin": {
+ "version": "7.11.0",
"dev": true,
"license": "MIT",
+ "dependencies": {
+ "@eslint-community/regexpp": "^4.10.0",
+ "@typescript-eslint/scope-manager": "7.11.0",
+ "@typescript-eslint/type-utils": "7.11.0",
+ "@typescript-eslint/utils": "7.11.0",
+ "@typescript-eslint/visitor-keys": "7.11.0",
+ "graphemer": "^1.4.0",
+ "ignore": "^5.3.1",
+ "natural-compare": "^1.4.0",
+ "ts-api-utils": "^1.3.0"
+ },
"engines": {
- "node": ">=18"
+ "node": "^18.18.0 || >=20.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "@typescript-eslint/parser": "^7.0.0",
+ "eslint": "^8.56.0"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
}
},
- "node_modules/estimo/node_modules/nanoid": {
- "version": "5.0.6",
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
+ "version": "7.11.0",
"dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
"license": "MIT",
- "bin": {
- "nanoid": "bin/nanoid.js"
+ "dependencies": {
+ "@typescript-eslint/types": "7.11.0",
+ "@typescript-eslint/visitor-keys": "7.11.0"
},
"engines": {
- "node": "^18 || >=20"
- }
- },
- "node_modules/estraverse": {
- "version": "4.3.0",
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=4.0"
- }
- },
- "node_modules/estree-util-is-identifier-name": {
- "version": "2.1.0",
- "license": "MIT",
+ "node": "^18.18.0 || >=20.0.0"
+ },
"funding": {
"type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://opencollective.com/typescript-eslint"
}
},
- "node_modules/estree-util-visit": {
- "version": "2.0.0",
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/type-utils": {
+ "version": "7.11.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/estree-jsx": "^1.0.0",
- "@types/unist": "^3.0.0"
+ "@typescript-eslint/typescript-estree": "7.11.0",
+ "@typescript-eslint/utils": "7.11.0",
+ "debug": "^4.3.4",
+ "ts-api-utils": "^1.3.0"
+ },
+ "engines": {
+ "node": "^18.18.0 || >=20.0.0"
},
"funding": {
"type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "eslint": "^8.56.0"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
}
},
- "node_modules/estree-util-visit/node_modules/@types/unist": {
- "version": "3.0.2",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/estree-walker": {
- "version": "2.0.2",
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
+ "version": "7.11.0",
"dev": true,
- "license": "MIT"
- },
- "node_modules/esutils": {
- "version": "2.0.3",
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/etag": {
- "version": "1.8.1",
"license": "MIT",
"engines": {
- "node": ">= 0.6"
+ "node": "^18.18.0 || >=20.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
}
},
- "node_modules/eval": {
- "version": "0.1.8",
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": {
+ "version": "7.11.0",
+ "dev": true,
+ "license": "BSD-2-Clause",
"dependencies": {
- "@types/node": "*",
- "require-like": ">= 0.1.1"
+ "@typescript-eslint/types": "7.11.0",
+ "@typescript-eslint/visitor-keys": "7.11.0",
+ "debug": "^4.3.4",
+ "globby": "^11.1.0",
+ "is-glob": "^4.0.3",
+ "minimatch": "^9.0.4",
+ "semver": "^7.6.0",
+ "ts-api-utils": "^1.3.0"
},
"engines": {
- "node": ">= 0.8"
+ "node": "^18.18.0 || >=20.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
}
},
- "node_modules/event-emitter": {
- "version": "0.3.5",
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": {
+ "version": "7.11.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "d": "1",
- "es5-ext": "~0.10.14"
- }
- },
- "node_modules/event-source-polyfill": {
- "version": "1.0.31",
- "license": "MIT"
- },
- "node_modules/event-target-shim": {
- "version": "5.0.1",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/eventemitter3": {
- "version": "4.0.7",
- "license": "MIT"
- },
- "node_modules/events": {
- "version": "3.3.0",
- "license": "MIT",
+ "@eslint-community/eslint-utils": "^4.4.0",
+ "@typescript-eslint/scope-manager": "7.11.0",
+ "@typescript-eslint/types": "7.11.0",
+ "@typescript-eslint/typescript-estree": "7.11.0"
+ },
"engines": {
- "node": ">=0.8.x"
+ "node": "^18.18.0 || >=20.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "eslint": "^8.56.0"
}
},
- "node_modules/example-app-router": {
- "resolved": "examples/app-router",
- "link": true
- },
- "node_modules/example-consumer-test": {
- "resolved": "examples/consumer-test",
- "link": true
- },
- "node_modules/exec-sh": {
- "version": "0.3.6",
- "license": "MIT"
- },
- "node_modules/execa": {
- "version": "7.2.0",
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
+ "version": "7.11.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^6.0.1",
- "human-signals": "^4.3.0",
- "is-stream": "^3.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^5.1.0",
- "onetime": "^6.0.0",
- "signal-exit": "^3.0.7",
- "strip-final-newline": "^3.0.0"
+ "@typescript-eslint/types": "7.11.0",
+ "eslint-visitor-keys": "^3.4.3"
},
"engines": {
- "node": "^14.18.0 || ^16.14.0 || >=18.0.0"
+ "node": "^18.18.0 || >=20.0.0"
},
"funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
}
},
- "node_modules/execa/node_modules/cross-spawn": {
- "version": "7.0.3",
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/brace-expansion": {
+ "version": "2.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
+ "balanced-match": "^1.0.0"
}
},
- "node_modules/execa/node_modules/human-signals": {
- "version": "4.3.1",
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/eslint-visitor-keys": {
+ "version": "3.4.3",
"dev": true,
"license": "Apache-2.0",
"engines": {
- "node": ">=14.18.0"
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
}
},
- "node_modules/execa/node_modules/is-stream": {
- "version": "3.0.0",
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/minimatch": {
+ "version": "9.0.4",
"dev": true,
- "license": "MIT",
+ "license": "ISC",
+ "dependencies": {
+ "brace-expansion": "^2.0.1"
+ },
"engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ "node": ">=16 || 14 >=14.17"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/execa/node_modules/mimic-fn": {
- "version": "4.0.0",
+ "node_modules/@typescript-eslint/parser": {
+ "version": "7.4.0",
"dev": true,
- "license": "MIT",
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "@typescript-eslint/scope-manager": "7.4.0",
+ "@typescript-eslint/types": "7.4.0",
+ "@typescript-eslint/typescript-estree": "7.4.0",
+ "@typescript-eslint/visitor-keys": "7.4.0",
+ "debug": "^4.3.4"
+ },
"engines": {
- "node": ">=12"
+ "node": "^18.18.0 || >=20.0.0"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "eslint": "^8.56.0"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
}
},
- "node_modules/execa/node_modules/npm-run-path": {
- "version": "5.3.0",
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
+ "version": "7.4.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "path-key": "^4.0.0"
+ "@typescript-eslint/types": "7.4.0",
+ "@typescript-eslint/visitor-keys": "7.4.0"
},
"engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ "node": "^18.18.0 || >=20.0.0"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
}
},
- "node_modules/execa/node_modules/npm-run-path/node_modules/path-key": {
- "version": "4.0.0",
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
+ "version": "7.4.0",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">=12"
+ "node": "^18.18.0 || >=20.0.0"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
}
},
- "node_modules/execa/node_modules/onetime": {
- "version": "6.0.0",
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
+ "version": "7.4.0",
"dev": true,
- "license": "MIT",
+ "license": "BSD-2-Clause",
"dependencies": {
- "mimic-fn": "^4.0.0"
+ "@typescript-eslint/types": "7.4.0",
+ "@typescript-eslint/visitor-keys": "7.4.0",
+ "debug": "^4.3.4",
+ "globby": "^11.1.0",
+ "is-glob": "^4.0.3",
+ "minimatch": "9.0.3",
+ "semver": "^7.5.4",
+ "ts-api-utils": "^1.0.1"
},
"engines": {
- "node": ">=12"
+ "node": "^18.18.0 || >=20.0.0"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
}
},
- "node_modules/execa/node_modules/shebang-command": {
- "version": "2.0.0",
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
+ "version": "7.4.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "shebang-regex": "^3.0.0"
+ "@typescript-eslint/types": "7.4.0",
+ "eslint-visitor-keys": "^3.4.1"
},
"engines": {
- "node": ">=8"
+ "node": "^18.18.0 || >=20.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
}
},
- "node_modules/execa/node_modules/shebang-regex": {
- "version": "3.0.0",
+ "node_modules/@typescript-eslint/parser/node_modules/brace-expansion": {
+ "version": "2.0.1",
"dev": true,
"license": "MIT",
- "engines": {
- "node": ">=8"
+ "dependencies": {
+ "balanced-match": "^1.0.0"
}
},
- "node_modules/execa/node_modules/strip-final-newline": {
- "version": "3.0.0",
+ "node_modules/@typescript-eslint/parser/node_modules/eslint-visitor-keys": {
+ "version": "3.4.3",
"dev": true,
- "license": "MIT",
+ "license": "Apache-2.0",
"engines": {
- "node": ">=12"
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://opencollective.com/eslint"
}
},
- "node_modules/execa/node_modules/which": {
- "version": "2.0.2",
+ "node_modules/@typescript-eslint/parser/node_modules/minimatch": {
+ "version": "9.0.3",
"dev": true,
"license": "ISC",
"dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
+ "brace-expansion": "^2.0.1"
},
"engines": {
- "node": ">= 8"
- }
- },
- "node_modules/exit": {
- "version": "0.1.2",
- "engines": {
- "node": ">= 0.8.0"
+ "node": ">=16 || 14 >=14.17"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/expand-brackets": {
- "version": "2.1.4",
+ "node_modules/@typescript-eslint/scope-manager": {
+ "version": "5.62.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "debug": "^2.3.3",
- "define-property": "^0.2.5",
- "extend-shallow": "^2.0.1",
- "posix-character-classes": "^0.1.0",
- "regex-not": "^1.0.0",
- "snapdragon": "^0.8.1",
- "to-regex": "^3.0.1"
+ "@typescript-eslint/types": "5.62.0",
+ "@typescript-eslint/visitor-keys": "5.62.0"
},
"engines": {
- "node": ">=0.10.0"
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
}
},
- "node_modules/expand-brackets/node_modules/debug": {
- "version": "2.6.9",
+ "node_modules/@typescript-eslint/types": {
+ "version": "5.62.0",
+ "dev": true,
"license": "MIT",
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ }
+ },
+ "node_modules/@typescript-eslint/typescript-estree": {
+ "version": "5.62.0",
+ "dev": true,
+ "license": "BSD-2-Clause",
"dependencies": {
- "ms": "2.0.0"
+ "@typescript-eslint/types": "5.62.0",
+ "@typescript-eslint/visitor-keys": "5.62.0",
+ "debug": "^4.3.4",
+ "globby": "^11.1.0",
+ "is-glob": "^4.0.3",
+ "semver": "^7.3.7",
+ "tsutils": "^3.21.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
}
},
- "node_modules/expand-brackets/node_modules/define-property": {
- "version": "0.2.5",
+ "node_modules/@typescript-eslint/utils": {
+ "version": "5.62.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-descriptor": "^0.1.0"
+ "@eslint-community/eslint-utils": "^4.2.0",
+ "@types/json-schema": "^7.0.9",
+ "@types/semver": "^7.3.12",
+ "@typescript-eslint/scope-manager": "5.62.0",
+ "@typescript-eslint/types": "5.62.0",
+ "@typescript-eslint/typescript-estree": "5.62.0",
+ "eslint-scope": "^5.1.1",
+ "semver": "^7.3.7"
},
"engines": {
- "node": ">=0.10.0"
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
}
},
- "node_modules/expand-brackets/node_modules/is-descriptor": {
- "version": "0.1.7",
+ "node_modules/@typescript-eslint/visitor-keys": {
+ "version": "5.62.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-accessor-descriptor": "^1.0.1",
- "is-data-descriptor": "^1.0.1"
+ "@typescript-eslint/types": "5.62.0",
+ "eslint-visitor-keys": "^3.3.0"
},
"engines": {
- "node": ">= 0.4"
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
}
},
- "node_modules/expand-brackets/node_modules/ms": {
- "version": "2.0.0",
- "license": "MIT"
+ "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
+ "version": "3.4.3",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
},
- "node_modules/expand-template": {
- "version": "2.0.3",
- "license": "(MIT OR WTFPL)",
+ "node_modules/@ungap/structured-clone": {
+ "version": "1.2.0",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/@vitejs/plugin-react": {
+ "version": "4.2.1",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/core": "^7.23.5",
+ "@babel/plugin-transform-react-jsx-self": "^7.23.3",
+ "@babel/plugin-transform-react-jsx-source": "^7.23.3",
+ "@types/babel__core": "^7.20.5",
+ "react-refresh": "^0.14.0"
+ },
"engines": {
- "node": ">=6"
+ "node": "^14.18.0 || >=16.0.0"
+ },
+ "peerDependencies": {
+ "vite": "^4.2.0 || ^5.0.0"
}
},
- "node_modules/expect": {
- "version": "29.7.0",
+ "node_modules/@vitest/expect": {
+ "version": "1.3.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/expect-utils": "^29.7.0",
- "jest-get-type": "^29.6.3",
- "jest-matcher-utils": "^29.7.0",
- "jest-message-util": "^29.7.0",
- "jest-util": "^29.7.0"
+ "@vitest/spy": "1.3.1",
+ "@vitest/utils": "1.3.1",
+ "chai": "^4.3.10"
},
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "funding": {
+ "url": "https://opencollective.com/vitest"
}
},
- "node_modules/expect/node_modules/@jest/schemas": {
+ "node_modules/@vitest/expect/node_modules/@jest/schemas": {
"version": "29.6.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@sinclair/typebox": "^0.27.8"
@@ -31336,73 +18080,58 @@
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/expect/node_modules/@sinclair/typebox": {
+ "node_modules/@vitest/expect/node_modules/@sinclair/typebox": {
"version": "0.27.8",
+ "dev": true,
"license": "MIT"
},
- "node_modules/expect/node_modules/ansi-styles": {
- "version": "4.3.0",
+ "node_modules/@vitest/expect/node_modules/@vitest/spy": {
+ "version": "1.3.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
+ "tinyspy": "^2.2.0"
},
"funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ "url": "https://opencollective.com/vitest"
}
},
- "node_modules/expect/node_modules/chalk": {
- "version": "4.1.2",
+ "node_modules/@vitest/expect/node_modules/@vitest/utils": {
+ "version": "1.3.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
+ "diff-sequences": "^29.6.3",
+ "estree-walker": "^3.0.3",
+ "loupe": "^2.3.7",
+ "pretty-format": "^29.7.0"
},
"funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/expect/node_modules/color-convert": {
- "version": "2.0.1",
- "license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
+ "url": "https://opencollective.com/vitest"
}
},
- "node_modules/expect/node_modules/color-name": {
- "version": "1.1.4",
- "license": "MIT"
- },
- "node_modules/expect/node_modules/has-flag": {
- "version": "4.0.0",
+ "node_modules/@vitest/expect/node_modules/ansi-styles": {
+ "version": "5.2.0",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=8"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/expect/node_modules/jest-matcher-utils": {
- "version": "29.7.0",
+ "node_modules/@vitest/expect/node_modules/estree-walker": {
+ "version": "3.0.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "chalk": "^4.0.0",
- "jest-diff": "^29.7.0",
- "jest-get-type": "^29.6.3",
- "pretty-format": "^29.7.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "@types/estree": "^1.0.0"
}
},
- "node_modules/expect/node_modules/pretty-format": {
+ "node_modules/@vitest/expect/node_modules/pretty-format": {
"version": "29.7.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@jest/schemas": "^29.6.3",
@@ -31413,3019 +18142,2785 @@
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/expect/node_modules/pretty-format/node_modules/ansi-styles": {
- "version": "5.2.0",
+ "node_modules/@vitest/spy": {
+ "version": "1.6.0",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=10"
+ "dependencies": {
+ "tinyspy": "^2.2.0"
},
"funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ "url": "https://opencollective.com/vitest"
}
},
- "node_modules/expect/node_modules/supports-color": {
- "version": "7.2.0",
+ "node_modules/@vitest/utils": {
+ "version": "1.6.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "has-flag": "^4.0.0"
+ "diff-sequences": "^29.6.3",
+ "estree-walker": "^3.0.3",
+ "loupe": "^2.3.7",
+ "pretty-format": "^29.7.0"
},
- "engines": {
- "node": ">=8"
+ "funding": {
+ "url": "https://opencollective.com/vitest"
}
},
- "node_modules/express": {
- "version": "4.19.2",
+ "node_modules/@vitest/utils/node_modules/@jest/schemas": {
+ "version": "29.6.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "accepts": "~1.3.8",
- "array-flatten": "1.1.1",
- "body-parser": "1.20.2",
- "content-disposition": "0.5.4",
- "content-type": "~1.0.4",
- "cookie": "0.6.0",
- "cookie-signature": "1.0.6",
- "debug": "2.6.9",
- "depd": "2.0.0",
- "encodeurl": "~1.0.2",
- "escape-html": "~1.0.3",
- "etag": "~1.8.1",
- "finalhandler": "1.2.0",
- "fresh": "0.5.2",
- "http-errors": "2.0.0",
- "merge-descriptors": "1.0.1",
- "methods": "~1.1.2",
- "on-finished": "2.4.1",
- "parseurl": "~1.3.3",
- "path-to-regexp": "0.1.7",
- "proxy-addr": "~2.0.7",
- "qs": "6.11.0",
- "range-parser": "~1.2.1",
- "safe-buffer": "5.2.1",
- "send": "0.18.0",
- "serve-static": "1.15.0",
- "setprototypeof": "1.2.0",
- "statuses": "2.0.1",
- "type-is": "~1.6.18",
- "utils-merge": "1.0.1",
- "vary": "~1.1.2"
+ "@sinclair/typebox": "^0.27.8"
},
"engines": {
- "node": ">= 0.10.0"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/express-graphql": {
- "version": "0.12.0",
+ "node_modules/@vitest/utils/node_modules/@sinclair/typebox": {
+ "version": "0.27.8",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@vitest/utils/node_modules/ansi-styles": {
+ "version": "5.2.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "accepts": "^1.3.7",
- "content-type": "^1.0.4",
- "http-errors": "1.8.0",
- "raw-body": "^2.4.1"
- },
"engines": {
- "node": ">= 10.x"
+ "node": ">=10"
},
- "peerDependencies": {
- "graphql": "^14.7.0 || ^15.3.0"
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/express-graphql/node_modules/depd": {
- "version": "1.1.2",
+ "node_modules/@vitest/utils/node_modules/estree-walker": {
+ "version": "3.0.3",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">= 0.6"
+ "dependencies": {
+ "@types/estree": "^1.0.0"
}
},
- "node_modules/express-graphql/node_modules/http-errors": {
- "version": "1.8.0",
+ "node_modules/@vitest/utils/node_modules/pretty-format": {
+ "version": "29.7.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "depd": "~1.1.2",
- "inherits": "2.0.4",
- "setprototypeof": "1.2.0",
- "statuses": ">= 1.5.0 < 2",
- "toidentifier": "1.0.0"
+ "@jest/schemas": "^29.6.3",
+ "ansi-styles": "^5.0.0",
+ "react-is": "^18.0.0"
},
"engines": {
- "node": ">= 0.6"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/express-graphql/node_modules/statuses": {
- "version": "1.5.0",
+ "node_modules/@webassemblyjs/ast": {
+ "version": "1.12.1",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">= 0.6"
+ "dependencies": {
+ "@webassemblyjs/helper-numbers": "1.11.6",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.6"
}
},
- "node_modules/express-graphql/node_modules/toidentifier": {
- "version": "1.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=0.6"
- }
+ "node_modules/@webassemblyjs/floating-point-hex-parser": {
+ "version": "1.11.6",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/express/node_modules/debug": {
- "version": "2.6.9",
+ "node_modules/@webassemblyjs/helper-api-error": {
+ "version": "1.11.6",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@webassemblyjs/helper-buffer": {
+ "version": "1.12.1",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@webassemblyjs/helper-numbers": {
+ "version": "1.11.6",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ms": "2.0.0"
+ "@webassemblyjs/floating-point-hex-parser": "1.11.6",
+ "@webassemblyjs/helper-api-error": "1.11.6",
+ "@xtuc/long": "4.2.2"
}
},
- "node_modules/express/node_modules/ms": {
- "version": "2.0.0",
+ "node_modules/@webassemblyjs/helper-wasm-bytecode": {
+ "version": "1.11.6",
+ "dev": true,
"license": "MIT"
},
- "node_modules/express/node_modules/qs": {
- "version": "6.11.0",
- "license": "BSD-3-Clause",
+ "node_modules/@webassemblyjs/helper-wasm-section": {
+ "version": "1.12.1",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "side-channel": "^1.0.4"
- },
- "engines": {
- "node": ">=0.6"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "@webassemblyjs/ast": "1.12.1",
+ "@webassemblyjs/helper-buffer": "1.12.1",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.6",
+ "@webassemblyjs/wasm-gen": "1.12.1"
}
},
- "node_modules/express/node_modules/safe-buffer": {
- "version": "5.2.1",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "license": "MIT"
+ "node_modules/@webassemblyjs/ieee754": {
+ "version": "1.11.6",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@xtuc/ieee754": "^1.2.0"
+ }
},
- "node_modules/ext": {
- "version": "1.7.0",
- "license": "ISC",
+ "node_modules/@webassemblyjs/leb128": {
+ "version": "1.11.6",
+ "dev": true,
+ "license": "Apache-2.0",
"dependencies": {
- "type": "^2.7.2"
+ "@xtuc/long": "4.2.2"
}
},
- "node_modules/extend": {
- "version": "3.0.2",
+ "node_modules/@webassemblyjs/utf8": {
+ "version": "1.11.6",
+ "dev": true,
"license": "MIT"
},
- "node_modules/extend-shallow": {
- "version": "2.0.1",
+ "node_modules/@webassemblyjs/wasm-edit": {
+ "version": "1.12.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-extendable": "^0.1.0"
- },
- "engines": {
- "node": ">=0.10.0"
+ "@webassemblyjs/ast": "1.12.1",
+ "@webassemblyjs/helper-buffer": "1.12.1",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.6",
+ "@webassemblyjs/helper-wasm-section": "1.12.1",
+ "@webassemblyjs/wasm-gen": "1.12.1",
+ "@webassemblyjs/wasm-opt": "1.12.1",
+ "@webassemblyjs/wasm-parser": "1.12.1",
+ "@webassemblyjs/wast-printer": "1.12.1"
}
},
- "node_modules/extendable-error": {
- "version": "0.1.7",
+ "node_modules/@webassemblyjs/wasm-gen": {
+ "version": "1.12.1",
"dev": true,
- "license": "MIT"
- },
- "node_modules/external-editor": {
- "version": "3.1.0",
"license": "MIT",
"dependencies": {
- "chardet": "^0.7.0",
- "iconv-lite": "^0.4.24",
- "tmp": "^0.0.33"
- },
- "engines": {
- "node": ">=4"
+ "@webassemblyjs/ast": "1.12.1",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.6",
+ "@webassemblyjs/ieee754": "1.11.6",
+ "@webassemblyjs/leb128": "1.11.6",
+ "@webassemblyjs/utf8": "1.11.6"
}
},
- "node_modules/extglob": {
- "version": "2.0.4",
+ "node_modules/@webassemblyjs/wasm-opt": {
+ "version": "1.12.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "array-unique": "^0.3.2",
- "define-property": "^1.0.0",
- "expand-brackets": "^2.1.4",
- "extend-shallow": "^2.0.1",
- "fragment-cache": "^0.2.1",
- "regex-not": "^1.0.0",
- "snapdragon": "^0.8.1",
- "to-regex": "^3.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
+ "@webassemblyjs/ast": "1.12.1",
+ "@webassemblyjs/helper-buffer": "1.12.1",
+ "@webassemblyjs/wasm-gen": "1.12.1",
+ "@webassemblyjs/wasm-parser": "1.12.1"
}
},
- "node_modules/extglob/node_modules/define-property": {
- "version": "1.0.0",
+ "node_modules/@webassemblyjs/wasm-parser": {
+ "version": "1.12.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-descriptor": "^1.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
+ "@webassemblyjs/ast": "1.12.1",
+ "@webassemblyjs/helper-api-error": "1.11.6",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.6",
+ "@webassemblyjs/ieee754": "1.11.6",
+ "@webassemblyjs/leb128": "1.11.6",
+ "@webassemblyjs/utf8": "1.11.6"
}
},
- "node_modules/extract-files": {
- "version": "9.0.0",
+ "node_modules/@webassemblyjs/wast-printer": {
+ "version": "1.12.1",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": "^10.17.0 || ^12.0.0 || >= 13.7.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/jaydenseric"
+ "dependencies": {
+ "@webassemblyjs/ast": "1.12.1",
+ "@xtuc/long": "4.2.2"
}
},
- "node_modules/extract-zip": {
- "version": "2.0.1",
+ "node_modules/@xtuc/ieee754": {
+ "version": "1.2.0",
+ "dev": true,
+ "license": "BSD-3-Clause"
+ },
+ "node_modules/@xtuc/long": {
+ "version": "4.2.2",
+ "dev": true,
+ "license": "Apache-2.0"
+ },
+ "node_modules/@yarnpkg/esbuild-plugin-pnp": {
+ "version": "3.0.0-rc.15",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
- "debug": "^4.1.1",
- "get-stream": "^5.1.0",
- "yauzl": "^2.10.0"
- },
- "bin": {
- "extract-zip": "cli.js"
+ "tslib": "^2.4.0"
},
"engines": {
- "node": ">= 10.17.0"
+ "node": ">=14.15.0"
},
- "optionalDependencies": {
- "@types/yauzl": "^2.9.1"
+ "peerDependencies": {
+ "esbuild": ">=0.10.0"
}
},
- "node_modules/extract-zip/node_modules/get-stream": {
- "version": "5.2.0",
+ "node_modules/@yarnpkg/fslib": {
+ "version": "2.10.3",
"dev": true,
- "license": "MIT",
+ "license": "BSD-2-Clause",
"dependencies": {
- "pump": "^3.0.0"
+ "@yarnpkg/libzip": "^2.3.0",
+ "tslib": "^1.13.0"
},
"engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "node": ">=12 <14 || 14.2 - 14.9 || >14.10.0"
}
},
- "node_modules/extsprintf": {
- "version": "1.3.0",
- "engines": [
- "node >=0.6.0"
- ],
- "license": "MIT"
- },
- "node_modules/fast-copy": {
- "version": "2.1.7",
- "license": "MIT"
+ "node_modules/@yarnpkg/fslib/node_modules/tslib": {
+ "version": "1.14.1",
+ "dev": true,
+ "license": "0BSD"
},
- "node_modules/fast-deep-equal": {
- "version": "3.1.3",
- "license": "MIT"
+ "node_modules/@yarnpkg/libzip": {
+ "version": "2.3.0",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "@types/emscripten": "^1.39.6",
+ "tslib": "^1.13.0"
+ },
+ "engines": {
+ "node": ">=12 <14 || 14.2 - 14.9 || >14.10.0"
+ }
},
- "node_modules/fast-diff": {
- "version": "1.2.0",
+ "node_modules/@yarnpkg/libzip/node_modules/tslib": {
+ "version": "1.14.1",
"dev": true,
- "license": "Apache-2.0"
+ "license": "0BSD"
},
- "node_modules/fast-fifo": {
- "version": "1.3.2",
+ "node_modules/abab": {
+ "version": "2.0.6",
"dev": true,
- "license": "MIT"
+ "license": "BSD-3-Clause"
},
- "node_modules/fast-fuzzy": {
- "version": "1.12.0",
+ "node_modules/abbrev": {
+ "version": "2.0.0",
"dev": true,
"license": "ISC",
- "dependencies": {
- "graphemesplit": "^2.4.1"
+ "engines": {
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
- "node_modules/fast-glob": {
- "version": "3.3.2",
+ "node_modules/accepts": {
+ "version": "1.3.8",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@nodelib/fs.stat": "^2.0.2",
- "@nodelib/fs.walk": "^1.2.3",
- "glob-parent": "^5.1.2",
- "merge2": "^1.3.0",
- "micromatch": "^4.0.4"
+ "mime-types": "~2.1.34",
+ "negotiator": "0.6.3"
},
"engines": {
- "node": ">=8.6.0"
+ "node": ">= 0.6"
}
},
- "node_modules/fast-json-parse": {
- "version": "1.0.3",
+ "node_modules/acorn": {
+ "version": "8.11.3",
"dev": true,
- "license": "MIT"
- },
- "node_modules/fast-json-stable-stringify": {
- "version": "2.1.0",
- "license": "MIT"
- },
- "node_modules/fast-levenshtein": {
- "version": "2.0.6",
- "license": "MIT"
- },
- "node_modules/fastest-levenshtein": {
- "version": "1.0.16",
"license": "MIT",
+ "bin": {
+ "acorn": "bin/acorn"
+ },
"engines": {
- "node": ">= 4.9.1"
+ "node": ">=0.4.0"
}
},
- "node_modules/fastq": {
- "version": "1.17.1",
- "license": "ISC",
+ "node_modules/acorn-globals": {
+ "version": "7.0.1",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "reusify": "^1.0.4"
+ "acorn": "^8.1.0",
+ "acorn-walk": "^8.0.2"
}
},
- "node_modules/fault": {
- "version": "2.0.1",
+ "node_modules/acorn-globals/node_modules/acorn-walk": {
+ "version": "8.3.2",
"dev": true,
"license": "MIT",
- "dependencies": {
- "format": "^0.2.0"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "engines": {
+ "node": ">=0.4.0"
}
},
- "node_modules/fb-watchman": {
- "version": "2.0.1",
- "license": "Apache-2.0",
- "dependencies": {
- "bser": "2.1.1"
+ "node_modules/acorn-import-attributes": {
+ "version": "1.9.5",
+ "dev": true,
+ "license": "MIT",
+ "peerDependencies": {
+ "acorn": "^8"
}
},
- "node_modules/fd": {
- "version": "0.0.3",
- "license": "MIT"
- },
- "node_modules/fd-slicer": {
- "version": "1.1.0",
+ "node_modules/acorn-jsx": {
+ "version": "5.3.2",
"dev": true,
"license": "MIT",
- "dependencies": {
- "pend": "~1.2.0"
+ "peerDependencies": {
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
}
},
- "node_modules/fetch-retry": {
- "version": "5.0.6",
+ "node_modules/acorn-walk": {
+ "version": "7.2.0",
"dev": true,
- "license": "MIT"
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.4.0"
+ }
},
- "node_modules/figures": {
- "version": "3.2.0",
+ "node_modules/address": {
+ "version": "1.1.2",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "escape-string-regexp": "^1.0.5"
- },
"engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "node": ">= 0.12.0"
}
},
- "node_modules/file-entry-cache": {
- "version": "6.0.1",
+ "node_modules/adjust-sourcemap-loader": {
+ "version": "4.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "flat-cache": "^3.0.4"
+ "loader-utils": "^2.0.0",
+ "regex-parser": "^2.2.11"
},
"engines": {
- "node": "^10.12.0 || >=12.0.0"
+ "node": ">=8.9"
}
},
- "node_modules/file-loader": {
- "version": "6.2.0",
+ "node_modules/agent-base": {
+ "version": "6.0.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "loader-utils": "^2.0.0",
- "schema-utils": "^3.0.0"
+ "debug": "4"
},
"engines": {
- "node": ">= 10.13.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
- },
- "peerDependencies": {
- "webpack": "^4.0.0 || ^5.0.0"
+ "node": ">= 6.0.0"
}
},
- "node_modules/file-system-cache": {
- "version": "2.3.0",
+ "node_modules/ajv": {
+ "version": "8.16.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "fs-extra": "11.1.1",
- "ramda": "0.29.0"
+ "fast-deep-equal": "^3.1.3",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.4.1"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
}
},
- "node_modules/file-system-cache/node_modules/fs-extra": {
- "version": "11.1.1",
+ "node_modules/ajv-formats": {
+ "version": "2.1.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
+ "ajv": "^8.0.0"
},
- "engines": {
- "node": ">=14.14"
+ "peerDependencies": {
+ "ajv": "^8.0.0"
+ },
+ "peerDependenciesMeta": {
+ "ajv": {
+ "optional": true
+ }
}
},
- "node_modules/file-system-cache/node_modules/jsonfile": {
- "version": "6.1.0",
+ "node_modules/ajv-keywords": {
+ "version": "3.5.2",
"dev": true,
"license": "MIT",
+ "peerDependencies": {
+ "ajv": "^6.9.1"
+ }
+ },
+ "node_modules/ansi-align": {
+ "version": "3.0.1",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "universalify": "^2.0.0"
- },
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
+ "string-width": "^4.1.0"
}
},
- "node_modules/file-system-cache/node_modules/universalify": {
- "version": "2.0.1",
+ "node_modules/ansi-colors": {
+ "version": "4.1.3",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">= 10.0.0"
+ "node": ">=6"
}
},
- "node_modules/file-type": {
- "version": "16.5.4",
+ "node_modules/ansi-escapes": {
+ "version": "4.3.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "readable-web-to-node-stream": "^3.0.0",
- "strtok3": "^6.2.4",
- "token-types": "^4.1.1"
+ "type-fest": "^0.21.3"
},
"engines": {
- "node": ">=10"
+ "node": ">=8"
},
"funding": {
- "url": "https://github.com/sindresorhus/file-type?sponsor=1"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/file-uri-to-path": {
- "version": "1.0.0",
- "license": "MIT",
- "optional": true
+ "node_modules/ansi-escapes/node_modules/type-fest": {
+ "version": "0.21.3",
+ "dev": true,
+ "license": "(MIT OR CC0-1.0)",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
},
- "node_modules/filelist": {
- "version": "1.0.4",
+ "node_modules/ansi-html-community": {
+ "version": "0.0.8",
"dev": true,
+ "engines": [
+ "node >= 0.8.0"
+ ],
"license": "Apache-2.0",
+ "bin": {
+ "ansi-html": "bin/ansi-html"
+ }
+ },
+ "node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/ansi-styles": {
+ "version": "3.2.1",
+ "license": "MIT",
"dependencies": {
- "minimatch": "^5.0.1"
+ "color-convert": "^1.9.0"
+ },
+ "engines": {
+ "node": ">=4"
}
},
- "node_modules/filelist/node_modules/brace-expansion": {
- "version": "2.0.1",
+ "node_modules/app-root-dir": {
+ "version": "1.0.2",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/argparse": {
+ "version": "1.0.10",
"dev": true,
"license": "MIT",
"dependencies": {
- "balanced-match": "^1.0.0"
+ "sprintf-js": "~1.0.2"
}
},
- "node_modules/filelist/node_modules/minimatch": {
- "version": "5.1.6",
+ "node_modules/aria-hidden": {
+ "version": "1.2.3",
"dev": true,
- "license": "ISC",
+ "license": "MIT",
"dependencies": {
- "brace-expansion": "^2.0.1"
+ "tslib": "^2.0.0"
},
"engines": {
"node": ">=10"
}
},
- "node_modules/filesize": {
- "version": "10.1.2",
- "resolved": "https://registry.npmjs.org/filesize/-/filesize-10.1.2.tgz",
- "integrity": "sha512-Dx770ai81ohflojxhU+oG+Z2QGvKdYxgEr9OSA8UVrqhwNHjfH9A8f5NKfg83fEH8ZFA5N5llJo5T3PIoZ4CRA==",
+ "node_modules/aria-query": {
+ "version": "5.3.0",
"dev": true,
- "engines": {
- "node": ">= 10.4.0"
+ "license": "Apache-2.0",
+ "dependencies": {
+ "dequal": "^2.0.3"
}
},
- "node_modules/fill-range": {
- "version": "7.1.1",
+ "node_modules/array-buffer-byte-length": {
+ "version": "1.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "to-regex-range": "^5.0.1"
+ "call-bind": "^1.0.5",
+ "is-array-buffer": "^3.0.4"
},
"engines": {
- "node": ">=8"
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/filter-obj": {
- "version": "1.1.0",
+ "node_modules/array-differ": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=0.10.0"
+ "node": ">=8"
}
},
- "node_modules/finalhandler": {
- "version": "1.2.0",
+ "node_modules/array-flatten": {
+ "version": "1.1.1",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/array-includes": {
+ "version": "3.1.6",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "debug": "2.6.9",
- "encodeurl": "~1.0.2",
- "escape-html": "~1.0.3",
- "on-finished": "2.4.1",
- "parseurl": "~1.3.3",
- "statuses": "2.0.1",
- "unpipe": "~1.0.0"
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.4",
+ "es-abstract": "^1.20.4",
+ "get-intrinsic": "^1.1.3",
+ "is-string": "^1.0.7"
},
"engines": {
- "node": ">= 0.8"
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/finalhandler/node_modules/debug": {
- "version": "2.6.9",
+ "node_modules/array-union": {
+ "version": "2.1.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "ms": "2.0.0"
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/finalhandler/node_modules/ms": {
- "version": "2.0.0",
- "license": "MIT"
- },
- "node_modules/find-cache-dir": {
- "version": "3.3.2",
+ "node_modules/array.prototype.flat": {
+ "version": "1.3.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "commondir": "^1.0.1",
- "make-dir": "^3.0.2",
- "pkg-dir": "^4.1.0"
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.4",
+ "es-abstract": "^1.20.4",
+ "es-shim-unscopables": "^1.0.0"
},
"engines": {
- "node": ">=8"
+ "node": ">= 0.4"
},
"funding": {
- "url": "https://github.com/avajs/find-cache-dir?sponsor=1"
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/find-cache-dir/node_modules/make-dir": {
- "version": "3.1.0",
+ "node_modules/array.prototype.flatmap": {
+ "version": "1.3.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "semver": "^6.0.0"
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.4",
+ "es-abstract": "^1.20.4",
+ "es-shim-unscopables": "^1.0.0"
},
"engines": {
- "node": ">=8"
+ "node": ">= 0.4"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/find-cache-dir/node_modules/semver": {
- "version": "6.3.1",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
+ "node_modules/array.prototype.tosorted": {
+ "version": "1.1.1",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.4",
+ "es-abstract": "^1.20.4",
+ "es-shim-unscopables": "^1.0.0",
+ "get-intrinsic": "^1.1.3"
}
},
- "node_modules/find-chrome-bin": {
- "version": "2.0.2",
+ "node_modules/arraybuffer.prototype.slice": {
+ "version": "1.0.3",
"dev": true,
"license": "MIT",
"dependencies": {
- "@puppeteer/browsers": "^2.1.0"
+ "array-buffer-byte-length": "^1.0.1",
+ "call-bind": "^1.0.5",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.22.3",
+ "es-errors": "^1.2.1",
+ "get-intrinsic": "^1.2.3",
+ "is-array-buffer": "^3.0.4",
+ "is-shared-array-buffer": "^1.0.2"
},
"engines": {
- "node": ">=18.0.0"
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/find-git-root": {
- "version": "1.0.4",
+ "node_modules/arrify": {
+ "version": "1.0.1",
"dev": true,
- "license": "MIT"
- },
- "node_modules/find-up": {
- "version": "4.1.0",
"license": "MIT",
- "dependencies": {
- "locate-path": "^5.0.0",
- "path-exists": "^4.0.0"
- },
"engines": {
- "node": ">=8"
+ "node": ">=0.10.0"
}
},
- "node_modules/find-yarn-workspace-root2": {
- "version": "1.2.16",
+ "node_modules/assert": {
+ "version": "2.1.0",
"dev": true,
- "license": "Apache-2.0",
+ "license": "MIT",
"dependencies": {
- "micromatch": "^4.0.2",
- "pkg-dir": "^4.2.0"
- }
- },
- "node_modules/flat": {
- "version": "5.0.2",
- "license": "BSD-3-Clause",
- "bin": {
- "flat": "cli.js"
+ "call-bind": "^1.0.2",
+ "is-nan": "^1.3.2",
+ "object-is": "^1.1.5",
+ "object.assign": "^4.1.4",
+ "util": "^0.12.5"
}
},
- "node_modules/flat-cache": {
- "version": "3.0.4",
+ "node_modules/assertion-error": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "flatted": "^3.1.0",
- "rimraf": "^3.0.2"
- },
"engines": {
- "node": "^10.12.0 || >=12.0.0"
+ "node": "*"
}
},
- "node_modules/flat-cache/node_modules/rimraf": {
- "version": "3.0.2",
- "license": "ISC",
+ "node_modules/ast-types": {
+ "version": "0.16.1",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "glob": "^7.1.3"
- },
- "bin": {
- "rimraf": "bin.js"
+ "tslib": "^2.0.1"
},
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
+ "engines": {
+ "node": ">=4"
}
},
- "node_modules/flatted": {
- "version": "3.3.1",
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
- "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
+ "node_modules/ast-types-flow": {
+ "version": "0.0.7",
+ "dev": true,
"license": "ISC"
},
- "node_modules/flow-parser": {
- "version": "0.231.0",
+ "node_modules/astral-regex": {
+ "version": "1.0.0",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/focus-lock": {
- "version": "1.3.4",
- "license": "MIT",
- "dependencies": {
- "tslib": "^2.0.3"
- },
- "engines": {
- "node": ">=10"
+ "node": ">=4"
}
},
- "node_modules/focus-visible": {
- "version": "5.2.0",
- "license": "W3C"
+ "node_modules/asynckit": {
+ "version": "0.4.0",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/follow-redirects": {
- "version": "1.15.6",
+ "node_modules/autoprefixer": {
+ "version": "10.4.19",
"funding": [
{
- "type": "individual",
- "url": "https://github.com/sponsors/RubenVerborgh"
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/autoprefixer"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
}
],
"license": "MIT",
+ "dependencies": {
+ "browserslist": "^4.23.0",
+ "caniuse-lite": "^1.0.30001599",
+ "fraction.js": "^4.3.7",
+ "normalize-range": "^0.1.2",
+ "picocolors": "^1.0.0",
+ "postcss-value-parser": "^4.2.0"
+ },
+ "bin": {
+ "autoprefixer": "bin/autoprefixer"
+ },
"engines": {
- "node": ">=4.0"
+ "node": "^10 || ^12 || >=14"
},
- "peerDependenciesMeta": {
- "debug": {
- "optional": true
- }
- }
- },
- "node_modules/for-each": {
- "version": "0.3.3",
- "license": "MIT",
- "dependencies": {
- "is-callable": "^1.1.3"
+ "peerDependencies": {
+ "postcss": "^8.1.0"
}
},
- "node_modules/for-in": {
- "version": "1.0.2",
+ "node_modules/available-typed-arrays": {
+ "version": "1.0.6",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=0.10.0"
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/foreground-child": {
- "version": "3.3.0",
- "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz",
- "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==",
- "license": "ISC",
- "dependencies": {
- "cross-spawn": "^7.0.0",
- "signal-exit": "^4.0.1"
- },
+ "node_modules/axe-core": {
+ "version": "4.9.1",
+ "dev": true,
+ "license": "MPL-2.0",
"engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
+ "node": ">=4"
}
},
- "node_modules/foreground-child/node_modules/cross-spawn": {
- "version": "7.0.3",
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
- "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+ "node_modules/axios": {
+ "version": "1.7.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
+ "follow-redirects": "^1.15.6",
+ "form-data": "^4.0.0",
+ "proxy-from-env": "^1.1.0"
}
},
- "node_modules/foreground-child/node_modules/shebang-command": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
- "license": "MIT",
+ "node_modules/axobject-query": {
+ "version": "3.1.1",
+ "dev": true,
+ "license": "Apache-2.0",
"dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
+ "deep-equal": "^2.0.5"
}
},
- "node_modules/foreground-child/node_modules/shebang-regex": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "node_modules/b4a": {
+ "version": "1.6.6",
+ "dev": true,
+ "license": "Apache-2.0"
+ },
+ "node_modules/babel-core": {
+ "version": "7.0.0-bridge.0",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=8"
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
}
},
- "node_modules/foreground-child/node_modules/signal-exit": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
- "license": "ISC",
+ "node_modules/babel-loader": {
+ "version": "9.1.3",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "find-cache-dir": "^4.0.0",
+ "schema-utils": "^4.0.0"
+ },
"engines": {
- "node": ">=14"
+ "node": ">= 14.15.0"
},
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
+ "peerDependencies": {
+ "@babel/core": "^7.12.0",
+ "webpack": ">=5"
}
},
- "node_modules/foreground-child/node_modules/which": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
- "license": "ISC",
+ "node_modules/babel-loader/node_modules/ajv-keywords": {
+ "version": "5.1.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
+ "fast-deep-equal": "^3.1.3"
},
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/forever-agent": {
- "version": "0.6.1",
- "license": "Apache-2.0",
- "engines": {
- "node": "*"
+ "peerDependencies": {
+ "ajv": "^8.8.2"
}
},
- "node_modules/fork-ts-checker-webpack-plugin": {
- "version": "8.0.0",
+ "node_modules/babel-loader/node_modules/find-cache-dir": {
+ "version": "4.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/code-frame": "^7.16.7",
- "chalk": "^4.1.2",
- "chokidar": "^3.5.3",
- "cosmiconfig": "^7.0.1",
- "deepmerge": "^4.2.2",
- "fs-extra": "^10.0.0",
- "memfs": "^3.4.1",
- "minimatch": "^3.0.4",
- "node-abort-controller": "^3.0.1",
- "schema-utils": "^3.1.1",
- "semver": "^7.3.5",
- "tapable": "^2.2.1"
+ "common-path-prefix": "^3.0.0",
+ "pkg-dir": "^7.0.0"
},
"engines": {
- "node": ">=12.13.0",
- "yarn": ">=1.0.0"
+ "node": ">=14.16"
},
- "peerDependencies": {
- "typescript": ">3.6.0",
- "webpack": "^5.11.0"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/fork-ts-checker-webpack-plugin/node_modules/ansi-styles": {
- "version": "4.3.0",
+ "node_modules/babel-loader/node_modules/find-up": {
+ "version": "6.3.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "color-convert": "^2.0.1"
+ "locate-path": "^7.1.0",
+ "path-exists": "^5.0.0"
},
"engines": {
- "node": ">=8"
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/fork-ts-checker-webpack-plugin/node_modules/chalk": {
- "version": "4.1.2",
+ "node_modules/babel-loader/node_modules/locate-path": {
+ "version": "7.2.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
+ "p-locate": "^6.0.0"
},
"engines": {
- "node": ">=10"
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-convert": {
- "version": "2.0.1",
+ "node_modules/babel-loader/node_modules/p-limit": {
+ "version": "4.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "color-name": "~1.1.4"
+ "yocto-queue": "^1.0.0"
},
"engines": {
- "node": ">=7.0.0"
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-name": {
- "version": "1.1.4",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": {
- "version": "10.1.0",
+ "node_modules/babel-loader/node_modules/p-locate": {
+ "version": "6.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
+ "p-limit": "^4.0.0"
},
"engines": {
- "node": ">=12"
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/fork-ts-checker-webpack-plugin/node_modules/has-flag": {
- "version": "4.0.0",
+ "node_modules/babel-loader/node_modules/path-exists": {
+ "version": "5.0.0",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">=8"
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
}
},
- "node_modules/fork-ts-checker-webpack-plugin/node_modules/jsonfile": {
- "version": "6.1.0",
+ "node_modules/babel-loader/node_modules/pkg-dir": {
+ "version": "7.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "universalify": "^2.0.0"
+ "find-up": "^6.3.0"
},
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
+ "engines": {
+ "node": ">=14.16"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/fork-ts-checker-webpack-plugin/node_modules/supports-color": {
- "version": "7.2.0",
+ "node_modules/babel-loader/node_modules/schema-utils": {
+ "version": "4.2.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "has-flag": "^4.0.0"
+ "@types/json-schema": "^7.0.9",
+ "ajv": "^8.9.0",
+ "ajv-formats": "^2.1.1",
+ "ajv-keywords": "^5.1.0"
},
"engines": {
- "node": ">=8"
+ "node": ">= 12.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
}
},
- "node_modules/fork-ts-checker-webpack-plugin/node_modules/universalify": {
- "version": "2.0.1",
+ "node_modules/babel-loader/node_modules/yocto-queue": {
+ "version": "1.0.0",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">= 10.0.0"
+ "node": ">=12.20"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/form-data": {
- "version": "4.0.0",
+ "node_modules/babel-plugin-add-react-displayname": {
+ "version": "0.0.5",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/babel-plugin-dev-expression": {
+ "version": "0.2.3",
+ "dev": true,
"license": "MIT",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/babel-plugin-istanbul": {
+ "version": "6.1.1",
+ "dev": true,
+ "license": "BSD-3-Clause",
"dependencies": {
- "asynckit": "^0.4.0",
- "combined-stream": "^1.0.8",
- "mime-types": "^2.1.12"
+ "@babel/helper-plugin-utils": "^7.0.0",
+ "@istanbuljs/load-nyc-config": "^1.0.0",
+ "@istanbuljs/schema": "^0.1.2",
+ "istanbul-lib-instrument": "^5.0.4",
+ "test-exclude": "^6.0.0"
},
"engines": {
- "node": ">= 6"
+ "node": ">=8"
}
},
- "node_modules/format": {
- "version": "0.2.2",
+ "node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": {
+ "version": "5.2.1",
"dev": true,
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "@babel/core": "^7.12.3",
+ "@babel/parser": "^7.14.7",
+ "@istanbuljs/schema": "^0.1.2",
+ "istanbul-lib-coverage": "^3.2.0",
+ "semver": "^6.3.0"
+ },
"engines": {
- "node": ">=0.4.x"
+ "node": ">=8"
}
},
- "node_modules/forwarded": {
- "version": "0.2.0",
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
+ "node_modules/babel-plugin-istanbul/node_modules/semver": {
+ "version": "6.3.1",
+ "dev": true,
+ "license": "ISC",
+ "bin": {
+ "semver": "bin/semver.js"
}
},
- "node_modules/fraction.js": {
- "version": "4.3.7",
+ "node_modules/babel-plugin-jest-hoist": {
+ "version": "29.6.3",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": "*"
+ "dependencies": {
+ "@babel/template": "^7.3.3",
+ "@babel/types": "^7.3.3",
+ "@types/babel__core": "^7.1.14",
+ "@types/babel__traverse": "^7.0.6"
},
- "funding": {
- "type": "patreon",
- "url": "https://github.com/sponsors/rawify"
+ "engines": {
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/fragment-cache": {
- "version": "0.2.1",
+ "node_modules/babel-plugin-macros": {
+ "version": "3.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "map-cache": "^0.2.2"
+ "@babel/runtime": "^7.12.5",
+ "cosmiconfig": "^7.0.0",
+ "resolve": "^1.19.0"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=10",
+ "npm": ">=6"
}
},
- "node_modules/framer-motion": {
- "version": "1.11.1",
+ "node_modules/babel-plugin-open-source": {
+ "version": "1.3.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@popmotion/easing": "^1.0.2",
- "@popmotion/popcorn": "^0.4.2",
- "framesync": "^4.0.4",
- "hey-listen": "^1.0.8",
- "popmotion": "9.0.0-beta-8",
- "style-value-types": "^3.1.6",
- "stylefire": "^7.0.2",
- "tslib": "^1.10.0"
- },
- "optionalDependencies": {
- "@emotion/is-prop-valid": "^0.8.2"
- },
- "peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8"
+ "@babel/core": ">7.0.0",
+ "@babel/helper-plugin-utils": ">7.0.0",
+ "dotenv": "^16.0.0",
+ "find-git-root": "^1.0.4",
+ "git-remote-origin-url": "^4.0.0"
}
},
- "node_modules/framer-motion/node_modules/tslib": {
- "version": "1.14.1",
- "license": "0BSD"
+ "node_modules/babel-plugin-open-source/node_modules/dotenv": {
+ "version": "16.4.5",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://dotenvx.com"
+ }
},
- "node_modules/framesync": {
- "version": "4.1.0",
+ "node_modules/babel-plugin-polyfill-corejs2": {
+ "version": "0.4.10",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "hey-listen": "^1.0.5"
+ "@babel/compat-data": "^7.22.6",
+ "@babel/helper-define-polyfill-provider": "^0.6.1",
+ "semver": "^6.3.1"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
}
},
- "node_modules/fresh": {
- "version": "0.5.2",
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
+ "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": {
+ "version": "6.3.1",
+ "dev": true,
+ "license": "ISC",
+ "bin": {
+ "semver": "bin/semver.js"
}
},
- "node_modules/front-matter": {
- "version": "4.0.2",
+ "node_modules/babel-plugin-polyfill-corejs3": {
+ "version": "0.10.4",
"dev": true,
"license": "MIT",
"dependencies": {
- "js-yaml": "^3.13.1"
+ "@babel/helper-define-polyfill-provider": "^0.6.1",
+ "core-js-compat": "^3.36.1"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
}
},
- "node_modules/fs-constants": {
- "version": "1.0.0",
- "license": "MIT"
- },
- "node_modules/fs-exists-cached": {
- "version": "1.0.0",
- "license": "ISC"
- },
- "node_modules/fs-extra": {
- "version": "7.0.1",
+ "node_modules/babel-plugin-polyfill-regenerator": {
+ "version": "0.6.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "graceful-fs": "^4.1.2",
- "jsonfile": "^4.0.0",
- "universalify": "^0.1.0"
+ "@babel/helper-define-polyfill-provider": "^0.6.1"
},
- "engines": {
- "node": ">=6 <7 || >=8"
+ "peerDependencies": {
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
}
},
- "node_modules/fs-minipass": {
- "version": "2.1.0",
- "dev": true,
- "license": "ISC",
+ "node_modules/babel-plugin-styled-components": {
+ "version": "2.1.4",
+ "license": "MIT",
"dependencies": {
- "minipass": "^3.0.0"
+ "@babel/helper-annotate-as-pure": "^7.22.5",
+ "@babel/helper-module-imports": "^7.22.5",
+ "@babel/plugin-syntax-jsx": "^7.22.5",
+ "lodash": "^4.17.21",
+ "picomatch": "^2.3.1"
},
- "engines": {
- "node": ">= 8"
+ "peerDependencies": {
+ "styled-components": ">= 2"
}
},
- "node_modules/fs-minipass/node_modules/minipass": {
- "version": "3.3.6",
+ "node_modules/babel-plugin-transform-import-meta": {
+ "version": "2.2.1",
"dev": true,
- "license": "ISC",
+ "license": "BSD",
"dependencies": {
- "yallist": "^4.0.0"
+ "@babel/template": "^7.4.4",
+ "tslib": "^2.4.0"
},
- "engines": {
- "node": ">=8"
+ "peerDependencies": {
+ "@babel/core": "^7.10.0"
}
},
- "node_modules/fs-minipass/node_modules/yallist": {
- "version": "4.0.0",
+ "node_modules/babel-plugin-transform-replace-expressions": {
+ "version": "0.2.0",
"dev": true,
- "license": "ISC"
+ "license": "MIT",
+ "dependencies": {
+ "@babel/parser": "^7.3.3"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
},
- "node_modules/fs-monkey": {
- "version": "1.0.5",
- "license": "Unlicense"
+ "node_modules/babel-polyfill": {
+ "version": "6.26.0",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "babel-runtime": "^6.26.0",
+ "core-js": "^2.5.0",
+ "regenerator-runtime": "^0.10.5"
+ }
},
- "node_modules/fs-readdir-recursive": {
- "version": "1.1.0",
+ "node_modules/babel-polyfill/node_modules/regenerator-runtime": {
+ "version": "0.10.5",
"dev": true,
"license": "MIT"
},
- "node_modules/fs.realpath": {
- "version": "1.0.0",
- "license": "ISC"
- },
- "node_modules/fsevents": {
- "version": "2.3.2",
+ "node_modules/babel-preset-current-node-syntax": {
+ "version": "1.0.1",
+ "dev": true,
"license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
+ "dependencies": {
+ "@babel/plugin-syntax-async-generators": "^7.8.4",
+ "@babel/plugin-syntax-bigint": "^7.8.3",
+ "@babel/plugin-syntax-class-properties": "^7.8.3",
+ "@babel/plugin-syntax-import-meta": "^7.8.3",
+ "@babel/plugin-syntax-json-strings": "^7.8.3",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
+ "@babel/plugin-syntax-numeric-separator": "^7.8.3",
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3",
+ "@babel/plugin-syntax-top-level-await": "^7.8.3"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
}
},
- "node_modules/function-bind": {
- "version": "1.1.2",
+ "node_modules/babel-runtime": {
+ "version": "6.26.0",
+ "dev": true,
"license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "dependencies": {
+ "core-js": "^2.4.0",
+ "regenerator-runtime": "^0.11.0"
}
},
- "node_modules/function.prototype.name": {
- "version": "1.1.6",
+ "node_modules/babel-runtime/node_modules/regenerator-runtime": {
+ "version": "0.11.1",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/bail": {
+ "version": "2.0.2",
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.2.0",
- "es-abstract": "^1.22.1",
- "functions-have-names": "^1.2.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
"funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
}
},
- "node_modules/functional-red-black-tree": {
- "version": "1.0.1",
+ "node_modules/balanced-match": {
+ "version": "1.0.2",
"license": "MIT"
},
- "node_modules/functions-have-names": {
- "version": "1.2.3",
- "license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node_modules/bare-events": {
+ "version": "2.2.1",
+ "dev": true,
+ "license": "Apache-2.0",
+ "optional": true
+ },
+ "node_modules/bare-fs": {
+ "version": "2.2.2",
+ "dev": true,
+ "license": "Apache-2.0",
+ "optional": true,
+ "dependencies": {
+ "bare-events": "^2.0.0",
+ "bare-os": "^2.0.0",
+ "bare-path": "^2.0.0",
+ "streamx": "^2.13.0"
}
},
- "node_modules/fuse.js": {
- "version": "3.6.1",
+ "node_modules/bare-os": {
+ "version": "2.2.1",
+ "dev": true,
"license": "Apache-2.0",
- "engines": {
- "node": ">=6"
+ "optional": true
+ },
+ "node_modules/bare-path": {
+ "version": "2.1.0",
+ "dev": true,
+ "license": "Apache-2.0",
+ "optional": true,
+ "dependencies": {
+ "bare-os": "^2.1.0"
}
},
- "node_modules/fzy.js": {
- "version": "0.4.1",
+ "node_modules/base64-js": {
+ "version": "1.5.1",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
"license": "MIT"
},
- "node_modules/gatsby": {
- "version": "3.15.0",
- "hasInstallScript": true,
- "license": "MIT",
- "dependencies": {
- "@babel/code-frame": "^7.14.0",
- "@babel/core": "^7.15.5",
- "@babel/eslint-parser": "^7.15.4",
- "@babel/helper-plugin-utils": "^7.14.5",
- "@babel/parser": "^7.15.5",
- "@babel/runtime": "^7.15.4",
- "@babel/traverse": "^7.15.4",
- "@babel/types": "^7.15.4",
- "@gatsbyjs/reach-router": "^1.3.6",
- "@gatsbyjs/webpack-hot-middleware": "^2.25.2",
- "@nodelib/fs.walk": "^1.2.4",
- "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
- "@types/http-proxy": "^1.17.4",
- "@typescript-eslint/eslint-plugin": "^4.29.3",
- "@typescript-eslint/parser": "^4.29.3",
- "@vercel/webpack-asset-relocator-loader": "^1.6.0",
- "address": "1.1.2",
- "anser": "^2.0.1",
- "autoprefixer": "^10.2.4",
- "axios": "^0.21.1",
- "babel-loader": "^8.2.2",
- "babel-plugin-add-module-exports": "^1.0.4",
- "babel-plugin-dynamic-import-node": "^2.3.3",
- "babel-plugin-lodash": "^3.3.4",
- "babel-plugin-remove-graphql-queries": "^3.15.0",
- "babel-preset-gatsby": "^1.15.0",
- "better-opn": "^2.0.0",
- "bluebird": "^3.7.2",
- "body-parser": "^1.19.0",
- "browserslist": "^4.12.2",
- "cache-manager": "^2.11.1",
- "chalk": "^4.1.2",
- "chokidar": "^3.5.2",
- "common-tags": "^1.8.0",
- "compression": "^1.7.4",
- "cookie": "^0.4.1",
- "core-js": "^3.17.2",
- "cors": "^2.8.5",
- "css-loader": "^5.0.1",
- "css-minimizer-webpack-plugin": "^2.0.0",
- "css.escape": "^1.5.1",
- "date-fns": "^2.14.0",
- "debug": "^3.2.7",
- "deepmerge": "^4.2.2",
- "del": "^5.1.0",
- "detect-port": "^1.3.0",
- "devcert": "^1.1.3",
- "dotenv": "^8.2.0",
- "eslint": "^7.32.0",
- "eslint-config-react-app": "^6.0.0",
- "eslint-plugin-flowtype": "^5.9.2",
- "eslint-plugin-graphql": "^4.0.0",
- "eslint-plugin-import": "^2.24.2",
- "eslint-plugin-jsx-a11y": "^6.4.1",
- "eslint-plugin-react": "^7.25.1",
- "eslint-plugin-react-hooks": "^4.2.0",
- "eslint-webpack-plugin": "^2.5.4",
- "event-source-polyfill": "^1.0.15",
- "execa": "^5.1.1",
- "express": "^4.17.1",
- "express-graphql": "^0.12.0",
- "fastest-levenshtein": "^1.0.12",
- "fastq": "^1.10.0",
- "file-loader": "^6.2.0",
- "find-cache-dir": "^3.3.1",
- "fs-exists-cached": "1.0.0",
- "fs-extra": "^10.0.0",
- "gatsby-cli": "^3.15.0",
- "gatsby-core-utils": "^2.15.0",
- "gatsby-graphiql-explorer": "^1.15.0",
- "gatsby-legacy-polyfills": "^1.15.0",
- "gatsby-link": "^3.15.0",
- "gatsby-plugin-page-creator": "^3.15.0",
- "gatsby-plugin-typescript": "^3.15.0",
- "gatsby-plugin-utils": "^1.15.0",
- "gatsby-react-router-scroll": "^4.15.0",
- "gatsby-telemetry": "^2.15.0",
- "gatsby-worker": "^0.6.0",
- "glob": "^7.1.6",
- "got": "^11.8.2",
- "graphql": "^15.4.0",
- "graphql-compose": "~7.25.0",
- "graphql-playground-middleware-express": "^1.7.18",
- "hasha": "^5.2.0",
- "http-proxy": "^1.18.1",
- "invariant": "^2.2.4",
- "is-relative": "^1.0.0",
- "is-relative-url": "^3.0.0",
- "joi": "^17.2.1",
- "json-loader": "^0.5.7",
- "latest-version": "5.1.0",
- "lodash": "^4.17.21",
- "md5-file": "^5.0.0",
- "meant": "^1.0.1",
- "memoizee": "^0.4.15",
- "micromatch": "^4.0.2",
- "mime": "^2.4.6",
- "mini-css-extract-plugin": "1.6.2",
- "mitt": "^1.2.0",
- "moment": "^2.27.0",
- "multer": "^1.4.2",
- "normalize-path": "^3.0.0",
- "null-loader": "^4.0.1",
- "opentracing": "^0.14.4",
- "p-defer": "^3.0.0",
- "parseurl": "^1.3.3",
- "physical-cpu-count": "^2.0.0",
- "platform": "^1.3.6",
- "postcss": "^8.3.5",
- "postcss-flexbugs-fixes": "^5.0.2",
- "postcss-loader": "^5.0.0",
- "prompts": "^2.3.2",
- "prop-types": "^15.7.2",
- "query-string": "^6.13.1",
- "raw-loader": "^4.0.2",
- "react-dev-utils": "^11.0.3",
- "react-refresh": "^0.9.0",
- "redux": "^4.0.5",
- "redux-thunk": "^2.3.0",
- "resolve-from": "^5.0.0",
- "semver": "^7.3.5",
- "shallow-compare": "^1.2.2",
- "signal-exit": "^3.0.3",
- "slugify": "^1.4.4",
- "socket.io": "3.1.1",
- "socket.io-client": "3.1.1",
- "source-map": "^0.7.3",
- "source-map-support": "^0.5.19",
- "st": "^2.0.0",
- "stack-trace": "^0.0.10",
- "string-similarity": "^1.2.2",
- "strip-ansi": "^5.2.0",
- "style-loader": "^2.0.0",
- "terser-webpack-plugin": "^5.1.1",
- "tmp": "^0.2.1",
- "true-case-path": "^2.2.1",
- "type-of": "^2.0.1",
- "url-loader": "^4.1.1",
- "uuid": "3.4.0",
- "v8-compile-cache": "^2.2.0",
- "webpack": "^5.35.0",
- "webpack-dev-middleware": "^4.1.0",
- "webpack-merge": "^5.7.3",
- "webpack-stats-plugin": "^1.0.3",
- "webpack-virtual-modules": "^0.3.2",
- "xstate": "^4.11.0",
- "yaml-loader": "^0.6.0"
- },
- "bin": {
- "gatsby": "cli.js"
- },
+ "node_modules/basic-ftp": {
+ "version": "5.0.5",
+ "dev": true,
+ "license": "MIT",
"engines": {
- "node": ">=12.13.0"
- },
- "peerDependencies": {
- "react": "^16.9.0 || ^17.0.0",
- "react-dom": "^16.9.0 || ^17.0.0"
+ "node": ">=10.0.0"
}
},
- "node_modules/gatsby-cli": {
- "version": "3.15.0",
- "hasInstallScript": true,
+ "node_modules/better-path-resolve": {
+ "version": "1.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/code-frame": "^7.14.0",
- "@babel/runtime": "^7.15.4",
- "@types/common-tags": "^1.8.0",
- "better-opn": "^2.0.0",
- "chalk": "^4.1.2",
- "clipboardy": "^2.3.0",
- "common-tags": "^1.8.0",
- "configstore": "^5.0.1",
- "convert-hrtime": "^3.0.0",
- "create-gatsby": "^1.15.0",
- "envinfo": "^7.7.3",
- "execa": "^5.1.1",
- "fs-exists-cached": "^1.0.0",
- "fs-extra": "^10.0.0",
- "gatsby-core-utils": "^2.15.0",
- "gatsby-recipes": "^0.26.0",
- "gatsby-telemetry": "^2.15.0",
- "hosted-git-info": "^3.0.6",
- "is-valid-path": "^0.1.1",
- "joi": "^17.4.0",
- "lodash": "^4.17.21",
- "meant": "^1.0.2",
- "node-fetch": "^2.6.1",
- "opentracing": "^0.14.4",
- "pretty-error": "^2.1.1",
- "progress": "^2.0.3",
- "prompts": "^2.3.2",
- "redux": "^4.0.5",
- "resolve-cwd": "^3.0.0",
- "semver": "^7.3.5",
- "signal-exit": "^3.0.3",
- "source-map": "0.7.3",
- "stack-trace": "^0.0.10",
- "strip-ansi": "^5.2.0",
- "update-notifier": "^5.0.1",
- "uuid": "3.4.0",
- "yargs": "^15.4.1",
- "yoga-layout-prebuilt": "^1.9.6",
- "yurnalist": "^2.1.0"
- },
- "bin": {
- "gatsby": "cli.js"
+ "is-windows": "^1.0.0"
},
"engines": {
- "node": ">=12.13.0"
+ "node": ">=4"
}
},
- "node_modules/gatsby-cli/node_modules/ansi-regex": {
- "version": "4.1.1",
- "license": "MIT",
+ "node_modules/big-integer": {
+ "version": "1.6.52",
+ "dev": true,
+ "license": "Unlicense",
"engines": {
- "node": ">=6"
+ "node": ">=0.6"
}
},
- "node_modules/gatsby-cli/node_modules/ansi-styles": {
- "version": "4.3.0",
+ "node_modules/big.js": {
+ "version": "5.2.2",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
"engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ "node": "*"
}
},
- "node_modules/gatsby-cli/node_modules/chalk": {
- "version": "4.1.2",
+ "node_modules/binary-extensions": {
+ "version": "2.2.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
"engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
+ "node": ">=8"
}
},
- "node_modules/gatsby-cli/node_modules/color-convert": {
- "version": "2.0.1",
+ "node_modules/bl": {
+ "version": "4.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
+ "buffer": "^5.5.0",
+ "inherits": "^2.0.4",
+ "readable-stream": "^3.4.0"
}
},
- "node_modules/gatsby-cli/node_modules/color-name": {
- "version": "1.1.4",
- "license": "MIT"
- },
- "node_modules/gatsby-cli/node_modules/cross-spawn": {
- "version": "7.0.3",
+ "node_modules/bl/node_modules/readable-stream": {
+ "version": "3.6.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
+ "inherits": "^2.0.3",
+ "string_decoder": "^1.1.1",
+ "util-deprecate": "^1.0.1"
},
"engines": {
- "node": ">= 8"
+ "node": ">= 6"
}
},
- "node_modules/gatsby-cli/node_modules/execa": {
- "version": "5.1.1",
+ "node_modules/body-parser": {
+ "version": "1.20.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^6.0.0",
- "human-signals": "^2.1.0",
- "is-stream": "^2.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^4.0.1",
- "onetime": "^5.1.2",
- "signal-exit": "^3.0.3",
- "strip-final-newline": "^2.0.0"
+ "bytes": "3.1.2",
+ "content-type": "~1.0.5",
+ "debug": "2.6.9",
+ "depd": "2.0.0",
+ "destroy": "1.2.0",
+ "http-errors": "2.0.0",
+ "iconv-lite": "0.4.24",
+ "on-finished": "2.4.1",
+ "qs": "6.11.0",
+ "raw-body": "2.5.2",
+ "type-is": "~1.6.18",
+ "unpipe": "1.0.0"
},
"engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
+ "node": ">= 0.8",
+ "npm": "1.2.8000 || >= 1.4.16"
}
},
- "node_modules/gatsby-cli/node_modules/fs-extra": {
- "version": "10.1.0",
+ "node_modules/body-parser/node_modules/debug": {
+ "version": "2.6.9",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
- },
- "engines": {
- "node": ">=12"
+ "ms": "2.0.0"
}
},
- "node_modules/gatsby-cli/node_modules/has-flag": {
- "version": "4.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
+ "node_modules/body-parser/node_modules/ms": {
+ "version": "2.0.0",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/gatsby-cli/node_modules/hosted-git-info": {
- "version": "3.0.8",
- "license": "ISC",
+ "node_modules/body-parser/node_modules/qs": {
+ "version": "6.11.0",
+ "dev": true,
+ "license": "BSD-3-Clause",
"dependencies": {
- "lru-cache": "^6.0.0"
+ "side-channel": "^1.0.4"
},
"engines": {
- "node": ">=10"
+ "node": ">=0.6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/gatsby-cli/node_modules/jsonfile": {
- "version": "6.1.0",
+ "node_modules/boolbase": {
+ "version": "1.0.0",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/bplist-parser": {
+ "version": "0.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "universalify": "^2.0.0"
+ "big-integer": "^1.6.44"
},
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
+ "engines": {
+ "node": ">= 5.10.0"
}
},
- "node_modules/gatsby-cli/node_modules/lru-cache": {
- "version": "6.0.0",
- "license": "ISC",
+ "node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "yallist": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
}
},
- "node_modules/gatsby-cli/node_modules/shebang-command": {
- "version": "2.0.0",
+ "node_modules/braces": {
+ "version": "3.0.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "shebang-regex": "^3.0.0"
+ "fill-range": "^7.1.1"
},
"engines": {
"node": ">=8"
}
},
- "node_modules/gatsby-cli/node_modules/shebang-regex": {
- "version": "3.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
+ "node_modules/breakword": {
+ "version": "1.0.5",
+ "dev": true,
+ "license": "gpl-2.0",
+ "dependencies": {
+ "wcwidth": "^1.0.1"
}
},
- "node_modules/gatsby-cli/node_modules/source-map": {
- "version": "0.7.3",
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">= 8"
- }
+ "node_modules/browser-assert": {
+ "version": "1.2.1",
+ "dev": true
},
- "node_modules/gatsby-cli/node_modules/strip-ansi": {
- "version": "5.2.0",
+ "node_modules/browserify-zlib": {
+ "version": "0.1.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ansi-regex": "^4.1.0"
- },
- "engines": {
- "node": ">=6"
+ "pako": "~0.2.0"
}
},
- "node_modules/gatsby-cli/node_modules/supports-color": {
- "version": "7.2.0",
+ "node_modules/browserslist": {
+ "version": "4.23.3",
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
"license": "MIT",
"dependencies": {
- "has-flag": "^4.0.0"
+ "caniuse-lite": "^1.0.30001646",
+ "electron-to-chromium": "^1.5.4",
+ "node-releases": "^2.0.18",
+ "update-browserslist-db": "^1.1.0"
+ },
+ "bin": {
+ "browserslist": "cli.js"
},
"engines": {
- "node": ">=8"
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
}
},
- "node_modules/gatsby-cli/node_modules/universalify": {
- "version": "2.0.1",
- "license": "MIT",
- "engines": {
- "node": ">= 10.0.0"
+ "node_modules/bser": {
+ "version": "2.1.1",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "node-int64": "^0.4.0"
}
},
- "node_modules/gatsby-cli/node_modules/uuid": {
- "version": "3.4.0",
+ "node_modules/buffer": {
+ "version": "5.7.1",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
"license": "MIT",
- "bin": {
- "uuid": "bin/uuid"
- }
- },
- "node_modules/gatsby-cli/node_modules/which": {
- "version": "2.0.2",
- "license": "ISC",
"dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
+ "base64-js": "^1.3.1",
+ "ieee754": "^1.1.13"
}
},
- "node_modules/gatsby-cli/node_modules/yallist": {
- "version": "4.0.0",
- "license": "ISC"
- },
- "node_modules/gatsby-core-utils": {
- "version": "2.15.0",
+ "node_modules/buffer-crc32": {
+ "version": "0.2.13",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.15.4",
- "ci-info": "2.0.0",
- "configstore": "^5.0.1",
- "file-type": "^16.5.3",
- "fs-extra": "^10.0.0",
- "got": "^11.8.2",
- "node-object-hash": "^2.3.9",
- "proper-lockfile": "^4.1.2",
- "tmp": "^0.2.1",
- "xdg-basedir": "^4.0.0"
- },
"engines": {
- "node": ">=12.13.0"
+ "node": "*"
}
},
- "node_modules/gatsby-core-utils/node_modules/ci-info": {
- "version": "2.0.0",
+ "node_modules/buffer-from": {
+ "version": "1.1.1",
+ "dev": true,
"license": "MIT"
},
- "node_modules/gatsby-core-utils/node_modules/fs-extra": {
- "version": "10.1.0",
+ "node_modules/builtin-modules": {
+ "version": "3.3.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
- },
"engines": {
- "node": ">=12"
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/gatsby-core-utils/node_modules/jsonfile": {
- "version": "6.1.0",
+ "node_modules/bundle-name": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "universalify": "^2.0.0"
+ "run-applescript": "^5.0.0"
},
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/gatsby-core-utils/node_modules/tmp": {
- "version": "0.2.3",
+ "node_modules/bytes": {
+ "version": "3.1.2",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=14.14"
+ "node": ">= 0.8"
}
},
- "node_modules/gatsby-core-utils/node_modules/universalify": {
- "version": "2.0.1",
+ "node_modules/bytes-iec": {
+ "version": "3.1.1",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">= 10.0.0"
+ "node": ">= 0.8"
}
},
- "node_modules/gatsby-graphiql-explorer": {
- "version": "1.15.0",
+ "node_modules/call-bind": {
+ "version": "1.0.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.15.4"
+ "es-define-property": "^1.0.0",
+ "es-errors": "^1.3.0",
+ "function-bind": "^1.1.2",
+ "get-intrinsic": "^1.2.4",
+ "set-function-length": "^1.2.1"
},
"engines": {
- "node": ">=12.13.0"
- }
- },
- "node_modules/gatsby-legacy-polyfills": {
- "version": "1.15.0",
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.15.4",
- "core-js-compat": "3.9.0"
- }
- },
- "node_modules/gatsby-legacy-polyfills/node_modules/core-js-compat": {
- "version": "3.9.0",
- "license": "MIT",
- "dependencies": {
- "browserslist": "^4.16.3",
- "semver": "7.0.0"
+ "node": ">= 0.4"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/core-js"
- }
- },
- "node_modules/gatsby-legacy-polyfills/node_modules/semver": {
- "version": "7.0.0",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/gatsby-link": {
- "version": "3.15.0",
+ "node_modules/callsites": {
+ "version": "3.1.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.15.4",
- "@types/reach__router": "^1.3.9",
- "prop-types": "^15.7.2"
- },
"engines": {
- "node": ">=12.13.0"
- },
- "peerDependencies": {
- "@gatsbyjs/reach-router": "^1.3.5",
- "react": "^16.9.0 || ^17.0.0",
- "react-dom": "^16.9.0 || ^17.0.0"
+ "node": ">=6"
}
},
- "node_modules/gatsby-page-utils": {
- "version": "1.15.0",
+ "node_modules/camel-case": {
+ "version": "4.1.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.15.4",
- "bluebird": "^3.7.2",
- "chokidar": "^3.5.2",
- "fs-exists-cached": "^1.0.0",
- "gatsby-core-utils": "^2.15.0",
- "glob": "^7.1.7",
- "lodash": "^4.17.21",
- "micromatch": "^4.0.4"
- },
- "engines": {
- "node": ">=12.13.0"
+ "pascal-case": "^3.1.2",
+ "tslib": "^2.0.3"
}
},
- "node_modules/gatsby-plugin-alias-imports": {
- "version": "1.0.5",
+ "node_modules/camelcase": {
+ "version": "6.3.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.2.0"
+ "engines": {
+ "node": ">=10"
},
- "peerDependencies": {
- "gatsby": ">2.0.0"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/gatsby-plugin-catch-links": {
- "version": "3.15.0",
+ "node_modules/camelcase-css": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.15.4",
- "escape-string-regexp": "^1.0.5"
- },
"engines": {
- "node": ">=12.13.0"
- },
- "peerDependencies": {
- "gatsby": "^3.0.0-next.0"
+ "node": ">= 6"
}
},
- "node_modules/gatsby-plugin-manifest": {
- "version": "3.15.0",
+ "node_modules/camelcase-keys": {
+ "version": "6.2.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.15.4",
- "gatsby-core-utils": "^2.15.0",
- "gatsby-plugin-utils": "^1.15.0",
- "semver": "^7.3.5",
- "sharp": "^0.29.0"
+ "camelcase": "^5.3.1",
+ "map-obj": "^4.0.0",
+ "quick-lru": "^4.0.1"
},
"engines": {
- "node": ">=12.13.0"
+ "node": ">=8"
},
- "peerDependencies": {
- "gatsby": "^3.0.0-next.0"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/gatsby-plugin-mdx": {
- "version": "1.10.1",
+ "node_modules/camelcase-keys/node_modules/camelcase": {
+ "version": "5.3.1",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@babel/core": "^7.12.3",
- "@babel/generator": "^7.12.5",
- "@babel/helper-plugin-utils": "^7.10.4",
- "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
- "@babel/preset-env": "^7.12.1",
- "@babel/preset-react": "^7.12.5",
- "@babel/types": "^7.12.6",
- "camelcase-css": "^2.0.1",
- "change-case": "^3.1.0",
- "core-js": "^3.6.5",
- "dataloader": "^1.4.0",
- "debug": "^4.3.1",
- "escape-string-regexp": "^1.0.5",
- "eval": "^0.1.4",
- "fs-extra": "^8.1.0",
- "gatsby-core-utils": "^1.10.1",
- "gray-matter": "^4.0.2",
- "json5": "^2.1.3",
- "loader-utils": "^1.4.0",
- "lodash": "^4.17.20",
- "mdast-util-to-string": "^1.1.0",
- "mdast-util-toc": "^3.1.0",
- "mime": "^2.4.6",
- "p-queue": "^6.6.2",
- "pretty-bytes": "^5.3.0",
- "remark": "^10.0.1",
- "remark-retext": "^3.1.3",
- "retext-english": "^3.0.4",
- "slugify": "^1.4.4",
- "static-site-generator-webpack-plugin": "^3.4.2",
- "style-to-object": "^0.3.0",
- "underscore.string": "^3.3.5",
- "unified": "^8.4.2",
- "unist-util-map": "^1.0.5",
- "unist-util-remove": "^1.0.3",
- "unist-util-visit": "^1.4.1"
- },
- "peerDependencies": {
- "@mdx-js/mdx": "^1.0.0",
- "@mdx-js/react": "^1.0.0"
+ "engines": {
+ "node": ">=6"
}
},
- "node_modules/gatsby-plugin-mdx/node_modules/bail": {
- "version": "1.0.5",
+ "node_modules/camelize": {
+ "version": "1.0.1",
"license": "MIT",
"funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/gatsby-plugin-mdx/node_modules/camel-case": {
+ "node_modules/caniuse-api": {
"version": "3.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "no-case": "^2.2.0",
- "upper-case": "^1.1.1"
+ "browserslist": "^4.0.0",
+ "caniuse-lite": "^1.0.0",
+ "lodash.memoize": "^4.1.2",
+ "lodash.uniq": "^4.5.0"
}
},
- "node_modules/gatsby-plugin-mdx/node_modules/change-case": {
- "version": "3.1.0",
- "license": "MIT",
- "dependencies": {
- "camel-case": "^3.0.0",
- "constant-case": "^2.0.0",
- "dot-case": "^2.1.0",
- "header-case": "^1.0.0",
- "is-lower-case": "^1.1.0",
- "is-upper-case": "^1.1.0",
- "lower-case": "^1.1.1",
- "lower-case-first": "^1.0.0",
- "no-case": "^2.3.2",
- "param-case": "^2.1.0",
- "pascal-case": "^2.0.0",
- "path-case": "^2.1.0",
- "sentence-case": "^2.1.0",
- "snake-case": "^2.1.0",
- "swap-case": "^1.1.0",
- "title-case": "^2.1.0",
- "upper-case": "^1.1.1",
- "upper-case-first": "^1.1.0"
- }
- },
- "node_modules/gatsby-plugin-mdx/node_modules/ci-info": {
- "version": "2.0.0",
- "license": "MIT"
+ "node_modules/caniuse-lite": {
+ "version": "1.0.30001651",
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "CC-BY-4.0"
},
- "node_modules/gatsby-plugin-mdx/node_modules/constant-case": {
- "version": "2.0.0",
+ "node_modules/case-sensitive-paths-webpack-plugin": {
+ "version": "2.4.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "snake-case": "^2.1.0",
- "upper-case": "^1.1.1"
+ "engines": {
+ "node": ">=4"
}
},
- "node_modules/gatsby-plugin-mdx/node_modules/core-js": {
- "version": "3.36.1",
- "hasInstallScript": true,
+ "node_modules/ccount": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/core-js"
- }
- },
- "node_modules/gatsby-plugin-mdx/node_modules/dot-case": {
- "version": "2.1.1",
- "license": "MIT",
- "dependencies": {
- "no-case": "^2.2.0"
- }
- },
- "node_modules/gatsby-plugin-mdx/node_modules/fs-extra": {
- "version": "8.1.0",
- "license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^4.0.0",
- "universalify": "^0.1.0"
- },
- "engines": {
- "node": ">=6 <7 || >=8"
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
}
},
- "node_modules/gatsby-plugin-mdx/node_modules/gatsby-core-utils": {
- "version": "1.10.1",
+ "node_modules/chai": {
+ "version": "4.4.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ci-info": "2.0.0",
- "configstore": "^5.0.1",
- "fs-extra": "^8.1.0",
- "node-object-hash": "^2.0.0",
- "proper-lockfile": "^4.1.1",
- "tmp": "^0.2.1",
- "xdg-basedir": "^4.0.0"
+ "assertion-error": "^1.1.0",
+ "check-error": "^1.0.3",
+ "deep-eql": "^4.1.3",
+ "get-func-name": "^2.0.2",
+ "loupe": "^2.3.6",
+ "pathval": "^1.1.1",
+ "type-detect": "^4.0.8"
},
"engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/gatsby-plugin-mdx/node_modules/header-case": {
- "version": "1.0.1",
- "license": "MIT",
- "dependencies": {
- "no-case": "^2.2.0",
- "upper-case": "^1.1.3"
- }
- },
- "node_modules/gatsby-plugin-mdx/node_modules/is-plain-obj": {
- "version": "2.1.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
+ "node": ">=4"
}
},
- "node_modules/gatsby-plugin-mdx/node_modules/loader-utils": {
- "version": "1.4.2",
+ "node_modules/chalk": {
+ "version": "2.4.2",
"license": "MIT",
"dependencies": {
- "big.js": "^5.2.2",
- "emojis-list": "^3.0.0",
- "json5": "^1.0.1"
+ "ansi-styles": "^3.2.1",
+ "escape-string-regexp": "^1.0.5",
+ "supports-color": "^5.3.0"
},
"engines": {
- "node": ">=4.0.0"
+ "node": ">=4"
}
},
- "node_modules/gatsby-plugin-mdx/node_modules/loader-utils/node_modules/json5": {
+ "node_modules/change-case": {
+ "version": "5.4.3",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/char-regex": {
"version": "1.0.2",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "minimist": "^1.2.0"
- },
- "bin": {
- "json5": "lib/cli.js"
+ "engines": {
+ "node": ">=10"
}
},
- "node_modules/gatsby-plugin-mdx/node_modules/lower-case": {
- "version": "1.1.4",
- "license": "MIT"
+ "node_modules/character-entities": {
+ "version": "1.2.4",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
},
- "node_modules/gatsby-plugin-mdx/node_modules/mdast-util-to-string": {
- "version": "1.1.0",
+ "node_modules/character-entities-html4": {
+ "version": "2.1.0",
+ "dev": true,
"license": "MIT",
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
}
},
- "node_modules/gatsby-plugin-mdx/node_modules/no-case": {
- "version": "2.3.2",
+ "node_modules/character-entities-legacy": {
+ "version": "1.1.4",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "lower-case": "^1.1.1"
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
}
},
- "node_modules/gatsby-plugin-mdx/node_modules/param-case": {
- "version": "2.1.1",
+ "node_modules/character-reference-invalid": {
+ "version": "1.1.4",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "no-case": "^2.2.0"
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
}
},
- "node_modules/gatsby-plugin-mdx/node_modules/pascal-case": {
- "version": "2.0.1",
+ "node_modules/chardet": {
+ "version": "0.7.0",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/check-error": {
+ "version": "1.0.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "camel-case": "^3.0.0",
- "upper-case-first": "^1.1.0"
+ "get-func-name": "^2.0.2"
+ },
+ "engines": {
+ "node": "*"
}
},
- "node_modules/gatsby-plugin-mdx/node_modules/path-case": {
- "version": "2.1.1",
+ "node_modules/chokidar": {
+ "version": "3.6.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "no-case": "^2.2.0"
+ "anymatch": "~3.1.2",
+ "braces": "~3.0.2",
+ "glob-parent": "~5.1.2",
+ "is-binary-path": "~2.1.0",
+ "is-glob": "~4.0.1",
+ "normalize-path": "~3.0.0",
+ "readdirp": "~3.6.0"
+ },
+ "engines": {
+ "node": ">= 8.10.0"
+ },
+ "funding": {
+ "url": "https://paulmillr.com/funding/"
+ },
+ "optionalDependencies": {
+ "fsevents": "~2.3.2"
}
},
- "node_modules/gatsby-plugin-mdx/node_modules/snake-case": {
- "version": "2.1.0",
- "license": "MIT",
+ "node_modules/chokidar/node_modules/anymatch": {
+ "version": "3.1.3",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "no-case": "^2.2.0"
+ "normalize-path": "^3.0.0",
+ "picomatch": "^2.0.4"
+ },
+ "engines": {
+ "node": ">= 8"
}
},
- "node_modules/gatsby-plugin-mdx/node_modules/tmp": {
- "version": "0.2.3",
- "license": "MIT",
+ "node_modules/chownr": {
+ "version": "2.0.0",
+ "dev": true,
+ "license": "ISC",
"engines": {
- "node": ">=14.14"
+ "node": ">=10"
}
},
- "node_modules/gatsby-plugin-mdx/node_modules/trough": {
- "version": "1.0.5",
+ "node_modules/chrome-trace-event": {
+ "version": "1.0.3",
+ "dev": true,
"license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "engines": {
+ "node": ">=6.0"
}
},
- "node_modules/gatsby-plugin-mdx/node_modules/unified": {
- "version": "8.4.2",
- "license": "MIT",
+ "node_modules/chromium-bidi": {
+ "version": "0.5.9",
+ "dev": true,
+ "license": "Apache-2.0",
"dependencies": {
- "bail": "^1.0.0",
- "extend": "^3.0.0",
- "is-plain-obj": "^2.0.0",
- "trough": "^1.0.0",
- "vfile": "^4.0.0"
+ "mitt": "3.0.1",
+ "urlpattern-polyfill": "10.0.0"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "peerDependencies": {
+ "devtools-protocol": "*"
}
},
- "node_modules/gatsby-plugin-mdx/node_modules/unist-util-is": {
- "version": "3.0.0",
+ "node_modules/chromium-bidi/node_modules/mitt": {
+ "version": "3.0.1",
+ "dev": true,
"license": "MIT"
},
- "node_modules/gatsby-plugin-mdx/node_modules/unist-util-visit": {
- "version": "1.4.1",
+ "node_modules/ci-info": {
+ "version": "3.9.0",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/sibiraj-s"
+ }
+ ],
"license": "MIT",
- "dependencies": {
- "unist-util-visit-parents": "^2.0.0"
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/gatsby-plugin-mdx/node_modules/unist-util-visit-parents": {
- "version": "2.1.2",
+ "node_modules/citty": {
+ "version": "0.1.6",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "unist-util-is": "^3.0.0"
+ "consola": "^3.2.3"
}
},
- "node_modules/gatsby-plugin-mdx/node_modules/upper-case": {
- "version": "1.1.3",
+ "node_modules/cjs-module-lexer": {
+ "version": "1.3.1",
+ "dev": true,
"license": "MIT"
},
- "node_modules/gatsby-plugin-mdx/node_modules/upper-case-first": {
- "version": "1.1.2",
+ "node_modules/clean-css": {
+ "version": "5.3.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "upper-case": "^1.1.1"
+ "source-map": "~0.6.0"
+ },
+ "engines": {
+ "node": ">= 10.0"
}
},
- "node_modules/gatsby-plugin-page-creator": {
- "version": "3.15.0",
+ "node_modules/cli-boxes": {
+ "version": "2.2.1",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.15.4",
- "@babel/traverse": "^7.15.4",
- "@sindresorhus/slugify": "^1.1.2",
- "chokidar": "^3.5.2",
- "fs-exists-cached": "^1.0.0",
- "gatsby-core-utils": "^2.15.0",
- "gatsby-page-utils": "^1.15.0",
- "gatsby-plugin-utils": "^1.15.0",
- "gatsby-telemetry": "^2.15.0",
- "globby": "^11.0.4",
- "lodash": "^4.17.21"
- },
"engines": {
- "node": ">=12.13.0"
+ "node": ">=6"
},
- "peerDependencies": {
- "gatsby": "^3.0.0-next.0"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/gatsby-plugin-react-helmet": {
- "version": "4.15.0",
+ "node_modules/cli-cursor": {
+ "version": "3.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.15.4"
+ "restore-cursor": "^3.1.0"
},
"engines": {
- "node": ">=12.13.0"
- },
- "peerDependencies": {
- "gatsby": "^3.0.0-next.0",
- "react-helmet": "^5.1.3 || ^6.0.0"
+ "node": ">=8"
}
},
- "node_modules/gatsby-plugin-remove-trailing-slashes": {
- "version": "3.15.0",
+ "node_modules/cli-spinners": {
+ "version": "2.9.2",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.15.4"
- },
"engines": {
- "node": ">=12.13.0"
+ "node": ">=6"
},
- "peerDependencies": {
- "gatsby": "^3.0.0-next.0"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/gatsby-plugin-styled-components": {
- "version": "4.15.0",
+ "node_modules/cli-table3": {
+ "version": "0.6.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.15.4"
+ "string-width": "^4.2.0"
},
"engines": {
- "node": ">=12.13.0"
+ "node": "10.* || >= 12.*"
},
- "peerDependencies": {
- "babel-plugin-styled-components": ">1.5.0",
- "gatsby": "^3.0.0-next.0",
- "react": "^16.9.0 || ^17.0.0",
- "react-dom": "^16.9.0 || ^17.0.0",
- "styled-components": ">=2.0.0"
+ "optionalDependencies": {
+ "@colors/colors": "1.5.0"
}
},
- "node_modules/gatsby-plugin-typescript": {
- "version": "3.15.0",
+ "node_modules/cli-truncate": {
+ "version": "4.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/core": "^7.15.5",
- "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
- "@babel/plugin-proposal-numeric-separator": "^7.14.5",
- "@babel/plugin-proposal-optional-chaining": "^7.14.5",
- "@babel/preset-typescript": "^7.15.0",
- "@babel/runtime": "^7.15.4",
- "babel-plugin-remove-graphql-queries": "^3.15.0"
+ "slice-ansi": "^5.0.0",
+ "string-width": "^7.0.0"
},
"engines": {
- "node": ">=12.13.0"
+ "node": ">=18"
},
- "peerDependencies": {
- "gatsby": "^3.0.0-next.0"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/gatsby-plugin-utils": {
- "version": "1.15.0",
+ "node_modules/cli-truncate/node_modules/ansi-regex": {
+ "version": "6.0.1",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.15.4",
- "joi": "^17.4.2"
- },
"engines": {
- "node": ">=12.13.0"
+ "node": ">=12"
},
- "peerDependencies": {
- "gatsby": "^3.0.0-next.0"
+ "funding": {
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
}
},
- "node_modules/gatsby-react-router-scroll": {
- "version": "4.15.0",
+ "node_modules/cli-truncate/node_modules/emoji-regex": {
+ "version": "10.3.0",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/cli-truncate/node_modules/string-width": {
+ "version": "7.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.15.4"
+ "emoji-regex": "^10.3.0",
+ "get-east-asian-width": "^1.0.0",
+ "strip-ansi": "^7.1.0"
},
"engines": {
- "node": ">=12.13.0"
+ "node": ">=18"
},
- "peerDependencies": {
- "@gatsbyjs/reach-router": "^1.3.5",
- "react": "^16.9.0 || ^17.0.0",
- "react-dom": "^16.9.0 || ^17.0.0"
- }
- },
- "node_modules/gatsby-recipes": {
- "version": "0.26.0",
- "license": "MIT",
- "dependencies": {
- "@babel/core": "^7.15.5",
- "@babel/generator": "^7.15.4",
- "@babel/helper-plugin-utils": "^7.14.0",
- "@babel/plugin-proposal-optional-chaining": "^7.14.5",
- "@babel/plugin-transform-react-jsx": "^7.14.9",
- "@babel/runtime": "^7.15.4",
- "@babel/standalone": "^7.15.5",
- "@babel/template": "^7.15.4",
- "@babel/types": "^7.15.4",
- "@graphql-tools/schema": "^7.0.0",
- "@graphql-tools/utils": "^7.0.2",
- "@hapi/hoek": "8.x.x",
- "@hapi/joi": "^15.1.1",
- "better-queue": "^3.8.10",
- "chokidar": "^3.5.2",
- "contentful-management": "^7.5.1",
- "cors": "^2.8.5",
- "debug": "^4.3.1",
- "detect-port": "^1.3.0",
- "dotenv": "^8.2.0",
- "execa": "^5.1.1",
- "express": "^4.17.1",
- "express-graphql": "^0.12.0",
- "fs-extra": "^10.0.0",
- "gatsby-core-utils": "^2.15.0",
- "gatsby-telemetry": "^2.15.0",
- "glob": "^7.1.6",
- "graphql": "^15.4.0",
- "graphql-compose": "~7.25.0",
- "graphql-subscriptions": "^1.1.0",
- "graphql-type-json": "^0.3.2",
- "hicat": "^0.8.0",
- "is-binary-path": "^2.1.0",
- "is-url": "^1.2.4",
- "jest-diff": "^25.5.0",
- "lock": "^1.0.0",
- "lodash": "^4.17.21",
- "mitt": "^1.2.0",
- "mkdirp": "^0.5.1",
- "node-fetch": "^2.5.0",
- "pkg-dir": "^4.2.0",
- "prettier": "^2.3.2",
- "prop-types": "^15.6.1",
- "remark-mdx": "^2.0.0-next.4",
- "remark-mdxjs": "^2.0.0-next.4",
- "remark-parse": "^6.0.3",
- "remark-stringify": "^8.1.0",
- "resolve-from": "^5.0.0",
- "semver": "^7.3.5",
- "single-trailing-newline": "^1.0.0",
- "strip-ansi": "^6.0.0",
- "style-to-object": "^0.3.0",
- "unified": "^8.4.2",
- "unist-util-remove": "^2.0.0",
- "unist-util-visit": "^2.0.2",
- "uuid": "3.4.0",
- "ws": "^7.3.0",
- "xstate": "^4.9.1",
- "yoga-layout-prebuilt": "^1.9.6"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/gatsby-recipes/node_modules/@jest/types": {
- "version": "25.5.0",
+ "node_modules/cli-truncate/node_modules/strip-ansi": {
+ "version": "7.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/istanbul-lib-coverage": "^2.0.0",
- "@types/istanbul-reports": "^1.1.1",
- "@types/yargs": "^15.0.0",
- "chalk": "^3.0.0"
+ "ansi-regex": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=12"
},
+ "funding": {
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
+ }
+ },
+ "node_modules/cli-width": {
+ "version": "3.0.0",
+ "dev": true,
+ "license": "ISC",
"engines": {
- "node": ">= 8.3"
+ "node": ">= 10"
}
},
- "node_modules/gatsby-recipes/node_modules/@types/istanbul-reports": {
- "version": "1.1.2",
- "license": "MIT",
+ "node_modules/client-only": {
+ "version": "0.0.1",
+ "license": "MIT"
+ },
+ "node_modules/cliui": {
+ "version": "6.0.0",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "@types/istanbul-lib-coverage": "*",
- "@types/istanbul-lib-report": "*"
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.0",
+ "wrap-ansi": "^6.2.0"
}
},
- "node_modules/gatsby-recipes/node_modules/@types/yargs": {
- "version": "15.0.19",
+ "node_modules/clone": {
+ "version": "1.0.4",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@types/yargs-parser": "*"
+ "engines": {
+ "node": ">=0.8"
}
},
- "node_modules/gatsby-recipes/node_modules/ansi-styles": {
- "version": "4.3.0",
+ "node_modules/clone-deep": {
+ "version": "4.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "color-convert": "^2.0.1"
+ "is-plain-object": "^2.0.4",
+ "kind-of": "^6.0.2",
+ "shallow-clone": "^3.0.0"
},
"engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ "node": ">=6"
}
},
- "node_modules/gatsby-recipes/node_modules/bail": {
- "version": "1.0.5",
+ "node_modules/clsx": {
+ "version": "1.2.1",
"license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "engines": {
+ "node": ">=6"
}
},
- "node_modules/gatsby-recipes/node_modules/chalk": {
- "version": "3.0.0",
+ "node_modules/co": {
+ "version": "4.6.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
"engines": {
- "node": ">=8"
+ "iojs": ">= 1.0.0",
+ "node": ">= 0.12.0"
}
},
- "node_modules/gatsby-recipes/node_modules/character-entities-html4": {
- "version": "1.1.4",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
+ "node_modules/codesandbox": {
+ "resolved": "examples/codesandbox",
+ "link": true
},
- "node_modules/gatsby-recipes/node_modules/color-convert": {
- "version": "2.0.1",
+ "node_modules/collect-v8-coverage": {
+ "version": "1.0.1",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/color-convert": {
+ "version": "1.9.3",
"license": "MIT",
"dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
+ "color-name": "1.1.3"
}
},
- "node_modules/gatsby-recipes/node_modules/color-name": {
- "version": "1.1.4",
+ "node_modules/color-name": {
+ "version": "1.1.3",
"license": "MIT"
},
- "node_modules/gatsby-recipes/node_modules/cross-spawn": {
- "version": "7.0.3",
+ "node_modules/color2k": {
+ "version": "2.0.3",
+ "license": "MIT"
+ },
+ "node_modules/colord": {
+ "version": "2.9.3",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/colorette": {
+ "version": "2.0.20",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/combined-stream": {
+ "version": "1.0.8",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
+ "delayed-stream": "~1.0.0"
},
"engines": {
- "node": ">= 8"
+ "node": ">= 0.8"
}
},
- "node_modules/gatsby-recipes/node_modules/diff-sequences": {
- "version": "25.2.6",
+ "node_modules/commander": {
+ "version": "4.1.1",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">= 8.3"
+ "node": ">= 6"
}
},
- "node_modules/gatsby-recipes/node_modules/estree-util-visit": {
- "version": "1.2.1",
- "license": "MIT",
- "dependencies": {
- "@types/estree-jsx": "^1.0.0",
- "@types/unist": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
+ "node_modules/common-path-prefix": {
+ "version": "3.0.0",
+ "dev": true,
+ "license": "ISC"
},
- "node_modules/gatsby-recipes/node_modules/execa": {
- "version": "5.1.1",
+ "node_modules/commondir": {
+ "version": "1.0.1",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/compare-versions": {
+ "version": "6.1.0",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/compressible": {
+ "version": "2.0.18",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^6.0.0",
- "human-signals": "^2.1.0",
- "is-stream": "^2.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^4.0.1",
- "onetime": "^5.1.2",
- "signal-exit": "^3.0.3",
- "strip-final-newline": "^2.0.0"
+ "mime-db": ">= 1.43.0 < 2"
},
"engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
+ "node": ">= 0.6"
}
},
- "node_modules/gatsby-recipes/node_modules/fs-extra": {
- "version": "10.1.0",
+ "node_modules/compression": {
+ "version": "1.7.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
+ "accepts": "~1.3.5",
+ "bytes": "3.0.0",
+ "compressible": "~2.0.16",
+ "debug": "2.6.9",
+ "on-headers": "~1.0.2",
+ "safe-buffer": "5.1.2",
+ "vary": "~1.1.2"
},
"engines": {
- "node": ">=12"
- }
- },
- "node_modules/gatsby-recipes/node_modules/has-flag": {
- "version": "4.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
+ "node": ">= 0.8.0"
}
},
- "node_modules/gatsby-recipes/node_modules/is-plain-obj": {
- "version": "2.1.0",
+ "node_modules/compression/node_modules/bytes": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=8"
+ "node": ">= 0.8"
}
},
- "node_modules/gatsby-recipes/node_modules/jest-diff": {
- "version": "25.5.0",
+ "node_modules/compression/node_modules/debug": {
+ "version": "2.6.9",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "chalk": "^3.0.0",
- "diff-sequences": "^25.2.6",
- "jest-get-type": "^25.2.6",
- "pretty-format": "^25.5.0"
- },
- "engines": {
- "node": ">= 8.3"
+ "ms": "2.0.0"
}
},
- "node_modules/gatsby-recipes/node_modules/jest-get-type": {
- "version": "25.2.6",
- "license": "MIT",
- "engines": {
- "node": ">= 8.3"
- }
+ "node_modules/compression/node_modules/ms": {
+ "version": "2.0.0",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/gatsby-recipes/node_modules/jsonfile": {
- "version": "6.1.0",
- "license": "MIT",
- "dependencies": {
- "universalify": "^2.0.0"
- },
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
- }
+ "node_modules/concat-map": {
+ "version": "0.0.1",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/gatsby-recipes/node_modules/mdast-util-from-markdown": {
- "version": "1.3.1",
- "license": "MIT",
+ "node_modules/concat-with-sourcemaps": {
+ "version": "1.1.0",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "@types/mdast": "^3.0.0",
- "@types/unist": "^2.0.0",
- "decode-named-character-reference": "^1.0.0",
- "mdast-util-to-string": "^3.1.0",
- "micromark": "^3.0.0",
- "micromark-util-decode-numeric-character-reference": "^1.0.0",
- "micromark-util-decode-string": "^1.0.0",
- "micromark-util-normalize-identifier": "^1.0.0",
- "micromark-util-symbol": "^1.0.0",
- "micromark-util-types": "^1.0.0",
- "unist-util-stringify-position": "^3.0.0",
- "uvu": "^0.5.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "source-map": "^0.6.1"
}
},
- "node_modules/gatsby-recipes/node_modules/mdast-util-mdx": {
- "version": "2.0.1",
+ "node_modules/concurrently": {
+ "version": "8.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "mdast-util-from-markdown": "^1.0.0",
- "mdast-util-mdx-expression": "^1.0.0",
- "mdast-util-mdx-jsx": "^2.0.0",
- "mdast-util-mdxjs-esm": "^1.0.0",
- "mdast-util-to-markdown": "^1.0.0"
+ "chalk": "^4.1.2",
+ "date-fns": "^2.29.3",
+ "lodash": "^4.17.21",
+ "rxjs": "^7.8.0",
+ "shell-quote": "^1.8.0",
+ "spawn-command": "0.0.2-1",
+ "supports-color": "^8.1.1",
+ "tree-kill": "^1.2.2",
+ "yargs": "^17.7.1"
+ },
+ "bin": {
+ "conc": "dist/bin/concurrently.js",
+ "concurrently": "dist/bin/concurrently.js"
+ },
+ "engines": {
+ "node": "^14.13.0 || >=16.0.0"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://github.com/open-cli-tools/concurrently?sponsor=1"
}
},
- "node_modules/gatsby-recipes/node_modules/mdast-util-mdx-expression": {
- "version": "1.3.2",
+ "node_modules/concurrently/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/estree-jsx": "^1.0.0",
- "@types/hast": "^2.0.0",
- "@types/mdast": "^3.0.0",
- "mdast-util-from-markdown": "^1.0.0",
- "mdast-util-to-markdown": "^1.0.0"
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/gatsby-recipes/node_modules/mdast-util-mdx-jsx": {
- "version": "2.1.4",
+ "node_modules/concurrently/node_modules/chalk": {
+ "version": "4.1.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/estree-jsx": "^1.0.0",
- "@types/hast": "^2.0.0",
- "@types/mdast": "^3.0.0",
- "@types/unist": "^2.0.0",
- "ccount": "^2.0.0",
- "mdast-util-from-markdown": "^1.1.0",
- "mdast-util-to-markdown": "^1.3.0",
- "parse-entities": "^4.0.0",
- "stringify-entities": "^4.0.0",
- "unist-util-remove-position": "^4.0.0",
- "unist-util-stringify-position": "^3.0.0",
- "vfile-message": "^3.0.0"
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/gatsby-recipes/node_modules/mdast-util-mdx-jsx/node_modules/character-entities": {
- "version": "2.0.2",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
- "node_modules/gatsby-recipes/node_modules/mdast-util-mdx-jsx/node_modules/character-entities-legacy": {
- "version": "3.0.0",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/gatsby-recipes/node_modules/mdast-util-mdx-jsx/node_modules/character-reference-invalid": {
- "version": "2.0.1",
+ "node_modules/concurrently/node_modules/chalk/node_modules/supports-color": {
+ "version": "7.2.0",
+ "dev": true,
"license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/gatsby-recipes/node_modules/mdast-util-mdx-jsx/node_modules/is-alphabetical": {
- "version": "2.0.1",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "node_modules/concurrently/node_modules/cliui": {
+ "version": "8.0.1",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.1",
+ "wrap-ansi": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=12"
}
},
- "node_modules/gatsby-recipes/node_modules/mdast-util-mdx-jsx/node_modules/is-alphanumerical": {
+ "node_modules/concurrently/node_modules/color-convert": {
"version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-alphabetical": "^2.0.0",
- "is-decimal": "^2.0.0"
+ "color-name": "~1.1.4"
},
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "engines": {
+ "node": ">=7.0.0"
}
},
- "node_modules/gatsby-recipes/node_modules/mdast-util-mdx-jsx/node_modules/is-decimal": {
- "version": "2.0.1",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
+ "node_modules/concurrently/node_modules/color-name": {
+ "version": "1.1.4",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/gatsby-recipes/node_modules/mdast-util-mdx-jsx/node_modules/is-hexadecimal": {
- "version": "2.0.1",
+ "node_modules/concurrently/node_modules/has-flag": {
+ "version": "4.0.0",
+ "dev": true,
"license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/gatsby-recipes/node_modules/mdast-util-mdx-jsx/node_modules/parse-entities": {
- "version": "4.0.1",
+ "node_modules/concurrently/node_modules/supports-color": {
+ "version": "8.1.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/unist": "^2.0.0",
- "character-entities": "^2.0.0",
- "character-entities-legacy": "^3.0.0",
- "character-reference-invalid": "^2.0.0",
- "decode-named-character-reference": "^1.0.0",
- "is-alphanumerical": "^2.0.0",
- "is-decimal": "^2.0.0",
- "is-hexadecimal": "^2.0.0"
+ "has-flag": "^4.0.0"
},
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
- "node_modules/gatsby-recipes/node_modules/mdast-util-mdxjs-esm": {
- "version": "1.3.1",
- "license": "MIT",
- "dependencies": {
- "@types/estree-jsx": "^1.0.0",
- "@types/hast": "^2.0.0",
- "@types/mdast": "^3.0.0",
- "mdast-util-from-markdown": "^1.0.0",
- "mdast-util-to-markdown": "^1.0.0"
+ "engines": {
+ "node": ">=10"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
}
},
- "node_modules/gatsby-recipes/node_modules/mdast-util-phrasing": {
- "version": "3.0.1",
+ "node_modules/concurrently/node_modules/wrap-ansi": {
+ "version": "7.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/mdast": "^3.0.0",
- "unist-util-is": "^5.0.0"
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
}
},
- "node_modules/gatsby-recipes/node_modules/mdast-util-phrasing/node_modules/unist-util-is": {
- "version": "5.2.1",
- "license": "MIT",
- "dependencies": {
- "@types/unist": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "node_modules/concurrently/node_modules/y18n": {
+ "version": "5.0.8",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": ">=10"
}
},
- "node_modules/gatsby-recipes/node_modules/mdast-util-to-markdown": {
- "version": "1.5.0",
+ "node_modules/concurrently/node_modules/yargs": {
+ "version": "17.7.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/mdast": "^3.0.0",
- "@types/unist": "^2.0.0",
- "longest-streak": "^3.0.0",
- "mdast-util-phrasing": "^3.0.0",
- "mdast-util-to-string": "^3.0.0",
- "micromark-util-decode-string": "^1.0.0",
- "unist-util-visit": "^4.0.0",
- "zwitch": "^2.0.0"
+ "cliui": "^8.0.1",
+ "escalade": "^3.1.1",
+ "get-caller-file": "^2.0.5",
+ "require-directory": "^2.1.1",
+ "string-width": "^4.2.3",
+ "y18n": "^5.0.5",
+ "yargs-parser": "^21.1.1"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "engines": {
+ "node": ">=12"
}
},
- "node_modules/gatsby-recipes/node_modules/mdast-util-to-markdown/node_modules/unist-util-is": {
- "version": "5.2.1",
- "license": "MIT",
- "dependencies": {
- "@types/unist": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "node_modules/concurrently/node_modules/yargs-parser": {
+ "version": "21.1.1",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": ">=12"
}
},
- "node_modules/gatsby-recipes/node_modules/mdast-util-to-markdown/node_modules/unist-util-visit": {
- "version": "4.1.2",
+ "node_modules/consola": {
+ "version": "3.2.3",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@types/unist": "^2.0.0",
- "unist-util-is": "^5.0.0",
- "unist-util-visit-parents": "^5.1.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "engines": {
+ "node": "^14.18.0 || >=16.10.0"
}
},
- "node_modules/gatsby-recipes/node_modules/mdast-util-to-string": {
- "version": "3.2.0",
+ "node_modules/constants-browserify": {
+ "version": "1.0.0",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/content-disposition": {
+ "version": "0.5.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/mdast": "^3.0.0"
+ "safe-buffer": "5.2.1"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "engines": {
+ "node": ">= 0.6"
}
},
- "node_modules/gatsby-recipes/node_modules/micromark": {
- "version": "3.2.0",
+ "node_modules/content-disposition/node_modules/safe-buffer": {
+ "version": "5.2.1",
+ "dev": true,
"funding": [
{
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
},
{
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
}
],
+ "license": "MIT"
+ },
+ "node_modules/content-type": {
+ "version": "1.0.5",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@types/debug": "^4.0.0",
- "debug": "^4.0.0",
- "decode-named-character-reference": "^1.0.0",
- "micromark-core-commonmark": "^1.0.1",
- "micromark-factory-space": "^1.0.0",
- "micromark-util-character": "^1.0.0",
- "micromark-util-chunked": "^1.0.0",
- "micromark-util-combine-extensions": "^1.0.0",
- "micromark-util-decode-numeric-character-reference": "^1.0.0",
- "micromark-util-encode": "^1.0.0",
- "micromark-util-normalize-identifier": "^1.0.0",
- "micromark-util-resolve-all": "^1.0.0",
- "micromark-util-sanitize-uri": "^1.0.0",
- "micromark-util-subtokenize": "^1.0.0",
- "micromark-util-symbol": "^1.0.0",
- "micromark-util-types": "^1.0.1",
- "uvu": "^0.5.0"
+ "engines": {
+ "node": ">= 0.6"
}
},
- "node_modules/gatsby-recipes/node_modules/micromark-extension-mdx-expression": {
- "version": "1.0.8",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
+ "node_modules/convert-source-map": {
+ "version": "1.9.0",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/cookie": {
+ "version": "0.6.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@types/estree": "^1.0.0",
- "micromark-factory-mdx-expression": "^1.0.0",
- "micromark-factory-space": "^1.0.0",
- "micromark-util-character": "^1.0.0",
- "micromark-util-events-to-acorn": "^1.0.0",
- "micromark-util-symbol": "^1.0.0",
- "micromark-util-types": "^1.0.0",
- "uvu": "^0.5.0"
+ "engines": {
+ "node": ">= 0.6"
}
},
- "node_modules/gatsby-recipes/node_modules/micromark-extension-mdx-jsx": {
- "version": "1.0.5",
+ "node_modules/cookie-signature": {
+ "version": "1.0.6",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/copy-anything": {
+ "version": "2.0.6",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/acorn": "^4.0.0",
- "@types/estree": "^1.0.0",
- "estree-util-is-identifier-name": "^2.0.0",
- "micromark-factory-mdx-expression": "^1.0.0",
- "micromark-factory-space": "^1.0.0",
- "micromark-util-character": "^1.0.0",
- "micromark-util-symbol": "^1.0.0",
- "micromark-util-types": "^1.0.0",
- "uvu": "^0.5.0",
- "vfile-message": "^3.0.0"
+ "is-what": "^3.14.1"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://github.com/sponsors/mesqueeb"
}
},
- "node_modules/gatsby-recipes/node_modules/micromark-extension-mdx-md": {
- "version": "1.0.1",
+ "node_modules/copyfiles": {
+ "version": "2.4.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "micromark-util-types": "^1.0.0"
+ "glob": "^7.0.5",
+ "minimatch": "^3.0.3",
+ "mkdirp": "^1.0.4",
+ "noms": "0.0.0",
+ "through2": "^2.0.1",
+ "untildify": "^4.0.0",
+ "yargs": "^16.1.0"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "bin": {
+ "copyfiles": "copyfiles",
+ "copyup": "copyfiles"
}
},
- "node_modules/gatsby-recipes/node_modules/micromark-extension-mdxjs": {
- "version": "1.0.1",
+ "node_modules/copyfiles/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "acorn": "^8.0.0",
- "acorn-jsx": "^5.0.0",
- "micromark-extension-mdx-expression": "^1.0.0",
- "micromark-extension-mdx-jsx": "^1.0.0",
- "micromark-extension-mdx-md": "^1.0.0",
- "micromark-extension-mdxjs-esm": "^1.0.0",
- "micromark-util-combine-extensions": "^1.0.0",
- "micromark-util-types": "^1.0.0"
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/gatsby-recipes/node_modules/micromark-extension-mdxjs-esm": {
- "version": "1.0.5",
- "license": "MIT",
+ "node_modules/copyfiles/node_modules/cliui": {
+ "version": "7.0.4",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "@types/estree": "^1.0.0",
- "micromark-core-commonmark": "^1.0.0",
- "micromark-util-character": "^1.0.0",
- "micromark-util-events-to-acorn": "^1.0.0",
- "micromark-util-symbol": "^1.0.0",
- "micromark-util-types": "^1.0.0",
- "unist-util-position-from-estree": "^1.1.0",
- "uvu": "^0.5.0",
- "vfile-message": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.0",
+ "wrap-ansi": "^7.0.0"
}
},
- "node_modules/gatsby-recipes/node_modules/micromark-factory-mdx-expression": {
- "version": "1.0.9",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
+ "node_modules/copyfiles/node_modules/color-convert": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/estree": "^1.0.0",
- "micromark-util-character": "^1.0.0",
- "micromark-util-events-to-acorn": "^1.0.0",
- "micromark-util-symbol": "^1.0.0",
- "micromark-util-types": "^1.0.0",
- "unist-util-position-from-estree": "^1.0.0",
- "uvu": "^0.5.0",
- "vfile-message": "^3.0.0"
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
}
},
- "node_modules/gatsby-recipes/node_modules/micromark-util-character": {
- "version": "1.2.0",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
+ "node_modules/copyfiles/node_modules/color-name": {
+ "version": "1.1.4",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/copyfiles/node_modules/wrap-ansi": {
+ "version": "7.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "micromark-util-symbol": "^1.0.0",
- "micromark-util-types": "^1.0.0"
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
}
},
- "node_modules/gatsby-recipes/node_modules/micromark-util-events-to-acorn": {
- "version": "1.2.3",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
+ "node_modules/copyfiles/node_modules/y18n": {
+ "version": "5.0.8",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/copyfiles/node_modules/yargs": {
+ "version": "16.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/acorn": "^4.0.0",
- "@types/estree": "^1.0.0",
- "@types/unist": "^2.0.0",
- "estree-util-visit": "^1.0.0",
- "micromark-util-symbol": "^1.0.0",
- "micromark-util-types": "^1.0.0",
- "uvu": "^0.5.0",
- "vfile-message": "^3.0.0"
+ "cliui": "^7.0.2",
+ "escalade": "^3.1.1",
+ "get-caller-file": "^2.0.5",
+ "require-directory": "^2.1.1",
+ "string-width": "^4.2.0",
+ "y18n": "^5.0.5",
+ "yargs-parser": "^20.2.2"
+ },
+ "engines": {
+ "node": ">=10"
}
},
- "node_modules/gatsby-recipes/node_modules/micromark-util-symbol": {
- "version": "1.1.0",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
+ "node_modules/copyfiles/node_modules/yargs-parser": {
+ "version": "20.2.9",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/core-js": {
+ "version": "2.6.12",
+ "dev": true,
+ "hasInstallScript": true,
"license": "MIT"
},
- "node_modules/gatsby-recipes/node_modules/micromark-util-types": {
- "version": "1.1.0",
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
+ "node_modules/core-js-compat": {
+ "version": "3.38.0",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "browserslist": "^4.23.3"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/core-js"
+ }
+ },
+ "node_modules/core-util-is": {
+ "version": "1.0.2",
+ "dev": true,
"license": "MIT"
},
- "node_modules/gatsby-recipes/node_modules/mkdirp": {
- "version": "0.5.6",
+ "node_modules/cosmiconfig": {
+ "version": "7.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "minimist": "^1.2.6"
+ "@types/parse-json": "^4.0.0",
+ "import-fresh": "^3.2.1",
+ "parse-json": "^5.0.0",
+ "path-type": "^4.0.0",
+ "yaml": "^1.10.0"
},
- "bin": {
- "mkdirp": "bin/cmd.js"
+ "engines": {
+ "node": ">=10"
}
},
- "node_modules/gatsby-recipes/node_modules/prettier": {
- "version": "2.8.8",
+ "node_modules/cosmiconfig/node_modules/yaml": {
+ "version": "1.10.2",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/create-jest": {
+ "version": "29.7.0",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "@jest/types": "^29.6.3",
+ "chalk": "^4.0.0",
+ "exit": "^0.1.2",
+ "graceful-fs": "^4.2.9",
+ "jest-config": "^29.7.0",
+ "jest-util": "^29.7.0",
+ "prompts": "^2.0.1"
+ },
"bin": {
- "prettier": "bin-prettier.js"
+ "create-jest": "bin/create-jest.js"
},
"engines": {
- "node": ">=10.13.0"
- },
- "funding": {
- "url": "https://github.com/prettier/prettier?sponsor=1"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/gatsby-recipes/node_modules/pretty-format": {
- "version": "25.5.0",
+ "node_modules/create-jest/node_modules/@jest/schemas": {
+ "version": "29.6.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/types": "^25.5.0",
- "ansi-regex": "^5.0.0",
- "ansi-styles": "^4.0.0",
- "react-is": "^16.12.0"
+ "@sinclair/typebox": "^0.27.8"
},
"engines": {
- "node": ">= 8.3"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/gatsby-recipes/node_modules/react-is": {
- "version": "16.13.1",
+ "node_modules/create-jest/node_modules/@sinclair/typebox": {
+ "version": "0.27.8",
+ "dev": true,
"license": "MIT"
},
- "node_modules/gatsby-recipes/node_modules/remark-mdx": {
- "version": "2.3.0",
+ "node_modules/create-jest/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "mdast-util-mdx": "^2.0.0",
- "micromark-extension-mdxjs": "^1.0.0"
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/gatsby-recipes/node_modules/remark-parse": {
- "version": "6.0.3",
+ "node_modules/create-jest/node_modules/babel-jest": {
+ "version": "29.7.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "collapse-white-space": "^1.0.2",
- "is-alphabetical": "^1.0.0",
- "is-decimal": "^1.0.0",
- "is-whitespace-character": "^1.0.0",
- "is-word-character": "^1.0.0",
- "markdown-escapes": "^1.0.0",
- "parse-entities": "^1.1.0",
- "repeat-string": "^1.5.4",
- "state-toggle": "^1.0.0",
- "trim": "0.0.1",
- "trim-trailing-lines": "^1.0.0",
- "unherit": "^1.0.4",
- "unist-util-remove-position": "^1.0.0",
- "vfile-location": "^2.0.0",
- "xtend": "^4.0.1"
- }
- },
- "node_modules/gatsby-recipes/node_modules/remark-parse/node_modules/parse-entities": {
- "version": "1.2.2",
+ "@jest/transform": "^29.7.0",
+ "@types/babel__core": "^7.1.14",
+ "babel-plugin-istanbul": "^6.1.1",
+ "babel-preset-jest": "^29.6.3",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.9",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.8.0"
+ }
+ },
+ "node_modules/create-jest/node_modules/babel-preset-jest": {
+ "version": "29.6.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "character-entities": "^1.0.0",
- "character-entities-legacy": "^1.0.0",
- "character-reference-invalid": "^1.0.0",
- "is-alphanumerical": "^1.0.0",
- "is-decimal": "^1.0.0",
- "is-hexadecimal": "^1.0.0"
+ "babel-plugin-jest-hoist": "^29.6.3",
+ "babel-preset-current-node-syntax": "^1.0.0"
+ },
+ "engines": {
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
}
},
- "node_modules/gatsby-recipes/node_modules/remark-parse/node_modules/unist-util-is": {
- "version": "3.0.0",
- "license": "MIT"
- },
- "node_modules/gatsby-recipes/node_modules/remark-parse/node_modules/unist-util-remove-position": {
- "version": "1.1.4",
+ "node_modules/create-jest/node_modules/chalk": {
+ "version": "4.1.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "unist-util-visit": "^1.1.0"
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/gatsby-recipes/node_modules/remark-parse/node_modules/unist-util-visit": {
- "version": "1.4.1",
+ "node_modules/create-jest/node_modules/color-convert": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "unist-util-visit-parents": "^2.0.0"
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
}
},
- "node_modules/gatsby-recipes/node_modules/remark-parse/node_modules/unist-util-visit-parents": {
- "version": "2.1.2",
+ "node_modules/create-jest/node_modules/color-name": {
+ "version": "1.1.4",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/create-jest/node_modules/has-flag": {
+ "version": "4.0.0",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/create-jest/node_modules/jest-config": {
+ "version": "29.7.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "unist-util-is": "^3.0.0"
+ "@babel/core": "^7.11.6",
+ "@jest/test-sequencer": "^29.7.0",
+ "@jest/types": "^29.6.3",
+ "babel-jest": "^29.7.0",
+ "chalk": "^4.0.0",
+ "ci-info": "^3.2.0",
+ "deepmerge": "^4.2.2",
+ "glob": "^7.1.3",
+ "graceful-fs": "^4.2.9",
+ "jest-circus": "^29.7.0",
+ "jest-environment-node": "^29.7.0",
+ "jest-get-type": "^29.6.3",
+ "jest-regex-util": "^29.6.3",
+ "jest-resolve": "^29.7.0",
+ "jest-runner": "^29.7.0",
+ "jest-util": "^29.7.0",
+ "jest-validate": "^29.7.0",
+ "micromatch": "^4.0.4",
+ "parse-json": "^5.2.0",
+ "pretty-format": "^29.7.0",
+ "slash": "^3.0.0",
+ "strip-json-comments": "^3.1.1"
+ },
+ "engines": {
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ },
+ "peerDependencies": {
+ "@types/node": "*",
+ "ts-node": ">=9.0.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ },
+ "ts-node": {
+ "optional": true
+ }
}
},
- "node_modules/gatsby-recipes/node_modules/remark-stringify": {
- "version": "8.1.1",
+ "node_modules/create-jest/node_modules/pretty-format": {
+ "version": "29.7.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ccount": "^1.0.0",
- "is-alphanumeric": "^1.0.0",
- "is-decimal": "^1.0.0",
- "is-whitespace-character": "^1.0.0",
- "longest-streak": "^2.0.1",
- "markdown-escapes": "^1.0.0",
- "markdown-table": "^2.0.0",
- "mdast-util-compact": "^2.0.0",
- "parse-entities": "^2.0.0",
- "repeat-string": "^1.5.4",
- "state-toggle": "^1.0.0",
- "stringify-entities": "^3.0.0",
- "unherit": "^1.0.4",
- "xtend": "^4.0.1"
+ "@jest/schemas": "^29.6.3",
+ "ansi-styles": "^5.0.0",
+ "react-is": "^18.0.0"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "engines": {
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/gatsby-recipes/node_modules/remark-stringify/node_modules/ccount": {
- "version": "1.1.0",
+ "node_modules/create-jest/node_modules/pretty-format/node_modules/ansi-styles": {
+ "version": "5.2.0",
+ "dev": true,
"license": "MIT",
+ "engines": {
+ "node": ">=10"
+ },
"funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/gatsby-recipes/node_modules/remark-stringify/node_modules/longest-streak": {
- "version": "2.0.4",
+ "node_modules/create-jest/node_modules/slash": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/gatsby-recipes/node_modules/remark-stringify/node_modules/stringify-entities": {
- "version": "3.1.0",
+ "node_modules/create-jest/node_modules/supports-color": {
+ "version": "7.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "character-entities-html4": "^1.0.0",
- "character-entities-legacy": "^1.0.0",
- "xtend": "^4.0.0"
+ "has-flag": "^4.0.0"
},
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/cross-env": {
+ "version": "7.0.3",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "cross-spawn": "^7.0.1"
+ },
+ "bin": {
+ "cross-env": "src/bin/cross-env.js",
+ "cross-env-shell": "src/bin/cross-env-shell.js"
+ },
+ "engines": {
+ "node": ">=10.14",
+ "npm": ">=6",
+ "yarn": ">=1"
+ }
+ },
+ "node_modules/cross-env/node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
}
},
- "node_modules/gatsby-recipes/node_modules/shebang-command": {
+ "node_modules/cross-env/node_modules/shebang-command": {
"version": "2.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"shebang-regex": "^3.0.0"
@@ -34434,890 +20929,984 @@
"node": ">=8"
}
},
- "node_modules/gatsby-recipes/node_modules/shebang-regex": {
+ "node_modules/cross-env/node_modules/shebang-regex": {
"version": "3.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
- "node_modules/gatsby-recipes/node_modules/supports-color": {
- "version": "7.2.0",
- "license": "MIT",
+ "node_modules/cross-env/node_modules/which": {
+ "version": "2.0.2",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "has-flag": "^4.0.0"
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
},
"engines": {
- "node": ">=8"
+ "node": ">= 8"
}
},
- "node_modules/gatsby-recipes/node_modules/trough": {
- "version": "1.0.5",
+ "node_modules/cross-fetch": {
+ "version": "4.0.0",
+ "dev": true,
"license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "dependencies": {
+ "node-fetch": "^2.6.12"
}
},
- "node_modules/gatsby-recipes/node_modules/unified": {
- "version": "8.4.2",
+ "node_modules/cross-spawn": {
+ "version": "5.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "bail": "^1.0.0",
- "extend": "^3.0.0",
- "is-plain-obj": "^2.0.0",
- "trough": "^1.0.0",
- "vfile": "^4.0.0"
+ "lru-cache": "^4.0.1",
+ "shebang-command": "^1.2.0",
+ "which": "^1.2.9"
+ }
+ },
+ "node_modules/css-blank-pseudo": {
+ "version": "7.0.0",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/csstools"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/csstools"
+ }
+ ],
+ "license": "MIT-0",
+ "dependencies": {
+ "postcss-selector-parser": "^6.1.0"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "postcss": "^8.4"
}
},
- "node_modules/gatsby-recipes/node_modules/unist-util-position-from-estree": {
- "version": "1.1.2",
+ "node_modules/css-color-keywords": {
+ "version": "1.0.0",
+ "license": "ISC",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/css-declaration-sorter": {
+ "version": "7.2.0",
+ "dev": true,
+ "license": "ISC",
+ "engines": {
+ "node": "^14 || ^16 || >=18"
+ },
+ "peerDependencies": {
+ "postcss": "^8.0.9"
+ }
+ },
+ "node_modules/css-functions-list": {
+ "version": "3.2.2",
+ "dev": true,
"license": "MIT",
+ "engines": {
+ "node": ">=12 || >=16"
+ }
+ },
+ "node_modules/css-has-pseudo": {
+ "version": "7.0.0",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/csstools"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/csstools"
+ }
+ ],
+ "license": "MIT-0",
"dependencies": {
- "@types/unist": "^2.0.0"
+ "@csstools/selector-specificity": "^4.0.0",
+ "postcss-selector-parser": "^6.1.0",
+ "postcss-value-parser": "^4.2.0"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "postcss": "^8.4"
}
},
- "node_modules/gatsby-recipes/node_modules/unist-util-remove": {
- "version": "2.1.0",
+ "node_modules/css-has-pseudo/node_modules/@csstools/selector-specificity": {
+ "version": "4.0.0",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/csstools"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/csstools"
+ }
+ ],
+ "license": "MIT-0",
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "postcss-selector-parser": "^6.1.0"
+ }
+ },
+ "node_modules/css-loader": {
+ "version": "6.10.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "unist-util-is": "^4.0.0"
+ "icss-utils": "^5.1.0",
+ "postcss": "^8.4.33",
+ "postcss-modules-extract-imports": "^3.0.0",
+ "postcss-modules-local-by-default": "^4.0.4",
+ "postcss-modules-scope": "^3.1.1",
+ "postcss-modules-values": "^4.0.0",
+ "postcss-value-parser": "^4.2.0",
+ "semver": "^7.5.4"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
},
"funding": {
"type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://opencollective.com/webpack"
+ },
+ "peerDependencies": {
+ "@rspack/core": "0.x || 1.x",
+ "webpack": "^5.0.0"
+ },
+ "peerDependenciesMeta": {
+ "@rspack/core": {
+ "optional": true
+ },
+ "webpack": {
+ "optional": true
+ }
}
},
- "node_modules/gatsby-recipes/node_modules/unist-util-remove-position": {
- "version": "4.0.2",
- "license": "MIT",
+ "node_modules/css-prefers-color-scheme": {
+ "version": "10.0.0",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/csstools"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/csstools"
+ }
+ ],
+ "license": "MIT-0",
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "postcss": "^8.4"
+ }
+ },
+ "node_modules/css-select": {
+ "version": "4.3.0",
+ "dev": true,
+ "license": "BSD-2-Clause",
"dependencies": {
- "@types/unist": "^2.0.0",
- "unist-util-visit": "^4.0.0"
+ "boolbase": "^1.0.0",
+ "css-what": "^6.0.1",
+ "domhandler": "^4.3.1",
+ "domutils": "^2.8.0",
+ "nth-check": "^2.0.1"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://github.com/sponsors/fb55"
}
},
- "node_modules/gatsby-recipes/node_modules/unist-util-remove-position/node_modules/unist-util-is": {
- "version": "5.2.1",
+ "node_modules/css-to-react-native": {
+ "version": "3.2.0",
"license": "MIT",
"dependencies": {
- "@types/unist": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "camelize": "^1.0.0",
+ "css-color-keywords": "^1.0.0",
+ "postcss-value-parser": "^4.0.2"
}
},
- "node_modules/gatsby-recipes/node_modules/unist-util-remove-position/node_modules/unist-util-visit": {
- "version": "4.1.2",
+ "node_modules/css-tokenize": {
+ "version": "1.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/unist": "^2.0.0",
- "unist-util-is": "^5.0.0",
- "unist-util-visit-parents": "^5.1.1"
+ "inherits": "^2.0.1",
+ "readable-stream": "^1.0.33"
+ }
+ },
+ "node_modules/css-tree": {
+ "version": "2.3.1",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "mdn-data": "2.0.30",
+ "source-map-js": "^1.0.1"
+ },
+ "engines": {
+ "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
+ }
+ },
+ "node_modules/css-what": {
+ "version": "6.1.0",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">= 6"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://github.com/sponsors/fb55"
}
},
- "node_modules/gatsby-recipes/node_modules/unist-util-stringify-position": {
- "version": "3.0.3",
+ "node_modules/css.escape": {
+ "version": "1.5.1",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/cssdb": {
+ "version": "8.1.0",
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/csstools"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/csstools"
+ }
+ ],
+ "license": "MIT-0"
+ },
+ "node_modules/cssesc": {
+ "version": "3.0.0",
"license": "MIT",
- "dependencies": {
- "@types/unist": "^2.0.0"
+ "bin": {
+ "cssesc": "bin/cssesc"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "engines": {
+ "node": ">=4"
}
},
- "node_modules/gatsby-recipes/node_modules/unist-util-visit-parents": {
- "version": "5.1.3",
+ "node_modules/cssnano": {
+ "version": "7.0.6",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/unist": "^2.0.0",
- "unist-util-is": "^5.0.0"
+ "cssnano-preset-default": "^7.0.6",
+ "lilconfig": "^3.1.2"
+ },
+ "engines": {
+ "node": "^18.12.0 || ^20.9.0 || >=22.0"
},
"funding": {
"type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://opencollective.com/cssnano"
+ },
+ "peerDependencies": {
+ "postcss": "^8.4.31"
}
},
- "node_modules/gatsby-recipes/node_modules/unist-util-visit-parents/node_modules/unist-util-is": {
- "version": "5.2.1",
+ "node_modules/cssnano-preset-default": {
+ "version": "7.0.6",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/unist": "^2.0.0"
+ "browserslist": "^4.23.3",
+ "css-declaration-sorter": "^7.2.0",
+ "cssnano-utils": "^5.0.0",
+ "postcss-calc": "^10.0.2",
+ "postcss-colormin": "^7.0.2",
+ "postcss-convert-values": "^7.0.4",
+ "postcss-discard-comments": "^7.0.3",
+ "postcss-discard-duplicates": "^7.0.1",
+ "postcss-discard-empty": "^7.0.0",
+ "postcss-discard-overridden": "^7.0.0",
+ "postcss-merge-longhand": "^7.0.4",
+ "postcss-merge-rules": "^7.0.4",
+ "postcss-minify-font-values": "^7.0.0",
+ "postcss-minify-gradients": "^7.0.0",
+ "postcss-minify-params": "^7.0.2",
+ "postcss-minify-selectors": "^7.0.4",
+ "postcss-normalize-charset": "^7.0.0",
+ "postcss-normalize-display-values": "^7.0.0",
+ "postcss-normalize-positions": "^7.0.0",
+ "postcss-normalize-repeat-style": "^7.0.0",
+ "postcss-normalize-string": "^7.0.0",
+ "postcss-normalize-timing-functions": "^7.0.0",
+ "postcss-normalize-unicode": "^7.0.2",
+ "postcss-normalize-url": "^7.0.0",
+ "postcss-normalize-whitespace": "^7.0.0",
+ "postcss-ordered-values": "^7.0.1",
+ "postcss-reduce-initial": "^7.0.2",
+ "postcss-reduce-transforms": "^7.0.0",
+ "postcss-svgo": "^7.0.1",
+ "postcss-unique-selectors": "^7.0.3"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/gatsby-recipes/node_modules/universalify": {
- "version": "2.0.1",
- "license": "MIT",
"engines": {
- "node": ">= 10.0.0"
+ "node": "^18.12.0 || ^20.9.0 || >=22.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.4.31"
}
},
- "node_modules/gatsby-recipes/node_modules/uuid": {
- "version": "3.4.0",
+ "node_modules/cssnano-utils": {
+ "version": "5.0.0",
+ "dev": true,
"license": "MIT",
- "bin": {
- "uuid": "bin/uuid"
+ "engines": {
+ "node": "^18.12.0 || ^20.9.0 || >=22.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.4.31"
}
},
- "node_modules/gatsby-recipes/node_modules/vfile-location": {
- "version": "2.0.6",
+ "node_modules/cssnano/node_modules/lilconfig": {
+ "version": "3.1.2",
+ "dev": true,
"license": "MIT",
+ "engines": {
+ "node": ">=14"
+ },
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://github.com/sponsors/antonk52"
}
},
- "node_modules/gatsby-recipes/node_modules/vfile-message": {
- "version": "3.1.4",
+ "node_modules/csso": {
+ "version": "5.0.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/unist": "^2.0.0",
- "unist-util-stringify-position": "^3.0.0"
+ "css-tree": "~2.2.0"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "engines": {
+ "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
+ "npm": ">=7.0.0"
}
},
- "node_modules/gatsby-recipes/node_modules/which": {
- "version": "2.0.2",
- "license": "ISC",
+ "node_modules/csso/node_modules/css-tree": {
+ "version": "2.2.1",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
+ "mdn-data": "2.0.28",
+ "source-map-js": "^1.0.1"
},
"engines": {
- "node": ">= 8"
+ "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
+ "npm": ">=7.0.0"
}
},
- "node_modules/gatsby-recipes/node_modules/ws": {
- "version": "7.5.9",
- "license": "MIT",
- "engines": {
- "node": ">=8.3.0"
- },
- "peerDependencies": {
- "bufferutil": "^4.0.1",
- "utf-8-validate": "^5.0.2"
- },
- "peerDependenciesMeta": {
- "bufferutil": {
- "optional": true
- },
- "utf-8-validate": {
- "optional": true
- }
- }
+ "node_modules/csso/node_modules/mdn-data": {
+ "version": "2.0.28",
+ "dev": true,
+ "license": "CC0-1.0"
},
- "node_modules/gatsby-source-filesystem": {
- "version": "3.15.0",
+ "node_modules/cssom": {
+ "version": "0.5.0",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/cssstyle": {
+ "version": "2.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.15.4",
- "chokidar": "^3.5.2",
- "fastq": "^1.11.1",
- "file-type": "^16.5.3",
- "fs-extra": "^10.0.0",
- "gatsby-core-utils": "^2.15.0",
- "got": "^9.6.0",
- "md5-file": "^5.0.0",
- "mime": "^2.5.2",
- "pretty-bytes": "^5.4.1",
- "progress": "^2.0.3",
- "valid-url": "^1.0.9",
- "xstate": "^4.14.0"
+ "cssom": "~0.3.6"
},
"engines": {
- "node": ">=12.13.0"
- },
- "peerDependencies": {
- "gatsby": "^3.0.0-next.0"
+ "node": ">=8"
}
},
- "node_modules/gatsby-source-filesystem/node_modules/@sindresorhus/is": {
- "version": "0.14.0",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
+ "node_modules/cssstyle/node_modules/cssom": {
+ "version": "0.3.8",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/gatsby-source-filesystem/node_modules/@szmarczak/http-timer": {
- "version": "1.1.2",
+ "node_modules/csstype": {
+ "version": "3.1.3",
+ "license": "MIT"
+ },
+ "node_modules/csv": {
+ "version": "5.5.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "defer-to-connect": "^1.0.1"
+ "csv-generate": "^3.4.3",
+ "csv-parse": "^4.16.3",
+ "csv-stringify": "^5.6.5",
+ "stream-transform": "^2.1.3"
},
"engines": {
- "node": ">=6"
+ "node": ">= 0.1.90"
}
},
- "node_modules/gatsby-source-filesystem/node_modules/cacheable-request": {
- "version": "6.1.0",
+ "node_modules/csv-generate": {
+ "version": "3.4.3",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/csv-parse": {
+ "version": "4.16.3",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/csv-stringify": {
+ "version": "5.6.5",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/damerau-levenshtein": {
+ "version": "1.0.8",
+ "dev": true,
+ "license": "BSD-2-Clause"
+ },
+ "node_modules/data-uri-to-buffer": {
+ "version": "6.0.2",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "clone-response": "^1.0.2",
- "get-stream": "^5.1.0",
- "http-cache-semantics": "^4.0.0",
- "keyv": "^3.0.0",
- "lowercase-keys": "^2.0.0",
- "normalize-url": "^4.1.0",
- "responselike": "^1.0.2"
- },
"engines": {
- "node": ">=8"
+ "node": ">= 14"
}
},
- "node_modules/gatsby-source-filesystem/node_modules/cacheable-request/node_modules/get-stream": {
- "version": "5.2.0",
+ "node_modules/data-urls": {
+ "version": "3.0.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "pump": "^3.0.0"
+ "abab": "^2.0.6",
+ "whatwg-mimetype": "^3.0.0",
+ "whatwg-url": "^11.0.0"
},
"engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "node": ">=12"
}
},
- "node_modules/gatsby-source-filesystem/node_modules/decompress-response": {
- "version": "3.3.0",
+ "node_modules/dataloader": {
+ "version": "1.4.0",
+ "dev": true,
+ "license": "BSD-3-Clause"
+ },
+ "node_modules/date-fns": {
+ "version": "2.30.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "mimic-response": "^1.0.0"
+ "@babel/runtime": "^7.21.0"
},
"engines": {
- "node": ">=4"
+ "node": ">=0.11"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/date-fns"
}
},
- "node_modules/gatsby-source-filesystem/node_modules/defer-to-connect": {
- "version": "1.1.3",
- "license": "MIT"
- },
- "node_modules/gatsby-source-filesystem/node_modules/fs-extra": {
- "version": "10.1.0",
+ "node_modules/debug": {
+ "version": "4.3.4",
"license": "MIT",
"dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
+ "ms": "2.1.2"
},
"engines": {
- "node": ">=12"
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
}
},
- "node_modules/gatsby-source-filesystem/node_modules/get-stream": {
- "version": "4.1.0",
+ "node_modules/decamelize": {
+ "version": "1.2.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "pump": "^3.0.0"
- },
"engines": {
- "node": ">=6"
+ "node": ">=0.10.0"
}
},
- "node_modules/gatsby-source-filesystem/node_modules/got": {
- "version": "9.6.0",
+ "node_modules/decamelize-keys": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@sindresorhus/is": "^0.14.0",
- "@szmarczak/http-timer": "^1.1.2",
- "cacheable-request": "^6.0.0",
- "decompress-response": "^3.3.0",
- "duplexer3": "^0.1.4",
- "get-stream": "^4.1.0",
- "lowercase-keys": "^1.0.1",
- "mimic-response": "^1.0.1",
- "p-cancelable": "^1.0.0",
- "to-readable-stream": "^1.0.0",
- "url-parse-lax": "^3.0.0"
+ "decamelize": "^1.1.0",
+ "map-obj": "^1.0.0"
},
"engines": {
- "node": ">=8.6"
+ "node": ">=0.10.0"
}
},
- "node_modules/gatsby-source-filesystem/node_modules/got/node_modules/lowercase-keys": {
+ "node_modules/decamelize-keys/node_modules/map-obj": {
"version": "1.0.1",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
- "node_modules/gatsby-source-filesystem/node_modules/json-buffer": {
- "version": "3.0.0",
+ "node_modules/decimal.js": {
+ "version": "10.4.3",
+ "dev": true,
"license": "MIT"
},
- "node_modules/gatsby-source-filesystem/node_modules/jsonfile": {
- "version": "6.1.0",
+ "node_modules/decode-named-character-reference": {
+ "version": "1.0.2",
"license": "MIT",
"dependencies": {
- "universalify": "^2.0.0"
+ "character-entities": "^2.0.0"
},
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
}
},
- "node_modules/gatsby-source-filesystem/node_modules/keyv": {
- "version": "3.1.0",
+ "node_modules/decode-named-character-reference/node_modules/character-entities": {
+ "version": "2.0.2",
"license": "MIT",
- "dependencies": {
- "json-buffer": "3.0.0"
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
}
},
- "node_modules/gatsby-source-filesystem/node_modules/normalize-url": {
- "version": "4.5.1",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
+ "node_modules/dedent": {
+ "version": "0.7.0",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/gatsby-source-filesystem/node_modules/p-cancelable": {
- "version": "1.1.0",
+ "node_modules/deep-eql": {
+ "version": "4.1.4",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "type-detect": "^4.0.0"
+ },
"engines": {
"node": ">=6"
}
},
- "node_modules/gatsby-source-filesystem/node_modules/responselike": {
- "version": "1.0.2",
+ "node_modules/deep-equal": {
+ "version": "2.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "lowercase-keys": "^1.0.0"
+ "call-bind": "^1.0.2",
+ "es-get-iterator": "^1.1.2",
+ "get-intrinsic": "^1.1.3",
+ "is-arguments": "^1.1.1",
+ "is-array-buffer": "^3.0.1",
+ "is-date-object": "^1.0.5",
+ "is-regex": "^1.1.4",
+ "is-shared-array-buffer": "^1.0.2",
+ "isarray": "^2.0.5",
+ "object-is": "^1.1.5",
+ "object-keys": "^1.1.1",
+ "object.assign": "^4.1.4",
+ "regexp.prototype.flags": "^1.4.3",
+ "side-channel": "^1.0.4",
+ "which-boxed-primitive": "^1.0.2",
+ "which-collection": "^1.0.1",
+ "which-typed-array": "^1.1.9"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/gatsby-source-filesystem/node_modules/responselike/node_modules/lowercase-keys": {
- "version": "1.0.1",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
+ "node_modules/deep-equal/node_modules/isarray": {
+ "version": "2.0.5",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/gatsby-source-filesystem/node_modules/universalify": {
- "version": "2.0.1",
+ "node_modules/deep-is": {
+ "version": "0.1.3",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/deepmerge": {
+ "version": "4.3.1",
"license": "MIT",
"engines": {
- "node": ">= 10.0.0"
+ "node": ">=0.10.0"
}
},
- "node_modules/gatsby-telemetry": {
- "version": "2.15.0",
- "hasInstallScript": true,
+ "node_modules/default-browser": {
+ "version": "4.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/code-frame": "^7.14.0",
- "@babel/runtime": "^7.15.4",
- "@turist/fetch": "^7.1.7",
- "@turist/time": "^0.0.2",
- "async-retry-ng": "^2.0.1",
- "boxen": "^4.2.0",
- "configstore": "^5.0.1",
- "fs-extra": "^10.0.0",
- "gatsby-core-utils": "^2.15.0",
- "git-up": "^4.0.5",
- "is-docker": "^2.2.1",
- "lodash": "^4.17.21",
- "node-fetch": "^2.6.1",
- "uuid": "3.4.0"
+ "bundle-name": "^3.0.0",
+ "default-browser-id": "^3.0.0",
+ "execa": "^7.1.1",
+ "titleize": "^3.0.0"
},
"engines": {
- "node": ">=12.13.0"
+ "node": ">=14.16"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/gatsby-telemetry/node_modules/fs-extra": {
- "version": "10.1.0",
+ "node_modules/default-browser-id": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
+ "bplist-parser": "^0.2.0",
+ "untildify": "^4.0.0"
},
"engines": {
"node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/gatsby-telemetry/node_modules/jsonfile": {
- "version": "6.1.0",
+ "node_modules/defaults": {
+ "version": "1.0.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "universalify": "^2.0.0"
+ "clone": "^1.0.2"
},
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/gatsby-telemetry/node_modules/universalify": {
- "version": "2.0.1",
+ "node_modules/define-data-property": {
+ "version": "1.1.2",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0",
+ "get-intrinsic": "^1.2.2",
+ "gopd": "^1.0.1",
+ "has-property-descriptors": "^1.0.1"
+ },
"engines": {
- "node": ">= 10.0.0"
+ "node": ">= 0.4"
}
},
- "node_modules/gatsby-telemetry/node_modules/uuid": {
- "version": "3.4.0",
+ "node_modules/define-lazy-prop": {
+ "version": "2.0.0",
+ "dev": true,
"license": "MIT",
- "bin": {
- "uuid": "bin/uuid"
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/gatsby-transformer-yaml": {
- "version": "3.15.0",
+ "node_modules/define-properties": {
+ "version": "1.2.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.15.4",
- "js-yaml": "^3.14.1",
- "lodash": "^4.17.21",
- "unist-util-select": "^1.5.0"
+ "define-data-property": "^1.0.1",
+ "has-property-descriptors": "^1.0.0",
+ "object-keys": "^1.1.1"
},
"engines": {
- "node": ">=12.13.0"
+ "node": ">= 0.4"
},
- "peerDependencies": {
- "gatsby": "^3.0.0-next.0"
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/gatsby-worker": {
- "version": "0.6.0",
- "license": "MIT",
- "dependencies": {
- "@babel/core": "^7.15.5",
- "@babel/runtime": "^7.15.4"
- },
- "engines": {
- "node": ">=12.13.0"
- }
+ "node_modules/defu": {
+ "version": "6.1.4",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/gatsby/node_modules/@eslint/eslintrc": {
- "version": "0.4.3",
+ "node_modules/degenerator": {
+ "version": "5.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ajv": "^6.12.4",
- "debug": "^4.1.1",
- "espree": "^7.3.0",
- "globals": "^13.9.0",
- "ignore": "^4.0.6",
- "import-fresh": "^3.2.1",
- "js-yaml": "^3.13.1",
- "minimatch": "^3.0.4",
- "strip-json-comments": "^3.1.1"
+ "ast-types": "^0.13.4",
+ "escodegen": "^2.1.0",
+ "esprima": "^4.0.1"
},
"engines": {
- "node": "^10.12.0 || >=12.0.0"
+ "node": ">= 14"
}
},
- "node_modules/gatsby/node_modules/@eslint/eslintrc/node_modules/debug": {
- "version": "4.3.4",
+ "node_modules/degenerator/node_modules/ast-types": {
+ "version": "0.13.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ms": "2.1.2"
+ "tslib": "^2.0.1"
},
"engines": {
- "node": ">=6.0"
- },
- "peerDependenciesMeta": {
- "supports-color": {
- "optional": true
- }
+ "node": ">=4"
}
},
- "node_modules/gatsby/node_modules/@eslint/eslintrc/node_modules/ignore": {
- "version": "4.0.6",
+ "node_modules/delayed-stream": {
+ "version": "1.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">= 4"
- }
- },
- "node_modules/gatsby/node_modules/@humanwhocodes/config-array": {
- "version": "0.5.0",
- "license": "Apache-2.0",
- "dependencies": {
- "@humanwhocodes/object-schema": "^1.2.0",
- "debug": "^4.1.1",
- "minimatch": "^3.0.4"
- },
- "engines": {
- "node": ">=10.10.0"
+ "node": ">=0.4.0"
}
},
- "node_modules/gatsby/node_modules/@humanwhocodes/config-array/node_modules/debug": {
- "version": "4.3.4",
+ "node_modules/depd": {
+ "version": "2.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "ms": "2.1.2"
- },
"engines": {
- "node": ">=6.0"
- },
- "peerDependenciesMeta": {
- "supports-color": {
- "optional": true
- }
+ "node": ">= 0.8"
}
},
- "node_modules/gatsby/node_modules/@pmmmwh/react-refresh-webpack-plugin": {
- "version": "0.4.3",
+ "node_modules/dequal": {
+ "version": "2.0.3",
"license": "MIT",
- "dependencies": {
- "ansi-html": "^0.0.7",
- "error-stack-parser": "^2.0.6",
- "html-entities": "^1.2.1",
- "native-url": "^0.2.6",
- "schema-utils": "^2.6.5",
- "source-map": "^0.7.3"
- },
"engines": {
- "node": ">= 10.x"
- },
- "peerDependencies": {
- "@types/webpack": "4.x",
- "react-refresh": ">=0.8.3 <0.10.0",
- "sockjs-client": "^1.4.0",
- "type-fest": "^0.13.1",
- "webpack": ">=4.43.0 <6.0.0",
- "webpack-dev-server": "3.x",
- "webpack-hot-middleware": "2.x",
- "webpack-plugin-serve": "0.x || 1.x"
- },
- "peerDependenciesMeta": {
- "@types/webpack": {
- "optional": true
- },
- "sockjs-client": {
- "optional": true
- },
- "type-fest": {
- "optional": true
- },
- "webpack-dev-server": {
- "optional": true
- },
- "webpack-hot-middleware": {
- "optional": true
- },
- "webpack-plugin-serve": {
- "optional": true
- }
+ "node": ">=6"
}
},
- "node_modules/gatsby/node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/schema-utils": {
- "version": "2.7.1",
+ "node_modules/destroy": {
+ "version": "1.2.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@types/json-schema": "^7.0.5",
- "ajv": "^6.12.4",
- "ajv-keywords": "^3.5.2"
- },
"engines": {
- "node": ">= 8.9.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
+ "node": ">= 0.8",
+ "npm": "1.2.8000 || >= 1.4.16"
}
},
- "node_modules/gatsby/node_modules/@typescript-eslint/eslint-plugin": {
- "version": "4.33.0",
+ "node_modules/detect-indent": {
+ "version": "6.1.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@typescript-eslint/experimental-utils": "4.33.0",
- "@typescript-eslint/scope-manager": "4.33.0",
- "debug": "^4.3.1",
- "functional-red-black-tree": "^1.0.1",
- "ignore": "^5.1.8",
- "regexpp": "^3.1.0",
- "semver": "^7.3.5",
- "tsutils": "^3.21.0"
- },
"engines": {
- "node": "^10.12.0 || >=12.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "@typescript-eslint/parser": "^4.0.0",
- "eslint": "^5.0.0 || ^6.0.0 || ^7.0.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
+ "node": ">=8"
}
},
- "node_modules/gatsby/node_modules/@typescript-eslint/eslint-plugin/node_modules/debug": {
- "version": "4.3.4",
+ "node_modules/detect-newline": {
+ "version": "3.1.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "ms": "2.1.2"
- },
"engines": {
- "node": ">=6.0"
- },
- "peerDependenciesMeta": {
- "supports-color": {
- "optional": true
- }
+ "node": ">=8"
}
},
- "node_modules/gatsby/node_modules/@typescript-eslint/experimental-utils": {
- "version": "4.33.0",
+ "node_modules/detect-node-es": {
+ "version": "1.1.0",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/detect-package-manager": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/json-schema": "^7.0.7",
- "@typescript-eslint/scope-manager": "4.33.0",
- "@typescript-eslint/types": "4.33.0",
- "@typescript-eslint/typescript-estree": "4.33.0",
- "eslint-scope": "^5.1.1",
- "eslint-utils": "^3.0.0"
+ "execa": "^5.1.1"
},
"engines": {
- "node": "^10.12.0 || >=12.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "eslint": "*"
+ "node": ">=12"
}
},
- "node_modules/gatsby/node_modules/@typescript-eslint/parser": {
- "version": "4.33.0",
- "license": "BSD-2-Clause",
+ "node_modules/detect-package-manager/node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "@typescript-eslint/scope-manager": "4.33.0",
- "@typescript-eslint/types": "4.33.0",
- "@typescript-eslint/typescript-estree": "4.33.0",
- "debug": "^4.3.1"
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
},
"engines": {
- "node": "^10.12.0 || >=12.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "eslint": "^5.0.0 || ^6.0.0 || ^7.0.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
+ "node": ">= 8"
}
},
- "node_modules/gatsby/node_modules/@typescript-eslint/parser/node_modules/debug": {
- "version": "4.3.4",
+ "node_modules/detect-package-manager/node_modules/execa": {
+ "version": "5.1.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ms": "2.1.2"
+ "cross-spawn": "^7.0.3",
+ "get-stream": "^6.0.0",
+ "human-signals": "^2.1.0",
+ "is-stream": "^2.0.0",
+ "merge-stream": "^2.0.0",
+ "npm-run-path": "^4.0.1",
+ "onetime": "^5.1.2",
+ "signal-exit": "^3.0.3",
+ "strip-final-newline": "^2.0.0"
},
"engines": {
- "node": ">=6.0"
+ "node": ">=10"
},
- "peerDependenciesMeta": {
- "supports-color": {
- "optional": true
- }
+ "funding": {
+ "url": "https://github.com/sindresorhus/execa?sponsor=1"
}
},
- "node_modules/gatsby/node_modules/@typescript-eslint/scope-manager": {
- "version": "4.33.0",
+ "node_modules/detect-package-manager/node_modules/shebang-command": {
+ "version": "2.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/types": "4.33.0",
- "@typescript-eslint/visitor-keys": "4.33.0"
+ "shebang-regex": "^3.0.0"
},
"engines": {
- "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
+ "node": ">=8"
}
},
- "node_modules/gatsby/node_modules/@typescript-eslint/types": {
- "version": "4.33.0",
+ "node_modules/detect-package-manager/node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
+ "node": ">=8"
}
},
- "node_modules/gatsby/node_modules/@typescript-eslint/typescript-estree": {
- "version": "4.33.0",
- "license": "BSD-2-Clause",
+ "node_modules/detect-package-manager/node_modules/which": {
+ "version": "2.0.2",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "@typescript-eslint/types": "4.33.0",
- "@typescript-eslint/visitor-keys": "4.33.0",
- "debug": "^4.3.1",
- "globby": "^11.0.3",
- "is-glob": "^4.0.1",
- "semver": "^7.3.5",
- "tsutils": "^3.21.0"
- },
- "engines": {
- "node": "^10.12.0 || >=12.0.0"
+ "isexe": "^2.0.0"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
+ "bin": {
+ "node-which": "bin/node-which"
},
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
+ "engines": {
+ "node": ">= 8"
}
},
- "node_modules/gatsby/node_modules/@typescript-eslint/typescript-estree/node_modules/debug": {
- "version": "4.3.4",
+ "node_modules/detect-port": {
+ "version": "1.5.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ms": "2.1.2"
- },
- "engines": {
- "node": ">=6.0"
+ "address": "^1.0.1",
+ "debug": "4"
},
- "peerDependenciesMeta": {
- "supports-color": {
- "optional": true
- }
+ "bin": {
+ "detect": "bin/detect-port.js",
+ "detect-port": "bin/detect-port.js"
}
},
- "node_modules/gatsby/node_modules/@typescript-eslint/visitor-keys": {
- "version": "4.33.0",
+ "node_modules/devlop": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/types": "4.33.0",
- "eslint-visitor-keys": "^2.0.0"
- },
- "engines": {
- "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
+ "dequal": "^2.0.0"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
}
},
- "node_modules/gatsby/node_modules/acorn": {
- "version": "7.4.1",
+ "node_modules/devtools-protocol": {
+ "version": "0.0.1249869",
+ "dev": true,
+ "license": "BSD-3-Clause"
+ },
+ "node_modules/diff-sequences": {
+ "version": "29.6.3",
+ "dev": true,
"license": "MIT",
- "bin": {
- "acorn": "bin/acorn"
- },
"engines": {
- "node": ">=0.4.0"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/gatsby/node_modules/ajv": {
- "version": "6.12.6",
+ "node_modules/dir-glob": {
+ "version": "3.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "fast-deep-equal": "^3.1.1",
- "fast-json-stable-stringify": "^2.0.0",
- "json-schema-traverse": "^0.4.1",
- "uri-js": "^4.2.2"
+ "path-type": "^4.0.0"
},
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/epoberezkin"
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/gatsby/node_modules/ansi-styles": {
- "version": "4.3.0",
+ "node_modules/dnd-core": {
+ "version": "14.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ "@react-dnd/asap": "^4.0.0",
+ "@react-dnd/invariant": "^2.0.0",
+ "redux": "^4.1.1"
}
},
- "node_modules/gatsby/node_modules/axios": {
- "version": "0.21.4",
- "license": "MIT",
+ "node_modules/doctrine": {
+ "version": "3.0.0",
+ "dev": true,
+ "license": "Apache-2.0",
"dependencies": {
- "follow-redirects": "^1.14.0"
+ "esutils": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=6.0.0"
}
},
- "node_modules/gatsby/node_modules/babel-loader": {
- "version": "8.3.0",
+ "node_modules/doiuse": {
+ "version": "6.0.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "find-cache-dir": "^3.3.1",
- "loader-utils": "^2.0.0",
- "make-dir": "^3.1.0",
- "schema-utils": "^2.6.5"
+ "browserslist": "^4.21.5",
+ "caniuse-lite": "^1.0.30001487",
+ "css-tokenize": "^1.0.1",
+ "duplexify": "^4.1.2",
+ "ldjson-stream": "^1.2.1",
+ "multimatch": "^5.0.0",
+ "postcss": "^8.4.21",
+ "source-map": "^0.7.4",
+ "yargs": "^17.7.1"
},
- "engines": {
- "node": ">= 8.9"
+ "bin": {
+ "doiuse": "bin/cli.js"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0",
- "webpack": ">=2"
+ "engines": {
+ "node": ">=16"
}
},
- "node_modules/gatsby/node_modules/babel-loader/node_modules/schema-utils": {
- "version": "2.7.1",
+ "node_modules/doiuse/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/json-schema": "^7.0.5",
- "ajv": "^6.12.4",
- "ajv-keywords": "^3.5.2"
+ "color-convert": "^2.0.1"
},
"engines": {
- "node": ">= 8.9.0"
+ "node": ">=8"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/gatsby/node_modules/chalk": {
- "version": "4.1.2",
- "license": "MIT",
+ "node_modules/doiuse/node_modules/cliui": {
+ "version": "8.0.1",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.1",
+ "wrap-ansi": "^7.0.0"
},
"engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
+ "node": ">=12"
}
},
- "node_modules/gatsby/node_modules/color-convert": {
+ "node_modules/doiuse/node_modules/color-convert": {
"version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
@@ -35326,5097 +21915,5185 @@
"node": ">=7.0.0"
}
},
- "node_modules/gatsby/node_modules/color-name": {
+ "node_modules/doiuse/node_modules/color-name": {
"version": "1.1.4",
+ "dev": true,
"license": "MIT"
},
- "node_modules/gatsby/node_modules/colorette": {
- "version": "1.4.0",
- "license": "MIT"
- },
- "node_modules/gatsby/node_modules/cookie": {
- "version": "0.4.2",
- "license": "MIT",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/gatsby/node_modules/core-js": {
- "version": "3.36.1",
- "hasInstallScript": true,
+ "node_modules/doiuse/node_modules/duplexify": {
+ "version": "4.1.3",
+ "dev": true,
"license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/core-js"
+ "dependencies": {
+ "end-of-stream": "^1.4.1",
+ "inherits": "^2.0.3",
+ "readable-stream": "^3.1.1",
+ "stream-shift": "^1.0.2"
}
},
- "node_modules/gatsby/node_modules/cross-spawn": {
- "version": "7.0.3",
+ "node_modules/doiuse/node_modules/readable-stream": {
+ "version": "3.6.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
+ "inherits": "^2.0.3",
+ "string_decoder": "^1.1.1",
+ "util-deprecate": "^1.0.1"
},
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/doiuse/node_modules/source-map": {
+ "version": "0.7.4",
+ "dev": true,
+ "license": "BSD-3-Clause",
"engines": {
"node": ">= 8"
}
},
- "node_modules/gatsby/node_modules/css-loader": {
- "version": "5.2.7",
+ "node_modules/doiuse/node_modules/wrap-ansi": {
+ "version": "7.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "icss-utils": "^5.1.0",
- "loader-utils": "^2.0.0",
- "postcss": "^8.2.15",
- "postcss-modules-extract-imports": "^3.0.0",
- "postcss-modules-local-by-default": "^4.0.0",
- "postcss-modules-scope": "^3.0.0",
- "postcss-modules-values": "^4.0.0",
- "postcss-value-parser": "^4.1.0",
- "schema-utils": "^3.0.0",
- "semver": "^7.3.5"
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
},
"engines": {
- "node": ">= 10.13.0"
+ "node": ">=10"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
- },
- "peerDependencies": {
- "webpack": "^4.27.0 || ^5.0.0"
- }
- },
- "node_modules/gatsby/node_modules/debug": {
- "version": "3.2.7",
- "license": "MIT",
- "dependencies": {
- "ms": "^2.1.1"
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
}
},
- "node_modules/gatsby/node_modules/escape-string-regexp": {
- "version": "4.0.0",
- "license": "MIT",
+ "node_modules/doiuse/node_modules/y18n": {
+ "version": "5.0.8",
+ "dev": true,
+ "license": "ISC",
"engines": {
"node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/gatsby/node_modules/eslint": {
- "version": "7.32.0",
+ "node_modules/doiuse/node_modules/yargs": {
+ "version": "17.7.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/code-frame": "7.12.11",
- "@eslint/eslintrc": "^0.4.3",
- "@humanwhocodes/config-array": "^0.5.0",
- "ajv": "^6.10.0",
- "chalk": "^4.0.0",
- "cross-spawn": "^7.0.2",
- "debug": "^4.0.1",
- "doctrine": "^3.0.0",
- "enquirer": "^2.3.5",
- "escape-string-regexp": "^4.0.0",
- "eslint-scope": "^5.1.1",
- "eslint-utils": "^2.1.0",
- "eslint-visitor-keys": "^2.0.0",
- "espree": "^7.3.1",
- "esquery": "^1.4.0",
- "esutils": "^2.0.2",
- "fast-deep-equal": "^3.1.3",
- "file-entry-cache": "^6.0.1",
- "functional-red-black-tree": "^1.0.1",
- "glob-parent": "^5.1.2",
- "globals": "^13.6.0",
- "ignore": "^4.0.6",
- "import-fresh": "^3.0.0",
- "imurmurhash": "^0.1.4",
- "is-glob": "^4.0.0",
- "js-yaml": "^3.13.1",
- "json-stable-stringify-without-jsonify": "^1.0.1",
- "levn": "^0.4.1",
- "lodash.merge": "^4.6.2",
- "minimatch": "^3.0.4",
- "natural-compare": "^1.4.0",
- "optionator": "^0.9.1",
- "progress": "^2.0.0",
- "regexpp": "^3.1.0",
- "semver": "^7.2.1",
- "strip-ansi": "^6.0.0",
- "strip-json-comments": "^3.1.0",
- "table": "^6.0.9",
- "text-table": "^0.2.0",
- "v8-compile-cache": "^2.0.3"
- },
- "bin": {
- "eslint": "bin/eslint.js"
+ "cliui": "^8.0.1",
+ "escalade": "^3.1.1",
+ "get-caller-file": "^2.0.5",
+ "require-directory": "^2.1.1",
+ "string-width": "^4.2.3",
+ "y18n": "^5.0.5",
+ "yargs-parser": "^21.1.1"
},
"engines": {
- "node": "^10.12.0 || >=12.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
+ "node": ">=12"
}
},
- "node_modules/gatsby/node_modules/eslint-config-react-app": {
- "version": "6.0.0",
- "license": "MIT",
- "dependencies": {
- "confusing-browser-globals": "^1.0.10"
- },
+ "node_modules/doiuse/node_modules/yargs-parser": {
+ "version": "21.1.1",
+ "dev": true,
+ "license": "ISC",
"engines": {
- "node": "^10.12.0 || >=12.0.0"
- },
- "peerDependencies": {
- "@typescript-eslint/eslint-plugin": "^4.0.0",
- "@typescript-eslint/parser": "^4.0.0",
- "babel-eslint": "^10.0.0",
- "eslint": "^7.5.0",
- "eslint-plugin-flowtype": "^5.2.0",
- "eslint-plugin-import": "^2.22.0",
- "eslint-plugin-jest": "^24.0.0",
- "eslint-plugin-jsx-a11y": "^6.3.1",
- "eslint-plugin-react": "^7.20.3",
- "eslint-plugin-react-hooks": "^4.0.8",
- "eslint-plugin-testing-library": "^3.9.0"
- },
- "peerDependenciesMeta": {
- "eslint-plugin-jest": {
- "optional": true
- },
- "eslint-plugin-testing-library": {
- "optional": true
- }
+ "node": ">=12"
}
},
- "node_modules/gatsby/node_modules/eslint-plugin-flowtype": {
- "version": "5.10.0",
- "license": "BSD-3-Clause",
+ "node_modules/dom-accessibility-api": {
+ "version": "0.5.16",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/dom-converter": {
+ "version": "0.2.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "lodash": "^4.17.15",
- "string-natural-compare": "^3.0.1"
- },
- "engines": {
- "node": "^10.12.0 || >=12.0.0"
- },
- "peerDependencies": {
- "eslint": "^7.1.0"
+ "utila": "~0.4"
}
},
- "node_modules/gatsby/node_modules/eslint/node_modules/@babel/code-frame": {
- "version": "7.12.11",
+ "node_modules/dom-serializer": {
+ "version": "1.4.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/highlight": "^7.10.4"
+ "domelementtype": "^2.0.1",
+ "domhandler": "^4.2.0",
+ "entities": "^2.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
}
},
- "node_modules/gatsby/node_modules/eslint/node_modules/debug": {
- "version": "4.3.4",
+ "node_modules/dom-serializer/node_modules/entities": {
+ "version": "2.2.0",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "funding": {
+ "url": "https://github.com/fb55/entities?sponsor=1"
+ }
+ },
+ "node_modules/domelementtype": {
+ "version": "2.3.0",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/fb55"
+ }
+ ],
+ "license": "BSD-2-Clause"
+ },
+ "node_modules/domexception": {
+ "version": "4.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ms": "2.1.2"
+ "webidl-conversions": "^7.0.0"
},
"engines": {
- "node": ">=6.0"
- },
- "peerDependenciesMeta": {
- "supports-color": {
- "optional": true
- }
+ "node": ">=12"
}
},
- "node_modules/gatsby/node_modules/eslint/node_modules/eslint-utils": {
- "version": "2.1.0",
- "license": "MIT",
+ "node_modules/domhandler": {
+ "version": "4.3.1",
+ "dev": true,
+ "license": "BSD-2-Clause",
"dependencies": {
- "eslint-visitor-keys": "^1.1.0"
+ "domelementtype": "^2.2.0"
},
"engines": {
- "node": ">=6"
+ "node": ">= 4"
},
"funding": {
- "url": "https://github.com/sponsors/mysticatea"
+ "url": "https://github.com/fb55/domhandler?sponsor=1"
+ }
+ },
+ "node_modules/domutils": {
+ "version": "2.8.0",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "dom-serializer": "^1.0.1",
+ "domelementtype": "^2.2.0",
+ "domhandler": "^4.2.0"
+ },
+ "funding": {
+ "url": "https://github.com/fb55/domutils?sponsor=1"
+ }
+ },
+ "node_modules/dot-case": {
+ "version": "3.0.4",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3"
}
},
- "node_modules/gatsby/node_modules/eslint/node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
- "version": "1.3.0",
- "license": "Apache-2.0",
+ "node_modules/dotenv": {
+ "version": "8.6.0",
+ "dev": true,
+ "license": "BSD-2-Clause",
"engines": {
- "node": ">=4"
+ "node": ">=10"
}
},
- "node_modules/gatsby/node_modules/eslint/node_modules/ignore": {
- "version": "4.0.6",
- "license": "MIT",
+ "node_modules/dotenv-expand": {
+ "version": "10.0.0",
+ "dev": true,
+ "license": "BSD-2-Clause",
"engines": {
- "node": ">= 4"
+ "node": ">=12"
}
},
- "node_modules/gatsby/node_modules/eslint/node_modules/strip-ansi": {
- "version": "6.0.1",
+ "node_modules/duplexer": {
+ "version": "0.1.2",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/duplexify": {
+ "version": "3.7.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ansi-regex": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
+ "end-of-stream": "^1.0.0",
+ "inherits": "^2.0.1",
+ "readable-stream": "^2.0.0",
+ "stream-shift": "^1.0.0"
}
},
- "node_modules/gatsby/node_modules/espree": {
- "version": "7.3.1",
- "license": "BSD-2-Clause",
+ "node_modules/duplexify/node_modules/isarray": {
+ "version": "1.0.0",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/duplexify/node_modules/readable-stream": {
+ "version": "2.3.8",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "acorn": "^7.4.0",
- "acorn-jsx": "^5.3.1",
- "eslint-visitor-keys": "^1.3.0"
- },
- "engines": {
- "node": "^10.12.0 || >=12.0.0"
+ "core-util-is": "~1.0.0",
+ "inherits": "~2.0.3",
+ "isarray": "~1.0.0",
+ "process-nextick-args": "~2.0.0",
+ "safe-buffer": "~5.1.1",
+ "string_decoder": "~1.1.1",
+ "util-deprecate": "~1.0.1"
}
},
- "node_modules/gatsby/node_modules/espree/node_modules/eslint-visitor-keys": {
- "version": "1.3.0",
+ "node_modules/eastasianwidth": {
+ "version": "0.2.0",
+ "license": "MIT"
+ },
+ "node_modules/ee-first": {
+ "version": "1.1.1",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/ejs": {
+ "version": "3.1.10",
+ "dev": true,
"license": "Apache-2.0",
+ "dependencies": {
+ "jake": "^10.8.5"
+ },
+ "bin": {
+ "ejs": "bin/cli.js"
+ },
"engines": {
- "node": ">=4"
+ "node": ">=0.10.0"
}
},
- "node_modules/gatsby/node_modules/execa": {
- "version": "5.1.1",
+ "node_modules/electron-to-chromium": {
+ "version": "1.5.6",
+ "license": "ISC"
+ },
+ "node_modules/emittery": {
+ "version": "0.13.1",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^6.0.0",
- "human-signals": "^2.1.0",
- "is-stream": "^2.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^4.0.1",
- "onetime": "^5.1.2",
- "signal-exit": "^3.0.3",
- "strip-final-newline": "^2.0.0"
- },
"engines": {
- "node": ">=10"
+ "node": ">=12"
},
"funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
+ "url": "https://github.com/sindresorhus/emittery?sponsor=1"
}
},
- "node_modules/gatsby/node_modules/fs-extra": {
- "version": "10.1.0",
+ "node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "license": "MIT"
+ },
+ "node_modules/emojis-list": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
- },
"engines": {
- "node": ">=12"
+ "node": ">= 4"
}
},
- "node_modules/gatsby/node_modules/globals": {
- "version": "13.24.0",
+ "node_modules/encodeurl": {
+ "version": "1.0.2",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "type-fest": "^0.20.2"
- },
"engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "node": ">= 0.8"
}
},
- "node_modules/gatsby/node_modules/has-flag": {
- "version": "4.0.0",
+ "node_modules/end-of-stream": {
+ "version": "1.4.4",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=8"
+ "dependencies": {
+ "once": "^1.4.0"
}
},
- "node_modules/gatsby/node_modules/html-entities": {
- "version": "1.4.0",
- "license": "MIT"
- },
- "node_modules/gatsby/node_modules/json-schema-traverse": {
- "version": "0.4.1",
- "license": "MIT"
- },
- "node_modules/gatsby/node_modules/jsonfile": {
- "version": "6.1.0",
+ "node_modules/endent": {
+ "version": "2.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "universalify": "^2.0.0"
- },
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
+ "dedent": "^0.7.0",
+ "fast-json-parse": "^1.0.3",
+ "objectorarray": "^1.0.5"
}
},
- "node_modules/gatsby/node_modules/make-dir": {
- "version": "3.1.0",
+ "node_modules/enhanced-resolve": {
+ "version": "5.17.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "semver": "^6.0.0"
+ "graceful-fs": "^4.2.4",
+ "tapable": "^2.2.0"
},
"engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/gatsby/node_modules/make-dir/node_modules/semver": {
- "version": "6.3.1",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
+ "node": ">=10.13.0"
}
},
- "node_modules/gatsby/node_modules/postcss-loader": {
- "version": "5.3.0",
+ "node_modules/enquirer": {
+ "version": "2.3.6",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "cosmiconfig": "^7.0.0",
- "klona": "^2.0.4",
- "semver": "^7.3.4"
+ "ansi-colors": "^4.1.1"
},
"engines": {
- "node": ">= 10.13.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
- },
- "peerDependencies": {
- "postcss": "^7.0.0 || ^8.0.1",
- "webpack": "^5.0.0"
+ "node": ">=8.6"
}
},
- "node_modules/gatsby/node_modules/react-refresh": {
- "version": "0.9.0",
- "license": "MIT",
+ "node_modules/entities": {
+ "version": "3.0.1",
+ "dev": true,
+ "license": "BSD-2-Clause",
"engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/gatsby/node_modules/shebang-command": {
- "version": "2.0.0",
- "license": "MIT",
- "dependencies": {
- "shebang-regex": "^3.0.0"
+ "node": ">=0.12"
},
- "engines": {
- "node": ">=8"
+ "funding": {
+ "url": "https://github.com/fb55/entities?sponsor=1"
}
},
- "node_modules/gatsby/node_modules/shebang-regex": {
- "version": "3.0.0",
+ "node_modules/env-paths": {
+ "version": "2.2.1",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=8"
+ "node": ">=6"
}
},
- "node_modules/gatsby/node_modules/source-map": {
- "version": "0.7.4",
- "license": "BSD-3-Clause",
+ "node_modules/envinfo": {
+ "version": "7.11.1",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "envinfo": "dist/cli.js"
+ },
"engines": {
- "node": ">= 8"
+ "node": ">=4"
}
},
- "node_modules/gatsby/node_modules/strip-ansi": {
- "version": "5.2.0",
+ "node_modules/errno": {
+ "version": "0.1.8",
+ "dev": true,
"license": "MIT",
+ "optional": true,
"dependencies": {
- "ansi-regex": "^4.1.0"
+ "prr": "~1.0.1"
},
- "engines": {
- "node": ">=6"
+ "bin": {
+ "errno": "cli.js"
}
},
- "node_modules/gatsby/node_modules/strip-ansi/node_modules/ansi-regex": {
- "version": "4.1.1",
+ "node_modules/error-ex": {
+ "version": "1.3.2",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=6"
+ "dependencies": {
+ "is-arrayish": "^0.2.1"
}
},
- "node_modules/gatsby/node_modules/style-loader": {
- "version": "2.0.0",
+ "node_modules/es-abstract": {
+ "version": "1.22.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "loader-utils": "^2.0.0",
- "schema-utils": "^3.0.0"
+ "array-buffer-byte-length": "^1.0.0",
+ "arraybuffer.prototype.slice": "^1.0.2",
+ "available-typed-arrays": "^1.0.5",
+ "call-bind": "^1.0.5",
+ "es-set-tostringtag": "^2.0.1",
+ "es-to-primitive": "^1.2.1",
+ "function.prototype.name": "^1.1.6",
+ "get-intrinsic": "^1.2.2",
+ "get-symbol-description": "^1.0.0",
+ "globalthis": "^1.0.3",
+ "gopd": "^1.0.1",
+ "has-property-descriptors": "^1.0.0",
+ "has-proto": "^1.0.1",
+ "has-symbols": "^1.0.3",
+ "hasown": "^2.0.0",
+ "internal-slot": "^1.0.5",
+ "is-array-buffer": "^3.0.2",
+ "is-callable": "^1.2.7",
+ "is-negative-zero": "^2.0.2",
+ "is-regex": "^1.1.4",
+ "is-shared-array-buffer": "^1.0.2",
+ "is-string": "^1.0.7",
+ "is-typed-array": "^1.1.12",
+ "is-weakref": "^1.0.2",
+ "object-inspect": "^1.13.1",
+ "object-keys": "^1.1.1",
+ "object.assign": "^4.1.4",
+ "regexp.prototype.flags": "^1.5.1",
+ "safe-array-concat": "^1.0.1",
+ "safe-regex-test": "^1.0.0",
+ "string.prototype.trim": "^1.2.8",
+ "string.prototype.trimend": "^1.0.7",
+ "string.prototype.trimstart": "^1.0.7",
+ "typed-array-buffer": "^1.0.0",
+ "typed-array-byte-length": "^1.0.0",
+ "typed-array-byte-offset": "^1.0.0",
+ "typed-array-length": "^1.0.4",
+ "unbox-primitive": "^1.0.2",
+ "which-typed-array": "^1.1.13"
},
"engines": {
- "node": ">= 10.13.0"
+ "node": ">= 0.4"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
- },
- "peerDependencies": {
- "webpack": "^4.0.0 || ^5.0.0"
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/gatsby/node_modules/supports-color": {
- "version": "7.2.0",
+ "node_modules/es-define-property": {
+ "version": "1.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "has-flag": "^4.0.0"
+ "get-intrinsic": "^1.2.4"
},
"engines": {
- "node": ">=8"
+ "node": ">= 0.4"
}
},
- "node_modules/gatsby/node_modules/tmp": {
- "version": "0.2.3",
+ "node_modules/es-errors": {
+ "version": "1.3.0",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=14.14"
+ "node": ">= 0.4"
}
},
- "node_modules/gatsby/node_modules/type-fest": {
- "version": "0.20.2",
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=10"
+ "node_modules/es-get-iterator": {
+ "version": "1.1.2",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "get-intrinsic": "^1.1.0",
+ "has-symbols": "^1.0.1",
+ "is-arguments": "^1.1.0",
+ "is-map": "^2.0.2",
+ "is-set": "^2.0.2",
+ "is-string": "^1.0.5",
+ "isarray": "^2.0.5"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/gatsby/node_modules/universalify": {
- "version": "2.0.1",
+ "node_modules/es-get-iterator/node_modules/isarray": {
+ "version": "2.0.5",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/es-module-lexer": {
+ "version": "1.5.3",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/es-set-tostringtag": {
+ "version": "2.0.2",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "get-intrinsic": "^1.2.2",
+ "has-tostringtag": "^1.0.0",
+ "hasown": "^2.0.0"
+ },
"engines": {
- "node": ">= 10.0.0"
+ "node": ">= 0.4"
}
},
- "node_modules/gatsby/node_modules/uuid": {
- "version": "3.4.0",
+ "node_modules/es-shim-unscopables": {
+ "version": "1.0.0",
+ "dev": true,
"license": "MIT",
- "bin": {
- "uuid": "bin/uuid"
+ "dependencies": {
+ "has": "^1.0.3"
}
},
- "node_modules/gatsby/node_modules/webpack-dev-middleware": {
- "version": "4.3.0",
+ "node_modules/es-to-primitive": {
+ "version": "1.2.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "colorette": "^1.2.2",
- "mem": "^8.1.1",
- "memfs": "^3.2.2",
- "mime-types": "^2.1.30",
- "range-parser": "^1.2.1",
- "schema-utils": "^3.0.0"
+ "is-callable": "^1.1.4",
+ "is-date-object": "^1.0.1",
+ "is-symbol": "^1.0.2"
},
"engines": {
- "node": ">= v10.23.3"
+ "node": ">= 0.4"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
- },
- "peerDependencies": {
- "webpack": "^4.0.0 || ^5.0.0"
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/gatsby/node_modules/webpack-virtual-modules": {
- "version": "0.3.2",
+ "node_modules/esbuild": {
+ "version": "0.18.20",
+ "dev": true,
+ "hasInstallScript": true,
"license": "MIT",
- "dependencies": {
- "debug": "^3.0.0"
- }
- },
- "node_modules/gatsby/node_modules/which": {
- "version": "2.0.2",
- "license": "ISC",
- "dependencies": {
- "isexe": "^2.0.0"
- },
"bin": {
- "node-which": "bin/node-which"
+ "esbuild": "bin/esbuild"
},
"engines": {
- "node": ">= 8"
+ "node": ">=12"
+ },
+ "optionalDependencies": {
+ "@esbuild/android-arm": "0.18.20",
+ "@esbuild/android-arm64": "0.18.20",
+ "@esbuild/android-x64": "0.18.20",
+ "@esbuild/darwin-arm64": "0.18.20",
+ "@esbuild/darwin-x64": "0.18.20",
+ "@esbuild/freebsd-arm64": "0.18.20",
+ "@esbuild/freebsd-x64": "0.18.20",
+ "@esbuild/linux-arm": "0.18.20",
+ "@esbuild/linux-arm64": "0.18.20",
+ "@esbuild/linux-ia32": "0.18.20",
+ "@esbuild/linux-loong64": "0.18.20",
+ "@esbuild/linux-mips64el": "0.18.20",
+ "@esbuild/linux-ppc64": "0.18.20",
+ "@esbuild/linux-riscv64": "0.18.20",
+ "@esbuild/linux-s390x": "0.18.20",
+ "@esbuild/linux-x64": "0.18.20",
+ "@esbuild/netbsd-x64": "0.18.20",
+ "@esbuild/openbsd-x64": "0.18.20",
+ "@esbuild/sunos-x64": "0.18.20",
+ "@esbuild/win32-arm64": "0.18.20",
+ "@esbuild/win32-ia32": "0.18.20",
+ "@esbuild/win32-x64": "0.18.20"
}
},
- "node_modules/generic-names": {
- "version": "4.0.0",
+ "node_modules/esbuild-loader": {
+ "version": "3.2.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "loader-utils": "^3.2.0"
+ "esbuild": "^0.19.0",
+ "get-tsconfig": "^4.6.2",
+ "loader-utils": "^2.0.4",
+ "webpack-sources": "^1.4.3"
+ },
+ "funding": {
+ "url": "https://github.com/esbuild-kit/esbuild-loader?sponsor=1"
+ },
+ "peerDependencies": {
+ "webpack": "^4.40.0 || ^5.0.0"
}
},
- "node_modules/generic-names/node_modules/loader-utils": {
- "version": "3.2.1",
+ "node_modules/esbuild-loader/node_modules/@esbuild/darwin-arm64": {
+ "version": "0.19.12",
+ "cpu": [
+ "arm64"
+ ],
"dev": true,
"license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
"engines": {
- "node": ">= 12.13.0"
- }
- },
- "node_modules/gensync": {
- "version": "1.0.0-beta.2",
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/get-caller-file": {
- "version": "2.0.5",
- "license": "ISC",
- "engines": {
- "node": "6.* || 8.* || >= 10.*"
+ "node": ">=12"
}
},
- "node_modules/get-east-asian-width": {
- "version": "1.2.0",
+ "node_modules/esbuild-loader/node_modules/esbuild": {
+ "version": "0.19.12",
"dev": true,
+ "hasInstallScript": true,
"license": "MIT",
+ "bin": {
+ "esbuild": "bin/esbuild"
+ },
"engines": {
- "node": ">=18"
+ "node": ">=12"
},
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "optionalDependencies": {
+ "@esbuild/aix-ppc64": "0.19.12",
+ "@esbuild/android-arm": "0.19.12",
+ "@esbuild/android-arm64": "0.19.12",
+ "@esbuild/android-x64": "0.19.12",
+ "@esbuild/darwin-arm64": "0.19.12",
+ "@esbuild/darwin-x64": "0.19.12",
+ "@esbuild/freebsd-arm64": "0.19.12",
+ "@esbuild/freebsd-x64": "0.19.12",
+ "@esbuild/linux-arm": "0.19.12",
+ "@esbuild/linux-arm64": "0.19.12",
+ "@esbuild/linux-ia32": "0.19.12",
+ "@esbuild/linux-loong64": "0.19.12",
+ "@esbuild/linux-mips64el": "0.19.12",
+ "@esbuild/linux-ppc64": "0.19.12",
+ "@esbuild/linux-riscv64": "0.19.12",
+ "@esbuild/linux-s390x": "0.19.12",
+ "@esbuild/linux-x64": "0.19.12",
+ "@esbuild/netbsd-x64": "0.19.12",
+ "@esbuild/openbsd-x64": "0.19.12",
+ "@esbuild/sunos-x64": "0.19.12",
+ "@esbuild/win32-arm64": "0.19.12",
+ "@esbuild/win32-ia32": "0.19.12",
+ "@esbuild/win32-x64": "0.19.12"
}
},
- "node_modules/get-func-name": {
- "version": "2.0.2",
+ "node_modules/esbuild-loader/node_modules/webpack-sources": {
+ "version": "1.4.3",
"dev": true,
"license": "MIT",
- "engines": {
- "node": "*"
+ "dependencies": {
+ "source-list-map": "^2.0.0",
+ "source-map": "~0.6.1"
}
},
- "node_modules/get-intrinsic": {
- "version": "1.2.4",
+ "node_modules/esbuild-plugin-alias": {
+ "version": "0.2.1",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/esbuild-register": {
+ "version": "3.5.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2",
- "has-proto": "^1.0.1",
- "has-symbols": "^1.0.3",
- "hasown": "^2.0.0"
+ "debug": "^4.3.4"
},
+ "peerDependencies": {
+ "esbuild": ">=0.12 <1"
+ }
+ },
+ "node_modules/escalade": {
+ "version": "3.1.2",
+ "license": "MIT",
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=6"
}
},
- "node_modules/get-node-dimensions": {
- "version": "1.2.1",
+ "node_modules/escape-html": {
+ "version": "1.0.3",
+ "dev": true,
"license": "MIT"
},
- "node_modules/get-nonce": {
- "version": "1.0.1",
+ "node_modules/escape-string-regexp": {
+ "version": "1.0.5",
"license": "MIT",
"engines": {
- "node": ">=6"
+ "node": ">=0.8.0"
}
},
- "node_modules/get-npm-tarball-url": {
+ "node_modules/escodegen": {
"version": "2.1.0",
"dev": true,
- "license": "MIT",
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "esprima": "^4.0.1",
+ "estraverse": "^5.2.0",
+ "esutils": "^2.0.2"
+ },
+ "bin": {
+ "escodegen": "bin/escodegen.js",
+ "esgenerate": "bin/esgenerate.js"
+ },
"engines": {
- "node": ">=12.17"
+ "node": ">=6.0"
+ },
+ "optionalDependencies": {
+ "source-map": "~0.6.1"
}
},
- "node_modules/get-package-type": {
- "version": "0.1.0",
+ "node_modules/escodegen/node_modules/estraverse": {
+ "version": "5.3.0",
"dev": true,
- "license": "MIT",
+ "license": "BSD-2-Clause",
"engines": {
- "node": ">=8.0.0"
+ "node": ">=4.0"
}
},
- "node_modules/get-pkg-repo": {
- "version": "4.2.1",
+ "node_modules/eslint": {
+ "version": "8.56.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@hutson/parse-repository-url": "^3.0.0",
- "hosted-git-info": "^4.0.0",
- "through2": "^2.0.0",
- "yargs": "^16.2.0"
+ "@eslint-community/eslint-utils": "^4.2.0",
+ "@eslint-community/regexpp": "^4.6.1",
+ "@eslint/eslintrc": "^2.1.4",
+ "@eslint/js": "8.56.0",
+ "@humanwhocodes/config-array": "^0.11.13",
+ "@humanwhocodes/module-importer": "^1.0.1",
+ "@nodelib/fs.walk": "^1.2.8",
+ "@ungap/structured-clone": "^1.2.0",
+ "ajv": "^6.12.4",
+ "chalk": "^4.0.0",
+ "cross-spawn": "^7.0.2",
+ "debug": "^4.3.2",
+ "doctrine": "^3.0.0",
+ "escape-string-regexp": "^4.0.0",
+ "eslint-scope": "^7.2.2",
+ "eslint-visitor-keys": "^3.4.3",
+ "espree": "^9.6.1",
+ "esquery": "^1.4.2",
+ "esutils": "^2.0.2",
+ "fast-deep-equal": "^3.1.3",
+ "file-entry-cache": "^6.0.1",
+ "find-up": "^5.0.0",
+ "glob-parent": "^6.0.2",
+ "globals": "^13.19.0",
+ "graphemer": "^1.4.0",
+ "ignore": "^5.2.0",
+ "imurmurhash": "^0.1.4",
+ "is-glob": "^4.0.0",
+ "is-path-inside": "^3.0.3",
+ "js-yaml": "^4.1.0",
+ "json-stable-stringify-without-jsonify": "^1.0.1",
+ "levn": "^0.4.1",
+ "lodash.merge": "^4.6.2",
+ "minimatch": "^3.1.2",
+ "natural-compare": "^1.4.0",
+ "optionator": "^0.9.3",
+ "strip-ansi": "^6.0.1",
+ "text-table": "^0.2.0"
},
"bin": {
- "get-pkg-repo": "src/cli.js"
+ "eslint": "bin/eslint.js"
},
"engines": {
- "node": ">=6.9.0"
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
}
},
- "node_modules/get-pkg-repo/node_modules/ansi-styles": {
- "version": "4.3.0",
+ "node_modules/eslint-config-prettier": {
+ "version": "8.3.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
+ "bin": {
+ "eslint-config-prettier": "bin/cli.js"
},
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ "peerDependencies": {
+ "eslint": ">=7.0.0"
}
},
- "node_modules/get-pkg-repo/node_modules/cliui": {
- "version": "7.0.4",
- "license": "ISC",
+ "node_modules/eslint-import-resolver-node": {
+ "version": "0.3.7",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "string-width": "^4.2.0",
- "strip-ansi": "^6.0.0",
- "wrap-ansi": "^7.0.0"
+ "debug": "^3.2.7",
+ "is-core-module": "^2.11.0",
+ "resolve": "^1.22.1"
}
},
- "node_modules/get-pkg-repo/node_modules/color-convert": {
- "version": "2.0.1",
+ "node_modules/eslint-import-resolver-node/node_modules/debug": {
+ "version": "3.2.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
+ "ms": "^2.1.1"
}
},
- "node_modules/get-pkg-repo/node_modules/color-name": {
- "version": "1.1.4",
- "license": "MIT"
- },
- "node_modules/get-pkg-repo/node_modules/hosted-git-info": {
- "version": "4.1.0",
+ "node_modules/eslint-import-resolver-typescript": {
+ "version": "3.6.1",
+ "dev": true,
"license": "ISC",
"dependencies": {
- "lru-cache": "^6.0.0"
+ "debug": "^4.3.4",
+ "enhanced-resolve": "^5.12.0",
+ "eslint-module-utils": "^2.7.4",
+ "fast-glob": "^3.3.1",
+ "get-tsconfig": "^4.5.0",
+ "is-core-module": "^2.11.0",
+ "is-glob": "^4.0.3"
},
"engines": {
- "node": ">=10"
- }
- },
- "node_modules/get-pkg-repo/node_modules/lru-cache": {
- "version": "6.0.0",
- "license": "ISC",
- "dependencies": {
- "yallist": "^4.0.0"
+ "node": "^14.18.0 || >=16.0.0"
},
- "engines": {
- "node": ">=10"
+ "funding": {
+ "url": "https://opencollective.com/unts/projects/eslint-import-resolver-ts"
+ },
+ "peerDependencies": {
+ "eslint": "*",
+ "eslint-plugin-import": "*"
}
},
- "node_modules/get-pkg-repo/node_modules/wrap-ansi": {
- "version": "7.0.0",
+ "node_modules/eslint-mdx": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
+ "acorn": "^8.11.2",
+ "acorn-jsx": "^5.3.2",
+ "espree": "^9.6.1",
+ "estree-util-visit": "^2.0.0",
+ "remark-mdx": "^3.0.0",
+ "remark-parse": "^11.0.0",
+ "remark-stringify": "^11.0.0",
+ "synckit": "^0.8.6",
+ "tslib": "^2.6.2",
+ "unified": "^11.0.4",
+ "unified-engine": "^11.2.0",
+ "unist-util-visit": "^5.0.0",
+ "uvu": "^0.5.6",
+ "vfile": "^6.0.1"
},
"engines": {
- "node": ">=10"
+ "node": ">=18.0.0"
},
"funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/get-pkg-repo/node_modules/y18n": {
- "version": "5.0.8",
- "license": "ISC",
- "engines": {
- "node": ">=10"
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ },
+ "peerDependencies": {
+ "eslint": ">=8.0.0"
}
},
- "node_modules/get-pkg-repo/node_modules/yallist": {
- "version": "4.0.0",
- "license": "ISC"
- },
- "node_modules/get-pkg-repo/node_modules/yargs": {
- "version": "16.2.0",
+ "node_modules/eslint-mdx/node_modules/@types/mdast": {
+ "version": "4.0.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "cliui": "^7.0.2",
- "escalade": "^3.1.1",
- "get-caller-file": "^2.0.5",
- "require-directory": "^2.1.1",
- "string-width": "^4.2.0",
- "y18n": "^5.0.5",
- "yargs-parser": "^20.2.2"
- },
- "engines": {
- "node": ">=10"
+ "@types/unist": "*"
}
},
- "node_modules/get-pkg-repo/node_modules/yargs-parser": {
- "version": "20.2.9",
- "license": "ISC",
- "engines": {
- "node": ">=10"
- }
+ "node_modules/eslint-mdx/node_modules/@types/unist": {
+ "version": "3.0.2",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/get-port": {
- "version": "3.2.0",
+ "node_modules/eslint-mdx/node_modules/is-plain-obj": {
+ "version": "4.1.0",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=4"
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/get-stdin": {
- "version": "4.0.1",
+ "node_modules/eslint-mdx/node_modules/remark-parse": {
+ "version": "11.0.0",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=0.10.0"
+ "dependencies": {
+ "@types/mdast": "^4.0.0",
+ "mdast-util-from-markdown": "^2.0.0",
+ "micromark-util-types": "^2.0.0",
+ "unified": "^11.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
}
},
- "node_modules/get-stream": {
- "version": "6.0.1",
+ "node_modules/eslint-mdx/node_modules/unified": {
+ "version": "11.0.4",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=10"
+ "dependencies": {
+ "@types/unist": "^3.0.0",
+ "bail": "^2.0.0",
+ "devlop": "^1.0.0",
+ "extend": "^3.0.0",
+ "is-plain-obj": "^4.0.0",
+ "trough": "^2.0.0",
+ "vfile": "^6.0.0"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
}
},
- "node_modules/get-symbol-description": {
- "version": "1.0.0",
+ "node_modules/eslint-mdx/node_modules/unist-util-is": {
+ "version": "6.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "call-bind": "^1.0.2",
- "get-intrinsic": "^1.1.1"
- },
- "engines": {
- "node": ">= 0.4"
+ "@types/unist": "^3.0.0"
},
"funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
}
},
- "node_modules/get-tsconfig": {
- "version": "4.7.2",
+ "node_modules/eslint-mdx/node_modules/unist-util-stringify-position": {
+ "version": "4.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "resolve-pkg-maps": "^1.0.0"
+ "@types/unist": "^3.0.0"
},
"funding": {
- "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
}
},
- "node_modules/get-uri": {
- "version": "6.0.3",
+ "node_modules/eslint-mdx/node_modules/unist-util-visit": {
+ "version": "5.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "basic-ftp": "^5.0.2",
- "data-uri-to-buffer": "^6.0.2",
- "debug": "^4.3.4",
- "fs-extra": "^11.2.0"
+ "@types/unist": "^3.0.0",
+ "unist-util-is": "^6.0.0",
+ "unist-util-visit-parents": "^6.0.0"
},
- "engines": {
- "node": ">= 14"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
}
},
- "node_modules/get-uri/node_modules/fs-extra": {
- "version": "11.2.0",
+ "node_modules/eslint-mdx/node_modules/unist-util-visit-parents": {
+ "version": "6.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
+ "@types/unist": "^3.0.0",
+ "unist-util-is": "^6.0.0"
},
- "engines": {
- "node": ">=14.14"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
}
},
- "node_modules/get-uri/node_modules/jsonfile": {
- "version": "6.1.0",
+ "node_modules/eslint-mdx/node_modules/vfile": {
+ "version": "6.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "universalify": "^2.0.0"
+ "@types/unist": "^3.0.0",
+ "unist-util-stringify-position": "^4.0.0",
+ "vfile-message": "^4.0.0"
},
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
}
},
- "node_modules/get-uri/node_modules/universalify": {
- "version": "2.0.1",
+ "node_modules/eslint-mdx/node_modules/vfile-message": {
+ "version": "4.0.2",
"dev": true,
"license": "MIT",
- "engines": {
- "node": ">= 10.0.0"
+ "dependencies": {
+ "@types/unist": "^3.0.0",
+ "unist-util-stringify-position": "^4.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
}
},
- "node_modules/get-value": {
- "version": "2.0.6",
+ "node_modules/eslint-module-utils": {
+ "version": "2.7.4",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "debug": "^3.2.7"
+ },
"engines": {
- "node": ">=0.10.0"
+ "node": ">=4"
+ },
+ "peerDependenciesMeta": {
+ "eslint": {
+ "optional": true
+ }
}
},
- "node_modules/getpass": {
- "version": "0.1.7",
+ "node_modules/eslint-module-utils/node_modules/debug": {
+ "version": "3.2.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "assert-plus": "^1.0.0"
+ "ms": "^2.1.1"
}
},
- "node_modules/giget": {
- "version": "1.2.3",
+ "node_modules/eslint-plugin-escompat": {
+ "version": "3.4.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "citty": "^0.1.6",
- "consola": "^3.2.3",
- "defu": "^6.1.4",
- "node-fetch-native": "^1.6.3",
- "nypm": "^0.3.8",
- "ohash": "^1.1.3",
- "pathe": "^1.1.2",
- "tar": "^6.2.0"
+ "browserslist": "^4.21.0"
},
- "bin": {
- "giget": "dist/cli.mjs"
+ "peerDependencies": {
+ "eslint": ">=5.14.1"
}
},
- "node_modules/git-remote-origin-url": {
- "version": "4.0.0",
+ "node_modules/eslint-plugin-eslint-comments": {
+ "version": "3.2.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "gitconfiglocal": "^2.1.0"
+ "escape-string-regexp": "^1.0.5",
+ "ignore": "^5.0.5"
},
"engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ "node": ">=6.5.0"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/sponsors/mysticatea"
+ },
+ "peerDependencies": {
+ "eslint": ">=4.19.1"
}
},
- "node_modules/git-up": {
- "version": "4.0.5",
+ "node_modules/eslint-plugin-filenames": {
+ "version": "1.3.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-ssh": "^1.3.0",
- "parse-url": "^6.0.0"
+ "lodash.camelcase": "4.3.0",
+ "lodash.kebabcase": "4.1.1",
+ "lodash.snakecase": "4.1.1",
+ "lodash.upperfirst": "4.3.1"
+ },
+ "peerDependencies": {
+ "eslint": "*"
}
},
- "node_modules/gitconfiglocal": {
- "version": "2.1.0",
+ "node_modules/eslint-plugin-github": {
+ "version": "5.0.1",
"dev": true,
- "license": "BSD",
+ "license": "MIT",
"dependencies": {
- "ini": "^1.3.2"
+ "@github/browserslist-config": "^1.0.0",
+ "@typescript-eslint/eslint-plugin": "^7.0.1",
+ "@typescript-eslint/parser": "^7.0.1",
+ "aria-query": "^5.3.0",
+ "eslint-config-prettier": ">=8.0.0",
+ "eslint-plugin-escompat": "^3.3.3",
+ "eslint-plugin-eslint-comments": "^3.2.0",
+ "eslint-plugin-filenames": "^1.3.2",
+ "eslint-plugin-i18n-text": "^1.0.1",
+ "eslint-plugin-import": "^2.25.2",
+ "eslint-plugin-jsx-a11y": "^6.7.1",
+ "eslint-plugin-no-only-tests": "^3.0.0",
+ "eslint-plugin-prettier": "^5.0.0",
+ "eslint-rule-documentation": ">=1.0.0",
+ "jsx-ast-utils": "^3.3.2",
+ "prettier": "^3.0.0",
+ "svg-element-attributes": "^1.3.1"
+ },
+ "bin": {
+ "eslint-ignore-errors": "bin/eslint-ignore-errors.js"
+ },
+ "peerDependencies": {
+ "eslint": "^8.0.1"
}
},
- "node_modules/github-from-package": {
- "version": "0.0.0",
- "license": "MIT"
- },
- "node_modules/github-slugger": {
- "version": "1.5.0",
- "license": "ISC"
+ "node_modules/eslint-plugin-i18n-text": {
+ "version": "1.0.1",
+ "dev": true,
+ "license": "MIT",
+ "peerDependencies": {
+ "eslint": ">=5.0.0"
+ }
},
- "node_modules/glob": {
- "version": "7.2.3",
- "license": "ISC",
+ "node_modules/eslint-plugin-import": {
+ "version": "2.27.5",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "fs.realpath": "^1.0.0",
- "inflight": "^1.0.4",
- "inherits": "2",
- "minimatch": "^3.1.1",
- "once": "^1.3.0",
- "path-is-absolute": "^1.0.0"
+ "array-includes": "^3.1.6",
+ "array.prototype.flat": "^1.3.1",
+ "array.prototype.flatmap": "^1.3.1",
+ "debug": "^3.2.7",
+ "doctrine": "^2.1.0",
+ "eslint-import-resolver-node": "^0.3.7",
+ "eslint-module-utils": "^2.7.4",
+ "has": "^1.0.3",
+ "is-core-module": "^2.11.0",
+ "is-glob": "^4.0.3",
+ "minimatch": "^3.1.2",
+ "object.values": "^1.1.6",
+ "resolve": "^1.22.1",
+ "semver": "^6.3.0",
+ "tsconfig-paths": "^3.14.1"
},
"engines": {
- "node": "*"
+ "node": ">=4"
},
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
+ "peerDependencies": {
+ "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
}
},
- "node_modules/glob-parent": {
- "version": "5.1.2",
- "license": "ISC",
+ "node_modules/eslint-plugin-import/node_modules/debug": {
+ "version": "3.2.7",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "is-glob": "^4.0.1"
- },
- "engines": {
- "node": ">= 6"
+ "ms": "^2.1.1"
}
},
- "node_modules/glob-to-regexp": {
- "version": "0.4.1",
- "license": "BSD-2-Clause"
- },
- "node_modules/global-dirs": {
- "version": "3.0.1",
- "license": "MIT",
+ "node_modules/eslint-plugin-import/node_modules/doctrine": {
+ "version": "2.1.0",
+ "dev": true,
+ "license": "Apache-2.0",
"dependencies": {
- "ini": "2.0.0"
+ "esutils": "^2.0.2"
},
"engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "node": ">=0.10.0"
}
},
- "node_modules/global-dirs/node_modules/ini": {
- "version": "2.0.0",
+ "node_modules/eslint-plugin-import/node_modules/semver": {
+ "version": "6.3.1",
+ "dev": true,
"license": "ISC",
- "engines": {
- "node": ">=10"
+ "bin": {
+ "semver": "bin/semver.js"
}
},
- "node_modules/global-modules": {
- "version": "2.0.0",
+ "node_modules/eslint-plugin-jest": {
+ "version": "27.2.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "global-prefix": "^3.0.0"
+ "@typescript-eslint/utils": "^5.10.0"
},
"engines": {
- "node": ">=6"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ },
+ "peerDependencies": {
+ "@typescript-eslint/eslint-plugin": "^5.0.0",
+ "eslint": "^7.0.0 || ^8.0.0"
+ },
+ "peerDependenciesMeta": {
+ "@typescript-eslint/eslint-plugin": {
+ "optional": true
+ },
+ "jest": {
+ "optional": true
+ }
}
},
- "node_modules/global-prefix": {
- "version": "3.0.0",
+ "node_modules/eslint-plugin-jsx-a11y": {
+ "version": "6.7.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ini": "^1.3.5",
- "kind-of": "^6.0.2",
- "which": "^1.3.1"
+ "@babel/runtime": "^7.20.7",
+ "aria-query": "^5.1.3",
+ "array-includes": "^3.1.6",
+ "array.prototype.flatmap": "^1.3.1",
+ "ast-types-flow": "^0.0.7",
+ "axe-core": "^4.6.2",
+ "axobject-query": "^3.1.1",
+ "damerau-levenshtein": "^1.0.8",
+ "emoji-regex": "^9.2.2",
+ "has": "^1.0.3",
+ "jsx-ast-utils": "^3.3.3",
+ "language-tags": "=1.0.5",
+ "minimatch": "^3.1.2",
+ "object.entries": "^1.1.6",
+ "object.fromentries": "^2.0.6",
+ "semver": "^6.3.0"
},
"engines": {
- "node": ">=6"
+ "node": ">=4.0"
+ },
+ "peerDependencies": {
+ "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
}
},
- "node_modules/globals": {
- "version": "11.12.0",
- "license": "MIT",
- "engines": {
- "node": ">=4"
+ "node_modules/eslint-plugin-jsx-a11y/node_modules/emoji-regex": {
+ "version": "9.2.2",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/eslint-plugin-jsx-a11y/node_modules/semver": {
+ "version": "6.3.1",
+ "dev": true,
+ "license": "ISC",
+ "bin": {
+ "semver": "bin/semver.js"
}
},
- "node_modules/globalthis": {
- "version": "1.0.3",
+ "node_modules/eslint-plugin-markdown": {
+ "version": "3.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "define-properties": "^1.1.3"
+ "mdast-util-from-markdown": "^0.8.5"
},
"engines": {
- "node": ">= 0.4"
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "peerDependencies": {
+ "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
}
},
- "node_modules/globby": {
- "version": "11.1.0",
+ "node_modules/eslint-plugin-markdown/node_modules/mdast-util-from-markdown": {
+ "version": "0.8.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "array-union": "^2.1.0",
- "dir-glob": "^3.0.1",
- "fast-glob": "^3.2.9",
- "ignore": "^5.2.0",
- "merge2": "^1.4.1",
- "slash": "^3.0.0"
- },
- "engines": {
- "node": ">=10"
+ "@types/mdast": "^3.0.0",
+ "mdast-util-to-string": "^2.0.0",
+ "micromark": "~2.11.0",
+ "parse-entities": "^2.0.0",
+ "unist-util-stringify-position": "^2.0.0"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
}
},
- "node_modules/globby/node_modules/slash": {
- "version": "3.0.0",
+ "node_modules/eslint-plugin-markdown/node_modules/mdast-util-to-string": {
+ "version": "2.0.0",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=8"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
}
},
- "node_modules/globjoin": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz",
- "integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==",
+ "node_modules/eslint-plugin-markdown/node_modules/micromark": {
+ "version": "2.11.4",
"dev": true,
- "license": "MIT"
- },
- "node_modules/gopd": {
- "version": "1.0.1",
+ "funding": [
+ {
+ "type": "GitHub Sponsors",
+ "url": "https://github.com/sponsors/unifiedjs"
+ },
+ {
+ "type": "OpenCollective",
+ "url": "https://opencollective.com/unified"
+ }
+ ],
"license": "MIT",
"dependencies": {
- "get-intrinsic": "^1.1.3"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "debug": "^4.0.0",
+ "parse-entities": "^2.0.0"
}
},
- "node_modules/got": {
- "version": "11.8.6",
+ "node_modules/eslint-plugin-mdx": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@sindresorhus/is": "^4.0.0",
- "@szmarczak/http-timer": "^4.0.5",
- "@types/cacheable-request": "^6.0.1",
- "@types/responselike": "^1.0.0",
- "cacheable-lookup": "^5.0.3",
- "cacheable-request": "^7.0.2",
- "decompress-response": "^6.0.0",
- "http2-wrapper": "^1.0.0-beta.5.2",
- "lowercase-keys": "^2.0.0",
- "p-cancelable": "^2.0.0",
- "responselike": "^2.0.0"
+ "eslint-mdx": "^3.0.0",
+ "eslint-plugin-markdown": "^3.0.1",
+ "remark-mdx": "^3.0.0",
+ "remark-parse": "^11.0.0",
+ "remark-stringify": "^11.0.0",
+ "tslib": "^2.6.2",
+ "unified": "^11.0.4",
+ "vfile": "^6.0.1"
},
"engines": {
- "node": ">=10.19.0"
+ "node": ">=18.0.0"
},
"funding": {
- "url": "https://github.com/sindresorhus/got?sponsor=1"
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ },
+ "peerDependencies": {
+ "eslint": ">=8.0.0"
}
},
- "node_modules/graceful-fs": {
- "version": "4.2.11",
- "license": "ISC"
- },
- "node_modules/grapheme-splitter": {
- "version": "1.0.4",
+ "node_modules/eslint-plugin-mdx/node_modules/@types/mdast": {
+ "version": "4.0.3",
"dev": true,
- "license": "MIT"
+ "license": "MIT",
+ "dependencies": {
+ "@types/unist": "*"
+ }
},
- "node_modules/graphemer": {
- "version": "1.4.0",
+ "node_modules/eslint-plugin-mdx/node_modules/@types/unist": {
+ "version": "3.0.2",
"dev": true,
"license": "MIT"
},
- "node_modules/graphemesplit": {
- "version": "2.4.4",
+ "node_modules/eslint-plugin-mdx/node_modules/is-plain-obj": {
+ "version": "4.1.0",
"dev": true,
"license": "MIT",
- "dependencies": {
- "js-base64": "^3.6.0",
- "unicode-trie": "^2.0.0"
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/graphql": {
- "version": "15.8.0",
+ "node_modules/eslint-plugin-mdx/node_modules/remark-parse": {
+ "version": "11.0.0",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">= 10.x"
+ "dependencies": {
+ "@types/mdast": "^4.0.0",
+ "mdast-util-from-markdown": "^2.0.0",
+ "micromark-util-types": "^2.0.0",
+ "unified": "^11.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
}
},
- "node_modules/graphql-compose": {
- "version": "7.25.1",
+ "node_modules/eslint-plugin-mdx/node_modules/unified": {
+ "version": "11.0.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "graphql-type-json": "0.3.2",
- "object-path": "0.11.5"
+ "@types/unist": "^3.0.0",
+ "bail": "^2.0.0",
+ "devlop": "^1.0.0",
+ "extend": "^3.0.0",
+ "is-plain-obj": "^4.0.0",
+ "trough": "^2.0.0",
+ "vfile": "^6.0.0"
},
- "peerDependencies": {
- "graphql": "^14.2.0 || ^15.0.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
}
},
- "node_modules/graphql-config": {
- "version": "3.4.1",
+ "node_modules/eslint-plugin-mdx/node_modules/unist-util-stringify-position": {
+ "version": "4.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@endemolshinegroup/cosmiconfig-typescript-loader": "3.0.2",
- "@graphql-tools/graphql-file-loader": "^6.0.0",
- "@graphql-tools/json-file-loader": "^6.0.0",
- "@graphql-tools/load": "^6.0.0",
- "@graphql-tools/merge": "6.0.0 - 6.2.14",
- "@graphql-tools/url-loader": "^6.0.0",
- "@graphql-tools/utils": "^7.0.0",
- "cosmiconfig": "7.0.0",
- "cosmiconfig-toml-loader": "1.0.0",
- "minimatch": "3.0.4",
- "string-env-interpolation": "1.0.1"
- },
- "engines": {
- "node": ">= 10.0.0"
+ "@types/unist": "^3.0.0"
},
- "peerDependencies": {
- "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
}
},
- "node_modules/graphql-config/node_modules/cosmiconfig": {
- "version": "7.0.0",
+ "node_modules/eslint-plugin-mdx/node_modules/vfile": {
+ "version": "6.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/parse-json": "^4.0.0",
- "import-fresh": "^3.2.1",
- "parse-json": "^5.0.0",
- "path-type": "^4.0.0",
- "yaml": "^1.10.0"
+ "@types/unist": "^3.0.0",
+ "unist-util-stringify-position": "^4.0.0",
+ "vfile-message": "^4.0.0"
},
- "engines": {
- "node": ">=10"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
}
},
- "node_modules/graphql-config/node_modules/minimatch": {
- "version": "3.0.4",
- "license": "ISC",
+ "node_modules/eslint-plugin-mdx/node_modules/vfile-message": {
+ "version": "4.0.2",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "brace-expansion": "^1.1.7"
+ "@types/unist": "^3.0.0",
+ "unist-util-stringify-position": "^4.0.0"
},
- "engines": {
- "node": "*"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
}
},
- "node_modules/graphql-config/node_modules/yaml": {
- "version": "1.10.2",
- "license": "ISC",
+ "node_modules/eslint-plugin-no-only-tests": {
+ "version": "3.1.0",
+ "dev": true,
+ "license": "MIT",
"engines": {
- "node": ">= 6"
+ "node": ">=5.0.0"
}
},
- "node_modules/graphql-playground-html": {
- "version": "1.6.30",
+ "node_modules/eslint-plugin-playwright": {
+ "version": "0.15.1",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "xss": "^1.0.6"
+ "peerDependencies": {
+ "eslint": ">=7",
+ "eslint-plugin-jest": ">=25"
+ },
+ "peerDependenciesMeta": {
+ "eslint-plugin-jest": {
+ "optional": true
+ }
}
},
- "node_modules/graphql-playground-middleware-express": {
- "version": "1.7.23",
+ "node_modules/eslint-plugin-prettier": {
+ "version": "5.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "graphql-playground-html": "^1.6.30"
+ "prettier-linter-helpers": "^1.0.0",
+ "synckit": "^0.8.5"
+ },
+ "engines": {
+ "node": "^14.18.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/prettier"
},
"peerDependencies": {
- "express": "^4.16.2"
+ "@types/eslint": ">=8.0.0",
+ "eslint": ">=8.0.0",
+ "prettier": ">=3.0.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/eslint": {
+ "optional": true
+ },
+ "eslint-config-prettier": {
+ "optional": true
+ }
}
},
- "node_modules/graphql-subscriptions": {
- "version": "1.2.1",
+ "node_modules/eslint-plugin-primer-react": {
+ "version": "5.4.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "iterall": "^1.3.0"
+ "@styled-system/props": "^5.1.5",
+ "eslint-plugin-github": "^5.0.1",
+ "eslint-plugin-jsx-a11y": "^6.7.1",
+ "eslint-traverse": "^1.0.0",
+ "lodash": "^4.17.21",
+ "styled-system": "^5.1.5"
},
"peerDependencies": {
- "graphql": "^0.10.5 || ^0.11.3 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
+ "eslint": "^8.42.0"
}
},
- "node_modules/graphql-type-json": {
- "version": "0.3.2",
+ "node_modules/eslint-plugin-react": {
+ "version": "7.32.2",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "array-includes": "^3.1.6",
+ "array.prototype.flatmap": "^1.3.1",
+ "array.prototype.tosorted": "^1.1.1",
+ "doctrine": "^2.1.0",
+ "estraverse": "^5.3.0",
+ "jsx-ast-utils": "^2.4.1 || ^3.0.0",
+ "minimatch": "^3.1.2",
+ "object.entries": "^1.1.6",
+ "object.fromentries": "^2.0.6",
+ "object.hasown": "^1.1.2",
+ "object.values": "^1.1.6",
+ "prop-types": "^15.8.1",
+ "resolve": "^2.0.0-next.4",
+ "semver": "^6.3.0",
+ "string.prototype.matchall": "^4.0.8"
+ },
+ "engines": {
+ "node": ">=4"
+ },
"peerDependencies": {
- "graphql": ">=0.8.0"
+ "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
}
},
- "node_modules/graphql-ws": {
- "version": "4.9.0",
+ "node_modules/eslint-plugin-react-hooks": {
+ "version": "4.6.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=10"
},
"peerDependencies": {
- "graphql": ">=0.11 <=15"
+ "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
}
},
- "node_modules/gray-matter": {
- "version": "4.0.3",
+ "node_modules/eslint-plugin-react-refresh": {
+ "version": "0.4.7",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "js-yaml": "^3.13.1",
- "kind-of": "^6.0.2",
- "section-matter": "^1.0.0",
- "strip-bom-string": "^1.0.0"
- },
- "engines": {
- "node": ">=6.0"
+ "peerDependencies": {
+ "eslint": ">=7"
}
},
- "node_modules/growly": {
- "version": "1.3.0",
- "license": "MIT"
- },
- "node_modules/gunzip-maybe": {
- "version": "1.4.2",
+ "node_modules/eslint-plugin-react/node_modules/doctrine": {
+ "version": "2.1.0",
"dev": true,
- "license": "MIT",
+ "license": "Apache-2.0",
"dependencies": {
- "browserify-zlib": "^0.1.4",
- "is-deflate": "^1.0.0",
- "is-gzip": "^1.0.0",
- "peek-stream": "^1.1.0",
- "pumpify": "^1.3.3",
- "through2": "^2.0.3"
+ "esutils": "^2.0.2"
},
- "bin": {
- "gunzip-maybe": "bin.js"
+ "engines": {
+ "node": ">=0.10.0"
}
},
- "node_modules/gzip-size": {
- "version": "6.0.0",
+ "node_modules/eslint-plugin-react/node_modules/estraverse": {
+ "version": "5.3.0",
"dev": true,
- "license": "MIT",
- "dependencies": {
- "duplexer": "^0.1.2"
- },
+ "license": "BSD-2-Clause",
"engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "node": ">=4.0"
}
},
- "node_modules/handlebars": {
- "version": "4.7.8",
+ "node_modules/eslint-plugin-react/node_modules/resolve": {
+ "version": "2.0.0-next.5",
"dev": true,
"license": "MIT",
"dependencies": {
- "minimist": "^1.2.5",
- "neo-async": "^2.6.2",
- "source-map": "^0.6.1",
- "wordwrap": "^1.0.0"
+ "is-core-module": "^2.13.0",
+ "path-parse": "^1.0.7",
+ "supports-preserve-symlinks-flag": "^1.0.0"
},
"bin": {
- "handlebars": "bin/handlebars"
- },
- "engines": {
- "node": ">=0.4.7"
+ "resolve": "bin/resolve"
},
- "optionalDependencies": {
- "uglify-js": "^3.1.4"
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/har-schema": {
- "version": "2.0.0",
+ "node_modules/eslint-plugin-react/node_modules/semver": {
+ "version": "6.3.1",
+ "dev": true,
"license": "ISC",
- "engines": {
- "node": ">=4"
+ "bin": {
+ "semver": "bin/semver.js"
}
},
- "node_modules/har-validator": {
- "version": "5.1.5",
+ "node_modules/eslint-plugin-ssr-friendly": {
+ "version": "1.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ajv": "^6.12.3",
- "har-schema": "^2.0.0"
+ "globals": "^13.8.0"
},
- "engines": {
- "node": ">=6"
+ "peerDependencies": {
+ "eslint": ">=0.8.0"
}
},
- "node_modules/har-validator/node_modules/ajv": {
- "version": "6.12.6",
+ "node_modules/eslint-plugin-ssr-friendly/node_modules/globals": {
+ "version": "13.24.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "fast-deep-equal": "^3.1.1",
- "fast-json-stable-stringify": "^2.0.0",
- "json-schema-traverse": "^0.4.1",
- "uri-js": "^4.2.2"
+ "type-fest": "^0.20.2"
+ },
+ "engines": {
+ "node": ">=8"
},
"funding": {
- "type": "github",
- "url": "https://github.com/sponsors/epoberezkin"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/har-validator/node_modules/json-schema-traverse": {
- "version": "0.4.1",
- "license": "MIT"
- },
- "node_modules/hard-rejection": {
- "version": "2.1.0",
+ "node_modules/eslint-plugin-ssr-friendly/node_modules/type-fest": {
+ "version": "0.20.2",
"dev": true,
- "license": "MIT",
+ "license": "(MIT OR CC0-1.0)",
"engines": {
- "node": ">=6"
- }
- },
- "node_modules/harmony-reflect": {
- "version": "1.6.2",
- "dev": true,
- "license": "(Apache-2.0 OR MPL-1.1)"
- },
- "node_modules/has": {
- "version": "1.0.3",
- "license": "MIT",
- "dependencies": {
- "function-bind": "^1.1.1"
+ "node": ">=10"
},
- "engines": {
- "node": ">= 0.4.0"
- }
- },
- "node_modules/has-bigints": {
- "version": "1.0.2",
- "license": "MIT",
"funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/has-cors": {
- "version": "1.1.0",
- "license": "MIT"
- },
- "node_modules/has-flag": {
- "version": "3.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=4"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/has-property-descriptors": {
- "version": "1.0.1",
+ "node_modules/eslint-plugin-storybook": {
+ "version": "0.8.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "get-intrinsic": "^1.2.2"
+ "@storybook/csf": "^0.0.1",
+ "@typescript-eslint/utils": "^5.62.0",
+ "requireindex": "^1.2.0",
+ "ts-dedent": "^2.2.0"
},
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/has-proto": {
- "version": "1.0.1",
- "license": "MIT",
"engines": {
- "node": ">= 0.4"
+ "node": ">= 18"
},
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "peerDependencies": {
+ "eslint": ">=6"
}
},
- "node_modules/has-symbols": {
- "version": "1.0.3",
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node_modules/eslint-plugin-storybook/node_modules/@storybook/csf": {
+ "version": "0.0.1",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "lodash": "^4.17.15"
}
},
- "node_modules/has-tostringtag": {
- "version": "1.0.2",
+ "node_modules/eslint-plugin-testing-library": {
+ "version": "6.0.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "has-symbols": "^1.0.3"
+ "@typescript-eslint/utils": "^5.58.0"
},
"engines": {
- "node": ">= 0.4"
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0",
+ "npm": ">=6"
},
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "peerDependencies": {
+ "eslint": "^7.5.0 || ^8.0.0"
}
},
- "node_modules/has-value": {
- "version": "1.0.0",
+ "node_modules/eslint-rule-documentation": {
+ "version": "1.0.23",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "get-value": "^2.0.6",
- "has-values": "^1.0.0",
- "isobject": "^3.0.0"
- },
"engines": {
- "node": ">=0.10.0"
+ "node": ">=4.0.0"
}
},
- "node_modules/has-values": {
- "version": "1.0.0",
- "license": "MIT",
+ "node_modules/eslint-scope": {
+ "version": "5.1.1",
+ "dev": true,
+ "license": "BSD-2-Clause",
"dependencies": {
- "is-number": "^3.0.0",
- "kind-of": "^4.0.0"
+ "esrecurse": "^4.3.0",
+ "estraverse": "^4.1.1"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=8.0.0"
}
},
- "node_modules/has-values/node_modules/is-buffer": {
- "version": "1.1.6",
+ "node_modules/eslint-traverse": {
+ "version": "1.0.0",
+ "dev": true,
"license": "MIT"
},
- "node_modules/has-values/node_modules/is-number": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "kind-of": "^3.0.2"
- },
+ "node_modules/eslint-visitor-keys": {
+ "version": "2.1.0",
+ "dev": true,
+ "license": "Apache-2.0",
"engines": {
- "node": ">=0.10.0"
+ "node": ">=10"
}
},
- "node_modules/has-values/node_modules/is-number/node_modules/kind-of": {
- "version": "3.2.2",
+ "node_modules/eslint/node_modules/ajv": {
+ "version": "6.12.6",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-buffer": "^1.1.5"
+ "fast-deep-equal": "^3.1.1",
+ "fast-json-stable-stringify": "^2.0.0",
+ "json-schema-traverse": "^0.4.1",
+ "uri-js": "^4.2.2"
},
- "engines": {
- "node": ">=0.10.0"
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
}
},
- "node_modules/has-values/node_modules/kind-of": {
- "version": "4.0.0",
+ "node_modules/eslint/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-buffer": "^1.1.5"
+ "color-convert": "^2.0.1"
},
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/has-yarn": {
- "version": "2.1.0",
- "license": "MIT",
"engines": {
"node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/hasha": {
- "version": "5.2.2",
+ "node_modules/eslint/node_modules/argparse": {
+ "version": "2.0.1",
+ "dev": true,
+ "license": "Python-2.0"
+ },
+ "node_modules/eslint/node_modules/chalk": {
+ "version": "4.1.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-stream": "^2.0.0",
- "type-fest": "^0.8.0"
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
},
"engines": {
- "node": ">=8"
+ "node": ">=10"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/hasha/node_modules/type-fest": {
- "version": "0.8.1",
- "license": "(MIT OR CC0-1.0)",
+ "node_modules/eslint/node_modules/color-convert": {
+ "version": "2.0.1",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
"engines": {
- "node": ">=8"
+ "node": ">=7.0.0"
}
},
- "node_modules/hasown": {
- "version": "2.0.0",
+ "node_modules/eslint/node_modules/color-name": {
+ "version": "1.1.4",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/eslint/node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "function-bind": "^1.1.2"
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
},
"engines": {
- "node": ">= 0.4"
+ "node": ">= 8"
}
},
- "node_modules/hast-to-hyperscript": {
- "version": "9.0.1",
+ "node_modules/eslint/node_modules/escape-string-regexp": {
+ "version": "4.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@types/unist": "^2.0.3",
- "comma-separated-tokens": "^1.0.0",
- "property-information": "^5.3.0",
- "space-separated-tokens": "^1.0.0",
- "style-to-object": "^0.3.0",
- "unist-util-is": "^4.0.0",
- "web-namespaces": "^1.0.0"
+ "engines": {
+ "node": ">=10"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/hast-util-from-parse5": {
- "version": "6.0.1",
- "license": "MIT",
+ "node_modules/eslint/node_modules/eslint-scope": {
+ "version": "7.2.2",
+ "dev": true,
+ "license": "BSD-2-Clause",
"dependencies": {
- "@types/parse5": "^5.0.0",
- "hastscript": "^6.0.0",
- "property-information": "^5.0.0",
- "vfile": "^4.0.0",
- "vfile-location": "^3.2.0",
- "web-namespaces": "^1.0.0"
+ "esrecurse": "^4.3.0",
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://opencollective.com/eslint"
}
},
- "node_modules/hast-util-heading-rank": {
- "version": "3.0.0",
+ "node_modules/eslint/node_modules/eslint-visitor-keys": {
+ "version": "3.4.3",
"dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/hast": "^3.0.0"
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://opencollective.com/eslint"
}
},
- "node_modules/hast-util-heading-rank/node_modules/@types/hast": {
- "version": "3.0.4",
+ "node_modules/eslint/node_modules/estraverse": {
+ "version": "5.3.0",
"dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/unist": "*"
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=4.0"
}
},
- "node_modules/hast-util-is-element": {
- "version": "3.0.0",
+ "node_modules/eslint/node_modules/find-up": {
+ "version": "5.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/hast": "^3.0.0"
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/hast-util-is-element/node_modules/@types/hast": {
- "version": "3.0.4",
+ "node_modules/eslint/node_modules/glob-parent": {
+ "version": "6.0.2",
"dev": true,
- "license": "MIT",
+ "license": "ISC",
"dependencies": {
- "@types/unist": "*"
- }
- },
- "node_modules/hast-util-parse-selector": {
- "version": "2.2.5",
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "is-glob": "^4.0.3"
+ },
+ "engines": {
+ "node": ">=10.13.0"
}
},
- "node_modules/hast-util-raw": {
- "version": "6.0.1",
+ "node_modules/eslint/node_modules/globals": {
+ "version": "13.24.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/hast": "^2.0.0",
- "hast-util-from-parse5": "^6.0.0",
- "hast-util-to-parse5": "^6.0.0",
- "html-void-elements": "^1.0.0",
- "parse5": "^6.0.0",
- "unist-util-position": "^3.0.0",
- "vfile": "^4.0.0",
- "web-namespaces": "^1.0.0",
- "xtend": "^4.0.0",
- "zwitch": "^1.0.0"
+ "type-fest": "^0.20.2"
+ },
+ "engines": {
+ "node": ">=8"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/hast-util-raw/node_modules/zwitch": {
- "version": "1.0.5",
+ "node_modules/eslint/node_modules/has-flag": {
+ "version": "4.0.0",
+ "dev": true,
"license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/hast-util-to-parse5": {
- "version": "6.0.0",
+ "node_modules/eslint/node_modules/js-yaml": {
+ "version": "4.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "hast-to-hyperscript": "^9.0.0",
- "property-information": "^5.0.0",
- "web-namespaces": "^1.0.0",
- "xtend": "^4.0.0",
- "zwitch": "^1.0.0"
+ "argparse": "^2.0.1"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
}
},
- "node_modules/hast-util-to-parse5/node_modules/zwitch": {
- "version": "1.0.5",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
+ "node_modules/eslint/node_modules/json-schema-traverse": {
+ "version": "0.4.1",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/hast-util-to-string": {
- "version": "3.0.0",
+ "node_modules/eslint/node_modules/locate-path": {
+ "version": "6.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/hast": "^3.0.0"
+ "p-locate": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=10"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/hast-util-to-string/node_modules/@types/hast": {
- "version": "3.0.4",
+ "node_modules/eslint/node_modules/p-limit": {
+ "version": "3.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/unist": "*"
- }
- },
- "node_modules/hast-util-whitespace": {
- "version": "2.0.1",
- "license": "MIT",
+ "yocto-queue": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/hastscript": {
- "version": "6.0.0",
+ "node_modules/eslint/node_modules/p-locate": {
+ "version": "5.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/hast": "^2.0.0",
- "comma-separated-tokens": "^1.0.0",
- "hast-util-parse-selector": "^2.0.0",
- "property-information": "^5.0.0",
- "space-separated-tokens": "^1.0.0"
+ "p-limit": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=10"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/he": {
- "version": "1.2.0",
+ "node_modules/eslint/node_modules/shebang-command": {
+ "version": "2.0.0",
"dev": true,
"license": "MIT",
- "bin": {
- "he": "bin/he"
- }
- },
- "node_modules/hey-listen": {
- "version": "1.0.8",
- "license": "MIT"
- },
- "node_modules/hicat": {
- "version": "0.8.0",
- "license": "MIT",
"dependencies": {
- "highlight.js": "^10.4.1",
- "minimist": "^1.2.5"
+ "shebang-regex": "^3.0.0"
},
- "bin": {
- "hicat": "bin/hicat"
- }
- },
- "node_modules/highlight.js": {
- "version": "10.7.3",
- "license": "BSD-3-Clause",
"engines": {
- "node": "*"
- }
- },
- "node_modules/history": {
- "version": "5.3.0",
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.7.6"
- }
- },
- "node_modules/hoist-non-react-statics": {
- "version": "3.3.2",
- "license": "BSD-3-Clause",
- "dependencies": {
- "react-is": "^16.7.0"
+ "node": ">=8"
}
},
- "node_modules/hoist-non-react-statics/node_modules/react-is": {
- "version": "16.13.1",
- "license": "MIT"
- },
- "node_modules/hosted-git-info": {
- "version": "2.8.9",
- "license": "ISC"
- },
- "node_modules/html-dom-parser": {
- "version": "1.2.0",
+ "node_modules/eslint/node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "domhandler": "4.3.1",
- "htmlparser2": "7.2.0"
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/html-encoding-sniffer": {
- "version": "3.0.0",
+ "node_modules/eslint/node_modules/supports-color": {
+ "version": "7.2.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "whatwg-encoding": "^2.0.0"
+ "has-flag": "^4.0.0"
},
"engines": {
- "node": ">=12"
+ "node": ">=8"
}
},
- "node_modules/html-entities": {
- "version": "2.5.2",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/mdevils"
- },
- {
- "type": "patreon",
- "url": "https://patreon.com/mdevils"
- }
- ],
- "license": "MIT"
+ "node_modules/eslint/node_modules/type-fest": {
+ "version": "0.20.2",
+ "dev": true,
+ "license": "(MIT OR CC0-1.0)",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
},
- "node_modules/html-escaper": {
+ "node_modules/eslint/node_modules/which": {
"version": "2.0.2",
- "license": "MIT"
- },
- "node_modules/html-minifier-terser": {
- "version": "6.1.0",
"dev": true,
- "license": "MIT",
+ "license": "ISC",
"dependencies": {
- "camel-case": "^4.1.2",
- "clean-css": "^5.2.2",
- "commander": "^8.3.0",
- "he": "^1.2.0",
- "param-case": "^3.0.4",
- "relateurl": "^0.2.7",
- "terser": "^5.10.0"
+ "isexe": "^2.0.0"
},
"bin": {
- "html-minifier-terser": "cli.js"
+ "node-which": "bin/node-which"
},
"engines": {
- "node": ">=12"
+ "node": ">= 8"
}
},
- "node_modules/html-minifier-terser/node_modules/commander": {
- "version": "8.3.0",
+ "node_modules/espree": {
+ "version": "9.6.1",
"dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 12"
- }
- },
- "node_modules/html-react-parser": {
- "version": "1.4.14",
- "license": "MIT",
+ "license": "BSD-2-Clause",
"dependencies": {
- "domhandler": "4.3.1",
- "html-dom-parser": "1.2.0",
- "react-property": "2.0.0",
- "style-to-js": "1.1.1"
+ "acorn": "^8.9.0",
+ "acorn-jsx": "^5.3.2",
+ "eslint-visitor-keys": "^3.4.1"
},
- "peerDependencies": {
- "react": "0.14 || 15 || 16 || 17 || 18"
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
}
},
- "node_modules/html-tags": {
- "version": "3.3.1",
+ "node_modules/espree/node_modules/eslint-visitor-keys": {
+ "version": "3.4.3",
"dev": true,
- "license": "MIT",
+ "license": "Apache-2.0",
"engines": {
- "node": ">=8"
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://opencollective.com/eslint"
}
},
- "node_modules/html-void-elements": {
- "version": "1.0.5",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "node_modules/esprima": {
+ "version": "4.0.1",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "bin": {
+ "esparse": "bin/esparse.js",
+ "esvalidate": "bin/esvalidate.js"
+ },
+ "engines": {
+ "node": ">=4"
}
},
- "node_modules/html-webpack-plugin": {
- "version": "5.6.0",
+ "node_modules/esquery": {
+ "version": "1.5.0",
"dev": true,
- "license": "MIT",
+ "license": "BSD-3-Clause",
"dependencies": {
- "@types/html-minifier-terser": "^6.0.0",
- "html-minifier-terser": "^6.0.2",
- "lodash": "^4.17.21",
- "pretty-error": "^4.0.0",
- "tapable": "^2.0.0"
+ "estraverse": "^5.1.0"
},
"engines": {
- "node": ">=10.13.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/html-webpack-plugin"
- },
- "peerDependencies": {
- "@rspack/core": "0.x || 1.x",
- "webpack": "^5.20.0"
- },
- "peerDependenciesMeta": {
- "@rspack/core": {
- "optional": true
- },
- "webpack": {
- "optional": true
- }
+ "node": ">=0.10"
}
},
- "node_modules/html-webpack-plugin/node_modules/entities": {
- "version": "2.2.0",
+ "node_modules/esquery/node_modules/estraverse": {
+ "version": "5.3.0",
"dev": true,
"license": "BSD-2-Clause",
- "funding": {
- "url": "https://github.com/fb55/entities?sponsor=1"
+ "engines": {
+ "node": ">=4.0"
}
},
- "node_modules/html-webpack-plugin/node_modules/htmlparser2": {
- "version": "6.1.0",
+ "node_modules/esrecurse": {
+ "version": "4.3.0",
"dev": true,
- "funding": [
- "https://github.com/fb55/htmlparser2?sponsor=1",
- {
- "type": "github",
- "url": "https://github.com/sponsors/fb55"
- }
- ],
- "license": "MIT",
+ "license": "BSD-2-Clause",
"dependencies": {
- "domelementtype": "^2.0.1",
- "domhandler": "^4.0.0",
- "domutils": "^2.5.2",
- "entities": "^2.0.0"
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": ">=4.0"
}
},
- "node_modules/html-webpack-plugin/node_modules/pretty-error": {
- "version": "4.0.0",
+ "node_modules/esrecurse/node_modules/estraverse": {
+ "version": "5.3.0",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/estimo": {
+ "version": "3.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
- "lodash": "^4.17.20",
- "renderkid": "^3.0.0"
+ "@sitespeed.io/tracium": "^0.3.3",
+ "commander": "^12.0.0",
+ "find-chrome-bin": "2.0.2",
+ "nanoid": "5.0.6",
+ "puppeteer-core": "22.2.0"
+ },
+ "bin": {
+ "estimo": "scripts/cli.js"
+ },
+ "engines": {
+ "node": ">=18"
}
},
- "node_modules/html-webpack-plugin/node_modules/renderkid": {
- "version": "3.0.0",
+ "node_modules/estimo/node_modules/commander": {
+ "version": "12.0.0",
"dev": true,
"license": "MIT",
- "dependencies": {
- "css-select": "^4.1.3",
- "dom-converter": "^0.2.0",
- "htmlparser2": "^6.1.0",
- "lodash": "^4.17.21",
- "strip-ansi": "^6.0.1"
+ "engines": {
+ "node": ">=18"
}
},
- "node_modules/htmlparser2": {
- "version": "7.2.0",
+ "node_modules/estimo/node_modules/nanoid": {
+ "version": "5.0.6",
+ "dev": true,
"funding": [
- "https://github.com/fb55/htmlparser2?sponsor=1",
{
"type": "github",
- "url": "https://github.com/sponsors/fb55"
+ "url": "https://github.com/sponsors/ai"
}
],
"license": "MIT",
- "dependencies": {
- "domelementtype": "^2.0.1",
- "domhandler": "^4.2.2",
- "domutils": "^2.8.0",
- "entities": "^3.0.1"
+ "bin": {
+ "nanoid": "bin/nanoid.js"
+ },
+ "engines": {
+ "node": "^18 || >=20"
}
},
- "node_modules/http-cache-semantics": {
- "version": "4.1.1",
- "license": "BSD-2-Clause"
+ "node_modules/estraverse": {
+ "version": "4.3.0",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "engines": {
+ "node": ">=4.0"
+ }
},
- "node_modules/http-errors": {
+ "node_modules/estree-util-visit": {
"version": "2.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "depd": "2.0.0",
- "inherits": "2.0.4",
- "setprototypeof": "1.2.0",
- "statuses": "2.0.1",
- "toidentifier": "1.0.1"
+ "@types/estree-jsx": "^1.0.0",
+ "@types/unist": "^3.0.0"
},
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
+ "node_modules/estree-util-visit/node_modules/@types/unist": {
+ "version": "3.0.2",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/estree-walker": {
+ "version": "2.0.2",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/esutils": {
+ "version": "2.0.3",
+ "dev": true,
+ "license": "BSD-2-Clause",
"engines": {
- "node": ">= 0.8"
+ "node": ">=0.10.0"
}
},
- "node_modules/http-proxy": {
- "version": "1.18.1",
+ "node_modules/etag": {
+ "version": "1.8.1",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "eventemitter3": "^4.0.0",
- "follow-redirects": "^1.0.0",
- "requires-port": "^1.0.0"
- },
"engines": {
- "node": ">=8.0.0"
+ "node": ">= 0.6"
}
},
- "node_modules/http-proxy-agent": {
- "version": "5.0.0",
+ "node_modules/eventemitter3": {
+ "version": "4.0.7",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/events": {
+ "version": "3.3.0",
"dev": true,
"license": "MIT",
- "dependencies": {
- "@tootallnate/once": "2",
- "agent-base": "6",
- "debug": "4"
- },
"engines": {
- "node": ">= 6"
+ "node": ">=0.8.x"
}
},
- "node_modules/http-signature": {
- "version": "1.2.0",
+ "node_modules/example-app-router": {
+ "resolved": "examples/app-router",
+ "link": true
+ },
+ "node_modules/example-consumer-test": {
+ "resolved": "examples/consumer-test",
+ "link": true
+ },
+ "node_modules/execa": {
+ "version": "7.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "assert-plus": "^1.0.0",
- "jsprim": "^1.2.2",
- "sshpk": "^1.7.0"
+ "cross-spawn": "^7.0.3",
+ "get-stream": "^6.0.1",
+ "human-signals": "^4.3.0",
+ "is-stream": "^3.0.0",
+ "merge-stream": "^2.0.0",
+ "npm-run-path": "^5.1.0",
+ "onetime": "^6.0.0",
+ "signal-exit": "^3.0.7",
+ "strip-final-newline": "^3.0.0"
},
"engines": {
- "node": ">=0.8",
- "npm": ">=1.3.7"
+ "node": "^14.18.0 || ^16.14.0 || >=18.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sindresorhus/execa?sponsor=1"
}
},
- "node_modules/http2-wrapper": {
- "version": "1.0.3",
+ "node_modules/execa/node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "quick-lru": "^5.1.1",
- "resolve-alpn": "^1.0.0"
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
},
"engines": {
- "node": ">=10.19.0"
+ "node": ">= 8"
}
},
- "node_modules/http2-wrapper/node_modules/quick-lru": {
- "version": "5.1.1",
+ "node_modules/execa/node_modules/human-signals": {
+ "version": "4.3.1",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": ">=14.18.0"
+ }
+ },
+ "node_modules/execa/node_modules/is-stream": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=10"
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/https-proxy-agent": {
- "version": "5.0.1",
+ "node_modules/execa/node_modules/mimic-fn": {
+ "version": "4.0.0",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/execa/node_modules/npm-run-path": {
+ "version": "5.3.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "agent-base": "6",
- "debug": "4"
+ "path-key": "^4.0.0"
},
"engines": {
- "node": ">= 6"
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/human-id": {
- "version": "1.0.2",
+ "node_modules/execa/node_modules/npm-run-path/node_modules/path-key": {
+ "version": "4.0.0",
"dev": true,
- "license": "MIT"
- },
- "node_modules/human-signals": {
- "version": "2.1.0",
- "license": "Apache-2.0",
+ "license": "MIT",
"engines": {
- "node": ">=10.17.0"
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/husky": {
- "version": "8.0.3",
+ "node_modules/execa/node_modules/onetime": {
+ "version": "6.0.0",
"dev": true,
"license": "MIT",
- "bin": {
- "husky": "lib/bin.js"
+ "dependencies": {
+ "mimic-fn": "^4.0.0"
},
"engines": {
- "node": ">=14"
+ "node": ">=12"
},
"funding": {
- "url": "https://github.com/sponsors/typicode"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/iconv-lite": {
- "version": "0.4.24",
+ "node_modules/execa/node_modules/shebang-command": {
+ "version": "2.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "safer-buffer": ">= 2.1.2 < 3"
+ "shebang-regex": "^3.0.0"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=8"
}
},
- "node_modules/icss-replace-symbols": {
- "version": "1.1.0",
+ "node_modules/execa/node_modules/shebang-regex": {
+ "version": "3.0.0",
"dev": true,
- "license": "ISC"
- },
- "node_modules/icss-utils": {
- "version": "5.1.0",
- "license": "ISC",
+ "license": "MIT",
"engines": {
- "node": "^10 || ^12 || >= 14"
- },
- "peerDependencies": {
- "postcss": "^8.1.0"
+ "node": ">=8"
}
},
- "node_modules/identity-obj-proxy": {
+ "node_modules/execa/node_modules/strip-final-newline": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/execa/node_modules/which": {
+ "version": "2.0.2",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "harmony-reflect": "^1.4.6"
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
},
"engines": {
- "node": ">=4"
+ "node": ">= 8"
}
},
- "node_modules/ieee754": {
- "version": "1.2.1",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "license": "BSD-3-Clause"
- },
- "node_modules/ignore": {
- "version": "5.3.1",
- "license": "MIT",
+ "node_modules/exit": {
+ "version": "0.1.2",
+ "dev": true,
"engines": {
- "node": ">= 4"
+ "node": ">= 0.8.0"
}
},
- "node_modules/image-size": {
- "version": "0.5.5",
+ "node_modules/expect": {
+ "version": "29.7.0",
"dev": true,
"license": "MIT",
- "optional": true,
- "bin": {
- "image-size": "bin/image-size.js"
+ "dependencies": {
+ "@jest/expect-utils": "^29.7.0",
+ "jest-get-type": "^29.6.3",
+ "jest-matcher-utils": "^29.7.0",
+ "jest-message-util": "^29.7.0",
+ "jest-util": "^29.7.0"
},
"engines": {
- "node": ">=0.10.0"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/immer": {
- "version": "8.0.1",
+ "node_modules/expect/node_modules/@jest/schemas": {
+ "version": "29.6.3",
+ "dev": true,
"license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/immer"
+ "dependencies": {
+ "@sinclair/typebox": "^0.27.8"
+ },
+ "engines": {
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/immutable": {
- "version": "4.3.5",
+ "node_modules/expect/node_modules/@sinclair/typebox": {
+ "version": "0.27.8",
"dev": true,
"license": "MIT"
},
- "node_modules/import-cwd": {
- "version": "3.0.0",
+ "node_modules/expect/node_modules/ansi-styles": {
+ "version": "4.3.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "import-from": "^3.0.0"
+ "color-convert": "^2.0.1"
},
"engines": {
"node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/import-fresh": {
- "version": "3.3.0",
+ "node_modules/expect/node_modules/chalk": {
+ "version": "4.1.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "parent-module": "^1.0.0",
- "resolve-from": "^4.0.0"
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
},
"engines": {
- "node": ">=6"
+ "node": ">=10"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/import-fresh/node_modules/resolve-from": {
- "version": "4.0.0",
+ "node_modules/expect/node_modules/color-convert": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
"engines": {
- "node": ">=4"
+ "node": ">=7.0.0"
}
},
- "node_modules/import-from": {
- "version": "3.0.0",
+ "node_modules/expect/node_modules/color-name": {
+ "version": "1.1.4",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/expect/node_modules/has-flag": {
+ "version": "4.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "resolve-from": "^5.0.0"
- },
"engines": {
"node": ">=8"
}
},
- "node_modules/import-lazy": {
- "version": "2.1.0",
+ "node_modules/expect/node_modules/jest-matcher-utils": {
+ "version": "29.7.0",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "chalk": "^4.0.0",
+ "jest-diff": "^29.7.0",
+ "jest-get-type": "^29.6.3",
+ "pretty-format": "^29.7.0"
+ },
"engines": {
- "node": ">=4"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/import-local": {
- "version": "3.1.0",
+ "node_modules/expect/node_modules/pretty-format": {
+ "version": "29.7.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "pkg-dir": "^4.2.0",
- "resolve-cwd": "^3.0.0"
- },
- "bin": {
- "import-local-fixture": "fixtures/cli.js"
+ "@jest/schemas": "^29.6.3",
+ "ansi-styles": "^5.0.0",
+ "react-is": "^18.0.0"
},
"engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/import-meta-resolve": {
- "version": "4.0.0",
+ "node_modules/expect/node_modules/pretty-format/node_modules/ansi-styles": {
+ "version": "5.2.0",
"dev": true,
"license": "MIT",
+ "engines": {
+ "node": ">=10"
+ },
"funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/imurmurhash": {
- "version": "0.1.4",
+ "node_modules/expect/node_modules/supports-color": {
+ "version": "7.2.0",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
"engines": {
- "node": ">=0.8.19"
+ "node": ">=8"
}
},
- "node_modules/indent-string": {
- "version": "4.0.0",
+ "node_modules/express": {
+ "version": "4.19.2",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "accepts": "~1.3.8",
+ "array-flatten": "1.1.1",
+ "body-parser": "1.20.2",
+ "content-disposition": "0.5.4",
+ "content-type": "~1.0.4",
+ "cookie": "0.6.0",
+ "cookie-signature": "1.0.6",
+ "debug": "2.6.9",
+ "depd": "2.0.0",
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "etag": "~1.8.1",
+ "finalhandler": "1.2.0",
+ "fresh": "0.5.2",
+ "http-errors": "2.0.0",
+ "merge-descriptors": "1.0.1",
+ "methods": "~1.1.2",
+ "on-finished": "2.4.1",
+ "parseurl": "~1.3.3",
+ "path-to-regexp": "0.1.7",
+ "proxy-addr": "~2.0.7",
+ "qs": "6.11.0",
+ "range-parser": "~1.2.1",
+ "safe-buffer": "5.2.1",
+ "send": "0.18.0",
+ "serve-static": "1.15.0",
+ "setprototypeof": "1.2.0",
+ "statuses": "2.0.1",
+ "type-is": "~1.6.18",
+ "utils-merge": "1.0.1",
+ "vary": "~1.1.2"
+ },
"engines": {
- "node": ">=8"
+ "node": ">= 0.10.0"
}
},
- "node_modules/inflight": {
- "version": "1.0.6",
- "license": "ISC",
+ "node_modules/express/node_modules/debug": {
+ "version": "2.6.9",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "once": "^1.3.0",
- "wrappy": "1"
+ "ms": "2.0.0"
}
},
- "node_modules/inherits": {
- "version": "2.0.4",
- "license": "ISC"
+ "node_modules/express/node_modules/ms": {
+ "version": "2.0.0",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/ini": {
- "version": "1.3.8",
- "license": "ISC"
+ "node_modules/express/node_modules/qs": {
+ "version": "6.11.0",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "side-channel": "^1.0.4"
+ },
+ "engines": {
+ "node": ">=0.6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
},
- "node_modules/inline-style-parser": {
- "version": "0.1.1",
+ "node_modules/express/node_modules/safe-buffer": {
+ "version": "5.2.1",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
"license": "MIT"
},
- "node_modules/inquirer": {
- "version": "7.3.3",
+ "node_modules/extend": {
+ "version": "3.0.2",
+ "license": "MIT"
+ },
+ "node_modules/extendable-error": {
+ "version": "0.1.7",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/external-editor": {
+ "version": "3.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ansi-escapes": "^4.2.1",
- "chalk": "^4.1.0",
- "cli-cursor": "^3.1.0",
- "cli-width": "^3.0.0",
- "external-editor": "^3.0.3",
- "figures": "^3.0.0",
- "lodash": "^4.17.19",
- "mute-stream": "0.0.8",
- "run-async": "^2.4.0",
- "rxjs": "^6.6.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0",
- "through": "^2.3.6"
+ "chardet": "^0.7.0",
+ "iconv-lite": "^0.4.24",
+ "tmp": "^0.0.33"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/extract-zip": {
+ "version": "2.0.1",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "debug": "^4.1.1",
+ "get-stream": "^5.1.0",
+ "yauzl": "^2.10.0"
+ },
+ "bin": {
+ "extract-zip": "cli.js"
},
"engines": {
- "node": ">=8.0.0"
+ "node": ">= 10.17.0"
+ },
+ "optionalDependencies": {
+ "@types/yauzl": "^2.9.1"
}
},
- "node_modules/inquirer/node_modules/ansi-styles": {
- "version": "4.3.0",
+ "node_modules/extract-zip/node_modules/get-stream": {
+ "version": "5.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "color-convert": "^2.0.1"
+ "pump": "^3.0.0"
},
"engines": {
"node": ">=8"
},
"funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/inquirer/node_modules/chalk": {
- "version": "4.1.2",
- "license": "MIT",
+ "node_modules/fast-deep-equal": {
+ "version": "3.1.3",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/fast-diff": {
+ "version": "1.2.0",
+ "dev": true,
+ "license": "Apache-2.0"
+ },
+ "node_modules/fast-fifo": {
+ "version": "1.3.2",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/fast-fuzzy": {
+ "version": "1.12.0",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
+ "graphemesplit": "^2.4.1"
}
},
- "node_modules/inquirer/node_modules/color-convert": {
- "version": "2.0.1",
+ "node_modules/fast-glob": {
+ "version": "3.3.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "color-name": "~1.1.4"
+ "@nodelib/fs.stat": "^2.0.2",
+ "@nodelib/fs.walk": "^1.2.3",
+ "glob-parent": "^5.1.2",
+ "merge2": "^1.3.0",
+ "micromatch": "^4.0.4"
},
"engines": {
- "node": ">=7.0.0"
+ "node": ">=8.6.0"
}
},
- "node_modules/inquirer/node_modules/color-name": {
- "version": "1.1.4",
+ "node_modules/fast-json-parse": {
+ "version": "1.0.3",
+ "dev": true,
"license": "MIT"
},
- "node_modules/inquirer/node_modules/has-flag": {
- "version": "4.0.0",
+ "node_modules/fast-json-stable-stringify": {
+ "version": "2.1.0",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/fast-levenshtein": {
+ "version": "2.0.6",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/fastest-levenshtein": {
+ "version": "1.0.16",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=8"
+ "node": ">= 4.9.1"
}
},
- "node_modules/inquirer/node_modules/rxjs": {
- "version": "6.6.7",
- "license": "Apache-2.0",
+ "node_modules/fastq": {
+ "version": "1.17.1",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "tslib": "^1.9.0"
- },
- "engines": {
- "npm": ">=2.0.0"
+ "reusify": "^1.0.4"
}
},
- "node_modules/inquirer/node_modules/supports-color": {
- "version": "7.2.0",
+ "node_modules/fault": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "has-flag": "^4.0.0"
+ "format": "^0.2.0"
},
- "engines": {
- "node": ">=8"
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
}
},
- "node_modules/inquirer/node_modules/tslib": {
- "version": "1.14.1",
- "license": "0BSD"
+ "node_modules/fb-watchman": {
+ "version": "2.0.1",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "bser": "2.1.1"
+ }
},
- "node_modules/internal-slot": {
- "version": "1.0.7",
+ "node_modules/fd-slicer": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "es-errors": "^1.3.0",
- "hasown": "^2.0.0",
- "side-channel": "^1.0.4"
- },
- "engines": {
- "node": ">= 0.4"
+ "pend": "~1.2.0"
}
},
- "node_modules/invariant": {
- "version": "2.2.4",
+ "node_modules/fdir": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.3.0.tgz",
+ "integrity": "sha512-QOnuT+BOtivR77wYvCWHfGt9s4Pz1VIMbD463vegT5MLqNXy8rYFT/lPVEqf/bhYeT6qmqrNHhsX+rWwe3rOCQ==",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "loose-envify": "^1.0.0"
+ "peerDependencies": {
+ "picomatch": "^3 || ^4"
+ },
+ "peerDependenciesMeta": {
+ "picomatch": {
+ "optional": true
+ }
}
},
- "node_modules/ip": {
- "version": "2.0.1",
+ "node_modules/fetch-retry": {
+ "version": "5.0.6",
"dev": true,
"license": "MIT"
},
- "node_modules/ip-address": {
- "version": "9.0.5",
+ "node_modules/figures": {
+ "version": "3.2.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "jsbn": "1.1.0",
- "sprintf-js": "^1.1.3"
+ "escape-string-regexp": "^1.0.5"
},
"engines": {
- "node": ">= 12"
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/ip-address/node_modules/jsbn": {
- "version": "1.1.0",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/ip-address/node_modules/sprintf-js": {
- "version": "1.1.3",
+ "node_modules/file-entry-cache": {
+ "version": "6.0.1",
"dev": true,
- "license": "BSD-3-Clause"
- },
- "node_modules/ipaddr.js": {
- "version": "1.9.1",
"license": "MIT",
+ "dependencies": {
+ "flat-cache": "^3.0.4"
+ },
"engines": {
- "node": ">= 0.10"
+ "node": "^10.12.0 || >=12.0.0"
}
},
- "node_modules/is-absolute-url": {
- "version": "3.0.3",
+ "node_modules/file-system-cache": {
+ "version": "2.3.0",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=8"
+ "dependencies": {
+ "fs-extra": "11.1.1",
+ "ramda": "0.29.0"
}
},
- "node_modules/is-accessor-descriptor": {
- "version": "1.0.1",
+ "node_modules/file-system-cache/node_modules/fs-extra": {
+ "version": "11.1.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "hasown": "^2.0.0"
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
},
"engines": {
- "node": ">= 0.10"
+ "node": ">=14.14"
}
},
- "node_modules/is-alphabetical": {
- "version": "1.0.4",
+ "node_modules/file-system-cache/node_modules/jsonfile": {
+ "version": "6.1.0",
+ "dev": true,
"license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "dependencies": {
+ "universalify": "^2.0.0"
+ },
+ "optionalDependencies": {
+ "graceful-fs": "^4.1.6"
}
},
- "node_modules/is-alphanumeric": {
- "version": "1.0.0",
+ "node_modules/file-system-cache/node_modules/universalify": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=0.10.0"
+ "node": ">= 10.0.0"
}
},
- "node_modules/is-alphanumerical": {
+ "node_modules/filelist": {
"version": "1.0.4",
- "license": "MIT",
+ "dev": true,
+ "license": "Apache-2.0",
"dependencies": {
- "is-alphabetical": "^1.0.0",
- "is-decimal": "^1.0.0"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "minimatch": "^5.0.1"
}
},
- "node_modules/is-arguments": {
- "version": "1.1.1",
+ "node_modules/filelist/node_modules/brace-expansion": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "call-bind": "^1.0.2",
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "balanced-match": "^1.0.0"
}
},
- "node_modules/is-array-buffer": {
- "version": "3.0.4",
- "license": "MIT",
+ "node_modules/filelist/node_modules/minimatch": {
+ "version": "5.1.6",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "call-bind": "^1.0.2",
- "get-intrinsic": "^1.2.1"
+ "brace-expansion": "^2.0.1"
},
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=10"
}
},
- "node_modules/is-arrayish": {
- "version": "0.2.1",
- "license": "MIT"
- },
- "node_modules/is-bigint": {
- "version": "1.0.4",
- "license": "MIT",
- "dependencies": {
- "has-bigints": "^1.0.1"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node_modules/filesize": {
+ "version": "10.1.2",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "engines": {
+ "node": ">= 10.4.0"
}
},
- "node_modules/is-binary-path": {
- "version": "2.1.0",
+ "node_modules/fill-range": {
+ "version": "7.1.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "binary-extensions": "^2.0.0"
+ "to-regex-range": "^5.0.1"
},
"engines": {
"node": ">=8"
}
},
- "node_modules/is-boolean-object": {
- "version": "1.1.1",
+ "node_modules/finalhandler": {
+ "version": "1.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "call-bind": "^1.0.2"
+ "debug": "2.6.9",
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "on-finished": "2.4.1",
+ "parseurl": "~1.3.3",
+ "statuses": "2.0.1",
+ "unpipe": "~1.0.0"
},
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">= 0.8"
}
},
- "node_modules/is-buffer": {
- "version": "2.0.5",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
+ "node_modules/finalhandler/node_modules/debug": {
+ "version": "2.6.9",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=4"
+ "dependencies": {
+ "ms": "2.0.0"
}
},
- "node_modules/is-builtin-module": {
- "version": "3.2.1",
+ "node_modules/finalhandler/node_modules/ms": {
+ "version": "2.0.0",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/find-cache-dir": {
+ "version": "3.3.2",
"dev": true,
"license": "MIT",
"dependencies": {
- "builtin-modules": "^3.3.0"
+ "commondir": "^1.0.1",
+ "make-dir": "^3.0.2",
+ "pkg-dir": "^4.1.0"
},
"engines": {
- "node": ">=6"
+ "node": ">=8"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/avajs/find-cache-dir?sponsor=1"
}
},
- "node_modules/is-callable": {
- "version": "1.2.7",
+ "node_modules/find-cache-dir/node_modules/make-dir": {
+ "version": "3.1.0",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "semver": "^6.0.0"
+ },
"engines": {
- "node": ">= 0.4"
+ "node": ">=8"
},
"funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/is-ci": {
- "version": "2.0.0",
- "license": "MIT",
- "dependencies": {
- "ci-info": "^2.0.0"
- },
+ "node_modules/find-cache-dir/node_modules/semver": {
+ "version": "6.3.1",
+ "dev": true,
+ "license": "ISC",
"bin": {
- "is-ci": "bin.js"
- }
- },
- "node_modules/is-ci/node_modules/ci-info": {
- "version": "2.0.0",
- "license": "MIT"
- },
- "node_modules/is-core-module": {
- "version": "2.13.1",
- "license": "MIT",
- "dependencies": {
- "hasown": "^2.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "semver": "bin/semver.js"
}
},
- "node_modules/is-data-descriptor": {
- "version": "1.0.1",
+ "node_modules/find-chrome-bin": {
+ "version": "2.0.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "hasown": "^2.0.0"
+ "@puppeteer/browsers": "^2.1.0"
},
"engines": {
- "node": ">= 0.4"
+ "node": ">=18.0.0"
}
},
- "node_modules/is-date-object": {
- "version": "1.0.5",
+ "node_modules/find-git-root": {
+ "version": "1.0.4",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/find-up": {
+ "version": "4.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "has-tostringtag": "^1.0.0"
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
},
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=8"
}
},
- "node_modules/is-decimal": {
- "version": "1.0.4",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "node_modules/find-yarn-workspace-root2": {
+ "version": "1.2.16",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "micromatch": "^4.0.2",
+ "pkg-dir": "^4.2.0"
}
},
- "node_modules/is-deflate": {
- "version": "1.0.0",
+ "node_modules/flat-cache": {
+ "version": "3.0.4",
"dev": true,
- "license": "MIT"
- },
- "node_modules/is-descriptor": {
- "version": "1.0.3",
"license": "MIT",
"dependencies": {
- "is-accessor-descriptor": "^1.0.1",
- "is-data-descriptor": "^1.0.1"
+ "flatted": "^3.1.0",
+ "rimraf": "^3.0.2"
},
"engines": {
- "node": ">= 0.4"
+ "node": "^10.12.0 || >=12.0.0"
}
},
- "node_modules/is-docker": {
- "version": "2.2.1",
- "license": "MIT",
- "bin": {
- "is-docker": "cli.js"
+ "node_modules/flat-cache/node_modules/rimraf": {
+ "version": "3.0.2",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "glob": "^7.1.3"
},
- "engines": {
- "node": ">=8"
+ "bin": {
+ "rimraf": "bin.js"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/is-empty": {
- "version": "1.2.0",
+ "node_modules/flatted": {
+ "version": "3.3.1",
"dev": true,
- "license": "MIT"
+ "license": "ISC"
},
- "node_modules/is-extendable": {
- "version": "0.1.1",
+ "node_modules/flow-parser": {
+ "version": "0.231.0",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=0.10.0"
+ "node": ">=0.4.0"
}
},
- "node_modules/is-extglob": {
- "version": "2.1.1",
+ "node_modules/focus-visible": {
+ "version": "5.2.0",
+ "license": "W3C"
+ },
+ "node_modules/follow-redirects": {
+ "version": "1.15.6",
+ "dev": true,
+ "funding": [
+ {
+ "type": "individual",
+ "url": "https://github.com/sponsors/RubenVerborgh"
+ }
+ ],
"license": "MIT",
"engines": {
- "node": ">=0.10.0"
+ "node": ">=4.0"
+ },
+ "peerDependenciesMeta": {
+ "debug": {
+ "optional": true
+ }
}
},
- "node_modules/is-fullwidth-code-point": {
- "version": "3.0.0",
+ "node_modules/for-each": {
+ "version": "0.3.3",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=8"
+ "dependencies": {
+ "is-callable": "^1.1.3"
}
},
- "node_modules/is-generator-fn": {
- "version": "2.1.0",
- "license": "MIT",
+ "node_modules/foreground-child": {
+ "version": "3.3.0",
+ "license": "ISC",
+ "dependencies": {
+ "cross-spawn": "^7.0.0",
+ "signal-exit": "^4.0.1"
+ },
"engines": {
- "node": ">=6"
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/is-generator-function": {
- "version": "1.0.10",
- "dev": true,
+ "node_modules/foreground-child/node_modules/cross-spawn": {
+ "version": "7.0.3",
"license": "MIT",
"dependencies": {
- "has-tostringtag": "^1.0.0"
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
},
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">= 8"
}
},
- "node_modules/is-glob": {
- "version": "4.0.3",
+ "node_modules/foreground-child/node_modules/shebang-command": {
+ "version": "2.0.0",
"license": "MIT",
"dependencies": {
- "is-extglob": "^2.1.1"
+ "shebang-regex": "^3.0.0"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=8"
}
},
- "node_modules/is-gzip": {
- "version": "1.0.0",
- "dev": true,
+ "node_modules/foreground-child/node_modules/shebang-regex": {
+ "version": "3.0.0",
"license": "MIT",
"engines": {
- "node": ">=0.10.0"
+ "node": ">=8"
}
},
- "node_modules/is-hexadecimal": {
- "version": "1.0.4",
- "license": "MIT",
+ "node_modules/foreground-child/node_modules/signal-exit": {
+ "version": "4.1.0",
+ "license": "ISC",
+ "engines": {
+ "node": ">=14"
+ },
"funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/is-inside-container": {
- "version": "1.0.0",
- "dev": true,
- "license": "MIT",
+ "node_modules/foreground-child/node_modules/which": {
+ "version": "2.0.2",
+ "license": "ISC",
"dependencies": {
- "is-docker": "^3.0.0"
+ "isexe": "^2.0.0"
},
"bin": {
- "is-inside-container": "cli.js"
+ "node-which": "bin/node-which"
},
"engines": {
- "node": ">=14.16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "node": ">= 8"
}
},
- "node_modules/is-inside-container/node_modules/is-docker": {
- "version": "3.0.0",
+ "node_modules/fork-ts-checker-webpack-plugin": {
+ "version": "8.0.0",
"dev": true,
"license": "MIT",
- "bin": {
- "is-docker": "cli.js"
+ "dependencies": {
+ "@babel/code-frame": "^7.16.7",
+ "chalk": "^4.1.2",
+ "chokidar": "^3.5.3",
+ "cosmiconfig": "^7.0.1",
+ "deepmerge": "^4.2.2",
+ "fs-extra": "^10.0.0",
+ "memfs": "^3.4.1",
+ "minimatch": "^3.0.4",
+ "node-abort-controller": "^3.0.1",
+ "schema-utils": "^3.1.1",
+ "semver": "^7.3.5",
+ "tapable": "^2.2.1"
},
"engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ "node": ">=12.13.0",
+ "yarn": ">=1.0.0"
},
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "peerDependencies": {
+ "typescript": ">3.6.0",
+ "webpack": "^5.11.0"
}
},
- "node_modules/is-installed-globally": {
- "version": "0.4.0",
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "global-dirs": "^3.0.0",
- "is-path-inside": "^3.0.2"
+ "color-convert": "^2.0.1"
},
"engines": {
- "node": ">=10"
+ "node": ">=8"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/is-interactive": {
- "version": "1.0.0",
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/chalk": {
+ "version": "4.1.2",
"dev": true,
"license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/is-invalid-path": {
- "version": "0.1.0",
- "license": "MIT",
"dependencies": {
- "is-glob": "^2.0.0"
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
},
"engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/is-invalid-path/node_modules/is-extglob": {
- "version": "1.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/is-invalid-path/node_modules/is-glob": {
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-convert": {
"version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-extglob": "^1.0.0"
+ "color-name": "~1.1.4"
},
"engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/is-lower-case": {
- "version": "1.1.3",
- "license": "MIT",
- "dependencies": {
- "lower-case": "^1.1.0"
+ "node": ">=7.0.0"
}
},
- "node_modules/is-lower-case/node_modules/lower-case": {
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-name": {
"version": "1.1.4",
- "license": "MIT"
- },
- "node_modules/is-map": {
- "version": "2.0.2",
- "license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-module": {
- "version": "1.0.0",
"dev": true,
"license": "MIT"
},
- "node_modules/is-nan": {
- "version": "1.3.2",
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": {
+ "version": "10.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "call-bind": "^1.0.0",
- "define-properties": "^1.1.3"
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
},
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=12"
}
},
- "node_modules/is-negative-zero": {
- "version": "2.0.2",
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/has-flag": {
+ "version": "4.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=8"
}
},
- "node_modules/is-npm": {
- "version": "5.0.0",
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/jsonfile": {
+ "version": "6.1.0",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=10"
+ "dependencies": {
+ "universalify": "^2.0.0"
},
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "optionalDependencies": {
+ "graceful-fs": "^4.1.6"
}
},
- "node_modules/is-number": {
- "version": "7.0.0",
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/supports-color": {
+ "version": "7.2.0",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
"engines": {
- "node": ">=0.12.0"
+ "node": ">=8"
}
},
- "node_modules/is-number-object": {
- "version": "1.0.5",
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/universalify": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">= 10.0.0"
}
},
- "node_modules/is-obj": {
- "version": "2.0.0",
+ "node_modules/form-data": {
+ "version": "4.0.0",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "asynckit": "^0.4.0",
+ "combined-stream": "^1.0.8",
+ "mime-types": "^2.1.12"
+ },
"engines": {
- "node": ">=8"
+ "node": ">= 6"
}
},
- "node_modules/is-path-cwd": {
- "version": "2.2.0",
- "license": "MIT",
+ "node_modules/format": {
+ "version": "0.2.2",
+ "dev": true,
"engines": {
- "node": ">=6"
+ "node": ">=0.4.x"
}
},
- "node_modules/is-path-inside": {
- "version": "3.0.3",
+ "node_modules/forwarded": {
+ "version": "0.2.0",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=8"
+ "node": ">= 0.6"
}
},
- "node_modules/is-plain-obj": {
- "version": "1.1.0",
+ "node_modules/fraction.js": {
+ "version": "4.3.7",
"license": "MIT",
"engines": {
- "node": ">=0.10.0"
+ "node": "*"
+ },
+ "funding": {
+ "type": "patreon",
+ "url": "https://github.com/sponsors/rawify"
}
},
- "node_modules/is-plain-object": {
- "version": "2.0.4",
+ "node_modules/fresh": {
+ "version": "0.5.2",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "isobject": "^3.0.1"
- },
"engines": {
- "node": ">=0.10.0"
+ "node": ">= 0.6"
}
},
- "node_modules/is-potential-custom-element-name": {
- "version": "1.0.1",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/is-promise": {
- "version": "4.0.0",
- "license": "MIT"
- },
- "node_modules/is-reference": {
- "version": "1.2.1",
+ "node_modules/front-matter": {
+ "version": "4.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
- "@types/estree": "*"
+ "js-yaml": "^3.13.1"
}
},
- "node_modules/is-regex": {
- "version": "1.1.4",
+ "node_modules/fs-constants": {
+ "version": "1.0.0",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/fs-extra": {
+ "version": "7.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "call-bind": "^1.0.2",
- "has-tostringtag": "^1.0.0"
+ "graceful-fs": "^4.1.2",
+ "jsonfile": "^4.0.0",
+ "universalify": "^0.1.0"
},
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=6 <7 || >=8"
}
},
- "node_modules/is-relative": {
- "version": "1.0.0",
- "license": "MIT",
+ "node_modules/fs-minipass": {
+ "version": "2.1.0",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "is-unc-path": "^1.0.0"
+ "minipass": "^3.0.0"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">= 8"
}
},
- "node_modules/is-relative-url": {
- "version": "3.0.0",
- "license": "MIT",
+ "node_modules/fs-minipass/node_modules/minipass": {
+ "version": "3.3.6",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "is-absolute-url": "^3.0.0"
+ "yallist": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
- "node_modules/is-root": {
- "version": "2.1.0",
+ "node_modules/fs-minipass/node_modules/yallist": {
+ "version": "4.0.0",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/fs-monkey": {
+ "version": "1.0.5",
+ "dev": true,
+ "license": "Unlicense"
+ },
+ "node_modules/fs-readdir-recursive": {
+ "version": "1.1.0",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/fs.realpath": {
+ "version": "1.0.0",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/fsevents": {
+ "version": "2.3.2",
+ "dev": true,
"license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
"engines": {
- "node": ">=6"
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
- "node_modules/is-set": {
- "version": "2.0.2",
+ "node_modules/function-bind": {
+ "version": "1.1.2",
+ "dev": true,
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/is-shared-array-buffer": {
- "version": "1.0.2",
+ "node_modules/function.prototype.name": {
+ "version": "1.1.6",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "call-bind": "^1.0.2"
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.2.0",
+ "es-abstract": "^1.22.1",
+ "functions-have-names": "^1.2.3"
},
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-ssh": {
- "version": "1.4.0",
- "license": "MIT",
- "dependencies": {
- "protocols": "^2.0.1"
- }
- },
- "node_modules/is-stream": {
- "version": "2.0.1",
- "license": "MIT",
"engines": {
- "node": ">=8"
+ "node": ">= 0.4"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/is-string": {
- "version": "1.0.7",
+ "node_modules/functional-red-black-tree": {
+ "version": "1.0.1",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/functions-have-names": {
+ "version": "1.2.3",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/is-subdir": {
- "version": "1.2.0",
+ "node_modules/fzy.js": {
+ "version": "0.4.1",
+ "license": "MIT"
+ },
+ "node_modules/generic-names": {
+ "version": "4.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "better-path-resolve": "1.0.0"
- },
- "engines": {
- "node": ">=4"
+ "loader-utils": "^3.2.0"
}
},
- "node_modules/is-symbol": {
- "version": "1.0.4",
+ "node_modules/generic-names/node_modules/loader-utils": {
+ "version": "3.2.1",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "has-symbols": "^1.0.2"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">= 12.13.0"
}
},
- "node_modules/is-typed-array": {
- "version": "1.1.13",
+ "node_modules/gensync": {
+ "version": "1.0.0-beta.2",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "which-typed-array": "^1.1.14"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=6.9.0"
}
},
- "node_modules/is-typedarray": {
- "version": "1.0.0",
- "license": "MIT"
- },
- "node_modules/is-unc-path": {
- "version": "1.0.0",
- "license": "MIT",
- "dependencies": {
- "unc-path-regex": "^0.1.2"
- },
+ "node_modules/get-caller-file": {
+ "version": "2.0.5",
+ "dev": true,
+ "license": "ISC",
"engines": {
- "node": ">=0.10.0"
+ "node": "6.* || 8.* || >= 10.*"
}
},
- "node_modules/is-unicode-supported": {
- "version": "0.1.0",
+ "node_modules/get-east-asian-width": {
+ "version": "1.2.0",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">=10"
+ "node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/is-upper-case": {
- "version": "1.1.2",
+ "node_modules/get-func-name": {
+ "version": "2.0.2",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "upper-case": "^1.1.0"
+ "engines": {
+ "node": "*"
}
},
- "node_modules/is-upper-case/node_modules/upper-case": {
- "version": "1.1.3",
- "license": "MIT"
- },
- "node_modules/is-url": {
+ "node_modules/get-intrinsic": {
"version": "1.2.4",
- "license": "MIT"
- },
- "node_modules/is-url-superb": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/is-url-superb/-/is-url-superb-4.0.0.tgz",
- "integrity": "sha512-GI+WjezhPPcbM+tqE9LnmsY5qqjwHzTvjJ36wxYX5ujNXefSUJ/T17r5bqDV8yLhcgB59KTPNOc9O9cmHTPWsA==",
"dev": true,
"license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0",
+ "function-bind": "^1.1.2",
+ "has-proto": "^1.0.1",
+ "has-symbols": "^1.0.3",
+ "hasown": "^2.0.0"
+ },
"engines": {
- "node": ">=10"
+ "node": ">= 0.4"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/is-valid-domain": {
- "version": "0.1.6",
+ "node_modules/get-nonce": {
+ "version": "1.0.1",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "punycode": "^2.1.1"
+ "engines": {
+ "node": ">=6"
}
},
- "node_modules/is-valid-path": {
- "version": "0.1.1",
+ "node_modules/get-npm-tarball-url": {
+ "version": "2.1.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "is-invalid-path": "^0.1.0"
- },
"engines": {
- "node": ">=0.10.0"
+ "node": ">=12.17"
}
},
- "node_modules/is-weakmap": {
- "version": "2.0.1",
+ "node_modules/get-package-type": {
+ "version": "0.1.0",
+ "dev": true,
"license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "engines": {
+ "node": ">=8.0.0"
}
},
- "node_modules/is-weakref": {
- "version": "1.0.2",
+ "node_modules/get-stream": {
+ "version": "6.0.1",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.2"
+ "engines": {
+ "node": ">=10"
},
"funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/is-weakset": {
- "version": "2.0.2",
+ "node_modules/get-symbol-description": {
+ "version": "1.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
"get-intrinsic": "^1.1.1"
},
+ "engines": {
+ "node": ">= 0.4"
+ },
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/is-what": {
- "version": "3.14.1",
+ "node_modules/get-tsconfig": {
+ "version": "4.7.2",
"dev": true,
- "license": "MIT"
- },
- "node_modules/is-whitespace-character": {
- "version": "1.0.4",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
- "node_modules/is-windows": {
- "version": "1.0.2",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/is-word-character": {
- "version": "1.0.4",
"license": "MIT",
+ "dependencies": {
+ "resolve-pkg-maps": "^1.0.0"
+ },
"funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
}
},
- "node_modules/is-wsl": {
- "version": "2.2.0",
+ "node_modules/get-uri": {
+ "version": "6.0.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-docker": "^2.0.0"
+ "basic-ftp": "^5.0.2",
+ "data-uri-to-buffer": "^6.0.2",
+ "debug": "^4.3.4",
+ "fs-extra": "^11.2.0"
},
"engines": {
- "node": ">=8"
+ "node": ">= 14"
}
},
- "node_modules/is-yarn-global": {
- "version": "0.3.0",
- "license": "MIT"
- },
- "node_modules/isarray": {
- "version": "0.0.1",
- "license": "MIT"
- },
- "node_modules/isexe": {
- "version": "2.0.0",
- "license": "ISC"
- },
- "node_modules/isobject": {
- "version": "3.0.1",
+ "node_modules/get-uri/node_modules/fs-extra": {
+ "version": "11.2.0",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
"engines": {
- "node": ">=0.10.0"
+ "node": ">=14.14"
}
},
- "node_modules/isomorphic-ws": {
- "version": "4.0.1",
+ "node_modules/get-uri/node_modules/jsonfile": {
+ "version": "6.1.0",
+ "dev": true,
"license": "MIT",
- "peerDependencies": {
- "ws": "*"
+ "dependencies": {
+ "universalify": "^2.0.0"
+ },
+ "optionalDependencies": {
+ "graceful-fs": "^4.1.6"
}
},
- "node_modules/isstream": {
- "version": "0.1.2",
- "license": "MIT"
- },
- "node_modules/istanbul-lib-coverage": {
- "version": "3.2.2",
+ "node_modules/get-uri/node_modules/universalify": {
+ "version": "2.0.1",
"dev": true,
- "license": "BSD-3-Clause",
+ "license": "MIT",
"engines": {
- "node": ">=8"
+ "node": ">= 10.0.0"
}
},
- "node_modules/istanbul-lib-report": {
- "version": "3.0.1",
+ "node_modules/giget": {
+ "version": "1.2.3",
"dev": true,
- "license": "BSD-3-Clause",
+ "license": "MIT",
"dependencies": {
- "istanbul-lib-coverage": "^3.0.0",
- "make-dir": "^4.0.0",
- "supports-color": "^7.1.0"
+ "citty": "^0.1.6",
+ "consola": "^3.2.3",
+ "defu": "^6.1.4",
+ "node-fetch-native": "^1.6.3",
+ "nypm": "^0.3.8",
+ "ohash": "^1.1.3",
+ "pathe": "^1.1.2",
+ "tar": "^6.2.0"
},
- "engines": {
- "node": ">=10"
+ "bin": {
+ "giget": "dist/cli.mjs"
}
},
- "node_modules/istanbul-lib-report/node_modules/has-flag": {
+ "node_modules/git-remote-origin-url": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
+ "dependencies": {
+ "gitconfiglocal": "^2.1.0"
+ },
"engines": {
- "node": ">=8"
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/istanbul-lib-report/node_modules/make-dir": {
- "version": "4.0.0",
+ "node_modules/gitconfiglocal": {
+ "version": "2.1.0",
"dev": true,
- "license": "MIT",
+ "license": "BSD",
"dependencies": {
- "semver": "^7.5.3"
+ "ini": "^1.3.2"
+ }
+ },
+ "node_modules/glob": {
+ "version": "7.2.3",
+ "dev": true,
+ "license": "ISC",
+ "dependencies": {
+ "fs.realpath": "^1.0.0",
+ "inflight": "^1.0.4",
+ "inherits": "2",
+ "minimatch": "^3.1.1",
+ "once": "^1.3.0",
+ "path-is-absolute": "^1.0.0"
},
"engines": {
- "node": ">=10"
+ "node": "*"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/istanbul-lib-report/node_modules/supports-color": {
- "version": "7.2.0",
+ "node_modules/glob-parent": {
+ "version": "5.1.2",
"dev": true,
- "license": "MIT",
+ "license": "ISC",
"dependencies": {
- "has-flag": "^4.0.0"
+ "is-glob": "^4.0.1"
},
"engines": {
- "node": ">=8"
+ "node": ">= 6"
}
},
- "node_modules/istanbul-lib-source-maps": {
- "version": "4.0.1",
+ "node_modules/glob-to-regexp": {
+ "version": "0.4.1",
"dev": true,
- "license": "BSD-3-Clause",
+ "license": "BSD-2-Clause"
+ },
+ "node_modules/global-modules": {
+ "version": "2.0.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "debug": "^4.1.1",
- "istanbul-lib-coverage": "^3.0.0",
- "source-map": "^0.6.1"
+ "global-prefix": "^3.0.0"
},
"engines": {
- "node": ">=10"
+ "node": ">=6"
}
},
- "node_modules/istanbul-reports": {
- "version": "3.1.7",
+ "node_modules/global-prefix": {
+ "version": "3.0.0",
"dev": true,
- "license": "BSD-3-Clause",
+ "license": "MIT",
"dependencies": {
- "html-escaper": "^2.0.0",
- "istanbul-lib-report": "^3.0.0"
+ "ini": "^1.3.5",
+ "kind-of": "^6.0.2",
+ "which": "^1.3.1"
},
"engines": {
- "node": ">=8"
+ "node": ">=6"
}
},
- "node_modules/iterall": {
- "version": "1.3.0",
- "license": "MIT"
+ "node_modules/globals": {
+ "version": "11.12.0",
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
},
- "node_modules/jackspeak": {
- "version": "2.3.6",
+ "node_modules/globalthis": {
+ "version": "1.0.3",
"dev": true,
- "license": "BlueOak-1.0.0",
+ "license": "MIT",
"dependencies": {
- "@isaacs/cliui": "^8.0.2"
+ "define-properties": "^1.1.3"
},
"engines": {
- "node": ">=14"
+ "node": ">= 0.4"
},
"funding": {
- "url": "https://github.com/sponsors/isaacs"
- },
- "optionalDependencies": {
- "@pkgjs/parseargs": "^0.11.0"
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jake": {
- "version": "10.9.1",
+ "node_modules/globby": {
+ "version": "11.1.0",
"dev": true,
- "license": "Apache-2.0",
+ "license": "MIT",
"dependencies": {
- "async": "^3.2.3",
- "chalk": "^4.0.2",
- "filelist": "^1.0.4",
- "minimatch": "^3.1.2"
- },
- "bin": {
- "jake": "bin/cli.js"
+ "array-union": "^2.1.0",
+ "dir-glob": "^3.0.1",
+ "fast-glob": "^3.2.9",
+ "ignore": "^5.2.0",
+ "merge2": "^1.4.1",
+ "slash": "^3.0.0"
},
"engines": {
"node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/jake/node_modules/ansi-styles": {
- "version": "4.3.0",
+ "node_modules/globby/node_modules/slash": {
+ "version": "3.0.0",
"dev": true,
"license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
"engines": {
"node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/jake/node_modules/async": {
- "version": "3.2.5",
+ "node_modules/globjoin": {
+ "version": "0.1.4",
"dev": true,
"license": "MIT"
},
- "node_modules/jake/node_modules/chalk": {
- "version": "4.1.2",
+ "node_modules/gopd": {
+ "version": "1.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
+ "get-intrinsic": "^1.1.3"
},
"funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jake/node_modules/color-convert": {
- "version": "2.0.1",
+ "node_modules/graceful-fs": {
+ "version": "4.2.11",
+ "license": "ISC"
+ },
+ "node_modules/grapheme-splitter": {
+ "version": "1.0.4",
"dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
+ "license": "MIT"
},
- "node_modules/jake/node_modules/color-name": {
- "version": "1.1.4",
+ "node_modules/graphemer": {
+ "version": "1.4.0",
"dev": true,
"license": "MIT"
},
- "node_modules/jake/node_modules/has-flag": {
- "version": "4.0.0",
+ "node_modules/graphemesplit": {
+ "version": "2.4.4",
"dev": true,
"license": "MIT",
- "engines": {
- "node": ">=8"
+ "dependencies": {
+ "js-base64": "^3.6.0",
+ "unicode-trie": "^2.0.0"
}
},
- "node_modules/jake/node_modules/supports-color": {
- "version": "7.2.0",
+ "node_modules/gunzip-maybe": {
+ "version": "1.4.2",
"dev": true,
"license": "MIT",
"dependencies": {
- "has-flag": "^4.0.0"
+ "browserify-zlib": "^0.1.4",
+ "is-deflate": "^1.0.0",
+ "is-gzip": "^1.0.0",
+ "peek-stream": "^1.1.0",
+ "pumpify": "^1.3.3",
+ "through2": "^2.0.3"
+ },
+ "bin": {
+ "gunzip-maybe": "bin.js"
+ }
+ },
+ "node_modules/gzip-size": {
+ "version": "6.0.0",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "duplexer": "^0.1.2"
},
"engines": {
- "node": ">=8"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/jest": {
- "version": "29.7.0",
+ "node_modules/handlebars": {
+ "version": "4.7.8",
"dev": true,
"license": "MIT",
"dependencies": {
- "@jest/core": "^29.7.0",
- "@jest/types": "^29.6.3",
- "import-local": "^3.0.2",
- "jest-cli": "^29.7.0"
+ "minimist": "^1.2.5",
+ "neo-async": "^2.6.2",
+ "source-map": "^0.6.1",
+ "wordwrap": "^1.0.0"
},
"bin": {
- "jest": "bin/jest.js"
+ "handlebars": "bin/handlebars"
},
"engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- },
- "peerDependencies": {
- "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
+ "node": ">=0.4.7"
},
- "peerDependenciesMeta": {
- "node-notifier": {
- "optional": true
- }
+ "optionalDependencies": {
+ "uglify-js": "^3.1.4"
}
},
- "node_modules/jest-changed-files": {
- "version": "29.7.0",
+ "node_modules/hard-rejection": {
+ "version": "2.1.0",
"dev": true,
"license": "MIT",
- "dependencies": {
- "execa": "^5.0.0",
- "jest-util": "^29.7.0",
- "p-limit": "^3.1.0"
- },
"engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "node": ">=6"
}
},
- "node_modules/jest-changed-files/node_modules/cross-spawn": {
- "version": "7.0.3",
+ "node_modules/harmony-reflect": {
+ "version": "1.6.2",
+ "dev": true,
+ "license": "(Apache-2.0 OR MPL-1.1)"
+ },
+ "node_modules/has": {
+ "version": "1.0.3",
"dev": true,
"license": "MIT",
"dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
+ "function-bind": "^1.1.1"
},
"engines": {
- "node": ">= 8"
+ "node": ">= 0.4.0"
}
},
- "node_modules/jest-changed-files/node_modules/execa": {
- "version": "5.1.1",
+ "node_modules/has-bigints": {
+ "version": "1.0.2",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/has-flag": {
+ "version": "3.0.0",
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/has-property-descriptors": {
+ "version": "1.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^6.0.0",
- "human-signals": "^2.1.0",
- "is-stream": "^2.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^4.0.1",
- "onetime": "^5.1.2",
- "signal-exit": "^3.0.3",
- "strip-final-newline": "^2.0.0"
+ "get-intrinsic": "^1.2.2"
},
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/has-proto": {
+ "version": "1.0.1",
+ "dev": true,
+ "license": "MIT",
"engines": {
- "node": ">=10"
+ "node": ">= 0.4"
},
"funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jest-changed-files/node_modules/p-limit": {
- "version": "3.1.0",
+ "node_modules/has-symbols": {
+ "version": "1.0.3",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/has-tostringtag": {
+ "version": "1.0.2",
"dev": true,
"license": "MIT",
"dependencies": {
- "yocto-queue": "^0.1.0"
+ "has-symbols": "^1.0.3"
},
"engines": {
- "node": ">=10"
+ "node": ">= 0.4"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jest-changed-files/node_modules/shebang-command": {
+ "node_modules/hasown": {
"version": "2.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "shebang-regex": "^3.0.0"
+ "function-bind": "^1.1.2"
},
"engines": {
- "node": ">=8"
+ "node": ">= 0.4"
}
},
- "node_modules/jest-changed-files/node_modules/shebang-regex": {
+ "node_modules/hast-util-heading-rank": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
- "engines": {
- "node": ">=8"
+ "dependencies": {
+ "@types/hast": "^3.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
}
},
- "node_modules/jest-changed-files/node_modules/which": {
- "version": "2.0.2",
+ "node_modules/hast-util-heading-rank/node_modules/@types/hast": {
+ "version": "3.0.4",
"dev": true,
- "license": "ISC",
+ "license": "MIT",
"dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
+ "@types/unist": "*"
}
},
- "node_modules/jest-circus": {
- "version": "29.7.0",
+ "node_modules/hast-util-is-element": {
+ "version": "3.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@jest/environment": "^29.7.0",
- "@jest/expect": "^29.7.0",
- "@jest/test-result": "^29.7.0",
- "@jest/types": "^29.6.3",
- "@types/node": "*",
- "chalk": "^4.0.0",
- "co": "^4.6.0",
- "dedent": "^1.0.0",
- "is-generator-fn": "^2.0.0",
- "jest-each": "^29.7.0",
- "jest-matcher-utils": "^29.7.0",
- "jest-message-util": "^29.7.0",
- "jest-runtime": "^29.7.0",
- "jest-snapshot": "^29.7.0",
- "jest-util": "^29.7.0",
- "p-limit": "^3.1.0",
- "pretty-format": "^29.7.0",
- "pure-rand": "^6.0.0",
- "slash": "^3.0.0",
- "stack-utils": "^2.0.3"
+ "@types/hast": "^3.0.0"
},
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
}
},
- "node_modules/jest-circus/node_modules/@jest/schemas": {
- "version": "29.6.3",
+ "node_modules/hast-util-is-element/node_modules/@types/hast": {
+ "version": "3.0.4",
"dev": true,
"license": "MIT",
"dependencies": {
- "@sinclair/typebox": "^0.27.8"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "@types/unist": "*"
}
},
- "node_modules/jest-circus/node_modules/@sinclair/typebox": {
- "version": "0.27.8",
+ "node_modules/hast-util-to-string": {
+ "version": "3.0.0",
"dev": true,
- "license": "MIT"
+ "license": "MIT",
+ "dependencies": {
+ "@types/hast": "^3.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
},
- "node_modules/jest-circus/node_modules/ansi-styles": {
- "version": "4.3.0",
+ "node_modules/hast-util-to-string/node_modules/@types/hast": {
+ "version": "3.0.4",
"dev": true,
"license": "MIT",
"dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
+ "@types/unist": "*"
+ }
+ },
+ "node_modules/hast-util-whitespace": {
+ "version": "2.0.1",
+ "license": "MIT",
"funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
+ }
+ },
+ "node_modules/he": {
+ "version": "1.2.0",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "he": "bin/he"
+ }
+ },
+ "node_modules/history": {
+ "version": "5.3.0",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/runtime": "^7.7.6"
+ }
+ },
+ "node_modules/hoist-non-react-statics": {
+ "version": "3.3.2",
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "react-is": "^16.7.0"
}
},
- "node_modules/jest-circus/node_modules/chalk": {
- "version": "4.1.2",
+ "node_modules/hoist-non-react-statics/node_modules/react-is": {
+ "version": "16.13.1",
+ "license": "MIT"
+ },
+ "node_modules/hosted-git-info": {
+ "version": "2.8.9",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/html-encoding-sniffer": {
+ "version": "3.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
+ "whatwg-encoding": "^2.0.0"
},
"engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
+ "node": ">=12"
}
},
- "node_modules/jest-circus/node_modules/color-convert": {
- "version": "2.0.1",
+ "node_modules/html-entities": {
+ "version": "2.5.2",
"dev": true,
- "license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/mdevils"
+ },
+ {
+ "type": "patreon",
+ "url": "https://patreon.com/mdevils"
+ }
+ ],
+ "license": "MIT"
},
- "node_modules/jest-circus/node_modules/color-name": {
- "version": "1.1.4",
+ "node_modules/html-escaper": {
+ "version": "2.0.2",
"dev": true,
"license": "MIT"
},
- "node_modules/jest-circus/node_modules/dedent": {
- "version": "1.5.1",
+ "node_modules/html-minifier-terser": {
+ "version": "6.1.0",
"dev": true,
"license": "MIT",
- "peerDependencies": {
- "babel-plugin-macros": "^3.1.0"
+ "dependencies": {
+ "camel-case": "^4.1.2",
+ "clean-css": "^5.2.2",
+ "commander": "^8.3.0",
+ "he": "^1.2.0",
+ "param-case": "^3.0.4",
+ "relateurl": "^0.2.7",
+ "terser": "^5.10.0"
},
- "peerDependenciesMeta": {
- "babel-plugin-macros": {
- "optional": true
- }
+ "bin": {
+ "html-minifier-terser": "cli.js"
+ },
+ "engines": {
+ "node": ">=12"
}
},
- "node_modules/jest-circus/node_modules/has-flag": {
- "version": "4.0.0",
+ "node_modules/html-minifier-terser/node_modules/commander": {
+ "version": "8.3.0",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">=8"
+ "node": ">= 12"
}
},
- "node_modules/jest-circus/node_modules/jest-matcher-utils": {
- "version": "29.7.0",
+ "node_modules/html-tags": {
+ "version": "3.3.1",
"dev": true,
"license": "MIT",
- "dependencies": {
- "chalk": "^4.0.0",
- "jest-diff": "^29.7.0",
- "jest-get-type": "^29.6.3",
- "pretty-format": "^29.7.0"
- },
"engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/jest-circus/node_modules/p-limit": {
- "version": "3.1.0",
+ "node_modules/html-webpack-plugin": {
+ "version": "5.6.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "yocto-queue": "^0.1.0"
+ "@types/html-minifier-terser": "^6.0.0",
+ "html-minifier-terser": "^6.0.2",
+ "lodash": "^4.17.21",
+ "pretty-error": "^4.0.0",
+ "tapable": "^2.0.0"
},
"engines": {
- "node": ">=10"
+ "node": ">=10.13.0"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "type": "opencollective",
+ "url": "https://opencollective.com/html-webpack-plugin"
+ },
+ "peerDependencies": {
+ "@rspack/core": "0.x || 1.x",
+ "webpack": "^5.20.0"
+ },
+ "peerDependenciesMeta": {
+ "@rspack/core": {
+ "optional": true
+ },
+ "webpack": {
+ "optional": true
+ }
}
},
- "node_modules/jest-circus/node_modules/pretty-format": {
- "version": "29.7.0",
+ "node_modules/html-webpack-plugin/node_modules/entities": {
+ "version": "2.2.0",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "funding": {
+ "url": "https://github.com/fb55/entities?sponsor=1"
+ }
+ },
+ "node_modules/html-webpack-plugin/node_modules/htmlparser2": {
+ "version": "6.1.0",
"dev": true,
+ "funding": [
+ "https://github.com/fb55/htmlparser2?sponsor=1",
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/fb55"
+ }
+ ],
"license": "MIT",
"dependencies": {
- "@jest/schemas": "^29.6.3",
- "ansi-styles": "^5.0.0",
- "react-is": "^18.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "domelementtype": "^2.0.1",
+ "domhandler": "^4.0.0",
+ "domutils": "^2.5.2",
+ "entities": "^2.0.0"
}
},
- "node_modules/jest-circus/node_modules/pretty-format/node_modules/ansi-styles": {
- "version": "5.2.0",
+ "node_modules/html-webpack-plugin/node_modules/pretty-error": {
+ "version": "4.0.0",
"dev": true,
"license": "MIT",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ "dependencies": {
+ "lodash": "^4.17.20",
+ "renderkid": "^3.0.0"
}
},
- "node_modules/jest-circus/node_modules/slash": {
+ "node_modules/html-webpack-plugin/node_modules/renderkid": {
"version": "3.0.0",
"dev": true,
"license": "MIT",
- "engines": {
- "node": ">=8"
+ "dependencies": {
+ "css-select": "^4.1.3",
+ "dom-converter": "^0.2.0",
+ "htmlparser2": "^6.1.0",
+ "lodash": "^4.17.21",
+ "strip-ansi": "^6.0.1"
}
},
- "node_modules/jest-circus/node_modules/supports-color": {
- "version": "7.2.0",
+ "node_modules/http-errors": {
+ "version": "2.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "has-flag": "^4.0.0"
+ "depd": "2.0.0",
+ "inherits": "2.0.4",
+ "setprototypeof": "1.2.0",
+ "statuses": "2.0.1",
+ "toidentifier": "1.0.1"
},
"engines": {
- "node": ">=8"
+ "node": ">= 0.8"
}
},
- "node_modules/jest-cli": {
- "version": "29.7.0",
+ "node_modules/http-proxy-agent": {
+ "version": "5.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@jest/core": "^29.7.0",
- "@jest/test-result": "^29.7.0",
- "@jest/types": "^29.6.3",
- "chalk": "^4.0.0",
- "create-jest": "^29.7.0",
- "exit": "^0.1.2",
- "import-local": "^3.0.2",
- "jest-config": "^29.7.0",
- "jest-util": "^29.7.0",
- "jest-validate": "^29.7.0",
- "yargs": "^17.3.1"
- },
- "bin": {
- "jest": "bin/jest.js"
+ "@tootallnate/once": "2",
+ "agent-base": "6",
+ "debug": "4"
},
"engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- },
- "peerDependencies": {
- "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
- },
- "peerDependenciesMeta": {
- "node-notifier": {
- "optional": true
- }
+ "node": ">= 6"
}
},
- "node_modules/jest-cli/node_modules/@jest/schemas": {
- "version": "29.6.3",
+ "node_modules/https-proxy-agent": {
+ "version": "5.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
- "@sinclair/typebox": "^0.27.8"
+ "agent-base": "6",
+ "debug": "4"
},
"engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "node": ">= 6"
}
},
- "node_modules/jest-cli/node_modules/@sinclair/typebox": {
- "version": "0.27.8",
+ "node_modules/human-id": {
+ "version": "1.0.2",
"dev": true,
"license": "MIT"
},
- "node_modules/jest-cli/node_modules/ansi-styles": {
- "version": "4.3.0",
+ "node_modules/human-signals": {
+ "version": "2.1.0",
"dev": true,
- "license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
+ "license": "Apache-2.0",
"engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ "node": ">=10.17.0"
}
},
- "node_modules/jest-cli/node_modules/babel-jest": {
- "version": "29.7.0",
+ "node_modules/husky": {
+ "version": "8.0.3",
"dev": true,
"license": "MIT",
- "dependencies": {
- "@jest/transform": "^29.7.0",
- "@types/babel__core": "^7.1.14",
- "babel-plugin-istanbul": "^6.1.1",
- "babel-preset-jest": "^29.6.3",
- "chalk": "^4.0.0",
- "graceful-fs": "^4.2.9",
- "slash": "^3.0.0"
+ "bin": {
+ "husky": "lib/bin.js"
},
"engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "node": ">=14"
},
- "peerDependencies": {
- "@babel/core": "^7.8.0"
+ "funding": {
+ "url": "https://github.com/sponsors/typicode"
}
},
- "node_modules/jest-cli/node_modules/babel-preset-jest": {
- "version": "29.6.3",
+ "node_modules/iconv-lite": {
+ "version": "0.4.24",
"dev": true,
"license": "MIT",
"dependencies": {
- "babel-plugin-jest-hoist": "^29.6.3",
- "babel-preset-current-node-syntax": "^1.0.0"
+ "safer-buffer": ">= 2.1.2 < 3"
},
"engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
+ "node": ">=0.10.0"
}
},
- "node_modules/jest-cli/node_modules/chalk": {
- "version": "4.1.2",
+ "node_modules/icss-replace-symbols": {
+ "version": "1.1.0",
"dev": true,
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
+ "license": "ISC"
},
- "node_modules/jest-cli/node_modules/cliui": {
- "version": "8.0.1",
+ "node_modules/icss-utils": {
+ "version": "5.1.0",
"dev": true,
"license": "ISC",
- "dependencies": {
- "string-width": "^4.2.0",
- "strip-ansi": "^6.0.1",
- "wrap-ansi": "^7.0.0"
- },
"engines": {
- "node": ">=12"
+ "node": "^10 || ^12 || >= 14"
+ },
+ "peerDependencies": {
+ "postcss": "^8.1.0"
}
},
- "node_modules/jest-cli/node_modules/color-convert": {
- "version": "2.0.1",
+ "node_modules/identity-obj-proxy": {
+ "version": "3.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "color-name": "~1.1.4"
+ "harmony-reflect": "^1.4.6"
},
"engines": {
- "node": ">=7.0.0"
+ "node": ">=4"
}
},
- "node_modules/jest-cli/node_modules/color-name": {
- "version": "1.1.4",
+ "node_modules/ieee754": {
+ "version": "1.2.1",
"dev": true,
- "license": "MIT"
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "license": "BSD-3-Clause"
},
- "node_modules/jest-cli/node_modules/has-flag": {
- "version": "4.0.0",
+ "node_modules/ignore": {
+ "version": "5.3.1",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">=8"
+ "node": ">= 4"
}
},
- "node_modules/jest-cli/node_modules/jest-config": {
- "version": "29.7.0",
+ "node_modules/image-size": {
+ "version": "0.5.5",
"dev": true,
"license": "MIT",
- "dependencies": {
- "@babel/core": "^7.11.6",
- "@jest/test-sequencer": "^29.7.0",
- "@jest/types": "^29.6.3",
- "babel-jest": "^29.7.0",
- "chalk": "^4.0.0",
- "ci-info": "^3.2.0",
- "deepmerge": "^4.2.2",
- "glob": "^7.1.3",
- "graceful-fs": "^4.2.9",
- "jest-circus": "^29.7.0",
- "jest-environment-node": "^29.7.0",
- "jest-get-type": "^29.6.3",
- "jest-regex-util": "^29.6.3",
- "jest-resolve": "^29.7.0",
- "jest-runner": "^29.7.0",
- "jest-util": "^29.7.0",
- "jest-validate": "^29.7.0",
- "micromatch": "^4.0.4",
- "parse-json": "^5.2.0",
- "pretty-format": "^29.7.0",
- "slash": "^3.0.0",
- "strip-json-comments": "^3.1.1"
+ "optional": true,
+ "bin": {
+ "image-size": "bin/image-size.js"
},
"engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- },
- "peerDependencies": {
- "@types/node": "*",
- "ts-node": ">=9.0.0"
- },
- "peerDependenciesMeta": {
- "@types/node": {
- "optional": true
- },
- "ts-node": {
- "optional": true
- }
+ "node": ">=0.10.0"
}
},
- "node_modules/jest-cli/node_modules/pretty-format": {
- "version": "29.7.0",
+ "node_modules/immutable": {
+ "version": "4.3.5",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/import-cwd": {
+ "version": "3.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@jest/schemas": "^29.6.3",
- "ansi-styles": "^5.0.0",
- "react-is": "^18.0.0"
+ "import-from": "^3.0.0"
},
"engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "node": ">=8"
}
},
- "node_modules/jest-cli/node_modules/pretty-format/node_modules/ansi-styles": {
- "version": "5.2.0",
+ "node_modules/import-fresh": {
+ "version": "3.3.0",
"dev": true,
"license": "MIT",
+ "dependencies": {
+ "parent-module": "^1.0.0",
+ "resolve-from": "^4.0.0"
+ },
"engines": {
- "node": ">=10"
+ "node": ">=6"
},
"funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/jest-cli/node_modules/slash": {
- "version": "3.0.0",
+ "node_modules/import-fresh/node_modules/resolve-from": {
+ "version": "4.0.0",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">=8"
+ "node": ">=4"
}
},
- "node_modules/jest-cli/node_modules/supports-color": {
- "version": "7.2.0",
+ "node_modules/import-from": {
+ "version": "3.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "has-flag": "^4.0.0"
+ "resolve-from": "^5.0.0"
},
"engines": {
"node": ">=8"
}
},
- "node_modules/jest-cli/node_modules/wrap-ansi": {
- "version": "7.0.0",
+ "node_modules/import-local": {
+ "version": "3.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
+ "pkg-dir": "^4.2.0",
+ "resolve-cwd": "^3.0.0"
+ },
+ "bin": {
+ "import-local-fixture": "fixtures/cli.js"
},
"engines": {
- "node": ">=10"
+ "node": ">=8"
},
"funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/jest-cli/node_modules/y18n": {
- "version": "5.0.8",
+ "node_modules/import-meta-resolve": {
+ "version": "4.0.0",
"dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=10"
+ "license": "MIT",
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
}
},
- "node_modules/jest-cli/node_modules/yargs": {
- "version": "17.7.2",
+ "node_modules/imurmurhash": {
+ "version": "0.1.4",
"dev": true,
"license": "MIT",
- "dependencies": {
- "cliui": "^8.0.1",
- "escalade": "^3.1.1",
- "get-caller-file": "^2.0.5",
- "require-directory": "^2.1.1",
- "string-width": "^4.2.3",
- "y18n": "^5.0.5",
- "yargs-parser": "^21.1.1"
- },
"engines": {
- "node": ">=12"
+ "node": ">=0.8.19"
}
},
- "node_modules/jest-cli/node_modules/yargs-parser": {
- "version": "21.1.1",
+ "node_modules/indent-string": {
+ "version": "4.0.0",
"dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/jest-config": {
- "version": "24.9.0",
"license": "MIT",
- "dependencies": {
- "@babel/core": "^7.1.0",
- "@jest/test-sequencer": "^24.9.0",
- "@jest/types": "^24.9.0",
- "babel-jest": "^24.9.0",
- "chalk": "^2.0.1",
- "glob": "^7.1.1",
- "jest-environment-jsdom": "^24.9.0",
- "jest-environment-node": "^24.9.0",
- "jest-get-type": "^24.9.0",
- "jest-jasmine2": "^24.9.0",
- "jest-regex-util": "^24.3.0",
- "jest-resolve": "^24.9.0",
- "jest-util": "^24.9.0",
- "jest-validate": "^24.9.0",
- "micromatch": "^3.1.10",
- "pretty-format": "^24.9.0",
- "realpath-native": "^1.1.0"
- },
"engines": {
- "node": ">= 6"
+ "node": ">=8"
}
},
- "node_modules/jest-config/node_modules/@jest/console": {
- "version": "24.9.0",
- "license": "MIT",
+ "node_modules/inflight": {
+ "version": "1.0.6",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "@jest/source-map": "^24.9.0",
- "chalk": "^2.0.1",
- "slash": "^2.0.0"
- },
- "engines": {
- "node": ">= 6"
+ "once": "^1.3.0",
+ "wrappy": "1"
}
},
- "node_modules/jest-config/node_modules/@jest/environment": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/fake-timers": "^24.9.0",
- "@jest/transform": "^24.9.0",
- "@jest/types": "^24.9.0",
- "jest-mock": "^24.9.0"
- },
- "engines": {
- "node": ">= 6"
- }
+ "node_modules/inherits": {
+ "version": "2.0.4",
+ "dev": true,
+ "license": "ISC"
},
- "node_modules/jest-config/node_modules/@jest/fake-timers": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/types": "^24.9.0",
- "jest-message-util": "^24.9.0",
- "jest-mock": "^24.9.0"
- },
- "engines": {
- "node": ">= 6"
- }
+ "node_modules/ini": {
+ "version": "1.3.8",
+ "dev": true,
+ "license": "ISC"
},
- "node_modules/jest-config/node_modules/@jest/source-map": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "callsites": "^3.0.0",
- "graceful-fs": "^4.1.15",
- "source-map": "^0.6.0"
- },
- "engines": {
- "node": ">= 6"
- }
+ "node_modules/inline-style-parser": {
+ "version": "0.1.1",
+ "license": "MIT"
},
- "node_modules/jest-config/node_modules/@jest/test-result": {
- "version": "24.9.0",
+ "node_modules/inquirer": {
+ "version": "7.3.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/console": "^24.9.0",
- "@jest/types": "^24.9.0",
- "@types/istanbul-lib-coverage": "^2.0.0"
+ "ansi-escapes": "^4.2.1",
+ "chalk": "^4.1.0",
+ "cli-cursor": "^3.1.0",
+ "cli-width": "^3.0.0",
+ "external-editor": "^3.0.3",
+ "figures": "^3.0.0",
+ "lodash": "^4.17.19",
+ "mute-stream": "0.0.8",
+ "run-async": "^2.4.0",
+ "rxjs": "^6.6.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0",
+ "through": "^2.3.6"
},
"engines": {
- "node": ">= 6"
+ "node": ">=8.0.0"
}
},
- "node_modules/jest-config/node_modules/@jest/test-sequencer": {
- "version": "24.9.0",
+ "node_modules/inquirer/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/test-result": "^24.9.0",
- "jest-haste-map": "^24.9.0",
- "jest-runner": "^24.9.0",
- "jest-runtime": "^24.9.0"
+ "color-convert": "^2.0.1"
},
"engines": {
- "node": ">= 6"
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/jest-config/node_modules/@jest/transform": {
- "version": "24.9.0",
+ "node_modules/inquirer/node_modules/chalk": {
+ "version": "4.1.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/core": "^7.1.0",
- "@jest/types": "^24.9.0",
- "babel-plugin-istanbul": "^5.1.0",
- "chalk": "^2.0.1",
- "convert-source-map": "^1.4.0",
- "fast-json-stable-stringify": "^2.0.0",
- "graceful-fs": "^4.1.15",
- "jest-haste-map": "^24.9.0",
- "jest-regex-util": "^24.9.0",
- "jest-util": "^24.9.0",
- "micromatch": "^3.1.10",
- "pirates": "^4.0.1",
- "realpath-native": "^1.1.0",
- "slash": "^2.0.0",
- "source-map": "^0.6.1",
- "write-file-atomic": "2.4.1"
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
},
"engines": {
- "node": ">= 6"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/jest-config/node_modules/@jest/types": {
- "version": "24.9.0",
+ "node_modules/inquirer/node_modules/color-convert": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@types/istanbul-lib-coverage": "^2.0.0",
- "@types/istanbul-reports": "^1.1.1",
- "@types/yargs": "^13.0.0"
+ "color-name": "~1.1.4"
},
"engines": {
- "node": ">= 6"
- }
- },
- "node_modules/jest-config/node_modules/@types/istanbul-reports": {
- "version": "1.1.2",
- "license": "MIT",
- "dependencies": {
- "@types/istanbul-lib-coverage": "*",
- "@types/istanbul-lib-report": "*"
+ "node": ">=7.0.0"
}
},
- "node_modules/jest-config/node_modules/@types/stack-utils": {
- "version": "1.0.1",
+ "node_modules/inquirer/node_modules/color-name": {
+ "version": "1.1.4",
+ "dev": true,
"license": "MIT"
},
- "node_modules/jest-config/node_modules/@types/yargs": {
- "version": "13.0.12",
- "license": "MIT",
- "dependencies": {
- "@types/yargs-parser": "*"
- }
- },
- "node_modules/jest-config/node_modules/acorn": {
- "version": "5.7.4",
+ "node_modules/inquirer/node_modules/has-flag": {
+ "version": "4.0.0",
+ "dev": true,
"license": "MIT",
- "bin": {
- "acorn": "bin/acorn"
- },
"engines": {
- "node": ">=0.4.0"
+ "node": ">=8"
}
},
- "node_modules/jest-config/node_modules/acorn-globals": {
- "version": "4.3.4",
- "license": "MIT",
+ "node_modules/inquirer/node_modules/rxjs": {
+ "version": "6.6.7",
+ "dev": true,
+ "license": "Apache-2.0",
"dependencies": {
- "acorn": "^6.0.1",
- "acorn-walk": "^6.0.1"
- }
- },
- "node_modules/jest-config/node_modules/acorn-globals/node_modules/acorn": {
- "version": "6.4.2",
- "license": "MIT",
- "bin": {
- "acorn": "bin/acorn"
+ "tslib": "^1.9.0"
},
"engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/jest-config/node_modules/acorn-walk": {
- "version": "6.2.0",
- "license": "MIT",
- "engines": {
- "node": ">=0.4.0"
+ "npm": ">=2.0.0"
}
},
- "node_modules/jest-config/node_modules/ansi-regex": {
- "version": "4.1.1",
+ "node_modules/inquirer/node_modules/supports-color": {
+ "version": "7.2.0",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/jest-config/node_modules/babel-plugin-istanbul": {
- "version": "5.2.0",
- "license": "BSD-3-Clause",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.0.0",
- "find-up": "^3.0.0",
- "istanbul-lib-instrument": "^3.3.0",
- "test-exclude": "^5.2.3"
+ "has-flag": "^4.0.0"
},
"engines": {
- "node": ">=6"
+ "node": ">=8"
}
},
- "node_modules/jest-config/node_modules/braces": {
- "version": "2.3.2",
+ "node_modules/inquirer/node_modules/tslib": {
+ "version": "1.14.1",
+ "dev": true,
+ "license": "0BSD"
+ },
+ "node_modules/internal-slot": {
+ "version": "1.0.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "arr-flatten": "^1.1.0",
- "array-unique": "^0.3.2",
- "extend-shallow": "^2.0.1",
- "fill-range": "^4.0.0",
- "isobject": "^3.0.1",
- "repeat-element": "^1.1.2",
- "snapdragon": "^0.8.1",
- "snapdragon-node": "^2.0.1",
- "split-string": "^3.0.2",
- "to-regex": "^3.0.1"
+ "es-errors": "^1.3.0",
+ "hasown": "^2.0.0",
+ "side-channel": "^1.0.4"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">= 0.4"
}
},
- "node_modules/jest-config/node_modules/camelcase": {
- "version": "5.3.1",
+ "node_modules/invariant": {
+ "version": "2.2.4",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/jest-config/node_modules/cliui": {
- "version": "5.0.0",
- "license": "ISC",
"dependencies": {
- "string-width": "^3.1.0",
- "strip-ansi": "^5.2.0",
- "wrap-ansi": "^5.1.0"
+ "loose-envify": "^1.0.0"
}
},
- "node_modules/jest-config/node_modules/cssom": {
- "version": "0.3.8",
+ "node_modules/ip": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT"
},
- "node_modules/jest-config/node_modules/cssstyle": {
- "version": "1.4.0",
+ "node_modules/ip-address": {
+ "version": "9.0.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "cssom": "0.3.x"
+ "jsbn": "1.1.0",
+ "sprintf-js": "^1.1.3"
+ },
+ "engines": {
+ "node": ">= 12"
}
},
- "node_modules/jest-config/node_modules/data-urls": {
+ "node_modules/ip-address/node_modules/jsbn": {
"version": "1.1.0",
- "license": "MIT",
- "dependencies": {
- "abab": "^2.0.0",
- "whatwg-mimetype": "^2.2.0",
- "whatwg-url": "^7.0.0"
- }
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/jest-config/node_modules/data-urls/node_modules/whatwg-url": {
- "version": "7.1.0",
- "license": "MIT",
- "dependencies": {
- "lodash.sortby": "^4.7.0",
- "tr46": "^1.0.1",
- "webidl-conversions": "^4.0.2"
- }
+ "node_modules/ip-address/node_modules/sprintf-js": {
+ "version": "1.1.3",
+ "dev": true,
+ "license": "BSD-3-Clause"
},
- "node_modules/jest-config/node_modules/detect-newline": {
- "version": "2.1.0",
+ "node_modules/ipaddr.js": {
+ "version": "1.9.1",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=0.10.0"
+ "node": ">= 0.10"
}
},
- "node_modules/jest-config/node_modules/diff-sequences": {
- "version": "24.9.0",
+ "node_modules/is-alphabetical": {
+ "version": "1.0.4",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">= 6"
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
}
},
- "node_modules/jest-config/node_modules/domexception": {
- "version": "1.0.1",
+ "node_modules/is-alphanumerical": {
+ "version": "1.0.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "webidl-conversions": "^4.0.2"
+ "is-alphabetical": "^1.0.0",
+ "is-decimal": "^1.0.0"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
}
},
- "node_modules/jest-config/node_modules/emoji-regex": {
- "version": "7.0.3",
- "license": "MIT"
- },
- "node_modules/jest-config/node_modules/escape-string-regexp": {
- "version": "2.0.0",
+ "node_modules/is-arguments": {
+ "version": "1.1.1",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/jest-config/node_modules/escodegen": {
- "version": "1.14.3",
- "license": "BSD-2-Clause",
"dependencies": {
- "esprima": "^4.0.1",
- "estraverse": "^4.2.0",
- "esutils": "^2.0.2",
- "optionator": "^0.8.1"
- },
- "bin": {
- "escodegen": "bin/escodegen.js",
- "esgenerate": "bin/esgenerate.js"
+ "call-bind": "^1.0.2",
+ "has-tostringtag": "^1.0.0"
},
"engines": {
- "node": ">=4.0"
+ "node": ">= 0.4"
},
- "optionalDependencies": {
- "source-map": "~0.6.1"
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jest-config/node_modules/expect": {
- "version": "24.9.0",
+ "node_modules/is-array-buffer": {
+ "version": "3.0.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/types": "^24.9.0",
- "ansi-styles": "^3.2.0",
- "jest-get-type": "^24.9.0",
- "jest-matcher-utils": "^24.9.0",
- "jest-message-util": "^24.9.0",
- "jest-regex-util": "^24.9.0"
+ "call-bind": "^1.0.2",
+ "get-intrinsic": "^1.2.1"
},
"engines": {
- "node": ">= 6"
- }
- },
- "node_modules/jest-config/node_modules/fill-range": {
- "version": "4.0.0",
- "license": "MIT",
- "dependencies": {
- "extend-shallow": "^2.0.1",
- "is-number": "^3.0.0",
- "repeat-string": "^1.6.1",
- "to-regex-range": "^2.1.0"
+ "node": ">= 0.4"
},
- "engines": {
- "node": ">=0.10.0"
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jest-config/node_modules/find-up": {
- "version": "3.0.0",
+ "node_modules/is-arrayish": {
+ "version": "0.2.1",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/is-bigint": {
+ "version": "1.0.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "locate-path": "^3.0.0"
+ "has-bigints": "^1.0.1"
},
- "engines": {
- "node": ">=6"
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jest-config/node_modules/fsevents": {
- "version": "1.2.13",
- "hasInstallScript": true,
+ "node_modules/is-binary-path": {
+ "version": "2.1.0",
+ "dev": true,
"license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
"dependencies": {
- "bindings": "^1.5.0",
- "nan": "^2.12.1"
+ "binary-extensions": "^2.0.0"
},
"engines": {
- "node": ">= 4.0"
- }
- },
- "node_modules/jest-config/node_modules/html-encoding-sniffer": {
- "version": "1.0.2",
- "license": "MIT",
- "dependencies": {
- "whatwg-encoding": "^1.0.1"
+ "node": ">=8"
}
},
- "node_modules/jest-config/node_modules/is-buffer": {
- "version": "1.1.6",
- "license": "MIT"
- },
- "node_modules/jest-config/node_modules/is-extendable": {
- "version": "1.0.1",
+ "node_modules/is-boolean-object": {
+ "version": "1.1.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-plain-object": "^2.0.4"
+ "call-bind": "^1.0.2"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jest-config/node_modules/is-fullwidth-code-point": {
- "version": "2.0.0",
+ "node_modules/is-buffer": {
+ "version": "2.0.5",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
"license": "MIT",
"engines": {
"node": ">=4"
}
},
- "node_modules/jest-config/node_modules/is-number": {
- "version": "3.0.0",
+ "node_modules/is-builtin-module": {
+ "version": "3.2.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "kind-of": "^3.0.2"
+ "builtin-modules": "^3.3.0"
},
"engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/jest-config/node_modules/is-number/node_modules/kind-of": {
- "version": "3.2.2",
- "license": "MIT",
- "dependencies": {
- "is-buffer": "^1.1.5"
+ "node": ">=6"
},
- "engines": {
- "node": ">=0.10.0"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/jest-config/node_modules/istanbul-lib-coverage": {
- "version": "2.0.5",
- "license": "BSD-3-Clause",
+ "node_modules/is-callable": {
+ "version": "1.2.7",
+ "dev": true,
+ "license": "MIT",
"engines": {
- "node": ">=6"
- }
- },
- "node_modules/jest-config/node_modules/istanbul-lib-instrument": {
- "version": "3.3.0",
- "license": "BSD-3-Clause",
- "dependencies": {
- "@babel/generator": "^7.4.0",
- "@babel/parser": "^7.4.3",
- "@babel/template": "^7.4.0",
- "@babel/traverse": "^7.4.3",
- "@babel/types": "^7.4.0",
- "istanbul-lib-coverage": "^2.0.5",
- "semver": "^6.0.0"
+ "node": ">= 0.4"
},
- "engines": {
- "node": ">=6"
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jest-config/node_modules/jest-diff": {
- "version": "24.9.0",
+ "node_modules/is-core-module": {
+ "version": "2.13.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "chalk": "^2.0.1",
- "diff-sequences": "^24.9.0",
- "jest-get-type": "^24.9.0",
- "pretty-format": "^24.9.0"
+ "hasown": "^2.0.0"
},
- "engines": {
- "node": ">= 6"
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jest-config/node_modules/jest-docblock": {
- "version": "24.9.0",
+ "node_modules/is-date-object": {
+ "version": "1.0.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "detect-newline": "^2.1.0"
+ "has-tostringtag": "^1.0.0"
},
"engines": {
- "node": ">= 6"
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jest-config/node_modules/jest-environment-jsdom": {
- "version": "24.9.0",
+ "node_modules/is-decimal": {
+ "version": "1.0.4",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@jest/environment": "^24.9.0",
- "@jest/fake-timers": "^24.9.0",
- "@jest/types": "^24.9.0",
- "jest-mock": "^24.9.0",
- "jest-util": "^24.9.0",
- "jsdom": "^11.5.1"
- },
- "engines": {
- "node": ">= 6"
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
}
},
- "node_modules/jest-config/node_modules/jest-environment-node": {
- "version": "24.9.0",
+ "node_modules/is-deflate": {
+ "version": "1.0.0",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/is-docker": {
+ "version": "2.2.1",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@jest/environment": "^24.9.0",
- "@jest/fake-timers": "^24.9.0",
- "@jest/types": "^24.9.0",
- "jest-mock": "^24.9.0",
- "jest-util": "^24.9.0"
+ "bin": {
+ "is-docker": "cli.js"
},
"engines": {
- "node": ">= 6"
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/jest-config/node_modules/jest-get-type": {
- "version": "24.9.0",
+ "node_modules/is-empty": {
+ "version": "1.2.0",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/is-extglob": {
+ "version": "2.1.1",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">= 6"
+ "node": ">=0.10.0"
}
},
- "node_modules/jest-config/node_modules/jest-haste-map": {
- "version": "24.9.0",
+ "node_modules/is-fullwidth-code-point": {
+ "version": "3.0.0",
"license": "MIT",
- "dependencies": {
- "@jest/types": "^24.9.0",
- "anymatch": "^2.0.0",
- "fb-watchman": "^2.0.0",
- "graceful-fs": "^4.1.15",
- "invariant": "^2.2.4",
- "jest-serializer": "^24.9.0",
- "jest-util": "^24.9.0",
- "jest-worker": "^24.9.0",
- "micromatch": "^3.1.10",
- "sane": "^4.0.3",
- "walker": "^1.0.7"
- },
"engines": {
- "node": ">= 6"
- },
- "optionalDependencies": {
- "fsevents": "^1.2.7"
+ "node": ">=8"
}
},
- "node_modules/jest-config/node_modules/jest-leak-detector": {
- "version": "24.9.0",
+ "node_modules/is-generator-fn": {
+ "version": "2.1.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "jest-get-type": "^24.9.0",
- "pretty-format": "^24.9.0"
- },
"engines": {
- "node": ">= 6"
+ "node": ">=6"
}
},
- "node_modules/jest-config/node_modules/jest-matcher-utils": {
- "version": "24.9.0",
+ "node_modules/is-generator-function": {
+ "version": "1.0.10",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "chalk": "^2.0.1",
- "jest-diff": "^24.9.0",
- "jest-get-type": "^24.9.0",
- "pretty-format": "^24.9.0"
+ "has-tostringtag": "^1.0.0"
},
"engines": {
- "node": ">= 6"
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jest-config/node_modules/jest-message-util": {
- "version": "24.9.0",
+ "node_modules/is-glob": {
+ "version": "4.0.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/code-frame": "^7.0.0",
- "@jest/test-result": "^24.9.0",
- "@jest/types": "^24.9.0",
- "@types/stack-utils": "^1.0.1",
- "chalk": "^2.0.1",
- "micromatch": "^3.1.10",
- "slash": "^2.0.0",
- "stack-utils": "^1.0.1"
+ "is-extglob": "^2.1.1"
},
"engines": {
- "node": ">= 6"
+ "node": ">=0.10.0"
}
},
- "node_modules/jest-config/node_modules/jest-mock": {
- "version": "24.9.0",
+ "node_modules/is-gzip": {
+ "version": "1.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@jest/types": "^24.9.0"
- },
"engines": {
- "node": ">= 6"
+ "node": ">=0.10.0"
}
},
- "node_modules/jest-config/node_modules/jest-regex-util": {
- "version": "24.9.0",
+ "node_modules/is-hexadecimal": {
+ "version": "1.0.4",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">= 6"
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
}
},
- "node_modules/jest-config/node_modules/jest-resolve": {
- "version": "24.9.0",
+ "node_modules/is-inside-container": {
+ "version": "1.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/types": "^24.9.0",
- "browser-resolve": "^1.11.3",
- "chalk": "^2.0.1",
- "jest-pnp-resolver": "^1.2.1",
- "realpath-native": "^1.1.0"
+ "is-docker": "^3.0.0"
+ },
+ "bin": {
+ "is-inside-container": "cli.js"
},
"engines": {
- "node": ">= 6"
+ "node": ">=14.16"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/jest-config/node_modules/jest-runner": {
- "version": "24.9.0",
+ "node_modules/is-inside-container/node_modules/is-docker": {
+ "version": "3.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@jest/console": "^24.7.1",
- "@jest/environment": "^24.9.0",
- "@jest/test-result": "^24.9.0",
- "@jest/types": "^24.9.0",
- "chalk": "^2.4.2",
- "exit": "^0.1.2",
- "graceful-fs": "^4.1.15",
- "jest-config": "^24.9.0",
- "jest-docblock": "^24.3.0",
- "jest-haste-map": "^24.9.0",
- "jest-jasmine2": "^24.9.0",
- "jest-leak-detector": "^24.9.0",
- "jest-message-util": "^24.9.0",
- "jest-resolve": "^24.9.0",
- "jest-runtime": "^24.9.0",
- "jest-util": "^24.9.0",
- "jest-worker": "^24.6.0",
- "source-map-support": "^0.5.6",
- "throat": "^4.0.0"
+ "bin": {
+ "is-docker": "cli.js"
},
"engines": {
- "node": ">= 6"
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/jest-config/node_modules/jest-runtime": {
- "version": "24.9.0",
+ "node_modules/is-interactive": {
+ "version": "1.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@jest/console": "^24.7.1",
- "@jest/environment": "^24.9.0",
- "@jest/source-map": "^24.3.0",
- "@jest/transform": "^24.9.0",
- "@jest/types": "^24.9.0",
- "@types/yargs": "^13.0.0",
- "chalk": "^2.0.1",
- "exit": "^0.1.2",
- "glob": "^7.1.3",
- "graceful-fs": "^4.1.15",
- "jest-config": "^24.9.0",
- "jest-haste-map": "^24.9.0",
- "jest-message-util": "^24.9.0",
- "jest-mock": "^24.9.0",
- "jest-regex-util": "^24.3.0",
- "jest-resolve": "^24.9.0",
- "jest-snapshot": "^24.9.0",
- "jest-util": "^24.9.0",
- "jest-validate": "^24.9.0",
- "realpath-native": "^1.1.0",
- "slash": "^2.0.0",
- "strip-bom": "^3.0.0",
- "yargs": "^13.3.0"
- },
- "bin": {
- "jest-runtime": "bin/jest-runtime.js"
- },
"engines": {
- "node": ">= 6"
+ "node": ">=8"
}
},
- "node_modules/jest-config/node_modules/jest-snapshot": {
- "version": "24.9.0",
+ "node_modules/is-map": {
+ "version": "2.0.2",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@babel/types": "^7.0.0",
- "@jest/types": "^24.9.0",
- "chalk": "^2.0.1",
- "expect": "^24.9.0",
- "jest-diff": "^24.9.0",
- "jest-get-type": "^24.9.0",
- "jest-matcher-utils": "^24.9.0",
- "jest-message-util": "^24.9.0",
- "jest-resolve": "^24.9.0",
- "mkdirp": "^0.5.1",
- "natural-compare": "^1.4.0",
- "pretty-format": "^24.9.0",
- "semver": "^6.2.0"
- },
- "engines": {
- "node": ">= 6"
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jest-config/node_modules/jest-util": {
- "version": "24.9.0",
+ "node_modules/is-module": {
+ "version": "1.0.0",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/is-nan": {
+ "version": "1.3.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/console": "^24.9.0",
- "@jest/fake-timers": "^24.9.0",
- "@jest/source-map": "^24.9.0",
- "@jest/test-result": "^24.9.0",
- "@jest/types": "^24.9.0",
- "callsites": "^3.0.0",
- "chalk": "^2.0.1",
- "graceful-fs": "^4.1.15",
- "is-ci": "^2.0.0",
- "mkdirp": "^0.5.1",
- "slash": "^2.0.0",
- "source-map": "^0.6.0"
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3"
},
"engines": {
- "node": ">= 6"
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jest-config/node_modules/jest-validate": {
- "version": "24.9.0",
+ "node_modules/is-negative-zero": {
+ "version": "2.0.2",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@jest/types": "^24.9.0",
- "camelcase": "^5.3.1",
- "chalk": "^2.0.1",
- "jest-get-type": "^24.9.0",
- "leven": "^3.1.0",
- "pretty-format": "^24.9.0"
- },
"engines": {
- "node": ">= 6"
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jest-config/node_modules/jest-worker": {
- "version": "24.9.0",
+ "node_modules/is-number": {
+ "version": "7.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "merge-stream": "^2.0.0",
- "supports-color": "^6.1.0"
- },
"engines": {
- "node": ">= 6"
+ "node": ">=0.12.0"
}
},
- "node_modules/jest-config/node_modules/jsdom": {
- "version": "11.12.0",
- "license": "MIT",
- "dependencies": {
- "abab": "^2.0.0",
- "acorn": "^5.5.3",
- "acorn-globals": "^4.1.0",
- "array-equal": "^1.0.0",
- "cssom": ">= 0.3.2 < 0.4.0",
- "cssstyle": "^1.0.0",
- "data-urls": "^1.0.0",
- "domexception": "^1.0.1",
- "escodegen": "^1.9.1",
- "html-encoding-sniffer": "^1.0.2",
- "left-pad": "^1.3.0",
- "nwsapi": "^2.0.7",
- "parse5": "4.0.0",
- "pn": "^1.1.0",
- "request": "^2.87.0",
- "request-promise-native": "^1.0.5",
- "sax": "^1.2.4",
- "symbol-tree": "^3.2.2",
- "tough-cookie": "^2.3.4",
- "w3c-hr-time": "^1.0.1",
- "webidl-conversions": "^4.0.2",
- "whatwg-encoding": "^1.0.3",
- "whatwg-mimetype": "^2.1.0",
- "whatwg-url": "^6.4.1",
- "ws": "^5.2.0",
- "xml-name-validator": "^3.0.0"
- }
- },
- "node_modules/jest-config/node_modules/levn": {
- "version": "0.3.0",
+ "node_modules/is-number-object": {
+ "version": "1.0.5",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "prelude-ls": "~1.1.2",
- "type-check": "~0.3.2"
- },
"engines": {
- "node": ">= 0.8.0"
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jest-config/node_modules/locate-path": {
- "version": "3.0.0",
+ "node_modules/is-path-inside": {
+ "version": "3.0.3",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "p-locate": "^3.0.0",
- "path-exists": "^3.0.0"
- },
"engines": {
- "node": ">=6"
+ "node": ">=8"
}
},
- "node_modules/jest-config/node_modules/micromatch": {
- "version": "3.1.10",
+ "node_modules/is-plain-obj": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "arr-diff": "^4.0.0",
- "array-unique": "^0.3.2",
- "braces": "^2.3.1",
- "define-property": "^2.0.2",
- "extend-shallow": "^3.0.2",
- "extglob": "^2.0.4",
- "fragment-cache": "^0.2.1",
- "kind-of": "^6.0.2",
- "nanomatch": "^1.2.9",
- "object.pick": "^1.3.0",
- "regex-not": "^1.0.0",
- "snapdragon": "^0.8.1",
- "to-regex": "^3.0.2"
- },
"engines": {
"node": ">=0.10.0"
}
},
- "node_modules/jest-config/node_modules/micromatch/node_modules/extend-shallow": {
- "version": "3.0.2",
+ "node_modules/is-plain-object": {
+ "version": "2.0.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "assign-symbols": "^1.0.0",
- "is-extendable": "^1.0.1"
+ "isobject": "^3.0.1"
},
"engines": {
"node": ">=0.10.0"
}
},
- "node_modules/jest-config/node_modules/mkdirp": {
- "version": "0.5.6",
- "license": "MIT",
- "dependencies": {
- "minimist": "^1.2.6"
- },
- "bin": {
- "mkdirp": "bin/cmd.js"
- }
+ "node_modules/is-potential-custom-element-name": {
+ "version": "1.0.1",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/jest-config/node_modules/optionator": {
- "version": "0.8.3",
+ "node_modules/is-reference": {
+ "version": "1.2.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "deep-is": "~0.1.3",
- "fast-levenshtein": "~2.0.6",
- "levn": "~0.3.0",
- "prelude-ls": "~1.1.2",
- "type-check": "~0.3.2",
- "word-wrap": "~1.2.3"
- },
- "engines": {
- "node": ">= 0.8.0"
+ "@types/estree": "*"
}
},
- "node_modules/jest-config/node_modules/p-locate": {
- "version": "3.0.0",
+ "node_modules/is-regex": {
+ "version": "1.1.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "p-limit": "^2.0.0"
+ "call-bind": "^1.0.2",
+ "has-tostringtag": "^1.0.0"
},
"engines": {
- "node": ">=6"
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jest-config/node_modules/parse5": {
- "version": "4.0.0",
- "license": "MIT"
- },
- "node_modules/jest-config/node_modules/path-exists": {
- "version": "3.0.0",
+ "node_modules/is-set": {
+ "version": "2.0.2",
+ "dev": true,
"license": "MIT",
- "engines": {
- "node": ">=4"
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jest-config/node_modules/path-type": {
- "version": "3.0.0",
+ "node_modules/is-shared-array-buffer": {
+ "version": "1.0.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "pify": "^3.0.0"
+ "call-bind": "^1.0.2"
},
- "engines": {
- "node": ">=4"
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jest-config/node_modules/pify": {
- "version": "3.0.0",
+ "node_modules/is-stream": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=4"
- }
- },
- "node_modules/jest-config/node_modules/prelude-ls": {
- "version": "1.1.2",
- "engines": {
- "node": ">= 0.8.0"
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/jest-config/node_modules/pretty-format": {
- "version": "24.9.0",
+ "node_modules/is-string": {
+ "version": "1.0.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/types": "^24.9.0",
- "ansi-regex": "^4.0.0",
- "ansi-styles": "^3.2.0",
- "react-is": "^16.8.4"
+ "has-tostringtag": "^1.0.0"
},
"engines": {
- "node": ">= 6"
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jest-config/node_modules/react-is": {
- "version": "16.13.1",
- "license": "MIT"
- },
- "node_modules/jest-config/node_modules/read-pkg": {
- "version": "3.0.0",
+ "node_modules/is-subdir": {
+ "version": "1.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "load-json-file": "^4.0.0",
- "normalize-package-data": "^2.3.2",
- "path-type": "^3.0.0"
+ "better-path-resolve": "1.0.0"
},
"engines": {
"node": ">=4"
}
},
- "node_modules/jest-config/node_modules/read-pkg-up": {
- "version": "4.0.0",
+ "node_modules/is-symbol": {
+ "version": "1.0.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "find-up": "^3.0.0",
- "read-pkg": "^3.0.0"
+ "has-symbols": "^1.0.2"
},
"engines": {
- "node": ">=6"
- }
- },
- "node_modules/jest-config/node_modules/semver": {
- "version": "6.3.1",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jest-config/node_modules/stack-utils": {
- "version": "1.0.5",
+ "node_modules/is-typed-array": {
+ "version": "1.1.13",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "escape-string-regexp": "^2.0.0"
+ "which-typed-array": "^1.1.14"
},
"engines": {
- "node": ">=8"
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jest-config/node_modules/string-width": {
- "version": "3.1.0",
+ "node_modules/is-unicode-supported": {
+ "version": "0.1.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "emoji-regex": "^7.0.1",
- "is-fullwidth-code-point": "^2.0.0",
- "strip-ansi": "^5.1.0"
- },
"engines": {
- "node": ">=6"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/jest-config/node_modules/strip-ansi": {
- "version": "5.2.0",
+ "node_modules/is-url-superb": {
+ "version": "4.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "ansi-regex": "^4.1.0"
- },
"engines": {
- "node": ">=6"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/jest-config/node_modules/supports-color": {
- "version": "6.1.0",
+ "node_modules/is-weakmap": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jest-config/node_modules/test-exclude": {
- "version": "5.2.3",
- "license": "ISC",
+ "node_modules/is-weakref": {
+ "version": "1.0.2",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "glob": "^7.1.3",
- "minimatch": "^3.0.4",
- "read-pkg-up": "^4.0.0",
- "require-main-filename": "^2.0.0"
+ "call-bind": "^1.0.2"
},
- "engines": {
- "node": ">=6"
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jest-config/node_modules/to-regex-range": {
- "version": "2.1.1",
+ "node_modules/is-weakset": {
+ "version": "2.0.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-number": "^3.0.0",
- "repeat-string": "^1.6.1"
+ "call-bind": "^1.0.2",
+ "get-intrinsic": "^1.1.1"
},
- "engines": {
- "node": ">=0.10.0"
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/jest-config/node_modules/tough-cookie": {
- "version": "2.5.0",
- "license": "BSD-3-Clause",
- "dependencies": {
- "psl": "^1.1.28",
- "punycode": "^2.1.1"
- },
- "engines": {
- "node": ">=0.8"
- }
+ "node_modules/is-what": {
+ "version": "3.14.1",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/jest-config/node_modules/tr46": {
- "version": "1.0.1",
+ "node_modules/is-windows": {
+ "version": "1.0.2",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "punycode": "^2.1.0"
+ "engines": {
+ "node": ">=0.10.0"
}
},
- "node_modules/jest-config/node_modules/type-check": {
- "version": "0.3.2",
+ "node_modules/is-wsl": {
+ "version": "2.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "prelude-ls": "~1.1.2"
+ "is-docker": "^2.0.0"
},
"engines": {
- "node": ">= 0.8.0"
+ "node": ">=8"
}
},
- "node_modules/jest-config/node_modules/webidl-conversions": {
- "version": "4.0.2",
- "license": "BSD-2-Clause"
+ "node_modules/isarray": {
+ "version": "0.0.1",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/jest-config/node_modules/whatwg-encoding": {
- "version": "1.0.5",
+ "node_modules/isexe": {
+ "version": "2.0.0",
+ "license": "ISC"
+ },
+ "node_modules/isobject": {
+ "version": "3.0.1",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "iconv-lite": "0.4.24"
+ "engines": {
+ "node": ">=0.10.0"
}
},
- "node_modules/jest-config/node_modules/whatwg-mimetype": {
- "version": "2.3.0",
- "license": "MIT"
- },
- "node_modules/jest-config/node_modules/whatwg-url": {
- "version": "6.5.0",
- "license": "MIT",
- "dependencies": {
- "lodash.sortby": "^4.7.0",
- "tr46": "^1.0.1",
- "webidl-conversions": "^4.0.2"
+ "node_modules/istanbul-lib-coverage": {
+ "version": "3.2.2",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/jest-config/node_modules/wrap-ansi": {
- "version": "5.1.0",
- "license": "MIT",
+ "node_modules/istanbul-lib-report": {
+ "version": "3.0.1",
+ "dev": true,
+ "license": "BSD-3-Clause",
"dependencies": {
- "ansi-styles": "^3.2.0",
- "string-width": "^3.0.0",
- "strip-ansi": "^5.0.0"
+ "istanbul-lib-coverage": "^3.0.0",
+ "make-dir": "^4.0.0",
+ "supports-color": "^7.1.0"
},
"engines": {
- "node": ">=6"
+ "node": ">=10"
}
},
- "node_modules/jest-config/node_modules/write-file-atomic": {
- "version": "2.4.1",
- "license": "ISC",
- "dependencies": {
- "graceful-fs": "^4.1.11",
- "imurmurhash": "^0.1.4",
- "signal-exit": "^3.0.2"
+ "node_modules/istanbul-lib-report/node_modules/has-flag": {
+ "version": "4.0.0",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/jest-config/node_modules/ws": {
- "version": "5.2.3",
+ "node_modules/istanbul-lib-report/node_modules/make-dir": {
+ "version": "4.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "async-limiter": "~1.0.0"
+ "semver": "^7.5.3"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/jest-config/node_modules/xml-name-validator": {
- "version": "3.0.0",
- "license": "Apache-2.0"
- },
- "node_modules/jest-config/node_modules/yargs": {
- "version": "13.3.2",
+ "node_modules/istanbul-lib-report/node_modules/supports-color": {
+ "version": "7.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "cliui": "^5.0.0",
- "find-up": "^3.0.0",
- "get-caller-file": "^2.0.1",
- "require-directory": "^2.1.1",
- "require-main-filename": "^2.0.0",
- "set-blocking": "^2.0.0",
- "string-width": "^3.0.0",
- "which-module": "^2.0.0",
- "y18n": "^4.0.0",
- "yargs-parser": "^13.1.2"
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/jest-config/node_modules/yargs-parser": {
- "version": "13.1.2",
- "license": "ISC",
+ "node_modules/istanbul-lib-source-maps": {
+ "version": "4.0.1",
+ "dev": true,
+ "license": "BSD-3-Clause",
"dependencies": {
- "camelcase": "^5.0.0",
- "decamelize": "^1.2.0"
+ "debug": "^4.1.1",
+ "istanbul-lib-coverage": "^3.0.0",
+ "source-map": "^0.6.1"
+ },
+ "engines": {
+ "node": ">=10"
}
},
- "node_modules/jest-css-modules": {
- "version": "2.1.0",
+ "node_modules/istanbul-reports": {
+ "version": "3.1.7",
"dev": true,
- "license": "ISC",
+ "license": "BSD-3-Clause",
"dependencies": {
- "identity-obj-proxy": "3.0.0"
+ "html-escaper": "^2.0.0",
+ "istanbul-lib-report": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/jest-diff": {
- "version": "29.7.0",
- "license": "MIT",
+ "node_modules/jackspeak": {
+ "version": "2.3.6",
+ "dev": true,
+ "license": "BlueOak-1.0.0",
"dependencies": {
- "chalk": "^4.0.0",
- "diff-sequences": "^29.6.3",
- "jest-get-type": "^29.6.3",
- "pretty-format": "^29.7.0"
+ "@isaacs/cliui": "^8.0.2"
},
"engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ },
+ "optionalDependencies": {
+ "@pkgjs/parseargs": "^0.11.0"
}
},
- "node_modules/jest-diff/node_modules/@jest/schemas": {
- "version": "29.6.3",
- "license": "MIT",
+ "node_modules/jake": {
+ "version": "10.9.1",
+ "dev": true,
+ "license": "Apache-2.0",
"dependencies": {
- "@sinclair/typebox": "^0.27.8"
+ "async": "^3.2.3",
+ "chalk": "^4.0.2",
+ "filelist": "^1.0.4",
+ "minimatch": "^3.1.2"
+ },
+ "bin": {
+ "jake": "bin/cli.js"
},
"engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "node": ">=10"
}
},
- "node_modules/jest-diff/node_modules/@sinclair/typebox": {
- "version": "0.27.8",
- "license": "MIT"
- },
- "node_modules/jest-diff/node_modules/ansi-styles": {
+ "node_modules/jake/node_modules/ansi-styles": {
"version": "4.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
@@ -40428,8 +27105,14 @@
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/jest-diff/node_modules/chalk": {
+ "node_modules/jake/node_modules/async": {
+ "version": "3.2.5",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/jake/node_modules/chalk": {
"version": "4.1.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
"ansi-styles": "^4.1.0",
@@ -40442,8 +27125,9 @@
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/jest-diff/node_modules/color-convert": {
+ "node_modules/jake/node_modules/color-convert": {
"version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
@@ -40452,76 +27136,181 @@
"node": ">=7.0.0"
}
},
- "node_modules/jest-diff/node_modules/color-name": {
+ "node_modules/jake/node_modules/color-name": {
"version": "1.1.4",
+ "dev": true,
"license": "MIT"
},
- "node_modules/jest-diff/node_modules/has-flag": {
+ "node_modules/jake/node_modules/has-flag": {
"version": "4.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
- "node_modules/jest-diff/node_modules/pretty-format": {
+ "node_modules/jake/node_modules/supports-color": {
+ "version": "7.2.0",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest": {
"version": "29.7.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/schemas": "^29.6.3",
- "ansi-styles": "^5.0.0",
- "react-is": "^18.0.0"
+ "@jest/core": "^29.7.0",
+ "@jest/types": "^29.6.3",
+ "import-local": "^3.0.2",
+ "jest-cli": "^29.7.0"
+ },
+ "bin": {
+ "jest": "bin/jest.js"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ },
+ "peerDependencies": {
+ "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
+ },
+ "peerDependenciesMeta": {
+ "node-notifier": {
+ "optional": true
+ }
}
},
- "node_modules/jest-diff/node_modules/pretty-format/node_modules/ansi-styles": {
- "version": "5.2.0",
+ "node_modules/jest-changed-files": {
+ "version": "29.7.0",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "execa": "^5.0.0",
+ "jest-util": "^29.7.0",
+ "p-limit": "^3.1.0"
+ },
+ "engines": {
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ }
+ },
+ "node_modules/jest-changed-files/node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/jest-changed-files/node_modules/execa": {
+ "version": "5.1.1",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "cross-spawn": "^7.0.3",
+ "get-stream": "^6.0.0",
+ "human-signals": "^2.1.0",
+ "is-stream": "^2.0.0",
+ "merge-stream": "^2.0.0",
+ "npm-run-path": "^4.0.1",
+ "onetime": "^5.1.2",
+ "signal-exit": "^3.0.3",
+ "strip-final-newline": "^2.0.0"
+ },
"engines": {
"node": ">=10"
},
"funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ "url": "https://github.com/sindresorhus/execa?sponsor=1"
}
},
- "node_modules/jest-diff/node_modules/supports-color": {
- "version": "7.2.0",
+ "node_modules/jest-changed-files/node_modules/p-limit": {
+ "version": "3.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "has-flag": "^4.0.0"
+ "yocto-queue": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/jest-changed-files/node_modules/shebang-command": {
+ "version": "2.0.0",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
- "node_modules/jest-docblock": {
- "version": "29.7.0",
+ "node_modules/jest-changed-files/node_modules/shebang-regex": {
+ "version": "3.0.0",
"dev": true,
"license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-changed-files/node_modules/which": {
+ "version": "2.0.2",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "detect-newline": "^3.0.0"
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
},
"engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "node": ">= 8"
}
},
- "node_modules/jest-each": {
+ "node_modules/jest-circus": {
"version": "29.7.0",
"dev": true,
"license": "MIT",
"dependencies": {
+ "@jest/environment": "^29.7.0",
+ "@jest/expect": "^29.7.0",
+ "@jest/test-result": "^29.7.0",
"@jest/types": "^29.6.3",
+ "@types/node": "*",
"chalk": "^4.0.0",
- "jest-get-type": "^29.6.3",
+ "co": "^4.6.0",
+ "dedent": "^1.0.0",
+ "is-generator-fn": "^2.0.0",
+ "jest-each": "^29.7.0",
+ "jest-matcher-utils": "^29.7.0",
+ "jest-message-util": "^29.7.0",
+ "jest-runtime": "^29.7.0",
+ "jest-snapshot": "^29.7.0",
"jest-util": "^29.7.0",
- "pretty-format": "^29.7.0"
+ "p-limit": "^3.1.0",
+ "pretty-format": "^29.7.0",
+ "pure-rand": "^6.0.0",
+ "slash": "^3.0.0",
+ "stack-utils": "^2.0.3"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/jest-each/node_modules/@jest/schemas": {
+ "node_modules/jest-circus/node_modules/@jest/schemas": {
"version": "29.6.3",
"dev": true,
"license": "MIT",
@@ -40532,12 +27321,12 @@
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/jest-each/node_modules/@sinclair/typebox": {
+ "node_modules/jest-circus/node_modules/@sinclair/typebox": {
"version": "0.27.8",
"dev": true,
"license": "MIT"
},
- "node_modules/jest-each/node_modules/ansi-styles": {
+ "node_modules/jest-circus/node_modules/ansi-styles": {
"version": "4.3.0",
"dev": true,
"license": "MIT",
@@ -40551,7 +27340,7 @@
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/jest-each/node_modules/chalk": {
+ "node_modules/jest-circus/node_modules/chalk": {
"version": "4.1.2",
"dev": true,
"license": "MIT",
@@ -40566,7 +27355,7 @@
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/jest-each/node_modules/color-convert": {
+ "node_modules/jest-circus/node_modules/color-convert": {
"version": "2.0.1",
"dev": true,
"license": "MIT",
@@ -40577,12 +27366,25 @@
"node": ">=7.0.0"
}
},
- "node_modules/jest-each/node_modules/color-name": {
+ "node_modules/jest-circus/node_modules/color-name": {
"version": "1.1.4",
"dev": true,
"license": "MIT"
},
- "node_modules/jest-each/node_modules/has-flag": {
+ "node_modules/jest-circus/node_modules/dedent": {
+ "version": "1.5.1",
+ "dev": true,
+ "license": "MIT",
+ "peerDependencies": {
+ "babel-plugin-macros": "^3.1.0"
+ },
+ "peerDependenciesMeta": {
+ "babel-plugin-macros": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/jest-circus/node_modules/has-flag": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
@@ -40590,7 +27392,35 @@
"node": ">=8"
}
},
- "node_modules/jest-each/node_modules/pretty-format": {
+ "node_modules/jest-circus/node_modules/jest-matcher-utils": {
+ "version": "29.7.0",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "chalk": "^4.0.0",
+ "jest-diff": "^29.7.0",
+ "jest-get-type": "^29.6.3",
+ "pretty-format": "^29.7.0"
+ },
+ "engines": {
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ }
+ },
+ "node_modules/jest-circus/node_modules/p-limit": {
+ "version": "3.1.0",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "yocto-queue": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/jest-circus/node_modules/pretty-format": {
"version": "29.7.0",
"dev": true,
"license": "MIT",
@@ -40603,7 +27433,7 @@
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/jest-each/node_modules/pretty-format/node_modules/ansi-styles": {
+ "node_modules/jest-circus/node_modules/pretty-format/node_modules/ansi-styles": {
"version": "5.2.0",
"dev": true,
"license": "MIT",
@@ -40614,7 +27444,15 @@
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/jest-each/node_modules/supports-color": {
+ "node_modules/jest-circus/node_modules/slash": {
+ "version": "3.0.0",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-circus/node_modules/supports-color": {
"version": "7.2.0",
"dev": true,
"license": "MIT",
@@ -40625,921 +27463,662 @@
"node": ">=8"
}
},
- "node_modules/jest-environment-jsdom": {
+ "node_modules/jest-cli": {
"version": "29.7.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@jest/environment": "^29.7.0",
- "@jest/fake-timers": "^29.7.0",
+ "@jest/core": "^29.7.0",
+ "@jest/test-result": "^29.7.0",
"@jest/types": "^29.6.3",
- "@types/jsdom": "^20.0.0",
- "@types/node": "*",
- "jest-mock": "^29.7.0",
+ "chalk": "^4.0.0",
+ "create-jest": "^29.7.0",
+ "exit": "^0.1.2",
+ "import-local": "^3.0.2",
+ "jest-config": "^29.7.0",
"jest-util": "^29.7.0",
- "jsdom": "^20.0.0"
+ "jest-validate": "^29.7.0",
+ "yargs": "^17.3.1"
+ },
+ "bin": {
+ "jest": "bin/jest.js"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"peerDependencies": {
- "canvas": "^2.5.0"
+ "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
},
"peerDependenciesMeta": {
- "canvas": {
+ "node-notifier": {
"optional": true
}
}
},
- "node_modules/jest-environment-jsdom/node_modules/jest-mock": {
- "version": "29.7.0",
+ "node_modules/jest-cli/node_modules/@jest/schemas": {
+ "version": "29.6.3",
"dev": true,
"license": "MIT",
"dependencies": {
- "@jest/types": "^29.6.3",
- "@types/node": "*",
- "jest-util": "^29.7.0"
+ "@sinclair/typebox": "^0.27.8"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/jest-environment-node": {
- "version": "29.7.0",
+ "node_modules/jest-cli/node_modules/@sinclair/typebox": {
+ "version": "0.27.8",
"dev": true,
- "license": "MIT",
- "dependencies": {
- "@jest/environment": "^29.7.0",
- "@jest/fake-timers": "^29.7.0",
- "@jest/types": "^29.6.3",
- "@types/node": "*",
- "jest-mock": "^29.7.0",
- "jest-util": "^29.7.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
+ "license": "MIT"
},
- "node_modules/jest-environment-node/node_modules/jest-mock": {
- "version": "29.7.0",
+ "node_modules/jest-cli/node_modules/ansi-styles": {
+ "version": "4.3.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@jest/types": "^29.6.3",
- "@types/node": "*",
- "jest-util": "^29.7.0"
+ "color-convert": "^2.0.1"
},
"engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-fail-on-console": {
- "version": "3.2.0",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/jest-get-type": {
- "version": "29.6.3",
- "license": "MIT",
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/jest-haste-map": {
+ "node_modules/jest-cli/node_modules/babel-jest": {
"version": "29.7.0",
"dev": true,
"license": "MIT",
"dependencies": {
- "@jest/types": "^29.6.3",
- "@types/graceful-fs": "^4.1.3",
- "@types/node": "*",
- "anymatch": "^3.0.3",
- "fb-watchman": "^2.0.0",
+ "@jest/transform": "^29.7.0",
+ "@types/babel__core": "^7.1.14",
+ "babel-plugin-istanbul": "^6.1.1",
+ "babel-preset-jest": "^29.6.3",
+ "chalk": "^4.0.0",
"graceful-fs": "^4.2.9",
- "jest-regex-util": "^29.6.3",
- "jest-util": "^29.7.0",
- "jest-worker": "^29.7.0",
- "micromatch": "^4.0.4",
- "walker": "^1.0.8"
+ "slash": "^3.0.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
- "optionalDependencies": {
- "fsevents": "^2.3.2"
+ "peerDependencies": {
+ "@babel/core": "^7.8.0"
}
},
- "node_modules/jest-haste-map/node_modules/anymatch": {
- "version": "3.1.3",
+ "node_modules/jest-cli/node_modules/babel-preset-jest": {
+ "version": "29.6.3",
"dev": true,
- "license": "ISC",
- "dependencies": {
- "normalize-path": "^3.0.0",
- "picomatch": "^2.0.4"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/jest-jasmine2": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@babel/traverse": "^7.1.0",
- "@jest/environment": "^24.9.0",
- "@jest/test-result": "^24.9.0",
- "@jest/types": "^24.9.0",
- "chalk": "^2.0.1",
- "co": "^4.6.0",
- "expect": "^24.9.0",
- "is-generator-fn": "^2.0.0",
- "jest-each": "^24.9.0",
- "jest-matcher-utils": "^24.9.0",
- "jest-message-util": "^24.9.0",
- "jest-runtime": "^24.9.0",
- "jest-snapshot": "^24.9.0",
- "jest-util": "^24.9.0",
- "pretty-format": "^24.9.0",
- "throat": "^4.0.0"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/jest-jasmine2/node_modules/@jest/console": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/source-map": "^24.9.0",
- "chalk": "^2.0.1",
- "slash": "^2.0.0"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/jest-jasmine2/node_modules/@jest/environment": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/fake-timers": "^24.9.0",
- "@jest/transform": "^24.9.0",
- "@jest/types": "^24.9.0",
- "jest-mock": "^24.9.0"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/jest-jasmine2/node_modules/@jest/fake-timers": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/types": "^24.9.0",
- "jest-message-util": "^24.9.0",
- "jest-mock": "^24.9.0"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/jest-jasmine2/node_modules/@jest/source-map": {
- "version": "24.9.0",
"license": "MIT",
"dependencies": {
- "callsites": "^3.0.0",
- "graceful-fs": "^4.1.15",
- "source-map": "^0.6.0"
+ "babel-plugin-jest-hoist": "^29.6.3",
+ "babel-preset-current-node-syntax": "^1.0.0"
},
"engines": {
- "node": ">= 6"
- }
- },
- "node_modules/jest-jasmine2/node_modules/@jest/test-result": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/console": "^24.9.0",
- "@jest/types": "^24.9.0",
- "@types/istanbul-lib-coverage": "^2.0.0"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
- "engines": {
- "node": ">= 6"
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
}
},
- "node_modules/jest-jasmine2/node_modules/@jest/transform": {
- "version": "24.9.0",
+ "node_modules/jest-cli/node_modules/chalk": {
+ "version": "4.1.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/core": "^7.1.0",
- "@jest/types": "^24.9.0",
- "babel-plugin-istanbul": "^5.1.0",
- "chalk": "^2.0.1",
- "convert-source-map": "^1.4.0",
- "fast-json-stable-stringify": "^2.0.0",
- "graceful-fs": "^4.1.15",
- "jest-haste-map": "^24.9.0",
- "jest-regex-util": "^24.9.0",
- "jest-util": "^24.9.0",
- "micromatch": "^3.1.10",
- "pirates": "^4.0.1",
- "realpath-native": "^1.1.0",
- "slash": "^2.0.0",
- "source-map": "^0.6.1",
- "write-file-atomic": "2.4.1"
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
},
"engines": {
- "node": ">= 6"
- }
- },
- "node_modules/jest-jasmine2/node_modules/@jest/types": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@types/istanbul-lib-coverage": "^2.0.0",
- "@types/istanbul-reports": "^1.1.1",
- "@types/yargs": "^13.0.0"
+ "node": ">=10"
},
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/jest-jasmine2/node_modules/@types/istanbul-reports": {
- "version": "1.1.2",
- "license": "MIT",
- "dependencies": {
- "@types/istanbul-lib-coverage": "*",
- "@types/istanbul-lib-report": "*"
- }
- },
- "node_modules/jest-jasmine2/node_modules/@types/stack-utils": {
- "version": "1.0.1",
- "license": "MIT"
- },
- "node_modules/jest-jasmine2/node_modules/@types/yargs": {
- "version": "13.0.12",
- "license": "MIT",
- "dependencies": {
- "@types/yargs-parser": "*"
- }
- },
- "node_modules/jest-jasmine2/node_modules/ansi-regex": {
- "version": "4.1.1",
- "license": "MIT",
- "engines": {
- "node": ">=6"
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/jest-jasmine2/node_modules/babel-plugin-istanbul": {
- "version": "5.2.0",
- "license": "BSD-3-Clause",
+ "node_modules/jest-cli/node_modules/cliui": {
+ "version": "8.0.1",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "@babel/helper-plugin-utils": "^7.0.0",
- "find-up": "^3.0.0",
- "istanbul-lib-instrument": "^3.3.0",
- "test-exclude": "^5.2.3"
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.1",
+ "wrap-ansi": "^7.0.0"
},
"engines": {
- "node": ">=6"
+ "node": ">=12"
}
},
- "node_modules/jest-jasmine2/node_modules/braces": {
- "version": "2.3.2",
+ "node_modules/jest-cli/node_modules/color-convert": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "arr-flatten": "^1.1.0",
- "array-unique": "^0.3.2",
- "extend-shallow": "^2.0.1",
- "fill-range": "^4.0.0",
- "isobject": "^3.0.1",
- "repeat-element": "^1.1.2",
- "snapdragon": "^0.8.1",
- "snapdragon-node": "^2.0.1",
- "split-string": "^3.0.2",
- "to-regex": "^3.0.1"
+ "color-name": "~1.1.4"
},
"engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/jest-jasmine2/node_modules/camelcase": {
- "version": "5.3.1",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/jest-jasmine2/node_modules/cliui": {
- "version": "5.0.0",
- "license": "ISC",
- "dependencies": {
- "string-width": "^3.1.0",
- "strip-ansi": "^5.2.0",
- "wrap-ansi": "^5.1.0"
- }
- },
- "node_modules/jest-jasmine2/node_modules/diff-sequences": {
- "version": "24.9.0",
- "license": "MIT",
- "engines": {
- "node": ">= 6"
+ "node": ">=7.0.0"
}
},
- "node_modules/jest-jasmine2/node_modules/emoji-regex": {
- "version": "7.0.3",
+ "node_modules/jest-cli/node_modules/color-name": {
+ "version": "1.1.4",
+ "dev": true,
"license": "MIT"
},
- "node_modules/jest-jasmine2/node_modules/escape-string-regexp": {
- "version": "2.0.0",
+ "node_modules/jest-cli/node_modules/has-flag": {
+ "version": "4.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
- "node_modules/jest-jasmine2/node_modules/expect": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/types": "^24.9.0",
- "ansi-styles": "^3.2.0",
- "jest-get-type": "^24.9.0",
- "jest-matcher-utils": "^24.9.0",
- "jest-message-util": "^24.9.0",
- "jest-regex-util": "^24.9.0"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/jest-jasmine2/node_modules/fill-range": {
- "version": "4.0.0",
+ "node_modules/jest-cli/node_modules/jest-config": {
+ "version": "29.7.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "extend-shallow": "^2.0.1",
- "is-number": "^3.0.0",
- "repeat-string": "^1.6.1",
- "to-regex-range": "^2.1.0"
+ "@babel/core": "^7.11.6",
+ "@jest/test-sequencer": "^29.7.0",
+ "@jest/types": "^29.6.3",
+ "babel-jest": "^29.7.0",
+ "chalk": "^4.0.0",
+ "ci-info": "^3.2.0",
+ "deepmerge": "^4.2.2",
+ "glob": "^7.1.3",
+ "graceful-fs": "^4.2.9",
+ "jest-circus": "^29.7.0",
+ "jest-environment-node": "^29.7.0",
+ "jest-get-type": "^29.6.3",
+ "jest-regex-util": "^29.6.3",
+ "jest-resolve": "^29.7.0",
+ "jest-runner": "^29.7.0",
+ "jest-util": "^29.7.0",
+ "jest-validate": "^29.7.0",
+ "micromatch": "^4.0.4",
+ "parse-json": "^5.2.0",
+ "pretty-format": "^29.7.0",
+ "slash": "^3.0.0",
+ "strip-json-comments": "^3.1.1"
},
"engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/jest-jasmine2/node_modules/find-up": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "locate-path": "^3.0.0"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/jest-jasmine2/node_modules/fsevents": {
- "version": "1.2.13",
- "hasInstallScript": true,
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
- "dependencies": {
- "bindings": "^1.5.0",
- "nan": "^2.12.1"
+ "peerDependencies": {
+ "@types/node": "*",
+ "ts-node": ">=9.0.0"
},
- "engines": {
- "node": ">= 4.0"
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ },
+ "ts-node": {
+ "optional": true
+ }
}
},
- "node_modules/jest-jasmine2/node_modules/is-buffer": {
- "version": "1.1.6",
- "license": "MIT"
- },
- "node_modules/jest-jasmine2/node_modules/is-extendable": {
- "version": "1.0.1",
+ "node_modules/jest-cli/node_modules/pretty-format": {
+ "version": "29.7.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-plain-object": "^2.0.4"
+ "@jest/schemas": "^29.6.3",
+ "ansi-styles": "^5.0.0",
+ "react-is": "^18.0.0"
},
"engines": {
- "node": ">=0.10.0"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/jest-jasmine2/node_modules/is-fullwidth-code-point": {
- "version": "2.0.0",
+ "node_modules/jest-cli/node_modules/pretty-format/node_modules/ansi-styles": {
+ "version": "5.2.0",
+ "dev": true,
"license": "MIT",
"engines": {
- "node": ">=4"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/jest-jasmine2/node_modules/is-number": {
+ "node_modules/jest-cli/node_modules/slash": {
"version": "3.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "kind-of": "^3.0.2"
- },
"engines": {
- "node": ">=0.10.0"
+ "node": ">=8"
}
},
- "node_modules/jest-jasmine2/node_modules/is-number/node_modules/kind-of": {
- "version": "3.2.2",
+ "node_modules/jest-cli/node_modules/supports-color": {
+ "version": "7.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-buffer": "^1.1.5"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/jest-jasmine2/node_modules/istanbul-lib-coverage": {
- "version": "2.0.5",
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/jest-jasmine2/node_modules/istanbul-lib-instrument": {
- "version": "3.3.0",
- "license": "BSD-3-Clause",
- "dependencies": {
- "@babel/generator": "^7.4.0",
- "@babel/parser": "^7.4.3",
- "@babel/template": "^7.4.0",
- "@babel/traverse": "^7.4.3",
- "@babel/types": "^7.4.0",
- "istanbul-lib-coverage": "^2.0.5",
- "semver": "^6.0.0"
+ "has-flag": "^4.0.0"
},
"engines": {
- "node": ">=6"
+ "node": ">=8"
}
},
- "node_modules/jest-jasmine2/node_modules/jest-diff": {
- "version": "24.9.0",
+ "node_modules/jest-cli/node_modules/wrap-ansi": {
+ "version": "7.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "chalk": "^2.0.1",
- "diff-sequences": "^24.9.0",
- "jest-get-type": "^24.9.0",
- "pretty-format": "^24.9.0"
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
},
"engines": {
- "node": ">= 6"
- }
- },
- "node_modules/jest-jasmine2/node_modules/jest-each": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "@jest/types": "^24.9.0",
- "chalk": "^2.0.1",
- "jest-get-type": "^24.9.0",
- "jest-util": "^24.9.0",
- "pretty-format": "^24.9.0"
+ "node": ">=10"
},
- "engines": {
- "node": ">= 6"
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
}
},
- "node_modules/jest-jasmine2/node_modules/jest-get-type": {
- "version": "24.9.0",
- "license": "MIT",
+ "node_modules/jest-cli/node_modules/y18n": {
+ "version": "5.0.8",
+ "dev": true,
+ "license": "ISC",
"engines": {
- "node": ">= 6"
+ "node": ">=10"
}
},
- "node_modules/jest-jasmine2/node_modules/jest-haste-map": {
- "version": "24.9.0",
+ "node_modules/jest-cli/node_modules/yargs": {
+ "version": "17.7.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/types": "^24.9.0",
- "anymatch": "^2.0.0",
- "fb-watchman": "^2.0.0",
- "graceful-fs": "^4.1.15",
- "invariant": "^2.2.4",
- "jest-serializer": "^24.9.0",
- "jest-util": "^24.9.0",
- "jest-worker": "^24.9.0",
- "micromatch": "^3.1.10",
- "sane": "^4.0.3",
- "walker": "^1.0.7"
+ "cliui": "^8.0.1",
+ "escalade": "^3.1.1",
+ "get-caller-file": "^2.0.5",
+ "require-directory": "^2.1.1",
+ "string-width": "^4.2.3",
+ "y18n": "^5.0.5",
+ "yargs-parser": "^21.1.1"
},
"engines": {
- "node": ">= 6"
- },
- "optionalDependencies": {
- "fsevents": "^1.2.7"
+ "node": ">=12"
}
},
- "node_modules/jest-jasmine2/node_modules/jest-matcher-utils": {
- "version": "24.9.0",
- "license": "MIT",
- "dependencies": {
- "chalk": "^2.0.1",
- "jest-diff": "^24.9.0",
- "jest-get-type": "^24.9.0",
- "pretty-format": "^24.9.0"
- },
+ "node_modules/jest-cli/node_modules/yargs-parser": {
+ "version": "21.1.1",
+ "dev": true,
+ "license": "ISC",
"engines": {
- "node": ">= 6"
+ "node": ">=12"
}
},
- "node_modules/jest-jasmine2/node_modules/jest-message-util": {
- "version": "24.9.0",
- "license": "MIT",
+ "node_modules/jest-css-modules": {
+ "version": "2.1.0",
+ "dev": true,
+ "license": "ISC",
"dependencies": {
- "@babel/code-frame": "^7.0.0",
- "@jest/test-result": "^24.9.0",
- "@jest/types": "^24.9.0",
- "@types/stack-utils": "^1.0.1",
- "chalk": "^2.0.1",
- "micromatch": "^3.1.10",
- "slash": "^2.0.0",
- "stack-utils": "^1.0.1"
- },
- "engines": {
- "node": ">= 6"
+ "identity-obj-proxy": "3.0.0"
}
},
- "node_modules/jest-jasmine2/node_modules/jest-mock": {
- "version": "24.9.0",
+ "node_modules/jest-diff": {
+ "version": "29.7.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/types": "^24.9.0"
+ "chalk": "^4.0.0",
+ "diff-sequences": "^29.6.3",
+ "jest-get-type": "^29.6.3",
+ "pretty-format": "^29.7.0"
},
"engines": {
- "node": ">= 6"
- }
- },
- "node_modules/jest-jasmine2/node_modules/jest-regex-util": {
- "version": "24.9.0",
- "license": "MIT",
- "engines": {
- "node": ">= 6"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/jest-jasmine2/node_modules/jest-resolve": {
- "version": "24.9.0",
+ "node_modules/jest-diff/node_modules/@jest/schemas": {
+ "version": "29.6.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/types": "^24.9.0",
- "browser-resolve": "^1.11.3",
- "chalk": "^2.0.1",
- "jest-pnp-resolver": "^1.2.1",
- "realpath-native": "^1.1.0"
+ "@sinclair/typebox": "^0.27.8"
},
"engines": {
- "node": ">= 6"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/jest-jasmine2/node_modules/jest-runtime": {
- "version": "24.9.0",
+ "node_modules/jest-diff/node_modules/@sinclair/typebox": {
+ "version": "0.27.8",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/jest-diff/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/console": "^24.7.1",
- "@jest/environment": "^24.9.0",
- "@jest/source-map": "^24.3.0",
- "@jest/transform": "^24.9.0",
- "@jest/types": "^24.9.0",
- "@types/yargs": "^13.0.0",
- "chalk": "^2.0.1",
- "exit": "^0.1.2",
- "glob": "^7.1.3",
- "graceful-fs": "^4.1.15",
- "jest-config": "^24.9.0",
- "jest-haste-map": "^24.9.0",
- "jest-message-util": "^24.9.0",
- "jest-mock": "^24.9.0",
- "jest-regex-util": "^24.3.0",
- "jest-resolve": "^24.9.0",
- "jest-snapshot": "^24.9.0",
- "jest-util": "^24.9.0",
- "jest-validate": "^24.9.0",
- "realpath-native": "^1.1.0",
- "slash": "^2.0.0",
- "strip-bom": "^3.0.0",
- "yargs": "^13.3.0"
- },
- "bin": {
- "jest-runtime": "bin/jest-runtime.js"
+ "color-convert": "^2.0.1"
},
"engines": {
- "node": ">= 6"
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/jest-jasmine2/node_modules/jest-snapshot": {
- "version": "24.9.0",
+ "node_modules/jest-diff/node_modules/chalk": {
+ "version": "4.1.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@babel/types": "^7.0.0",
- "@jest/types": "^24.9.0",
- "chalk": "^2.0.1",
- "expect": "^24.9.0",
- "jest-diff": "^24.9.0",
- "jest-get-type": "^24.9.0",
- "jest-matcher-utils": "^24.9.0",
- "jest-message-util": "^24.9.0",
- "jest-resolve": "^24.9.0",
- "mkdirp": "^0.5.1",
- "natural-compare": "^1.4.0",
- "pretty-format": "^24.9.0",
- "semver": "^6.2.0"
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
},
"engines": {
- "node": ">= 6"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/jest-jasmine2/node_modules/jest-util": {
- "version": "24.9.0",
+ "node_modules/jest-diff/node_modules/color-convert": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/console": "^24.9.0",
- "@jest/fake-timers": "^24.9.0",
- "@jest/source-map": "^24.9.0",
- "@jest/test-result": "^24.9.0",
- "@jest/types": "^24.9.0",
- "callsites": "^3.0.0",
- "chalk": "^2.0.1",
- "graceful-fs": "^4.1.15",
- "is-ci": "^2.0.0",
- "mkdirp": "^0.5.1",
- "slash": "^2.0.0",
- "source-map": "^0.6.0"
+ "color-name": "~1.1.4"
},
"engines": {
- "node": ">= 6"
+ "node": ">=7.0.0"
}
},
- "node_modules/jest-jasmine2/node_modules/jest-validate": {
- "version": "24.9.0",
+ "node_modules/jest-diff/node_modules/color-name": {
+ "version": "1.1.4",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/jest-diff/node_modules/has-flag": {
+ "version": "4.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "@jest/types": "^24.9.0",
- "camelcase": "^5.3.1",
- "chalk": "^2.0.1",
- "jest-get-type": "^24.9.0",
- "leven": "^3.1.0",
- "pretty-format": "^24.9.0"
- },
"engines": {
- "node": ">= 6"
+ "node": ">=8"
}
},
- "node_modules/jest-jasmine2/node_modules/jest-worker": {
- "version": "24.9.0",
+ "node_modules/jest-diff/node_modules/pretty-format": {
+ "version": "29.7.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "merge-stream": "^2.0.0",
- "supports-color": "^6.1.0"
+ "@jest/schemas": "^29.6.3",
+ "ansi-styles": "^5.0.0",
+ "react-is": "^18.0.0"
},
"engines": {
- "node": ">= 6"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/jest-jasmine2/node_modules/locate-path": {
- "version": "3.0.0",
+ "node_modules/jest-diff/node_modules/pretty-format/node_modules/ansi-styles": {
+ "version": "5.2.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "p-locate": "^3.0.0",
- "path-exists": "^3.0.0"
- },
"engines": {
- "node": ">=6"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/jest-jasmine2/node_modules/micromatch": {
- "version": "3.1.10",
+ "node_modules/jest-diff/node_modules/supports-color": {
+ "version": "7.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "arr-diff": "^4.0.0",
- "array-unique": "^0.3.2",
- "braces": "^2.3.1",
- "define-property": "^2.0.2",
- "extend-shallow": "^3.0.2",
- "extglob": "^2.0.4",
- "fragment-cache": "^0.2.1",
- "kind-of": "^6.0.2",
- "nanomatch": "^1.2.9",
- "object.pick": "^1.3.0",
- "regex-not": "^1.0.0",
- "snapdragon": "^0.8.1",
- "to-regex": "^3.0.2"
+ "has-flag": "^4.0.0"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=8"
}
},
- "node_modules/jest-jasmine2/node_modules/micromatch/node_modules/extend-shallow": {
- "version": "3.0.2",
+ "node_modules/jest-docblock": {
+ "version": "29.7.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "assign-symbols": "^1.0.0",
- "is-extendable": "^1.0.1"
+ "detect-newline": "^3.0.0"
},
"engines": {
- "node": ">=0.10.0"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/jest-jasmine2/node_modules/mkdirp": {
- "version": "0.5.6",
+ "node_modules/jest-each": {
+ "version": "29.7.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "minimist": "^1.2.6"
+ "@jest/types": "^29.6.3",
+ "chalk": "^4.0.0",
+ "jest-get-type": "^29.6.3",
+ "jest-util": "^29.7.0",
+ "pretty-format": "^29.7.0"
},
- "bin": {
- "mkdirp": "bin/cmd.js"
+ "engines": {
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/jest-jasmine2/node_modules/p-locate": {
- "version": "3.0.0",
+ "node_modules/jest-each/node_modules/@jest/schemas": {
+ "version": "29.6.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "p-limit": "^2.0.0"
+ "@sinclair/typebox": "^0.27.8"
},
"engines": {
- "node": ">=6"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/jest-jasmine2/node_modules/path-exists": {
- "version": "3.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
+ "node_modules/jest-each/node_modules/@sinclair/typebox": {
+ "version": "0.27.8",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/jest-jasmine2/node_modules/path-type": {
- "version": "3.0.0",
+ "node_modules/jest-each/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "pify": "^3.0.0"
+ "color-convert": "^2.0.1"
},
"engines": {
- "node": ">=4"
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/jest-jasmine2/node_modules/pify": {
- "version": "3.0.0",
+ "node_modules/jest-each/node_modules/chalk": {
+ "version": "4.1.2",
+ "dev": true,
"license": "MIT",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
"engines": {
- "node": ">=4"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/jest-jasmine2/node_modules/pretty-format": {
- "version": "24.9.0",
+ "node_modules/jest-each/node_modules/color-convert": {
+ "version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "@jest/types": "^24.9.0",
- "ansi-regex": "^4.0.0",
- "ansi-styles": "^3.2.0",
- "react-is": "^16.8.4"
+ "color-name": "~1.1.4"
},
"engines": {
- "node": ">= 6"
+ "node": ">=7.0.0"
}
},
- "node_modules/jest-jasmine2/node_modules/react-is": {
- "version": "16.13.1",
+ "node_modules/jest-each/node_modules/color-name": {
+ "version": "1.1.4",
+ "dev": true,
"license": "MIT"
},
- "node_modules/jest-jasmine2/node_modules/read-pkg": {
- "version": "3.0.0",
+ "node_modules/jest-each/node_modules/has-flag": {
+ "version": "4.0.0",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "load-json-file": "^4.0.0",
- "normalize-package-data": "^2.3.2",
- "path-type": "^3.0.0"
- },
"engines": {
- "node": ">=4"
+ "node": ">=8"
}
},
- "node_modules/jest-jasmine2/node_modules/read-pkg-up": {
- "version": "4.0.0",
+ "node_modules/jest-each/node_modules/pretty-format": {
+ "version": "29.7.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "find-up": "^3.0.0",
- "read-pkg": "^3.0.0"
+ "@jest/schemas": "^29.6.3",
+ "ansi-styles": "^5.0.0",
+ "react-is": "^18.0.0"
},
"engines": {
- "node": ">=6"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/jest-jasmine2/node_modules/semver": {
- "version": "6.3.1",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
+ "node_modules/jest-each/node_modules/pretty-format/node_modules/ansi-styles": {
+ "version": "5.2.0",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/jest-jasmine2/node_modules/stack-utils": {
- "version": "1.0.5",
+ "node_modules/jest-each/node_modules/supports-color": {
+ "version": "7.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "escape-string-regexp": "^2.0.0"
+ "has-flag": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
- "node_modules/jest-jasmine2/node_modules/string-width": {
- "version": "3.1.0",
+ "node_modules/jest-environment-jsdom": {
+ "version": "29.7.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "emoji-regex": "^7.0.1",
- "is-fullwidth-code-point": "^2.0.0",
- "strip-ansi": "^5.1.0"
+ "@jest/environment": "^29.7.0",
+ "@jest/fake-timers": "^29.7.0",
+ "@jest/types": "^29.6.3",
+ "@types/jsdom": "^20.0.0",
+ "@types/node": "*",
+ "jest-mock": "^29.7.0",
+ "jest-util": "^29.7.0",
+ "jsdom": "^20.0.0"
},
"engines": {
- "node": ">=6"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ },
+ "peerDependencies": {
+ "canvas": "^2.5.0"
+ },
+ "peerDependenciesMeta": {
+ "canvas": {
+ "optional": true
+ }
}
},
- "node_modules/jest-jasmine2/node_modules/strip-ansi": {
- "version": "5.2.0",
+ "node_modules/jest-environment-jsdom/node_modules/jest-mock": {
+ "version": "29.7.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ansi-regex": "^4.1.0"
+ "@jest/types": "^29.6.3",
+ "@types/node": "*",
+ "jest-util": "^29.7.0"
},
"engines": {
- "node": ">=6"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/jest-jasmine2/node_modules/supports-color": {
- "version": "6.1.0",
+ "node_modules/jest-environment-node": {
+ "version": "29.7.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "has-flag": "^3.0.0"
+ "@jest/environment": "^29.7.0",
+ "@jest/fake-timers": "^29.7.0",
+ "@jest/types": "^29.6.3",
+ "@types/node": "*",
+ "jest-mock": "^29.7.0",
+ "jest-util": "^29.7.0"
},
"engines": {
- "node": ">=6"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/jest-jasmine2/node_modules/test-exclude": {
- "version": "5.2.3",
- "license": "ISC",
+ "node_modules/jest-environment-node/node_modules/jest-mock": {
+ "version": "29.7.0",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "glob": "^7.1.3",
- "minimatch": "^3.0.4",
- "read-pkg-up": "^4.0.0",
- "require-main-filename": "^2.0.0"
+ "@jest/types": "^29.6.3",
+ "@types/node": "*",
+ "jest-util": "^29.7.0"
},
"engines": {
- "node": ">=6"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/jest-jasmine2/node_modules/to-regex-range": {
- "version": "2.1.1",
+ "node_modules/jest-fail-on-console": {
+ "version": "3.2.0",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/jest-get-type": {
+ "version": "29.6.3",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "is-number": "^3.0.0",
- "repeat-string": "^1.6.1"
- },
"engines": {
- "node": ">=0.10.0"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
- "node_modules/jest-jasmine2/node_modules/wrap-ansi": {
- "version": "5.1.0",
+ "node_modules/jest-haste-map": {
+ "version": "29.7.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "ansi-styles": "^3.2.0",
- "string-width": "^3.0.0",
- "strip-ansi": "^5.0.0"
+ "@jest/types": "^29.6.3",
+ "@types/graceful-fs": "^4.1.3",
+ "@types/node": "*",
+ "anymatch": "^3.0.3",
+ "fb-watchman": "^2.0.0",
+ "graceful-fs": "^4.2.9",
+ "jest-regex-util": "^29.6.3",
+ "jest-util": "^29.7.0",
+ "jest-worker": "^29.7.0",
+ "micromatch": "^4.0.4",
+ "walker": "^1.0.8"
},
"engines": {
- "node": ">=6"
- }
- },
- "node_modules/jest-jasmine2/node_modules/write-file-atomic": {
- "version": "2.4.1",
- "license": "ISC",
- "dependencies": {
- "graceful-fs": "^4.1.11",
- "imurmurhash": "^0.1.4",
- "signal-exit": "^3.0.2"
- }
- },
- "node_modules/jest-jasmine2/node_modules/yargs": {
- "version": "13.3.2",
- "license": "MIT",
- "dependencies": {
- "cliui": "^5.0.0",
- "find-up": "^3.0.0",
- "get-caller-file": "^2.0.1",
- "require-directory": "^2.1.1",
- "require-main-filename": "^2.0.0",
- "set-blocking": "^2.0.0",
- "string-width": "^3.0.0",
- "which-module": "^2.0.0",
- "y18n": "^4.0.0",
- "yargs-parser": "^13.1.2"
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ },
+ "optionalDependencies": {
+ "fsevents": "^2.3.2"
}
},
- "node_modules/jest-jasmine2/node_modules/yargs-parser": {
- "version": "13.1.2",
+ "node_modules/jest-haste-map/node_modules/anymatch": {
+ "version": "3.1.3",
+ "dev": true,
"license": "ISC",
"dependencies": {
- "camelcase": "^5.0.0",
- "decamelize": "^1.2.0"
+ "normalize-path": "^3.0.0",
+ "picomatch": "^2.0.4"
+ },
+ "engines": {
+ "node": ">= 8"
}
},
"node_modules/jest-leak-detector": {
@@ -41607,6 +28186,7 @@
},
"node_modules/jest-message-util": {
"version": "29.7.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.12.13",
@@ -41625,6 +28205,7 @@
},
"node_modules/jest-message-util/node_modules/@jest/schemas": {
"version": "29.6.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@sinclair/typebox": "^0.27.8"
@@ -41635,10 +28216,12 @@
},
"node_modules/jest-message-util/node_modules/@sinclair/typebox": {
"version": "0.27.8",
+ "dev": true,
"license": "MIT"
},
"node_modules/jest-message-util/node_modules/ansi-styles": {
"version": "4.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
@@ -41652,6 +28235,7 @@
},
"node_modules/jest-message-util/node_modules/chalk": {
"version": "4.1.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
"ansi-styles": "^4.1.0",
@@ -41666,6 +28250,7 @@
},
"node_modules/jest-message-util/node_modules/color-convert": {
"version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
@@ -41676,10 +28261,12 @@
},
"node_modules/jest-message-util/node_modules/color-name": {
"version": "1.1.4",
+ "dev": true,
"license": "MIT"
},
"node_modules/jest-message-util/node_modules/has-flag": {
"version": "4.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
@@ -41687,6 +28274,7 @@
},
"node_modules/jest-message-util/node_modules/pretty-format": {
"version": "29.7.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@jest/schemas": "^29.6.3",
@@ -41699,6 +28287,7 @@
},
"node_modules/jest-message-util/node_modules/pretty-format/node_modules/ansi-styles": {
"version": "5.2.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=10"
@@ -41709,6 +28298,7 @@
},
"node_modules/jest-message-util/node_modules/slash": {
"version": "3.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
@@ -41716,6 +28306,7 @@
},
"node_modules/jest-message-util/node_modules/supports-color": {
"version": "7.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"has-flag": "^4.0.0"
@@ -41726,6 +28317,7 @@
},
"node_modules/jest-pnp-resolver": {
"version": "1.2.2",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
@@ -42101,13 +28693,6 @@
"node": ">=8"
}
},
- "node_modules/jest-serializer": {
- "version": "24.9.0",
- "license": "MIT",
- "engines": {
- "node": ">= 6"
- }
- },
"node_modules/jest-snapshot": {
"version": "29.7.0",
"dev": true,
@@ -42272,6 +28857,7 @@
},
"node_modules/jest-util": {
"version": "29.7.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@jest/types": "^29.6.3",
@@ -42287,6 +28873,7 @@
},
"node_modules/jest-util/node_modules/ansi-styles": {
"version": "4.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
@@ -42300,6 +28887,7 @@
},
"node_modules/jest-util/node_modules/chalk": {
"version": "4.1.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
"ansi-styles": "^4.1.0",
@@ -42314,6 +28902,7 @@
},
"node_modules/jest-util/node_modules/color-convert": {
"version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
@@ -42324,10 +28913,12 @@
},
"node_modules/jest-util/node_modules/color-name": {
"version": "1.1.4",
+ "dev": true,
"license": "MIT"
},
"node_modules/jest-util/node_modules/has-flag": {
"version": "4.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
@@ -42335,6 +28926,7 @@
},
"node_modules/jest-util/node_modules/supports-color": {
"version": "7.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"has-flag": "^4.0.0"
@@ -42684,36 +29276,12 @@
},
"node_modules/jiti": {
"version": "1.21.6",
- "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz",
- "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==",
"dev": true,
"license": "MIT",
"bin": {
"jiti": "bin/jiti.js"
}
},
- "node_modules/joi": {
- "version": "17.12.2",
- "license": "BSD-3-Clause",
- "dependencies": {
- "@hapi/hoek": "^9.3.0",
- "@hapi/topo": "^5.1.0",
- "@sideway/address": "^4.1.5",
- "@sideway/formula": "^3.0.1",
- "@sideway/pinpoint": "^2.0.0"
- }
- },
- "node_modules/joi/node_modules/@hapi/hoek": {
- "version": "9.3.0",
- "license": "BSD-3-Clause"
- },
- "node_modules/joi/node_modules/@hapi/topo": {
- "version": "5.1.0",
- "license": "BSD-3-Clause",
- "dependencies": {
- "@hapi/hoek": "^9.0.0"
- }
- },
"node_modules/js-base64": {
"version": "3.7.7",
"dev": true,
@@ -42725,6 +29293,7 @@
},
"node_modules/js-yaml": {
"version": "3.14.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"argparse": "^1.0.7",
@@ -42734,10 +29303,6 @@
"js-yaml": "bin/js-yaml.js"
}
},
- "node_modules/jsbn": {
- "version": "0.1.1",
- "license": "MIT"
- },
"node_modules/jscodeshift": {
"version": "0.15.0",
"dev": true,
@@ -42927,38 +29492,27 @@
},
"node_modules/json-buffer": {
"version": "3.0.1",
- "license": "MIT"
- },
- "node_modules/json-loader": {
- "version": "0.5.7",
- "license": "MIT"
- },
- "node_modules/json-parse-better-errors": {
- "version": "1.0.2",
+ "dev": true,
"license": "MIT"
},
"node_modules/json-parse-even-better-errors": {
"version": "2.3.1",
+ "dev": true,
"license": "MIT"
},
- "node_modules/json-schema": {
- "version": "0.4.0",
- "license": "(AFL-2.1 OR BSD-3-Clause)"
- },
"node_modules/json-schema-traverse": {
"version": "1.0.0",
+ "dev": true,
"license": "MIT"
},
"node_modules/json-stable-stringify-without-jsonify": {
"version": "1.0.1",
+ "dev": true,
"license": "MIT"
},
- "node_modules/json-stringify-safe": {
- "version": "5.0.1",
- "license": "ISC"
- },
"node_modules/json5": {
"version": "2.2.3",
+ "dev": true,
"license": "MIT",
"bin": {
"json5": "lib/cli.js"
@@ -42969,26 +29523,15 @@
},
"node_modules/jsonfile": {
"version": "4.0.0",
+ "dev": true,
"license": "MIT",
"optionalDependencies": {
"graceful-fs": "^4.1.6"
}
},
- "node_modules/jsprim": {
- "version": "1.4.2",
- "license": "MIT",
- "dependencies": {
- "assert-plus": "1.0.0",
- "extsprintf": "1.3.0",
- "json-schema": "0.4.0",
- "verror": "1.10.0"
- },
- "engines": {
- "node": ">=0.6.0"
- }
- },
"node_modules/jsx-ast-utils": {
"version": "3.3.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
"array-includes": "^3.1.5",
@@ -43000,6 +29543,7 @@
},
"node_modules/keyv": {
"version": "4.5.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
"json-buffer": "3.0.1"
@@ -43007,6 +29551,7 @@
},
"node_modules/kind-of": {
"version": "6.0.3",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
@@ -43014,46 +29559,30 @@
},
"node_modules/kleur": {
"version": "3.0.3",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
- "node_modules/klona": {
- "version": "2.0.6",
- "license": "MIT",
- "engines": {
- "node": ">= 8"
- }
- },
"node_modules/known-css-properties": {
"version": "0.34.0",
- "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.34.0.tgz",
- "integrity": "sha512-tBECoUqNFbyAY4RrbqsBQqDFpGXAEbdD5QKr8kACx3+rnArmuuR22nKQWKazvp07N9yjTyDZaw/20UIH8tL9DQ==",
"dev": true,
"license": "MIT"
},
"node_modules/language-subtag-registry": {
"version": "0.3.21",
+ "dev": true,
"license": "ODC-By-1.0"
},
"node_modules/language-tags": {
"version": "1.0.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
"language-subtag-registry": "~0.3.2"
}
},
- "node_modules/latest-version": {
- "version": "5.1.0",
- "license": "MIT",
- "dependencies": {
- "package-json": "^6.3.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/lazy-universal-dotenv": {
"version": "4.0.0",
"dev": true,
@@ -43080,8 +29609,6 @@
},
"node_modules/ldjson-stream": {
"version": "1.2.1",
- "resolved": "https://registry.npmjs.org/ldjson-stream/-/ldjson-stream-1.2.1.tgz",
- "integrity": "sha512-xw/nNEXafuPSLu8NjjG3+atVVw+8U1APZAQylmwQn19Hgw6rC7QjHvP6MupnHWCrzSm9m0xs5QWkCLuRvBPjgQ==",
"dev": true,
"license": "BSD",
"dependencies": {
@@ -43091,8 +29618,6 @@
},
"node_modules/ldjson-stream/node_modules/readable-stream": {
"version": "1.0.34",
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
- "integrity": "sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -43104,15 +29629,11 @@
},
"node_modules/ldjson-stream/node_modules/string_decoder": {
"version": "0.10.31",
- "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
- "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==",
"dev": true,
"license": "MIT"
},
"node_modules/ldjson-stream/node_modules/through2": {
"version": "0.6.5",
- "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
- "integrity": "sha512-RkK/CCESdTKQZHdmKICijdKKsCRVHs5KsLZ6pACAmF/1GPUQhonHSXWNERctxEp7RmvjdNbZTL5z9V7nSCXKcg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -43120,10 +29641,6 @@
"xtend": ">=4.0.0 <4.1.0-0"
}
},
- "node_modules/left-pad": {
- "version": "1.3.0",
- "license": "WTFPL"
- },
"node_modules/less": {
"version": "4.2.0",
"dev": true,
@@ -43151,8 +29668,6 @@
},
"node_modules/less-loader": {
"version": "11.1.4",
- "resolved": "https://registry.npmjs.org/less-loader/-/less-loader-11.1.4.tgz",
- "integrity": "sha512-6/GrYaB6QcW6Vj+/9ZPgKKs6G10YZai/l/eJ4SLwbzqNTBsAqt5hSLVF47TgsiBxV1P6eAU0GYRH3YRuQU9V3A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -43181,6 +29696,7 @@
},
"node_modules/leven": {
"version": "3.1.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
@@ -43188,6 +29704,7 @@
},
"node_modules/levn": {
"version": "0.4.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"prelude-ls": "^1.2.1",
@@ -43199,6 +29716,7 @@
},
"node_modules/lilconfig": {
"version": "2.1.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=10"
@@ -43206,6 +29724,7 @@
},
"node_modules/lines-and-columns": {
"version": "1.2.4",
+ "dev": true,
"license": "MIT"
},
"node_modules/linkify-it": {
@@ -43533,37 +30052,6 @@
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
}
},
- "node_modules/load-json-file": {
- "version": "4.0.0",
- "license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.1.2",
- "parse-json": "^4.0.0",
- "pify": "^3.0.0",
- "strip-bom": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/load-json-file/node_modules/parse-json": {
- "version": "4.0.0",
- "license": "MIT",
- "dependencies": {
- "error-ex": "^1.3.1",
- "json-parse-better-errors": "^1.0.1"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/load-json-file/node_modules/pify": {
- "version": "3.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
"node_modules/load-plugin": {
"version": "6.0.1",
"dev": true,
@@ -43593,6 +30081,7 @@
},
"node_modules/loader-runner": {
"version": "4.3.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=6.11.5"
@@ -43600,6 +30089,7 @@
},
"node_modules/loader-utils": {
"version": "2.0.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
"big.js": "^5.2.2",
@@ -43612,6 +30102,7 @@
},
"node_modules/locate-path": {
"version": "5.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"p-locate": "^4.1.0"
@@ -43620,65 +30111,18 @@
"node": ">=8"
}
},
- "node_modules/lock": {
- "version": "1.1.0",
- "license": "MIT"
- },
"node_modules/lodash": {
"version": "4.17.21",
"license": "MIT"
},
- "node_modules/lodash.assignin": {
- "version": "4.2.0",
- "license": "MIT"
- },
- "node_modules/lodash.bind": {
- "version": "4.2.1",
- "license": "MIT"
- },
"node_modules/lodash.camelcase": {
"version": "4.3.0",
"dev": true,
"license": "MIT"
},
- "node_modules/lodash.clonedeep": {
- "version": "4.5.0",
- "license": "MIT"
- },
"node_modules/lodash.debounce": {
"version": "4.0.8",
- "license": "MIT"
- },
- "node_modules/lodash.deburr": {
- "version": "4.1.0",
- "license": "MIT"
- },
- "node_modules/lodash.defaults": {
- "version": "4.2.0",
- "license": "MIT"
- },
- "node_modules/lodash.every": {
- "version": "4.6.0",
- "license": "MIT"
- },
- "node_modules/lodash.filter": {
- "version": "4.6.0",
- "license": "MIT"
- },
- "node_modules/lodash.flatten": {
- "version": "4.4.0",
- "license": "MIT"
- },
- "node_modules/lodash.flattendeep": {
- "version": "4.4.0",
- "license": "MIT"
- },
- "node_modules/lodash.foreach": {
- "version": "4.5.0",
- "license": "MIT"
- },
- "node_modules/lodash.get": {
- "version": "4.4.2",
+ "dev": true,
"license": "MIT"
},
"node_modules/lodash.groupby": {
@@ -43694,14 +30138,6 @@
"version": "3.0.2",
"license": "MIT"
},
- "node_modules/lodash.isplainobject": {
- "version": "4.0.6",
- "license": "MIT"
- },
- "node_modules/lodash.isstring": {
- "version": "4.0.1",
- "license": "MIT"
- },
"node_modules/lodash.iteratee": {
"version": "4.7.0",
"dev": true,
@@ -43717,33 +30153,14 @@
"dev": true,
"license": "MIT"
},
- "node_modules/lodash.map": {
- "version": "4.6.0",
- "license": "MIT"
- },
- "node_modules/lodash.maxby": {
- "version": "4.6.0",
- "license": "MIT"
- },
"node_modules/lodash.memoize": {
"version": "4.1.2",
- "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
- "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag=="
+ "dev": true,
+ "license": "MIT"
},
"node_modules/lodash.merge": {
"version": "4.6.2",
- "license": "MIT"
- },
- "node_modules/lodash.pick": {
- "version": "4.4.0",
- "license": "MIT"
- },
- "node_modules/lodash.reduce": {
- "version": "4.6.0",
- "license": "MIT"
- },
- "node_modules/lodash.reject": {
- "version": "4.6.0",
+ "dev": true,
"license": "MIT"
},
"node_modules/lodash.snakecase": {
@@ -43751,14 +30168,6 @@
"dev": true,
"license": "MIT"
},
- "node_modules/lodash.some": {
- "version": "4.6.0",
- "license": "MIT"
- },
- "node_modules/lodash.sortby": {
- "version": "4.7.0",
- "license": "MIT"
- },
"node_modules/lodash.startcase": {
"version": "4.4.0",
"dev": true,
@@ -43766,14 +30175,12 @@
},
"node_modules/lodash.truncate": {
"version": "4.4.2",
+ "dev": true,
"license": "MIT"
},
"node_modules/lodash.uniq": {
"version": "4.5.0",
- "license": "MIT"
- },
- "node_modules/lodash.uniqby": {
- "version": "4.7.0",
+ "dev": true,
"license": "MIT"
},
"node_modules/lodash.upperfirst": {
@@ -43781,10 +30188,6 @@
"dev": true,
"license": "MIT"
},
- "node_modules/lodash.without": {
- "version": "4.4.0",
- "license": "MIT"
- },
"node_modules/log-symbols": {
"version": "4.1.0",
"dev": true,
@@ -44026,6 +30429,7 @@
},
"node_modules/longest-streak": {
"version": "3.1.0",
+ "dev": true,
"license": "MIT",
"funding": {
"type": "github",
@@ -44052,44 +30456,21 @@
},
"node_modules/lower-case": {
"version": "2.0.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
"tslib": "^2.0.3"
}
},
- "node_modules/lower-case-first": {
- "version": "1.0.2",
- "license": "MIT",
- "dependencies": {
- "lower-case": "^1.1.2"
- }
- },
- "node_modules/lower-case-first/node_modules/lower-case": {
- "version": "1.1.4",
- "license": "MIT"
- },
- "node_modules/lowercase-keys": {
- "version": "2.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/lru-cache": {
"version": "4.1.5",
+ "dev": true,
"license": "ISC",
"dependencies": {
"pseudomap": "^1.0.2",
"yallist": "^2.1.2"
}
},
- "node_modules/lru-queue": {
- "version": "0.1.0",
- "license": "MIT",
- "dependencies": {
- "es5-ext": "~0.10.2"
- }
- },
"node_modules/lz-string": {
"version": "1.5.0",
"dev": true,
@@ -44108,6 +30489,7 @@
},
"node_modules/make-dir": {
"version": "2.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"pify": "^4.0.1",
@@ -44119,15 +30501,12 @@
},
"node_modules/make-dir/node_modules/semver": {
"version": "5.7.2",
+ "dev": true,
"license": "ISC",
"bin": {
"semver": "bin/semver"
}
},
- "node_modules/make-error": {
- "version": "1.3.6",
- "license": "ISC"
- },
"node_modules/make-synchronized": {
"version": "0.2.8",
"dev": true,
@@ -44138,35 +30517,12 @@
},
"node_modules/makeerror": {
"version": "1.0.12",
+ "dev": true,
"license": "BSD-3-Clause",
"dependencies": {
"tmpl": "1.0.5"
}
},
- "node_modules/map-age-cleaner": {
- "version": "0.1.3",
- "license": "MIT",
- "dependencies": {
- "p-defer": "^1.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/map-age-cleaner/node_modules/p-defer": {
- "version": "1.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/map-cache": {
- "version": "0.2.2",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/map-obj": {
"version": "4.3.0",
"dev": true,
@@ -44183,24 +30539,6 @@
"dev": true,
"license": "MIT"
},
- "node_modules/map-visit": {
- "version": "1.0.0",
- "license": "MIT",
- "dependencies": {
- "object-visit": "^1.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/markdown-escapes": {
- "version": "1.0.4",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/markdown-it": {
"version": "13.0.2",
"dev": true,
@@ -44221,17 +30559,6 @@
"dev": true,
"license": "Python-2.0"
},
- "node_modules/markdown-table": {
- "version": "2.0.0",
- "license": "MIT",
- "dependencies": {
- "repeat-string": "^1.0.0"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/markdown-to-jsx": {
"version": "7.3.2",
"dev": true,
@@ -44415,8 +30742,6 @@
},
"node_modules/mathml-tag-names": {
"version": "2.1.3",
- "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz",
- "integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==",
"dev": true,
"license": "MIT",
"funding": {
@@ -44424,60 +30749,6 @@
"url": "https://github.com/sponsors/wooorm"
}
},
- "node_modules/md5-file": {
- "version": "5.0.0",
- "license": "MIT",
- "bin": {
- "md5-file": "cli.js"
- },
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/mdast-squeeze-paragraphs": {
- "version": "4.0.0",
- "license": "MIT",
- "dependencies": {
- "unist-util-remove": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/mdast-squeeze-paragraphs/node_modules/unist-util-remove": {
- "version": "2.1.0",
- "license": "MIT",
- "dependencies": {
- "unist-util-is": "^4.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/mdast-util-compact": {
- "version": "2.0.1",
- "license": "MIT",
- "dependencies": {
- "unist-util-visit": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/mdast-util-definitions": {
- "version": "4.0.0",
- "license": "MIT",
- "dependencies": {
- "unist-util-visit": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/mdast-util-from-markdown": {
"version": "2.0.1",
"dev": true,
@@ -44900,24 +31171,6 @@
"url": "https://opencollective.com/unified"
}
},
- "node_modules/mdast-util-to-hast": {
- "version": "10.0.1",
- "license": "MIT",
- "dependencies": {
- "@types/mdast": "^3.0.0",
- "@types/unist": "^2.0.0",
- "mdast-util-definitions": "^4.0.0",
- "mdurl": "^1.0.0",
- "unist-builder": "^2.0.0",
- "unist-util-generated": "^1.0.0",
- "unist-util-position": "^3.0.0",
- "unist-util-visit": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/mdast-util-to-markdown": {
"version": "2.1.0",
"dev": true,
@@ -45028,24 +31281,6 @@
"url": "https://opencollective.com/unified"
}
},
- "node_modules/mdast-util-to-nlcst": {
- "version": "3.2.3",
- "license": "MIT",
- "dependencies": {
- "nlcst-to-string": "^2.0.0",
- "repeat-string": "^1.5.2",
- "unist-util-position": "^3.0.0",
- "vfile-location": "^2.0.0"
- }
- },
- "node_modules/mdast-util-to-nlcst/node_modules/vfile-location": {
- "version": "2.0.6",
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/mdast-util-to-string": {
"version": "4.0.0",
"dev": true,
@@ -45066,90 +31301,27 @@
"@types/unist": "*"
}
},
- "node_modules/mdast-util-toc": {
- "version": "3.1.0",
- "license": "MIT",
- "dependencies": {
- "github-slugger": "^1.2.1",
- "mdast-util-to-string": "^1.0.5",
- "unist-util-is": "^2.1.2",
- "unist-util-visit": "^1.1.0"
- }
- },
- "node_modules/mdast-util-toc/node_modules/mdast-util-to-string": {
- "version": "1.1.0",
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/mdast-util-toc/node_modules/unist-util-is": {
- "version": "2.1.3",
- "license": "MIT"
- },
- "node_modules/mdast-util-toc/node_modules/unist-util-visit": {
- "version": "1.4.1",
- "license": "MIT",
- "dependencies": {
- "unist-util-visit-parents": "^2.0.0"
- }
- },
- "node_modules/mdast-util-toc/node_modules/unist-util-visit-parents": {
- "version": "2.1.2",
- "license": "MIT",
- "dependencies": {
- "unist-util-is": "^3.0.0"
- }
- },
- "node_modules/mdast-util-toc/node_modules/unist-util-visit-parents/node_modules/unist-util-is": {
- "version": "3.0.0",
- "license": "MIT"
- },
"node_modules/mdn-data": {
"version": "2.0.30",
- "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz",
- "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==",
- "dev": true
+ "dev": true,
+ "license": "CC0-1.0"
},
"node_modules/mdurl": {
"version": "1.0.1",
- "license": "MIT"
- },
- "node_modules/meant": {
- "version": "1.0.3",
+ "dev": true,
"license": "MIT"
},
"node_modules/media-typer": {
"version": "0.3.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.6"
}
},
- "node_modules/mem": {
- "version": "8.1.1",
- "license": "MIT",
- "dependencies": {
- "map-age-cleaner": "^0.1.3",
- "mimic-fn": "^3.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/mem?sponsor=1"
- }
- },
- "node_modules/mem/node_modules/mimic-fn": {
- "version": "3.1.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/memfs": {
"version": "3.5.3",
+ "dev": true,
"license": "Unlicense",
"dependencies": {
"fs-monkey": "^1.0.4"
@@ -45158,24 +31330,6 @@
"node": ">= 4.0.0"
}
},
- "node_modules/memoizee": {
- "version": "0.4.15",
- "license": "ISC",
- "dependencies": {
- "d": "^1.0.1",
- "es5-ext": "^0.10.53",
- "es6-weak-map": "^2.0.3",
- "event-emitter": "^0.3.5",
- "is-promise": "^2.2.2",
- "lru-queue": "^0.1.0",
- "next-tick": "^1.1.0",
- "timers-ext": "^0.1.7"
- }
- },
- "node_modules/memoizee/node_modules/is-promise": {
- "version": "2.2.2",
- "license": "MIT"
- },
"node_modules/memoizerific": {
"version": "1.11.3",
"dev": true,
@@ -45210,45 +31364,30 @@
},
"node_modules/merge-descriptors": {
"version": "1.0.1",
+ "dev": true,
"license": "MIT"
},
"node_modules/merge-stream": {
"version": "2.0.0",
+ "dev": true,
"license": "MIT"
},
"node_modules/merge2": {
"version": "1.4.1",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">= 8"
}
},
- "node_modules/meros": {
- "version": "1.1.4",
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "peerDependencies": {
- "@types/node": ">=12"
- },
- "peerDependenciesMeta": {
- "@types/node": {
- "optional": true
- }
- }
- },
"node_modules/methods": {
"version": "1.1.2",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.6"
}
},
- "node_modules/microevent.ts": {
- "version": "0.1.1",
- "license": "MIT"
- },
"node_modules/micromark": {
"version": "4.0.0",
"dev": true,
@@ -47095,6 +33234,7 @@
},
"node_modules/micromatch": {
"version": "4.0.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
"braces": "^3.0.2",
@@ -47104,18 +33244,9 @@
"node": ">=8.6"
}
},
- "node_modules/mime": {
- "version": "2.6.0",
- "license": "MIT",
- "bin": {
- "mime": "cli.js"
- },
- "engines": {
- "node": ">=4.0.0"
- }
- },
"node_modules/mime-db": {
"version": "1.51.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.6"
@@ -47123,6 +33254,7 @@
},
"node_modules/mime-types": {
"version": "2.1.34",
+ "dev": true,
"license": "MIT",
"dependencies": {
"mime-db": "1.51.0"
@@ -47133,54 +33265,23 @@
},
"node_modules/mimic-fn": {
"version": "2.1.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
- "node_modules/mimic-response": {
- "version": "1.0.1",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
"node_modules/min-indent": {
"version": "1.0.1",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
}
},
- "node_modules/mini-css-extract-plugin": {
- "version": "1.6.2",
- "license": "MIT",
- "dependencies": {
- "loader-utils": "^2.0.0",
- "schema-utils": "^3.0.0",
- "webpack-sources": "^1.1.0"
- },
- "engines": {
- "node": ">= 10.13.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
- },
- "peerDependencies": {
- "webpack": "^4.4.0 || ^5.0.0"
- }
- },
- "node_modules/mini-css-extract-plugin/node_modules/webpack-sources": {
- "version": "1.4.3",
- "license": "MIT",
- "dependencies": {
- "source-list-map": "^2.0.0",
- "source-map": "~0.6.1"
- }
- },
"node_modules/minimatch": {
"version": "3.1.2",
+ "dev": true,
"license": "ISC",
"dependencies": {
"brace-expansion": "^1.1.7"
@@ -47191,6 +33292,7 @@
},
"node_modules/minimist": {
"version": "1.2.8",
+ "dev": true,
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/ljharb"
@@ -47244,31 +33346,6 @@
"dev": true,
"license": "ISC"
},
- "node_modules/mitt": {
- "version": "1.2.0",
- "license": "MIT"
- },
- "node_modules/mixin-deep": {
- "version": "1.3.2",
- "license": "MIT",
- "dependencies": {
- "for-in": "^1.0.2",
- "is-extendable": "^1.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/mixin-deep/node_modules/is-extendable": {
- "version": "1.0.1",
- "license": "MIT",
- "dependencies": {
- "is-plain-object": "^2.0.4"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/mixme": {
"version": "0.5.4",
"dev": true,
@@ -47290,15 +33367,9 @@
},
"node_modules/mkdirp-classic": {
"version": "0.5.3",
+ "dev": true,
"license": "MIT"
},
- "node_modules/moment": {
- "version": "2.30.1",
- "license": "MIT",
- "engines": {
- "node": "*"
- }
- },
"node_modules/mri": {
"version": "1.2.0",
"license": "MIT",
@@ -47310,37 +33381,8 @@
"version": "2.1.2",
"license": "MIT"
},
- "node_modules/multer": {
- "version": "1.4.4",
- "license": "MIT",
- "dependencies": {
- "append-field": "^1.0.0",
- "busboy": "^0.2.11",
- "concat-stream": "^1.5.2",
- "mkdirp": "^0.5.4",
- "object-assign": "^4.1.1",
- "on-finished": "^2.3.0",
- "type-is": "^1.6.4",
- "xtend": "^4.0.0"
- },
- "engines": {
- "node": ">= 0.10.0"
- }
- },
- "node_modules/multer/node_modules/mkdirp": {
- "version": "0.5.6",
- "license": "MIT",
- "dependencies": {
- "minimist": "^1.2.6"
- },
- "bin": {
- "mkdirp": "bin/cmd.js"
- }
- },
"node_modules/multimatch": {
"version": "5.0.0",
- "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
- "integrity": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -47359,15 +33401,11 @@
},
"node_modules/multimatch/node_modules/@types/minimatch": {
"version": "3.0.5",
- "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz",
- "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==",
"dev": true,
"license": "MIT"
},
"node_modules/multimatch/node_modules/arrify": {
"version": "2.0.1",
- "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz",
- "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==",
"dev": true,
"license": "MIT",
"engines": {
@@ -47376,13 +33414,9 @@
},
"node_modules/mute-stream": {
"version": "0.0.8",
+ "dev": true,
"license": "ISC"
},
- "node_modules/nan": {
- "version": "2.19.0",
- "license": "MIT",
- "optional": true
- },
"node_modules/nanoid": {
"version": "3.3.7",
"funding": [
@@ -47399,47 +33433,6 @@
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
},
- "node_modules/nanomatch": {
- "version": "1.2.13",
- "license": "MIT",
- "dependencies": {
- "arr-diff": "^4.0.0",
- "array-unique": "^0.3.2",
- "define-property": "^2.0.2",
- "extend-shallow": "^3.0.2",
- "fragment-cache": "^0.2.1",
- "is-windows": "^1.0.2",
- "kind-of": "^6.0.2",
- "object.pick": "^1.3.0",
- "regex-not": "^1.0.0",
- "snapdragon": "^0.8.1",
- "to-regex": "^3.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/nanomatch/node_modules/extend-shallow": {
- "version": "3.0.2",
- "license": "MIT",
- "dependencies": {
- "assign-symbols": "^1.0.0",
- "is-extendable": "^1.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/nanomatch/node_modules/is-extendable": {
- "version": "1.0.1",
- "license": "MIT",
- "dependencies": {
- "is-plain-object": "^2.0.4"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/nanospinner": {
"version": "1.1.0",
"dev": true,
@@ -47448,22 +33441,7 @@
"picocolors": "^1.0.0"
}
},
- "node_modules/napi-build-utils": {
- "version": "1.0.2",
- "license": "MIT"
- },
- "node_modules/native-url": {
- "version": "0.2.6",
- "license": "Apache-2.0",
- "dependencies": {
- "querystring": "^0.2.0"
- }
- },
"node_modules/natural-compare": {
- "version": "1.4.0",
- "license": "MIT"
- },
- "node_modules/natural-compare-lite": {
"version": "1.4.0",
"dev": true,
"license": "MIT"
@@ -47498,6 +33476,7 @@
},
"node_modules/negotiator": {
"version": "0.6.3",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.6"
@@ -47505,6 +33484,7 @@
},
"node_modules/neo-async": {
"version": "2.6.2",
+ "dev": true,
"license": "MIT"
},
"node_modules/netmask": {
@@ -47517,8 +33497,7 @@
},
"node_modules/next": {
"version": "14.2.8",
- "resolved": "https://registry.npmjs.org/next/-/next-14.2.8.tgz",
- "integrity": "sha512-EyEyJZ89r8C5FPlS/401AiF3O8jeMtHIE+bLom9MwcdWJJFBgRl+MR/2VgO0v5bI6tQORNY0a0DR5sjpFNrjbg==",
+ "license": "MIT",
"dependencies": {
"@next/env": "14.2.8",
"@swc/helpers": "0.5.5",
@@ -47564,10 +33543,6 @@
}
}
},
- "node_modules/next-tick": {
- "version": "1.1.0",
- "license": "ISC"
- },
"node_modules/next/node_modules/busboy": {
"version": "1.6.0",
"dependencies": {
@@ -47611,43 +33586,23 @@
},
"node_modules/nice-try": {
"version": "1.0.5",
+ "dev": true,
"license": "MIT"
},
- "node_modules/nlcst-to-string": {
- "version": "2.0.4",
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/no-case": {
"version": "3.0.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
"lower-case": "^2.0.2",
"tslib": "^2.0.3"
}
},
- "node_modules/node-abi": {
- "version": "3.56.0",
- "license": "MIT",
- "dependencies": {
- "semver": "^7.3.5"
- },
- "engines": {
- "node": ">=10"
- }
- },
"node_modules/node-abort-controller": {
"version": "3.1.1",
"dev": true,
"license": "MIT"
},
- "node_modules/node-addon-api": {
- "version": "4.3.0",
- "license": "MIT"
- },
"node_modules/node-dir": {
"version": "0.1.17",
"dev": true,
@@ -47659,12 +33614,9 @@
"node": ">= 0.10.5"
}
},
- "node_modules/node-eta": {
- "version": "0.9.0",
- "license": "MIT"
- },
"node_modules/node-fetch": {
"version": "2.7.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"whatwg-url": "^5.0.0"
@@ -47688,14 +33640,17 @@
},
"node_modules/node-fetch/node_modules/tr46": {
"version": "0.0.3",
+ "dev": true,
"license": "MIT"
},
"node_modules/node-fetch/node_modules/webidl-conversions": {
"version": "3.0.1",
+ "dev": true,
"license": "BSD-2-Clause"
},
"node_modules/node-fetch/node_modules/whatwg-url": {
"version": "5.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"tr46": "~0.0.3",
@@ -47704,44 +33659,12 @@
},
"node_modules/node-int64": {
"version": "0.4.0",
+ "dev": true,
"license": "MIT"
},
- "node_modules/node-notifier": {
- "version": "5.4.5",
- "license": "MIT",
- "dependencies": {
- "growly": "^1.3.0",
- "is-wsl": "^1.1.0",
- "semver": "^5.5.0",
- "shellwords": "^0.1.1",
- "which": "^1.3.0"
- }
- },
- "node_modules/node-notifier/node_modules/is-wsl": {
- "version": "1.1.0",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/node-notifier/node_modules/semver": {
- "version": "5.7.2",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver"
- }
- },
- "node_modules/node-object-hash": {
- "version": "2.3.10",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/node-releases": {
"version": "2.0.18",
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz",
- "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g=="
+ "license": "MIT"
},
"node_modules/noms": {
"version": "0.0.0",
@@ -47784,6 +33707,7 @@
},
"node_modules/normalize-package-data": {
"version": "2.5.0",
+ "dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"hosted-git-info": "^2.1.4",
@@ -47794,6 +33718,7 @@
},
"node_modules/normalize-package-data/node_modules/semver": {
"version": "5.7.2",
+ "dev": true,
"license": "ISC",
"bin": {
"semver": "bin/semver"
@@ -47801,6 +33726,7 @@
},
"node_modules/normalize-path": {
"version": "3.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
@@ -47815,6 +33741,7 @@
},
"node_modules/normalize-url": {
"version": "6.1.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=10"
@@ -47833,6 +33760,7 @@
},
"node_modules/npm-run-path": {
"version": "4.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"path-key": "^3.0.0"
@@ -47843,6 +33771,7 @@
},
"node_modules/nth-check": {
"version": "2.1.1",
+ "dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"boolbase": "^1.0.0"
@@ -47851,26 +33780,9 @@
"url": "https://github.com/fb55/nth-check?sponsor=1"
}
},
- "node_modules/null-loader": {
- "version": "4.0.1",
- "license": "MIT",
- "dependencies": {
- "loader-utils": "^2.0.0",
- "schema-utils": "^3.0.0"
- },
- "engines": {
- "node": ">= 10.13.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
- },
- "peerDependencies": {
- "webpack": "^4.0.0 || ^5.0.0"
- }
- },
"node_modules/nwsapi": {
"version": "2.2.7",
+ "dev": true,
"license": "MIT"
},
"node_modules/nypm": {
@@ -48061,13 +33973,6 @@
"node": ">= 8"
}
},
- "node_modules/oauth-sign": {
- "version": "0.9.0",
- "license": "Apache-2.0",
- "engines": {
- "node": "*"
- }
- },
"node_modules/object-assign": {
"version": "4.1.1",
"license": "MIT",
@@ -48075,55 +33980,9 @@
"node": ">=0.10.0"
}
},
- "node_modules/object-copy": {
- "version": "0.1.0",
- "license": "MIT",
- "dependencies": {
- "copy-descriptor": "^0.1.0",
- "define-property": "^0.2.5",
- "kind-of": "^3.0.3"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/object-copy/node_modules/define-property": {
- "version": "0.2.5",
- "license": "MIT",
- "dependencies": {
- "is-descriptor": "^0.1.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/object-copy/node_modules/is-buffer": {
- "version": "1.1.6",
- "license": "MIT"
- },
- "node_modules/object-copy/node_modules/is-descriptor": {
- "version": "0.1.7",
- "license": "MIT",
- "dependencies": {
- "is-accessor-descriptor": "^1.0.1",
- "is-data-descriptor": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/object-copy/node_modules/kind-of": {
- "version": "3.2.2",
- "license": "MIT",
- "dependencies": {
- "is-buffer": "^1.1.5"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/object-inspect": {
"version": "1.13.1",
+ "dev": true,
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/ljharb"
@@ -48131,6 +33990,7 @@
},
"node_modules/object-is": {
"version": "1.1.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
@@ -48145,30 +34005,15 @@
},
"node_modules/object-keys": {
"version": "1.1.1",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.4"
}
},
- "node_modules/object-path": {
- "version": "0.11.5",
- "license": "MIT",
- "engines": {
- "node": ">= 10.12.0"
- }
- },
- "node_modules/object-visit": {
- "version": "1.0.1",
- "license": "MIT",
- "dependencies": {
- "isobject": "^3.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/object.assign": {
"version": "4.1.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
@@ -48185,6 +34030,7 @@
},
"node_modules/object.entries": {
"version": "1.1.6",
+ "dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
@@ -48197,6 +34043,7 @@
},
"node_modules/object.fromentries": {
"version": "2.0.6",
+ "dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
@@ -48210,25 +34057,9 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/object.getownpropertydescriptors": {
- "version": "2.1.7",
- "license": "MIT",
- "dependencies": {
- "array.prototype.reduce": "^1.0.6",
- "call-bind": "^1.0.2",
- "define-properties": "^1.2.0",
- "es-abstract": "^1.22.1",
- "safe-array-concat": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.8"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/object.hasown": {
"version": "1.1.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
"define-properties": "^1.1.4",
@@ -48238,18 +34069,9 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/object.pick": {
- "version": "1.3.0",
- "license": "MIT",
- "dependencies": {
- "isobject": "^3.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/object.values": {
"version": "1.1.6",
+ "dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
@@ -48275,6 +34097,7 @@
},
"node_modules/on-finished": {
"version": "2.4.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"ee-first": "1.1.1"
@@ -48285,6 +34108,7 @@
},
"node_modules/on-headers": {
"version": "1.0.2",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.8"
@@ -48292,6 +34116,7 @@
},
"node_modules/once": {
"version": "1.4.0",
+ "dev": true,
"license": "ISC",
"dependencies": {
"wrappy": "1"
@@ -48299,6 +34124,7 @@
},
"node_modules/onetime": {
"version": "5.1.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
"mimic-fn": "^2.1.0"
@@ -48310,29 +34136,9 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/open": {
- "version": "7.4.2",
- "license": "MIT",
- "dependencies": {
- "is-docker": "^2.0.0",
- "is-wsl": "^2.1.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/opentracing": {
- "version": "0.14.7",
- "license": "Apache-2.0",
- "engines": {
- "node": ">=0.10"
- }
- },
"node_modules/optionator": {
"version": "0.9.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@aashutoshrathi/word-wrap": "^1.2.3",
@@ -48432,15 +34238,9 @@
"node": ">=8"
}
},
- "node_modules/os-homedir": {
- "version": "1.0.2",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/os-tmpdir": {
"version": "1.0.2",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
@@ -48451,30 +34251,6 @@
"dev": true,
"license": "MIT"
},
- "node_modules/p-cancelable": {
- "version": "2.1.1",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/p-defer": {
- "version": "3.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/p-each-series": {
- "version": "1.0.0",
- "license": "MIT",
- "dependencies": {
- "p-reduce": "^1.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
"node_modules/p-filter": {
"version": "2.1.0",
"dev": true,
@@ -48488,6 +34264,7 @@
},
"node_modules/p-finally": {
"version": "1.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
@@ -48495,6 +34272,7 @@
},
"node_modules/p-limit": {
"version": "2.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"p-try": "^2.0.0"
@@ -48508,6 +34286,7 @@
},
"node_modules/p-locate": {
"version": "4.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"p-limit": "^2.2.0"
@@ -48526,6 +34305,7 @@
},
"node_modules/p-queue": {
"version": "6.6.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
"eventemitter3": "^4.0.4",
@@ -48538,25 +34318,9 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/p-reduce": {
- "version": "1.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/p-throttle": {
- "version": "4.1.1",
- "license": "MIT",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/p-timeout": {
"version": "3.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"p-finally": "^1.0.0"
@@ -48567,6 +34331,7 @@
},
"node_modules/p-try": {
"version": "2.2.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
@@ -48637,168 +34402,10 @@
"node": ">= 14"
}
},
- "node_modules/package-json": {
- "version": "6.5.0",
- "license": "MIT",
- "dependencies": {
- "got": "^9.6.0",
- "registry-auth-token": "^4.0.0",
- "registry-url": "^5.0.0",
- "semver": "^6.2.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/package-json-from-dist": {
"version": "1.0.0",
- "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz",
- "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==",
"license": "BlueOak-1.0.0"
},
- "node_modules/package-json/node_modules/@sindresorhus/is": {
- "version": "0.14.0",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/package-json/node_modules/@szmarczak/http-timer": {
- "version": "1.1.2",
- "license": "MIT",
- "dependencies": {
- "defer-to-connect": "^1.0.1"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/package-json/node_modules/cacheable-request": {
- "version": "6.1.0",
- "license": "MIT",
- "dependencies": {
- "clone-response": "^1.0.2",
- "get-stream": "^5.1.0",
- "http-cache-semantics": "^4.0.0",
- "keyv": "^3.0.0",
- "lowercase-keys": "^2.0.0",
- "normalize-url": "^4.1.0",
- "responselike": "^1.0.2"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/package-json/node_modules/cacheable-request/node_modules/get-stream": {
- "version": "5.2.0",
- "license": "MIT",
- "dependencies": {
- "pump": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/package-json/node_modules/decompress-response": {
- "version": "3.3.0",
- "license": "MIT",
- "dependencies": {
- "mimic-response": "^1.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/package-json/node_modules/defer-to-connect": {
- "version": "1.1.3",
- "license": "MIT"
- },
- "node_modules/package-json/node_modules/get-stream": {
- "version": "4.1.0",
- "license": "MIT",
- "dependencies": {
- "pump": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/package-json/node_modules/got": {
- "version": "9.6.0",
- "license": "MIT",
- "dependencies": {
- "@sindresorhus/is": "^0.14.0",
- "@szmarczak/http-timer": "^1.1.2",
- "cacheable-request": "^6.0.0",
- "decompress-response": "^3.3.0",
- "duplexer3": "^0.1.4",
- "get-stream": "^4.1.0",
- "lowercase-keys": "^1.0.1",
- "mimic-response": "^1.0.1",
- "p-cancelable": "^1.0.0",
- "to-readable-stream": "^1.0.0",
- "url-parse-lax": "^3.0.0"
- },
- "engines": {
- "node": ">=8.6"
- }
- },
- "node_modules/package-json/node_modules/got/node_modules/lowercase-keys": {
- "version": "1.0.1",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/package-json/node_modules/json-buffer": {
- "version": "3.0.0",
- "license": "MIT"
- },
- "node_modules/package-json/node_modules/keyv": {
- "version": "3.1.0",
- "license": "MIT",
- "dependencies": {
- "json-buffer": "3.0.0"
- }
- },
- "node_modules/package-json/node_modules/normalize-url": {
- "version": "4.5.1",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/package-json/node_modules/p-cancelable": {
- "version": "1.1.0",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/package-json/node_modules/responselike": {
- "version": "1.0.2",
- "license": "MIT",
- "dependencies": {
- "lowercase-keys": "^1.0.0"
- }
- },
- "node_modules/package-json/node_modules/responselike/node_modules/lowercase-keys": {
- "version": "1.0.1",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/package-json/node_modules/semver": {
- "version": "6.3.1",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
- }
- },
"node_modules/pako": {
"version": "0.2.9",
"dev": true,
@@ -48815,6 +34422,7 @@
},
"node_modules/parent-module": {
"version": "1.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"callsites": "^3.0.0"
@@ -48823,22 +34431,9 @@
"node": ">=6"
}
},
- "node_modules/parse-english": {
- "version": "4.2.0",
- "license": "MIT",
- "dependencies": {
- "nlcst-to-string": "^2.0.0",
- "parse-latin": "^4.0.0",
- "unist-util-modify-children": "^2.0.0",
- "unist-util-visit-children": "^1.0.0"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/parse-entities": {
"version": "2.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"character-entities": "^1.0.0",
@@ -48855,6 +34450,7 @@
},
"node_modules/parse-json": {
"version": "5.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.0.0",
@@ -48869,19 +34465,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/parse-latin": {
- "version": "4.3.0",
- "license": "MIT",
- "dependencies": {
- "nlcst-to-string": "^2.0.0",
- "unist-util-modify-children": "^2.0.0",
- "unist-util-visit-children": "^1.0.0"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/parse-node-version": {
"version": "1.0.1",
"dev": true,
@@ -48890,48 +34473,9 @@
"node": ">= 0.10"
}
},
- "node_modules/parse-path": {
- "version": "4.0.4",
- "license": "MIT",
- "dependencies": {
- "is-ssh": "^1.3.0",
- "protocols": "^1.4.0",
- "qs": "^6.9.4",
- "query-string": "^6.13.8"
- }
- },
- "node_modules/parse-path/node_modules/protocols": {
- "version": "1.4.8",
- "license": "MIT"
- },
- "node_modules/parse-url": {
- "version": "6.0.5",
- "license": "MIT",
- "dependencies": {
- "is-ssh": "^1.3.0",
- "normalize-url": "^6.1.0",
- "parse-path": "^4.0.0",
- "protocols": "^1.4.0"
- }
- },
- "node_modules/parse-url/node_modules/protocols": {
- "version": "1.4.8",
- "license": "MIT"
- },
- "node_modules/parse5": {
- "version": "6.0.1",
- "license": "MIT"
- },
- "node_modules/parseqs": {
- "version": "0.0.6",
- "license": "MIT"
- },
- "node_modules/parseuri": {
- "version": "0.0.6",
- "license": "MIT"
- },
"node_modules/parseurl": {
"version": "1.3.3",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.8"
@@ -48939,75 +34483,21 @@
},
"node_modules/pascal-case": {
"version": "3.1.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
"no-case": "^3.0.4",
"tslib": "^2.0.3"
}
},
- "node_modules/pascalcase": {
- "version": "0.1.1",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/password-prompt": {
- "version": "1.1.3",
- "license": "0BSD",
- "dependencies": {
- "ansi-escapes": "^4.3.2",
- "cross-spawn": "^7.0.3"
- }
- },
- "node_modules/password-prompt/node_modules/cross-spawn": {
- "version": "7.0.3",
- "license": "MIT",
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/password-prompt/node_modules/shebang-command": {
- "version": "2.0.0",
- "license": "MIT",
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/password-prompt/node_modules/shebang-regex": {
- "version": "3.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/password-prompt/node_modules/which": {
- "version": "2.0.2",
- "license": "ISC",
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
"node_modules/path-browserify": {
"version": "1.0.1",
+ "dev": true,
"license": "MIT"
},
"node_modules/path-exists": {
"version": "4.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
@@ -49015,6 +34505,7 @@
},
"node_modules/path-is-absolute": {
"version": "1.0.1",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
@@ -49029,6 +34520,7 @@
},
"node_modules/path-parse": {
"version": "1.0.7",
+ "dev": true,
"license": "MIT"
},
"node_modules/path-scurry": {
@@ -49056,10 +34548,12 @@
},
"node_modules/path-to-regexp": {
"version": "0.1.7",
+ "dev": true,
"license": "MIT"
},
"node_modules/path-type": {
"version": "4.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
@@ -49078,17 +34572,6 @@
"node": "*"
}
},
- "node_modules/peek-readable": {
- "version": "4.1.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/Borewit"
- }
- },
"node_modules/peek-stream": {
"version": "1.1.3",
"dev": true,
@@ -49104,18 +34587,8 @@
"dev": true,
"license": "MIT"
},
- "node_modules/performance-now": {
- "version": "2.1.0",
- "license": "MIT"
- },
- "node_modules/physical-cpu-count": {
- "version": "2.0.0",
- "license": "ISC"
- },
"node_modules/picocolors": {
"version": "1.0.1",
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
- "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==",
"license": "ISC"
},
"node_modules/picomatch": {
@@ -49141,6 +34614,7 @@
},
"node_modules/pify": {
"version": "4.0.1",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
@@ -49148,6 +34622,7 @@
},
"node_modules/pirates": {
"version": "4.0.6",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">= 6"
@@ -49155,6 +34630,7 @@
},
"node_modules/pkg-dir": {
"version": "4.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"find-up": "^4.0.0"
@@ -49163,58 +34639,6 @@
"node": ">=8"
}
},
- "node_modules/pkg-up": {
- "version": "3.1.0",
- "license": "MIT",
- "dependencies": {
- "find-up": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/pkg-up/node_modules/find-up": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "locate-path": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/pkg-up/node_modules/locate-path": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "p-locate": "^3.0.0",
- "path-exists": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/pkg-up/node_modules/p-locate": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "p-limit": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/pkg-up/node_modules/path-exists": {
- "version": "3.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/platform": {
- "version": "1.3.6",
- "license": "MIT"
- },
"node_modules/playwright": {
"version": "1.43.0",
"dev": true,
@@ -49243,17 +34667,6 @@
"node": ">=16"
}
},
- "node_modules/pluralize": {
- "version": "8.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/pn": {
- "version": "1.1.0",
- "license": "MIT"
- },
"node_modules/polished": {
"version": "4.3.1",
"dev": true,
@@ -49265,33 +34678,9 @@
"node": ">=10"
}
},
- "node_modules/popmotion": {
- "version": "9.0.0-beta-8",
- "license": "MIT",
- "dependencies": {
- "@popmotion/easing": "^1.0.1",
- "@popmotion/popcorn": "^0.4.2",
- "framesync": "^4.0.4",
- "hey-listen": "^1.0.8",
- "style-value-types": "^3.1.6",
- "tslib": "^1.10.0"
- }
- },
- "node_modules/popmotion/node_modules/tslib": {
- "version": "1.14.1",
- "license": "0BSD"
- },
- "node_modules/posix-character-classes": {
- "version": "0.1.1",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/postcss": {
"version": "8.4.41",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz",
- "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==",
+ "dev": true,
"funding": [
{
"type": "opencollective",
@@ -49318,8 +34707,6 @@
},
"node_modules/postcss-attribute-case-insensitive": {
"version": "7.0.0",
- "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-7.0.0.tgz",
- "integrity": "sha512-ETMUHIw67Kyv9Q81nden/NuJbRh+4/S963giXpfSLd5eaKK8kd1UdAHMVRV/NG/w/N6Cq8B0qZIZbZZWU/67+A==",
"funding": [
{
"type": "github",
@@ -49330,6 +34717,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"dependencies": {
"postcss-selector-parser": "^6.1.0"
},
@@ -49342,9 +34730,8 @@
},
"node_modules/postcss-calc": {
"version": "10.0.2",
- "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-10.0.2.tgz",
- "integrity": "sha512-DT/Wwm6fCKgpYVI7ZEWuPJ4az8hiEHtCUeYjZXqU7Ou4QqYh1Df2yCQ7Ca6N7xqKPFkxN3fhf+u9KSoOCJNAjg==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-selector-parser": "^6.1.2",
"postcss-value-parser": "^4.2.0"
@@ -49371,8 +34758,6 @@
},
"node_modules/postcss-color-functional-notation": {
"version": "7.0.0",
- "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-7.0.0.tgz",
- "integrity": "sha512-WjOCE1FJb2xIeFvF40CISn9yUMtzwkgjdbjXmWjbrC1wAgQiB763h7bsip9piGtAkbeM5Pi9hVIDSmtbWrlqLw==",
"funding": [
{
"type": "github",
@@ -49383,6 +34768,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/css-color-parser": "^3.0.0",
"@csstools/css-parser-algorithms": "^3.0.0",
@@ -49399,8 +34785,6 @@
},
"node_modules/postcss-color-functional-notation/node_modules/@csstools/css-parser-algorithms": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.0.tgz",
- "integrity": "sha512-20hEErXV9GEx15qRbsJVzB91ryayx1F2duHPBrfZXQAHz/dJG0u/611URpr28+sFjm3EI7U17Pj9SVA9NSAGJA==",
"funding": [
{
"type": "github",
@@ -49411,6 +34795,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -49420,8 +34805,6 @@
},
"node_modules/postcss-color-functional-notation/node_modules/@csstools/css-tokenizer": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.0.tgz",
- "integrity": "sha512-efZvfJyYrqH9hPCKtOBywlTsCXnEzAI9sLHFzUsDpBb+1bQ+bxJnwL9V2bRKv9w4cpIp75yxGeZRaVKoMQnsEg==",
"funding": [
{
"type": "github",
@@ -49432,14 +34815,13 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/postcss-color-hex-alpha": {
"version": "10.0.0",
- "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-10.0.0.tgz",
- "integrity": "sha512-1kervM2cnlgPs2a8Vt/Qbe5cQ++N7rkYo/2rz2BkqJZIHQwaVuJgQH38REHrAi4uM0b1fqxMkWYmese94iMp3w==",
"funding": [
{
"type": "github",
@@ -49450,6 +34832,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"dependencies": {
"@csstools/utilities": "^2.0.0",
"postcss-value-parser": "^4.2.0"
@@ -49463,8 +34846,6 @@
},
"node_modules/postcss-color-rebeccapurple": {
"version": "10.0.0",
- "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-10.0.0.tgz",
- "integrity": "sha512-JFta737jSP+hdAIEhk1Vs0q0YF5P8fFcj+09pweS8ktuGuZ8pPlykHsk6mPxZ8awDl4TrcxUqJo9l1IhVr/OjQ==",
"funding": [
{
"type": "github",
@@ -49475,6 +34856,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/utilities": "^2.0.0",
"postcss-value-parser": "^4.2.0"
@@ -49488,9 +34870,8 @@
},
"node_modules/postcss-colormin": {
"version": "7.0.2",
- "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.2.tgz",
- "integrity": "sha512-YntRXNngcvEvDbEjTdRWGU606eZvB5prmHG4BF0yLmVpamXbpsRJzevyy6MZVyuecgzI2AWAlvFi8DAeCqwpvA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"browserslist": "^4.23.3",
"caniuse-api": "^3.0.0",
@@ -49506,9 +34887,8 @@
},
"node_modules/postcss-convert-values": {
"version": "7.0.4",
- "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.4.tgz",
- "integrity": "sha512-e2LSXPqEHVW6aoGbjV9RsSSNDO3A0rZLCBxN24zvxF25WknMPpX8Dm9UxxThyEbaytzggRuZxaGXqaOhxQ514Q==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"browserslist": "^4.23.3",
"postcss-value-parser": "^4.2.0"
@@ -49522,8 +34902,6 @@
},
"node_modules/postcss-custom-media": {
"version": "11.0.0",
- "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-11.0.0.tgz",
- "integrity": "sha512-tZ4qTYSOqH7YFi8psEQB2v2zBRbbJex9FgPef2Qss8DlWxnYpBNHquvMmVBR8uIt6hW0+prDsg7UJDp6XLIf8w==",
"funding": [
{
"type": "github",
@@ -49534,6 +34912,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"dependencies": {
"@csstools/cascade-layer-name-parser": "^2.0.0",
"@csstools/css-parser-algorithms": "^3.0.0",
@@ -49549,8 +34928,6 @@
},
"node_modules/postcss-custom-media/node_modules/@csstools/css-parser-algorithms": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.0.tgz",
- "integrity": "sha512-20hEErXV9GEx15qRbsJVzB91ryayx1F2duHPBrfZXQAHz/dJG0u/611URpr28+sFjm3EI7U17Pj9SVA9NSAGJA==",
"funding": [
{
"type": "github",
@@ -49561,6 +34938,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -49570,8 +34948,6 @@
},
"node_modules/postcss-custom-media/node_modules/@csstools/css-tokenizer": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.0.tgz",
- "integrity": "sha512-efZvfJyYrqH9hPCKtOBywlTsCXnEzAI9sLHFzUsDpBb+1bQ+bxJnwL9V2bRKv9w4cpIp75yxGeZRaVKoMQnsEg==",
"funding": [
{
"type": "github",
@@ -49582,14 +34958,13 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/postcss-custom-media/node_modules/@csstools/media-query-list-parser": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-3.0.0.tgz",
- "integrity": "sha512-W0JlkUFwXjo703wt06AcaWuUcS+6x6IEDyxV6W65Sw+vLCYp+uPsrps+PXTiIfN0V1Pqj5snPzN7EYLmbz1zjg==",
"funding": [
{
"type": "github",
@@ -49600,6 +34975,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -49610,8 +34986,6 @@
},
"node_modules/postcss-custom-properties": {
"version": "14.0.0",
- "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-14.0.0.tgz",
- "integrity": "sha512-GD/suWYQAplXJujsyOswYP+oX9xs29eBNwGloPj4Ub+3/Rq1Set+ZeGmHJfN2Y2+x9vUxAX4eeNJFmtk6VBv4A==",
"funding": [
{
"type": "github",
@@ -49622,6 +34996,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"dependencies": {
"@csstools/cascade-layer-name-parser": "^2.0.0",
"@csstools/css-parser-algorithms": "^3.0.0",
@@ -49638,8 +35013,6 @@
},
"node_modules/postcss-custom-properties-fallback": {
"version": "1.0.2",
- "resolved": "https://registry.npmjs.org/postcss-custom-properties-fallback/-/postcss-custom-properties-fallback-1.0.2.tgz",
- "integrity": "sha512-UrPr99bo03c1iX4iqjBBYo3W+EsXfxrozp2LNvRN34Y95n/7R2RupcMhGlc+C/RQxknDXiP+bptyhmb8nFYzeQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -49652,8 +35025,6 @@
},
"node_modules/postcss-custom-properties/node_modules/@csstools/css-parser-algorithms": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.0.tgz",
- "integrity": "sha512-20hEErXV9GEx15qRbsJVzB91ryayx1F2duHPBrfZXQAHz/dJG0u/611URpr28+sFjm3EI7U17Pj9SVA9NSAGJA==",
"funding": [
{
"type": "github",
@@ -49664,6 +35035,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -49673,8 +35045,6 @@
},
"node_modules/postcss-custom-properties/node_modules/@csstools/css-tokenizer": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.0.tgz",
- "integrity": "sha512-efZvfJyYrqH9hPCKtOBywlTsCXnEzAI9sLHFzUsDpBb+1bQ+bxJnwL9V2bRKv9w4cpIp75yxGeZRaVKoMQnsEg==",
"funding": [
{
"type": "github",
@@ -49685,14 +35055,13 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/postcss-custom-selectors": {
"version": "8.0.0",
- "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-8.0.0.tgz",
- "integrity": "sha512-nW6RWjH+jaWvXEgm/AzMhtVjMXcKmrTWsM/eJn/ujnJI5uEOPTxvl3eCFFCFKC2DiZcOP5HLH5EeX0DIemFzBQ==",
"funding": [
{
"type": "github",
@@ -49703,6 +35072,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"dependencies": {
"@csstools/cascade-layer-name-parser": "^2.0.0",
"@csstools/css-parser-algorithms": "^3.0.0",
@@ -49718,8 +35088,6 @@
},
"node_modules/postcss-custom-selectors/node_modules/@csstools/css-parser-algorithms": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.0.tgz",
- "integrity": "sha512-20hEErXV9GEx15qRbsJVzB91ryayx1F2duHPBrfZXQAHz/dJG0u/611URpr28+sFjm3EI7U17Pj9SVA9NSAGJA==",
"funding": [
{
"type": "github",
@@ -49730,6 +35098,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -49739,8 +35108,6 @@
},
"node_modules/postcss-custom-selectors/node_modules/@csstools/css-tokenizer": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.0.tgz",
- "integrity": "sha512-efZvfJyYrqH9hPCKtOBywlTsCXnEzAI9sLHFzUsDpBb+1bQ+bxJnwL9V2bRKv9w4cpIp75yxGeZRaVKoMQnsEg==",
"funding": [
{
"type": "github",
@@ -49751,14 +35118,13 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/postcss-dir-pseudo-class": {
"version": "9.0.0",
- "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-9.0.0.tgz",
- "integrity": "sha512-T59BG9lURiXmhcJMyKbyjNAK3KCyEQYEhaz9GAETHXfIy9XbGQeyz+H0zIwRJlrP4KKRPJolNYe3QjQPemMjBA==",
"funding": [
{
"type": "github",
@@ -49769,6 +35135,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"postcss-selector-parser": "^6.1.0"
},
@@ -49781,9 +35148,8 @@
},
"node_modules/postcss-discard-comments": {
"version": "7.0.3",
- "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.3.tgz",
- "integrity": "sha512-q6fjd4WU4afNhWOA2WltHgCbkRhZPgQe7cXF74fuVB/ge4QbM9HEaOIzGSiMvM+g/cOsNAUGdf2JDzqA2F8iLA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-selector-parser": "^6.1.2"
},
@@ -49796,9 +35162,8 @@
},
"node_modules/postcss-discard-duplicates": {
"version": "7.0.1",
- "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.1.tgz",
- "integrity": "sha512-oZA+v8Jkpu1ct/xbbrntHRsfLGuzoP+cpt0nJe5ED2FQF8n8bJtn7Bo28jSmBYwqgqnqkuSXJfSUEE7if4nClQ==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0"
},
@@ -49808,9 +35173,8 @@
},
"node_modules/postcss-discard-empty": {
"version": "7.0.0",
- "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.0.tgz",
- "integrity": "sha512-e+QzoReTZ8IAwhnSdp/++7gBZ/F+nBq9y6PomfwORfP7q9nBpK5AMP64kOt0bA+lShBFbBDcgpJ3X4etHg4lzA==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0"
},
@@ -49820,9 +35184,8 @@
},
"node_modules/postcss-discard-overridden": {
"version": "7.0.0",
- "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.0.tgz",
- "integrity": "sha512-GmNAzx88u3k2+sBTZrJSDauR0ccpE24omTQCVmaTTZFz1du6AasspjaUPMJ2ud4RslZpoFKyf+6MSPETLojc6w==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0"
},
@@ -49832,8 +35195,6 @@
},
"node_modules/postcss-double-position-gradients": {
"version": "6.0.0",
- "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-6.0.0.tgz",
- "integrity": "sha512-JkIGah3RVbdSEIrcobqj4Gzq0h53GG4uqDPsho88SgY84WnpkTpI0k50MFK/sX7XqVisZ6OqUfFnoUO6m1WWdg==",
"funding": [
{
"type": "github",
@@ -49844,6 +35205,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/postcss-progressive-custom-properties": "^4.0.0",
"@csstools/utilities": "^2.0.0",
@@ -49856,17 +35218,8 @@
"postcss": "^8.4"
}
},
- "node_modules/postcss-flexbugs-fixes": {
- "version": "5.0.2",
- "license": "MIT",
- "peerDependencies": {
- "postcss": "^8.1.4"
- }
- },
"node_modules/postcss-focus-visible": {
"version": "10.0.0",
- "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-10.0.0.tgz",
- "integrity": "sha512-GJjzvTj7JY+zN7wVBQ4osdKX53QLUdr6r2rSEkBUqrEMDKu3fHMHKOY9rirdirbHCx3IETnK25EtpPARR2KWNw==",
"funding": [
{
"type": "github",
@@ -49877,6 +35230,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"postcss-selector-parser": "^6.1.0"
},
@@ -49889,8 +35243,6 @@
},
"node_modules/postcss-focus-within": {
"version": "9.0.0",
- "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-9.0.0.tgz",
- "integrity": "sha512-QwflAWUToNZvQLGbc4qJhrQO8yZ5617L6hSNzNWDoqRX4FoIh9fbJbEjy0nvFPciaaOoCaeqcxBwYPbFU0HvBw==",
"funding": [
{
"type": "github",
@@ -49901,6 +35253,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"postcss-selector-parser": "^6.1.0"
},
@@ -49920,8 +35273,6 @@
},
"node_modules/postcss-gap-properties": {
"version": "6.0.0",
- "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-6.0.0.tgz",
- "integrity": "sha512-Om0WPjEwiM9Ru+VhfEDPZJAKWUd0mV1HmNXqp2C29z80aQ2uP9UVhLc7e3aYMIor/S5cVhoPgYQ7RtfeZpYTRw==",
"funding": [
{
"type": "github",
@@ -49932,6 +35283,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"engines": {
"node": ">=18"
},
@@ -49941,8 +35293,6 @@
},
"node_modules/postcss-image-set-function": {
"version": "7.0.0",
- "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-7.0.0.tgz",
- "integrity": "sha512-QL7W7QNlZuzOwBTeXEmbVckNt1FSmhQtbMRvGGqqU4Nf4xk6KUEQhAoWuMzwbSv5jxiRiSZ5Tv7eiDB9U87znA==",
"funding": [
{
"type": "github",
@@ -49953,6 +35303,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/utilities": "^2.0.0",
"postcss-value-parser": "^4.2.0"
@@ -49966,8 +35317,6 @@
},
"node_modules/postcss-js": {
"version": "4.0.1",
- "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz",
- "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -49986,8 +35335,6 @@
},
"node_modules/postcss-lab-function": {
"version": "7.0.0",
- "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-7.0.0.tgz",
- "integrity": "sha512-Qyrlog4fAJcbwiWHiwkpDLlSRnvk2dFYqygQ29sMbhCoq6B/Jtj89u89VFNaAatW8KkDDAeNzVvabK9NBD9hJA==",
"funding": [
{
"type": "github",
@@ -49998,6 +35345,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/css-color-parser": "^3.0.0",
"@csstools/css-parser-algorithms": "^3.0.0",
@@ -50014,8 +35362,6 @@
},
"node_modules/postcss-lab-function/node_modules/@csstools/css-parser-algorithms": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.0.tgz",
- "integrity": "sha512-20hEErXV9GEx15qRbsJVzB91ryayx1F2duHPBrfZXQAHz/dJG0u/611URpr28+sFjm3EI7U17Pj9SVA9NSAGJA==",
"funding": [
{
"type": "github",
@@ -50026,6 +35372,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
},
@@ -50035,8 +35382,6 @@
},
"node_modules/postcss-lab-function/node_modules/@csstools/css-tokenizer": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.0.tgz",
- "integrity": "sha512-efZvfJyYrqH9hPCKtOBywlTsCXnEzAI9sLHFzUsDpBb+1bQ+bxJnwL9V2bRKv9w4cpIp75yxGeZRaVKoMQnsEg==",
"funding": [
{
"type": "github",
@@ -50047,6 +35392,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"engines": {
"node": ">=18"
}
@@ -50089,8 +35435,6 @@
},
"node_modules/postcss-loader": {
"version": "7.3.4",
- "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-7.3.4.tgz",
- "integrity": "sha512-iW5WTTBSC5BfsBJ9daFMPVrLT36MrNiC6fqOZTTaHjBNX6Pfd5p+hSBqe/fEeNd7pc13QiAyGt7VdGMw4eRC4A==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -50112,15 +35456,11 @@
},
"node_modules/postcss-loader/node_modules/argparse": {
"version": "2.0.1",
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
"dev": true,
"license": "Python-2.0"
},
"node_modules/postcss-loader/node_modules/cosmiconfig": {
"version": "8.3.6",
- "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz",
- "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -50146,8 +35486,6 @@
},
"node_modules/postcss-loader/node_modules/js-yaml": {
"version": "4.1.0",
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -50159,8 +35497,6 @@
},
"node_modules/postcss-logical": {
"version": "8.0.0",
- "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-8.0.0.tgz",
- "integrity": "sha512-HpIdsdieClTjXLOyYdUPAX/XQASNIwdKt5hoZW08ZOAiI+tbV0ta1oclkpVkW5ANU+xJvk3KkA0FejkjGLXUkg==",
"funding": [
{
"type": "github",
@@ -50171,6 +35507,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
@@ -50183,16 +35520,13 @@
},
"node_modules/postcss-media-query-parser": {
"version": "0.2.3",
- "resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz",
- "integrity": "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==",
"dev": true,
"license": "MIT"
},
"node_modules/postcss-merge-longhand": {
"version": "7.0.4",
- "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.4.tgz",
- "integrity": "sha512-zer1KoZA54Q8RVHKOY5vMke0cCdNxMP3KBfDerjH/BYHh4nCIh+1Yy0t1pAEQF18ac/4z3OFclO+ZVH8azjR4A==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0",
"stylehacks": "^7.0.4"
@@ -50206,9 +35540,8 @@
},
"node_modules/postcss-merge-rules": {
"version": "7.0.4",
- "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.4.tgz",
- "integrity": "sha512-ZsaamiMVu7uBYsIdGtKJ64PkcQt6Pcpep/uO90EpLS3dxJi6OXamIobTYcImyXGoW0Wpugh7DSD3XzxZS9JCPg==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"browserslist": "^4.23.3",
"caniuse-api": "^3.0.0",
@@ -50224,9 +35557,8 @@
},
"node_modules/postcss-minify-font-values": {
"version": "7.0.0",
- "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.0.tgz",
- "integrity": "sha512-2ckkZtgT0zG8SMc5aoNwtm5234eUx1GGFJKf2b1bSp8UflqaeFzR50lid4PfqVI9NtGqJ2J4Y7fwvnP/u1cQog==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
@@ -50239,9 +35571,8 @@
},
"node_modules/postcss-minify-gradients": {
"version": "7.0.0",
- "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.0.tgz",
- "integrity": "sha512-pdUIIdj/C93ryCHew0UgBnL2DtUS3hfFa5XtERrs4x+hmpMYGhbzo6l/Ir5de41O0GaKVpK1ZbDNXSY6GkXvtg==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"colord": "^2.9.3",
"cssnano-utils": "^5.0.0",
@@ -50256,9 +35587,8 @@
},
"node_modules/postcss-minify-params": {
"version": "7.0.2",
- "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.2.tgz",
- "integrity": "sha512-nyqVLu4MFl9df32zTsdcLqCFfE/z2+f8GE1KHPxWOAmegSo6lpV2GNy5XQvrzwbLmiU7d+fYay4cwto1oNdAaQ==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"browserslist": "^4.23.3",
"cssnano-utils": "^5.0.0",
@@ -50273,9 +35603,8 @@
},
"node_modules/postcss-minify-selectors": {
"version": "7.0.4",
- "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.0.4.tgz",
- "integrity": "sha512-JG55VADcNb4xFCf75hXkzc1rNeURhlo7ugf6JjiiKRfMsKlDzN9CXHZDyiG6x/zGchpjQS+UAgb1d4nqXqOpmA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"cssesc": "^3.0.0",
"postcss-selector-parser": "^6.1.2"
@@ -50288,9 +35617,9 @@
}
},
"node_modules/postcss-mixins": {
- "version": "10.0.1",
- "resolved": "https://registry.npmjs.org/postcss-mixins/-/postcss-mixins-10.0.1.tgz",
- "integrity": "sha512-5+cI9r8L5ChegVsLM9pXa53Ft03Mt9xAq+kvzqfrUHGPCArVGOfUvmQK2CLP3XWWP2dqxDLQI+lIcXG+GTqOBQ==",
+ "version": "11.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-mixins/-/postcss-mixins-11.0.1.tgz",
+ "integrity": "sha512-jM9F8bdfP6v/2kCV6Z1PbRribZqB7gh+grtgLnWayQLDo/nLLyEZtmMZ/od6n2YNkyWJo/CAKLHqWNmef0SMVA==",
"dev": true,
"funding": [
{
@@ -50304,13 +35633,13 @@
],
"license": "MIT",
"dependencies": {
- "fast-glob": "^3.3.2",
"postcss-js": "^4.0.1",
"postcss-simple-vars": "^7.0.1",
- "sugarss": "^4.0.1"
+ "sugarss": "^4.0.1",
+ "tinyglobby": "^0.2.6"
},
"engines": {
- "node": "^18.0 || >= 20.0"
+ "node": "^18.0 || ^ 20.0 || >= 22.0"
},
"peerDependencies": {
"postcss": "^8.2.14"
@@ -50336,6 +35665,7 @@
},
"node_modules/postcss-modules-extract-imports": {
"version": "3.0.0",
+ "dev": true,
"license": "ISC",
"engines": {
"node": "^10 || ^12 || >= 14"
@@ -50346,6 +35676,7 @@
},
"node_modules/postcss-modules-local-by-default": {
"version": "4.0.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
"icss-utils": "^5.0.0",
@@ -50361,6 +35692,7 @@
},
"node_modules/postcss-modules-scope": {
"version": "3.1.1",
+ "dev": true,
"license": "ISC",
"dependencies": {
"postcss-selector-parser": "^6.0.4"
@@ -50374,6 +35706,7 @@
},
"node_modules/postcss-modules-values": {
"version": "4.0.0",
+ "dev": true,
"license": "ISC",
"dependencies": {
"icss-utils": "^5.0.0"
@@ -50387,8 +35720,6 @@
},
"node_modules/postcss-nesting": {
"version": "13.0.0",
- "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-13.0.0.tgz",
- "integrity": "sha512-TCGQOizyqvEkdeTPM+t6NYwJ3EJszYE/8t8ILxw/YoeUvz2rz7aM8XTAmBWh9/DJjfaaabL88fWrsVHSPF2zgA==",
"funding": [
{
"type": "github",
@@ -50399,6 +35730,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/selector-resolve-nested": "^2.0.0",
"@csstools/selector-specificity": "^4.0.0",
@@ -50413,8 +35745,6 @@
},
"node_modules/postcss-nesting/node_modules/@csstools/selector-specificity": {
"version": "4.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-4.0.0.tgz",
- "integrity": "sha512-189nelqtPd8++phaHNwYovKZI0FOzH1vQEE3QhHHkNIGrg5fSs9CbYP3RvfEH5geztnIA9Jwq91wyOIwAW5JIQ==",
"funding": [
{
"type": "github",
@@ -50425,6 +35755,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"engines": {
"node": ">=18"
},
@@ -50434,9 +35765,8 @@
},
"node_modules/postcss-normalize-charset": {
"version": "7.0.0",
- "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.0.tgz",
- "integrity": "sha512-ABisNUXMeZeDNzCQxPxBCkXexvBrUHV+p7/BXOY+ulxkcjUZO0cp8ekGBwvIh2LbCwnWbyMPNJVtBSdyhM2zYQ==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0"
},
@@ -50446,9 +35776,8 @@
},
"node_modules/postcss-normalize-display-values": {
"version": "7.0.0",
- "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.0.tgz",
- "integrity": "sha512-lnFZzNPeDf5uGMPYgGOw7v0BfB45+irSRz9gHQStdkkhiM0gTfvWkWB5BMxpn0OqgOQuZG/mRlZyJxp0EImr2Q==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
@@ -50461,9 +35790,8 @@
},
"node_modules/postcss-normalize-positions": {
"version": "7.0.0",
- "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.0.tgz",
- "integrity": "sha512-I0yt8wX529UKIGs2y/9Ybs2CelSvItfmvg/DBIjTnoUSrPxSV7Z0yZ8ShSVtKNaV/wAY+m7bgtyVQLhB00A1NQ==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
@@ -50476,9 +35804,8 @@
},
"node_modules/postcss-normalize-repeat-style": {
"version": "7.0.0",
- "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.0.tgz",
- "integrity": "sha512-o3uSGYH+2q30ieM3ppu9GTjSXIzOrRdCUn8UOMGNw7Af61bmurHTWI87hRybrP6xDHvOe5WlAj3XzN6vEO8jLw==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
@@ -50491,9 +35818,8 @@
},
"node_modules/postcss-normalize-string": {
"version": "7.0.0",
- "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.0.tgz",
- "integrity": "sha512-w/qzL212DFVOpMy3UGyxrND+Kb0fvCiBBujiaONIihq7VvtC7bswjWgKQU/w4VcRyDD8gpfqUiBQ4DUOwEJ6Qg==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
@@ -50506,9 +35832,8 @@
},
"node_modules/postcss-normalize-timing-functions": {
"version": "7.0.0",
- "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.0.tgz",
- "integrity": "sha512-tNgw3YV0LYoRwg43N3lTe3AEWZ66W7Dh7lVEpJbHoKOuHc1sLrzMLMFjP8SNULHaykzsonUEDbKedv8C+7ej6g==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
@@ -50521,9 +35846,8 @@
},
"node_modules/postcss-normalize-unicode": {
"version": "7.0.2",
- "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.2.tgz",
- "integrity": "sha512-ztisabK5C/+ZWBdYC+Y9JCkp3M9qBv/XFvDtSw0d/XwfT3UaKeW/YTm/MD/QrPNxuecia46vkfEhewjwcYFjkg==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"browserslist": "^4.23.3",
"postcss-value-parser": "^4.2.0"
@@ -50537,9 +35861,8 @@
},
"node_modules/postcss-normalize-url": {
"version": "7.0.0",
- "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.0.tgz",
- "integrity": "sha512-+d7+PpE+jyPX1hDQZYG+NaFD+Nd2ris6r8fPTBAjE8z/U41n/bib3vze8x7rKs5H1uEw5ppe9IojewouHk0klQ==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
@@ -50552,9 +35875,8 @@
},
"node_modules/postcss-normalize-whitespace": {
"version": "7.0.0",
- "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.0.tgz",
- "integrity": "sha512-37/toN4wwZErqohedXYqWgvcHUGlT8O/m2jVkAfAe9Bd4MzRqlBmXrJRePH0e9Wgnz2X7KymTgTOaaFizQe3AQ==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
@@ -50587,9 +35909,8 @@
},
"node_modules/postcss-ordered-values": {
"version": "7.0.1",
- "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.1.tgz",
- "integrity": "sha512-irWScWRL6nRzYmBOXReIKch75RRhNS86UPUAxXdmW/l0FcAsg0lvAXQCby/1lymxn/o0gVa6Rv/0f03eJOwHxw==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"cssnano-utils": "^5.0.0",
"postcss-value-parser": "^4.2.0"
@@ -50603,8 +35924,6 @@
},
"node_modules/postcss-overflow-shorthand": {
"version": "6.0.0",
- "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-6.0.0.tgz",
- "integrity": "sha512-BdDl/AbVkDjoTofzDQnwDdm/Ym6oS9KgmO7Gr+LHYjNWJ6ExORe4+3pcLQsLA9gIROMkiGVjjwZNoL/mpXHd5Q==",
"funding": [
{
"type": "github",
@@ -50615,6 +35934,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
@@ -50634,8 +35954,6 @@
},
"node_modules/postcss-place": {
"version": "10.0.0",
- "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-10.0.0.tgz",
- "integrity": "sha512-5EBrMzat2pPAxQNWYavwAfoKfYcTADJ8AXGVPcUZ2UkNloUTWzJQExgrzrDkh3EKzmAx1evfTAzF9I8NGcc+qw==",
"funding": [
{
"type": "github",
@@ -50646,6 +35964,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
@@ -50658,8 +35977,6 @@
},
"node_modules/postcss-preset-env": {
"version": "10.0.0",
- "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.0.0.tgz",
- "integrity": "sha512-zoLkIGK30hkLhHVD6jNqcO6gDVDzyo10s42XG++Gsy9z6gk1X/UpI2Zn28ylGD9VnQSSdQMzuk535rRq2JmWkg==",
"funding": [
{
"type": "github",
@@ -50670,6 +35987,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"@csstools/postcss-cascade-layers": "^5.0.0",
"@csstools/postcss-color-function": "^4.0.0",
@@ -50746,8 +36064,6 @@
},
"node_modules/postcss-pseudo-class-any-link": {
"version": "10.0.0",
- "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-10.0.0.tgz",
- "integrity": "sha512-bde8VE08Gq3ekKDq2BQ0ESOjNX54lrFDK3U9zABPINaqHblbZL/4Wfo5Y2vk6U64yVd/sjDwTzuiisFBpGNNIQ==",
"funding": [
{
"type": "github",
@@ -50758,6 +36074,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT-0",
"dependencies": {
"postcss-selector-parser": "^6.1.0"
},
@@ -50770,9 +36087,8 @@
},
"node_modules/postcss-reduce-initial": {
"version": "7.0.2",
- "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.2.tgz",
- "integrity": "sha512-pOnu9zqQww7dEKf62Nuju6JgsW2V0KRNBHxeKohU+JkHd/GAH5uvoObqFLqkeB2n20mr6yrlWDvo5UBU5GnkfA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"browserslist": "^4.23.3",
"caniuse-api": "^3.0.0"
@@ -50786,9 +36102,8 @@
},
"node_modules/postcss-reduce-transforms": {
"version": "7.0.0",
- "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.0.tgz",
- "integrity": "sha512-pnt1HKKZ07/idH8cpATX/ujMbtOGhUfE+m8gbqwJE05aTaNw8gbo34a2e3if0xc0dlu75sUOiqvwCGY3fzOHew==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
@@ -50808,15 +36123,11 @@
},
"node_modules/postcss-resolve-nested-selector": {
"version": "0.1.4",
- "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.4.tgz",
- "integrity": "sha512-R6vHqZWgVnTAPq0C+xjyHfEZqfIYboCBVSy24MjxEDm+tIh1BU4O6o7DP7AA7kHzf136d+Qc5duI4tlpHjixDw==",
"dev": true,
"license": "MIT"
},
"node_modules/postcss-safe-parser": {
"version": "7.0.0",
- "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.0.0.tgz",
- "integrity": "sha512-ovehqRNVCpuFzbXoTb4qLtyzK3xn3t/CUBxOs8LsnQjQrShaB4lKiHoVqY8ANaC0hBMHq5QVWk77rwGklFUDrg==",
"dev": true,
"funding": [
{
@@ -50842,8 +36153,6 @@
},
"node_modules/postcss-scss": {
"version": "4.0.9",
- "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.9.tgz",
- "integrity": "sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==",
"dev": true,
"funding": [
{
@@ -50869,8 +36178,6 @@
},
"node_modules/postcss-selector-not": {
"version": "8.0.0",
- "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-8.0.0.tgz",
- "integrity": "sha512-g/juh7A83GWc3+kWL8BiS3YUIJb3XNqIVKz1kGvgN3OhoGCsPncy1qo/+q61tjy5r87OxBhSY1+hcH3yOhEW+g==",
"funding": [
{
"type": "github",
@@ -50881,6 +36188,7 @@
"url": "https://opencollective.com/csstools"
}
],
+ "license": "MIT",
"dependencies": {
"postcss-selector-parser": "^6.1.0"
},
@@ -50893,8 +36201,7 @@
},
"node_modules/postcss-selector-parser": {
"version": "6.1.2",
- "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
- "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
+ "license": "MIT",
"dependencies": {
"cssesc": "^3.0.0",
"util-deprecate": "^1.0.2"
@@ -50905,8 +36212,6 @@
},
"node_modules/postcss-simple-vars": {
"version": "7.0.1",
- "resolved": "https://registry.npmjs.org/postcss-simple-vars/-/postcss-simple-vars-7.0.1.tgz",
- "integrity": "sha512-5GLLXaS8qmzHMOjVxqkk1TZPf1jMqesiI7qLhnlyERalG0sMbHIbJqrcnrpmZdKCLglHnRHoEBB61RtGTsj++A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -50922,8 +36227,6 @@
},
"node_modules/postcss-sorting": {
"version": "8.0.2",
- "resolved": "https://registry.npmjs.org/postcss-sorting/-/postcss-sorting-8.0.2.tgz",
- "integrity": "sha512-M9dkSrmU00t/jK7rF6BZSZauA5MAaBW4i5EnJXspMwt4iqTh/L9j6fgMnbElEOfyRyfLfVbIHj/R52zHzAPe1Q==",
"dev": true,
"license": "MIT",
"peerDependencies": {
@@ -50932,8 +36235,6 @@
},
"node_modules/postcss-styled-syntax": {
"version": "0.6.4",
- "resolved": "https://registry.npmjs.org/postcss-styled-syntax/-/postcss-styled-syntax-0.6.4.tgz",
- "integrity": "sha512-uWiLn+9rKgIghUYmTHvXMR6MnyPULMe9Gv3bV537Fg4FH6CA6cn21WMjKss2Qb98LUhT847tKfnRGG3FhSOgUQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -50948,9 +36249,8 @@
},
"node_modules/postcss-svgo": {
"version": "7.0.1",
- "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.0.1.tgz",
- "integrity": "sha512-0WBUlSL4lhD9rA5k1e5D8EN5wCEyZD6HJk0jIvRxl+FDVOMlJ7DePHYWGGVc5QRqrJ3/06FTXM0bxjmJpmTPSA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0",
"svgo": "^3.3.2"
@@ -50964,9 +36264,8 @@
},
"node_modules/postcss-unique-selectors": {
"version": "7.0.3",
- "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.3.tgz",
- "integrity": "sha512-J+58u5Ic5T1QjP/LDV9g3Cx4CNOgB5vz+kM6+OxHHhFACdcDeKhBXjQmB7fnIZM12YSTvsL0Opwco83DmacW2g==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-selector-parser": "^6.1.2"
},
@@ -50983,8 +36282,6 @@
},
"node_modules/postcss-values-parser": {
"version": "6.0.2",
- "resolved": "https://registry.npmjs.org/postcss-values-parser/-/postcss-values-parser-6.0.2.tgz",
- "integrity": "sha512-YLJpK0N1brcNJrs9WatuJFtHaV9q5aAOj+S4DI5S7jgHlRfm0PIbDCAFRYMQD5SHq7Fy6xsDhyutgS0QOAs0qw==",
"dev": true,
"license": "MPL-2.0",
"dependencies": {
@@ -51001,42 +36298,9 @@
},
"node_modules/postcss-values-parser/node_modules/color-name": {
"version": "1.1.4",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
"dev": true,
"license": "MIT"
},
- "node_modules/prebuild-install": {
- "version": "7.1.2",
- "license": "MIT",
- "dependencies": {
- "detect-libc": "^2.0.0",
- "expand-template": "^2.0.3",
- "github-from-package": "0.0.0",
- "minimist": "^1.2.3",
- "mkdirp-classic": "^0.5.3",
- "napi-build-utils": "^1.0.1",
- "node-abi": "^3.3.0",
- "pump": "^3.0.0",
- "rc": "^1.2.7",
- "simple-get": "^4.0.0",
- "tar-fs": "^2.0.0",
- "tunnel-agent": "^0.6.0"
- },
- "bin": {
- "prebuild-install": "bin.js"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/prebuild-install/node_modules/detect-libc": {
- "version": "2.0.3",
- "license": "Apache-2.0",
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/preferred-pm": {
"version": "3.0.3",
"dev": true,
@@ -51110,18 +36374,12 @@
},
"node_modules/prelude-ls": {
"version": "1.2.1",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.8.0"
}
},
- "node_modules/prepend-http": {
- "version": "2.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
"node_modules/prettier": {
"version": "3.0.3",
"dev": true,
@@ -51162,24 +36420,6 @@
"node": ">=6.0.0"
}
},
- "node_modules/pretty-bytes": {
- "version": "5.6.0",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/pretty-error": {
- "version": "2.1.2",
- "license": "MIT",
- "dependencies": {
- "lodash": "^4.17.20",
- "renderkid": "^2.0.4"
- }
- },
"node_modules/pretty-format": {
"version": "27.5.1",
"dev": true,
@@ -51217,27 +36457,6 @@
"node": ">= 0.8"
}
},
- "node_modules/preval.macro": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "babel-plugin-preval": "^3.0.0"
- }
- },
- "node_modules/prism-react-renderer": {
- "version": "1.3.5",
- "license": "MIT",
- "peerDependencies": {
- "react": ">=0.14.9"
- }
- },
- "node_modules/prismjs": {
- "version": "1.29.0",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
"node_modules/proc-log": {
"version": "3.0.0",
"dev": true,
@@ -51256,10 +36475,12 @@
},
"node_modules/process-nextick-args": {
"version": "2.0.1",
+ "dev": true,
"license": "MIT"
},
"node_modules/progress": {
"version": "2.0.3",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=0.4.0"
@@ -51275,6 +36496,7 @@
},
"node_modules/prompts": {
"version": "2.4.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
"kleur": "^3.0.3",
@@ -51297,32 +36519,9 @@
"version": "16.13.1",
"license": "MIT"
},
- "node_modules/proper-lockfile": {
- "version": "4.1.2",
- "license": "MIT",
- "dependencies": {
- "graceful-fs": "^4.2.4",
- "retry": "^0.12.0",
- "signal-exit": "^3.0.2"
- }
- },
- "node_modules/property-information": {
- "version": "5.6.0",
- "license": "MIT",
- "dependencies": {
- "xtend": "^4.0.0"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
- "node_modules/protocols": {
- "version": "2.0.1",
- "license": "MIT"
- },
"node_modules/proxy-addr": {
"version": "2.0.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"forwarded": "0.2.0",
@@ -51395,6 +36594,7 @@
},
"node_modules/proxy-from-env": {
"version": "1.1.0",
+ "dev": true,
"license": "MIT"
},
"node_modules/prr": {
@@ -51405,14 +36605,17 @@
},
"node_modules/pseudomap": {
"version": "1.0.2",
+ "dev": true,
"license": "ISC"
},
"node_modules/psl": {
"version": "1.9.0",
+ "dev": true,
"license": "MIT"
},
"node_modules/pump": {
"version": "3.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"end-of-stream": "^1.1.0",
@@ -51440,21 +36643,12 @@
},
"node_modules/punycode": {
"version": "2.3.1",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
- "node_modules/pupa": {
- "version": "2.1.1",
- "license": "MIT",
- "dependencies": {
- "escape-goat": "^2.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/puppeteer-core": {
"version": "22.2.0",
"dev": true,
@@ -51488,6 +36682,7 @@
},
"node_modules/qs": {
"version": "6.12.0",
+ "dev": true,
"license": "BSD-3-Clause",
"dependencies": {
"side-channel": "^1.0.6"
@@ -51499,29 +36694,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/query-string": {
- "version": "6.14.1",
- "license": "MIT",
- "dependencies": {
- "decode-uri-component": "^0.2.0",
- "filter-obj": "^1.1.0",
- "split-on-first": "^1.0.0",
- "strict-uri-encode": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/querystring": {
- "version": "0.2.1",
- "license": "MIT",
- "engines": {
- "node": ">=0.4.x"
- }
- },
"node_modules/querystringify": {
"version": "2.2.0",
"dev": true,
@@ -51529,6 +36701,7 @@
},
"node_modules/queue-microtask": {
"version": "1.2.3",
+ "dev": true,
"funding": [
{
"type": "github",
@@ -51560,8 +36733,6 @@
},
"node_modules/quote-unquote": {
"version": "1.0.0",
- "resolved": "https://registry.npmjs.org/quote-unquote/-/quote-unquote-1.0.0.tgz",
- "integrity": "sha512-twwRO/ilhlG/FIgYeKGFqyHhoEhqgnKVkcmqMKi2r524gz3ZbDTcyFt38E9xjJI2vT+KbRNHVbnJ/e0I25Azwg==",
"dev": true,
"license": "MIT"
},
@@ -51576,6 +36747,7 @@
},
"node_modules/randombytes": {
"version": "2.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"safe-buffer": "^5.1.0"
@@ -51583,6 +36755,7 @@
},
"node_modules/range-parser": {
"version": "1.2.1",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.6"
@@ -51590,6 +36763,7 @@
},
"node_modules/raw-body": {
"version": "2.5.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
"bytes": "3.1.2",
@@ -51601,44 +36775,6 @@
"node": ">= 0.8"
}
},
- "node_modules/raw-loader": {
- "version": "4.0.2",
- "license": "MIT",
- "dependencies": {
- "loader-utils": "^2.0.0",
- "schema-utils": "^3.0.0"
- },
- "engines": {
- "node": ">= 10.13.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
- },
- "peerDependencies": {
- "webpack": "^4.0.0 || ^5.0.0"
- }
- },
- "node_modules/rc": {
- "version": "1.2.8",
- "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
- "dependencies": {
- "deep-extend": "^0.6.0",
- "ini": "~1.3.0",
- "minimist": "^1.2.0",
- "strip-json-comments": "~2.0.1"
- },
- "bin": {
- "rc": "cli.js"
- }
- },
- "node_modules/rc/node_modules/strip-json-comments": {
- "version": "2.0.1",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/react": {
"version": "18.3.1",
"license": "MIT",
@@ -51649,20 +36785,6 @@
"node": ">=0.10.0"
}
},
- "node_modules/react-addons-text-content": {
- "version": "0.0.4",
- "license": "MIT"
- },
- "node_modules/react-clientside-effect": {
- "version": "1.2.6",
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.12.13"
- },
- "peerDependencies": {
- "react": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
- }
- },
"node_modules/react-colorful": {
"version": "5.6.1",
"dev": true,
@@ -51672,340 +36794,6 @@
"react-dom": ">=16.8.0"
}
},
- "node_modules/react-dev-utils": {
- "version": "11.0.4",
- "license": "MIT",
- "dependencies": {
- "@babel/code-frame": "7.10.4",
- "address": "1.1.2",
- "browserslist": "4.14.2",
- "chalk": "2.4.2",
- "cross-spawn": "7.0.3",
- "detect-port-alt": "1.1.6",
- "escape-string-regexp": "2.0.0",
- "filesize": "6.1.0",
- "find-up": "4.1.0",
- "fork-ts-checker-webpack-plugin": "4.1.6",
- "global-modules": "2.0.0",
- "globby": "11.0.1",
- "gzip-size": "5.1.1",
- "immer": "8.0.1",
- "is-root": "2.1.0",
- "loader-utils": "2.0.0",
- "open": "^7.0.2",
- "pkg-up": "3.1.0",
- "prompts": "2.4.0",
- "react-error-overlay": "^6.0.9",
- "recursive-readdir": "2.2.2",
- "shell-quote": "1.7.2",
- "strip-ansi": "6.0.0",
- "text-table": "0.2.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/react-dev-utils/node_modules/@babel/code-frame": {
- "version": "7.10.4",
- "license": "MIT",
- "dependencies": {
- "@babel/highlight": "^7.10.4"
- }
- },
- "node_modules/react-dev-utils/node_modules/braces": {
- "version": "2.3.2",
- "license": "MIT",
- "dependencies": {
- "arr-flatten": "^1.1.0",
- "array-unique": "^0.3.2",
- "extend-shallow": "^2.0.1",
- "fill-range": "^4.0.0",
- "isobject": "^3.0.1",
- "repeat-element": "^1.1.2",
- "snapdragon": "^0.8.1",
- "snapdragon-node": "^2.0.1",
- "split-string": "^3.0.2",
- "to-regex": "^3.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/react-dev-utils/node_modules/browserslist": {
- "version": "4.14.2",
- "license": "MIT",
- "dependencies": {
- "caniuse-lite": "^1.0.30001125",
- "electron-to-chromium": "^1.3.564",
- "escalade": "^3.0.2",
- "node-releases": "^1.1.61"
- },
- "bin": {
- "browserslist": "cli.js"
- },
- "engines": {
- "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
- },
- "funding": {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/browserslist"
- }
- },
- "node_modules/react-dev-utils/node_modules/cross-spawn": {
- "version": "7.0.3",
- "license": "MIT",
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/react-dev-utils/node_modules/escape-string-regexp": {
- "version": "2.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/react-dev-utils/node_modules/filesize": {
- "version": "6.1.0",
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">= 0.4.0"
- }
- },
- "node_modules/react-dev-utils/node_modules/fill-range": {
- "version": "4.0.0",
- "license": "MIT",
- "dependencies": {
- "extend-shallow": "^2.0.1",
- "is-number": "^3.0.0",
- "repeat-string": "^1.6.1",
- "to-regex-range": "^2.1.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/react-dev-utils/node_modules/fork-ts-checker-webpack-plugin": {
- "version": "4.1.6",
- "license": "MIT",
- "dependencies": {
- "@babel/code-frame": "^7.5.5",
- "chalk": "^2.4.1",
- "micromatch": "^3.1.10",
- "minimatch": "^3.0.4",
- "semver": "^5.6.0",
- "tapable": "^1.0.0",
- "worker-rpc": "^0.1.0"
- },
- "engines": {
- "node": ">=6.11.5",
- "yarn": ">=1.0.0"
- }
- },
- "node_modules/react-dev-utils/node_modules/globby": {
- "version": "11.0.1",
- "license": "MIT",
- "dependencies": {
- "array-union": "^2.1.0",
- "dir-glob": "^3.0.1",
- "fast-glob": "^3.1.1",
- "ignore": "^5.1.4",
- "merge2": "^1.3.0",
- "slash": "^3.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/react-dev-utils/node_modules/gzip-size": {
- "version": "5.1.1",
- "license": "MIT",
- "dependencies": {
- "duplexer": "^0.1.1",
- "pify": "^4.0.1"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/react-dev-utils/node_modules/is-buffer": {
- "version": "1.1.6",
- "license": "MIT"
- },
- "node_modules/react-dev-utils/node_modules/is-extendable": {
- "version": "1.0.1",
- "license": "MIT",
- "dependencies": {
- "is-plain-object": "^2.0.4"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/react-dev-utils/node_modules/is-number": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "kind-of": "^3.0.2"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/react-dev-utils/node_modules/is-number/node_modules/kind-of": {
- "version": "3.2.2",
- "license": "MIT",
- "dependencies": {
- "is-buffer": "^1.1.5"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/react-dev-utils/node_modules/loader-utils": {
- "version": "2.0.0",
- "license": "MIT",
- "dependencies": {
- "big.js": "^5.2.2",
- "emojis-list": "^3.0.0",
- "json5": "^2.1.2"
- },
- "engines": {
- "node": ">=8.9.0"
- }
- },
- "node_modules/react-dev-utils/node_modules/micromatch": {
- "version": "3.1.10",
- "license": "MIT",
- "dependencies": {
- "arr-diff": "^4.0.0",
- "array-unique": "^0.3.2",
- "braces": "^2.3.1",
- "define-property": "^2.0.2",
- "extend-shallow": "^3.0.2",
- "extglob": "^2.0.4",
- "fragment-cache": "^0.2.1",
- "kind-of": "^6.0.2",
- "nanomatch": "^1.2.9",
- "object.pick": "^1.3.0",
- "regex-not": "^1.0.0",
- "snapdragon": "^0.8.1",
- "to-regex": "^3.0.2"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/react-dev-utils/node_modules/micromatch/node_modules/extend-shallow": {
- "version": "3.0.2",
- "license": "MIT",
- "dependencies": {
- "assign-symbols": "^1.0.0",
- "is-extendable": "^1.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/react-dev-utils/node_modules/node-releases": {
- "version": "1.1.77",
- "license": "MIT"
- },
- "node_modules/react-dev-utils/node_modules/prompts": {
- "version": "2.4.0",
- "license": "MIT",
- "dependencies": {
- "kleur": "^3.0.3",
- "sisteransi": "^1.0.5"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/react-dev-utils/node_modules/semver": {
- "version": "5.7.2",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver"
- }
- },
- "node_modules/react-dev-utils/node_modules/shebang-command": {
- "version": "2.0.0",
- "license": "MIT",
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/react-dev-utils/node_modules/shebang-regex": {
- "version": "3.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/react-dev-utils/node_modules/shell-quote": {
- "version": "1.7.2",
- "license": "MIT"
- },
- "node_modules/react-dev-utils/node_modules/slash": {
- "version": "3.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/react-dev-utils/node_modules/strip-ansi": {
- "version": "6.0.0",
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^5.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/react-dev-utils/node_modules/tapable": {
- "version": "1.1.3",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/react-dev-utils/node_modules/to-regex-range": {
- "version": "2.1.1",
- "license": "MIT",
- "dependencies": {
- "is-number": "^3.0.0",
- "repeat-string": "^1.6.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/react-dev-utils/node_modules/which": {
- "version": "2.0.2",
- "license": "ISC",
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
"node_modules/react-dnd": {
"version": "14.0.4",
"dev": true,
@@ -52065,6 +36853,7 @@
},
"node_modules/react-docgen-typescript": {
"version": "2.2.2",
+ "dev": true,
"license": "MIT",
"peerDependencies": {
"typescript": ">= 4.3.x"
@@ -52100,30 +36889,6 @@
"react": "^18.3.1"
}
},
- "node_modules/react-element-to-jsx-string": {
- "version": "14.3.4",
- "license": "MIT",
- "dependencies": {
- "@base2/pretty-print-object": "1.0.1",
- "is-plain-object": "5.0.0",
- "react-is": "17.0.2"
- },
- "peerDependencies": {
- "react": "^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1",
- "react-dom": "^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1"
- }
- },
- "node_modules/react-element-to-jsx-string/node_modules/is-plain-object": {
- "version": "5.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/react-element-to-jsx-string/node_modules/react-is": {
- "version": "17.0.2",
- "license": "MIT"
- },
"node_modules/react-error-boundary": {
"version": "3.1.4",
"dev": true,
@@ -52139,96 +36904,6 @@
"react": ">=16.13.1"
}
},
- "node_modules/react-error-overlay": {
- "version": "6.0.11",
- "license": "MIT"
- },
- "node_modules/react-fast-compare": {
- "version": "3.2.2",
- "license": "MIT"
- },
- "node_modules/react-focus-lock": {
- "version": "2.11.2",
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.0.0",
- "focus-lock": "^1.3.2",
- "prop-types": "^15.6.2",
- "react-clientside-effect": "^1.2.6",
- "use-callback-ref": "^1.3.0",
- "use-sidecar": "^1.1.2"
- },
- "peerDependencies": {
- "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/react-focus-on": {
- "version": "3.9.2",
- "license": "MIT",
- "dependencies": {
- "aria-hidden": "^1.2.2",
- "react-focus-lock": "^2.11.2",
- "react-remove-scroll": "^2.5.7",
- "react-style-singleton": "^2.2.1",
- "tslib": "^2.3.1",
- "use-callback-ref": "^1.3.0",
- "use-sidecar": "^1.1.2"
- },
- "engines": {
- "node": ">=8.5.0"
- },
- "peerDependencies": {
- "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/react-focus-on/node_modules/react-remove-scroll": {
- "version": "2.5.9",
- "license": "MIT",
- "dependencies": {
- "react-remove-scroll-bar": "^2.3.6",
- "react-style-singleton": "^2.2.1",
- "tslib": "^2.1.0",
- "use-callback-ref": "^1.3.0",
- "use-sidecar": "^1.1.2"
- },
- "engines": {
- "node": ">=10"
- },
- "peerDependencies": {
- "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/react-helmet": {
- "version": "6.1.0",
- "license": "MIT",
- "dependencies": {
- "object-assign": "^4.1.1",
- "prop-types": "^15.7.2",
- "react-fast-compare": "^3.1.1",
- "react-side-effect": "^2.1.0"
- },
- "peerDependencies": {
- "react": ">=16.3.0"
- }
- },
"node_modules/react-intersection-observer": {
"version": "9.8.1",
"license": "MIT",
@@ -52246,37 +36921,6 @@
"version": "18.2.0",
"license": "MIT"
},
- "node_modules/react-lifecycles-compat": {
- "version": "3.0.4",
- "license": "MIT"
- },
- "node_modules/react-live": {
- "version": "2.4.1",
- "license": "MIT",
- "dependencies": {
- "@types/buble": "^0.20.0",
- "buble": "0.19.6",
- "core-js": "^3.14.0",
- "dom-iterator": "^1.0.0",
- "prism-react-renderer": "^1.2.1",
- "prop-types": "^15.7.2",
- "react-simple-code-editor": "^0.11.0",
- "unescape": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.12.0",
- "npm": ">= 2.0.0"
- }
- },
- "node_modules/react-live/node_modules/core-js": {
- "version": "3.36.1",
- "hasInstallScript": true,
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/core-js"
- }
- },
"node_modules/react-markdown": {
"version": "8.0.7",
"license": "MIT",
@@ -52562,24 +37206,6 @@
"url": "https://opencollective.com/unified"
}
},
- "node_modules/react-measure": {
- "version": "2.5.2",
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.2.0",
- "get-node-dimensions": "^1.2.1",
- "prop-types": "^15.6.2",
- "resize-observer-polyfill": "^1.5.0"
- },
- "peerDependencies": {
- "react": ">0.13.0",
- "react-dom": ">0.13.0"
- }
- },
- "node_modules/react-property": {
- "version": "2.0.0",
- "license": "MIT"
- },
"node_modules/react-refresh": {
"version": "0.14.0",
"dev": true,
@@ -52614,6 +37240,7 @@
},
"node_modules/react-remove-scroll-bar": {
"version": "2.3.6",
+ "dev": true,
"license": "MIT",
"dependencies": {
"react-style-singleton": "^2.2.1",
@@ -52644,23 +37271,9 @@
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
}
},
- "node_modules/react-side-effect": {
- "version": "2.1.2",
- "license": "MIT",
- "peerDependencies": {
- "react": "^16.3.0 || ^17.0.0 || ^18.0.0"
- }
- },
- "node_modules/react-simple-code-editor": {
- "version": "0.11.3",
- "license": "MIT",
- "peerDependencies": {
- "react": "*",
- "react-dom": "*"
- }
- },
"node_modules/react-style-singleton": {
"version": "2.2.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"get-nonce": "^1.0.0",
@@ -52693,16 +37306,6 @@
"react": "^18.2.0"
}
},
- "node_modules/read": {
- "version": "1.0.7",
- "license": "ISC",
- "dependencies": {
- "mute-stream": "~0.0.4"
- },
- "engines": {
- "node": ">=0.8"
- }
- },
"node_modules/read-package-json-fast": {
"version": "3.0.2",
"dev": true,
@@ -52725,6 +37328,7 @@
},
"node_modules/read-pkg": {
"version": "5.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@types/normalize-package-data": "^2.4.0",
@@ -52762,6 +37366,7 @@
},
"node_modules/read-pkg/node_modules/type-fest": {
"version": "0.6.0",
+ "dev": true,
"license": "(MIT OR CC0-1.0)",
"engines": {
"node": ">=8"
@@ -52783,6 +37388,7 @@
},
"node_modules/readable-stream": {
"version": "1.1.14",
+ "dev": true,
"license": "MIT",
"dependencies": {
"core-util-is": "~1.0.0",
@@ -52793,36 +37399,12 @@
},
"node_modules/readable-stream/node_modules/string_decoder": {
"version": "0.10.31",
+ "dev": true,
"license": "MIT"
},
- "node_modules/readable-web-to-node-stream": {
- "version": "3.0.2",
- "license": "MIT",
- "dependencies": {
- "readable-stream": "^3.6.0"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/Borewit"
- }
- },
- "node_modules/readable-web-to-node-stream/node_modules/readable-stream": {
- "version": "3.6.2",
- "license": "MIT",
- "dependencies": {
- "inherits": "^2.0.3",
- "string_decoder": "^1.1.1",
- "util-deprecate": "^1.0.1"
- },
- "engines": {
- "node": ">= 6"
- }
- },
"node_modules/readdirp": {
"version": "3.6.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"picomatch": "^2.2.1"
@@ -52831,16 +37413,6 @@
"node": ">=8.10.0"
}
},
- "node_modules/realpath-native": {
- "version": "1.1.0",
- "license": "MIT",
- "dependencies": {
- "util.promisify": "^1.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
"node_modules/recast": {
"version": "0.23.7",
"dev": true,
@@ -52856,28 +37428,9 @@
"node": ">= 4"
}
},
- "node_modules/recursive-readdir": {
- "version": "2.2.2",
- "license": "MIT",
- "dependencies": {
- "minimatch": "3.0.4"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/recursive-readdir/node_modules/minimatch": {
- "version": "3.0.4",
- "license": "ISC",
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
"node_modules/redent": {
"version": "3.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"indent-string": "^4.0.0",
@@ -52889,24 +37442,20 @@
},
"node_modules/redux": {
"version": "4.2.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.9.2"
}
},
- "node_modules/redux-thunk": {
- "version": "2.4.2",
- "license": "MIT",
- "peerDependencies": {
- "redux": "^4"
- }
- },
"node_modules/regenerate": {
"version": "1.4.2",
+ "dev": true,
"license": "MIT"
},
"node_modules/regenerate-unicode-properties": {
"version": "10.1.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"regenerate": "^1.4.2"
@@ -52921,52 +37470,20 @@
},
"node_modules/regenerator-transform": {
"version": "0.15.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.8.4"
}
},
- "node_modules/regex-not": {
- "version": "1.0.2",
- "license": "MIT",
- "dependencies": {
- "extend-shallow": "^3.0.2",
- "safe-regex": "^1.1.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/regex-not/node_modules/extend-shallow": {
- "version": "3.0.2",
- "license": "MIT",
- "dependencies": {
- "assign-symbols": "^1.0.0",
- "is-extendable": "^1.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/regex-not/node_modules/is-extendable": {
- "version": "1.0.1",
- "license": "MIT",
- "dependencies": {
- "is-plain-object": "^2.0.4"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/regex-parser": {
"version": "2.3.0",
- "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.3.0.tgz",
- "integrity": "sha512-TVILVSz2jY5D47F4mA4MppkBrafEaiUWJO/TcZHEIuI13AqoZMkK1WMA4Om1YkYbTx+9Ki1/tSUXbceyr9saRg==",
"dev": true,
"license": "MIT"
},
"node_modules/regexp.prototype.flags": {
"version": "1.5.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
@@ -52980,18 +37497,9 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/regexpp": {
- "version": "3.2.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/mysticatea"
- }
- },
"node_modules/regexpu-core": {
"version": "5.3.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@babel/regjsgen": "^0.8.0",
@@ -53005,32 +37513,9 @@
"node": ">=4"
}
},
- "node_modules/registry-auth-token": {
- "version": "4.2.2",
- "license": "MIT",
- "dependencies": {
- "rc": "1.2.8"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/registry-url": {
- "version": "5.1.0",
- "license": "MIT",
- "dependencies": {
- "rc": "^1.2.8"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/regjsgen": {
- "version": "0.5.2",
- "license": "MIT"
- },
"node_modules/regjsparser": {
"version": "0.9.1",
+ "dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"jsesc": "~0.5.0"
@@ -53041,6 +37526,7 @@
},
"node_modules/regjsparser/node_modules/jsesc": {
"version": "0.5.0",
+ "dev": true,
"bin": {
"jsesc": "bin/jsesc"
}
@@ -53215,23 +37701,6 @@
"node": ">= 0.10"
}
},
- "node_modules/remark": {
- "version": "10.0.1",
- "license": "MIT",
- "dependencies": {
- "remark-parse": "^6.0.0",
- "remark-stringify": "^6.0.0",
- "unified": "^7.0.0"
- }
- },
- "node_modules/remark-footnotes": {
- "version": "2.0.0",
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/remark-mdx": {
"version": "3.0.1",
"dev": true,
@@ -53245,143 +37714,6 @@
"url": "https://opencollective.com/unified"
}
},
- "node_modules/remark-mdxjs": {
- "version": "2.0.0-next.8",
- "license": "MIT",
- "dependencies": {
- "@babel/core": "7.10.5",
- "@babel/helper-plugin-utils": "7.10.4",
- "@babel/plugin-proposal-object-rest-spread": "7.10.4",
- "@babel/plugin-syntax-jsx": "7.10.4",
- "@mdx-js/util": "^2.0.0-next.8"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/remark-mdxjs/node_modules/@babel/core": {
- "version": "7.10.5",
- "license": "MIT",
- "dependencies": {
- "@babel/code-frame": "^7.10.4",
- "@babel/generator": "^7.10.5",
- "@babel/helper-module-transforms": "^7.10.5",
- "@babel/helpers": "^7.10.4",
- "@babel/parser": "^7.10.5",
- "@babel/template": "^7.10.4",
- "@babel/traverse": "^7.10.5",
- "@babel/types": "^7.10.5",
- "convert-source-map": "^1.7.0",
- "debug": "^4.1.0",
- "gensync": "^1.0.0-beta.1",
- "json5": "^2.1.2",
- "lodash": "^4.17.19",
- "resolve": "^1.3.2",
- "semver": "^5.4.1",
- "source-map": "^0.5.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/babel"
- }
- },
- "node_modules/remark-mdxjs/node_modules/@babel/helper-plugin-utils": {
- "version": "7.10.4",
- "license": "MIT"
- },
- "node_modules/remark-mdxjs/node_modules/@babel/plugin-proposal-object-rest-spread": {
- "version": "7.10.4",
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.10.4",
- "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
- "@babel/plugin-transform-parameters": "^7.10.4"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/remark-mdxjs/node_modules/@babel/plugin-syntax-jsx": {
- "version": "7.10.4",
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.10.4"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/remark-mdxjs/node_modules/@mdx-js/util": {
- "version": "2.0.0-next.8",
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/remark-mdxjs/node_modules/semver": {
- "version": "5.7.2",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver"
- }
- },
- "node_modules/remark-mdxjs/node_modules/source-map": {
- "version": "0.5.7",
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/remark-parse": {
- "version": "8.0.3",
- "license": "MIT",
- "dependencies": {
- "ccount": "^1.0.0",
- "collapse-white-space": "^1.0.2",
- "is-alphabetical": "^1.0.0",
- "is-decimal": "^1.0.0",
- "is-whitespace-character": "^1.0.0",
- "is-word-character": "^1.0.0",
- "markdown-escapes": "^1.0.0",
- "parse-entities": "^2.0.0",
- "repeat-string": "^1.5.4",
- "state-toggle": "^1.0.0",
- "trim": "0.0.1",
- "trim-trailing-lines": "^1.0.0",
- "unherit": "^1.0.4",
- "unist-util-remove-position": "^2.0.0",
- "vfile-location": "^3.0.0",
- "xtend": "^4.0.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/remark-parse/node_modules/ccount": {
- "version": "1.1.0",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
- "node_modules/remark-parse/node_modules/unist-util-remove-position": {
- "version": "2.0.1",
- "license": "MIT",
- "dependencies": {
- "unist-util-visit": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/remark-rehype": {
"version": "10.1.0",
"license": "MIT",
@@ -53546,24 +37878,6 @@
"url": "https://opencollective.com/unified"
}
},
- "node_modules/remark-retext": {
- "version": "3.1.3",
- "license": "MIT",
- "dependencies": {
- "mdast-util-to-nlcst": "^3.2.0"
- }
- },
- "node_modules/remark-squeeze-paragraphs": {
- "version": "4.0.0",
- "license": "MIT",
- "dependencies": {
- "mdast-squeeze-paragraphs": "^4.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/remark-stringify": {
"version": "11.0.0",
"dev": true,
@@ -53659,380 +37973,9 @@
"url": "https://opencollective.com/unified"
}
},
- "node_modules/remark/node_modules/bail": {
- "version": "1.0.5",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
- "node_modules/remark/node_modules/ccount": {
- "version": "1.1.0",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
- "node_modules/remark/node_modules/character-entities-html4": {
- "version": "1.1.4",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
- "node_modules/remark/node_modules/longest-streak": {
- "version": "2.0.4",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
- "node_modules/remark/node_modules/markdown-table": {
- "version": "1.1.3",
- "license": "MIT"
- },
- "node_modules/remark/node_modules/mdast-util-compact": {
- "version": "1.0.4",
- "license": "MIT",
- "dependencies": {
- "unist-util-visit": "^1.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/remark/node_modules/parse-entities": {
- "version": "1.2.2",
- "license": "MIT",
- "dependencies": {
- "character-entities": "^1.0.0",
- "character-entities-legacy": "^1.0.0",
- "character-reference-invalid": "^1.0.0",
- "is-alphanumerical": "^1.0.0",
- "is-decimal": "^1.0.0",
- "is-hexadecimal": "^1.0.0"
- }
- },
- "node_modules/remark/node_modules/remark-parse": {
- "version": "6.0.3",
- "license": "MIT",
- "dependencies": {
- "collapse-white-space": "^1.0.2",
- "is-alphabetical": "^1.0.0",
- "is-decimal": "^1.0.0",
- "is-whitespace-character": "^1.0.0",
- "is-word-character": "^1.0.0",
- "markdown-escapes": "^1.0.0",
- "parse-entities": "^1.1.0",
- "repeat-string": "^1.5.4",
- "state-toggle": "^1.0.0",
- "trim": "0.0.1",
- "trim-trailing-lines": "^1.0.0",
- "unherit": "^1.0.4",
- "unist-util-remove-position": "^1.0.0",
- "vfile-location": "^2.0.0",
- "xtend": "^4.0.1"
- }
- },
- "node_modules/remark/node_modules/remark-stringify": {
- "version": "6.0.4",
- "license": "MIT",
- "dependencies": {
- "ccount": "^1.0.0",
- "is-alphanumeric": "^1.0.0",
- "is-decimal": "^1.0.0",
- "is-whitespace-character": "^1.0.0",
- "longest-streak": "^2.0.1",
- "markdown-escapes": "^1.0.0",
- "markdown-table": "^1.1.0",
- "mdast-util-compact": "^1.0.0",
- "parse-entities": "^1.0.2",
- "repeat-string": "^1.5.4",
- "state-toggle": "^1.0.0",
- "stringify-entities": "^1.0.1",
- "unherit": "^1.0.4",
- "xtend": "^4.0.1"
- }
- },
- "node_modules/remark/node_modules/stringify-entities": {
- "version": "1.3.2",
- "license": "MIT",
- "dependencies": {
- "character-entities-html4": "^1.0.0",
- "character-entities-legacy": "^1.0.0",
- "is-alphanumerical": "^1.0.0",
- "is-hexadecimal": "^1.0.0"
- }
- },
- "node_modules/remark/node_modules/trough": {
- "version": "1.0.5",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
- "node_modules/remark/node_modules/unified": {
- "version": "7.1.0",
- "license": "MIT",
- "dependencies": {
- "@types/unist": "^2.0.0",
- "@types/vfile": "^3.0.0",
- "bail": "^1.0.0",
- "extend": "^3.0.0",
- "is-plain-obj": "^1.1.0",
- "trough": "^1.0.0",
- "vfile": "^3.0.0",
- "x-is-string": "^0.1.0"
- }
- },
- "node_modules/remark/node_modules/unist-util-is": {
- "version": "3.0.0",
- "license": "MIT"
- },
- "node_modules/remark/node_modules/unist-util-remove-position": {
- "version": "1.1.4",
- "license": "MIT",
- "dependencies": {
- "unist-util-visit": "^1.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/remark/node_modules/unist-util-stringify-position": {
- "version": "1.1.2",
- "license": "MIT"
- },
- "node_modules/remark/node_modules/unist-util-visit": {
- "version": "1.4.1",
- "license": "MIT",
- "dependencies": {
- "unist-util-visit-parents": "^2.0.0"
- }
- },
- "node_modules/remark/node_modules/unist-util-visit-parents": {
- "version": "2.1.2",
- "license": "MIT",
- "dependencies": {
- "unist-util-is": "^3.0.0"
- }
- },
- "node_modules/remark/node_modules/vfile": {
- "version": "3.0.1",
- "license": "MIT",
- "dependencies": {
- "is-buffer": "^2.0.0",
- "replace-ext": "1.0.0",
- "unist-util-stringify-position": "^1.0.0",
- "vfile-message": "^1.0.0"
- }
- },
- "node_modules/remark/node_modules/vfile-location": {
- "version": "2.0.6",
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/remark/node_modules/vfile-message": {
- "version": "1.1.1",
- "license": "MIT",
- "dependencies": {
- "unist-util-stringify-position": "^1.1.1"
- }
- },
- "node_modules/remove-trailing-separator": {
- "version": "1.1.0",
- "license": "ISC"
- },
- "node_modules/renderkid": {
- "version": "2.0.7",
- "license": "MIT",
- "dependencies": {
- "css-select": "^4.1.3",
- "dom-converter": "^0.2.0",
- "htmlparser2": "^6.1.0",
- "lodash": "^4.17.21",
- "strip-ansi": "^3.0.1"
- }
- },
- "node_modules/renderkid/node_modules/ansi-regex": {
- "version": "2.1.1",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/renderkid/node_modules/entities": {
- "version": "2.2.0",
- "license": "BSD-2-Clause",
- "funding": {
- "url": "https://github.com/fb55/entities?sponsor=1"
- }
- },
- "node_modules/renderkid/node_modules/htmlparser2": {
- "version": "6.1.0",
- "funding": [
- "https://github.com/fb55/htmlparser2?sponsor=1",
- {
- "type": "github",
- "url": "https://github.com/sponsors/fb55"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "domelementtype": "^2.0.1",
- "domhandler": "^4.0.0",
- "domutils": "^2.5.2",
- "entities": "^2.0.0"
- }
- },
- "node_modules/renderkid/node_modules/strip-ansi": {
- "version": "3.0.1",
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^2.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/repeat-element": {
- "version": "1.1.4",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/repeat-string": {
- "version": "1.6.1",
- "license": "MIT",
- "engines": {
- "node": ">=0.10"
- }
- },
- "node_modules/replace-ext": {
- "version": "1.0.0",
- "license": "MIT",
- "engines": {
- "node": ">= 0.10"
- }
- },
- "node_modules/request": {
- "version": "2.88.2",
- "license": "Apache-2.0",
- "dependencies": {
- "aws-sign2": "~0.7.0",
- "aws4": "^1.8.0",
- "caseless": "~0.12.0",
- "combined-stream": "~1.0.6",
- "extend": "~3.0.2",
- "forever-agent": "~0.6.1",
- "form-data": "~2.3.2",
- "har-validator": "~5.1.3",
- "http-signature": "~1.2.0",
- "is-typedarray": "~1.0.0",
- "isstream": "~0.1.2",
- "json-stringify-safe": "~5.0.1",
- "mime-types": "~2.1.19",
- "oauth-sign": "~0.9.0",
- "performance-now": "^2.1.0",
- "qs": "~6.5.2",
- "safe-buffer": "^5.1.2",
- "tough-cookie": "~2.5.0",
- "tunnel-agent": "^0.6.0",
- "uuid": "^3.3.2"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/request-promise-core": {
- "version": "1.1.4",
- "license": "ISC",
- "dependencies": {
- "lodash": "^4.17.19"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "peerDependencies": {
- "request": "^2.34"
- }
- },
- "node_modules/request-promise-native": {
- "version": "1.0.9",
- "license": "ISC",
- "dependencies": {
- "request-promise-core": "1.1.4",
- "stealthy-require": "^1.1.1",
- "tough-cookie": "^2.3.3"
- },
- "engines": {
- "node": ">=0.12.0"
- },
- "peerDependencies": {
- "request": "^2.34"
- }
- },
- "node_modules/request-promise-native/node_modules/tough-cookie": {
- "version": "2.5.0",
- "license": "BSD-3-Clause",
- "dependencies": {
- "psl": "^1.1.28",
- "punycode": "^2.1.1"
- },
- "engines": {
- "node": ">=0.8"
- }
- },
- "node_modules/request/node_modules/form-data": {
- "version": "2.3.3",
- "license": "MIT",
- "dependencies": {
- "asynckit": "^0.4.0",
- "combined-stream": "^1.0.6",
- "mime-types": "^2.1.12"
- },
- "engines": {
- "node": ">= 0.12"
- }
- },
- "node_modules/request/node_modules/qs": {
- "version": "6.5.3",
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">=0.6"
- }
- },
- "node_modules/request/node_modules/tough-cookie": {
- "version": "2.5.0",
- "license": "BSD-3-Clause",
- "dependencies": {
- "psl": "^1.1.28",
- "punycode": "^2.1.1"
- },
- "engines": {
- "node": ">=0.8"
- }
- },
- "node_modules/request/node_modules/uuid": {
- "version": "3.4.0",
- "license": "MIT",
- "bin": {
- "uuid": "bin/uuid"
- }
- },
"node_modules/require-directory": {
"version": "2.1.1",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
@@ -54040,25 +37983,17 @@
},
"node_modules/require-from-string": {
"version": "2.0.2",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
- "node_modules/require-like": {
- "version": "0.1.2",
- "engines": {
- "node": "*"
- }
- },
"node_modules/require-main-filename": {
"version": "2.0.0",
+ "dev": true,
"license": "ISC"
},
- "node_modules/require-package-name": {
- "version": "2.0.1",
- "license": "MIT"
- },
"node_modules/requireindex": {
"version": "1.2.0",
"dev": true,
@@ -54069,6 +38004,7 @@
},
"node_modules/requires-port": {
"version": "1.0.0",
+ "dev": true,
"license": "MIT"
},
"node_modules/reserved-words": {
@@ -54076,12 +38012,9 @@
"dev": true,
"license": "MIT"
},
- "node_modules/resize-observer-polyfill": {
- "version": "1.5.1",
- "license": "MIT"
- },
"node_modules/resolve": {
"version": "1.22.8",
+ "dev": true,
"license": "MIT",
"dependencies": {
"is-core-module": "^2.13.0",
@@ -54095,12 +38028,9 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/resolve-alpn": {
- "version": "1.2.1",
- "license": "MIT"
- },
"node_modules/resolve-cwd": {
"version": "3.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"resolve-from": "^5.0.0"
@@ -54111,6 +38041,7 @@
},
"node_modules/resolve-from": {
"version": "5.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
@@ -54124,14 +38055,8 @@
"url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
}
},
- "node_modules/resolve-url": {
- "version": "0.2.1",
- "license": "MIT"
- },
"node_modules/resolve-url-loader": {
"version": "5.0.0",
- "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-5.0.0.tgz",
- "integrity": "sha512-uZtduh8/8srhBoMx//5bwqjQ+rfYOUq8zC9NrMUGtjBiGTtFJM42s58/36+hTqeqINcnYe08Nj3LkK9lW4N8Xg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -54145,18 +38070,9 @@
"node": ">=12"
}
},
- "node_modules/responselike": {
- "version": "2.0.1",
- "license": "MIT",
- "dependencies": {
- "lowercase-keys": "^2.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/restore-cursor": {
"version": "3.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"onetime": "^5.1.0",
@@ -54166,34 +38082,9 @@
"node": ">=8"
}
},
- "node_modules/ret": {
- "version": "0.1.15",
- "license": "MIT",
- "engines": {
- "node": ">=0.12"
- }
- },
- "node_modules/retext-english": {
- "version": "3.0.4",
- "license": "MIT",
- "dependencies": {
- "parse-english": "^4.0.0",
- "unherit": "^1.0.4"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/retry": {
- "version": "0.12.0",
- "license": "MIT",
- "engines": {
- "node": ">= 4"
- }
- },
"node_modules/reusify": {
"version": "1.0.4",
+ "dev": true,
"license": "MIT",
"engines": {
"iojs": ">=1.0.0",
@@ -54202,8 +38093,6 @@
},
"node_modules/rewire": {
"version": "5.0.0",
- "resolved": "https://registry.npmjs.org/rewire/-/rewire-5.0.0.tgz",
- "integrity": "sha512-1zfitNyp9RH5UDyGGLe9/1N0bMlPQ0WrX0Tmg11kMHBpqwPJI4gfPpP7YngFyLbFmhXh19SToAG0sKKEFcOIJA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -54212,8 +38101,6 @@
},
"node_modules/rewire/node_modules/acorn": {
"version": "7.4.1",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
- "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
"dev": true,
"license": "MIT",
"bin": {
@@ -54225,8 +38112,6 @@
},
"node_modules/rewire/node_modules/ajv": {
"version": "6.12.6",
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -54242,8 +38127,6 @@
},
"node_modules/rewire/node_modules/ansi-regex": {
"version": "4.1.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz",
- "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==",
"dev": true,
"license": "MIT",
"engines": {
@@ -54252,8 +38135,6 @@
},
"node_modules/rewire/node_modules/cross-spawn": {
"version": "6.0.5",
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
- "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -54269,8 +38150,6 @@
},
"node_modules/rewire/node_modules/cross-spawn/node_modules/semver": {
"version": "5.7.2",
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
- "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
"dev": true,
"license": "ISC",
"bin": {
@@ -54279,15 +38158,11 @@
},
"node_modules/rewire/node_modules/emoji-regex": {
"version": "7.0.3",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
- "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
"dev": true,
"license": "MIT"
},
"node_modules/rewire/node_modules/eslint": {
"version": "6.8.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-6.8.0.tgz",
- "integrity": "sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -54341,8 +38216,6 @@
},
"node_modules/rewire/node_modules/eslint-utils": {
"version": "1.4.3",
- "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.3.tgz",
- "integrity": "sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -54354,8 +38227,6 @@
},
"node_modules/rewire/node_modules/eslint-visitor-keys": {
"version": "1.3.0",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
- "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
"dev": true,
"license": "Apache-2.0",
"engines": {
@@ -54364,8 +38235,6 @@
},
"node_modules/rewire/node_modules/espree": {
"version": "6.2.1",
- "resolved": "https://registry.npmjs.org/espree/-/espree-6.2.1.tgz",
- "integrity": "sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
@@ -54379,8 +38248,6 @@
},
"node_modules/rewire/node_modules/file-entry-cache": {
"version": "5.0.1",
- "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-5.0.1.tgz",
- "integrity": "sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -54392,8 +38259,6 @@
},
"node_modules/rewire/node_modules/flat-cache": {
"version": "2.0.1",
- "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-2.0.1.tgz",
- "integrity": "sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -54407,15 +38272,11 @@
},
"node_modules/rewire/node_modules/flatted": {
"version": "2.0.2",
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-2.0.2.tgz",
- "integrity": "sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==",
"dev": true,
"license": "ISC"
},
"node_modules/rewire/node_modules/globals": {
"version": "12.4.0",
- "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz",
- "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -54430,8 +38291,6 @@
},
"node_modules/rewire/node_modules/ignore": {
"version": "4.0.6",
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
- "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
"dev": true,
"license": "MIT",
"engines": {
@@ -54440,8 +38299,6 @@
},
"node_modules/rewire/node_modules/is-fullwidth-code-point": {
"version": "2.0.0",
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
- "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
"dev": true,
"license": "MIT",
"engines": {
@@ -54450,15 +38307,11 @@
},
"node_modules/rewire/node_modules/json-schema-traverse": {
"version": "0.4.1",
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
"dev": true,
"license": "MIT"
},
"node_modules/rewire/node_modules/levn": {
"version": "0.3.0",
- "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
- "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -54471,8 +38324,6 @@
},
"node_modules/rewire/node_modules/mkdirp": {
"version": "0.5.6",
- "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
- "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -54484,8 +38335,6 @@
},
"node_modules/rewire/node_modules/optionator": {
"version": "0.8.3",
- "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
- "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -54502,8 +38351,6 @@
},
"node_modules/rewire/node_modules/path-key": {
"version": "2.0.1",
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
- "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==",
"dev": true,
"license": "MIT",
"engines": {
@@ -54512,8 +38359,6 @@
},
"node_modules/rewire/node_modules/prelude-ls": {
"version": "1.1.2",
- "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
- "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==",
"dev": true,
"engines": {
"node": ">= 0.8.0"
@@ -54521,8 +38366,6 @@
},
"node_modules/rewire/node_modules/regexpp": {
"version": "2.0.1",
- "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-2.0.1.tgz",
- "integrity": "sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==",
"dev": true,
"license": "MIT",
"engines": {
@@ -54531,9 +38374,6 @@
},
"node_modules/rewire/node_modules/rimraf": {
"version": "2.6.3",
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz",
- "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==",
- "deprecated": "Rimraf versions prior to v4 are no longer supported",
"dev": true,
"license": "ISC",
"dependencies": {
@@ -54545,8 +38385,6 @@
},
"node_modules/rewire/node_modules/semver": {
"version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
"dev": true,
"license": "ISC",
"bin": {
@@ -54555,8 +38393,6 @@
},
"node_modules/rewire/node_modules/slice-ansi": {
"version": "2.1.0",
- "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz",
- "integrity": "sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -54570,8 +38406,6 @@
},
"node_modules/rewire/node_modules/string-width": {
"version": "3.1.0",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
- "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -54585,8 +38419,6 @@
},
"node_modules/rewire/node_modules/strip-ansi": {
"version": "5.2.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
- "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -54598,8 +38430,6 @@
},
"node_modules/rewire/node_modules/table": {
"version": "5.4.6",
- "resolved": "https://registry.npmjs.org/table/-/table-5.4.6.tgz",
- "integrity": "sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug==",
"dev": true,
"license": "BSD-3-Clause",
"dependencies": {
@@ -54614,8 +38444,6 @@
},
"node_modules/rewire/node_modules/type-check": {
"version": "0.3.2",
- "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
- "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -54627,8 +38455,6 @@
},
"node_modules/rewire/node_modules/type-fest": {
"version": "0.8.1",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
- "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
"dev": true,
"license": "(MIT OR CC0-1.0)",
"engines": {
@@ -54826,18 +38652,16 @@
},
"node_modules/rollup-plugin-postcss/node_modules/commander": {
"version": "7.2.0",
- "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
- "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": ">= 10"
}
},
"node_modules/rollup-plugin-postcss/node_modules/css-declaration-sorter": {
"version": "6.4.1",
- "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz",
- "integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==",
"dev": true,
+ "license": "ISC",
"engines": {
"node": "^10 || ^12 || >=14"
},
@@ -54847,9 +38671,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/css-tree": {
"version": "1.1.3",
- "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
- "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"mdn-data": "2.0.14",
"source-map": "^0.6.1"
@@ -54860,9 +38683,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/cssnano": {
"version": "5.1.15",
- "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz",
- "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"cssnano-preset-default": "^5.2.14",
"lilconfig": "^2.0.3",
@@ -54881,9 +38703,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/cssnano-preset-default": {
"version": "5.2.14",
- "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz",
- "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"css-declaration-sorter": "^6.3.1",
"cssnano-utils": "^3.1.0",
@@ -54924,9 +38745,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/cssnano-utils": {
"version": "3.1.0",
- "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz",
- "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": "^10 || ^12 || >=14.0"
},
@@ -54936,9 +38756,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/csso": {
"version": "4.2.0",
- "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz",
- "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"css-tree": "^1.1.2"
},
@@ -54956,9 +38775,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/mdn-data": {
"version": "2.0.14",
- "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
- "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==",
- "dev": true
+ "dev": true,
+ "license": "CC0-1.0"
},
"node_modules/rollup-plugin-postcss/node_modules/pify": {
"version": "5.0.0",
@@ -54973,9 +38791,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-calc": {
"version": "8.2.4",
- "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz",
- "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-selector-parser": "^6.0.9",
"postcss-value-parser": "^4.2.0"
@@ -54986,9 +38803,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-colormin": {
"version": "5.3.1",
- "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz",
- "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"browserslist": "^4.21.4",
"caniuse-api": "^3.0.0",
@@ -55004,9 +38820,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-convert-values": {
"version": "5.1.3",
- "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz",
- "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"browserslist": "^4.21.4",
"postcss-value-parser": "^4.2.0"
@@ -55020,9 +38835,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-discard-comments": {
"version": "5.1.2",
- "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz",
- "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": "^10 || ^12 || >=14.0"
},
@@ -55032,9 +38846,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-discard-duplicates": {
"version": "5.1.0",
- "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz",
- "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": "^10 || ^12 || >=14.0"
},
@@ -55044,9 +38857,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-discard-empty": {
"version": "5.1.1",
- "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz",
- "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": "^10 || ^12 || >=14.0"
},
@@ -55056,9 +38868,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-discard-overridden": {
"version": "5.1.0",
- "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz",
- "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": "^10 || ^12 || >=14.0"
},
@@ -55068,9 +38879,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-merge-longhand": {
"version": "5.1.7",
- "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz",
- "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0",
"stylehacks": "^5.1.1"
@@ -55084,9 +38894,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-merge-rules": {
"version": "5.1.4",
- "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz",
- "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"browserslist": "^4.21.4",
"caniuse-api": "^3.0.0",
@@ -55102,9 +38911,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-minify-font-values": {
"version": "5.1.0",
- "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz",
- "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
@@ -55117,9 +38925,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-minify-gradients": {
"version": "5.1.1",
- "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz",
- "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"colord": "^2.9.1",
"cssnano-utils": "^3.1.0",
@@ -55134,9 +38941,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-minify-params": {
"version": "5.1.4",
- "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz",
- "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"browserslist": "^4.21.4",
"cssnano-utils": "^3.1.0",
@@ -55151,9 +38957,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-minify-selectors": {
"version": "5.2.1",
- "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz",
- "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-selector-parser": "^6.0.5"
},
@@ -55166,9 +38971,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-normalize-charset": {
"version": "5.1.0",
- "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz",
- "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": "^10 || ^12 || >=14.0"
},
@@ -55178,9 +38982,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-normalize-display-values": {
"version": "5.1.0",
- "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz",
- "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
@@ -55193,9 +38996,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-normalize-positions": {
"version": "5.1.1",
- "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz",
- "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
@@ -55208,9 +39010,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-normalize-repeat-style": {
"version": "5.1.1",
- "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz",
- "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
@@ -55223,9 +39024,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-normalize-string": {
"version": "5.1.0",
- "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz",
- "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
@@ -55238,9 +39038,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-normalize-timing-functions": {
"version": "5.1.0",
- "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz",
- "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
@@ -55253,9 +39052,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-normalize-unicode": {
"version": "5.1.1",
- "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz",
- "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"browserslist": "^4.21.4",
"postcss-value-parser": "^4.2.0"
@@ -55269,9 +39067,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-normalize-url": {
"version": "5.1.0",
- "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz",
- "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"normalize-url": "^6.0.1",
"postcss-value-parser": "^4.2.0"
@@ -55285,9 +39082,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-normalize-whitespace": {
"version": "5.1.1",
- "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz",
- "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
@@ -55300,9 +39096,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-ordered-values": {
"version": "5.1.3",
- "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz",
- "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"cssnano-utils": "^3.1.0",
"postcss-value-parser": "^4.2.0"
@@ -55316,9 +39111,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-reduce-initial": {
"version": "5.1.2",
- "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz",
- "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"browserslist": "^4.21.4",
"caniuse-api": "^3.0.0"
@@ -55332,9 +39126,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-reduce-transforms": {
"version": "5.1.0",
- "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz",
- "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
@@ -55347,9 +39140,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-svgo": {
"version": "5.1.0",
- "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz",
- "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0",
"svgo": "^2.7.0"
@@ -55363,9 +39155,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/postcss-unique-selectors": {
"version": "5.1.1",
- "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz",
- "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"postcss-selector-parser": "^6.0.5"
},
@@ -55378,9 +39169,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/stylehacks": {
"version": "5.1.1",
- "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz",
- "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"browserslist": "^4.21.4",
"postcss-selector-parser": "^6.0.4"
@@ -55405,9 +39195,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/svgo": {
"version": "2.8.0",
- "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz",
- "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@trysound/sax": "0.2.0",
"commander": "^7.2.0",
@@ -55426,9 +39215,8 @@
},
"node_modules/rollup-plugin-postcss/node_modules/yaml": {
"version": "1.10.2",
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
- "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
"dev": true,
+ "license": "ISC",
"engines": {
"node": ">= 6"
}
@@ -55514,18 +39302,12 @@
"x64"
],
"dev": true,
+ "license": "MIT",
"optional": true,
"os": [
"linux"
]
},
- "node_modules/rsvp": {
- "version": "4.8.5",
- "license": "MIT",
- "engines": {
- "node": "6.* || >= 7.*"
- }
- },
"node_modules/run-applescript": {
"version": "5.0.0",
"dev": true,
@@ -55610,6 +39392,7 @@
},
"node_modules/run-async": {
"version": "2.4.1",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=0.12.0"
@@ -55617,6 +39400,7 @@
},
"node_modules/run-parallel": {
"version": "1.2.0",
+ "dev": true,
"funding": [
{
"type": "github",
@@ -55633,281 +39417,77 @@
],
"license": "MIT",
"dependencies": {
- "queue-microtask": "^1.2.2"
- }
- },
- "node_modules/rxjs": {
- "version": "7.8.1",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "tslib": "^2.1.0"
- }
- },
- "node_modules/sade": {
- "version": "1.8.1",
- "license": "MIT",
- "dependencies": {
- "mri": "^1.1.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/safe-array-concat": {
- "version": "1.1.0",
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.5",
- "get-intrinsic": "^1.2.2",
- "has-symbols": "^1.0.3",
- "isarray": "^2.0.5"
- },
- "engines": {
- "node": ">=0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/safe-array-concat/node_modules/isarray": {
- "version": "2.0.5",
- "license": "MIT"
- },
- "node_modules/safe-buffer": {
- "version": "5.1.2",
- "license": "MIT"
- },
- "node_modules/safe-identifier": {
- "version": "0.4.2",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/safe-regex": {
- "version": "1.1.0",
- "license": "MIT",
- "dependencies": {
- "ret": "~0.1.10"
- }
- },
- "node_modules/safe-regex-test": {
- "version": "1.0.0",
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.2",
- "get-intrinsic": "^1.1.3",
- "is-regex": "^1.1.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/safer-buffer": {
- "version": "2.1.2",
- "license": "MIT"
- },
- "node_modules/sane": {
- "version": "4.1.0",
- "license": "MIT",
- "dependencies": {
- "@cnakazawa/watch": "^1.0.3",
- "anymatch": "^2.0.0",
- "capture-exit": "^2.0.0",
- "exec-sh": "^0.3.2",
- "execa": "^1.0.0",
- "fb-watchman": "^2.0.0",
- "micromatch": "^3.1.4",
- "minimist": "^1.1.1",
- "walker": "~1.0.5"
- },
- "bin": {
- "sane": "src/cli.js"
- },
- "engines": {
- "node": "6.* || 8.* || >= 10.*"
- }
- },
- "node_modules/sane/node_modules/braces": {
- "version": "2.3.2",
- "license": "MIT",
- "dependencies": {
- "arr-flatten": "^1.1.0",
- "array-unique": "^0.3.2",
- "extend-shallow": "^2.0.1",
- "fill-range": "^4.0.0",
- "isobject": "^3.0.1",
- "repeat-element": "^1.1.2",
- "snapdragon": "^0.8.1",
- "snapdragon-node": "^2.0.1",
- "split-string": "^3.0.2",
- "to-regex": "^3.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/sane/node_modules/cross-spawn": {
- "version": "6.0.5",
- "license": "MIT",
- "dependencies": {
- "nice-try": "^1.0.4",
- "path-key": "^2.0.1",
- "semver": "^5.5.0",
- "shebang-command": "^1.2.0",
- "which": "^1.2.9"
- },
- "engines": {
- "node": ">=4.8"
- }
- },
- "node_modules/sane/node_modules/execa": {
- "version": "1.0.0",
- "license": "MIT",
- "dependencies": {
- "cross-spawn": "^6.0.0",
- "get-stream": "^4.0.0",
- "is-stream": "^1.1.0",
- "npm-run-path": "^2.0.0",
- "p-finally": "^1.0.0",
- "signal-exit": "^3.0.0",
- "strip-eof": "^1.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/sane/node_modules/fill-range": {
- "version": "4.0.0",
- "license": "MIT",
- "dependencies": {
- "extend-shallow": "^2.0.1",
- "is-number": "^3.0.0",
- "repeat-string": "^1.6.1",
- "to-regex-range": "^2.1.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/sane/node_modules/get-stream": {
- "version": "4.1.0",
- "license": "MIT",
- "dependencies": {
- "pump": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/sane/node_modules/is-buffer": {
- "version": "1.1.6",
- "license": "MIT"
- },
- "node_modules/sane/node_modules/is-extendable": {
- "version": "1.0.1",
- "license": "MIT",
- "dependencies": {
- "is-plain-object": "^2.0.4"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/sane/node_modules/is-number": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "kind-of": "^3.0.2"
- },
- "engines": {
- "node": ">=0.10.0"
+ "queue-microtask": "^1.2.2"
}
},
- "node_modules/sane/node_modules/is-number/node_modules/kind-of": {
- "version": "3.2.2",
- "license": "MIT",
+ "node_modules/rxjs": {
+ "version": "7.8.1",
+ "dev": true,
+ "license": "Apache-2.0",
"dependencies": {
- "is-buffer": "^1.1.5"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/sane/node_modules/is-stream": {
- "version": "1.1.0",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
+ "tslib": "^2.1.0"
}
},
- "node_modules/sane/node_modules/micromatch": {
- "version": "3.1.10",
+ "node_modules/sade": {
+ "version": "1.8.1",
"license": "MIT",
"dependencies": {
- "arr-diff": "^4.0.0",
- "array-unique": "^0.3.2",
- "braces": "^2.3.1",
- "define-property": "^2.0.2",
- "extend-shallow": "^3.0.2",
- "extglob": "^2.0.4",
- "fragment-cache": "^0.2.1",
- "kind-of": "^6.0.2",
- "nanomatch": "^1.2.9",
- "object.pick": "^1.3.0",
- "regex-not": "^1.0.0",
- "snapdragon": "^0.8.1",
- "to-regex": "^3.0.2"
+ "mri": "^1.1.0"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=6"
}
},
- "node_modules/sane/node_modules/micromatch/node_modules/extend-shallow": {
- "version": "3.0.2",
+ "node_modules/safe-array-concat": {
+ "version": "1.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "assign-symbols": "^1.0.0",
- "is-extendable": "^1.0.1"
+ "call-bind": "^1.0.5",
+ "get-intrinsic": "^1.2.2",
+ "has-symbols": "^1.0.3",
+ "isarray": "^2.0.5"
},
"engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/sane/node_modules/npm-run-path": {
- "version": "2.0.2",
- "license": "MIT",
- "dependencies": {
- "path-key": "^2.0.0"
+ "node": ">=0.4"
},
- "engines": {
- "node": ">=4"
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/sane/node_modules/path-key": {
- "version": "2.0.1",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
+ "node_modules/safe-array-concat/node_modules/isarray": {
+ "version": "2.0.5",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/sane/node_modules/semver": {
- "version": "5.7.2",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver"
- }
+ "node_modules/safe-buffer": {
+ "version": "5.1.2",
+ "dev": true,
+ "license": "MIT"
},
- "node_modules/sane/node_modules/to-regex-range": {
- "version": "2.1.1",
+ "node_modules/safe-identifier": {
+ "version": "0.4.2",
+ "dev": true,
+ "license": "ISC"
+ },
+ "node_modules/safe-regex-test": {
+ "version": "1.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
- "is-number": "^3.0.0",
- "repeat-string": "^1.6.1"
+ "call-bind": "^1.0.2",
+ "get-intrinsic": "^1.1.3",
+ "is-regex": "^1.1.4"
},
- "engines": {
- "node": ">=0.10.0"
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/safer-buffer": {
+ "version": "2.1.2",
+ "dev": true,
+ "license": "MIT"
+ },
"node_modules/sass": {
"version": "1.72.0",
"dev": true,
@@ -55926,8 +39506,6 @@
},
"node_modules/sass-loader": {
"version": "13.3.3",
- "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-13.3.3.tgz",
- "integrity": "sha512-mt5YN2F1MOZr3d/wBRcZxeFgwgkH44wVc2zohO2YF6JiOMkiXe4BYRZpSu2sO1g71mo/j16txzUhsKZlqjVGzA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -55964,6 +39542,7 @@
},
"node_modules/sax": {
"version": "1.3.0",
+ "dev": true,
"license": "ISC"
},
"node_modules/saxes": {
@@ -55986,6 +39565,7 @@
},
"node_modules/schema-utils": {
"version": "3.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@types/json-schema": "^7.0.8",
@@ -56002,6 +39582,7 @@
},
"node_modules/schema-utils/node_modules/ajv": {
"version": "6.12.6",
+ "dev": true,
"license": "MIT",
"dependencies": {
"fast-deep-equal": "^3.1.1",
@@ -56016,21 +39597,12 @@
},
"node_modules/schema-utils/node_modules/json-schema-traverse": {
"version": "0.4.1",
+ "dev": true,
"license": "MIT"
},
- "node_modules/section-matter": {
- "version": "1.0.0",
- "license": "MIT",
- "dependencies": {
- "extend-shallow": "^2.0.1",
- "kind-of": "^6.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
"node_modules/semver": {
"version": "7.6.2",
+ "dev": true,
"license": "ISC",
"bin": {
"semver": "bin/semver.js"
@@ -56039,25 +39611,9 @@
"node": ">=10"
}
},
- "node_modules/semver-diff": {
- "version": "3.1.1",
- "license": "MIT",
- "dependencies": {
- "semver": "^6.3.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/semver-diff/node_modules/semver": {
- "version": "6.3.1",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
- }
- },
"node_modules/send": {
"version": "0.18.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"debug": "2.6.9",
@@ -56080,6 +39636,7 @@
},
"node_modules/send/node_modules/debug": {
"version": "2.6.9",
+ "dev": true,
"license": "MIT",
"dependencies": {
"ms": "2.0.0"
@@ -56087,10 +39644,12 @@
},
"node_modules/send/node_modules/debug/node_modules/ms": {
"version": "2.0.0",
+ "dev": true,
"license": "MIT"
},
"node_modules/send/node_modules/mime": {
"version": "1.6.0",
+ "dev": true,
"license": "MIT",
"bin": {
"mime": "cli.js"
@@ -56101,40 +39660,12 @@
},
"node_modules/send/node_modules/ms": {
"version": "2.1.3",
+ "dev": true,
"license": "MIT"
},
- "node_modules/sentence-case": {
- "version": "2.1.1",
- "license": "MIT",
- "dependencies": {
- "no-case": "^2.2.0",
- "upper-case-first": "^1.1.2"
- }
- },
- "node_modules/sentence-case/node_modules/lower-case": {
- "version": "1.1.4",
- "license": "MIT"
- },
- "node_modules/sentence-case/node_modules/no-case": {
- "version": "2.3.2",
- "license": "MIT",
- "dependencies": {
- "lower-case": "^1.1.1"
- }
- },
- "node_modules/sentence-case/node_modules/upper-case": {
- "version": "1.1.3",
- "license": "MIT"
- },
- "node_modules/sentence-case/node_modules/upper-case-first": {
- "version": "1.1.2",
- "license": "MIT",
- "dependencies": {
- "upper-case": "^1.1.1"
- }
- },
"node_modules/serialize-javascript": {
"version": "6.0.2",
+ "dev": true,
"license": "BSD-3-Clause",
"dependencies": {
"randombytes": "^2.1.0"
@@ -56142,6 +39673,7 @@
},
"node_modules/serve-static": {
"version": "1.15.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"encodeurl": "~1.0.2",
@@ -56155,10 +39687,12 @@
},
"node_modules/set-blocking": {
"version": "2.0.0",
+ "dev": true,
"license": "ISC"
},
"node_modules/set-function-length": {
"version": "1.2.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"define-data-property": "^1.1.2",
@@ -56174,6 +39708,7 @@
},
"node_modules/set-function-name": {
"version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"define-data-property": "^1.0.1",
@@ -56184,25 +39719,14 @@
"node": ">= 0.4"
}
},
- "node_modules/set-value": {
- "version": "2.0.1",
- "license": "MIT",
- "dependencies": {
- "extend-shallow": "^2.0.1",
- "is-extendable": "^0.1.1",
- "is-plain-object": "^2.0.3",
- "split-string": "^3.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/setprototypeof": {
"version": "1.2.0",
+ "dev": true,
"license": "ISC"
},
"node_modules/shallow-clone": {
"version": "3.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"kind-of": "^6.0.2"
@@ -56211,37 +39735,13 @@
"node": ">=8"
}
},
- "node_modules/shallow-compare": {
- "version": "1.2.2",
- "license": "MIT"
- },
"node_modules/shallowequal": {
"version": "1.1.0",
"license": "MIT"
},
- "node_modules/sharp": {
- "version": "0.29.3",
- "hasInstallScript": true,
- "license": "Apache-2.0",
- "dependencies": {
- "color": "^4.0.1",
- "detect-libc": "^1.0.3",
- "node-addon-api": "^4.2.0",
- "prebuild-install": "^7.0.0",
- "semver": "^7.3.5",
- "simple-get": "^4.0.0",
- "tar-fs": "^2.1.1",
- "tunnel-agent": "^0.6.0"
- },
- "engines": {
- "node": ">=12.13.0"
- },
- "funding": {
- "url": "https://opencollective.com/libvips"
- }
- },
"node_modules/shebang-command": {
"version": "1.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"shebang-regex": "^1.0.0"
@@ -56252,6 +39752,7 @@
},
"node_modules/shebang-regex": {
"version": "1.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
@@ -56265,12 +39766,9 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/shellwords": {
- "version": "0.1.1",
- "license": "MIT"
- },
"node_modules/side-channel": {
"version": "1.0.6",
+ "dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.7",
@@ -56287,83 +39785,12 @@
},
"node_modules/signal-exit": {
"version": "3.0.7",
+ "dev": true,
"license": "ISC"
},
- "node_modules/simple-concat": {
- "version": "1.0.1",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "license": "MIT"
- },
- "node_modules/simple-get": {
- "version": "4.0.1",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "decompress-response": "^6.0.0",
- "once": "^1.3.1",
- "simple-concat": "^1.0.0"
- }
- },
- "node_modules/simple-swizzle": {
- "version": "0.2.2",
- "license": "MIT",
- "dependencies": {
- "is-arrayish": "^0.3.1"
- }
- },
- "node_modules/simple-swizzle/node_modules/is-arrayish": {
- "version": "0.3.2",
- "license": "MIT"
- },
- "node_modules/single-trailing-newline": {
- "version": "1.0.0",
- "license": "MIT",
- "dependencies": {
- "detect-newline": "^1.0.3"
- }
- },
- "node_modules/single-trailing-newline/node_modules/detect-newline": {
- "version": "1.0.3",
- "license": "MIT",
- "dependencies": {
- "get-stdin": "^4.0.1",
- "minimist": "^1.1.0"
- },
- "bin": {
- "detect-newline": "cli.js"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/sisteransi": {
"version": "1.0.5",
+ "dev": true,
"license": "MIT"
},
"node_modules/size-limit": {
@@ -56450,6 +39877,7 @@
},
"node_modules/slash": {
"version": "2.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
@@ -56492,13 +39920,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/slugify": {
- "version": "1.6.6",
- "license": "MIT",
- "engines": {
- "node": ">=8.0.0"
- }
- },
"node_modules/smart-buffer": {
"version": "4.2.0",
"dev": true,
@@ -56532,162 +39953,6 @@
"dev": true,
"license": "MIT"
},
- "node_modules/snapdragon": {
- "version": "0.8.2",
- "license": "MIT",
- "dependencies": {
- "base": "^0.11.1",
- "debug": "^2.2.0",
- "define-property": "^0.2.5",
- "extend-shallow": "^2.0.1",
- "map-cache": "^0.2.2",
- "source-map": "^0.5.6",
- "source-map-resolve": "^0.5.0",
- "use": "^3.1.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/snapdragon-node": {
- "version": "2.1.1",
- "license": "MIT",
- "dependencies": {
- "define-property": "^1.0.0",
- "isobject": "^3.0.0",
- "snapdragon-util": "^3.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/snapdragon-node/node_modules/define-property": {
- "version": "1.0.0",
- "license": "MIT",
- "dependencies": {
- "is-descriptor": "^1.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/snapdragon-util": {
- "version": "3.0.1",
- "license": "MIT",
- "dependencies": {
- "kind-of": "^3.2.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/snapdragon-util/node_modules/is-buffer": {
- "version": "1.1.6",
- "license": "MIT"
- },
- "node_modules/snapdragon-util/node_modules/kind-of": {
- "version": "3.2.2",
- "license": "MIT",
- "dependencies": {
- "is-buffer": "^1.1.5"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/snapdragon/node_modules/debug": {
- "version": "2.6.9",
- "license": "MIT",
- "dependencies": {
- "ms": "2.0.0"
- }
- },
- "node_modules/snapdragon/node_modules/define-property": {
- "version": "0.2.5",
- "license": "MIT",
- "dependencies": {
- "is-descriptor": "^0.1.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/snapdragon/node_modules/is-descriptor": {
- "version": "0.1.7",
- "license": "MIT",
- "dependencies": {
- "is-accessor-descriptor": "^1.0.1",
- "is-data-descriptor": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/snapdragon/node_modules/ms": {
- "version": "2.0.0",
- "license": "MIT"
- },
- "node_modules/snapdragon/node_modules/source-map": {
- "version": "0.5.7",
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/socket.io": {
- "version": "3.1.1",
- "license": "MIT",
- "dependencies": {
- "@types/cookie": "^0.4.0",
- "@types/cors": "^2.8.8",
- "@types/node": "^14.14.10",
- "accepts": "~1.3.4",
- "base64id": "~2.0.0",
- "debug": "~4.3.1",
- "engine.io": "~4.1.0",
- "socket.io-adapter": "~2.1.0",
- "socket.io-parser": "~4.0.3"
- },
- "engines": {
- "node": ">=10.0.0"
- }
- },
- "node_modules/socket.io-adapter": {
- "version": "2.1.0",
- "license": "MIT"
- },
- "node_modules/socket.io-client": {
- "version": "3.1.1",
- "license": "MIT",
- "dependencies": {
- "@types/component-emitter": "^1.2.10",
- "backo2": "~1.0.2",
- "component-emitter": "~1.3.0",
- "debug": "~4.3.1",
- "engine.io-client": "~4.1.0",
- "parseuri": "0.0.6",
- "socket.io-parser": "~4.0.4"
- },
- "engines": {
- "node": ">=10.0.0"
- }
- },
- "node_modules/socket.io-parser": {
- "version": "4.0.5",
- "license": "MIT",
- "dependencies": {
- "@types/component-emitter": "^1.2.10",
- "component-emitter": "~1.3.0",
- "debug": "~4.3.1"
- },
- "engines": {
- "node": ">=10.0.0"
- }
- },
- "node_modules/socket.io/node_modules/@types/node": {
- "version": "14.18.63",
- "license": "MIT"
- },
"node_modules/socks": {
"version": "2.8.1",
"dev": true,
@@ -56727,10 +39992,12 @@
},
"node_modules/source-list-map": {
"version": "2.0.1",
+ "dev": true,
"license": "MIT"
},
"node_modules/source-map": {
"version": "0.6.1",
+ "dev": true,
"license": "BSD-3-Clause",
"engines": {
"node": ">=0.10.0"
@@ -56743,41 +40010,15 @@
"node": ">=0.10.0"
}
},
- "node_modules/source-map-resolve": {
- "version": "0.5.3",
- "license": "MIT",
- "dependencies": {
- "atob": "^2.1.2",
- "decode-uri-component": "^0.2.0",
- "resolve-url": "^0.2.1",
- "source-map-url": "^0.4.0",
- "urix": "^0.1.0"
- }
- },
"node_modules/source-map-support": {
"version": "0.5.21",
+ "dev": true,
"license": "MIT",
"dependencies": {
"buffer-from": "^1.0.0",
"source-map": "^0.6.0"
}
},
- "node_modules/source-map-url": {
- "version": "0.4.1",
- "license": "MIT"
- },
- "node_modules/sourcemap-codec": {
- "version": "1.4.8",
- "license": "MIT"
- },
- "node_modules/space-separated-tokens": {
- "version": "1.1.5",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/spawn-command": {
"version": "0.0.2-1",
"dev": true,
@@ -56794,6 +40035,7 @@
},
"node_modules/spdx-correct": {
"version": "3.1.1",
+ "dev": true,
"license": "Apache-2.0",
"dependencies": {
"spdx-expression-parse": "^3.0.0",
@@ -56802,10 +40044,12 @@
},
"node_modules/spdx-exceptions": {
"version": "2.3.0",
+ "dev": true,
"license": "CC-BY-3.0"
},
"node_modules/spdx-expression-parse": {
"version": "3.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"spdx-exceptions": "^2.1.0",
@@ -56814,50 +40058,11 @@
},
"node_modules/spdx-license-ids": {
"version": "3.0.9",
+ "dev": true,
"license": "CC0-1.0"
},
- "node_modules/split-on-first": {
- "version": "1.1.0",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/split-string": {
- "version": "3.1.0",
- "license": "MIT",
- "dependencies": {
- "extend-shallow": "^3.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/split-string/node_modules/extend-shallow": {
- "version": "3.0.2",
- "license": "MIT",
- "dependencies": {
- "assign-symbols": "^1.0.0",
- "is-extendable": "^1.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/split-string/node_modules/is-extendable": {
- "version": "1.0.1",
- "license": "MIT",
- "dependencies": {
- "is-plain-object": "^2.0.4"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/split2": {
"version": "0.2.1",
- "resolved": "https://registry.npmjs.org/split2/-/split2-0.2.1.tgz",
- "integrity": "sha512-D/oTExYAkC9nWleOCTOyNmAuzfAT/6rHGBA9LIK7FVnGo13CSvrKCUzKenwH6U1s2znY9MqH6v0UQTEDa3vJmg==",
"dev": true,
"license": "ISC",
"dependencies": {
@@ -56866,8 +40071,6 @@
},
"node_modules/split2/node_modules/readable-stream": {
"version": "1.0.34",
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
- "integrity": "sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -56879,15 +40082,11 @@
},
"node_modules/split2/node_modules/string_decoder": {
"version": "0.10.31",
- "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
- "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==",
"dev": true,
"license": "MIT"
},
"node_modules/split2/node_modules/through2": {
"version": "0.6.5",
- "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
- "integrity": "sha512-RkK/CCESdTKQZHdmKICijdKKsCRVHs5KsLZ6pACAmF/1GPUQhonHSXWNERctxEp7RmvjdNbZTL5z9V7nSCXKcg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -56897,63 +40096,17 @@
},
"node_modules/sprintf-js": {
"version": "1.0.3",
+ "dev": true,
"license": "BSD-3-Clause"
},
- "node_modules/sshpk": {
- "version": "1.18.0",
- "license": "MIT",
- "dependencies": {
- "asn1": "~0.2.3",
- "assert-plus": "^1.0.0",
- "bcrypt-pbkdf": "^1.0.0",
- "dashdash": "^1.12.0",
- "ecc-jsbn": "~0.1.1",
- "getpass": "^0.1.1",
- "jsbn": "~0.1.0",
- "safer-buffer": "^2.0.2",
- "tweetnacl": "~0.14.0"
- },
- "bin": {
- "sshpk-conv": "bin/sshpk-conv",
- "sshpk-sign": "bin/sshpk-sign",
- "sshpk-verify": "bin/sshpk-verify"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/st": {
- "version": "2.0.0",
- "license": "ISC",
- "dependencies": {
- "async-cache": "^1.1.0",
- "bl": "^4.0.0",
- "fd": "~0.0.2",
- "mime": "^2.4.4",
- "negotiator": "~0.6.2"
- },
- "bin": {
- "st": "bin/server.js"
- },
- "optionalDependencies": {
- "graceful-fs": "^4.2.3"
- }
- },
"node_modules/stable": {
"version": "0.1.8",
- "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz",
- "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==",
- "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility"
- },
- "node_modules/stack-trace": {
- "version": "0.0.10",
- "license": "MIT",
- "engines": {
- "node": "*"
- }
+ "dev": true,
+ "license": "MIT"
},
"node_modules/stack-utils": {
"version": "2.0.6",
+ "dev": true,
"license": "MIT",
"dependencies": {
"escape-string-regexp": "^2.0.0"
@@ -56964,99 +40117,20 @@
},
"node_modules/stack-utils/node_modules/escape-string-regexp": {
"version": "2.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
- "node_modules/stackframe": {
- "version": "1.3.4",
- "license": "MIT"
- },
- "node_modules/state-toggle": {
- "version": "1.0.3",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
- "node_modules/static-extend": {
- "version": "0.1.2",
- "license": "MIT",
- "dependencies": {
- "define-property": "^0.2.5",
- "object-copy": "^0.1.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/static-extend/node_modules/define-property": {
- "version": "0.2.5",
- "license": "MIT",
- "dependencies": {
- "is-descriptor": "^0.1.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/static-extend/node_modules/is-descriptor": {
- "version": "0.1.7",
- "license": "MIT",
- "dependencies": {
- "is-accessor-descriptor": "^1.0.1",
- "is-data-descriptor": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/static-site-generator-webpack-plugin": {
- "version": "3.4.2",
- "license": "MIT",
- "dependencies": {
- "bluebird": "^3.0.5",
- "cheerio": "^0.22.0",
- "eval": "^0.1.0",
- "url": "^0.11.0",
- "webpack-sources": "^0.2.0"
- }
- },
- "node_modules/static-site-generator-webpack-plugin/node_modules/source-list-map": {
- "version": "1.1.2",
- "license": "MIT"
- },
- "node_modules/static-site-generator-webpack-plugin/node_modules/source-map": {
- "version": "0.5.7",
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/static-site-generator-webpack-plugin/node_modules/webpack-sources": {
- "version": "0.2.3",
- "license": "MIT",
- "dependencies": {
- "source-list-map": "^1.1.1",
- "source-map": "~0.5.3"
- }
- },
"node_modules/statuses": {
"version": "2.0.1",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.8"
}
},
- "node_modules/stealthy-require": {
- "version": "1.1.1",
- "license": "ISC",
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/store2": {
"version": "2.14.3",
"dev": true,
@@ -57099,12 +40173,6 @@
"mixme": "^0.5.1"
}
},
- "node_modules/streamsearch": {
- "version": "0.1.2",
- "engines": {
- "node": ">=0.8.0"
- }
- },
"node_modules/streamx": {
"version": "2.16.1",
"dev": true,
@@ -57117,15 +40185,9 @@
"bare-events": "^2.2.0"
}
},
- "node_modules/strict-uri-encode": {
- "version": "2.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
"node_modules/string_decoder": {
"version": "1.1.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"safe-buffer": "~5.1.0"
@@ -57139,10 +40201,6 @@
"node": ">=0.6.19"
}
},
- "node_modules/string-env-interpolation": {
- "version": "1.0.1",
- "license": "MIT"
- },
"node_modules/string-hash": {
"version": "1.1.3",
"dev": true,
@@ -57160,21 +40218,6 @@
"node": ">=10"
}
},
- "node_modules/string-natural-compare": {
- "version": "3.0.1",
- "license": "MIT"
- },
- "node_modules/string-similarity": {
- "version": "1.2.2",
- "license": "ISC",
- "dependencies": {
- "lodash.every": "^4.6.0",
- "lodash.flattendeep": "^4.4.0",
- "lodash.foreach": "^4.5.0",
- "lodash.map": "^4.6.0",
- "lodash.maxby": "^4.6.0"
- }
- },
"node_modules/string-width": {
"version": "4.2.3",
"license": "MIT",
@@ -57202,6 +40245,7 @@
},
"node_modules/string.prototype.matchall": {
"version": "4.0.8",
+ "dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
@@ -57219,6 +40263,7 @@
},
"node_modules/string.prototype.trim": {
"version": "1.2.8",
+ "dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
@@ -57234,6 +40279,7 @@
},
"node_modules/string.prototype.trimend": {
"version": "1.0.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
@@ -57246,6 +40292,7 @@
},
"node_modules/string.prototype.trimstart": {
"version": "1.0.7",
+ "dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
@@ -57258,6 +40305,7 @@
},
"node_modules/stringify-entities": {
"version": "4.0.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
"character-entities-html4": "^2.0.0",
@@ -57270,6 +40318,7 @@
},
"node_modules/stringify-entities/node_modules/character-entities-legacy": {
"version": "3.0.0",
+ "dev": true,
"license": "MIT",
"funding": {
"type": "github",
@@ -57299,27 +40348,15 @@
},
"node_modules/strip-bom": {
"version": "3.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
}
},
- "node_modules/strip-bom-string": {
- "version": "1.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/strip-eof": {
- "version": "1.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/strip-final-newline": {
"version": "2.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
@@ -57327,6 +40364,7 @@
},
"node_modules/strip-indent": {
"version": "3.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"min-indent": "^1.0.0"
@@ -57337,6 +40375,7 @@
},
"node_modules/strip-json-comments": {
"version": "3.1.1",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
@@ -57345,21 +40384,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/strtok3": {
- "version": "6.3.0",
- "license": "MIT",
- "dependencies": {
- "@tokenizer/token": "^0.3.0",
- "peek-readable": "^4.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/Borewit"
- }
- },
"node_modules/style-inject": {
"version": "0.3.0",
"dev": true,
@@ -57380,32 +40404,6 @@
"webpack": "^5.0.0"
}
},
- "node_modules/style-to-js": {
- "version": "1.1.1",
- "license": "MIT",
- "dependencies": {
- "style-to-object": "0.3.0"
- }
- },
- "node_modules/style-to-object": {
- "version": "0.3.0",
- "license": "MIT",
- "dependencies": {
- "inline-style-parser": "0.1.1"
- }
- },
- "node_modules/style-value-types": {
- "version": "3.2.0",
- "license": "MIT",
- "dependencies": {
- "hey-listen": "^1.0.8",
- "tslib": "^1.10.0"
- }
- },
- "node_modules/style-value-types/node_modules/tslib": {
- "version": "1.14.1",
- "license": "0BSD"
- },
"node_modules/styled-components": {
"version": "5.3.11",
"license": "MIT",
@@ -57485,26 +40483,10 @@
"object-assign": "^4.1.1"
}
},
- "node_modules/stylefire": {
- "version": "7.0.3",
- "license": "MIT",
- "dependencies": {
- "@popmotion/popcorn": "^0.4.4",
- "framesync": "^4.0.0",
- "hey-listen": "^1.0.8",
- "style-value-types": "^3.1.7",
- "tslib": "^1.10.0"
- }
- },
- "node_modules/stylefire/node_modules/tslib": {
- "version": "1.14.1",
- "license": "0BSD"
- },
"node_modules/stylehacks": {
"version": "7.0.4",
- "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.4.tgz",
- "integrity": "sha512-i4zfNrGMt9SB4xRK9L83rlsFCgdGANfeDAYacO1pkqcE7cRHPdWHwnKZVz7WY17Veq/FvyYsRAU++Ga+qDFIww==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"browserslist": "^4.23.3",
"postcss-selector-parser": "^6.1.2"
@@ -57518,8 +40500,6 @@
},
"node_modules/stylelint": {
"version": "16.8.1",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.8.1.tgz",
- "integrity": "sha512-O8aDyfdODSDNz/B3gW2HQ+8kv8pfhSu7ZR7xskQ93+vI6FhKKGUJMQ03Ydu+w3OvXXE0/u4hWU4hCPNOyld+OA==",
"dev": true,
"funding": [
{
@@ -57582,8 +40562,6 @@
},
"node_modules/stylelint-config-recommended": {
"version": "14.0.1",
- "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-14.0.1.tgz",
- "integrity": "sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg==",
"dev": true,
"funding": [
{
@@ -57605,8 +40583,6 @@
},
"node_modules/stylelint-config-standard": {
"version": "36.0.1",
- "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-36.0.1.tgz",
- "integrity": "sha512-8aX8mTzJ6cuO8mmD5yon61CWuIM4UD8Q5aBcWKGSf6kg+EC3uhB+iOywpTK4ca6ZL7B49en8yanOFtUW0qNzyw==",
"dev": true,
"funding": [
{
@@ -57631,8 +40607,6 @@
},
"node_modules/stylelint-css-modules-no-global-scoped-selector": {
"version": "1.0.2",
- "resolved": "https://registry.npmjs.org/stylelint-css-modules-no-global-scoped-selector/-/stylelint-css-modules-no-global-scoped-selector-1.0.2.tgz",
- "integrity": "sha512-NMerTM1/8D4Az/c3P59eYptP3PoNuUXV1NuJ+Xe+TILqZH8UE4oV9NvjUnklnVHvYqk5HsjAURnvMNXZAzYBLA==",
"dev": true,
"license": "ISC",
"dependencies": {
@@ -57647,8 +40621,6 @@
},
"node_modules/stylelint-css-modules-no-global-scoped-selector/node_modules/icss-utils": {
"version": "4.1.1",
- "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-4.1.1.tgz",
- "integrity": "sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==",
"dev": true,
"license": "ISC",
"dependencies": {
@@ -57660,15 +40632,11 @@
},
"node_modules/stylelint-css-modules-no-global-scoped-selector/node_modules/picocolors": {
"version": "0.2.1",
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
"dev": true,
"license": "ISC"
},
"node_modules/stylelint-css-modules-no-global-scoped-selector/node_modules/postcss": {
"version": "7.0.39",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -57685,8 +40653,6 @@
},
"node_modules/stylelint-css-modules-no-global-scoped-selector/node_modules/postcss-modules-local-by-default": {
"version": "3.0.3",
- "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz",
- "integrity": "sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -57701,8 +40667,6 @@
},
"node_modules/stylelint-no-unsupported-browser-features": {
"version": "8.0.1",
- "resolved": "https://registry.npmjs.org/stylelint-no-unsupported-browser-features/-/stylelint-no-unsupported-browser-features-8.0.1.tgz",
- "integrity": "sha512-tc8Xn5DaqJhxTmbA4H8gZbYdAz027NfuSZv5+cVieQb7BtBrF/1/iKYdpcGwXPl3GtqkQrisiXuGqKkKnzWcLw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -57718,8 +40682,6 @@
},
"node_modules/stylelint-order": {
"version": "6.0.4",
- "resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-6.0.4.tgz",
- "integrity": "sha512-0UuKo4+s1hgQ/uAxlYU4h0o0HS4NiQDud0NAUNI0aa8FJdmYHA5ZZTFHiV5FpmE3071e9pZx5j0QpVJW5zOCUA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -57732,8 +40694,6 @@
},
"node_modules/stylelint-scss": {
"version": "6.4.1",
- "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.4.1.tgz",
- "integrity": "sha512-+clI2bQC2FPOt06ZwUlXZZ95IO2C5bKTP0GLN1LNQPVvISfSNcgMKv/VTwym1mK9vnqhHbOk8lO4rj4nY7L9pw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -57752,8 +40712,6 @@
},
"node_modules/stylelint-value-no-unknown-custom-properties": {
"version": "6.0.1",
- "resolved": "https://registry.npmjs.org/stylelint-value-no-unknown-custom-properties/-/stylelint-value-no-unknown-custom-properties-6.0.1.tgz",
- "integrity": "sha512-N60PTdaTknB35j6D4FhW0GL2LlBRV++bRpXMMldWMQZ240yFQaoltzlLY4lXXs7Z0J5mNUYZQ/gjyVtU2DhCMA==",
"dev": true,
"license": "CC0-1.0",
"dependencies": {
@@ -57769,8 +40727,6 @@
},
"node_modules/stylelint/node_modules/ansi-regex": {
"version": "6.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
"dev": true,
"license": "MIT",
"engines": {
@@ -57782,22 +40738,16 @@
},
"node_modules/stylelint/node_modules/argparse": {
"version": "2.0.1",
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
"dev": true,
"license": "Python-2.0"
},
"node_modules/stylelint/node_modules/balanced-match": {
"version": "2.0.0",
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz",
- "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==",
"dev": true,
"license": "MIT"
},
"node_modules/stylelint/node_modules/cosmiconfig": {
"version": "9.0.0",
- "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
- "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -57823,8 +40773,6 @@
},
"node_modules/stylelint/node_modules/debug": {
"version": "4.3.6",
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz",
- "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -57841,8 +40789,6 @@
},
"node_modules/stylelint/node_modules/file-entry-cache": {
"version": "9.0.0",
- "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-9.0.0.tgz",
- "integrity": "sha512-6MgEugi8p2tiUhqO7GnPsmbCCzj0YRCwwaTbpGRyKZesjRSzkqkAE9fPp7V2yMs5hwfgbQLgdvSSkGNg1s5Uvw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -57854,8 +40800,6 @@
},
"node_modules/stylelint/node_modules/flat-cache": {
"version": "5.0.0",
- "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-5.0.0.tgz",
- "integrity": "sha512-JrqFmyUl2PnPi1OvLyTVHnQvwQ0S+e6lGSwu8OkAZlSaNIZciTY2H/cOOROxsBA1m/LZNHDsqAgDZt6akWcjsQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -57868,8 +40812,6 @@
},
"node_modules/stylelint/node_modules/has-flag": {
"version": "4.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
"dev": true,
"license": "MIT",
"engines": {
@@ -57878,8 +40820,6 @@
},
"node_modules/stylelint/node_modules/is-plain-object": {
"version": "5.0.0",
- "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
- "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
"dev": true,
"license": "MIT",
"engines": {
@@ -57888,8 +40828,6 @@
},
"node_modules/stylelint/node_modules/js-yaml": {
"version": "4.1.0",
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -57901,8 +40839,6 @@
},
"node_modules/stylelint/node_modules/meow": {
"version": "13.2.0",
- "resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz",
- "integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==",
"dev": true,
"license": "MIT",
"engines": {
@@ -57914,8 +40850,6 @@
},
"node_modules/stylelint/node_modules/micromatch": {
"version": "4.0.7",
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz",
- "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -57928,8 +40862,6 @@
},
"node_modules/stylelint/node_modules/signal-exit": {
"version": "4.1.0",
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
"dev": true,
"license": "ISC",
"engines": {
@@ -57941,8 +40873,6 @@
},
"node_modules/stylelint/node_modules/strip-ansi": {
"version": "7.1.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -57957,8 +40887,6 @@
},
"node_modules/stylelint/node_modules/supports-color": {
"version": "7.2.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -57970,8 +40898,6 @@
},
"node_modules/stylelint/node_modules/supports-hyperlinks": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.0.0.tgz",
- "integrity": "sha512-QBDPHyPQDRTy9ku4URNGY5Lah8PAaXs6tAAwp55sL5WCsSW7GIfdf6W5ixfziW+t7wh3GVvHyHHyQ1ESsoRvaA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -57984,8 +40910,6 @@
},
"node_modules/stylelint/node_modules/write-file-atomic": {
"version": "5.0.1",
- "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz",
- "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==",
"dev": true,
"license": "ISC",
"dependencies": {
@@ -58025,51 +40949,8 @@
"node": ">= 8"
}
},
- "node_modules/subscriptions-transport-ws": {
- "version": "0.9.19",
- "license": "MIT",
- "dependencies": {
- "backo2": "^1.0.2",
- "eventemitter3": "^3.1.0",
- "iterall": "^1.2.1",
- "symbol-observable": "^1.0.4",
- "ws": "^5.2.0 || ^6.0.0 || ^7.0.0"
- },
- "peerDependencies": {
- "graphql": ">=0.10.0"
- }
- },
- "node_modules/subscriptions-transport-ws/node_modules/eventemitter3": {
- "version": "3.1.2",
- "license": "MIT"
- },
- "node_modules/subscriptions-transport-ws/node_modules/ws": {
- "version": "7.5.9",
- "license": "MIT",
- "engines": {
- "node": ">=8.3.0"
- },
- "peerDependencies": {
- "bufferutil": "^4.0.1",
- "utf-8-validate": "^5.0.2"
- },
- "peerDependenciesMeta": {
- "bufferutil": {
- "optional": true
- },
- "utf-8-validate": {
- "optional": true
- }
- }
- },
- "node_modules/sudo-prompt": {
- "version": "8.2.5",
- "license": "MIT"
- },
"node_modules/sugarss": {
"version": "4.0.1",
- "resolved": "https://registry.npmjs.org/sugarss/-/sugarss-4.0.1.tgz",
- "integrity": "sha512-WCjS5NfuVJjkQzK10s8WOBY+hhDxxNt/N6ZaGwxFZ+wN3/lKKFSaaKUNecULcTTvE4urLcKaZFQD8vO0mOZujw==",
"dev": true,
"license": "MIT",
"engines": {
@@ -58126,6 +41007,7 @@
},
"node_modules/supports-preserve-symlinks-flag": {
"version": "1.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.4"
@@ -58145,15 +41027,12 @@
},
"node_modules/svg-tags": {
"version": "1.0.0",
- "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
- "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==",
"dev": true
},
"node_modules/svgo": {
"version": "3.3.2",
- "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.2.tgz",
- "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@trysound/sax": "0.2.0",
"commander": "^7.2.0",
@@ -58176,18 +41055,16 @@
},
"node_modules/svgo/node_modules/commander": {
"version": "7.2.0",
- "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
- "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": ">= 10"
}
},
"node_modules/svgo/node_modules/css-select": {
"version": "5.1.0",
- "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz",
- "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==",
"dev": true,
+ "license": "BSD-2-Clause",
"dependencies": {
"boolbase": "^1.0.0",
"css-what": "^6.1.0",
@@ -58201,9 +41078,8 @@
},
"node_modules/svgo/node_modules/dom-serializer": {
"version": "2.0.0",
- "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
- "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"domelementtype": "^2.3.0",
"domhandler": "^5.0.2",
@@ -58215,9 +41091,8 @@
},
"node_modules/svgo/node_modules/domhandler": {
"version": "5.0.3",
- "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
- "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
"dev": true,
+ "license": "BSD-2-Clause",
"dependencies": {
"domelementtype": "^2.3.0"
},
@@ -58230,9 +41105,8 @@
},
"node_modules/svgo/node_modules/domutils": {
"version": "3.1.0",
- "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz",
- "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==",
"dev": true,
+ "license": "BSD-2-Clause",
"dependencies": {
"dom-serializer": "^2.0.0",
"domelementtype": "^2.3.0",
@@ -58244,9 +41118,8 @@
},
"node_modules/svgo/node_modules/entities": {
"version": "4.5.0",
- "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
- "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
"dev": true,
+ "license": "BSD-2-Clause",
"engines": {
"node": ">=0.12"
},
@@ -58254,48 +41127,13 @@
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
- "node_modules/swap-case": {
- "version": "1.1.2",
- "license": "MIT",
- "dependencies": {
- "lower-case": "^1.1.1",
- "upper-case": "^1.1.1"
- }
- },
- "node_modules/swap-case/node_modules/lower-case": {
- "version": "1.1.4",
- "license": "MIT"
- },
- "node_modules/swap-case/node_modules/upper-case": {
- "version": "1.1.3",
- "license": "MIT"
- },
- "node_modules/symbol-observable": {
- "version": "1.2.0",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/symbol-tree": {
"version": "3.2.4",
+ "dev": true,
"license": "MIT"
},
- "node_modules/sync-fetch": {
- "version": "0.3.0",
- "license": "MIT",
- "dependencies": {
- "buffer": "^5.7.0",
- "node-fetch": "^2.6.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/synchronous-promise": {
"version": "2.0.17",
- "resolved": "https://registry.npmjs.org/synchronous-promise/-/synchronous-promise-2.0.17.tgz",
- "integrity": "sha512-AsS729u2RHUfEra9xJrE39peJcc2stq2+poBXX8bcM08Y6g9j/i/PUzwNQqkaJde7Ntg1TO7bSREbR5sdosQ+g==",
"dev": true,
"license": "BSD-3-Clause"
},
@@ -58316,8 +41154,7 @@
},
"node_modules/table": {
"version": "6.8.2",
- "resolved": "https://registry.npmjs.org/table/-/table-6.8.2.tgz",
- "integrity": "sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==",
+ "dev": true,
"license": "BSD-3-Clause",
"dependencies": {
"ajv": "^8.0.1",
@@ -58332,6 +41169,7 @@
},
"node_modules/table/node_modules/ansi-styles": {
"version": "4.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
@@ -58345,6 +41183,7 @@
},
"node_modules/table/node_modules/astral-regex": {
"version": "2.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
@@ -58352,6 +41191,7 @@
},
"node_modules/table/node_modules/color-convert": {
"version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
@@ -58362,10 +41202,12 @@
},
"node_modules/table/node_modules/color-name": {
"version": "1.1.4",
+ "dev": true,
"license": "MIT"
},
"node_modules/table/node_modules/slice-ansi": {
"version": "4.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"ansi-styles": "^4.0.0",
@@ -58381,13 +41223,12 @@
},
"node_modules/tap-map": {
"version": "1.0.0",
- "resolved": "https://registry.npmjs.org/tap-map/-/tap-map-1.0.0.tgz",
- "integrity": "sha512-qYUKYf/zPDpj9xL8eb3mBcGN+8qHcW4Yvem02SapcBZAw9PQHHrozIu+bma3o5MdDbcmgKK88hv5rCTGR8RZfA==",
"dev": true,
"license": "MIT"
},
"node_modules/tapable": {
"version": "2.2.1",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
@@ -58411,6 +41252,7 @@
},
"node_modules/tar-fs": {
"version": "2.1.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"chownr": "^1.1.1",
@@ -58421,10 +41263,12 @@
},
"node_modules/tar-fs/node_modules/chownr": {
"version": "1.1.4",
+ "dev": true,
"license": "ISC"
},
"node_modules/tar-stream": {
"version": "2.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"bl": "^4.0.3",
@@ -58439,6 +41283,7 @@
},
"node_modules/tar-stream/node_modules/readable-stream": {
"version": "3.6.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
"inherits": "^2.0.3",
@@ -58494,6 +41339,7 @@
},
"node_modules/term-size": {
"version": "2.2.1",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
@@ -58504,6 +41350,7 @@
},
"node_modules/terser": {
"version": "5.31.0",
+ "dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"@jridgewell/source-map": "^0.3.3",
@@ -58520,8 +41367,8 @@
},
"node_modules/terser-webpack-plugin": {
"version": "5.3.10",
- "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz",
- "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.20",
"jest-worker": "^27.4.5",
@@ -58553,6 +41400,7 @@
},
"node_modules/terser-webpack-plugin/node_modules/has-flag": {
"version": "4.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
@@ -58560,6 +41408,7 @@
},
"node_modules/terser-webpack-plugin/node_modules/jest-worker": {
"version": "27.5.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*",
@@ -58572,6 +41421,7 @@
},
"node_modules/terser-webpack-plugin/node_modules/supports-color": {
"version": "8.1.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"has-flag": "^4.0.0"
@@ -58585,6 +41435,7 @@
},
"node_modules/terser/node_modules/commander": {
"version": "2.20.3",
+ "dev": true,
"license": "MIT"
},
"node_modules/test-exclude": {
@@ -58602,18 +41453,17 @@
},
"node_modules/text-table": {
"version": "0.2.0",
- "license": "MIT"
- },
- "node_modules/throat": {
- "version": "4.1.0",
+ "dev": true,
"license": "MIT"
},
"node_modules/through": {
"version": "2.3.8",
+ "dev": true,
"license": "MIT"
},
"node_modules/through2": {
"version": "2.0.5",
+ "dev": true,
"license": "MIT",
"dependencies": {
"readable-stream": "~2.3.6",
@@ -58622,10 +41472,12 @@
},
"node_modules/through2/node_modules/isarray": {
"version": "1.0.0",
+ "dev": true,
"license": "MIT"
},
"node_modules/through2/node_modules/readable-stream": {
"version": "2.3.8",
+ "dev": true,
"license": "MIT",
"dependencies": {
"core-util-is": "~1.0.0",
@@ -58637,14 +41489,6 @@
"util-deprecate": "~1.0.1"
}
},
- "node_modules/timers-ext": {
- "version": "0.1.7",
- "license": "ISC",
- "dependencies": {
- "es5-ext": "~0.10.46",
- "next-tick": "1"
- }
- },
"node_modules/tiny-inflate": {
"version": "1.0.3",
"dev": true,
@@ -58655,37 +41499,41 @@
"dev": true,
"license": "MIT"
},
- "node_modules/tinyspy": {
- "version": "2.2.1",
+ "node_modules/tinyglobby": {
+ "version": "0.2.6",
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.6.tgz",
+ "integrity": "sha512-NbBoFBpqfcgd1tCiO8Lkfdk+xrA7mlLR9zgvZcZWQQwU63XAfUePyd6wZBaU93Hqw347lHnwFzttAkemHzzz4g==",
"dev": true,
- "license": "MIT",
+ "license": "ISC",
+ "dependencies": {
+ "fdir": "^6.3.0",
+ "picomatch": "^4.0.2"
+ },
"engines": {
- "node": ">=14.0.0"
+ "node": ">=12.0.0"
}
},
- "node_modules/title-case": {
- "version": "2.1.1",
+ "node_modules/tinyglobby/node_modules/picomatch": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
+ "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "no-case": "^2.2.0",
- "upper-case": "^1.0.3"
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/jonschlinkert"
}
},
- "node_modules/title-case/node_modules/lower-case": {
- "version": "1.1.4",
- "license": "MIT"
- },
- "node_modules/title-case/node_modules/no-case": {
- "version": "2.3.2",
+ "node_modules/tinyspy": {
+ "version": "2.2.1",
+ "dev": true,
"license": "MIT",
- "dependencies": {
- "lower-case": "^1.1.1"
+ "engines": {
+ "node": ">=14.0.0"
}
},
- "node_modules/title-case/node_modules/upper-case": {
- "version": "1.1.3",
- "license": "MIT"
- },
"node_modules/titleize": {
"version": "3.0.0",
"dev": true,
@@ -58699,6 +41547,7 @@
},
"node_modules/tmp": {
"version": "0.0.33",
+ "dev": true,
"license": "MIT",
"dependencies": {
"os-tmpdir": "~1.0.2"
@@ -58709,6 +41558,7 @@
},
"node_modules/tmpl": {
"version": "1.0.5",
+ "dev": true,
"license": "BSD-3-Clause"
},
"node_modules/to-fast-properties": {
@@ -58718,52 +41568,9 @@
"node": ">=4"
}
},
- "node_modules/to-object-path": {
- "version": "0.3.0",
- "license": "MIT",
- "dependencies": {
- "kind-of": "^3.0.2"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/to-object-path/node_modules/is-buffer": {
- "version": "1.1.6",
- "license": "MIT"
- },
- "node_modules/to-object-path/node_modules/kind-of": {
- "version": "3.2.2",
- "license": "MIT",
- "dependencies": {
- "is-buffer": "^1.1.5"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/to-readable-stream": {
- "version": "1.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/to-regex": {
- "version": "3.0.2",
- "license": "MIT",
- "dependencies": {
- "define-property": "^2.0.2",
- "extend-shallow": "^3.0.2",
- "regex-not": "^1.0.2",
- "safe-regex": "^1.1.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/to-regex-range": {
"version": "5.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"is-number": "^7.0.0"
@@ -58772,58 +41579,19 @@
"node": ">=8.0"
}
},
- "node_modules/to-regex/node_modules/extend-shallow": {
- "version": "3.0.2",
- "license": "MIT",
- "dependencies": {
- "assign-symbols": "^1.0.0",
- "is-extendable": "^1.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/to-regex/node_modules/is-extendable": {
- "version": "1.0.1",
- "license": "MIT",
- "dependencies": {
- "is-plain-object": "^2.0.4"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/tocbot": {
"version": "4.28.2",
"dev": true,
"license": "MIT"
},
- "node_modules/toggle-selection": {
- "version": "1.0.6",
- "license": "MIT"
- },
"node_modules/toidentifier": {
"version": "1.0.1",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=0.6"
}
},
- "node_modules/token-types": {
- "version": "4.2.1",
- "license": "MIT",
- "dependencies": {
- "@tokenizer/token": "^0.3.0",
- "ieee754": "^1.2.1"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/Borewit"
- }
- },
"node_modules/tough-cookie": {
"version": "4.1.3",
"dev": true,
@@ -58865,9 +41633,6 @@
"tree-kill": "cli.js"
}
},
- "node_modules/trim": {
- "version": "0.0.1"
- },
"node_modules/trim-lines": {
"version": "3.0.1",
"license": "MIT",
@@ -58884,14 +41649,6 @@
"node": ">=8"
}
},
- "node_modules/trim-trailing-lines": {
- "version": "1.1.4",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/trough": {
"version": "2.2.0",
"license": "MIT",
@@ -58900,10 +41657,6 @@
"url": "https://github.com/sponsors/wooorm"
}
},
- "node_modules/true-case-path": {
- "version": "2.2.1",
- "license": "Apache-2.0"
- },
"node_modules/ts-api-utils": {
"version": "1.3.0",
"dev": true,
@@ -58923,30 +41676,6 @@
"node": ">=6.10"
}
},
- "node_modules/ts-node": {
- "version": "9.1.1",
- "license": "MIT",
- "dependencies": {
- "arg": "^4.1.0",
- "create-require": "^1.1.0",
- "diff": "^4.0.1",
- "make-error": "^1.1.1",
- "source-map-support": "^0.5.17",
- "yn": "3.1.1"
- },
- "bin": {
- "ts-node": "dist/bin.js",
- "ts-node-script": "dist/bin-script.js",
- "ts-node-transpile-only": "dist/bin-transpile.js",
- "ts-script": "dist/bin-script-deprecated.js"
- },
- "engines": {
- "node": ">=10.0.0"
- },
- "peerDependencies": {
- "typescript": ">=2.7"
- }
- },
"node_modules/ts-toolbelt": {
"version": "9.6.0",
"dev": true,
@@ -58954,6 +41683,7 @@
},
"node_modules/tsconfig-paths": {
"version": "3.15.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@types/json5": "^0.0.29",
@@ -58964,6 +41694,7 @@
},
"node_modules/tsconfig-paths/node_modules/json5": {
"version": "1.0.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
"minimist": "^1.2.0"
@@ -58978,6 +41709,7 @@
},
"node_modules/tsutils": {
"version": "3.21.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"tslib": "^1.8.1"
@@ -58991,6 +41723,7 @@
},
"node_modules/tsutils/node_modules/tslib": {
"version": "1.14.1",
+ "dev": true,
"license": "0BSD"
},
"node_modules/tsx": {
@@ -59237,26 +41970,9 @@
"node": ">=0.6.11 <=0.7.0 || >=0.7.3"
}
},
- "node_modules/tunnel-agent": {
- "version": "0.6.0",
- "license": "Apache-2.0",
- "dependencies": {
- "safe-buffer": "^5.0.1"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/tweetnacl": {
- "version": "0.14.5",
- "license": "Unlicense"
- },
- "node_modules/type": {
- "version": "2.7.2",
- "license": "ISC"
- },
"node_modules/type-check": {
"version": "0.4.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"prelude-ls": "^1.2.1"
@@ -59286,6 +42002,7 @@
},
"node_modules/type-is": {
"version": "1.6.18",
+ "dev": true,
"license": "MIT",
"dependencies": {
"media-typer": "0.3.0",
@@ -59295,12 +42012,9 @@
"node": ">= 0.6"
}
},
- "node_modules/type-of": {
- "version": "2.0.1",
- "license": "MIT"
- },
"node_modules/typed-array-buffer": {
"version": "1.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
@@ -59313,6 +42027,7 @@
},
"node_modules/typed-array-byte-length": {
"version": "1.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
@@ -59329,6 +42044,7 @@
},
"node_modules/typed-array-byte-offset": {
"version": "1.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"available-typed-arrays": "^1.0.5",
@@ -59346,6 +42062,7 @@
},
"node_modules/typed-array-length": {
"version": "1.0.4",
+ "dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
@@ -59358,15 +42075,9 @@
},
"node_modules/typedarray": {
"version": "0.0.6",
+ "dev": true,
"license": "MIT"
},
- "node_modules/typedarray-to-buffer": {
- "version": "3.1.5",
- "license": "MIT",
- "dependencies": {
- "is-typedarray": "^1.0.0"
- }
- },
"node_modules/typescript": {
"version": "5.4.5",
"license": "Apache-2.0",
@@ -59452,6 +42163,7 @@
},
"node_modules/unbox-primitive": {
"version": "1.0.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
@@ -59472,28 +42184,6 @@
"through": "^2.3.8"
}
},
- "node_modules/unc-path-regex": {
- "version": "0.1.2",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/underscore.string": {
- "version": "3.3.6",
- "license": "MIT",
- "dependencies": {
- "sprintf-js": "^1.1.1",
- "util-deprecate": "^1.0.2"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/underscore.string/node_modules/sprintf-js": {
- "version": "1.1.3",
- "license": "BSD-3-Clause"
- },
"node_modules/undici": {
"version": "5.28.4",
"dev": true,
@@ -59507,32 +42197,12 @@
},
"node_modules/undici-types": {
"version": "5.26.5",
+ "dev": true,
"license": "MIT"
},
- "node_modules/unescape": {
- "version": "1.0.1",
- "license": "MIT",
- "dependencies": {
- "extend-shallow": "^2.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/unherit": {
- "version": "1.1.3",
- "license": "MIT",
- "dependencies": {
- "inherits": "^2.0.0",
- "xtend": "^4.0.0"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/unicode-canonical-property-names-ecmascript": {
"version": "2.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
@@ -59540,6 +42210,7 @@
},
"node_modules/unicode-match-property-ecmascript": {
"version": "2.0.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"unicode-canonical-property-names-ecmascript": "^2.0.0",
@@ -59551,6 +42222,7 @@
},
"node_modules/unicode-match-property-value-ecmascript": {
"version": "2.1.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
@@ -59558,6 +42230,7 @@
},
"node_modules/unicode-property-aliases-ecmascript": {
"version": "2.1.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
@@ -59583,22 +42256,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/unified": {
- "version": "9.2.0",
- "license": "MIT",
- "dependencies": {
- "bail": "^1.0.0",
- "extend": "^3.0.0",
- "is-buffer": "^2.0.0",
- "is-plain-obj": "^2.0.0",
- "trough": "^1.0.0",
- "vfile": "^4.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/unified-engine": {
"version": "11.2.0",
"dev": true,
@@ -59801,60 +42458,6 @@
"url": "https://opencollective.com/unified"
}
},
- "node_modules/unified/node_modules/bail": {
- "version": "1.0.5",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
- "node_modules/unified/node_modules/is-plain-obj": {
- "version": "2.1.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/unified/node_modules/trough": {
- "version": "1.0.5",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
- "node_modules/union-value": {
- "version": "1.0.1",
- "license": "MIT",
- "dependencies": {
- "arr-union": "^3.1.0",
- "get-value": "^2.0.6",
- "is-extendable": "^0.1.1",
- "set-value": "^2.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/unique-string": {
- "version": "2.0.0",
- "license": "MIT",
- "dependencies": {
- "crypto-random-string": "^2.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/unist-builder": {
- "version": "2.0.3",
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/unist-util-find": {
"version": "3.0.0",
"dev": true,
@@ -59966,14 +42569,6 @@
"url": "https://opencollective.com/unified"
}
},
- "node_modules/unist-util-generated": {
- "version": "1.1.6",
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/unist-util-inspect": {
"version": "8.0.0",
"dev": true,
@@ -59991,40 +42586,6 @@
"dev": true,
"license": "MIT"
},
- "node_modules/unist-util-is": {
- "version": "4.1.0",
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/unist-util-map": {
- "version": "1.0.5",
- "license": "MIT",
- "dependencies": {
- "object-assign": "^4.0.1"
- }
- },
- "node_modules/unist-util-modify-children": {
- "version": "2.0.0",
- "license": "MIT",
- "dependencies": {
- "array-iterate": "^1.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/unist-util-position": {
- "version": "3.1.0",
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/unist-util-position-from-estree": {
"version": "2.0.0",
"dev": true,
@@ -60042,13 +42603,6 @@
"dev": true,
"license": "MIT"
},
- "node_modules/unist-util-remove": {
- "version": "1.0.3",
- "license": "MIT",
- "dependencies": {
- "unist-util-is": "^3.0.0"
- }
- },
"node_modules/unist-util-remove-position": {
"version": "5.0.0",
"dev": true,
@@ -60106,39 +42660,9 @@
"url": "https://opencollective.com/unified"
}
},
- "node_modules/unist-util-remove/node_modules/unist-util-is": {
- "version": "3.0.0",
- "license": "MIT"
- },
- "node_modules/unist-util-select": {
- "version": "1.5.0",
- "license": "MIT",
- "dependencies": {
- "css-selector-parser": "^1.1.0",
- "debug": "^2.2.0",
- "nth-check": "^1.0.1"
- }
- },
- "node_modules/unist-util-select/node_modules/debug": {
- "version": "2.6.9",
- "license": "MIT",
- "dependencies": {
- "ms": "2.0.0"
- }
- },
- "node_modules/unist-util-select/node_modules/ms": {
- "version": "2.0.0",
- "license": "MIT"
- },
- "node_modules/unist-util-select/node_modules/nth-check": {
- "version": "1.0.2",
- "license": "BSD-2-Clause",
- "dependencies": {
- "boolbase": "~1.0.0"
- }
- },
"node_modules/unist-util-stringify-position": {
"version": "2.0.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
"@types/unist": "^2.0.2"
@@ -60148,68 +42672,17 @@
"url": "https://opencollective.com/unified"
}
},
- "node_modules/unist-util-visit": {
- "version": "2.0.3",
- "license": "MIT",
- "dependencies": {
- "@types/unist": "^2.0.0",
- "unist-util-is": "^4.0.0",
- "unist-util-visit-parents": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/unist-util-visit-children": {
- "version": "1.1.4",
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/unist-util-visit-parents": {
- "version": "3.1.1",
- "license": "MIT",
- "dependencies": {
- "@types/unist": "^2.0.0",
- "unist-util-is": "^4.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/universalify": {
"version": "0.1.2",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">= 4.0.0"
}
},
- "node_modules/unixify": {
- "version": "1.0.0",
- "license": "MIT",
- "dependencies": {
- "normalize-path": "^2.1.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/unixify/node_modules/normalize-path": {
- "version": "2.1.1",
- "license": "MIT",
- "dependencies": {
- "remove-trailing-separator": "^1.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/unpipe": {
"version": "1.0.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.8"
@@ -60242,50 +42715,6 @@
"dev": true,
"license": "MIT"
},
- "node_modules/unset-value": {
- "version": "1.0.0",
- "license": "MIT",
- "dependencies": {
- "has-value": "^0.3.1",
- "isobject": "^3.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/unset-value/node_modules/has-value": {
- "version": "0.3.1",
- "license": "MIT",
- "dependencies": {
- "get-value": "^2.0.3",
- "has-values": "^0.1.4",
- "isobject": "^2.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/unset-value/node_modules/has-value/node_modules/isobject": {
- "version": "2.1.0",
- "license": "MIT",
- "dependencies": {
- "isarray": "1.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/unset-value/node_modules/has-values": {
- "version": "0.1.4",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/unset-value/node_modules/isarray": {
- "version": "1.0.0",
- "license": "MIT"
- },
"node_modules/untildify": {
"version": "4.0.0",
"dev": true,
@@ -60296,8 +42725,6 @@
},
"node_modules/update-browserslist-db": {
"version": "1.1.0",
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
- "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==",
"funding": [
{
"type": "opencollective",
@@ -60324,179 +42751,23 @@
"browserslist": ">= 4.21.0"
}
},
- "node_modules/update-notifier": {
- "version": "5.1.0",
- "license": "BSD-2-Clause",
- "dependencies": {
- "boxen": "^5.0.0",
- "chalk": "^4.1.0",
- "configstore": "^5.0.1",
- "has-yarn": "^2.1.0",
- "import-lazy": "^2.1.0",
- "is-ci": "^2.0.0",
- "is-installed-globally": "^0.4.0",
- "is-npm": "^5.0.0",
- "is-yarn-global": "^0.3.0",
- "latest-version": "^5.1.0",
- "pupa": "^2.1.1",
- "semver": "^7.3.4",
- "semver-diff": "^3.1.1",
- "xdg-basedir": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/yeoman/update-notifier?sponsor=1"
- }
- },
- "node_modules/update-notifier/node_modules/ansi-styles": {
- "version": "4.3.0",
- "license": "MIT",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/update-notifier/node_modules/boxen": {
- "version": "5.1.2",
- "license": "MIT",
- "dependencies": {
- "ansi-align": "^3.0.0",
- "camelcase": "^6.2.0",
- "chalk": "^4.1.0",
- "cli-boxes": "^2.2.1",
- "string-width": "^4.2.2",
- "type-fest": "^0.20.2",
- "widest-line": "^3.1.0",
- "wrap-ansi": "^7.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/update-notifier/node_modules/chalk": {
- "version": "4.1.2",
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/update-notifier/node_modules/color-convert": {
- "version": "2.0.1",
- "license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/update-notifier/node_modules/color-name": {
- "version": "1.1.4",
- "license": "MIT"
- },
- "node_modules/update-notifier/node_modules/has-flag": {
- "version": "4.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/update-notifier/node_modules/supports-color": {
- "version": "7.2.0",
- "license": "MIT",
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/update-notifier/node_modules/type-fest": {
- "version": "0.20.2",
- "license": "(MIT OR CC0-1.0)",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/update-notifier/node_modules/wrap-ansi": {
- "version": "7.0.0",
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
"node_modules/uri-js": {
"version": "4.4.1",
+ "dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"punycode": "^2.1.0"
}
},
- "node_modules/urix": {
- "version": "0.1.0",
- "license": "MIT"
- },
"node_modules/url": {
"version": "0.11.3",
+ "dev": true,
"license": "MIT",
"dependencies": {
"punycode": "^1.4.1",
"qs": "^6.11.2"
}
},
- "node_modules/url-loader": {
- "version": "4.1.1",
- "license": "MIT",
- "dependencies": {
- "loader-utils": "^2.0.0",
- "mime-types": "^2.1.27",
- "schema-utils": "^3.0.0"
- },
- "engines": {
- "node": ">= 10.13.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
- },
- "peerDependencies": {
- "file-loader": "*",
- "webpack": "^4.0.0 || ^5.0.0"
- },
- "peerDependenciesMeta": {
- "file-loader": {
- "optional": true
- }
- }
- },
"node_modules/url-parse": {
"version": "1.5.10",
"dev": true,
@@ -60506,18 +42777,9 @@
"requires-port": "^1.0.0"
}
},
- "node_modules/url-parse-lax": {
- "version": "3.0.0",
- "license": "MIT",
- "dependencies": {
- "prepend-http": "^2.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
"node_modules/url/node_modules/punycode": {
"version": "1.4.1",
+ "dev": true,
"license": "MIT"
},
"node_modules/urlpattern-polyfill": {
@@ -60525,15 +42787,9 @@
"dev": true,
"license": "MIT"
},
- "node_modules/use": {
- "version": "3.1.1",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/use-callback-ref": {
"version": "1.3.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"tslib": "^2.0.0"
@@ -60553,8 +42809,6 @@
},
"node_modules/use-resize-observer": {
"version": "9.1.0",
- "resolved": "https://registry.npmjs.org/use-resize-observer/-/use-resize-observer-9.1.0.tgz",
- "integrity": "sha512-R25VqO9Wb3asSD4eqtcxk8sJalvIOYBqS8MNZlpDSQ4l4xMQxC/J7Id9HoTqPq8FwULIn0PVW+OAqF2dyYbjow==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -60567,6 +42821,7 @@
},
"node_modules/use-sidecar": {
"version": "1.1.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
"detect-node-es": "^1.1.0",
@@ -60601,28 +42856,14 @@
"version": "1.0.2",
"license": "MIT"
},
- "node_modules/util.promisify": {
- "version": "1.1.2",
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.2.0",
- "for-each": "^0.3.3",
- "has-proto": "^1.0.1",
- "has-symbols": "^1.0.3",
- "object.getownpropertydescriptors": "^2.1.6",
- "safe-array-concat": "^1.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/utila": {
"version": "0.4.0",
+ "dev": true,
"license": "MIT"
},
"node_modules/utils-merge": {
"version": "1.0.1",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.4.0"
@@ -60668,6 +42909,7 @@
},
"node_modules/v8-compile-cache": {
"version": "2.4.0",
+ "dev": true,
"license": "MIT"
},
"node_modules/v8-to-istanbul": {
@@ -60683,77 +42925,23 @@
"node": ">=10.12.0"
}
},
- "node_modules/valid-url": {
- "version": "1.0.9"
- },
"node_modules/validate-npm-package-license": {
"version": "3.0.4",
+ "dev": true,
"license": "Apache-2.0",
"dependencies": {
"spdx-correct": "^3.0.0",
"spdx-expression-parse": "^3.0.0"
}
},
- "node_modules/value-or-promise": {
- "version": "1.0.6",
- "license": "MIT",
- "engines": {
- "node": ">=12"
- }
- },
"node_modules/vary": {
"version": "1.1.2",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.8"
}
},
- "node_modules/verror": {
- "version": "1.10.0",
- "engines": [
- "node >=0.6.0"
- ],
- "license": "MIT",
- "dependencies": {
- "assert-plus": "^1.0.0",
- "core-util-is": "1.0.2",
- "extsprintf": "^1.2.0"
- }
- },
- "node_modules/vfile": {
- "version": "4.2.1",
- "license": "MIT",
- "dependencies": {
- "@types/unist": "^2.0.0",
- "is-buffer": "^2.0.0",
- "unist-util-stringify-position": "^2.0.0",
- "vfile-message": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/vfile-location": {
- "version": "3.2.0",
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/vfile-message": {
- "version": "2.0.4",
- "license": "MIT",
- "dependencies": {
- "@types/unist": "^2.0.0",
- "unist-util-stringify-position": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/vfile-reporter": {
"version": "8.1.0",
"dev": true,
@@ -61065,6 +43253,7 @@
"arm"
],
"dev": true,
+ "license": "MIT",
"optional": true,
"os": [
"android"
@@ -61078,6 +43267,7 @@
"arm64"
],
"dev": true,
+ "license": "MIT",
"optional": true,
"os": [
"android"
@@ -61103,6 +43293,7 @@
"x64"
],
"dev": true,
+ "license": "MIT",
"optional": true,
"os": [
"darwin"
@@ -61116,6 +43307,7 @@
"arm"
],
"dev": true,
+ "license": "MIT",
"optional": true,
"os": [
"linux"
@@ -61129,6 +43321,7 @@
"arm64"
],
"dev": true,
+ "license": "MIT",
"optional": true,
"os": [
"linux"
@@ -61142,6 +43335,7 @@
"arm64"
],
"dev": true,
+ "license": "MIT",
"optional": true,
"os": [
"linux"
@@ -61155,6 +43349,7 @@
"riscv64"
],
"dev": true,
+ "license": "MIT",
"optional": true,
"os": [
"linux"
@@ -61168,6 +43363,7 @@
"x64"
],
"dev": true,
+ "license": "MIT",
"optional": true,
"os": [
"linux"
@@ -61181,6 +43377,7 @@
"x64"
],
"dev": true,
+ "license": "MIT",
"optional": true,
"os": [
"linux"
@@ -61194,6 +43391,7 @@
"arm64"
],
"dev": true,
+ "license": "MIT",
"optional": true,
"os": [
"win32"
@@ -61207,6 +43405,7 @@
"ia32"
],
"dev": true,
+ "license": "MIT",
"optional": true,
"os": [
"win32"
@@ -61220,6 +43419,7 @@
"x64"
],
"dev": true,
+ "license": "MIT",
"optional": true,
"os": [
"win32"
@@ -61305,17 +43505,6 @@
"fsevents": "~2.3.2"
}
},
- "node_modules/vlq": {
- "version": "1.0.1",
- "license": "MIT"
- },
- "node_modules/w3c-hr-time": {
- "version": "1.0.2",
- "license": "MIT",
- "dependencies": {
- "browser-process-hrtime": "^1.0.0"
- }
- },
"node_modules/w3c-xmlserializer": {
"version": "4.0.0",
"dev": true,
@@ -61327,10 +43516,6 @@
"node": ">=14"
}
},
- "node_modules/wait-for-expect": {
- "version": "3.0.2",
- "license": "MIT"
- },
"node_modules/walk-up-path": {
"version": "3.0.1",
"dev": true,
@@ -61338,6 +43523,7 @@
},
"node_modules/walker": {
"version": "1.0.8",
+ "dev": true,
"license": "Apache-2.0",
"dependencies": {
"makeerror": "1.0.12"
@@ -61345,8 +43531,8 @@
},
"node_modules/watchpack": {
"version": "2.4.2",
- "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz",
- "integrity": "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
"glob-to-regexp": "^0.4.1",
"graceful-fs": "^4.1.2"
@@ -61363,14 +43549,6 @@
"defaults": "^1.0.3"
}
},
- "node_modules/web-namespaces": {
- "version": "1.1.4",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/webidl-conversions": {
"version": "7.0.0",
"dev": true,
@@ -61381,8 +43559,8 @@
},
"node_modules/webpack": {
"version": "5.94.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.94.0.tgz",
- "integrity": "sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
"@types/estree": "^1.0.5",
"@webassemblyjs/ast": "^1.12.1",
@@ -61490,22 +43668,6 @@
"strip-ansi": "^6.0.0"
}
},
- "node_modules/webpack-merge": {
- "version": "5.10.0",
- "license": "MIT",
- "dependencies": {
- "clone-deep": "^4.0.1",
- "flat": "^5.0.2",
- "wildcard": "^2.0.0"
- },
- "engines": {
- "node": ">=10.0.0"
- }
- },
- "node_modules/webpack-stats-plugin": {
- "version": "1.1.3",
- "license": "MIT"
- },
"node_modules/webpack-virtual-modules": {
"version": "0.5.0",
"dev": true,
@@ -61513,6 +43675,7 @@
},
"node_modules/webpack/node_modules/webpack-sources": {
"version": "3.2.3",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=10.13.0"
@@ -61562,6 +43725,7 @@
},
"node_modules/which": {
"version": "1.3.1",
+ "dev": true,
"license": "ISC",
"dependencies": {
"isexe": "^2.0.0"
@@ -61572,6 +43736,7 @@
},
"node_modules/which-boxed-primitive": {
"version": "1.0.2",
+ "dev": true,
"license": "MIT",
"dependencies": {
"is-bigint": "^1.0.1",
@@ -61586,6 +43751,7 @@
},
"node_modules/which-collection": {
"version": "1.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"is-map": "^2.0.1",
@@ -61599,6 +43765,7 @@
},
"node_modules/which-module": {
"version": "2.0.0",
+ "dev": true,
"license": "ISC"
},
"node_modules/which-pm": {
@@ -61615,6 +43782,7 @@
},
"node_modules/which-typed-array": {
"version": "1.1.14",
+ "dev": true,
"license": "MIT",
"dependencies": {
"available-typed-arrays": "^1.0.6",
@@ -61632,6 +43800,7 @@
},
"node_modules/widest-line": {
"version": "3.1.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"string-width": "^4.0.0"
@@ -61640,12 +43809,9 @@
"node": ">=8"
}
},
- "node_modules/wildcard": {
- "version": "2.0.1",
- "license": "MIT"
- },
"node_modules/word-wrap": {
"version": "1.2.5",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
@@ -61656,33 +43822,9 @@
"dev": true,
"license": "MIT"
},
- "node_modules/worker-loader": {
- "version": "3.0.8",
- "license": "MIT",
- "dependencies": {
- "loader-utils": "^2.0.0",
- "schema-utils": "^3.0.0"
- },
- "engines": {
- "node": ">= 10.13.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
- },
- "peerDependencies": {
- "webpack": "^4.0.0 || ^5.0.0"
- }
- },
- "node_modules/worker-rpc": {
- "version": "0.1.1",
- "license": "MIT",
- "dependencies": {
- "microevent.ts": "~0.1.1"
- }
- },
"node_modules/wrap-ansi": {
"version": "6.2.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"ansi-styles": "^4.0.0",
@@ -61738,6 +43880,7 @@
},
"node_modules/wrap-ansi/node_modules/ansi-styles": {
"version": "4.3.0",
+ "dev": true,
"license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
@@ -61751,6 +43894,7 @@
},
"node_modules/wrap-ansi/node_modules/color-convert": {
"version": "2.0.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
@@ -61761,16 +43905,16 @@
},
"node_modules/wrap-ansi/node_modules/color-name": {
"version": "1.1.4",
+ "dev": true,
"license": "MIT"
},
"node_modules/wrappy": {
"version": "1.0.2",
+ "dev": true,
"license": "ISC"
},
"node_modules/write": {
"version": "1.0.3",
- "resolved": "https://registry.npmjs.org/write/-/write-1.0.3.tgz",
- "integrity": "sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -61780,20 +43924,8 @@
"node": ">=4"
}
},
- "node_modules/write-file-atomic": {
- "version": "3.0.3",
- "license": "ISC",
- "dependencies": {
- "imurmurhash": "^0.1.4",
- "is-typedarray": "^1.0.0",
- "signal-exit": "^3.0.2",
- "typedarray-to-buffer": "^3.1.5"
- }
- },
"node_modules/write/node_modules/mkdirp": {
"version": "0.5.6",
- "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
- "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -61823,16 +43955,6 @@
}
}
},
- "node_modules/x-is-string": {
- "version": "0.1.0"
- },
- "node_modules/xdg-basedir": {
- "version": "4.0.0",
- "license": "MIT",
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/xml-name-validator": {
"version": "4.0.0",
"dev": true,
@@ -61846,40 +43968,9 @@
"dev": true,
"license": "MIT"
},
- "node_modules/xmlhttprequest-ssl": {
- "version": "1.6.3",
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/xss": {
- "version": "1.0.15",
- "license": "MIT",
- "dependencies": {
- "commander": "^2.20.3",
- "cssfilter": "0.0.10"
- },
- "bin": {
- "xss": "bin/xss"
- },
- "engines": {
- "node": ">= 0.10.0"
- }
- },
- "node_modules/xss/node_modules/commander": {
- "version": "2.20.3",
- "license": "MIT"
- },
- "node_modules/xstate": {
- "version": "4.38.3",
- "license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/xstate"
- }
- },
"node_modules/xtend": {
"version": "4.0.2",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=0.4"
@@ -61887,10 +43978,12 @@
},
"node_modules/y18n": {
"version": "4.0.3",
+ "dev": true,
"license": "ISC"
},
"node_modules/yallist": {
"version": "2.1.2",
+ "dev": true,
"license": "ISC"
},
"node_modules/yaml": {
@@ -61901,48 +43994,9 @@
"node": ">= 14"
}
},
- "node_modules/yaml-loader": {
- "version": "0.6.0",
- "license": "MIT",
- "dependencies": {
- "loader-utils": "^1.4.0",
- "yaml": "^1.8.3"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/yaml-loader/node_modules/json5": {
- "version": "1.0.2",
- "license": "MIT",
- "dependencies": {
- "minimist": "^1.2.0"
- },
- "bin": {
- "json5": "lib/cli.js"
- }
- },
- "node_modules/yaml-loader/node_modules/loader-utils": {
- "version": "1.4.2",
- "license": "MIT",
- "dependencies": {
- "big.js": "^5.2.2",
- "emojis-list": "^3.0.0",
- "json5": "^1.0.1"
- },
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "node_modules/yaml-loader/node_modules/yaml": {
- "version": "1.10.2",
- "license": "ISC",
- "engines": {
- "node": ">= 6"
- }
- },
"node_modules/yargs": {
"version": "15.4.1",
+ "dev": true,
"license": "MIT",
"dependencies": {
"cliui": "^6.0.0",
@@ -61963,6 +44017,7 @@
},
"node_modules/yargs-parser": {
"version": "18.1.3",
+ "dev": true,
"license": "ISC",
"dependencies": {
"camelcase": "^5.0.0",
@@ -61974,6 +44029,7 @@
},
"node_modules/yargs-parser/node_modules/camelcase": {
"version": "5.3.1",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=6"
@@ -61988,19 +44044,9 @@
"fd-slicer": "~1.1.0"
}
},
- "node_modules/yeast": {
- "version": "0.1.2",
- "license": "MIT"
- },
- "node_modules/yn": {
- "version": "3.1.1",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
"node_modules/yocto-queue": {
"version": "0.1.0",
+ "dev": true,
"license": "MIT",
"engines": {
"node": ">=10"
@@ -62009,47 +44055,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/yoga-layout-prebuilt": {
- "version": "1.10.0",
- "license": "MIT",
- "dependencies": {
- "@types/yoga-layout": "1.9.2"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/yurnalist": {
- "version": "2.1.0",
- "license": "BSD-2-Clause",
- "dependencies": {
- "chalk": "^2.4.2",
- "inquirer": "^7.0.0",
- "is-ci": "^2.0.0",
- "read": "^1.0.7",
- "strip-ansi": "^5.2.0"
- },
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "node_modules/yurnalist/node_modules/ansi-regex": {
- "version": "4.1.1",
- "license": "MIT",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/yurnalist/node_modules/strip-ansi": {
- "version": "5.2.0",
- "license": "MIT",
- "dependencies": {
- "ansi-regex": "^4.1.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
"node_modules/zod": {
"version": "3.23.8",
"dev": true,
@@ -62071,6 +44076,7 @@
},
"node_modules/zwitch": {
"version": "2.0.4",
+ "dev": true,
"license": "MIT",
"funding": {
"type": "github",
@@ -62096,7 +44102,7 @@
"cssnano": "^7.0.6",
"postcss": "^8.4.41",
"postcss-custom-properties-fallback": "^1.0.2",
- "postcss-mixins": "^10.0.1",
+ "postcss-mixins": "^11.0.1",
"typescript": "^5.5.3"
},
"peerDependencies": {
@@ -62105,8 +44111,6 @@
},
"packages/postcss-preset-primer/node_modules/@babel/core": {
"version": "7.25.2",
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz",
- "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -62136,8 +44140,6 @@
},
"packages/postcss-preset-primer/node_modules/@babel/parser": {
"version": "7.25.3",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz",
- "integrity": "sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -62152,14 +44154,10 @@
},
"packages/postcss-preset-primer/node_modules/@primer/primitives": {
"version": "8.2.3",
- "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-8.2.3.tgz",
- "integrity": "sha512-K8A/DA6xv8P/kD/9DupFn+KYlo06OpcrwfwJf+sKp+KnX7ZRwLLDg1AaEGAoRoaykXRY/gfrXlgDfK7laOTWyA==",
"license": "MIT"
},
"packages/postcss-preset-primer/node_modules/ansi-styles": {
"version": "4.3.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -62174,8 +44172,6 @@
},
"packages/postcss-preset-primer/node_modules/babel-jest": {
"version": "29.7.0",
- "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz",
- "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -62196,8 +44192,6 @@
},
"packages/postcss-preset-primer/node_modules/babel-preset-jest": {
"version": "29.6.3",
- "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz",
- "integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -62213,8 +44207,6 @@
},
"packages/postcss-preset-primer/node_modules/brace-expansion": {
"version": "2.0.1",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
- "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"license": "MIT",
"dependencies": {
"balanced-match": "^1.0.0"
@@ -62222,8 +44214,6 @@
},
"packages/postcss-preset-primer/node_modules/chalk": {
"version": "4.1.2",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -62239,8 +44229,6 @@
},
"packages/postcss-preset-primer/node_modules/color-convert": {
"version": "2.0.1",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -62252,22 +44240,16 @@
},
"packages/postcss-preset-primer/node_modules/color-name": {
"version": "1.1.4",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
"dev": true,
"license": "MIT"
},
"packages/postcss-preset-primer/node_modules/convert-source-map": {
"version": "2.0.0",
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
- "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
"dev": true,
"license": "MIT"
},
"packages/postcss-preset-primer/node_modules/glob": {
"version": "11.0.0",
- "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.0.tgz",
- "integrity": "sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==",
"license": "ISC",
"dependencies": {
"foreground-child": "^3.1.0",
@@ -62289,8 +44271,6 @@
},
"packages/postcss-preset-primer/node_modules/has-flag": {
"version": "4.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
"dev": true,
"license": "MIT",
"engines": {
@@ -62299,8 +44279,6 @@
},
"packages/postcss-preset-primer/node_modules/jackspeak": {
"version": "4.0.1",
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.0.1.tgz",
- "integrity": "sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==",
"license": "BlueOak-1.0.0",
"dependencies": {
"@isaacs/cliui": "^8.0.2"
@@ -62317,8 +44295,6 @@
},
"packages/postcss-preset-primer/node_modules/lru-cache": {
"version": "11.0.0",
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.0.tgz",
- "integrity": "sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==",
"license": "ISC",
"engines": {
"node": "20 || >=22"
@@ -62326,8 +44302,6 @@
},
"packages/postcss-preset-primer/node_modules/minimatch": {
"version": "10.0.1",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz",
- "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==",
"license": "ISC",
"dependencies": {
"brace-expansion": "^2.0.1"
@@ -62341,8 +44315,6 @@
},
"packages/postcss-preset-primer/node_modules/path-scurry": {
"version": "2.0.0",
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz",
- "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==",
"license": "BlueOak-1.0.0",
"dependencies": {
"lru-cache": "^11.0.0",
@@ -62357,8 +44329,6 @@
},
"packages/postcss-preset-primer/node_modules/semver": {
"version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
"dev": true,
"license": "ISC",
"bin": {
@@ -62367,8 +44337,6 @@
},
"packages/postcss-preset-primer/node_modules/slash": {
"version": "3.0.0",
- "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
- "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
"dev": true,
"license": "MIT",
"engines": {
@@ -62377,8 +44345,6 @@
},
"packages/postcss-preset-primer/node_modules/supports-color": {
"version": "7.2.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -62390,8 +44356,6 @@
},
"packages/postcss-preset-primer/node_modules/typescript": {
"version": "5.5.3",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
- "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
"dev": true,
"license": "Apache-2.0",
"bin": {
@@ -62572,8 +44536,6 @@
},
"packages/react/node_modules/@primer/primitives": {
"version": "9.0.3",
- "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-9.0.3.tgz",
- "integrity": "sha512-iHl1oI566v3NMAkK2tmKsTkcNmen5mE3nCIdKmaSJZnxLTUT1NWwv77J7FfeRDAQl8VdU6qGfA2/D4sV9JjB/g==",
"license": "MIT",
"engines": {
"node": ">=18.18.0 <18.19.0"
diff --git a/package.json b/package.json
index 6fa6384f11d..1f5b7c6619a 100644
--- a/package.json
+++ b/package.json
@@ -4,18 +4,16 @@
"workspaces": [
"packages/rollup-plugin-import-css",
"packages/*",
- "docs",
"examples/*"
],
"scripts": {
"setup": "./script/setup",
"build": "npm run build -w rollup-plugin-import-css -w @primer/react",
"clean": "npm run clean -ws --if-present",
- "clean:all": "npm run clean && rimraf node_modules docs/node_modules packages/*/node_modules examples/*/node_modules",
+ "clean:all": "npm run clean && rimraf node_modules packages/*/node_modules examples/*/node_modules",
"format": "prettier --cache --write '**/*.{js,css,md,mdx,ts,tsx,yml}'",
"format:diff": "prettier --cache --list-different '**/*.{js,css,md,mdx,ts,tsx,yml}'",
"start": "concurrently npm:start:*",
- "start:docs": "npm run develop -w docs",
"start:storybook": "npm run start:storybook -w @primer/react",
"build:storybook": "script/build-storybook",
"build:docs": "NODE_OPTIONS=--openssl-legacy-provider script/build-docs",
@@ -101,4 +99,4 @@
"lint-staged": {
"**/*.{js,ts,tsx,md,mdx}": "npm run lint"
}
-}
\ No newline at end of file
+}
diff --git a/packages/postcss-preset-primer/package.json b/packages/postcss-preset-primer/package.json
index 13944255acf..309affa373e 100644
--- a/packages/postcss-preset-primer/package.json
+++ b/packages/postcss-preset-primer/package.json
@@ -28,7 +28,7 @@
"cssnano": "^7.0.6",
"postcss": "^8.4.41",
"postcss-custom-properties-fallback": "^1.0.2",
- "postcss-mixins": "^10.0.1",
+ "postcss-mixins": "^11.0.1",
"typescript": "^5.5.3"
}
}
diff --git a/script/build-docs b/script/build-docs
index 0d71259534d..5e88f91a525 100755
--- a/script/build-docs
+++ b/script/build-docs
@@ -3,10 +3,8 @@ set -e
if [ -n "$1" ]; then
export DEPLOY_ENV="preview"
- npm run build:preview -w docs
npm run build:storybook preview
else
export DEPLOY_ENV="production"
- npm run build -w docs
npm run build:storybook
fi