@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "@elegantstack/gatsby-blocks-core",
|
3 |
-
"version": "3.
|
4 |
"main": "index.js",
|
5 |
"private": true,
|
6 |
"author": "ElegantStack Team",
|
@@ -8,11 +8,11 @@
|
|
8 |
"dependencies": {
|
9 |
"@elegantstack/gatsby-plugin-mkdir": "^3.0.0",
|
10 |
"@elegantstack/gatsby-plugin-proxy-directives": "^3.0.0",
|
11 |
-
"gatsby-plugin-image": "^1.
|
12 |
-
"gatsby-plugin-sharp": "^3.
|
13 |
-
"gatsby-source-filesystem": "^3.
|
14 |
-
"gatsby-transformer-json": "^3.
|
15 |
-
"gatsby-transformer-sharp": "^3.
|
16 |
"get-value": "^3.0.1"
|
17 |
}
|
18 |
}
|
1 |
{
|
2 |
"name": "@elegantstack/gatsby-blocks-core",
|
3 |
+
"version": "3.2.0",
|
4 |
"main": "index.js",
|
5 |
"private": true,
|
6 |
"author": "ElegantStack Team",
|
8 |
"dependencies": {
|
9 |
"@elegantstack/gatsby-plugin-mkdir": "^3.0.0",
|
10 |
"@elegantstack/gatsby-plugin-proxy-directives": "^3.0.0",
|
11 |
+
"gatsby-plugin-image": "^1.5.0",
|
12 |
+
"gatsby-plugin-sharp": "^3.5.0",
|
13 |
+
"gatsby-source-filesystem": "^3.5.0",
|
14 |
+
"gatsby-transformer-json": "^3.5.0",
|
15 |
+
"gatsby-transformer-sharp": "^3.5.0",
|
16 |
"get-value": "^3.0.1"
|
17 |
}
|
18 |
}
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
module.exports = {
|
2 |
+
plugins: [
|
3 |
+
{
|
4 |
+
resolve: '@elegantstack/gatsby-plugin-alias-imports',
|
5 |
+
options: {
|
6 |
+
alias: {
|
7 |
+
'@helpers': '@elegantstack/gatsby-common-helpers/src'
|
8 |
+
},
|
9 |
+
extensions: ['js', 'jsx']
|
10 |
+
}
|
11 |
+
}
|
12 |
+
]
|
13 |
+
}
|
@@ -1,11 +1,12 @@
|
|
1 |
{
|
2 |
"name": "@elegantstack/gatsby-common-helpers",
|
3 |
-
"version": "3.0.
|
4 |
"main": "index.js",
|
5 |
"private": true,
|
6 |
"author": "ElegantStack Team",
|
7 |
"license": "",
|
8 |
"dependencies": {
|
|
|
9 |
"gatsby-plugin-mailchimp": "^5.2.2",
|
10 |
"react-icons": "^4.2.0"
|
11 |
}
|
1 |
{
|
2 |
"name": "@elegantstack/gatsby-common-helpers",
|
3 |
+
"version": "3.0.2",
|
4 |
"main": "index.js",
|
5 |
"private": true,
|
6 |
"author": "ElegantStack Team",
|
7 |
"license": "",
|
8 |
"dependencies": {
|
9 |
+
"@elegantstack/gatsby-plugin-alias-imports": "^3.0.0",
|
10 |
"gatsby-plugin-mailchimp": "^5.2.2",
|
11 |
"react-icons": "^4.2.0"
|
12 |
}
|
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "gatsby-plugin-smooth-scrollbar",
|
3 |
-
"version": "2.
|
4 |
"description": "Gatsby plugin for babel optional chaining operator",
|
5 |
"main": "gatsby-node.js",
|
6 |
"author": "ElegantStack <elegantstack.studio@gmail.com>",
|
@@ -22,6 +22,6 @@
|
|
22 |
"babel"
|
23 |
],
|
24 |
"dependencies": {
|
25 |
-
"smooth-scrollbar": "^8.
|
26 |
}
|
27 |
}
|
1 |
{
|
2 |
"name": "gatsby-plugin-smooth-scrollbar",
|
3 |
+
"version": "2.9.0",
|
4 |
"description": "Gatsby plugin for babel optional chaining operator",
|
5 |
"main": "gatsby-node.js",
|
6 |
"author": "ElegantStack <elegantstack.studio@gmail.com>",
|
22 |
"babel"
|
23 |
],
|
24 |
"dependencies": {
|
25 |
+
"smooth-scrollbar": "^8.6.2"
|
26 |
}
|
27 |
}
|
@@ -1,13 +1,13 @@
|
|
1 |
{
|
2 |
"name": "@elegantstack/gatsby-plugin-utility-directives",
|
3 |
-
"version": "3.0
|
4 |
"main": "index.js",
|
5 |
"private": true,
|
6 |
"author": "ElegantStack Team",
|
7 |
"license": "",
|
8 |
"dependencies": {
|
9 |
"@sanity/block-content-to-markdown": "^0.0.5",
|
10 |
-
"slugify": "^1.
|
11 |
"url-join": "^4.0.1"
|
12 |
}
|
13 |
}
|
1 |
{
|
2 |
"name": "@elegantstack/gatsby-plugin-utility-directives",
|
3 |
+
"version": "3.1.0",
|
4 |
"main": "index.js",
|
5 |
"private": true,
|
6 |
"author": "ElegantStack Team",
|
7 |
"license": "",
|
8 |
"dependencies": {
|
9 |
"@sanity/block-content-to-markdown": "^0.0.5",
|
10 |
+
"slugify": "^1.5.3",
|
11 |
"url-join": "^4.0.1"
|
12 |
}
|
13 |
}
|
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "@elegantstack/solid-ui-blocks",
|
3 |
-
"version": "3.
|
4 |
"main": "index.js",
|
5 |
"private": true,
|
6 |
"author": "ElegantStack Team",
|
@@ -9,8 +9,8 @@
|
|
9 |
"@elegantstack/gatsby-plugin-alias-imports": "^3.0.0",
|
10 |
"prop-types": "^15.7.2",
|
11 |
"react-icons": "^4.2.0",
|
12 |
-
"react-sticky-el": "^2.0.
|
13 |
-
"react-tabs": "^3.2.
|
14 |
"theme-ui": "^0.3.4"
|
15 |
}
|
16 |
}
|
1 |
{
|
2 |
"name": "@elegantstack/solid-ui-blocks",
|
3 |
+
"version": "3.1.0",
|
4 |
"main": "index.js",
|
5 |
"private": true,
|
6 |
"author": "ElegantStack Team",
|
9 |
"@elegantstack/gatsby-plugin-alias-imports": "^3.0.0",
|
10 |
"prop-types": "^15.7.2",
|
11 |
"react-icons": "^4.2.0",
|
12 |
+
"react-sticky-el": "^2.0.9",
|
13 |
+
"react-tabs": "^3.2.2",
|
14 |
"theme-ui": "^0.3.4"
|
15 |
}
|
16 |
}
|
@@ -8,19 +8,6 @@ import QuickSignupForm from '@solid-ui-components/QuickSignupForm'
|
|
8 |
import ContentButtons from '@solid-ui-components/ContentButtons'
|
9 |
import WithDefaultContent from '@solid-ui-blocks/WithDefaultContent'
|
10 |
|
11 |
-
const styles = {
|
12 |
-
title: {
|
13 |
-
background: t => `
|
14 |
-
linear-gradient(
|
15 |
-
125deg,
|
16 |
-
${t.colors.alpha} 32.5%,
|
17 |
-
${t.colors.alphaDarker} 50.5%)
|
18 |
-
`,
|
19 |
-
WebkitBackgroundClip: `text`,
|
20 |
-
WebkitTextFillColor: `transparent`
|
21 |
-
}
|
22 |
-
}
|
23 |
-
|
24 |
const HeroBlock01 = ({
|
25 |
content: { text = [], images, buttons, form },
|
26 |
reverse
|
@@ -59,20 +46,7 @@ const HeroBlock01 = ({
|
|
59 |
}}
|
60 |
>
|
61 |
<Reveal effect='fadeInDown'>
|
62 |
-
<ContentText
|
63 |
-
content={text?.[0]}
|
64 |
-
sx={{
|
65 |
-
...(!text?.[0]?.color && styles.title)
|
66 |
-
}}
|
67 |
-
/>
|
68 |
-
<ContentText
|
69 |
-
content={text?.[1]}
|
70 |
-
mb='4'
|
71 |
-
sx={{
|
72 |
-
...(!text?.[1]?.color && styles.title)
|
73 |
-
}}
|
74 |
-
/>
|
75 |
-
<ContentText content={text?.[2]} mb='0' />
|
76 |
</Reveal>
|
77 |
{buttons && (
|
78 |
<Reveal
|
8 |
import ContentButtons from '@solid-ui-components/ContentButtons'
|
9 |
import WithDefaultContent from '@solid-ui-blocks/WithDefaultContent'
|
10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
const HeroBlock01 = ({
|
12 |
content: { text = [], images, buttons, form },
|
13 |
reverse
|
46 |
}}
|
47 |
>
|
48 |
<Reveal effect='fadeInDown'>
|
49 |
+
<ContentText content={text} />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
</Reveal>
|
51 |
{buttons && (
|
52 |
<Reveal
|
@@ -1,64 +1,47 @@
|
|
1 |
import React from 'react'
|
2 |
-
import { Container, Box
|
3 |
import ContentText from '@solid-ui-components/ContentText'
|
4 |
import Reveal from '@solid-ui-components/Reveal'
|
|
|
5 |
import ContentImages from '@solid-ui-components/ContentImages'
|
6 |
import ContentButtons from '@solid-ui-components/ContentButtons'
|
7 |
import QuickSignupForm from '@solid-ui-components/QuickSignupForm'
|
8 |
import WithDefaultContent from '@solid-ui-blocks/WithDefaultContent'
|
9 |
|
10 |
-
const styles = {
|
11 |
-
title: {
|
12 |
-
color: 'alphaDark',
|
13 |
-
background: t => `
|
14 |
-
linear-gradient(
|
15 |
-
125deg,
|
16 |
-
${t.colors.alpha} 32.5%,
|
17 |
-
${t.colors.alphaDark} 50.5%)
|
18 |
-
`,
|
19 |
-
WebkitBackgroundClip: `text`,
|
20 |
-
WebkitTextFillColor: `transparent`
|
21 |
-
}
|
22 |
-
}
|
23 |
-
|
24 |
const HeroBlock02 = ({ content: { text, buttons, form, images } }) => (
|
25 |
<Container sx={{ textAlign: `center` }}>
|
26 |
<Reveal effect='fadeInDown'>
|
27 |
-
<ContentText
|
28 |
-
content={text?.[0]}
|
29 |
-
sx={{
|
30 |
-
...(!text?.[0]?.color && styles.title)
|
31 |
-
}}
|
32 |
-
/>
|
33 |
-
<ContentText
|
34 |
-
content={text?.[1]}
|
35 |
-
mb='4'
|
36 |
-
mx='auto'
|
37 |
-
sx={{
|
38 |
-
...(!text?.[1]?.color && styles.title)
|
39 |
-
}}
|
40 |
-
/>
|
41 |
-
<ContentText content={text?.[2]} mb='4' mx='auto' />
|
42 |
</Reveal>
|
43 |
{buttons && (
|
44 |
-
|
45 |
-
<
|
46 |
-
|
|
|
|
|
|
|
47 |
)}
|
48 |
{form && (
|
49 |
-
|
50 |
-
<
|
51 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
)}
|
53 |
-
|
54 |
-
<Box sx={{ position: `relative` }}>
|
55 |
-
<ContentImages
|
56 |
-
content={{ images }}
|
57 |
-
loading='eager'
|
58 |
-
imagePosition='center'
|
59 |
-
imageEffect='fadeInUp'
|
60 |
-
/>
|
61 |
-
</Box>
|
62 |
</Container>
|
63 |
)
|
64 |
|
1 |
import React from 'react'
|
2 |
+
import { Container, Box } from 'theme-ui'
|
3 |
import ContentText from '@solid-ui-components/ContentText'
|
4 |
import Reveal from '@solid-ui-components/Reveal'
|
5 |
+
import Divider from '@solid-ui-components/Divider'
|
6 |
import ContentImages from '@solid-ui-components/ContentImages'
|
7 |
import ContentButtons from '@solid-ui-components/ContentButtons'
|
8 |
import QuickSignupForm from '@solid-ui-components/QuickSignupForm'
|
9 |
import WithDefaultContent from '@solid-ui-blocks/WithDefaultContent'
|
10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
const HeroBlock02 = ({ content: { text, buttons, form, images } }) => (
|
12 |
<Container sx={{ textAlign: `center` }}>
|
13 |
<Reveal effect='fadeInDown'>
|
14 |
+
<ContentText content={text} />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
</Reveal>
|
16 |
{buttons && (
|
17 |
+
<>
|
18 |
+
<Divider space={3} />
|
19 |
+
<Reveal effect='fadeInUp' duration={0.7}>
|
20 |
+
<ContentButtons content={buttons} />
|
21 |
+
</Reveal>
|
22 |
+
</>
|
23 |
)}
|
24 |
{form && (
|
25 |
+
<>
|
26 |
+
<Divider space={4} />
|
27 |
+
<Reveal effect='fadeInRight' delay={0.7}>
|
28 |
+
<QuickSignupForm {...form} space={3} />
|
29 |
+
</Reveal>
|
30 |
+
</>
|
31 |
+
)}
|
32 |
+
{images && (
|
33 |
+
<>
|
34 |
+
<Divider space={4} />
|
35 |
+
<Box sx={{ position: `relative` }}>
|
36 |
+
<ContentImages
|
37 |
+
content={{ images }}
|
38 |
+
loading='eager'
|
39 |
+
imagePosition='center'
|
40 |
+
imageEffect='fadeInUp'
|
41 |
+
/>
|
42 |
+
</Box>
|
43 |
+
</>
|
44 |
)}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
</Container>
|
46 |
)
|
47 |
|
@@ -10,17 +10,6 @@ import WithDefaultContent from '@solid-ui-blocks/WithDefaultContent'
|
|
10 |
import getImage from '@solid-ui-components/utils/getImage'
|
11 |
|
12 |
const styles = {
|
13 |
-
title: {
|
14 |
-
color: 'alphaDark',
|
15 |
-
background: t => `
|
16 |
-
linear-gradient(
|
17 |
-
125deg,
|
18 |
-
${t.colors.alpha} 32.5%,
|
19 |
-
${t.colors.alphaDark} 50.5%)
|
20 |
-
`,
|
21 |
-
WebkitBackgroundClip: `text`,
|
22 |
-
WebkitTextFillColor: `transparent`
|
23 |
-
},
|
24 |
subTitle: {
|
25 |
maxWidth: 500
|
26 |
},
|
@@ -69,14 +58,7 @@ const HeroBlock03 = ({
|
|
69 |
px='2'
|
70 |
mb='3'
|
71 |
/>
|
72 |
-
<ContentText
|
73 |
-
content={text?.[1]}
|
74 |
-
mb='4'
|
75 |
-
mx='auto'
|
76 |
-
sx={{
|
77 |
-
...(!text?.[1]?.color && styles.text?.[1])
|
78 |
-
}}
|
79 |
-
/>
|
80 |
<ContentText content={text?.slice(2)} mx='auto' />
|
81 |
</Reveal>
|
82 |
<Box>
|
10 |
import getImage from '@solid-ui-components/utils/getImage'
|
11 |
|
12 |
const styles = {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
subTitle: {
|
14 |
maxWidth: 500
|
15 |
},
|
58 |
px='2'
|
59 |
mb='3'
|
60 |
/>
|
61 |
+
<ContentText content={text?.[1]} mb='4' mx='auto' />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
<ContentText content={text?.slice(2)} mx='auto' />
|
63 |
</Reveal>
|
64 |
<Box>
|
@@ -30,7 +30,8 @@ const StatsBlock01 = ({
|
|
30 |
<Box
|
31 |
key={`item-${index}`}
|
32 |
sx={{
|
33 |
-
|
|
|
34 |
textAlign: `center`,
|
35 |
p: 1
|
36 |
}}
|
30 |
<Box
|
31 |
key={`item-${index}`}
|
32 |
sx={{
|
33 |
+
flex: `1`,
|
34 |
+
minWidth: 100,
|
35 |
textAlign: `center`,
|
36 |
p: 1
|
37 |
}}
|
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "@elegantstack/solid-ui-components",
|
3 |
-
"version": "3.
|
4 |
"main": "index.js",
|
5 |
"private": true,
|
6 |
"author": "ElegantStack Team",
|
@@ -8,7 +8,7 @@
|
|
8 |
"dependencies": {
|
9 |
"@elegantstack/gatsby-plugin-alias-imports": "^3.0.0",
|
10 |
"framer-motion": "^2.9.4",
|
11 |
-
"gatsby-plugin-react-helmet": "^4.
|
12 |
"google-map-react": "^2.1.9",
|
13 |
"lodash.mergewith": "^4.6.2",
|
14 |
"prop-types": "^15.7.2",
|
@@ -16,9 +16,9 @@
|
|
16 |
"react-anchor-link-smooth-scroll": "^1.0.12",
|
17 |
"react-helmet": "^6.1.0",
|
18 |
"react-icons": "^4.2.0",
|
19 |
-
"react-inlinesvg": "^2.
|
20 |
-
"react-intersection-observer": "^8.
|
21 |
-
"react-modal": "^3.
|
22 |
"theme-ui": "^0.3.4"
|
23 |
}
|
24 |
}
|
1 |
{
|
2 |
"name": "@elegantstack/solid-ui-components",
|
3 |
+
"version": "3.1.0",
|
4 |
"main": "index.js",
|
5 |
"private": true,
|
6 |
"author": "ElegantStack Team",
|
8 |
"dependencies": {
|
9 |
"@elegantstack/gatsby-plugin-alias-imports": "^3.0.0",
|
10 |
"framer-motion": "^2.9.4",
|
11 |
+
"gatsby-plugin-react-helmet": "^4.5.0",
|
12 |
"google-map-react": "^2.1.9",
|
13 |
"lodash.mergewith": "^4.6.2",
|
14 |
"prop-types": "^15.7.2",
|
16 |
"react-anchor-link-smooth-scroll": "^1.0.12",
|
17 |
"react-helmet": "^6.1.0",
|
18 |
"react-icons": "^4.2.0",
|
19 |
+
"react-inlinesvg": "^2.3.0",
|
20 |
+
"react-intersection-observer": "^8.32.0",
|
21 |
+
"react-modal": "^3.13.1",
|
22 |
"theme-ui": "^0.3.4"
|
23 |
}
|
24 |
}
|
@@ -2,6 +2,17 @@ import React from 'react'
|
|
2 |
import mergeWith from 'lodash.mergewith'
|
3 |
import { Text, Heading } from 'theme-ui'
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
const headings = ['h1', 'h2', 'h3', 'h4', 'h5', 'h6']
|
6 |
|
7 |
const ContentText = ({ as: CustomComponent, content, children, ...props }) => {
|
@@ -14,7 +25,7 @@ const ContentText = ({ as: CustomComponent, content, children, ...props }) => {
|
|
14 |
|
15 |
contentRest.mb = contentRest.space
|
16 |
|
17 |
-
const { variant, ...mergedProps } = mergeWith(
|
18 |
{},
|
19 |
props,
|
20 |
contentRest,
|
@@ -42,12 +53,19 @@ const ContentText = ({ as: CustomComponent, content, children, ...props }) => {
|
|
42 |
key={`item-${index}`}
|
43 |
variant={variant}
|
44 |
as={variant}
|
|
|
|
|
45 |
{...mergedProps}
|
46 |
>
|
47 |
{children || textWithSpecial || text}
|
48 |
</Heading>
|
49 |
) : (
|
50 |
-
<Text
|
|
|
|
|
|
|
|
|
|
|
51 |
{children || text}
|
52 |
</Text>
|
53 |
)
|
2 |
import mergeWith from 'lodash.mergewith'
|
3 |
import { Text, Heading } from 'theme-ui'
|
4 |
|
5 |
+
const gradient = {
|
6 |
+
background: t => `
|
7 |
+
linear-gradient(
|
8 |
+
125deg,
|
9 |
+
${t.colors.alpha} 32.5%,
|
10 |
+
${t.colors.alphaDarker} 50.5%)
|
11 |
+
`,
|
12 |
+
WebkitBackgroundClip: `text`,
|
13 |
+
WebkitTextFillColor: `transparent`
|
14 |
+
}
|
15 |
+
|
16 |
const headings = ['h1', 'h2', 'h3', 'h4', 'h5', 'h6']
|
17 |
|
18 |
const ContentText = ({ as: CustomComponent, content, children, ...props }) => {
|
25 |
|
26 |
contentRest.mb = contentRest.space
|
27 |
|
28 |
+
const { variant, color, ...mergedProps } = mergeWith(
|
29 |
{},
|
30 |
props,
|
31 |
contentRest,
|
53 |
key={`item-${index}`}
|
54 |
variant={variant}
|
55 |
as={variant}
|
56 |
+
color={color}
|
57 |
+
sx={color === 'gradient' ? gradient : {}}
|
58 |
{...mergedProps}
|
59 |
>
|
60 |
{children || textWithSpecial || text}
|
61 |
</Heading>
|
62 |
) : (
|
63 |
+
<Text
|
64 |
+
key={`item-${index}`}
|
65 |
+
variant={variant}
|
66 |
+
color={color}
|
67 |
+
{...mergedProps}
|
68 |
+
>
|
69 |
{children || text}
|
70 |
</Text>
|
71 |
)
|
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "@elegantstack/solid-ui-theme",
|
3 |
-
"version": "3.
|
4 |
"main": "index.js",
|
5 |
"private": true,
|
6 |
"author": "ElegantStack Team",
|
1 |
{
|
2 |
"name": "@elegantstack/solid-ui-theme",
|
3 |
+
"version": "3.1.0",
|
4 |
"main": "index.js",
|
5 |
"private": true,
|
6 |
"author": "ElegantStack Team",
|
@@ -6,9 +6,6 @@ const heading = {
|
|
6 |
}
|
7 |
|
8 |
export default {
|
9 |
-
heading: {
|
10 |
-
...heading
|
11 |
-
},
|
12 |
h1: {
|
13 |
...heading,
|
14 |
fontSize: [6, 7],
|
6 |
}
|
7 |
|
8 |
export default {
|
|
|
|
|
|
|
9 |
h1: {
|
10 |
...heading,
|
11 |
fontSize: [6, 7],
|
@@ -14,17 +14,7 @@ module.exports = options => {
|
|
14 |
},
|
15 |
'@elegantstack/solid-ui-layout',
|
16 |
'@elegantstack/solid-ui-components',
|
17 |
-
'@elegantstack/solid-ui-blocks'
|
18 |
-
{
|
19 |
-
resolve: '@elegantstack/gatsby-plugin-alias-imports',
|
20 |
-
options: {
|
21 |
-
alias: {
|
22 |
-
'@helpers': '@elegantstack/gatsby-common-helpers/src',
|
23 |
-
'@flexiblocks': '@elegantstack/gatsby-theme-flexiblocks/src'
|
24 |
-
},
|
25 |
-
extensions: ['js', 'jsx']
|
26 |
-
}
|
27 |
-
}
|
28 |
]
|
29 |
|
30 |
if (createDemoPages === true) {
|
14 |
},
|
15 |
'@elegantstack/solid-ui-layout',
|
16 |
'@elegantstack/solid-ui-components',
|
17 |
+
'@elegantstack/solid-ui-blocks'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
]
|
19 |
|
20 |
if (createDemoPages === true) {
|
@@ -1,23 +1,22 @@
|
|
1 |
{
|
2 |
"name": "@elegantstack/gatsby-theme-flexiblocks",
|
3 |
-
"version": "3.
|
4 |
"main": "index.js",
|
5 |
"private": true,
|
6 |
"author": "ElegantStack Team",
|
7 |
"license": "",
|
8 |
"dependencies": {
|
9 |
-
"@elegantstack/gatsby-blocks-core": "^3.
|
10 |
"@elegantstack/gatsby-blocks-helpers": "^2.0.0",
|
11 |
-
"@elegantstack/gatsby-common-helpers": "^3.0.
|
12 |
-
"@elegantstack/
|
13 |
-
"@elegantstack/solid-ui-
|
14 |
-
"@elegantstack/solid-ui-components": "^3.0.0",
|
15 |
"@elegantstack/solid-ui-layout": "^3.0.0",
|
16 |
-
"@elegantstack/solid-ui-theme": "^3.
|
17 |
-
"gatsby-plugin-page-creator": "^3.
|
18 |
},
|
19 |
"peerDependencies": {
|
20 |
-
"gatsby": "^3.
|
21 |
"react": "^17.0.2",
|
22 |
"react-dom": "^17.0.2"
|
23 |
}
|
1 |
{
|
2 |
"name": "@elegantstack/gatsby-theme-flexiblocks",
|
3 |
+
"version": "3.2.0",
|
4 |
"main": "index.js",
|
5 |
"private": true,
|
6 |
"author": "ElegantStack Team",
|
7 |
"license": "",
|
8 |
"dependencies": {
|
9 |
+
"@elegantstack/gatsby-blocks-core": "^3.2.0",
|
10 |
"@elegantstack/gatsby-blocks-helpers": "^2.0.0",
|
11 |
+
"@elegantstack/gatsby-common-helpers": "^3.0.2",
|
12 |
+
"@elegantstack/solid-ui-blocks": "^3.1.0",
|
13 |
+
"@elegantstack/solid-ui-components": "^3.1.0",
|
|
|
14 |
"@elegantstack/solid-ui-layout": "^3.0.0",
|
15 |
+
"@elegantstack/solid-ui-theme": "^3.1.0",
|
16 |
+
"gatsby-plugin-page-creator": "^3.5.0"
|
17 |
},
|
18 |
"peerDependencies": {
|
19 |
+
"gatsby": "^3.5.0",
|
20 |
"react": "^17.0.2",
|
21 |
"react-dom": "^17.0.2"
|
22 |
}
|
@@ -2,109 +2,109 @@
|
|
2 |
# yarn lockfile v1
|
3 |
|
4 |
|
5 |
-
"@algolia/cache-browser-local-storage@4.
|
6 |
-
version "4.
|
7 |
-
resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.
|
8 |
-
integrity sha512-
|
9 |
-
dependencies:
|
10 |
-
"@algolia/cache-common" "4.
|
11 |
-
|
12 |
-
"@algolia/cache-common@4.
|
13 |
-
version "4.
|
14 |
-
resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.
|
15 |
-
integrity sha512-
|
16 |
-
|
17 |
-
"@algolia/cache-in-memory@4.
|
18 |
-
version "4.
|
19 |
-
resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.
|
20 |
-
integrity sha512-
|
21 |
-
dependencies:
|
22 |
-
"@algolia/cache-common" "4.
|
23 |
-
|
24 |
-
"@algolia/client-account@4.
|
25 |
-
version "4.
|
26 |
-
resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.
|
27 |
-
integrity sha512-
|
28 |
-
dependencies:
|
29 |
-
"@algolia/client-common" "4.
|
30 |
-
"@algolia/client-search" "4.
|
31 |
-
"@algolia/transporter" "4.
|
32 |
-
|
33 |
-
"@algolia/client-analytics@4.
|
34 |
-
version "4.
|
35 |
-
resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.
|
36 |
-
integrity sha512
|
37 |
-
dependencies:
|
38 |
-
"@algolia/client-common" "4.
|
39 |
-
"@algolia/client-search" "4.
|
40 |
-
"@algolia/requester-common" "4.
|
41 |
-
"@algolia/transporter" "4.
|
42 |
-
|
43 |
-
"@algolia/client-common@4.
|
44 |
-
version "4.
|
45 |
-
resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.
|
46 |
-
integrity sha512-
|
47 |
-
dependencies:
|
48 |
-
"@algolia/requester-common" "4.
|
49 |
-
"@algolia/transporter" "4.
|
50 |
-
|
51 |
-
"@algolia/client-recommendation@4.
|
52 |
-
version "4.
|
53 |
-
resolved "https://registry.yarnpkg.com/@algolia/client-recommendation/-/client-recommendation-4.
|
54 |
-
integrity sha512-
|
55 |
-
dependencies:
|
56 |
-
"@algolia/client-common" "4.
|
57 |
-
"@algolia/requester-common" "4.
|
58 |
-
"@algolia/transporter" "4.
|
59 |
-
|
60 |
-
"@algolia/client-search@4.
|
61 |
-
version "4.
|
62 |
-
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.
|
63 |
-
integrity sha512-
|
64 |
-
dependencies:
|
65 |
-
"@algolia/client-common" "4.
|
66 |
-
"@algolia/requester-common" "4.
|
67 |
-
"@algolia/transporter" "4.
|
68 |
-
|
69 |
-
"@algolia/logger-common@4.
|
70 |
-
version "4.
|
71 |
-
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.
|
72 |
-
integrity sha512-
|
73 |
-
|
74 |
-
"@algolia/logger-console@4.
|
75 |
-
version "4.
|
76 |
-
resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.
|
77 |
-
integrity sha512-
|
78 |
-
dependencies:
|
79 |
-
"@algolia/logger-common" "4.
|
80 |
-
|
81 |
-
"@algolia/requester-browser-xhr@4.
|
82 |
-
version "4.
|
83 |
-
resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.
|
84 |
-
integrity sha512-
|
85 |
-
dependencies:
|
86 |
-
"@algolia/requester-common" "4.
|
87 |
-
|
88 |
-
"@algolia/requester-common@4.
|
89 |
-
version "4.
|
90 |
-
resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.
|
91 |
-
integrity sha512-
|
92 |
-
|
93 |
-
"@algolia/requester-node-http@4.
|
94 |
-
version "4.
|
95 |
-
resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.
|
96 |
-
integrity sha512-
|
97 |
-
dependencies:
|
98 |
-
"@algolia/requester-common" "4.
|
99 |
-
|
100 |
-
"@algolia/transporter@4.
|
101 |
-
version "4.
|
102 |
-
resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.
|
103 |
-
integrity sha512-
|
104 |
-
dependencies:
|
105 |
-
"@algolia/cache-common" "4.
|
106 |
-
"@algolia/logger-common" "4.
|
107 |
-
"@algolia/requester-common" "4.
|
108 |
|
109 |
"@ardatan/aggregate-error@0.0.6":
|
110 |
version "0.0.6"
|
@@ -2563,10 +2563,10 @@
|
|
2563 |
dependencies:
|
2564 |
"@babel/plugin-syntax-dynamic-import" "^7.7.4"
|
2565 |
|
2566 |
-
"@loadable/component@^5.
|
2567 |
-
version "5.
|
2568 |
-
resolved "https://registry.yarnpkg.com/@loadable/component/-/component-5.
|
2569 |
-
integrity sha512-
|
2570 |
dependencies:
|
2571 |
"@babel/runtime" "^7.7.7"
|
2572 |
hoist-non-react-statics "^3.3.1"
|
@@ -2670,14 +2670,6 @@
|
|
2670 |
"@nodelib/fs.scandir" "2.1.4"
|
2671 |
fastq "^1.6.0"
|
2672 |
|
2673 |
-
"@npmcli/move-file@^1.0.1":
|
2674 |
-
version "1.1.2"
|
2675 |
-
resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-1.1.2.tgz#1a82c3e372f7cae9253eb66d72543d6b8685c674"
|
2676 |
-
integrity sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==
|
2677 |
-
dependencies:
|
2678 |
-
mkdirp "^1.0.4"
|
2679 |
-
rimraf "^3.0.2"
|
2680 |
-
|
2681 |
"@octokit/auth-token@^2.4.0":
|
2682 |
version "2.4.5"
|
2683 |
resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-2.4.5.tgz#568ccfb8cb46f36441fac094ce34f7a875b197f3"
|
@@ -2863,10 +2855,10 @@
|
|
2863 |
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-2.1.1.tgz#ceff6a28a5b4867c2dd4a1ba513de278ccbe8bb1"
|
2864 |
integrity sha512-/aPsuoj/1Dw/kzhkgz+ES6TxG0zfTMGLwuK2ZG00k/iJzYHTLCE8mVU8EPqEOp/lmxPoq1C1C9RYToRKb2KEfg==
|
2865 |
|
2866 |
-
"@sindresorhus/slugify@^1.1.
|
2867 |
-
version "1.1.
|
2868 |
-
resolved "https://registry.yarnpkg.com/@sindresorhus/slugify/-/slugify-1.1.
|
2869 |
-
integrity sha512-
|
2870 |
dependencies:
|
2871 |
"@sindresorhus/transliterate" "^0.1.1"
|
2872 |
escape-string-regexp "^4.0.0"
|
@@ -3068,6 +3060,11 @@
|
|
3068 |
resolved "https://registry.yarnpkg.com/@tokenizer/token/-/token-0.1.1.tgz#f0d92c12f87079ddfd1b29f614758b9696bc29e3"
|
3069 |
integrity sha512-XO6INPbZCxdprl+9qa/AAbFFOMzzwqYxpjPgLICrMD6C2FCw6qfJOPcBk6JqqPLSaZ/Qx87qn4rpPmPMwaAK6w==
|
3070 |
|
|
|
|
|
|
|
|
|
|
|
3071 |
"@turist/fetch@^7.1.7":
|
3072 |
version "7.1.7"
|
3073 |
resolved "https://registry.yarnpkg.com/@turist/fetch/-/fetch-7.1.7.tgz#a2b1f7ec0265e6fe0946c51eef34bad9b9efc865"
|
@@ -3141,11 +3138,16 @@
|
|
3141 |
"@types/estree" "*"
|
3142 |
"@types/json-schema" "*"
|
3143 |
|
3144 |
-
"@types/estree@*"
|
3145 |
version "0.0.46"
|
3146 |
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.46.tgz#0fb6bfbbeabd7a30880504993369c4bf1deab1fe"
|
3147 |
integrity sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg==
|
3148 |
|
|
|
|
|
|
|
|
|
|
|
3149 |
"@types/events@*":
|
3150 |
version "3.0.0"
|
3151 |
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
|
@@ -3636,11 +3638,16 @@ acorn@^7.4.0:
|
|
3636 |
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
|
3637 |
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
|
3638 |
|
3639 |
-
acorn@^8.0.0
|
3640 |
version "8.1.0"
|
3641 |
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.1.0.tgz#52311fd7037ae119cbb134309e901aa46295b3fe"
|
3642 |
integrity sha512-LWCF/Wn0nfHOmJ9rzQApGnxnvgfROzGilS8936rqN/lfcYkY9MYZzdMqN+2NJ4SlTc+m5HiSa+kNfDtI64dwUA==
|
3643 |
|
|
|
|
|
|
|
|
|
|
|
3644 |
add-px-to-style@1.0.0:
|
3645 |
version "1.0.0"
|
3646 |
resolved "https://registry.yarnpkg.com/add-px-to-style/-/add-px-to-style-1.0.0.tgz#d0c135441fa8014a8137904531096f67f28f263a"
|
@@ -3743,27 +3750,27 @@ algoliasearch@^3.24.5:
|
|
3743 |
semver "^5.1.0"
|
3744 |
tunnel-agent "^0.6.0"
|
3745 |
|
3746 |
-
algoliasearch@^4.
|
3747 |
-
version "4.
|
3748 |
-
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.
|
3749 |
-
integrity sha512-
|
3750 |
-
dependencies:
|
3751 |
-
"@algolia/cache-browser-local-storage" "4.
|
3752 |
-
"@algolia/cache-common" "4.
|
3753 |
-
"@algolia/cache-in-memory" "4.
|
3754 |
-
"@algolia/client-account" "4.
|
3755 |
-
"@algolia/client-analytics" "4.
|
3756 |
-
"@algolia/client-common" "4.
|
3757 |
-
"@algolia/client-recommendation" "4.
|
3758 |
-
"@algolia/client-search" "4.
|
3759 |
-
"@algolia/logger-common" "4.
|
3760 |
-
"@algolia/logger-console" "4.
|
3761 |
-
"@algolia/requester-browser-xhr" "4.
|
3762 |
-
"@algolia/requester-common" "4.
|
3763 |
-
"@algolia/requester-node-http" "4.
|
3764 |
-
"@algolia/transporter" "4.
|
3765 |
-
|
3766 |
-
alphanum-sort@^1.0.
|
3767 |
version "1.0.2"
|
3768 |
resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"
|
3769 |
integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=
|
@@ -3872,6 +3879,11 @@ anymatch@~3.1.1:
|
|
3872 |
normalize-path "^3.0.0"
|
3873 |
picomatch "^2.0.4"
|
3874 |
|
|
|
|
|
|
|
|
|
|
|
3875 |
application-config-path@^0.1.0:
|
3876 |
version "0.1.0"
|
3877 |
resolved "https://registry.yarnpkg.com/application-config-path/-/application-config-path-0.1.0.tgz#193c5f0a86541a4c66fba1e2dc38583362ea5e8f"
|
@@ -3947,6 +3959,11 @@ array-differ@^2.0.3:
|
|
3947 |
resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-2.1.0.tgz#4b9c1c3f14b906757082925769e8ab904f4801b1"
|
3948 |
integrity sha512-KbUpJgx909ZscOc/7CLATBFam7P1Z1QRQInvgT0UztM9Q72aGKCunKASAl7WNW0tnPmPyEMeMhdsfWhfmW037w==
|
3949 |
|
|
|
|
|
|
|
|
|
|
|
3950 |
array-find-index@^1.0.1:
|
3951 |
version "1.0.2"
|
3952 |
resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
|
@@ -3962,17 +3979,12 @@ array-flatten@^2.1.0:
|
|
3962 |
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099"
|
3963 |
integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==
|
3964 |
|
3965 |
-
array-flatten@^3.0.0:
|
3966 |
-
version "3.0.0"
|
3967 |
-
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-3.0.0.tgz#6428ca2ee52c7b823192ec600fa3ed2f157cd541"
|
3968 |
-
integrity sha512-zPMVc3ZYlGLNk4mpK1NzP2wg0ml9t7fUgDsayR5Y5rSzxQilzR9FGu/EH2jQOcKSAeAfWeylyW8juy3OkWRvNA==
|
3969 |
-
|
3970 |
array-ify@^1.0.0:
|
3971 |
version "1.0.0"
|
3972 |
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
|
3973 |
integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
|
3974 |
|
3975 |
-
array-includes@^3.1.1, array-includes@^3.1.2:
|
3976 |
version "3.1.3"
|
3977 |
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.3.tgz#c7f619b382ad2afaf5326cddfdc0afc61af7690a"
|
3978 |
integrity sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==
|
@@ -4019,7 +4031,7 @@ array.prototype.flat@^1.2.3:
|
|
4019 |
define-properties "^1.1.3"
|
4020 |
es-abstract "^1.18.0-next.1"
|
4021 |
|
4022 |
-
array.prototype.flatmap@^1.2.
|
4023 |
version "1.2.4"
|
4024 |
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz#94cfd47cc1556ec0747d97f7c7738c58122004c9"
|
4025 |
integrity sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q==
|
@@ -4142,6 +4154,13 @@ autoprefixer@^10.2.4:
|
|
4142 |
normalize-range "^0.1.2"
|
4143 |
postcss-value-parser "^4.1.0"
|
4144 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4145 |
aws-sign2@~0.7.0:
|
4146 |
version "0.7.0"
|
4147 |
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
|
@@ -4271,10 +4290,10 @@ babel-plugin-polyfill-regenerator@^0.1.2:
|
|
4271 |
dependencies:
|
4272 |
"@babel/helper-define-polyfill-provider" "^0.1.5"
|
4273 |
|
4274 |
-
babel-plugin-remove-graphql-queries@^3.
|
4275 |
-
version "3.
|
4276 |
-
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.
|
4277 |
-
integrity sha512-
|
4278 |
|
4279 |
babel-plugin-syntax-jsx@^6.18.0:
|
4280 |
version "6.18.0"
|
@@ -4286,10 +4305,10 @@ babel-plugin-transform-react-remove-prop-types@^0.4.24:
|
|
4286 |
resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a"
|
4287 |
integrity sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==
|
4288 |
|
4289 |
-
babel-preset-gatsby@^1.
|
4290 |
-
version "1.
|
4291 |
-
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-1.
|
4292 |
-
integrity sha512-
|
4293 |
dependencies:
|
4294 |
"@babel/plugin-proposal-class-properties" "^7.12.1"
|
4295 |
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1"
|
@@ -4304,8 +4323,8 @@ babel-preset-gatsby@^1.1.0:
|
|
4304 |
babel-plugin-dynamic-import-node "^2.3.3"
|
4305 |
babel-plugin-macros "^2.8.0"
|
4306 |
babel-plugin-transform-react-remove-prop-types "^0.4.24"
|
4307 |
-
gatsby-core-utils "^2.
|
4308 |
-
gatsby-legacy-polyfills "^1.
|
4309 |
|
4310 |
babel-runtime@^6.26.0:
|
4311 |
version "6.26.0"
|
@@ -4611,6 +4630,17 @@ browserslist@^4.0.0, browserslist@^4.12.2, browserslist@^4.14.5, browserslist@^4
|
|
4611 |
escalade "^3.1.1"
|
4612 |
node-releases "^1.1.70"
|
4613 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4614 |
btoa-lite@^1.0.0:
|
4615 |
version "1.0.0"
|
4616 |
resolved "https://registry.yarnpkg.com/btoa-lite/-/btoa-lite-1.0.0.tgz#337766da15801210fdd956c22e9c6891ab9d0337"
|
@@ -4667,6 +4697,14 @@ builtins@^1.0.3:
|
|
4667 |
resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
|
4668 |
integrity sha1-y5T662HIaWRR2zZTThQi+U8K7og=
|
4669 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4670 |
busboy@^0.3.1:
|
4671 |
version "0.3.1"
|
4672 |
resolved "https://registry.yarnpkg.com/busboy/-/busboy-0.3.1.tgz#170899274c5bf38aae27d5c62b71268cd585fd1b"
|
@@ -4715,29 +4753,6 @@ cacache@^12.0.0, cacache@^12.0.3:
|
|
4715 |
unique-filename "^1.1.1"
|
4716 |
y18n "^4.0.0"
|
4717 |
|
4718 |
-
cacache@^15.0.5:
|
4719 |
-
version "15.0.5"
|
4720 |
-
resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.0.5.tgz#69162833da29170d6732334643c60e005f5f17d0"
|
4721 |
-
integrity sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A==
|
4722 |
-
dependencies:
|
4723 |
-
"@npmcli/move-file" "^1.0.1"
|
4724 |
-
chownr "^2.0.0"
|
4725 |
-
fs-minipass "^2.0.0"
|
4726 |
-
glob "^7.1.4"
|
4727 |
-
infer-owner "^1.0.4"
|
4728 |
-
lru-cache "^6.0.0"
|
4729 |
-
minipass "^3.1.1"
|
4730 |
-
minipass-collect "^1.0.2"
|
4731 |
-
minipass-flush "^1.0.5"
|
4732 |
-
minipass-pipeline "^1.2.2"
|
4733 |
-
mkdirp "^1.0.3"
|
4734 |
-
p-map "^4.0.0"
|
4735 |
-
promise-inflight "^1.0.1"
|
4736 |
-
rimraf "^3.0.2"
|
4737 |
-
ssri "^8.0.0"
|
4738 |
-
tar "^6.0.2"
|
4739 |
-
unique-filename "^1.1.1"
|
4740 |
-
|
4741 |
cache-base@^1.0.1:
|
4742 |
version "1.0.1"
|
4743 |
resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2"
|
@@ -4936,6 +4951,11 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001181, can
|
|
4936 |
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001203.tgz#a7a34df21a387d9deffcd56c000b8cf5ab540580"
|
4937 |
integrity sha512-/I9tvnzU/PHMH7wBPrfDMSuecDeUKerjCPX7D0xBbaJZPxoT9m+yYxt0zCTkcijCkjTdim3H56Zm0i5Adxch4w==
|
4938 |
|
|
|
|
|
|
|
|
|
|
|
4939 |
caseless@~0.12.0:
|
4940 |
version "0.12.0"
|
4941 |
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
|
@@ -4956,7 +4976,7 @@ ccount@^1.0.0:
|
|
4956 |
resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.1.0.tgz#246687debb6014735131be8abab2d93898f8d043"
|
4957 |
integrity sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==
|
4958 |
|
4959 |
-
chalk@2.4.2, chalk@^2.0
|
4960 |
version "2.4.2"
|
4961 |
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
4962 |
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
@@ -4984,6 +5004,14 @@ chalk@^3.0.0:
|
|
4984 |
ansi-styles "^4.1.0"
|
4985 |
supports-color "^7.1.0"
|
4986 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4987 |
chalk@^4.0.0, chalk@^4.1.0:
|
4988 |
version "4.1.0"
|
4989 |
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
|
@@ -5052,6 +5080,17 @@ cheerio-select-tmp@^0.1.0:
|
|
5052 |
domhandler "^4.0.0"
|
5053 |
domutils "^2.4.4"
|
5054 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5055 |
cheerio@^0.22.0:
|
5056 |
version "0.22.0"
|
5057 |
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-0.22.0.tgz#a9baa860a3f9b595a6b81b1a86873121ed3a269e"
|
@@ -5087,6 +5126,19 @@ cheerio@^1.0.0-rc.3:
|
|
5087 |
parse5 "^6.0.0"
|
5088 |
parse5-htmlparser2-tree-adapter "^6.0.0"
|
5089 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5090 |
chokidar@^2.1.8:
|
5091 |
version "2.1.8"
|
5092 |
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
|
@@ -5126,11 +5178,6 @@ chownr@^1.1.1, chownr@^1.1.2:
|
|
5126 |
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
|
5127 |
integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==
|
5128 |
|
5129 |
-
chownr@^2.0.0:
|
5130 |
-
version "2.0.0"
|
5131 |
-
resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece"
|
5132 |
-
integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
|
5133 |
-
|
5134 |
chrome-trace-event@^1.0.2:
|
5135 |
version "1.0.2"
|
5136 |
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz#234090ee97c7d4ad1a2c4beae27505deffc608a4"
|
@@ -5320,7 +5367,7 @@ color-string@^1.5.4:
|
|
5320 |
color-name "^1.0.0"
|
5321 |
simple-swizzle "^0.2.2"
|
5322 |
|
5323 |
-
color@^3.
|
5324 |
version "3.1.3"
|
5325 |
resolved "https://registry.yarnpkg.com/color/-/color-3.1.3.tgz#ca67fb4e7b97d611dcde39eceed422067d91596e"
|
5326 |
integrity sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ==
|
@@ -5363,6 +5410,11 @@ commander@^2.20.0, commander@^2.20.3, commander@^2.8.1:
|
|
5363 |
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
|
5364 |
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
|
5365 |
|
|
|
|
|
|
|
|
|
|
|
5366 |
common-tags@^1.8.0:
|
5367 |
version "1.8.0"
|
5368 |
resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.0.tgz#8e3153e542d4a39e9b10554434afaaf98956a937"
|
@@ -5420,7 +5472,7 @@ concat-map@0.0.1:
|
|
5420 |
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
|
5421 |
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
|
5422 |
|
5423 |
-
concat-stream@^1.5.0:
|
5424 |
version "1.6.2"
|
5425 |
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34"
|
5426 |
integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==
|
@@ -5651,7 +5703,7 @@ cookie@0.4.0:
|
|
5651 |
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba"
|
5652 |
integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==
|
5653 |
|
5654 |
-
cookie@~0.4.1:
|
5655 |
version "0.4.1"
|
5656 |
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.1.tgz#afd713fe26ebd21ba95ceb61f9a8116e50a537d1"
|
5657 |
integrity sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==
|
@@ -5748,7 +5800,7 @@ cosmiconfig@6.0.0, cosmiconfig@^6.0.0:
|
|
5748 |
path-type "^4.0.0"
|
5749 |
yaml "^1.7.2"
|
5750 |
|
5751 |
-
cosmiconfig@^5.
|
5752 |
version "5.2.1"
|
5753 |
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
|
5754 |
integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
|
@@ -5769,10 +5821,10 @@ cosmiconfig@^7.0.0:
|
|
5769 |
path-type "^4.0.0"
|
5770 |
yaml "^1.10.0"
|
5771 |
|
5772 |
-
create-gatsby@^1.
|
5773 |
-
version "1.
|
5774 |
-
resolved "https://registry.yarnpkg.com/create-gatsby/-/create-gatsby-1.
|
5775 |
-
integrity sha512-
|
5776 |
|
5777 |
create-require@^1.1.0:
|
5778 |
version "1.1.1"
|
@@ -5820,17 +5872,21 @@ crypto-random-string@^2.0.0:
|
|
5820 |
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5"
|
5821 |
integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==
|
5822 |
|
5823 |
-
css-color-names
|
5824 |
version "0.0.4"
|
5825 |
resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0"
|
5826 |
integrity sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=
|
5827 |
|
5828 |
-
css-
|
5829 |
-
version "
|
5830 |
-
resolved "https://registry.yarnpkg.com/css-
|
5831 |
-
integrity sha512
|
|
|
|
|
|
|
|
|
|
|
5832 |
dependencies:
|
5833 |
-
postcss "^7.0.1"
|
5834 |
timsort "^0.3.0"
|
5835 |
|
5836 |
css-loader@^5.0.1:
|
@@ -5851,20 +5907,18 @@ css-loader@^5.0.1:
|
|
5851 |
schema-utils "^3.0.0"
|
5852 |
semver "^7.3.4"
|
5853 |
|
5854 |
-
css-minimizer-webpack-plugin@^
|
5855 |
-
version "
|
5856 |
-
resolved "https://registry.yarnpkg.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-
|
5857 |
-
integrity sha512-
|
5858 |
dependencies:
|
5859 |
-
|
5860 |
-
cssnano "^4.1.10"
|
5861 |
-
find-cache-dir "^3.3.1"
|
5862 |
jest-worker "^26.3.0"
|
5863 |
p-limit "^3.0.2"
|
|
|
5864 |
schema-utils "^3.0.0"
|
5865 |
serialize-javascript "^5.0.1"
|
5866 |
source-map "^0.6.1"
|
5867 |
-
webpack-sources "^1.4.3"
|
5868 |
|
5869 |
css-select-base-adapter@^0.1.1:
|
5870 |
version "0.1.1"
|
@@ -5892,6 +5946,17 @@ css-select@^3.1.2:
|
|
5892 |
domutils "^2.4.3"
|
5893 |
nth-check "^2.0.0"
|
5894 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5895 |
css-select@~1.2.0:
|
5896 |
version "1.2.0"
|
5897 |
resolved "https://registry.yarnpkg.com/css-select/-/css-select-1.2.0.tgz#2b3a110539c5355f1cd8d314623e870b121ec858"
|
@@ -5902,7 +5967,7 @@ css-select@~1.2.0:
|
|
5902 |
domutils "1.5.1"
|
5903 |
nth-check "~1.0.1"
|
5904 |
|
5905 |
-
css-selector-parser@^1.
|
5906 |
version "1.4.1"
|
5907 |
resolved "https://registry.yarnpkg.com/css-selector-parser/-/css-selector-parser-1.4.1.tgz#03f9cb8a81c3e5ab2c51684557d5aaf6d2569759"
|
5908 |
integrity sha512-HYPSb7y/Z7BNDCOrakL4raGO2zltZkbeXyAd6Tg9obzix6QhzxCotdBl6VT0Dv4vZfJGVz3WL/xaEI9Ly3ul0g==
|
@@ -5938,6 +6003,11 @@ css-what@^4.0.0:
|
|
5938 |
resolved "https://registry.yarnpkg.com/css-what/-/css-what-4.0.0.tgz#35e73761cab2eeb3d3661126b23d7aa0e8432233"
|
5939 |
integrity sha512-teijzG7kwYfNVsUh2H/YN62xW3KK9YhXEgSlbxMlcyjPNvdKJqFx5lrwlJgoFP1ZHlB89iGDlo/JyshKeRhv5A==
|
5940 |
|
|
|
|
|
|
|
|
|
|
|
5941 |
css.escape@^1.5.1:
|
5942 |
version "1.5.1"
|
5943 |
resolved "https://registry.yarnpkg.com/css.escape/-/css.escape-1.5.1.tgz#42e27d4fa04ae32f931a4b4d4191fa9cddee97cb"
|
@@ -5953,75 +6023,56 @@ cssfilter@0.0.10:
|
|
5953 |
resolved "https://registry.yarnpkg.com/cssfilter/-/cssfilter-0.0.10.tgz#c6d2672632a2e5c83e013e6864a42ce8defd20ae"
|
5954 |
integrity sha1-xtJnJjKi5cg+AT5oZKQs6N79IK4=
|
5955 |
|
5956 |
-
cssnano-preset-default@^
|
5957 |
-
version "
|
5958 |
-
resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-
|
5959 |
-
integrity sha512-
|
5960 |
-
dependencies:
|
5961 |
-
css-declaration-sorter "
|
5962 |
-
cssnano-
|
5963 |
-
postcss "^
|
5964 |
-
postcss-
|
5965 |
-
postcss-
|
5966 |
-
postcss-
|
5967 |
-
postcss-discard-
|
5968 |
-
postcss-discard-
|
5969 |
-
postcss-discard-
|
5970 |
-
postcss-
|
5971 |
-
postcss-merge-
|
5972 |
-
postcss-
|
5973 |
-
postcss-minify-
|
5974 |
-
postcss-minify-
|
5975 |
-
postcss-minify-
|
5976 |
-
postcss-
|
5977 |
-
postcss-normalize-
|
5978 |
-
postcss-normalize-
|
5979 |
-
postcss-normalize-
|
5980 |
-
postcss-normalize-
|
5981 |
-
postcss-normalize-
|
5982 |
-
postcss-normalize-
|
5983 |
-
postcss-normalize-
|
5984 |
-
postcss-normalize-
|
5985 |
-
postcss-
|
5986 |
-
postcss-
|
5987 |
-
postcss-reduce-
|
5988 |
-
postcss-
|
5989 |
-
postcss-
|
5990 |
-
|
5991 |
-
|
5992 |
-
|
5993 |
-
|
5994 |
-
|
5995 |
-
integrity sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8=
|
5996 |
-
|
5997 |
-
cssnano-util-get-match@^4.0.0:
|
5998 |
-
version "4.0.0"
|
5999 |
-
resolved "https://registry.yarnpkg.com/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz#c0e4ca07f5386bb17ec5e52250b4f5961365156d"
|
6000 |
-
integrity sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0=
|
6001 |
-
|
6002 |
-
cssnano-util-raw-cache@^4.0.1:
|
6003 |
-
version "4.0.1"
|
6004 |
-
resolved "https://registry.yarnpkg.com/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz#b26d5fd5f72a11dfe7a7846fb4c67260f96bf282"
|
6005 |
-
integrity sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==
|
6006 |
-
dependencies:
|
6007 |
-
postcss "^7.0.0"
|
6008 |
-
|
6009 |
-
cssnano-util-same-parent@^4.0.0:
|
6010 |
-
version "4.0.1"
|
6011 |
-
resolved "https://registry.yarnpkg.com/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz#574082fb2859d2db433855835d9a8456ea18bbf3"
|
6012 |
-
integrity sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q==
|
6013 |
|
6014 |
-
cssnano@^
|
6015 |
-
version "
|
6016 |
-
resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-
|
6017 |
-
integrity sha512-
|
6018 |
dependencies:
|
6019 |
-
cosmiconfig "^
|
6020 |
-
cssnano-preset-default "^
|
6021 |
-
is-resolvable "^1.
|
6022 |
-
postcss "^7.0.0"
|
6023 |
|
6024 |
-
csso@^4.0.2:
|
6025 |
version "4.2.0"
|
6026 |
resolved "https://registry.yarnpkg.com/csso/-/csso-4.2.0.tgz#ea3a561346e8dc9f546d6febedd50187cf389529"
|
6027 |
integrity sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==
|
@@ -6169,13 +6220,6 @@ decompress-response@^5.0.0:
|
|
6169 |
dependencies:
|
6170 |
mimic-response "^2.0.0"
|
6171 |
|
6172 |
-
decompress-response@^6.0.0:
|
6173 |
-
version "6.0.0"
|
6174 |
-
resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-6.0.0.tgz#ca387612ddb7e104bd16d85aab00d5ecf09c66fc"
|
6175 |
-
integrity sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==
|
6176 |
-
dependencies:
|
6177 |
-
mimic-response "^3.1.0"
|
6178 |
-
|
6179 |
decompress-tar@^4.0.0, decompress-tar@^4.1.0, decompress-tar@^4.1.1:
|
6180 |
version "4.1.1"
|
6181 |
resolved "https://registry.yarnpkg.com/decompress-tar/-/decompress-tar-4.1.1.tgz#718cbd3fcb16209716e70a26b84e7ba4592e5af1"
|
@@ -6251,6 +6295,27 @@ deep-equal@^1.0.1:
|
|
6251 |
object-keys "^1.1.1"
|
6252 |
regexp.prototype.flags "^1.2.0"
|
6253 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6254 |
deep-extend@^0.6.0:
|
6255 |
version "0.6.0"
|
6256 |
resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
|
@@ -6261,7 +6326,7 @@ deep-is@^0.1.3:
|
|
6261 |
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
|
6262 |
integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
|
6263 |
|
6264 |
-
deepmerge@^4.0.0, deepmerge@^4.2.2:
|
6265 |
version "4.2.2"
|
6266 |
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955"
|
6267 |
integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==
|
@@ -6454,6 +6519,14 @@ dezalgo@^1.0.0:
|
|
6454 |
asap "^2.0.0"
|
6455 |
wrappy "1"
|
6456 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6457 |
dicer@0.3.0:
|
6458 |
version "0.3.0"
|
6459 |
resolved "https://registry.yarnpkg.com/dicer/-/dicer-0.3.0.tgz#eacd98b3bfbf92e8ab5c2fdb71aaac44bb06b872"
|
@@ -6560,6 +6633,15 @@ dom-serializer@^1.0.1, dom-serializer@~1.2.0:
|
|
6560 |
domhandler "^4.0.0"
|
6561 |
entities "^2.0.0"
|
6562 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6563 |
dom-serializer@~0.1.0:
|
6564 |
version "0.1.1"
|
6565 |
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.1.tgz#1ec4059e284babed36eec2941d4a970a189ce7c0"
|
@@ -6583,6 +6665,11 @@ domelementtype@^2.0.1, domelementtype@^2.1.0:
|
|
6583 |
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.1.0.tgz#a851c080a6d1c3d94344aed151d99f669edf585e"
|
6584 |
integrity sha512-LsTgx/L5VpD+Q8lmsXSHW2WpA+eBlZ9HPf3erD1IoPF00/3JKHZ3BknUVA2QGDNu69ZNmyFmCWBSO45XjYKC5w==
|
6585 |
|
|
|
|
|
|
|
|
|
|
|
6586 |
domhandler@^2.3.0:
|
6587 |
version "2.4.2"
|
6588 |
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-2.4.2.tgz#8805097e933d65e85546f726d60f5eb88b44f803"
|
@@ -6597,6 +6684,13 @@ domhandler@^4.0.0:
|
|
6597 |
dependencies:
|
6598 |
domelementtype "^2.1.0"
|
6599 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6600 |
domutils@1.5.1:
|
6601 |
version "1.5.1"
|
6602 |
resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.5.1.tgz#dcd8488a26f563d61079e48c9f7b7e32373682cf"
|
@@ -6622,6 +6716,15 @@ domutils@^2.4.3, domutils@^2.4.4:
|
|
6622 |
domelementtype "^2.0.1"
|
6623 |
domhandler "^4.0.0"
|
6624 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6625 |
dot-case@^2.1.0:
|
6626 |
version "2.1.1"
|
6627 |
resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-2.1.1.tgz#34dcf37f50a8e93c2b3bca8bb7fb9155c7da3bee"
|
@@ -6648,6 +6751,11 @@ dotenv@^8.2.0:
|
|
6648 |
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
|
6649 |
integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==
|
6650 |
|
|
|
|
|
|
|
|
|
|
|
6651 |
download@^6.2.2:
|
6652 |
version "6.2.5"
|
6653 |
resolved "https://registry.yarnpkg.com/download/-/download-6.2.5.tgz#acd6a542e4cd0bb42ca70cfc98c9e43b07039714"
|
@@ -6721,6 +6829,11 @@ electron-to-chromium@^1.3.564, electron-to-chromium@^1.3.649:
|
|
6721 |
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.693.tgz#5089c506a925c31f93fcb173a003a22e341115dd"
|
6722 |
integrity sha512-vUdsE8yyeu30RecppQtI+XTz2++LWLVEIYmzeCaCRLSdtKZ2eXqdJcrs85KwLiPOPVc6PELgWyXBsfqIvzGZag==
|
6723 |
|
|
|
|
|
|
|
|
|
|
|
6724 |
email-validator@^2.0.4:
|
6725 |
version "2.0.4"
|
6726 |
resolved "https://registry.yarnpkg.com/email-validator/-/email-validator-2.0.4.tgz#b8dfaa5d0dae28f1b03c95881d904d4e40bfe7ed"
|
@@ -6806,10 +6919,10 @@ engine.io@~4.1.0:
|
|
6806 |
engine.io-parser "~4.0.0"
|
6807 |
ws "~7.4.2"
|
6808 |
|
6809 |
-
enhanced-resolve@^5.
|
6810 |
-
version "5.
|
6811 |
-
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.
|
6812 |
-
integrity sha512-
|
6813 |
dependencies:
|
6814 |
graceful-fs "^4.2.4"
|
6815 |
tapable "^2.2.0"
|
@@ -6912,6 +7025,20 @@ es-abstract@^1.17.2, es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2:
|
|
6912 |
string.prototype.trimstart "^1.0.4"
|
6913 |
unbox-primitive "^1.0.0"
|
6914 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6915 |
es-module-lexer@^0.4.0:
|
6916 |
version "0.4.1"
|
6917 |
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.4.1.tgz#dda8c6a14d8f340a24e34331e0fab0cb50438e0e"
|
@@ -7086,22 +7213,23 @@ eslint-plugin-react-hooks@^4.2.0:
|
|
7086 |
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
|
7087 |
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
|
7088 |
|
7089 |
-
eslint-plugin-react@^7.
|
7090 |
-
version "7.
|
7091 |
-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.
|
7092 |
-
integrity sha512-
|
7093 |
dependencies:
|
7094 |
-
array-includes "^3.1.
|
7095 |
-
array.prototype.flatmap "^1.2.
|
7096 |
doctrine "^2.1.0"
|
7097 |
has "^1.0.3"
|
7098 |
jsx-ast-utils "^2.4.1 || ^3.0.0"
|
7099 |
-
|
7100 |
-
object.
|
7101 |
-
object.
|
|
|
7102 |
prop-types "^15.7.2"
|
7103 |
-
resolve "^
|
7104 |
-
string.prototype.matchall "^4.0.
|
7105 |
|
7106 |
eslint-scope@5.1.0:
|
7107 |
version "5.1.0"
|
@@ -7136,15 +7264,16 @@ eslint-visitor-keys@^2.0.0:
|
|
7136 |
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
|
7137 |
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
|
7138 |
|
7139 |
-
eslint-webpack-plugin@^2.5.
|
7140 |
-
version "2.5.
|
7141 |
-
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.
|
7142 |
-
integrity sha512-
|
7143 |
dependencies:
|
7144 |
"@types/eslint" "^7.2.6"
|
7145 |
arrify "^2.0.1"
|
7146 |
jest-worker "^26.6.2"
|
7147 |
micromatch "^4.0.2"
|
|
|
7148 |
schema-utils "^3.0.0"
|
7149 |
|
7150 |
eslint@^7.20.0:
|
@@ -7802,11 +7931,6 @@ flatted@^3.1.0:
|
|
7802 |
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.1.tgz#c4b489e80096d9df1dfc97c79871aea7c617c469"
|
7803 |
integrity sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA==
|
7804 |
|
7805 |
-
flow-bin@^0.120.1:
|
7806 |
-
version "0.120.1"
|
7807 |
-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.120.1.tgz#ab051d6df71829b70a26a2c90bb81f9d43797cae"
|
7808 |
-
integrity sha512-KgE+d+rKzdXzhweYVJty1QIOOZTTbtnXZf+4SLnmArLvmdfeLreQOZpeLbtq5h79m7HhDzX/HkUkoyu/fmSC2A==
|
7809 |
-
|
7810 |
flush-write-stream@^1.0.0:
|
7811 |
version "1.1.1"
|
7812 |
resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz#8dd7d873a1babc207d94ead0c2e0e44276ebf2e8"
|
@@ -7980,13 +8104,6 @@ fs-minipass@^1.2.5:
|
|
7980 |
dependencies:
|
7981 |
minipass "^2.6.0"
|
7982 |
|
7983 |
-
fs-minipass@^2.0.0:
|
7984 |
-
version "2.1.0"
|
7985 |
-
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb"
|
7986 |
-
integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==
|
7987 |
-
dependencies:
|
7988 |
-
minipass "^3.0.0"
|
7989 |
-
|
7990 |
fs-monkey@1.0.1:
|
7991 |
version "1.0.1"
|
7992 |
resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.1.tgz#4a82f36944365e619f4454d9fff106553067b781"
|
@@ -8030,10 +8147,10 @@ functional-red-black-tree@^1.0.1:
|
|
8030 |
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
|
8031 |
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
|
8032 |
|
8033 |
-
gatsby-cli@^3.
|
8034 |
-
version "3.
|
8035 |
-
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-3.
|
8036 |
-
integrity sha512-
|
8037 |
dependencies:
|
8038 |
"@babel/code-frame" "^7.10.4"
|
8039 |
"@types/common-tags" "^1.8.0"
|
@@ -8043,14 +8160,14 @@ gatsby-cli@^3.1.0:
|
|
8043 |
common-tags "^1.8.0"
|
8044 |
configstore "^5.0.1"
|
8045 |
convert-hrtime "^3.0.0"
|
8046 |
-
create-gatsby "^1.
|
8047 |
envinfo "^7.7.3"
|
8048 |
execa "^3.4.0"
|
8049 |
fs-exists-cached "^1.0.0"
|
8050 |
fs-extra "^8.1.0"
|
8051 |
-
gatsby-core-utils "^2.
|
8052 |
-
gatsby-recipes "^0.
|
8053 |
-
gatsby-telemetry "^2.
|
8054 |
hosted-git-info "^3.0.6"
|
8055 |
is-valid-path "^0.1.1"
|
8056 |
joi "^17.4.0"
|
@@ -8074,10 +8191,10 @@ gatsby-cli@^3.1.0:
|
|
8074 |
yoga-layout-prebuilt "^1.9.6"
|
8075 |
yurnalist "^2.1.0"
|
8076 |
|
8077 |
-
gatsby-core-utils@^2.
|
8078 |
-
version "2.
|
8079 |
-
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.
|
8080 |
-
integrity sha512-
|
8081 |
dependencies:
|
8082 |
ci-info "2.0.0"
|
8083 |
configstore "^5.0.1"
|
@@ -8088,55 +8205,56 @@ gatsby-core-utils@^2.1.0:
|
|
8088 |
tmp "^0.2.1"
|
8089 |
xdg-basedir "^4.0.0"
|
8090 |
|
8091 |
-
gatsby-graphiql-explorer@^1.
|
8092 |
-
version "1.
|
8093 |
-
resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.
|
8094 |
-
integrity sha512
|
8095 |
dependencies:
|
8096 |
"@babel/runtime" "^7.12.5"
|
8097 |
|
8098 |
-
gatsby-legacy-polyfills@^1.
|
8099 |
-
version "1.
|
8100 |
-
resolved "https://registry.yarnpkg.com/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.
|
8101 |
-
integrity sha512-
|
8102 |
dependencies:
|
8103 |
core-js-compat "3.9.0"
|
8104 |
|
8105 |
-
gatsby-link@^3.
|
8106 |
-
version "3.
|
8107 |
-
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-3.
|
8108 |
-
integrity sha512-
|
8109 |
dependencies:
|
8110 |
"@babel/runtime" "^7.12.5"
|
8111 |
"@types/reach__router" "^1.3.7"
|
8112 |
prop-types "^15.7.2"
|
8113 |
|
8114 |
-
gatsby-page-utils@^1.
|
8115 |
-
version "1.
|
8116 |
-
resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-1.
|
8117 |
-
integrity sha512-
|
8118 |
dependencies:
|
8119 |
"@babel/runtime" "^7.12.5"
|
8120 |
bluebird "^3.7.2"
|
8121 |
chokidar "^3.5.1"
|
8122 |
fs-exists-cached "^1.0.0"
|
8123 |
-
gatsby-core-utils "^2.
|
8124 |
glob "^7.1.6"
|
8125 |
lodash "^4.17.21"
|
8126 |
micromatch "^4.0.2"
|
8127 |
|
8128 |
-
gatsby-plugin-algolia@^0.
|
8129 |
-
version "0.
|
8130 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-algolia/-/gatsby-plugin-algolia-0.
|
8131 |
-
integrity sha512-
|
8132 |
dependencies:
|
8133 |
algoliasearch "^3.24.5"
|
|
|
8134 |
lodash.chunk "^4.2.0"
|
8135 |
|
8136 |
-
gatsby-plugin-catch-links@^3.
|
8137 |
-
version "3.
|
8138 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-3.
|
8139 |
-
integrity sha512-
|
8140 |
dependencies:
|
8141 |
"@babel/runtime" "^7.12.5"
|
8142 |
escape-string-regexp "^1.0.5"
|
@@ -8154,21 +8272,21 @@ gatsby-plugin-emotion@4.5.0:
|
|
8154 |
"@babel/runtime" "^7.12.5"
|
8155 |
"@emotion/babel-preset-css-prop" "^10.0.27"
|
8156 |
|
8157 |
-
gatsby-plugin-image@^1.
|
8158 |
-
version "1.
|
8159 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-1.
|
8160 |
-
integrity sha512
|
8161 |
dependencies:
|
8162 |
"@babel/code-frame" "^7.12.13"
|
8163 |
"@babel/parser" "^7.12.5"
|
8164 |
"@babel/traverse" "^7.12.5"
|
8165 |
babel-jsx-utils "^1.1.0"
|
8166 |
-
babel-plugin-remove-graphql-queries "^3.
|
8167 |
camelcase "^5.3.1"
|
8168 |
chokidar "^3.5.1"
|
8169 |
common-tags "^1.8.0"
|
8170 |
fs-extra "^8.1.0"
|
8171 |
-
gatsby-core-utils "^2.
|
8172 |
objectFitPolyfill "^2.3.0"
|
8173 |
prop-types "^15.7.2"
|
8174 |
|
@@ -8191,21 +8309,21 @@ gatsby-plugin-mailchimp@^5.2.2:
|
|
8191 |
email-validator "^2.0.4"
|
8192 |
jsonp "^0.2.1"
|
8193 |
|
8194 |
-
gatsby-plugin-manifest@^3.
|
8195 |
-
version "3.
|
8196 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.
|
8197 |
-
integrity sha512-
|
8198 |
dependencies:
|
8199 |
"@babel/runtime" "^7.12.5"
|
8200 |
-
gatsby-core-utils "^2.
|
8201 |
-
gatsby-plugin-utils "^1.
|
8202 |
-
semver "^7.3.
|
8203 |
-
sharp "^0.
|
8204 |
|
8205 |
-
gatsby-plugin-mdx@^2.
|
8206 |
-
version "2.
|
8207 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.
|
8208 |
-
integrity sha512-
|
8209 |
dependencies:
|
8210 |
"@babel/core" "^7.12.3"
|
8211 |
"@babel/generator" "^7.12.5"
|
@@ -8222,7 +8340,7 @@ gatsby-plugin-mdx@^2.1.0:
|
|
8222 |
escape-string-regexp "^1.0.5"
|
8223 |
eval "^0.1.4"
|
8224 |
fs-extra "^8.1.0"
|
8225 |
-
gatsby-core-utils "^2.
|
8226 |
gray-matter "^4.0.2"
|
8227 |
json5 "^2.1.3"
|
8228 |
loader-utils "^1.4.0"
|
@@ -8244,29 +8362,30 @@ gatsby-plugin-mdx@^2.1.0:
|
|
8244 |
unist-util-remove "^1.0.3"
|
8245 |
unist-util-visit "^1.4.1"
|
8246 |
|
8247 |
-
gatsby-plugin-netlify@^3.
|
8248 |
-
version "3.
|
8249 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify/-/gatsby-plugin-netlify-3.
|
8250 |
-
integrity sha512-
|
8251 |
dependencies:
|
8252 |
"@babel/runtime" "^7.12.5"
|
8253 |
fs-extra "^8.1.0"
|
8254 |
kebab-hash "^0.1.2"
|
8255 |
lodash "^4.17.21"
|
8256 |
-
webpack-assets-manifest "^
|
8257 |
|
8258 |
-
gatsby-plugin-page-creator@^3.
|
8259 |
-
version "3.
|
8260 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.
|
8261 |
-
integrity sha512-
|
8262 |
dependencies:
|
8263 |
"@babel/traverse" "^7.12.5"
|
8264 |
-
"@sindresorhus/slugify" "^1.1.
|
8265 |
chokidar "^3.5.1"
|
8266 |
fs-exists-cached "^1.0.0"
|
8267 |
-
gatsby-
|
8268 |
-
gatsby-
|
8269 |
-
|
|
|
8270 |
lodash "^4.17.21"
|
8271 |
|
8272 |
gatsby-plugin-preconnect@1.2.0:
|
@@ -8276,25 +8395,25 @@ gatsby-plugin-preconnect@1.2.0:
|
|
8276 |
dependencies:
|
8277 |
"@babel/runtime" "^7.4.3"
|
8278 |
|
8279 |
-
gatsby-plugin-react-helmet@^4.
|
8280 |
-
version "4.
|
8281 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.
|
8282 |
-
integrity sha512-
|
8283 |
dependencies:
|
8284 |
"@babel/runtime" "^7.12.5"
|
8285 |
|
8286 |
-
gatsby-plugin-sharp@^3.
|
8287 |
-
version "3.
|
8288 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.
|
8289 |
-
integrity sha512-
|
8290 |
dependencies:
|
8291 |
"@babel/runtime" "^7.12.5"
|
8292 |
async "^3.2.0"
|
8293 |
bluebird "^3.7.2"
|
8294 |
filenamify "^4.2.0"
|
8295 |
fs-extra "^9.1.0"
|
8296 |
-
gatsby-core-utils "^2.
|
8297 |
-
gatsby-telemetry "^2.
|
8298 |
got "^10.7.0"
|
8299 |
imagemin "^7.0.1"
|
8300 |
imagemin-mozjpeg "^9.0.0"
|
@@ -8305,7 +8424,7 @@ gatsby-plugin-sharp@^3.1.2:
|
|
8305 |
probe-image-size "^6.0.0"
|
8306 |
progress "^2.0.3"
|
8307 |
semver "^7.3.4"
|
8308 |
-
sharp "^0.
|
8309 |
svgo "1.3.2"
|
8310 |
uuid "3.4.0"
|
8311 |
|
@@ -8316,10 +8435,10 @@ gatsby-plugin-smoothscroll@^1.2.0:
|
|
8316 |
dependencies:
|
8317 |
smoothscroll-polyfill "^0.4.4"
|
8318 |
|
8319 |
-
gatsby-plugin-typescript@^3.
|
8320 |
-
version "3.
|
8321 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.
|
8322 |
-
integrity sha512-
|
8323 |
dependencies:
|
8324 |
"@babel/core" "^7.12.3"
|
8325 |
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1"
|
@@ -8327,12 +8446,12 @@ gatsby-plugin-typescript@^3.1.0:
|
|
8327 |
"@babel/plugin-proposal-optional-chaining" "^7.12.1"
|
8328 |
"@babel/preset-typescript" "^7.12.1"
|
8329 |
"@babel/runtime" "^7.12.5"
|
8330 |
-
babel-plugin-remove-graphql-queries "^3.
|
8331 |
|
8332 |
-
gatsby-plugin-utils@^1.
|
8333 |
-
version "1.
|
8334 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-1.
|
8335 |
-
integrity sha512-
|
8336 |
dependencies:
|
8337 |
joi "^17.2.1"
|
8338 |
|
@@ -8344,17 +8463,17 @@ gatsby-plugin-web-font-loader@^1.0.4:
|
|
8344 |
babel-runtime "^6.26.0"
|
8345 |
webfontloader "^1.6.28"
|
8346 |
|
8347 |
-
gatsby-react-router-scroll@^4.
|
8348 |
-
version "4.
|
8349 |
-
resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.
|
8350 |
-
integrity sha512-
|
8351 |
dependencies:
|
8352 |
"@babel/runtime" "^7.12.5"
|
8353 |
|
8354 |
-
gatsby-recipes@^0.
|
8355 |
-
version "0.
|
8356 |
-
resolved "https://registry.yarnpkg.com/gatsby-recipes/-/gatsby-recipes-0.
|
8357 |
-
integrity sha512-
|
8358 |
dependencies:
|
8359 |
"@babel/core" "^7.12.3"
|
8360 |
"@babel/generator" "^7.12.5"
|
@@ -8379,8 +8498,8 @@ gatsby-recipes@^0.12.0:
|
|
8379 |
express "^4.17.1"
|
8380 |
express-graphql "^0.9.0"
|
8381 |
fs-extra "^8.1.0"
|
8382 |
-
gatsby-core-utils "^2.
|
8383 |
-
gatsby-telemetry "^2.
|
8384 |
glob "^7.1.6"
|
8385 |
graphql "^15.4.0"
|
8386 |
graphql-compose "~7.25.0"
|
@@ -8415,19 +8534,19 @@ gatsby-recipes@^0.12.0:
|
|
8415 |
xstate "^4.9.1"
|
8416 |
yoga-layout-prebuilt "^1.9.6"
|
8417 |
|
8418 |
-
gatsby-remark-copy-linked-files@^
|
8419 |
-
version "
|
8420 |
-
resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-
|
8421 |
-
integrity sha512-
|
8422 |
dependencies:
|
8423 |
"@babel/runtime" "^7.12.5"
|
8424 |
-
cheerio "^1.0.0-rc.
|
8425 |
fs-extra "^8.1.0"
|
8426 |
is-relative-url "^3.0.0"
|
8427 |
lodash "^4.17.21"
|
8428 |
path-is-inside "^1.0.2"
|
8429 |
probe-image-size "^6.0.0"
|
8430 |
-
unist-util-visit "^
|
8431 |
|
8432 |
gatsby-remark-embed-video@^3.1.1:
|
8433 |
version "3.1.1"
|
@@ -8438,55 +8557,55 @@ gatsby-remark-embed-video@^3.1.1:
|
|
8438 |
remark-burger "^1.0.1"
|
8439 |
unist-util-visit "^2.0.3"
|
8440 |
|
8441 |
-
gatsby-remark-images@^
|
8442 |
-
version "
|
8443 |
-
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-
|
8444 |
-
integrity sha512-
|
8445 |
dependencies:
|
8446 |
"@babel/runtime" "^7.12.5"
|
8447 |
chalk "^4.1.0"
|
8448 |
cheerio "^1.0.0-rc.3"
|
8449 |
-
gatsby-core-utils "^2.
|
8450 |
is-relative-url "^3.0.0"
|
8451 |
lodash "^4.17.21"
|
8452 |
-
mdast-util-definitions "^
|
8453 |
potrace "^2.1.8"
|
8454 |
query-string "^6.13.3"
|
8455 |
-
unist-util-select "^
|
8456 |
-
unist-util-visit-parents "^
|
8457 |
|
8458 |
-
gatsby-remark-responsive-iframe@^
|
8459 |
-
version "
|
8460 |
-
resolved "https://registry.yarnpkg.com/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-
|
8461 |
-
integrity sha512-
|
8462 |
dependencies:
|
8463 |
"@babel/runtime" "^7.12.5"
|
8464 |
cheerio "^1.0.0-rc.3"
|
8465 |
common-tags "^1.8.0"
|
8466 |
lodash "^4.17.21"
|
8467 |
-
unist-util-visit "^
|
8468 |
|
8469 |
-
gatsby-remark-smartypants@^
|
8470 |
-
version "
|
8471 |
-
resolved "https://registry.yarnpkg.com/gatsby-remark-smartypants/-/gatsby-remark-smartypants-
|
8472 |
-
integrity sha512-
|
8473 |
dependencies:
|
8474 |
"@babel/runtime" "^7.12.5"
|
8475 |
-
retext "^
|
8476 |
-
retext-smartypants "^
|
8477 |
-
unist-util-visit "^
|
8478 |
|
8479 |
-
gatsby-source-filesystem@^3.
|
8480 |
-
version "3.
|
8481 |
-
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-3.
|
8482 |
-
integrity sha512-
|
8483 |
dependencies:
|
8484 |
"@babel/runtime" "^7.12.5"
|
8485 |
better-queue "^3.8.10"
|
8486 |
chokidar "^3.4.3"
|
8487 |
file-type "^16.0.0"
|
8488 |
fs-extra "^8.1.0"
|
8489 |
-
gatsby-core-utils "^2.
|
8490 |
got "^9.6.0"
|
8491 |
md5-file "^5.0.0"
|
8492 |
mime "^2.4.6"
|
@@ -8495,10 +8614,10 @@ gatsby-source-filesystem@^3.1.0:
|
|
8495 |
valid-url "^1.0.9"
|
8496 |
xstate "^4.14.0"
|
8497 |
|
8498 |
-
gatsby-telemetry@^2.
|
8499 |
-
version "2.
|
8500 |
-
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-2.
|
8501 |
-
integrity sha512-
|
8502 |
dependencies:
|
8503 |
"@babel/code-frame" "^7.10.4"
|
8504 |
"@babel/runtime" "^7.12.5"
|
@@ -8508,25 +8627,25 @@ gatsby-telemetry@^2.1.0:
|
|
8508 |
boxen "^4.2.0"
|
8509 |
configstore "^5.0.1"
|
8510 |
fs-extra "^8.1.0"
|
8511 |
-
gatsby-core-utils "^2.
|
8512 |
git-up "^4.0.2"
|
8513 |
is-docker "^2.1.1"
|
8514 |
lodash "^4.17.21"
|
8515 |
node-fetch "^2.6.1"
|
8516 |
uuid "3.4.0"
|
8517 |
|
8518 |
-
gatsby-transformer-json@^3.
|
8519 |
-
version "3.
|
8520 |
-
resolved "https://registry.yarnpkg.com/gatsby-transformer-json/-/gatsby-transformer-json-3.
|
8521 |
-
integrity sha512-
|
8522 |
dependencies:
|
8523 |
"@babel/runtime" "^7.12.5"
|
8524 |
bluebird "^3.7.2"
|
8525 |
|
8526 |
-
gatsby-transformer-sharp@^3.
|
8527 |
-
version "3.
|
8528 |
-
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-3.
|
8529 |
-
integrity sha512-
|
8530 |
dependencies:
|
8531 |
"@babel/runtime" "^7.12.5"
|
8532 |
bluebird "^3.7.2"
|
@@ -8535,12 +8654,12 @@ gatsby-transformer-sharp@^3.1.0:
|
|
8535 |
potrace "^2.1.8"
|
8536 |
probe-image-size "^6.0.0"
|
8537 |
semver "^7.3.4"
|
8538 |
-
sharp "^0.
|
8539 |
|
8540 |
-
gatsby@^3.
|
8541 |
-
version "3.
|
8542 |
-
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.
|
8543 |
-
integrity sha512-
|
8544 |
dependencies:
|
8545 |
"@babel/code-frame" "^7.10.4"
|
8546 |
"@babel/core" "^7.12.3"
|
@@ -8559,17 +8678,15 @@ gatsby@^3.1.2:
|
|
8559 |
"@typescript-eslint/parser" "^4.15.2"
|
8560 |
address "1.1.2"
|
8561 |
anser "^2.0.1"
|
8562 |
-
ansi-html "^0.0.7"
|
8563 |
autoprefixer "^10.2.4"
|
8564 |
axios "^0.21.1"
|
8565 |
babel-loader "^8.2.2"
|
8566 |
babel-plugin-add-module-exports "^1.0.4"
|
8567 |
babel-plugin-dynamic-import-node "^2.3.3"
|
8568 |
babel-plugin-lodash "^3.3.4"
|
8569 |
-
babel-plugin-remove-graphql-queries "^3.
|
8570 |
-
babel-preset-gatsby "^1.
|
8571 |
better-opn "^2.0.0"
|
8572 |
-
better-queue "^3.8.10"
|
8573 |
bluebird "^3.7.2"
|
8574 |
body-parser "^1.19.0"
|
8575 |
browserslist "^4.12.2"
|
@@ -8578,11 +8695,12 @@ gatsby@^3.1.2:
|
|
8578 |
chokidar "^3.4.2"
|
8579 |
common-tags "^1.8.0"
|
8580 |
compression "^1.7.4"
|
|
|
8581 |
copyfiles "^2.3.0"
|
8582 |
core-js "^3.9.0"
|
8583 |
cors "^2.8.5"
|
8584 |
css-loader "^5.0.1"
|
8585 |
-
css-minimizer-webpack-plugin "^
|
8586 |
css.escape "^1.5.1"
|
8587 |
date-fns "^2.14.0"
|
8588 |
debug "^3.2.7"
|
@@ -8596,9 +8714,9 @@ gatsby@^3.1.2:
|
|
8596 |
eslint-plugin-graphql "^4.0.0"
|
8597 |
eslint-plugin-import "^2.22.1"
|
8598 |
eslint-plugin-jsx-a11y "^6.4.1"
|
8599 |
-
eslint-plugin-react "^7.
|
8600 |
eslint-plugin-react-hooks "^4.2.0"
|
8601 |
-
eslint-webpack-plugin "^2.5.
|
8602 |
event-source-polyfill "^1.0.15"
|
8603 |
execa "^4.0.3"
|
8604 |
express "^4.17.1"
|
@@ -8609,16 +8727,16 @@ gatsby@^3.1.2:
|
|
8609 |
find-cache-dir "^3.3.1"
|
8610 |
fs-exists-cached "1.0.0"
|
8611 |
fs-extra "^8.1.0"
|
8612 |
-
gatsby-cli "^3.
|
8613 |
-
gatsby-core-utils "^2.
|
8614 |
-
gatsby-graphiql-explorer "^1.
|
8615 |
-
gatsby-legacy-polyfills "^1.
|
8616 |
-
gatsby-link "^3.
|
8617 |
-
gatsby-plugin-page-creator "^3.
|
8618 |
-
gatsby-plugin-typescript "^3.
|
8619 |
-
gatsby-plugin-utils "^1.
|
8620 |
-
gatsby-react-router-scroll "^4.
|
8621 |
-
gatsby-telemetry "^2.
|
8622 |
glob "^7.1.6"
|
8623 |
got "8.3.2"
|
8624 |
graphql "^15.4.0"
|
@@ -8640,16 +8758,18 @@ gatsby@^3.1.2:
|
|
8640 |
memoizee "^0.4.15"
|
8641 |
micromatch "^4.0.2"
|
8642 |
mime "^2.4.6"
|
8643 |
-
mini-css-extract-plugin "1.
|
8644 |
mitt "^1.2.0"
|
8645 |
mkdirp "^0.5.1"
|
8646 |
moment "^2.27.0"
|
|
|
8647 |
name-all-modules-plugin "^1.0.1"
|
8648 |
normalize-path "^3.0.0"
|
8649 |
null-loader "^4.0.1"
|
8650 |
opentracing "^0.14.4"
|
8651 |
p-defer "^3.0.0"
|
8652 |
parseurl "^1.3.3"
|
|
|
8653 |
physical-cpu-count "^2.0.0"
|
8654 |
platform "^1.3.6"
|
8655 |
pnp-webpack-plugin "^1.6.4"
|
@@ -8664,6 +8784,7 @@ gatsby@^3.1.2:
|
|
8664 |
react-refresh "^0.9.0"
|
8665 |
redux "^4.0.5"
|
8666 |
redux-thunk "^2.3.0"
|
|
|
8667 |
semver "^7.3.2"
|
8668 |
shallow-compare "^1.2.2"
|
8669 |
signal-exit "^3.0.3"
|
@@ -8685,7 +8806,7 @@ gatsby@^3.1.2:
|
|
8685 |
util.promisify "^1.0.1"
|
8686 |
uuid "3.4.0"
|
8687 |
v8-compile-cache "^2.2.0"
|
8688 |
-
webpack "^5.
|
8689 |
webpack-dev-middleware "^4.1.0"
|
8690 |
webpack-dev-server "^3.11.2"
|
8691 |
webpack-merge "^5.7.3"
|
@@ -8723,7 +8844,7 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5:
|
|
8723 |
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
|
8724 |
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
|
8725 |
|
8726 |
-
get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
|
8727 |
version "1.1.1"
|
8728 |
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6"
|
8729 |
integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
|
@@ -8991,7 +9112,7 @@ globby@11.0.1:
|
|
8991 |
merge2 "^1.3.0"
|
8992 |
slash "^3.0.0"
|
8993 |
|
8994 |
-
globby@11.0.2, globby@^11.0.1
|
8995 |
version "11.0.2"
|
8996 |
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
|
8997 |
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
|
@@ -9017,6 +9138,18 @@ globby@^10.0.0, globby@^10.0.1:
|
|
9017 |
merge2 "^1.2.3"
|
9018 |
slash "^3.0.0"
|
9019 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9020 |
globby@^6.1.0:
|
9021 |
version "6.1.0"
|
9022 |
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
|
@@ -9361,7 +9494,7 @@ has-yarn@^2.1.0:
|
|
9361 |
resolved "https://registry.yarnpkg.com/has-yarn/-/has-yarn-2.1.0.tgz#137e11354a7b5bf11aa5cb649cf0c6f3ff2b2e77"
|
9362 |
integrity sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==
|
9363 |
|
9364 |
-
has@^1.0.
|
9365 |
version "1.0.3"
|
9366 |
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
|
9367 |
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
|
@@ -9521,11 +9654,6 @@ hsla-regex@^1.0.0:
|
|
9521 |
resolved "https://registry.yarnpkg.com/hsla-regex/-/hsla-regex-1.0.0.tgz#c1ce7a3168c8c6614033a4b5f7877f3b225f9c38"
|
9522 |
integrity sha1-wc56MWjIxmFAM6S194d/OyJfnDg=
|
9523 |
|
9524 |
-
html-comment-regex@^1.1.0:
|
9525 |
-
version "1.1.2"
|
9526 |
-
resolved "https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.2.tgz#97d4688aeb5c81886a364faa0cad1dda14d433a7"
|
9527 |
-
integrity sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==
|
9528 |
-
|
9529 |
html-element@^2.0.0:
|
9530 |
version "2.3.1"
|
9531 |
resolved "https://registry.yarnpkg.com/html-element/-/html-element-2.3.1.tgz#5feb23dd5226467ef8c2faec51a5bf29c4ef5440"
|
@@ -9570,6 +9698,16 @@ htmlparser2@^6.0.0:
|
|
9570 |
domutils "^2.4.4"
|
9571 |
entities "^2.0.0"
|
9572 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9573 |
http-cache-semantics@3.8.1, http-cache-semantics@^3.8.1:
|
9574 |
version "3.8.1"
|
9575 |
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz#39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2"
|
@@ -9997,11 +10135,6 @@ ipaddr.js@1.9.1, ipaddr.js@^1.9.0:
|
|
9997 |
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3"
|
9998 |
integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==
|
9999 |
|
10000 |
-
is-absolute-url@^2.0.0:
|
10001 |
-
version "2.1.0"
|
10002 |
-
resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6"
|
10003 |
-
integrity sha1-UFMN+4T8yap9vnhS6Do3uTufKqY=
|
10004 |
-
|
10005 |
is-absolute-url@^3.0.0, is-absolute-url@^3.0.3:
|
10006 |
version "3.0.3"
|
10007 |
resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-3.0.3.tgz#96c6a22b6a23929b11ea0afb1836c36ad4a5d698"
|
@@ -10039,7 +10172,7 @@ is-alphanumerical@^1.0.0:
|
|
10039 |
is-alphabetical "^1.0.0"
|
10040 |
is-decimal "^1.0.0"
|
10041 |
|
10042 |
-
is-arguments@^1.0.4:
|
10043 |
version "1.1.0"
|
10044 |
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.0.tgz#62353031dfbee07ceb34656a6bde59efecae8dd9"
|
10045 |
integrity sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg==
|
@@ -10082,7 +10215,7 @@ is-boolean-object@^1.1.0:
|
|
10082 |
dependencies:
|
10083 |
call-bind "^1.0.0"
|
10084 |
|
10085 |
-
is-buffer@^1.1.
|
10086 |
version "1.1.6"
|
10087 |
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
|
10088 |
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
|
@@ -10104,7 +10237,7 @@ is-ci@^2.0.0:
|
|
10104 |
dependencies:
|
10105 |
ci-info "^2.0.0"
|
10106 |
|
10107 |
-
is-color-stop@^1.
|
10108 |
version "1.1.0"
|
10109 |
resolved "https://registry.yarnpkg.com/is-color-stop/-/is-color-stop-1.1.0.tgz#cfff471aee4dd5c9e158598fbe12967b5cdad345"
|
10110 |
integrity sha1-z/9HGu5N1cnhWFmPvhKWe1za00U=
|
@@ -10142,6 +10275,11 @@ is-date-object@^1.0.1:
|
|
10142 |
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.2.tgz#bda736f2cd8fd06d32844e7743bfa7494c3bfd7e"
|
10143 |
integrity sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==
|
10144 |
|
|
|
|
|
|
|
|
|
|
|
10145 |
is-decimal@^1.0.0:
|
10146 |
version "1.0.4"
|
10147 |
resolved "https://registry.yarnpkg.com/is-decimal/-/is-decimal-1.0.4.tgz#65a3a5958a1c5b63a706e1b333d7cd9f630d3fa5"
|
@@ -10277,6 +10415,11 @@ is-lower-case@^1.1.0:
|
|
10277 |
dependencies:
|
10278 |
lower-case "^1.1.0"
|
10279 |
|
|
|
|
|
|
|
|
|
|
|
10280 |
is-natural-number@^4.0.1:
|
10281 |
version "4.0.1"
|
10282 |
resolved "https://registry.yarnpkg.com/is-natural-number/-/is-natural-number-4.0.1.tgz#ab9d76e1db4ced51e35de0c72ebecf09f734cde8"
|
@@ -10393,6 +10536,14 @@ is-regex@^1.0.4, is-regex@^1.1.2:
|
|
10393 |
call-bind "^1.0.2"
|
10394 |
has-symbols "^1.0.1"
|
10395 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10396 |
is-relative-url@^3.0.0:
|
10397 |
version "3.0.0"
|
10398 |
resolved "https://registry.yarnpkg.com/is-relative-url/-/is-relative-url-3.0.0.tgz#f623c8e26baa5bd3742b3b7ec074f50f3b45b3f3"
|
@@ -10407,7 +10558,7 @@ is-relative@^1.0.0:
|
|
10407 |
dependencies:
|
10408 |
is-unc-path "^1.0.0"
|
10409 |
|
10410 |
-
is-resolvable@^1.
|
10411 |
version "1.1.0"
|
10412 |
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
|
10413 |
integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==
|
@@ -10422,6 +10573,11 @@ is-root@2.1.0:
|
|
10422 |
resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c"
|
10423 |
integrity sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==
|
10424 |
|
|
|
|
|
|
|
|
|
|
|
10425 |
is-ssh@^1.3.0:
|
10426 |
version "1.3.2"
|
10427 |
resolved "https://registry.yarnpkg.com/is-ssh/-/is-ssh-1.3.2.tgz#a4b82ab63d73976fd8263cceee27f99a88bdae2b"
|
@@ -10444,13 +10600,6 @@ is-string@^1.0.5:
|
|
10444 |
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
|
10445 |
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
|
10446 |
|
10447 |
-
is-svg@^3.0.0:
|
10448 |
-
version "3.0.0"
|
10449 |
-
resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-3.0.0.tgz#9321dbd29c212e5ca99c4fa9794c714bcafa2f75"
|
10450 |
-
integrity sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ==
|
10451 |
-
dependencies:
|
10452 |
-
html-comment-regex "^1.1.0"
|
10453 |
-
|
10454 |
is-symbol@^1.0.2, is-symbol@^1.0.3:
|
10455 |
version "1.0.3"
|
10456 |
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
|
@@ -10465,6 +10614,17 @@ is-text-path@^1.0.1:
|
|
10465 |
dependencies:
|
10466 |
text-extensions "^1.0.0"
|
10467 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10468 |
is-typedarray@^1.0.0, is-typedarray@~1.0.0:
|
10469 |
version "1.0.0"
|
10470 |
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
|
@@ -10501,6 +10661,16 @@ is-valid-path@^0.1.1:
|
|
10501 |
dependencies:
|
10502 |
is-invalid-path "^0.1.0"
|
10503 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10504 |
is-whitespace-character@^1.0.0:
|
10505 |
version "1.0.4"
|
10506 |
resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz#0858edd94a95594c7c9dd0b5c174ec6e45ee4aa7"
|
@@ -10543,7 +10713,7 @@ isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:
|
|
10543 |
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
|
10544 |
integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
|
10545 |
|
10546 |
-
isarray@^2.0.1:
|
10547 |
version "2.0.5"
|
10548 |
resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723"
|
10549 |
integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==
|
@@ -11042,6 +11212,13 @@ lock@^1.0.0:
|
|
11042 |
resolved "https://registry.yarnpkg.com/lock/-/lock-1.1.0.tgz#53157499d1653b136ca66451071fca615703fa55"
|
11043 |
integrity sha1-UxV0mdFlOxNspmRRBx/KYVcD+lU=
|
11044 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11045 |
lodash-es@^4.17.21:
|
11046 |
version "4.17.21"
|
11047 |
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
|
@@ -11472,13 +11649,6 @@ mdast-util-compact@^2.0.0:
|
|
11472 |
dependencies:
|
11473 |
unist-util-visit "^2.0.0"
|
11474 |
|
11475 |
-
mdast-util-definitions@^1.2.5:
|
11476 |
-
version "1.2.5"
|
11477 |
-
resolved "https://registry.yarnpkg.com/mdast-util-definitions/-/mdast-util-definitions-1.2.5.tgz#3fe622a4171c774ebd06f11e9f8af7ec53ea5c74"
|
11478 |
-
integrity sha512-CJXEdoLfiISCDc2JB6QLb79pYfI6+GcIH+W2ox9nMc7od0Pz+bovcHsiq29xAQY6ayqe/9CsK2VzkSJdg1pFYA==
|
11479 |
-
dependencies:
|
11480 |
-
unist-util-visit "^1.0.0"
|
11481 |
-
|
11482 |
mdast-util-definitions@^4.0.0:
|
11483 |
version "4.0.0"
|
11484 |
resolved "https://registry.yarnpkg.com/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz#c5c1a84db799173b4dcf7643cda999e440c24db2"
|
@@ -11847,11 +12017,6 @@ mimic-response@^2.0.0, mimic-response@^2.1.0:
|
|
11847 |
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-2.1.0.tgz#d13763d35f613d09ec37ebb30bac0469c0ee8f43"
|
11848 |
integrity sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==
|
11849 |
|
11850 |
-
mimic-response@^3.1.0:
|
11851 |
-
version "3.1.0"
|
11852 |
-
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz#2d1d59af9c1b129815accc2c46a022a5ce1fa3c9"
|
11853 |
-
integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==
|
11854 |
-
|
11855 |
min-document@^2.19.0:
|
11856 |
version "2.19.0"
|
11857 |
resolved "https://registry.yarnpkg.com/min-document/-/min-document-2.19.0.tgz#7bd282e3f5842ed295bb748cdd9f1ffa2c824685"
|
@@ -11864,10 +12029,10 @@ min-indent@^1.0.0:
|
|
11864 |
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
|
11865 |
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
|
11866 |
|
11867 |
-
mini-css-extract-plugin@1.
|
11868 |
-
version "1.
|
11869 |
-
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.
|
11870 |
-
integrity sha512-
|
11871 |
dependencies:
|
11872 |
loader-utils "^2.0.0"
|
11873 |
schema-utils "^3.0.0"
|
@@ -11912,27 +12077,6 @@ minimist@^1.1.0, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.
|
|
11912 |
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
|
11913 |
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
|
11914 |
|
11915 |
-
minipass-collect@^1.0.2:
|
11916 |
-
version "1.0.2"
|
11917 |
-
resolved "https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-1.0.2.tgz#22b813bf745dc6edba2576b940022ad6edc8c617"
|
11918 |
-
integrity sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==
|
11919 |
-
dependencies:
|
11920 |
-
minipass "^3.0.0"
|
11921 |
-
|
11922 |
-
minipass-flush@^1.0.5:
|
11923 |
-
version "1.0.5"
|
11924 |
-
resolved "https://registry.yarnpkg.com/minipass-flush/-/minipass-flush-1.0.5.tgz#82e7135d7e89a50ffe64610a787953c4c4cbb373"
|
11925 |
-
integrity sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==
|
11926 |
-
dependencies:
|
11927 |
-
minipass "^3.0.0"
|
11928 |
-
|
11929 |
-
minipass-pipeline@^1.2.2:
|
11930 |
-
version "1.2.4"
|
11931 |
-
resolved "https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz#68472f79711c084657c067c5c6ad93cddea8214c"
|
11932 |
-
integrity sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==
|
11933 |
-
dependencies:
|
11934 |
-
minipass "^3.0.0"
|
11935 |
-
|
11936 |
minipass@^2.3.5, minipass@^2.6.0, minipass@^2.8.6, minipass@^2.9.0:
|
11937 |
version "2.9.0"
|
11938 |
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6"
|
@@ -11941,13 +12085,6 @@ minipass@^2.3.5, minipass@^2.6.0, minipass@^2.8.6, minipass@^2.9.0:
|
|
11941 |
safe-buffer "^5.1.2"
|
11942 |
yallist "^3.0.0"
|
11943 |
|
11944 |
-
minipass@^3.0.0, minipass@^3.1.1:
|
11945 |
-
version "3.1.3"
|
11946 |
-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.3.tgz#7d42ff1f39635482e15f9cdb53184deebd5815fd"
|
11947 |
-
integrity sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==
|
11948 |
-
dependencies:
|
11949 |
-
yallist "^4.0.0"
|
11950 |
-
|
11951 |
minizlib@^1.2.1:
|
11952 |
version "1.3.3"
|
11953 |
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d"
|
@@ -11955,14 +12092,6 @@ minizlib@^1.2.1:
|
|
11955 |
dependencies:
|
11956 |
minipass "^2.9.0"
|
11957 |
|
11958 |
-
minizlib@^2.1.1:
|
11959 |
-
version "2.1.2"
|
11960 |
-
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
|
11961 |
-
integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==
|
11962 |
-
dependencies:
|
11963 |
-
minipass "^3.0.0"
|
11964 |
-
yallist "^4.0.0"
|
11965 |
-
|
11966 |
mississippi@^3.0.0:
|
11967 |
version "3.0.0"
|
11968 |
resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-3.0.0.tgz#ea0a3291f97e0b5e8776b363d5f0a12d94c67022"
|
@@ -12004,12 +12133,12 @@ mkdirp-promise@^5.0.1:
|
|
12004 |
dependencies:
|
12005 |
mkdirp "*"
|
12006 |
|
12007 |
-
mkdirp@*, mkdirp@^1.0.
|
12008 |
version "1.0.4"
|
12009 |
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
|
12010 |
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
|
12011 |
|
12012 |
-
mkdirp@^0.5
|
12013 |
version "0.5.5"
|
12014 |
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
|
12015 |
integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
|
@@ -12074,6 +12203,20 @@ ms@^2.0.0, ms@^2.1.1:
|
|
12074 |
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
|
12075 |
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
|
12076 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12077 |
multicast-dns-service-types@^1.1.0:
|
12078 |
version "1.1.0"
|
12079 |
resolved "https://registry.yarnpkg.com/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz#899f11d9686e5e05cb91b35d5f0e63b773cfc901"
|
@@ -12131,6 +12274,11 @@ nanoid@^3.1.20:
|
|
12131 |
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.22.tgz#b35f8fb7d151990a8aebd5aa5015c03cf726f844"
|
12132 |
integrity sha512-/2ZUaJX2ANuLtTvqTlgqBQNJoQO398KyJgZloL0PZkC0dpysjncRUPsFe3DUPzz/y3h+u7C46np8RMuvF3jsSQ==
|
12133 |
|
|
|
|
|
|
|
|
|
|
|
12134 |
nanomatch@^1.2.9:
|
12135 |
version "1.2.13"
|
12136 |
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
|
@@ -12219,10 +12367,10 @@ no-case@^3.0.4:
|
|
12219 |
lower-case "^2.0.2"
|
12220 |
tslib "^2.0.3"
|
12221 |
|
12222 |
-
node-abi@^2.
|
12223 |
-
version "2.
|
12224 |
-
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.
|
12225 |
-
integrity sha512-
|
12226 |
dependencies:
|
12227 |
semver "^5.4.1"
|
12228 |
|
@@ -12282,6 +12430,11 @@ node-releases@^1.1.61, node-releases@^1.1.70:
|
|
12282 |
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.71.tgz#cb1334b179896b1c89ecfdd4b725fb7bbdfc7dbb"
|
12283 |
integrity sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg==
|
12284 |
|
|
|
|
|
|
|
|
|
|
|
12285 |
noms@0.0.0:
|
12286 |
version "0.0.0"
|
12287 |
resolved "https://registry.yarnpkg.com/noms/-/noms-0.0.0.tgz#da8ebd9f3af9d6760919b27d9cdc8092a7332859"
|
@@ -12349,16 +12502,21 @@ normalize-url@2.0.1:
|
|
12349 |
query-string "^5.0.1"
|
12350 |
sort-keys "^2.0.0"
|
12351 |
|
12352 |
-
normalize-url@^3.
|
12353 |
version "3.3.0"
|
12354 |
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559"
|
12355 |
integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==
|
12356 |
|
12357 |
-
normalize-url@^4.1.0:
|
12358 |
version "4.5.0"
|
12359 |
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.0.tgz#453354087e6ca96957bd8f5baf753f5982142129"
|
12360 |
integrity sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==
|
12361 |
|
|
|
|
|
|
|
|
|
|
|
12362 |
npm-bundled@^1.0.1:
|
12363 |
version "1.1.1"
|
12364 |
resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.1.1.tgz#1edd570865a94cdb1bc8220775e29466c9fb234b"
|
@@ -12445,7 +12603,7 @@ npmlog@^4.0.1, npmlog@^4.1.2:
|
|
12445 |
gauge "~2.7.3"
|
12446 |
set-blocking "~2.0.0"
|
12447 |
|
12448 |
-
nth-check@^1.0.
|
12449 |
version "1.0.2"
|
12450 |
resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c"
|
12451 |
integrity sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==
|
@@ -12496,7 +12654,7 @@ object-inspect@^1.9.0:
|
|
12496 |
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a"
|
12497 |
integrity sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==
|
12498 |
|
12499 |
-
object-is@^1.0.1:
|
12500 |
version "1.1.5"
|
12501 |
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac"
|
12502 |
integrity sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==
|
@@ -12531,7 +12689,7 @@ object.assign@^4.1.0, object.assign@^4.1.2:
|
|
12531 |
has-symbols "^1.0.1"
|
12532 |
object-keys "^1.1.1"
|
12533 |
|
12534 |
-
object.entries@^1.1.
|
12535 |
version "1.1.3"
|
12536 |
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.3.tgz#c601c7f168b62374541a07ddbd3e2d5e4f7711a6"
|
12537 |
integrity sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg==
|
@@ -12541,7 +12699,7 @@ object.entries@^1.1.2:
|
|
12541 |
es-abstract "^1.18.0-next.1"
|
12542 |
has "^1.0.3"
|
12543 |
|
12544 |
-
object.fromentries@^2.0.
|
12545 |
version "2.0.4"
|
12546 |
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.4.tgz#26e1ba5c4571c5c6f0890cef4473066456a120b8"
|
12547 |
integrity sha512-EsFBshs5RUUpQEY1D4q/m59kMfz4YJvxuNCJcv/jWwOJr34EaVnG11ZrZa0UHB3wnzV1wx8m58T4hQL8IuNXlQ==
|
@@ -12567,7 +12725,7 @@ object.pick@^1.3.0:
|
|
12567 |
dependencies:
|
12568 |
isobject "^3.0.1"
|
12569 |
|
12570 |
-
object.values@^1.1.0, object.values@^1.1.1:
|
12571 |
version "1.1.3"
|
12572 |
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.3.tgz#eaa8b1e17589f02f698db093f7c62ee1699742ee"
|
12573 |
integrity sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==
|
@@ -12597,7 +12755,7 @@ omggif@^1.0.10, omggif@^1.0.9:
|
|
12597 |
resolved "https://registry.yarnpkg.com/omggif/-/omggif-1.0.10.tgz#ddaaf90d4a42f532e9e7cb3a95ecdd47f17c7b19"
|
12598 |
integrity sha512-LMJTtvgc/nugXj0Vcrrs68Mn2D1r0zf630VNtqtpI1FEO7e+O9FP4gqs9AcnBaSEeoHIPm28u6qgPR0oyEpGSw==
|
12599 |
|
12600 |
-
on-finished@~2.3.0:
|
12601 |
version "2.3.0"
|
12602 |
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
|
12603 |
integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=
|
@@ -12836,13 +12994,6 @@ p-map@^3.0.0:
|
|
12836 |
dependencies:
|
12837 |
aggregate-error "^3.0.0"
|
12838 |
|
12839 |
-
p-map@^4.0.0:
|
12840 |
-
version "4.0.0"
|
12841 |
-
resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b"
|
12842 |
-
integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==
|
12843 |
-
dependencies:
|
12844 |
-
aggregate-error "^3.0.0"
|
12845 |
-
|
12846 |
p-pipe@^1.2.0:
|
12847 |
version "1.2.0"
|
12848 |
resolved "https://registry.yarnpkg.com/p-pipe/-/p-pipe-1.2.0.tgz#4b1a11399a11520a67790ee5a0c1d5881d6befe9"
|
@@ -13077,7 +13228,7 @@ parse-url@^5.0.0:
|
|
13077 |
parse-path "^4.0.0"
|
13078 |
protocols "^1.4.0"
|
13079 |
|
13080 |
-
parse5-htmlparser2-tree-adapter@^6.0.0:
|
13081 |
version "6.0.1"
|
13082 |
resolved "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz#2cdf9ad823321140370d4dbf5d3e92c7c8ddc6e6"
|
13083 |
integrity sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==
|
@@ -13363,61 +13514,49 @@ posix-character-classes@^0.1.0:
|
|
13363 |
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
|
13364 |
integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=
|
13365 |
|
13366 |
-
postcss-calc@^
|
13367 |
-
version "
|
13368 |
-
resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-
|
13369 |
-
integrity sha512-
|
13370 |
dependencies:
|
13371 |
-
postcss "^7.0.27"
|
13372 |
postcss-selector-parser "^6.0.2"
|
13373 |
postcss-value-parser "^4.0.2"
|
13374 |
|
13375 |
-
postcss-colormin@^
|
13376 |
-
version "
|
13377 |
-
resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-
|
13378 |
-
integrity sha512-
|
13379 |
dependencies:
|
13380 |
-
browserslist "^4.
|
13381 |
-
color "^3.
|
13382 |
-
|
13383 |
-
postcss "^7.0.0"
|
13384 |
-
postcss-value-parser "^3.0.0"
|
13385 |
|
13386 |
-
postcss-convert-values@^
|
13387 |
-
version "
|
13388 |
-
resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-
|
13389 |
-
integrity sha512-
|
13390 |
dependencies:
|
13391 |
-
postcss "^
|
13392 |
-
postcss-value-parser "^3.0.0"
|
13393 |
|
13394 |
-
postcss-discard-comments@^
|
13395 |
-
version "
|
13396 |
-
resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-
|
13397 |
-
integrity sha512-
|
13398 |
-
dependencies:
|
13399 |
-
postcss "^7.0.0"
|
13400 |
|
13401 |
-
postcss-discard-duplicates@^
|
13402 |
-
version "
|
13403 |
-
resolved "https://registry.yarnpkg.com/postcss-discard-duplicates/-/postcss-discard-duplicates-
|
13404 |
-
integrity sha512-
|
13405 |
-
dependencies:
|
13406 |
-
postcss "^7.0.0"
|
13407 |
|
13408 |
-
postcss-discard-empty@^
|
13409 |
-
version "
|
13410 |
-
resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-
|
13411 |
-
integrity sha512
|
13412 |
-
dependencies:
|
13413 |
-
postcss "^7.0.0"
|
13414 |
|
13415 |
-
postcss-discard-overridden@^
|
13416 |
-
version "
|
13417 |
-
resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-
|
13418 |
-
integrity sha512-
|
13419 |
-
dependencies:
|
13420 |
-
postcss "^7.0.0"
|
13421 |
|
13422 |
postcss-flexbugs-fixes@^5.0.2:
|
13423 |
version "5.0.2"
|
@@ -13433,67 +13572,60 @@ postcss-loader@^5.0.0:
|
|
13433 |
klona "^2.0.4"
|
13434 |
semver "^7.3.4"
|
13435 |
|
13436 |
-
postcss-merge-longhand@^
|
13437 |
-
version "
|
13438 |
-
resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-
|
13439 |
-
integrity sha512-
|
13440 |
dependencies:
|
13441 |
-
css-color-names "
|
13442 |
-
postcss "^
|
13443 |
-
|
13444 |
-
stylehacks "^4.0.0"
|
13445 |
|
13446 |
-
postcss-merge-rules@^
|
13447 |
-
version "
|
13448 |
-
resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-
|
13449 |
-
integrity sha512-
|
13450 |
dependencies:
|
13451 |
-
browserslist "^4.
|
13452 |
caniuse-api "^3.0.0"
|
13453 |
-
cssnano-
|
13454 |
-
postcss "^
|
13455 |
-
|
13456 |
-
vendors "^1.0.0"
|
13457 |
|
13458 |
-
postcss-minify-font-values@^
|
13459 |
-
version "
|
13460 |
-
resolved "https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-
|
13461 |
-
integrity sha512-
|
13462 |
dependencies:
|
13463 |
-
postcss "^
|
13464 |
-
postcss-value-parser "^3.0.0"
|
13465 |
|
13466 |
-
postcss-minify-gradients@^
|
13467 |
-
version "
|
13468 |
-
resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-
|
13469 |
-
integrity sha512
|
13470 |
dependencies:
|
13471 |
-
cssnano-
|
13472 |
-
is-color-stop "^1.
|
13473 |
-
postcss "^
|
13474 |
-
postcss-value-parser "^3.0.0"
|
13475 |
|
13476 |
-
postcss-minify-params@^
|
13477 |
-
version "
|
13478 |
-
resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-
|
13479 |
-
integrity sha512-
|
13480 |
dependencies:
|
13481 |
-
alphanum-sort "^1.0.
|
13482 |
-
browserslist "^4.
|
13483 |
-
cssnano-
|
13484 |
-
postcss "^
|
13485 |
-
postcss-value-parser "^3.0.0"
|
13486 |
uniqs "^2.0.0"
|
13487 |
|
13488 |
-
postcss-minify-selectors@^
|
13489 |
-
version "
|
13490 |
-
resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-
|
13491 |
-
integrity sha512-
|
13492 |
dependencies:
|
13493 |
-
alphanum-sort "^1.0.
|
13494 |
-
|
13495 |
-
postcss "^7.0.0"
|
13496 |
-
postcss-selector-parser "^3.0.0"
|
13497 |
|
13498 |
postcss-modules-extract-imports@^3.0.0:
|
13499 |
version "3.0.0"
|
@@ -13523,117 +13655,98 @@ postcss-modules-values@^4.0.0:
|
|
13523 |
dependencies:
|
13524 |
icss-utils "^5.0.0"
|
13525 |
|
13526 |
-
postcss-normalize-charset@^
|
13527 |
-
version "
|
13528 |
-
resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-
|
13529 |
-
integrity sha512-
|
13530 |
-
dependencies:
|
13531 |
-
postcss "^7.0.0"
|
13532 |
|
13533 |
-
postcss-normalize-display-values@^
|
13534 |
-
version "
|
13535 |
-
resolved "https://registry.yarnpkg.com/postcss-normalize-display-values/-/postcss-normalize-display-values-
|
13536 |
-
integrity sha512-
|
13537 |
dependencies:
|
13538 |
-
cssnano-
|
13539 |
-
postcss "^
|
13540 |
-
postcss-value-parser "^3.0.0"
|
13541 |
|
13542 |
-
postcss-normalize-positions@^
|
13543 |
-
version "
|
13544 |
-
resolved "https://registry.yarnpkg.com/postcss-normalize-positions/-/postcss-normalize-positions-
|
13545 |
-
integrity sha512-
|
13546 |
dependencies:
|
13547 |
-
|
13548 |
-
has "^1.0.0"
|
13549 |
-
postcss "^7.0.0"
|
13550 |
-
postcss-value-parser "^3.0.0"
|
13551 |
|
13552 |
-
postcss-normalize-repeat-style@^
|
13553 |
-
version "
|
13554 |
-
resolved "https://registry.yarnpkg.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-
|
13555 |
-
integrity sha512-
|
13556 |
dependencies:
|
13557 |
-
cssnano-
|
13558 |
-
|
13559 |
-
postcss "^7.0.0"
|
13560 |
-
postcss-value-parser "^3.0.0"
|
13561 |
|
13562 |
-
postcss-normalize-string@^
|
13563 |
-
version "
|
13564 |
-
resolved "https://registry.yarnpkg.com/postcss-normalize-string/-/postcss-normalize-string-
|
13565 |
-
integrity sha512-
|
13566 |
dependencies:
|
13567 |
-
|
13568 |
-
postcss "^7.0.0"
|
13569 |
-
postcss-value-parser "^3.0.0"
|
13570 |
|
13571 |
-
postcss-normalize-timing-functions@^
|
13572 |
-
version "
|
13573 |
-
resolved "https://registry.yarnpkg.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-
|
13574 |
-
integrity sha512-
|
13575 |
dependencies:
|
13576 |
-
cssnano-
|
13577 |
-
postcss "^
|
13578 |
-
postcss-value-parser "^3.0.0"
|
13579 |
|
13580 |
-
postcss-normalize-unicode@^
|
13581 |
-
version "
|
13582 |
-
resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-
|
13583 |
-
integrity sha512-
|
13584 |
dependencies:
|
13585 |
-
browserslist "^4.
|
13586 |
-
postcss "^
|
13587 |
-
postcss-value-parser "^3.0.0"
|
13588 |
|
13589 |
-
postcss-normalize-url@^
|
13590 |
-
version "
|
13591 |
-
resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-
|
13592 |
-
integrity sha512-
|
13593 |
dependencies:
|
13594 |
-
is-absolute-url "^
|
13595 |
-
normalize-url "^
|
13596 |
-
postcss "^
|
13597 |
-
postcss-value-parser "^3.0.0"
|
13598 |
|
13599 |
-
postcss-normalize-whitespace@^
|
13600 |
-
version "
|
13601 |
-
resolved "https://registry.yarnpkg.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-
|
13602 |
-
integrity sha512-
|
13603 |
dependencies:
|
13604 |
-
postcss "^
|
13605 |
-
postcss-value-parser "^3.0.0"
|
13606 |
|
13607 |
-
postcss-ordered-values@^
|
13608 |
-
version "
|
13609 |
-
resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-
|
13610 |
-
integrity sha512-
|
13611 |
dependencies:
|
13612 |
-
cssnano-
|
13613 |
-
postcss "^
|
13614 |
-
postcss-value-parser "^3.0.0"
|
13615 |
|
13616 |
-
postcss-reduce-initial@^
|
13617 |
-
version "
|
13618 |
-
resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-
|
13619 |
-
integrity sha512-
|
13620 |
dependencies:
|
13621 |
-
browserslist "^4.
|
13622 |
caniuse-api "^3.0.0"
|
13623 |
-
has "^1.0.0"
|
13624 |
-
postcss "^7.0.0"
|
13625 |
|
13626 |
-
postcss-reduce-transforms@^
|
13627 |
-
version "
|
13628 |
-
resolved "https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-
|
13629 |
-
integrity sha512-
|
13630 |
dependencies:
|
13631 |
-
cssnano-
|
13632 |
-
|
13633 |
-
postcss "^7.0.0"
|
13634 |
-
postcss-value-parser "^3.0.0"
|
13635 |
|
13636 |
-
postcss-selector-parser@^3.
|
13637 |
version "3.1.2"
|
13638 |
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz#b310f5c4c0fdaf76f94902bbaa30db6aa84f5270"
|
13639 |
integrity sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==
|
@@ -13652,30 +13765,23 @@ postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4:
|
|
13652 |
uniq "^1.0.1"
|
13653 |
util-deprecate "^1.0.2"
|
13654 |
|
13655 |
-
postcss-svgo@^
|
13656 |
-
version "
|
13657 |
-
resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-
|
13658 |
-
integrity sha512-
|
13659 |
dependencies:
|
13660 |
-
|
13661 |
-
|
13662 |
-
postcss-value-parser "^3.0.0"
|
13663 |
-
svgo "^1.0.0"
|
13664 |
|
13665 |
-
postcss-unique-selectors@^
|
13666 |
-
version "
|
13667 |
-
resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-
|
13668 |
-
integrity sha512
|
13669 |
dependencies:
|
13670 |
-
alphanum-sort "^1.0.
|
13671 |
-
postcss "^
|
13672 |
uniqs "^2.0.0"
|
13673 |
|
13674 |
-
postcss-value-parser@^3.0.0:
|
13675 |
-
version "3.3.1"
|
13676 |
-
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
|
13677 |
-
integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==
|
13678 |
-
|
13679 |
postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0:
|
13680 |
version "4.1.0"
|
13681 |
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
|
@@ -13690,15 +13796,6 @@ postcss@8.2.6:
|
|
13690 |
nanoid "^3.1.20"
|
13691 |
source-map "^0.6.1"
|
13692 |
|
13693 |
-
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.27:
|
13694 |
-
version "7.0.35"
|
13695 |
-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.35.tgz#d2be00b998f7f211d8a276974079f2e92b970e24"
|
13696 |
-
integrity sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==
|
13697 |
-
dependencies:
|
13698 |
-
chalk "^2.4.2"
|
13699 |
-
source-map "^0.6.1"
|
13700 |
-
supports-color "^6.1.0"
|
13701 |
-
|
13702 |
postcss@^8.2.8:
|
13703 |
version "8.2.8"
|
13704 |
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.8.tgz#0b90f9382efda424c4f0f69a2ead6f6830d08ece"
|
@@ -13708,6 +13805,15 @@ postcss@^8.2.8:
|
|
13708 |
nanoid "^3.1.20"
|
13709 |
source-map "^0.6.1"
|
13710 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13711 |
potrace@^2.1.8:
|
13712 |
version "2.1.8"
|
13713 |
resolved "https://registry.yarnpkg.com/potrace/-/potrace-2.1.8.tgz#50f6fba92e1e39ddef6f979b0a0f841809e0acf2"
|
@@ -13715,10 +13821,10 @@ potrace@^2.1.8:
|
|
13715 |
dependencies:
|
13716 |
jimp "^0.14.0"
|
13717 |
|
13718 |
-
prebuild-install@^6.
|
13719 |
-
version "6.
|
13720 |
-
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-6.
|
13721 |
-
integrity sha512-
|
13722 |
dependencies:
|
13723 |
detect-libc "^1.0.3"
|
13724 |
expand-template "^2.0.3"
|
@@ -13726,7 +13832,7 @@ prebuild-install@^6.0.1:
|
|
13726 |
minimist "^1.2.3"
|
13727 |
mkdirp-classic "^0.5.3"
|
13728 |
napi-build-utils "^1.0.1"
|
13729 |
-
node-abi "^2.
|
13730 |
noop-logger "^0.1.1"
|
13731 |
npmlog "^4.0.1"
|
13732 |
pump "^3.0.0"
|
@@ -13734,7 +13840,6 @@ prebuild-install@^6.0.1:
|
|
13734 |
simple-get "^3.0.3"
|
13735 |
tar-fs "^2.0.0"
|
13736 |
tunnel-agent "^0.6.0"
|
13737 |
-
which-pm-runs "^1.0.0"
|
13738 |
|
13739 |
prefix-style@2.0.1:
|
13740 |
version "2.0.1"
|
@@ -13756,11 +13861,16 @@ prepend-http@^2.0.0:
|
|
13756 |
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
|
13757 |
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
|
13758 |
|
13759 |
-
prettier@^2.0.5
|
13760 |
version "2.2.1"
|
13761 |
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
|
13762 |
integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==
|
13763 |
|
|
|
|
|
|
|
|
|
|
|
13764 |
pretty-bytes@^5.3.0, pretty-bytes@^5.4.1:
|
13765 |
version "5.6.0"
|
13766 |
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
|
@@ -13841,7 +13951,7 @@ promzard@^0.3.0:
|
|
13841 |
dependencies:
|
13842 |
read "1"
|
13843 |
|
13844 |
-
prop-types
|
13845 |
version "15.7.2"
|
13846 |
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
|
13847 |
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
|
@@ -14177,10 +14287,10 @@ react-fast-compare@^3.0.0, react-fast-compare@^3.1.1:
|
|
14177 |
resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.0.tgz#641a9da81b6a6320f270e89724fb45a0b39e43bb"
|
14178 |
integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==
|
14179 |
|
14180 |
-
react-from-dom@^0.
|
14181 |
-
version "0.
|
14182 |
-
resolved "https://registry.yarnpkg.com/react-from-dom/-/react-from-dom-0.
|
14183 |
-
integrity sha512-
|
14184 |
|
14185 |
react-helmet@^6.1.0:
|
14186 |
version "6.1.0"
|
@@ -14197,40 +14307,40 @@ react-icons@^4.2.0:
|
|
14197 |
resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.2.0.tgz#6dda80c8a8f338ff96a1851424d63083282630d0"
|
14198 |
integrity sha512-rmzEDFt+AVXRzD7zDE21gcxyBizD/3NqjbX6cmViAgdqfJ2UiLer8927/QhhrXQV7dEj/1EGuOTPp7JnLYVJKQ==
|
14199 |
|
14200 |
-
react-inlinesvg@^2.
|
14201 |
-
version "2.
|
14202 |
-
resolved "https://registry.yarnpkg.com/react-inlinesvg/-/react-inlinesvg-2.
|
14203 |
-
integrity sha512-
|
14204 |
dependencies:
|
14205 |
exenv "^1.2.2"
|
14206 |
-
react-from-dom "^0.
|
14207 |
|
14208 |
-
react-instantsearch-core@^6.
|
14209 |
-
version "6.
|
14210 |
-
resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-6.
|
14211 |
-
integrity sha512-
|
14212 |
dependencies:
|
14213 |
"@babel/runtime" "^7.1.2"
|
14214 |
algoliasearch-helper "^3.4.3"
|
14215 |
prop-types "^15.6.2"
|
14216 |
react-fast-compare "^3.0.0"
|
14217 |
|
14218 |
-
react-instantsearch-dom@^6.
|
14219 |
-
version "6.
|
14220 |
-
resolved "https://registry.yarnpkg.com/react-instantsearch-dom/-/react-instantsearch-dom-6.
|
14221 |
-
integrity sha512-
|
14222 |
dependencies:
|
14223 |
"@babel/runtime" "^7.1.2"
|
14224 |
algoliasearch-helper "^3.4.3"
|
14225 |
classnames "^2.2.5"
|
14226 |
prop-types "^15.6.2"
|
14227 |
react-fast-compare "^3.0.0"
|
14228 |
-
react-instantsearch-core "^6.
|
14229 |
|
14230 |
-
react-intersection-observer@^8.
|
14231 |
-
version "8.
|
14232 |
-
resolved "https://registry.yarnpkg.com/react-intersection-observer/-/react-intersection-observer-8.
|
14233 |
-
integrity sha512-
|
14234 |
|
14235 |
react-is@^16.12.0, react-is@^16.7.0, react-is@^16.8.1:
|
14236 |
version "16.13.1"
|
@@ -14242,10 +14352,10 @@ react-lifecycles-compat@^3.0.0, react-lifecycles-compat@^3.0.4:
|
|
14242 |
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
|
14243 |
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
|
14244 |
|
14245 |
-
react-modal@^3.
|
14246 |
-
version "3.
|
14247 |
-
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.
|
14248 |
-
integrity sha512-
|
14249 |
dependencies:
|
14250 |
exenv "^1.2.0"
|
14251 |
prop-types "^15.5.10"
|
@@ -14293,19 +14403,15 @@ react-slick@^0.28.1:
|
|
14293 |
lodash.debounce "^4.0.8"
|
14294 |
resize-observer-polyfill "^1.5.0"
|
14295 |
|
14296 |
-
react-sticky-el@^2.0.
|
14297 |
-
version "2.0.
|
14298 |
-
resolved "https://registry.yarnpkg.com/react-sticky-el/-/react-sticky-el-2.0.
|
14299 |
-
integrity sha512-
|
14300 |
-
dependencies:
|
14301 |
-
eslint-plugin-react "^7.19.0"
|
14302 |
-
flow-bin "^0.120.1"
|
14303 |
-
prop-types ">=15.7.2"
|
14304 |
|
14305 |
-
react-tabs@^3.2.
|
14306 |
-
version "3.2.
|
14307 |
-
resolved "https://registry.yarnpkg.com/react-tabs/-/react-tabs-3.2.
|
14308 |
-
integrity sha512
|
14309 |
dependencies:
|
14310 |
clsx "^1.1.0"
|
14311 |
prop-types "^15.5.0"
|
@@ -14434,6 +14540,16 @@ read@1, read@^1.0.7, read@~1.0.1:
|
|
14434 |
string_decoder "~1.1.1"
|
14435 |
util-deprecate "~1.0.1"
|
14436 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14437 |
"readable-stream@2 || 3", readable-stream@3, readable-stream@^3.0.0, readable-stream@^3.0.2, readable-stream@^3.0.6, readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.6.0:
|
14438 |
version "3.6.0"
|
14439 |
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
|
@@ -14575,7 +14691,7 @@ regex-not@^1.0.0, regex-not@^1.0.2:
|
|
14575 |
extend-shallow "^3.0.2"
|
14576 |
safe-regex "^1.1.0"
|
14577 |
|
14578 |
-
regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.1:
|
14579 |
version "1.3.1"
|
14580 |
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz#7ef352ae8d159e758c0eadca6f8fcb4eef07be26"
|
14581 |
integrity sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==
|
@@ -14923,7 +15039,7 @@ resolve-url@^0.2.1:
|
|
14923 |
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
|
14924 |
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
|
14925 |
|
14926 |
-
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.
|
14927 |
version "1.20.0"
|
14928 |
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
|
14929 |
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
|
@@ -14931,6 +15047,14 @@ resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.1
|
|
14931 |
is-core-module "^2.2.0"
|
14932 |
path-parse "^1.0.6"
|
14933 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14934 |
responselike@1.0.2, responselike@^1.0.2:
|
14935 |
version "1.0.2"
|
14936 |
resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7"
|
@@ -14982,13 +15106,13 @@ retext-latin@^2.0.0:
|
|
14982 |
parse-latin "^4.0.0"
|
14983 |
unherit "^1.0.4"
|
14984 |
|
14985 |
-
retext-smartypants@^
|
14986 |
-
version "
|
14987 |
-
resolved "https://registry.yarnpkg.com/retext-smartypants/-/retext-smartypants-
|
14988 |
-
integrity sha512
|
14989 |
dependencies:
|
14990 |
nlcst-to-string "^2.0.0"
|
14991 |
-
unist-util-visit "^
|
14992 |
|
14993 |
retext-stringify@^2.0.0:
|
14994 |
version "2.0.4"
|
@@ -14997,14 +15121,14 @@ retext-stringify@^2.0.0:
|
|
14997 |
dependencies:
|
14998 |
nlcst-to-string "^2.0.0"
|
14999 |
|
15000 |
-
retext@^
|
15001 |
-
version "
|
15002 |
-
resolved "https://registry.yarnpkg.com/retext/-/retext-
|
15003 |
-
integrity
|
15004 |
dependencies:
|
15005 |
retext-latin "^2.0.0"
|
15006 |
retext-stringify "^2.0.0"
|
15007 |
-
unified "^
|
15008 |
|
15009 |
retry@^0.10.0:
|
15010 |
version "0.10.1"
|
@@ -15132,7 +15256,7 @@ schema-utils@^2.6.5:
|
|
15132 |
ajv "^6.12.4"
|
15133 |
ajv-keywords "^3.5.2"
|
15134 |
|
15135 |
-
schema-utils@^3.0.0:
|
15136 |
version "3.0.0"
|
15137 |
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.0.0.tgz#67502f6aa2b66a2d4032b4279a2944978a0913ef"
|
15138 |
integrity sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==
|
@@ -15209,6 +15333,13 @@ semver@^7.2.1, semver@^7.3.2, semver@^7.3.4:
|
|
15209 |
dependencies:
|
15210 |
lru-cache "^6.0.0"
|
15211 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15212 |
send@0.17.1:
|
15213 |
version "0.17.1"
|
15214 |
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
|
@@ -15320,19 +15451,17 @@ shallowequal@^1.1.0:
|
|
15320 |
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
|
15321 |
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
|
15322 |
|
15323 |
-
sharp@^0.
|
15324 |
-
version "0.
|
15325 |
-
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.
|
15326 |
-
integrity sha512-
|
15327 |
dependencies:
|
15328 |
-
array-flatten "^3.0.0"
|
15329 |
color "^3.1.3"
|
15330 |
detect-libc "^1.0.3"
|
15331 |
node-addon-api "^3.1.0"
|
15332 |
-
|
15333 |
-
|
15334 |
-
|
15335 |
-
simple-get "^4.0.0"
|
15336 |
tar-fs "^2.1.1"
|
15337 |
tunnel-agent "^0.6.0"
|
15338 |
|
@@ -15365,7 +15494,7 @@ shell-quote@1.7.2:
|
|
15365 |
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
|
15366 |
integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
|
15367 |
|
15368 |
-
side-channel@^1.0.4:
|
15369 |
version "1.0.4"
|
15370 |
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
|
15371 |
integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==
|
@@ -15384,7 +15513,7 @@ simple-concat@^1.0.0:
|
|
15384 |
resolved "https://registry.yarnpkg.com/simple-concat/-/simple-concat-1.0.1.tgz#f46976082ba35c2263f1c8ab5edfe26c41c9552f"
|
15385 |
integrity sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==
|
15386 |
|
15387 |
-
simple-get@^3.0.3:
|
15388 |
version "3.1.0"
|
15389 |
resolved "https://registry.yarnpkg.com/simple-get/-/simple-get-3.1.0.tgz#b45be062435e50d159540b576202ceec40b9c6b3"
|
15390 |
integrity sha512-bCR6cP+aTdScaQCnQKbPKtJOKDp/hj9EDLJo3Nw4y1QksqaovlW/bnptB6/c1e+qmNIDHRK+oXFDdEqBT8WzUA==
|
@@ -15393,15 +15522,6 @@ simple-get@^3.0.3:
|
|
15393 |
once "^1.3.1"
|
15394 |
simple-concat "^1.0.0"
|
15395 |
|
15396 |
-
simple-get@^4.0.0:
|
15397 |
-
version "4.0.0"
|
15398 |
-
resolved "https://registry.yarnpkg.com/simple-get/-/simple-get-4.0.0.tgz#73fa628278d21de83dadd5512d2cc1f4872bd675"
|
15399 |
-
integrity sha512-ZalZGexYr3TA0SwySsr5HlgOOinS4Jsa8YB2GJ6lUNAazyAu4KG/VmzMTwAt2YVXzzVj8QmefmAonZIK2BSGcQ==
|
15400 |
-
dependencies:
|
15401 |
-
decompress-response "^6.0.0"
|
15402 |
-
once "^1.3.1"
|
15403 |
-
simple-concat "^1.0.0"
|
15404 |
-
|
15405 |
simple-swizzle@^0.2.2:
|
15406 |
version "0.2.2"
|
15407 |
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
|
@@ -15450,20 +15570,25 @@ slide@^1.1.6:
|
|
15450 |
resolved "https://registry.yarnpkg.com/slide/-/slide-1.1.6.tgz#56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707"
|
15451 |
integrity sha1-VusCfWW00tzmyy4tMsTUr8nh1wc=
|
15452 |
|
15453 |
-
slugify@^1.4.4
|
15454 |
version "1.4.7"
|
15455 |
resolved "https://registry.yarnpkg.com/slugify/-/slugify-1.4.7.tgz#e42359d505afd84a44513280868e31202a79a628"
|
15456 |
integrity sha512-tf+h5W1IrjNm/9rKKj0JU2MDMruiopx0jjVA5zCdBtcGjfp0+c5rHw/zADLC3IeKlGHtVbHtpfzvYA0OYT+HKg==
|
15457 |
|
|
|
|
|
|
|
|
|
|
|
15458 |
smart-buffer@^4.1.0:
|
15459 |
version "4.1.0"
|
15460 |
resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.1.0.tgz#91605c25d91652f4661ea69ccf45f1b331ca21ba"
|
15461 |
integrity sha512-iVICrxOzCynf/SNaBQCw34eM9jROU/s5rzIhpOvzhzuYHfJR/DhZfDkXiZSgKXfgv26HT3Yni3AV/DGw0cGnnw==
|
15462 |
|
15463 |
-
smooth-scrollbar@^8.
|
15464 |
-
version "8.6.
|
15465 |
-
resolved "https://registry.yarnpkg.com/smooth-scrollbar/-/smooth-scrollbar-8.6.
|
15466 |
-
integrity sha512-
|
15467 |
dependencies:
|
15468 |
core-js "^3.6.4"
|
15469 |
lodash-es "^4.17.21"
|
@@ -15798,13 +15923,6 @@ ssri@^6.0.0, ssri@^6.0.1:
|
|
15798 |
dependencies:
|
15799 |
figgy-pudding "^3.5.1"
|
15800 |
|
15801 |
-
ssri@^8.0.0:
|
15802 |
-
version "8.0.1"
|
15803 |
-
resolved "https://registry.yarnpkg.com/ssri/-/ssri-8.0.1.tgz#638e4e439e2ffbd2cd289776d5ca457c4f51a2af"
|
15804 |
-
integrity sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==
|
15805 |
-
dependencies:
|
15806 |
-
minipass "^3.1.1"
|
15807 |
-
|
15808 |
st@^2.0.0:
|
15809 |
version "2.0.0"
|
15810 |
resolved "https://registry.yarnpkg.com/st/-/st-2.0.0.tgz#eabd11e7722863b8ee8cfbdd027cb25e76ff35e9"
|
@@ -15958,7 +16076,7 @@ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0:
|
|
15958 |
is-fullwidth-code-point "^3.0.0"
|
15959 |
strip-ansi "^6.0.0"
|
15960 |
|
15961 |
-
string.prototype.matchall@^4.0.
|
15962 |
version "4.0.4"
|
15963 |
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.4.tgz#608f255e93e072107f5de066f81a2dfb78cf6b29"
|
15964 |
integrity sha512-pknFIWVachNcyqRfaQSeu/FUfpvJTe4uskUSZ9Wc1RijsPuzbZ8TyYT8WCNnntCjUEqQ3vUHMAfVj2+wLAisPQ==
|
@@ -16183,14 +16301,13 @@ styled-system@^5.1.5:
|
|
16183 |
"@styled-system/variant" "^5.1.5"
|
16184 |
object-assign "^4.1.1"
|
16185 |
|
16186 |
-
stylehacks@^
|
16187 |
-
version "
|
16188 |
-
resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-
|
16189 |
-
integrity sha512-
|
16190 |
dependencies:
|
16191 |
-
browserslist "^4.
|
16192 |
-
postcss "^
|
16193 |
-
postcss-selector-parser "^3.0.0"
|
16194 |
|
16195 |
sudo-prompt@^8.2.0:
|
16196 |
version "8.2.5"
|
@@ -16223,7 +16340,7 @@ supports-color@^7.0.0, supports-color@^7.1.0:
|
|
16223 |
dependencies:
|
16224 |
has-flag "^4.0.0"
|
16225 |
|
16226 |
-
svgo@1.3.2
|
16227 |
version "1.3.2"
|
16228 |
resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.2.tgz#b6dc511c063346c9e415b81e43401145b96d4167"
|
16229 |
integrity sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==
|
@@ -16242,6 +16359,19 @@ svgo@1.3.2, svgo@^1.0.0:
|
|
16242 |
unquote "~1.1.1"
|
16243 |
util.promisify "~1.0.0"
|
16244 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16245 |
swap-case@^1.1.0:
|
16246 |
version "1.1.2"
|
16247 |
resolved "https://registry.yarnpkg.com/swap-case/-/swap-case-1.1.2.tgz#c39203a4587385fad3c850a0bd1bcafa081974e3"
|
@@ -16278,7 +16408,7 @@ tapable@^1.0.0:
|
|
16278 |
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2"
|
16279 |
integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==
|
16280 |
|
16281 |
-
tapable@^2.1.1, tapable@^2.2.0:
|
16282 |
version "2.2.0"
|
16283 |
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.0.tgz#5c373d281d9c672848213d0e037d1c4165ab426b"
|
16284 |
integrity sha512-FBk4IesMV1rBxX2tfiK8RAmogtWn53puLOQlvO8XuwlgxcYbP4mVPS9Ph4aeamSyyVjOl24aYWAuc8U5kCVwMw==
|
@@ -16330,18 +16460,6 @@ tar@^4.4.10, tar@^4.4.12, tar@^4.4.8:
|
|
16330 |
safe-buffer "^5.1.2"
|
16331 |
yallist "^3.0.3"
|
16332 |
|
16333 |
-
tar@^6.0.2:
|
16334 |
-
version "6.1.0"
|
16335 |
-
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.0.tgz#d1724e9bcc04b977b18d5c573b333a2207229a83"
|
16336 |
-
integrity sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==
|
16337 |
-
dependencies:
|
16338 |
-
chownr "^2.0.0"
|
16339 |
-
fs-minipass "^2.0.0"
|
16340 |
-
minipass "^3.0.0"
|
16341 |
-
minizlib "^2.1.1"
|
16342 |
-
mkdirp "^1.0.3"
|
16343 |
-
yallist "^4.0.0"
|
16344 |
-
|
16345 |
temp-dir@^1.0.0:
|
16346 |
version "1.0.0"
|
16347 |
resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d"
|
@@ -16695,6 +16813,11 @@ tslib@^2, tslib@^2.0.0, tslib@^2.0.3, tslib@~2.1.0:
|
|
16695 |
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
|
16696 |
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
|
16697 |
|
|
|
|
|
|
|
|
|
|
|
16698 |
tslib@~2.0.1:
|
16699 |
version "2.0.3"
|
16700 |
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
|
@@ -16761,7 +16884,7 @@ type-fest@^0.8.0, type-fest@^0.8.1:
|
|
16761 |
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
|
16762 |
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
|
16763 |
|
16764 |
-
type-is@~1.6.17, type-is@~1.6.18:
|
16765 |
version "1.6.18"
|
16766 |
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
|
16767 |
integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==
|
@@ -16885,18 +17008,6 @@ unified@9.2.0:
|
|
16885 |
trough "^1.0.0"
|
16886 |
vfile "^4.0.0"
|
16887 |
|
16888 |
-
unified@^6.0.0:
|
16889 |
-
version "6.2.0"
|
16890 |
-
resolved "https://registry.yarnpkg.com/unified/-/unified-6.2.0.tgz#7fbd630f719126d67d40c644b7e3f617035f6dba"
|
16891 |
-
integrity sha512-1k+KPhlVtqmG99RaTbAv/usu85fcSRu3wY8X+vnsEhIxNP5VbVIDiXnLqyKIG+UMdyTg0ZX9EI6k2AfjJkHPtA==
|
16892 |
-
dependencies:
|
16893 |
-
bail "^1.0.0"
|
16894 |
-
extend "^3.0.0"
|
16895 |
-
is-plain-obj "^1.1.0"
|
16896 |
-
trough "^1.0.0"
|
16897 |
-
vfile "^2.0.0"
|
16898 |
-
x-is-string "^0.1.0"
|
16899 |
-
|
16900 |
unified@^7.0.0:
|
16901 |
version "7.1.0"
|
16902 |
resolved "https://registry.yarnpkg.com/unified/-/unified-7.1.0.tgz#5032f1c1ee3364bd09da12e27fdd4a7553c7be13"
|
@@ -16911,7 +17022,7 @@ unified@^7.0.0:
|
|
16911 |
vfile "^3.0.0"
|
16912 |
x-is-string "^0.1.0"
|
16913 |
|
16914 |
-
unified@^8.4.2:
|
16915 |
version "8.4.2"
|
16916 |
resolved "https://registry.yarnpkg.com/unified/-/unified-8.4.2.tgz#13ad58b4a437faa2751a4a4c6a16f680c500fff1"
|
16917 |
integrity sha512-JCrmN13jI4+h9UAyKEoGcDZV+i1E7BLFuG7OsaDvTXI5P0qhHX+vZO/kOhz9jn8HGENDKbwSeB0nVOg4gVStGA==
|
@@ -17050,14 +17161,16 @@ unist-util-remove@^2.0.0:
|
|
17050 |
dependencies:
|
17051 |
unist-util-is "^4.0.0"
|
17052 |
|
17053 |
-
unist-util-select@^
|
17054 |
-
version "
|
17055 |
-
resolved "https://registry.yarnpkg.com/unist-util-select/-/unist-util-select-
|
17056 |
-
integrity
|
17057 |
dependencies:
|
17058 |
-
css-selector-parser "^1.
|
17059 |
-
|
17060 |
-
nth-check "^
|
|
|
|
|
17061 |
|
17062 |
unist-util-stringify-position@^1.0.0, unist-util-stringify-position@^1.1.1:
|
17063 |
version "1.1.2"
|
@@ -17076,14 +17189,14 @@ unist-util-visit-children@^1.0.0:
|
|
17076 |
resolved "https://registry.yarnpkg.com/unist-util-visit-children/-/unist-util-visit-children-1.1.4.tgz#e8a087e58a33a2815f76ea1901c15dec2cb4b432"
|
17077 |
integrity sha512-sA/nXwYRCQVRwZU2/tQWUqJ9JSFM1X3x7JIOsIgSzrFHcfVt6NkzDtKzyxg2cZWkCwGF9CO8x4QNZRJRMK8FeQ==
|
17078 |
|
17079 |
-
unist-util-visit-parents@^2.0.0
|
17080 |
version "2.1.2"
|
17081 |
resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz#25e43e55312166f3348cae6743588781d112c1e9"
|
17082 |
integrity sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==
|
17083 |
dependencies:
|
17084 |
unist-util-is "^3.0.0"
|
17085 |
|
17086 |
-
unist-util-visit-parents@^3.0.0:
|
17087 |
version "3.1.1"
|
17088 |
resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz#65a6ce698f78a6b0f56aa0e88f13801886cdaef6"
|
17089 |
integrity sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==
|
@@ -17100,7 +17213,7 @@ unist-util-visit@2.0.3, unist-util-visit@^2.0.0, unist-util-visit@^2.0.2, unist-
|
|
17100 |
unist-util-is "^4.0.0"
|
17101 |
unist-util-visit-parents "^3.0.0"
|
17102 |
|
17103 |
-
unist-util-visit@^1.
|
17104 |
version "1.4.1"
|
17105 |
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-1.4.1.tgz#4724aaa8486e6ee6e26d7ff3c8685960d560b1e3"
|
17106 |
integrity sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==
|
@@ -17347,7 +17460,7 @@ vary@^1, vary@~1.1.2:
|
|
17347 |
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
|
17348 |
integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
|
17349 |
|
17350 |
-
vendors@^1.0.
|
17351 |
version "1.0.4"
|
17352 |
resolved "https://registry.yarnpkg.com/vendors/-/vendors-1.0.4.tgz#e2b800a53e7a29b93506c3cf41100d16c4c4ad8e"
|
17353 |
integrity sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==
|
@@ -17386,16 +17499,6 @@ vfile-message@^1.0.0:
|
|
17386 |
dependencies:
|
17387 |
unist-util-stringify-position "^1.1.1"
|
17388 |
|
17389 |
-
vfile@^2.0.0:
|
17390 |
-
version "2.3.0"
|
17391 |
-
resolved "https://registry.yarnpkg.com/vfile/-/vfile-2.3.0.tgz#e62d8e72b20e83c324bc6c67278ee272488bf84a"
|
17392 |
-
integrity sha512-ASt4mBUHcTpMKD/l5Q+WJXNtshlWxOogYyGYYrg4lt/vuRjC1EFQtlAofL5VmtVNIZJzWYFJjzGWZ0Gw8pzW1w==
|
17393 |
-
dependencies:
|
17394 |
-
is-buffer "^1.1.4"
|
17395 |
-
replace-ext "1.0.0"
|
17396 |
-
unist-util-stringify-position "^1.0.0"
|
17397 |
-
vfile-message "^1.0.0"
|
17398 |
-
|
17399 |
vfile@^3.0.0:
|
17400 |
version "3.0.1"
|
17401 |
resolved "https://registry.yarnpkg.com/vfile/-/vfile-3.0.1.tgz#47331d2abe3282424f4a4bb6acd20a44c4121803"
|
@@ -17460,18 +17563,18 @@ webidl-conversions@^4.0.2:
|
|
17460 |
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
|
17461 |
integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==
|
17462 |
|
17463 |
-
webpack-assets-manifest@^
|
17464 |
-
version "
|
17465 |
-
resolved "https://registry.yarnpkg.com/webpack-assets-manifest/-/webpack-assets-manifest-
|
17466 |
-
integrity sha512-
|
17467 |
dependencies:
|
17468 |
-
chalk "^
|
|
|
|
|
17469 |
lodash.get "^4.0"
|
17470 |
lodash.has "^4.0"
|
17471 |
-
|
17472 |
-
|
17473 |
-
tapable "^1.0.0"
|
17474 |
-
webpack-sources "^1.0.0"
|
17475 |
|
17476 |
webpack-dev-middleware@^3.7.2:
|
17477 |
version "3.7.3"
|
@@ -17559,7 +17662,7 @@ webpack-sources@^0.2.0:
|
|
17559 |
source-list-map "^1.1.1"
|
17560 |
source-map "~0.5.3"
|
17561 |
|
17562 |
-
webpack-sources@^1.
|
17563 |
version "1.4.3"
|
17564 |
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933"
|
17565 |
integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==
|
@@ -17587,20 +17690,20 @@ webpack-virtual-modules@^0.3.2:
|
|
17587 |
dependencies:
|
17588 |
debug "^3.0.0"
|
17589 |
|
17590 |
-
webpack@^5.
|
17591 |
-
version "5.
|
17592 |
-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.
|
17593 |
-
integrity sha512-
|
17594 |
dependencies:
|
17595 |
"@types/eslint-scope" "^3.7.0"
|
17596 |
-
"@types/estree" "^0.0.
|
17597 |
"@webassemblyjs/ast" "1.11.0"
|
17598 |
"@webassemblyjs/wasm-edit" "1.11.0"
|
17599 |
"@webassemblyjs/wasm-parser" "1.11.0"
|
17600 |
-
acorn "^8.
|
17601 |
browserslist "^4.14.5"
|
17602 |
chrome-trace-event "^1.0.2"
|
17603 |
-
enhanced-resolve "^5.
|
17604 |
es-module-lexer "^0.4.0"
|
17605 |
eslint-scope "^5.1.1"
|
17606 |
events "^3.2.0"
|
@@ -17650,15 +17753,33 @@ which-boxed-primitive@^1.0.1:
|
|
17650 |
is-string "^1.0.5"
|
17651 |
is-symbol "^1.0.3"
|
17652 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17653 |
which-module@^2.0.0:
|
17654 |
version "2.0.0"
|
17655 |
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
|
17656 |
integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
|
17657 |
|
17658 |
-
which-
|
17659 |
-
version "1.
|
17660 |
-
resolved "https://registry.yarnpkg.com/which-
|
17661 |
-
integrity
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17662 |
|
17663 |
which@^1.2.9, which@^1.3.1:
|
17664 |
version "1.3.1"
|
2 |
# yarn lockfile v1
|
3 |
|
4 |
|
5 |
+
"@algolia/cache-browser-local-storage@4.9.1":
|
6 |
+
version "4.9.1"
|
7 |
+
resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.9.1.tgz#784e91580dcca00a8280b0905197f5abbbdf4b48"
|
8 |
+
integrity sha512-bAUU9vKCy45uTTlzJw0LYu1IjoZsmzL6lgjaVFaW1crhX/4P+JD5ReQv3n/wpiXSFaHq1WEO3WyH2g3ymzeipQ==
|
9 |
+
dependencies:
|
10 |
+
"@algolia/cache-common" "4.9.1"
|
11 |
+
|
12 |
+
"@algolia/cache-common@4.9.1":
|
13 |
+
version "4.9.1"
|
14 |
+
resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.9.1.tgz#2d5f37ba7aab7db76627c4a4fce51a7fd137fa65"
|
15 |
+
integrity sha512-tcvw4mOfFy44V4ZxDEy9wNGr6vFROZKRpXKTEBgdw/WBn6mX51H1ar4RWtceDEcDU4H5fIv5tsY3ip2hU+fTPg==
|
16 |
+
|
17 |
+
"@algolia/cache-in-memory@4.9.1":
|
18 |
+
version "4.9.1"
|
19 |
+
resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.9.1.tgz#3fd1d67aec804b6cc8439015b8b9c712a45c7ae0"
|
20 |
+
integrity sha512-IEJrHonvdymW2CnRfJtsTVWyfAH05xPEFkGXGCw00+6JNCj8Dln3TeaRLiaaY1srlyGedkemekQm1/Xb46CGOQ==
|
21 |
+
dependencies:
|
22 |
+
"@algolia/cache-common" "4.9.1"
|
23 |
+
|
24 |
+
"@algolia/client-account@4.9.1":
|
25 |
+
version "4.9.1"
|
26 |
+
resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.9.1.tgz#f2c1b3e49de2ee1fca44b8b5e64e1ce0dbdff0db"
|
27 |
+
integrity sha512-Shpjeuwb7i2LR5QuWREb6UbEQLGB+Pl/J5+wPgILJDP/uWp7jpl0ase9mYNQGKj7TjztpSpQCPZ3dSHPnzZPfw==
|
28 |
+
dependencies:
|
29 |
+
"@algolia/client-common" "4.9.1"
|
30 |
+
"@algolia/client-search" "4.9.1"
|
31 |
+
"@algolia/transporter" "4.9.1"
|
32 |
+
|
33 |
+
"@algolia/client-analytics@4.9.1":
|
34 |
+
version "4.9.1"
|
35 |
+
resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.9.1.tgz#56972496526910c53c5ce7844f4571efba63eb5f"
|
36 |
+
integrity sha512-/g6OkOSIA+A0t/tjvbL6iG/zV4El4LPFgv/tcAYHTH27BmlNtnEXw+iFpGjeUlQoPily9WVB3QNLMJkaNwL3HA==
|
37 |
+
dependencies:
|
38 |
+
"@algolia/client-common" "4.9.1"
|
39 |
+
"@algolia/client-search" "4.9.1"
|
40 |
+
"@algolia/requester-common" "4.9.1"
|
41 |
+
"@algolia/transporter" "4.9.1"
|
42 |
+
|
43 |
+
"@algolia/client-common@4.9.1":
|
44 |
+
version "4.9.1"
|
45 |
+
resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.9.1.tgz#ae313b65d3249efcb4fafd2e92ed1fa2fd075482"
|
46 |
+
integrity sha512-UziRTZ8km3qwoVPIyEre8TV6V+MX7UtbfVqPmSafZ0xu41UUZ+sL56YoKjOXkbKuybeIC9prXMGy/ID5bXkTqg==
|
47 |
+
dependencies:
|
48 |
+
"@algolia/requester-common" "4.9.1"
|
49 |
+
"@algolia/transporter" "4.9.1"
|
50 |
+
|
51 |
+
"@algolia/client-recommendation@4.9.1":
|
52 |
+
version "4.9.1"
|
53 |
+
resolved "https://registry.yarnpkg.com/@algolia/client-recommendation/-/client-recommendation-4.9.1.tgz#217af2a38d37ab12cf23a419cc9a576af9d15b13"
|
54 |
+
integrity sha512-Drtvvm1PNIOpYf4HFlkPFstFQ3IsN+TRmxur2F7y6Faplb5ybISa8ithu1tmlTdyTf3A78hQUQjgJet6qD2XZw==
|
55 |
+
dependencies:
|
56 |
+
"@algolia/client-common" "4.9.1"
|
57 |
+
"@algolia/requester-common" "4.9.1"
|
58 |
+
"@algolia/transporter" "4.9.1"
|
59 |
+
|
60 |
+
"@algolia/client-search@4.9.1":
|
61 |
+
version "4.9.1"
|
62 |
+
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.9.1.tgz#a2fbc47a1b343dade9a8b06310231d51ff675b1b"
|
63 |
+
integrity sha512-r9Cw2r8kJr45iYncFDht6EshARghU265wuY8Q8oHrpFHjAziEYdsUOdNmQKbsSH5J3gLjDPx1EI5DzVd6ivn3w==
|
64 |
+
dependencies:
|
65 |
+
"@algolia/client-common" "4.9.1"
|
66 |
+
"@algolia/requester-common" "4.9.1"
|
67 |
+
"@algolia/transporter" "4.9.1"
|
68 |
+
|
69 |
+
"@algolia/logger-common@4.9.1":
|
70 |
+
version "4.9.1"
|
71 |
+
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.9.1.tgz#3323834095f2916338d2535d2df91c4723ac19f2"
|
72 |
+
integrity sha512-9mPrbFlFyPT7or/7PXTiJjyOewWB9QRkZKVXkt5zHAUiUzGxmmdpJIGpPv3YQnDur8lXrXaRI0MHXUuIDMY1ng==
|
73 |
+
|
74 |
+
"@algolia/logger-console@4.9.1":
|
75 |
+
version "4.9.1"
|
76 |
+
resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.9.1.tgz#c324ef26843dbed06b44586309331dbb949744ad"
|
77 |
+
integrity sha512-74VUwjtFjFpjZpi3QoHIPv0kcr3vWUSHX/Vs8PJW3lPsD4CgyhFenQbG9v+ZnyH0JrJwiYTtzfmrVh7IMWZGrQ==
|
78 |
+
dependencies:
|
79 |
+
"@algolia/logger-common" "4.9.1"
|
80 |
+
|
81 |
+
"@algolia/requester-browser-xhr@4.9.1":
|
82 |
+
version "4.9.1"
|
83 |
+
resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.9.1.tgz#0812f3c7c4105a4646c0fba8429b172b2d0e01c5"
|
84 |
+
integrity sha512-zc46tk5o0ikOAz3uYiRAMxC2iVKAMFKT7nNZnLB5IzT0uqAh7pz/+D/UvIxP4bKmsllpBSnPcpfQF+OI4Ag/BA==
|
85 |
+
dependencies:
|
86 |
+
"@algolia/requester-common" "4.9.1"
|
87 |
+
|
88 |
+
"@algolia/requester-common@4.9.1":
|
89 |
+
version "4.9.1"
|
90 |
+
resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.9.1.tgz#50fcf4c7c1ed7ae13159167ac1da2844d036a630"
|
91 |
+
integrity sha512-9hPgXnlCSbqJqF69M5x5WN3h51Dc+mk/iWNeJSVxExHGvCDfBBZd0v6S15i8q2a9cD1I2RnhMpbnX5BmGtabVA==
|
92 |
+
|
93 |
+
"@algolia/requester-node-http@4.9.1":
|
94 |
+
version "4.9.1"
|
95 |
+
resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.9.1.tgz#70054a0aa5643072404fcb68042eec97c7abd1c8"
|
96 |
+
integrity sha512-vYNVbSCuyrCSCjHBQJk+tLZtWCjvvDf5tSbRJjyJYMqpnXuIuP7gZm24iHil4NPYBhbBj5NU2ZDAhc/gTn75Ag==
|
97 |
+
dependencies:
|
98 |
+
"@algolia/requester-common" "4.9.1"
|
99 |
+
|
100 |
+
"@algolia/transporter@4.9.1":
|
101 |
+
version "4.9.1"
|
102 |
+
resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.9.1.tgz#63ef3d9ae3b6556fa1ff1e6265bbab482bd084b7"
|
103 |
+
integrity sha512-AbjFfGzX+cAuj7Qyc536OxIQzjFOA5FU2ANGStx8LBH+AKXScwfkx67C05riuaRR5adSCLMSEbVvUscH0nF+6A==
|
104 |
+
dependencies:
|
105 |
+
"@algolia/cache-common" "4.9.1"
|
106 |
+
"@algolia/logger-common" "4.9.1"
|
107 |
+
"@algolia/requester-common" "4.9.1"
|
108 |
|
109 |
"@ardatan/aggregate-error@0.0.6":
|
110 |
version "0.0.6"
|
2563 |
dependencies:
|
2564 |
"@babel/plugin-syntax-dynamic-import" "^7.7.4"
|
2565 |
|
2566 |
+
"@loadable/component@^5.15.0":
|
2567 |
+
version "5.15.0"
|
2568 |
+
resolved "https://registry.yarnpkg.com/@loadable/component/-/component-5.15.0.tgz#48b9524237be553f48b158f8c9152593f3f3fded"
|
2569 |
+
integrity sha512-g63rQzypPOZi0BeGsK4ST2MYhsFR+i7bhL8k/McUoWDNMDuTTdUlQ2GACKxqh5sI/dNC/6nVoPrycMnSylnAgQ==
|
2570 |
dependencies:
|
2571 |
"@babel/runtime" "^7.7.7"
|
2572 |
hoist-non-react-statics "^3.3.1"
|
2670 |
"@nodelib/fs.scandir" "2.1.4"
|
2671 |
fastq "^1.6.0"
|
2672 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2673 |
"@octokit/auth-token@^2.4.0":
|
2674 |
version "2.4.5"
|
2675 |
resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-2.4.5.tgz#568ccfb8cb46f36441fac094ce34f7a875b197f3"
|
2855 |
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-2.1.1.tgz#ceff6a28a5b4867c2dd4a1ba513de278ccbe8bb1"
|
2856 |
integrity sha512-/aPsuoj/1Dw/kzhkgz+ES6TxG0zfTMGLwuK2ZG00k/iJzYHTLCE8mVU8EPqEOp/lmxPoq1C1C9RYToRKb2KEfg==
|
2857 |
|
2858 |
+
"@sindresorhus/slugify@^1.1.2":
|
2859 |
+
version "1.1.2"
|
2860 |
+
resolved "https://registry.yarnpkg.com/@sindresorhus/slugify/-/slugify-1.1.2.tgz#c2c0129298b8caace2d9156176fe244d0e83156c"
|
2861 |
+
integrity sha512-V9nR/W0Xd9TSGXpZ4iFUcFGhuOJtZX82Fzxj1YISlbSgKvIiNa7eLEZrT0vAraPOt++KHauIVNYgGRgjc13dXA==
|
2862 |
dependencies:
|
2863 |
"@sindresorhus/transliterate" "^0.1.1"
|
2864 |
escape-string-regexp "^4.0.0"
|
3060 |
resolved "https://registry.yarnpkg.com/@tokenizer/token/-/token-0.1.1.tgz#f0d92c12f87079ddfd1b29f614758b9696bc29e3"
|
3061 |
integrity sha512-XO6INPbZCxdprl+9qa/AAbFFOMzzwqYxpjPgLICrMD6C2FCw6qfJOPcBk6JqqPLSaZ/Qx87qn4rpPmPMwaAK6w==
|
3062 |
|
3063 |
+
"@trysound/sax@0.1.1":
|
3064 |
+
version "0.1.1"
|
3065 |
+
resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.1.1.tgz#3348564048e7a2d7398c935d466c0414ebb6a669"
|
3066 |
+
integrity sha512-Z6DoceYb/1xSg5+e+ZlPZ9v0N16ZvZ+wYMraFue4HYrE4ttONKtsvruIRf6t9TBR0YvSOfi1hUU0fJfBLCDYow==
|
3067 |
+
|
3068 |
"@turist/fetch@^7.1.7":
|
3069 |
version "7.1.7"
|
3070 |
resolved "https://registry.yarnpkg.com/@turist/fetch/-/fetch-7.1.7.tgz#a2b1f7ec0265e6fe0946c51eef34bad9b9efc865"
|
3138 |
"@types/estree" "*"
|
3139 |
"@types/json-schema" "*"
|
3140 |
|
3141 |
+
"@types/estree@*":
|
3142 |
version "0.0.46"
|
3143 |
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.46.tgz#0fb6bfbbeabd7a30880504993369c4bf1deab1fe"
|
3144 |
integrity sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg==
|
3145 |
|
3146 |
+
"@types/estree@^0.0.47":
|
3147 |
+
version "0.0.47"
|
3148 |
+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.47.tgz#d7a51db20f0650efec24cd04994f523d93172ed4"
|
3149 |
+
integrity sha512-c5ciR06jK8u9BstrmJyO97m+klJrrhCf9u3rLu3DEAJBirxRqSCvDQoYKmxuYwQI5SZChAWu+tq9oVlGRuzPAg==
|
3150 |
+
|
3151 |
"@types/events@*":
|
3152 |
version "3.0.0"
|
3153 |
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
|
3638 |
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
|
3639 |
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
|
3640 |
|
3641 |
+
acorn@^8.0.0:
|
3642 |
version "8.1.0"
|
3643 |
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.1.0.tgz#52311fd7037ae119cbb134309e901aa46295b3fe"
|
3644 |
integrity sha512-LWCF/Wn0nfHOmJ9rzQApGnxnvgfROzGilS8936rqN/lfcYkY9MYZzdMqN+2NJ4SlTc+m5HiSa+kNfDtI64dwUA==
|
3645 |
|
3646 |
+
acorn@^8.2.1:
|
3647 |
+
version "8.2.4"
|
3648 |
+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.2.4.tgz#caba24b08185c3b56e3168e97d15ed17f4d31fd0"
|
3649 |
+
integrity sha512-Ibt84YwBDDA890eDiDCEqcbwvHlBvzzDkU2cGBBDDI1QWT12jTiXIOn2CIw5KK4i6N5Z2HUxwYjzriDyqaqqZg==
|
3650 |
+
|
3651 |
add-px-to-style@1.0.0:
|
3652 |
version "1.0.0"
|
3653 |
resolved "https://registry.yarnpkg.com/add-px-to-style/-/add-px-to-style-1.0.0.tgz#d0c135441fa8014a8137904531096f67f28f263a"
|
3750 |
semver "^5.1.0"
|
3751 |
tunnel-agent "^0.6.0"
|
3752 |
|
3753 |
+
algoliasearch@^4.9.1:
|
3754 |
+
version "4.9.1"
|
3755 |
+
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.9.1.tgz#1fa8ece3f9808e465226176b88b953801c2274e0"
|
3756 |
+
integrity sha512-EeJUYXzBEhZSsL6tXc3hseLBCtlNLa1MZ4mlMK6EeX38yRjY5vgnFcNNml6uUhlOjvheKxgkKRpPWkxgL8Cqkg==
|
3757 |
+
dependencies:
|
3758 |
+
"@algolia/cache-browser-local-storage" "4.9.1"
|
3759 |
+
"@algolia/cache-common" "4.9.1"
|
3760 |
+
"@algolia/cache-in-memory" "4.9.1"
|
3761 |
+
"@algolia/client-account" "4.9.1"
|
3762 |
+
"@algolia/client-analytics" "4.9.1"
|
3763 |
+
"@algolia/client-common" "4.9.1"
|
3764 |
+
"@algolia/client-recommendation" "4.9.1"
|
3765 |
+
"@algolia/client-search" "4.9.1"
|
3766 |
+
"@algolia/logger-common" "4.9.1"
|
3767 |
+
"@algolia/logger-console" "4.9.1"
|
3768 |
+
"@algolia/requester-browser-xhr" "4.9.1"
|
3769 |
+
"@algolia/requester-common" "4.9.1"
|
3770 |
+
"@algolia/requester-node-http" "4.9.1"
|
3771 |
+
"@algolia/transporter" "4.9.1"
|
3772 |
+
|
3773 |
+
alphanum-sort@^1.0.2:
|
3774 |
version "1.0.2"
|
3775 |
resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"
|
3776 |
integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=
|
3879 |
normalize-path "^3.0.0"
|
3880 |
picomatch "^2.0.4"
|
3881 |
|
3882 |
+
append-field@^1.0.0:
|
3883 |
+
version "1.0.0"
|
3884 |
+
resolved "https://registry.yarnpkg.com/append-field/-/append-field-1.0.0.tgz#1e3440e915f0b1203d23748e78edd7b9b5b43e56"
|
3885 |
+
integrity sha1-HjRA6RXwsSA9I3SOeO3XubW0PlY=
|
3886 |
+
|
3887 |
application-config-path@^0.1.0:
|
3888 |
version "0.1.0"
|
3889 |
resolved "https://registry.yarnpkg.com/application-config-path/-/application-config-path-0.1.0.tgz#193c5f0a86541a4c66fba1e2dc38583362ea5e8f"
|
3959 |
resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-2.1.0.tgz#4b9c1c3f14b906757082925769e8ab904f4801b1"
|
3960 |
integrity sha512-KbUpJgx909ZscOc/7CLATBFam7P1Z1QRQInvgT0UztM9Q72aGKCunKASAl7WNW0tnPmPyEMeMhdsfWhfmW037w==
|
3961 |
|
3962 |
+
array-filter@^1.0.0:
|
3963 |
+
version "1.0.0"
|
3964 |
+
resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-1.0.0.tgz#baf79e62e6ef4c2a4c0b831232daffec251f9d83"
|
3965 |
+
integrity sha1-uveeYubvTCpMC4MSMtr/7CUfnYM=
|
3966 |
+
|
3967 |
array-find-index@^1.0.1:
|
3968 |
version "1.0.2"
|
3969 |
resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
|
3979 |
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099"
|
3980 |
integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==
|
3981 |
|
|
|
|
|
|
|
|
|
|
|
3982 |
array-ify@^1.0.0:
|
3983 |
version "1.0.0"
|
3984 |
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
|
3985 |
integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
|
3986 |
|
3987 |
+
array-includes@^3.1.1, array-includes@^3.1.2, array-includes@^3.1.3:
|
3988 |
version "3.1.3"
|
3989 |
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.3.tgz#c7f619b382ad2afaf5326cddfdc0afc61af7690a"
|
3990 |
integrity sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==
|
4031 |
define-properties "^1.1.3"
|
4032 |
es-abstract "^1.18.0-next.1"
|
4033 |
|
4034 |
+
array.prototype.flatmap@^1.2.4:
|
4035 |
version "1.2.4"
|
4036 |
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz#94cfd47cc1556ec0747d97f7c7738c58122004c9"
|
4037 |
integrity sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q==
|
4154 |
normalize-range "^0.1.2"
|
4155 |
postcss-value-parser "^4.1.0"
|
4156 |
|
4157 |
+
available-typed-arrays@^1.0.2:
|
4158 |
+
version "1.0.2"
|
4159 |
+
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.2.tgz#6b098ca9d8039079ee3f77f7b783c4480ba513f5"
|
4160 |
+
integrity sha512-XWX3OX8Onv97LMk/ftVyBibpGwY5a8SmuxZPzeOxqmuEqUCOM9ZE+uIaD1VNJ5QnvU2UQusvmKbuM1FR8QWGfQ==
|
4161 |
+
dependencies:
|
4162 |
+
array-filter "^1.0.0"
|
4163 |
+
|
4164 |
aws-sign2@~0.7.0:
|
4165 |
version "0.7.0"
|
4166 |
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
|
4290 |
dependencies:
|
4291 |
"@babel/helper-define-polyfill-provider" "^0.1.5"
|
4292 |
|
4293 |
+
babel-plugin-remove-graphql-queries@^3.5.0:
|
4294 |
+
version "3.5.0"
|
4295 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.5.0.tgz#980b683dad1c4f9345312cdf68e4e4743dae3ec5"
|
4296 |
+
integrity sha512-JGVMfrPk7TwRSDxs8Rro748SbSrj+5h4iQvbE5dfUIUOELVoPm9FrhiEn/kIMvwd+nMgn8td9sg0Pp24HtjZlQ==
|
4297 |
|
4298 |
babel-plugin-syntax-jsx@^6.18.0:
|
4299 |
version "6.18.0"
|
4305 |
resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a"
|
4306 |
integrity sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==
|
4307 |
|
4308 |
+
babel-preset-gatsby@^1.5.0:
|
4309 |
+
version "1.5.0"
|
4310 |
+
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-1.5.0.tgz#f1da38a3b8b705ad03a1cb6279315e8730c3be8a"
|
4311 |
+
integrity sha512-XV66eQQhfTgx0V3KtIo2fSZYUpL9zXa8jO91kApYHOAqZa9vuMC1leo0X5CQQofeyaJTHIlrGnRcAhH//qADHQ==
|
4312 |
dependencies:
|
4313 |
"@babel/plugin-proposal-class-properties" "^7.12.1"
|
4314 |
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1"
|
4323 |
babel-plugin-dynamic-import-node "^2.3.3"
|
4324 |
babel-plugin-macros "^2.8.0"
|
4325 |
babel-plugin-transform-react-remove-prop-types "^0.4.24"
|
4326 |
+
gatsby-core-utils "^2.5.0"
|
4327 |
+
gatsby-legacy-polyfills "^1.5.0"
|
4328 |
|
4329 |
babel-runtime@^6.26.0:
|
4330 |
version "6.26.0"
|
4630 |
escalade "^3.1.1"
|
4631 |
node-releases "^1.1.70"
|
4632 |
|
4633 |
+
browserslist@^4.16.0:
|
4634 |
+
version "4.16.6"
|
4635 |
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2"
|
4636 |
+
integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==
|
4637 |
+
dependencies:
|
4638 |
+
caniuse-lite "^1.0.30001219"
|
4639 |
+
colorette "^1.2.2"
|
4640 |
+
electron-to-chromium "^1.3.723"
|
4641 |
+
escalade "^3.1.1"
|
4642 |
+
node-releases "^1.1.71"
|
4643 |
+
|
4644 |
btoa-lite@^1.0.0:
|
4645 |
version "1.0.0"
|
4646 |
resolved "https://registry.yarnpkg.com/btoa-lite/-/btoa-lite-1.0.0.tgz#337766da15801210fdd956c22e9c6891ab9d0337"
|
4697 |
resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
|
4698 |
integrity sha1-y5T662HIaWRR2zZTThQi+U8K7og=
|
4699 |
|
4700 |
+
busboy@^0.2.11:
|
4701 |
+
version "0.2.14"
|
4702 |
+
resolved "https://registry.yarnpkg.com/busboy/-/busboy-0.2.14.tgz#6c2a622efcf47c57bbbe1e2a9c37ad36c7925453"
|
4703 |
+
integrity sha1-bCpiLvz0fFe7vh4qnDetNseSVFM=
|
4704 |
+
dependencies:
|
4705 |
+
dicer "0.2.5"
|
4706 |
+
readable-stream "1.1.x"
|
4707 |
+
|
4708 |
busboy@^0.3.1:
|
4709 |
version "0.3.1"
|
4710 |
resolved "https://registry.yarnpkg.com/busboy/-/busboy-0.3.1.tgz#170899274c5bf38aae27d5c62b71268cd585fd1b"
|
4753 |
unique-filename "^1.1.1"
|
4754 |
y18n "^4.0.0"
|
4755 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4756 |
cache-base@^1.0.1:
|
4757 |
version "1.0.1"
|
4758 |
resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2"
|
4951 |
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001203.tgz#a7a34df21a387d9deffcd56c000b8cf5ab540580"
|
4952 |
integrity sha512-/I9tvnzU/PHMH7wBPrfDMSuecDeUKerjCPX7D0xBbaJZPxoT9m+yYxt0zCTkcijCkjTdim3H56Zm0i5Adxch4w==
|
4953 |
|
4954 |
+
caniuse-lite@^1.0.30001219:
|
4955 |
+
version "1.0.30001228"
|
4956 |
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001228.tgz#bfdc5942cd3326fa51ee0b42fbef4da9d492a7fa"
|
4957 |
+
integrity sha512-QQmLOGJ3DEgokHbMSA8cj2a+geXqmnpyOFT0lhQV6P3/YOJvGDEwoedcwxEQ30gJIwIIunHIicunJ2rzK5gB2A==
|
4958 |
+
|
4959 |
caseless@~0.12.0:
|
4960 |
version "0.12.0"
|
4961 |
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
|
4976 |
resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.1.0.tgz#246687debb6014735131be8abab2d93898f8d043"
|
4977 |
integrity sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==
|
4978 |
|
4979 |
+
chalk@2.4.2, chalk@^2.0.0, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4.2:
|
4980 |
version "2.4.2"
|
4981 |
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
4982 |
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
5004 |
ansi-styles "^4.1.0"
|
5005 |
supports-color "^7.1.0"
|
5006 |
|
5007 |
+
chalk@^4.0:
|
5008 |
+
version "4.1.1"
|
5009 |
+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
|
5010 |
+
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
|
5011 |
+
dependencies:
|
5012 |
+
ansi-styles "^4.1.0"
|
5013 |
+
supports-color "^7.1.0"
|
5014 |
+
|
5015 |
chalk@^4.0.0, chalk@^4.1.0:
|
5016 |
version "4.1.0"
|
5017 |
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
|
5080 |
domhandler "^4.0.0"
|
5081 |
domutils "^2.4.4"
|
5082 |
|
5083 |
+
cheerio-select@^1.4.0:
|
5084 |
+
version "1.4.0"
|
5085 |
+
resolved "https://registry.yarnpkg.com/cheerio-select/-/cheerio-select-1.4.0.tgz#3a16f21e37a2ef0f211d6d1aa4eff054bb22cdc9"
|
5086 |
+
integrity sha512-sobR3Yqz27L553Qa7cK6rtJlMDbiKPdNywtR95Sj/YgfpLfy0u6CGJuaBKe5YE/vTc23SCRKxWSdlon/w6I/Ew==
|
5087 |
+
dependencies:
|
5088 |
+
css-select "^4.1.2"
|
5089 |
+
css-what "^5.0.0"
|
5090 |
+
domelementtype "^2.2.0"
|
5091 |
+
domhandler "^4.2.0"
|
5092 |
+
domutils "^2.6.0"
|
5093 |
+
|
5094 |
cheerio@^0.22.0:
|
5095 |
version "0.22.0"
|
5096 |
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-0.22.0.tgz#a9baa860a3f9b595a6b81b1a86873121ed3a269e"
|
5126 |
parse5 "^6.0.0"
|
5127 |
parse5-htmlparser2-tree-adapter "^6.0.0"
|
5128 |
|
5129 |
+
cheerio@^1.0.0-rc.8:
|
5130 |
+
version "1.0.0-rc.9"
|
5131 |
+
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.9.tgz#a3ae6b7ce7af80675302ff836f628e7cb786a67f"
|
5132 |
+
integrity sha512-QF6XVdrLONO6DXRF5iaolY+odmhj2CLj+xzNod7INPWMi/x9X4SOylH0S/vaPpX+AUU6t04s34SQNh7DbkuCng==
|
5133 |
+
dependencies:
|
5134 |
+
cheerio-select "^1.4.0"
|
5135 |
+
dom-serializer "^1.3.1"
|
5136 |
+
domhandler "^4.2.0"
|
5137 |
+
htmlparser2 "^6.1.0"
|
5138 |
+
parse5 "^6.0.1"
|
5139 |
+
parse5-htmlparser2-tree-adapter "^6.0.1"
|
5140 |
+
tslib "^2.2.0"
|
5141 |
+
|
5142 |
chokidar@^2.1.8:
|
5143 |
version "2.1.8"
|
5144 |
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
|
5178 |
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
|
5179 |
integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==
|
5180 |
|
|
|
|
|
|
|
|
|
|
|
5181 |
chrome-trace-event@^1.0.2:
|
5182 |
version "1.0.2"
|
5183 |
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz#234090ee97c7d4ad1a2c4beae27505deffc608a4"
|
5367 |
color-name "^1.0.0"
|
5368 |
simple-swizzle "^0.2.2"
|
5369 |
|
5370 |
+
color@^3.1.1, color@^3.1.3:
|
5371 |
version "3.1.3"
|
5372 |
resolved "https://registry.yarnpkg.com/color/-/color-3.1.3.tgz#ca67fb4e7b97d611dcde39eceed422067d91596e"
|
5373 |
integrity sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ==
|
5410 |
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
|
5411 |
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
|
5412 |
|
5413 |
+
commander@^7.1.0:
|
5414 |
+
version "7.2.0"
|
5415 |
+
resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
|
5416 |
+
integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
|
5417 |
+
|
5418 |
common-tags@^1.8.0:
|
5419 |
version "1.8.0"
|
5420 |
resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.0.tgz#8e3153e542d4a39e9b10554434afaaf98956a937"
|
5472 |
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
|
5473 |
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
|
5474 |
|
5475 |
+
concat-stream@^1.5.0, concat-stream@^1.5.2:
|
5476 |
version "1.6.2"
|
5477 |
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34"
|
5478 |
integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==
|
5703 |
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba"
|
5704 |
integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==
|
5705 |
|
5706 |
+
cookie@^0.4.1, cookie@~0.4.1:
|
5707 |
version "0.4.1"
|
5708 |
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.1.tgz#afd713fe26ebd21ba95ceb61f9a8116e50a537d1"
|
5709 |
integrity sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==
|
5800 |
path-type "^4.0.0"
|
5801 |
yaml "^1.7.2"
|
5802 |
|
5803 |
+
cosmiconfig@^5.1.0:
|
5804 |
version "5.2.1"
|
5805 |
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
|
5806 |
integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
|
5821 |
path-type "^4.0.0"
|
5822 |
yaml "^1.10.0"
|
5823 |
|
5824 |
+
create-gatsby@^1.5.0:
|
5825 |
+
version "1.5.0"
|
5826 |
+
resolved "https://registry.yarnpkg.com/create-gatsby/-/create-gatsby-1.5.0.tgz#e7a61e86a3909381184e170ff4225bc6a72ca00a"
|
5827 |
+
integrity sha512-oEGYAvysG5OogLp06mp6Hk84ay7kirCIe2/XAWAz5r/11SIzAL/bvcOF5FDTnRdWHrYNu8JZHmfab6NqlvpiWw==
|
5828 |
|
5829 |
create-require@^1.1.0:
|
5830 |
version "1.1.1"
|
5872 |
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5"
|
5873 |
integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==
|
5874 |
|
5875 |
+
css-color-names@^0.0.4:
|
5876 |
version "0.0.4"
|
5877 |
resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0"
|
5878 |
integrity sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=
|
5879 |
|
5880 |
+
css-color-names@^1.0.1:
|
5881 |
+
version "1.0.1"
|
5882 |
+
resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-1.0.1.tgz#6ff7ee81a823ad46e020fa2fd6ab40a887e2ba67"
|
5883 |
+
integrity sha512-/loXYOch1qU1biStIFsHH8SxTmOseh1IJqFvy8IujXOm1h+QjUdDhkzOrR5HG8K8mlxREj0yfi8ewCHx0eMxzA==
|
5884 |
+
|
5885 |
+
css-declaration-sorter@6.0.0:
|
5886 |
+
version "6.0.0"
|
5887 |
+
resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.0.0.tgz#eb21f75860078627e9e3cc6f5535ccfcea445817"
|
5888 |
+
integrity sha512-S0TE4E0ha5+tBHdLWPc5n+S8E4dFBS5xScPvgHkLNZwWvX4ISoFGhGeerLC9uS1cKA/sC+K2wHq6qEbcagT/fg==
|
5889 |
dependencies:
|
|
|
5890 |
timsort "^0.3.0"
|
5891 |
|
5892 |
css-loader@^5.0.1:
|
5907 |
schema-utils "^3.0.0"
|
5908 |
semver "^7.3.4"
|
5909 |
|
5910 |
+
css-minimizer-webpack-plugin@^2.0.0:
|
5911 |
+
version "2.0.0"
|
5912 |
+
resolved "https://registry.yarnpkg.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-2.0.0.tgz#3c42f6624ed4cf4780dd963e23ee649e5a25c1a8"
|
5913 |
+
integrity sha512-cG/uc94727tx5pBNtb1Sd7gvUPzwmcQi1lkpfqTpdkuNq75hJCw7bIVsCNijLm4dhDcr1atvuysl2rZqOG8Txw==
|
5914 |
dependencies:
|
5915 |
+
cssnano "^5.0.0"
|
|
|
|
|
5916 |
jest-worker "^26.3.0"
|
5917 |
p-limit "^3.0.2"
|
5918 |
+
postcss "^8.2.9"
|
5919 |
schema-utils "^3.0.0"
|
5920 |
serialize-javascript "^5.0.1"
|
5921 |
source-map "^0.6.1"
|
|
|
5922 |
|
5923 |
css-select-base-adapter@^0.1.1:
|
5924 |
version "0.1.1"
|
5946 |
domutils "^2.4.3"
|
5947 |
nth-check "^2.0.0"
|
5948 |
|
5949 |
+
css-select@^4.1.2:
|
5950 |
+
version "4.1.2"
|
5951 |
+
resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.1.2.tgz#8b52b6714ed3a80d8221ec971c543f3b12653286"
|
5952 |
+
integrity sha512-nu5ye2Hg/4ISq4XqdLY2bEatAcLIdt3OYGFc9Tm9n7VSlFBcfRv0gBNksHRgSdUDQGtN3XrZ94ztW+NfzkFSUw==
|
5953 |
+
dependencies:
|
5954 |
+
boolbase "^1.0.0"
|
5955 |
+
css-what "^5.0.0"
|
5956 |
+
domhandler "^4.2.0"
|
5957 |
+
domutils "^2.6.0"
|
5958 |
+
nth-check "^2.0.0"
|
5959 |
+
|
5960 |
css-select@~1.2.0:
|
5961 |
version "1.2.0"
|
5962 |
resolved "https://registry.yarnpkg.com/css-select/-/css-select-1.2.0.tgz#2b3a110539c5355f1cd8d314623e870b121ec858"
|
5967 |
domutils "1.5.1"
|
5968 |
nth-check "~1.0.1"
|
5969 |
|
5970 |
+
css-selector-parser@^1.0.0:
|
5971 |
version "1.4.1"
|
5972 |
resolved "https://registry.yarnpkg.com/css-selector-parser/-/css-selector-parser-1.4.1.tgz#03f9cb8a81c3e5ab2c51684557d5aaf6d2569759"
|
5973 |
integrity sha512-HYPSb7y/Z7BNDCOrakL4raGO2zltZkbeXyAd6Tg9obzix6QhzxCotdBl6VT0Dv4vZfJGVz3WL/xaEI9Ly3ul0g==
|
6003 |
resolved "https://registry.yarnpkg.com/css-what/-/css-what-4.0.0.tgz#35e73761cab2eeb3d3661126b23d7aa0e8432233"
|
6004 |
integrity sha512-teijzG7kwYfNVsUh2H/YN62xW3KK9YhXEgSlbxMlcyjPNvdKJqFx5lrwlJgoFP1ZHlB89iGDlo/JyshKeRhv5A==
|
6005 |
|
6006 |
+
css-what@^5.0.0:
|
6007 |
+
version "5.0.0"
|
6008 |
+
resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.0.0.tgz#f0bf4f8bac07582722346ab243f6a35b512cfc47"
|
6009 |
+
integrity sha512-qxyKHQvgKwzwDWC/rGbT821eJalfupxYW2qbSJSAtdSTimsr/MlaGONoNLllaUPZWf8QnbcKM/kPVYUQuEKAFA==
|
6010 |
+
|
6011 |
css.escape@^1.5.1:
|
6012 |
version "1.5.1"
|
6013 |
resolved "https://registry.yarnpkg.com/css.escape/-/css.escape-1.5.1.tgz#42e27d4fa04ae32f931a4b4d4191fa9cddee97cb"
|
6023 |
resolved "https://registry.yarnpkg.com/cssfilter/-/cssfilter-0.0.10.tgz#c6d2672632a2e5c83e013e6864a42ce8defd20ae"
|
6024 |
integrity sha1-xtJnJjKi5cg+AT5oZKQs6N79IK4=
|
6025 |
|
6026 |
+
cssnano-preset-default@^5.0.1:
|
6027 |
+
version "5.0.1"
|
6028 |
+
resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-5.0.1.tgz#76adc00f7aae36ae80552b8356e21bec4b233ca2"
|
6029 |
+
integrity sha512-cfmfThYODGqhpQKDq9H0MTAqkMvZ3dGbOUTBKw0xWZiIycMqHid22LsJXJl4r1qX4qzDeKxcSyQ/Xb5Mu3Z//Q==
|
6030 |
+
dependencies:
|
6031 |
+
css-declaration-sorter "6.0.0"
|
6032 |
+
cssnano-utils "^2.0.0"
|
6033 |
+
postcss-calc "^8.0.0"
|
6034 |
+
postcss-colormin "^5.0.0"
|
6035 |
+
postcss-convert-values "^5.0.0"
|
6036 |
+
postcss-discard-comments "^5.0.0"
|
6037 |
+
postcss-discard-duplicates "^5.0.0"
|
6038 |
+
postcss-discard-empty "^5.0.0"
|
6039 |
+
postcss-discard-overridden "^5.0.0"
|
6040 |
+
postcss-merge-longhand "^5.0.1"
|
6041 |
+
postcss-merge-rules "^5.0.0"
|
6042 |
+
postcss-minify-font-values "^5.0.0"
|
6043 |
+
postcss-minify-gradients "^5.0.0"
|
6044 |
+
postcss-minify-params "^5.0.0"
|
6045 |
+
postcss-minify-selectors "^5.0.0"
|
6046 |
+
postcss-normalize-charset "^5.0.0"
|
6047 |
+
postcss-normalize-display-values "^5.0.0"
|
6048 |
+
postcss-normalize-positions "^5.0.0"
|
6049 |
+
postcss-normalize-repeat-style "^5.0.0"
|
6050 |
+
postcss-normalize-string "^5.0.0"
|
6051 |
+
postcss-normalize-timing-functions "^5.0.0"
|
6052 |
+
postcss-normalize-unicode "^5.0.0"
|
6053 |
+
postcss-normalize-url "^5.0.0"
|
6054 |
+
postcss-normalize-whitespace "^5.0.0"
|
6055 |
+
postcss-ordered-values "^5.0.0"
|
6056 |
+
postcss-reduce-initial "^5.0.0"
|
6057 |
+
postcss-reduce-transforms "^5.0.0"
|
6058 |
+
postcss-svgo "^5.0.0"
|
6059 |
+
postcss-unique-selectors "^5.0.0"
|
6060 |
+
|
6061 |
+
cssnano-utils@^2.0.0:
|
6062 |
+
version "2.0.0"
|
6063 |
+
resolved "https://registry.yarnpkg.com/cssnano-utils/-/cssnano-utils-2.0.0.tgz#b04baaa312aa3dd5a854b7f61d76b9d94be07f74"
|
6064 |
+
integrity sha512-xvxmTszdrvSyTACdPe8VU5J6p4sm3egpgw54dILvNqt5eBUv6TFjACLhSxtRuEsxYrgy8uDy269YjScO5aKbGA==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6065 |
|
6066 |
+
cssnano@^5.0.0:
|
6067 |
+
version "5.0.2"
|
6068 |
+
resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.0.2.tgz#3f6de4fd5ecb7b5fb636c1a606de5f38cd241493"
|
6069 |
+
integrity sha512-8JK3EnPsjQsULme9/e5M2hF564f/480hwsdcHvQ7ZtAIMfQ1O3SCfs+b8Mjf5KJxhYApyRshR2QSovEJi2K72Q==
|
6070 |
dependencies:
|
6071 |
+
cosmiconfig "^7.0.0"
|
6072 |
+
cssnano-preset-default "^5.0.1"
|
6073 |
+
is-resolvable "^1.1.0"
|
|
|
6074 |
|
6075 |
+
csso@^4.0.2, csso@^4.2.0:
|
6076 |
version "4.2.0"
|
6077 |
resolved "https://registry.yarnpkg.com/csso/-/csso-4.2.0.tgz#ea3a561346e8dc9f546d6febedd50187cf389529"
|
6078 |
integrity sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==
|
6220 |
dependencies:
|
6221 |
mimic-response "^2.0.0"
|
6222 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6223 |
decompress-tar@^4.0.0, decompress-tar@^4.1.0, decompress-tar@^4.1.1:
|
6224 |
version "4.1.1"
|
6225 |
resolved "https://registry.yarnpkg.com/decompress-tar/-/decompress-tar-4.1.1.tgz#718cbd3fcb16209716e70a26b84e7ba4592e5af1"
|
6295 |
object-keys "^1.1.1"
|
6296 |
regexp.prototype.flags "^1.2.0"
|
6297 |
|
6298 |
+
deep-equal@^2.0.5:
|
6299 |
+
version "2.0.5"
|
6300 |
+
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-2.0.5.tgz#55cd2fe326d83f9cbf7261ef0e060b3f724c5cb9"
|
6301 |
+
integrity sha512-nPiRgmbAtm1a3JsnLCf6/SLfXcjyN5v8L1TXzdCmHrXJ4hx+gW/w1YCcn7z8gJtSiDArZCgYtbao3QqLm/N1Sw==
|
6302 |
+
dependencies:
|
6303 |
+
call-bind "^1.0.0"
|
6304 |
+
es-get-iterator "^1.1.1"
|
6305 |
+
get-intrinsic "^1.0.1"
|
6306 |
+
is-arguments "^1.0.4"
|
6307 |
+
is-date-object "^1.0.2"
|
6308 |
+
is-regex "^1.1.1"
|
6309 |
+
isarray "^2.0.5"
|
6310 |
+
object-is "^1.1.4"
|
6311 |
+
object-keys "^1.1.1"
|
6312 |
+
object.assign "^4.1.2"
|
6313 |
+
regexp.prototype.flags "^1.3.0"
|
6314 |
+
side-channel "^1.0.3"
|
6315 |
+
which-boxed-primitive "^1.0.1"
|
6316 |
+
which-collection "^1.0.1"
|
6317 |
+
which-typed-array "^1.1.2"
|
6318 |
+
|
6319 |
deep-extend@^0.6.0:
|
6320 |
version "0.6.0"
|
6321 |
resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
|
6326 |
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
|
6327 |
integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
|
6328 |
|
6329 |
+
deepmerge@^4.0, deepmerge@^4.0.0, deepmerge@^4.2.2:
|
6330 |
version "4.2.2"
|
6331 |
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955"
|
6332 |
integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==
|
6519 |
asap "^2.0.0"
|
6520 |
wrappy "1"
|
6521 |
|
6522 |
+
dicer@0.2.5:
|
6523 |
+
version "0.2.5"
|
6524 |
+
resolved "https://registry.yarnpkg.com/dicer/-/dicer-0.2.5.tgz#5996c086bb33218c812c090bddc09cd12facb70f"
|
6525 |
+
integrity sha1-WZbAhrszIYyBLAkL3cCc0S+stw8=
|
6526 |
+
dependencies:
|
6527 |
+
readable-stream "1.1.x"
|
6528 |
+
streamsearch "0.1.2"
|
6529 |
+
|
6530 |
dicer@0.3.0:
|
6531 |
version "0.3.0"
|
6532 |
resolved "https://registry.yarnpkg.com/dicer/-/dicer-0.3.0.tgz#eacd98b3bfbf92e8ab5c2fdb71aaac44bb06b872"
|
6633 |
domhandler "^4.0.0"
|
6634 |
entities "^2.0.0"
|
6635 |
|
6636 |
+
dom-serializer@^1.3.1:
|
6637 |
+
version "1.3.1"
|
6638 |
+
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.3.1.tgz#d845a1565d7c041a95e5dab62184ab41e3a519be"
|
6639 |
+
integrity sha512-Pv2ZluG5ife96udGgEDovOOOA5UELkltfJpnIExPrAk1LTvecolUGn6lIaoLh86d83GiB86CjzciMd9BuRB71Q==
|
6640 |
+
dependencies:
|
6641 |
+
domelementtype "^2.0.1"
|
6642 |
+
domhandler "^4.0.0"
|
6643 |
+
entities "^2.0.0"
|
6644 |
+
|
6645 |
dom-serializer@~0.1.0:
|
6646 |
version "0.1.1"
|
6647 |
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.1.tgz#1ec4059e284babed36eec2941d4a970a189ce7c0"
|
6665 |
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.1.0.tgz#a851c080a6d1c3d94344aed151d99f669edf585e"
|
6666 |
integrity sha512-LsTgx/L5VpD+Q8lmsXSHW2WpA+eBlZ9HPf3erD1IoPF00/3JKHZ3BknUVA2QGDNu69ZNmyFmCWBSO45XjYKC5w==
|
6667 |
|
6668 |
+
domelementtype@^2.2.0:
|
6669 |
+
version "2.2.0"
|
6670 |
+
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.2.0.tgz#9a0b6c2782ed6a1c7323d42267183df9bd8b1d57"
|
6671 |
+
integrity sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==
|
6672 |
+
|
6673 |
domhandler@^2.3.0:
|
6674 |
version "2.4.2"
|
6675 |
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-2.4.2.tgz#8805097e933d65e85546f726d60f5eb88b44f803"
|
6684 |
dependencies:
|
6685 |
domelementtype "^2.1.0"
|
6686 |
|
6687 |
+
domhandler@^4.2.0:
|
6688 |
+
version "4.2.0"
|
6689 |
+
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.2.0.tgz#f9768a5f034be60a89a27c2e4d0f74eba0d8b059"
|
6690 |
+
integrity sha512-zk7sgt970kzPks2Bf+dwT/PLzghLnsivb9CcxkvR8Mzr66Olr0Ofd8neSbglHJHaHa2MadfoSdNlKYAaafmWfA==
|
6691 |
+
dependencies:
|
6692 |
+
domelementtype "^2.2.0"
|
6693 |
+
|
6694 |
domutils@1.5.1:
|
6695 |
version "1.5.1"
|
6696 |
resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.5.1.tgz#dcd8488a26f563d61079e48c9f7b7e32373682cf"
|
6716 |
domelementtype "^2.0.1"
|
6717 |
domhandler "^4.0.0"
|
6718 |
|
6719 |
+
domutils@^2.5.2, domutils@^2.6.0:
|
6720 |
+
version "2.6.0"
|
6721 |
+
resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.6.0.tgz#2e15c04185d43fb16ae7057cb76433c6edb938b7"
|
6722 |
+
integrity sha512-y0BezHuy4MDYxh6OvolXYsH+1EMGmFbwv5FKW7ovwMG6zTPWqNPq3WF9ayZssFq+UlKdffGLbOEaghNdaOm1WA==
|
6723 |
+
dependencies:
|
6724 |
+
dom-serializer "^1.0.1"
|
6725 |
+
domelementtype "^2.2.0"
|
6726 |
+
domhandler "^4.2.0"
|
6727 |
+
|
6728 |
dot-case@^2.1.0:
|
6729 |
version "2.1.1"
|
6730 |
resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-2.1.1.tgz#34dcf37f50a8e93c2b3bca8bb7fb9155c7da3bee"
|
6751 |
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
|
6752 |
integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==
|
6753 |
|
6754 |
+
dotenv@^9.0.2:
|
6755 |
+
version "9.0.2"
|
6756 |
+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-9.0.2.tgz#dacc20160935a37dea6364aa1bef819fb9b6ab05"
|
6757 |
+
integrity sha512-I9OvvrHp4pIARv4+x9iuewrWycX6CcZtoAu1XrzPxc5UygMJXJZYmBsynku8IkrJwgypE5DGNjDPmPRhDCptUg==
|
6758 |
+
|
6759 |
download@^6.2.2:
|
6760 |
version "6.2.5"
|
6761 |
resolved "https://registry.yarnpkg.com/download/-/download-6.2.5.tgz#acd6a542e4cd0bb42ca70cfc98c9e43b07039714"
|
6829 |
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.693.tgz#5089c506a925c31f93fcb173a003a22e341115dd"
|
6830 |
integrity sha512-vUdsE8yyeu30RecppQtI+XTz2++LWLVEIYmzeCaCRLSdtKZ2eXqdJcrs85KwLiPOPVc6PELgWyXBsfqIvzGZag==
|
6831 |
|
6832 |
+
electron-to-chromium@^1.3.723:
|
6833 |
+
version "1.3.728"
|
6834 |
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.728.tgz#dbedd6373f595ae10a13d146b66bece4c1afa5bd"
|
6835 |
+
integrity sha512-SHv4ziXruBpb1Nz4aTuqEHBYi/9GNCJMYIJgDEXrp/2V01nFXMNFUTli5Z85f5ivSkioLilQatqBYFB44wNJrA==
|
6836 |
+
|
6837 |
email-validator@^2.0.4:
|
6838 |
version "2.0.4"
|
6839 |
resolved "https://registry.yarnpkg.com/email-validator/-/email-validator-2.0.4.tgz#b8dfaa5d0dae28f1b03c95881d904d4e40bfe7ed"
|
6919 |
engine.io-parser "~4.0.0"
|
6920 |
ws "~7.4.2"
|
6921 |
|
6922 |
+
enhanced-resolve@^5.8.0:
|
6923 |
+
version "5.8.2"
|
6924 |
+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.8.2.tgz#15ddc779345cbb73e97c611cd00c01c1e7bf4d8b"
|
6925 |
+
integrity sha512-F27oB3WuHDzvR2DOGNTaYy0D5o0cnrv8TeI482VM4kYgQd/FT9lUQwuNsJ0oOHtBUq7eiW5ytqzp7nBFknL+GA==
|
6926 |
dependencies:
|
6927 |
graceful-fs "^4.2.4"
|
6928 |
tapable "^2.2.0"
|
7025 |
string.prototype.trimstart "^1.0.4"
|
7026 |
unbox-primitive "^1.0.0"
|
7027 |
|
7028 |
+
es-get-iterator@^1.1.1:
|
7029 |
+
version "1.1.2"
|
7030 |
+
resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.2.tgz#9234c54aba713486d7ebde0220864af5e2b283f7"
|
7031 |
+
integrity sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ==
|
7032 |
+
dependencies:
|
7033 |
+
call-bind "^1.0.2"
|
7034 |
+
get-intrinsic "^1.1.0"
|
7035 |
+
has-symbols "^1.0.1"
|
7036 |
+
is-arguments "^1.1.0"
|
7037 |
+
is-map "^2.0.2"
|
7038 |
+
is-set "^2.0.2"
|
7039 |
+
is-string "^1.0.5"
|
7040 |
+
isarray "^2.0.5"
|
7041 |
+
|
7042 |
es-module-lexer@^0.4.0:
|
7043 |
version "0.4.1"
|
7044 |
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.4.1.tgz#dda8c6a14d8f340a24e34331e0fab0cb50438e0e"
|
7213 |
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
|
7214 |
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
|
7215 |
|
7216 |
+
eslint-plugin-react@^7.23.1:
|
7217 |
+
version "7.23.2"
|
7218 |
+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.23.2.tgz#2d2291b0f95c03728b55869f01102290e792d494"
|
7219 |
+
integrity sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw==
|
7220 |
dependencies:
|
7221 |
+
array-includes "^3.1.3"
|
7222 |
+
array.prototype.flatmap "^1.2.4"
|
7223 |
doctrine "^2.1.0"
|
7224 |
has "^1.0.3"
|
7225 |
jsx-ast-utils "^2.4.1 || ^3.0.0"
|
7226 |
+
minimatch "^3.0.4"
|
7227 |
+
object.entries "^1.1.3"
|
7228 |
+
object.fromentries "^2.0.4"
|
7229 |
+
object.values "^1.1.3"
|
7230 |
prop-types "^15.7.2"
|
7231 |
+
resolve "^2.0.0-next.3"
|
7232 |
+
string.prototype.matchall "^4.0.4"
|
7233 |
|
7234 |
eslint-scope@5.1.0:
|
7235 |
version "5.1.0"
|
7264 |
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
|
7265 |
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
|
7266 |
|
7267 |
+
eslint-webpack-plugin@^2.5.3:
|
7268 |
+
version "2.5.4"
|
7269 |
+
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.4.tgz#473b84932f1a8e2c2b8e66a402d0497bf440b986"
|
7270 |
+
integrity sha512-7rYh0m76KyKSDE+B+2PUQrlNS4HJ51t3WKpkJg6vo2jFMbEPTG99cBV0Dm7LXSHucN4WGCG65wQcRiTFrj7iWw==
|
7271 |
dependencies:
|
7272 |
"@types/eslint" "^7.2.6"
|
7273 |
arrify "^2.0.1"
|
7274 |
jest-worker "^26.6.2"
|
7275 |
micromatch "^4.0.2"
|
7276 |
+
normalize-path "^3.0.0"
|
7277 |
schema-utils "^3.0.0"
|
7278 |
|
7279 |
eslint@^7.20.0:
|
7931 |
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.1.tgz#c4b489e80096d9df1dfc97c79871aea7c617c469"
|
7932 |
integrity sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA==
|
7933 |
|
|
|
|
|
|
|
|
|
|
|
7934 |
flush-write-stream@^1.0.0:
|
7935 |
version "1.1.1"
|
7936 |
resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz#8dd7d873a1babc207d94ead0c2e0e44276ebf2e8"
|
8104 |
dependencies:
|
8105 |
minipass "^2.6.0"
|
8106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8107 |
fs-monkey@1.0.1:
|
8108 |
version "1.0.1"
|
8109 |
resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.1.tgz#4a82f36944365e619f4454d9fff106553067b781"
|
8147 |
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
|
8148 |
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
|
8149 |
|
8150 |
+
gatsby-cli@^3.5.0:
|
8151 |
+
version "3.5.0"
|
8152 |
+
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-3.5.0.tgz#3af411ce3ba5c48ec481525ad06ab3e6bbde6ec3"
|
8153 |
+
integrity sha512-Z7MsqYK7tZJV8gxJilu6ieWvO+RxzFz2Eizineqm4jS1WRhiaK8aqIECRf/kTiT4NQXsxbdmdr9CexauVUEqeQ==
|
8154 |
dependencies:
|
8155 |
"@babel/code-frame" "^7.10.4"
|
8156 |
"@types/common-tags" "^1.8.0"
|
8160 |
common-tags "^1.8.0"
|
8161 |
configstore "^5.0.1"
|
8162 |
convert-hrtime "^3.0.0"
|
8163 |
+
create-gatsby "^1.5.0"
|
8164 |
envinfo "^7.7.3"
|
8165 |
execa "^3.4.0"
|
8166 |
fs-exists-cached "^1.0.0"
|
8167 |
fs-extra "^8.1.0"
|
8168 |
+
gatsby-core-utils "^2.5.0"
|
8169 |
+
gatsby-recipes "^0.16.0"
|
8170 |
+
gatsby-telemetry "^2.5.0"
|
8171 |
hosted-git-info "^3.0.6"
|
8172 |
is-valid-path "^0.1.1"
|
8173 |
joi "^17.4.0"
|
8191 |
yoga-layout-prebuilt "^1.9.6"
|
8192 |
yurnalist "^2.1.0"
|
8193 |
|
8194 |
+
gatsby-core-utils@^2.5.0:
|
8195 |
+
version "2.5.0"
|
8196 |
+
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.5.0.tgz#70b3aabf184a39c790e12af8001be4164fd8afa6"
|
8197 |
+
integrity sha512-YbKv7FLpeTCts28bv0H2lSuHrKgUxnsC1ZG1PPydOheQgPW9G8pdNlYvwZzGJmmS7rBcC/w859ss90wlvF6GEw==
|
8198 |
dependencies:
|
8199 |
ci-info "2.0.0"
|
8200 |
configstore "^5.0.1"
|
8205 |
tmp "^0.2.1"
|
8206 |
xdg-basedir "^4.0.0"
|
8207 |
|
8208 |
+
gatsby-graphiql-explorer@^1.5.0:
|
8209 |
+
version "1.5.0"
|
8210 |
+
resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.5.0.tgz#644cdd1ac7c345f0585376ec657ca9dee96fad01"
|
8211 |
+
integrity sha512-u0fa3ZakFgnzHLH6zEsacnKgitqcuLdeqmQ+I6mUrRm9ijKOs884Or5nFYziTVBGbXyVyaAiK4rjxwM1BjEETw==
|
8212 |
dependencies:
|
8213 |
"@babel/runtime" "^7.12.5"
|
8214 |
|
8215 |
+
gatsby-legacy-polyfills@^1.5.0:
|
8216 |
+
version "1.5.0"
|
8217 |
+
resolved "https://registry.yarnpkg.com/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.5.0.tgz#b65dc1d6f37b1cbf38a9f9c03dbab8adec0d3eeb"
|
8218 |
+
integrity sha512-aRVk/ArXt7majaxlIKftybY7V6Q22MKiBaQcVWp2Sn7P5xc8M7WO4B7D2vgaEqTxfOmopcWuzHSnCbvMgSPe+A==
|
8219 |
dependencies:
|
8220 |
core-js-compat "3.9.0"
|
8221 |
|
8222 |
+
gatsby-link@^3.5.0:
|
8223 |
+
version "3.5.0"
|
8224 |
+
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-3.5.0.tgz#99c834f4d54b3d1f984af12a48dddf8e16eb5b9e"
|
8225 |
+
integrity sha512-zmf64g8gC7GfZkJSP93MPFqhuKF3tEW/BowHNPqL0VJ/5GbhJrNOfL7FZCwAUc7F2LNsw3Uz7DvKpMY7PFghQg==
|
8226 |
dependencies:
|
8227 |
"@babel/runtime" "^7.12.5"
|
8228 |
"@types/reach__router" "^1.3.7"
|
8229 |
prop-types "^15.7.2"
|
8230 |
|
8231 |
+
gatsby-page-utils@^1.5.0:
|
8232 |
+
version "1.5.0"
|
8233 |
+
resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-1.5.0.tgz#af9af3d543bfdd7a59ec880f8fc938ea9e2a6641"
|
8234 |
+
integrity sha512-hL6bY2sYuO7Nk6W6lQw9TBpunMPcZvp3LEZ9WS1YfHWfygVm6v8hKOn09Wsv0n+CSjBH/EJ3ocX5iDlSYkqbKg==
|
8235 |
dependencies:
|
8236 |
"@babel/runtime" "^7.12.5"
|
8237 |
bluebird "^3.7.2"
|
8238 |
chokidar "^3.5.1"
|
8239 |
fs-exists-cached "^1.0.0"
|
8240 |
+
gatsby-core-utils "^2.5.0"
|
8241 |
glob "^7.1.6"
|
8242 |
lodash "^4.17.21"
|
8243 |
micromatch "^4.0.2"
|
8244 |
|
8245 |
+
gatsby-plugin-algolia@^0.19.0:
|
8246 |
+
version "0.19.0"
|
8247 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-algolia/-/gatsby-plugin-algolia-0.19.0.tgz#5f4266b203a4ec37acba5bf0df1e7452fd33daf5"
|
8248 |
+
integrity sha512-tP05WovRNFtemg3Ycu3S9WAX5I//ZW+Pvn4SH8GTbA2yJ0BjIt61jRASySjZDCdwtYe+g8GQsvoUVCznn0ns9w==
|
8249 |
dependencies:
|
8250 |
algoliasearch "^3.24.5"
|
8251 |
+
deep-equal "^2.0.5"
|
8252 |
lodash.chunk "^4.2.0"
|
8253 |
|
8254 |
+
gatsby-plugin-catch-links@^3.5.0:
|
8255 |
+
version "3.5.0"
|
8256 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-3.5.0.tgz#a82a5337b771d7a79fbbb5d9b01b047b0d11d760"
|
8257 |
+
integrity sha512-v0SD1hBRuQgbxZNMJR0X8i0dsaSJgtu09+FK6iQily+GYg8ffiAgT7627LOc7oAEYg5Ab/ZM96+g7m+PqvBIBw==
|
8258 |
dependencies:
|
8259 |
"@babel/runtime" "^7.12.5"
|
8260 |
escape-string-regexp "^1.0.5"
|
8272 |
"@babel/runtime" "^7.12.5"
|
8273 |
"@emotion/babel-preset-css-prop" "^10.0.27"
|
8274 |
|
8275 |
+
gatsby-plugin-image@^1.5.0:
|
8276 |
+
version "1.5.0"
|
8277 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-1.5.0.tgz#1b965794b08df2fe70bd8add192f019c5d5535ed"
|
8278 |
+
integrity sha512-/tEy3/Hc0W60RUaOUuU+nHXrOqBwEeDmdHl7j8GJuHCm4LqlYzBtCAXM3ypeQgoMHQj/xKN91wEdIbX8BU8e9A==
|
8279 |
dependencies:
|
8280 |
"@babel/code-frame" "^7.12.13"
|
8281 |
"@babel/parser" "^7.12.5"
|
8282 |
"@babel/traverse" "^7.12.5"
|
8283 |
babel-jsx-utils "^1.1.0"
|
8284 |
+
babel-plugin-remove-graphql-queries "^3.5.0"
|
8285 |
camelcase "^5.3.1"
|
8286 |
chokidar "^3.5.1"
|
8287 |
common-tags "^1.8.0"
|
8288 |
fs-extra "^8.1.0"
|
8289 |
+
gatsby-core-utils "^2.5.0"
|
8290 |
objectFitPolyfill "^2.3.0"
|
8291 |
prop-types "^15.7.2"
|
8292 |
|
8309 |
email-validator "^2.0.4"
|
8310 |
jsonp "^0.2.1"
|
8311 |
|
8312 |
+
gatsby-plugin-manifest@^3.5.0:
|
8313 |
+
version "3.5.0"
|
8314 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.5.0.tgz#0c6ad80d570f1c312cb46a2dfd2f14f966e2e4a9"
|
8315 |
+
integrity sha512-NtkjK9H0Vz3GkRj+UQM1xC0mKcaVcBsVL1odqnivN6S8erlgYJksf0WM4RnHIu2qlc1waNR8rqkLLrO9KBaDbA==
|
8316 |
dependencies:
|
8317 |
"@babel/runtime" "^7.12.5"
|
8318 |
+
gatsby-core-utils "^2.5.0"
|
8319 |
+
gatsby-plugin-utils "^1.5.0"
|
8320 |
+
semver "^7.3.5"
|
8321 |
+
sharp "^0.28.1"
|
8322 |
|
8323 |
+
gatsby-plugin-mdx@^2.5.0:
|
8324 |
+
version "2.5.0"
|
8325 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.5.0.tgz#6ffe790f43731dbf1c70369826861936f1d18d12"
|
8326 |
+
integrity sha512-q4BrUdMB/OCpLcOxGqbMBl7RhKWc5F5dKThGETaFtROzDLW4Uiw4Mww8tY6oGAgQfyWNl9sh+tadiiM9pbJJXg==
|
8327 |
dependencies:
|
8328 |
"@babel/core" "^7.12.3"
|
8329 |
"@babel/generator" "^7.12.5"
|
8340 |
escape-string-regexp "^1.0.5"
|
8341 |
eval "^0.1.4"
|
8342 |
fs-extra "^8.1.0"
|
8343 |
+
gatsby-core-utils "^2.5.0"
|
8344 |
gray-matter "^4.0.2"
|
8345 |
json5 "^2.1.3"
|
8346 |
loader-utils "^1.4.0"
|
8362 |
unist-util-remove "^1.0.3"
|
8363 |
unist-util-visit "^1.4.1"
|
8364 |
|
8365 |
+
gatsby-plugin-netlify@^3.5.0:
|
8366 |
+
version "3.5.0"
|
8367 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify/-/gatsby-plugin-netlify-3.5.0.tgz#1635bdcb41e11ad2fc5e99f98fd4cd44634b0b37"
|
8368 |
+
integrity sha512-hfb/OaZWtx20yNfVF750FziQfsDExzCR6ESJmr9orIHkQWs14WVPtahoXe3sq4yG6+m7ewJvebZoJUoI2yrEUw==
|
8369 |
dependencies:
|
8370 |
"@babel/runtime" "^7.12.5"
|
8371 |
fs-extra "^8.1.0"
|
8372 |
kebab-hash "^0.1.2"
|
8373 |
lodash "^4.17.21"
|
8374 |
+
webpack-assets-manifest "^5.0.5"
|
8375 |
|
8376 |
+
gatsby-plugin-page-creator@^3.5.0:
|
8377 |
+
version "3.5.0"
|
8378 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.5.0.tgz#14c4150c0fc137ba2210eee8b37ab600199048ed"
|
8379 |
+
integrity sha512-0rH+WWnp8sgNyyKmEtcQAt7EGcBHom6r8oZYqOaVXJsgwr+uzTjg4ncz+Qcz+rb6lMHFY6ajxStFvU/VzIMAxA==
|
8380 |
dependencies:
|
8381 |
"@babel/traverse" "^7.12.5"
|
8382 |
+
"@sindresorhus/slugify" "^1.1.2"
|
8383 |
chokidar "^3.5.1"
|
8384 |
fs-exists-cached "^1.0.0"
|
8385 |
+
gatsby-core-utils "^2.5.0"
|
8386 |
+
gatsby-page-utils "^1.5.0"
|
8387 |
+
gatsby-telemetry "^2.5.0"
|
8388 |
+
globby "^11.0.3"
|
8389 |
lodash "^4.17.21"
|
8390 |
|
8391 |
gatsby-plugin-preconnect@1.2.0:
|
8395 |
dependencies:
|
8396 |
"@babel/runtime" "^7.4.3"
|
8397 |
|
8398 |
+
gatsby-plugin-react-helmet@^4.5.0:
|
8399 |
+
version "4.5.0"
|
8400 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.5.0.tgz#2e4630009aab5c13aff9f67a2e3dd80d0df03336"
|
8401 |
+
integrity sha512-QDddKLz2aVDVIAttdQot4S/5H+KP6yUTkZySWyNsvClPovZ+XXgsrmav/Dt0w/6dAzIJA7RXqGvFwOJRHIKncQ==
|
8402 |
dependencies:
|
8403 |
"@babel/runtime" "^7.12.5"
|
8404 |
|
8405 |
+
gatsby-plugin-sharp@^3.5.0:
|
8406 |
+
version "3.5.0"
|
8407 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.5.0.tgz#2ffb1db5036b4452a2b760930f020dba84e2ae23"
|
8408 |
+
integrity sha512-FUbFPHFB0vkFLGMeSHa4qXuaky3oWxMeYUTooUDU73wCWuJzoSrS99FzE6DJsUv8Eitwf+Jys3YqlC87x4WAfg==
|
8409 |
dependencies:
|
8410 |
"@babel/runtime" "^7.12.5"
|
8411 |
async "^3.2.0"
|
8412 |
bluebird "^3.7.2"
|
8413 |
filenamify "^4.2.0"
|
8414 |
fs-extra "^9.1.0"
|
8415 |
+
gatsby-core-utils "^2.5.0"
|
8416 |
+
gatsby-telemetry "^2.5.0"
|
8417 |
got "^10.7.0"
|
8418 |
imagemin "^7.0.1"
|
8419 |
imagemin-mozjpeg "^9.0.0"
|
8424 |
probe-image-size "^6.0.0"
|
8425 |
progress "^2.0.3"
|
8426 |
semver "^7.3.4"
|
8427 |
+
sharp "^0.28.0"
|
8428 |
svgo "1.3.2"
|
8429 |
uuid "3.4.0"
|
8430 |
|
8435 |
dependencies:
|
8436 |
smoothscroll-polyfill "^0.4.4"
|
8437 |
|
8438 |
+
gatsby-plugin-typescript@^3.5.0:
|
8439 |
+
version "3.5.0"
|
8440 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.5.0.tgz#ef4a72740c55fd9ff34ba758d62b6a6486bb6f6b"
|
8441 |
+
integrity sha512-8Nd4iklXvf0R7kp3H1zHw7KlIniGsz0fc0iBZuWoT/ES43EkZqEHfJWUszJo1wyB1RM3nyob6I+mWbLsrl11Zw==
|
8442 |
dependencies:
|
8443 |
"@babel/core" "^7.12.3"
|
8444 |
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1"
|
8446 |
"@babel/plugin-proposal-optional-chaining" "^7.12.1"
|
8447 |
"@babel/preset-typescript" "^7.12.1"
|
8448 |
"@babel/runtime" "^7.12.5"
|
8449 |
+
babel-plugin-remove-graphql-queries "^3.5.0"
|
8450 |
|
8451 |
+
gatsby-plugin-utils@^1.5.0:
|
8452 |
+
version "1.5.0"
|
8453 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-1.5.0.tgz#793b0796ea225cf3c75871d06f5e75e3c3fa82c9"
|
8454 |
+
integrity sha512-IqCXOGTC+WRtzLUhEbJzR9RlumDGtN/xmsl41AOgfeJvfdeXiomm9nrlCs915XDZh/fYa5MbRpf7Xu4S3skhLA==
|
8455 |
dependencies:
|
8456 |
joi "^17.2.1"
|
8457 |
|
8463 |
babel-runtime "^6.26.0"
|
8464 |
webfontloader "^1.6.28"
|
8465 |
|
8466 |
+
gatsby-react-router-scroll@^4.5.0:
|
8467 |
+
version "4.5.0"
|
8468 |
+
resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.5.0.tgz#f888f9abe6531bee44edbec4c970308455e9ae73"
|
8469 |
+
integrity sha512-iE58ZuyMpgfaeuzkcR5P3y6RKYRPfGYYkIeYnXDJ2fwYNpKzPOcf0kPH12fBtb2ZKjHMy4ZmyqHppKqClvu0GQ==
|
8470 |
dependencies:
|
8471 |
"@babel/runtime" "^7.12.5"
|
8472 |
|
8473 |
+
gatsby-recipes@^0.16.0:
|
8474 |
+
version "0.16.0"
|
8475 |
+
resolved "https://registry.yarnpkg.com/gatsby-recipes/-/gatsby-recipes-0.16.0.tgz#f45e13e4e945974bb9a6c09ac3691689e8cce02b"
|
8476 |
+
integrity sha512-xS48KK4F/CLxlaHBq4AbTL6/2uSdfTdZuSrNPNPTvNnm9FMiot64e5SZpnZOMz4Wnts5pGPAVqnhfL37iy6V1g==
|
8477 |
dependencies:
|
8478 |
"@babel/core" "^7.12.3"
|
8479 |
"@babel/generator" "^7.12.5"
|
8498 |
express "^4.17.1"
|
8499 |
express-graphql "^0.9.0"
|
8500 |
fs-extra "^8.1.0"
|
8501 |
+
gatsby-core-utils "^2.5.0"
|
8502 |
+
gatsby-telemetry "^2.5.0"
|
8503 |
glob "^7.1.6"
|
8504 |
graphql "^15.4.0"
|
8505 |
graphql-compose "~7.25.0"
|
8534 |
xstate "^4.9.1"
|
8535 |
yoga-layout-prebuilt "^1.9.6"
|
8536 |
|
8537 |
+
gatsby-remark-copy-linked-files@^4.2.0:
|
8538 |
+
version "4.2.0"
|
8539 |
+
resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.2.0.tgz#66532bcf0a59bcdf11fd48049d89756f7ae82b52"
|
8540 |
+
integrity sha512-doAI9gO4HaI3ckdRiNOJW766GyqBIpBr0FEjEbiSoIw5oM0Y7Uxp6l5DLm3/b+5NIvx++Fyu/7a6/RU0J3o1dA==
|
8541 |
dependencies:
|
8542 |
"@babel/runtime" "^7.12.5"
|
8543 |
+
cheerio "^1.0.0-rc.8"
|
8544 |
fs-extra "^8.1.0"
|
8545 |
is-relative-url "^3.0.0"
|
8546 |
lodash "^4.17.21"
|
8547 |
path-is-inside "^1.0.2"
|
8548 |
probe-image-size "^6.0.0"
|
8549 |
+
unist-util-visit "^2.0.3"
|
8550 |
|
8551 |
gatsby-remark-embed-video@^3.1.1:
|
8552 |
version "3.1.1"
|
8557 |
remark-burger "^1.0.1"
|
8558 |
unist-util-visit "^2.0.3"
|
8559 |
|
8560 |
+
gatsby-remark-images@^5.2.0:
|
8561 |
+
version "5.2.0"
|
8562 |
+
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-5.2.0.tgz#338aa7b4dac33bd80a6f7f1bcca0678437ddd72b"
|
8563 |
+
integrity sha512-jpkcMMEcH9D7WkhxgSYS+jMciZvEt88pVliulCJmHdGs2yubY9Ds9f2UtOFnhvffU07wfrt3SIJpvSYd660pZA==
|
8564 |
dependencies:
|
8565 |
"@babel/runtime" "^7.12.5"
|
8566 |
chalk "^4.1.0"
|
8567 |
cheerio "^1.0.0-rc.3"
|
8568 |
+
gatsby-core-utils "^2.5.0"
|
8569 |
is-relative-url "^3.0.0"
|
8570 |
lodash "^4.17.21"
|
8571 |
+
mdast-util-definitions "^4.0.0"
|
8572 |
potrace "^2.1.8"
|
8573 |
query-string "^6.13.3"
|
8574 |
+
unist-util-select "^3.0.4"
|
8575 |
+
unist-util-visit-parents "^3.1.1"
|
8576 |
|
8577 |
+
gatsby-remark-responsive-iframe@^4.2.0:
|
8578 |
+
version "4.2.0"
|
8579 |
+
resolved "https://registry.yarnpkg.com/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-4.2.0.tgz#3360c961542ceccf4a3d2e667d9eaf694230789e"
|
8580 |
+
integrity sha512-wduPNRgnM+ewORH/fUuMvbxwvJKY+3CQMa8L2fMBWZNkbKfU2Spy+tppYaBKM3UPwIe571WT7En45Vry0oLpXg==
|
8581 |
dependencies:
|
8582 |
"@babel/runtime" "^7.12.5"
|
8583 |
cheerio "^1.0.0-rc.3"
|
8584 |
common-tags "^1.8.0"
|
8585 |
lodash "^4.17.21"
|
8586 |
+
unist-util-visit "^2.0.3"
|
8587 |
|
8588 |
+
gatsby-remark-smartypants@^4.2.0:
|
8589 |
+
version "4.2.0"
|
8590 |
+
resolved "https://registry.yarnpkg.com/gatsby-remark-smartypants/-/gatsby-remark-smartypants-4.2.0.tgz#9975fcedda80a333d662272dac339c0c127d594a"
|
8591 |
+
integrity sha512-1GRSPwquCNboFkQCD3b+lDoc3UGgdGLmKP1riNY53X7/WfxgYwMUAe7xiRKllwANXmGCVphKq2+c3DsWpQ7Bew==
|
8592 |
dependencies:
|
8593 |
"@babel/runtime" "^7.12.5"
|
8594 |
+
retext "^7.0.1"
|
8595 |
+
retext-smartypants "^4.0.0"
|
8596 |
+
unist-util-visit "^2.0.3"
|
8597 |
|
8598 |
+
gatsby-source-filesystem@^3.5.0:
|
8599 |
+
version "3.5.0"
|
8600 |
+
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-3.5.0.tgz#b25645c663a8c188dece11de6c9ace5872316180"
|
8601 |
+
integrity sha512-o0JGFGHwjqgy1IciifMoMek/ulpO/lvwhpAxxjpDl3vqzO6beoAdaLrLe6zRn403XXSA14TDP9KUNfePLlp1lg==
|
8602 |
dependencies:
|
8603 |
"@babel/runtime" "^7.12.5"
|
8604 |
better-queue "^3.8.10"
|
8605 |
chokidar "^3.4.3"
|
8606 |
file-type "^16.0.0"
|
8607 |
fs-extra "^8.1.0"
|
8608 |
+
gatsby-core-utils "^2.5.0"
|
8609 |
got "^9.6.0"
|
8610 |
md5-file "^5.0.0"
|
8611 |
mime "^2.4.6"
|
8614 |
valid-url "^1.0.9"
|
8615 |
xstate "^4.14.0"
|
8616 |
|
8617 |
+
gatsby-telemetry@^2.5.0:
|
8618 |
+
version "2.5.0"
|
8619 |
+
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-2.5.0.tgz#ea3519afd9e905d6a6b1d01209e8df048764be1e"
|
8620 |
+
integrity sha512-PbyYw74t/RLVbEWicjAdrCMttV1GSbuHZit0PsVPqqwNlL1LalJa/V7lcVMqqGrEbkB+fUoKkk1u2o+TDgvIng==
|
8621 |
dependencies:
|
8622 |
"@babel/code-frame" "^7.10.4"
|
8623 |
"@babel/runtime" "^7.12.5"
|
8627 |
boxen "^4.2.0"
|
8628 |
configstore "^5.0.1"
|
8629 |
fs-extra "^8.1.0"
|
8630 |
+
gatsby-core-utils "^2.5.0"
|
8631 |
git-up "^4.0.2"
|
8632 |
is-docker "^2.1.1"
|
8633 |
lodash "^4.17.21"
|
8634 |
node-fetch "^2.6.1"
|
8635 |
uuid "3.4.0"
|
8636 |
|
8637 |
+
gatsby-transformer-json@^3.5.0:
|
8638 |
+
version "3.5.0"
|
8639 |
+
resolved "https://registry.yarnpkg.com/gatsby-transformer-json/-/gatsby-transformer-json-3.5.0.tgz#2fe43c8540869b1bb8d44f8f249621ea3c23f5d1"
|
8640 |
+
integrity sha512-WE6vb5hr139eaAPCXfBTgdWJqyFhFcj2igRSrM7fcnnePlO/RFppVpynW3B8RjJ0VJqTRDaPwdEFVZ5YFaHZyg==
|
8641 |
dependencies:
|
8642 |
"@babel/runtime" "^7.12.5"
|
8643 |
bluebird "^3.7.2"
|
8644 |
|
8645 |
+
gatsby-transformer-sharp@^3.5.0:
|
8646 |
+
version "3.5.0"
|
8647 |
+
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-3.5.0.tgz#7c033eecf06672cad9c5ec20cb11b09fa9e887bf"
|
8648 |
+
integrity sha512-hgmm2PGfkvTOKBUWWFWVZfPFEaDMagDNLk9hJexkZwpnML+ambxUnwt2s3mMMR0iNh67WJGrg+UDg43PvyNcwA==
|
8649 |
dependencies:
|
8650 |
"@babel/runtime" "^7.12.5"
|
8651 |
bluebird "^3.7.2"
|
8654 |
potrace "^2.1.8"
|
8655 |
probe-image-size "^6.0.0"
|
8656 |
semver "^7.3.4"
|
8657 |
+
sharp "^0.28.0"
|
8658 |
|
8659 |
+
gatsby@^3.5.0:
|
8660 |
+
version "3.5.0"
|
8661 |
+
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.5.0.tgz#a0e7dd4310c585120d8b1782a3d1f8a3272b580e"
|
8662 |
+
integrity sha512-xQXHC89ybLCYPWA0TTsY6my8mLCrtH2M/UKOrXaiU7DeNwLb7pLYJ915lo+Dtjj5yu43zMuLL/+jIDLm3FiOmQ==
|
8663 |
dependencies:
|
8664 |
"@babel/code-frame" "^7.10.4"
|
8665 |
"@babel/core" "^7.12.3"
|
8678 |
"@typescript-eslint/parser" "^4.15.2"
|
8679 |
address "1.1.2"
|
8680 |
anser "^2.0.1"
|
|
|
8681 |
autoprefixer "^10.2.4"
|
8682 |
axios "^0.21.1"
|
8683 |
babel-loader "^8.2.2"
|
8684 |
babel-plugin-add-module-exports "^1.0.4"
|
8685 |
babel-plugin-dynamic-import-node "^2.3.3"
|
8686 |
babel-plugin-lodash "^3.3.4"
|
8687 |
+
babel-plugin-remove-graphql-queries "^3.5.0"
|
8688 |
+
babel-preset-gatsby "^1.5.0"
|
8689 |
better-opn "^2.0.0"
|
|
|
8690 |
bluebird "^3.7.2"
|
8691 |
body-parser "^1.19.0"
|
8692 |
browserslist "^4.12.2"
|
8695 |
chokidar "^3.4.2"
|
8696 |
common-tags "^1.8.0"
|
8697 |
compression "^1.7.4"
|
8698 |
+
cookie "^0.4.1"
|
8699 |
copyfiles "^2.3.0"
|
8700 |
core-js "^3.9.0"
|
8701 |
cors "^2.8.5"
|
8702 |
css-loader "^5.0.1"
|
8703 |
+
css-minimizer-webpack-plugin "^2.0.0"
|
8704 |
css.escape "^1.5.1"
|
8705 |
date-fns "^2.14.0"
|
8706 |
debug "^3.2.7"
|
8714 |
eslint-plugin-graphql "^4.0.0"
|
8715 |
eslint-plugin-import "^2.22.1"
|
8716 |
eslint-plugin-jsx-a11y "^6.4.1"
|
8717 |
+
eslint-plugin-react "^7.23.1"
|
8718 |
eslint-plugin-react-hooks "^4.2.0"
|
8719 |
+
eslint-webpack-plugin "^2.5.3"
|
8720 |
event-source-polyfill "^1.0.15"
|
8721 |
execa "^4.0.3"
|
8722 |
express "^4.17.1"
|
8727 |
find-cache-dir "^3.3.1"
|
8728 |
fs-exists-cached "1.0.0"
|
8729 |
fs-extra "^8.1.0"
|
8730 |
+
gatsby-cli "^3.5.0"
|
8731 |
+
gatsby-core-utils "^2.5.0"
|
8732 |
+
gatsby-graphiql-explorer "^1.5.0"
|
8733 |
+
gatsby-legacy-polyfills "^1.5.0"
|
8734 |
+
gatsby-link "^3.5.0"
|
8735 |
+
gatsby-plugin-page-creator "^3.5.0"
|
8736 |
+
gatsby-plugin-typescript "^3.5.0"
|
8737 |
+
gatsby-plugin-utils "^1.5.0"
|
8738 |
+
gatsby-react-router-scroll "^4.5.0"
|
8739 |
+
gatsby-telemetry "^2.5.0"
|
8740 |
glob "^7.1.6"
|
8741 |
got "8.3.2"
|
8742 |
graphql "^15.4.0"
|
8758 |
memoizee "^0.4.15"
|
8759 |
micromatch "^4.0.2"
|
8760 |
mime "^2.4.6"
|
8761 |
+
mini-css-extract-plugin "1.6.0"
|
8762 |
mitt "^1.2.0"
|
8763 |
mkdirp "^0.5.1"
|
8764 |
moment "^2.27.0"
|
8765 |
+
multer "^1.4.2"
|
8766 |
name-all-modules-plugin "^1.0.1"
|
8767 |
normalize-path "^3.0.0"
|
8768 |
null-loader "^4.0.1"
|
8769 |
opentracing "^0.14.4"
|
8770 |
p-defer "^3.0.0"
|
8771 |
parseurl "^1.3.3"
|
8772 |
+
path-to-regexp "0.1.7"
|
8773 |
physical-cpu-count "^2.0.0"
|
8774 |
platform "^1.3.6"
|
8775 |
pnp-webpack-plugin "^1.6.4"
|
8784 |
react-refresh "^0.9.0"
|
8785 |
redux "^4.0.5"
|
8786 |
redux-thunk "^2.3.0"
|
8787 |
+
resolve-from "^5.0.0"
|
8788 |
semver "^7.3.2"
|
8789 |
shallow-compare "^1.2.2"
|
8790 |
signal-exit "^3.0.3"
|
8806 |
util.promisify "^1.0.1"
|
8807 |
uuid "3.4.0"
|
8808 |
v8-compile-cache "^2.2.0"
|
8809 |
+
webpack "^5.35.0"
|
8810 |
webpack-dev-middleware "^4.1.0"
|
8811 |
webpack-dev-server "^3.11.2"
|
8812 |
webpack-merge "^5.7.3"
|
8844 |
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
|
8845 |
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
|
8846 |
|
8847 |
+
get-intrinsic@^1.0.1, get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
|
8848 |
version "1.1.1"
|
8849 |
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6"
|
8850 |
integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
|
9112 |
merge2 "^1.3.0"
|
9113 |
slash "^3.0.0"
|
9114 |
|
9115 |
+
globby@11.0.2, globby@^11.0.1:
|
9116 |
version "11.0.2"
|
9117 |
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
|
9118 |
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
|
9138 |
merge2 "^1.2.3"
|
9139 |
slash "^3.0.0"
|
9140 |
|
9141 |
+
globby@^11.0.3:
|
9142 |
+
version "11.0.3"
|
9143 |
+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
|
9144 |
+
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
|
9145 |
+
dependencies:
|
9146 |
+
array-union "^2.1.0"
|
9147 |
+
dir-glob "^3.0.1"
|
9148 |
+
fast-glob "^3.1.1"
|
9149 |
+
ignore "^5.1.4"
|
9150 |
+
merge2 "^1.3.0"
|
9151 |
+
slash "^3.0.0"
|
9152 |
+
|
9153 |
globby@^6.1.0:
|
9154 |
version "6.1.0"
|
9155 |
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
|
9494 |
resolved "https://registry.yarnpkg.com/has-yarn/-/has-yarn-2.1.0.tgz#137e11354a7b5bf11aa5cb649cf0c6f3ff2b2e77"
|
9495 |
integrity sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==
|
9496 |
|
9497 |
+
has@^1.0.3:
|
9498 |
version "1.0.3"
|
9499 |
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
|
9500 |
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
|
9654 |
resolved "https://registry.yarnpkg.com/hsla-regex/-/hsla-regex-1.0.0.tgz#c1ce7a3168c8c6614033a4b5f7877f3b225f9c38"
|
9655 |
integrity sha1-wc56MWjIxmFAM6S194d/OyJfnDg=
|
9656 |
|
|
|
|
|
|
|
|
|
|
|
9657 |
html-element@^2.0.0:
|
9658 |
version "2.3.1"
|
9659 |
resolved "https://registry.yarnpkg.com/html-element/-/html-element-2.3.1.tgz#5feb23dd5226467ef8c2faec51a5bf29c4ef5440"
|
9698 |
domutils "^2.4.4"
|
9699 |
entities "^2.0.0"
|
9700 |
|
9701 |
+
htmlparser2@^6.1.0:
|
9702 |
+
version "6.1.0"
|
9703 |
+
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-6.1.0.tgz#c4d762b6c3371a05dbe65e94ae43a9f845fb8fb7"
|
9704 |
+
integrity sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==
|
9705 |
+
dependencies:
|
9706 |
+
domelementtype "^2.0.1"
|
9707 |
+
domhandler "^4.0.0"
|
9708 |
+
domutils "^2.5.2"
|
9709 |
+
entities "^2.0.0"
|
9710 |
+
|
9711 |
http-cache-semantics@3.8.1, http-cache-semantics@^3.8.1:
|
9712 |
version "3.8.1"
|
9713 |
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz#39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2"
|
10135 |
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3"
|
10136 |
integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==
|
10137 |
|
|
|
|
|
|
|
|
|
|
|
10138 |
is-absolute-url@^3.0.0, is-absolute-url@^3.0.3:
|
10139 |
version "3.0.3"
|
10140 |
resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-3.0.3.tgz#96c6a22b6a23929b11ea0afb1836c36ad4a5d698"
|
10172 |
is-alphabetical "^1.0.0"
|
10173 |
is-decimal "^1.0.0"
|
10174 |
|
10175 |
+
is-arguments@^1.0.4, is-arguments@^1.1.0:
|
10176 |
version "1.1.0"
|
10177 |
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.0.tgz#62353031dfbee07ceb34656a6bde59efecae8dd9"
|
10178 |
integrity sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg==
|
10215 |
dependencies:
|
10216 |
call-bind "^1.0.0"
|
10217 |
|
10218 |
+
is-buffer@^1.1.5:
|
10219 |
version "1.1.6"
|
10220 |
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
|
10221 |
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
|
10237 |
dependencies:
|
10238 |
ci-info "^2.0.0"
|
10239 |
|
10240 |
+
is-color-stop@^1.1.0:
|
10241 |
version "1.1.0"
|
10242 |
resolved "https://registry.yarnpkg.com/is-color-stop/-/is-color-stop-1.1.0.tgz#cfff471aee4dd5c9e158598fbe12967b5cdad345"
|
10243 |
integrity sha1-z/9HGu5N1cnhWFmPvhKWe1za00U=
|
10275 |
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.2.tgz#bda736f2cd8fd06d32844e7743bfa7494c3bfd7e"
|
10276 |
integrity sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==
|
10277 |
|
10278 |
+
is-date-object@^1.0.2:
|
10279 |
+
version "1.0.4"
|
10280 |
+
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.4.tgz#550cfcc03afada05eea3dd30981c7b09551f73e5"
|
10281 |
+
integrity sha512-/b4ZVsG7Z5XVtIxs/h9W8nvfLgSAyKYdtGWQLbqy6jA1icmgjf8WCoTKgeS4wy5tYaPePouzFMANbnj94c2Z+A==
|
10282 |
+
|
10283 |
is-decimal@^1.0.0:
|
10284 |
version "1.0.4"
|
10285 |
resolved "https://registry.yarnpkg.com/is-decimal/-/is-decimal-1.0.4.tgz#65a3a5958a1c5b63a706e1b333d7cd9f630d3fa5"
|
10415 |
dependencies:
|
10416 |
lower-case "^1.1.0"
|
10417 |
|
10418 |
+
is-map@^2.0.1, is-map@^2.0.2:
|
10419 |
+
version "2.0.2"
|
10420 |
+
resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.2.tgz#00922db8c9bf73e81b7a335827bc2a43f2b91127"
|
10421 |
+
integrity sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==
|
10422 |
+
|
10423 |
is-natural-number@^4.0.1:
|
10424 |
version "4.0.1"
|
10425 |
resolved "https://registry.yarnpkg.com/is-natural-number/-/is-natural-number-4.0.1.tgz#ab9d76e1db4ced51e35de0c72ebecf09f734cde8"
|
10536 |
call-bind "^1.0.2"
|
10537 |
has-symbols "^1.0.1"
|
10538 |
|
10539 |
+
is-regex@^1.1.1:
|
10540 |
+
version "1.1.3"
|
10541 |
+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f"
|
10542 |
+
integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==
|
10543 |
+
dependencies:
|
10544 |
+
call-bind "^1.0.2"
|
10545 |
+
has-symbols "^1.0.2"
|
10546 |
+
|
10547 |
is-relative-url@^3.0.0:
|
10548 |
version "3.0.0"
|
10549 |
resolved "https://registry.yarnpkg.com/is-relative-url/-/is-relative-url-3.0.0.tgz#f623c8e26baa5bd3742b3b7ec074f50f3b45b3f3"
|
10558 |
dependencies:
|
10559 |
is-unc-path "^1.0.0"
|
10560 |
|
10561 |
+
is-resolvable@^1.1.0:
|
10562 |
version "1.1.0"
|
10563 |
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
|
10564 |
integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==
|
10573 |
resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c"
|
10574 |
integrity sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==
|
10575 |
|
10576 |
+
is-set@^2.0.1, is-set@^2.0.2:
|
10577 |
+
version "2.0.2"
|
10578 |
+
resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.2.tgz#90755fa4c2562dc1c5d4024760d6119b94ca18ec"
|
10579 |
+
integrity sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==
|
10580 |
+
|
10581 |
is-ssh@^1.3.0:
|
10582 |
version "1.3.2"
|
10583 |
resolved "https://registry.yarnpkg.com/is-ssh/-/is-ssh-1.3.2.tgz#a4b82ab63d73976fd8263cceee27f99a88bdae2b"
|
10600 |
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6"
|
10601 |
integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==
|
10602 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10603 |
is-symbol@^1.0.2, is-symbol@^1.0.3:
|
10604 |
version "1.0.3"
|
10605 |
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
|
10614 |
dependencies:
|
10615 |
text-extensions "^1.0.0"
|
10616 |
|
10617 |
+
is-typed-array@^1.1.3:
|
10618 |
+
version "1.1.5"
|
10619 |
+
resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.5.tgz#f32e6e096455e329eb7b423862456aa213f0eb4e"
|
10620 |
+
integrity sha512-S+GRDgJlR3PyEbsX/Fobd9cqpZBuvUS+8asRqYDMLCb2qMzt1oz5m5oxQCxOgUDxiWsOVNi4yaF+/uvdlHlYug==
|
10621 |
+
dependencies:
|
10622 |
+
available-typed-arrays "^1.0.2"
|
10623 |
+
call-bind "^1.0.2"
|
10624 |
+
es-abstract "^1.18.0-next.2"
|
10625 |
+
foreach "^2.0.5"
|
10626 |
+
has-symbols "^1.0.1"
|
10627 |
+
|
10628 |
is-typedarray@^1.0.0, is-typedarray@~1.0.0:
|
10629 |
version "1.0.0"
|
10630 |
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
|
10661 |
dependencies:
|
10662 |
is-invalid-path "^0.1.0"
|
10663 |
|
10664 |
+
is-weakmap@^2.0.1:
|
10665 |
+
version "2.0.1"
|
10666 |
+
resolved "https://registry.yarnpkg.com/is-weakmap/-/is-weakmap-2.0.1.tgz#5008b59bdc43b698201d18f62b37b2ca243e8cf2"
|
10667 |
+
integrity sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==
|
10668 |
+
|
10669 |
+
is-weakset@^2.0.1:
|
10670 |
+
version "2.0.1"
|
10671 |
+
resolved "https://registry.yarnpkg.com/is-weakset/-/is-weakset-2.0.1.tgz#e9a0af88dbd751589f5e50d80f4c98b780884f83"
|
10672 |
+
integrity sha512-pi4vhbhVHGLxohUw7PhGsueT4vRGFoXhP7+RGN0jKIv9+8PWYCQTqtADngrxOm2g46hoH0+g8uZZBzMrvVGDmw==
|
10673 |
+
|
10674 |
is-whitespace-character@^1.0.0:
|
10675 |
version "1.0.4"
|
10676 |
resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz#0858edd94a95594c7c9dd0b5c174ec6e45ee4aa7"
|
10713 |
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
|
10714 |
integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
|
10715 |
|
10716 |
+
isarray@^2.0.1, isarray@^2.0.5:
|
10717 |
version "2.0.5"
|
10718 |
resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723"
|
10719 |
integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==
|
11212 |
resolved "https://registry.yarnpkg.com/lock/-/lock-1.1.0.tgz#53157499d1653b136ca66451071fca615703fa55"
|
11213 |
integrity sha1-UxV0mdFlOxNspmRRBx/KYVcD+lU=
|
11214 |
|
11215 |
+
lockfile@^1.0:
|
11216 |
+
version "1.0.4"
|
11217 |
+
resolved "https://registry.yarnpkg.com/lockfile/-/lockfile-1.0.4.tgz#07f819d25ae48f87e538e6578b6964a4981a5609"
|
11218 |
+
integrity sha512-cvbTwETRfsFh4nHsL1eGWapU1XFi5Ot9E85sWAwia7Y7EgB7vfqcZhTKZ+l7hCGxSPoushMv5GKhT5PdLv03WA==
|
11219 |
+
dependencies:
|
11220 |
+
signal-exit "^3.0.2"
|
11221 |
+
|
11222 |
lodash-es@^4.17.21:
|
11223 |
version "4.17.21"
|
11224 |
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
|
11649 |
dependencies:
|
11650 |
unist-util-visit "^2.0.0"
|
11651 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11652 |
mdast-util-definitions@^4.0.0:
|
11653 |
version "4.0.0"
|
11654 |
resolved "https://registry.yarnpkg.com/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz#c5c1a84db799173b4dcf7643cda999e440c24db2"
|
12017 |
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-2.1.0.tgz#d13763d35f613d09ec37ebb30bac0469c0ee8f43"
|
12018 |
integrity sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==
|
12019 |
|
|
|
|
|
|
|
|
|
|
|
12020 |
min-document@^2.19.0:
|
12021 |
version "2.19.0"
|
12022 |
resolved "https://registry.yarnpkg.com/min-document/-/min-document-2.19.0.tgz#7bd282e3f5842ed295bb748cdd9f1ffa2c824685"
|
12029 |
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
|
12030 |
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
|
12031 |
|
12032 |
+
mini-css-extract-plugin@1.6.0:
|
12033 |
+
version "1.6.0"
|
12034 |
+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.0.tgz#b4db2525af2624899ed64a23b0016e0036411893"
|
12035 |
+
integrity sha512-nPFKI7NSy6uONUo9yn2hIfb9vyYvkFu95qki0e21DQ9uaqNKDP15DGpK0KnV6wDroWxPHtExrdEwx/yDQ8nVRw==
|
12036 |
dependencies:
|
12037 |
loader-utils "^2.0.0"
|
12038 |
schema-utils "^3.0.0"
|
12077 |
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
|
12078 |
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
|
12079 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12080 |
minipass@^2.3.5, minipass@^2.6.0, minipass@^2.8.6, minipass@^2.9.0:
|
12081 |
version "2.9.0"
|
12082 |
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6"
|
12085 |
safe-buffer "^5.1.2"
|
12086 |
yallist "^3.0.0"
|
12087 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12088 |
minizlib@^1.2.1:
|
12089 |
version "1.3.3"
|
12090 |
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d"
|
12092 |
dependencies:
|
12093 |
minipass "^2.9.0"
|
12094 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12095 |
mississippi@^3.0.0:
|
12096 |
version "3.0.0"
|
12097 |
resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-3.0.0.tgz#ea0a3291f97e0b5e8776b363d5f0a12d94c67022"
|
12133 |
dependencies:
|
12134 |
mkdirp "*"
|
12135 |
|
12136 |
+
mkdirp@*, mkdirp@^1.0.4:
|
12137 |
version "1.0.4"
|
12138 |
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
|
12139 |
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
|
12140 |
|
12141 |
+
mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.5, mkdirp@~0.5.1:
|
12142 |
version "0.5.5"
|
12143 |
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
|
12144 |
integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
|
12203 |
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
|
12204 |
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
|
12205 |
|
12206 |
+
multer@^1.4.2:
|
12207 |
+
version "1.4.2"
|
12208 |
+
resolved "https://registry.yarnpkg.com/multer/-/multer-1.4.2.tgz#2f1f4d12dbaeeba74cb37e623f234bf4d3d2057a"
|
12209 |
+
integrity sha512-xY8pX7V+ybyUpbYMxtjM9KAiD9ixtg5/JkeKUTD6xilfDv0vzzOFcCp4Ljb1UU3tSOM3VTZtKo63OmzOrGi3Cg==
|
12210 |
+
dependencies:
|
12211 |
+
append-field "^1.0.0"
|
12212 |
+
busboy "^0.2.11"
|
12213 |
+
concat-stream "^1.5.2"
|
12214 |
+
mkdirp "^0.5.1"
|
12215 |
+
object-assign "^4.1.1"
|
12216 |
+
on-finished "^2.3.0"
|
12217 |
+
type-is "^1.6.4"
|
12218 |
+
xtend "^4.0.0"
|
12219 |
+
|
12220 |
multicast-dns-service-types@^1.1.0:
|
12221 |
version "1.1.0"
|
12222 |
resolved "https://registry.yarnpkg.com/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz#899f11d9686e5e05cb91b35d5f0e63b773cfc901"
|
12274 |
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.22.tgz#b35f8fb7d151990a8aebd5aa5015c03cf726f844"
|
12275 |
integrity sha512-/2ZUaJX2ANuLtTvqTlgqBQNJoQO398KyJgZloL0PZkC0dpysjncRUPsFe3DUPzz/y3h+u7C46np8RMuvF3jsSQ==
|
12276 |
|
12277 |
+
nanoid@^3.1.23:
|
12278 |
+
version "3.1.23"
|
12279 |
+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
|
12280 |
+
integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==
|
12281 |
+
|
12282 |
nanomatch@^1.2.9:
|
12283 |
version "1.2.13"
|
12284 |
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
|
12367 |
lower-case "^2.0.2"
|
12368 |
tslib "^2.0.3"
|
12369 |
|
12370 |
+
node-abi@^2.21.0:
|
12371 |
+
version "2.26.0"
|
12372 |
+
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.26.0.tgz#355d5d4bc603e856f74197adbf3f5117a396ba40"
|
12373 |
+
integrity sha512-ag/Vos/mXXpWLLAYWsAoQdgS+gW7IwvgMLOgqopm/DbzAjazLltzgzpVMsFlgmo9TzG5hGXeaBZx2AI731RIsQ==
|
12374 |
dependencies:
|
12375 |
semver "^5.4.1"
|
12376 |
|
12430 |
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.71.tgz#cb1334b179896b1c89ecfdd4b725fb7bbdfc7dbb"
|
12431 |
integrity sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg==
|
12432 |
|
12433 |
+
node-releases@^1.1.71:
|
12434 |
+
version "1.1.72"
|
12435 |
+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.72.tgz#14802ab6b1039a79a0c7d662b610a5bbd76eacbe"
|
12436 |
+
integrity sha512-LLUo+PpH3dU6XizX3iVoubUNheF/owjXCZZ5yACDxNnPtgFuludV1ZL3ayK1kVep42Rmm0+R9/Y60NQbZ2bifw==
|
12437 |
+
|
12438 |
noms@0.0.0:
|
12439 |
version "0.0.0"
|
12440 |
resolved "https://registry.yarnpkg.com/noms/-/noms-0.0.0.tgz#da8ebd9f3af9d6760919b27d9cdc8092a7332859"
|
12502 |
query-string "^5.0.1"
|
12503 |
sort-keys "^2.0.0"
|
12504 |
|
12505 |
+
normalize-url@^3.3.0:
|
12506 |
version "3.3.0"
|
12507 |
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559"
|
12508 |
integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==
|
12509 |
|
12510 |
+
normalize-url@^4.1.0, normalize-url@^4.5.0:
|
12511 |
version "4.5.0"
|
12512 |
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.0.tgz#453354087e6ca96957bd8f5baf753f5982142129"
|
12513 |
integrity sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==
|
12514 |
|
12515 |
+
not@^0.1.0:
|
12516 |
+
version "0.1.0"
|
12517 |
+
resolved "https://registry.yarnpkg.com/not/-/not-0.1.0.tgz#c9691c1746c55dcfbe54cbd8bd4ff041bc2b519d"
|
12518 |
+
integrity sha1-yWkcF0bFXc++VMvYvU/wQbwrUZ0=
|
12519 |
+
|
12520 |
npm-bundled@^1.0.1:
|
12521 |
version "1.1.1"
|
12522 |
resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.1.1.tgz#1edd570865a94cdb1bc8220775e29466c9fb234b"
|
12603 |
gauge "~2.7.3"
|
12604 |
set-blocking "~2.0.0"
|
12605 |
|
12606 |
+
nth-check@^1.0.2, nth-check@~1.0.1:
|
12607 |
version "1.0.2"
|
12608 |
resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c"
|
12609 |
integrity sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==
|
12654 |
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a"
|
12655 |
integrity sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==
|
12656 |
|
12657 |
+
object-is@^1.0.1, object-is@^1.1.4:
|
12658 |
version "1.1.5"
|
12659 |
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac"
|
12660 |
integrity sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==
|
12689 |
has-symbols "^1.0.1"
|
12690 |
object-keys "^1.1.1"
|
12691 |
|
12692 |
+
object.entries@^1.1.3:
|
12693 |
version "1.1.3"
|
12694 |
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.3.tgz#c601c7f168b62374541a07ddbd3e2d5e4f7711a6"
|
12695 |
integrity sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg==
|
12699 |
es-abstract "^1.18.0-next.1"
|
12700 |
has "^1.0.3"
|
12701 |
|
12702 |
+
object.fromentries@^2.0.4:
|
12703 |
version "2.0.4"
|
12704 |
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.4.tgz#26e1ba5c4571c5c6f0890cef4473066456a120b8"
|
12705 |
integrity sha512-EsFBshs5RUUpQEY1D4q/m59kMfz4YJvxuNCJcv/jWwOJr34EaVnG11ZrZa0UHB3wnzV1wx8m58T4hQL8IuNXlQ==
|
12725 |
dependencies:
|
12726 |
isobject "^3.0.1"
|
12727 |
|
12728 |
+
object.values@^1.1.0, object.values@^1.1.1, object.values@^1.1.3:
|
12729 |
version "1.1.3"
|
12730 |
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.3.tgz#eaa8b1e17589f02f698db093f7c62ee1699742ee"
|
12731 |
integrity sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==
|
12755 |
resolved "https://registry.yarnpkg.com/omggif/-/omggif-1.0.10.tgz#ddaaf90d4a42f532e9e7cb3a95ecdd47f17c7b19"
|
12756 |
integrity sha512-LMJTtvgc/nugXj0Vcrrs68Mn2D1r0zf630VNtqtpI1FEO7e+O9FP4gqs9AcnBaSEeoHIPm28u6qgPR0oyEpGSw==
|
12757 |
|
12758 |
+
on-finished@^2.3.0, on-finished@~2.3.0:
|
12759 |
version "2.3.0"
|
12760 |
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
|
12761 |
integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=
|
12994 |
dependencies:
|
12995 |
aggregate-error "^3.0.0"
|
12996 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12997 |
p-pipe@^1.2.0:
|
12998 |
version "1.2.0"
|
12999 |
resolved "https://registry.yarnpkg.com/p-pipe/-/p-pipe-1.2.0.tgz#4b1a11399a11520a67790ee5a0c1d5881d6befe9"
|
13228 |
parse-path "^4.0.0"
|
13229 |
protocols "^1.4.0"
|
13230 |
|
13231 |
+
parse5-htmlparser2-tree-adapter@^6.0.0, parse5-htmlparser2-tree-adapter@^6.0.1:
|
13232 |
version "6.0.1"
|
13233 |
resolved "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz#2cdf9ad823321140370d4dbf5d3e92c7c8ddc6e6"
|
13234 |
integrity sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==
|
13514 |
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
|
13515 |
integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=
|
13516 |
|
13517 |
+
postcss-calc@^8.0.0:
|
13518 |
+
version "8.0.0"
|
13519 |
+
resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-8.0.0.tgz#a05b87aacd132740a5db09462a3612453e5df90a"
|
13520 |
+
integrity sha512-5NglwDrcbiy8XXfPM11F3HeC6hoT9W7GUH/Zi5U/p7u3Irv4rHhdDcIZwG0llHXV4ftsBjpfWMXAnXNl4lnt8g==
|
13521 |
dependencies:
|
|
|
13522 |
postcss-selector-parser "^6.0.2"
|
13523 |
postcss-value-parser "^4.0.2"
|
13524 |
|
13525 |
+
postcss-colormin@^5.0.0:
|
13526 |
+
version "5.0.0"
|
13527 |
+
resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-5.0.0.tgz#283b8934c8bdbc531e7648aeb0970107f6d06d0e"
|
13528 |
+
integrity sha512-Yt84+5V6CgS/AhK7d7MA58vG8dSZ7+ytlRtWLaQhag3HXOncTfmYpuUOX4cDoXjvLfw1sHRCHMiBjYhc35CymQ==
|
13529 |
dependencies:
|
13530 |
+
browserslist "^4.16.0"
|
13531 |
+
color "^3.1.1"
|
13532 |
+
postcss-value-parser "^4.1.0"
|
|
|
|
|
13533 |
|
13534 |
+
postcss-convert-values@^5.0.0:
|
13535 |
+
version "5.0.0"
|
13536 |
+
resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-5.0.0.tgz#cd77e1d23ebe8fcf508640551eed08e232784cba"
|
13537 |
+
integrity sha512-V5kmYm4xoBAjNs+eHY/6XzXJkkGeg4kwNf2ocfqhLb1WBPEa4oaSmoi1fnVO7Dkblqvus9h+AenDvhCKUCK7uQ==
|
13538 |
dependencies:
|
13539 |
+
postcss-value-parser "^4.1.0"
|
|
|
13540 |
|
13541 |
+
postcss-discard-comments@^5.0.0:
|
13542 |
+
version "5.0.0"
|
13543 |
+
resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-5.0.0.tgz#6c27310e0657c0b9e38a6175ad001b5aa28964bc"
|
13544 |
+
integrity sha512-Umig6Gxs8m20RihiXY6QkePd6mp4FxkA1Dg+f/Kd6uw0gEMfKRjDeQOyFkLibexbJJGHpE3lrN/Q0R9SMrUMbQ==
|
|
|
|
|
13545 |
|
13546 |
+
postcss-discard-duplicates@^5.0.0:
|
13547 |
+
version "5.0.0"
|
13548 |
+
resolved "https://registry.yarnpkg.com/postcss-discard-duplicates/-/postcss-discard-duplicates-5.0.0.tgz#6a2c4f779e8d20da6781e90730f234f9e650c51c"
|
13549 |
+
integrity sha512-vEJJ+Y3pFUnO1FyCBA6PSisGjHtnphL3V6GsNvkASq/VkP3OX5/No5RYXXLxHa2QegStNzg6HYrYdo71uR4caQ==
|
|
|
|
|
13550 |
|
13551 |
+
postcss-discard-empty@^5.0.0:
|
13552 |
+
version "5.0.0"
|
13553 |
+
resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-5.0.0.tgz#0f0a9baee415f5f7be4ae046ba235e98626ba821"
|
13554 |
+
integrity sha512-+wigy099Y1xZxG36WG5L1f2zeH1oicntkJEW4TDIqKKDO2g9XVB3OhoiHTu08rDEjLnbcab4rw0BAccwi2VjiQ==
|
|
|
|
|
13555 |
|
13556 |
+
postcss-discard-overridden@^5.0.0:
|
13557 |
+
version "5.0.0"
|
13558 |
+
resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-5.0.0.tgz#ac00f695a60001eda52135a11fac87376b8da9ee"
|
13559 |
+
integrity sha512-hybnScTaZM2iEA6kzVQ6Spozy7kVdLw+lGw8hftLlBEzt93uzXoltkYp9u0tI8xbfhxDLTOOzHsHQCkYdmzRUg==
|
|
|
|
|
13560 |
|
13561 |
postcss-flexbugs-fixes@^5.0.2:
|
13562 |
version "5.0.2"
|
13572 |
klona "^2.0.4"
|
13573 |
semver "^7.3.4"
|
13574 |
|
13575 |
+
postcss-merge-longhand@^5.0.1:
|
13576 |
+
version "5.0.1"
|
13577 |
+
resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-5.0.1.tgz#1a008ff72d14cd3e2f3d32accc2ad37948bcabf4"
|
13578 |
+
integrity sha512-H1RO8le5deFGumQzuhJjuL0bIXPRysa+w7xtk5KrHe38oiaSS9ksPXDo24+IOS3SETPhip0J5+1uCOW+ALs3Yw==
|
13579 |
dependencies:
|
13580 |
+
css-color-names "^1.0.1"
|
13581 |
+
postcss-value-parser "^4.1.0"
|
13582 |
+
stylehacks "^5.0.0"
|
|
|
13583 |
|
13584 |
+
postcss-merge-rules@^5.0.0:
|
13585 |
+
version "5.0.0"
|
13586 |
+
resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-5.0.0.tgz#e0d0c0d45c98376f4adb49eb1f1dfe2aebfd7048"
|
13587 |
+
integrity sha512-TfsXbKjNYCGfUPEXGIGPySnMiJbdS+3gcVeV8gwmJP4RajyKZHW8E0FYDL1WmggTj3hi+m+WUCAvqRpX2ut4Kg==
|
13588 |
dependencies:
|
13589 |
+
browserslist "^4.16.0"
|
13590 |
caniuse-api "^3.0.0"
|
13591 |
+
cssnano-utils "^2.0.0"
|
13592 |
+
postcss-selector-parser "^6.0.4"
|
13593 |
+
vendors "^1.0.3"
|
|
|
13594 |
|
13595 |
+
postcss-minify-font-values@^5.0.0:
|
13596 |
+
version "5.0.0"
|
13597 |
+
resolved "https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-5.0.0.tgz#fee5d0fa192fae8757cb744870a0ad02be5f402e"
|
13598 |
+
integrity sha512-zi2JhFaMOcIaNxhndX5uhsqSY1rexKDp23wV8EOmC9XERqzLbHsoRye3aYF716Zm+hkcR4loqKDt8LZlmihwAg==
|
13599 |
dependencies:
|
13600 |
+
postcss-value-parser "^4.1.0"
|
|
|
13601 |
|
13602 |
+
postcss-minify-gradients@^5.0.0:
|
13603 |
+
version "5.0.0"
|
13604 |
+
resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-5.0.0.tgz#95dbe61567a45c0cd7ab897d78fb65d5096844ed"
|
13605 |
+
integrity sha512-/jPtNgs6JySMwgsE5dPOq8a2xEopWTW3RyqoB9fLqxgR+mDUNLSi7joKd+N1z7FXWgVkc4l/dEBMXHgNAaUbvg==
|
13606 |
dependencies:
|
13607 |
+
cssnano-utils "^2.0.0"
|
13608 |
+
is-color-stop "^1.1.0"
|
13609 |
+
postcss-value-parser "^4.1.0"
|
|
|
13610 |
|
13611 |
+
postcss-minify-params@^5.0.0:
|
13612 |
+
version "5.0.0"
|
13613 |
+
resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-5.0.0.tgz#12c7f75d69b0b4827fafbd6649970a53784a9c24"
|
13614 |
+
integrity sha512-KvZYIxTPBVKjdd+XgObq9A+Sfv8lMkXTpbZTsjhr42XbfWIeLaTItMlygsDWfjArEc3muUfDaUFgNSeDiJ5jug==
|
13615 |
dependencies:
|
13616 |
+
alphanum-sort "^1.0.2"
|
13617 |
+
browserslist "^4.16.0"
|
13618 |
+
cssnano-utils "^2.0.0"
|
13619 |
+
postcss-value-parser "^4.1.0"
|
|
|
13620 |
uniqs "^2.0.0"
|
13621 |
|
13622 |
+
postcss-minify-selectors@^5.0.0:
|
13623 |
+
version "5.0.0"
|
13624 |
+
resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-5.0.0.tgz#d3e43d97fd0ba83ba0010950fc5acfa420f7caa9"
|
13625 |
+
integrity sha512-cEM0O0eWwFIvmo6nfB0lH0vO/XFwgqIvymODbfPXZ1gTA3i76FKnb7TGUrEpiTxaXH6tgYQ6DcTHwRiRS+YQLQ==
|
13626 |
dependencies:
|
13627 |
+
alphanum-sort "^1.0.2"
|
13628 |
+
postcss-selector-parser "^3.1.2"
|
|
|
|
|
13629 |
|
13630 |
postcss-modules-extract-imports@^3.0.0:
|
13631 |
version "3.0.0"
|
13655 |
dependencies:
|
13656 |
icss-utils "^5.0.0"
|
13657 |
|
13658 |
+
postcss-normalize-charset@^5.0.0:
|
13659 |
+
version "5.0.0"
|
13660 |
+
resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-5.0.0.tgz#59e1fe2094fb2e3371cc5b054cbc39828a41a710"
|
13661 |
+
integrity sha512-pqsCkgo9KmQP0ew6DqSA+uP9YN6EfsW20pQ3JU5JoQge09Z6Too4qU0TNDsTNWuEaP8SWsMp+19l15210MsDZQ==
|
|
|
|
|
13662 |
|
13663 |
+
postcss-normalize-display-values@^5.0.0:
|
13664 |
+
version "5.0.0"
|
13665 |
+
resolved "https://registry.yarnpkg.com/postcss-normalize-display-values/-/postcss-normalize-display-values-5.0.0.tgz#4ff2d3b3b5146a366de28ec9e24131a1868f1933"
|
13666 |
+
integrity sha512-t4f2d//gH1f7Ns0Jq3eNdnWuPT7TeLuISZ6RQx4j8gpl5XrhkdshdNcOnlrEK48YU6Tcb6jqK7dorME3N4oOGA==
|
13667 |
dependencies:
|
13668 |
+
cssnano-utils "^2.0.0"
|
13669 |
+
postcss-value-parser "^4.1.0"
|
|
|
13670 |
|
13671 |
+
postcss-normalize-positions@^5.0.0:
|
13672 |
+
version "5.0.0"
|
13673 |
+
resolved "https://registry.yarnpkg.com/postcss-normalize-positions/-/postcss-normalize-positions-5.0.0.tgz#fe1d9a8122dd385b9c6908bd2008140dea17750d"
|
13674 |
+
integrity sha512-0o6/qU5ky74X/eWYj/tv4iiKCm3YqJnrhmVADpIMNXxzFZywsSQxl8F7cKs8jQEtF3VrJBgcDHTexZy1zgDoYg==
|
13675 |
dependencies:
|
13676 |
+
postcss-value-parser "^4.1.0"
|
|
|
|
|
|
|
13677 |
|
13678 |
+
postcss-normalize-repeat-style@^5.0.0:
|
13679 |
+
version "5.0.0"
|
13680 |
+
resolved "https://registry.yarnpkg.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.0.0.tgz#e11d88fbf63f89179c6a7391853b2fe7f46e589d"
|
13681 |
+
integrity sha512-KRT14JbrXKcFMYuc4q7lh8lvv8u22wLyMrq+UpHKLtbx2H/LOjvWXYdoDxmNrrrJzomAWL+ViEXr48/IhSUJnQ==
|
13682 |
dependencies:
|
13683 |
+
cssnano-utils "^2.0.0"
|
13684 |
+
postcss-value-parser "^4.1.0"
|
|
|
|
|
13685 |
|
13686 |
+
postcss-normalize-string@^5.0.0:
|
13687 |
+
version "5.0.0"
|
13688 |
+
resolved "https://registry.yarnpkg.com/postcss-normalize-string/-/postcss-normalize-string-5.0.0.tgz#2ea08ff4cb8817ce160755e9fdc7e6ef6d495002"
|
13689 |
+
integrity sha512-wSO4pf7GNcDZpmelREWYADF1+XZWrAcbFLQCOqoE92ZwYgaP/RLumkUTaamEzdT2YKRZAH8eLLKGWotU/7FNPw==
|
13690 |
dependencies:
|
13691 |
+
postcss-value-parser "^4.1.0"
|
|
|
|
|
13692 |
|
13693 |
+
postcss-normalize-timing-functions@^5.0.0:
|
13694 |
+
version "5.0.0"
|
13695 |
+
resolved "https://registry.yarnpkg.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.0.0.tgz#380eb1c9b179f96efc307c659a8049116f16f381"
|
13696 |
+
integrity sha512-TwPaDX+wl9wO3MUm23lzGmOzGCGKnpk+rSDgzB2INpakD5dgWR3L6bJq1P1LQYzBAvz8fRIj2NWdnZdV4EV98Q==
|
13697 |
dependencies:
|
13698 |
+
cssnano-utils "^2.0.0"
|
13699 |
+
postcss-value-parser "^4.1.0"
|
|
|
13700 |
|
13701 |
+
postcss-normalize-unicode@^5.0.0:
|
13702 |
+
version "5.0.0"
|
13703 |
+
resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-5.0.0.tgz#aa46a89c86ae51a01cbca13e73c1ed7b0b38807e"
|
13704 |
+
integrity sha512-2CpVoz/67rXU5s9tsPZDxG1YGS9OFHwoY9gsLAzrURrCxTAb0H7Vp87/62LvVPgRWTa5ZmvgmqTp2rL8tlm72A==
|
13705 |
dependencies:
|
13706 |
+
browserslist "^4.16.0"
|
13707 |
+
postcss-value-parser "^4.1.0"
|
|
|
13708 |
|
13709 |
+
postcss-normalize-url@^5.0.0:
|
13710 |
+
version "5.0.0"
|
13711 |
+
resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-5.0.0.tgz#626a4c7d30007f94466cdf245e7ed9f253f1dbd9"
|
13712 |
+
integrity sha512-ICDaGFBqLgA3dlrCIRuhblLl80D13YtgEV9NJPTYJtgR72vu61KgxAHv+z/lKMs1EbwfSQa3ALjOFLSmXiE34A==
|
13713 |
dependencies:
|
13714 |
+
is-absolute-url "^3.0.3"
|
13715 |
+
normalize-url "^4.5.0"
|
13716 |
+
postcss-value-parser "^4.1.0"
|
|
|
13717 |
|
13718 |
+
postcss-normalize-whitespace@^5.0.0:
|
13719 |
+
version "5.0.0"
|
13720 |
+
resolved "https://registry.yarnpkg.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.0.0.tgz#1faf147a4f8d3d93a3c75109d120b4eefa00589b"
|
13721 |
+
integrity sha512-KRnxQvQAVkJfaeXSz7JlnD9nBN9sFZF9lrk9452Q2uRoqrRSkinqifF8Iex7wZGei2DZVG/qpmDFDmRvbNAOGA==
|
13722 |
dependencies:
|
13723 |
+
postcss-value-parser "^4.1.0"
|
|
|
13724 |
|
13725 |
+
postcss-ordered-values@^5.0.0:
|
13726 |
+
version "5.0.0"
|
13727 |
+
resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-5.0.0.tgz#a50f224c5f40c566b338b0663655478737dcebee"
|
13728 |
+
integrity sha512-dPr+SRObiHueCIc4IUaG0aOGQmYkuNu50wQvdXTGKy+rzi2mjmPsbeDsheLk5WPb9Zyf2tp8E+I+h40cnivm6g==
|
13729 |
dependencies:
|
13730 |
+
cssnano-utils "^2.0.0"
|
13731 |
+
postcss-value-parser "^4.1.0"
|
|
|
13732 |
|
13733 |
+
postcss-reduce-initial@^5.0.0:
|
13734 |
+
version "5.0.0"
|
13735 |
+
resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-5.0.0.tgz#c724e5513b0ae7f3d7bff16f0fc82133fb2f820a"
|
13736 |
+
integrity sha512-wR6pXUaFbSMG1oCKx8pKVA+rnSXCHlca5jMrlmkmif+uig0HNUTV9oGN5kjKsM3mATQAldv2PF9Tbl2vqLFjnA==
|
13737 |
dependencies:
|
13738 |
+
browserslist "^4.16.0"
|
13739 |
caniuse-api "^3.0.0"
|
|
|
|
|
13740 |
|
13741 |
+
postcss-reduce-transforms@^5.0.0:
|
13742 |
+
version "5.0.0"
|
13743 |
+
resolved "https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-5.0.0.tgz#5c820f71fbd4eec82b323523642b7b2d1c7d29ef"
|
13744 |
+
integrity sha512-iHdGODW4YzM3WjVecBhPQt6fpJC4lGQZxJKjkBNHpp2b8dzmvj0ogKThqya+IRodQEFzjfXgYeESkf172FH5Lw==
|
13745 |
dependencies:
|
13746 |
+
cssnano-utils "^2.0.0"
|
13747 |
+
postcss-value-parser "^4.1.0"
|
|
|
|
|
13748 |
|
13749 |
+
postcss-selector-parser@^3.1.2:
|
13750 |
version "3.1.2"
|
13751 |
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz#b310f5c4c0fdaf76f94902bbaa30db6aa84f5270"
|
13752 |
integrity sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==
|
13765 |
uniq "^1.0.1"
|
13766 |
util-deprecate "^1.0.2"
|
13767 |
|
13768 |
+
postcss-svgo@^5.0.0:
|
13769 |
+
version "5.0.0"
|
13770 |
+
resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-5.0.0.tgz#c8d806e573394ab24f1e233cac5be4c199e9f1b2"
|
13771 |
+
integrity sha512-M3/VS4sFI1Yp9g0bPL+xzzCNz5iLdRUztoFaugMit5a8sMfkVzzhwqbsOlD8IFFymCdJDmXmh31waYHWw1K4BA==
|
13772 |
dependencies:
|
13773 |
+
postcss-value-parser "^4.1.0"
|
13774 |
+
svgo "^2.3.0"
|
|
|
|
|
13775 |
|
13776 |
+
postcss-unique-selectors@^5.0.0:
|
13777 |
+
version "5.0.0"
|
13778 |
+
resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-5.0.0.tgz#17856278f6c38d024defc9694d568bb09dd7f771"
|
13779 |
+
integrity sha512-o9l4pF8SRn7aCMTmzb/kNv/kjV7wPZpZ8Nlb1Gq8v/Qvw969K1wanz1RVA0ehHzWe9+wHXaC2DvZlak/gdMJ5w==
|
13780 |
dependencies:
|
13781 |
+
alphanum-sort "^1.0.2"
|
13782 |
+
postcss-selector-parser "^6.0.2"
|
13783 |
uniqs "^2.0.0"
|
13784 |
|
|
|
|
|
|
|
|
|
|
|
13785 |
postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0:
|
13786 |
version "4.1.0"
|
13787 |
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
|
13796 |
nanoid "^3.1.20"
|
13797 |
source-map "^0.6.1"
|
13798 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13799 |
postcss@^8.2.8:
|
13800 |
version "8.2.8"
|
13801 |
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.8.tgz#0b90f9382efda424c4f0f69a2ead6f6830d08ece"
|
13805 |
nanoid "^3.1.20"
|
13806 |
source-map "^0.6.1"
|
13807 |
|
13808 |
+
postcss@^8.2.9:
|
13809 |
+
version "8.2.15"
|
13810 |
+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.15.tgz#9e66ccf07292817d226fc315cbbf9bc148fbca65"
|
13811 |
+
integrity sha512-2zO3b26eJD/8rb106Qu2o7Qgg52ND5HPjcyQiK2B98O388h43A448LCslC0dI2P97wCAQRJsFvwTRcXxTKds+Q==
|
13812 |
+
dependencies:
|
13813 |
+
colorette "^1.2.2"
|
13814 |
+
nanoid "^3.1.23"
|
13815 |
+
source-map "^0.6.1"
|
13816 |
+
|
13817 |
potrace@^2.1.8:
|
13818 |
version "2.1.8"
|
13819 |
resolved "https://registry.yarnpkg.com/potrace/-/potrace-2.1.8.tgz#50f6fba92e1e39ddef6f979b0a0f841809e0acf2"
|
13821 |
dependencies:
|
13822 |
jimp "^0.14.0"
|
13823 |
|
13824 |
+
prebuild-install@^6.1.2:
|
13825 |
+
version "6.1.2"
|
13826 |
+
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-6.1.2.tgz#6ce5fc5978feba5d3cbffedca0682b136a0b5bff"
|
13827 |
+
integrity sha512-PzYWIKZeP+967WuKYXlTOhYBgGOvTRSfaKI89XnfJ0ansRAH7hDU45X+K+FZeI1Wb/7p/NnuctPH3g0IqKUuSQ==
|
13828 |
dependencies:
|
13829 |
detect-libc "^1.0.3"
|
13830 |
expand-template "^2.0.3"
|
13832 |
minimist "^1.2.3"
|
13833 |
mkdirp-classic "^0.5.3"
|
13834 |
napi-build-utils "^1.0.1"
|
13835 |
+
node-abi "^2.21.0"
|
13836 |
noop-logger "^0.1.1"
|
13837 |
npmlog "^4.0.1"
|
13838 |
pump "^3.0.0"
|
13840 |
simple-get "^3.0.3"
|
13841 |
tar-fs "^2.0.0"
|
13842 |
tunnel-agent "^0.6.0"
|
|
|
13843 |
|
13844 |
prefix-style@2.0.1:
|
13845 |
version "2.0.1"
|
13861 |
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
|
13862 |
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
|
13863 |
|
13864 |
+
prettier@^2.0.5:
|
13865 |
version "2.2.1"
|
13866 |
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
|
13867 |
integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==
|
13868 |
|
13869 |
+
prettier@^2.3.0:
|
13870 |
+
version "2.3.0"
|
13871 |
+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.0.tgz#b6a5bf1284026ae640f17f7ff5658a7567fc0d18"
|
13872 |
+
integrity sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==
|
13873 |
+
|
13874 |
pretty-bytes@^5.3.0, pretty-bytes@^5.4.1:
|
13875 |
version "5.6.0"
|
13876 |
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
|
13951 |
dependencies:
|
13952 |
read "1"
|
13953 |
|
13954 |
+
prop-types@^15.5.0, prop-types@^15.5.10, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2:
|
13955 |
version "15.7.2"
|
13956 |
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
|
13957 |
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
|
14287 |
resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.0.tgz#641a9da81b6a6320f270e89724fb45a0b39e43bb"
|
14288 |
integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==
|
14289 |
|
14290 |
+
react-from-dom@^0.6.0:
|
14291 |
+
version "0.6.0"
|
14292 |
+
resolved "https://registry.yarnpkg.com/react-from-dom/-/react-from-dom-0.6.0.tgz#8b9710ba7fbd36cde9e13e9eb26f5f67ab933678"
|
14293 |
+
integrity sha512-W5m1pYV7qlc9bmpA7p2K/wspYNlAh3aqJ9Tc5KRXe6vt/JlX6/84ol+RQlCMK69z+5e38sOpoVW5i4Qpqgs+EA==
|
14294 |
|
14295 |
react-helmet@^6.1.0:
|
14296 |
version "6.1.0"
|
14307 |
resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.2.0.tgz#6dda80c8a8f338ff96a1851424d63083282630d0"
|
14308 |
integrity sha512-rmzEDFt+AVXRzD7zDE21gcxyBizD/3NqjbX6cmViAgdqfJ2UiLer8927/QhhrXQV7dEj/1EGuOTPp7JnLYVJKQ==
|
14309 |
|
14310 |
+
react-inlinesvg@^2.3.0:
|
14311 |
+
version "2.3.0"
|
14312 |
+
resolved "https://registry.yarnpkg.com/react-inlinesvg/-/react-inlinesvg-2.3.0.tgz#62283c0ce7e9d11d8190ec3e89589102288830fd"
|
14313 |
+
integrity sha512-fEGOdDf4k4bcveArbEpj01pJcH8pOCKLxmSj2POFdGvEk5YK0NZVnH6BXpW/PzACHPRsuh1YKAhNZyFnD28oxg==
|
14314 |
dependencies:
|
14315 |
exenv "^1.2.2"
|
14316 |
+
react-from-dom "^0.6.0"
|
14317 |
|
14318 |
+
react-instantsearch-core@^6.11.0:
|
14319 |
+
version "6.11.0"
|
14320 |
+
resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-6.11.0.tgz#103fd4dd14c0e057fdde88e32bf419497b1fb55e"
|
14321 |
+
integrity sha512-RE5pPuSL5e3+wgMl+QLY+MgyqgNXBrfppqk3podOXTdWpQ5VdaXVrpeWVcmFJlRRKPLJI6RGqCiHVRTaGt1HVw==
|
14322 |
dependencies:
|
14323 |
"@babel/runtime" "^7.1.2"
|
14324 |
algoliasearch-helper "^3.4.3"
|
14325 |
prop-types "^15.6.2"
|
14326 |
react-fast-compare "^3.0.0"
|
14327 |
|
14328 |
+
react-instantsearch-dom@^6.11.0:
|
14329 |
+
version "6.11.0"
|
14330 |
+
resolved "https://registry.yarnpkg.com/react-instantsearch-dom/-/react-instantsearch-dom-6.11.0.tgz#8e319e7a2fab98051978c9ba3b2eb25747bdd354"
|
14331 |
+
integrity sha512-OXbP3OuT52HAoCbQiPxPAL9q/Lm5pm+eRx8TMKB2kcf6fQzc+L7RMy7fveuMENcmBks+vdD2+G7DGM8oVv9etg==
|
14332 |
dependencies:
|
14333 |
"@babel/runtime" "^7.1.2"
|
14334 |
algoliasearch-helper "^3.4.3"
|
14335 |
classnames "^2.2.5"
|
14336 |
prop-types "^15.6.2"
|
14337 |
react-fast-compare "^3.0.0"
|
14338 |
+
react-instantsearch-core "^6.11.0"
|
14339 |
|
14340 |
+
react-intersection-observer@^8.32.0:
|
14341 |
+
version "8.32.0"
|
14342 |
+
resolved "https://registry.yarnpkg.com/react-intersection-observer/-/react-intersection-observer-8.32.0.tgz#47249332e12e8bb99ed35a10bb7dd10446445a7b"
|
14343 |
+
integrity sha512-RlC6FvS3MFShxTn4FHAy904bVjX5Nn4/eTjUkurW0fHK+M/fyQdXuyCy9+L7yjA+YMGogzzSJNc7M4UtfSKvtw==
|
14344 |
|
14345 |
react-is@^16.12.0, react-is@^16.7.0, react-is@^16.8.1:
|
14346 |
version "16.13.1"
|
14352 |
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
|
14353 |
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
|
14354 |
|
14355 |
+
react-modal@^3.13.1:
|
14356 |
+
version "3.13.1"
|
14357 |
+
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.13.1.tgz#a02dce63bbfee7582936f1e9835d518ef8f56453"
|
14358 |
+
integrity sha512-m6yXK7I4YKssQnsjHK7xITSXy2O81BSOHOsg0/uWAsdKtuT9HF2tdoYhRuxNNQg2V+LgepsoHUPJKS8m6no+eg==
|
14359 |
dependencies:
|
14360 |
exenv "^1.2.0"
|
14361 |
prop-types "^15.5.10"
|
14403 |
lodash.debounce "^4.0.8"
|
14404 |
resize-observer-polyfill "^1.5.0"
|
14405 |
|
14406 |
+
react-sticky-el@^2.0.9:
|
14407 |
+
version "2.0.9"
|
14408 |
+
resolved "https://registry.yarnpkg.com/react-sticky-el/-/react-sticky-el-2.0.9.tgz#8cfd17f073c8c116d7c15d2a23156b5e8e372bd9"
|
14409 |
+
integrity sha512-JFjFWlaB7gn5bszZlRQ/VKxK3zHiViJdn0EhQ/6WImun5Xbx3OMUX2rirr0QLSEo27dwvoSE4HkIFr30QAScfg==
|
|
|
|
|
|
|
|
|
14410 |
|
14411 |
+
react-tabs@^3.2.2:
|
14412 |
+
version "3.2.2"
|
14413 |
+
resolved "https://registry.yarnpkg.com/react-tabs/-/react-tabs-3.2.2.tgz#07bdc3cdb17bdffedd02627f32a93cd4b3d6e4d0"
|
14414 |
+
integrity sha512-/o52eGKxFHRa+ssuTEgSM8qORnV4+k7ibW+aNQzKe+5gifeVz8nLxCrsI9xdRhfb0wCLdgIambIpb1qCxaMN+A==
|
14415 |
dependencies:
|
14416 |
clsx "^1.1.0"
|
14417 |
prop-types "^15.5.0"
|
14540 |
string_decoder "~1.1.1"
|
14541 |
util-deprecate "~1.0.1"
|
14542 |
|
14543 |
+
readable-stream@1.1.x:
|
14544 |
+
version "1.1.14"
|
14545 |
+
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9"
|
14546 |
+
integrity sha1-fPTFTvZI44EwhMY23SB54WbAgdk=
|
14547 |
+
dependencies:
|
14548 |
+
core-util-is "~1.0.0"
|
14549 |
+
inherits "~2.0.1"
|
14550 |
+
isarray "0.0.1"
|
14551 |
+
string_decoder "~0.10.x"
|
14552 |
+
|
14553 |
"readable-stream@2 || 3", readable-stream@3, readable-stream@^3.0.0, readable-stream@^3.0.2, readable-stream@^3.0.6, readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.6.0:
|
14554 |
version "3.6.0"
|
14555 |
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
|
14691 |
extend-shallow "^3.0.2"
|
14692 |
safe-regex "^1.1.0"
|
14693 |
|
14694 |
+
regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.0, regexp.prototype.flags@^1.3.1:
|
14695 |
version "1.3.1"
|
14696 |
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz#7ef352ae8d159e758c0eadca6f8fcb4eef07be26"
|
14697 |
integrity sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==
|
15039 |
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
|
15040 |
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
|
15041 |
|
15042 |
+
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.20.0, resolve@^1.3.2:
|
15043 |
version "1.20.0"
|
15044 |
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
|
15045 |
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
|
15047 |
is-core-module "^2.2.0"
|
15048 |
path-parse "^1.0.6"
|
15049 |
|
15050 |
+
resolve@^2.0.0-next.3:
|
15051 |
+
version "2.0.0-next.3"
|
15052 |
+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46"
|
15053 |
+
integrity sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==
|
15054 |
+
dependencies:
|
15055 |
+
is-core-module "^2.2.0"
|
15056 |
+
path-parse "^1.0.6"
|
15057 |
+
|
15058 |
responselike@1.0.2, responselike@^1.0.2:
|
15059 |
version "1.0.2"
|
15060 |
resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7"
|
15106 |
parse-latin "^4.0.0"
|
15107 |
unherit "^1.0.4"
|
15108 |
|
15109 |
+
retext-smartypants@^4.0.0:
|
15110 |
+
version "4.0.0"
|
15111 |
+
resolved "https://registry.yarnpkg.com/retext-smartypants/-/retext-smartypants-4.0.0.tgz#77478bd9775b4d7505122b0799594339e08d4fda"
|
15112 |
+
integrity sha512-Mknd05zuIycr4Z/hNDxA8ktqv7pG7wYdTZc68a2MJF+Ibg/WloR5bbyrEjijwNwHRR+xWsovkLH4OQIz/mghdw==
|
15113 |
dependencies:
|
15114 |
nlcst-to-string "^2.0.0"
|
15115 |
+
unist-util-visit "^2.0.0"
|
15116 |
|
15117 |
retext-stringify@^2.0.0:
|
15118 |
version "2.0.4"
|
15121 |
dependencies:
|
15122 |
nlcst-to-string "^2.0.0"
|
15123 |
|
15124 |
+
retext@^7.0.1:
|
15125 |
+
version "7.0.1"
|
15126 |
+
resolved "https://registry.yarnpkg.com/retext/-/retext-7.0.1.tgz#04b7965ab78fe6e5e3a489304545b460d41bf5aa"
|
15127 |
+
integrity sha512-N0IaEDkvUjqyfn3/gwxVfI51IxfGzOiVXqPLWnKeCDbiQdxSg0zebzHPxXWnL7TeplAJ+RE4uqrXyYN//s9HjQ==
|
15128 |
dependencies:
|
15129 |
retext-latin "^2.0.0"
|
15130 |
retext-stringify "^2.0.0"
|
15131 |
+
unified "^8.0.0"
|
15132 |
|
15133 |
retry@^0.10.0:
|
15134 |
version "0.10.1"
|
15256 |
ajv "^6.12.4"
|
15257 |
ajv-keywords "^3.5.2"
|
15258 |
|
15259 |
+
schema-utils@^3.0, schema-utils@^3.0.0:
|
15260 |
version "3.0.0"
|
15261 |
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.0.0.tgz#67502f6aa2b66a2d4032b4279a2944978a0913ef"
|
15262 |
integrity sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==
|
15333 |
dependencies:
|
15334 |
lru-cache "^6.0.0"
|
15335 |
|
15336 |
+
semver@^7.3.5:
|
15337 |
+
version "7.3.5"
|
15338 |
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
|
15339 |
+
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
|
15340 |
+
dependencies:
|
15341 |
+
lru-cache "^6.0.0"
|
15342 |
+
|
15343 |
send@0.17.1:
|
15344 |
version "0.17.1"
|
15345 |
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
|
15451 |
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
|
15452 |
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
|
15453 |
|
15454 |
+
sharp@^0.28.0, sharp@^0.28.1:
|
15455 |
+
version "0.28.2"
|
15456 |
+
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.28.2.tgz#31c6ebdf8ddb9b4ca3e30179e3f4a73f0c7474e4"
|
15457 |
+
integrity sha512-CdmySbsQVe/+ZM2j9zzvUfWumM0L0iHj1kpxJMFuyWvSuBULebvGCdOLb1f5vbbBrIGroX714Fx1wiWaKniz4A==
|
15458 |
dependencies:
|
|
|
15459 |
color "^3.1.3"
|
15460 |
detect-libc "^1.0.3"
|
15461 |
node-addon-api "^3.1.0"
|
15462 |
+
prebuild-install "^6.1.2"
|
15463 |
+
semver "^7.3.5"
|
15464 |
+
simple-get "^3.1.0"
|
|
|
15465 |
tar-fs "^2.1.1"
|
15466 |
tunnel-agent "^0.6.0"
|
15467 |
|
15494 |
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
|
15495 |
integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
|
15496 |
|
15497 |
+
side-channel@^1.0.3, side-channel@^1.0.4:
|
15498 |
version "1.0.4"
|
15499 |
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
|
15500 |
integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==
|
15513 |
resolved "https://registry.yarnpkg.com/simple-concat/-/simple-concat-1.0.1.tgz#f46976082ba35c2263f1c8ab5edfe26c41c9552f"
|
15514 |
integrity sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==
|
15515 |
|
15516 |
+
simple-get@^3.0.3, simple-get@^3.1.0:
|
15517 |
version "3.1.0"
|
15518 |
resolved "https://registry.yarnpkg.com/simple-get/-/simple-get-3.1.0.tgz#b45be062435e50d159540b576202ceec40b9c6b3"
|
15519 |
integrity sha512-bCR6cP+aTdScaQCnQKbPKtJOKDp/hj9EDLJo3Nw4y1QksqaovlW/bnptB6/c1e+qmNIDHRK+oXFDdEqBT8WzUA==
|
15522 |
once "^1.3.1"
|
15523 |
simple-concat "^1.0.0"
|
15524 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15525 |
simple-swizzle@^0.2.2:
|
15526 |
version "0.2.2"
|
15527 |
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
|
15570 |
resolved "https://registry.yarnpkg.com/slide/-/slide-1.1.6.tgz#56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707"
|
15571 |
integrity sha1-VusCfWW00tzmyy4tMsTUr8nh1wc=
|
15572 |
|
15573 |
+
slugify@^1.4.4:
|
15574 |
version "1.4.7"
|
15575 |
resolved "https://registry.yarnpkg.com/slugify/-/slugify-1.4.7.tgz#e42359d505afd84a44513280868e31202a79a628"
|
15576 |
integrity sha512-tf+h5W1IrjNm/9rKKj0JU2MDMruiopx0jjVA5zCdBtcGjfp0+c5rHw/zADLC3IeKlGHtVbHtpfzvYA0OYT+HKg==
|
15577 |
|
15578 |
+
slugify@^1.5.3:
|
15579 |
+
version "1.5.3"
|
15580 |
+
resolved "https://registry.yarnpkg.com/slugify/-/slugify-1.5.3.tgz#36e009864f5476bfd5db681222643d92339c890d"
|
15581 |
+
integrity sha512-/HkjRdwPY3yHJReXu38NiusZw2+LLE2SrhkWJtmlPDB1fqFSvioYj62NkPcrKiNCgRLeGcGK7QBvr1iQwybeXw==
|
15582 |
+
|
15583 |
smart-buffer@^4.1.0:
|
15584 |
version "4.1.0"
|
15585 |
resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.1.0.tgz#91605c25d91652f4661ea69ccf45f1b331ca21ba"
|
15586 |
integrity sha512-iVICrxOzCynf/SNaBQCw34eM9jROU/s5rzIhpOvzhzuYHfJR/DhZfDkXiZSgKXfgv26HT3Yni3AV/DGw0cGnnw==
|
15587 |
|
15588 |
+
smooth-scrollbar@^8.6.2:
|
15589 |
+
version "8.6.2"
|
15590 |
+
resolved "https://registry.yarnpkg.com/smooth-scrollbar/-/smooth-scrollbar-8.6.2.tgz#96e6214ce11983837b86541c0c8cfff9b7ed9893"
|
15591 |
+
integrity sha512-ld0jfRM9ytP3ofjTUEwtURht6qjsTpsEK0/4a7Or+RMdPsMkpGrccZxWsJ1ycKW0rgkwdhKQPTyec6v3ElD9aA==
|
15592 |
dependencies:
|
15593 |
core-js "^3.6.4"
|
15594 |
lodash-es "^4.17.21"
|
15923 |
dependencies:
|
15924 |
figgy-pudding "^3.5.1"
|
15925 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15926 |
st@^2.0.0:
|
15927 |
version "2.0.0"
|
15928 |
resolved "https://registry.yarnpkg.com/st/-/st-2.0.0.tgz#eabd11e7722863b8ee8cfbdd027cb25e76ff35e9"
|
16076 |
is-fullwidth-code-point "^3.0.0"
|
16077 |
strip-ansi "^6.0.0"
|
16078 |
|
16079 |
+
string.prototype.matchall@^4.0.4:
|
16080 |
version "4.0.4"
|
16081 |
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.4.tgz#608f255e93e072107f5de066f81a2dfb78cf6b29"
|
16082 |
integrity sha512-pknFIWVachNcyqRfaQSeu/FUfpvJTe4uskUSZ9Wc1RijsPuzbZ8TyYT8WCNnntCjUEqQ3vUHMAfVj2+wLAisPQ==
|
16301 |
"@styled-system/variant" "^5.1.5"
|
16302 |
object-assign "^4.1.1"
|
16303 |
|
16304 |
+
stylehacks@^5.0.0:
|
16305 |
+
version "5.0.0"
|
16306 |
+
resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-5.0.0.tgz#c49b0b2cf9917fe37dc030b96a4c34698b932933"
|
16307 |
+
integrity sha512-QOWm6XivDLb+fqffTZP8jrmPmPITVChl2KCY2R05nsCWwLi3VGhCdVc3IVGNwd1zzTt1jPd67zIKjpQfxzQZeA==
|
16308 |
dependencies:
|
16309 |
+
browserslist "^4.16.0"
|
16310 |
+
postcss-selector-parser "^6.0.4"
|
|
|
16311 |
|
16312 |
sudo-prompt@^8.2.0:
|
16313 |
version "8.2.5"
|
16340 |
dependencies:
|
16341 |
has-flag "^4.0.0"
|
16342 |
|
16343 |
+
svgo@1.3.2:
|
16344 |
version "1.3.2"
|
16345 |
resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.2.tgz#b6dc511c063346c9e415b81e43401145b96d4167"
|
16346 |
integrity sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==
|
16359 |
unquote "~1.1.1"
|
16360 |
util.promisify "~1.0.0"
|
16361 |
|
16362 |
+
svgo@^2.3.0:
|
16363 |
+
version "2.3.0"
|
16364 |
+
resolved "https://registry.yarnpkg.com/svgo/-/svgo-2.3.0.tgz#6b3af81d0cbd1e19c83f5f63cec2cb98c70b5373"
|
16365 |
+
integrity sha512-fz4IKjNO6HDPgIQxu4IxwtubtbSfGEAJUq/IXyTPIkGhWck/faiiwfkvsB8LnBkKLvSoyNNIY6d13lZprJMc9Q==
|
16366 |
+
dependencies:
|
16367 |
+
"@trysound/sax" "0.1.1"
|
16368 |
+
chalk "^4.1.0"
|
16369 |
+
commander "^7.1.0"
|
16370 |
+
css-select "^3.1.2"
|
16371 |
+
css-tree "^1.1.2"
|
16372 |
+
csso "^4.2.0"
|
16373 |
+
stable "^0.1.8"
|
16374 |
+
|
16375 |
swap-case@^1.1.0:
|
16376 |
version "1.1.2"
|
16377 |
resolved "https://registry.yarnpkg.com/swap-case/-/swap-case-1.1.2.tgz#c39203a4587385fad3c850a0bd1bcafa081974e3"
|
16408 |
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2"
|
16409 |
integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==
|
16410 |
|
16411 |
+
tapable@^2.0, tapable@^2.1.1, tapable@^2.2.0:
|
16412 |
version "2.2.0"
|
16413 |
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.0.tgz#5c373d281d9c672848213d0e037d1c4165ab426b"
|
16414 |
integrity sha512-FBk4IesMV1rBxX2tfiK8RAmogtWn53puLOQlvO8XuwlgxcYbP4mVPS9Ph4aeamSyyVjOl24aYWAuc8U5kCVwMw==
|
16460 |
safe-buffer "^5.1.2"
|
16461 |
yallist "^3.0.3"
|
16462 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16463 |
temp-dir@^1.0.0:
|
16464 |
version "1.0.0"
|
16465 |
resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d"
|
16813 |
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
|
16814 |
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
|
16815 |
|
16816 |
+
tslib@^2.2.0:
|
16817 |
+
version "2.2.0"
|
16818 |
+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
|
16819 |
+
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
|
16820 |
+
|
16821 |
tslib@~2.0.1:
|
16822 |
version "2.0.3"
|
16823 |
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
|
16884 |
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
|
16885 |
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
|
16886 |
|
16887 |
+
type-is@^1.6.4, type-is@~1.6.17, type-is@~1.6.18:
|
16888 |
version "1.6.18"
|
16889 |
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
|
16890 |
integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==
|
17008 |
trough "^1.0.0"
|
17009 |
vfile "^4.0.0"
|
17010 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17011 |
unified@^7.0.0:
|
17012 |
version "7.1.0"
|
17013 |
resolved "https://registry.yarnpkg.com/unified/-/unified-7.1.0.tgz#5032f1c1ee3364bd09da12e27fdd4a7553c7be13"
|
17022 |
vfile "^3.0.0"
|
17023 |
x-is-string "^0.1.0"
|
17024 |
|
17025 |
+
unified@^8.0.0, unified@^8.4.2:
|
17026 |
version "8.4.2"
|
17027 |
resolved "https://registry.yarnpkg.com/unified/-/unified-8.4.2.tgz#13ad58b4a437faa2751a4a4c6a16f680c500fff1"
|
17028 |
integrity sha512-JCrmN13jI4+h9UAyKEoGcDZV+i1E7BLFuG7OsaDvTXI5P0qhHX+vZO/kOhz9jn8HGENDKbwSeB0nVOg4gVStGA==
|
17161 |
dependencies:
|
17162 |
unist-util-is "^4.0.0"
|
17163 |
|
17164 |
+
unist-util-select@^3.0.4:
|
17165 |
+
version "3.0.4"
|
17166 |
+
resolved "https://registry.yarnpkg.com/unist-util-select/-/unist-util-select-3.0.4.tgz#702c9dc1db1b2bbbfe27f796fce99e43f25edc60"
|
17167 |
+
integrity sha512-xf1zCu4okgPqGLdhCDpRnjwBNyv3EqjiXRUbz2SdK1+qnLMB7uXXajfzuBvvbHoQ+JLyp4AEbFCGndmc6S72sw==
|
17168 |
dependencies:
|
17169 |
+
css-selector-parser "^1.0.0"
|
17170 |
+
not "^0.1.0"
|
17171 |
+
nth-check "^2.0.0"
|
17172 |
+
unist-util-is "^4.0.0"
|
17173 |
+
zwitch "^1.0.0"
|
17174 |
|
17175 |
unist-util-stringify-position@^1.0.0, unist-util-stringify-position@^1.1.1:
|
17176 |
version "1.1.2"
|
17189 |
resolved "https://registry.yarnpkg.com/unist-util-visit-children/-/unist-util-visit-children-1.1.4.tgz#e8a087e58a33a2815f76ea1901c15dec2cb4b432"
|
17190 |
integrity sha512-sA/nXwYRCQVRwZU2/tQWUqJ9JSFM1X3x7JIOsIgSzrFHcfVt6NkzDtKzyxg2cZWkCwGF9CO8x4QNZRJRMK8FeQ==
|
17191 |
|
17192 |
+
unist-util-visit-parents@^2.0.0:
|
17193 |
version "2.1.2"
|
17194 |
resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz#25e43e55312166f3348cae6743588781d112c1e9"
|
17195 |
integrity sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==
|
17196 |
dependencies:
|
17197 |
unist-util-is "^3.0.0"
|
17198 |
|
17199 |
+
unist-util-visit-parents@^3.0.0, unist-util-visit-parents@^3.1.1:
|
17200 |
version "3.1.1"
|
17201 |
resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz#65a6ce698f78a6b0f56aa0e88f13801886cdaef6"
|
17202 |
integrity sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==
|
17213 |
unist-util-is "^4.0.0"
|
17214 |
unist-util-visit-parents "^3.0.0"
|
17215 |
|
17216 |
+
unist-util-visit@^1.1.0, unist-util-visit@^1.4.1:
|
17217 |
version "1.4.1"
|
17218 |
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-1.4.1.tgz#4724aaa8486e6ee6e26d7ff3c8685960d560b1e3"
|
17219 |
integrity sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==
|
17460 |
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
|
17461 |
integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
|
17462 |
|
17463 |
+
vendors@^1.0.3:
|
17464 |
version "1.0.4"
|
17465 |
resolved "https://registry.yarnpkg.com/vendors/-/vendors-1.0.4.tgz#e2b800a53e7a29b93506c3cf41100d16c4c4ad8e"
|
17466 |
integrity sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==
|
17499 |
dependencies:
|
17500 |
unist-util-stringify-position "^1.1.1"
|
17501 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17502 |
vfile@^3.0.0:
|
17503 |
version "3.0.1"
|
17504 |
resolved "https://registry.yarnpkg.com/vfile/-/vfile-3.0.1.tgz#47331d2abe3282424f4a4bb6acd20a44c4121803"
|
17563 |
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
|
17564 |
integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==
|
17565 |
|
17566 |
+
webpack-assets-manifest@^5.0.5:
|
17567 |
+
version "5.0.6"
|
17568 |
+
resolved "https://registry.yarnpkg.com/webpack-assets-manifest/-/webpack-assets-manifest-5.0.6.tgz#1fe7baf9b57f2d28ff09fcaef3d678cc15912b88"
|
17569 |
+
integrity sha512-CW94ylPHurZTmxnYajSFA8763Cv/QFIKNgBwqBLaIOnBjH1EbDUAf8Eq1/i+o8qaKyKXJ3aX7r4/jtpXD88ldg==
|
17570 |
dependencies:
|
17571 |
+
chalk "^4.0"
|
17572 |
+
deepmerge "^4.0"
|
17573 |
+
lockfile "^1.0"
|
17574 |
lodash.get "^4.0"
|
17575 |
lodash.has "^4.0"
|
17576 |
+
schema-utils "^3.0"
|
17577 |
+
tapable "^2.0"
|
|
|
|
|
17578 |
|
17579 |
webpack-dev-middleware@^3.7.2:
|
17580 |
version "3.7.3"
|
17662 |
source-list-map "^1.1.1"
|
17663 |
source-map "~0.5.3"
|
17664 |
|
17665 |
+
webpack-sources@^1.1.0:
|
17666 |
version "1.4.3"
|
17667 |
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933"
|
17668 |
integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==
|
17690 |
dependencies:
|
17691 |
debug "^3.0.0"
|
17692 |
|
17693 |
+
webpack@^5.35.0:
|
17694 |
+
version "5.37.0"
|
17695 |
+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.37.0.tgz#2ab00f613faf494504eb2beef278dab7493cc39d"
|
17696 |
+
integrity sha512-yvdhgcI6QkQkDe1hINBAJ1UNevqNGTVaCkD2SSJcB8rcrNNl922RI8i2DXUAuNfANoxwsiXXEA4ZPZI9q2oGLA==
|
17697 |
dependencies:
|
17698 |
"@types/eslint-scope" "^3.7.0"
|
17699 |
+
"@types/estree" "^0.0.47"
|
17700 |
"@webassemblyjs/ast" "1.11.0"
|
17701 |
"@webassemblyjs/wasm-edit" "1.11.0"
|
17702 |
"@webassemblyjs/wasm-parser" "1.11.0"
|
17703 |
+
acorn "^8.2.1"
|
17704 |
browserslist "^4.14.5"
|
17705 |
chrome-trace-event "^1.0.2"
|
17706 |
+
enhanced-resolve "^5.8.0"
|
17707 |
es-module-lexer "^0.4.0"
|
17708 |
eslint-scope "^5.1.1"
|
17709 |
events "^3.2.0"
|
17753 |
is-string "^1.0.5"
|
17754 |
is-symbol "^1.0.3"
|
17755 |
|
17756 |
+
which-collection@^1.0.1:
|
17757 |
+
version "1.0.1"
|
17758 |
+
resolved "https://registry.yarnpkg.com/which-collection/-/which-collection-1.0.1.tgz#70eab71ebbbd2aefaf32f917082fc62cdcb70906"
|
17759 |
+
integrity sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==
|
17760 |
+
dependencies:
|
17761 |
+
is-map "^2.0.1"
|
17762 |
+
is-set "^2.0.1"
|
17763 |
+
is-weakmap "^2.0.1"
|
17764 |
+
is-weakset "^2.0.1"
|
17765 |
+
|
17766 |
which-module@^2.0.0:
|
17767 |
version "2.0.0"
|
17768 |
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
|
17769 |
integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
|
17770 |
|
17771 |
+
which-typed-array@^1.1.2:
|
17772 |
+
version "1.1.4"
|
17773 |
+
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.4.tgz#8fcb7d3ee5adf2d771066fba7cf37e32fe8711ff"
|
17774 |
+
integrity sha512-49E0SpUe90cjpoc7BOJwyPHRqSAd12c10Qm2amdEZrJPCY2NDxaW01zHITrem+rnETY3dwrbH3UUrUwagfCYDA==
|
17775 |
+
dependencies:
|
17776 |
+
available-typed-arrays "^1.0.2"
|
17777 |
+
call-bind "^1.0.0"
|
17778 |
+
es-abstract "^1.18.0-next.1"
|
17779 |
+
foreach "^2.0.5"
|
17780 |
+
function-bind "^1.1.1"
|
17781 |
+
has-symbols "^1.0.1"
|
17782 |
+
is-typed-array "^1.1.3"
|
17783 |
|
17784 |
which@^1.2.9, which@^1.3.1:
|
17785 |
version "1.3.1"
|