From 8fef0535f03143cf7a0b6f4e058cec448a6e2bdc Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 19 Apr 2021 20:06:26 -0400
Subject: [PATCH 001/304] Bump ssri from 6.0.1 to 6.0.2 (#97)
---
package-lock.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 6127af06..75571334 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17647,9 +17647,9 @@
}
},
"ssri": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.0.tgz",
- "integrity": "sha512-aq/pz989nxVYwn16Tsbj1TqFpD5LLrQxHf5zaHuieFV+R0Bbr4y8qUsOA45hXT/N4/9UNXTarBjnjVmjSOVaAA==",
+ "version": "8.0.1",
+ "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz",
+ "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==",
"requires": {
"minipass": "^3.1.1"
}
@@ -19479,9 +19479,9 @@
}
},
"ssri": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz",
- "integrity": "sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==",
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.2.tgz",
+ "integrity": "sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==",
"requires": {
"figgy-pudding": "^3.5.1"
}
From d851d054dadd973fe932234e3f23c2af9d56b486 Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+SeanPrashad@users.noreply.github.com>
Date: Sat, 1 May 2021 21:21:03 -0400
Subject: [PATCH 002/304] Update companies - May 2021
---
src/components/Table/index.js | 2 +-
src/data/index.js | 775 +++++++++++++++++++---------------
2 files changed, 428 insertions(+), 349 deletions(-)
diff --git a/src/components/Table/index.js b/src/components/Table/index.js
index 1823a091..553a5520 100644
--- a/src/components/Table/index.js
+++ b/src/components/Table/index.js
@@ -278,7 +278,7 @@ const Table = () => {
return (
Companies{' '}
-
+
diff --git a/src/data/index.js b/src/data/index.js
index 6c5e61ef..e22e6516 100644
--- a/src/data/index.js
+++ b/src/data/index.js
@@ -6,7 +6,7 @@ const questions = [
pattern: ['Arrays'],
difficulty: 'Easy',
premium: false,
- companies: ['Apple'],
+ companies: ['Apple', 'Microsoft', 'Adobe'],
},
{
id: 1,
@@ -15,7 +15,14 @@ const questions = [
pattern: ['Arrays', 'Bit Manipulation'],
difficulty: 'Easy',
premium: false,
- companies: ['Amazon', 'Capital One', 'Microsoft', 'Facebook', 'Apple'],
+ companies: [
+ 'Capital One',
+ 'Amazon',
+ 'Apple',
+ 'Facebook',
+ 'Microsoft',
+ 'Goldman Sachs',
+ ],
},
{
id: 2,
@@ -25,7 +32,7 @@ const questions = [
pattern: ['Arrays'],
difficulty: 'Easy',
premium: false,
- companies: ['Amazon', 'Bloomberg'],
+ companies: ['Amazon'],
},
{
id: 3,
@@ -34,14 +41,7 @@ const questions = [
pattern: ['Arrays', 'Bit Manipulation'],
difficulty: 'Easy',
premium: false,
- companies: [
- 'Facebook',
- 'Amazon',
- 'Bloomberg',
- 'Microsoft',
- 'Google',
- 'Adobe',
- ],
+ companies: ['Google', 'Amazon', 'Facebook'],
},
{
id: 4,
@@ -53,15 +53,13 @@ const questions = [
companies: [
'Facebook',
'Amazon',
+ 'Apple',
+ 'Microsoft',
'Asana',
'Lyft',
- 'Apple',
+ 'Adobe',
'Uber',
- 'Microsoft',
- 'Google',
'Oracle',
- 'Qualtrics',
- 'Citadel',
],
},
{
@@ -71,7 +69,7 @@ const questions = [
pattern: ['Arrays', 'Binary Search', 'Two Pointers'],
difficulty: 'Medium',
premium: false,
- companies: ['Microsoft', 'Amazon', 'Google', 'Apple', 'Bloomberg'],
+ companies: ['Microsoft', 'Amazon', 'Apple', 'Google', 'Bloomberg'],
},
{
id: 6,
@@ -80,7 +78,7 @@ const questions = [
pattern: ['Arrays'],
difficulty: 'Medium',
premium: false,
- companies: ['Microsoft', 'Amazon'],
+ companies: ['Amazon', 'Microsoft', 'Facebook'],
},
{
id: 7,
@@ -89,7 +87,14 @@ const questions = [
pattern: ['Arrays'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Oracle', 'Microsoft', 'Apple', 'Amazon'],
+ companies: [
+ 'Facebook',
+ 'Microsoft',
+ 'Amazon',
+ 'Oracle',
+ 'Goldman Sachs',
+ 'Apple',
+ ],
},
{
id: 8,
@@ -98,16 +103,7 @@ const questions = [
pattern: ['Arrays'],
difficulty: 'Medium',
premium: false,
- companies: [
- 'Microsoft',
- 'Amazon',
- 'Facebook',
- 'Google',
- 'Bloomberg',
- 'Goldman Sachs',
- 'Apple',
- 'Oracle',
- ],
+ companies: ['Microsoft', 'Apple', 'Facebook', 'Google', 'Amazon', 'Adobe'],
},
{
id: 9,
@@ -116,7 +112,17 @@ const questions = [
pattern: ['Arrays'],
difficulty: 'Medium',
premium: false,
- companies: ['Microsoft', 'Apple', 'Amazon', 'Facebook', 'Google'],
+ companies: [
+ 'Amazon',
+ 'Microsoft',
+ 'Apple',
+ 'Uber',
+ 'Adobe',
+ 'Google',
+ 'Bloomberg',
+ 'Facebook',
+ 'Quora',
+ ],
},
{
id: 10,
@@ -126,14 +132,17 @@ const questions = [
difficulty: 'Medium',
premium: false,
companies: [
- 'Bloomberg',
'Amazon',
- 'Facebook',
+ 'Bloomberg',
+ 'Microsoft',
'Intuit',
'Snapchat',
- 'Oracle',
+ 'Facebook',
'Apple',
- 'Microsoft',
+ 'Oracle',
+ 'Pinterest',
+ 'Google',
+ 'Twitter',
],
},
@@ -146,14 +155,13 @@ const questions = [
premium: false,
companies: [
'Microsoft',
+ 'Facebook',
'Amazon',
- 'Bloomberg',
+ 'Oracle',
'Google',
- 'Uber',
+ 'Apple',
'Adobe',
- 'Facebook',
- 'Salesforce',
- 'Goldman Sachs',
+ 'Uber',
],
},
{
@@ -164,13 +172,12 @@ const questions = [
difficulty: 'Hard',
premium: false,
companies: [
- 'Amazon',
- 'Bloomberg',
- 'Facebook',
- 'Uber',
'Google',
'Microsoft',
- 'Apple',
+ 'Amazon',
+ 'Facebook',
+ 'Twitter',
+ 'Qualtrics',
],
},
@@ -181,7 +188,7 @@ const questions = [
pattern: ['Backtracking'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Bloomberg'],
+ companies: ['Bloomberg', 'Amazon'],
},
{
id: 14,
@@ -190,15 +197,7 @@ const questions = [
pattern: ['Backtracking'],
difficulty: 'Medium',
premium: false,
- companies: [
- 'Facebook',
- 'Bloomberg',
- 'Microsoft',
- 'Amazon',
- 'Apple',
- 'Google',
- 'Oracle',
- ],
+ companies: ['Facebook', 'Amazon', 'Bloomberg', 'Uber', 'Microsoft'],
},
{
id: 15,
@@ -216,7 +215,14 @@ const questions = [
pattern: ['Backtracking'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Microsoft', 'Apple', 'Facebook', 'Google', 'Oracle'],
+ companies: [
+ 'Facebook',
+ 'Amazon',
+ 'Microsoft',
+ 'LinkedIn',
+ 'Apple',
+ 'Oracle',
+ ],
},
{
id: 17,
@@ -225,7 +231,7 @@ const questions = [
pattern: ['Backtracking'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Apple'],
+ companies: ['Facebook', 'Amazon', 'Microsoft'],
},
{
id: 18,
@@ -234,7 +240,7 @@ const questions = [
pattern: ['Backtracking'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Apple'],
+ companies: ['Facebook', 'Amazon', 'Apple'],
},
{
id: 19,
@@ -245,11 +251,13 @@ const questions = [
premium: false,
companies: [
'Facebook',
+ 'Airbnb',
+ 'Microsoft',
'Bloomberg',
'Amazon',
- 'Microsoft',
'Apple',
- 'Airbnb',
+ 'Google',
+ 'Uber',
'Adobe',
],
},
@@ -260,7 +268,7 @@ const questions = [
pattern: ['Backtracking'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Microsoft', 'Bloomberg'],
+ companies: ['Amazon'],
},
{
id: 21,
@@ -269,7 +277,7 @@ const questions = [
pattern: ['Backtracking'],
difficulty: 'Medium',
premium: false,
- companies: ['Google', 'Amazon'],
+ companies: ['Google', 'Amazon', 'Bloomberg'],
},
{
id: 22,
@@ -279,15 +287,13 @@ const questions = [
difficulty: 'Medium',
premium: false,
companies: [
+ 'Microsoft',
'Amazon',
'Facebook',
- 'Microsoft',
'Google',
'Bloomberg',
- 'Apple',
- 'Uber',
'Adobe',
- 'Oracle',
+ 'Apple',
],
},
{
@@ -297,7 +303,7 @@ const questions = [
pattern: ['DFS', 'Dynamic Programming'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Amazon', 'Bloomberg'],
+ companies: ['Amazon', 'Facebook'],
},
{
id: 24,
@@ -306,7 +312,7 @@ const questions = [
pattern: ['Backtracking'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Google', 'Microsoft', 'Facebook'],
+ companies: ['Apple', 'Google', 'Facebook'],
},
{
id: 25,
@@ -317,15 +323,13 @@ const questions = [
premium: false,
companies: [
'Amazon',
- 'Capital One',
'Microsoft',
- 'Google',
'Facebook',
'Apple',
- 'Qualtrics',
- 'Uber',
- 'Atlassian',
'Oracle',
+ 'Google',
+ 'Uber',
+ 'JPMorgan',
],
},
{
@@ -345,12 +349,11 @@ const questions = [
difficulty: 'Hard',
premium: false,
companies: [
- 'Amazon',
- 'Apple',
- 'Adobe',
'Microsoft',
- 'Google',
'Oracle',
+ 'Facebook',
+ 'Amazon',
+ 'Pinterest',
'Intuit',
],
},
@@ -361,7 +364,7 @@ const questions = [
pattern: ['Backtracking'],
difficulty: 'Hard',
premium: false,
- companies: ['Amazon', 'Facebook', 'Microsoft', 'Apple'],
+ companies: ['Facebook', 'Amazon', 'Microsoft', 'Adobe'],
},
{
id: 29,
@@ -370,7 +373,15 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Easy',
premium: false,
- companies: ['Amazon', 'Apple', 'Goldman Sachs', 'Adobe', 'Bloomberg'],
+ companies: [
+ 'Adobe',
+ 'Amazon',
+ 'Apple',
+ 'Goldman Sachs',
+ 'Uber',
+ 'Google',
+ 'Intuit',
+ ],
},
{
id: 30,
@@ -379,7 +390,7 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Medium',
premium: false,
- companies: ['Google', 'Apple', 'Adobe', 'Microsoft', 'Amazon'],
+ companies: ['Microsoft', 'Amazon', 'Bloomberg', 'Oracle'],
},
{
id: 31,
@@ -388,7 +399,19 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Easy',
premium: false,
- companies: ['Google', 'Microsoft', 'Amazon', 'Apple', 'Oracle'],
+ companies: [
+ 'Amazon',
+ 'Microsoft',
+ 'Facebook',
+ 'Apple',
+ 'Google',
+ 'Adobe',
+ 'Bloomberg',
+ 'Goldman Sachs',
+ 'Uber',
+ 'Snapchat',
+ 'Intuit',
+ ],
},
{
id: 32,
@@ -398,18 +421,15 @@ const questions = [
difficulty: 'Easy',
premium: false,
companies: [
- 'Google',
- 'Amazon',
'Microsoft',
- 'Apple',
- 'Uber',
- 'Facebook',
- 'Bloomberg',
+ 'Amazon',
'LinkedIn',
+ 'Apple',
+ 'Google',
'Adobe',
+ 'Bloomberg',
+ 'Facebook',
'Oracle',
- 'Goldman Sachs',
- 'JPMorgan',
],
},
{
@@ -419,7 +439,7 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Easy',
premium: false,
- companies: ['Google', 'Adobe', 'Facebook', 'Amazon'],
+ companies: ['Facebook'],
},
{
id: 34,
@@ -428,7 +448,7 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Medium',
premium: false,
- companies: ['Adobe', 'Amazon'],
+ companies: ['Microsoft'],
},
{
id: 35,
@@ -438,14 +458,16 @@ const questions = [
difficulty: 'Medium',
premium: false,
companies: [
- 'Goldman Sachs',
- 'Amazon',
'Bloomberg',
- 'BlackRock',
- 'Oracle',
+ 'Amazon',
+ 'Goldman Sachs',
+ 'Microsoft',
'Apple',
+ 'Uber',
+ 'Oracle',
'Facebook',
- 'Capital One',
+ 'Airbnb',
+ 'BlackRock',
],
},
{
@@ -456,12 +478,12 @@ const questions = [
difficulty: 'Medium',
premium: false,
companies: [
- 'Facebook',
- 'Google',
+ 'LinkedIn',
'Amazon',
- 'Bloomberg',
- 'Microsoft',
+ 'Google',
+ 'Facebook',
'Apple',
+ 'Akuna Capital',
],
},
{
@@ -471,7 +493,15 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Facebook', 'Google', 'Apple', 'Adobe', 'Microsoft'],
+ companies: [
+ 'Apple',
+ 'Amazon',
+ 'Facebook',
+ 'Google',
+ 'Microsoft',
+ 'Bloomberg',
+ 'Twitter',
+ ],
},
{
id: 38,
@@ -483,12 +513,12 @@ const questions = [
companies: [
'Amazon',
'Microsoft',
- 'Goldman Sachs',
'Facebook',
+ 'Adobe',
'Google',
- 'Apple',
- 'Bloomberg',
+ 'Goldman Sachs',
'Oracle',
+ 'Apple',
],
},
{
@@ -501,14 +531,11 @@ const questions = [
companies: [
'Facebook',
'Amazon',
- 'Bloomberg',
- 'Apple',
'Microsoft',
+ 'Bloomberg',
'Qualtrics',
'Google',
'Oracle',
- 'Adobe',
- 'Uber',
],
},
{
@@ -518,7 +545,7 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Medium',
premium: false,
- companies: ['Adobe', 'Google', 'Bloomberg', 'Facebook', 'Snapchat'],
+ companies: ['Amazon', 'Apple'],
},
{
id: 41,
@@ -529,14 +556,13 @@ const questions = [
premium: false,
companies: [
'JPMorgan',
+ 'Google',
'Facebook',
- 'Microsoft',
- 'Oracle',
- 'Adobe',
+ 'Lyft',
'Goldman Sachs',
- 'Square',
- 'Amazon',
- 'Google',
+ 'Microsoft',
+ 'Apple',
+ 'Uber',
],
},
{
@@ -546,15 +572,7 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Medium',
premium: false,
- companies: [
- 'Amazon',
- 'Google',
- 'Bloomberg',
- 'Facebook',
- 'Qualtrics',
- 'Microsoft',
- 'Goldman Sachs',
- ],
+ companies: ['Microsoft', 'Amazon', 'Facebook', 'Google', 'Salesforce'],
},
{
id: 43,
@@ -563,7 +581,7 @@ const questions = [
pattern: ['Dynamic Programming', 'Greedy'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Microsoft', 'Bloomberg', 'Adobe', 'Facebook'],
+ companies: ['Amazon', 'Apple', 'Microsoft'],
},
{
id: 44,
@@ -572,7 +590,15 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Medium',
premium: false,
- companies: ['Goldman Sachs', 'Facebook', 'Google', 'Microsoft', 'Amazon'],
+ companies: [
+ 'Goldman Sachs',
+ 'Facebook',
+ 'Twitter',
+ 'Google',
+ 'Microsoft',
+ 'Amazon',
+ 'Bloomberg',
+ ],
},
{
id: 45,
@@ -582,7 +608,7 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Bloomberg', 'Amazon'],
+ companies: ['Bloomberg', 'Facebook'],
},
{
id: 46,
@@ -591,7 +617,7 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Amazon', 'Google'],
+ companies: ['Amazon', 'Facebook', 'Microsoft'],
},
{
id: 47,
@@ -600,7 +626,7 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Facebook', 'LinkedIn', 'Google'],
+ companies: ['LinkedIn', 'Google', 'Amazon', 'Facebook', 'Adobe'],
},
{
id: 48,
@@ -610,7 +636,7 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Adobe', 'Goldman Sachs'],
+ companies: ['Amazon', 'Facebook', 'Adobe', 'Goldman Sachs'],
},
{
id: 49,
@@ -629,12 +655,12 @@ const questions = [
difficulty: 'Easy',
premium: false,
companies: [
- 'Amazon',
'Microsoft',
+ 'Amazon',
'Apple',
- 'Facebook',
'Goldman Sachs',
'Google',
+ 'Bloomberg',
],
},
{
@@ -644,7 +670,7 @@ const questions = [
pattern: ['Fast & Slow Pointers'],
difficulty: 'Easy',
premium: false,
- companies: ['Goldman Sachs'],
+ companies: ['Microsoft'],
},
{
id: 52,
@@ -655,11 +681,13 @@ const questions = [
premium: false,
companies: [
'Microsoft',
- 'Amazon',
'Facebook',
- 'Adobe',
+ 'Amazon',
'Capital One',
+ 'Adobe',
+ 'Bloomberg',
'Google',
+ 'Oracle',
],
},
{
@@ -669,7 +697,7 @@ const questions = [
pattern: ['Fast & Slow Pointers'],
difficulty: 'Easy',
premium: false,
- companies: ['Facebook', 'Amazon', 'Microsoft'],
+ companies: ['Facebook', 'Amazon', 'Google', 'Microsoft', 'Apple'],
},
{
id: 54,
@@ -678,7 +706,7 @@ const questions = [
pattern: ['Fast & Slow Pointers'],
difficulty: 'Easy',
premium: false,
- companies: ['Goldman Sachs', 'Amazon', 'Oracle', 'Adobe', 'Microsoft'],
+ companies: ['Goldman Sachs', 'Adobe', 'Amazon'],
},
{
id: 55,
@@ -687,7 +715,7 @@ const questions = [
pattern: ['Fast & Slow Pointers'],
difficulty: 'Medium',
premium: false,
- companies: ['Microsoft', 'Amazon', 'Apple'],
+ companies: ['Amazon', 'Microsoft'],
},
{
id: 56,
@@ -700,10 +728,11 @@ const questions = [
'Amazon',
'Bloomberg',
'Microsoft',
- 'Adobe',
- 'Apple',
- 'Facebook',
'Google',
+ 'Facebook',
+ 'Apple',
+ 'Adobe',
+ 'Oracle',
'Uber',
],
},
@@ -714,13 +743,7 @@ const questions = [
pattern: ['Fast & Slow Pointers'],
difficulty: 'Medium',
premium: false,
- companies: [
- 'Facebook',
- 'Microsoft',
- 'Amazon',
- 'Bloomberg',
- 'Goldman Sachs',
- ],
+ companies: ['Facebook', 'Amazon', 'Apple', 'Bloomberg'],
},
{
id: 58,
@@ -729,7 +752,7 @@ const questions = [
pattern: ['Fast & Slow Pointers'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Microsoft', 'Facebook', 'Google'],
+ companies: ['Facebook', 'Microsoft', 'Adobe'],
},
{
id: 59,
@@ -738,7 +761,7 @@ const questions = [
pattern: ['Fast & Slow Pointers'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Facebook', 'Apple', 'Snapchat'],
+ companies: ['Amazon', 'Facebook', 'Lyft'],
},
{
id: 60,
@@ -751,11 +774,10 @@ const questions = [
'Facebook',
'Amazon',
'Microsoft',
- 'Google',
+ 'Bloomberg',
'Twitter',
'Uber',
- 'Bloomberg',
- 'Qualtrics',
+ 'Adobe',
'Apple',
],
},
@@ -766,7 +788,7 @@ const questions = [
pattern: ['BFS', 'DFS'],
difficulty: 'Medium',
premium: false,
- companies: ['Google'],
+ companies: ['Google', 'Amazon'],
},
{
id: 62,
@@ -778,16 +800,17 @@ const questions = [
companies: [
'Amazon',
'Bloomberg',
- 'Facebook',
'Microsoft',
+ 'Facebook',
'Oracle',
'Apple',
'Google',
'Uber',
+ 'Citadel',
+ 'Qualtrics',
'Goldman Sachs',
+ 'LinkedIn',
'Snapchat',
- 'Qualtrics',
- 'Citadel',
],
},
{
@@ -807,7 +830,7 @@ const questions = [
pattern: ['BFS', 'DFS', 'Graph', 'Union Find'],
difficulty: 'Medium',
premium: true,
- companies: ['Amazon', 'Google'],
+ companies: ['Amazon', 'Facebook', 'LinkedIn', 'Microsoft', 'Apple'],
},
{
id: 65,
@@ -818,11 +841,13 @@ const questions = [
premium: false,
companies: [
'Amazon',
+ 'Adobe',
'Apple',
- 'Microsoft',
'Facebook',
- 'Adobe',
+ 'Microsoft',
+ 'Uber',
'Oracle',
+ 'Google',
'Bloomberg',
'Goldman Sachs',
],
@@ -834,14 +859,7 @@ const questions = [
pattern: ['In-place reversal of a linked list'],
difficulty: 'Medium',
premium: false,
- companies: [
- 'Facebook',
- 'Amazon',
- 'Microsoft',
- 'Oracle',
- 'Bloomberg',
- 'Adobe',
- ],
+ companies: ['Amazon', 'Facebook', 'Microsoft', 'Oracle'],
},
{
id: 67,
@@ -850,7 +868,7 @@ const questions = [
pattern: ['In-place reversal of a linked list'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Bloomberg', 'Adobe'],
+ companies: ['Bloomberg', 'Microsoft', 'Apple'],
},
{
id: 68,
@@ -859,7 +877,7 @@ const questions = [
pattern: ['In-place reversal of a linked list'],
difficulty: 'Medium',
premium: false,
- companies: ['Microsoft', 'Amazon', 'Facebook', 'Bloomberg', 'Apple'],
+ companies: ['Microsoft', 'Amazon'],
},
{
id: 69,
@@ -868,7 +886,7 @@ const questions = [
pattern: ['In-place reversal of a linked list'],
difficulty: 'Medium',
premium: false,
- companies: ['Bloomberg', 'Google', 'Amazon', 'Oracle', 'Facebook'],
+ companies: ['Facebook', 'Bloomberg', 'Microsoft', 'Google', 'Oracle'],
},
{
id: 70,
@@ -877,7 +895,7 @@ const questions = [
pattern: ['In-place reversal of a linked list'],
difficulty: 'Hard',
premium: false,
- companies: ['Amazon', 'Microsoft', 'Apple', 'Adobe', 'Facebook'],
+ companies: ['Amazon', 'Microsoft', 'Apple', 'Facebook'],
},
{
id: 71,
@@ -889,13 +907,12 @@ const questions = [
companies: [
'Amazon',
'Adobe',
- 'Capital One',
- 'Facebook',
- 'Google',
+ 'Microsoft',
'Bloomberg',
+ 'Facebook',
'Oracle',
- 'Apple',
- 'Microsoft',
+ 'LinkedIn',
+ 'Uber',
],
},
{
@@ -906,7 +923,7 @@ const questions = [
pattern: ['Binary Search', 'Heap'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Amazon', 'Google'],
+ companies: ['Facebook', 'Google', 'Amazon'],
},
{
id: 73,
@@ -915,7 +932,7 @@ const questions = [
pattern: ['Heap'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'LinkedIn', 'Google', 'Facebook'],
+ companies: ['Amazon'],
},
{
id: 74,
@@ -928,14 +945,13 @@ const questions = [
'Amazon',
'Facebook',
'Microsoft',
- 'Oracle',
- 'Apple',
'Bloomberg',
- 'Uber',
- 'Adobe',
+ 'Apple',
+ 'Google',
+ 'Oracle',
'Twitter',
'Goldman Sachs',
- 'Palantir',
+ 'Uber',
],
},
{
@@ -946,7 +962,7 @@ const questions = [
pattern: ['Heap'],
difficulty: 'Hard',
premium: false,
- companies: ['Amazon', 'Google', 'Apple'],
+ companies: ['Microsoft'],
},
{
id: 76,
@@ -955,7 +971,7 @@ const questions = [
pattern: ['Intervals'],
difficulty: 'Easy',
premium: true,
- companies: ['Amazon', 'Google', 'Facebook', 'Bloomberg'],
+ companies: ['Facebook', 'Bloomberg', 'Microsoft', 'Amazon', 'Adobe'],
},
{
id: 77,
@@ -966,18 +982,18 @@ const questions = [
premium: false,
companies: [
'Facebook',
- 'Bloomberg',
+ 'JPMorgan',
'Amazon',
- 'Google',
+ 'Bloomberg',
'Apple',
- 'Microsoft',
+ 'Google',
'Adobe',
- 'Goldman Sachs',
+ 'Microsoft',
'Uber',
- 'Oracle',
'Twitter',
- 'Palantir',
- 'Square',
+ 'Qualtrics',
+ 'Oracle',
+ 'Salesforce',
],
},
{
@@ -987,7 +1003,7 @@ const questions = [
pattern: ['Intervals'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Uber', 'Amazon', 'Adobe'],
+ companies: ['Facebook', 'Uber', 'Apple', 'Google', 'Amazon', 'Bloomberg'],
},
{
id: 79,
@@ -996,7 +1012,7 @@ const questions = [
pattern: ['Intervals'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Amazon', 'Google', 'Apple'],
+ companies: ['Facebook', 'Microsoft', 'Amazon'],
},
{
id: 80,
@@ -1008,13 +1024,13 @@ const questions = [
companies: [
'Amazon',
'Bloomberg',
- 'Facebook',
'Google',
- 'Oracle',
+ 'Facebook',
'Microsoft',
- 'Apple',
- 'Snapchat',
- 'Quora',
+ 'Uber',
+ 'Oracle',
+ 'Twitter',
+ 'Adobe',
],
},
{
@@ -1026,11 +1042,12 @@ const questions = [
premium: false,
companies: [
'Facebook',
- 'Bloomberg',
'Amazon',
- 'Google',
'Microsoft',
+ 'Google',
'Pinterest',
+ 'Uber',
+ 'Bloomberg',
],
},
{
@@ -1041,7 +1058,7 @@ const questions = [
pattern: ['Greedy'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Amazon', 'Google'],
+ companies: ['Facebook', 'Google'],
},
{
id: 83,
@@ -1050,7 +1067,7 @@ const questions = [
pattern: ['Intervals'],
difficulty: 'Medium',
premium: false,
- companies: ['Google', 'Twitter', 'Amazon', 'Facebook'],
+ companies: ['Google', 'Twitter', 'Amazon', 'Apple', 'Facebook'],
},
{
id: 84,
@@ -1059,7 +1076,7 @@ const questions = [
pattern: ['Heap', 'Greedy'],
difficulty: 'Hard',
premium: true,
- companies: ['Pinterest', 'Microsoft', 'Bloomberg', 'Oracle', 'Amazon'],
+ companies: ['Pinterest', 'Amazon', 'Intuit', 'Oracle', 'Microsoft'],
},
{
id: 85,
@@ -1068,7 +1085,7 @@ const questions = [
pattern: ['Binary Search'],
difficulty: 'Easy',
premium: false,
- companies: ['Amazon', 'Bloomberg', 'Microsoft'],
+ companies: ['Microsoft', 'Facebook'],
},
{
id: 86,
@@ -1087,7 +1104,7 @@ const questions = [
pattern: ['Binary Search'],
difficulty: 'Easy',
premium: false,
- companies: ['Microsoft'],
+ companies: ['Bloomberg'],
},
{
id: 88,
@@ -1113,7 +1130,14 @@ const questions = [
pattern: ['Binary Search'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Quora', 'Bloomberg', 'Amazon', 'Google', 'Apple'],
+ companies: [
+ 'Facebook',
+ 'Amazon',
+ 'Google',
+ 'Bloomberg',
+ 'Quora',
+ 'Microsoft',
+ ],
},
{
id: 90,
@@ -1123,12 +1147,13 @@ const questions = [
difficulty: 'Medium',
premium: false,
companies: [
- 'Facebook',
'Amazon',
+ 'Facebook',
'Microsoft',
- 'Bloomberg',
+ 'LinkedIn',
'Oracle',
'Apple',
+ 'Bloomberg',
'Google',
'Adobe',
],
@@ -1140,7 +1165,7 @@ const questions = [
pattern: ['Binary Search'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Adobe'],
+ companies: ['Amazon'],
},
{
id: 92,
@@ -1149,7 +1174,7 @@ const questions = [
pattern: ['Binary Search'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Microsoft', 'Facebook', 'Uber', 'Bloomberg'],
+ companies: ['Amazon', 'Facebook', 'Microsoft', 'Apple'],
},
{
id: 93,
@@ -1158,7 +1183,7 @@ const questions = [
pattern: ['Binary Search'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Microsoft', 'Apple', 'Bloomberg', 'Facebook'],
+ companies: ['Amazon', 'Microsoft', 'Facebook'],
},
{
id: 94,
@@ -1167,7 +1192,7 @@ const questions = [
pattern: ['Binary Search'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Bloomberg', 'Apple'],
+ companies: ['Facebook', 'Microsoft', 'Google', 'Amazon'],
},
{
id: 95,
@@ -1176,7 +1201,7 @@ const questions = [
pattern: ['Binary Search'],
difficulty: 'Hard',
premium: false,
- companies: ['Facebook', 'Google', 'Amazon', 'Bloomberg', 'Apple'],
+ companies: ['Amazon', 'Google'],
},
{
id: 96,
@@ -1185,7 +1210,13 @@ const questions = [
pattern: ['Sliding Window'],
difficulty: 'Medium',
premium: false,
- companies: ['Goldman Sachs', 'Amazon', 'Facebook', 'Google', 'Microsoft'],
+ companies: [
+ 'Goldman Sachs',
+ 'Amazon',
+ 'Bloomberg',
+ 'Facebook',
+ 'Microsoft',
+ ],
},
{
id: 97,
@@ -1203,7 +1234,7 @@ const questions = [
pattern: ['Sliding Window'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Microsoft', 'Amazon'],
+ companies: ['Facebook', 'Microsoft', 'Adobe', 'Amazon'],
},
{
id: 99,
@@ -1213,7 +1244,7 @@ const questions = [
pattern: ['Sliding Window'],
difficulty: 'Medium',
premium: false,
- companies: ['Google'],
+ companies: ['Google', 'Amazon'],
},
{
id: 100,
@@ -1224,11 +1255,13 @@ const questions = [
premium: false,
companies: [
'Amazon',
- 'Facebook',
- 'Uber',
'Google',
'Citadel',
+ 'Facebook',
+ 'Bloomberg',
'Akuna Capital',
+ 'Microsoft',
+ 'Twitter',
],
},
{
@@ -1240,16 +1273,17 @@ const questions = [
difficulty: 'Medium',
premium: false,
companies: [
- 'Amazon',
+ 'Microsoft',
'Bloomberg',
+ 'Amazon',
'Facebook',
- 'Microsoft',
- 'Adobe',
'Apple',
'Google',
+ 'Adobe',
'Goldman Sachs',
- 'Oracle',
'Uber',
+ 'Salesforce',
+ 'Oracle',
],
},
{
@@ -1282,15 +1316,13 @@ const questions = [
companies: [
'Facebook',
'Amazon',
- 'Lyft',
- 'Google',
'Microsoft',
+ 'Google',
'Apple',
'LinkedIn',
- 'Bloomberg',
+ 'Uber',
+ 'Lyft',
'Adobe',
- 'Snapchat',
- 'Goldman Sachs',
],
},
{
@@ -1301,7 +1333,7 @@ const questions = [
pattern: ['Sliding Window'],
difficulty: 'Hard',
premium: false,
- companies: ['Adobe'],
+ companies: ['Amazon', 'Adobe'],
},
{
id: 106,
@@ -1310,7 +1342,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Facebook', 'Oracle', 'Bloomberg', 'Apple', 'Google'],
+ companies: ['Amazon', 'Facebook', 'Microsoft', 'Adobe', 'Oracle'],
},
{
id: 107,
@@ -1319,7 +1351,7 @@ const questions = [
pattern: ['Heap'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Amazon', 'Asana', 'Apple'],
+ companies: ['Facebook', 'Amazon', 'LinkedIn', 'Google', 'Uber', 'Asana'],
},
{
id: 108,
@@ -1330,12 +1362,12 @@ const questions = [
premium: false,
companies: [
'Facebook',
- 'Capital One',
'Amazon',
- 'Bloomberg',
- 'Oracle',
'Apple',
+ 'Capital One',
+ 'Oracle',
'Google',
+ 'Bloomberg',
'Microsoft',
],
},
@@ -1346,7 +1378,7 @@ const questions = [
pattern: ['Heap'],
difficulty: 'Medium',
premium: false,
- companies: ['Bloomberg', 'Amazon'],
+ companies: ['Bloomberg', 'Amazon', 'Facebook'],
},
{
id: 110,
@@ -1360,9 +1392,9 @@ const questions = [
'Amazon',
'Apple',
'Microsoft',
- 'Salesforce',
- 'Oracle',
+ 'Bloomberg',
'Google',
+ 'Goldman Sachs',
'LinkedIn',
'Adobe',
],
@@ -1376,11 +1408,11 @@ const questions = [
premium: false,
companies: [
'Amazon',
+ 'Microsoft',
'Google',
'Facebook',
- 'Microsoft',
'Uber',
- 'Qualtrics',
+ 'Goldman Sachs',
],
},
{
@@ -1390,7 +1422,7 @@ const questions = [
pattern: ['Greedy', 'Heap'],
difficulty: 'Hard',
premium: true,
- companies: ['Microsoft'],
+ companies: ['Microsoft', 'Facebook'],
},
{
id: 113,
@@ -1399,7 +1431,7 @@ const questions = [
pattern: ['Greedy', 'Heap'],
difficulty: 'Hard',
premium: false,
- companies: ['Google', 'Microsoft'],
+ companies: ['Google'],
},
{
id: 114,
@@ -1408,7 +1440,7 @@ const questions = [
pattern: ['Bucket Sort', 'Heap'],
difficulty: 'Hard',
premium: false,
- companies: ['Amazon', 'Microsoft'],
+ companies: ['Amazon', 'Bloomberg', 'Microsoft', 'Adobe'],
},
{
id: 115,
@@ -1417,7 +1449,15 @@ const questions = [
pattern: ['BFS', 'DFS', 'Graph', 'Topological Sort'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Facebook', 'Bloomberg', 'Microsoft', 'Apple'],
+ companies: [
+ 'Amazon',
+ 'Facebook',
+ 'Intuit',
+ 'Microsoft',
+ 'Bloomberg',
+ 'Google',
+ 'Uber',
+ ],
},
{
id: 116,
@@ -1429,12 +1469,13 @@ const questions = [
companies: [
'Amazon',
'Microsoft',
- 'Oracle',
- 'Google',
'Facebook',
- 'Pinterest',
- 'Apple',
'Snapchat',
+ 'Google',
+ 'Oracle',
+ 'Pinterest',
+ 'Intuit',
+ 'Bloomberg',
],
},
{
@@ -1456,11 +1497,11 @@ const questions = [
companies: [
'Facebook',
'Amazon',
- 'Microsoft',
+ 'Airbnb',
'Pinterest',
'Google',
- 'Uber',
- 'Bloomberg',
+ 'Microsoft',
+ 'Apple',
],
},
{
@@ -1479,7 +1520,7 @@ const questions = [
pattern: ['BFS'],
difficulty: 'Medium',
premium: false,
- companies: ['Microsoft', 'Bloomberg', 'Amazon', 'Adobe'],
+ companies: ['Microsoft', 'Apple'],
},
{
id: 121,
@@ -1497,7 +1538,7 @@ const questions = [
pattern: ['BFS', 'DFS'],
difficulty: 'Easy',
premium: false,
- companies: ['Facebook', 'Apple'],
+ companies: ['Amazon', 'Facebook', 'Adobe'],
},
{
id: 123,
@@ -1506,7 +1547,16 @@ const questions = [
pattern: ['BFS'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Amazon', 'Bloomberg', 'Microsoft', 'Apple'],
+ companies: [
+ 'Bloomberg',
+ 'Facebook',
+ 'Microsoft',
+ 'Amazon',
+ 'LinkedIn',
+ 'Adobe',
+ 'Google',
+ 'Uber',
+ ],
},
{
id: 124,
@@ -1518,11 +1568,15 @@ const questions = [
premium: false,
companies: [
'Amazon',
- 'Bloomberg',
'Microsoft',
+ 'Bloomberg',
+ 'Apple',
+ 'Facebook',
'Qualtrics',
+ 'Google',
+ 'Goldman Sachs',
+ 'Oracle',
'Adobe',
- 'Apple',
],
},
{
@@ -1533,7 +1587,7 @@ const questions = [
pattern: ['BFS'],
difficulty: 'Medium',
premium: false,
- companies: ['Bloomberg', 'Microsoft', 'Amazon', 'Facebook'],
+ companies: ['Microsoft', 'Bloomberg', 'Facebook', 'Amazon', 'Google'],
},
{
id: 126,
@@ -1543,7 +1597,7 @@ const questions = [
pattern: ['BFS'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Bloomberg', 'Microsoft', 'Facebook'],
+ companies: ['Microsoft', 'Amazon', 'Bloomberg', 'Facebook'],
},
{
id: 127,
@@ -1552,14 +1606,7 @@ const questions = [
pattern: ['BFS', 'DFS'],
difficulty: 'Medium',
premium: false,
- companies: [
- 'Facebook',
- 'Amazon',
- 'Bloomberg',
- 'Microsoft',
- 'Apple',
- 'Oracle',
- ],
+ companies: ['Facebook', 'Amazon', 'Bloomberg', 'Microsoft', 'Oracle'],
},
{
id: 128,
@@ -1568,14 +1615,7 @@ const questions = [
pattern: ['BFS', 'DFS'],
difficulty: 'Medium',
premium: false,
- companies: [
- 'Amazon',
- 'Facebook',
- 'Google',
- 'Microsoft',
- 'Bloomberg',
- 'Apple',
- ],
+ companies: ['Facebook', 'Amazon', 'Google', 'Microsoft'],
},
{
id: 129,
@@ -1584,7 +1624,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Easy',
premium: false,
- companies: ['Amazon', 'Google', 'Apple'],
+ companies: ['Amazon', 'Google', 'Microsoft'],
},
{
id: 130,
@@ -1593,7 +1633,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Easy',
premium: false,
- companies: ['Apple', 'Amazon', 'Facebook', 'Oracle', 'Microsoft'],
+ companies: ['Facebook', 'Amazon', 'Microsoft', 'Apple', 'Oracle'],
},
{
id: 131,
@@ -1602,7 +1642,14 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Easy',
premium: false,
- companies: ['Facebook', 'Amazon', 'Microsoft', 'Google', 'Bloomberg'],
+ companies: [
+ 'Facebook',
+ 'Microsoft',
+ 'Amazon',
+ 'Bloomberg',
+ 'Oracle',
+ 'Google',
+ ],
},
{
id: 132,
@@ -1611,7 +1658,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Easy',
premium: false,
- companies: ['Amazon', 'Google', 'Facebook'],
+ companies: ['Amazon', 'Facebook', 'Google', 'Apple'],
},
{
id: 133,
@@ -1620,7 +1667,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Easy',
premium: false,
- companies: ['Amazon', 'Microsoft', 'Facebook'],
+ companies: ['LinkedIn', 'Amazon', 'Microsoft'],
},
{
id: 134,
@@ -1630,7 +1677,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Easy',
premium: false,
- companies: ['Amazon', 'Facebook', 'Oracle'],
+ companies: ['Amazon', 'Facebook', 'LinkedIn', 'Oracle', 'Microsoft'],
},
{
id: 135,
@@ -1639,7 +1686,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Easy',
premium: false,
- companies: ['Amazon', 'Microsoft', 'Facebook', 'JPMorgan'],
+ companies: ['Amazon', 'Facebook'],
},
{
id: 136,
@@ -1648,7 +1695,14 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Easy',
premium: false,
- companies: ['Amazon', 'Google', 'Microsoft', 'Apple'],
+ companies: [
+ 'Microsoft',
+ 'Amazon',
+ 'Google',
+ 'Facebook',
+ 'Bloomberg',
+ 'Adobe',
+ ],
},
{
id: 137,
@@ -1657,7 +1711,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Microsoft', 'Apple'],
+ companies: ['Facebook', 'Microsoft'],
},
{
id: 138,
@@ -1666,7 +1720,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Oracle'],
+ companies: ['Amazon', 'Microsoft'],
},
{
id: 139,
@@ -1678,14 +1732,18 @@ const questions = [
premium: false,
companies: [
'Facebook',
- 'Amazon',
- 'Oracle',
'Microsoft',
+ 'Amazon',
'LinkedIn',
- 'Google',
'Apple',
- 'Bloomberg',
+ 'Oracle',
'Adobe',
+ 'Google',
+ 'Uber',
+ 'Bloomberg',
+ 'Intuit',
+ 'Palantir',
+ 'Atlassian',
],
},
{
@@ -1695,7 +1753,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Medium',
premium: false,
- companies: ['Google'],
+ companies: ['Google', 'Apple'],
},
{
id: 141,
@@ -1704,7 +1762,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Microsoft', 'Bloomberg'],
+ companies: ['Microsoft', 'Bloomberg'],
},
{
id: 142,
@@ -1714,16 +1772,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Medium',
premium: false,
- companies: [
- 'Amazon',
- 'Microsoft',
- 'Bloomberg',
- 'Google',
- 'Apple',
- 'Citadel',
- 'Oracle',
- 'Facebook',
- ],
+ companies: ['Amazon', 'Microsoft', 'Facebook', 'Bloomberg', 'Citadel'],
},
{
id: 143,
@@ -1734,15 +1783,13 @@ const questions = [
premium: false,
companies: [
'Bloomberg',
- 'Microsoft',
'Amazon',
'Facebook',
+ 'Microsoft',
'Asana',
'Apple',
- 'Qualtrics',
- 'Citadel',
- 'Oracle',
- 'Atlassian',
+ 'Google',
+ 'Uber',
],
},
{
@@ -1752,7 +1799,16 @@ const questions = [
pattern: ['Design', 'Trie'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Oracle', 'Facebook', 'Uber', 'Apple', 'Pinterest'],
+ companies: [
+ 'Amazon',
+ 'Pinterest',
+ 'Google',
+ 'Microsoft',
+ 'Facebook',
+ 'Apple',
+ 'Twitter',
+ 'Goldman Sachs',
+ ],
},
{
id: 145,
@@ -1766,8 +1822,9 @@ const questions = [
'Amazon',
'Google',
'Microsoft',
+ 'Apple',
'Bloomberg',
- 'Oracle',
+ 'Adobe',
],
},
{
@@ -1779,15 +1836,15 @@ const questions = [
premium: false,
companies: [
'Facebook',
- 'Amazon',
'Microsoft',
+ 'Amazon',
+ 'LinkedIn',
+ 'Uber',
'Google',
'Bloomberg',
+ 'Quora',
'Qualtrics',
'Oracle',
- 'Uber',
- 'Quora',
- 'Citadel',
],
},
{
@@ -1802,9 +1859,9 @@ const questions = [
'Microsoft',
'Apple',
'Uber',
- 'Snapchat',
'Google',
- 'Oracle',
+ 'Twitter',
+ 'Facebook',
],
},
{
@@ -1816,14 +1873,16 @@ const questions = [
premium: false,
companies: [
'Amazon',
- 'Google',
'Facebook',
- 'Apple',
'Microsoft',
- 'Oracle',
- 'Salesforce',
- 'Twitter',
+ 'Apple',
+ 'Google',
+ 'Bloomberg',
'Goldman Sachs',
+ 'Twitter',
+ 'Adobe',
+ 'Salesforce',
+ 'Uber',
],
},
{
@@ -1833,7 +1892,7 @@ const questions = [
pattern: ['Heap'],
difficulty: 'Hard',
premium: false,
- companies: ['Facebook', 'Google', 'Amazon', 'JPMorgan'],
+ companies: ['Facebook', 'Google', 'JPMorgan', 'Adobe'],
},
{
id: 150,
@@ -1844,17 +1903,16 @@ const questions = [
premium: false,
companies: [
'Amazon',
+ 'Apple',
'Google',
'Adobe',
- 'Apple',
'Microsoft',
- 'Facebook',
'Bloomberg',
- 'Oracle',
+ 'Facebook',
'Uber',
+ 'Oracle',
+ 'Twitter',
'Goldman Sachs',
- 'Intuit',
- 'Airbnb',
],
},
{
@@ -1864,7 +1922,15 @@ const questions = [
pattern: ['Two Pointers'],
difficulty: 'Easy',
premium: false,
- companies: ['Facebook', 'Amazon', 'Uber', 'Apple', 'Adobe', 'Microsoft'],
+ companies: [
+ 'Facebook',
+ 'Google',
+ 'Apple',
+ 'Uber',
+ 'Bloomberg',
+ 'Amazon',
+ 'Microsoft',
+ ],
},
{
id: 152,
@@ -1873,7 +1939,7 @@ const questions = [
pattern: ['Two Pointers'],
difficulty: 'Easy',
premium: false,
- companies: ['Facebook', 'Google', 'Amazon', 'Oracle', 'Microsoft'],
+ companies: ['Facebook', 'Google', 'Oracle', 'Amazon'],
},
{
id: 153,
@@ -1885,15 +1951,12 @@ const questions = [
companies: [
'Amazon',
'Facebook',
+ 'Microsoft',
+ 'Apple',
'Bloomberg',
- 'Adobe',
'Google',
- 'Apple',
- 'Microsoft',
- 'Oracle',
'Goldman Sachs',
- 'Uber',
- 'Qualtrics',
+ 'Adobe',
],
},
{
@@ -1903,7 +1966,7 @@ const questions = [
pattern: ['Two Pointers'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Apple', 'Facebook'],
+ companies: ['Facebook', 'Amazon', 'Apple', 'Google', 'Bloomberg'],
},
{
id: 155,
@@ -1912,7 +1975,7 @@ const questions = [
pattern: ['Two Pointers'],
difficulty: 'Medium',
premium: false,
- companies: ['Bloomberg'],
+ companies: ['Bloomberg', 'LinkedIn'],
},
{
id: 156,
@@ -1921,7 +1984,7 @@ const questions = [
pattern: ['Two Pointers'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Facebook', 'Oracle', 'Goldman Sachs'],
+ companies: ['Microsoft', 'Facebook', 'Amazon', 'Oracle', 'Adobe', 'Apple'],
},
{
id: 157,
@@ -1931,15 +1994,15 @@ const questions = [
difficulty: 'Hard',
premium: false,
companies: [
- 'Goldman Sachs',
- 'Amazon',
'Facebook',
+ 'Amazon',
+ 'Goldman Sachs',
'Microsoft',
- 'Apple',
'Bloomberg',
- 'Oracle',
- 'Adobe',
+ 'Apple',
'Google',
+ 'Qualtrics',
+ 'Oracle',
],
},
{
@@ -1949,7 +2012,15 @@ const questions = [
pattern: ['Two Pointers'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Facebook', 'Adobe', 'Apple', 'Bloomberg'],
+ companies: [
+ 'Amazon',
+ 'Google',
+ 'Facebook',
+ 'Goldman Sachs',
+ 'Microsoft',
+ 'Adobe',
+ 'Apple',
+ ],
},
{
id: 159,
@@ -1958,7 +2029,7 @@ const questions = [
pattern: ['Trie'],
difficulty: 'Easy',
premium: false,
- companies: ['Goldman Sachs'],
+ companies: ['Goldman Sachs', 'Amazon'],
},
{
id: 160,
@@ -1994,7 +2065,7 @@ const questions = [
pattern: ['Trie'],
difficulty: 'Hard',
premium: false,
- companies: ['Google', 'Facebook'],
+ companies: ['Amazon', 'Facebook'],
},
{
id: 164,
@@ -2003,7 +2074,7 @@ const questions = [
pattern: ['Trie'],
difficulty: 'Hard',
premium: false,
- companies: ['Airbnb', 'Facebook', 'Square', 'Amazon'],
+ companies: ['Airbnb', 'Facebook'],
},
{
id: 165,
@@ -2012,7 +2083,14 @@ const questions = [
pattern: ['Trie'],
difficulty: 'Hard',
premium: true,
- companies: ['Google', 'Amazon', 'Lyft', 'Microsoft', 'Bloomberg', 'Apple'],
+ companies: [
+ 'Microsoft',
+ 'Amazon',
+ 'Lyft',
+ 'Google',
+ 'Snapchat',
+ 'Goldman Sachs',
+ ],
},
{
id: 166,
@@ -2043,12 +2121,13 @@ const questions = [
companies: [
'Amazon',
'Goldman Sachs',
- 'Apple',
- 'Facebook',
- 'Adobe',
'Google',
+ 'Facebook',
'Microsoft',
+ 'Apple',
+ 'Adobe',
'Bloomberg',
+ 'Uber',
],
},
{
@@ -2058,7 +2137,7 @@ const questions = [
pattern: ['Sorting'],
difficulty: 'Easy',
premium: false,
- companies: ['Amazon', 'Microsoft', 'Google'],
+ companies: ['Amazon', 'Microsoft', 'Bloomberg', 'Apple', 'Adobe'],
},
];
From e2147d008eb3b1320f600b36652d3906aaf106e2 Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+SeanPrashad@users.noreply.github.com>
Date: Sat, 1 May 2021 22:39:58 -0400
Subject: [PATCH 003/304] Update package-lock.json
---
README.md | 2 +-
package-lock.json | 24448 +++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 24440 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index 23b279aa..310873ad 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ The entire question list can be found here:
https://seanprashad.com/leetcode-patterns/.
In addition to viewing the question list, companies that have previously asked
-the question in the past 6 months (_as of December 2020_) will be listed. You can
+the question in the past 6 months (_as of May 2021_) will be listed. You can
also use the checkboxes to mark which questions you've completed!
## Solutions
diff --git a/package-lock.json b/package-lock.json
index 75571334..37e2cb99 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,8 +1,24438 @@
{
"name": "web",
"version": "0.1.0",
- "lockfileVersion": 1,
+ "lockfileVersion": 2,
"requires": true,
+ "packages": {
+ "": {
+ "name": "web",
+ "version": "0.1.0",
+ "dependencies": {
+ "@testing-library/jest-dom": "^4.2.4",
+ "@testing-library/react": "^9.3.2",
+ "@testing-library/user-event": "^7.1.2",
+ "bootstrap": "^4.5.3",
+ "classnames": "^2.2.6",
+ "enzyme": "^3.11.0",
+ "enzyme-adapter-react-16": "^1.15.5",
+ "gh-pages": "^2.2.0",
+ "node-sass": "^4.14.1",
+ "react": "^16.14.0",
+ "react-dom": "^16.14.0",
+ "react-ga": "^2.7.0",
+ "react-icons": "^3.11.0",
+ "react-markdown": "^4.3.1",
+ "react-scripts": "4.0.0",
+ "react-scroll": "^1.8.0",
+ "react-table": "^7.6.3",
+ "react-test-renderer": "^16.14.0",
+ "react-toggle": "^4.1.1",
+ "react-tooltip": "^3.11.2",
+ "reactstrap": "^8.8.1"
+ },
+ "devDependencies": {
+ "babel-eslint": "^10.0.3",
+ "eslint": "^7.11.0",
+ "eslint-config-airbnb": "^18.2.1",
+ "eslint-config-prettier": "^6.15.0",
+ "eslint-plugin-import": "^2.22.1",
+ "eslint-plugin-jsx-a11y": "^6.4.1",
+ "eslint-plugin-prettier": "^3.3.1",
+ "eslint-plugin-react": "^7.22.0",
+ "husky": "^3.1.0",
+ "prettier": "^1.19.1",
+ "pretty-quick": "^2.0.2"
+ }
+ },
+ "node_modules/@babel/code-frame": {
+ "version": "7.12.11",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
+ "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==",
+ "dependencies": {
+ "@babel/highlight": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/compat-data": {
+ "version": "7.12.7",
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.12.7.tgz",
+ "integrity": "sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw=="
+ },
+ "node_modules/@babel/core": {
+ "version": "7.12.3",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.3.tgz",
+ "integrity": "sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==",
+ "dependencies": {
+ "@babel/code-frame": "^7.10.4",
+ "@babel/generator": "^7.12.1",
+ "@babel/helper-module-transforms": "^7.12.1",
+ "@babel/helpers": "^7.12.1",
+ "@babel/parser": "^7.12.3",
+ "@babel/template": "^7.10.4",
+ "@babel/traverse": "^7.12.1",
+ "@babel/types": "^7.12.1",
+ "convert-source-map": "^1.7.0",
+ "debug": "^4.1.0",
+ "gensync": "^1.0.0-beta.1",
+ "json5": "^2.1.2",
+ "lodash": "^4.17.19",
+ "resolve": "^1.3.2",
+ "semver": "^5.4.1",
+ "source-map": "^0.5.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/core/node_modules/source-map": {
+ "version": "0.5.7",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/@babel/generator": {
+ "version": "7.12.11",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.11.tgz",
+ "integrity": "sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==",
+ "dependencies": {
+ "@babel/types": "^7.12.11",
+ "jsesc": "^2.5.1",
+ "source-map": "^0.5.0"
+ }
+ },
+ "node_modules/@babel/generator/node_modules/source-map": {
+ "version": "0.5.7",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/@babel/helper-annotate-as-pure": {
+ "version": "7.12.10",
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.10.tgz",
+ "integrity": "sha512-XplmVbC1n+KY6jL8/fgLVXXUauDIB+lD5+GsQEh6F6GBF1dq1qy4DP4yXWzDKcoqXB3X58t61e85Fitoww4JVQ==",
+ "dependencies": {
+ "@babel/types": "^7.12.10"
+ }
+ },
+ "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.4.tgz",
+ "integrity": "sha512-L0zGlFrGWZK4PbT8AszSfLTM5sDU1+Az/En9VrdT8/LmEiJt4zXt+Jve9DCAnQcbqDhCI+29y/L93mrDzddCcg==",
+ "dependencies": {
+ "@babel/helper-explode-assignable-expression": "^7.10.4",
+ "@babel/types": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/helper-compilation-targets": {
+ "version": "7.12.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.5.tgz",
+ "integrity": "sha512-+qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw==",
+ "dependencies": {
+ "@babel/compat-data": "^7.12.5",
+ "@babel/helper-validator-option": "^7.12.1",
+ "browserslist": "^4.14.5",
+ "semver": "^5.5.0"
+ }
+ },
+ "node_modules/@babel/helper-create-class-features-plugin": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz",
+ "integrity": "sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w==",
+ "dependencies": {
+ "@babel/helper-function-name": "^7.10.4",
+ "@babel/helper-member-expression-to-functions": "^7.12.1",
+ "@babel/helper-optimise-call-expression": "^7.10.4",
+ "@babel/helper-replace-supers": "^7.12.1",
+ "@babel/helper-split-export-declaration": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/helper-create-regexp-features-plugin": {
+ "version": "7.12.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.7.tgz",
+ "integrity": "sha512-idnutvQPdpbduutvi3JVfEgcVIHooQnhvhx0Nk9isOINOIGYkZea1Pk2JlJRiUnMefrlvr0vkByATBY/mB4vjQ==",
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.10.4",
+ "regexpu-core": "^4.7.1"
+ }
+ },
+ "node_modules/@babel/helper-define-map": {
+ "version": "7.10.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.10.5.tgz",
+ "integrity": "sha512-fMw4kgFB720aQFXSVaXr79pjjcW5puTCM16+rECJ/plGS+zByelE8l9nCpV1GibxTnFVmUuYG9U8wYfQHdzOEQ==",
+ "dependencies": {
+ "@babel/helper-function-name": "^7.10.4",
+ "@babel/types": "^7.10.5",
+ "lodash": "^4.17.19"
+ }
+ },
+ "node_modules/@babel/helper-explode-assignable-expression": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.12.1.tgz",
+ "integrity": "sha512-dmUwH8XmlrUpVqgtZ737tK88v07l840z9j3OEhCLwKTkjlvKpfqXVIZ0wpK3aeOxspwGrf/5AP5qLx4rO3w5rA==",
+ "dependencies": {
+ "@babel/types": "^7.12.1"
+ }
+ },
+ "node_modules/@babel/helper-function-name": {
+ "version": "7.12.11",
+ "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz",
+ "integrity": "sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==",
+ "dependencies": {
+ "@babel/helper-get-function-arity": "^7.12.10",
+ "@babel/template": "^7.12.7",
+ "@babel/types": "^7.12.11"
+ }
+ },
+ "node_modules/@babel/helper-get-function-arity": {
+ "version": "7.12.10",
+ "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz",
+ "integrity": "sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag==",
+ "dependencies": {
+ "@babel/types": "^7.12.10"
+ }
+ },
+ "node_modules/@babel/helper-hoist-variables": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz",
+ "integrity": "sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA==",
+ "dependencies": {
+ "@babel/types": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/helper-member-expression-to-functions": {
+ "version": "7.12.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz",
+ "integrity": "sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw==",
+ "dependencies": {
+ "@babel/types": "^7.12.7"
+ }
+ },
+ "node_modules/@babel/helper-module-imports": {
+ "version": "7.12.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz",
+ "integrity": "sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==",
+ "dependencies": {
+ "@babel/types": "^7.12.5"
+ }
+ },
+ "node_modules/@babel/helper-module-transforms": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz",
+ "integrity": "sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==",
+ "dependencies": {
+ "@babel/helper-module-imports": "^7.12.1",
+ "@babel/helper-replace-supers": "^7.12.1",
+ "@babel/helper-simple-access": "^7.12.1",
+ "@babel/helper-split-export-declaration": "^7.11.0",
+ "@babel/helper-validator-identifier": "^7.10.4",
+ "@babel/template": "^7.10.4",
+ "@babel/traverse": "^7.12.1",
+ "@babel/types": "^7.12.1",
+ "lodash": "^4.17.19"
+ }
+ },
+ "node_modules/@babel/helper-optimise-call-expression": {
+ "version": "7.12.10",
+ "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.10.tgz",
+ "integrity": "sha512-4tpbU0SrSTjjt65UMWSrUOPZTsgvPgGG4S8QSTNHacKzpS51IVWGDj0yCwyeZND/i+LSN2g/O63jEXEWm49sYQ==",
+ "dependencies": {
+ "@babel/types": "^7.12.10"
+ }
+ },
+ "node_modules/@babel/helper-plugin-utils": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz",
+ "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg=="
+ },
+ "node_modules/@babel/helper-remap-async-to-generator": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.12.1.tgz",
+ "integrity": "sha512-9d0KQCRM8clMPcDwo8SevNs+/9a8yWVVmaE80FGJcEP8N1qToREmWEGnBn8BUlJhYRFz6fqxeRL1sl5Ogsed7A==",
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.10.4",
+ "@babel/helper-wrap-function": "^7.10.4",
+ "@babel/types": "^7.12.1"
+ }
+ },
+ "node_modules/@babel/helper-replace-supers": {
+ "version": "7.12.11",
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.12.11.tgz",
+ "integrity": "sha512-q+w1cqmhL7R0FNzth/PLLp2N+scXEK/L2AHbXUyydxp828F4FEa5WcVoqui9vFRiHDQErj9Zof8azP32uGVTRA==",
+ "dependencies": {
+ "@babel/helper-member-expression-to-functions": "^7.12.7",
+ "@babel/helper-optimise-call-expression": "^7.12.10",
+ "@babel/traverse": "^7.12.10",
+ "@babel/types": "^7.12.11"
+ }
+ },
+ "node_modules/@babel/helper-simple-access": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz",
+ "integrity": "sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==",
+ "dependencies": {
+ "@babel/types": "^7.12.1"
+ }
+ },
+ "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz",
+ "integrity": "sha512-Mf5AUuhG1/OCChOJ/HcADmvcHM42WJockombn8ATJG3OnyiSxBK/Mm5x78BQWvmtXZKHgbjdGL2kin/HOLlZGA==",
+ "dependencies": {
+ "@babel/types": "^7.12.1"
+ }
+ },
+ "node_modules/@babel/helper-split-export-declaration": {
+ "version": "7.12.11",
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz",
+ "integrity": "sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==",
+ "dependencies": {
+ "@babel/types": "^7.12.11"
+ }
+ },
+ "node_modules/@babel/helper-validator-identifier": {
+ "version": "7.12.11",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
+ "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw=="
+ },
+ "node_modules/@babel/helper-validator-option": {
+ "version": "7.12.11",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz",
+ "integrity": "sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw=="
+ },
+ "node_modules/@babel/helper-wrap-function": {
+ "version": "7.12.3",
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.12.3.tgz",
+ "integrity": "sha512-Cvb8IuJDln3rs6tzjW3Y8UeelAOdnpB8xtQ4sme2MSZ9wOxrbThporC0y/EtE16VAtoyEfLM404Xr1e0OOp+ow==",
+ "dependencies": {
+ "@babel/helper-function-name": "^7.10.4",
+ "@babel/template": "^7.10.4",
+ "@babel/traverse": "^7.10.4",
+ "@babel/types": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/helpers": {
+ "version": "7.12.5",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.12.5.tgz",
+ "integrity": "sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==",
+ "dependencies": {
+ "@babel/template": "^7.10.4",
+ "@babel/traverse": "^7.12.5",
+ "@babel/types": "^7.12.5"
+ }
+ },
+ "node_modules/@babel/highlight": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz",
+ "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==",
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.10.4",
+ "chalk": "^2.0.0",
+ "js-tokens": "^4.0.0"
+ }
+ },
+ "node_modules/@babel/parser": {
+ "version": "7.12.11",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.11.tgz",
+ "integrity": "sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==",
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-async-generator-functions": {
+ "version": "7.12.12",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.12.tgz",
+ "integrity": "sha512-nrz9y0a4xmUrRq51bYkWJIO5SBZyG2ys2qinHsN0zHDHVsUaModrkpyWWWXfGqYQmOL3x9sQIcTNN/pBGpo09A==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/helper-remap-async-to-generator": "^7.12.1",
+ "@babel/plugin-syntax-async-generators": "^7.8.0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-class-properties": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz",
+ "integrity": "sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w==",
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.12.1",
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-decorators": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.12.1.tgz",
+ "integrity": "sha512-knNIuusychgYN8fGJHONL0RbFxLGawhXOJNLBk75TniTsZZeA+wdkDuv6wp4lGwzQEKjZi6/WYtnb3udNPmQmQ==",
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.12.1",
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/plugin-syntax-decorators": "^7.12.1"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-dynamic-import": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.1.tgz",
+ "integrity": "sha512-a4rhUSZFuq5W8/OO8H7BL5zspjnc1FLd9hlOxIK/f7qG4a0qsqk8uvF/ywgBA8/OmjsapjpvaEOYItfGG1qIvQ==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-export-namespace-from": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.1.tgz",
+ "integrity": "sha512-6CThGf0irEkzujYS5LQcjBx8j/4aQGiVv7J9+2f7pGfxqyKh3WnmVJYW3hdrQjyksErMGBPQrCnHfOtna+WLbw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-json-strings": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.12.1.tgz",
+ "integrity": "sha512-GoLDUi6U9ZLzlSda2Df++VSqDJg3CG+dR0+iWsv6XRw1rEq+zwt4DirM9yrxW6XWaTpmai1cWJLMfM8qQJf+yw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/plugin-syntax-json-strings": "^7.8.0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-logical-assignment-operators": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.12.1.tgz",
+ "integrity": "sha512-k8ZmVv0JU+4gcUGeCDZOGd0lCIamU/sMtIiX3UWnUc5yzgq6YUGyEolNYD+MLYKfSzgECPcqetVcJP9Afe/aCA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.1.tgz",
+ "integrity": "sha512-nZY0ESiaQDI1y96+jk6VxMOaL4LPo/QDHBqL+SF3/vl6dHkTwHlOI8L4ZwuRBHgakRBw5zsVylel7QPbbGuYgg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-numeric-separator": {
+ "version": "7.12.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.7.tgz",
+ "integrity": "sha512-8c+uy0qmnRTeukiGsjLGy6uVs/TFjJchGXUeBqlG4VWYOdJWkhhVPdQ3uHwbmalfJwv2JsV0qffXP4asRfL2SQ==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/plugin-syntax-numeric-separator": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-object-rest-spread": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz",
+ "integrity": "sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
+ "@babel/plugin-transform-parameters": "^7.12.1"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-optional-catch-binding": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.12.1.tgz",
+ "integrity": "sha512-hFvIjgprh9mMw5v42sJWLI1lzU5L2sznP805zeT6rySVRA0Y18StRhDqhSxlap0oVgItRsB6WSROp4YnJTJz0g==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-optional-chaining": {
+ "version": "7.12.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.7.tgz",
+ "integrity": "sha512-4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-private-methods": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.12.1.tgz",
+ "integrity": "sha512-mwZ1phvH7/NHK6Kf8LP7MYDogGV+DKB1mryFOEwx5EBNQrosvIczzZFTUmWaeujd5xT6G1ELYWUz3CutMhjE1w==",
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.12.1",
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-unicode-property-regex": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.1.tgz",
+ "integrity": "sha512-MYq+l+PvHuw/rKUz1at/vb6nCnQ2gmJBNaM62z0OgH7B2W1D9pvkpYtlti9bGtizNIU1K3zm4bZF9F91efVY0w==",
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.12.1",
+ "@babel/helper-plugin-utils": "^7.10.4"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-async-generators": {
+ "version": "7.8.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
+ "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-bigint": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
+ "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-class-properties": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.1.tgz",
+ "integrity": "sha512-U40A76x5gTwmESz+qiqssqmeEsKvcSyvtgktrm0uzcARAmM9I1jR221f6Oq+GmHrcD+LvZDag1UTOTe2fL3TeA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-decorators": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.12.1.tgz",
+ "integrity": "sha512-ir9YW5daRrTYiy9UJ2TzdNIJEZu8KclVzDcfSt4iEmOtwQ4llPtWInNKJyKnVXp1vE4bbVd5S31M/im3mYMO1w==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-dynamic-import": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
+ "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-export-namespace-from": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
+ "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.3"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-flow": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.12.1.tgz",
+ "integrity": "sha512-1lBLLmtxrwpm4VKmtVFselI/P3pX+G63fAtUUt6b2Nzgao77KNDwyuRt90Mj2/9pKobtt68FdvjfqohZjg/FCA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-import-meta": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
+ "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-json-strings": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
+ "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-jsx": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz",
+ "integrity": "sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
+ "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
+ "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-numeric-separator": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
+ "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-object-rest-spread": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
+ "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-optional-catch-binding": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
+ "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-optional-chaining": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
+ "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-top-level-await": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.1.tgz",
+ "integrity": "sha512-i7ooMZFS+a/Om0crxZodrTzNEPJHZrlMVGMTEpFAj6rYY/bKCddB0Dk/YxfPuYXOopuhKk/e1jV6h+WUU9XN3A==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-typescript": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.1.tgz",
+ "integrity": "sha512-UZNEcCY+4Dp9yYRCAHrHDU+9ZXLYaY9MgBXSRLkB9WjYFRR6quJBumfVrEkUxrePPBwFcpWfNKXqVRQQtm7mMA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-arrow-functions": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.12.1.tgz",
+ "integrity": "sha512-5QB50qyN44fzzz4/qxDPQMBCTHgxg3n0xRBLJUmBlLoU/sFvxVWGZF/ZUfMVDQuJUKXaBhbupxIzIfZ6Fwk/0A==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-async-to-generator": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.12.1.tgz",
+ "integrity": "sha512-SDtqoEcarK1DFlRJ1hHRY5HvJUj5kX4qmtpMAm2QnhOlyuMC4TMdCRgW6WXpv93rZeYNeLP22y8Aq2dbcDRM1A==",
+ "dependencies": {
+ "@babel/helper-module-imports": "^7.12.1",
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/helper-remap-async-to-generator": "^7.12.1"
+ }
+ },
+ "node_modules/@babel/plugin-transform-block-scoped-functions": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.12.1.tgz",
+ "integrity": "sha512-5OpxfuYnSgPalRpo8EWGPzIYf0lHBWORCkj5M0oLBwHdlux9Ri36QqGW3/LR13RSVOAoUUMzoPI/jpE4ABcHoA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-block-scoping": {
+ "version": "7.12.12",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.12.tgz",
+ "integrity": "sha512-VOEPQ/ExOVqbukuP7BYJtI5ZxxsmegTwzZ04j1aF0dkSypGo9XpDHuOrABsJu+ie+penpSJheDJ11x1BEZNiyQ==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-classes": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.12.1.tgz",
+ "integrity": "sha512-/74xkA7bVdzQTBeSUhLLJgYIcxw/dpEpCdRDiHgPJ3Mv6uC11UhjpOhl72CgqbBCmt1qtssCyB2xnJm1+PFjog==",
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.10.4",
+ "@babel/helper-define-map": "^7.10.4",
+ "@babel/helper-function-name": "^7.10.4",
+ "@babel/helper-optimise-call-expression": "^7.10.4",
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/helper-replace-supers": "^7.12.1",
+ "@babel/helper-split-export-declaration": "^7.10.4",
+ "globals": "^11.1.0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-computed-properties": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.12.1.tgz",
+ "integrity": "sha512-vVUOYpPWB7BkgUWPo4C44mUQHpTZXakEqFjbv8rQMg7TC6S6ZhGZ3otQcRH6u7+adSlE5i0sp63eMC/XGffrzg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-destructuring": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.12.1.tgz",
+ "integrity": "sha512-fRMYFKuzi/rSiYb2uRLiUENJOKq4Gnl+6qOv5f8z0TZXg3llUwUhsNNwrwaT/6dUhJTzNpBr+CUvEWBtfNY1cw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-dotall-regex": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.12.1.tgz",
+ "integrity": "sha512-B2pXeRKoLszfEW7J4Hg9LoFaWEbr/kzo3teWHmtFCszjRNa/b40f9mfeqZsIDLLt/FjwQ6pz/Gdlwy85xNckBA==",
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.12.1",
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-duplicate-keys": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.12.1.tgz",
+ "integrity": "sha512-iRght0T0HztAb/CazveUpUQrZY+aGKKaWXMJ4uf9YJtqxSUe09j3wteztCUDRHs+SRAL7yMuFqUsLoAKKzgXjw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-exponentiation-operator": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.12.1.tgz",
+ "integrity": "sha512-7tqwy2bv48q+c1EHbXK0Zx3KXd2RVQp6OC7PbwFNt/dPTAV3Lu5sWtWuAj8owr5wqtWnqHfl2/mJlUmqkChKug==",
+ "dependencies": {
+ "@babel/helper-builder-binary-assignment-operator-visitor": "^7.10.4",
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-flow-strip-types": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.12.1.tgz",
+ "integrity": "sha512-8hAtkmsQb36yMmEtk2JZ9JnVyDSnDOdlB+0nEGzIDLuK4yR3JcEjfuFPYkdEPSh8Id+rAMeBEn+X0iVEyho6Hg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/plugin-syntax-flow": "^7.12.1"
+ }
+ },
+ "node_modules/@babel/plugin-transform-for-of": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.12.1.tgz",
+ "integrity": "sha512-Zaeq10naAsuHo7heQvyV0ptj4dlZJwZgNAtBYBnu5nNKJoW62m0zKcIEyVECrUKErkUkg6ajMy4ZfnVZciSBhg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-function-name": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.12.1.tgz",
+ "integrity": "sha512-JF3UgJUILoFrFMEnOJLJkRHSk6LUSXLmEFsA23aR2O5CSLUxbeUX1IZ1YQ7Sn0aXb601Ncwjx73a+FVqgcljVw==",
+ "dependencies": {
+ "@babel/helper-function-name": "^7.10.4",
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-literals": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.12.1.tgz",
+ "integrity": "sha512-+PxVGA+2Ag6uGgL0A5f+9rklOnnMccwEBzwYFL3EUaKuiyVnUipyXncFcfjSkbimLrODoqki1U9XxZzTvfN7IQ==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-member-expression-literals": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.12.1.tgz",
+ "integrity": "sha512-1sxePl6z9ad0gFMB9KqmYofk34flq62aqMt9NqliS/7hPEpURUCMbyHXrMPlo282iY7nAvUB1aQd5mg79UD9Jg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-modules-amd": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.12.1.tgz",
+ "integrity": "sha512-tDW8hMkzad5oDtzsB70HIQQRBiTKrhfgwC/KkJeGsaNFTdWhKNt/BiE8c5yj19XiGyrxpbkOfH87qkNg1YGlOQ==",
+ "dependencies": {
+ "@babel/helper-module-transforms": "^7.12.1",
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "babel-plugin-dynamic-import-node": "^2.3.3"
+ }
+ },
+ "node_modules/@babel/plugin-transform-modules-commonjs": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.12.1.tgz",
+ "integrity": "sha512-dY789wq6l0uLY8py9c1B48V8mVL5gZh/+PQ5ZPrylPYsnAvnEMjqsUXkuoDVPeVK+0VyGar+D08107LzDQ6pag==",
+ "dependencies": {
+ "@babel/helper-module-transforms": "^7.12.1",
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/helper-simple-access": "^7.12.1",
+ "babel-plugin-dynamic-import-node": "^2.3.3"
+ }
+ },
+ "node_modules/@babel/plugin-transform-modules-systemjs": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.12.1.tgz",
+ "integrity": "sha512-Hn7cVvOavVh8yvW6fLwveFqSnd7rbQN3zJvoPNyNaQSvgfKmDBO9U1YL9+PCXGRlZD9tNdWTy5ACKqMuzyn32Q==",
+ "dependencies": {
+ "@babel/helper-hoist-variables": "^7.10.4",
+ "@babel/helper-module-transforms": "^7.12.1",
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/helper-validator-identifier": "^7.10.4",
+ "babel-plugin-dynamic-import-node": "^2.3.3"
+ }
+ },
+ "node_modules/@babel/plugin-transform-modules-umd": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.12.1.tgz",
+ "integrity": "sha512-aEIubCS0KHKM0zUos5fIoQm+AZUMt1ZvMpqz0/H5qAQ7vWylr9+PLYurT+Ic7ID/bKLd4q8hDovaG3Zch2uz5Q==",
+ "dependencies": {
+ "@babel/helper-module-transforms": "^7.12.1",
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.12.1.tgz",
+ "integrity": "sha512-tB43uQ62RHcoDp9v2Nsf+dSM8sbNodbEicbQNA53zHz8pWUhsgHSJCGpt7daXxRydjb0KnfmB+ChXOv3oADp1Q==",
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.12.1"
+ }
+ },
+ "node_modules/@babel/plugin-transform-new-target": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.12.1.tgz",
+ "integrity": "sha512-+eW/VLcUL5L9IvJH7rT1sT0CzkdUTvPrXC2PXTn/7z7tXLBuKvezYbGdxD5WMRoyvyaujOq2fWoKl869heKjhw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-object-super": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.12.1.tgz",
+ "integrity": "sha512-AvypiGJH9hsquNUn+RXVcBdeE3KHPZexWRdimhuV59cSoOt5kFBmqlByorAeUlGG2CJWd0U+4ZtNKga/TB0cAw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/helper-replace-supers": "^7.12.1"
+ }
+ },
+ "node_modules/@babel/plugin-transform-parameters": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.12.1.tgz",
+ "integrity": "sha512-xq9C5EQhdPK23ZeCdMxl8bbRnAgHFrw5EOC3KJUsSylZqdkCaFEXxGSBuTSObOpiiHHNyb82es8M1QYgfQGfNg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-property-literals": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.12.1.tgz",
+ "integrity": "sha512-6MTCR/mZ1MQS+AwZLplX4cEySjCpnIF26ToWo942nqn8hXSm7McaHQNeGx/pt7suI1TWOWMfa/NgBhiqSnX0cQ==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-react-constant-elements": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.12.1.tgz",
+ "integrity": "sha512-KOHd0tIRLoER+J+8f9DblZDa1fLGPwaaN1DI1TVHuQFOpjHV22C3CUB3obeC4fexHY9nx+fH0hQNvLFFfA1mxA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-react-display-name": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.12.1.tgz",
+ "integrity": "sha512-cAzB+UzBIrekfYxyLlFqf/OagTvHLcVBb5vpouzkYkBclRPraiygVnafvAoipErZLI8ANv8Ecn6E/m5qPXD26w==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-react-jsx": {
+ "version": "7.12.12",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.12.tgz",
+ "integrity": "sha512-JDWGuzGNWscYcq8oJVCtSE61a5+XAOos+V0HrxnDieUus4UMnBEosDnY1VJqU5iZ4pA04QY7l0+JvHL1hZEfsw==",
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.12.10",
+ "@babel/helper-module-imports": "^7.12.5",
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/plugin-syntax-jsx": "^7.12.1",
+ "@babel/types": "^7.12.12"
+ }
+ },
+ "node_modules/@babel/plugin-transform-react-jsx-development": {
+ "version": "7.12.12",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.12.tgz",
+ "integrity": "sha512-i1AxnKxHeMxUaWVXQOSIco4tvVvvCxMSfeBMnMM06mpaJt3g+MpxYQQrDfojUQldP1xxraPSJYSMEljoWM/dCg==",
+ "dependencies": {
+ "@babel/plugin-transform-react-jsx": "^7.12.12"
+ }
+ },
+ "node_modules/@babel/plugin-transform-react-jsx-self": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.12.1.tgz",
+ "integrity": "sha512-FbpL0ieNWiiBB5tCldX17EtXgmzeEZjFrix72rQYeq9X6nUK38HCaxexzVQrZWXanxKJPKVVIU37gFjEQYkPkA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-react-jsx-source": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.12.1.tgz",
+ "integrity": "sha512-keQ5kBfjJNRc6zZN1/nVHCd6LLIHq4aUKcVnvE/2l+ZZROSbqoiGFRtT5t3Is89XJxBQaP7NLZX2jgGHdZvvFQ==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-react-pure-annotations": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.12.1.tgz",
+ "integrity": "sha512-RqeaHiwZtphSIUZ5I85PEH19LOSzxfuEazoY7/pWASCAIBuATQzpSVD+eT6MebeeZT2F4eSL0u4vw6n4Nm0Mjg==",
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.10.4",
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-regenerator": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.12.1.tgz",
+ "integrity": "sha512-gYrHqs5itw6i4PflFX3OdBPMQdPbF4bj2REIUxlMRUFk0/ZOAIpDFuViuxPjUL7YC8UPnf+XG7/utJvqXdPKng==",
+ "dependencies": {
+ "regenerator-transform": "^0.14.2"
+ }
+ },
+ "node_modules/@babel/plugin-transform-reserved-words": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.1.tgz",
+ "integrity": "sha512-pOnUfhyPKvZpVyBHhSBoX8vfA09b7r00Pmm1sH+29ae2hMTKVmSp4Ztsr8KBKjLjx17H0eJqaRC3bR2iThM54A==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-runtime": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.1.tgz",
+ "integrity": "sha512-Ac/H6G9FEIkS2tXsZjL4RAdS3L3WHxci0usAnz7laPWUmFiGtj7tIASChqKZMHTSQTQY6xDbOq+V1/vIq3QrWg==",
+ "dependencies": {
+ "@babel/helper-module-imports": "^7.12.1",
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "resolve": "^1.8.1",
+ "semver": "^5.5.1"
+ }
+ },
+ "node_modules/@babel/plugin-transform-shorthand-properties": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.12.1.tgz",
+ "integrity": "sha512-GFZS3c/MhX1OusqB1MZ1ct2xRzX5ppQh2JU1h2Pnfk88HtFTM+TWQqJNfwkmxtPQtb/s1tk87oENfXJlx7rSDw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-spread": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.12.1.tgz",
+ "integrity": "sha512-vuLp8CP0BE18zVYjsEBZ5xoCecMK6LBMMxYzJnh01rxQRvhNhH1csMMmBfNo5tGpGO+NhdSNW2mzIvBu3K1fng==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1"
+ }
+ },
+ "node_modules/@babel/plugin-transform-sticky-regex": {
+ "version": "7.12.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.7.tgz",
+ "integrity": "sha512-VEiqZL5N/QvDbdjfYQBhruN0HYjSPjC4XkeqW4ny/jNtH9gcbgaqBIXYEZCNnESMAGs0/K/R7oFGMhOyu/eIxg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-template-literals": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.12.1.tgz",
+ "integrity": "sha512-b4Zx3KHi+taXB1dVRBhVJtEPi9h1THCeKmae2qP0YdUHIFhVjtpqqNfxeVAa1xeHVhAy4SbHxEwx5cltAu5apw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-typeof-symbol": {
+ "version": "7.12.10",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.10.tgz",
+ "integrity": "sha512-JQ6H8Rnsogh//ijxspCjc21YPd3VLVoYtAwv3zQmqAt8YGYUtdo5usNhdl4b9/Vir2kPFZl6n1h0PfUz4hJhaA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-typescript": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.12.1.tgz",
+ "integrity": "sha512-VrsBByqAIntM+EYMqSm59SiMEf7qkmI9dqMt6RbD/wlwueWmYcI0FFK5Fj47pP6DRZm+3teXjosKlwcZJ5lIMw==",
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.12.1",
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/plugin-syntax-typescript": "^7.12.1"
+ }
+ },
+ "node_modules/@babel/plugin-transform-unicode-escapes": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.12.1.tgz",
+ "integrity": "sha512-I8gNHJLIc7GdApm7wkVnStWssPNbSRMPtgHdmH3sRM1zopz09UWPS4x5V4n1yz/MIWTVnJ9sp6IkuXdWM4w+2Q==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/plugin-transform-unicode-regex": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.12.1.tgz",
+ "integrity": "sha512-SqH4ClNngh/zGwHZOOQMTD+e8FGWexILV+ePMyiDJttAWRh5dhDL8rcl5lSgU3Huiq6Zn6pWTMvdPAb21Dwdyg==",
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.12.1",
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "node_modules/@babel/preset-env": {
+ "version": "7.12.11",
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.11.tgz",
+ "integrity": "sha512-j8Tb+KKIXKYlDBQyIOy4BLxzv1NUOwlHfZ74rvW+Z0Gp4/cI2IMDPBWAgWceGcE7aep9oL/0K9mlzlMGxA8yNw==",
+ "dependencies": {
+ "@babel/compat-data": "^7.12.7",
+ "@babel/helper-compilation-targets": "^7.12.5",
+ "@babel/helper-module-imports": "^7.12.5",
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/helper-validator-option": "^7.12.11",
+ "@babel/plugin-proposal-async-generator-functions": "^7.12.1",
+ "@babel/plugin-proposal-class-properties": "^7.12.1",
+ "@babel/plugin-proposal-dynamic-import": "^7.12.1",
+ "@babel/plugin-proposal-export-namespace-from": "^7.12.1",
+ "@babel/plugin-proposal-json-strings": "^7.12.1",
+ "@babel/plugin-proposal-logical-assignment-operators": "^7.12.1",
+ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
+ "@babel/plugin-proposal-numeric-separator": "^7.12.7",
+ "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
+ "@babel/plugin-proposal-optional-catch-binding": "^7.12.1",
+ "@babel/plugin-proposal-optional-chaining": "^7.12.7",
+ "@babel/plugin-proposal-private-methods": "^7.12.1",
+ "@babel/plugin-proposal-unicode-property-regex": "^7.12.1",
+ "@babel/plugin-syntax-async-generators": "^7.8.0",
+ "@babel/plugin-syntax-class-properties": "^7.12.1",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.0",
+ "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
+ "@babel/plugin-syntax-json-strings": "^7.8.0",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0",
+ "@babel/plugin-syntax-numeric-separator": "^7.10.4",
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.0",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.0",
+ "@babel/plugin-syntax-top-level-await": "^7.12.1",
+ "@babel/plugin-transform-arrow-functions": "^7.12.1",
+ "@babel/plugin-transform-async-to-generator": "^7.12.1",
+ "@babel/plugin-transform-block-scoped-functions": "^7.12.1",
+ "@babel/plugin-transform-block-scoping": "^7.12.11",
+ "@babel/plugin-transform-classes": "^7.12.1",
+ "@babel/plugin-transform-computed-properties": "^7.12.1",
+ "@babel/plugin-transform-destructuring": "^7.12.1",
+ "@babel/plugin-transform-dotall-regex": "^7.12.1",
+ "@babel/plugin-transform-duplicate-keys": "^7.12.1",
+ "@babel/plugin-transform-exponentiation-operator": "^7.12.1",
+ "@babel/plugin-transform-for-of": "^7.12.1",
+ "@babel/plugin-transform-function-name": "^7.12.1",
+ "@babel/plugin-transform-literals": "^7.12.1",
+ "@babel/plugin-transform-member-expression-literals": "^7.12.1",
+ "@babel/plugin-transform-modules-amd": "^7.12.1",
+ "@babel/plugin-transform-modules-commonjs": "^7.12.1",
+ "@babel/plugin-transform-modules-systemjs": "^7.12.1",
+ "@babel/plugin-transform-modules-umd": "^7.12.1",
+ "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.1",
+ "@babel/plugin-transform-new-target": "^7.12.1",
+ "@babel/plugin-transform-object-super": "^7.12.1",
+ "@babel/plugin-transform-parameters": "^7.12.1",
+ "@babel/plugin-transform-property-literals": "^7.12.1",
+ "@babel/plugin-transform-regenerator": "^7.12.1",
+ "@babel/plugin-transform-reserved-words": "^7.12.1",
+ "@babel/plugin-transform-shorthand-properties": "^7.12.1",
+ "@babel/plugin-transform-spread": "^7.12.1",
+ "@babel/plugin-transform-sticky-regex": "^7.12.7",
+ "@babel/plugin-transform-template-literals": "^7.12.1",
+ "@babel/plugin-transform-typeof-symbol": "^7.12.10",
+ "@babel/plugin-transform-unicode-escapes": "^7.12.1",
+ "@babel/plugin-transform-unicode-regex": "^7.12.1",
+ "@babel/preset-modules": "^0.1.3",
+ "@babel/types": "^7.12.11",
+ "core-js-compat": "^3.8.0",
+ "semver": "^5.5.0"
+ }
+ },
+ "node_modules/@babel/preset-modules": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.4.tgz",
+ "integrity": "sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.0.0",
+ "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
+ "@babel/plugin-transform-dotall-regex": "^7.4.4",
+ "@babel/types": "^7.4.4",
+ "esutils": "^2.0.2"
+ }
+ },
+ "node_modules/@babel/preset-react": {
+ "version": "7.12.10",
+ "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.12.10.tgz",
+ "integrity": "sha512-vtQNjaHRl4DUpp+t+g4wvTHsLQuye+n0H/wsXIZRn69oz/fvNC7gQ4IK73zGJBaxvHoxElDvnYCthMcT7uzFoQ==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/plugin-transform-react-display-name": "^7.12.1",
+ "@babel/plugin-transform-react-jsx": "^7.12.10",
+ "@babel/plugin-transform-react-jsx-development": "^7.12.7",
+ "@babel/plugin-transform-react-pure-annotations": "^7.12.1"
+ }
+ },
+ "node_modules/@babel/preset-typescript": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.12.1.tgz",
+ "integrity": "sha512-hNK/DhmoJPsksdHuI/RVrcEws7GN5eamhi28JkO52MqIxU8Z0QpmiSOQxZHWOHV7I3P4UjHV97ay4TcamMA6Kw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/plugin-transform-typescript": "^7.12.1"
+ }
+ },
+ "node_modules/@babel/runtime": {
+ "version": "7.12.5",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
+ "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
+ "dependencies": {
+ "regenerator-runtime": "^0.13.4"
+ }
+ },
+ "node_modules/@babel/runtime-corejs3": {
+ "version": "7.12.5",
+ "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.12.5.tgz",
+ "integrity": "sha512-roGr54CsTmNPPzZoCP1AmDXuBoNao7tnSA83TXTwt+UK5QVyh1DIJnrgYRPWKCF2flqZQXwa7Yr8v7VmLzF0YQ==",
+ "dependencies": {
+ "core-js-pure": "^3.0.0",
+ "regenerator-runtime": "^0.13.4"
+ }
+ },
+ "node_modules/@babel/template": {
+ "version": "7.12.7",
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.7.tgz",
+ "integrity": "sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==",
+ "dependencies": {
+ "@babel/code-frame": "^7.10.4",
+ "@babel/parser": "^7.12.7",
+ "@babel/types": "^7.12.7"
+ }
+ },
+ "node_modules/@babel/traverse": {
+ "version": "7.12.12",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.12.tgz",
+ "integrity": "sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w==",
+ "dependencies": {
+ "@babel/code-frame": "^7.12.11",
+ "@babel/generator": "^7.12.11",
+ "@babel/helper-function-name": "^7.12.11",
+ "@babel/helper-split-export-declaration": "^7.12.11",
+ "@babel/parser": "^7.12.11",
+ "@babel/types": "^7.12.12",
+ "debug": "^4.1.0",
+ "globals": "^11.1.0",
+ "lodash": "^4.17.19"
+ }
+ },
+ "node_modules/@babel/types": {
+ "version": "7.12.12",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz",
+ "integrity": "sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==",
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.12.11",
+ "lodash": "^4.17.19",
+ "to-fast-properties": "^2.0.0"
+ }
+ },
+ "node_modules/@bcoe/v8-coverage": {
+ "version": "0.2.3",
+ "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
+ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
+ },
+ "node_modules/@cnakazawa/watch": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.4.tgz",
+ "integrity": "sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==",
+ "dependencies": {
+ "exec-sh": "^0.3.2",
+ "minimist": "^1.2.0"
+ },
+ "bin": {
+ "watch": "cli.js"
+ },
+ "engines": {
+ "node": ">=0.1.95"
+ }
+ },
+ "node_modules/@csstools/convert-colors": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/@csstools/convert-colors/-/convert-colors-1.4.0.tgz",
+ "integrity": "sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==",
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/@csstools/normalize.css": {
+ "version": "10.1.0",
+ "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-10.1.0.tgz",
+ "integrity": "sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg=="
+ },
+ "node_modules/@eslint/eslintrc": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.3.0.tgz",
+ "integrity": "sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==",
+ "dependencies": {
+ "ajv": "^6.12.4",
+ "debug": "^4.1.1",
+ "espree": "^7.3.0",
+ "globals": "^12.1.0",
+ "ignore": "^4.0.6",
+ "import-fresh": "^3.2.1",
+ "js-yaml": "^3.13.1",
+ "lodash": "^4.17.20",
+ "minimatch": "^3.0.4",
+ "strip-json-comments": "^3.1.1"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/globals": {
+ "version": "12.4.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz",
+ "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==",
+ "dependencies": {
+ "type-fest": "^0.8.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/ignore": {
+ "version": "4.0.6",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
+ "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/@hapi/address": {
+ "version": "2.1.4",
+ "resolved": "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz",
+ "integrity": "sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ=="
+ },
+ "node_modules/@hapi/bourne": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/@hapi/bourne/-/bourne-1.3.2.tgz",
+ "integrity": "sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA=="
+ },
+ "node_modules/@hapi/hoek": {
+ "version": "8.5.1",
+ "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz",
+ "integrity": "sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow=="
+ },
+ "node_modules/@hapi/joi": {
+ "version": "15.1.1",
+ "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-15.1.1.tgz",
+ "integrity": "sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ==",
+ "dependencies": {
+ "@hapi/address": "2.x.x",
+ "@hapi/bourne": "1.x.x",
+ "@hapi/hoek": "8.x.x",
+ "@hapi/topo": "3.x.x"
+ }
+ },
+ "node_modules/@hapi/topo": {
+ "version": "3.1.6",
+ "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-3.1.6.tgz",
+ "integrity": "sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==",
+ "dependencies": {
+ "@hapi/hoek": "^8.3.0"
+ }
+ },
+ "node_modules/@istanbuljs/load-nyc-config": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
+ "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
+ "dependencies": {
+ "camelcase": "^5.3.1",
+ "find-up": "^4.1.0",
+ "get-package-type": "^0.1.0",
+ "js-yaml": "^3.13.1",
+ "resolve-from": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@istanbuljs/load-nyc-config/node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
+ "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@istanbuljs/schema": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.2.tgz",
+ "integrity": "sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/console": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/console/-/console-26.6.2.tgz",
+ "integrity": "sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "jest-message-util": "^26.6.2",
+ "jest-util": "^26.6.2",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/@jest/console/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/@jest/console/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/@jest/console/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/@jest/console/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/console/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@jest/console/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@jest/console/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/@jest/console/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/console/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/core": {
+ "version": "26.6.3",
+ "resolved": "https://registry.npmjs.org/@jest/core/-/core-26.6.3.tgz",
+ "integrity": "sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==",
+ "dependencies": {
+ "@jest/console": "^26.6.2",
+ "@jest/reporters": "^26.6.2",
+ "@jest/test-result": "^26.6.2",
+ "@jest/transform": "^26.6.2",
+ "@jest/types": "^26.6.2",
+ "@types/node": "*",
+ "ansi-escapes": "^4.2.1",
+ "chalk": "^4.0.0",
+ "exit": "^0.1.2",
+ "graceful-fs": "^4.2.4",
+ "jest-changed-files": "^26.6.2",
+ "jest-config": "^26.6.3",
+ "jest-haste-map": "^26.6.2",
+ "jest-message-util": "^26.6.2",
+ "jest-regex-util": "^26.0.0",
+ "jest-resolve": "^26.6.2",
+ "jest-resolve-dependencies": "^26.6.3",
+ "jest-runner": "^26.6.3",
+ "jest-runtime": "^26.6.3",
+ "jest-snapshot": "^26.6.2",
+ "jest-util": "^26.6.2",
+ "jest-validate": "^26.6.2",
+ "jest-watcher": "^26.6.2",
+ "micromatch": "^4.0.2",
+ "p-each-series": "^2.1.0",
+ "rimraf": "^3.0.0",
+ "slash": "^3.0.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/@jest/core/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/@jest/core/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/@jest/core/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/@jest/core/node_modules/ansi-regex": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/core/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/core/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@jest/core/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@jest/core/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/@jest/core/node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/core/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/core/node_modules/jest-resolve": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz",
+ "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.4",
+ "jest-pnp-resolver": "^1.2.2",
+ "jest-util": "^26.6.2",
+ "read-pkg-up": "^7.0.1",
+ "resolve": "^1.18.1",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/@jest/core/node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/core/node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/core/node_modules/parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/core/node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/core/node_modules/read-pkg": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
+ "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
+ "dependencies": {
+ "@types/normalize-package-data": "^2.4.0",
+ "normalize-package-data": "^2.5.0",
+ "parse-json": "^5.0.0",
+ "type-fest": "^0.6.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/core/node_modules/read-pkg-up": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
+ "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
+ "dependencies": {
+ "find-up": "^4.1.0",
+ "read-pkg": "^5.2.0",
+ "type-fest": "^0.8.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/core/node_modules/read-pkg/node_modules/type-fest": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
+ "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/core/node_modules/rimraf": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
+ "dependencies": {
+ "glob": "^7.1.3"
+ },
+ "bin": {
+ "rimraf": "bin.js"
+ }
+ },
+ "node_modules/@jest/core/node_modules/strip-ansi": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
+ "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
+ "dependencies": {
+ "ansi-regex": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/core/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/environment": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-26.6.2.tgz",
+ "integrity": "sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA==",
+ "dependencies": {
+ "@jest/fake-timers": "^26.6.2",
+ "@jest/types": "^26.6.2",
+ "@types/node": "*",
+ "jest-mock": "^26.6.2"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/@jest/environment/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/@jest/environment/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/@jest/environment/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/@jest/environment/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/environment/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@jest/environment/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@jest/environment/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/@jest/environment/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/environment/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/fake-timers": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-26.6.2.tgz",
+ "integrity": "sha512-14Uleatt7jdzefLPYM3KLcnUl1ZNikaKq34enpb5XG9i81JpppDb5muZvonvKyrl7ftEHkKS5L5/eB/kxJ+bvA==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "@sinonjs/fake-timers": "^6.0.1",
+ "@types/node": "*",
+ "jest-message-util": "^26.6.2",
+ "jest-mock": "^26.6.2",
+ "jest-util": "^26.6.2"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/@jest/fake-timers/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/@jest/fake-timers/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/@jest/fake-timers/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/@jest/fake-timers/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/fake-timers/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@jest/fake-timers/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@jest/fake-timers/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/@jest/fake-timers/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/fake-timers/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/globals": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-26.6.2.tgz",
+ "integrity": "sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA==",
+ "dependencies": {
+ "@jest/environment": "^26.6.2",
+ "@jest/types": "^26.6.2",
+ "expect": "^26.6.2"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/@jest/globals/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/@jest/globals/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/@jest/globals/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/@jest/globals/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/globals/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@jest/globals/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@jest/globals/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/@jest/globals/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/globals/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/reporters": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-26.6.2.tgz",
+ "integrity": "sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw==",
+ "dependencies": {
+ "@bcoe/v8-coverage": "^0.2.3",
+ "@jest/console": "^26.6.2",
+ "@jest/test-result": "^26.6.2",
+ "@jest/transform": "^26.6.2",
+ "@jest/types": "^26.6.2",
+ "chalk": "^4.0.0",
+ "collect-v8-coverage": "^1.0.0",
+ "exit": "^0.1.2",
+ "glob": "^7.1.2",
+ "graceful-fs": "^4.2.4",
+ "istanbul-lib-coverage": "^3.0.0",
+ "istanbul-lib-instrument": "^4.0.3",
+ "istanbul-lib-report": "^3.0.0",
+ "istanbul-lib-source-maps": "^4.0.0",
+ "istanbul-reports": "^3.0.2",
+ "jest-haste-map": "^26.6.2",
+ "jest-resolve": "^26.6.2",
+ "jest-util": "^26.6.2",
+ "jest-worker": "^26.6.2",
+ "slash": "^3.0.0",
+ "source-map": "^0.6.0",
+ "string-length": "^4.0.1",
+ "terminal-link": "^2.0.0",
+ "v8-to-istanbul": "^7.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ },
+ "optionalDependencies": {
+ "node-notifier": "^8.0.0"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/@jest/reporters/node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/jest-resolve": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz",
+ "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.4",
+ "jest-pnp-resolver": "^1.2.2",
+ "jest-util": "^26.6.2",
+ "read-pkg-up": "^7.0.1",
+ "resolve": "^1.18.1",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/read-pkg": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
+ "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
+ "dependencies": {
+ "@types/normalize-package-data": "^2.4.0",
+ "normalize-package-data": "^2.5.0",
+ "parse-json": "^5.0.0",
+ "type-fest": "^0.6.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/read-pkg-up": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
+ "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
+ "dependencies": {
+ "find-up": "^4.1.0",
+ "read-pkg": "^5.2.0",
+ "type-fest": "^0.8.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/read-pkg/node_modules/type-fest": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
+ "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/source-map": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-26.6.2.tgz",
+ "integrity": "sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA==",
+ "dependencies": {
+ "callsites": "^3.0.0",
+ "graceful-fs": "^4.2.4",
+ "source-map": "^0.6.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/@jest/test-result": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-26.6.2.tgz",
+ "integrity": "sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ==",
+ "dependencies": {
+ "@jest/console": "^26.6.2",
+ "@jest/types": "^26.6.2",
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "collect-v8-coverage": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/@jest/test-result/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/@jest/test-result/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/@jest/test-result/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/@jest/test-result/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/test-result/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@jest/test-result/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@jest/test-result/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/@jest/test-result/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/test-result/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/test-sequencer": {
+ "version": "26.6.3",
+ "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-26.6.3.tgz",
+ "integrity": "sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw==",
+ "dependencies": {
+ "@jest/test-result": "^26.6.2",
+ "graceful-fs": "^4.2.4",
+ "jest-haste-map": "^26.6.2",
+ "jest-runner": "^26.6.3",
+ "jest-runtime": "^26.6.3"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/@jest/transform": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-26.6.2.tgz",
+ "integrity": "sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==",
+ "dependencies": {
+ "@babel/core": "^7.1.0",
+ "@jest/types": "^26.6.2",
+ "babel-plugin-istanbul": "^6.0.0",
+ "chalk": "^4.0.0",
+ "convert-source-map": "^1.4.0",
+ "fast-json-stable-stringify": "^2.0.0",
+ "graceful-fs": "^4.2.4",
+ "jest-haste-map": "^26.6.2",
+ "jest-regex-util": "^26.0.0",
+ "jest-util": "^26.6.2",
+ "micromatch": "^4.0.2",
+ "pirates": "^4.0.1",
+ "slash": "^3.0.0",
+ "source-map": "^0.6.1",
+ "write-file-atomic": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/@jest/transform/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/types": {
+ "version": "24.9.0",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-24.9.0.tgz",
+ "integrity": "sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^1.1.1",
+ "@types/yargs": "^13.0.0"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/@nodelib/fs.scandir": {
+ "version": "2.1.4",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz",
+ "integrity": "sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==",
+ "dependencies": {
+ "@nodelib/fs.stat": "2.0.4",
+ "run-parallel": "^1.1.9"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.stat": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz",
+ "integrity": "sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q==",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.walk": {
+ "version": "1.2.6",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.6.tgz",
+ "integrity": "sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow==",
+ "dependencies": {
+ "@nodelib/fs.scandir": "2.1.4",
+ "fastq": "^1.6.0"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@npmcli/move-file": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.0.tgz",
+ "integrity": "sha512-Iv2iq0JuyYjKeFkSR4LPaCdDZwlGK9X2cP/01nJcp3yMJ1FjNd9vpiEYvLUgzBxKPg2SFmaOhizoQsPc0LWeOQ==",
+ "dependencies": {
+ "mkdirp": "^1.0.4",
+ "rimraf": "^2.7.1"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@npmcli/move-file/node_modules/mkdirp": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
+ "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
+ "bin": {
+ "mkdirp": "bin/cmd.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@pmmmwh/react-refresh-webpack-plugin": {
+ "version": "0.4.2",
+ "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.4.2.tgz",
+ "integrity": "sha512-Loc4UDGutcZ+Bd56hBInkm6JyjyCwWy4t2wcDXzN8EDPANgVRj0VP8Nxn0Zq2pc+WKauZwEivQgbDGg4xZO20A==",
+ "dependencies": {
+ "ansi-html": "^0.0.7",
+ "error-stack-parser": "^2.0.6",
+ "html-entities": "^1.2.1",
+ "native-url": "^0.2.6",
+ "schema-utils": "^2.6.5",
+ "source-map": "^0.7.3"
+ },
+ "engines": {
+ "node": ">= 10.x"
+ }
+ },
+ "node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@rollup/plugin-node-resolve": {
+ "version": "7.1.3",
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.1.3.tgz",
+ "integrity": "sha512-RxtSL3XmdTAE2byxekYLnx+98kEUOrPHF/KRVjLH+DEIHy6kjIw7YINQzn+NXiH/NTrQLAwYs0GWB+csWygA9Q==",
+ "dependencies": {
+ "@rollup/pluginutils": "^3.0.8",
+ "@types/resolve": "0.0.8",
+ "builtin-modules": "^3.1.0",
+ "is-module": "^1.0.0",
+ "resolve": "^1.14.2"
+ },
+ "engines": {
+ "node": ">= 8.0.0"
+ }
+ },
+ "node_modules/@rollup/plugin-replace": {
+ "version": "2.3.4",
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.3.4.tgz",
+ "integrity": "sha512-waBhMzyAtjCL1GwZes2jaE9MjuQ/DQF2BatH3fRivUF3z0JBFrU0U6iBNC/4WR+2rLKhaAhPWDNPYp4mI6RqdQ==",
+ "dependencies": {
+ "@rollup/pluginutils": "^3.1.0",
+ "magic-string": "^0.25.7"
+ }
+ },
+ "node_modules/@rollup/pluginutils": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
+ "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
+ "dependencies": {
+ "@types/estree": "0.0.39",
+ "estree-walker": "^1.0.1",
+ "picomatch": "^2.2.2"
+ },
+ "engines": {
+ "node": ">= 8.0.0"
+ }
+ },
+ "node_modules/@rollup/pluginutils/node_modules/@types/estree": {
+ "version": "0.0.39",
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
+ "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw=="
+ },
+ "node_modules/@sheerun/mutationobserver-shim": {
+ "version": "0.3.3",
+ "resolved": "https://registry.npmjs.org/@sheerun/mutationobserver-shim/-/mutationobserver-shim-0.3.3.tgz",
+ "integrity": "sha512-DetpxZw1fzPD5xUBrIAoplLChO2VB8DlL5Gg+I1IR9b2wPqYIca2WSUxL5g1vLeR4MsQq1NeWriXAVffV+U1Fw=="
+ },
+ "node_modules/@sinonjs/commons": {
+ "version": "1.8.2",
+ "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.2.tgz",
+ "integrity": "sha512-sruwd86RJHdsVf/AtBoijDmUqJp3B6hF/DGC23C+JaegnDHaZyewCjoVGTdg3J0uz3Zs7NnIT05OBOmML72lQw==",
+ "dependencies": {
+ "type-detect": "4.0.8"
+ }
+ },
+ "node_modules/@sinonjs/fake-timers": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz",
+ "integrity": "sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==",
+ "dependencies": {
+ "@sinonjs/commons": "^1.7.0"
+ }
+ },
+ "node_modules/@surma/rollup-plugin-off-main-thread": {
+ "version": "1.4.2",
+ "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-1.4.2.tgz",
+ "integrity": "sha512-yBMPqmd1yEJo/280PAMkychuaALyQ9Lkb5q1ck3mjJrFuEobIfhnQ4J3mbvBoISmR3SWMWV+cGB/I0lCQee79A==",
+ "dependencies": {
+ "ejs": "^2.6.1",
+ "magic-string": "^0.25.0"
+ }
+ },
+ "node_modules/@svgr/babel-plugin-add-jsx-attribute": {
+ "version": "5.4.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz",
+ "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@svgr/babel-plugin-remove-jsx-attribute": {
+ "version": "5.4.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz",
+ "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz",
+ "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz",
+ "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@svgr/babel-plugin-svg-dynamic-title": {
+ "version": "5.4.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz",
+ "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@svgr/babel-plugin-svg-em-dimensions": {
+ "version": "5.4.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz",
+ "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@svgr/babel-plugin-transform-react-native-svg": {
+ "version": "5.4.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz",
+ "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@svgr/babel-plugin-transform-svg-component": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz",
+ "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@svgr/babel-preset": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz",
+ "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==",
+ "dependencies": {
+ "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0",
+ "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
+ "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1",
+ "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1",
+ "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0",
+ "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0",
+ "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0",
+ "@svgr/babel-plugin-transform-svg-component": "^5.5.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@svgr/core": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz",
+ "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==",
+ "dependencies": {
+ "@svgr/plugin-jsx": "^5.5.0",
+ "camelcase": "^6.2.0",
+ "cosmiconfig": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@svgr/core/node_modules/camelcase": {
+ "version": "6.2.0",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz",
+ "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@svgr/hast-util-to-babel-ast": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz",
+ "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==",
+ "dependencies": {
+ "@babel/types": "^7.12.6"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@svgr/plugin-jsx": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz",
+ "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==",
+ "dependencies": {
+ "@babel/core": "^7.12.3",
+ "@svgr/babel-preset": "^5.5.0",
+ "@svgr/hast-util-to-babel-ast": "^5.5.0",
+ "svg-parser": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@svgr/plugin-svgo": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz",
+ "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==",
+ "dependencies": {
+ "cosmiconfig": "^7.0.0",
+ "deepmerge": "^4.2.2",
+ "svgo": "^1.2.2"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@svgr/webpack": {
+ "version": "5.4.0",
+ "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.4.0.tgz",
+ "integrity": "sha512-LjepnS/BSAvelnOnnzr6Gg0GcpLmnZ9ThGFK5WJtm1xOqdBE/1IACZU7MMdVzjyUkfFqGz87eRE4hFaSLiUwYg==",
+ "dependencies": {
+ "@babel/core": "^7.9.0",
+ "@babel/plugin-transform-react-constant-elements": "^7.9.0",
+ "@babel/preset-env": "^7.9.5",
+ "@babel/preset-react": "^7.9.4",
+ "@svgr/core": "^5.4.0",
+ "@svgr/plugin-jsx": "^5.4.0",
+ "@svgr/plugin-svgo": "^5.4.0",
+ "loader-utils": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@testing-library/dom": {
+ "version": "6.16.0",
+ "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-6.16.0.tgz",
+ "integrity": "sha512-lBD88ssxqEfz0wFL6MeUyyWZfV/2cjEZZV3YRpb2IoJRej/4f1jB0TzqIOznTpfR1r34CNesrubxwIlAQ8zgPA==",
+ "dependencies": {
+ "@babel/runtime": "^7.8.4",
+ "@sheerun/mutationobserver-shim": "^0.3.2",
+ "@types/testing-library__dom": "^6.12.1",
+ "aria-query": "^4.0.2",
+ "dom-accessibility-api": "^0.3.0",
+ "pretty-format": "^25.1.0",
+ "wait-for-expect": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@testing-library/dom/node_modules/@jest/types": {
+ "version": "25.5.0",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-25.5.0.tgz",
+ "integrity": "sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^1.1.1",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 8.3"
+ }
+ },
+ "node_modules/@testing-library/dom/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/@testing-library/dom/node_modules/ansi-regex": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@testing-library/dom/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@testing-library/dom/node_modules/chalk": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
+ "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@testing-library/dom/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@testing-library/dom/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/@testing-library/dom/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@testing-library/dom/node_modules/pretty-format": {
+ "version": "25.5.0",
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-25.5.0.tgz",
+ "integrity": "sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ==",
+ "dependencies": {
+ "@jest/types": "^25.5.0",
+ "ansi-regex": "^5.0.0",
+ "ansi-styles": "^4.0.0",
+ "react-is": "^16.12.0"
+ },
+ "engines": {
+ "node": ">= 8.3"
+ }
+ },
+ "node_modules/@testing-library/dom/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@testing-library/jest-dom": {
+ "version": "4.2.4",
+ "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-4.2.4.tgz",
+ "integrity": "sha512-j31Bn0rQo12fhCWOUWy9fl7wtqkp7In/YP2p5ZFyRuiiB9Qs3g+hS4gAmDWONbAHcRmVooNJ5eOHQDCOmUFXHg==",
+ "dependencies": {
+ "@babel/runtime": "^7.5.1",
+ "chalk": "^2.4.1",
+ "css": "^2.2.3",
+ "css.escape": "^1.5.1",
+ "jest-diff": "^24.0.0",
+ "jest-matcher-utils": "^24.0.0",
+ "lodash": "^4.17.11",
+ "pretty-format": "^24.0.0",
+ "redent": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8",
+ "npm": ">=6"
+ }
+ },
+ "node_modules/@testing-library/react": {
+ "version": "9.5.0",
+ "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-9.5.0.tgz",
+ "integrity": "sha512-di1b+D0p+rfeboHO5W7gTVeZDIK5+maEgstrZbWZSSvxDyfDRkkyBE1AJR5Psd6doNldluXlCWqXriUfqu/9Qg==",
+ "dependencies": {
+ "@babel/runtime": "^7.8.4",
+ "@testing-library/dom": "^6.15.0",
+ "@types/testing-library__react": "^9.1.2"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@testing-library/user-event": {
+ "version": "7.2.1",
+ "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-7.2.1.tgz",
+ "integrity": "sha512-oZ0Ib5I4Z2pUEcoo95cT1cr6slco9WY7yiPpG+RGNkj8YcYgJnM7pXmYmorNOReh8MIGcKSqXyeGjxnr8YiZbA=="
+ },
+ "node_modules/@types/anymatch": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/@types/anymatch/-/anymatch-1.3.1.tgz",
+ "integrity": "sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA=="
+ },
+ "node_modules/@types/babel__core": {
+ "version": "7.1.12",
+ "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.12.tgz",
+ "integrity": "sha512-wMTHiiTiBAAPebqaPiPDLFA4LYPKr6Ph0Xq/6rq1Ur3v66HXyG+clfR9CNETkD7MQS8ZHvpQOtA53DLws5WAEQ==",
+ "dependencies": {
+ "@babel/parser": "^7.1.0",
+ "@babel/types": "^7.0.0",
+ "@types/babel__generator": "*",
+ "@types/babel__template": "*",
+ "@types/babel__traverse": "*"
+ }
+ },
+ "node_modules/@types/babel__generator": {
+ "version": "7.6.2",
+ "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.2.tgz",
+ "integrity": "sha512-MdSJnBjl+bdwkLskZ3NGFp9YcXGx5ggLpQQPqtgakVhsWK0hTtNYhjpZLlWQTviGTvF8at+Bvli3jV7faPdgeQ==",
+ "dependencies": {
+ "@babel/types": "^7.0.0"
+ }
+ },
+ "node_modules/@types/babel__template": {
+ "version": "7.4.0",
+ "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.0.tgz",
+ "integrity": "sha512-NTPErx4/FiPCGScH7foPyr+/1Dkzkni+rHiYHHoTjvwou7AQzJkNeD60A9CXRy+ZEN2B1bggmkTMCDb+Mv5k+A==",
+ "dependencies": {
+ "@babel/parser": "^7.1.0",
+ "@babel/types": "^7.0.0"
+ }
+ },
+ "node_modules/@types/babel__traverse": {
+ "version": "7.11.0",
+ "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.11.0.tgz",
+ "integrity": "sha512-kSjgDMZONiIfSH1Nxcr5JIRMwUetDki63FSQfpTCz8ogF3Ulqm8+mr5f78dUYs6vMiB6gBusQqfQmBvHZj/lwg==",
+ "dependencies": {
+ "@babel/types": "^7.3.0"
+ }
+ },
+ "node_modules/@types/eslint": {
+ "version": "7.2.6",
+ "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.2.6.tgz",
+ "integrity": "sha512-I+1sYH+NPQ3/tVqCeUSBwTE/0heyvtXqpIopUUArlBm0Kpocb8FbMa3AZ/ASKIFpN3rnEx932TTXDbt9OXsNDw==",
+ "dependencies": {
+ "@types/estree": "*",
+ "@types/json-schema": "*"
+ }
+ },
+ "node_modules/@types/estree": {
+ "version": "0.0.46",
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.46.tgz",
+ "integrity": "sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg=="
+ },
+ "node_modules/@types/glob": {
+ "version": "7.1.3",
+ "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.3.tgz",
+ "integrity": "sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==",
+ "dependencies": {
+ "@types/minimatch": "*",
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/graceful-fs": {
+ "version": "4.1.4",
+ "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.4.tgz",
+ "integrity": "sha512-mWA/4zFQhfvOA8zWkXobwJvBD7vzcxgrOQ0J5CH1votGqdq9m7+FwtGaqyCZqC3NyyBkc9z4m+iry4LlqcMWJg==",
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/html-minifier-terser": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz",
+ "integrity": "sha512-giAlZwstKbmvMk1OO7WXSj4OZ0keXAcl2TQq4LWHiiPH2ByaH7WeUzng+Qej8UPxxv+8lRTuouo0iaNDBuzIBA=="
+ },
+ "node_modules/@types/istanbul-lib-coverage": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz",
+ "integrity": "sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw=="
+ },
+ "node_modules/@types/istanbul-lib-report": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
+ "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "*"
+ }
+ },
+ "node_modules/@types/istanbul-reports": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-1.1.2.tgz",
+ "integrity": "sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "*",
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/@types/json-schema": {
+ "version": "7.0.7",
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.7.tgz",
+ "integrity": "sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA=="
+ },
+ "node_modules/@types/json5": {
+ "version": "0.0.29",
+ "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
+ "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4="
+ },
+ "node_modules/@types/minimatch": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz",
+ "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA=="
+ },
+ "node_modules/@types/node": {
+ "version": "14.14.22",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.22.tgz",
+ "integrity": "sha512-g+f/qj/cNcqKkc3tFqlXOYjrmZA+jNBiDzbP3kH+B+otKFqAdPgVTGP1IeKRdMml/aE69as5S4FqtxAbl+LaMw=="
+ },
+ "node_modules/@types/normalize-package-data": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
+ "integrity": "sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA=="
+ },
+ "node_modules/@types/parse-json": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
+ "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
+ },
+ "node_modules/@types/prettier": {
+ "version": "2.1.6",
+ "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.1.6.tgz",
+ "integrity": "sha512-6gOkRe7OIioWAXfnO/2lFiv+SJichKVSys1mSsgyrYHSEjk8Ctv4tSR/Odvnu+HWlH2C8j53dahU03XmQdd5fA=="
+ },
+ "node_modules/@types/prop-types": {
+ "version": "15.7.3",
+ "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.3.tgz",
+ "integrity": "sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw=="
+ },
+ "node_modules/@types/q": {
+ "version": "1.5.4",
+ "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.4.tgz",
+ "integrity": "sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug=="
+ },
+ "node_modules/@types/react": {
+ "version": "17.0.0",
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.0.tgz",
+ "integrity": "sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw==",
+ "dependencies": {
+ "@types/prop-types": "*",
+ "csstype": "^3.0.2"
+ }
+ },
+ "node_modules/@types/react-dom": {
+ "version": "17.0.0",
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.0.tgz",
+ "integrity": "sha512-lUqY7OlkF/RbNtD5nIq7ot8NquXrdFrjSOR6+w9a9RFQevGi1oZO1dcJbXMeONAPKtZ2UrZOEJ5UOCVsxbLk/g==",
+ "dependencies": {
+ "@types/react": "*"
+ }
+ },
+ "node_modules/@types/resolve": {
+ "version": "0.0.8",
+ "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-0.0.8.tgz",
+ "integrity": "sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ==",
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/source-list-map": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/@types/source-list-map/-/source-list-map-0.1.2.tgz",
+ "integrity": "sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA=="
+ },
+ "node_modules/@types/stack-utils": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.0.tgz",
+ "integrity": "sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw=="
+ },
+ "node_modules/@types/tapable": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/@types/tapable/-/tapable-1.0.6.tgz",
+ "integrity": "sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA=="
+ },
+ "node_modules/@types/testing-library__dom": {
+ "version": "6.14.0",
+ "resolved": "https://registry.npmjs.org/@types/testing-library__dom/-/testing-library__dom-6.14.0.tgz",
+ "integrity": "sha512-sMl7OSv0AvMOqn1UJ6j1unPMIHRXen0Ita1ujnMX912rrOcawe4f7wu0Zt9GIQhBhJvH2BaibqFgQ3lP+Pj2hA==",
+ "dependencies": {
+ "pretty-format": "^24.3.0"
+ }
+ },
+ "node_modules/@types/testing-library__react": {
+ "version": "9.1.3",
+ "resolved": "https://registry.npmjs.org/@types/testing-library__react/-/testing-library__react-9.1.3.tgz",
+ "integrity": "sha512-iCdNPKU3IsYwRK9JieSYAiX0+aYDXOGAmrC/3/M7AqqSDKnWWVv07X+Zk1uFSL7cMTUYzv4lQRfohucEocn5/w==",
+ "dependencies": {
+ "@types/react-dom": "*",
+ "@types/testing-library__dom": "*",
+ "pretty-format": "^25.1.0"
+ }
+ },
+ "node_modules/@types/testing-library__react/node_modules/@jest/types": {
+ "version": "25.5.0",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-25.5.0.tgz",
+ "integrity": "sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^1.1.1",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 8.3"
+ }
+ },
+ "node_modules/@types/testing-library__react/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/@types/testing-library__react/node_modules/ansi-regex": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@types/testing-library__react/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@types/testing-library__react/node_modules/chalk": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
+ "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@types/testing-library__react/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@types/testing-library__react/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/@types/testing-library__react/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@types/testing-library__react/node_modules/pretty-format": {
+ "version": "25.5.0",
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-25.5.0.tgz",
+ "integrity": "sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ==",
+ "dependencies": {
+ "@jest/types": "^25.5.0",
+ "ansi-regex": "^5.0.0",
+ "ansi-styles": "^4.0.0",
+ "react-is": "^16.12.0"
+ },
+ "engines": {
+ "node": ">= 8.3"
+ }
+ },
+ "node_modules/@types/testing-library__react/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@types/uglify-js": {
+ "version": "3.11.1",
+ "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.11.1.tgz",
+ "integrity": "sha512-7npvPKV+jINLu1SpSYVWG8KvyJBhBa8tmzMMdDoVc2pWUYHN8KIXlPJhjJ4LT97c4dXJA2SHL/q6ADbDriZN+Q==",
+ "dependencies": {
+ "source-map": "^0.6.1"
+ }
+ },
+ "node_modules/@types/webpack": {
+ "version": "4.41.26",
+ "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.26.tgz",
+ "integrity": "sha512-7ZyTfxjCRwexh+EJFwRUM+CDB2XvgHl4vfuqf1ZKrgGvcS5BrNvPQqJh3tsZ0P6h6Aa1qClVHaJZszLPzpqHeA==",
+ "dependencies": {
+ "@types/anymatch": "*",
+ "@types/node": "*",
+ "@types/tapable": "*",
+ "@types/uglify-js": "*",
+ "@types/webpack-sources": "*",
+ "source-map": "^0.6.0"
+ }
+ },
+ "node_modules/@types/webpack-sources": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-2.1.0.tgz",
+ "integrity": "sha512-LXn/oYIpBeucgP1EIJbKQ2/4ZmpvRl+dlrFdX7+94SKRUV3Evy3FsfMZY318vGhkWUS5MPhtOM3w1/hCOAOXcg==",
+ "dependencies": {
+ "@types/node": "*",
+ "@types/source-list-map": "*",
+ "source-map": "^0.7.3"
+ }
+ },
+ "node_modules/@types/webpack-sources/node_modules/source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@types/yargs": {
+ "version": "13.0.11",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-13.0.11.tgz",
+ "integrity": "sha512-NRqD6T4gktUrDi1o1wLH3EKC1o2caCr7/wR87ODcbVITQF106OM3sFN92ysZ++wqelOd1CTzatnOBRDYYG6wGQ==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/@types/yargs-parser": {
+ "version": "20.2.0",
+ "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-20.2.0.tgz",
+ "integrity": "sha512-37RSHht+gzzgYeobbG+KWryeAW8J33Nhr69cjTqSYymXVZEN9NbRYWoYlRtDhHKPVT1FyNKwaTPC1NynKZpzRA=="
+ },
+ "node_modules/@typescript-eslint/eslint-plugin": {
+ "version": "4.14.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.14.0.tgz",
+ "integrity": "sha512-IJ5e2W7uFNfg4qh9eHkHRUCbgZ8VKtGwD07kannJvM5t/GU8P8+24NX8gi3Hf5jST5oWPY8kyV1s/WtfiZ4+Ww==",
+ "dependencies": {
+ "@typescript-eslint/experimental-utils": "4.14.0",
+ "@typescript-eslint/scope-manager": "4.14.0",
+ "debug": "^4.1.1",
+ "functional-red-black-tree": "^1.0.1",
+ "lodash": "^4.17.15",
+ "regexpp": "^3.0.0",
+ "semver": "^7.3.2",
+ "tsutils": "^3.17.1"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": {
+ "version": "7.3.4",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz",
+ "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==",
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
+ },
+ "node_modules/@typescript-eslint/experimental-utils": {
+ "version": "4.14.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.14.0.tgz",
+ "integrity": "sha512-6i6eAoiPlXMKRbXzvoQD5Yn9L7k9ezzGRvzC/x1V3650rUk3c3AOjQyGYyF9BDxQQDK2ElmKOZRD0CbtdkMzQQ==",
+ "dependencies": {
+ "@types/json-schema": "^7.0.3",
+ "@typescript-eslint/scope-manager": "4.14.0",
+ "@typescript-eslint/types": "4.14.0",
+ "@typescript-eslint/typescript-estree": "4.14.0",
+ "eslint-scope": "^5.0.0",
+ "eslint-utils": "^2.0.0"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/@typescript-eslint/parser": {
+ "version": "4.14.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.14.0.tgz",
+ "integrity": "sha512-sUDeuCjBU+ZF3Lzw0hphTyScmDDJ5QVkyE21pRoBo8iDl7WBtVFS+WDN3blY1CH3SBt7EmYCw6wfmJjF0l/uYg==",
+ "dependencies": {
+ "@typescript-eslint/scope-manager": "4.14.0",
+ "@typescript-eslint/types": "4.14.0",
+ "@typescript-eslint/typescript-estree": "4.14.0",
+ "debug": "^4.1.1"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/@typescript-eslint/scope-manager": {
+ "version": "4.14.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.14.0.tgz",
+ "integrity": "sha512-/J+LlRMdbPh4RdL4hfP1eCwHN5bAhFAGOTsvE6SxsrM/47XQiPSgF5MDgLyp/i9kbZV9Lx80DW0OpPkzL+uf8Q==",
+ "dependencies": {
+ "@typescript-eslint/types": "4.14.0",
+ "@typescript-eslint/visitor-keys": "4.14.0"
+ },
+ "engines": {
+ "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
+ }
+ },
+ "node_modules/@typescript-eslint/types": {
+ "version": "4.14.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.14.0.tgz",
+ "integrity": "sha512-VsQE4VvpldHrTFuVPY1ZnHn/Txw6cZGjL48e+iBxTi2ksa9DmebKjAeFmTVAYoSkTk7gjA7UqJ7pIsyifTsI4A==",
+ "engines": {
+ "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
+ }
+ },
+ "node_modules/@typescript-eslint/typescript-estree": {
+ "version": "4.14.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.0.tgz",
+ "integrity": "sha512-wRjZ5qLao+bvS2F7pX4qi2oLcOONIB+ru8RGBieDptq/SudYwshveORwCVU4/yMAd4GK7Fsf8Uq1tjV838erag==",
+ "dependencies": {
+ "@typescript-eslint/types": "4.14.0",
+ "@typescript-eslint/visitor-keys": "4.14.0",
+ "debug": "^4.1.1",
+ "globby": "^11.0.1",
+ "is-glob": "^4.0.1",
+ "lodash": "^4.17.15",
+ "semver": "^7.3.2",
+ "tsutils": "^3.17.1"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/array-union": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
+ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/globby": {
+ "version": "11.0.2",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.2.tgz",
+ "integrity": "sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==",
+ "dependencies": {
+ "array-union": "^2.1.0",
+ "dir-glob": "^3.0.1",
+ "fast-glob": "^3.1.1",
+ "ignore": "^5.1.4",
+ "merge2": "^1.3.0",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
+ "version": "7.3.4",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz",
+ "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==",
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
+ },
+ "node_modules/@typescript-eslint/visitor-keys": {
+ "version": "4.14.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.0.tgz",
+ "integrity": "sha512-MeHHzUyRI50DuiPgV9+LxcM52FCJFYjJiWHtXlbyC27b80mfOwKeiKI+MHOTEpcpfmoPFm/vvQS88bYIx6PZTA==",
+ "dependencies": {
+ "@typescript-eslint/types": "4.14.0",
+ "eslint-visitor-keys": "^2.0.0"
+ },
+ "engines": {
+ "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
+ }
+ },
+ "node_modules/@webassemblyjs/ast": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz",
+ "integrity": "sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==",
+ "dependencies": {
+ "@webassemblyjs/helper-module-context": "1.9.0",
+ "@webassemblyjs/helper-wasm-bytecode": "1.9.0",
+ "@webassemblyjs/wast-parser": "1.9.0"
+ }
+ },
+ "node_modules/@webassemblyjs/floating-point-hex-parser": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz",
+ "integrity": "sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA=="
+ },
+ "node_modules/@webassemblyjs/helper-api-error": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz",
+ "integrity": "sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw=="
+ },
+ "node_modules/@webassemblyjs/helper-buffer": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz",
+ "integrity": "sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA=="
+ },
+ "node_modules/@webassemblyjs/helper-code-frame": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz",
+ "integrity": "sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==",
+ "dependencies": {
+ "@webassemblyjs/wast-printer": "1.9.0"
+ }
+ },
+ "node_modules/@webassemblyjs/helper-fsm": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz",
+ "integrity": "sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw=="
+ },
+ "node_modules/@webassemblyjs/helper-module-context": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz",
+ "integrity": "sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==",
+ "dependencies": {
+ "@webassemblyjs/ast": "1.9.0"
+ }
+ },
+ "node_modules/@webassemblyjs/helper-wasm-bytecode": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz",
+ "integrity": "sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw=="
+ },
+ "node_modules/@webassemblyjs/helper-wasm-section": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz",
+ "integrity": "sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==",
+ "dependencies": {
+ "@webassemblyjs/ast": "1.9.0",
+ "@webassemblyjs/helper-buffer": "1.9.0",
+ "@webassemblyjs/helper-wasm-bytecode": "1.9.0",
+ "@webassemblyjs/wasm-gen": "1.9.0"
+ }
+ },
+ "node_modules/@webassemblyjs/ieee754": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz",
+ "integrity": "sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==",
+ "dependencies": {
+ "@xtuc/ieee754": "^1.2.0"
+ }
+ },
+ "node_modules/@webassemblyjs/leb128": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.9.0.tgz",
+ "integrity": "sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==",
+ "dependencies": {
+ "@xtuc/long": "4.2.2"
+ }
+ },
+ "node_modules/@webassemblyjs/utf8": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.0.tgz",
+ "integrity": "sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w=="
+ },
+ "node_modules/@webassemblyjs/wasm-edit": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz",
+ "integrity": "sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==",
+ "dependencies": {
+ "@webassemblyjs/ast": "1.9.0",
+ "@webassemblyjs/helper-buffer": "1.9.0",
+ "@webassemblyjs/helper-wasm-bytecode": "1.9.0",
+ "@webassemblyjs/helper-wasm-section": "1.9.0",
+ "@webassemblyjs/wasm-gen": "1.9.0",
+ "@webassemblyjs/wasm-opt": "1.9.0",
+ "@webassemblyjs/wasm-parser": "1.9.0",
+ "@webassemblyjs/wast-printer": "1.9.0"
+ }
+ },
+ "node_modules/@webassemblyjs/wasm-gen": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz",
+ "integrity": "sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==",
+ "dependencies": {
+ "@webassemblyjs/ast": "1.9.0",
+ "@webassemblyjs/helper-wasm-bytecode": "1.9.0",
+ "@webassemblyjs/ieee754": "1.9.0",
+ "@webassemblyjs/leb128": "1.9.0",
+ "@webassemblyjs/utf8": "1.9.0"
+ }
+ },
+ "node_modules/@webassemblyjs/wasm-opt": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz",
+ "integrity": "sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==",
+ "dependencies": {
+ "@webassemblyjs/ast": "1.9.0",
+ "@webassemblyjs/helper-buffer": "1.9.0",
+ "@webassemblyjs/wasm-gen": "1.9.0",
+ "@webassemblyjs/wasm-parser": "1.9.0"
+ }
+ },
+ "node_modules/@webassemblyjs/wasm-parser": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz",
+ "integrity": "sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==",
+ "dependencies": {
+ "@webassemblyjs/ast": "1.9.0",
+ "@webassemblyjs/helper-api-error": "1.9.0",
+ "@webassemblyjs/helper-wasm-bytecode": "1.9.0",
+ "@webassemblyjs/ieee754": "1.9.0",
+ "@webassemblyjs/leb128": "1.9.0",
+ "@webassemblyjs/utf8": "1.9.0"
+ }
+ },
+ "node_modules/@webassemblyjs/wast-parser": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz",
+ "integrity": "sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==",
+ "dependencies": {
+ "@webassemblyjs/ast": "1.9.0",
+ "@webassemblyjs/floating-point-hex-parser": "1.9.0",
+ "@webassemblyjs/helper-api-error": "1.9.0",
+ "@webassemblyjs/helper-code-frame": "1.9.0",
+ "@webassemblyjs/helper-fsm": "1.9.0",
+ "@xtuc/long": "4.2.2"
+ }
+ },
+ "node_modules/@webassemblyjs/wast-printer": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz",
+ "integrity": "sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==",
+ "dependencies": {
+ "@webassemblyjs/ast": "1.9.0",
+ "@webassemblyjs/wast-parser": "1.9.0",
+ "@xtuc/long": "4.2.2"
+ }
+ },
+ "node_modules/@xtuc/ieee754": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
+ "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA=="
+ },
+ "node_modules/@xtuc/long": {
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
+ "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
+ },
+ "node_modules/abab": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
+ "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q=="
+ },
+ "node_modules/abbrev": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
+ "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
+ },
+ "node_modules/accepts": {
+ "version": "1.3.7",
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
+ "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==",
+ "dependencies": {
+ "mime-types": "~2.1.24",
+ "negotiator": "0.6.2"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/acorn": {
+ "version": "7.4.1",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
+ "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/acorn-globals": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
+ "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
+ "dependencies": {
+ "acorn": "^7.1.1",
+ "acorn-walk": "^7.1.1"
+ }
+ },
+ "node_modules/acorn-jsx": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.1.tgz",
+ "integrity": "sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng=="
+ },
+ "node_modules/acorn-walk": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
+ "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/address": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/address/-/address-1.1.2.tgz",
+ "integrity": "sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==",
+ "engines": {
+ "node": ">= 0.12.0"
+ }
+ },
+ "node_modules/adjust-sourcemap-loader": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-3.0.0.tgz",
+ "integrity": "sha512-YBrGyT2/uVQ/c6Rr+t6ZJXniY03YtHGMJQYal368burRGYKqhx9qGTWqcBU5s1CwYY9E/ri63RYyG1IacMZtqw==",
+ "dependencies": {
+ "loader-utils": "^2.0.0",
+ "regex-parser": "^2.2.11"
+ },
+ "engines": {
+ "node": ">=8.9"
+ }
+ },
+ "node_modules/aggregate-error": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
+ "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
+ "dependencies": {
+ "clean-stack": "^2.0.0",
+ "indent-string": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/airbnb-prop-types": {
+ "version": "2.16.0",
+ "resolved": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.16.0.tgz",
+ "integrity": "sha512-7WHOFolP/6cS96PhKNrslCLMYAI8yB1Pp6u6XmxozQOiZbsI5ycglZr5cHhBFfuRcQQjzCMith5ZPZdYiJCxUg==",
+ "dependencies": {
+ "array.prototype.find": "^2.1.1",
+ "function.prototype.name": "^1.1.2",
+ "is-regex": "^1.1.0",
+ "object-is": "^1.1.2",
+ "object.assign": "^4.1.0",
+ "object.entries": "^1.1.2",
+ "prop-types": "^15.7.2",
+ "prop-types-exact": "^1.2.0",
+ "react-is": "^16.13.1"
+ }
+ },
+ "node_modules/ajv": {
+ "version": "6.12.6",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "fast-json-stable-stringify": "^2.0.0",
+ "json-schema-traverse": "^0.4.1",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "node_modules/ajv-errors": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz",
+ "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ=="
+ },
+ "node_modules/ajv-keywords": {
+ "version": "3.5.2",
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
+ "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ=="
+ },
+ "node_modules/alphanum-sort": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
+ "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM="
+ },
+ "node_modules/amdefine": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz",
+ "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=",
+ "engines": {
+ "node": ">=0.4.2"
+ }
+ },
+ "node_modules/ansi-colors": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
+ "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/ansi-escapes": {
+ "version": "4.3.1",
+ "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.1.tgz",
+ "integrity": "sha512-JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA==",
+ "dependencies": {
+ "type-fest": "^0.11.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/ansi-escapes/node_modules/type-fest": {
+ "version": "0.11.0",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.11.0.tgz",
+ "integrity": "sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/ansi-html": {
+ "version": "0.0.7",
+ "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz",
+ "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=",
+ "engines": [
+ "node >= 0.8.0"
+ ],
+ "bin": {
+ "ansi-html": "bin/ansi-html"
+ }
+ },
+ "node_modules/ansi-regex": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
+ "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/ansi-styles": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
+ "dependencies": {
+ "color-convert": "^1.9.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/anymatch": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz",
+ "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==",
+ "dependencies": {
+ "normalize-path": "^3.0.0",
+ "picomatch": "^2.0.4"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/aproba": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
+ "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw=="
+ },
+ "node_modules/are-we-there-yet": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz",
+ "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==",
+ "dependencies": {
+ "delegates": "^1.0.0",
+ "readable-stream": "^2.0.6"
+ }
+ },
+ "node_modules/argparse": {
+ "version": "1.0.10",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
+ "dependencies": {
+ "sprintf-js": "~1.0.2"
+ }
+ },
+ "node_modules/aria-query": {
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz",
+ "integrity": "sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==",
+ "dependencies": {
+ "@babel/runtime": "^7.10.2",
+ "@babel/runtime-corejs3": "^7.10.2"
+ },
+ "engines": {
+ "node": ">=6.0"
+ }
+ },
+ "node_modules/arity-n": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/arity-n/-/arity-n-1.0.4.tgz",
+ "integrity": "sha1-2edrEXM+CFacCEeuezmyhgswt0U="
+ },
+ "node_modules/arr-diff": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
+ "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/arr-flatten": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
+ "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/arr-union": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
+ "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/array-differ": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-3.0.0.tgz",
+ "integrity": "sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/array-filter": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/array-filter/-/array-filter-1.0.0.tgz",
+ "integrity": "sha1-uveeYubvTCpMC4MSMtr/7CUfnYM="
+ },
+ "node_modules/array-find-index": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
+ "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/array-flatten": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz",
+ "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ=="
+ },
+ "node_modules/array-includes": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.2.tgz",
+ "integrity": "sha512-w2GspexNQpx+PutG3QpT437/BenZBj0M/MZGn5mzv/MofYqo0xmRHzn4lFsoDlWJ+THYsGJmFlW68WlDFx7VRw==",
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.18.0-next.1",
+ "get-intrinsic": "^1.0.1",
+ "is-string": "^1.0.5"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/array-union": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
+ "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
+ "dependencies": {
+ "array-uniq": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/array-uniq": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
+ "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/array-unique": {
+ "version": "0.3.2",
+ "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
+ "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/array.prototype.find": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/array.prototype.find/-/array.prototype.find-2.1.1.tgz",
+ "integrity": "sha512-mi+MYNJYLTx2eNYy+Yh6raoQacCsNeeMUaspFPh9Y141lFSsWxxB8V9mM2ye+eqiRs917J6/pJ4M9ZPzenWckA==",
+ "dependencies": {
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.17.4"
+ }
+ },
+ "node_modules/array.prototype.find/node_modules/es-abstract": {
+ "version": "1.17.7",
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz",
+ "integrity": "sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==",
+ "dependencies": {
+ "es-to-primitive": "^1.2.1",
+ "function-bind": "^1.1.1",
+ "has": "^1.0.3",
+ "has-symbols": "^1.0.1",
+ "is-callable": "^1.2.2",
+ "is-regex": "^1.1.1",
+ "object-inspect": "^1.8.0",
+ "object-keys": "^1.1.1",
+ "object.assign": "^4.1.1",
+ "string.prototype.trimend": "^1.0.1",
+ "string.prototype.trimstart": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/array.prototype.flat": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz",
+ "integrity": "sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==",
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.18.0-next.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/array.prototype.flatmap": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz",
+ "integrity": "sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q==",
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.18.0-next.1",
+ "function-bind": "^1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/arrify": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz",
+ "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/asap": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
+ "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY="
+ },
+ "node_modules/asn1": {
+ "version": "0.2.4",
+ "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz",
+ "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==",
+ "dependencies": {
+ "safer-buffer": "~2.1.0"
+ }
+ },
+ "node_modules/asn1.js": {
+ "version": "5.4.1",
+ "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz",
+ "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==",
+ "dependencies": {
+ "bn.js": "^4.0.0",
+ "inherits": "^2.0.1",
+ "minimalistic-assert": "^1.0.0",
+ "safer-buffer": "^2.1.0"
+ }
+ },
+ "node_modules/asn1.js/node_modules/bn.js": {
+ "version": "4.11.9",
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz",
+ "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw=="
+ },
+ "node_modules/assert": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz",
+ "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==",
+ "dependencies": {
+ "object-assign": "^4.1.1",
+ "util": "0.10.3"
+ }
+ },
+ "node_modules/assert-plus": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
+ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
+ "node_modules/assert/node_modules/inherits": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
+ "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE="
+ },
+ "node_modules/assert/node_modules/util": {
+ "version": "0.10.3",
+ "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz",
+ "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=",
+ "dependencies": {
+ "inherits": "2.0.1"
+ }
+ },
+ "node_modules/assign-symbols": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
+ "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/ast-types-flow": {
+ "version": "0.0.7",
+ "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
+ "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0="
+ },
+ "node_modules/astral-regex": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
+ "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/async": {
+ "version": "2.6.3",
+ "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
+ "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
+ "dependencies": {
+ "lodash": "^4.17.14"
+ }
+ },
+ "node_modules/async-each": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz",
+ "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ=="
+ },
+ "node_modules/async-foreach": {
+ "version": "0.1.3",
+ "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
+ "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=",
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/async-limiter": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
+ "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ=="
+ },
+ "node_modules/asynckit": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
+ "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
+ },
+ "node_modules/at-least-node": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
+ "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
+ "engines": {
+ "node": ">= 4.0.0"
+ }
+ },
+ "node_modules/atob": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
+ "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
+ "bin": {
+ "atob": "bin/atob.js"
+ },
+ "engines": {
+ "node": ">= 4.5.0"
+ }
+ },
+ "node_modules/autoprefixer": {
+ "version": "9.8.6",
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.6.tgz",
+ "integrity": "sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==",
+ "dependencies": {
+ "browserslist": "^4.12.0",
+ "caniuse-lite": "^1.0.30001109",
+ "colorette": "^1.2.1",
+ "normalize-range": "^0.1.2",
+ "num2fraction": "^1.2.2",
+ "postcss": "^7.0.32",
+ "postcss-value-parser": "^4.1.0"
+ },
+ "bin": {
+ "autoprefixer": "bin/autoprefixer"
+ }
+ },
+ "node_modules/aws-sign2": {
+ "version": "0.7.0",
+ "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
+ "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=",
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/aws4": {
+ "version": "1.11.0",
+ "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz",
+ "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="
+ },
+ "node_modules/axe-core": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.1.1.tgz",
+ "integrity": "sha512-5Kgy8Cz6LPC9DJcNb3yjAXTu3XihQgEdnIg50c//zOC/MyLP0Clg+Y8Sh9ZjjnvBrDZU4DgXS9C3T9r4/scGZQ==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/axobject-query": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz",
+ "integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA=="
+ },
+ "node_modules/babel-eslint": {
+ "version": "10.1.0",
+ "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz",
+ "integrity": "sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==",
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "@babel/parser": "^7.7.0",
+ "@babel/traverse": "^7.7.0",
+ "@babel/types": "^7.7.0",
+ "eslint-visitor-keys": "^1.0.0",
+ "resolve": "^1.12.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/babel-eslint/node_modules/eslint-visitor-keys": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/babel-extract-comments": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/babel-extract-comments/-/babel-extract-comments-1.0.0.tgz",
+ "integrity": "sha512-qWWzi4TlddohA91bFwgt6zO/J0X+io7Qp184Fw0m2JYRSTZnJbFR8+07KmzudHCZgOiKRCrjhylwv9Xd8gfhVQ==",
+ "dependencies": {
+ "babylon": "^6.18.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/babel-jest": {
+ "version": "26.6.3",
+ "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-26.6.3.tgz",
+ "integrity": "sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==",
+ "dependencies": {
+ "@jest/transform": "^26.6.2",
+ "@jest/types": "^26.6.2",
+ "@types/babel__core": "^7.1.7",
+ "babel-plugin-istanbul": "^6.0.0",
+ "babel-preset-jest": "^26.6.2",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.4",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/babel-jest/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/babel-jest/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/babel-jest/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/babel-jest/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/babel-jest/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/babel-jest/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/babel-jest/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/babel-jest/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/babel-jest/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/babel-loader": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.1.0.tgz",
+ "integrity": "sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw==",
+ "dependencies": {
+ "find-cache-dir": "^2.1.0",
+ "loader-utils": "^1.4.0",
+ "mkdirp": "^0.5.3",
+ "pify": "^4.0.1",
+ "schema-utils": "^2.6.5"
+ },
+ "engines": {
+ "node": ">= 6.9"
+ }
+ },
+ "node_modules/babel-loader/node_modules/json5": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
+ "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
+ "dependencies": {
+ "minimist": "^1.2.0"
+ },
+ "bin": {
+ "json5": "lib/cli.js"
+ }
+ },
+ "node_modules/babel-loader/node_modules/loader-utils": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz",
+ "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==",
+ "dependencies": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/babel-loader/node_modules/pify": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
+ "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/babel-plugin-dynamic-import-node": {
+ "version": "2.3.3",
+ "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
+ "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
+ "dependencies": {
+ "object.assign": "^4.1.0"
+ }
+ },
+ "node_modules/babel-plugin-istanbul": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.0.0.tgz",
+ "integrity": "sha512-AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.0.0",
+ "@istanbuljs/load-nyc-config": "^1.0.0",
+ "@istanbuljs/schema": "^0.1.2",
+ "istanbul-lib-instrument": "^4.0.0",
+ "test-exclude": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/babel-plugin-jest-hoist": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.6.2.tgz",
+ "integrity": "sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==",
+ "dependencies": {
+ "@babel/template": "^7.3.3",
+ "@babel/types": "^7.3.3",
+ "@types/babel__core": "^7.0.0",
+ "@types/babel__traverse": "^7.0.6"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/babel-plugin-macros": {
+ "version": "2.8.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz",
+ "integrity": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==",
+ "dependencies": {
+ "@babel/runtime": "^7.7.2",
+ "cosmiconfig": "^6.0.0",
+ "resolve": "^1.12.0"
+ }
+ },
+ "node_modules/babel-plugin-macros/node_modules/cosmiconfig": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz",
+ "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==",
+ "dependencies": {
+ "@types/parse-json": "^4.0.0",
+ "import-fresh": "^3.1.0",
+ "parse-json": "^5.0.0",
+ "path-type": "^4.0.0",
+ "yaml": "^1.7.2"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/babel-plugin-macros/node_modules/parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/babel-plugin-macros/node_modules/path-type": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/babel-plugin-named-asset-import": {
+ "version": "0.3.7",
+ "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.7.tgz",
+ "integrity": "sha512-squySRkf+6JGnvjoUtDEjSREJEBirnXi9NqP6rjSYsylxQxqBTz+pkmf395i9E2zsvmYUaI40BHo6SqZUdydlw=="
+ },
+ "node_modules/babel-plugin-syntax-object-rest-spread": {
+ "version": "6.13.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz",
+ "integrity": "sha1-/WU28rzhODb/o6VFjEkDpZe7O/U="
+ },
+ "node_modules/babel-plugin-transform-object-rest-spread": {
+ "version": "6.26.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz",
+ "integrity": "sha1-DzZpLVD+9rfi1LOsFHgTepY7ewY=",
+ "dependencies": {
+ "babel-plugin-syntax-object-rest-spread": "^6.8.0",
+ "babel-runtime": "^6.26.0"
+ }
+ },
+ "node_modules/babel-plugin-transform-react-remove-prop-types": {
+ "version": "0.4.24",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz",
+ "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA=="
+ },
+ "node_modules/babel-preset-current-node-syntax": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
+ "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
+ "dependencies": {
+ "@babel/plugin-syntax-async-generators": "^7.8.4",
+ "@babel/plugin-syntax-bigint": "^7.8.3",
+ "@babel/plugin-syntax-class-properties": "^7.8.3",
+ "@babel/plugin-syntax-import-meta": "^7.8.3",
+ "@babel/plugin-syntax-json-strings": "^7.8.3",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
+ "@babel/plugin-syntax-numeric-separator": "^7.8.3",
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3",
+ "@babel/plugin-syntax-top-level-await": "^7.8.3"
+ }
+ },
+ "node_modules/babel-preset-jest": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-26.6.2.tgz",
+ "integrity": "sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==",
+ "dependencies": {
+ "babel-plugin-jest-hoist": "^26.6.2",
+ "babel-preset-current-node-syntax": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/babel-preset-react-app": {
+ "version": "10.0.0",
+ "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.0.0.tgz",
+ "integrity": "sha512-itL2z8v16khpuKutx5IH8UdCdSTuzrOhRFTEdIhveZ2i1iBKDrVE0ATa4sFVy+02GLucZNVBWtoarXBy0Msdpg==",
+ "dependencies": {
+ "@babel/core": "7.12.3",
+ "@babel/plugin-proposal-class-properties": "7.12.1",
+ "@babel/plugin-proposal-decorators": "7.12.1",
+ "@babel/plugin-proposal-nullish-coalescing-operator": "7.12.1",
+ "@babel/plugin-proposal-numeric-separator": "7.12.1",
+ "@babel/plugin-proposal-optional-chaining": "7.12.1",
+ "@babel/plugin-transform-flow-strip-types": "7.12.1",
+ "@babel/plugin-transform-react-display-name": "7.12.1",
+ "@babel/plugin-transform-runtime": "7.12.1",
+ "@babel/preset-env": "7.12.1",
+ "@babel/preset-react": "7.12.1",
+ "@babel/preset-typescript": "7.12.1",
+ "@babel/runtime": "7.12.1",
+ "babel-plugin-macros": "2.8.0",
+ "babel-plugin-transform-react-remove-prop-types": "0.4.24"
+ }
+ },
+ "node_modules/babel-preset-react-app/node_modules/@babel/plugin-proposal-numeric-separator": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.1.tgz",
+ "integrity": "sha512-MR7Ok+Af3OhNTCxYVjJZHS0t97ydnJZt/DbR4WISO39iDnhiD8XHrY12xuSJ90FFEGjir0Fzyyn7g/zY6hxbxA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/plugin-syntax-numeric-separator": "^7.10.4"
+ }
+ },
+ "node_modules/babel-preset-react-app/node_modules/@babel/plugin-proposal-optional-chaining": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.1.tgz",
+ "integrity": "sha512-c2uRpY6WzaVDzynVY9liyykS+kVU+WRZPMPYpkelXH8KBt1oXoI89kPbZKKG/jDT5UK92FTW2fZkZaJhdiBabw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.0"
+ }
+ },
+ "node_modules/babel-preset-react-app/node_modules/@babel/preset-env": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.1.tgz",
+ "integrity": "sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg==",
+ "dependencies": {
+ "@babel/compat-data": "^7.12.1",
+ "@babel/helper-compilation-targets": "^7.12.1",
+ "@babel/helper-module-imports": "^7.12.1",
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/helper-validator-option": "^7.12.1",
+ "@babel/plugin-proposal-async-generator-functions": "^7.12.1",
+ "@babel/plugin-proposal-class-properties": "^7.12.1",
+ "@babel/plugin-proposal-dynamic-import": "^7.12.1",
+ "@babel/plugin-proposal-export-namespace-from": "^7.12.1",
+ "@babel/plugin-proposal-json-strings": "^7.12.1",
+ "@babel/plugin-proposal-logical-assignment-operators": "^7.12.1",
+ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
+ "@babel/plugin-proposal-numeric-separator": "^7.12.1",
+ "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
+ "@babel/plugin-proposal-optional-catch-binding": "^7.12.1",
+ "@babel/plugin-proposal-optional-chaining": "^7.12.1",
+ "@babel/plugin-proposal-private-methods": "^7.12.1",
+ "@babel/plugin-proposal-unicode-property-regex": "^7.12.1",
+ "@babel/plugin-syntax-async-generators": "^7.8.0",
+ "@babel/plugin-syntax-class-properties": "^7.12.1",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.0",
+ "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
+ "@babel/plugin-syntax-json-strings": "^7.8.0",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0",
+ "@babel/plugin-syntax-numeric-separator": "^7.10.4",
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.0",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.0",
+ "@babel/plugin-syntax-top-level-await": "^7.12.1",
+ "@babel/plugin-transform-arrow-functions": "^7.12.1",
+ "@babel/plugin-transform-async-to-generator": "^7.12.1",
+ "@babel/plugin-transform-block-scoped-functions": "^7.12.1",
+ "@babel/plugin-transform-block-scoping": "^7.12.1",
+ "@babel/plugin-transform-classes": "^7.12.1",
+ "@babel/plugin-transform-computed-properties": "^7.12.1",
+ "@babel/plugin-transform-destructuring": "^7.12.1",
+ "@babel/plugin-transform-dotall-regex": "^7.12.1",
+ "@babel/plugin-transform-duplicate-keys": "^7.12.1",
+ "@babel/plugin-transform-exponentiation-operator": "^7.12.1",
+ "@babel/plugin-transform-for-of": "^7.12.1",
+ "@babel/plugin-transform-function-name": "^7.12.1",
+ "@babel/plugin-transform-literals": "^7.12.1",
+ "@babel/plugin-transform-member-expression-literals": "^7.12.1",
+ "@babel/plugin-transform-modules-amd": "^7.12.1",
+ "@babel/plugin-transform-modules-commonjs": "^7.12.1",
+ "@babel/plugin-transform-modules-systemjs": "^7.12.1",
+ "@babel/plugin-transform-modules-umd": "^7.12.1",
+ "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.1",
+ "@babel/plugin-transform-new-target": "^7.12.1",
+ "@babel/plugin-transform-object-super": "^7.12.1",
+ "@babel/plugin-transform-parameters": "^7.12.1",
+ "@babel/plugin-transform-property-literals": "^7.12.1",
+ "@babel/plugin-transform-regenerator": "^7.12.1",
+ "@babel/plugin-transform-reserved-words": "^7.12.1",
+ "@babel/plugin-transform-shorthand-properties": "^7.12.1",
+ "@babel/plugin-transform-spread": "^7.12.1",
+ "@babel/plugin-transform-sticky-regex": "^7.12.1",
+ "@babel/plugin-transform-template-literals": "^7.12.1",
+ "@babel/plugin-transform-typeof-symbol": "^7.12.1",
+ "@babel/plugin-transform-unicode-escapes": "^7.12.1",
+ "@babel/plugin-transform-unicode-regex": "^7.12.1",
+ "@babel/preset-modules": "^0.1.3",
+ "@babel/types": "^7.12.1",
+ "core-js-compat": "^3.6.2",
+ "semver": "^5.5.0"
+ }
+ },
+ "node_modules/babel-preset-react-app/node_modules/@babel/preset-react": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.12.1.tgz",
+ "integrity": "sha512-euCExymHCi0qB9u5fKw7rvlw7AZSjw/NaB9h7EkdTt5+yHRrXdiRTh7fkG3uBPpJg82CqLfp1LHLqWGSCrab+g==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4",
+ "@babel/plugin-transform-react-display-name": "^7.12.1",
+ "@babel/plugin-transform-react-jsx": "^7.12.1",
+ "@babel/plugin-transform-react-jsx-development": "^7.12.1",
+ "@babel/plugin-transform-react-jsx-self": "^7.12.1",
+ "@babel/plugin-transform-react-jsx-source": "^7.12.1",
+ "@babel/plugin-transform-react-pure-annotations": "^7.12.1"
+ }
+ },
+ "node_modules/babel-preset-react-app/node_modules/@babel/runtime": {
+ "version": "7.12.1",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.1.tgz",
+ "integrity": "sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==",
+ "dependencies": {
+ "regenerator-runtime": "^0.13.4"
+ }
+ },
+ "node_modules/babel-runtime": {
+ "version": "6.26.0",
+ "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
+ "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
+ "dependencies": {
+ "core-js": "^2.4.0",
+ "regenerator-runtime": "^0.11.0"
+ }
+ },
+ "node_modules/babel-runtime/node_modules/core-js": {
+ "version": "2.6.12",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
+ "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
+ "hasInstallScript": true
+ },
+ "node_modules/babel-runtime/node_modules/regenerator-runtime": {
+ "version": "0.11.1",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
+ "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg=="
+ },
+ "node_modules/babylon": {
+ "version": "6.18.0",
+ "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz",
+ "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==",
+ "bin": {
+ "babylon": "bin/babylon.js"
+ }
+ },
+ "node_modules/bail": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz",
+ "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ=="
+ },
+ "node_modules/balanced-match": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
+ "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
+ },
+ "node_modules/base": {
+ "version": "0.11.2",
+ "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
+ "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
+ "dependencies": {
+ "cache-base": "^1.0.1",
+ "class-utils": "^0.3.5",
+ "component-emitter": "^1.2.1",
+ "define-property": "^1.0.0",
+ "isobject": "^3.0.1",
+ "mixin-deep": "^1.2.0",
+ "pascalcase": "^0.1.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/base/node_modules/define-property": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
+ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
+ "dependencies": {
+ "is-descriptor": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/base/node_modules/is-accessor-descriptor": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
+ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
+ "dependencies": {
+ "kind-of": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/base/node_modules/is-data-descriptor": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
+ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
+ "dependencies": {
+ "kind-of": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/base/node_modules/is-descriptor": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
+ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
+ "dependencies": {
+ "is-accessor-descriptor": "^1.0.0",
+ "is-data-descriptor": "^1.0.0",
+ "kind-of": "^6.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/base64-js": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA=="
+ },
+ "node_modules/batch": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
+ "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY="
+ },
+ "node_modules/bcrypt-pbkdf": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
+ "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=",
+ "dependencies": {
+ "tweetnacl": "^0.14.3"
+ }
+ },
+ "node_modules/bfj": {
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.0.2.tgz",
+ "integrity": "sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw==",
+ "dependencies": {
+ "bluebird": "^3.5.5",
+ "check-types": "^11.1.1",
+ "hoopy": "^0.1.4",
+ "tryer": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 8.0.0"
+ }
+ },
+ "node_modules/big.js": {
+ "version": "5.2.2",
+ "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
+ "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/binary-extensions": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
+ "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
+ "optional": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/bindings": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
+ "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
+ "optional": true,
+ "dependencies": {
+ "file-uri-to-path": "1.0.0"
+ }
+ },
+ "node_modules/block-stream": {
+ "version": "0.0.9",
+ "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
+ "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=",
+ "dependencies": {
+ "inherits": "~2.0.0"
+ },
+ "engines": {
+ "node": "0.4 || >=0.5.8"
+ }
+ },
+ "node_modules/bluebird": {
+ "version": "3.7.2",
+ "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
+ "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
+ },
+ "node_modules/bn.js": {
+ "version": "5.1.3",
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.3.tgz",
+ "integrity": "sha512-GkTiFpjFtUzU9CbMeJ5iazkCzGL3jrhzerzZIuqLABjbwRaFt33I9tUdSNryIptM+RxDet6OKm2WnLXzW51KsQ=="
+ },
+ "node_modules/body-parser": {
+ "version": "1.19.0",
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz",
+ "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==",
+ "dependencies": {
+ "bytes": "3.1.0",
+ "content-type": "~1.0.4",
+ "debug": "2.6.9",
+ "depd": "~1.1.2",
+ "http-errors": "1.7.2",
+ "iconv-lite": "0.4.24",
+ "on-finished": "~2.3.0",
+ "qs": "6.7.0",
+ "raw-body": "2.4.0",
+ "type-is": "~1.6.17"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/body-parser/node_modules/bytes": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
+ "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/body-parser/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/body-parser/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "node_modules/body-parser/node_modules/qs": {
+ "version": "6.7.0",
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz",
+ "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==",
+ "engines": {
+ "node": ">=0.6"
+ }
+ },
+ "node_modules/bonjour": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz",
+ "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=",
+ "dependencies": {
+ "array-flatten": "^2.1.0",
+ "deep-equal": "^1.0.1",
+ "dns-equal": "^1.0.0",
+ "dns-txt": "^2.0.2",
+ "multicast-dns": "^6.0.1",
+ "multicast-dns-service-types": "^1.1.0"
+ }
+ },
+ "node_modules/boolbase": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
+ "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24="
+ },
+ "node_modules/bootstrap": {
+ "version": "4.6.0",
+ "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.0.tgz",
+ "integrity": "sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw=="
+ },
+ "node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/braces": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
+ "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
+ "dependencies": {
+ "fill-range": "^7.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/brorand": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz",
+ "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8="
+ },
+ "node_modules/browser-process-hrtime": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
+ "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow=="
+ },
+ "node_modules/browserify-aes": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz",
+ "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==",
+ "dependencies": {
+ "buffer-xor": "^1.0.3",
+ "cipher-base": "^1.0.0",
+ "create-hash": "^1.1.0",
+ "evp_bytestokey": "^1.0.3",
+ "inherits": "^2.0.1",
+ "safe-buffer": "^5.0.1"
+ }
+ },
+ "node_modules/browserify-cipher": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz",
+ "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==",
+ "dependencies": {
+ "browserify-aes": "^1.0.4",
+ "browserify-des": "^1.0.0",
+ "evp_bytestokey": "^1.0.0"
+ }
+ },
+ "node_modules/browserify-des": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz",
+ "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==",
+ "dependencies": {
+ "cipher-base": "^1.0.1",
+ "des.js": "^1.0.0",
+ "inherits": "^2.0.1",
+ "safe-buffer": "^5.1.2"
+ }
+ },
+ "node_modules/browserify-rsa": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz",
+ "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==",
+ "dependencies": {
+ "bn.js": "^5.0.0",
+ "randombytes": "^2.0.1"
+ }
+ },
+ "node_modules/browserify-sign": {
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz",
+ "integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==",
+ "dependencies": {
+ "bn.js": "^5.1.1",
+ "browserify-rsa": "^4.0.1",
+ "create-hash": "^1.2.0",
+ "create-hmac": "^1.1.7",
+ "elliptic": "^6.5.3",
+ "inherits": "^2.0.4",
+ "parse-asn1": "^5.1.5",
+ "readable-stream": "^3.6.0",
+ "safe-buffer": "^5.2.0"
+ }
+ },
+ "node_modules/browserify-sign/node_modules/readable-stream": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
+ "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
+ "dependencies": {
+ "inherits": "^2.0.3",
+ "string_decoder": "^1.1.1",
+ "util-deprecate": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/browserify-sign/node_modules/safe-buffer": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
+ },
+ "node_modules/browserify-zlib": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz",
+ "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==",
+ "dependencies": {
+ "pako": "~1.0.5"
+ }
+ },
+ "node_modules/browserslist": {
+ "version": "4.16.1",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.1.tgz",
+ "integrity": "sha512-UXhDrwqsNcpTYJBTZsbGATDxZbiVDsx6UjpmRUmtnP10pr8wAYr5LgFoEFw9ixriQH2mv/NX2SfGzE/o8GndLA==",
+ "dependencies": {
+ "caniuse-lite": "^1.0.30001173",
+ "colorette": "^1.2.1",
+ "electron-to-chromium": "^1.3.634",
+ "escalade": "^3.1.1",
+ "node-releases": "^1.1.69"
+ },
+ "bin": {
+ "browserslist": "cli.js"
+ },
+ "engines": {
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
+ }
+ },
+ "node_modules/bser": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
+ "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
+ "dependencies": {
+ "node-int64": "^0.4.0"
+ }
+ },
+ "node_modules/buffer": {
+ "version": "4.9.2",
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz",
+ "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==",
+ "dependencies": {
+ "base64-js": "^1.0.2",
+ "ieee754": "^1.1.4",
+ "isarray": "^1.0.0"
+ }
+ },
+ "node_modules/buffer-from": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz",
+ "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A=="
+ },
+ "node_modules/buffer-indexof": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz",
+ "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g=="
+ },
+ "node_modules/buffer-xor": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz",
+ "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk="
+ },
+ "node_modules/builtin-modules": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.2.0.tgz",
+ "integrity": "sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/builtin-status-codes": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
+ "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug="
+ },
+ "node_modules/bytes": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
+ "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/cacache": {
+ "version": "15.0.5",
+ "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.0.5.tgz",
+ "integrity": "sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A==",
+ "dependencies": {
+ "@npmcli/move-file": "^1.0.1",
+ "chownr": "^2.0.0",
+ "fs-minipass": "^2.0.0",
+ "glob": "^7.1.4",
+ "infer-owner": "^1.0.4",
+ "lru-cache": "^6.0.0",
+ "minipass": "^3.1.1",
+ "minipass-collect": "^1.0.2",
+ "minipass-flush": "^1.0.5",
+ "minipass-pipeline": "^1.2.2",
+ "mkdirp": "^1.0.3",
+ "p-map": "^4.0.0",
+ "promise-inflight": "^1.0.1",
+ "rimraf": "^3.0.2",
+ "ssri": "^8.0.0",
+ "tar": "^6.0.2",
+ "unique-filename": "^1.1.1"
+ },
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/cacache/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/cacache/node_modules/mkdirp": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
+ "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
+ "bin": {
+ "mkdirp": "bin/cmd.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/cacache/node_modules/rimraf": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
+ "dependencies": {
+ "glob": "^7.1.3"
+ },
+ "bin": {
+ "rimraf": "bin.js"
+ }
+ },
+ "node_modules/cacache/node_modules/tar": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.0.tgz",
+ "integrity": "sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==",
+ "dependencies": {
+ "chownr": "^2.0.0",
+ "fs-minipass": "^2.0.0",
+ "minipass": "^3.0.0",
+ "minizlib": "^2.1.1",
+ "mkdirp": "^1.0.3",
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/cacache/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
+ },
+ "node_modules/cache-base": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
+ "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
+ "dependencies": {
+ "collection-visit": "^1.0.0",
+ "component-emitter": "^1.2.1",
+ "get-value": "^2.0.6",
+ "has-value": "^1.0.0",
+ "isobject": "^3.0.1",
+ "set-value": "^2.0.0",
+ "to-object-path": "^0.3.0",
+ "union-value": "^1.0.0",
+ "unset-value": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/call-bind": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
+ "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
+ "dependencies": {
+ "function-bind": "^1.1.1",
+ "get-intrinsic": "^1.0.2"
+ }
+ },
+ "node_modules/caller-callsite": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz",
+ "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=",
+ "dependencies": {
+ "callsites": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/caller-callsite/node_modules/callsites": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz",
+ "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/caller-path": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz",
+ "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=",
+ "dependencies": {
+ "caller-callsite": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/callsites": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/camel-case": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
+ "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
+ "dependencies": {
+ "pascal-case": "^3.1.2",
+ "tslib": "^2.0.3"
+ }
+ },
+ "node_modules/camel-case/node_modules/tslib": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz",
+ "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A=="
+ },
+ "node_modules/camelcase": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
+ "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/camelcase-keys": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
+ "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
+ "dependencies": {
+ "camelcase": "^2.0.0",
+ "map-obj": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/caniuse-api": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
+ "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
+ "dependencies": {
+ "browserslist": "^4.0.0",
+ "caniuse-lite": "^1.0.0",
+ "lodash.memoize": "^4.1.2",
+ "lodash.uniq": "^4.5.0"
+ }
+ },
+ "node_modules/caniuse-lite": {
+ "version": "1.0.30001179",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001179.tgz",
+ "integrity": "sha512-blMmO0QQujuUWZKyVrD1msR4WNDAqb/UPO1Sw2WWsQ7deoM5bJiicKnWJ1Y0NS/aGINSnKPIWBMw5luX+NDUCA=="
+ },
+ "node_modules/capture-exit": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz",
+ "integrity": "sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==",
+ "dependencies": {
+ "rsvp": "^4.8.4"
+ },
+ "engines": {
+ "node": "6.* || 8.* || >= 10.*"
+ }
+ },
+ "node_modules/case-sensitive-paths-webpack-plugin": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.3.0.tgz",
+ "integrity": "sha512-/4YgnZS8y1UXXmC02xD5rRrBEu6T5ub+mQHLNRj0fzTRbgdBYhsNo2V5EqwgqrExjxsjtF/OpAKAMkKsxbD5XQ==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/caseless": {
+ "version": "0.12.0",
+ "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
+ "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw="
+ },
+ "node_modules/chalk": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
+ "dependencies": {
+ "ansi-styles": "^3.2.1",
+ "escape-string-regexp": "^1.0.5",
+ "supports-color": "^5.3.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/char-regex": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
+ "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/character-entities": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz",
+ "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw=="
+ },
+ "node_modules/character-entities-legacy": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz",
+ "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA=="
+ },
+ "node_modules/character-reference-invalid": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz",
+ "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg=="
+ },
+ "node_modules/check-types": {
+ "version": "11.1.2",
+ "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.1.2.tgz",
+ "integrity": "sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ=="
+ },
+ "node_modules/cheerio": {
+ "version": "1.0.0-rc.5",
+ "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.5.tgz",
+ "integrity": "sha512-yoqps/VCaZgN4pfXtenwHROTp8NG6/Hlt4Jpz2FEP0ZJQ+ZUkVDd0hAPDNKhj3nakpfPt/CNs57yEtxD1bXQiw==",
+ "dependencies": {
+ "cheerio-select-tmp": "^0.1.0",
+ "dom-serializer": "~1.2.0",
+ "domhandler": "^4.0.0",
+ "entities": "~2.1.0",
+ "htmlparser2": "^6.0.0",
+ "parse5": "^6.0.0",
+ "parse5-htmlparser2-tree-adapter": "^6.0.0"
+ },
+ "engines": {
+ "node": ">= 0.12"
+ }
+ },
+ "node_modules/cheerio-select-tmp": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/cheerio-select-tmp/-/cheerio-select-tmp-0.1.1.tgz",
+ "integrity": "sha512-YYs5JvbpU19VYJyj+F7oYrIE2BOll1/hRU7rEy/5+v9BzkSo3bK81iAeeQEMI92vRIxz677m72UmJUiVwwgjfQ==",
+ "dependencies": {
+ "css-select": "^3.1.2",
+ "css-what": "^4.0.0",
+ "domelementtype": "^2.1.0",
+ "domhandler": "^4.0.0",
+ "domutils": "^2.4.4"
+ }
+ },
+ "node_modules/chokidar": {
+ "version": "3.5.1",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz",
+ "integrity": "sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==",
+ "optional": true,
+ "dependencies": {
+ "anymatch": "~3.1.1",
+ "braces": "~3.0.2",
+ "fsevents": "~2.3.1",
+ "glob-parent": "~5.1.0",
+ "is-binary-path": "~2.1.0",
+ "is-glob": "~4.0.1",
+ "normalize-path": "~3.0.0",
+ "readdirp": "~3.5.0"
+ },
+ "engines": {
+ "node": ">= 8.10.0"
+ }
+ },
+ "node_modules/chownr": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
+ "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/chrome-trace-event": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz",
+ "integrity": "sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ==",
+ "dependencies": {
+ "tslib": "^1.9.0"
+ },
+ "engines": {
+ "node": ">=6.0"
+ }
+ },
+ "node_modules/ci-info": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz",
+ "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ=="
+ },
+ "node_modules/cipher-base": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz",
+ "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==",
+ "dependencies": {
+ "inherits": "^2.0.1",
+ "safe-buffer": "^5.0.1"
+ }
+ },
+ "node_modules/cjs-module-lexer": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz",
+ "integrity": "sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw=="
+ },
+ "node_modules/class-utils": {
+ "version": "0.3.6",
+ "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
+ "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
+ "dependencies": {
+ "arr-union": "^3.1.0",
+ "define-property": "^0.2.5",
+ "isobject": "^3.0.0",
+ "static-extend": "^0.1.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/class-utils/node_modules/define-property": {
+ "version": "0.2.5",
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
+ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
+ "dependencies": {
+ "is-descriptor": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/classnames": {
+ "version": "2.2.6",
+ "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz",
+ "integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q=="
+ },
+ "node_modules/clean-css": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.3.tgz",
+ "integrity": "sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==",
+ "dependencies": {
+ "source-map": "~0.6.0"
+ },
+ "engines": {
+ "node": ">= 4.0"
+ }
+ },
+ "node_modules/clean-stack": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
+ "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/cliui": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz",
+ "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==",
+ "dependencies": {
+ "string-width": "^3.1.0",
+ "strip-ansi": "^5.2.0",
+ "wrap-ansi": "^5.1.0"
+ }
+ },
+ "node_modules/cliui/node_modules/is-fullwidth-code-point": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
+ "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/cliui/node_modules/string-width": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
+ "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
+ "dependencies": {
+ "emoji-regex": "^7.0.1",
+ "is-fullwidth-code-point": "^2.0.0",
+ "strip-ansi": "^5.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/cliui/node_modules/strip-ansi": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
+ "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
+ "dependencies": {
+ "ansi-regex": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/clone-deep": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz",
+ "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==",
+ "dependencies": {
+ "is-plain-object": "^2.0.4",
+ "kind-of": "^6.0.2",
+ "shallow-clone": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/co": {
+ "version": "4.6.0",
+ "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
+ "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=",
+ "engines": {
+ "iojs": ">= 1.0.0",
+ "node": ">= 0.12.0"
+ }
+ },
+ "node_modules/coa": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz",
+ "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==",
+ "dependencies": {
+ "@types/q": "^1.5.1",
+ "chalk": "^2.4.1",
+ "q": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 4.0"
+ }
+ },
+ "node_modules/code-point-at": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
+ "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/collapse-white-space": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.6.tgz",
+ "integrity": "sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ=="
+ },
+ "node_modules/collect-v8-coverage": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz",
+ "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg=="
+ },
+ "node_modules/collection-visit": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
+ "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=",
+ "dependencies": {
+ "map-visit": "^1.0.0",
+ "object-visit": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/color": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/color/-/color-3.1.3.tgz",
+ "integrity": "sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ==",
+ "dependencies": {
+ "color-convert": "^1.9.1",
+ "color-string": "^1.5.4"
+ }
+ },
+ "node_modules/color-convert": {
+ "version": "1.9.3",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
+ "dependencies": {
+ "color-name": "1.1.3"
+ }
+ },
+ "node_modules/color-name": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
+ "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
+ },
+ "node_modules/color-string": {
+ "version": "1.5.4",
+ "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.5.4.tgz",
+ "integrity": "sha512-57yF5yt8Xa3czSEW1jfQDE79Idk0+AkN/4KWad6tbdxUmAs3MvjxlWSWD4deYytcRfoZ9nhKyFl1kj5tBvidbw==",
+ "dependencies": {
+ "color-name": "^1.0.0",
+ "simple-swizzle": "^0.2.2"
+ }
+ },
+ "node_modules/colorette": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.1.tgz",
+ "integrity": "sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw=="
+ },
+ "node_modules/combined-stream": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
+ "dependencies": {
+ "delayed-stream": "~1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/commander": {
+ "version": "2.20.3",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
+ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
+ },
+ "node_modules/common-tags": {
+ "version": "1.8.0",
+ "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.0.tgz",
+ "integrity": "sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw==",
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/commondir": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
+ "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs="
+ },
+ "node_modules/component-emitter": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz",
+ "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg=="
+ },
+ "node_modules/compose-function": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/compose-function/-/compose-function-3.0.3.tgz",
+ "integrity": "sha1-ntZ18TzFRQHTCVCkhv9qe6OrGF8=",
+ "dependencies": {
+ "arity-n": "^1.0.4"
+ }
+ },
+ "node_modules/compressible": {
+ "version": "2.0.18",
+ "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
+ "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
+ "dependencies": {
+ "mime-db": ">= 1.43.0 < 2"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/compression": {
+ "version": "1.7.4",
+ "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
+ "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
+ "dependencies": {
+ "accepts": "~1.3.5",
+ "bytes": "3.0.0",
+ "compressible": "~2.0.16",
+ "debug": "2.6.9",
+ "on-headers": "~1.0.2",
+ "safe-buffer": "5.1.2",
+ "vary": "~1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/compression/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/compression/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "node_modules/concat-map": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
+ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
+ },
+ "node_modules/concat-stream": {
+ "version": "1.6.2",
+ "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
+ "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==",
+ "engines": [
+ "node >= 0.8"
+ ],
+ "dependencies": {
+ "buffer-from": "^1.0.0",
+ "inherits": "^2.0.3",
+ "readable-stream": "^2.2.2",
+ "typedarray": "^0.0.6"
+ }
+ },
+ "node_modules/confusing-browser-globals": {
+ "version": "1.0.10",
+ "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz",
+ "integrity": "sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA=="
+ },
+ "node_modules/connect-history-api-fallback": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz",
+ "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==",
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
+ "node_modules/console-browserify": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz",
+ "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA=="
+ },
+ "node_modules/console-control-strings": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
+ "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4="
+ },
+ "node_modules/constants-browserify": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz",
+ "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U="
+ },
+ "node_modules/contains-path": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz",
+ "integrity": "sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/content-disposition": {
+ "version": "0.5.3",
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
+ "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==",
+ "dependencies": {
+ "safe-buffer": "5.1.2"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/content-type": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
+ "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/convert-source-map": {
+ "version": "1.7.0",
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz",
+ "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==",
+ "dependencies": {
+ "safe-buffer": "~5.1.1"
+ }
+ },
+ "node_modules/cookie": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz",
+ "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/cookie-signature": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
+ "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw="
+ },
+ "node_modules/copy-concurrently": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz",
+ "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==",
+ "dependencies": {
+ "aproba": "^1.1.1",
+ "fs-write-stream-atomic": "^1.0.8",
+ "iferr": "^0.1.5",
+ "mkdirp": "^0.5.1",
+ "rimraf": "^2.5.4",
+ "run-queue": "^1.0.0"
+ }
+ },
+ "node_modules/copy-descriptor": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
+ "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/core-js": {
+ "version": "3.8.3",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.3.tgz",
+ "integrity": "sha512-KPYXeVZYemC2TkNEkX/01I+7yd+nX3KddKwZ1Ww7SKWdI2wQprSgLmrTddT8nw92AjEklTsPBoSdQBhbI1bQ6Q==",
+ "hasInstallScript": true
+ },
+ "node_modules/core-js-compat": {
+ "version": "3.8.3",
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.8.3.tgz",
+ "integrity": "sha512-1sCb0wBXnBIL16pfFG1Gkvei6UzvKyTNYpiC41yrdjEv0UoJoq9E/abTMzyYJ6JpTkAj15dLjbqifIzEBDVvog==",
+ "dependencies": {
+ "browserslist": "^4.16.1",
+ "semver": "7.0.0"
+ }
+ },
+ "node_modules/core-js-compat/node_modules/semver": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
+ "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==",
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/core-js-pure": {
+ "version": "3.8.3",
+ "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.8.3.tgz",
+ "integrity": "sha512-V5qQZVAr9K0xu7jXg1M7qTEwuxUgqr7dUOezGaNa7i+Xn9oXAU/d1fzqD9ObuwpVQOaorO5s70ckyi1woP9lVA==",
+ "hasInstallScript": true
+ },
+ "node_modules/core-util-is": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
+ "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
+ },
+ "node_modules/cosmiconfig": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz",
+ "integrity": "sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==",
+ "dependencies": {
+ "@types/parse-json": "^4.0.0",
+ "import-fresh": "^3.2.1",
+ "parse-json": "^5.0.0",
+ "path-type": "^4.0.0",
+ "yaml": "^1.10.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/cosmiconfig/node_modules/parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/cosmiconfig/node_modules/path-type": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/create-ecdh": {
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz",
+ "integrity": "sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==",
+ "dependencies": {
+ "bn.js": "^4.1.0",
+ "elliptic": "^6.5.3"
+ }
+ },
+ "node_modules/create-ecdh/node_modules/bn.js": {
+ "version": "4.11.9",
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz",
+ "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw=="
+ },
+ "node_modules/create-hash": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz",
+ "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==",
+ "dependencies": {
+ "cipher-base": "^1.0.1",
+ "inherits": "^2.0.1",
+ "md5.js": "^1.3.4",
+ "ripemd160": "^2.0.1",
+ "sha.js": "^2.4.0"
+ }
+ },
+ "node_modules/create-hmac": {
+ "version": "1.1.7",
+ "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz",
+ "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==",
+ "dependencies": {
+ "cipher-base": "^1.0.3",
+ "create-hash": "^1.1.0",
+ "inherits": "^2.0.1",
+ "ripemd160": "^2.0.0",
+ "safe-buffer": "^5.0.1",
+ "sha.js": "^2.4.8"
+ }
+ },
+ "node_modules/create-react-context": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/create-react-context/-/create-react-context-0.3.0.tgz",
+ "integrity": "sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw==",
+ "dependencies": {
+ "gud": "^1.0.0",
+ "warning": "^4.0.3"
+ }
+ },
+ "node_modules/cross-spawn": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
+ "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=",
+ "dependencies": {
+ "lru-cache": "^4.0.1",
+ "which": "^1.2.9"
+ }
+ },
+ "node_modules/crypto-browserify": {
+ "version": "3.12.0",
+ "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz",
+ "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==",
+ "dependencies": {
+ "browserify-cipher": "^1.0.0",
+ "browserify-sign": "^4.0.0",
+ "create-ecdh": "^4.0.0",
+ "create-hash": "^1.1.0",
+ "create-hmac": "^1.1.0",
+ "diffie-hellman": "^5.0.0",
+ "inherits": "^2.0.1",
+ "pbkdf2": "^3.0.3",
+ "public-encrypt": "^4.0.0",
+ "randombytes": "^2.0.0",
+ "randomfill": "^1.0.3"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/crypto-random-string": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz",
+ "integrity": "sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/css": {
+ "version": "2.2.4",
+ "resolved": "https://registry.npmjs.org/css/-/css-2.2.4.tgz",
+ "integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==",
+ "dependencies": {
+ "inherits": "^2.0.3",
+ "source-map": "^0.6.1",
+ "source-map-resolve": "^0.5.2",
+ "urix": "^0.1.0"
+ }
+ },
+ "node_modules/css-blank-pseudo": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-0.1.4.tgz",
+ "integrity": "sha512-LHz35Hr83dnFeipc7oqFDmsjHdljj3TQtxGGiNWSOsTLIAubSm4TEz8qCaKFpk7idaQ1GfWscF4E6mgpBysA1w==",
+ "dependencies": {
+ "postcss": "^7.0.5"
+ },
+ "bin": {
+ "css-blank-pseudo": "cli.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/css-color-names": {
+ "version": "0.0.4",
+ "resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz",
+ "integrity": "sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=",
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/css-declaration-sorter": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz",
+ "integrity": "sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==",
+ "dependencies": {
+ "postcss": "^7.0.1",
+ "timsort": "^0.3.0"
+ },
+ "engines": {
+ "node": ">4"
+ }
+ },
+ "node_modules/css-has-pseudo": {
+ "version": "0.10.0",
+ "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-0.10.0.tgz",
+ "integrity": "sha512-Z8hnfsZu4o/kt+AuFzeGpLVhFOGO9mluyHBaA2bA8aCGTwah5sT3WV/fTHH8UNZUytOIImuGPrl/prlb4oX4qQ==",
+ "dependencies": {
+ "postcss": "^7.0.6",
+ "postcss-selector-parser": "^5.0.0-rc.4"
+ },
+ "bin": {
+ "css-has-pseudo": "cli.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/css-has-pseudo/node_modules/cssesc": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz",
+ "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==",
+ "bin": {
+ "cssesc": "bin/cssesc"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/css-has-pseudo/node_modules/postcss-selector-parser": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz",
+ "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==",
+ "dependencies": {
+ "cssesc": "^2.0.0",
+ "indexes-of": "^1.0.1",
+ "uniq": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/css-loader": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-4.3.0.tgz",
+ "integrity": "sha512-rdezjCjScIrsL8BSYszgT4s476IcNKt6yX69t0pHjJVnPUTDpn4WfIpDQTN3wCJvUvfsz/mFjuGOekf3PY3NUg==",
+ "dependencies": {
+ "camelcase": "^6.0.0",
+ "cssesc": "^3.0.0",
+ "icss-utils": "^4.1.1",
+ "loader-utils": "^2.0.0",
+ "postcss": "^7.0.32",
+ "postcss-modules-extract-imports": "^2.0.0",
+ "postcss-modules-local-by-default": "^3.0.3",
+ "postcss-modules-scope": "^2.2.0",
+ "postcss-modules-values": "^3.0.0",
+ "postcss-value-parser": "^4.1.0",
+ "schema-utils": "^2.7.1",
+ "semver": "^7.3.2"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/css-loader/node_modules/camelcase": {
+ "version": "6.2.0",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz",
+ "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/css-loader/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/css-loader/node_modules/semver": {
+ "version": "7.3.4",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz",
+ "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==",
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/css-loader/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
+ },
+ "node_modules/css-prefers-color-scheme": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-3.1.1.tgz",
+ "integrity": "sha512-MTu6+tMs9S3EUqzmqLXEcgNRbNkkD/TGFvowpeoWJn5Vfq7FMgsmRQs9X5NXAURiOBmOxm/lLjsDNXDE6k9bhg==",
+ "dependencies": {
+ "postcss": "^7.0.5"
+ },
+ "bin": {
+ "css-prefers-color-scheme": "cli.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/css-select": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/css-select/-/css-select-3.1.2.tgz",
+ "integrity": "sha512-qmss1EihSuBNWNNhHjxzxSfJoFBM/lERB/Q4EnsJQQC62R2evJDW481091oAdOr9uh46/0n4nrg0It5cAnj1RA==",
+ "dependencies": {
+ "boolbase": "^1.0.0",
+ "css-what": "^4.0.0",
+ "domhandler": "^4.0.0",
+ "domutils": "^2.4.3",
+ "nth-check": "^2.0.0"
+ }
+ },
+ "node_modules/css-select-base-adapter": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz",
+ "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w=="
+ },
+ "node_modules/css-tree": {
+ "version": "1.0.0-alpha.37",
+ "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
+ "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==",
+ "dependencies": {
+ "mdn-data": "2.0.4",
+ "source-map": "^0.6.1"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/css-what": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/css-what/-/css-what-4.0.0.tgz",
+ "integrity": "sha512-teijzG7kwYfNVsUh2H/YN62xW3KK9YhXEgSlbxMlcyjPNvdKJqFx5lrwlJgoFP1ZHlB89iGDlo/JyshKeRhv5A==",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/css.escape": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz",
+ "integrity": "sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s="
+ },
+ "node_modules/cssdb": {
+ "version": "4.4.0",
+ "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-4.4.0.tgz",
+ "integrity": "sha512-LsTAR1JPEM9TpGhl/0p3nQecC2LJ0kD8X5YARu1hk/9I1gril5vDtMZyNxcEpxxDj34YNck/ucjuoUd66K03oQ=="
+ },
+ "node_modules/cssesc": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
+ "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
+ "bin": {
+ "cssesc": "bin/cssesc"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/cssnano": {
+ "version": "4.1.10",
+ "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-4.1.10.tgz",
+ "integrity": "sha512-5wny+F6H4/8RgNlaqab4ktc3e0/blKutmq8yNlBFXA//nSFFAqAngjNVRzUvCgYROULmZZUoosL/KSoZo5aUaQ==",
+ "dependencies": {
+ "cosmiconfig": "^5.0.0",
+ "cssnano-preset-default": "^4.0.7",
+ "is-resolvable": "^1.0.0",
+ "postcss": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/cssnano-preset-default": {
+ "version": "4.0.7",
+ "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-4.0.7.tgz",
+ "integrity": "sha512-x0YHHx2h6p0fCl1zY9L9roD7rnlltugGu7zXSKQx6k2rYw0Hi3IqxcoAGF7u9Q5w1nt7vK0ulxV8Lo+EvllGsA==",
+ "dependencies": {
+ "css-declaration-sorter": "^4.0.1",
+ "cssnano-util-raw-cache": "^4.0.1",
+ "postcss": "^7.0.0",
+ "postcss-calc": "^7.0.1",
+ "postcss-colormin": "^4.0.3",
+ "postcss-convert-values": "^4.0.1",
+ "postcss-discard-comments": "^4.0.2",
+ "postcss-discard-duplicates": "^4.0.2",
+ "postcss-discard-empty": "^4.0.1",
+ "postcss-discard-overridden": "^4.0.1",
+ "postcss-merge-longhand": "^4.0.11",
+ "postcss-merge-rules": "^4.0.3",
+ "postcss-minify-font-values": "^4.0.2",
+ "postcss-minify-gradients": "^4.0.2",
+ "postcss-minify-params": "^4.0.2",
+ "postcss-minify-selectors": "^4.0.2",
+ "postcss-normalize-charset": "^4.0.1",
+ "postcss-normalize-display-values": "^4.0.2",
+ "postcss-normalize-positions": "^4.0.2",
+ "postcss-normalize-repeat-style": "^4.0.2",
+ "postcss-normalize-string": "^4.0.2",
+ "postcss-normalize-timing-functions": "^4.0.2",
+ "postcss-normalize-unicode": "^4.0.1",
+ "postcss-normalize-url": "^4.0.1",
+ "postcss-normalize-whitespace": "^4.0.2",
+ "postcss-ordered-values": "^4.1.2",
+ "postcss-reduce-initial": "^4.0.3",
+ "postcss-reduce-transforms": "^4.0.2",
+ "postcss-svgo": "^4.0.2",
+ "postcss-unique-selectors": "^4.0.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/cssnano-util-get-arguments": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz",
+ "integrity": "sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8=",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/cssnano-util-get-match": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz",
+ "integrity": "sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0=",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/cssnano-util-raw-cache": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz",
+ "integrity": "sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==",
+ "dependencies": {
+ "postcss": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/cssnano-util-same-parent": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz",
+ "integrity": "sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q==",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/cssnano/node_modules/cosmiconfig": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz",
+ "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==",
+ "dependencies": {
+ "import-fresh": "^2.0.0",
+ "is-directory": "^0.3.1",
+ "js-yaml": "^3.13.1",
+ "parse-json": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/cssnano/node_modules/import-fresh": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz",
+ "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=",
+ "dependencies": {
+ "caller-path": "^2.0.0",
+ "resolve-from": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/cssnano/node_modules/parse-json": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
+ "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
+ "dependencies": {
+ "error-ex": "^1.3.1",
+ "json-parse-better-errors": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/cssnano/node_modules/resolve-from": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
+ "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/csso": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz",
+ "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
+ "dependencies": {
+ "css-tree": "^1.1.2"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/csso/node_modules/css-tree": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.2.tgz",
+ "integrity": "sha512-wCoWush5Aeo48GLhfHPbmvZs59Z+M7k5+B1xDnXbdWNcEF423DoFdqSWE0PM5aNk5nI5cp1q7ms36zGApY/sKQ==",
+ "dependencies": {
+ "mdn-data": "2.0.14",
+ "source-map": "^0.6.1"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/csso/node_modules/mdn-data": {
+ "version": "2.0.14",
+ "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
+ "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
+ },
+ "node_modules/cssom": {
+ "version": "0.4.4",
+ "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
+ "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw=="
+ },
+ "node_modules/cssstyle": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
+ "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
+ "dependencies": {
+ "cssom": "~0.3.6"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/cssstyle/node_modules/cssom": {
+ "version": "0.3.8",
+ "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
+ "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg=="
+ },
+ "node_modules/csstype": {
+ "version": "3.0.6",
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.6.tgz",
+ "integrity": "sha512-+ZAmfyWMT7TiIlzdqJgjMb7S4f1beorDbWbsocyK4RaiqA5RTX3K14bnBWmmA9QEM0gRdsjyyrEmcyga8Zsxmw=="
+ },
+ "node_modules/currently-unhandled": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
+ "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
+ "dependencies": {
+ "array-find-index": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/cyclist": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz",
+ "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk="
+ },
+ "node_modules/d": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz",
+ "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==",
+ "dependencies": {
+ "es5-ext": "^0.10.50",
+ "type": "^1.0.1"
+ }
+ },
+ "node_modules/damerau-levenshtein": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.6.tgz",
+ "integrity": "sha512-JVrozIeElnj3QzfUIt8tB8YMluBJom4Vw9qTPpjGYQ9fYlB3D/rb6OordUxf3xeFB35LKWs0xqcO5U6ySvBtug=="
+ },
+ "node_modules/dashdash": {
+ "version": "1.14.1",
+ "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
+ "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
+ "dependencies": {
+ "assert-plus": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
+ "node_modules/data-urls": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
+ "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",
+ "dependencies": {
+ "abab": "^2.0.3",
+ "whatwg-mimetype": "^2.3.0",
+ "whatwg-url": "^8.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/debug": {
+ "version": "4.3.1",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz",
+ "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
+ "dependencies": {
+ "ms": "2.1.2"
+ },
+ "engines": {
+ "node": ">=6.0"
+ }
+ },
+ "node_modules/decamelize": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
+ "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/decimal.js": {
+ "version": "10.2.1",
+ "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.1.tgz",
+ "integrity": "sha512-KaL7+6Fw6i5A2XSnsbhm/6B+NuEA7TZ4vqxnd5tXz9sbKtrN9Srj8ab4vKVdK8YAqZO9P1kg45Y6YLoduPf+kw=="
+ },
+ "node_modules/decode-uri-component": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
+ "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=",
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
+ "node_modules/dedent": {
+ "version": "0.7.0",
+ "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
+ "integrity": "sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw="
+ },
+ "node_modules/deep-equal": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz",
+ "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==",
+ "dependencies": {
+ "is-arguments": "^1.0.4",
+ "is-date-object": "^1.0.1",
+ "is-regex": "^1.0.4",
+ "object-is": "^1.0.1",
+ "object-keys": "^1.1.1",
+ "regexp.prototype.flags": "^1.2.0"
+ }
+ },
+ "node_modules/deep-is": {
+ "version": "0.1.3",
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz",
+ "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ="
+ },
+ "node_modules/deepmerge": {
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz",
+ "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/default-gateway": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-4.2.0.tgz",
+ "integrity": "sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==",
+ "dependencies": {
+ "execa": "^1.0.0",
+ "ip-regex": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/define-properties": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
+ "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==",
+ "dependencies": {
+ "object-keys": "^1.0.12"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/define-property": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
+ "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
+ "dependencies": {
+ "is-descriptor": "^1.0.2",
+ "isobject": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/define-property/node_modules/is-accessor-descriptor": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
+ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
+ "dependencies": {
+ "kind-of": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/define-property/node_modules/is-data-descriptor": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
+ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
+ "dependencies": {
+ "kind-of": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/define-property/node_modules/is-descriptor": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
+ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
+ "dependencies": {
+ "is-accessor-descriptor": "^1.0.0",
+ "is-data-descriptor": "^1.0.0",
+ "kind-of": "^6.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/del": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz",
+ "integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==",
+ "dependencies": {
+ "@types/glob": "^7.1.1",
+ "globby": "^6.1.0",
+ "is-path-cwd": "^2.0.0",
+ "is-path-in-cwd": "^2.0.0",
+ "p-map": "^2.0.0",
+ "pify": "^4.0.1",
+ "rimraf": "^2.6.3"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/del/node_modules/p-map": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz",
+ "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/del/node_modules/pify": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
+ "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/delayed-stream": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
+ "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/delegates": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
+ "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o="
+ },
+ "node_modules/depd": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
+ "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/des.js": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz",
+ "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==",
+ "dependencies": {
+ "inherits": "^2.0.1",
+ "minimalistic-assert": "^1.0.0"
+ }
+ },
+ "node_modules/destroy": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
+ "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA="
+ },
+ "node_modules/detect-newline": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
+ "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/detect-node": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.4.tgz",
+ "integrity": "sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw=="
+ },
+ "node_modules/detect-port-alt": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz",
+ "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==",
+ "dependencies": {
+ "address": "^1.0.1",
+ "debug": "^2.6.0"
+ },
+ "bin": {
+ "detect": "bin/detect-port",
+ "detect-port": "bin/detect-port"
+ },
+ "engines": {
+ "node": ">= 4.2.1"
+ }
+ },
+ "node_modules/detect-port-alt/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/detect-port-alt/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "node_modules/diff-sequences": {
+ "version": "24.9.0",
+ "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-24.9.0.tgz",
+ "integrity": "sha512-Dj6Wk3tWyTE+Fo1rW8v0Xhwk80um6yFYKbuAxc9c3EZxIHFDYwbi34Uk42u1CdnIiVorvt4RmlSDjIPyzGC2ew==",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/diffie-hellman": {
+ "version": "5.0.3",
+ "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz",
+ "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==",
+ "dependencies": {
+ "bn.js": "^4.1.0",
+ "miller-rabin": "^4.0.0",
+ "randombytes": "^2.0.0"
+ }
+ },
+ "node_modules/diffie-hellman/node_modules/bn.js": {
+ "version": "4.11.9",
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz",
+ "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw=="
+ },
+ "node_modules/dir-glob": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
+ "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
+ "dependencies": {
+ "path-type": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/dir-glob/node_modules/path-type": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/discontinuous-range": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/discontinuous-range/-/discontinuous-range-1.0.0.tgz",
+ "integrity": "sha1-44Mx8IRLukm5qctxx3FYWqsbxlo="
+ },
+ "node_modules/dns-equal": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz",
+ "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0="
+ },
+ "node_modules/dns-packet": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz",
+ "integrity": "sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==",
+ "dependencies": {
+ "ip": "^1.1.0",
+ "safe-buffer": "^5.0.1"
+ }
+ },
+ "node_modules/dns-txt": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz",
+ "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=",
+ "dependencies": {
+ "buffer-indexof": "^1.0.0"
+ }
+ },
+ "node_modules/doctrine": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
+ "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
+ "dependencies": {
+ "esutils": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/dom-accessibility-api": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.3.0.tgz",
+ "integrity": "sha512-PzwHEmsRP3IGY4gv/Ug+rMeaTIyTJvadCb+ujYXYeIylbHJezIyNToe8KfEgHTCEYyC+/bUghYOGg8yMGlZ6vA=="
+ },
+ "node_modules/dom-converter": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz",
+ "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==",
+ "dependencies": {
+ "utila": "~0.4"
+ }
+ },
+ "node_modules/dom-helpers": {
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-3.4.0.tgz",
+ "integrity": "sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA==",
+ "dependencies": {
+ "@babel/runtime": "^7.1.2"
+ }
+ },
+ "node_modules/dom-serializer": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.2.0.tgz",
+ "integrity": "sha512-n6kZFH/KlCrqs/1GHMOd5i2fd/beQHuehKdWvNNffbGHTr/almdhuVvTVFb3V7fglz+nC50fFusu3lY33h12pA==",
+ "dependencies": {
+ "domelementtype": "^2.0.1",
+ "domhandler": "^4.0.0",
+ "entities": "^2.0.0"
+ }
+ },
+ "node_modules/domain-browser": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz",
+ "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==",
+ "engines": {
+ "node": ">=0.4",
+ "npm": ">=1.2"
+ }
+ },
+ "node_modules/domelementtype": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.1.0.tgz",
+ "integrity": "sha512-LsTgx/L5VpD+Q8lmsXSHW2WpA+eBlZ9HPf3erD1IoPF00/3JKHZ3BknUVA2QGDNu69ZNmyFmCWBSO45XjYKC5w=="
+ },
+ "node_modules/domexception": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
+ "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",
+ "dependencies": {
+ "webidl-conversions": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/domexception/node_modules/webidl-conversions": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
+ "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/domhandler": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.0.0.tgz",
+ "integrity": "sha512-KPTbnGQ1JeEMQyO1iYXoagsI6so/C96HZiFyByU3T6iAzpXn8EGEvct6unm1ZGoed8ByO2oirxgwxBmqKF9haA==",
+ "dependencies": {
+ "domelementtype": "^2.1.0"
+ },
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/domutils": {
+ "version": "2.4.4",
+ "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.4.4.tgz",
+ "integrity": "sha512-jBC0vOsECI4OMdD0GC9mGn7NXPLb+Qt6KW1YDQzeQYRUFKmNG8lh7mO5HiELfr+lLQE7loDVI4QcAxV80HS+RA==",
+ "dependencies": {
+ "dom-serializer": "^1.0.1",
+ "domelementtype": "^2.0.1",
+ "domhandler": "^4.0.0"
+ }
+ },
+ "node_modules/dot-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
+ "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
+ "dependencies": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
+ "node_modules/dot-case/node_modules/tslib": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz",
+ "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A=="
+ },
+ "node_modules/dot-prop": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz",
+ "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==",
+ "dependencies": {
+ "is-obj": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/dotenv": {
+ "version": "8.2.0",
+ "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.2.0.tgz",
+ "integrity": "sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/dotenv-expand": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz",
+ "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA=="
+ },
+ "node_modules/duplexer": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
+ "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
+ },
+ "node_modules/duplexify": {
+ "version": "3.7.1",
+ "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz",
+ "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==",
+ "dependencies": {
+ "end-of-stream": "^1.0.0",
+ "inherits": "^2.0.1",
+ "readable-stream": "^2.0.0",
+ "stream-shift": "^1.0.0"
+ }
+ },
+ "node_modules/ecc-jsbn": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
+ "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=",
+ "dependencies": {
+ "jsbn": "~0.1.0",
+ "safer-buffer": "^2.1.0"
+ }
+ },
+ "node_modules/ee-first": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
+ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
+ },
+ "node_modules/ejs": {
+ "version": "2.7.4",
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-2.7.4.tgz",
+ "integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==",
+ "hasInstallScript": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/electron-to-chromium": {
+ "version": "1.3.642",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.642.tgz",
+ "integrity": "sha512-cev+jOrz/Zm1i+Yh334Hed6lQVOkkemk2wRozfMF4MtTR7pxf3r3L5Rbd7uX1zMcEqVJ7alJBnJL7+JffkC6FQ=="
+ },
+ "node_modules/elliptic": {
+ "version": "6.5.4",
+ "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz",
+ "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==",
+ "dependencies": {
+ "bn.js": "^4.11.9",
+ "brorand": "^1.1.0",
+ "hash.js": "^1.0.0",
+ "hmac-drbg": "^1.0.1",
+ "inherits": "^2.0.4",
+ "minimalistic-assert": "^1.0.1",
+ "minimalistic-crypto-utils": "^1.0.1"
+ }
+ },
+ "node_modules/elliptic/node_modules/bn.js": {
+ "version": "4.12.0",
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
+ "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA=="
+ },
+ "node_modules/email-addresses": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/email-addresses/-/email-addresses-3.1.0.tgz",
+ "integrity": "sha512-k0/r7GrWVL32kZlGwfPNgB2Y/mMXVTq/decgLczm/j34whdaspNrZO8CnXPf1laaHxI6ptUlsnAxN+UAPw+fzg=="
+ },
+ "node_modules/emittery": {
+ "version": "0.7.2",
+ "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.7.2.tgz",
+ "integrity": "sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/emoji-regex": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
+ "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA=="
+ },
+ "node_modules/emojis-list": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
+ "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/encodeurl": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
+ "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/end-of-stream": {
+ "version": "1.4.4",
+ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
+ "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
+ "dependencies": {
+ "once": "^1.4.0"
+ }
+ },
+ "node_modules/enhanced-resolve": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz",
+ "integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==",
+ "dependencies": {
+ "graceful-fs": "^4.1.2",
+ "memory-fs": "^0.5.0",
+ "tapable": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/enhanced-resolve/node_modules/memory-fs": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz",
+ "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==",
+ "dependencies": {
+ "errno": "^0.1.3",
+ "readable-stream": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=4.3.0 <5.0.0 || >=5.10"
+ }
+ },
+ "node_modules/enquirer": {
+ "version": "2.3.6",
+ "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz",
+ "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==",
+ "dependencies": {
+ "ansi-colors": "^4.1.1"
+ },
+ "engines": {
+ "node": ">=8.6"
+ }
+ },
+ "node_modules/entities": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz",
+ "integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w=="
+ },
+ "node_modules/enzyme": {
+ "version": "3.11.0",
+ "resolved": "https://registry.npmjs.org/enzyme/-/enzyme-3.11.0.tgz",
+ "integrity": "sha512-Dw8/Gs4vRjxY6/6i9wU0V+utmQO9kvh9XLnz3LIudviOnVYDEe2ec+0k+NQoMamn1VrjKgCUOWj5jG/5M5M0Qw==",
+ "dependencies": {
+ "array.prototype.flat": "^1.2.3",
+ "cheerio": "^1.0.0-rc.3",
+ "enzyme-shallow-equal": "^1.0.1",
+ "function.prototype.name": "^1.1.2",
+ "has": "^1.0.3",
+ "html-element-map": "^1.2.0",
+ "is-boolean-object": "^1.0.1",
+ "is-callable": "^1.1.5",
+ "is-number-object": "^1.0.4",
+ "is-regex": "^1.0.5",
+ "is-string": "^1.0.5",
+ "is-subset": "^0.1.1",
+ "lodash.escape": "^4.0.1",
+ "lodash.isequal": "^4.5.0",
+ "object-inspect": "^1.7.0",
+ "object-is": "^1.0.2",
+ "object.assign": "^4.1.0",
+ "object.entries": "^1.1.1",
+ "object.values": "^1.1.1",
+ "raf": "^3.4.1",
+ "rst-selector-parser": "^2.2.3",
+ "string.prototype.trim": "^1.2.1"
+ }
+ },
+ "node_modules/enzyme-adapter-react-16": {
+ "version": "1.15.6",
+ "resolved": "https://registry.npmjs.org/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.15.6.tgz",
+ "integrity": "sha512-yFlVJCXh8T+mcQo8M6my9sPgeGzj85HSHi6Apgf1Cvq/7EL/J9+1JoJmJsRxZgyTvPMAqOEpRSu/Ii/ZpyOk0g==",
+ "dependencies": {
+ "enzyme-adapter-utils": "^1.14.0",
+ "enzyme-shallow-equal": "^1.0.4",
+ "has": "^1.0.3",
+ "object.assign": "^4.1.2",
+ "object.values": "^1.1.2",
+ "prop-types": "^15.7.2",
+ "react-is": "^16.13.1",
+ "react-test-renderer": "^16.0.0-0",
+ "semver": "^5.7.0"
+ }
+ },
+ "node_modules/enzyme-adapter-utils": {
+ "version": "1.14.0",
+ "resolved": "https://registry.npmjs.org/enzyme-adapter-utils/-/enzyme-adapter-utils-1.14.0.tgz",
+ "integrity": "sha512-F/z/7SeLt+reKFcb7597IThpDp0bmzcH1E9Oabqv+o01cID2/YInlqHbFl7HzWBl4h3OdZYedtwNDOmSKkk0bg==",
+ "dependencies": {
+ "airbnb-prop-types": "^2.16.0",
+ "function.prototype.name": "^1.1.3",
+ "has": "^1.0.3",
+ "object.assign": "^4.1.2",
+ "object.fromentries": "^2.0.3",
+ "prop-types": "^15.7.2",
+ "semver": "^5.7.1"
+ }
+ },
+ "node_modules/enzyme-shallow-equal": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.4.tgz",
+ "integrity": "sha512-MttIwB8kKxypwHvRynuC3ahyNc+cFbR8mjVIltnmzQ0uKGqmsfO4bfBuLxb0beLNPhjblUEYvEbsg+VSygvF1Q==",
+ "dependencies": {
+ "has": "^1.0.3",
+ "object-is": "^1.1.2"
+ }
+ },
+ "node_modules/errno": {
+ "version": "0.1.8",
+ "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz",
+ "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==",
+ "dependencies": {
+ "prr": "~1.0.1"
+ },
+ "bin": {
+ "errno": "cli.js"
+ }
+ },
+ "node_modules/error-ex": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
+ "dependencies": {
+ "is-arrayish": "^0.2.1"
+ }
+ },
+ "node_modules/error-stack-parser": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.6.tgz",
+ "integrity": "sha512-d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ==",
+ "dependencies": {
+ "stackframe": "^1.1.1"
+ }
+ },
+ "node_modules/es-abstract": {
+ "version": "1.18.0-next.2",
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.2.tgz",
+ "integrity": "sha512-Ih4ZMFHEtZupnUh6497zEL4y2+w8+1ljnCyaTa+adcoafI1GOvMwFlDjBLfWR7y9VLfrjRJe9ocuHY1PSR9jjw==",
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "es-to-primitive": "^1.2.1",
+ "function-bind": "^1.1.1",
+ "get-intrinsic": "^1.0.2",
+ "has": "^1.0.3",
+ "has-symbols": "^1.0.1",
+ "is-callable": "^1.2.2",
+ "is-negative-zero": "^2.0.1",
+ "is-regex": "^1.1.1",
+ "object-inspect": "^1.9.0",
+ "object-keys": "^1.1.1",
+ "object.assign": "^4.1.2",
+ "string.prototype.trimend": "^1.0.3",
+ "string.prototype.trimstart": "^1.0.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-to-primitive": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
+ "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
+ "dependencies": {
+ "is-callable": "^1.1.4",
+ "is-date-object": "^1.0.1",
+ "is-symbol": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es5-ext": {
+ "version": "0.10.53",
+ "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.53.tgz",
+ "integrity": "sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==",
+ "dependencies": {
+ "es6-iterator": "~2.0.3",
+ "es6-symbol": "~3.1.3",
+ "next-tick": "~1.0.0"
+ }
+ },
+ "node_modules/es6-iterator": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz",
+ "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=",
+ "dependencies": {
+ "d": "1",
+ "es5-ext": "^0.10.35",
+ "es6-symbol": "^3.1.1"
+ }
+ },
+ "node_modules/es6-symbol": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz",
+ "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==",
+ "dependencies": {
+ "d": "^1.0.1",
+ "ext": "^1.1.2"
+ }
+ },
+ "node_modules/escalade": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
+ "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/escape-html": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
+ "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg="
+ },
+ "node_modules/escape-string-regexp": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
+ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/escodegen": {
+ "version": "1.14.3",
+ "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz",
+ "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==",
+ "dependencies": {
+ "esprima": "^4.0.1",
+ "estraverse": "^4.2.0",
+ "esutils": "^2.0.2",
+ "optionator": "^0.8.1",
+ "source-map": "~0.6.1"
+ },
+ "bin": {
+ "escodegen": "bin/escodegen.js",
+ "esgenerate": "bin/esgenerate.js"
+ },
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/escodegen/node_modules/levn": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
+ "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=",
+ "dependencies": {
+ "prelude-ls": "~1.1.2",
+ "type-check": "~0.3.2"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/escodegen/node_modules/optionator": {
+ "version": "0.8.3",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
+ "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
+ "dependencies": {
+ "deep-is": "~0.1.3",
+ "fast-levenshtein": "~2.0.6",
+ "levn": "~0.3.0",
+ "prelude-ls": "~1.1.2",
+ "type-check": "~0.3.2",
+ "word-wrap": "~1.2.3"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/escodegen/node_modules/prelude-ls": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
+ "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=",
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/escodegen/node_modules/type-check": {
+ "version": "0.3.2",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
+ "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
+ "dependencies": {
+ "prelude-ls": "~1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/eslint": {
+ "version": "7.18.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.18.0.tgz",
+ "integrity": "sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "@eslint/eslintrc": "^0.3.0",
+ "ajv": "^6.10.0",
+ "chalk": "^4.0.0",
+ "cross-spawn": "^7.0.2",
+ "debug": "^4.0.1",
+ "doctrine": "^3.0.0",
+ "enquirer": "^2.3.5",
+ "eslint-scope": "^5.1.1",
+ "eslint-utils": "^2.1.0",
+ "eslint-visitor-keys": "^2.0.0",
+ "espree": "^7.3.1",
+ "esquery": "^1.2.0",
+ "esutils": "^2.0.2",
+ "file-entry-cache": "^6.0.0",
+ "functional-red-black-tree": "^1.0.1",
+ "glob-parent": "^5.0.0",
+ "globals": "^12.1.0",
+ "ignore": "^4.0.6",
+ "import-fresh": "^3.0.0",
+ "imurmurhash": "^0.1.4",
+ "is-glob": "^4.0.0",
+ "js-yaml": "^3.13.1",
+ "json-stable-stringify-without-jsonify": "^1.0.1",
+ "levn": "^0.4.1",
+ "lodash": "^4.17.20",
+ "minimatch": "^3.0.4",
+ "natural-compare": "^1.4.0",
+ "optionator": "^0.9.1",
+ "progress": "^2.0.0",
+ "regexpp": "^3.1.0",
+ "semver": "^7.2.1",
+ "strip-ansi": "^6.0.0",
+ "strip-json-comments": "^3.1.0",
+ "table": "^6.0.4",
+ "text-table": "^0.2.0",
+ "v8-compile-cache": "^2.0.3"
+ },
+ "bin": {
+ "eslint": "bin/eslint.js"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/eslint-config-airbnb": {
+ "version": "18.2.1",
+ "resolved": "https://registry.npmjs.org/eslint-config-airbnb/-/eslint-config-airbnb-18.2.1.tgz",
+ "integrity": "sha512-glZNDEZ36VdlZWoxn/bUR1r/sdFKPd1mHPbqUtkctgNG4yT2DLLtJ3D+yCV+jzZCc2V1nBVkmdknOJBZ5Hc0fg==",
+ "dev": true,
+ "dependencies": {
+ "eslint-config-airbnb-base": "^14.2.1",
+ "object.assign": "^4.1.2",
+ "object.entries": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/eslint-config-airbnb-base": {
+ "version": "14.2.1",
+ "resolved": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz",
+ "integrity": "sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==",
+ "dev": true,
+ "dependencies": {
+ "confusing-browser-globals": "^1.0.10",
+ "object.assign": "^4.1.2",
+ "object.entries": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/eslint-config-prettier": {
+ "version": "6.15.0",
+ "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz",
+ "integrity": "sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==",
+ "dev": true,
+ "dependencies": {
+ "get-stdin": "^6.0.0"
+ },
+ "bin": {
+ "eslint-config-prettier-check": "bin/cli.js"
+ }
+ },
+ "node_modules/eslint-config-prettier/node_modules/get-stdin": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz",
+ "integrity": "sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-config-react-app": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-6.0.0.tgz",
+ "integrity": "sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==",
+ "dependencies": {
+ "confusing-browser-globals": "^1.0.10"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/eslint-import-resolver-node": {
+ "version": "0.3.4",
+ "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz",
+ "integrity": "sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==",
+ "dependencies": {
+ "debug": "^2.6.9",
+ "resolve": "^1.13.1"
+ }
+ },
+ "node_modules/eslint-import-resolver-node/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/eslint-import-resolver-node/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "node_modules/eslint-module-utils": {
+ "version": "2.6.0",
+ "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz",
+ "integrity": "sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==",
+ "dependencies": {
+ "debug": "^2.6.9",
+ "pkg-dir": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-module-utils/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/eslint-module-utils/node_modules/find-up": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
+ "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
+ "dependencies": {
+ "locate-path": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-module-utils/node_modules/locate-path": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
+ "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
+ "dependencies": {
+ "p-locate": "^2.0.0",
+ "path-exists": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-module-utils/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "node_modules/eslint-module-utils/node_modules/p-limit": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
+ "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
+ "dependencies": {
+ "p-try": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-module-utils/node_modules/p-locate": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
+ "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
+ "dependencies": {
+ "p-limit": "^1.1.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-module-utils/node_modules/p-try": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
+ "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-module-utils/node_modules/path-exists": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
+ "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-module-utils/node_modules/pkg-dir": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-2.0.0.tgz",
+ "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=",
+ "dependencies": {
+ "find-up": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-plugin-flowtype": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.2.0.tgz",
+ "integrity": "sha512-z7ULdTxuhlRJcEe1MVljePXricuPOrsWfScRXFhNzVD5dmTHWjIF57AxD0e7AbEoLSbjSsaA5S+hCg43WvpXJQ==",
+ "dependencies": {
+ "lodash": "^4.17.15",
+ "string-natural-compare": "^3.0.1"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/eslint-plugin-import": {
+ "version": "2.22.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz",
+ "integrity": "sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw==",
+ "dependencies": {
+ "array-includes": "^3.1.1",
+ "array.prototype.flat": "^1.2.3",
+ "contains-path": "^0.1.0",
+ "debug": "^2.6.9",
+ "doctrine": "1.5.0",
+ "eslint-import-resolver-node": "^0.3.4",
+ "eslint-module-utils": "^2.6.0",
+ "has": "^1.0.3",
+ "minimatch": "^3.0.4",
+ "object.values": "^1.1.1",
+ "read-pkg-up": "^2.0.0",
+ "resolve": "^1.17.0",
+ "tsconfig-paths": "^3.9.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-plugin-import/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/eslint-plugin-import/node_modules/doctrine": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-1.5.0.tgz",
+ "integrity": "sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=",
+ "dependencies": {
+ "esutils": "^2.0.2",
+ "isarray": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/eslint-plugin-import/node_modules/find-up": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
+ "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
+ "dependencies": {
+ "locate-path": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-plugin-import/node_modules/load-json-file": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz",
+ "integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=",
+ "dependencies": {
+ "graceful-fs": "^4.1.2",
+ "parse-json": "^2.2.0",
+ "pify": "^2.0.0",
+ "strip-bom": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-plugin-import/node_modules/locate-path": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
+ "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
+ "dependencies": {
+ "p-locate": "^2.0.0",
+ "path-exists": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-plugin-import/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "node_modules/eslint-plugin-import/node_modules/p-limit": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
+ "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
+ "dependencies": {
+ "p-try": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-plugin-import/node_modules/p-locate": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
+ "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
+ "dependencies": {
+ "p-limit": "^1.1.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-plugin-import/node_modules/p-try": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
+ "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-plugin-import/node_modules/path-exists": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
+ "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-plugin-import/node_modules/path-type": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz",
+ "integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=",
+ "dependencies": {
+ "pify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-plugin-import/node_modules/read-pkg": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz",
+ "integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=",
+ "dependencies": {
+ "load-json-file": "^2.0.0",
+ "normalize-package-data": "^2.3.2",
+ "path-type": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-plugin-import/node_modules/read-pkg-up": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz",
+ "integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=",
+ "dependencies": {
+ "find-up": "^2.0.0",
+ "read-pkg": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-plugin-import/node_modules/strip-bom": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
+ "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-plugin-jest": {
+ "version": "24.1.3",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.1.3.tgz",
+ "integrity": "sha512-dNGGjzuEzCE3d5EPZQ/QGtmlMotqnYWD/QpCZ1UuZlrMAdhG5rldh0N0haCvhGnUkSeuORS5VNROwF9Hrgn3Lg==",
+ "dependencies": {
+ "@typescript-eslint/experimental-utils": "^4.0.1"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint-plugin-jsx-a11y": {
+ "version": "6.4.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.4.1.tgz",
+ "integrity": "sha512-0rGPJBbwHoGNPU73/QCLP/vveMlM1b1Z9PponxO87jfr6tuH5ligXbDT6nHSSzBC8ovX2Z+BQu7Bk5D/Xgq9zg==",
+ "dependencies": {
+ "@babel/runtime": "^7.11.2",
+ "aria-query": "^4.2.2",
+ "array-includes": "^3.1.1",
+ "ast-types-flow": "^0.0.7",
+ "axe-core": "^4.0.2",
+ "axobject-query": "^2.2.0",
+ "damerau-levenshtein": "^1.0.6",
+ "emoji-regex": "^9.0.0",
+ "has": "^1.0.3",
+ "jsx-ast-utils": "^3.1.0",
+ "language-tags": "^1.0.5"
+ },
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/eslint-plugin-jsx-a11y/node_modules/emoji-regex": {
+ "version": "9.2.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.0.tgz",
+ "integrity": "sha512-DNc3KFPK18bPdElMJnf/Pkv5TXhxFU3YFDEuGLDRtPmV4rkmCjBkCSEp22u6rBHdSN9Vlp/GK7k98prmE1Jgug=="
+ },
+ "node_modules/eslint-plugin-prettier": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-3.3.1.tgz",
+ "integrity": "sha512-Rq3jkcFY8RYeQLgk2cCwuc0P7SEFwDravPhsJZOQ5N4YI4DSg50NyqJ/9gdZHzQlHf8MvafSesbNJCcP/FF6pQ==",
+ "dev": true,
+ "dependencies": {
+ "prettier-linter-helpers": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/eslint-plugin-react": {
+ "version": "7.22.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.22.0.tgz",
+ "integrity": "sha512-p30tuX3VS+NWv9nQot9xIGAHBXR0+xJVaZriEsHoJrASGCJZDJ8JLNM0YqKqI0AKm6Uxaa1VUHoNEibxRCMQHA==",
+ "dependencies": {
+ "array-includes": "^3.1.1",
+ "array.prototype.flatmap": "^1.2.3",
+ "doctrine": "^2.1.0",
+ "has": "^1.0.3",
+ "jsx-ast-utils": "^2.4.1 || ^3.0.0",
+ "object.entries": "^1.1.2",
+ "object.fromentries": "^2.0.2",
+ "object.values": "^1.1.1",
+ "prop-types": "^15.7.2",
+ "resolve": "^1.18.1",
+ "string.prototype.matchall": "^4.0.2"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-plugin-react-hooks": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz",
+ "integrity": "sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint-plugin-react/node_modules/doctrine": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
+ "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
+ "dependencies": {
+ "esutils": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/eslint-plugin-testing-library": {
+ "version": "3.10.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.10.1.tgz",
+ "integrity": "sha512-nQIFe2muIFv2oR2zIuXE4vTbcFNx8hZKRzgHZqJg8rfopIWwoTwtlbCCNELT/jXzVe1uZF68ALGYoDXjLczKiQ==",
+ "dependencies": {
+ "@typescript-eslint/experimental-utils": "^3.10.1"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0",
+ "npm": ">=6"
+ }
+ },
+ "node_modules/eslint-plugin-testing-library/node_modules/@typescript-eslint/experimental-utils": {
+ "version": "3.10.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz",
+ "integrity": "sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==",
+ "dependencies": {
+ "@types/json-schema": "^7.0.3",
+ "@typescript-eslint/types": "3.10.1",
+ "@typescript-eslint/typescript-estree": "3.10.1",
+ "eslint-scope": "^5.0.0",
+ "eslint-utils": "^2.0.0"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/eslint-plugin-testing-library/node_modules/@typescript-eslint/types": {
+ "version": "3.10.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-3.10.1.tgz",
+ "integrity": "sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==",
+ "engines": {
+ "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
+ }
+ },
+ "node_modules/eslint-plugin-testing-library/node_modules/@typescript-eslint/typescript-estree": {
+ "version": "3.10.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz",
+ "integrity": "sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==",
+ "dependencies": {
+ "@typescript-eslint/types": "3.10.1",
+ "@typescript-eslint/visitor-keys": "3.10.1",
+ "debug": "^4.1.1",
+ "glob": "^7.1.6",
+ "is-glob": "^4.0.1",
+ "lodash": "^4.17.15",
+ "semver": "^7.3.2",
+ "tsutils": "^3.17.1"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/eslint-plugin-testing-library/node_modules/@typescript-eslint/visitor-keys": {
+ "version": "3.10.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz",
+ "integrity": "sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==",
+ "dependencies": {
+ "eslint-visitor-keys": "^1.1.0"
+ },
+ "engines": {
+ "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
+ }
+ },
+ "node_modules/eslint-plugin-testing-library/node_modules/eslint-visitor-keys": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-plugin-testing-library/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint-plugin-testing-library/node_modules/semver": {
+ "version": "7.3.4",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz",
+ "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==",
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint-plugin-testing-library/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
+ },
+ "node_modules/eslint-scope": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
+ "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
+ "dependencies": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^4.1.1"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/eslint-utils": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
+ "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
+ "dependencies": {
+ "eslint-visitor-keys": "^1.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-visitor-keys": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz",
+ "integrity": "sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint-webpack-plugin": {
+ "version": "2.4.3",
+ "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.4.3.tgz",
+ "integrity": "sha512-+15ifHFkGn0gB7lQBe+xgyKcjelxv9xlTutGHEPYBUUj+1Rjrjq3+1REJLJpyAHgpQTatpqkRY1z8gQuyn3Aww==",
+ "dependencies": {
+ "@types/eslint": "^7.2.4",
+ "arrify": "^2.0.1",
+ "jest-worker": "^26.6.2",
+ "micromatch": "^4.0.2",
+ "schema-utils": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/eslint-webpack-plugin/node_modules/schema-utils": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz",
+ "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==",
+ "dependencies": {
+ "@types/json-schema": "^7.0.6",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/eslint/node_modules/ansi-regex": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/eslint/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/eslint/node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+ "dev": true,
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/eslint/node_modules/globals": {
+ "version": "12.4.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz",
+ "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==",
+ "dev": true,
+ "dependencies": {
+ "type-fest": "^0.8.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/ignore": {
+ "version": "4.0.6",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
+ "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/eslint/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint/node_modules/path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/semver": {
+ "version": "7.3.4",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz",
+ "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==",
+ "dev": true,
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint/node_modules/shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dev": true,
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/strip-ansi": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
+ "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
+ "dev": true,
+ "dependencies": {
+ "ansi-regex": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dev": true,
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/eslint/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true
+ },
+ "node_modules/espree": {
+ "version": "7.3.1",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz",
+ "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==",
+ "dependencies": {
+ "acorn": "^7.4.0",
+ "acorn-jsx": "^5.3.1",
+ "eslint-visitor-keys": "^1.3.0"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/espree/node_modules/eslint-visitor-keys": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/esprima": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
+ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
+ "bin": {
+ "esparse": "bin/esparse.js",
+ "esvalidate": "bin/esvalidate.js"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/esquery": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.3.1.tgz",
+ "integrity": "sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ==",
+ "dependencies": {
+ "estraverse": "^5.1.0"
+ },
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
+ "node_modules/esquery/node_modules/estraverse": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz",
+ "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==",
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/esrecurse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
+ "dependencies": {
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/esrecurse/node_modules/estraverse": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz",
+ "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==",
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/estraverse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
+ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/estree-walker": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
+ "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg=="
+ },
+ "node_modules/esutils": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/etag": {
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
+ "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/eventemitter3": {
+ "version": "4.0.7",
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
+ "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
+ },
+ "node_modules/events": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/events/-/events-3.2.0.tgz",
+ "integrity": "sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg==",
+ "engines": {
+ "node": ">=0.8.x"
+ }
+ },
+ "node_modules/eventsource": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.0.7.tgz",
+ "integrity": "sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ==",
+ "dependencies": {
+ "original": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.12.0"
+ }
+ },
+ "node_modules/evp_bytestokey": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz",
+ "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==",
+ "dependencies": {
+ "md5.js": "^1.3.4",
+ "safe-buffer": "^5.1.1"
+ }
+ },
+ "node_modules/exec-sh": {
+ "version": "0.3.4",
+ "resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.4.tgz",
+ "integrity": "sha512-sEFIkc61v75sWeOe72qyrqg2Qg0OuLESziUDk/O/z2qgS15y2gWVFrI6f2Qn/qw/0/NCfCEsmNA4zOjkwEZT1A=="
+ },
+ "node_modules/execa": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
+ "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
+ "dependencies": {
+ "cross-spawn": "^6.0.0",
+ "get-stream": "^4.0.0",
+ "is-stream": "^1.1.0",
+ "npm-run-path": "^2.0.0",
+ "p-finally": "^1.0.0",
+ "signal-exit": "^3.0.0",
+ "strip-eof": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/execa/node_modules/cross-spawn": {
+ "version": "6.0.5",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
+ "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
+ "dependencies": {
+ "nice-try": "^1.0.4",
+ "path-key": "^2.0.1",
+ "semver": "^5.5.0",
+ "shebang-command": "^1.2.0",
+ "which": "^1.2.9"
+ },
+ "engines": {
+ "node": ">=4.8"
+ }
+ },
+ "node_modules/exit": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
+ "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/expand-brackets": {
+ "version": "2.1.4",
+ "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
+ "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=",
+ "dependencies": {
+ "debug": "^2.3.3",
+ "define-property": "^0.2.5",
+ "extend-shallow": "^2.0.1",
+ "posix-character-classes": "^0.1.0",
+ "regex-not": "^1.0.0",
+ "snapdragon": "^0.8.1",
+ "to-regex": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/expand-brackets/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/expand-brackets/node_modules/define-property": {
+ "version": "0.2.5",
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
+ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
+ "dependencies": {
+ "is-descriptor": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/expand-brackets/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/expand-brackets/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "node_modules/expect": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/expect/-/expect-26.6.2.tgz",
+ "integrity": "sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "ansi-styles": "^4.0.0",
+ "jest-get-type": "^26.3.0",
+ "jest-matcher-utils": "^26.6.2",
+ "jest-message-util": "^26.6.2",
+ "jest-regex-util": "^26.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/expect/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/expect/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/expect/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/expect/node_modules/ansi-regex": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/expect/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/expect/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/expect/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/expect/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/expect/node_modules/diff-sequences": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-26.6.2.tgz",
+ "integrity": "sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==",
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/expect/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/expect/node_modules/jest-diff": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-26.6.2.tgz",
+ "integrity": "sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==",
+ "dependencies": {
+ "chalk": "^4.0.0",
+ "diff-sequences": "^26.6.2",
+ "jest-get-type": "^26.3.0",
+ "pretty-format": "^26.6.2"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/expect/node_modules/jest-get-type": {
+ "version": "26.3.0",
+ "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz",
+ "integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==",
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/expect/node_modules/jest-matcher-utils": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz",
+ "integrity": "sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==",
+ "dependencies": {
+ "chalk": "^4.0.0",
+ "jest-diff": "^26.6.2",
+ "jest-get-type": "^26.3.0",
+ "pretty-format": "^26.6.2"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/expect/node_modules/pretty-format": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
+ "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "ansi-regex": "^5.0.0",
+ "ansi-styles": "^4.0.0",
+ "react-is": "^17.0.1"
+ },
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/expect/node_modules/react-is": {
+ "version": "17.0.1",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.1.tgz",
+ "integrity": "sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA=="
+ },
+ "node_modules/expect/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/express": {
+ "version": "4.17.1",
+ "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz",
+ "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==",
+ "dependencies": {
+ "accepts": "~1.3.7",
+ "array-flatten": "1.1.1",
+ "body-parser": "1.19.0",
+ "content-disposition": "0.5.3",
+ "content-type": "~1.0.4",
+ "cookie": "0.4.0",
+ "cookie-signature": "1.0.6",
+ "debug": "2.6.9",
+ "depd": "~1.1.2",
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "etag": "~1.8.1",
+ "finalhandler": "~1.1.2",
+ "fresh": "0.5.2",
+ "merge-descriptors": "1.0.1",
+ "methods": "~1.1.2",
+ "on-finished": "~2.3.0",
+ "parseurl": "~1.3.3",
+ "path-to-regexp": "0.1.7",
+ "proxy-addr": "~2.0.5",
+ "qs": "6.7.0",
+ "range-parser": "~1.2.1",
+ "safe-buffer": "5.1.2",
+ "send": "0.17.1",
+ "serve-static": "1.14.1",
+ "setprototypeof": "1.1.1",
+ "statuses": "~1.5.0",
+ "type-is": "~1.6.18",
+ "utils-merge": "1.0.1",
+ "vary": "~1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.10.0"
+ }
+ },
+ "node_modules/express/node_modules/array-flatten": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
+ "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI="
+ },
+ "node_modules/express/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/express/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "node_modules/express/node_modules/qs": {
+ "version": "6.7.0",
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz",
+ "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==",
+ "engines": {
+ "node": ">=0.6"
+ }
+ },
+ "node_modules/ext": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/ext/-/ext-1.4.0.tgz",
+ "integrity": "sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A==",
+ "dependencies": {
+ "type": "^2.0.0"
+ }
+ },
+ "node_modules/ext/node_modules/type": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/type/-/type-2.1.0.tgz",
+ "integrity": "sha512-G9absDWvhAWCV2gmF1zKud3OyC61nZDwWvBL2DApaVFogI07CprggiQAOOjvp2NRjYWFzPyu7vwtDrQFq8jeSA=="
+ },
+ "node_modules/extend": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
+ "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
+ },
+ "node_modules/extend-shallow": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
+ "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
+ "dependencies": {
+ "assign-symbols": "^1.0.0",
+ "is-extendable": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/extend-shallow/node_modules/is-extendable": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
+ "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
+ "dependencies": {
+ "is-plain-object": "^2.0.4"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/extglob": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
+ "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
+ "dependencies": {
+ "array-unique": "^0.3.2",
+ "define-property": "^1.0.0",
+ "expand-brackets": "^2.1.4",
+ "extend-shallow": "^2.0.1",
+ "fragment-cache": "^0.2.1",
+ "regex-not": "^1.0.0",
+ "snapdragon": "^0.8.1",
+ "to-regex": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/extglob/node_modules/define-property": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
+ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
+ "dependencies": {
+ "is-descriptor": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/extglob/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/extglob/node_modules/is-accessor-descriptor": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
+ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
+ "dependencies": {
+ "kind-of": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/extglob/node_modules/is-data-descriptor": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
+ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
+ "dependencies": {
+ "kind-of": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/extglob/node_modules/is-descriptor": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
+ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
+ "dependencies": {
+ "is-accessor-descriptor": "^1.0.0",
+ "is-data-descriptor": "^1.0.0",
+ "kind-of": "^6.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/extsprintf": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
+ "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=",
+ "engines": [
+ "node >=0.6.0"
+ ]
+ },
+ "node_modules/fast-deep-equal": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
+ },
+ "node_modules/fast-diff": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz",
+ "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==",
+ "dev": true
+ },
+ "node_modules/fast-glob": {
+ "version": "3.2.5",
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.5.tgz",
+ "integrity": "sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==",
+ "dependencies": {
+ "@nodelib/fs.stat": "^2.0.2",
+ "@nodelib/fs.walk": "^1.2.3",
+ "glob-parent": "^5.1.0",
+ "merge2": "^1.3.0",
+ "micromatch": "^4.0.2",
+ "picomatch": "^2.2.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/fast-json-stable-stringify": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
+ },
+ "node_modules/fast-levenshtein": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
+ "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc="
+ },
+ "node_modules/fastq": {
+ "version": "1.10.0",
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.10.0.tgz",
+ "integrity": "sha512-NL2Qc5L3iQEsyYzweq7qfgy5OtXCmGzGvhElGEd/SoFWEMOEczNh5s5ocaF01HDetxz+p8ecjNPA6cZxxIHmzA==",
+ "dependencies": {
+ "reusify": "^1.0.4"
+ }
+ },
+ "node_modules/faye-websocket": {
+ "version": "0.10.0",
+ "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz",
+ "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=",
+ "dependencies": {
+ "websocket-driver": ">=0.5.1"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/fb-watchman": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz",
+ "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==",
+ "dependencies": {
+ "bser": "2.1.1"
+ }
+ },
+ "node_modules/figgy-pudding": {
+ "version": "3.5.2",
+ "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz",
+ "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw=="
+ },
+ "node_modules/file-entry-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.0.tgz",
+ "integrity": "sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==",
+ "dependencies": {
+ "flat-cache": "^3.0.4"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/file-loader": {
+ "version": "6.1.1",
+ "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.1.1.tgz",
+ "integrity": "sha512-Klt8C4BjWSXYQAfhpYYkG4qHNTna4toMHEbWrI5IuVoxbU6uiDKeKAP99R8mmbJi3lvewn/jQBOgU4+NS3tDQw==",
+ "dependencies": {
+ "loader-utils": "^2.0.0",
+ "schema-utils": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/file-loader/node_modules/schema-utils": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz",
+ "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==",
+ "dependencies": {
+ "@types/json-schema": "^7.0.6",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/file-uri-to-path": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
+ "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
+ "optional": true
+ },
+ "node_modules/filename-reserved-regex": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-1.0.0.tgz",
+ "integrity": "sha1-5hz4BfDeHJhFZ9A4bcXfUO5a9+Q=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/filenamify": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-1.2.1.tgz",
+ "integrity": "sha1-qfL/0RxQO+0wABUCknI3jx8TZaU=",
+ "dependencies": {
+ "filename-reserved-regex": "^1.0.0",
+ "strip-outer": "^1.0.0",
+ "trim-repeated": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/filenamify-url": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/filenamify-url/-/filenamify-url-1.0.0.tgz",
+ "integrity": "sha1-syvYExnvWGO3MHi+1Q9GpPeXX1A=",
+ "dependencies": {
+ "filenamify": "^1.0.0",
+ "humanize-url": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/filesize": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/filesize/-/filesize-6.1.0.tgz",
+ "integrity": "sha512-LpCHtPQ3sFx67z+uh2HnSyWSLLu5Jxo21795uRDuar/EOuYWXib5EmPaGIBuSnRqH2IODiKA2k5re/K9OnN/Yg==",
+ "engines": {
+ "node": ">= 0.4.0"
+ }
+ },
+ "node_modules/fill-range": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
+ "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
+ "dependencies": {
+ "to-regex-range": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/finalhandler": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
+ "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
+ "dependencies": {
+ "debug": "2.6.9",
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "on-finished": "~2.3.0",
+ "parseurl": "~1.3.3",
+ "statuses": "~1.5.0",
+ "unpipe": "~1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/finalhandler/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/finalhandler/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "node_modules/find-cache-dir": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz",
+ "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==",
+ "dependencies": {
+ "commondir": "^1.0.1",
+ "make-dir": "^2.0.0",
+ "pkg-dir": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/find-up": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
+ "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
+ "dependencies": {
+ "path-exists": "^2.0.0",
+ "pinkie-promise": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/flat-cache": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
+ "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
+ "dependencies": {
+ "flatted": "^3.1.0",
+ "rimraf": "^3.0.2"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/flat-cache/node_modules/rimraf": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
+ "dependencies": {
+ "glob": "^7.1.3"
+ },
+ "bin": {
+ "rimraf": "bin.js"
+ }
+ },
+ "node_modules/flatted": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.1.1.tgz",
+ "integrity": "sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA=="
+ },
+ "node_modules/flatten": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/flatten/-/flatten-1.0.3.tgz",
+ "integrity": "sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg=="
+ },
+ "node_modules/flush-write-stream": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz",
+ "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==",
+ "dependencies": {
+ "inherits": "^2.0.3",
+ "readable-stream": "^2.3.6"
+ }
+ },
+ "node_modules/follow-redirects": {
+ "version": "1.13.1",
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz",
+ "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==",
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/for-in": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
+ "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/forever-agent": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
+ "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=",
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/fork-ts-checker-webpack-plugin": {
+ "version": "4.1.6",
+ "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.6.tgz",
+ "integrity": "sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==",
+ "dependencies": {
+ "@babel/code-frame": "^7.5.5",
+ "chalk": "^2.4.1",
+ "micromatch": "^3.1.10",
+ "minimatch": "^3.0.4",
+ "semver": "^5.6.0",
+ "tapable": "^1.0.0",
+ "worker-rpc": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=6.11.5",
+ "yarn": ">=1.0.0"
+ }
+ },
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/braces": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
+ "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
+ "dependencies": {
+ "arr-flatten": "^1.1.0",
+ "array-unique": "^0.3.2",
+ "extend-shallow": "^2.0.1",
+ "fill-range": "^4.0.0",
+ "isobject": "^3.0.1",
+ "repeat-element": "^1.1.2",
+ "snapdragon": "^0.8.1",
+ "snapdragon-node": "^2.0.1",
+ "split-string": "^3.0.2",
+ "to-regex": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/braces/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/fill-range": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
+ "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
+ "dependencies": {
+ "extend-shallow": "^2.0.1",
+ "is-number": "^3.0.0",
+ "repeat-string": "^1.6.1",
+ "to-regex-range": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/fill-range/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/is-number": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
+ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/is-number/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/micromatch": {
+ "version": "3.1.10",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
+ "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
+ "dependencies": {
+ "arr-diff": "^4.0.0",
+ "array-unique": "^0.3.2",
+ "braces": "^2.3.1",
+ "define-property": "^2.0.2",
+ "extend-shallow": "^3.0.2",
+ "extglob": "^2.0.4",
+ "fragment-cache": "^0.2.1",
+ "kind-of": "^6.0.2",
+ "nanomatch": "^1.2.9",
+ "object.pick": "^1.3.0",
+ "regex-not": "^1.0.0",
+ "snapdragon": "^0.8.1",
+ "to-regex": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/to-regex-range": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
+ "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
+ "dependencies": {
+ "is-number": "^3.0.0",
+ "repeat-string": "^1.6.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/form-data": {
+ "version": "2.3.3",
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz",
+ "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==",
+ "dependencies": {
+ "asynckit": "^0.4.0",
+ "combined-stream": "^1.0.6",
+ "mime-types": "^2.1.12"
+ },
+ "engines": {
+ "node": ">= 0.12"
+ }
+ },
+ "node_modules/forwarded": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz",
+ "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/fragment-cache": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
+ "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=",
+ "dependencies": {
+ "map-cache": "^0.2.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/fresh": {
+ "version": "0.5.2",
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
+ "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/from2": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz",
+ "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=",
+ "dependencies": {
+ "inherits": "^2.0.1",
+ "readable-stream": "^2.0.0"
+ }
+ },
+ "node_modules/fs-extra": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
+ "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^4.0.0",
+ "universalify": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=6 <7 || >=8"
+ }
+ },
+ "node_modules/fs-minipass": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
+ "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
+ "dependencies": {
+ "minipass": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/fs-write-stream-atomic": {
+ "version": "1.0.10",
+ "resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz",
+ "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=",
+ "dependencies": {
+ "graceful-fs": "^4.1.2",
+ "iferr": "^0.1.5",
+ "imurmurhash": "^0.1.4",
+ "readable-stream": "1 || 2"
+ }
+ },
+ "node_modules/fs.realpath": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
+ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
+ },
+ "node_modules/fsevents": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.1.tgz",
+ "integrity": "sha512-YR47Eg4hChJGAB1O3yEAOkGO+rlzutoICGqGo9EZ4lKWokzZRSyIW1QmTzqjtw8MJdj9srP869CuWw/hyzSiBw==",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
+ }
+ },
+ "node_modules/fstream": {
+ "version": "1.0.12",
+ "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz",
+ "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==",
+ "dependencies": {
+ "graceful-fs": "^4.1.2",
+ "inherits": "~2.0.0",
+ "mkdirp": ">=0.5 0",
+ "rimraf": "2"
+ },
+ "engines": {
+ "node": ">=0.6"
+ }
+ },
+ "node_modules/function-bind": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
+ "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
+ },
+ "node_modules/function.prototype.name": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.3.tgz",
+ "integrity": "sha512-H51qkbNSp8mtkJt+nyW1gyStBiKZxfRqySNUR99ylq6BPXHKI4SEvIlTKp4odLfjRKJV04DFWMU3G/YRlQOsag==",
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.18.0-next.1",
+ "functions-have-names": "^1.2.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/functional-red-black-tree": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
+ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
+ },
+ "node_modules/functions-have-names": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.2.tgz",
+ "integrity": "sha512-bLgc3asbWdwPbx2mNk2S49kmJCuQeu0nfmaOgbs8WIyzzkw3r4htszdIi9Q9EMezDPTYuJx2wvjZ/EwgAthpnA=="
+ },
+ "node_modules/gauge": {
+ "version": "2.7.4",
+ "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
+ "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
+ "dependencies": {
+ "aproba": "^1.0.3",
+ "console-control-strings": "^1.0.0",
+ "has-unicode": "^2.0.0",
+ "object-assign": "^4.1.0",
+ "signal-exit": "^3.0.0",
+ "string-width": "^1.0.1",
+ "strip-ansi": "^3.0.1",
+ "wide-align": "^1.1.0"
+ }
+ },
+ "node_modules/gaze": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz",
+ "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==",
+ "dependencies": {
+ "globule": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 4.0.0"
+ }
+ },
+ "node_modules/gensync": {
+ "version": "1.0.0-beta.2",
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/get-caller-file": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
+ "engines": {
+ "node": "6.* || 8.* || >= 10.*"
+ }
+ },
+ "node_modules/get-intrinsic": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.0.2.tgz",
+ "integrity": "sha512-aeX0vrFm21ILl3+JpFFRNe9aUvp6VFZb2/CTbgLb8j75kOhvoNYjt9d8KA/tJG4gSo8nzEDedRl0h7vDmBYRVg==",
+ "dependencies": {
+ "function-bind": "^1.1.1",
+ "has": "^1.0.3",
+ "has-symbols": "^1.0.1"
+ }
+ },
+ "node_modules/get-own-enumerable-property-symbols": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
+ "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g=="
+ },
+ "node_modules/get-package-type": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
+ "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/get-stdin": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
+ "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/get-stream": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
+ "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
+ "dependencies": {
+ "pump": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/get-value": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
+ "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/getpass": {
+ "version": "0.1.7",
+ "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
+ "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
+ "dependencies": {
+ "assert-plus": "^1.0.0"
+ }
+ },
+ "node_modules/gh-pages": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-2.2.0.tgz",
+ "integrity": "sha512-c+yPkNOPMFGNisYg9r4qvsMIjVYikJv7ImFOhPIVPt0+AcRUamZ7zkGRLHz7FKB0xrlZ+ddSOJsZv9XAFVXLmA==",
+ "dependencies": {
+ "async": "^2.6.1",
+ "commander": "^2.18.0",
+ "email-addresses": "^3.0.1",
+ "filenamify-url": "^1.0.0",
+ "fs-extra": "^8.1.0",
+ "globby": "^6.1.0"
+ },
+ "bin": {
+ "gh-pages": "bin/gh-pages.js",
+ "gh-pages-clean": "bin/gh-pages-clean.js"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/glob": {
+ "version": "7.1.6",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
+ "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
+ "dependencies": {
+ "fs.realpath": "^1.0.0",
+ "inflight": "^1.0.4",
+ "inherits": "2",
+ "minimatch": "^3.0.4",
+ "once": "^1.3.0",
+ "path-is-absolute": "^1.0.0"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/glob-parent": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz",
+ "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==",
+ "dependencies": {
+ "is-glob": "^4.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/global-modules": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
+ "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
+ "dependencies": {
+ "global-prefix": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/global-prefix": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
+ "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
+ "dependencies": {
+ "ini": "^1.3.5",
+ "kind-of": "^6.0.2",
+ "which": "^1.3.1"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/globals": {
+ "version": "11.12.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/globby": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
+ "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=",
+ "dependencies": {
+ "array-union": "^1.0.1",
+ "glob": "^7.0.3",
+ "object-assign": "^4.0.1",
+ "pify": "^2.0.0",
+ "pinkie-promise": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/globule": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.2.tgz",
+ "integrity": "sha512-7IDTQTIu2xzXkT+6mlluidnWo+BypnbSoEVVQCGfzqnl5Ik8d3e1d4wycb8Rj9tWW+Z39uPWsdlquqiqPCd/pA==",
+ "dependencies": {
+ "glob": "~7.1.1",
+ "lodash": "~4.17.10",
+ "minimatch": "~3.0.2"
+ },
+ "engines": {
+ "node": ">= 0.10"
+ }
+ },
+ "node_modules/graceful-fs": {
+ "version": "4.2.4",
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz",
+ "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw=="
+ },
+ "node_modules/growly": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz",
+ "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=",
+ "optional": true
+ },
+ "node_modules/gud": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/gud/-/gud-1.0.0.tgz",
+ "integrity": "sha512-zGEOVKFM5sVPPrYs7J5/hYEw2Pof8KCyOwyhG8sAF26mCAeUFAcYPu1mwB7hhpIP29zOIBaDqwuHdLp0jvZXjw=="
+ },
+ "node_modules/gzip-size": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-5.1.1.tgz",
+ "integrity": "sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==",
+ "dependencies": {
+ "duplexer": "^0.1.1",
+ "pify": "^4.0.1"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/gzip-size/node_modules/pify": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
+ "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/handle-thing": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz",
+ "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg=="
+ },
+ "node_modules/har-schema": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
+ "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/har-validator": {
+ "version": "5.1.5",
+ "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz",
+ "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==",
+ "dependencies": {
+ "ajv": "^6.12.3",
+ "har-schema": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/harmony-reflect": {
+ "version": "1.6.1",
+ "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.1.tgz",
+ "integrity": "sha512-WJTeyp0JzGtHcuMsi7rw2VwtkvLa+JyfEKJCFyfcS0+CDkjQ5lHPu7zEhFZP+PDSRrEgXa5Ah0l1MbgbE41XjA=="
+ },
+ "node_modules/has": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
+ "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
+ "dependencies": {
+ "function-bind": "^1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.4.0"
+ }
+ },
+ "node_modules/has-ansi": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
+ "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
+ "dependencies": {
+ "ansi-regex": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/has-ansi/node_modules/ansi-regex": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
+ "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/has-flag": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
+ "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/has-symbols": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz",
+ "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/has-unicode": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
+ "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk="
+ },
+ "node_modules/has-value": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
+ "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=",
+ "dependencies": {
+ "get-value": "^2.0.6",
+ "has-values": "^1.0.0",
+ "isobject": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/has-values": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
+ "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=",
+ "dependencies": {
+ "is-number": "^3.0.0",
+ "kind-of": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/has-values/node_modules/is-number": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
+ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/has-values/node_modules/is-number/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/has-values/node_modules/kind-of": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
+ "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/hash-base": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz",
+ "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==",
+ "dependencies": {
+ "inherits": "^2.0.4",
+ "readable-stream": "^3.6.0",
+ "safe-buffer": "^5.2.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/hash-base/node_modules/readable-stream": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
+ "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
+ "dependencies": {
+ "inherits": "^2.0.3",
+ "string_decoder": "^1.1.1",
+ "util-deprecate": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/hash-base/node_modules/safe-buffer": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
+ },
+ "node_modules/hash.js": {
+ "version": "1.1.7",
+ "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz",
+ "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
+ "dependencies": {
+ "inherits": "^2.0.3",
+ "minimalistic-assert": "^1.0.1"
+ }
+ },
+ "node_modules/he": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
+ "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
+ "bin": {
+ "he": "bin/he"
+ }
+ },
+ "node_modules/hex-color-regex": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/hex-color-regex/-/hex-color-regex-1.1.0.tgz",
+ "integrity": "sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ=="
+ },
+ "node_modules/hmac-drbg": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
+ "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=",
+ "dependencies": {
+ "hash.js": "^1.0.3",
+ "minimalistic-assert": "^1.0.0",
+ "minimalistic-crypto-utils": "^1.0.1"
+ }
+ },
+ "node_modules/hoopy": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
+ "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==",
+ "engines": {
+ "node": ">= 6.0.0"
+ }
+ },
+ "node_modules/hosted-git-info": {
+ "version": "2.8.8",
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz",
+ "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg=="
+ },
+ "node_modules/hpack.js": {
+ "version": "2.1.6",
+ "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
+ "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=",
+ "dependencies": {
+ "inherits": "^2.0.1",
+ "obuf": "^1.0.0",
+ "readable-stream": "^2.0.1",
+ "wbuf": "^1.1.0"
+ }
+ },
+ "node_modules/hsl-regex": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/hsl-regex/-/hsl-regex-1.0.0.tgz",
+ "integrity": "sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4="
+ },
+ "node_modules/hsla-regex": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/hsla-regex/-/hsla-regex-1.0.0.tgz",
+ "integrity": "sha1-wc56MWjIxmFAM6S194d/OyJfnDg="
+ },
+ "node_modules/html-comment-regex": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.2.tgz",
+ "integrity": "sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ=="
+ },
+ "node_modules/html-element-map": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/html-element-map/-/html-element-map-1.2.0.tgz",
+ "integrity": "sha512-0uXq8HsuG1v2TmQ8QkIhzbrqeskE4kn52Q18QJ9iAA/SnHoEKXWiUxHQtclRsCFWEUD2So34X+0+pZZu862nnw==",
+ "dependencies": {
+ "array-filter": "^1.0.0"
+ }
+ },
+ "node_modules/html-encoding-sniffer": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
+ "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
+ "dependencies": {
+ "whatwg-encoding": "^1.0.5"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/html-entities": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.4.0.tgz",
+ "integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA=="
+ },
+ "node_modules/html-escaper": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
+ "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg=="
+ },
+ "node_modules/html-minifier-terser": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz",
+ "integrity": "sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==",
+ "dependencies": {
+ "camel-case": "^4.1.1",
+ "clean-css": "^4.2.3",
+ "commander": "^4.1.1",
+ "he": "^1.2.0",
+ "param-case": "^3.0.3",
+ "relateurl": "^0.2.7",
+ "terser": "^4.6.3"
+ },
+ "bin": {
+ "html-minifier-terser": "cli.js"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/html-minifier-terser/node_modules/commander": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
+ "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/html-to-react": {
+ "version": "1.4.5",
+ "resolved": "https://registry.npmjs.org/html-to-react/-/html-to-react-1.4.5.tgz",
+ "integrity": "sha512-KONZUDFPg5OodWaQu2ymfkDmU0JA7zB1iPfvyHehTmMUZnk0DS7/TyCMTzsLH6b4BvxX15g88qZCXFhJWktsmA==",
+ "dependencies": {
+ "domhandler": "^3.3.0",
+ "htmlparser2": "^5.0",
+ "lodash.camelcase": "^4.3.0",
+ "ramda": "^0.27.1"
+ }
+ },
+ "node_modules/html-to-react/node_modules/domhandler": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-3.3.0.tgz",
+ "integrity": "sha512-J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA==",
+ "dependencies": {
+ "domelementtype": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/html-to-react/node_modules/htmlparser2": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-5.0.1.tgz",
+ "integrity": "sha512-vKZZra6CSe9qsJzh0BjBGXo8dvzNsq/oGvsjfRdOrrryfeD9UOBEEQdeoqCRmKZchF5h2zOBMQ6YuQ0uRUmdbQ==",
+ "dependencies": {
+ "domelementtype": "^2.0.1",
+ "domhandler": "^3.3.0",
+ "domutils": "^2.4.2",
+ "entities": "^2.0.0"
+ }
+ },
+ "node_modules/html-webpack-plugin": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.5.0.tgz",
+ "integrity": "sha512-MouoXEYSjTzCrjIxWwg8gxL5fE2X2WZJLmBYXlaJhQUH5K/b5OrqmV7T4dB7iu0xkmJ6JlUuV6fFVtnqbPopZw==",
+ "dependencies": {
+ "@types/html-minifier-terser": "^5.0.0",
+ "@types/tapable": "^1.0.5",
+ "@types/webpack": "^4.41.8",
+ "html-minifier-terser": "^5.0.1",
+ "loader-utils": "^1.2.3",
+ "lodash": "^4.17.15",
+ "pretty-error": "^2.1.1",
+ "tapable": "^1.1.3",
+ "util.promisify": "1.0.0"
+ },
+ "engines": {
+ "node": ">=6.9"
+ }
+ },
+ "node_modules/html-webpack-plugin/node_modules/json5": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
+ "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
+ "dependencies": {
+ "minimist": "^1.2.0"
+ },
+ "bin": {
+ "json5": "lib/cli.js"
+ }
+ },
+ "node_modules/html-webpack-plugin/node_modules/loader-utils": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz",
+ "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==",
+ "dependencies": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/html-webpack-plugin/node_modules/util.promisify": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz",
+ "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==",
+ "dependencies": {
+ "define-properties": "^1.1.2",
+ "object.getownpropertydescriptors": "^2.0.3"
+ }
+ },
+ "node_modules/htmlparser2": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.0.0.tgz",
+ "integrity": "sha512-numTQtDZMoh78zJpaNdJ9MXb2cv5G3jwUoe3dMQODubZvLoGvTE/Ofp6sHvH8OGKcN/8A47pGLi/k58xHP/Tfw==",
+ "dependencies": {
+ "domelementtype": "^2.0.1",
+ "domhandler": "^4.0.0",
+ "domutils": "^2.4.4",
+ "entities": "^2.0.0"
+ }
+ },
+ "node_modules/http-deceiver": {
+ "version": "1.2.7",
+ "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
+ "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc="
+ },
+ "node_modules/http-errors": {
+ "version": "1.7.2",
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz",
+ "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==",
+ "dependencies": {
+ "depd": "~1.1.2",
+ "inherits": "2.0.3",
+ "setprototypeof": "1.1.1",
+ "statuses": ">= 1.5.0 < 2",
+ "toidentifier": "1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/http-errors/node_modules/inherits": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
+ "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
+ },
+ "node_modules/http-proxy": {
+ "version": "1.18.1",
+ "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
+ "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
+ "dependencies": {
+ "eventemitter3": "^4.0.0",
+ "follow-redirects": "^1.0.0",
+ "requires-port": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/http-proxy-middleware": {
+ "version": "0.19.1",
+ "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz",
+ "integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==",
+ "dependencies": {
+ "http-proxy": "^1.17.0",
+ "is-glob": "^4.0.0",
+ "lodash": "^4.17.11",
+ "micromatch": "^3.1.10"
+ },
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/http-proxy-middleware/node_modules/braces": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
+ "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
+ "dependencies": {
+ "arr-flatten": "^1.1.0",
+ "array-unique": "^0.3.2",
+ "extend-shallow": "^2.0.1",
+ "fill-range": "^4.0.0",
+ "isobject": "^3.0.1",
+ "repeat-element": "^1.1.2",
+ "snapdragon": "^0.8.1",
+ "snapdragon-node": "^2.0.1",
+ "split-string": "^3.0.2",
+ "to-regex": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/http-proxy-middleware/node_modules/braces/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/http-proxy-middleware/node_modules/fill-range": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
+ "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
+ "dependencies": {
+ "extend-shallow": "^2.0.1",
+ "is-number": "^3.0.0",
+ "repeat-string": "^1.6.1",
+ "to-regex-range": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/http-proxy-middleware/node_modules/fill-range/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/http-proxy-middleware/node_modules/is-number": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
+ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/http-proxy-middleware/node_modules/is-number/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/http-proxy-middleware/node_modules/micromatch": {
+ "version": "3.1.10",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
+ "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
+ "dependencies": {
+ "arr-diff": "^4.0.0",
+ "array-unique": "^0.3.2",
+ "braces": "^2.3.1",
+ "define-property": "^2.0.2",
+ "extend-shallow": "^3.0.2",
+ "extglob": "^2.0.4",
+ "fragment-cache": "^0.2.1",
+ "kind-of": "^6.0.2",
+ "nanomatch": "^1.2.9",
+ "object.pick": "^1.3.0",
+ "regex-not": "^1.0.0",
+ "snapdragon": "^0.8.1",
+ "to-regex": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/http-proxy-middleware/node_modules/to-regex-range": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
+ "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
+ "dependencies": {
+ "is-number": "^3.0.0",
+ "repeat-string": "^1.6.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/http-signature": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
+ "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=",
+ "dependencies": {
+ "assert-plus": "^1.0.0",
+ "jsprim": "^1.2.2",
+ "sshpk": "^1.7.0"
+ },
+ "engines": {
+ "node": ">=0.8",
+ "npm": ">=1.3.7"
+ }
+ },
+ "node_modules/https-browserify": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz",
+ "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM="
+ },
+ "node_modules/human-signals": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
+ "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==",
+ "engines": {
+ "node": ">=8.12.0"
+ }
+ },
+ "node_modules/humanize-url": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/humanize-url/-/humanize-url-1.0.1.tgz",
+ "integrity": "sha1-9KuZ4NKIF0yk4eUEB8VfuuRk7/8=",
+ "dependencies": {
+ "normalize-url": "^1.0.0",
+ "strip-url-auth": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/husky": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/husky/-/husky-3.1.0.tgz",
+ "integrity": "sha512-FJkPoHHB+6s4a+jwPqBudBDvYZsoQW5/HBuMSehC8qDiCe50kpcxeqFoDSlow+9I6wg47YxBoT3WxaURlrDIIQ==",
+ "dev": true,
+ "hasInstallScript": true,
+ "dependencies": {
+ "chalk": "^2.4.2",
+ "ci-info": "^2.0.0",
+ "cosmiconfig": "^5.2.1",
+ "execa": "^1.0.0",
+ "get-stdin": "^7.0.0",
+ "opencollective-postinstall": "^2.0.2",
+ "pkg-dir": "^4.2.0",
+ "please-upgrade-node": "^3.2.0",
+ "read-pkg": "^5.2.0",
+ "run-node": "^1.0.0",
+ "slash": "^3.0.0"
+ },
+ "bin": {
+ "husky-run": "run.js",
+ "husky-upgrade": "lib/upgrader/bin.js"
+ },
+ "engines": {
+ "node": ">=8.6.0"
+ }
+ },
+ "node_modules/husky/node_modules/cosmiconfig": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz",
+ "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==",
+ "dev": true,
+ "dependencies": {
+ "import-fresh": "^2.0.0",
+ "is-directory": "^0.3.1",
+ "js-yaml": "^3.13.1",
+ "parse-json": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/husky/node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dev": true,
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/husky/node_modules/get-stdin": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-7.0.0.tgz",
+ "integrity": "sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/husky/node_modules/import-fresh": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz",
+ "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=",
+ "dev": true,
+ "dependencies": {
+ "caller-path": "^2.0.0",
+ "resolve-from": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/husky/node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dev": true,
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/husky/node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dev": true,
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/husky/node_modules/parse-json": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
+ "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
+ "dev": true,
+ "dependencies": {
+ "error-ex": "^1.3.1",
+ "json-parse-better-errors": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/husky/node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/husky/node_modules/pkg-dir": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
+ "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
+ "dev": true,
+ "dependencies": {
+ "find-up": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/husky/node_modules/read-pkg": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
+ "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
+ "dev": true,
+ "dependencies": {
+ "@types/normalize-package-data": "^2.4.0",
+ "normalize-package-data": "^2.5.0",
+ "parse-json": "^5.0.0",
+ "type-fest": "^0.6.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/husky/node_modules/read-pkg/node_modules/parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/husky/node_modules/resolve-from": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
+ "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/husky/node_modules/type-fest": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
+ "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/iconv-lite": {
+ "version": "0.4.24",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
+ "dependencies": {
+ "safer-buffer": ">= 2.1.2 < 3"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/icss-utils": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-4.1.1.tgz",
+ "integrity": "sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==",
+ "dependencies": {
+ "postcss": "^7.0.14"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/identity-obj-proxy": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz",
+ "integrity": "sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ=",
+ "dependencies": {
+ "harmony-reflect": "^1.4.6"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/ieee754": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="
+ },
+ "node_modules/iferr": {
+ "version": "0.1.5",
+ "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz",
+ "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE="
+ },
+ "node_modules/ignore": {
+ "version": "5.1.8",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz",
+ "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==",
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/import-cwd": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz",
+ "integrity": "sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=",
+ "dependencies": {
+ "import-from": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/import-fresh": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
+ "dependencies": {
+ "parent-module": "^1.0.0",
+ "resolve-from": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/import-from": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz",
+ "integrity": "sha1-M1238qev/VOqpHHUuAId7ja387E=",
+ "dependencies": {
+ "resolve-from": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/import-from/node_modules/resolve-from": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
+ "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/import-local": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.0.2.tgz",
+ "integrity": "sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA==",
+ "dependencies": {
+ "pkg-dir": "^4.2.0",
+ "resolve-cwd": "^3.0.0"
+ },
+ "bin": {
+ "import-local-fixture": "fixtures/cli.js"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/import-local/node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/import-local/node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/import-local/node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/import-local/node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/import-local/node_modules/pkg-dir": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
+ "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
+ "dependencies": {
+ "find-up": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/imurmurhash": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
+ "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
+ "engines": {
+ "node": ">=0.8.19"
+ }
+ },
+ "node_modules/in-publish": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.1.tgz",
+ "integrity": "sha512-oDM0kUSNFC31ShNxHKUyfZKy8ZeXZBWMjMdZHKLOk13uvT27VTL/QzRGfRUcevJhpkZAvlhPYuXkF7eNWrtyxQ==",
+ "bin": {
+ "in-install": "in-install.js",
+ "in-publish": "in-publish.js",
+ "not-in-install": "not-in-install.js",
+ "not-in-publish": "not-in-publish.js"
+ }
+ },
+ "node_modules/indent-string": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
+ "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/indexes-of": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz",
+ "integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc="
+ },
+ "node_modules/infer-owner": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz",
+ "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A=="
+ },
+ "node_modules/inflight": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
+ "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
+ "dependencies": {
+ "once": "^1.3.0",
+ "wrappy": "1"
+ }
+ },
+ "node_modules/inherits": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
+ },
+ "node_modules/ini": {
+ "version": "1.3.8",
+ "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
+ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
+ },
+ "node_modules/internal-ip": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-4.3.0.tgz",
+ "integrity": "sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==",
+ "dependencies": {
+ "default-gateway": "^4.2.0",
+ "ipaddr.js": "^1.9.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/internal-slot": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.2.tgz",
+ "integrity": "sha512-2cQNfwhAfJIkU4KZPkDI+Gj5yNNnbqi40W9Gge6dfnk4TocEVm00B3bdiL+JINrbGJil2TeHvM4rETGzk/f/0g==",
+ "dependencies": {
+ "es-abstract": "^1.17.0-next.1",
+ "has": "^1.0.3",
+ "side-channel": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/internal-slot/node_modules/es-abstract": {
+ "version": "1.17.7",
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz",
+ "integrity": "sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==",
+ "dependencies": {
+ "es-to-primitive": "^1.2.1",
+ "function-bind": "^1.1.1",
+ "has": "^1.0.3",
+ "has-symbols": "^1.0.1",
+ "is-callable": "^1.2.2",
+ "is-regex": "^1.1.1",
+ "object-inspect": "^1.8.0",
+ "object-keys": "^1.1.1",
+ "object.assign": "^4.1.1",
+ "string.prototype.trimend": "^1.0.1",
+ "string.prototype.trimstart": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/ip": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
+ "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo="
+ },
+ "node_modules/ip-regex": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz",
+ "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/ipaddr.js": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
+ "engines": {
+ "node": ">= 0.10"
+ }
+ },
+ "node_modules/is-absolute-url": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.1.0.tgz",
+ "integrity": "sha1-UFMN+4T8yap9vnhS6Do3uTufKqY=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-accessor-descriptor": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
+ "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-accessor-descriptor/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-alphabetical": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz",
+ "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg=="
+ },
+ "node_modules/is-alphanumerical": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz",
+ "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==",
+ "dependencies": {
+ "is-alphabetical": "^1.0.0",
+ "is-decimal": "^1.0.0"
+ }
+ },
+ "node_modules/is-arguments": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.0.tgz",
+ "integrity": "sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg==",
+ "dependencies": {
+ "call-bind": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/is-arrayish": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
+ "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0="
+ },
+ "node_modules/is-binary-path": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
+ "optional": true,
+ "dependencies": {
+ "binary-extensions": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-boolean-object": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.0.tgz",
+ "integrity": "sha512-a7Uprx8UtD+HWdyYwnD1+ExtTgqQtD2k/1yJgtXP6wnMm8byhkoTZRl+95LLThpzNZJ5aEvi46cdH+ayMFRwmA==",
+ "dependencies": {
+ "call-bind": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/is-buffer": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w=="
+ },
+ "node_modules/is-callable": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.2.tgz",
+ "integrity": "sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/is-ci": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz",
+ "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==",
+ "dependencies": {
+ "ci-info": "^2.0.0"
+ },
+ "bin": {
+ "is-ci": "bin.js"
+ }
+ },
+ "node_modules/is-color-stop": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-color-stop/-/is-color-stop-1.1.0.tgz",
+ "integrity": "sha1-z/9HGu5N1cnhWFmPvhKWe1za00U=",
+ "dependencies": {
+ "css-color-names": "^0.0.4",
+ "hex-color-regex": "^1.1.0",
+ "hsl-regex": "^1.0.0",
+ "hsla-regex": "^1.0.0",
+ "rgb-regex": "^1.0.1",
+ "rgba-regex": "^1.0.0"
+ }
+ },
+ "node_modules/is-core-module": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.2.0.tgz",
+ "integrity": "sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==",
+ "dependencies": {
+ "has": "^1.0.3"
+ }
+ },
+ "node_modules/is-data-descriptor": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
+ "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-data-descriptor/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-date-object": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz",
+ "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/is-decimal": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz",
+ "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw=="
+ },
+ "node_modules/is-descriptor": {
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
+ "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
+ "dependencies": {
+ "is-accessor-descriptor": "^0.1.6",
+ "is-data-descriptor": "^0.1.4",
+ "kind-of": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-descriptor/node_modules/kind-of": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
+ "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-directory": {
+ "version": "0.3.1",
+ "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz",
+ "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-docker": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.1.1.tgz",
+ "integrity": "sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw==",
+ "bin": {
+ "is-docker": "cli.js"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-extglob": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
+ "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-finite": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz",
+ "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-fullwidth-code-point": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
+ "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
+ "dependencies": {
+ "number-is-nan": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-generator-fn": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
+ "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/is-glob": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz",
+ "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==",
+ "dependencies": {
+ "is-extglob": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-hexadecimal": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz",
+ "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw=="
+ },
+ "node_modules/is-module": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
+ "integrity": "sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE="
+ },
+ "node_modules/is-negative-zero": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz",
+ "integrity": "sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/is-number": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
+ "engines": {
+ "node": ">=0.12.0"
+ }
+ },
+ "node_modules/is-number-object": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.4.tgz",
+ "integrity": "sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw==",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/is-obj": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz",
+ "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-path-cwd": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz",
+ "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/is-path-in-cwd": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz",
+ "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==",
+ "dependencies": {
+ "is-path-inside": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/is-path-inside": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz",
+ "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==",
+ "dependencies": {
+ "path-is-inside": "^1.0.2"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/is-plain-obj": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
+ "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-plain-object": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
+ "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
+ "dependencies": {
+ "isobject": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-potential-custom-element-name": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.0.tgz",
+ "integrity": "sha1-DFLlS8yjkbssSUsh6GJtczbG45c="
+ },
+ "node_modules/is-regex": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
+ "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
+ "dependencies": {
+ "has-symbols": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/is-regexp": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
+ "integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-resolvable": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz",
+ "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg=="
+ },
+ "node_modules/is-root": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz",
+ "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/is-stream": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
+ "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-string": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.5.tgz",
+ "integrity": "sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/is-subset": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/is-subset/-/is-subset-0.1.1.tgz",
+ "integrity": "sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY="
+ },
+ "node_modules/is-svg": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz",
+ "integrity": "sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ==",
+ "dependencies": {
+ "html-comment-regex": "^1.1.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/is-symbol": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz",
+ "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==",
+ "dependencies": {
+ "has-symbols": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/is-typedarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
+ "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo="
+ },
+ "node_modules/is-utf8": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
+ "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI="
+ },
+ "node_modules/is-whitespace-character": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz",
+ "integrity": "sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w=="
+ },
+ "node_modules/is-windows": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
+ "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-word-character": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.4.tgz",
+ "integrity": "sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA=="
+ },
+ "node_modules/is-wsl": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
+ "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
+ "dependencies": {
+ "is-docker": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/isarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
+ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
+ },
+ "node_modules/isexe": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
+ "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
+ },
+ "node_modules/isobject": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
+ "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/isstream": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
+ "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo="
+ },
+ "node_modules/istanbul-lib-coverage": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz",
+ "integrity": "sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-lib-instrument": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz",
+ "integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==",
+ "dependencies": {
+ "@babel/core": "^7.7.5",
+ "@istanbuljs/schema": "^0.1.2",
+ "istanbul-lib-coverage": "^3.0.0",
+ "semver": "^6.3.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-lib-instrument/node_modules/semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/istanbul-lib-report": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
+ "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==",
+ "dependencies": {
+ "istanbul-lib-coverage": "^3.0.0",
+ "make-dir": "^3.0.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-lib-report/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-lib-report/node_modules/make-dir": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
+ "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
+ "dependencies": {
+ "semver": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-lib-report/node_modules/semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/istanbul-lib-report/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-lib-source-maps": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz",
+ "integrity": "sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==",
+ "dependencies": {
+ "debug": "^4.1.1",
+ "istanbul-lib-coverage": "^3.0.0",
+ "source-map": "^0.6.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-reports": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.0.2.tgz",
+ "integrity": "sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==",
+ "dependencies": {
+ "html-escaper": "^2.0.0",
+ "istanbul-lib-report": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest": {
+ "version": "26.6.0",
+ "resolved": "https://registry.npmjs.org/jest/-/jest-26.6.0.tgz",
+ "integrity": "sha512-jxTmrvuecVISvKFFhOkjsWRZV7sFqdSUAd1ajOKY+/QE/aLBVstsJ/dX8GczLzwiT6ZEwwmZqtCUHLHHQVzcfA==",
+ "dependencies": {
+ "@jest/core": "^26.6.0",
+ "import-local": "^3.0.2",
+ "jest-cli": "^26.6.0"
+ },
+ "bin": {
+ "jest": "bin/jest.js"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-changed-files": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-26.6.2.tgz",
+ "integrity": "sha512-fDS7szLcY9sCtIip8Fjry9oGf3I2ht/QT21bAHm5Dmf0mD4X3ReNUf17y+bO6fR8WgbIZTlbyG1ak/53cbRzKQ==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "execa": "^4.0.0",
+ "throat": "^5.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-changed-files/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-changed-files/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/jest-changed-files/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/jest-changed-files/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-changed-files/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-changed-files/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-changed-files/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-changed-files/node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/jest-changed-files/node_modules/execa": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz",
+ "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==",
+ "dependencies": {
+ "cross-spawn": "^7.0.0",
+ "get-stream": "^5.0.0",
+ "human-signals": "^1.1.1",
+ "is-stream": "^2.0.0",
+ "merge-stream": "^2.0.0",
+ "npm-run-path": "^4.0.0",
+ "onetime": "^5.1.0",
+ "signal-exit": "^3.0.2",
+ "strip-final-newline": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-changed-files/node_modules/get-stream": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
+ "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
+ "dependencies": {
+ "pump": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-changed-files/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-changed-files/node_modules/is-stream": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz",
+ "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-changed-files/node_modules/npm-run-path": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
+ "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
+ "dependencies": {
+ "path-key": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-changed-files/node_modules/path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-changed-files/node_modules/shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-changed-files/node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-changed-files/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-changed-files/node_modules/which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/jest-circus": {
+ "version": "26.6.0",
+ "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-26.6.0.tgz",
+ "integrity": "sha512-L2/Y9szN6FJPWFK8kzWXwfp+FOR7xq0cUL4lIsdbIdwz3Vh6P1nrpcqOleSzr28zOtSHQNV9Z7Tl+KkuK7t5Ng==",
+ "dependencies": {
+ "@babel/traverse": "^7.1.0",
+ "@jest/environment": "^26.6.0",
+ "@jest/test-result": "^26.6.0",
+ "@jest/types": "^26.6.0",
+ "@types/babel__traverse": "^7.0.4",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "co": "^4.6.0",
+ "dedent": "^0.7.0",
+ "expect": "^26.6.0",
+ "is-generator-fn": "^2.0.0",
+ "jest-each": "^26.6.0",
+ "jest-matcher-utils": "^26.6.0",
+ "jest-message-util": "^26.6.0",
+ "jest-runner": "^26.6.0",
+ "jest-runtime": "^26.6.0",
+ "jest-snapshot": "^26.6.0",
+ "jest-util": "^26.6.0",
+ "pretty-format": "^26.6.0",
+ "stack-utils": "^2.0.2",
+ "throat": "^5.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-circus/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-circus/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/jest-circus/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/jest-circus/node_modules/ansi-regex": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-circus/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-circus/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-circus/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-circus/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-circus/node_modules/diff-sequences": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-26.6.2.tgz",
+ "integrity": "sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==",
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-circus/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-circus/node_modules/jest-diff": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-26.6.2.tgz",
+ "integrity": "sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==",
+ "dependencies": {
+ "chalk": "^4.0.0",
+ "diff-sequences": "^26.6.2",
+ "jest-get-type": "^26.3.0",
+ "pretty-format": "^26.6.2"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-circus/node_modules/jest-get-type": {
+ "version": "26.3.0",
+ "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz",
+ "integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==",
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-circus/node_modules/jest-matcher-utils": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz",
+ "integrity": "sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==",
+ "dependencies": {
+ "chalk": "^4.0.0",
+ "jest-diff": "^26.6.2",
+ "jest-get-type": "^26.3.0",
+ "pretty-format": "^26.6.2"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-circus/node_modules/pretty-format": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
+ "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "ansi-regex": "^5.0.0",
+ "ansi-styles": "^4.0.0",
+ "react-is": "^17.0.1"
+ },
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/jest-circus/node_modules/react-is": {
+ "version": "17.0.1",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.1.tgz",
+ "integrity": "sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA=="
+ },
+ "node_modules/jest-circus/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-config": {
+ "version": "26.6.3",
+ "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-26.6.3.tgz",
+ "integrity": "sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg==",
+ "dependencies": {
+ "@babel/core": "^7.1.0",
+ "@jest/test-sequencer": "^26.6.3",
+ "@jest/types": "^26.6.2",
+ "babel-jest": "^26.6.3",
+ "chalk": "^4.0.0",
+ "deepmerge": "^4.2.2",
+ "glob": "^7.1.1",
+ "graceful-fs": "^4.2.4",
+ "jest-environment-jsdom": "^26.6.2",
+ "jest-environment-node": "^26.6.2",
+ "jest-get-type": "^26.3.0",
+ "jest-jasmine2": "^26.6.3",
+ "jest-regex-util": "^26.0.0",
+ "jest-resolve": "^26.6.2",
+ "jest-util": "^26.6.2",
+ "jest-validate": "^26.6.2",
+ "micromatch": "^4.0.2",
+ "pretty-format": "^26.6.2"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-config/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-config/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/jest-config/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/jest-config/node_modules/ansi-regex": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-config/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-config/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-config/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-config/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-config/node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-config/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-config/node_modules/jest-get-type": {
+ "version": "26.3.0",
+ "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz",
+ "integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==",
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-config/node_modules/jest-resolve": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz",
+ "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.4",
+ "jest-pnp-resolver": "^1.2.2",
+ "jest-util": "^26.6.2",
+ "read-pkg-up": "^7.0.1",
+ "resolve": "^1.18.1",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-config/node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-config/node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-config/node_modules/parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-config/node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-config/node_modules/pretty-format": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
+ "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "ansi-regex": "^5.0.0",
+ "ansi-styles": "^4.0.0",
+ "react-is": "^17.0.1"
+ },
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/jest-config/node_modules/react-is": {
+ "version": "17.0.1",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.1.tgz",
+ "integrity": "sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA=="
+ },
+ "node_modules/jest-config/node_modules/read-pkg": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
+ "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
+ "dependencies": {
+ "@types/normalize-package-data": "^2.4.0",
+ "normalize-package-data": "^2.5.0",
+ "parse-json": "^5.0.0",
+ "type-fest": "^0.6.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-config/node_modules/read-pkg-up": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
+ "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
+ "dependencies": {
+ "find-up": "^4.1.0",
+ "read-pkg": "^5.2.0",
+ "type-fest": "^0.8.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-config/node_modules/read-pkg/node_modules/type-fest": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
+ "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-config/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-diff": {
+ "version": "24.9.0",
+ "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-24.9.0.tgz",
+ "integrity": "sha512-qMfrTs8AdJE2iqrTp0hzh7kTd2PQWrsFyj9tORoKmu32xjPjeE4NyjVRDz8ybYwqS2ik8N4hsIpiVTyFeo2lBQ==",
+ "dependencies": {
+ "chalk": "^2.0.1",
+ "diff-sequences": "^24.9.0",
+ "jest-get-type": "^24.9.0",
+ "pretty-format": "^24.9.0"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/jest-docblock": {
+ "version": "26.0.0",
+ "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-26.0.0.tgz",
+ "integrity": "sha512-RDZ4Iz3QbtRWycd8bUEPxQsTlYazfYn/h5R65Fc6gOfwozFhoImx+affzky/FFBuqISPTqjXomoIGJVKBWoo0w==",
+ "dependencies": {
+ "detect-newline": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-each": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-26.6.2.tgz",
+ "integrity": "sha512-Mer/f0KaATbjl8MCJ+0GEpNdqmnVmDYqCTJYTvoo7rqmRiDllmp2AYN+06F93nXcY3ur9ShIjS+CO/uD+BbH4A==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "chalk": "^4.0.0",
+ "jest-get-type": "^26.3.0",
+ "jest-util": "^26.6.2",
+ "pretty-format": "^26.6.2"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-each/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-each/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/jest-each/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/jest-each/node_modules/ansi-regex": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-each/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-each/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-each/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-each/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-each/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-each/node_modules/jest-get-type": {
+ "version": "26.3.0",
+ "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz",
+ "integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==",
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-each/node_modules/pretty-format": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
+ "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "ansi-regex": "^5.0.0",
+ "ansi-styles": "^4.0.0",
+ "react-is": "^17.0.1"
+ },
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/jest-each/node_modules/react-is": {
+ "version": "17.0.1",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.1.tgz",
+ "integrity": "sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA=="
+ },
+ "node_modules/jest-each/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-environment-jsdom": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-26.6.2.tgz",
+ "integrity": "sha512-jgPqCruTlt3Kwqg5/WVFyHIOJHsiAvhcp2qiR2QQstuG9yWox5+iHpU3ZrcBxW14T4fe5Z68jAfLRh7joCSP2Q==",
+ "dependencies": {
+ "@jest/environment": "^26.6.2",
+ "@jest/fake-timers": "^26.6.2",
+ "@jest/types": "^26.6.2",
+ "@types/node": "*",
+ "jest-mock": "^26.6.2",
+ "jest-util": "^26.6.2",
+ "jsdom": "^16.4.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-environment-jsdom/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-environment-jsdom/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/jest-environment-jsdom/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/jest-environment-jsdom/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-environment-jsdom/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-environment-jsdom/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-environment-jsdom/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-environment-jsdom/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-environment-jsdom/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-environment-node": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-26.6.2.tgz",
+ "integrity": "sha512-zhtMio3Exty18dy8ee8eJ9kjnRyZC1N4C1Nt/VShN1apyXc8rWGtJ9lI7vqiWcyyXS4BVSEn9lxAM2D+07/Tag==",
+ "dependencies": {
+ "@jest/environment": "^26.6.2",
+ "@jest/fake-timers": "^26.6.2",
+ "@jest/types": "^26.6.2",
+ "@types/node": "*",
+ "jest-mock": "^26.6.2",
+ "jest-util": "^26.6.2"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-environment-node/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-environment-node/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/jest-environment-node/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/jest-environment-node/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-environment-node/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-environment-node/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-environment-node/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-environment-node/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-environment-node/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-get-type": {
+ "version": "24.9.0",
+ "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-24.9.0.tgz",
+ "integrity": "sha512-lUseMzAley4LhIcpSP9Jf+fTrQ4a1yHQwLNeeVa2cEmbCGeoZAtYPOIv8JaxLD/sUpKxetKGP+gsHl8f8TSj8Q==",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/jest-haste-map": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-26.6.2.tgz",
+ "integrity": "sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "@types/graceful-fs": "^4.1.2",
+ "@types/node": "*",
+ "anymatch": "^3.0.3",
+ "fb-watchman": "^2.0.0",
+ "graceful-fs": "^4.2.4",
+ "jest-regex-util": "^26.0.0",
+ "jest-serializer": "^26.6.2",
+ "jest-util": "^26.6.2",
+ "jest-worker": "^26.6.2",
+ "micromatch": "^4.0.2",
+ "sane": "^4.0.3",
+ "walker": "^1.0.7"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ },
+ "optionalDependencies": {
+ "fsevents": "^2.1.2"
+ }
+ },
+ "node_modules/jest-haste-map/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-haste-map/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/jest-haste-map/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/jest-haste-map/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-haste-map/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-haste-map/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-haste-map/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-haste-map/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-haste-map/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-jasmine2": {
+ "version": "26.6.3",
+ "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-26.6.3.tgz",
+ "integrity": "sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==",
+ "dependencies": {
+ "@babel/traverse": "^7.1.0",
+ "@jest/environment": "^26.6.2",
+ "@jest/source-map": "^26.6.2",
+ "@jest/test-result": "^26.6.2",
+ "@jest/types": "^26.6.2",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "co": "^4.6.0",
+ "expect": "^26.6.2",
+ "is-generator-fn": "^2.0.0",
+ "jest-each": "^26.6.2",
+ "jest-matcher-utils": "^26.6.2",
+ "jest-message-util": "^26.6.2",
+ "jest-runtime": "^26.6.3",
+ "jest-snapshot": "^26.6.2",
+ "jest-util": "^26.6.2",
+ "pretty-format": "^26.6.2",
+ "throat": "^5.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/ansi-regex": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-jasmine2/node_modules/diff-sequences": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-26.6.2.tgz",
+ "integrity": "sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==",
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/jest-diff": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-26.6.2.tgz",
+ "integrity": "sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==",
+ "dependencies": {
+ "chalk": "^4.0.0",
+ "diff-sequences": "^26.6.2",
+ "jest-get-type": "^26.3.0",
+ "pretty-format": "^26.6.2"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/jest-get-type": {
+ "version": "26.3.0",
+ "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz",
+ "integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==",
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/jest-matcher-utils": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz",
+ "integrity": "sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==",
+ "dependencies": {
+ "chalk": "^4.0.0",
+ "jest-diff": "^26.6.2",
+ "jest-get-type": "^26.3.0",
+ "pretty-format": "^26.6.2"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/pretty-format": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
+ "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "ansi-regex": "^5.0.0",
+ "ansi-styles": "^4.0.0",
+ "react-is": "^17.0.1"
+ },
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/react-is": {
+ "version": "17.0.1",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.1.tgz",
+ "integrity": "sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA=="
+ },
+ "node_modules/jest-jasmine2/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-leak-detector": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-26.6.2.tgz",
+ "integrity": "sha512-i4xlXpsVSMeKvg2cEKdfhh0H39qlJlP5Ex1yQxwF9ubahboQYMgTtz5oML35AVA3B4Eu+YsmwaiKVev9KCvLxg==",
+ "dependencies": {
+ "jest-get-type": "^26.3.0",
+ "pretty-format": "^26.6.2"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-leak-detector/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-leak-detector/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/jest-leak-detector/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/jest-leak-detector/node_modules/ansi-regex": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-leak-detector/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-leak-detector/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-leak-detector/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-leak-detector/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-leak-detector/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-leak-detector/node_modules/jest-get-type": {
+ "version": "26.3.0",
+ "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz",
+ "integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==",
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-leak-detector/node_modules/pretty-format": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
+ "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "ansi-regex": "^5.0.0",
+ "ansi-styles": "^4.0.0",
+ "react-is": "^17.0.1"
+ },
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/jest-leak-detector/node_modules/react-is": {
+ "version": "17.0.1",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.1.tgz",
+ "integrity": "sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA=="
+ },
+ "node_modules/jest-leak-detector/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-matcher-utils": {
+ "version": "24.9.0",
+ "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-24.9.0.tgz",
+ "integrity": "sha512-OZz2IXsu6eaiMAwe67c1T+5tUAtQyQx27/EMEkbFAGiw52tB9em+uGbzpcgYVpA8wl0hlxKPZxrly4CXU/GjHA==",
+ "dependencies": {
+ "chalk": "^2.0.1",
+ "jest-diff": "^24.9.0",
+ "jest-get-type": "^24.9.0",
+ "pretty-format": "^24.9.0"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/jest-message-util": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-26.6.2.tgz",
+ "integrity": "sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==",
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "@jest/types": "^26.6.2",
+ "@types/stack-utils": "^2.0.0",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.4",
+ "micromatch": "^4.0.2",
+ "pretty-format": "^26.6.2",
+ "slash": "^3.0.0",
+ "stack-utils": "^2.0.2"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/ansi-regex": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-message-util/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/pretty-format": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
+ "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "ansi-regex": "^5.0.0",
+ "ansi-styles": "^4.0.0",
+ "react-is": "^17.0.1"
+ },
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/react-is": {
+ "version": "17.0.1",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.1.tgz",
+ "integrity": "sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA=="
+ },
+ "node_modules/jest-message-util/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-mock": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-26.6.2.tgz",
+ "integrity": "sha512-YyFjePHHp1LzpzYcmgqkJ0nm0gg/lJx2aZFzFy1S6eUqNjXsOqTK10zNRff2dNfssgokjkG65OlWNcIlgd3zew==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "@types/node": "*"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-mock/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-mock/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/jest-mock/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/jest-mock/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-mock/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-mock/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-mock/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-mock/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-mock/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-pnp-resolver": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz",
+ "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/jest-regex-util": {
+ "version": "26.0.0",
+ "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-26.0.0.tgz",
+ "integrity": "sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==",
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-resolve": {
+ "version": "26.6.0",
+ "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.0.tgz",
+ "integrity": "sha512-tRAz2bwraHufNp+CCmAD8ciyCpXCs1NQxB5EJAmtCFy6BN81loFEGWKzYu26Y62lAJJe4X4jg36Kf+NsQyiStQ==",
+ "dependencies": {
+ "@jest/types": "^26.6.0",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.4",
+ "jest-pnp-resolver": "^1.2.2",
+ "jest-util": "^26.6.0",
+ "read-pkg-up": "^7.0.1",
+ "resolve": "^1.17.0",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-resolve-dependencies": {
+ "version": "26.6.3",
+ "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.3.tgz",
+ "integrity": "sha512-pVwUjJkxbhe4RY8QEWzN3vns2kqyuldKpxlxJlzEYfKSvY6/bMvxoFrYYzUO1Gx28yKWN37qyV7rIoIp2h8fTg==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "jest-regex-util": "^26.0.0",
+ "jest-snapshot": "^26.6.2"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-resolve-dependencies/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-resolve-dependencies/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/jest-resolve-dependencies/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/jest-resolve-dependencies/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-resolve-dependencies/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-resolve-dependencies/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-resolve-dependencies/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-resolve-dependencies/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-resolve-dependencies/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-resolve/node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/read-pkg": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
+ "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
+ "dependencies": {
+ "@types/normalize-package-data": "^2.4.0",
+ "normalize-package-data": "^2.5.0",
+ "parse-json": "^5.0.0",
+ "type-fest": "^0.6.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/read-pkg-up": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
+ "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
+ "dependencies": {
+ "find-up": "^4.1.0",
+ "read-pkg": "^5.2.0",
+ "type-fest": "^0.8.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/read-pkg/node_modules/type-fest": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
+ "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runner": {
+ "version": "26.6.3",
+ "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-26.6.3.tgz",
+ "integrity": "sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ==",
+ "dependencies": {
+ "@jest/console": "^26.6.2",
+ "@jest/environment": "^26.6.2",
+ "@jest/test-result": "^26.6.2",
+ "@jest/types": "^26.6.2",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "emittery": "^0.7.1",
+ "exit": "^0.1.2",
+ "graceful-fs": "^4.2.4",
+ "jest-config": "^26.6.3",
+ "jest-docblock": "^26.0.0",
+ "jest-haste-map": "^26.6.2",
+ "jest-leak-detector": "^26.6.2",
+ "jest-message-util": "^26.6.2",
+ "jest-resolve": "^26.6.2",
+ "jest-runtime": "^26.6.3",
+ "jest-util": "^26.6.2",
+ "jest-worker": "^26.6.2",
+ "source-map-support": "^0.5.6",
+ "throat": "^5.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-runner/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-runner/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/jest-runner/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/jest-runner/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runner/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-runner/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-runner/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-runner/node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runner/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runner/node_modules/jest-resolve": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz",
+ "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.4",
+ "jest-pnp-resolver": "^1.2.2",
+ "jest-util": "^26.6.2",
+ "read-pkg-up": "^7.0.1",
+ "resolve": "^1.18.1",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-runner/node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runner/node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runner/node_modules/parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runner/node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runner/node_modules/read-pkg": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
+ "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
+ "dependencies": {
+ "@types/normalize-package-data": "^2.4.0",
+ "normalize-package-data": "^2.5.0",
+ "parse-json": "^5.0.0",
+ "type-fest": "^0.6.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runner/node_modules/read-pkg-up": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
+ "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
+ "dependencies": {
+ "find-up": "^4.1.0",
+ "read-pkg": "^5.2.0",
+ "type-fest": "^0.8.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runner/node_modules/read-pkg/node_modules/type-fest": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
+ "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runner/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime": {
+ "version": "26.6.3",
+ "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-26.6.3.tgz",
+ "integrity": "sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw==",
+ "dependencies": {
+ "@jest/console": "^26.6.2",
+ "@jest/environment": "^26.6.2",
+ "@jest/fake-timers": "^26.6.2",
+ "@jest/globals": "^26.6.2",
+ "@jest/source-map": "^26.6.2",
+ "@jest/test-result": "^26.6.2",
+ "@jest/transform": "^26.6.2",
+ "@jest/types": "^26.6.2",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0",
+ "cjs-module-lexer": "^0.6.0",
+ "collect-v8-coverage": "^1.0.0",
+ "exit": "^0.1.2",
+ "glob": "^7.1.3",
+ "graceful-fs": "^4.2.4",
+ "jest-config": "^26.6.3",
+ "jest-haste-map": "^26.6.2",
+ "jest-message-util": "^26.6.2",
+ "jest-mock": "^26.6.2",
+ "jest-regex-util": "^26.0.0",
+ "jest-resolve": "^26.6.2",
+ "jest-snapshot": "^26.6.2",
+ "jest-util": "^26.6.2",
+ "jest-validate": "^26.6.2",
+ "slash": "^3.0.0",
+ "strip-bom": "^4.0.0",
+ "yargs": "^15.4.1"
+ },
+ "bin": {
+ "jest-runtime": "bin/jest-runtime.js"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/ansi-regex": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/camelcase": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/cliui": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
+ "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
+ "dependencies": {
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.0",
+ "wrap-ansi": "^6.2.0"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-runtime/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
+ },
+ "node_modules/jest-runtime/node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/jest-resolve": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz",
+ "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.4",
+ "jest-pnp-resolver": "^1.2.2",
+ "jest-util": "^26.6.2",
+ "read-pkg-up": "^7.0.1",
+ "resolve": "^1.18.1",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/read-pkg": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
+ "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
+ "dependencies": {
+ "@types/normalize-package-data": "^2.4.0",
+ "normalize-package-data": "^2.5.0",
+ "parse-json": "^5.0.0",
+ "type-fest": "^0.6.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/read-pkg-up": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
+ "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
+ "dependencies": {
+ "find-up": "^4.1.0",
+ "read-pkg": "^5.2.0",
+ "type-fest": "^0.8.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/read-pkg/node_modules/type-fest": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
+ "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/string-width": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz",
+ "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/strip-ansi": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
+ "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
+ "dependencies": {
+ "ansi-regex": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/strip-bom": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
+ "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/wrap-ansi": {
+ "version": "6.2.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/yargs": {
+ "version": "15.4.1",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
+ "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
+ "dependencies": {
+ "cliui": "^6.0.0",
+ "decamelize": "^1.2.0",
+ "find-up": "^4.1.0",
+ "get-caller-file": "^2.0.1",
+ "require-directory": "^2.1.1",
+ "require-main-filename": "^2.0.0",
+ "set-blocking": "^2.0.0",
+ "string-width": "^4.2.0",
+ "which-module": "^2.0.0",
+ "y18n": "^4.0.0",
+ "yargs-parser": "^18.1.2"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/yargs-parser": {
+ "version": "18.1.3",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
+ "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
+ "dependencies": {
+ "camelcase": "^5.0.0",
+ "decamelize": "^1.2.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/jest-serializer": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-26.6.2.tgz",
+ "integrity": "sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==",
+ "dependencies": {
+ "@types/node": "*",
+ "graceful-fs": "^4.2.4"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-snapshot": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-26.6.2.tgz",
+ "integrity": "sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==",
+ "dependencies": {
+ "@babel/types": "^7.0.0",
+ "@jest/types": "^26.6.2",
+ "@types/babel__traverse": "^7.0.4",
+ "@types/prettier": "^2.0.0",
+ "chalk": "^4.0.0",
+ "expect": "^26.6.2",
+ "graceful-fs": "^4.2.4",
+ "jest-diff": "^26.6.2",
+ "jest-get-type": "^26.3.0",
+ "jest-haste-map": "^26.6.2",
+ "jest-matcher-utils": "^26.6.2",
+ "jest-message-util": "^26.6.2",
+ "jest-resolve": "^26.6.2",
+ "natural-compare": "^1.4.0",
+ "pretty-format": "^26.6.2",
+ "semver": "^7.3.2"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/ansi-regex": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-snapshot/node_modules/diff-sequences": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-26.6.2.tgz",
+ "integrity": "sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==",
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/jest-diff": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-26.6.2.tgz",
+ "integrity": "sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==",
+ "dependencies": {
+ "chalk": "^4.0.0",
+ "diff-sequences": "^26.6.2",
+ "jest-get-type": "^26.3.0",
+ "pretty-format": "^26.6.2"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/jest-get-type": {
+ "version": "26.3.0",
+ "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz",
+ "integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==",
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/jest-matcher-utils": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz",
+ "integrity": "sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==",
+ "dependencies": {
+ "chalk": "^4.0.0",
+ "jest-diff": "^26.6.2",
+ "jest-get-type": "^26.3.0",
+ "pretty-format": "^26.6.2"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/jest-resolve": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz",
+ "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.4",
+ "jest-pnp-resolver": "^1.2.2",
+ "jest-util": "^26.6.2",
+ "read-pkg-up": "^7.0.1",
+ "resolve": "^1.18.1",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/pretty-format": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
+ "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "ansi-regex": "^5.0.0",
+ "ansi-styles": "^4.0.0",
+ "react-is": "^17.0.1"
+ },
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/react-is": {
+ "version": "17.0.1",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.1.tgz",
+ "integrity": "sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA=="
+ },
+ "node_modules/jest-snapshot/node_modules/read-pkg": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
+ "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
+ "dependencies": {
+ "@types/normalize-package-data": "^2.4.0",
+ "normalize-package-data": "^2.5.0",
+ "parse-json": "^5.0.0",
+ "type-fest": "^0.6.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/read-pkg-up": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
+ "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
+ "dependencies": {
+ "find-up": "^4.1.0",
+ "read-pkg": "^5.2.0",
+ "type-fest": "^0.8.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/read-pkg/node_modules/type-fest": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
+ "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/semver": {
+ "version": "7.3.4",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz",
+ "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==",
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
+ },
+ "node_modules/jest-util": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-26.6.2.tgz",
+ "integrity": "sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.4",
+ "is-ci": "^2.0.0",
+ "micromatch": "^4.0.2"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-util/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-util/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/jest-util/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/jest-util/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-util/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-util/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-util/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-util/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-util/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-validate": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-26.6.2.tgz",
+ "integrity": "sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "camelcase": "^6.0.0",
+ "chalk": "^4.0.0",
+ "jest-get-type": "^26.3.0",
+ "leven": "^3.1.0",
+ "pretty-format": "^26.6.2"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-validate/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-validate/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/jest-validate/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/jest-validate/node_modules/ansi-regex": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-validate/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-validate/node_modules/camelcase": {
+ "version": "6.2.0",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz",
+ "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-validate/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-validate/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-validate/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-validate/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-validate/node_modules/jest-get-type": {
+ "version": "26.3.0",
+ "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz",
+ "integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==",
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-validate/node_modules/pretty-format": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
+ "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
+ "dependencies": {
+ "@jest/types": "^26.6.2",
+ "ansi-regex": "^5.0.0",
+ "ansi-styles": "^4.0.0",
+ "react-is": "^17.0.1"
+ },
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/jest-validate/node_modules/react-is": {
+ "version": "17.0.1",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.1.tgz",
+ "integrity": "sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA=="
+ },
+ "node_modules/jest-validate/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-watch-typeahead": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-0.6.1.tgz",
+ "integrity": "sha512-ITVnHhj3Jd/QkqQcTqZfRgjfyRhDFM/auzgVo2RKvSwi18YMvh0WvXDJFoFED6c7jd/5jxtu4kSOb9PTu2cPVg==",
+ "dependencies": {
+ "ansi-escapes": "^4.3.1",
+ "chalk": "^4.0.0",
+ "jest-regex-util": "^26.0.0",
+ "jest-watcher": "^26.3.0",
+ "slash": "^3.0.0",
+ "string-length": "^4.0.1",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-watch-typeahead/node_modules/ansi-regex": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-watch-typeahead/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-watch-typeahead/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-watch-typeahead/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-watch-typeahead/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-watch-typeahead/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-watch-typeahead/node_modules/strip-ansi": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
+ "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
+ "dependencies": {
+ "ansi-regex": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-watch-typeahead/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-watcher": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-26.6.2.tgz",
+ "integrity": "sha512-WKJob0P/Em2csiVthsI68p6aGKTIcsfjH9Gsx1f0A3Italz43e3ho0geSAVsmj09RWOELP1AZ/DXyJgOgDKxXQ==",
+ "dependencies": {
+ "@jest/test-result": "^26.6.2",
+ "@jest/types": "^26.6.2",
+ "@types/node": "*",
+ "ansi-escapes": "^4.2.1",
+ "chalk": "^4.0.0",
+ "jest-util": "^26.6.2",
+ "string-length": "^4.0.1"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-watcher/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest-watcher/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/jest-watcher/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/jest-watcher/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-watcher/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-watcher/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-watcher/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-watcher/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-watcher/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-worker": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
+ "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
+ "dependencies": {
+ "@types/node": "*",
+ "merge-stream": "^2.0.0",
+ "supports-color": "^7.0.0"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/jest-worker/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-worker/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest/node_modules/@jest/types": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
+ "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^15.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest/node_modules/@types/istanbul-reports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
+ "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/jest/node_modules/@types/yargs": {
+ "version": "15.0.12",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz",
+ "integrity": "sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/jest/node_modules/ansi-regex": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest/node_modules/camelcase": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/jest/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest/node_modules/cliui": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
+ "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
+ "dependencies": {
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.0",
+ "wrap-ansi": "^6.2.0"
+ }
+ },
+ "node_modules/jest/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
+ },
+ "node_modules/jest/node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest/node_modules/is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest/node_modules/jest-cli": {
+ "version": "26.6.3",
+ "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-26.6.3.tgz",
+ "integrity": "sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg==",
+ "dependencies": {
+ "@jest/core": "^26.6.3",
+ "@jest/test-result": "^26.6.2",
+ "@jest/types": "^26.6.2",
+ "chalk": "^4.0.0",
+ "exit": "^0.1.2",
+ "graceful-fs": "^4.2.4",
+ "import-local": "^3.0.2",
+ "is-ci": "^2.0.0",
+ "jest-config": "^26.6.3",
+ "jest-util": "^26.6.2",
+ "jest-validate": "^26.6.2",
+ "prompts": "^2.0.1",
+ "yargs": "^15.4.1"
+ },
+ "bin": {
+ "jest": "bin/jest.js"
+ },
+ "engines": {
+ "node": ">= 10.14.2"
+ }
+ },
+ "node_modules/jest/node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest/node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest/node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest/node_modules/string-width": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz",
+ "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest/node_modules/strip-ansi": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
+ "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
+ "dependencies": {
+ "ansi-regex": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest/node_modules/wrap-ansi": {
+ "version": "6.2.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest/node_modules/yargs": {
+ "version": "15.4.1",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
+ "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
+ "dependencies": {
+ "cliui": "^6.0.0",
+ "decamelize": "^1.2.0",
+ "find-up": "^4.1.0",
+ "get-caller-file": "^2.0.1",
+ "require-directory": "^2.1.1",
+ "require-main-filename": "^2.0.0",
+ "set-blocking": "^2.0.0",
+ "string-width": "^4.2.0",
+ "which-module": "^2.0.0",
+ "y18n": "^4.0.0",
+ "yargs-parser": "^18.1.2"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest/node_modules/yargs-parser": {
+ "version": "18.1.3",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
+ "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
+ "dependencies": {
+ "camelcase": "^5.0.0",
+ "decamelize": "^1.2.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/js-base64": {
+ "version": "2.6.4",
+ "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz",
+ "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ=="
+ },
+ "node_modules/js-tokens": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
+ },
+ "node_modules/js-yaml": {
+ "version": "3.14.1",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
+ "dependencies": {
+ "argparse": "^1.0.7",
+ "esprima": "^4.0.0"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/jsbn": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
+ "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM="
+ },
+ "node_modules/jsdom": {
+ "version": "16.4.0",
+ "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.4.0.tgz",
+ "integrity": "sha512-lYMm3wYdgPhrl7pDcRmvzPhhrGVBeVhPIqeHjzeiHN3DFmD1RBpbExbi8vU7BJdH8VAZYovR8DMt0PNNDM7k8w==",
+ "dependencies": {
+ "abab": "^2.0.3",
+ "acorn": "^7.1.1",
+ "acorn-globals": "^6.0.0",
+ "cssom": "^0.4.4",
+ "cssstyle": "^2.2.0",
+ "data-urls": "^2.0.0",
+ "decimal.js": "^10.2.0",
+ "domexception": "^2.0.1",
+ "escodegen": "^1.14.1",
+ "html-encoding-sniffer": "^2.0.1",
+ "is-potential-custom-element-name": "^1.0.0",
+ "nwsapi": "^2.2.0",
+ "parse5": "5.1.1",
+ "request": "^2.88.2",
+ "request-promise-native": "^1.0.8",
+ "saxes": "^5.0.0",
+ "symbol-tree": "^3.2.4",
+ "tough-cookie": "^3.0.1",
+ "w3c-hr-time": "^1.0.2",
+ "w3c-xmlserializer": "^2.0.0",
+ "webidl-conversions": "^6.1.0",
+ "whatwg-encoding": "^1.0.5",
+ "whatwg-mimetype": "^2.3.0",
+ "whatwg-url": "^8.0.0",
+ "ws": "^7.2.3",
+ "xml-name-validator": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jsdom/node_modules/parse5": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz",
+ "integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug=="
+ },
+ "node_modules/jsdom/node_modules/tough-cookie": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-3.0.1.tgz",
+ "integrity": "sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==",
+ "dependencies": {
+ "ip-regex": "^2.1.0",
+ "psl": "^1.1.28",
+ "punycode": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/jsesc": {
+ "version": "2.5.2",
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
+ "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
+ "bin": {
+ "jsesc": "bin/jsesc"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/json-parse-better-errors": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
+ "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="
+ },
+ "node_modules/json-parse-even-better-errors": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
+ },
+ "node_modules/json-schema": {
+ "version": "0.2.3",
+ "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
+ "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM="
+ },
+ "node_modules/json-schema-traverse": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
+ },
+ "node_modules/json-stable-stringify-without-jsonify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
+ "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE="
+ },
+ "node_modules/json-stringify-safe": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
+ "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus="
+ },
+ "node_modules/json3": {
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.3.tgz",
+ "integrity": "sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA=="
+ },
+ "node_modules/json5": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz",
+ "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==",
+ "dependencies": {
+ "minimist": "^1.2.5"
+ },
+ "bin": {
+ "json5": "lib/cli.js"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/jsonfile": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
+ "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
+ "dependencies": {
+ "graceful-fs": "^4.1.6"
+ }
+ },
+ "node_modules/jsprim": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
+ "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
+ "engines": [
+ "node >=0.6.0"
+ ],
+ "dependencies": {
+ "assert-plus": "1.0.0",
+ "extsprintf": "1.3.0",
+ "json-schema": "0.2.3",
+ "verror": "1.10.0"
+ }
+ },
+ "node_modules/jsx-ast-utils": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz",
+ "integrity": "sha512-EIsmt3O3ljsU6sot/J4E1zDRxfBNrhjyf/OKjlydwgEimQuznlM4Wv7U+ueONJMyEn1WRE0K8dhi3dVAXYT24Q==",
+ "dependencies": {
+ "array-includes": "^3.1.2",
+ "object.assign": "^4.1.2"
+ },
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/killable": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/killable/-/killable-1.0.1.tgz",
+ "integrity": "sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg=="
+ },
+ "node_modules/kind-of": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
+ "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/kleur": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
+ "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/language-subtag-registry": {
+ "version": "0.3.21",
+ "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.21.tgz",
+ "integrity": "sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg=="
+ },
+ "node_modules/language-tags": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz",
+ "integrity": "sha1-0yHbxNowuovzAk4ED6XBRmH5GTo=",
+ "dependencies": {
+ "language-subtag-registry": "~0.3.2"
+ }
+ },
+ "node_modules/last-call-webpack-plugin": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz",
+ "integrity": "sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w==",
+ "dependencies": {
+ "lodash": "^4.17.5",
+ "webpack-sources": "^1.1.0"
+ }
+ },
+ "node_modules/leven": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
+ "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/levn": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
+ "dependencies": {
+ "prelude-ls": "^1.2.1",
+ "type-check": "~0.4.0"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/lines-and-columns": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz",
+ "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
+ },
+ "node_modules/load-json-file": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
+ "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
+ "dependencies": {
+ "graceful-fs": "^4.1.2",
+ "parse-json": "^2.2.0",
+ "pify": "^2.0.0",
+ "pinkie-promise": "^2.0.0",
+ "strip-bom": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/loader-runner": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz",
+ "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==",
+ "engines": {
+ "node": ">=4.3.0 <5.0.0 || >=5.10"
+ }
+ },
+ "node_modules/loader-utils": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
+ "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
+ "dependencies": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=8.9.0"
+ }
+ },
+ "node_modules/locate-path": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
+ "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
+ "dependencies": {
+ "p-locate": "^3.0.0",
+ "path-exists": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/locate-path/node_modules/path-exists": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
+ "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/lodash": {
+ "version": "4.17.20",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
+ "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA=="
+ },
+ "node_modules/lodash._reinterpolate": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
+ "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0="
+ },
+ "node_modules/lodash.camelcase": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
+ "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY="
+ },
+ "node_modules/lodash.escape": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-4.0.1.tgz",
+ "integrity": "sha1-yQRGkMIeBClL6qUXcS/e0fqI3pg="
+ },
+ "node_modules/lodash.flattendeep": {
+ "version": "4.4.0",
+ "resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz",
+ "integrity": "sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI="
+ },
+ "node_modules/lodash.isequal": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
+ "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA="
+ },
+ "node_modules/lodash.memoize": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
+ "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4="
+ },
+ "node_modules/lodash.sortby": {
+ "version": "4.7.0",
+ "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
+ "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg="
+ },
+ "node_modules/lodash.template": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz",
+ "integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==",
+ "dependencies": {
+ "lodash._reinterpolate": "^3.0.0",
+ "lodash.templatesettings": "^4.0.0"
+ }
+ },
+ "node_modules/lodash.templatesettings": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz",
+ "integrity": "sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==",
+ "dependencies": {
+ "lodash._reinterpolate": "^3.0.0"
+ }
+ },
+ "node_modules/lodash.throttle": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz",
+ "integrity": "sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ="
+ },
+ "node_modules/lodash.uniq": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
+ "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M="
+ },
+ "node_modules/loglevel": {
+ "version": "1.7.1",
+ "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.7.1.tgz",
+ "integrity": "sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==",
+ "engines": {
+ "node": ">= 0.6.0"
+ }
+ },
+ "node_modules/loose-envify": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
+ "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
+ "dependencies": {
+ "js-tokens": "^3.0.0 || ^4.0.0"
+ },
+ "bin": {
+ "loose-envify": "cli.js"
+ }
+ },
+ "node_modules/loud-rejection": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
+ "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
+ "dependencies": {
+ "currently-unhandled": "^0.4.1",
+ "signal-exit": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/lower-case": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
+ "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
+ "dependencies": {
+ "tslib": "^2.0.3"
+ }
+ },
+ "node_modules/lower-case/node_modules/tslib": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz",
+ "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A=="
+ },
+ "node_modules/lru-cache": {
+ "version": "4.1.5",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
+ "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
+ "dependencies": {
+ "pseudomap": "^1.0.2",
+ "yallist": "^2.1.2"
+ }
+ },
+ "node_modules/magic-string": {
+ "version": "0.25.7",
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz",
+ "integrity": "sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==",
+ "dependencies": {
+ "sourcemap-codec": "^1.4.4"
+ }
+ },
+ "node_modules/make-dir": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",
+ "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
+ "dependencies": {
+ "pify": "^4.0.1",
+ "semver": "^5.6.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/make-dir/node_modules/pify": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
+ "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/makeerror": {
+ "version": "1.0.11",
+ "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz",
+ "integrity": "sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=",
+ "dependencies": {
+ "tmpl": "1.0.x"
+ }
+ },
+ "node_modules/map-cache": {
+ "version": "0.2.2",
+ "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
+ "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/map-obj": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
+ "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/map-visit": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
+ "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=",
+ "dependencies": {
+ "object-visit": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/markdown-escapes": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.4.tgz",
+ "integrity": "sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg=="
+ },
+ "node_modules/md5.js": {
+ "version": "1.3.5",
+ "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz",
+ "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==",
+ "dependencies": {
+ "hash-base": "^3.0.0",
+ "inherits": "^2.0.1",
+ "safe-buffer": "^5.1.2"
+ }
+ },
+ "node_modules/mdast-add-list-metadata": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/mdast-add-list-metadata/-/mdast-add-list-metadata-1.0.1.tgz",
+ "integrity": "sha512-fB/VP4MJ0LaRsog7hGPxgOrSL3gE/2uEdZyDuSEnKCv/8IkYHiDkIQSbChiJoHyxZZXZ9bzckyRk+vNxFzh8rA==",
+ "dependencies": {
+ "unist-util-visit-parents": "1.1.2"
+ }
+ },
+ "node_modules/mdn-data": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz",
+ "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA=="
+ },
+ "node_modules/media-typer": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
+ "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/memory-fs": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz",
+ "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=",
+ "dependencies": {
+ "errno": "^0.1.3",
+ "readable-stream": "^2.0.1"
+ }
+ },
+ "node_modules/meow": {
+ "version": "3.7.0",
+ "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
+ "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
+ "dependencies": {
+ "camelcase-keys": "^2.0.0",
+ "decamelize": "^1.1.2",
+ "loud-rejection": "^1.0.0",
+ "map-obj": "^1.0.1",
+ "minimist": "^1.1.3",
+ "normalize-package-data": "^2.3.4",
+ "object-assign": "^4.0.1",
+ "read-pkg-up": "^1.0.1",
+ "redent": "^1.0.0",
+ "trim-newlines": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/meow/node_modules/indent-string": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
+ "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
+ "dependencies": {
+ "repeating": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/meow/node_modules/redent": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
+ "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
+ "dependencies": {
+ "indent-string": "^2.1.0",
+ "strip-indent": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/meow/node_modules/strip-indent": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
+ "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
+ "dependencies": {
+ "get-stdin": "^4.0.1"
+ },
+ "bin": {
+ "strip-indent": "cli.js"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/merge-descriptors": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
+ "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E="
+ },
+ "node_modules/merge-stream": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
+ "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
+ },
+ "node_modules/merge2": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/methods": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
+ "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/microevent.ts": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/microevent.ts/-/microevent.ts-0.1.1.tgz",
+ "integrity": "sha512-jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g=="
+ },
+ "node_modules/micromatch": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz",
+ "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==",
+ "dependencies": {
+ "braces": "^3.0.1",
+ "picomatch": "^2.0.5"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/miller-rabin": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz",
+ "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==",
+ "dependencies": {
+ "bn.js": "^4.0.0",
+ "brorand": "^1.0.1"
+ },
+ "bin": {
+ "miller-rabin": "bin/miller-rabin"
+ }
+ },
+ "node_modules/miller-rabin/node_modules/bn.js": {
+ "version": "4.11.9",
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz",
+ "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw=="
+ },
+ "node_modules/mime": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
+ "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
+ "bin": {
+ "mime": "cli.js"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/mime-db": {
+ "version": "1.45.0",
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.45.0.tgz",
+ "integrity": "sha512-CkqLUxUk15hofLoLyljJSrukZi8mAtgd+yE5uO4tqRZsdsAJKv0O+rFMhVDRJgozy+yG6md5KwuXhD4ocIoP+w==",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/mime-types": {
+ "version": "2.1.28",
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.28.tgz",
+ "integrity": "sha512-0TO2yJ5YHYr7M2zzT7gDU1tbwHxEUWBCLt0lscSNpcdAfFyJOVEpRYNS7EXVcTLNj/25QO8gulHC5JtTzSE2UQ==",
+ "dependencies": {
+ "mime-db": "1.45.0"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/mimic-fn": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
+ "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/min-indent": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
+ "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/mini-css-extract-plugin": {
+ "version": "0.11.3",
+ "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.3.tgz",
+ "integrity": "sha512-n9BA8LonkOkW1/zn+IbLPQmovsL0wMb9yx75fMJQZf2X1Zoec9yTZtyMePcyu19wPkmFbzZZA6fLTotpFhQsOA==",
+ "dependencies": {
+ "loader-utils": "^1.1.0",
+ "normalize-url": "1.9.1",
+ "schema-utils": "^1.0.0",
+ "webpack-sources": "^1.1.0"
+ },
+ "engines": {
+ "node": ">= 6.9.0"
+ }
+ },
+ "node_modules/mini-css-extract-plugin/node_modules/json5": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
+ "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
+ "dependencies": {
+ "minimist": "^1.2.0"
+ },
+ "bin": {
+ "json5": "lib/cli.js"
+ }
+ },
+ "node_modules/mini-css-extract-plugin/node_modules/loader-utils": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz",
+ "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==",
+ "dependencies": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/mini-css-extract-plugin/node_modules/schema-utils": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
+ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
+ "dependencies": {
+ "ajv": "^6.1.0",
+ "ajv-errors": "^1.0.0",
+ "ajv-keywords": "^3.1.0"
+ },
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/minimalistic-assert": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
+ "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
+ },
+ "node_modules/minimalistic-crypto-utils": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
+ "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo="
+ },
+ "node_modules/minimatch": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
+ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/minimist": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
+ "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
+ },
+ "node_modules/minipass": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz",
+ "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==",
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/minipass-collect": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz",
+ "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==",
+ "dependencies": {
+ "minipass": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/minipass-flush": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz",
+ "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==",
+ "dependencies": {
+ "minipass": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/minipass-pipeline": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz",
+ "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==",
+ "dependencies": {
+ "minipass": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/minipass/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
+ },
+ "node_modules/minizlib": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
+ "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
+ "dependencies": {
+ "minipass": "^3.0.0",
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/minizlib/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
+ },
+ "node_modules/mississippi": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz",
+ "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==",
+ "dependencies": {
+ "concat-stream": "^1.5.0",
+ "duplexify": "^3.4.2",
+ "end-of-stream": "^1.1.0",
+ "flush-write-stream": "^1.0.0",
+ "from2": "^2.1.0",
+ "parallel-transform": "^1.1.0",
+ "pump": "^3.0.0",
+ "pumpify": "^1.3.3",
+ "stream-each": "^1.1.0",
+ "through2": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/mixin-deep": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",
+ "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",
+ "dependencies": {
+ "for-in": "^1.0.2",
+ "is-extendable": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/mixin-deep/node_modules/is-extendable": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
+ "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
+ "dependencies": {
+ "is-plain-object": "^2.0.4"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/mkdirp": {
+ "version": "0.5.5",
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
+ "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
+ "dependencies": {
+ "minimist": "^1.2.5"
+ },
+ "bin": {
+ "mkdirp": "bin/cmd.js"
+ }
+ },
+ "node_modules/moo": {
+ "version": "0.5.1",
+ "resolved": "https://registry.npmjs.org/moo/-/moo-0.5.1.tgz",
+ "integrity": "sha512-I1mnb5xn4fO80BH9BLcF0yLypy2UKl+Cb01Fu0hJRkJjlCRtxZMWkTdAtDd5ZqCOxtCkhmRwyI57vWT+1iZ67w=="
+ },
+ "node_modules/move-concurrently": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz",
+ "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=",
+ "dependencies": {
+ "aproba": "^1.1.1",
+ "copy-concurrently": "^1.0.0",
+ "fs-write-stream-atomic": "^1.0.8",
+ "mkdirp": "^0.5.1",
+ "rimraf": "^2.5.4",
+ "run-queue": "^1.0.3"
+ }
+ },
+ "node_modules/mri": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/mri/-/mri-1.1.6.tgz",
+ "integrity": "sha512-oi1b3MfbyGa7FJMP9GmLTttni5JoICpYBRlq+x5V16fZbLsnL9N3wFqqIm/nIG43FjUFkFh9Epzp/kzUGUnJxQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/ms": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
+ },
+ "node_modules/multicast-dns": {
+ "version": "6.2.3",
+ "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz",
+ "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==",
+ "dependencies": {
+ "dns-packet": "^1.3.1",
+ "thunky": "^1.0.2"
+ },
+ "bin": {
+ "multicast-dns": "cli.js"
+ }
+ },
+ "node_modules/multicast-dns-service-types": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz",
+ "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE="
+ },
+ "node_modules/multimatch": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-4.0.0.tgz",
+ "integrity": "sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ==",
+ "dev": true,
+ "dependencies": {
+ "@types/minimatch": "^3.0.3",
+ "array-differ": "^3.0.0",
+ "array-union": "^2.1.0",
+ "arrify": "^2.0.1",
+ "minimatch": "^3.0.4"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/multimatch/node_modules/array-union": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
+ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/nan": {
+ "version": "2.14.2",
+ "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz",
+ "integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ=="
+ },
+ "node_modules/nanoid": {
+ "version": "3.1.20",
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz",
+ "integrity": "sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw==",
+ "bin": {
+ "nanoid": "bin/nanoid.cjs"
+ },
+ "engines": {
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
+ }
+ },
+ "node_modules/nanomatch": {
+ "version": "1.2.13",
+ "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
+ "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
+ "dependencies": {
+ "arr-diff": "^4.0.0",
+ "array-unique": "^0.3.2",
+ "define-property": "^2.0.2",
+ "extend-shallow": "^3.0.2",
+ "fragment-cache": "^0.2.1",
+ "is-windows": "^1.0.2",
+ "kind-of": "^6.0.2",
+ "object.pick": "^1.3.0",
+ "regex-not": "^1.0.0",
+ "snapdragon": "^0.8.1",
+ "to-regex": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/native-url": {
+ "version": "0.2.6",
+ "resolved": "https://registry.npmjs.org/native-url/-/native-url-0.2.6.tgz",
+ "integrity": "sha512-k4bDC87WtgrdD362gZz6zoiXQrl40kYlBmpfmSjwRO1VU0V5ccwJTlxuE72F6m3V0vc1xOf6n3UCP9QyerRqmA==",
+ "dependencies": {
+ "querystring": "^0.2.0"
+ }
+ },
+ "node_modules/natural-compare": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
+ "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc="
+ },
+ "node_modules/nearley": {
+ "version": "2.20.1",
+ "resolved": "https://registry.npmjs.org/nearley/-/nearley-2.20.1.tgz",
+ "integrity": "sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==",
+ "dependencies": {
+ "commander": "^2.19.0",
+ "moo": "^0.5.0",
+ "railroad-diagrams": "^1.0.0",
+ "randexp": "0.4.6"
+ },
+ "bin": {
+ "nearley-railroad": "bin/nearley-railroad.js",
+ "nearley-test": "bin/nearley-test.js",
+ "nearley-unparse": "bin/nearley-unparse.js",
+ "nearleyc": "bin/nearleyc.js"
+ }
+ },
+ "node_modules/negotiator": {
+ "version": "0.6.2",
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
+ "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/neo-async": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
+ "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
+ },
+ "node_modules/next-tick": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz",
+ "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw="
+ },
+ "node_modules/nice-try": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
+ "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ=="
+ },
+ "node_modules/no-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
+ "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
+ "dependencies": {
+ "lower-case": "^2.0.2",
+ "tslib": "^2.0.3"
+ }
+ },
+ "node_modules/no-case/node_modules/tslib": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz",
+ "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A=="
+ },
+ "node_modules/node-forge": {
+ "version": "0.10.0",
+ "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz",
+ "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==",
+ "engines": {
+ "node": ">= 6.0.0"
+ }
+ },
+ "node_modules/node-gyp": {
+ "version": "3.8.0",
+ "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz",
+ "integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==",
+ "dependencies": {
+ "fstream": "^1.0.0",
+ "glob": "^7.0.3",
+ "graceful-fs": "^4.1.2",
+ "mkdirp": "^0.5.0",
+ "nopt": "2 || 3",
+ "npmlog": "0 || 1 || 2 || 3 || 4",
+ "osenv": "0",
+ "request": "^2.87.0",
+ "rimraf": "2",
+ "semver": "~5.3.0",
+ "tar": "^2.0.0",
+ "which": "1"
+ },
+ "bin": {
+ "node-gyp": "bin/node-gyp.js"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/node-gyp/node_modules/semver": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
+ "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=",
+ "bin": {
+ "semver": "bin/semver"
+ }
+ },
+ "node_modules/node-int64": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
+ "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs="
+ },
+ "node_modules/node-libs-browser": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz",
+ "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==",
+ "dependencies": {
+ "assert": "^1.1.1",
+ "browserify-zlib": "^0.2.0",
+ "buffer": "^4.3.0",
+ "console-browserify": "^1.1.0",
+ "constants-browserify": "^1.0.0",
+ "crypto-browserify": "^3.11.0",
+ "domain-browser": "^1.1.1",
+ "events": "^3.0.0",
+ "https-browserify": "^1.0.0",
+ "os-browserify": "^0.3.0",
+ "path-browserify": "0.0.1",
+ "process": "^0.11.10",
+ "punycode": "^1.2.4",
+ "querystring-es3": "^0.2.0",
+ "readable-stream": "^2.3.3",
+ "stream-browserify": "^2.0.1",
+ "stream-http": "^2.7.2",
+ "string_decoder": "^1.0.0",
+ "timers-browserify": "^2.0.4",
+ "tty-browserify": "0.0.0",
+ "url": "^0.11.0",
+ "util": "^0.11.0",
+ "vm-browserify": "^1.0.1"
+ }
+ },
+ "node_modules/node-libs-browser/node_modules/punycode": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
+ "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4="
+ },
+ "node_modules/node-modules-regexp": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz",
+ "integrity": "sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/node-notifier": {
+ "version": "8.0.1",
+ "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-8.0.1.tgz",
+ "integrity": "sha512-BvEXF+UmsnAfYfoapKM9nGxnP+Wn7P91YfXmrKnfcYCx6VBeoN5Ez5Ogck6I8Bi5k4RlpqRYaw75pAwzX9OphA==",
+ "optional": true,
+ "dependencies": {
+ "growly": "^1.3.0",
+ "is-wsl": "^2.2.0",
+ "semver": "^7.3.2",
+ "shellwords": "^0.1.1",
+ "uuid": "^8.3.0",
+ "which": "^2.0.2"
+ }
+ },
+ "node_modules/node-notifier/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "optional": true,
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/node-notifier/node_modules/semver": {
+ "version": "7.3.4",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz",
+ "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==",
+ "optional": true,
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/node-notifier/node_modules/uuid": {
+ "version": "8.3.2",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
+ "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
+ "optional": true,
+ "bin": {
+ "uuid": "dist/bin/uuid"
+ }
+ },
+ "node_modules/node-notifier/node_modules/which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "optional": true,
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/node-notifier/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "optional": true
+ },
+ "node_modules/node-releases": {
+ "version": "1.1.70",
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.70.tgz",
+ "integrity": "sha512-Slf2s69+2/uAD79pVVQo8uSiC34+g8GWY8UH2Qtqv34ZfhYrxpYpfzs9Js9d6O0mbDmALuxaTlplnBTnSELcrw=="
+ },
+ "node_modules/node-sass": {
+ "version": "4.14.1",
+ "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz",
+ "integrity": "sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==",
+ "hasInstallScript": true,
+ "dependencies": {
+ "async-foreach": "^0.1.3",
+ "chalk": "^1.1.1",
+ "cross-spawn": "^3.0.0",
+ "gaze": "^1.0.0",
+ "get-stdin": "^4.0.1",
+ "glob": "^7.0.3",
+ "in-publish": "^2.0.0",
+ "lodash": "^4.17.15",
+ "meow": "^3.7.0",
+ "mkdirp": "^0.5.1",
+ "nan": "^2.13.2",
+ "node-gyp": "^3.8.0",
+ "npmlog": "^4.0.0",
+ "request": "^2.88.0",
+ "sass-graph": "2.2.5",
+ "stdout-stream": "^1.4.0",
+ "true-case-path": "^1.0.2"
+ },
+ "bin": {
+ "node-sass": "bin/node-sass"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/node-sass/node_modules/ansi-styles": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
+ "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/node-sass/node_modules/chalk": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
+ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
+ "dependencies": {
+ "ansi-styles": "^2.2.1",
+ "escape-string-regexp": "^1.0.2",
+ "has-ansi": "^2.0.0",
+ "strip-ansi": "^3.0.0",
+ "supports-color": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/node-sass/node_modules/supports-color": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
+ "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/nopt": {
+ "version": "3.0.6",
+ "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
+ "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
+ "dependencies": {
+ "abbrev": "1"
+ },
+ "bin": {
+ "nopt": "bin/nopt.js"
+ }
+ },
+ "node_modules/normalize-package-data": {
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
+ "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
+ "dependencies": {
+ "hosted-git-info": "^2.1.4",
+ "resolve": "^1.10.0",
+ "semver": "2 || 3 || 4 || 5",
+ "validate-npm-package-license": "^3.0.1"
+ }
+ },
+ "node_modules/normalize-path": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/normalize-range": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
+ "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/normalize-url": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz",
+ "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=",
+ "dependencies": {
+ "object-assign": "^4.0.1",
+ "prepend-http": "^1.0.0",
+ "query-string": "^4.1.0",
+ "sort-keys": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/npm-run-path": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
+ "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
+ "dependencies": {
+ "path-key": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/npmlog": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
+ "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
+ "dependencies": {
+ "are-we-there-yet": "~1.1.2",
+ "console-control-strings": "~1.1.0",
+ "gauge": "~2.7.3",
+ "set-blocking": "~2.0.0"
+ }
+ },
+ "node_modules/nth-check": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.0.tgz",
+ "integrity": "sha512-i4sc/Kj8htBrAiH1viZ0TgU8Y5XqCaV/FziYK6TBczxmeKm3AEFWqqF3195yKudrarqy7Zu80Ra5dobFjn9X/Q==",
+ "dependencies": {
+ "boolbase": "^1.0.0"
+ }
+ },
+ "node_modules/num2fraction": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
+ "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4="
+ },
+ "node_modules/number-is-nan": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
+ "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/nwsapi": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz",
+ "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ=="
+ },
+ "node_modules/oauth-sign": {
+ "version": "0.9.0",
+ "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
+ "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==",
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/object-assign": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
+ "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object-copy": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
+ "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=",
+ "dependencies": {
+ "copy-descriptor": "^0.1.0",
+ "define-property": "^0.2.5",
+ "kind-of": "^3.0.3"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object-copy/node_modules/define-property": {
+ "version": "0.2.5",
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
+ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
+ "dependencies": {
+ "is-descriptor": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object-copy/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object-inspect": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.9.0.tgz",
+ "integrity": "sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw=="
+ },
+ "node_modules/object-is": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.4.tgz",
+ "integrity": "sha512-1ZvAZ4wlF7IyPVOcE1Omikt7UpaFlOQq0HlSti+ZvDH3UiD2brwGMwDbyV43jao2bKJ+4+WdPJHSd7kgzKYVqg==",
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/object-keys": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/object-visit": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",
+ "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=",
+ "dependencies": {
+ "isobject": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object.assign": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz",
+ "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3",
+ "has-symbols": "^1.0.1",
+ "object-keys": "^1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/object.entries": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.3.tgz",
+ "integrity": "sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg==",
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.18.0-next.1",
+ "has": "^1.0.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/object.fromentries": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.3.tgz",
+ "integrity": "sha512-IDUSMXs6LOSJBWE++L0lzIbSqHl9KDCfff2x/JSEIDtEUavUnyMYC2ZGay/04Zq4UT8lvd4xNhU4/YHKibAOlw==",
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.18.0-next.1",
+ "has": "^1.0.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/object.getownpropertydescriptors": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.1.tgz",
+ "integrity": "sha512-6DtXgZ/lIZ9hqx4GtZETobXLR/ZLaa0aqV0kzbn80Rf8Z2e/XFnhA0I7p07N2wH8bBBltr2xQPi6sbKWAY2Eng==",
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.18.0-next.1"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/object.pick": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
+ "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=",
+ "dependencies": {
+ "isobject": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object.values": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.2.tgz",
+ "integrity": "sha512-MYC0jvJopr8EK6dPBiO8Nb9mvjdypOachO5REGk6MXzujbBrAisKo3HmdEI6kZDL6fC31Mwee/5YbtMebixeag==",
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.18.0-next.1",
+ "has": "^1.0.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/obuf": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
+ "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg=="
+ },
+ "node_modules/on-finished": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
+ "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
+ "dependencies": {
+ "ee-first": "1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/on-headers": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
+ "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/once": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
+ "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
+ "dependencies": {
+ "wrappy": "1"
+ }
+ },
+ "node_modules/onetime": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
+ "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
+ "dependencies": {
+ "mimic-fn": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/open": {
+ "version": "7.3.1",
+ "resolved": "https://registry.npmjs.org/open/-/open-7.3.1.tgz",
+ "integrity": "sha512-f2wt9DCBKKjlFbjzGb8MOAW8LH8F0mrs1zc7KTjAJ9PZNQbfenzWbNP1VZJvw6ICMG9r14Ah6yfwPn7T7i646A==",
+ "dependencies": {
+ "is-docker": "^2.0.0",
+ "is-wsl": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/opencollective-postinstall": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz",
+ "integrity": "sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q==",
+ "dev": true,
+ "bin": {
+ "opencollective-postinstall": "index.js"
+ }
+ },
+ "node_modules/opn": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz",
+ "integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==",
+ "dependencies": {
+ "is-wsl": "^1.1.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/opn/node_modules/is-wsl": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
+ "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/optimize-css-assets-webpack-plugin": {
+ "version": "5.0.4",
+ "resolved": "https://registry.npmjs.org/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.4.tgz",
+ "integrity": "sha512-wqd6FdI2a5/FdoiCNNkEvLeA//lHHfG24Ln2Xm2qqdIk4aOlsR18jwpyOihqQ8849W3qu2DX8fOYxpvTMj+93A==",
+ "dependencies": {
+ "cssnano": "^4.1.10",
+ "last-call-webpack-plugin": "^3.0.0"
+ }
+ },
+ "node_modules/optionator": {
+ "version": "0.9.1",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
+ "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
+ "dependencies": {
+ "deep-is": "^0.1.3",
+ "fast-levenshtein": "^2.0.6",
+ "levn": "^0.4.1",
+ "prelude-ls": "^1.2.1",
+ "type-check": "^0.4.0",
+ "word-wrap": "^1.2.3"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/original": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/original/-/original-1.0.2.tgz",
+ "integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==",
+ "dependencies": {
+ "url-parse": "^1.4.3"
+ }
+ },
+ "node_modules/os-browserify": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz",
+ "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc="
+ },
+ "node_modules/os-homedir": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
+ "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/os-tmpdir": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
+ "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/osenv": {
+ "version": "0.1.5",
+ "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz",
+ "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==",
+ "dependencies": {
+ "os-homedir": "^1.0.0",
+ "os-tmpdir": "^1.0.0"
+ }
+ },
+ "node_modules/p-each-series": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-2.2.0.tgz",
+ "integrity": "sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/p-finally": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
+ "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dependencies": {
+ "p-try": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/p-locate": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
+ "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
+ "dependencies": {
+ "p-limit": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/p-map": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
+ "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
+ "dependencies": {
+ "aggregate-error": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/p-retry": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-3.0.1.tgz",
+ "integrity": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==",
+ "dependencies": {
+ "retry": "^0.12.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/p-try": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/pako": {
+ "version": "1.0.11",
+ "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
+ "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw=="
+ },
+ "node_modules/parallel-transform": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz",
+ "integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==",
+ "dependencies": {
+ "cyclist": "^1.0.1",
+ "inherits": "^2.0.3",
+ "readable-stream": "^2.1.5"
+ }
+ },
+ "node_modules/param-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
+ "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
+ "dependencies": {
+ "dot-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
+ "node_modules/param-case/node_modules/tslib": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz",
+ "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A=="
+ },
+ "node_modules/parent-module": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
+ "dependencies": {
+ "callsites": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/parse-asn1": {
+ "version": "5.1.6",
+ "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz",
+ "integrity": "sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==",
+ "dependencies": {
+ "asn1.js": "^5.2.0",
+ "browserify-aes": "^1.0.0",
+ "evp_bytestokey": "^1.0.0",
+ "pbkdf2": "^3.0.3",
+ "safe-buffer": "^5.1.1"
+ }
+ },
+ "node_modules/parse-entities": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-1.2.2.tgz",
+ "integrity": "sha512-NzfpbxW/NPrzZ/yYSoQxyqUZMZXIdCfE0OIN4ESsnptHJECoUk3FZktxNuzQf4tjt5UEopnxpYJbvYuxIFDdsg==",
+ "dependencies": {
+ "character-entities": "^1.0.0",
+ "character-entities-legacy": "^1.0.0",
+ "character-reference-invalid": "^1.0.0",
+ "is-alphanumerical": "^1.0.0",
+ "is-decimal": "^1.0.0",
+ "is-hexadecimal": "^1.0.0"
+ }
+ },
+ "node_modules/parse-json": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
+ "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
+ "dependencies": {
+ "error-ex": "^1.2.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/parse5": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
+ "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="
+ },
+ "node_modules/parse5-htmlparser2-tree-adapter": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz",
+ "integrity": "sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==",
+ "dependencies": {
+ "parse5": "^6.0.1"
+ }
+ },
+ "node_modules/parseurl": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/pascal-case": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
+ "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
+ "dependencies": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
+ "node_modules/pascal-case/node_modules/tslib": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz",
+ "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A=="
+ },
+ "node_modules/pascalcase": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
+ "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/path-browserify": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz",
+ "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ=="
+ },
+ "node_modules/path-dirname": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz",
+ "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA="
+ },
+ "node_modules/path-exists": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
+ "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
+ "dependencies": {
+ "pinkie-promise": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/path-is-absolute": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
+ "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/path-is-inside": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
+ "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM="
+ },
+ "node_modules/path-key": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
+ "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/path-parse": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
+ "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw=="
+ },
+ "node_modules/path-to-regexp": {
+ "version": "0.1.7",
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
+ "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
+ },
+ "node_modules/path-type": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
+ "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
+ "dependencies": {
+ "graceful-fs": "^4.1.2",
+ "pify": "^2.0.0",
+ "pinkie-promise": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/pbkdf2": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.1.tgz",
+ "integrity": "sha512-4Ejy1OPxi9f2tt1rRV7Go7zmfDQ+ZectEQz3VGUQhgq62HtIRPDyG/JtnwIxs6x3uNMwo2V7q1fMvKjb+Tnpqg==",
+ "dependencies": {
+ "create-hash": "^1.1.2",
+ "create-hmac": "^1.1.4",
+ "ripemd160": "^2.0.1",
+ "safe-buffer": "^5.0.1",
+ "sha.js": "^2.4.8"
+ },
+ "engines": {
+ "node": ">=0.12"
+ }
+ },
+ "node_modules/performance-now": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
+ "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
+ },
+ "node_modules/picomatch": {
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz",
+ "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==",
+ "engines": {
+ "node": ">=8.6"
+ }
+ },
+ "node_modules/pify": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
+ "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/pinkie": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
+ "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/pinkie-promise": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
+ "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
+ "dependencies": {
+ "pinkie": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/pirates": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.1.tgz",
+ "integrity": "sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==",
+ "dependencies": {
+ "node-modules-regexp": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/pkg-dir": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz",
+ "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==",
+ "dependencies": {
+ "find-up": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/pkg-dir/node_modules/find-up": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
+ "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
+ "dependencies": {
+ "locate-path": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/pkg-up": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
+ "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
+ "dependencies": {
+ "find-up": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/pkg-up/node_modules/find-up": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
+ "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
+ "dependencies": {
+ "locate-path": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/please-upgrade-node": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz",
+ "integrity": "sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==",
+ "dev": true,
+ "dependencies": {
+ "semver-compare": "^1.0.0"
+ }
+ },
+ "node_modules/pnp-webpack-plugin": {
+ "version": "1.6.4",
+ "resolved": "https://registry.npmjs.org/pnp-webpack-plugin/-/pnp-webpack-plugin-1.6.4.tgz",
+ "integrity": "sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==",
+ "dependencies": {
+ "ts-pnp": "^1.1.6"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/popper.js": {
+ "version": "1.16.1",
+ "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz",
+ "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ=="
+ },
+ "node_modules/portfinder": {
+ "version": "1.0.28",
+ "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz",
+ "integrity": "sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==",
+ "dependencies": {
+ "async": "^2.6.2",
+ "debug": "^3.1.1",
+ "mkdirp": "^0.5.5"
+ },
+ "engines": {
+ "node": ">= 0.12.0"
+ }
+ },
+ "node_modules/portfinder/node_modules/debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
+ "dependencies": {
+ "ms": "^2.1.1"
+ }
+ },
+ "node_modules/posix-character-classes": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
+ "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/postcss": {
+ "version": "7.0.35",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz",
+ "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==",
+ "dependencies": {
+ "chalk": "^2.4.2",
+ "source-map": "^0.6.1",
+ "supports-color": "^6.1.0"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-attribute-case-insensitive": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.2.tgz",
+ "integrity": "sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA==",
+ "dependencies": {
+ "postcss": "^7.0.2",
+ "postcss-selector-parser": "^6.0.2"
+ }
+ },
+ "node_modules/postcss-browser-comments": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-3.0.0.tgz",
+ "integrity": "sha512-qfVjLfq7HFd2e0HW4s1dvU8X080OZdG46fFbIBFjW7US7YPDcWfRvdElvwMJr2LI6hMmD+7LnH2HcmXTs+uOig==",
+ "dependencies": {
+ "postcss": "^7"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/postcss-calc": {
+ "version": "7.0.5",
+ "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-7.0.5.tgz",
+ "integrity": "sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg==",
+ "dependencies": {
+ "postcss": "^7.0.27",
+ "postcss-selector-parser": "^6.0.2",
+ "postcss-value-parser": "^4.0.2"
+ }
+ },
+ "node_modules/postcss-color-functional-notation": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-2.0.1.tgz",
+ "integrity": "sha512-ZBARCypjEDofW4P6IdPVTLhDNXPRn8T2s1zHbZidW6rPaaZvcnCS2soYFIQJrMZSxiePJ2XIYTlcb2ztr/eT2g==",
+ "dependencies": {
+ "postcss": "^7.0.2",
+ "postcss-values-parser": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-color-gray": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-color-gray/-/postcss-color-gray-5.0.0.tgz",
+ "integrity": "sha512-q6BuRnAGKM/ZRpfDascZlIZPjvwsRye7UDNalqVz3s7GDxMtqPY6+Q871liNxsonUw8oC61OG+PSaysYpl1bnw==",
+ "dependencies": {
+ "@csstools/convert-colors": "^1.4.0",
+ "postcss": "^7.0.5",
+ "postcss-values-parser": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-color-hex-alpha": {
+ "version": "5.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-5.0.3.tgz",
+ "integrity": "sha512-PF4GDel8q3kkreVXKLAGNpHKilXsZ6xuu+mOQMHWHLPNyjiUBOr75sp5ZKJfmv1MCus5/DWUGcK9hm6qHEnXYw==",
+ "dependencies": {
+ "postcss": "^7.0.14",
+ "postcss-values-parser": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-color-mod-function": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-color-mod-function/-/postcss-color-mod-function-3.0.3.tgz",
+ "integrity": "sha512-YP4VG+xufxaVtzV6ZmhEtc+/aTXH3d0JLpnYfxqTvwZPbJhWqp8bSY3nfNzNRFLgB4XSaBA82OE4VjOOKpCdVQ==",
+ "dependencies": {
+ "@csstools/convert-colors": "^1.4.0",
+ "postcss": "^7.0.2",
+ "postcss-values-parser": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-color-rebeccapurple": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-4.0.1.tgz",
+ "integrity": "sha512-aAe3OhkS6qJXBbqzvZth2Au4V3KieR5sRQ4ptb2b2O8wgvB3SJBsdG+jsn2BZbbwekDG8nTfcCNKcSfe/lEy8g==",
+ "dependencies": {
+ "postcss": "^7.0.2",
+ "postcss-values-parser": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-colormin": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-4.0.3.tgz",
+ "integrity": "sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==",
+ "dependencies": {
+ "browserslist": "^4.0.0",
+ "color": "^3.0.0",
+ "has": "^1.0.0",
+ "postcss": "^7.0.0",
+ "postcss-value-parser": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-colormin/node_modules/postcss-value-parser": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
+ "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
+ },
+ "node_modules/postcss-convert-values": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz",
+ "integrity": "sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ==",
+ "dependencies": {
+ "postcss": "^7.0.0",
+ "postcss-value-parser": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-convert-values/node_modules/postcss-value-parser": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
+ "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
+ },
+ "node_modules/postcss-custom-media": {
+ "version": "7.0.8",
+ "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-7.0.8.tgz",
+ "integrity": "sha512-c9s5iX0Ge15o00HKbuRuTqNndsJUbaXdiNsksnVH8H4gdc+zbLzr/UasOwNG6CTDpLFekVY4672eWdiiWu2GUg==",
+ "dependencies": {
+ "postcss": "^7.0.14"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-custom-properties": {
+ "version": "8.0.11",
+ "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-8.0.11.tgz",
+ "integrity": "sha512-nm+o0eLdYqdnJ5abAJeXp4CEU1c1k+eB2yMCvhgzsds/e0umabFrN6HoTy/8Q4K5ilxERdl/JD1LO5ANoYBeMA==",
+ "dependencies": {
+ "postcss": "^7.0.17",
+ "postcss-values-parser": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-custom-selectors": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-5.1.2.tgz",
+ "integrity": "sha512-DSGDhqinCqXqlS4R7KGxL1OSycd1lydugJ1ky4iRXPHdBRiozyMHrdu0H3o7qNOCiZwySZTUI5MV0T8QhCLu+w==",
+ "dependencies": {
+ "postcss": "^7.0.2",
+ "postcss-selector-parser": "^5.0.0-rc.3"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-custom-selectors/node_modules/cssesc": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz",
+ "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==",
+ "bin": {
+ "cssesc": "bin/cssesc"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/postcss-custom-selectors/node_modules/postcss-selector-parser": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz",
+ "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==",
+ "dependencies": {
+ "cssesc": "^2.0.0",
+ "indexes-of": "^1.0.1",
+ "uniq": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/postcss-dir-pseudo-class": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-5.0.0.tgz",
+ "integrity": "sha512-3pm4oq8HYWMZePJY+5ANriPs3P07q+LW6FAdTlkFH2XqDdP4HeeJYMOzn0HYLhRSjBO3fhiqSwwU9xEULSrPgw==",
+ "dependencies": {
+ "postcss": "^7.0.2",
+ "postcss-selector-parser": "^5.0.0-rc.3"
+ },
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/postcss-dir-pseudo-class/node_modules/cssesc": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz",
+ "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==",
+ "bin": {
+ "cssesc": "bin/cssesc"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/postcss-dir-pseudo-class/node_modules/postcss-selector-parser": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz",
+ "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==",
+ "dependencies": {
+ "cssesc": "^2.0.0",
+ "indexes-of": "^1.0.1",
+ "uniq": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/postcss-discard-comments": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz",
+ "integrity": "sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg==",
+ "dependencies": {
+ "postcss": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-discard-duplicates": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz",
+ "integrity": "sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ==",
+ "dependencies": {
+ "postcss": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-discard-empty": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz",
+ "integrity": "sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w==",
+ "dependencies": {
+ "postcss": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-discard-overridden": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz",
+ "integrity": "sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg==",
+ "dependencies": {
+ "postcss": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-double-position-gradients": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-1.0.0.tgz",
+ "integrity": "sha512-G+nV8EnQq25fOI8CH/B6krEohGWnF5+3A6H/+JEpOncu5dCnkS1QQ6+ct3Jkaepw1NGVqqOZH6lqrm244mCftA==",
+ "dependencies": {
+ "postcss": "^7.0.5",
+ "postcss-values-parser": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-env-function": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-2.0.2.tgz",
+ "integrity": "sha512-rwac4BuZlITeUbiBq60h/xbLzXY43qOsIErngWa4l7Mt+RaSkT7QBjXVGTcBHupykkblHMDrBFh30zchYPaOUw==",
+ "dependencies": {
+ "postcss": "^7.0.2",
+ "postcss-values-parser": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-flexbugs-fixes": {
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-4.2.1.tgz",
+ "integrity": "sha512-9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ==",
+ "dependencies": {
+ "postcss": "^7.0.26"
+ }
+ },
+ "node_modules/postcss-focus-visible": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-4.0.0.tgz",
+ "integrity": "sha512-Z5CkWBw0+idJHSV6+Bgf2peDOFf/x4o+vX/pwcNYrWpXFrSfTkQ3JQ1ojrq9yS+upnAlNRHeg8uEwFTgorjI8g==",
+ "dependencies": {
+ "postcss": "^7.0.2"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-focus-within": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-3.0.0.tgz",
+ "integrity": "sha512-W0APui8jQeBKbCGZudW37EeMCjDeVxKgiYfIIEo8Bdh5SpB9sxds/Iq8SEuzS0Q4YFOlG7EPFulbbxujpkrV2w==",
+ "dependencies": {
+ "postcss": "^7.0.2"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-font-variant": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-4.0.1.tgz",
+ "integrity": "sha512-I3ADQSTNtLTTd8uxZhtSOrTCQ9G4qUVKPjHiDk0bV75QSxXjVWiJVJ2VLdspGUi9fbW9BcjKJoRvxAH1pckqmA==",
+ "dependencies": {
+ "postcss": "^7.0.2"
+ }
+ },
+ "node_modules/postcss-gap-properties": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-2.0.0.tgz",
+ "integrity": "sha512-QZSqDaMgXCHuHTEzMsS2KfVDOq7ZFiknSpkrPJY6jmxbugUPTuSzs/vuE5I3zv0WAS+3vhrlqhijiprnuQfzmg==",
+ "dependencies": {
+ "postcss": "^7.0.2"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-image-set-function": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-3.0.1.tgz",
+ "integrity": "sha512-oPTcFFip5LZy8Y/whto91L9xdRHCWEMs3e1MdJxhgt4jy2WYXfhkng59fH5qLXSCPN8k4n94p1Czrfe5IOkKUw==",
+ "dependencies": {
+ "postcss": "^7.0.2",
+ "postcss-values-parser": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-initial": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-3.0.2.tgz",
+ "integrity": "sha512-ugA2wKonC0xeNHgirR4D3VWHs2JcU08WAi1KFLVcnb7IN89phID6Qtg2RIctWbnvp1TM2BOmDtX8GGLCKdR8YA==",
+ "dependencies": {
+ "lodash.template": "^4.5.0",
+ "postcss": "^7.0.2"
+ }
+ },
+ "node_modules/postcss-lab-function": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-2.0.1.tgz",
+ "integrity": "sha512-whLy1IeZKY+3fYdqQFuDBf8Auw+qFuVnChWjmxm/UhHWqNHZx+B99EwxTvGYmUBqe3Fjxs4L1BoZTJmPu6usVg==",
+ "dependencies": {
+ "@csstools/convert-colors": "^1.4.0",
+ "postcss": "^7.0.2",
+ "postcss-values-parser": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-load-config": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-2.1.2.tgz",
+ "integrity": "sha512-/rDeGV6vMUo3mwJZmeHfEDvwnTKKqQ0S7OHUi/kJvvtx3aWtyWG2/0ZWnzCt2keEclwN6Tf0DST2v9kITdOKYw==",
+ "dependencies": {
+ "cosmiconfig": "^5.0.0",
+ "import-cwd": "^2.0.0"
+ },
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/postcss-load-config/node_modules/cosmiconfig": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz",
+ "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==",
+ "dependencies": {
+ "import-fresh": "^2.0.0",
+ "is-directory": "^0.3.1",
+ "js-yaml": "^3.13.1",
+ "parse-json": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/postcss-load-config/node_modules/import-fresh": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz",
+ "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=",
+ "dependencies": {
+ "caller-path": "^2.0.0",
+ "resolve-from": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/postcss-load-config/node_modules/parse-json": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
+ "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
+ "dependencies": {
+ "error-ex": "^1.3.1",
+ "json-parse-better-errors": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/postcss-load-config/node_modules/resolve-from": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
+ "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/postcss-loader": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-3.0.0.tgz",
+ "integrity": "sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA==",
+ "dependencies": {
+ "loader-utils": "^1.1.0",
+ "postcss": "^7.0.0",
+ "postcss-load-config": "^2.0.0",
+ "schema-utils": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/postcss-loader/node_modules/json5": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
+ "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
+ "dependencies": {
+ "minimist": "^1.2.0"
+ },
+ "bin": {
+ "json5": "lib/cli.js"
+ }
+ },
+ "node_modules/postcss-loader/node_modules/loader-utils": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz",
+ "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==",
+ "dependencies": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/postcss-loader/node_modules/schema-utils": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
+ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
+ "dependencies": {
+ "ajv": "^6.1.0",
+ "ajv-errors": "^1.0.0",
+ "ajv-keywords": "^3.1.0"
+ },
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/postcss-logical": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-3.0.0.tgz",
+ "integrity": "sha512-1SUKdJc2vuMOmeItqGuNaC+N8MzBWFWEkAnRnLpFYj1tGGa7NqyVBujfRtgNa2gXR+6RkGUiB2O5Vmh7E2RmiA==",
+ "dependencies": {
+ "postcss": "^7.0.2"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-media-minmax": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-4.0.0.tgz",
+ "integrity": "sha512-fo9moya6qyxsjbFAYl97qKO9gyre3qvbMnkOZeZwlsW6XYFsvs2DMGDlchVLfAd8LHPZDxivu/+qW2SMQeTHBw==",
+ "dependencies": {
+ "postcss": "^7.0.2"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-merge-longhand": {
+ "version": "4.0.11",
+ "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz",
+ "integrity": "sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw==",
+ "dependencies": {
+ "css-color-names": "0.0.4",
+ "postcss": "^7.0.0",
+ "postcss-value-parser": "^3.0.0",
+ "stylehacks": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-merge-longhand/node_modules/postcss-value-parser": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
+ "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
+ },
+ "node_modules/postcss-merge-rules": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz",
+ "integrity": "sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==",
+ "dependencies": {
+ "browserslist": "^4.0.0",
+ "caniuse-api": "^3.0.0",
+ "cssnano-util-same-parent": "^4.0.0",
+ "postcss": "^7.0.0",
+ "postcss-selector-parser": "^3.0.0",
+ "vendors": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-merge-rules/node_modules/postcss-selector-parser": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz",
+ "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==",
+ "dependencies": {
+ "dot-prop": "^5.2.0",
+ "indexes-of": "^1.0.1",
+ "uniq": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/postcss-minify-font-values": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz",
+ "integrity": "sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg==",
+ "dependencies": {
+ "postcss": "^7.0.0",
+ "postcss-value-parser": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-minify-font-values/node_modules/postcss-value-parser": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
+ "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
+ },
+ "node_modules/postcss-minify-gradients": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz",
+ "integrity": "sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q==",
+ "dependencies": {
+ "cssnano-util-get-arguments": "^4.0.0",
+ "is-color-stop": "^1.0.0",
+ "postcss": "^7.0.0",
+ "postcss-value-parser": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-minify-gradients/node_modules/postcss-value-parser": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
+ "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
+ },
+ "node_modules/postcss-minify-params": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz",
+ "integrity": "sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg==",
+ "dependencies": {
+ "alphanum-sort": "^1.0.0",
+ "browserslist": "^4.0.0",
+ "cssnano-util-get-arguments": "^4.0.0",
+ "postcss": "^7.0.0",
+ "postcss-value-parser": "^3.0.0",
+ "uniqs": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-minify-params/node_modules/postcss-value-parser": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
+ "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
+ },
+ "node_modules/postcss-minify-selectors": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz",
+ "integrity": "sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g==",
+ "dependencies": {
+ "alphanum-sort": "^1.0.0",
+ "has": "^1.0.0",
+ "postcss": "^7.0.0",
+ "postcss-selector-parser": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-minify-selectors/node_modules/postcss-selector-parser": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz",
+ "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==",
+ "dependencies": {
+ "dot-prop": "^5.2.0",
+ "indexes-of": "^1.0.1",
+ "uniq": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/postcss-modules-extract-imports": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz",
+ "integrity": "sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==",
+ "dependencies": {
+ "postcss": "^7.0.5"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/postcss-modules-local-by-default": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz",
+ "integrity": "sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==",
+ "dependencies": {
+ "icss-utils": "^4.1.1",
+ "postcss": "^7.0.32",
+ "postcss-selector-parser": "^6.0.2",
+ "postcss-value-parser": "^4.1.0"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/postcss-modules-scope": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz",
+ "integrity": "sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==",
+ "dependencies": {
+ "postcss": "^7.0.6",
+ "postcss-selector-parser": "^6.0.0"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/postcss-modules-values": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz",
+ "integrity": "sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==",
+ "dependencies": {
+ "icss-utils": "^4.0.0",
+ "postcss": "^7.0.6"
+ }
+ },
+ "node_modules/postcss-nesting": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-7.0.1.tgz",
+ "integrity": "sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg==",
+ "dependencies": {
+ "postcss": "^7.0.2"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-normalize": {
+ "version": "8.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-8.0.1.tgz",
+ "integrity": "sha512-rt9JMS/m9FHIRroDDBGSMsyW1c0fkvOJPy62ggxSHUldJO7B195TqFMqIf+lY5ezpDcYOV4j86aUp3/XbxzCCQ==",
+ "dependencies": {
+ "@csstools/normalize.css": "^10.1.0",
+ "browserslist": "^4.6.2",
+ "postcss": "^7.0.17",
+ "postcss-browser-comments": "^3.0.0",
+ "sanitize.css": "^10.0.0"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/postcss-normalize-charset": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz",
+ "integrity": "sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==",
+ "dependencies": {
+ "postcss": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-normalize-display-values": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz",
+ "integrity": "sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ==",
+ "dependencies": {
+ "cssnano-util-get-match": "^4.0.0",
+ "postcss": "^7.0.0",
+ "postcss-value-parser": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-normalize-display-values/node_modules/postcss-value-parser": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
+ "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
+ },
+ "node_modules/postcss-normalize-positions": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz",
+ "integrity": "sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA==",
+ "dependencies": {
+ "cssnano-util-get-arguments": "^4.0.0",
+ "has": "^1.0.0",
+ "postcss": "^7.0.0",
+ "postcss-value-parser": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-normalize-positions/node_modules/postcss-value-parser": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
+ "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
+ },
+ "node_modules/postcss-normalize-repeat-style": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz",
+ "integrity": "sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q==",
+ "dependencies": {
+ "cssnano-util-get-arguments": "^4.0.0",
+ "cssnano-util-get-match": "^4.0.0",
+ "postcss": "^7.0.0",
+ "postcss-value-parser": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-normalize-repeat-style/node_modules/postcss-value-parser": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
+ "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
+ },
+ "node_modules/postcss-normalize-string": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz",
+ "integrity": "sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA==",
+ "dependencies": {
+ "has": "^1.0.0",
+ "postcss": "^7.0.0",
+ "postcss-value-parser": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-normalize-string/node_modules/postcss-value-parser": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
+ "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
+ },
+ "node_modules/postcss-normalize-timing-functions": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz",
+ "integrity": "sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A==",
+ "dependencies": {
+ "cssnano-util-get-match": "^4.0.0",
+ "postcss": "^7.0.0",
+ "postcss-value-parser": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-normalize-timing-functions/node_modules/postcss-value-parser": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
+ "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
+ },
+ "node_modules/postcss-normalize-unicode": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz",
+ "integrity": "sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==",
+ "dependencies": {
+ "browserslist": "^4.0.0",
+ "postcss": "^7.0.0",
+ "postcss-value-parser": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-normalize-unicode/node_modules/postcss-value-parser": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
+ "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
+ },
+ "node_modules/postcss-normalize-url": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz",
+ "integrity": "sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA==",
+ "dependencies": {
+ "is-absolute-url": "^2.0.0",
+ "normalize-url": "^3.0.0",
+ "postcss": "^7.0.0",
+ "postcss-value-parser": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-normalize-url/node_modules/normalize-url": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz",
+ "integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/postcss-normalize-url/node_modules/postcss-value-parser": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
+ "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
+ },
+ "node_modules/postcss-normalize-whitespace": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz",
+ "integrity": "sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA==",
+ "dependencies": {
+ "postcss": "^7.0.0",
+ "postcss-value-parser": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-normalize-whitespace/node_modules/postcss-value-parser": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
+ "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
+ },
+ "node_modules/postcss-ordered-values": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz",
+ "integrity": "sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw==",
+ "dependencies": {
+ "cssnano-util-get-arguments": "^4.0.0",
+ "postcss": "^7.0.0",
+ "postcss-value-parser": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-ordered-values/node_modules/postcss-value-parser": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
+ "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
+ },
+ "node_modules/postcss-overflow-shorthand": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-2.0.0.tgz",
+ "integrity": "sha512-aK0fHc9CBNx8jbzMYhshZcEv8LtYnBIRYQD5i7w/K/wS9c2+0NSR6B3OVMu5y0hBHYLcMGjfU+dmWYNKH0I85g==",
+ "dependencies": {
+ "postcss": "^7.0.2"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-page-break": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-2.0.0.tgz",
+ "integrity": "sha512-tkpTSrLpfLfD9HvgOlJuigLuk39wVTbbd8RKcy8/ugV2bNBUW3xU+AIqyxhDrQr1VUj1RmyJrBn1YWrqUm9zAQ==",
+ "dependencies": {
+ "postcss": "^7.0.2"
+ }
+ },
+ "node_modules/postcss-place": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-4.0.1.tgz",
+ "integrity": "sha512-Zb6byCSLkgRKLODj/5mQugyuj9bvAAw9LqJJjgwz5cYryGeXfFZfSXoP1UfveccFmeq0b/2xxwcTEVScnqGxBg==",
+ "dependencies": {
+ "postcss": "^7.0.2",
+ "postcss-values-parser": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-preset-env": {
+ "version": "6.7.0",
+ "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-6.7.0.tgz",
+ "integrity": "sha512-eU4/K5xzSFwUFJ8hTdTQzo2RBLbDVt83QZrAvI07TULOkmyQlnYlpwep+2yIK+K+0KlZO4BvFcleOCCcUtwchg==",
+ "dependencies": {
+ "autoprefixer": "^9.6.1",
+ "browserslist": "^4.6.4",
+ "caniuse-lite": "^1.0.30000981",
+ "css-blank-pseudo": "^0.1.4",
+ "css-has-pseudo": "^0.10.0",
+ "css-prefers-color-scheme": "^3.1.1",
+ "cssdb": "^4.4.0",
+ "postcss": "^7.0.17",
+ "postcss-attribute-case-insensitive": "^4.0.1",
+ "postcss-color-functional-notation": "^2.0.1",
+ "postcss-color-gray": "^5.0.0",
+ "postcss-color-hex-alpha": "^5.0.3",
+ "postcss-color-mod-function": "^3.0.3",
+ "postcss-color-rebeccapurple": "^4.0.1",
+ "postcss-custom-media": "^7.0.8",
+ "postcss-custom-properties": "^8.0.11",
+ "postcss-custom-selectors": "^5.1.2",
+ "postcss-dir-pseudo-class": "^5.0.0",
+ "postcss-double-position-gradients": "^1.0.0",
+ "postcss-env-function": "^2.0.2",
+ "postcss-focus-visible": "^4.0.0",
+ "postcss-focus-within": "^3.0.0",
+ "postcss-font-variant": "^4.0.0",
+ "postcss-gap-properties": "^2.0.0",
+ "postcss-image-set-function": "^3.0.1",
+ "postcss-initial": "^3.0.0",
+ "postcss-lab-function": "^2.0.1",
+ "postcss-logical": "^3.0.0",
+ "postcss-media-minmax": "^4.0.0",
+ "postcss-nesting": "^7.0.0",
+ "postcss-overflow-shorthand": "^2.0.0",
+ "postcss-page-break": "^2.0.0",
+ "postcss-place": "^4.0.1",
+ "postcss-pseudo-class-any-link": "^6.0.0",
+ "postcss-replace-overflow-wrap": "^3.0.0",
+ "postcss-selector-matches": "^4.0.0",
+ "postcss-selector-not": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-pseudo-class-any-link": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-6.0.0.tgz",
+ "integrity": "sha512-lgXW9sYJdLqtmw23otOzrtbDXofUdfYzNm4PIpNE322/swES3VU9XlXHeJS46zT2onFO7V1QFdD4Q9LiZj8mew==",
+ "dependencies": {
+ "postcss": "^7.0.2",
+ "postcss-selector-parser": "^5.0.0-rc.3"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/postcss-pseudo-class-any-link/node_modules/cssesc": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz",
+ "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==",
+ "bin": {
+ "cssesc": "bin/cssesc"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/postcss-pseudo-class-any-link/node_modules/postcss-selector-parser": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz",
+ "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==",
+ "dependencies": {
+ "cssesc": "^2.0.0",
+ "indexes-of": "^1.0.1",
+ "uniq": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/postcss-reduce-initial": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz",
+ "integrity": "sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==",
+ "dependencies": {
+ "browserslist": "^4.0.0",
+ "caniuse-api": "^3.0.0",
+ "has": "^1.0.0",
+ "postcss": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-reduce-transforms": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz",
+ "integrity": "sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg==",
+ "dependencies": {
+ "cssnano-util-get-match": "^4.0.0",
+ "has": "^1.0.0",
+ "postcss": "^7.0.0",
+ "postcss-value-parser": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-reduce-transforms/node_modules/postcss-value-parser": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
+ "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
+ },
+ "node_modules/postcss-replace-overflow-wrap": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-3.0.0.tgz",
+ "integrity": "sha512-2T5hcEHArDT6X9+9dVSPQdo7QHzG4XKclFT8rU5TzJPDN7RIRTbO9c4drUISOVemLj03aezStHCR2AIcr8XLpw==",
+ "dependencies": {
+ "postcss": "^7.0.2"
+ }
+ },
+ "node_modules/postcss-safe-parser": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-5.0.2.tgz",
+ "integrity": "sha512-jDUfCPJbKOABhwpUKcqCVbbXiloe/QXMcbJ6Iipf3sDIihEzTqRCeMBfRaOHxhBuTYqtASrI1KJWxzztZU4qUQ==",
+ "dependencies": {
+ "postcss": "^8.1.0"
+ },
+ "engines": {
+ "node": ">=10.0"
+ }
+ },
+ "node_modules/postcss-safe-parser/node_modules/postcss": {
+ "version": "8.2.4",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.4.tgz",
+ "integrity": "sha512-kRFftRoExRVXZlwUuay9iC824qmXPcQQVzAjbCCgjpXnkdMCJYBu2gTwAaFBzv8ewND6O8xFb3aELmEkh9zTzg==",
+ "dependencies": {
+ "colorette": "^1.2.1",
+ "nanoid": "^3.1.20",
+ "source-map": "^0.6.1"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14"
+ }
+ },
+ "node_modules/postcss-selector-matches": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-selector-matches/-/postcss-selector-matches-4.0.0.tgz",
+ "integrity": "sha512-LgsHwQR/EsRYSqlwdGzeaPKVT0Ml7LAT6E75T8W8xLJY62CE4S/l03BWIt3jT8Taq22kXP08s2SfTSzaraoPww==",
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "postcss": "^7.0.2"
+ }
+ },
+ "node_modules/postcss-selector-not": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-4.0.1.tgz",
+ "integrity": "sha512-YolvBgInEK5/79C+bdFMyzqTg6pkYqDbzZIST/PDMqa/o3qtXenD05apBG2jLgT0/BQ77d4U2UK12jWpilqMAQ==",
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "postcss": "^7.0.2"
+ }
+ },
+ "node_modules/postcss-selector-parser": {
+ "version": "6.0.4",
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.4.tgz",
+ "integrity": "sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw==",
+ "dependencies": {
+ "cssesc": "^3.0.0",
+ "indexes-of": "^1.0.1",
+ "uniq": "^1.0.1",
+ "util-deprecate": "^1.0.2"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/postcss-svgo": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-4.0.2.tgz",
+ "integrity": "sha512-C6wyjo3VwFm0QgBy+Fu7gCYOkCmgmClghO+pjcxvrcBKtiKt0uCF+hvbMO1fyv5BMImRK90SMb+dwUnfbGd+jw==",
+ "dependencies": {
+ "is-svg": "^3.0.0",
+ "postcss": "^7.0.0",
+ "postcss-value-parser": "^3.0.0",
+ "svgo": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-svgo/node_modules/postcss-value-parser": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
+ "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
+ },
+ "node_modules/postcss-unique-selectors": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz",
+ "integrity": "sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg==",
+ "dependencies": {
+ "alphanum-sort": "^1.0.0",
+ "postcss": "^7.0.0",
+ "uniqs": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/postcss-value-parser": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz",
+ "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ=="
+ },
+ "node_modules/postcss-values-parser": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-values-parser/-/postcss-values-parser-2.0.1.tgz",
+ "integrity": "sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg==",
+ "dependencies": {
+ "flatten": "^1.0.2",
+ "indexes-of": "^1.0.1",
+ "uniq": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=6.14.4"
+ }
+ },
+ "node_modules/postcss/node_modules/supports-color": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
+ "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
+ "dependencies": {
+ "has-flag": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/prelude-ls": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/prepend-http": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz",
+ "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/prettier": {
+ "version": "1.19.1",
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
+ "integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==",
+ "dev": true,
+ "bin": {
+ "prettier": "bin-prettier.js"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/prettier-linter-helpers": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
+ "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
+ "dev": true,
+ "dependencies": {
+ "fast-diff": "^1.1.2"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/pretty-bytes": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.5.0.tgz",
+ "integrity": "sha512-p+T744ZyjjiaFlMUZZv6YPC5JrkNj8maRmPaQCWFJFplUAzpIUTRaTcS+7wmZtUoFXHtESJb23ISliaWyz3SHA==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/pretty-error": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.2.tgz",
+ "integrity": "sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==",
+ "dependencies": {
+ "lodash": "^4.17.20",
+ "renderkid": "^2.0.4"
+ }
+ },
+ "node_modules/pretty-format": {
+ "version": "24.9.0",
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-24.9.0.tgz",
+ "integrity": "sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA==",
+ "dependencies": {
+ "@jest/types": "^24.9.0",
+ "ansi-regex": "^4.0.0",
+ "ansi-styles": "^3.2.0",
+ "react-is": "^16.8.4"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/pretty-quick": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/pretty-quick/-/pretty-quick-2.0.2.tgz",
+ "integrity": "sha512-aLb6vtOTEfJDwi1w+MBTeE20GwPVUYyn6IqNg6TtGpiOB1W3y6vKcsGFjqGeaaEtQgMLSPXTWONqh33UBuwG8A==",
+ "dev": true,
+ "dependencies": {
+ "chalk": "^2.4.2",
+ "execa": "^2.1.0",
+ "find-up": "^4.1.0",
+ "ignore": "^5.1.4",
+ "mri": "^1.1.4",
+ "multimatch": "^4.0.0"
+ },
+ "bin": {
+ "pretty-quick": "bin/pretty-quick.js"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/pretty-quick/node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+ "dev": true,
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/pretty-quick/node_modules/execa": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/execa/-/execa-2.1.0.tgz",
+ "integrity": "sha512-Y/URAVapfbYy2Xp/gb6A0E7iR8xeqOCXsuuaoMn7A5PzrXUK84E1gyiEfq0wQd/GHA6GsoHWwhNq8anb0mleIw==",
+ "dev": true,
+ "dependencies": {
+ "cross-spawn": "^7.0.0",
+ "get-stream": "^5.0.0",
+ "is-stream": "^2.0.0",
+ "merge-stream": "^2.0.0",
+ "npm-run-path": "^3.0.0",
+ "onetime": "^5.1.0",
+ "p-finally": "^2.0.0",
+ "signal-exit": "^3.0.2",
+ "strip-final-newline": "^2.0.0"
+ },
+ "engines": {
+ "node": "^8.12.0 || >=9.7.0"
+ }
+ },
+ "node_modules/pretty-quick/node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dev": true,
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/pretty-quick/node_modules/get-stream": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
+ "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
+ "dev": true,
+ "dependencies": {
+ "pump": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/pretty-quick/node_modules/is-stream": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz",
+ "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/pretty-quick/node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dev": true,
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/pretty-quick/node_modules/npm-run-path": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-3.1.0.tgz",
+ "integrity": "sha512-Dbl4A/VfiVGLgQv29URL9xshU8XDY1GeLy+fsaZ1AA8JDSfjvr5P5+pzRbWqRSBxk6/DW7MIh8lTM/PaGnP2kg==",
+ "dev": true,
+ "dependencies": {
+ "path-key": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/pretty-quick/node_modules/p-finally": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-2.0.1.tgz",
+ "integrity": "sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/pretty-quick/node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dev": true,
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/pretty-quick/node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/pretty-quick/node_modules/path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/pretty-quick/node_modules/shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dev": true,
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/pretty-quick/node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/pretty-quick/node_modules/which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dev": true,
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/process": {
+ "version": "0.11.10",
+ "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
+ "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=",
+ "engines": {
+ "node": ">= 0.6.0"
+ }
+ },
+ "node_modules/process-nextick-args": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
+ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
+ },
+ "node_modules/progress": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
+ "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/promise": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/promise/-/promise-8.1.0.tgz",
+ "integrity": "sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==",
+ "dependencies": {
+ "asap": "~2.0.6"
+ }
+ },
+ "node_modules/promise-inflight": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz",
+ "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM="
+ },
+ "node_modules/prompts": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.0.tgz",
+ "integrity": "sha512-awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ==",
+ "dependencies": {
+ "kleur": "^3.0.3",
+ "sisteransi": "^1.0.5"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/prop-types": {
+ "version": "15.7.2",
+ "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz",
+ "integrity": "sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==",
+ "dependencies": {
+ "loose-envify": "^1.4.0",
+ "object-assign": "^4.1.1",
+ "react-is": "^16.8.1"
+ }
+ },
+ "node_modules/prop-types-exact": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/prop-types-exact/-/prop-types-exact-1.2.0.tgz",
+ "integrity": "sha512-K+Tk3Kd9V0odiXFP9fwDHUYRyvK3Nun3GVyPapSIs5OBkITAm15W0CPFD/YKTkMUAbc0b9CUwRQp2ybiBIq+eA==",
+ "dependencies": {
+ "has": "^1.0.3",
+ "object.assign": "^4.1.0",
+ "reflect.ownkeys": "^0.2.0"
+ }
+ },
+ "node_modules/proxy-addr": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz",
+ "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==",
+ "dependencies": {
+ "forwarded": "~0.1.2",
+ "ipaddr.js": "1.9.1"
+ },
+ "engines": {
+ "node": ">= 0.10"
+ }
+ },
+ "node_modules/prr": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz",
+ "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY="
+ },
+ "node_modules/pseudomap": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
+ "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM="
+ },
+ "node_modules/psl": {
+ "version": "1.8.0",
+ "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz",
+ "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ=="
+ },
+ "node_modules/public-encrypt": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz",
+ "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==",
+ "dependencies": {
+ "bn.js": "^4.1.0",
+ "browserify-rsa": "^4.0.0",
+ "create-hash": "^1.1.0",
+ "parse-asn1": "^5.0.0",
+ "randombytes": "^2.0.1",
+ "safe-buffer": "^5.1.2"
+ }
+ },
+ "node_modules/public-encrypt/node_modules/bn.js": {
+ "version": "4.11.9",
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz",
+ "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw=="
+ },
+ "node_modules/pump": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
+ "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
+ "dependencies": {
+ "end-of-stream": "^1.1.0",
+ "once": "^1.3.1"
+ }
+ },
+ "node_modules/pumpify": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz",
+ "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==",
+ "dependencies": {
+ "duplexify": "^3.6.0",
+ "inherits": "^2.0.3",
+ "pump": "^2.0.0"
+ }
+ },
+ "node_modules/pumpify/node_modules/pump": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz",
+ "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==",
+ "dependencies": {
+ "end-of-stream": "^1.1.0",
+ "once": "^1.3.1"
+ }
+ },
+ "node_modules/punycode": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
+ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/q": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
+ "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=",
+ "engines": {
+ "node": ">=0.6.0",
+ "teleport": ">=0.2.0"
+ }
+ },
+ "node_modules/qs": {
+ "version": "6.5.2",
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
+ "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==",
+ "engines": {
+ "node": ">=0.6"
+ }
+ },
+ "node_modules/query-string": {
+ "version": "4.3.4",
+ "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz",
+ "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=",
+ "dependencies": {
+ "object-assign": "^4.1.0",
+ "strict-uri-encode": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/querystring": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
+ "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=",
+ "engines": {
+ "node": ">=0.4.x"
+ }
+ },
+ "node_modules/querystring-es3": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz",
+ "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=",
+ "engines": {
+ "node": ">=0.4.x"
+ }
+ },
+ "node_modules/querystringify": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
+ "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ=="
+ },
+ "node_modules/raf": {
+ "version": "3.4.1",
+ "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz",
+ "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==",
+ "dependencies": {
+ "performance-now": "^2.1.0"
+ }
+ },
+ "node_modules/railroad-diagrams": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz",
+ "integrity": "sha1-635iZ1SN3t+4mcG5Dlc3RVnN234="
+ },
+ "node_modules/ramda": {
+ "version": "0.27.1",
+ "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.1.tgz",
+ "integrity": "sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw=="
+ },
+ "node_modules/randexp": {
+ "version": "0.4.6",
+ "resolved": "https://registry.npmjs.org/randexp/-/randexp-0.4.6.tgz",
+ "integrity": "sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ==",
+ "dependencies": {
+ "discontinuous-range": "1.0.0",
+ "ret": "~0.1.10"
+ },
+ "engines": {
+ "node": ">=0.12"
+ }
+ },
+ "node_modules/randombytes": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
+ "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
+ "dependencies": {
+ "safe-buffer": "^5.1.0"
+ }
+ },
+ "node_modules/randomfill": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz",
+ "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==",
+ "dependencies": {
+ "randombytes": "^2.0.5",
+ "safe-buffer": "^5.1.0"
+ }
+ },
+ "node_modules/range-parser": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
+ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/raw-body": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz",
+ "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==",
+ "dependencies": {
+ "bytes": "3.1.0",
+ "http-errors": "1.7.2",
+ "iconv-lite": "0.4.24",
+ "unpipe": "1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/raw-body/node_modules/bytes": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz",
+ "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/react": {
+ "version": "16.14.0",
+ "resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz",
+ "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==",
+ "dependencies": {
+ "loose-envify": "^1.1.0",
+ "object-assign": "^4.1.1",
+ "prop-types": "^15.6.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/react-app-polyfill": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-2.0.0.tgz",
+ "integrity": "sha512-0sF4ny9v/B7s6aoehwze9vJNWcmCemAUYBVasscVr92+UYiEqDXOxfKjXN685mDaMRNF3WdhHQs76oTODMocFA==",
+ "dependencies": {
+ "core-js": "^3.6.5",
+ "object-assign": "^4.1.1",
+ "promise": "^8.1.0",
+ "raf": "^3.4.1",
+ "regenerator-runtime": "^0.13.7",
+ "whatwg-fetch": "^3.4.1"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/react-dev-utils": {
+ "version": "11.0.4",
+ "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-11.0.4.tgz",
+ "integrity": "sha512-dx0LvIGHcOPtKbeiSUM4jqpBl3TcY7CDjZdfOIcKeznE7BWr9dg0iPG90G5yfVQ+p/rGNMXdbfStvzQZEVEi4A==",
+ "dependencies": {
+ "@babel/code-frame": "7.10.4",
+ "address": "1.1.2",
+ "browserslist": "4.14.2",
+ "chalk": "2.4.2",
+ "cross-spawn": "7.0.3",
+ "detect-port-alt": "1.1.6",
+ "escape-string-regexp": "2.0.0",
+ "filesize": "6.1.0",
+ "find-up": "4.1.0",
+ "fork-ts-checker-webpack-plugin": "4.1.6",
+ "global-modules": "2.0.0",
+ "globby": "11.0.1",
+ "gzip-size": "5.1.1",
+ "immer": "8.0.1",
+ "is-root": "2.1.0",
+ "loader-utils": "2.0.0",
+ "open": "^7.0.2",
+ "pkg-up": "3.1.0",
+ "prompts": "2.4.0",
+ "react-error-overlay": "^6.0.9",
+ "recursive-readdir": "2.2.2",
+ "shell-quote": "1.7.2",
+ "strip-ansi": "6.0.0",
+ "text-table": "0.2.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/react-dev-utils/node_modules/@babel/code-frame": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz",
+ "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==",
+ "dependencies": {
+ "@babel/highlight": "^7.10.4"
+ }
+ },
+ "node_modules/react-dev-utils/node_modules/ansi-regex": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/react-dev-utils/node_modules/array-union": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
+ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/react-dev-utils/node_modules/browserslist": {
+ "version": "4.14.2",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.14.2.tgz",
+ "integrity": "sha512-HI4lPveGKUR0x2StIz+2FXfDk9SfVMrxn6PLh1JeGUwcuoDkdKZebWiyLRJ68iIPDpMI4JLVDf7S7XzslgWOhw==",
+ "dependencies": {
+ "caniuse-lite": "^1.0.30001125",
+ "electron-to-chromium": "^1.3.564",
+ "escalade": "^3.0.2",
+ "node-releases": "^1.1.61"
+ },
+ "bin": {
+ "browserslist": "cli.js"
+ },
+ "engines": {
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
+ }
+ },
+ "node_modules/react-dev-utils/node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/react-dev-utils/node_modules/escape-string-regexp": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
+ "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/react-dev-utils/node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/react-dev-utils/node_modules/globby": {
+ "version": "11.0.1",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.1.tgz",
+ "integrity": "sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==",
+ "dependencies": {
+ "array-union": "^2.1.0",
+ "dir-glob": "^3.0.1",
+ "fast-glob": "^3.1.1",
+ "ignore": "^5.1.4",
+ "merge2": "^1.3.0",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/react-dev-utils/node_modules/immer": {
+ "version": "8.0.1",
+ "resolved": "https://registry.npmjs.org/immer/-/immer-8.0.1.tgz",
+ "integrity": "sha512-aqXhGP7//Gui2+UrEtvxZxSquQVXTpZ7KDxfCcKAF3Vysvw0CViVaW9RZ1j1xlIYqaaaipBoqdqeibkc18PNvA=="
+ },
+ "node_modules/react-dev-utils/node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/react-dev-utils/node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/react-dev-utils/node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/react-dev-utils/node_modules/path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/react-dev-utils/node_modules/react-error-overlay": {
+ "version": "6.0.9",
+ "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.9.tgz",
+ "integrity": "sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew=="
+ },
+ "node_modules/react-dev-utils/node_modules/shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/react-dev-utils/node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/react-dev-utils/node_modules/strip-ansi": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
+ "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
+ "dependencies": {
+ "ansi-regex": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/react-dev-utils/node_modules/which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/react-dom": {
+ "version": "16.14.0",
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.14.0.tgz",
+ "integrity": "sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==",
+ "dependencies": {
+ "loose-envify": "^1.1.0",
+ "object-assign": "^4.1.1",
+ "prop-types": "^15.6.2",
+ "scheduler": "^0.19.1"
+ }
+ },
+ "node_modules/react-ga": {
+ "version": "2.7.0",
+ "resolved": "https://registry.npmjs.org/react-ga/-/react-ga-2.7.0.tgz",
+ "integrity": "sha512-AjC7UOZMvygrWTc2hKxTDvlMXEtbmA0IgJjmkhgmQQ3RkXrWR11xEagLGFGaNyaPnmg24oaIiaNPnEoftUhfXA=="
+ },
+ "node_modules/react-icons": {
+ "version": "3.11.0",
+ "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-3.11.0.tgz",
+ "integrity": "sha512-JRgiI/vdF6uyBgyZhVyYJUZAop95Sy4XDe/jmT3R/bKliFWpO/uZBwvSjWEdxwzec7SYbEPNPck0Kff2tUGM2Q==",
+ "dependencies": {
+ "camelcase": "^5.0.0"
+ }
+ },
+ "node_modules/react-icons/node_modules/camelcase": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/react-is": {
+ "version": "16.13.1",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
+ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
+ },
+ "node_modules/react-lifecycles-compat": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz",
+ "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA=="
+ },
+ "node_modules/react-markdown": {
+ "version": "4.3.1",
+ "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-4.3.1.tgz",
+ "integrity": "sha512-HQlWFTbDxTtNY6bjgp3C3uv1h2xcjCSi1zAEzfBW9OwJJvENSYiLXWNXN5hHLsoqai7RnZiiHzcnWdXk2Splzw==",
+ "dependencies": {
+ "html-to-react": "^1.3.4",
+ "mdast-add-list-metadata": "1.0.1",
+ "prop-types": "^15.7.2",
+ "react-is": "^16.8.6",
+ "remark-parse": "^5.0.0",
+ "unified": "^6.1.5",
+ "unist-util-visit": "^1.3.0",
+ "xtend": "^4.0.1"
+ }
+ },
+ "node_modules/react-popper": {
+ "version": "1.3.7",
+ "resolved": "https://registry.npmjs.org/react-popper/-/react-popper-1.3.7.tgz",
+ "integrity": "sha512-nmqYTx7QVjCm3WUZLeuOomna138R1luC4EqkW3hxJUrAe+3eNz3oFCLYdnPwILfn0mX1Ew2c3wctrjlUMYYUww==",
+ "dependencies": {
+ "@babel/runtime": "^7.1.2",
+ "create-react-context": "^0.3.0",
+ "deep-equal": "^1.1.1",
+ "popper.js": "^1.14.4",
+ "prop-types": "^15.6.1",
+ "typed-styles": "^0.0.7",
+ "warning": "^4.0.2"
+ }
+ },
+ "node_modules/react-refresh": {
+ "version": "0.8.3",
+ "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.8.3.tgz",
+ "integrity": "sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/react-scripts": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-4.0.0.tgz",
+ "integrity": "sha512-icJ/ctwV5XwITUOupBP9TUVGdWOqqZ0H08tbJ1kVC5VpNWYzEZ3e/x8axhV15ZXRsixLo27snwQE7B6Zd9J2Tg==",
+ "dependencies": {
+ "@babel/core": "7.12.3",
+ "@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
+ "@svgr/webpack": "5.4.0",
+ "@typescript-eslint/eslint-plugin": "^4.5.0",
+ "@typescript-eslint/parser": "^4.5.0",
+ "babel-eslint": "^10.1.0",
+ "babel-jest": "^26.6.0",
+ "babel-loader": "8.1.0",
+ "babel-plugin-named-asset-import": "^0.3.7",
+ "babel-preset-react-app": "^10.0.0",
+ "bfj": "^7.0.2",
+ "camelcase": "^6.1.0",
+ "case-sensitive-paths-webpack-plugin": "2.3.0",
+ "css-loader": "4.3.0",
+ "dotenv": "8.2.0",
+ "dotenv-expand": "5.1.0",
+ "eslint": "^7.11.0",
+ "eslint-config-react-app": "^6.0.0",
+ "eslint-plugin-flowtype": "^5.2.0",
+ "eslint-plugin-import": "^2.22.1",
+ "eslint-plugin-jest": "^24.1.0",
+ "eslint-plugin-jsx-a11y": "^6.3.1",
+ "eslint-plugin-react": "^7.21.5",
+ "eslint-plugin-react-hooks": "^4.2.0",
+ "eslint-plugin-testing-library": "^3.9.2",
+ "eslint-webpack-plugin": "^2.1.0",
+ "file-loader": "6.1.1",
+ "fs-extra": "^9.0.1",
+ "html-webpack-plugin": "4.5.0",
+ "identity-obj-proxy": "3.0.0",
+ "jest": "26.6.0",
+ "jest-circus": "26.6.0",
+ "jest-resolve": "26.6.0",
+ "jest-watch-typeahead": "0.6.1",
+ "mini-css-extract-plugin": "0.11.3",
+ "optimize-css-assets-webpack-plugin": "5.0.4",
+ "pnp-webpack-plugin": "1.6.4",
+ "postcss-flexbugs-fixes": "4.2.1",
+ "postcss-loader": "3.0.0",
+ "postcss-normalize": "8.0.1",
+ "postcss-preset-env": "6.7.0",
+ "postcss-safe-parser": "5.0.2",
+ "react-app-polyfill": "^2.0.0",
+ "react-dev-utils": "^11.0.0",
+ "react-refresh": "^0.8.3",
+ "resolve": "1.18.1",
+ "resolve-url-loader": "^3.1.2",
+ "sass-loader": "8.0.2",
+ "semver": "7.3.2",
+ "style-loader": "1.3.0",
+ "terser-webpack-plugin": "4.2.3",
+ "ts-pnp": "1.2.0",
+ "url-loader": "4.1.1",
+ "webpack": "4.44.2",
+ "webpack-dev-server": "3.11.0",
+ "webpack-manifest-plugin": "2.2.0",
+ "workbox-webpack-plugin": "5.1.4"
+ },
+ "bin": {
+ "react-scripts": "bin/react-scripts.js"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ },
+ "optionalDependencies": {
+ "fsevents": "^2.1.3"
+ }
+ },
+ "node_modules/react-scripts/node_modules/ansi-regex": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/react-scripts/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/react-scripts/node_modules/camelcase": {
+ "version": "6.2.0",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz",
+ "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/react-scripts/node_modules/chalk": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
+ "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/react-scripts/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/react-scripts/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/react-scripts/node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/react-scripts/node_modules/eslint": {
+ "version": "7.18.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.18.0.tgz",
+ "integrity": "sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==",
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "@eslint/eslintrc": "^0.3.0",
+ "ajv": "^6.10.0",
+ "chalk": "^4.0.0",
+ "cross-spawn": "^7.0.2",
+ "debug": "^4.0.1",
+ "doctrine": "^3.0.0",
+ "enquirer": "^2.3.5",
+ "eslint-scope": "^5.1.1",
+ "eslint-utils": "^2.1.0",
+ "eslint-visitor-keys": "^2.0.0",
+ "espree": "^7.3.1",
+ "esquery": "^1.2.0",
+ "esutils": "^2.0.2",
+ "file-entry-cache": "^6.0.0",
+ "functional-red-black-tree": "^1.0.1",
+ "glob-parent": "^5.0.0",
+ "globals": "^12.1.0",
+ "ignore": "^4.0.6",
+ "import-fresh": "^3.0.0",
+ "imurmurhash": "^0.1.4",
+ "is-glob": "^4.0.0",
+ "js-yaml": "^3.13.1",
+ "json-stable-stringify-without-jsonify": "^1.0.1",
+ "levn": "^0.4.1",
+ "lodash": "^4.17.20",
+ "minimatch": "^3.0.4",
+ "natural-compare": "^1.4.0",
+ "optionator": "^0.9.1",
+ "progress": "^2.0.0",
+ "regexpp": "^3.1.0",
+ "semver": "^7.2.1",
+ "strip-ansi": "^6.0.0",
+ "strip-json-comments": "^3.1.0",
+ "table": "^6.0.4",
+ "text-table": "^0.2.0",
+ "v8-compile-cache": "^2.0.3"
+ },
+ "bin": {
+ "eslint": "bin/eslint.js"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/react-scripts/node_modules/fs-extra": {
+ "version": "9.1.0",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
+ "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
+ "dependencies": {
+ "at-least-node": "^1.0.0",
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/react-scripts/node_modules/globals": {
+ "version": "12.4.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz",
+ "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==",
+ "dependencies": {
+ "type-fest": "^0.8.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/react-scripts/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/react-scripts/node_modules/ignore": {
+ "version": "4.0.6",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
+ "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/react-scripts/node_modules/jsonfile": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
+ "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
+ "dependencies": {
+ "graceful-fs": "^4.1.6",
+ "universalify": "^2.0.0"
+ }
+ },
+ "node_modules/react-scripts/node_modules/path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/react-scripts/node_modules/resolve": {
+ "version": "1.18.1",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.18.1.tgz",
+ "integrity": "sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA==",
+ "dependencies": {
+ "is-core-module": "^2.0.0",
+ "path-parse": "^1.0.6"
+ }
+ },
+ "node_modules/react-scripts/node_modules/semver": {
+ "version": "7.3.2",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz",
+ "integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==",
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/react-scripts/node_modules/shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/react-scripts/node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/react-scripts/node_modules/strip-ansi": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
+ "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
+ "dependencies": {
+ "ansi-regex": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/react-scripts/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/react-scripts/node_modules/universalify": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
+ "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==",
+ "engines": {
+ "node": ">= 10.0.0"
+ }
+ },
+ "node_modules/react-scripts/node_modules/which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/react-scroll": {
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/react-scroll/-/react-scroll-1.8.1.tgz",
+ "integrity": "sha512-UAKmawFHn+c7x/DoXuHqOsQ5xwNk2Dxv7vP8Ft41K2hglPWkshcSos0tMTr8704UkFqImoUGzMTdN4vuZXoqbw==",
+ "dependencies": {
+ "lodash.throttle": "^4.1.1",
+ "prop-types": "^15.7.2"
+ }
+ },
+ "node_modules/react-table": {
+ "version": "7.6.3",
+ "resolved": "https://registry.npmjs.org/react-table/-/react-table-7.6.3.tgz",
+ "integrity": "sha512-hfPF13zDLxPMpLKzIKCE8RZud9T/XrRTsaCIf8zXpWZIZ2juCl7qrGpo3AQw9eAetXV5DP7s2GDm+hht7qq5Dw=="
+ },
+ "node_modules/react-test-renderer": {
+ "version": "16.14.0",
+ "resolved": "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-16.14.0.tgz",
+ "integrity": "sha512-L8yPjqPE5CZO6rKsKXRO/rVPiaCOy0tQQJbC+UjPNlobl5mad59lvPjwFsQHTvL03caVDIVr9x9/OSgDe6I5Eg==",
+ "dependencies": {
+ "object-assign": "^4.1.1",
+ "prop-types": "^15.6.2",
+ "react-is": "^16.8.6",
+ "scheduler": "^0.19.1"
+ }
+ },
+ "node_modules/react-toggle": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/react-toggle/-/react-toggle-4.1.1.tgz",
+ "integrity": "sha512-+wXlMcSpg8SmnIXauMaZiKpR+r2wp2gMUteroejp2UTSqGTVvZLN+m9EhMzFARBKEw7KpQOwzCyfzeHeAndQGw==",
+ "dependencies": {
+ "classnames": "^2.2.5"
+ }
+ },
+ "node_modules/react-tooltip": {
+ "version": "3.11.6",
+ "resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-3.11.6.tgz",
+ "integrity": "sha512-nTc1yHHaPCHHURvMpf/VNF17pIZiU4zwUGFJBUVr1fZkezFC7E0VPMMVrCfDjt+IpwTHICyzlyx+1FiQ7lw5LQ==",
+ "dependencies": {
+ "prop-types": "^15.6.0"
+ },
+ "engines": {
+ "node": ">=8",
+ "npm": ">=5"
+ }
+ },
+ "node_modules/react-transition-group": {
+ "version": "2.9.0",
+ "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-2.9.0.tgz",
+ "integrity": "sha512-+HzNTCHpeQyl4MJ/bdE0u6XRMe9+XG/+aL4mCxVN4DnPBQ0/5bfHWPDuOZUzYdMj94daZaZdCCc1Dzt9R/xSSg==",
+ "dependencies": {
+ "dom-helpers": "^3.4.0",
+ "loose-envify": "^1.4.0",
+ "prop-types": "^15.6.2",
+ "react-lifecycles-compat": "^3.0.4"
+ }
+ },
+ "node_modules/reactstrap": {
+ "version": "8.9.0",
+ "resolved": "https://registry.npmjs.org/reactstrap/-/reactstrap-8.9.0.tgz",
+ "integrity": "sha512-pmf33YjpNZk1IfrjqpWCUMq9hk6GzSnMWBAofTBNIRJQB1zQ0Au2kzv3lPUAFsBYgWEuI9iYa/xKXHaboSiMkQ==",
+ "dependencies": {
+ "@babel/runtime": "^7.12.5",
+ "classnames": "^2.2.3",
+ "prop-types": "^15.5.8",
+ "react-popper": "^1.3.6",
+ "react-transition-group": "^2.3.1"
+ }
+ },
+ "node_modules/read-pkg": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
+ "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
+ "dependencies": {
+ "load-json-file": "^1.0.0",
+ "normalize-package-data": "^2.3.2",
+ "path-type": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/read-pkg-up": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
+ "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
+ "dependencies": {
+ "find-up": "^1.0.0",
+ "read-pkg": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/readable-stream": {
+ "version": "2.3.7",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
+ "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
+ "dependencies": {
+ "core-util-is": "~1.0.0",
+ "inherits": "~2.0.3",
+ "isarray": "~1.0.0",
+ "process-nextick-args": "~2.0.0",
+ "safe-buffer": "~5.1.1",
+ "string_decoder": "~1.1.1",
+ "util-deprecate": "~1.0.1"
+ }
+ },
+ "node_modules/readdirp": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz",
+ "integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==",
+ "optional": true,
+ "dependencies": {
+ "picomatch": "^2.2.1"
+ },
+ "engines": {
+ "node": ">=8.10.0"
+ }
+ },
+ "node_modules/recursive-readdir": {
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.2.tgz",
+ "integrity": "sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==",
+ "dependencies": {
+ "minimatch": "3.0.4"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/redent": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz",
+ "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==",
+ "dependencies": {
+ "indent-string": "^4.0.0",
+ "strip-indent": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/reflect.ownkeys": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/reflect.ownkeys/-/reflect.ownkeys-0.2.0.tgz",
+ "integrity": "sha1-dJrO7H8/34tj+SegSAnpDFwLNGA="
+ },
+ "node_modules/regenerate": {
+ "version": "1.4.2",
+ "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
+ "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="
+ },
+ "node_modules/regenerate-unicode-properties": {
+ "version": "8.2.0",
+ "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz",
+ "integrity": "sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA==",
+ "dependencies": {
+ "regenerate": "^1.4.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/regenerator-runtime": {
+ "version": "0.13.7",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz",
+ "integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew=="
+ },
+ "node_modules/regenerator-transform": {
+ "version": "0.14.5",
+ "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz",
+ "integrity": "sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==",
+ "dependencies": {
+ "@babel/runtime": "^7.8.4"
+ }
+ },
+ "node_modules/regex-not": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
+ "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
+ "dependencies": {
+ "extend-shallow": "^3.0.2",
+ "safe-regex": "^1.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/regex-parser": {
+ "version": "2.2.11",
+ "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz",
+ "integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q=="
+ },
+ "node_modules/regexp.prototype.flags": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz",
+ "integrity": "sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==",
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/regexpp": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.1.0.tgz",
+ "integrity": "sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/regexpu-core": {
+ "version": "4.7.1",
+ "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.7.1.tgz",
+ "integrity": "sha512-ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zfQ==",
+ "dependencies": {
+ "regenerate": "^1.4.0",
+ "regenerate-unicode-properties": "^8.2.0",
+ "regjsgen": "^0.5.1",
+ "regjsparser": "^0.6.4",
+ "unicode-match-property-ecmascript": "^1.0.4",
+ "unicode-match-property-value-ecmascript": "^1.2.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/regjsgen": {
+ "version": "0.5.2",
+ "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz",
+ "integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A=="
+ },
+ "node_modules/regjsparser": {
+ "version": "0.6.6",
+ "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.6.tgz",
+ "integrity": "sha512-jjyuCp+IEMIm3N1H1LLTJW1EISEJV9+5oHdEyrt43Pg9cDSb6rrLZei2cVWpl0xTjmmlpec/lEQGYgM7xfpGCQ==",
+ "dependencies": {
+ "jsesc": "~0.5.0"
+ },
+ "bin": {
+ "regjsparser": "bin/parser"
+ }
+ },
+ "node_modules/regjsparser/node_modules/jsesc": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
+ "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=",
+ "bin": {
+ "jsesc": "bin/jsesc"
+ }
+ },
+ "node_modules/relateurl": {
+ "version": "0.2.7",
+ "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
+ "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=",
+ "engines": {
+ "node": ">= 0.10"
+ }
+ },
+ "node_modules/remark-parse": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-5.0.0.tgz",
+ "integrity": "sha512-b3iXszZLH1TLoyUzrATcTQUZrwNl1rE70rVdSruJFlDaJ9z5aMkhrG43Pp68OgfHndL/ADz6V69Zow8cTQu+JA==",
+ "dependencies": {
+ "collapse-white-space": "^1.0.2",
+ "is-alphabetical": "^1.0.0",
+ "is-decimal": "^1.0.0",
+ "is-whitespace-character": "^1.0.0",
+ "is-word-character": "^1.0.0",
+ "markdown-escapes": "^1.0.0",
+ "parse-entities": "^1.1.0",
+ "repeat-string": "^1.5.4",
+ "state-toggle": "^1.0.0",
+ "trim": "0.0.1",
+ "trim-trailing-lines": "^1.0.0",
+ "unherit": "^1.0.4",
+ "unist-util-remove-position": "^1.0.0",
+ "vfile-location": "^2.0.0",
+ "xtend": "^4.0.1"
+ }
+ },
+ "node_modules/remove-trailing-separator": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
+ "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8="
+ },
+ "node_modules/renderkid": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.5.tgz",
+ "integrity": "sha512-ccqoLg+HLOHq1vdfYNm4TBeaCDIi1FLt3wGojTDSvdewUv65oTmI3cnT2E4hRjl1gzKZIPK+KZrXzlUYKnR+vQ==",
+ "dependencies": {
+ "css-select": "^2.0.2",
+ "dom-converter": "^0.2",
+ "htmlparser2": "^3.10.1",
+ "lodash": "^4.17.20",
+ "strip-ansi": "^3.0.0"
+ }
+ },
+ "node_modules/renderkid/node_modules/css-select": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
+ "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==",
+ "dependencies": {
+ "boolbase": "^1.0.0",
+ "css-what": "^3.2.1",
+ "domutils": "^1.7.0",
+ "nth-check": "^1.0.2"
+ }
+ },
+ "node_modules/renderkid/node_modules/css-what": {
+ "version": "3.4.2",
+ "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz",
+ "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/renderkid/node_modules/dom-serializer": {
+ "version": "0.2.2",
+ "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
+ "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
+ "dependencies": {
+ "domelementtype": "^2.0.1",
+ "entities": "^2.0.0"
+ }
+ },
+ "node_modules/renderkid/node_modules/dom-serializer/node_modules/domelementtype": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.1.0.tgz",
+ "integrity": "sha512-LsTgx/L5VpD+Q8lmsXSHW2WpA+eBlZ9HPf3erD1IoPF00/3JKHZ3BknUVA2QGDNu69ZNmyFmCWBSO45XjYKC5w=="
+ },
+ "node_modules/renderkid/node_modules/domelementtype": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
+ "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w=="
+ },
+ "node_modules/renderkid/node_modules/domhandler": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz",
+ "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==",
+ "dependencies": {
+ "domelementtype": "1"
+ }
+ },
+ "node_modules/renderkid/node_modules/domutils": {
+ "version": "1.7.0",
+ "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
+ "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==",
+ "dependencies": {
+ "dom-serializer": "0",
+ "domelementtype": "1"
+ }
+ },
+ "node_modules/renderkid/node_modules/htmlparser2": {
+ "version": "3.10.1",
+ "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz",
+ "integrity": "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==",
+ "dependencies": {
+ "domelementtype": "^1.3.1",
+ "domhandler": "^2.3.0",
+ "domutils": "^1.5.1",
+ "entities": "^1.1.1",
+ "inherits": "^2.0.1",
+ "readable-stream": "^3.1.1"
+ }
+ },
+ "node_modules/renderkid/node_modules/htmlparser2/node_modules/entities": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz",
+ "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w=="
+ },
+ "node_modules/renderkid/node_modules/nth-check": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz",
+ "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==",
+ "dependencies": {
+ "boolbase": "~1.0.0"
+ }
+ },
+ "node_modules/renderkid/node_modules/readable-stream": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
+ "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
+ "dependencies": {
+ "inherits": "^2.0.3",
+ "string_decoder": "^1.1.1",
+ "util-deprecate": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/repeat-element": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz",
+ "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/repeat-string": {
+ "version": "1.6.1",
+ "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
+ "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
+ "node_modules/repeating": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
+ "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
+ "dependencies": {
+ "is-finite": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/replace-ext": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz",
+ "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=",
+ "engines": {
+ "node": ">= 0.10"
+ }
+ },
+ "node_modules/request": {
+ "version": "2.88.2",
+ "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz",
+ "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==",
+ "dependencies": {
+ "aws-sign2": "~0.7.0",
+ "aws4": "^1.8.0",
+ "caseless": "~0.12.0",
+ "combined-stream": "~1.0.6",
+ "extend": "~3.0.2",
+ "forever-agent": "~0.6.1",
+ "form-data": "~2.3.2",
+ "har-validator": "~5.1.3",
+ "http-signature": "~1.2.0",
+ "is-typedarray": "~1.0.0",
+ "isstream": "~0.1.2",
+ "json-stringify-safe": "~5.0.1",
+ "mime-types": "~2.1.19",
+ "oauth-sign": "~0.9.0",
+ "performance-now": "^2.1.0",
+ "qs": "~6.5.2",
+ "safe-buffer": "^5.1.2",
+ "tough-cookie": "~2.5.0",
+ "tunnel-agent": "^0.6.0",
+ "uuid": "^3.3.2"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/request-promise-core": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.4.tgz",
+ "integrity": "sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==",
+ "dependencies": {
+ "lodash": "^4.17.19"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/request-promise-native": {
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.9.tgz",
+ "integrity": "sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g==",
+ "dependencies": {
+ "request-promise-core": "1.1.4",
+ "stealthy-require": "^1.1.1",
+ "tough-cookie": "^2.3.3"
+ },
+ "engines": {
+ "node": ">=0.12.0"
+ }
+ },
+ "node_modules/require-directory": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
+ "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/require-from-string": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/require-main-filename": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
+ "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg=="
+ },
+ "node_modules/requires-port": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
+ "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8="
+ },
+ "node_modules/resolve": {
+ "version": "1.19.0",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.19.0.tgz",
+ "integrity": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==",
+ "dependencies": {
+ "is-core-module": "^2.1.0",
+ "path-parse": "^1.0.6"
+ }
+ },
+ "node_modules/resolve-cwd": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
+ "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
+ "dependencies": {
+ "resolve-from": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/resolve-cwd/node_modules/resolve-from": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
+ "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/resolve-from": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/resolve-url": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
+ "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo="
+ },
+ "node_modules/resolve-url-loader": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-3.1.2.tgz",
+ "integrity": "sha512-QEb4A76c8Mi7I3xNKXlRKQSlLBwjUV/ULFMP+G7n3/7tJZ8MG5wsZ3ucxP1Jz8Vevn6fnJsxDx9cIls+utGzPQ==",
+ "dependencies": {
+ "adjust-sourcemap-loader": "3.0.0",
+ "camelcase": "5.3.1",
+ "compose-function": "3.0.3",
+ "convert-source-map": "1.7.0",
+ "es6-iterator": "2.0.3",
+ "loader-utils": "1.2.3",
+ "postcss": "7.0.21",
+ "rework": "1.0.1",
+ "rework-visit": "1.0.0",
+ "source-map": "0.6.1"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/resolve-url-loader/node_modules/camelcase": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/resolve-url-loader/node_modules/emojis-list": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz",
+ "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=",
+ "engines": {
+ "node": ">= 0.10"
+ }
+ },
+ "node_modules/resolve-url-loader/node_modules/json5": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
+ "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
+ "dependencies": {
+ "minimist": "^1.2.0"
+ },
+ "bin": {
+ "json5": "lib/cli.js"
+ }
+ },
+ "node_modules/resolve-url-loader/node_modules/loader-utils": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz",
+ "integrity": "sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==",
+ "dependencies": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^2.0.0",
+ "json5": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/resolve-url-loader/node_modules/postcss": {
+ "version": "7.0.21",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.21.tgz",
+ "integrity": "sha512-uIFtJElxJo29QC753JzhidoAhvp/e/Exezkdhfmt8AymWT6/5B7W1WmponYWkHk2eg6sONyTch0A3nkMPun3SQ==",
+ "dependencies": {
+ "chalk": "^2.4.2",
+ "source-map": "^0.6.1",
+ "supports-color": "^6.1.0"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/resolve-url-loader/node_modules/supports-color": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
+ "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
+ "dependencies": {
+ "has-flag": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/ret": {
+ "version": "0.1.15",
+ "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",
+ "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==",
+ "engines": {
+ "node": ">=0.12"
+ }
+ },
+ "node_modules/retry": {
+ "version": "0.12.0",
+ "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
+ "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=",
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/reusify": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
+ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
+ "engines": {
+ "iojs": ">=1.0.0",
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/rework": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/rework/-/rework-1.0.1.tgz",
+ "integrity": "sha1-MIBqhBNCtUUQqkEQhQzUhTQUSqc=",
+ "dependencies": {
+ "convert-source-map": "^0.3.3",
+ "css": "^2.0.0"
+ }
+ },
+ "node_modules/rework-visit": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/rework-visit/-/rework-visit-1.0.0.tgz",
+ "integrity": "sha1-mUWygD8hni96ygCtuLyfZA+ELJo="
+ },
+ "node_modules/rework/node_modules/convert-source-map": {
+ "version": "0.3.5",
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-0.3.5.tgz",
+ "integrity": "sha1-8dgClQr33SYxof6+BZZVDIarMZA="
+ },
+ "node_modules/rgb-regex": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/rgb-regex/-/rgb-regex-1.0.1.tgz",
+ "integrity": "sha1-wODWiC3w4jviVKR16O3UGRX+rrE="
+ },
+ "node_modules/rgba-regex": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/rgba-regex/-/rgba-regex-1.0.0.tgz",
+ "integrity": "sha1-QzdOLiyglosO8VI0YLfXMP8i7rM="
+ },
+ "node_modules/rimraf": {
+ "version": "2.7.1",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
+ "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
+ "dependencies": {
+ "glob": "^7.1.3"
+ },
+ "bin": {
+ "rimraf": "bin.js"
+ }
+ },
+ "node_modules/ripemd160": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz",
+ "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==",
+ "dependencies": {
+ "hash-base": "^3.0.0",
+ "inherits": "^2.0.1"
+ }
+ },
+ "node_modules/rollup": {
+ "version": "1.32.1",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.32.1.tgz",
+ "integrity": "sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A==",
+ "dependencies": {
+ "@types/estree": "*",
+ "@types/node": "*",
+ "acorn": "^7.1.0"
+ },
+ "bin": {
+ "rollup": "dist/bin/rollup"
+ }
+ },
+ "node_modules/rollup-plugin-babel": {
+ "version": "4.4.0",
+ "resolved": "https://registry.npmjs.org/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz",
+ "integrity": "sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==",
+ "dependencies": {
+ "@babel/helper-module-imports": "^7.0.0",
+ "rollup-pluginutils": "^2.8.1"
+ }
+ },
+ "node_modules/rollup-plugin-terser": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-5.3.1.tgz",
+ "integrity": "sha512-1pkwkervMJQGFYvM9nscrUoncPwiKR/K+bHdjv6PFgRo3cgPHoRT83y2Aa3GvINj4539S15t/tpFPb775TDs6w==",
+ "dependencies": {
+ "@babel/code-frame": "^7.5.5",
+ "jest-worker": "^24.9.0",
+ "rollup-pluginutils": "^2.8.2",
+ "serialize-javascript": "^4.0.0",
+ "terser": "^4.6.2"
+ }
+ },
+ "node_modules/rollup-plugin-terser/node_modules/jest-worker": {
+ "version": "24.9.0",
+ "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-24.9.0.tgz",
+ "integrity": "sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw==",
+ "dependencies": {
+ "merge-stream": "^2.0.0",
+ "supports-color": "^6.1.0"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/rollup-plugin-terser/node_modules/serialize-javascript": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
+ "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
+ "dependencies": {
+ "randombytes": "^2.1.0"
+ }
+ },
+ "node_modules/rollup-plugin-terser/node_modules/supports-color": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
+ "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
+ "dependencies": {
+ "has-flag": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/rollup-pluginutils": {
+ "version": "2.8.2",
+ "resolved": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz",
+ "integrity": "sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==",
+ "dependencies": {
+ "estree-walker": "^0.6.1"
+ }
+ },
+ "node_modules/rollup-pluginutils/node_modules/estree-walker": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.6.1.tgz",
+ "integrity": "sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w=="
+ },
+ "node_modules/rst-selector-parser": {
+ "version": "2.2.3",
+ "resolved": "https://registry.npmjs.org/rst-selector-parser/-/rst-selector-parser-2.2.3.tgz",
+ "integrity": "sha1-gbIw6i/MYGbInjRy3nlChdmwPZE=",
+ "dependencies": {
+ "lodash.flattendeep": "^4.4.0",
+ "nearley": "^2.7.10"
+ }
+ },
+ "node_modules/rsvp": {
+ "version": "4.8.5",
+ "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz",
+ "integrity": "sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==",
+ "engines": {
+ "node": "6.* || >= 7.*"
+ }
+ },
+ "node_modules/run-node": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/run-node/-/run-node-1.0.0.tgz",
+ "integrity": "sha512-kc120TBlQ3mih1LSzdAJXo4xn/GWS2ec0l3S+syHDXP9uRr0JAT8Qd3mdMuyjqCzeZktgP3try92cEgf9Nks8A==",
+ "dev": true,
+ "bin": {
+ "run-node": "run-node"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/run-parallel": {
+ "version": "1.1.10",
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.10.tgz",
+ "integrity": "sha512-zb/1OuZ6flOlH6tQyMPUrE3x3Ulxjlo9WIVXR4yVYi4H9UXQaeIsPbLn2R3O3vQCnDKkAl2qHiuocKKX4Tz/Sw=="
+ },
+ "node_modules/run-queue": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz",
+ "integrity": "sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=",
+ "dependencies": {
+ "aproba": "^1.1.1"
+ }
+ },
+ "node_modules/safe-buffer": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
+ },
+ "node_modules/safe-regex": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
+ "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=",
+ "dependencies": {
+ "ret": "~0.1.10"
+ }
+ },
+ "node_modules/safer-buffer": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
+ },
+ "node_modules/sane": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/sane/-/sane-4.1.0.tgz",
+ "integrity": "sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==",
+ "dependencies": {
+ "@cnakazawa/watch": "^1.0.3",
+ "anymatch": "^2.0.0",
+ "capture-exit": "^2.0.0",
+ "exec-sh": "^0.3.2",
+ "execa": "^1.0.0",
+ "fb-watchman": "^2.0.0",
+ "micromatch": "^3.1.4",
+ "minimist": "^1.1.1",
+ "walker": "~1.0.5"
+ },
+ "bin": {
+ "sane": "src/cli.js"
+ },
+ "engines": {
+ "node": "6.* || 8.* || >= 10.*"
+ }
+ },
+ "node_modules/sane/node_modules/anymatch": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
+ "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
+ "dependencies": {
+ "micromatch": "^3.1.4",
+ "normalize-path": "^2.1.1"
+ }
+ },
+ "node_modules/sane/node_modules/braces": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
+ "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
+ "dependencies": {
+ "arr-flatten": "^1.1.0",
+ "array-unique": "^0.3.2",
+ "extend-shallow": "^2.0.1",
+ "fill-range": "^4.0.0",
+ "isobject": "^3.0.1",
+ "repeat-element": "^1.1.2",
+ "snapdragon": "^0.8.1",
+ "snapdragon-node": "^2.0.1",
+ "split-string": "^3.0.2",
+ "to-regex": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/sane/node_modules/braces/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/sane/node_modules/fill-range": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
+ "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
+ "dependencies": {
+ "extend-shallow": "^2.0.1",
+ "is-number": "^3.0.0",
+ "repeat-string": "^1.6.1",
+ "to-regex-range": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/sane/node_modules/fill-range/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/sane/node_modules/is-number": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
+ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/sane/node_modules/is-number/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/sane/node_modules/micromatch": {
+ "version": "3.1.10",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
+ "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
+ "dependencies": {
+ "arr-diff": "^4.0.0",
+ "array-unique": "^0.3.2",
+ "braces": "^2.3.1",
+ "define-property": "^2.0.2",
+ "extend-shallow": "^3.0.2",
+ "extglob": "^2.0.4",
+ "fragment-cache": "^0.2.1",
+ "kind-of": "^6.0.2",
+ "nanomatch": "^1.2.9",
+ "object.pick": "^1.3.0",
+ "regex-not": "^1.0.0",
+ "snapdragon": "^0.8.1",
+ "to-regex": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/sane/node_modules/normalize-path": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
+ "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
+ "dependencies": {
+ "remove-trailing-separator": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/sane/node_modules/to-regex-range": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
+ "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
+ "dependencies": {
+ "is-number": "^3.0.0",
+ "repeat-string": "^1.6.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/sanitize.css": {
+ "version": "10.0.0",
+ "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-10.0.0.tgz",
+ "integrity": "sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg=="
+ },
+ "node_modules/sass-graph": {
+ "version": "2.2.5",
+ "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.5.tgz",
+ "integrity": "sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag==",
+ "dependencies": {
+ "glob": "^7.0.0",
+ "lodash": "^4.0.0",
+ "scss-tokenizer": "^0.2.3",
+ "yargs": "^13.3.2"
+ }
+ },
+ "node_modules/sass-loader": {
+ "version": "8.0.2",
+ "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-8.0.2.tgz",
+ "integrity": "sha512-7o4dbSK8/Ol2KflEmSco4jTjQoV988bM82P9CZdmo9hR3RLnvNc0ufMNdMrB0caq38JQ/FgF4/7RcbcfKzxoFQ==",
+ "dependencies": {
+ "clone-deep": "^4.0.1",
+ "loader-utils": "^1.2.3",
+ "neo-async": "^2.6.1",
+ "schema-utils": "^2.6.1",
+ "semver": "^6.3.0"
+ },
+ "engines": {
+ "node": ">= 8.9.0"
+ }
+ },
+ "node_modules/sass-loader/node_modules/json5": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
+ "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
+ "dependencies": {
+ "minimist": "^1.2.0"
+ },
+ "bin": {
+ "json5": "lib/cli.js"
+ }
+ },
+ "node_modules/sass-loader/node_modules/loader-utils": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz",
+ "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==",
+ "dependencies": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/sass-loader/node_modules/semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/sax": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
+ "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
+ },
+ "node_modules/saxes": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
+ "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
+ "dependencies": {
+ "xmlchars": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/scheduler": {
+ "version": "0.19.1",
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.19.1.tgz",
+ "integrity": "sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==",
+ "dependencies": {
+ "loose-envify": "^1.1.0",
+ "object-assign": "^4.1.1"
+ }
+ },
+ "node_modules/schema-utils": {
+ "version": "2.7.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz",
+ "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==",
+ "dependencies": {
+ "@types/json-schema": "^7.0.5",
+ "ajv": "^6.12.4",
+ "ajv-keywords": "^3.5.2"
+ },
+ "engines": {
+ "node": ">= 8.9.0"
+ }
+ },
+ "node_modules/scss-tokenizer": {
+ "version": "0.2.3",
+ "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz",
+ "integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=",
+ "dependencies": {
+ "js-base64": "^2.1.8",
+ "source-map": "^0.4.2"
+ }
+ },
+ "node_modules/scss-tokenizer/node_modules/source-map": {
+ "version": "0.4.4",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
+ "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
+ "dependencies": {
+ "amdefine": ">=0.0.4"
+ },
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/select-hose": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
+ "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo="
+ },
+ "node_modules/selfsigned": {
+ "version": "1.10.8",
+ "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.8.tgz",
+ "integrity": "sha512-2P4PtieJeEwVgTU9QEcwIRDQ/mXJLX8/+I3ur+Pg16nS8oNbrGxEso9NyYWy8NAmXiNl4dlAp5MwoNeCWzON4w==",
+ "dependencies": {
+ "node-forge": "^0.10.0"
+ }
+ },
+ "node_modules/semver": {
+ "version": "5.7.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
+ "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
+ "bin": {
+ "semver": "bin/semver"
+ }
+ },
+ "node_modules/semver-compare": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz",
+ "integrity": "sha1-De4hahyUGrN+nvsXiPavxf9VN/w=",
+ "dev": true
+ },
+ "node_modules/send": {
+ "version": "0.17.1",
+ "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz",
+ "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==",
+ "dependencies": {
+ "debug": "2.6.9",
+ "depd": "~1.1.2",
+ "destroy": "~1.0.4",
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "etag": "~1.8.1",
+ "fresh": "0.5.2",
+ "http-errors": "~1.7.2",
+ "mime": "1.6.0",
+ "ms": "2.1.1",
+ "on-finished": "~2.3.0",
+ "range-parser": "~1.2.1",
+ "statuses": "~1.5.0"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/send/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/send/node_modules/debug/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "node_modules/send/node_modules/ms": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
+ "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg=="
+ },
+ "node_modules/serialize-javascript": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-5.0.1.tgz",
+ "integrity": "sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==",
+ "dependencies": {
+ "randombytes": "^2.1.0"
+ }
+ },
+ "node_modules/serve-index": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
+ "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=",
+ "dependencies": {
+ "accepts": "~1.3.4",
+ "batch": "0.6.1",
+ "debug": "2.6.9",
+ "escape-html": "~1.0.3",
+ "http-errors": "~1.6.2",
+ "mime-types": "~2.1.17",
+ "parseurl": "~1.3.2"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/serve-index/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/serve-index/node_modules/http-errors": {
+ "version": "1.6.3",
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
+ "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=",
+ "dependencies": {
+ "depd": "~1.1.2",
+ "inherits": "2.0.3",
+ "setprototypeof": "1.1.0",
+ "statuses": ">= 1.4.0 < 2"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/serve-index/node_modules/inherits": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
+ "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
+ },
+ "node_modules/serve-index/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "node_modules/serve-index/node_modules/setprototypeof": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
+ "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ=="
+ },
+ "node_modules/serve-static": {
+ "version": "1.14.1",
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz",
+ "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==",
+ "dependencies": {
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "parseurl": "~1.3.3",
+ "send": "0.17.1"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/set-blocking": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
+ "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc="
+ },
+ "node_modules/set-value": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz",
+ "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",
+ "dependencies": {
+ "extend-shallow": "^2.0.1",
+ "is-extendable": "^0.1.1",
+ "is-plain-object": "^2.0.3",
+ "split-string": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/set-value/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/setimmediate": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
+ "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU="
+ },
+ "node_modules/setprototypeof": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
+ "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw=="
+ },
+ "node_modules/sha.js": {
+ "version": "2.4.11",
+ "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz",
+ "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==",
+ "dependencies": {
+ "inherits": "^2.0.1",
+ "safe-buffer": "^5.0.1"
+ },
+ "bin": {
+ "sha.js": "bin.js"
+ }
+ },
+ "node_modules/shallow-clone": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz",
+ "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
+ "dependencies": {
+ "kind-of": "^6.0.2"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/shebang-command": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
+ "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
+ "dependencies": {
+ "shebang-regex": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/shebang-regex": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
+ "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/shell-quote": {
+ "version": "1.7.2",
+ "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz",
+ "integrity": "sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg=="
+ },
+ "node_modules/shellwords": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz",
+ "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==",
+ "optional": true
+ },
+ "node_modules/side-channel": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
+ "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "get-intrinsic": "^1.0.2",
+ "object-inspect": "^1.9.0"
+ }
+ },
+ "node_modules/signal-exit": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz",
+ "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA=="
+ },
+ "node_modules/simple-swizzle": {
+ "version": "0.2.2",
+ "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
+ "integrity": "sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=",
+ "dependencies": {
+ "is-arrayish": "^0.3.1"
+ }
+ },
+ "node_modules/simple-swizzle/node_modules/is-arrayish": {
+ "version": "0.3.2",
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
+ "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ=="
+ },
+ "node_modules/sisteransi": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
+ "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
+ },
+ "node_modules/slash": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/slice-ansi": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
+ "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "astral-regex": "^2.0.0",
+ "is-fullwidth-code-point": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/slice-ansi/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/slice-ansi/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/slice-ansi/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/slice-ansi/node_modules/is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/snapdragon": {
+ "version": "0.8.2",
+ "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",
+ "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==",
+ "dependencies": {
+ "base": "^0.11.1",
+ "debug": "^2.2.0",
+ "define-property": "^0.2.5",
+ "extend-shallow": "^2.0.1",
+ "map-cache": "^0.2.2",
+ "source-map": "^0.5.6",
+ "source-map-resolve": "^0.5.0",
+ "use": "^3.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon-node": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
+ "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
+ "dependencies": {
+ "define-property": "^1.0.0",
+ "isobject": "^3.0.0",
+ "snapdragon-util": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon-node/node_modules/define-property": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
+ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
+ "dependencies": {
+ "is-descriptor": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon-node/node_modules/is-accessor-descriptor": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
+ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
+ "dependencies": {
+ "kind-of": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon-node/node_modules/is-data-descriptor": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
+ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
+ "dependencies": {
+ "kind-of": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon-node/node_modules/is-descriptor": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
+ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
+ "dependencies": {
+ "is-accessor-descriptor": "^1.0.0",
+ "is-data-descriptor": "^1.0.0",
+ "kind-of": "^6.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon-util": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
+ "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",
+ "dependencies": {
+ "kind-of": "^3.2.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon-util/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/snapdragon/node_modules/define-property": {
+ "version": "0.2.5",
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
+ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
+ "dependencies": {
+ "is-descriptor": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "node_modules/snapdragon/node_modules/source-map": {
+ "version": "0.5.7",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/sockjs": {
+ "version": "0.3.20",
+ "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.20.tgz",
+ "integrity": "sha512-SpmVOVpdq0DJc0qArhF3E5xsxvaiqGNb73XfgBpK1y3UD5gs8DSo8aCTsuT5pX8rssdc2NDIzANwP9eCAiSdTA==",
+ "dependencies": {
+ "faye-websocket": "^0.10.0",
+ "uuid": "^3.4.0",
+ "websocket-driver": "0.6.5"
+ }
+ },
+ "node_modules/sockjs-client": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.4.0.tgz",
+ "integrity": "sha512-5zaLyO8/nri5cua0VtOrFXBPK1jbL4+1cebT/mmKA1E1ZXOvJrII75bPu0l0k843G/+iAbhEqzyKr0w/eCCj7g==",
+ "dependencies": {
+ "debug": "^3.2.5",
+ "eventsource": "^1.0.7",
+ "faye-websocket": "~0.11.1",
+ "inherits": "^2.0.3",
+ "json3": "^3.3.2",
+ "url-parse": "^1.4.3"
+ }
+ },
+ "node_modules/sockjs-client/node_modules/debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
+ "dependencies": {
+ "ms": "^2.1.1"
+ }
+ },
+ "node_modules/sockjs-client/node_modules/faye-websocket": {
+ "version": "0.11.3",
+ "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.3.tgz",
+ "integrity": "sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA==",
+ "dependencies": {
+ "websocket-driver": ">=0.5.1"
+ },
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/sort-keys": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz",
+ "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=",
+ "dependencies": {
+ "is-plain-obj": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/source-list-map": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
+ "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw=="
+ },
+ "node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/source-map-resolve": {
+ "version": "0.5.3",
+ "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz",
+ "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==",
+ "dependencies": {
+ "atob": "^2.1.2",
+ "decode-uri-component": "^0.2.0",
+ "resolve-url": "^0.2.1",
+ "source-map-url": "^0.4.0",
+ "urix": "^0.1.0"
+ }
+ },
+ "node_modules/source-map-support": {
+ "version": "0.5.19",
+ "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz",
+ "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==",
+ "dependencies": {
+ "buffer-from": "^1.0.0",
+ "source-map": "^0.6.0"
+ }
+ },
+ "node_modules/source-map-url": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz",
+ "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM="
+ },
+ "node_modules/sourcemap-codec": {
+ "version": "1.4.8",
+ "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
+ "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA=="
+ },
+ "node_modules/spdx-correct": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz",
+ "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==",
+ "dependencies": {
+ "spdx-expression-parse": "^3.0.0",
+ "spdx-license-ids": "^3.0.0"
+ }
+ },
+ "node_modules/spdx-exceptions": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
+ "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A=="
+ },
+ "node_modules/spdx-expression-parse": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
+ "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
+ "dependencies": {
+ "spdx-exceptions": "^2.1.0",
+ "spdx-license-ids": "^3.0.0"
+ }
+ },
+ "node_modules/spdx-license-ids": {
+ "version": "3.0.7",
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.7.tgz",
+ "integrity": "sha512-U+MTEOO0AiDzxwFvoa4JVnMV6mZlJKk2sBLt90s7G0Gd0Mlknc7kxEn3nuDPNZRta7O2uy8oLcZLVT+4sqNZHQ=="
+ },
+ "node_modules/spdy": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
+ "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
+ "dependencies": {
+ "debug": "^4.1.0",
+ "handle-thing": "^2.0.0",
+ "http-deceiver": "^1.2.7",
+ "select-hose": "^2.0.0",
+ "spdy-transport": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/spdy-transport": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
+ "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
+ "dependencies": {
+ "debug": "^4.1.0",
+ "detect-node": "^2.0.4",
+ "hpack.js": "^2.1.6",
+ "obuf": "^1.1.2",
+ "readable-stream": "^3.0.6",
+ "wbuf": "^1.7.3"
+ }
+ },
+ "node_modules/spdy-transport/node_modules/readable-stream": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
+ "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
+ "dependencies": {
+ "inherits": "^2.0.3",
+ "string_decoder": "^1.1.1",
+ "util-deprecate": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/split-string": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
+ "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
+ "dependencies": {
+ "extend-shallow": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/sprintf-js": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
+ "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
+ },
+ "node_modules/sshpk": {
+ "version": "1.16.1",
+ "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz",
+ "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==",
+ "dependencies": {
+ "asn1": "~0.2.3",
+ "assert-plus": "^1.0.0",
+ "bcrypt-pbkdf": "^1.0.0",
+ "dashdash": "^1.12.0",
+ "ecc-jsbn": "~0.1.1",
+ "getpass": "^0.1.1",
+ "jsbn": "~0.1.0",
+ "safer-buffer": "^2.0.2",
+ "tweetnacl": "~0.14.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/ssri": {
+ "version": "8.0.1",
+ "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz",
+ "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==",
+ "dependencies": {
+ "minipass": "^3.1.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/stable": {
+ "version": "0.1.8",
+ "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz",
+ "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w=="
+ },
+ "node_modules/stack-utils": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.3.tgz",
+ "integrity": "sha512-gL//fkxfWUsIlFL2Tl42Cl6+HFALEaB1FU76I/Fy+oZjRreP7OPMXFlGbxM7NQsI0ZpUfw76sHnv0WNYuTb7Iw==",
+ "dependencies": {
+ "escape-string-regexp": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/stack-utils/node_modules/escape-string-regexp": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
+ "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/stackframe": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.2.0.tgz",
+ "integrity": "sha512-GrdeshiRmS1YLMYgzF16olf2jJ/IzxXY9lhKOskuVziubpTYcYqyOwYeJKzQkwy7uN0fYSsbsC4RQaXf9LCrYA=="
+ },
+ "node_modules/state-toggle": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/state-toggle/-/state-toggle-1.0.3.tgz",
+ "integrity": "sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ=="
+ },
+ "node_modules/static-extend": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
+ "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=",
+ "dependencies": {
+ "define-property": "^0.2.5",
+ "object-copy": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/static-extend/node_modules/define-property": {
+ "version": "0.2.5",
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
+ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
+ "dependencies": {
+ "is-descriptor": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/statuses": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
+ "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/stdout-stream": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz",
+ "integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==",
+ "dependencies": {
+ "readable-stream": "^2.0.1"
+ }
+ },
+ "node_modules/stealthy-require": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz",
+ "integrity": "sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/stream-browserify": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz",
+ "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==",
+ "dependencies": {
+ "inherits": "~2.0.1",
+ "readable-stream": "^2.0.2"
+ }
+ },
+ "node_modules/stream-each": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz",
+ "integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==",
+ "dependencies": {
+ "end-of-stream": "^1.1.0",
+ "stream-shift": "^1.0.0"
+ }
+ },
+ "node_modules/stream-http": {
+ "version": "2.8.3",
+ "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz",
+ "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==",
+ "dependencies": {
+ "builtin-status-codes": "^3.0.0",
+ "inherits": "^2.0.1",
+ "readable-stream": "^2.3.6",
+ "to-arraybuffer": "^1.0.0",
+ "xtend": "^4.0.0"
+ }
+ },
+ "node_modules/stream-shift": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz",
+ "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ=="
+ },
+ "node_modules/strict-uri-encode": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz",
+ "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/string_decoder": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
+ "dependencies": {
+ "safe-buffer": "~5.1.0"
+ }
+ },
+ "node_modules/string-length": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.1.tgz",
+ "integrity": "sha512-PKyXUd0LK0ePjSOnWn34V2uD6acUWev9uy0Ft05k0E8xRW+SKcA0F7eMr7h5xlzfn+4O3N+55rduYyet3Jk+jw==",
+ "dependencies": {
+ "char-regex": "^1.0.2",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/string-length/node_modules/ansi-regex": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/string-length/node_modules/strip-ansi": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
+ "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
+ "dependencies": {
+ "ansi-regex": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/string-natural-compare": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz",
+ "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw=="
+ },
+ "node_modules/string-width": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
+ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
+ "dependencies": {
+ "code-point-at": "^1.0.0",
+ "is-fullwidth-code-point": "^1.0.0",
+ "strip-ansi": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/string.prototype.matchall": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.3.tgz",
+ "integrity": "sha512-OBxYDA2ifZQ2e13cP82dWFMaCV9CGF8GzmN4fljBVw5O5wep0lu4gacm1OL6MjROoUnB8VbkWRThqkV2YFLNxw==",
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.18.0-next.1",
+ "has-symbols": "^1.0.1",
+ "internal-slot": "^1.0.2",
+ "regexp.prototype.flags": "^1.3.0",
+ "side-channel": "^1.0.3"
+ }
+ },
+ "node_modules/string.prototype.trim": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.3.tgz",
+ "integrity": "sha512-16IL9pIBA5asNOSukPfxX2W68BaBvxyiRK16H3RA/lWW9BDosh+w7f+LhomPHpXJ82QEe7w7/rY/S1CV97raLg==",
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.18.0-next.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/string.prototype.trimend": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.3.tgz",
+ "integrity": "sha512-ayH0pB+uf0U28CtjlLvL7NaohvR1amUvVZk+y3DYb0Ey2PUV5zPkkKy9+U1ndVEIXO8hNg18eIv9Jntbii+dKw==",
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3"
+ }
+ },
+ "node_modules/string.prototype.trimstart": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.3.tgz",
+ "integrity": "sha512-oBIBUy5lea5tt0ovtOFiEQaBkoBBkyJhZXzJYrSmDo5IUUqbOPvVezuRs/agBIdZ2p2Eo1FD6bD9USyBLfl3xg==",
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3"
+ }
+ },
+ "node_modules/stringify-object": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz",
+ "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==",
+ "dependencies": {
+ "get-own-enumerable-property-symbols": "^3.0.0",
+ "is-obj": "^1.0.1",
+ "is-regexp": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/stringify-object/node_modules/is-obj": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
+ "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/strip-ansi": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
+ "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
+ "dependencies": {
+ "ansi-regex": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/strip-ansi/node_modules/ansi-regex": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
+ "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/strip-bom": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
+ "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
+ "dependencies": {
+ "is-utf8": "^0.2.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/strip-comments": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-1.0.2.tgz",
+ "integrity": "sha512-kL97alc47hoyIQSV165tTt9rG5dn4w1dNnBhOQ3bOU1Nc1hel09jnXANaHJ7vzHLd4Ju8kseDGzlev96pghLFw==",
+ "dependencies": {
+ "babel-extract-comments": "^1.0.0",
+ "babel-plugin-transform-object-rest-spread": "^6.26.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/strip-eof": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
+ "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/strip-final-newline": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
+ "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/strip-indent": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz",
+ "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==",
+ "dependencies": {
+ "min-indent": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-json-comments": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-outer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz",
+ "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==",
+ "dependencies": {
+ "escape-string-regexp": "^1.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/strip-url-auth": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/strip-url-auth/-/strip-url-auth-1.0.1.tgz",
+ "integrity": "sha1-IrD6OkE4WzO+PzMVUbu4N/oM164=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/style-loader": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-1.3.0.tgz",
+ "integrity": "sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==",
+ "dependencies": {
+ "loader-utils": "^2.0.0",
+ "schema-utils": "^2.7.0"
+ },
+ "engines": {
+ "node": ">= 8.9.0"
+ }
+ },
+ "node_modules/stylehacks": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-4.0.3.tgz",
+ "integrity": "sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==",
+ "dependencies": {
+ "browserslist": "^4.0.0",
+ "postcss": "^7.0.0",
+ "postcss-selector-parser": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/stylehacks/node_modules/postcss-selector-parser": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz",
+ "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==",
+ "dependencies": {
+ "dot-prop": "^5.2.0",
+ "indexes-of": "^1.0.1",
+ "uniq": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/supports-color": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
+ "dependencies": {
+ "has-flag": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/supports-hyperlinks": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.1.0.tgz",
+ "integrity": "sha512-zoE5/e+dnEijk6ASB6/qrK+oYdm2do1hjoLWrqUC/8WEIW1gbxFcKuBof7sW8ArN6e+AYvsE8HBGiVRWL/F5CA==",
+ "dependencies": {
+ "has-flag": "^4.0.0",
+ "supports-color": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/supports-hyperlinks/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/supports-hyperlinks/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/svg-parser": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz",
+ "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ=="
+ },
+ "node_modules/svgo": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz",
+ "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==",
+ "dependencies": {
+ "chalk": "^2.4.1",
+ "coa": "^2.0.2",
+ "css-select": "^2.0.0",
+ "css-select-base-adapter": "^0.1.1",
+ "css-tree": "1.0.0-alpha.37",
+ "csso": "^4.0.2",
+ "js-yaml": "^3.13.1",
+ "mkdirp": "~0.5.1",
+ "object.values": "^1.1.0",
+ "sax": "~1.2.4",
+ "stable": "^0.1.8",
+ "unquote": "~1.1.1",
+ "util.promisify": "~1.0.0"
+ },
+ "bin": {
+ "svgo": "bin/svgo"
+ },
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/svgo/node_modules/css-select": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
+ "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==",
+ "dependencies": {
+ "boolbase": "^1.0.0",
+ "css-what": "^3.2.1",
+ "domutils": "^1.7.0",
+ "nth-check": "^1.0.2"
+ }
+ },
+ "node_modules/svgo/node_modules/css-what": {
+ "version": "3.4.2",
+ "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz",
+ "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/svgo/node_modules/dom-serializer": {
+ "version": "0.2.2",
+ "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
+ "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
+ "dependencies": {
+ "domelementtype": "^2.0.1",
+ "entities": "^2.0.0"
+ }
+ },
+ "node_modules/svgo/node_modules/dom-serializer/node_modules/domelementtype": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.1.0.tgz",
+ "integrity": "sha512-LsTgx/L5VpD+Q8lmsXSHW2WpA+eBlZ9HPf3erD1IoPF00/3JKHZ3BknUVA2QGDNu69ZNmyFmCWBSO45XjYKC5w=="
+ },
+ "node_modules/svgo/node_modules/domelementtype": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
+ "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w=="
+ },
+ "node_modules/svgo/node_modules/domutils": {
+ "version": "1.7.0",
+ "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
+ "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==",
+ "dependencies": {
+ "dom-serializer": "0",
+ "domelementtype": "1"
+ }
+ },
+ "node_modules/svgo/node_modules/nth-check": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz",
+ "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==",
+ "dependencies": {
+ "boolbase": "~1.0.0"
+ }
+ },
+ "node_modules/symbol-tree": {
+ "version": "3.2.4",
+ "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
+ "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
+ },
+ "node_modules/table": {
+ "version": "6.0.7",
+ "resolved": "https://registry.npmjs.org/table/-/table-6.0.7.tgz",
+ "integrity": "sha512-rxZevLGTUzWna/qBLObOe16kB2RTnnbhciwgPbMMlazz1yZGVEgnZK762xyVdVznhqxrfCeBMmMkgOOaPwjH7g==",
+ "dependencies": {
+ "ajv": "^7.0.2",
+ "lodash": "^4.17.20",
+ "slice-ansi": "^4.0.0",
+ "string-width": "^4.2.0"
+ },
+ "engines": {
+ "node": ">=10.0.0"
+ }
+ },
+ "node_modules/table/node_modules/ajv": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-7.0.3.tgz",
+ "integrity": "sha512-R50QRlXSxqXcQP5SvKUrw8VZeypvo12i2IX0EeR5PiZ7bEKeHWgzgo264LDadUsCU42lTJVhFikTqJwNeH34gQ==",
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "node_modules/table/node_modules/ansi-regex": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/table/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
+ },
+ "node_modules/table/node_modules/is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/table/node_modules/json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
+ },
+ "node_modules/table/node_modules/string-width": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz",
+ "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/table/node_modules/strip-ansi": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
+ "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
+ "dependencies": {
+ "ansi-regex": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/tapable": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz",
+ "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/tar": {
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.2.tgz",
+ "integrity": "sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==",
+ "dependencies": {
+ "block-stream": "*",
+ "fstream": "^1.0.12",
+ "inherits": "2"
+ }
+ },
+ "node_modules/temp-dir": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-1.0.0.tgz",
+ "integrity": "sha1-CnwOom06Oa+n4OvqnB/AvE2qAR0=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/tempy": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.3.0.tgz",
+ "integrity": "sha512-WrH/pui8YCwmeiAoxV+lpRH9HpRtgBhSR2ViBPgpGb/wnYDzp21R4MN45fsCGvLROvY67o3byhJRYRONJyImVQ==",
+ "dependencies": {
+ "temp-dir": "^1.0.0",
+ "type-fest": "^0.3.1",
+ "unique-string": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/tempy/node_modules/type-fest": {
+ "version": "0.3.1",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz",
+ "integrity": "sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/terminal-link": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
+ "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",
+ "dependencies": {
+ "ansi-escapes": "^4.2.1",
+ "supports-hyperlinks": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/terser": {
+ "version": "4.8.0",
+ "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz",
+ "integrity": "sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==",
+ "dependencies": {
+ "commander": "^2.20.0",
+ "source-map": "~0.6.1",
+ "source-map-support": "~0.5.12"
+ },
+ "bin": {
+ "terser": "bin/terser"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/terser-webpack-plugin": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-4.2.3.tgz",
+ "integrity": "sha512-jTgXh40RnvOrLQNgIkwEKnQ8rmHjHK4u+6UBEi+W+FPmvb+uo+chJXntKe7/3lW5mNysgSWD60KyesnhW8D6MQ==",
+ "dependencies": {
+ "cacache": "^15.0.5",
+ "find-cache-dir": "^3.3.1",
+ "jest-worker": "^26.5.0",
+ "p-limit": "^3.0.2",
+ "schema-utils": "^3.0.0",
+ "serialize-javascript": "^5.0.1",
+ "source-map": "^0.6.1",
+ "terser": "^5.3.4",
+ "webpack-sources": "^1.4.3"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/terser-webpack-plugin/node_modules/find-cache-dir": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz",
+ "integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==",
+ "dependencies": {
+ "commondir": "^1.0.1",
+ "make-dir": "^3.0.2",
+ "pkg-dir": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/terser-webpack-plugin/node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/terser-webpack-plugin/node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/terser-webpack-plugin/node_modules/make-dir": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
+ "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
+ "dependencies": {
+ "semver": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/terser-webpack-plugin/node_modules/p-limit": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
+ "dependencies": {
+ "yocto-queue": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/terser-webpack-plugin/node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/terser-webpack-plugin/node_modules/p-locate/node_modules/p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dependencies": {
+ "p-try": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/terser-webpack-plugin/node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/terser-webpack-plugin/node_modules/pkg-dir": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
+ "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
+ "dependencies": {
+ "find-up": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/terser-webpack-plugin/node_modules/schema-utils": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz",
+ "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==",
+ "dependencies": {
+ "@types/json-schema": "^7.0.6",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/terser-webpack-plugin/node_modules/semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/terser-webpack-plugin/node_modules/terser": {
+ "version": "5.5.1",
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.5.1.tgz",
+ "integrity": "sha512-6VGWZNVP2KTUcltUQJ25TtNjx/XgdDsBDKGt8nN0MpydU36LmbPPcMBd2kmtZNNGVVDLg44k7GKeHHj+4zPIBQ==",
+ "dependencies": {
+ "commander": "^2.20.0",
+ "source-map": "~0.7.2",
+ "source-map-support": "~0.5.19"
+ },
+ "bin": {
+ "terser": "bin/terser"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/terser-webpack-plugin/node_modules/terser/node_modules/source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/test-exclude": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
+ "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
+ "dependencies": {
+ "@istanbuljs/schema": "^0.1.2",
+ "glob": "^7.1.4",
+ "minimatch": "^3.0.4"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/text-table": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
+ "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ="
+ },
+ "node_modules/throat": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz",
+ "integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA=="
+ },
+ "node_modules/through2": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
+ "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
+ "dependencies": {
+ "readable-stream": "~2.3.6",
+ "xtend": "~4.0.1"
+ }
+ },
+ "node_modules/thunky": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
+ "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA=="
+ },
+ "node_modules/timers-browserify": {
+ "version": "2.0.12",
+ "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz",
+ "integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==",
+ "dependencies": {
+ "setimmediate": "^1.0.4"
+ },
+ "engines": {
+ "node": ">=0.6.0"
+ }
+ },
+ "node_modules/timsort": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz",
+ "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q="
+ },
+ "node_modules/tmpl": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz",
+ "integrity": "sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE="
+ },
+ "node_modules/to-arraybuffer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz",
+ "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M="
+ },
+ "node_modules/to-fast-properties": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
+ "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/to-object-path": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
+ "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/to-object-path/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/to-regex": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
+ "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
+ "dependencies": {
+ "define-property": "^2.0.2",
+ "extend-shallow": "^3.0.2",
+ "regex-not": "^1.0.2",
+ "safe-regex": "^1.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/to-regex-range": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
+ "dependencies": {
+ "is-number": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=8.0"
+ }
+ },
+ "node_modules/toidentifier": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
+ "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==",
+ "engines": {
+ "node": ">=0.6"
+ }
+ },
+ "node_modules/tough-cookie": {
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
+ "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
+ "dependencies": {
+ "psl": "^1.1.28",
+ "punycode": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
+ "node_modules/tr46": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.0.2.tgz",
+ "integrity": "sha512-3n1qG+/5kg+jrbTzwAykB5yRYtQCTqOGKq5U5PE3b0a1/mzo6snDhjGS0zJVJunO0NrT3Dg1MLy5TjWP/UJppg==",
+ "dependencies": {
+ "punycode": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/trim": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz",
+ "integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0="
+ },
+ "node_modules/trim-newlines": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
+ "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/trim-repeated": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz",
+ "integrity": "sha1-42RqLqTokTEr9+rObPsFOAvAHCE=",
+ "dependencies": {
+ "escape-string-regexp": "^1.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/trim-trailing-lines": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz",
+ "integrity": "sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ=="
+ },
+ "node_modules/trough": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz",
+ "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA=="
+ },
+ "node_modules/true-case-path": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz",
+ "integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==",
+ "dependencies": {
+ "glob": "^7.1.2"
+ }
+ },
+ "node_modules/tryer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz",
+ "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA=="
+ },
+ "node_modules/ts-pnp": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.2.0.tgz",
+ "integrity": "sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/tsconfig-paths": {
+ "version": "3.9.0",
+ "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz",
+ "integrity": "sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==",
+ "dependencies": {
+ "@types/json5": "^0.0.29",
+ "json5": "^1.0.1",
+ "minimist": "^1.2.0",
+ "strip-bom": "^3.0.0"
+ }
+ },
+ "node_modules/tsconfig-paths/node_modules/json5": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
+ "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
+ "dependencies": {
+ "minimist": "^1.2.0"
+ },
+ "bin": {
+ "json5": "lib/cli.js"
+ }
+ },
+ "node_modules/tsconfig-paths/node_modules/strip-bom": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
+ "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/tslib": {
+ "version": "1.14.1",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
+ },
+ "node_modules/tsutils": {
+ "version": "3.19.1",
+ "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.19.1.tgz",
+ "integrity": "sha512-GEdoBf5XI324lu7ycad7s6laADfnAqCw6wLGI+knxvw9vsIYBaJfYdmeCEG3FMMUiSm3OGgNb+m6utsWf5h9Vw==",
+ "dependencies": {
+ "tslib": "^1.8.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/tty-browserify": {
+ "version": "0.0.0",
+ "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz",
+ "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY="
+ },
+ "node_modules/tunnel-agent": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
+ "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
+ "dependencies": {
+ "safe-buffer": "^5.0.1"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/tweetnacl": {
+ "version": "0.14.5",
+ "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
+ "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q="
+ },
+ "node_modules/type": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz",
+ "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg=="
+ },
+ "node_modules/type-check": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
+ "dependencies": {
+ "prelude-ls": "^1.2.1"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/type-detect": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
+ "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/type-fest": {
+ "version": "0.8.1",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
+ "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/type-is": {
+ "version": "1.6.18",
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
+ "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
+ "dependencies": {
+ "media-typer": "0.3.0",
+ "mime-types": "~2.1.24"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/typed-styles": {
+ "version": "0.0.7",
+ "resolved": "https://registry.npmjs.org/typed-styles/-/typed-styles-0.0.7.tgz",
+ "integrity": "sha512-pzP0PWoZUhsECYjABgCGQlRGL1n7tOHsgwYv3oIiEpJwGhFTuty/YNeduxQYzXXa3Ge5BdT6sHYIQYpl4uJ+5Q=="
+ },
+ "node_modules/typedarray": {
+ "version": "0.0.6",
+ "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
+ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
+ },
+ "node_modules/typedarray-to-buffer": {
+ "version": "3.1.5",
+ "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
+ "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
+ "dependencies": {
+ "is-typedarray": "^1.0.0"
+ }
+ },
+ "node_modules/unherit": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/unherit/-/unherit-1.1.3.tgz",
+ "integrity": "sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==",
+ "dependencies": {
+ "inherits": "^2.0.0",
+ "xtend": "^4.0.0"
+ }
+ },
+ "node_modules/unicode-canonical-property-names-ecmascript": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz",
+ "integrity": "sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/unicode-match-property-ecmascript": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz",
+ "integrity": "sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==",
+ "dependencies": {
+ "unicode-canonical-property-names-ecmascript": "^1.0.4",
+ "unicode-property-aliases-ecmascript": "^1.0.4"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/unicode-match-property-value-ecmascript": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz",
+ "integrity": "sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/unicode-property-aliases-ecmascript": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz",
+ "integrity": "sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/unified": {
+ "version": "6.2.0",
+ "resolved": "https://registry.npmjs.org/unified/-/unified-6.2.0.tgz",
+ "integrity": "sha512-1k+KPhlVtqmG99RaTbAv/usu85fcSRu3wY8X+vnsEhIxNP5VbVIDiXnLqyKIG+UMdyTg0ZX9EI6k2AfjJkHPtA==",
+ "dependencies": {
+ "bail": "^1.0.0",
+ "extend": "^3.0.0",
+ "is-plain-obj": "^1.1.0",
+ "trough": "^1.0.0",
+ "vfile": "^2.0.0",
+ "x-is-string": "^0.1.0"
+ }
+ },
+ "node_modules/union-value": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz",
+ "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==",
+ "dependencies": {
+ "arr-union": "^3.1.0",
+ "get-value": "^2.0.6",
+ "is-extendable": "^0.1.1",
+ "set-value": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/uniq": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz",
+ "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8="
+ },
+ "node_modules/uniqs": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz",
+ "integrity": "sha1-/+3ks2slKQaW5uFl1KWe25mOawI="
+ },
+ "node_modules/unique-filename": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
+ "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==",
+ "dependencies": {
+ "unique-slug": "^2.0.0"
+ }
+ },
+ "node_modules/unique-slug": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz",
+ "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==",
+ "dependencies": {
+ "imurmurhash": "^0.1.4"
+ }
+ },
+ "node_modules/unique-string": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz",
+ "integrity": "sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo=",
+ "dependencies": {
+ "crypto-random-string": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/unist-util-is": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-3.0.0.tgz",
+ "integrity": "sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A=="
+ },
+ "node_modules/unist-util-remove-position": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.4.tgz",
+ "integrity": "sha512-tLqd653ArxJIPnKII6LMZwH+mb5q+n/GtXQZo6S6csPRs5zB0u79Yw8ouR3wTw8wxvdJFhpP6Y7jorWdCgLO0A==",
+ "dependencies": {
+ "unist-util-visit": "^1.1.0"
+ }
+ },
+ "node_modules/unist-util-stringify-position": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz",
+ "integrity": "sha512-pNCVrk64LZv1kElr0N1wPiHEUoXNVFERp+mlTg/s9R5Lwg87f9bM/3sQB99w+N9D/qnM9ar3+AKDBwo/gm/iQQ=="
+ },
+ "node_modules/unist-util-visit": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.4.1.tgz",
+ "integrity": "sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==",
+ "dependencies": {
+ "unist-util-visit-parents": "^2.0.0"
+ }
+ },
+ "node_modules/unist-util-visit-parents": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-1.1.2.tgz",
+ "integrity": "sha512-yvo+MMLjEwdc3RhhPYSximset7rwjMrdt9E41Smmvg25UQIenzrN83cRnF1JMzoMi9zZOQeYXHSDf7p+IQkW3Q=="
+ },
+ "node_modules/unist-util-visit/node_modules/unist-util-visit-parents": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz",
+ "integrity": "sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==",
+ "dependencies": {
+ "unist-util-is": "^3.0.0"
+ }
+ },
+ "node_modules/universalify": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
+ "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
+ "engines": {
+ "node": ">= 4.0.0"
+ }
+ },
+ "node_modules/unpipe": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
+ "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/unquote": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz",
+ "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ="
+ },
+ "node_modules/unset-value": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",
+ "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=",
+ "dependencies": {
+ "has-value": "^0.3.1",
+ "isobject": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/unset-value/node_modules/has-value": {
+ "version": "0.3.1",
+ "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",
+ "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=",
+ "dependencies": {
+ "get-value": "^2.0.3",
+ "has-values": "^0.1.4",
+ "isobject": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/unset-value/node_modules/has-value/node_modules/isobject": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
+ "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
+ "dependencies": {
+ "isarray": "1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/unset-value/node_modules/has-values": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",
+ "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/upath": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
+ "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
+ "engines": {
+ "node": ">=4",
+ "yarn": "*"
+ }
+ },
+ "node_modules/uri-js": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
+ "dependencies": {
+ "punycode": "^2.1.0"
+ }
+ },
+ "node_modules/urix": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
+ "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI="
+ },
+ "node_modules/url": {
+ "version": "0.11.0",
+ "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz",
+ "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=",
+ "dependencies": {
+ "punycode": "1.3.2",
+ "querystring": "0.2.0"
+ }
+ },
+ "node_modules/url-loader": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz",
+ "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==",
+ "dependencies": {
+ "loader-utils": "^2.0.0",
+ "mime-types": "^2.1.27",
+ "schema-utils": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/url-loader/node_modules/schema-utils": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz",
+ "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==",
+ "dependencies": {
+ "@types/json-schema": "^7.0.6",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/url-parse": {
+ "version": "1.4.7",
+ "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz",
+ "integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==",
+ "dependencies": {
+ "querystringify": "^2.1.1",
+ "requires-port": "^1.0.0"
+ }
+ },
+ "node_modules/url/node_modules/punycode": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
+ "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0="
+ },
+ "node_modules/use": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
+ "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/util": {
+ "version": "0.11.1",
+ "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz",
+ "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==",
+ "dependencies": {
+ "inherits": "2.0.3"
+ }
+ },
+ "node_modules/util-deprecate": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
+ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
+ },
+ "node_modules/util.promisify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz",
+ "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==",
+ "dependencies": {
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.17.2",
+ "has-symbols": "^1.0.1",
+ "object.getownpropertydescriptors": "^2.1.0"
+ }
+ },
+ "node_modules/util.promisify/node_modules/es-abstract": {
+ "version": "1.17.7",
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz",
+ "integrity": "sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==",
+ "dependencies": {
+ "es-to-primitive": "^1.2.1",
+ "function-bind": "^1.1.1",
+ "has": "^1.0.3",
+ "has-symbols": "^1.0.1",
+ "is-callable": "^1.2.2",
+ "is-regex": "^1.1.1",
+ "object-inspect": "^1.8.0",
+ "object-keys": "^1.1.1",
+ "object.assign": "^4.1.1",
+ "string.prototype.trimend": "^1.0.1",
+ "string.prototype.trimstart": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/util/node_modules/inherits": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
+ "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
+ },
+ "node_modules/utila": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz",
+ "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw="
+ },
+ "node_modules/utils-merge": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
+ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=",
+ "engines": {
+ "node": ">= 0.4.0"
+ }
+ },
+ "node_modules/uuid": {
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
+ "bin": {
+ "uuid": "bin/uuid"
+ }
+ },
+ "node_modules/v8-compile-cache": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz",
+ "integrity": "sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q=="
+ },
+ "node_modules/v8-to-istanbul": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-7.1.0.tgz",
+ "integrity": "sha512-uXUVqNUCLa0AH1vuVxzi+MI4RfxEOKt9pBgKwHbgH7st8Kv2P1m+jvWNnektzBh5QShF3ODgKmUFCf38LnVz1g==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.1",
+ "convert-source-map": "^1.6.0",
+ "source-map": "^0.7.3"
+ },
+ "engines": {
+ "node": ">=10.10.0"
+ }
+ },
+ "node_modules/v8-to-istanbul/node_modules/source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/validate-npm-package-license": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
+ "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
+ "dependencies": {
+ "spdx-correct": "^3.0.0",
+ "spdx-expression-parse": "^3.0.0"
+ }
+ },
+ "node_modules/vary": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
+ "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/vendors": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.4.tgz",
+ "integrity": "sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w=="
+ },
+ "node_modules/verror": {
+ "version": "1.10.0",
+ "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
+ "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
+ "engines": [
+ "node >=0.6.0"
+ ],
+ "dependencies": {
+ "assert-plus": "^1.0.0",
+ "core-util-is": "1.0.2",
+ "extsprintf": "^1.2.0"
+ }
+ },
+ "node_modules/vfile": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/vfile/-/vfile-2.3.0.tgz",
+ "integrity": "sha512-ASt4mBUHcTpMKD/l5Q+WJXNtshlWxOogYyGYYrg4lt/vuRjC1EFQtlAofL5VmtVNIZJzWYFJjzGWZ0Gw8pzW1w==",
+ "dependencies": {
+ "is-buffer": "^1.1.4",
+ "replace-ext": "1.0.0",
+ "unist-util-stringify-position": "^1.0.0",
+ "vfile-message": "^1.0.0"
+ }
+ },
+ "node_modules/vfile-location": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-2.0.6.tgz",
+ "integrity": "sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA=="
+ },
+ "node_modules/vfile-message": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-1.1.1.tgz",
+ "integrity": "sha512-1WmsopSGhWt5laNir+633LszXvZ+Z/lxveBf6yhGsqnQIhlhzooZae7zV6YVM1Sdkw68dtAW3ow0pOdPANugvA==",
+ "dependencies": {
+ "unist-util-stringify-position": "^1.1.1"
+ }
+ },
+ "node_modules/vm-browserify": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz",
+ "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ=="
+ },
+ "node_modules/w3c-hr-time": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
+ "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
+ "dependencies": {
+ "browser-process-hrtime": "^1.0.0"
+ }
+ },
+ "node_modules/w3c-xmlserializer": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",
+ "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==",
+ "dependencies": {
+ "xml-name-validator": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/wait-for-expect": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/wait-for-expect/-/wait-for-expect-3.0.2.tgz",
+ "integrity": "sha512-cfS1+DZxuav1aBYbaO/kE06EOS8yRw7qOFoD3XtjTkYvCvh3zUvNST8DXK/nPaeqIzIv3P3kL3lRJn8iwOiSag=="
+ },
+ "node_modules/walker": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.7.tgz",
+ "integrity": "sha1-L3+bj9ENZ3JisYqITijRlhjgKPs=",
+ "dependencies": {
+ "makeerror": "1.0.x"
+ }
+ },
+ "node_modules/warning": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz",
+ "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==",
+ "dependencies": {
+ "loose-envify": "^1.0.0"
+ }
+ },
+ "node_modules/watchpack": {
+ "version": "1.7.5",
+ "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz",
+ "integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==",
+ "dependencies": {
+ "graceful-fs": "^4.1.2",
+ "neo-async": "^2.5.0"
+ },
+ "optionalDependencies": {
+ "chokidar": "^3.4.1",
+ "watchpack-chokidar2": "^2.0.1"
+ }
+ },
+ "node_modules/watchpack-chokidar2": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz",
+ "integrity": "sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==",
+ "optional": true,
+ "dependencies": {
+ "chokidar": "^2.1.8"
+ }
+ },
+ "node_modules/watchpack-chokidar2/node_modules/anymatch": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
+ "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
+ "optional": true,
+ "dependencies": {
+ "micromatch": "^3.1.4",
+ "normalize-path": "^2.1.1"
+ }
+ },
+ "node_modules/watchpack-chokidar2/node_modules/anymatch/node_modules/normalize-path": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
+ "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
+ "optional": true,
+ "dependencies": {
+ "remove-trailing-separator": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/watchpack-chokidar2/node_modules/binary-extensions": {
+ "version": "1.13.1",
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz",
+ "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==",
+ "optional": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/watchpack-chokidar2/node_modules/braces": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
+ "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
+ "optional": true,
+ "dependencies": {
+ "arr-flatten": "^1.1.0",
+ "array-unique": "^0.3.2",
+ "extend-shallow": "^2.0.1",
+ "fill-range": "^4.0.0",
+ "isobject": "^3.0.1",
+ "repeat-element": "^1.1.2",
+ "snapdragon": "^0.8.1",
+ "snapdragon-node": "^2.0.1",
+ "split-string": "^3.0.2",
+ "to-regex": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/watchpack-chokidar2/node_modules/braces/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "optional": true,
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/watchpack-chokidar2/node_modules/chokidar": {
+ "version": "2.1.8",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
+ "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
+ "optional": true,
+ "dependencies": {
+ "anymatch": "^2.0.0",
+ "async-each": "^1.0.1",
+ "braces": "^2.3.2",
+ "fsevents": "^1.2.7",
+ "glob-parent": "^3.1.0",
+ "inherits": "^2.0.3",
+ "is-binary-path": "^1.0.0",
+ "is-glob": "^4.0.0",
+ "normalize-path": "^3.0.0",
+ "path-is-absolute": "^1.0.0",
+ "readdirp": "^2.2.1",
+ "upath": "^1.1.1"
+ }
+ },
+ "node_modules/watchpack-chokidar2/node_modules/fill-range": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
+ "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
+ "optional": true,
+ "dependencies": {
+ "extend-shallow": "^2.0.1",
+ "is-number": "^3.0.0",
+ "repeat-string": "^1.6.1",
+ "to-regex-range": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/watchpack-chokidar2/node_modules/fill-range/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "optional": true,
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/watchpack-chokidar2/node_modules/fsevents": {
+ "version": "1.2.13",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz",
+ "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==",
+ "hasInstallScript": true,
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "dependencies": {
+ "bindings": "^1.5.0",
+ "nan": "^2.12.1"
+ },
+ "engines": {
+ "node": ">= 4.0"
+ }
+ },
+ "node_modules/watchpack-chokidar2/node_modules/glob-parent": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
+ "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
+ "optional": true,
+ "dependencies": {
+ "is-glob": "^3.1.0",
+ "path-dirname": "^1.0.0"
+ }
+ },
+ "node_modules/watchpack-chokidar2/node_modules/glob-parent/node_modules/is-glob": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
+ "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
+ "optional": true,
+ "dependencies": {
+ "is-extglob": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/watchpack-chokidar2/node_modules/is-binary-path": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
+ "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
+ "optional": true,
+ "dependencies": {
+ "binary-extensions": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/watchpack-chokidar2/node_modules/is-number": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
+ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
+ "optional": true,
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/watchpack-chokidar2/node_modules/is-number/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "optional": true,
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/watchpack-chokidar2/node_modules/micromatch": {
+ "version": "3.1.10",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
+ "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
+ "optional": true,
+ "dependencies": {
+ "arr-diff": "^4.0.0",
+ "array-unique": "^0.3.2",
+ "braces": "^2.3.1",
+ "define-property": "^2.0.2",
+ "extend-shallow": "^3.0.2",
+ "extglob": "^2.0.4",
+ "fragment-cache": "^0.2.1",
+ "kind-of": "^6.0.2",
+ "nanomatch": "^1.2.9",
+ "object.pick": "^1.3.0",
+ "regex-not": "^1.0.0",
+ "snapdragon": "^0.8.1",
+ "to-regex": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/watchpack-chokidar2/node_modules/readdirp": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz",
+ "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==",
+ "optional": true,
+ "dependencies": {
+ "graceful-fs": "^4.1.11",
+ "micromatch": "^3.1.10",
+ "readable-stream": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
+ "node_modules/watchpack-chokidar2/node_modules/to-regex-range": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
+ "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
+ "optional": true,
+ "dependencies": {
+ "is-number": "^3.0.0",
+ "repeat-string": "^1.6.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/wbuf": {
+ "version": "1.7.3",
+ "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
+ "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
+ "dependencies": {
+ "minimalistic-assert": "^1.0.0"
+ }
+ },
+ "node_modules/webidl-conversions": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
+ "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==",
+ "engines": {
+ "node": ">=10.4"
+ }
+ },
+ "node_modules/webpack": {
+ "version": "4.44.2",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.44.2.tgz",
+ "integrity": "sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q==",
+ "dependencies": {
+ "@webassemblyjs/ast": "1.9.0",
+ "@webassemblyjs/helper-module-context": "1.9.0",
+ "@webassemblyjs/wasm-edit": "1.9.0",
+ "@webassemblyjs/wasm-parser": "1.9.0",
+ "acorn": "^6.4.1",
+ "ajv": "^6.10.2",
+ "ajv-keywords": "^3.4.1",
+ "chrome-trace-event": "^1.0.2",
+ "enhanced-resolve": "^4.3.0",
+ "eslint-scope": "^4.0.3",
+ "json-parse-better-errors": "^1.0.2",
+ "loader-runner": "^2.4.0",
+ "loader-utils": "^1.2.3",
+ "memory-fs": "^0.4.1",
+ "micromatch": "^3.1.10",
+ "mkdirp": "^0.5.3",
+ "neo-async": "^2.6.1",
+ "node-libs-browser": "^2.2.1",
+ "schema-utils": "^1.0.0",
+ "tapable": "^1.1.3",
+ "terser-webpack-plugin": "^1.4.3",
+ "watchpack": "^1.7.4",
+ "webpack-sources": "^1.4.1"
+ },
+ "bin": {
+ "webpack": "bin/webpack.js"
+ },
+ "engines": {
+ "node": ">=6.11.5"
+ }
+ },
+ "node_modules/webpack-dev-middleware": {
+ "version": "3.7.3",
+ "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz",
+ "integrity": "sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==",
+ "dependencies": {
+ "memory-fs": "^0.4.1",
+ "mime": "^2.4.4",
+ "mkdirp": "^0.5.1",
+ "range-parser": "^1.2.1",
+ "webpack-log": "^2.0.0"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/webpack-dev-middleware/node_modules/mime": {
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/mime/-/mime-2.5.0.tgz",
+ "integrity": "sha512-ft3WayFSFUVBuJj7BMLKAQcSlItKtfjsKDDsii3rqFDAZ7t11zRe8ASw/GlmivGwVUYtwkQrxiGGpL6gFvB0ag==",
+ "bin": {
+ "mime": "cli.js"
+ },
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/webpack-dev-server": {
+ "version": "3.11.0",
+ "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.11.0.tgz",
+ "integrity": "sha512-PUxZ+oSTxogFQgkTtFndEtJIPNmml7ExwufBZ9L2/Xyyd5PnOL5UreWe5ZT7IU25DSdykL9p1MLQzmLh2ljSeg==",
+ "dependencies": {
+ "ansi-html": "0.0.7",
+ "bonjour": "^3.5.0",
+ "chokidar": "^2.1.8",
+ "compression": "^1.7.4",
+ "connect-history-api-fallback": "^1.6.0",
+ "debug": "^4.1.1",
+ "del": "^4.1.1",
+ "express": "^4.17.1",
+ "html-entities": "^1.3.1",
+ "http-proxy-middleware": "0.19.1",
+ "import-local": "^2.0.0",
+ "internal-ip": "^4.3.0",
+ "ip": "^1.1.5",
+ "is-absolute-url": "^3.0.3",
+ "killable": "^1.0.1",
+ "loglevel": "^1.6.8",
+ "opn": "^5.5.0",
+ "p-retry": "^3.0.1",
+ "portfinder": "^1.0.26",
+ "schema-utils": "^1.0.0",
+ "selfsigned": "^1.10.7",
+ "semver": "^6.3.0",
+ "serve-index": "^1.9.1",
+ "sockjs": "0.3.20",
+ "sockjs-client": "1.4.0",
+ "spdy": "^4.0.2",
+ "strip-ansi": "^3.0.1",
+ "supports-color": "^6.1.0",
+ "url": "^0.11.0",
+ "webpack-dev-middleware": "^3.7.2",
+ "webpack-log": "^2.0.0",
+ "ws": "^6.2.1",
+ "yargs": "^13.3.2"
+ },
+ "bin": {
+ "webpack-dev-server": "bin/webpack-dev-server.js"
+ },
+ "engines": {
+ "node": ">= 6.11.5"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/anymatch": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
+ "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
+ "dependencies": {
+ "micromatch": "^3.1.4",
+ "normalize-path": "^2.1.1"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/anymatch/node_modules/normalize-path": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
+ "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
+ "dependencies": {
+ "remove-trailing-separator": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/binary-extensions": {
+ "version": "1.13.1",
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz",
+ "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/braces": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
+ "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
+ "dependencies": {
+ "arr-flatten": "^1.1.0",
+ "array-unique": "^0.3.2",
+ "extend-shallow": "^2.0.1",
+ "fill-range": "^4.0.0",
+ "isobject": "^3.0.1",
+ "repeat-element": "^1.1.2",
+ "snapdragon": "^0.8.1",
+ "snapdragon-node": "^2.0.1",
+ "split-string": "^3.0.2",
+ "to-regex": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/braces/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/chokidar": {
+ "version": "2.1.8",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
+ "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
+ "dependencies": {
+ "anymatch": "^2.0.0",
+ "async-each": "^1.0.1",
+ "braces": "^2.3.2",
+ "glob-parent": "^3.1.0",
+ "inherits": "^2.0.3",
+ "is-binary-path": "^1.0.0",
+ "is-glob": "^4.0.0",
+ "normalize-path": "^3.0.0",
+ "path-is-absolute": "^1.0.0",
+ "readdirp": "^2.2.1",
+ "upath": "^1.1.1"
+ },
+ "optionalDependencies": {
+ "fsevents": "^1.2.7"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/fill-range": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
+ "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
+ "dependencies": {
+ "extend-shallow": "^2.0.1",
+ "is-number": "^3.0.0",
+ "repeat-string": "^1.6.1",
+ "to-regex-range": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/fill-range/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/fsevents": {
+ "version": "1.2.13",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz",
+ "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==",
+ "hasInstallScript": true,
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "dependencies": {
+ "bindings": "^1.5.0",
+ "nan": "^2.12.1"
+ },
+ "engines": {
+ "node": ">= 4.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/glob-parent": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
+ "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
+ "dependencies": {
+ "is-glob": "^3.1.0",
+ "path-dirname": "^1.0.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/glob-parent/node_modules/is-glob": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
+ "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
+ "dependencies": {
+ "is-extglob": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/import-local": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz",
+ "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==",
+ "dependencies": {
+ "pkg-dir": "^3.0.0",
+ "resolve-cwd": "^2.0.0"
+ },
+ "bin": {
+ "import-local-fixture": "fixtures/cli.js"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/is-absolute-url": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz",
+ "integrity": "sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/is-binary-path": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
+ "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
+ "dependencies": {
+ "binary-extensions": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/is-number": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
+ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/is-number/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/micromatch": {
+ "version": "3.1.10",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
+ "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
+ "dependencies": {
+ "arr-diff": "^4.0.0",
+ "array-unique": "^0.3.2",
+ "braces": "^2.3.1",
+ "define-property": "^2.0.2",
+ "extend-shallow": "^3.0.2",
+ "extglob": "^2.0.4",
+ "fragment-cache": "^0.2.1",
+ "kind-of": "^6.0.2",
+ "nanomatch": "^1.2.9",
+ "object.pick": "^1.3.0",
+ "regex-not": "^1.0.0",
+ "snapdragon": "^0.8.1",
+ "to-regex": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/readdirp": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz",
+ "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==",
+ "dependencies": {
+ "graceful-fs": "^4.1.11",
+ "micromatch": "^3.1.10",
+ "readable-stream": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/resolve-cwd": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz",
+ "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=",
+ "dependencies": {
+ "resolve-from": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/resolve-from": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
+ "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/schema-utils": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
+ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
+ "dependencies": {
+ "ajv": "^6.1.0",
+ "ajv-errors": "^1.0.0",
+ "ajv-keywords": "^3.1.0"
+ },
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/supports-color": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
+ "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
+ "dependencies": {
+ "has-flag": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/to-regex-range": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
+ "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
+ "dependencies": {
+ "is-number": "^3.0.0",
+ "repeat-string": "^1.6.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/ws": {
+ "version": "6.2.1",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz",
+ "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==",
+ "dependencies": {
+ "async-limiter": "~1.0.0"
+ }
+ },
+ "node_modules/webpack-log": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz",
+ "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==",
+ "dependencies": {
+ "ansi-colors": "^3.0.0",
+ "uuid": "^3.3.2"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/webpack-log/node_modules/ansi-colors": {
+ "version": "3.2.4",
+ "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz",
+ "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/webpack-manifest-plugin": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-2.2.0.tgz",
+ "integrity": "sha512-9S6YyKKKh/Oz/eryM1RyLVDVmy3NSPV0JXMRhZ18fJsq+AwGxUY34X54VNwkzYcEmEkDwNxuEOboCZEebJXBAQ==",
+ "dependencies": {
+ "fs-extra": "^7.0.0",
+ "lodash": ">=3.5 <5",
+ "object.entries": "^1.1.0",
+ "tapable": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=6.11.5"
+ }
+ },
+ "node_modules/webpack-manifest-plugin/node_modules/fs-extra": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz",
+ "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==",
+ "dependencies": {
+ "graceful-fs": "^4.1.2",
+ "jsonfile": "^4.0.0",
+ "universalify": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=6 <7 || >=8"
+ }
+ },
+ "node_modules/webpack-sources": {
+ "version": "1.4.3",
+ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz",
+ "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==",
+ "dependencies": {
+ "source-list-map": "^2.0.0",
+ "source-map": "~0.6.1"
+ }
+ },
+ "node_modules/webpack/node_modules/acorn": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz",
+ "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==",
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/webpack/node_modules/braces": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
+ "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
+ "dependencies": {
+ "arr-flatten": "^1.1.0",
+ "array-unique": "^0.3.2",
+ "extend-shallow": "^2.0.1",
+ "fill-range": "^4.0.0",
+ "isobject": "^3.0.1",
+ "repeat-element": "^1.1.2",
+ "snapdragon": "^0.8.1",
+ "snapdragon-node": "^2.0.1",
+ "split-string": "^3.0.2",
+ "to-regex": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack/node_modules/braces/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack/node_modules/cacache": {
+ "version": "12.0.4",
+ "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.4.tgz",
+ "integrity": "sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==",
+ "dependencies": {
+ "bluebird": "^3.5.5",
+ "chownr": "^1.1.1",
+ "figgy-pudding": "^3.5.1",
+ "glob": "^7.1.4",
+ "graceful-fs": "^4.1.15",
+ "infer-owner": "^1.0.3",
+ "lru-cache": "^5.1.1",
+ "mississippi": "^3.0.0",
+ "mkdirp": "^0.5.1",
+ "move-concurrently": "^1.0.1",
+ "promise-inflight": "^1.0.1",
+ "rimraf": "^2.6.3",
+ "ssri": "^6.0.1",
+ "unique-filename": "^1.1.1",
+ "y18n": "^4.0.0"
+ }
+ },
+ "node_modules/webpack/node_modules/chownr": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
+ "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg=="
+ },
+ "node_modules/webpack/node_modules/eslint-scope": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz",
+ "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==",
+ "dependencies": {
+ "esrecurse": "^4.1.0",
+ "estraverse": "^4.1.1"
+ },
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/webpack/node_modules/fill-range": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
+ "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
+ "dependencies": {
+ "extend-shallow": "^2.0.1",
+ "is-number": "^3.0.0",
+ "repeat-string": "^1.6.1",
+ "to-regex-range": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack/node_modules/fill-range/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack/node_modules/is-number": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
+ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
+ "dependencies": {
+ "kind-of": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack/node_modules/is-number/node_modules/kind-of": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
+ "dependencies": {
+ "is-buffer": "^1.1.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack/node_modules/is-wsl": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
+ "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/webpack/node_modules/json5": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
+ "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
+ "dependencies": {
+ "minimist": "^1.2.0"
+ },
+ "bin": {
+ "json5": "lib/cli.js"
+ }
+ },
+ "node_modules/webpack/node_modules/loader-utils": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz",
+ "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==",
+ "dependencies": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/webpack/node_modules/lru-cache": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
+ "dependencies": {
+ "yallist": "^3.0.2"
+ }
+ },
+ "node_modules/webpack/node_modules/micromatch": {
+ "version": "3.1.10",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
+ "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
+ "dependencies": {
+ "arr-diff": "^4.0.0",
+ "array-unique": "^0.3.2",
+ "braces": "^2.3.1",
+ "define-property": "^2.0.2",
+ "extend-shallow": "^3.0.2",
+ "extglob": "^2.0.4",
+ "fragment-cache": "^0.2.1",
+ "kind-of": "^6.0.2",
+ "nanomatch": "^1.2.9",
+ "object.pick": "^1.3.0",
+ "regex-not": "^1.0.0",
+ "snapdragon": "^0.8.1",
+ "to-regex": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack/node_modules/schema-utils": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
+ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
+ "dependencies": {
+ "ajv": "^6.1.0",
+ "ajv-errors": "^1.0.0",
+ "ajv-keywords": "^3.1.0"
+ },
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/webpack/node_modules/serialize-javascript": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
+ "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
+ "dependencies": {
+ "randombytes": "^2.1.0"
+ }
+ },
+ "node_modules/webpack/node_modules/ssri": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.2.tgz",
+ "integrity": "sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==",
+ "dependencies": {
+ "figgy-pudding": "^3.5.1"
+ }
+ },
+ "node_modules/webpack/node_modules/terser-webpack-plugin": {
+ "version": "1.4.5",
+ "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz",
+ "integrity": "sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==",
+ "dependencies": {
+ "cacache": "^12.0.2",
+ "find-cache-dir": "^2.1.0",
+ "is-wsl": "^1.1.0",
+ "schema-utils": "^1.0.0",
+ "serialize-javascript": "^4.0.0",
+ "source-map": "^0.6.1",
+ "terser": "^4.1.2",
+ "webpack-sources": "^1.4.0",
+ "worker-farm": "^1.7.0"
+ },
+ "engines": {
+ "node": ">= 6.9.0"
+ }
+ },
+ "node_modules/webpack/node_modules/to-regex-range": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
+ "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
+ "dependencies": {
+ "is-number": "^3.0.0",
+ "repeat-string": "^1.6.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack/node_modules/yallist": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
+ },
+ "node_modules/websocket-driver": {
+ "version": "0.6.5",
+ "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.5.tgz",
+ "integrity": "sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY=",
+ "dependencies": {
+ "websocket-extensions": ">=0.1.1"
+ },
+ "engines": {
+ "node": ">=0.6.0"
+ }
+ },
+ "node_modules/websocket-extensions": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
+ "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/whatwg-encoding": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
+ "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
+ "dependencies": {
+ "iconv-lite": "0.4.24"
+ }
+ },
+ "node_modules/whatwg-fetch": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.5.0.tgz",
+ "integrity": "sha512-jXkLtsR42xhXg7akoDKvKWE40eJeI+2KZqcp2h3NsOrRnDvtWX36KcKl30dy+hxECivdk2BVUHVNrPtoMBUx6A=="
+ },
+ "node_modules/whatwg-mimetype": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
+ "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g=="
+ },
+ "node_modules/whatwg-url": {
+ "version": "8.4.0",
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.4.0.tgz",
+ "integrity": "sha512-vwTUFf6V4zhcPkWp/4CQPr1TW9Ml6SF4lVyaIMBdJw5i6qUUJ1QWM4Z6YYVkfka0OUIzVo/0aNtGVGk256IKWw==",
+ "dependencies": {
+ "lodash.sortby": "^4.7.0",
+ "tr46": "^2.0.2",
+ "webidl-conversions": "^6.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/which": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
+ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "which": "bin/which"
+ }
+ },
+ "node_modules/which-module": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
+ "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho="
+ },
+ "node_modules/wide-align": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz",
+ "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",
+ "dependencies": {
+ "string-width": "^1.0.2 || 2"
+ }
+ },
+ "node_modules/word-wrap": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
+ "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/workbox-background-sync": {
+ "version": "5.1.4",
+ "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-5.1.4.tgz",
+ "integrity": "sha512-AH6x5pYq4vwQvfRDWH+vfOePfPIYQ00nCEB7dJRU1e0n9+9HMRyvI63FlDvtFT2AvXVRsXvUt7DNMEToyJLpSA==",
+ "dependencies": {
+ "workbox-core": "^5.1.4"
+ }
+ },
+ "node_modules/workbox-broadcast-update": {
+ "version": "5.1.4",
+ "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-5.1.4.tgz",
+ "integrity": "sha512-HTyTWkqXvHRuqY73XrwvXPud/FN6x3ROzkfFPsRjtw/kGZuZkPzfeH531qdUGfhtwjmtO/ZzXcWErqVzJNdXaA==",
+ "dependencies": {
+ "workbox-core": "^5.1.4"
+ }
+ },
+ "node_modules/workbox-build": {
+ "version": "5.1.4",
+ "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-5.1.4.tgz",
+ "integrity": "sha512-xUcZn6SYU8usjOlfLb9Y2/f86Gdo+fy1fXgH8tJHjxgpo53VVsqRX0lUDw8/JuyzNmXuo8vXX14pXX2oIm9Bow==",
+ "dependencies": {
+ "@babel/core": "^7.8.4",
+ "@babel/preset-env": "^7.8.4",
+ "@babel/runtime": "^7.8.4",
+ "@hapi/joi": "^15.1.0",
+ "@rollup/plugin-node-resolve": "^7.1.1",
+ "@rollup/plugin-replace": "^2.3.1",
+ "@surma/rollup-plugin-off-main-thread": "^1.1.1",
+ "common-tags": "^1.8.0",
+ "fast-json-stable-stringify": "^2.1.0",
+ "fs-extra": "^8.1.0",
+ "glob": "^7.1.6",
+ "lodash.template": "^4.5.0",
+ "pretty-bytes": "^5.3.0",
+ "rollup": "^1.31.1",
+ "rollup-plugin-babel": "^4.3.3",
+ "rollup-plugin-terser": "^5.3.1",
+ "source-map": "^0.7.3",
+ "source-map-url": "^0.4.0",
+ "stringify-object": "^3.3.0",
+ "strip-comments": "^1.0.2",
+ "tempy": "^0.3.0",
+ "upath": "^1.2.0",
+ "workbox-background-sync": "^5.1.4",
+ "workbox-broadcast-update": "^5.1.4",
+ "workbox-cacheable-response": "^5.1.4",
+ "workbox-core": "^5.1.4",
+ "workbox-expiration": "^5.1.4",
+ "workbox-google-analytics": "^5.1.4",
+ "workbox-navigation-preload": "^5.1.4",
+ "workbox-precaching": "^5.1.4",
+ "workbox-range-requests": "^5.1.4",
+ "workbox-routing": "^5.1.4",
+ "workbox-strategies": "^5.1.4",
+ "workbox-streams": "^5.1.4",
+ "workbox-sw": "^5.1.4",
+ "workbox-window": "^5.1.4"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/workbox-build/node_modules/source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/workbox-cacheable-response": {
+ "version": "5.1.4",
+ "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-5.1.4.tgz",
+ "integrity": "sha512-0bfvMZs0Of1S5cdswfQK0BXt6ulU5kVD4lwer2CeI+03czHprXR3V4Y8lPTooamn7eHP8Iywi5QjyAMjw0qauA==",
+ "dependencies": {
+ "workbox-core": "^5.1.4"
+ }
+ },
+ "node_modules/workbox-core": {
+ "version": "5.1.4",
+ "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-5.1.4.tgz",
+ "integrity": "sha512-+4iRQan/1D8I81nR2L5vcbaaFskZC2CL17TLbvWVzQ4qiF/ytOGF6XeV54pVxAvKUtkLANhk8TyIUMtiMw2oDg=="
+ },
+ "node_modules/workbox-expiration": {
+ "version": "5.1.4",
+ "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-5.1.4.tgz",
+ "integrity": "sha512-oDO/5iC65h2Eq7jctAv858W2+CeRW5e0jZBMNRXpzp0ZPvuT6GblUiHnAsC5W5lANs1QS9atVOm4ifrBiYY7AQ==",
+ "dependencies": {
+ "workbox-core": "^5.1.4"
+ }
+ },
+ "node_modules/workbox-google-analytics": {
+ "version": "5.1.4",
+ "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-5.1.4.tgz",
+ "integrity": "sha512-0IFhKoEVrreHpKgcOoddV+oIaVXBFKXUzJVBI+nb0bxmcwYuZMdteBTp8AEDJacENtc9xbR0wa9RDCnYsCDLjA==",
+ "dependencies": {
+ "workbox-background-sync": "^5.1.4",
+ "workbox-core": "^5.1.4",
+ "workbox-routing": "^5.1.4",
+ "workbox-strategies": "^5.1.4"
+ }
+ },
+ "node_modules/workbox-navigation-preload": {
+ "version": "5.1.4",
+ "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-5.1.4.tgz",
+ "integrity": "sha512-Wf03osvK0wTflAfKXba//QmWC5BIaIZARU03JIhAEO2wSB2BDROWI8Q/zmianf54kdV7e1eLaIEZhth4K4MyfQ==",
+ "dependencies": {
+ "workbox-core": "^5.1.4"
+ }
+ },
+ "node_modules/workbox-precaching": {
+ "version": "5.1.4",
+ "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-5.1.4.tgz",
+ "integrity": "sha512-gCIFrBXmVQLFwvAzuGLCmkUYGVhBb7D1k/IL7pUJUO5xacjLcFUaLnnsoVepBGAiKw34HU1y/YuqvTKim9qAZA==",
+ "dependencies": {
+ "workbox-core": "^5.1.4"
+ }
+ },
+ "node_modules/workbox-range-requests": {
+ "version": "5.1.4",
+ "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-5.1.4.tgz",
+ "integrity": "sha512-1HSujLjgTeoxHrMR2muDW2dKdxqCGMc1KbeyGcmjZZAizJTFwu7CWLDmLv6O1ceWYrhfuLFJO+umYMddk2XMhw==",
+ "dependencies": {
+ "workbox-core": "^5.1.4"
+ }
+ },
+ "node_modules/workbox-routing": {
+ "version": "5.1.4",
+ "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-5.1.4.tgz",
+ "integrity": "sha512-8ljknRfqE1vEQtnMtzfksL+UXO822jJlHTIR7+BtJuxQ17+WPZfsHqvk1ynR/v0EHik4x2+826Hkwpgh4GKDCw==",
+ "dependencies": {
+ "workbox-core": "^5.1.4"
+ }
+ },
+ "node_modules/workbox-strategies": {
+ "version": "5.1.4",
+ "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-5.1.4.tgz",
+ "integrity": "sha512-VVS57LpaJTdjW3RgZvPwX0NlhNmscR7OQ9bP+N/34cYMDzXLyA6kqWffP6QKXSkca1OFo/v6v7hW7zrrguo6EA==",
+ "dependencies": {
+ "workbox-core": "^5.1.4",
+ "workbox-routing": "^5.1.4"
+ }
+ },
+ "node_modules/workbox-streams": {
+ "version": "5.1.4",
+ "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-5.1.4.tgz",
+ "integrity": "sha512-xU8yuF1hI/XcVhJUAfbQLa1guQUhdLMPQJkdT0kn6HP5CwiPOGiXnSFq80rAG4b1kJUChQQIGPrq439FQUNVrw==",
+ "dependencies": {
+ "workbox-core": "^5.1.4",
+ "workbox-routing": "^5.1.4"
+ }
+ },
+ "node_modules/workbox-sw": {
+ "version": "5.1.4",
+ "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-5.1.4.tgz",
+ "integrity": "sha512-9xKnKw95aXwSNc8kk8gki4HU0g0W6KXu+xks7wFuC7h0sembFnTrKtckqZxbSod41TDaGh+gWUA5IRXrL0ECRA=="
+ },
+ "node_modules/workbox-webpack-plugin": {
+ "version": "5.1.4",
+ "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-5.1.4.tgz",
+ "integrity": "sha512-PZafF4HpugZndqISi3rZ4ZK4A4DxO8rAqt2FwRptgsDx7NF8TVKP86/huHquUsRjMGQllsNdn4FNl8CD/UvKmQ==",
+ "dependencies": {
+ "@babel/runtime": "^7.5.5",
+ "fast-json-stable-stringify": "^2.0.0",
+ "source-map-url": "^0.4.0",
+ "upath": "^1.1.2",
+ "webpack-sources": "^1.3.0",
+ "workbox-build": "^5.1.4"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/workbox-window": {
+ "version": "5.1.4",
+ "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-5.1.4.tgz",
+ "integrity": "sha512-vXQtgTeMCUq/4pBWMfQX8Ee7N2wVC4Q7XYFqLnfbXJ2hqew/cU1uMTD2KqGEgEpE4/30luxIxgE+LkIa8glBYw==",
+ "dependencies": {
+ "workbox-core": "^5.1.4"
+ }
+ },
+ "node_modules/worker-farm": {
+ "version": "1.7.0",
+ "resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz",
+ "integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==",
+ "dependencies": {
+ "errno": "~0.1.7"
+ }
+ },
+ "node_modules/worker-rpc": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/worker-rpc/-/worker-rpc-0.1.1.tgz",
+ "integrity": "sha512-P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg==",
+ "dependencies": {
+ "microevent.ts": "~0.1.1"
+ }
+ },
+ "node_modules/wrap-ansi": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz",
+ "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==",
+ "dependencies": {
+ "ansi-styles": "^3.2.0",
+ "string-width": "^3.0.0",
+ "strip-ansi": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
+ "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/string-width": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
+ "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
+ "dependencies": {
+ "emoji-regex": "^7.0.1",
+ "is-fullwidth-code-point": "^2.0.0",
+ "strip-ansi": "^5.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/strip-ansi": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
+ "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
+ "dependencies": {
+ "ansi-regex": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/wrappy": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
+ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
+ },
+ "node_modules/write-file-atomic": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
+ "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
+ "dependencies": {
+ "imurmurhash": "^0.1.4",
+ "is-typedarray": "^1.0.0",
+ "signal-exit": "^3.0.2",
+ "typedarray-to-buffer": "^3.1.5"
+ }
+ },
+ "node_modules/ws": {
+ "version": "7.4.2",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.2.tgz",
+ "integrity": "sha512-T4tewALS3+qsrpGI/8dqNMLIVdq/g/85U98HPMa6F0m6xTbvhXU6RCQLqPH3+SlomNV/LdY6RXEbBpMH6EOJnA==",
+ "engines": {
+ "node": ">=8.3.0"
+ }
+ },
+ "node_modules/x-is-string": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/x-is-string/-/x-is-string-0.1.0.tgz",
+ "integrity": "sha1-R0tQhlrzpJqcRlfwWs0UVFj3fYI="
+ },
+ "node_modules/xml-name-validator": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
+ "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw=="
+ },
+ "node_modules/xmlchars": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
+ "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw=="
+ },
+ "node_modules/xtend": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
+ "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
+ "engines": {
+ "node": ">=0.4"
+ }
+ },
+ "node_modules/y18n": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz",
+ "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ=="
+ },
+ "node_modules/yallist": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
+ "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI="
+ },
+ "node_modules/yaml": {
+ "version": "1.10.0",
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.0.tgz",
+ "integrity": "sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/yargs": {
+ "version": "13.3.2",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz",
+ "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==",
+ "dependencies": {
+ "cliui": "^5.0.0",
+ "find-up": "^3.0.0",
+ "get-caller-file": "^2.0.1",
+ "require-directory": "^2.1.1",
+ "require-main-filename": "^2.0.0",
+ "set-blocking": "^2.0.0",
+ "string-width": "^3.0.0",
+ "which-module": "^2.0.0",
+ "y18n": "^4.0.0",
+ "yargs-parser": "^13.1.2"
+ }
+ },
+ "node_modules/yargs-parser": {
+ "version": "13.1.2",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz",
+ "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==",
+ "dependencies": {
+ "camelcase": "^5.0.0",
+ "decamelize": "^1.2.0"
+ }
+ },
+ "node_modules/yargs-parser/node_modules/camelcase": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/yargs/node_modules/find-up": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
+ "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
+ "dependencies": {
+ "locate-path": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/yargs/node_modules/is-fullwidth-code-point": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
+ "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/yargs/node_modules/string-width": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
+ "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
+ "dependencies": {
+ "emoji-regex": "^7.0.1",
+ "is-fullwidth-code-point": "^2.0.0",
+ "strip-ansi": "^5.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/yargs/node_modules/strip-ansi": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
+ "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
+ "dependencies": {
+ "ansi-regex": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/yocto-queue": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
+ "engines": {
+ "node": ">=10"
+ }
+ }
+ },
"dependencies": {
"@babel/code-frame": {
"version": "7.12.11",
@@ -17761,6 +42191,14 @@
"resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz",
"integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM="
},
+ "string_decoder": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
+ "requires": {
+ "safe-buffer": "~5.1.0"
+ }
+ },
"string-length": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.1.tgz",
@@ -17842,14 +42280,6 @@
"define-properties": "^1.1.3"
}
},
- "string_decoder": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
- "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
- "requires": {
- "safe-buffer": "~5.1.0"
- }
- },
"stringify-object": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz",
From 408ec1afa6e6b9ba65f91d0a462282e2e89a4255 Mon Sep 17 00:00:00 2001
From: Edward Noe <44482033+edward-noe@users.noreply.github.com>
Date: Tue, 25 May 2021 17:51:52 -0400
Subject: [PATCH 004/304] Update Counting Bits problem (#103)
* Update Counting Bits difficulty
* Add bit manipulation to Counting Bits
---
src/data/index.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/data/index.js b/src/data/index.js
index e22e6516..56772a0d 100644
--- a/src/data/index.js
+++ b/src/data/index.js
@@ -642,8 +642,8 @@ const questions = [
id: 49,
name: 'Counting Bits',
url: 'https://leetcode.com/problems/counting-bits/',
- pattern: ['Dynamic Programming'],
- difficulty: 'Medium',
+ pattern: ['Dynamic Programming', 'Bit Manipulation'],
+ difficulty: 'Easy',
premium: false,
companies: ['Amazon', 'Apple'],
},
From d3198bd67144087bb0e87053ea520b1092072f65 Mon Sep 17 00:00:00 2001
From: hiromik
Date: Sun, 6 Jun 2021 18:17:32 +0200
Subject: [PATCH 005/304] Allow sorting by most asked companies to less asked
companies (#104)
Co-authored-by: Zhongou ZHENG
---
src/components/Table/index.js | 38 ++++++++++++++++++++++++++++-------
1 file changed, 31 insertions(+), 7 deletions(-)
diff --git a/src/components/Table/index.js b/src/components/Table/index.js
index 553a5520..e892834a 100644
--- a/src/components/Table/index.js
+++ b/src/components/Table/index.js
@@ -160,6 +160,7 @@ const Table = () => {
{
Header: 'Questions',
accessor: 'questions',
+ disableSortBy: true,
Cell: cellInfo => {
return (
{
{
Header: 'Solutions',
accessor: 'solutions',
+ disableSortBy: true,
Cell: cellInfo => {
const url = cellInfo.row.original.premium
? `${cellInfo.row.original.url}/`
@@ -234,6 +236,7 @@ const Table = () => {
);
},
accessor: 'pattern',
+ disableSortBy: true,
Cell: cellInfo => {
const patterns = `${cellInfo.row.original.pattern}`
.split(',')
@@ -261,6 +264,7 @@ const Table = () => {
{
Header: 'Difficulty',
accessor: 'difficulty',
+ disableSortBy: true,
Cell: cellInfo => (
{
{
Header: () => {
return (
-
- Companies{' '}
-
-
-
-
+ <>
+
+ Companies{' '}
+
+
+
+
+ >
);
},
accessor: 'companies',
+ sortType: (a, b) => {
+ if (a.original.companies.length === b.original.companies.length) {
+ return 0;
+ }
+ return a.original.companies.length > b.original.companies.length
+ ? 1
+ : -1;
+ },
Cell: cellInfo => {
const companies = cellInfo.row.original.companies.map(company => {
return (
@@ -333,7 +349,15 @@ const Table = () => {
{headerGroup.headers.map(column => (
- {column.render('Header')}
+
+ {column.render('Header')}
+ {/* eslint-disable-next-line no-nested-ternary */}
+ {column.isSorted
+ ? column.isSortedDesc
+ ? ' 🔽'
+ : ' 🔼'
+ : ''}
+
{column.canFilter ? column.render('Filter') : null}
|
))}
From 974fe878ddcb5a3a7894923fdaadeaae6e1b962c Mon Sep 17 00:00:00 2001
From: td31 <67289701+td31@users.noreply.github.com>
Date: Wed, 21 Jul 2021 13:17:55 -0400
Subject: [PATCH 006/304] Update difficulty for 720. Longest Word in Dictionary
(#109)
---
src/data/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/data/index.js b/src/data/index.js
index 56772a0d..41ebaa92 100644
--- a/src/data/index.js
+++ b/src/data/index.js
@@ -2027,7 +2027,7 @@ const questions = [
name: 'Longest Word in Dictionary',
url: 'https://leetcode.com/problems/longest-word-in-dictionary/',
pattern: ['Trie'],
- difficulty: 'Easy',
+ difficulty: 'Medium',
premium: false,
companies: ['Goldman Sachs', 'Amazon'],
},
From 8c11cb19d3a6c512b85a8009e586d51d3cbe38be Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+SeanPrashad@users.noreply.github.com>
Date: Fri, 23 Jul 2021 13:15:48 -0400
Subject: [PATCH 007/304] Update Google Analytics tag
---
src/components/App.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/App.js b/src/components/App.js
index 877db511..c52b14f4 100644
--- a/src/components/App.js
+++ b/src/components/App.js
@@ -9,7 +9,7 @@ import { initGA, PageView } from './Shared/Tracking';
class App extends React.Component {
componentDidMount() {
- initGA('UA-92642042-4', { debug: false });
+ initGA('UA-203108441-2', { debug: false });
PageView();
}
From d8efe764dc6607919d6edee7e2d28d0ce6a39e62 Mon Sep 17 00:00:00 2001
From: hiromik
Date: Fri, 3 Sep 2021 06:57:22 +0200
Subject: [PATCH 008/304] Pattern frequencies per company/difficulty (#113)
* Changed eslint rule to prevent app from crashing
* Show pattern frequency when a difficulty or company or both is chosen
Co-authored-by: Zhongou ZHENG
---
.eslintrc.js | 7 ++
src/components/PatternFrequencies/index.js | 74 +++++++++++++++++++
src/components/PatternFrequencies/styles.scss | 11 +++
src/components/Table/index.js | 4 +
4 files changed, 96 insertions(+)
create mode 100644 src/components/PatternFrequencies/index.js
create mode 100644 src/components/PatternFrequencies/styles.scss
diff --git a/.eslintrc.js b/.eslintrc.js
index a16f10b9..2f87a271 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -10,6 +10,13 @@ module.exports = {
rules: {
'jsx-a11y/href-no-hash': ['off'],
'react/jsx-filename-extension': ['warn', { extensions: ['.js', '.jsx'] }],
+ 'react/destructuring-assignment': [
+ 'warn',
+ 'always',
+ {
+ ignoreClassFields: false,
+ },
+ ],
'max-len': [
'warn',
{
diff --git a/src/components/PatternFrequencies/index.js b/src/components/PatternFrequencies/index.js
new file mode 100644
index 00000000..040a08f0
--- /dev/null
+++ b/src/components/PatternFrequencies/index.js
@@ -0,0 +1,74 @@
+import { Badge } from 'reactstrap';
+import React from 'react';
+// eslint-disable-next-line import/no-extraneous-dependencies
+import PropTypes from 'prop-types';
+import './styles.scss';
+
+const PatternFrequencies = ({ filters, rows }) => {
+ const patternsMap = rows.reduce((acc, row) => {
+ for (let i = 0; i < row.original.pattern.length; i += 1) {
+ const pattern = row.original.pattern[i];
+ acc[pattern] = acc[pattern] + 1 || 1;
+ }
+ return acc;
+ }, Object.create(null));
+ const sortedPatternsByFrequency = Object.keys(patternsMap).sort(
+ (a, b) => patternsMap[b] - patternsMap[a],
+ );
+ const showComponent = filters.find(filter =>
+ ['companies', 'difficulty'].includes(filter.id),
+ );
+
+ const getFrequencyClass = rate => {
+ const highestFrequency = Math.round(
+ patternsMap[sortedPatternsByFrequency[0]],
+ );
+
+ if (highestFrequency / 3 < 1) {
+ return '';
+ }
+
+ const frequencyRate = {
+ easy: Math.round(highestFrequency / 3),
+ medium: Math.round((highestFrequency / 3) * 2),
+ hard: highestFrequency,
+ };
+
+ return Object.keys(frequencyRate).find(key => rate <= frequencyRate[key]);
+ };
+
+ return showComponent ? (
+
+
Problems pattern frequency
+ {sortedPatternsByFrequency.map((pattern, index) => (
+
+
+ {pattern} : {patternsMap[pattern]}
+
+
+ ))}
+
+ ) : null;
+};
+
+PatternFrequencies.propTypes = {
+ filters: PropTypes.arrayOf(
+ PropTypes.shape({ id: PropTypes.string, value: PropTypes.string }),
+ ).isRequired,
+ rows: PropTypes.arrayOf(
+ PropTypes.shape({
+ original: PropTypes.shape({
+ pattern: PropTypes.arrayOf(PropTypes.string),
+ }),
+ }),
+ ).isRequired,
+};
+
+export default PatternFrequencies;
diff --git a/src/components/PatternFrequencies/styles.scss b/src/components/PatternFrequencies/styles.scss
new file mode 100644
index 00000000..7276352b
--- /dev/null
+++ b/src/components/PatternFrequencies/styles.scss
@@ -0,0 +1,11 @@
+.pattern-count {
+ padding: 0.75em;
+
+ h5 {
+ font-weight: bold;
+ }
+
+ .badge {
+ margin: 0.25em 0.25em;
+ }
+}
diff --git a/src/components/Table/index.js b/src/components/Table/index.js
index e892834a..b79cf123 100644
--- a/src/components/Table/index.js
+++ b/src/components/Table/index.js
@@ -22,6 +22,7 @@ import questions from '../../data';
import 'react-toggle/style.css';
import './styles.scss';
+import PatternFrequencies from '../PatternFrequencies';
const iconPath = `${process.env.PUBLIC_URL}/assets/icons/`;
@@ -328,6 +329,8 @@ const Table = () => {
getTableProps,
getTableBodyProps,
headerGroups,
+ filteredRows,
+ state: { filters },
rows,
prepareRow,
} = useTable(
@@ -343,6 +346,7 @@ const Table = () => {
return (
+
{headerGroups.map(headerGroup => (
From 1b738ccfb5118fa99077e507f0db63fcd26c1fec Mon Sep 17 00:00:00 2001
From: Shreyansh shrey
Date: Fri, 3 Sep 2021 11:02:44 +0530
Subject: [PATCH 009/304] add padding to company icons (#116)
---
src/components/Table/styles.scss | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/components/Table/styles.scss b/src/components/Table/styles.scss
index f55888e1..8004072c 100644
--- a/src/components/Table/styles.scss
+++ b/src/components/Table/styles.scss
@@ -37,6 +37,10 @@
margin: 0;
}
+ .companies img {
+ padding: 5px;
+ }
+
.react-toggle {
top: 7px;
}
From 810c8598b9fe66062e12f076a4c8143fa0c87ce7 Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Tue, 14 Sep 2021 22:15:05 -0400
Subject: [PATCH 010/304] Update difficulty for Longest Consecutive Sequence
from hard to medium (#119)
Fixes #118
---
src/data/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/data/index.js b/src/data/index.js
index 41ebaa92..e7de6516 100644
--- a/src/data/index.js
+++ b/src/data/index.js
@@ -169,7 +169,7 @@ const questions = [
name: 'Longest Consecutive Sequence',
url: 'https://leetcode.com/problems/longest-consecutive-sequence/',
pattern: ['Arrays'],
- difficulty: 'Hard',
+ difficulty: 'Medium',
premium: false,
companies: [
'Google',
From 3f0903e379113844ed0b582dc88b47c337f0d26a Mon Sep 17 00:00:00 2001
From: Sethanant Pipatpakorn
Date: Wed, 20 Oct 2021 11:13:36 +0700
Subject: [PATCH 011/304] Add a reset button (#120)
* add reset button :sparkles:
* remove checked, difficultyCount from React.useMemo
---
src/components/Table/index.js | 14 ++++++++++++++
src/components/Table/styles.scss | 7 ++++++-
2 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/src/components/Table/index.js b/src/components/Table/index.js
index b79cf123..7d6fa76f 100644
--- a/src/components/Table/index.js
+++ b/src/components/Table/index.js
@@ -6,6 +6,7 @@ import {
Row,
Badge,
NavLink,
+ Button,
} from 'reactstrap';
import Toggle from 'react-toggle';
import ReactTooltip from 'react-tooltip';
@@ -132,6 +133,19 @@ const Table = () => {
Hard: {difficultyCount.Hard}/{totalDifficultyCount.Hard}
+
+
);
},
diff --git a/src/components/Table/styles.scss b/src/components/Table/styles.scss
index 8004072c..a7e65541 100644
--- a/src/components/Table/styles.scss
+++ b/src/components/Table/styles.scss
@@ -40,8 +40,13 @@
.companies img {
padding: 5px;
}
-
+
.react-toggle {
top: 7px;
}
+
+ .reset-button {
+ margin-top: 10px;
+ font-size: 0.7rem;
+ }
}
From 22c1e00549a2dd0a665c4d92526f29f8c9cf5ffb Mon Sep 17 00:00:00 2001
From: Arnav Puri
Date: Fri, 22 Oct 2021 10:07:04 +0530
Subject: [PATCH 012/304] resolves #121 (#122)
---
src/components/Table/index.js | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/src/components/Table/index.js b/src/components/Table/index.js
index 7d6fa76f..d4ab3e43 100644
--- a/src/components/Table/index.js
+++ b/src/components/Table/index.js
@@ -29,7 +29,7 @@ const iconPath = `${process.env.PUBLIC_URL}/assets/icons/`;
const Table = () => {
const data = React.useMemo(() => questions, []);
-
+ const [resetCount, setResetCount] = useState(0);
let checkedList =
JSON.parse(localStorage.getItem('checked')) ||
new Array(data.length).fill(false);
@@ -81,6 +81,15 @@ const Table = () => {
[],
);
+ const resetHandler = () => {
+ setChecked(new Array(checked.length).fill(false));
+ setDifficultyCount(() => {
+ return { Easy: 0, Medium: 0, Hard: 0 };
+ });
+ const count = resetCount + 1;
+ setResetCount(count);
+ };
+
const columns = React.useMemo(
() => [
{
@@ -139,10 +148,7 @@ const Table = () => {
outline
size="sm"
color="danger"
- onClick={() => {
- setDifficultyCount({ Easy: 0, Medium: 0, Hard: 0 });
- setChecked([...checked].map(() => false));
- }}
+ onClick={resetHandler}
>
Reset
@@ -164,7 +170,6 @@ const Table = () => {
difficultyCount[
cellInfo.row.original.difficulty
] += additive;
-
setDifficultyCount(difficultyCount);
setChecked([...checked]);
}}
@@ -336,7 +341,7 @@ const Table = () => {
},
],
// eslint-disable-next-line
- [],
+ [resetCount],
);
const {
From 712626c796df6cab5276756d4dd44366968f5369 Mon Sep 17 00:00:00 2001
From: Nishant Agrawal <41500636+nishantagrawal01@users.noreply.github.com>
Date: Fri, 26 Nov 2021 09:30:04 +0530
Subject: [PATCH 013/304] Added-Leetcode-Arrays-Adhoc-Problem (#124)
* Update index.js
* Update index.js
---
src/data/index.js | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/data/index.js b/src/data/index.js
index e7de6516..1ca836f9 100644
--- a/src/data/index.js
+++ b/src/data/index.js
@@ -2139,6 +2139,15 @@ const questions = [
premium: false,
companies: ['Amazon', 'Microsoft', 'Bloomberg', 'Apple', 'Adobe'],
},
+ {
+ id: 170,
+ name: 'Convert 1D Array Into 2D Array',
+ url: 'https://leetcode.com/problems/convert-1d-array-into-2d-array/',
+ pattern: ['Arrays-Adhoc'],
+ difficulty: 'Easy',
+ premium: false,
+ companies: ['Amazon'],
+ },
];
const sortBy = { Easy: 0, Medium: 1, Hard: 2 };
From 45cf64455cf8d47efacb7f35ab298f86892abd25 Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+SeanPrashad@users.noreply.github.com>
Date: Sat, 27 Nov 2021 19:19:50 -0500
Subject: [PATCH 014/304] Normalize arrays pattern
---
src/data/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/data/index.js b/src/data/index.js
index 1ca836f9..7d14272e 100644
--- a/src/data/index.js
+++ b/src/data/index.js
@@ -2143,7 +2143,7 @@ const questions = [
id: 170,
name: 'Convert 1D Array Into 2D Array',
url: 'https://leetcode.com/problems/convert-1d-array-into-2d-array/',
- pattern: ['Arrays-Adhoc'],
+ pattern: ['Arrays'],
difficulty: 'Easy',
premium: false,
companies: ['Amazon'],
From 5ae567d5c47f3b8dab2931c56622d3634d0646e1 Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Sat, 27 Nov 2021 19:22:59 -0500
Subject: [PATCH 015/304] Add QuickSelect pattern for Kth largest element in an
array (#131)
Fixes #128
---
src/data/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/data/index.js b/src/data/index.js
index 7d14272e..21690de3 100644
--- a/src/data/index.js
+++ b/src/data/index.js
@@ -1384,7 +1384,7 @@ const questions = [
id: 110,
name: 'Kth Largest Element in an Array',
url: 'https://leetcode.com/problems/kth-largest-element-in-an-array/',
- pattern: ['Heap'],
+ pattern: ['Heap', 'QuickSelect'],
difficulty: 'Medium',
premium: false,
companies: [
From 6e6f541bca2e32da9a699ffeec61d5a7d381f5e3 Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Sun, 28 Nov 2021 22:35:22 -0500
Subject: [PATCH 016/304] Add question ID to checkbox tooltip (#132)
Fixes #130
---
src/components/Table/index.js | 34 +++++++++++++++++++---------------
1 file changed, 19 insertions(+), 15 deletions(-)
diff --git a/src/components/Table/index.js b/src/components/Table/index.js
index d4ab3e43..1eabd5b8 100644
--- a/src/components/Table/index.js
+++ b/src/components/Table/index.js
@@ -158,22 +158,26 @@ const Table = () => {
id: 'Checkbox',
Cell: cellInfo => {
return (
- {
- checked[cellInfo.row.original.id] = !checked[
- cellInfo.row.original.id
- ];
+
+ {
+ checked[cellInfo.row.original.id] = !checked[
+ cellInfo.row.original.id
+ ];
- const additive = checked[cellInfo.row.original.id] ? 1 : -1;
- difficultyCount[
- cellInfo.row.original.difficulty
- ] += additive;
- setDifficultyCount(difficultyCount);
- setChecked([...checked]);
- }}
- />
+ const additive = checked[cellInfo.row.original.id]
+ ? 1
+ : -1;
+ difficultyCount[
+ cellInfo.row.original.difficulty
+ ] += additive;
+ setDifficultyCount(difficultyCount);
+ setChecked([...checked]);
+ }}
+ />
+
);
},
},
From 3c57856767918e1a3769723004afbcb0f2e79a30 Mon Sep 17 00:00:00 2001
From: Akash
Date: Fri, 3 Dec 2021 21:04:04 +0530
Subject: [PATCH 017/304] Fixed the Link for the discuss section of the
Backspace String Compare question (#127)
---
src/data/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/data/index.js b/src/data/index.js
index 21690de3..9bc3c48a 100644
--- a/src/data/index.js
+++ b/src/data/index.js
@@ -1935,7 +1935,7 @@ const questions = [
{
id: 152,
name: 'Backspace String Compare',
- url: 'https://leetcode.com/problems/backspace-string-compare',
+ url: 'https://leetcode.com/problems/backspace-string-compare/',
pattern: ['Two Pointers'],
difficulty: 'Easy',
premium: false,
From f8ad594bb4d7f092d8c8e4f22a366ab478446f16 Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+SeanPrashad@users.noreply.github.com>
Date: Wed, 29 Dec 2021 23:33:39 -0500
Subject: [PATCH 018/304] Update Company column for question list
---
src/components/Table/index.js | 2 +-
src/data/index.js | 942 +++++++++++++++++++---------------
2 files changed, 525 insertions(+), 419 deletions(-)
diff --git a/src/components/Table/index.js b/src/components/Table/index.js
index 1eabd5b8..b3457b7f 100644
--- a/src/components/Table/index.js
+++ b/src/components/Table/index.js
@@ -309,7 +309,7 @@ const Table = () => {
style={{ whiteSpace: 'nowrap', display: 'inline-block' }}
>
Companies{' '}
-
+
diff --git a/src/data/index.js b/src/data/index.js
index 9bc3c48a..2746554d 100644
--- a/src/data/index.js
+++ b/src/data/index.js
@@ -6,7 +6,15 @@ const questions = [
pattern: ['Arrays'],
difficulty: 'Easy',
premium: false,
- companies: ['Apple', 'Microsoft', 'Adobe'],
+ companies: [
+ 'Amazon',
+ 'Adobe',
+ 'Google',
+ 'Bloomberg',
+ 'Facebook',
+ 'Apple',
+ 'Microsoft',
+ ],
},
{
id: 1,
@@ -15,14 +23,7 @@ const questions = [
pattern: ['Arrays', 'Bit Manipulation'],
difficulty: 'Easy',
premium: false,
- companies: [
- 'Capital One',
- 'Amazon',
- 'Apple',
- 'Facebook',
- 'Microsoft',
- 'Goldman Sachs',
- ],
+ companies: ['Microsoft', 'Facebook', 'Amazon', 'Google', 'Adobe'],
},
{
id: 2,
@@ -32,7 +33,7 @@ const questions = [
pattern: ['Arrays'],
difficulty: 'Easy',
premium: false,
- companies: ['Amazon'],
+ companies: ['Facebook', 'Amazon'],
},
{
id: 3,
@@ -41,7 +42,7 @@ const questions = [
pattern: ['Arrays', 'Bit Manipulation'],
difficulty: 'Easy',
premium: false,
- companies: ['Google', 'Amazon', 'Facebook'],
+ companies: ['Amazon', 'Microsoft', 'Adobe'],
},
{
id: 4,
@@ -53,12 +54,14 @@ const questions = [
companies: [
'Facebook',
'Amazon',
- 'Apple',
- 'Microsoft',
'Asana',
+ 'Microsoft',
+ 'Apple',
'Lyft',
'Adobe',
+ 'Google',
'Uber',
+ 'Goldman Sachs',
'Oracle',
],
},
@@ -69,7 +72,15 @@ const questions = [
pattern: ['Arrays', 'Binary Search', 'Two Pointers'],
difficulty: 'Medium',
premium: false,
- companies: ['Microsoft', 'Amazon', 'Apple', 'Google', 'Bloomberg'],
+ companies: [
+ 'Google',
+ 'Microsoft',
+ 'Amazon',
+ 'Adobe',
+ 'Bloomberg',
+ 'Facebook',
+ 'Apple',
+ ],
},
{
id: 6,
@@ -78,7 +89,7 @@ const questions = [
pattern: ['Arrays'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Microsoft', 'Facebook'],
+ companies: ['Amazon', 'Google'],
},
{
id: 7,
@@ -91,9 +102,10 @@ const questions = [
'Facebook',
'Microsoft',
'Amazon',
- 'Oracle',
- 'Goldman Sachs',
'Apple',
+ 'Adobe',
+ 'Bloomberg',
+ 'Oracle',
],
},
{
@@ -103,7 +115,17 @@ const questions = [
pattern: ['Arrays'],
difficulty: 'Medium',
premium: false,
- companies: ['Microsoft', 'Apple', 'Facebook', 'Google', 'Amazon', 'Adobe'],
+ companies: [
+ 'Microsoft',
+ 'Amazon',
+ 'Facebook',
+ 'Apple',
+ 'Google',
+ 'Oracle',
+ 'Bloomberg',
+ 'Intuit',
+ 'Adobe',
+ ],
},
{
id: 9,
@@ -114,14 +136,12 @@ const questions = [
premium: false,
companies: [
'Amazon',
+ 'Facebook',
'Microsoft',
'Apple',
+ 'Bloomberg',
'Uber',
- 'Adobe',
'Google',
- 'Bloomberg',
- 'Facebook',
- 'Quora',
],
},
{
@@ -133,16 +153,17 @@ const questions = [
premium: false,
companies: [
'Amazon',
- 'Bloomberg',
'Microsoft',
- 'Intuit',
- 'Snapchat',
+ 'Twitter',
'Facebook',
+ 'Snapchat',
+ 'Goldman Sachs',
+ 'Google',
+ 'Bloomberg',
'Apple',
+ 'Adobe',
'Oracle',
- 'Pinterest',
- 'Google',
- 'Twitter',
+ 'Qualtrics',
],
},
@@ -153,16 +174,7 @@ const questions = [
pattern: ['Arrays'],
difficulty: 'Hard',
premium: false,
- companies: [
- 'Microsoft',
- 'Facebook',
- 'Amazon',
- 'Oracle',
- 'Google',
- 'Apple',
- 'Adobe',
- 'Uber',
- ],
+ companies: ['Amazon', 'Microsoft', 'Facebook', 'Google', 'Adobe', 'Apple'],
},
{
id: 12,
@@ -172,12 +184,15 @@ const questions = [
difficulty: 'Medium',
premium: false,
companies: [
- 'Google',
'Microsoft',
- 'Amazon',
'Facebook',
- 'Twitter',
+ 'Amazon',
+ 'Google',
+ 'LinkedIn',
+ 'Apple',
'Qualtrics',
+ 'Goldman Sachs',
+ 'Salesforce',
],
},
@@ -188,7 +203,7 @@ const questions = [
pattern: ['Backtracking'],
difficulty: 'Medium',
premium: false,
- companies: ['Bloomberg', 'Amazon'],
+ companies: ['Microsoft'],
},
{
id: 14,
@@ -197,7 +212,15 @@ const questions = [
pattern: ['Backtracking'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Amazon', 'Bloomberg', 'Uber', 'Microsoft'],
+ companies: [
+ 'Facebook',
+ 'Amazon',
+ 'Google',
+ 'Bloomberg',
+ 'Goldman Sachs',
+ 'Adobe',
+ 'Twitter',
+ ],
},
{
id: 15,
@@ -206,7 +229,7 @@ const questions = [
pattern: ['Backtracking'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon'],
+ companies: ['Facebook', 'Amazon', 'Bloomberg'],
},
{
id: 16,
@@ -216,10 +239,13 @@ const questions = [
difficulty: 'Medium',
premium: false,
companies: [
- 'Facebook',
'Amazon',
- 'Microsoft',
+ 'Facebook',
'LinkedIn',
+ 'Bloomberg',
+ 'Google',
+ 'Microsoft',
+ 'Adobe',
'Apple',
'Oracle',
],
@@ -231,7 +257,7 @@ const questions = [
pattern: ['Backtracking'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Amazon', 'Microsoft'],
+ companies: ['LinkedIn', 'Facebook', 'Amazon', 'Adobe', 'Apple'],
},
{
id: 18,
@@ -240,7 +266,7 @@ const questions = [
pattern: ['Backtracking'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Amazon', 'Apple'],
+ companies: ['Google', 'Facebook', 'Amazon'],
},
{
id: 19,
@@ -251,14 +277,15 @@ const questions = [
premium: false,
companies: [
'Facebook',
- 'Airbnb',
- 'Microsoft',
- 'Bloomberg',
'Amazon',
+ 'Airbnb',
'Apple',
- 'Google',
- 'Uber',
'Adobe',
+ 'Microsoft',
+ 'LinkedIn',
+ 'Goldman Sachs',
+ 'Snapchat',
+ 'Salesforce',
],
},
{
@@ -268,7 +295,7 @@ const questions = [
pattern: ['Backtracking'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon'],
+ companies: ['Facebook', 'Amazon'],
},
{
id: 21,
@@ -277,7 +304,7 @@ const questions = [
pattern: ['Backtracking'],
difficulty: 'Medium',
premium: false,
- companies: ['Google', 'Amazon', 'Bloomberg'],
+ companies: ['Google'],
},
{
id: 22,
@@ -287,13 +314,15 @@ const questions = [
difficulty: 'Medium',
premium: false,
companies: [
- 'Microsoft',
'Amazon',
'Facebook',
- 'Google',
+ 'Microsoft',
+ 'Apple',
'Bloomberg',
'Adobe',
- 'Apple',
+ 'Uber',
+ 'Google',
+ 'Goldman Sachs',
],
},
{
@@ -303,7 +332,7 @@ const questions = [
pattern: ['DFS', 'Dynamic Programming'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Facebook'],
+ companies: ['Facebook', 'Amazon', 'Microsoft', 'Adobe'],
},
{
id: 24,
@@ -312,7 +341,7 @@ const questions = [
pattern: ['Backtracking'],
difficulty: 'Medium',
premium: false,
- companies: ['Apple', 'Google', 'Facebook'],
+ companies: ['Apple'],
},
{
id: 25,
@@ -325,11 +354,16 @@ const questions = [
'Amazon',
'Microsoft',
'Facebook',
- 'Apple',
- 'Oracle',
'Google',
'Uber',
- 'JPMorgan',
+ 'Apple',
+ 'Adobe',
+ 'Twitter',
+ 'Bloomberg',
+ 'Oracle',
+ 'Goldman Sachs',
+ 'Snapchat',
+ 'Intuit',
],
},
{
@@ -339,7 +373,7 @@ const questions = [
pattern: ['Backtracking'],
difficulty: 'Medium',
premium: true,
- companies: ['Google'],
+ companies: ['', 'Google'],
},
{
id: 27,
@@ -348,14 +382,7 @@ const questions = [
pattern: ['Backtracking'],
difficulty: 'Hard',
premium: false,
- companies: [
- 'Microsoft',
- 'Oracle',
- 'Facebook',
- 'Amazon',
- 'Pinterest',
- 'Intuit',
- ],
+ companies: ['', 'Google', 'Intuit', 'Amazon', 'Apple', 'Uber', 'Bloomberg'],
},
{
id: 28,
@@ -364,7 +391,15 @@ const questions = [
pattern: ['Backtracking'],
difficulty: 'Hard',
premium: false,
- companies: ['Facebook', 'Amazon', 'Microsoft', 'Adobe'],
+ companies: [
+ 'Amazon',
+ 'Microsoft',
+ 'Apple',
+ 'Facebook',
+ 'Uber',
+ 'Goldman Sachs',
+ 'Adobe',
+ ],
},
{
id: 29,
@@ -373,15 +408,7 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Easy',
premium: false,
- companies: [
- 'Adobe',
- 'Amazon',
- 'Apple',
- 'Goldman Sachs',
- 'Uber',
- 'Google',
- 'Intuit',
- ],
+ companies: ['Amazon', 'Microsoft', 'Google', 'Bloomberg', 'Apple', 'Adobe'],
},
{
id: 30,
@@ -390,7 +417,17 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Medium',
premium: false,
- companies: ['Microsoft', 'Amazon', 'Bloomberg', 'Oracle'],
+ companies: [
+ 'Amazon',
+ 'Microsoft',
+ 'Google',
+ 'Apple',
+ 'Adobe',
+ 'Qualtrics',
+ 'Bloomberg',
+ 'Facebook',
+ 'Goldman Sachs',
+ ],
},
{
id: 31,
@@ -401,16 +438,20 @@ const questions = [
premium: false,
companies: [
'Amazon',
- 'Microsoft',
'Facebook',
'Apple',
- 'Google',
'Adobe',
+ 'Microsoft',
'Bloomberg',
+ 'Snapchat',
'Goldman Sachs',
'Uber',
- 'Snapchat',
- 'Intuit',
+ 'Oracle',
+ 'Google',
+ 'BlackRock',
+ 'Citadel',
+ 'JPMorgan',
+ 'Salesforce',
],
},
{
@@ -421,15 +462,18 @@ const questions = [
difficulty: 'Easy',
premium: false,
companies: [
- 'Microsoft',
- 'Amazon',
'LinkedIn',
+ 'Amazon',
+ 'Adobe',
'Apple',
+ 'Microsoft',
'Google',
- 'Adobe',
'Bloomberg',
'Facebook',
+ 'Uber',
'Oracle',
+ 'Goldman Sachs',
+ 'JPMorgan',
],
},
{
@@ -439,7 +483,7 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Easy',
premium: false,
- companies: ['Facebook'],
+ companies: ['Facebook', 'Adobe'],
},
{
id: 34,
@@ -448,7 +492,7 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Medium',
premium: false,
- companies: ['Microsoft'],
+ companies: ['Amazon', 'Google'],
},
{
id: 35,
@@ -457,18 +501,7 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Medium',
premium: false,
- companies: [
- 'Bloomberg',
- 'Amazon',
- 'Goldman Sachs',
- 'Microsoft',
- 'Apple',
- 'Uber',
- 'Oracle',
- 'Facebook',
- 'Airbnb',
- 'BlackRock',
- ],
+ companies: ['Amazon', 'Microsoft', 'Google', 'Apple'],
},
{
id: 36,
@@ -480,10 +513,11 @@ const questions = [
companies: [
'LinkedIn',
'Amazon',
+ 'Microsoft',
'Google',
- 'Facebook',
'Apple',
- 'Akuna Capital',
+ 'Facebook',
+ 'Bloomberg',
],
},
{
@@ -494,13 +528,12 @@ const questions = [
difficulty: 'Medium',
premium: false,
companies: [
- 'Apple',
+ 'Google',
'Amazon',
'Facebook',
- 'Google',
'Microsoft',
+ 'Apple',
'Bloomberg',
- 'Twitter',
],
},
{
@@ -513,12 +546,15 @@ const questions = [
companies: [
'Amazon',
'Microsoft',
- 'Facebook',
'Adobe',
+ 'Apple',
+ 'Facebook',
'Google',
- 'Goldman Sachs',
'Oracle',
- 'Apple',
+ 'Salesforce',
+ 'Bloomberg',
+ 'LinkedIn',
+ 'Tesla',
],
},
{
@@ -532,10 +568,14 @@ const questions = [
'Facebook',
'Amazon',
'Microsoft',
+ 'Uber',
+ 'Apple',
'Bloomberg',
'Qualtrics',
+ 'Adobe',
'Google',
- 'Oracle',
+ 'Snapchat',
+ 'Salesforce',
],
},
{
@@ -545,7 +585,7 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Apple'],
+ companies: ['Google', 'Amazon', 'Facebook'],
},
{
id: 41,
@@ -555,14 +595,14 @@ const questions = [
difficulty: 'Medium',
premium: false,
companies: [
- 'JPMorgan',
+ 'Amazon',
'Google',
- 'Facebook',
+ 'Snapchat',
'Lyft',
'Goldman Sachs',
'Microsoft',
- 'Apple',
- 'Uber',
+ 'Bloomberg',
+ 'JPMorgan',
],
},
{
@@ -572,7 +612,14 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Medium',
premium: false,
- companies: ['Microsoft', 'Amazon', 'Facebook', 'Google', 'Salesforce'],
+ companies: [
+ 'Google',
+ 'Facebook',
+ 'Amazon',
+ 'Apple',
+ 'Microsoft',
+ 'Bloomberg',
+ ],
},
{
id: 43,
@@ -581,25 +628,25 @@ const questions = [
pattern: ['Dynamic Programming', 'Greedy'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Apple', 'Microsoft'],
- },
- {
- id: 44,
- name: 'Palindromic Substrings',
- url: 'https://leetcode.com/problems/palindromic-substrings/',
- pattern: ['Dynamic Programming'],
- difficulty: 'Medium',
- premium: false,
companies: [
- 'Goldman Sachs',
+ 'Amazon',
'Facebook',
- 'Twitter',
- 'Google',
+ 'Uber',
+ 'Oracle',
+ 'Adobe',
'Microsoft',
- 'Amazon',
'Bloomberg',
],
},
+ {
+ id: 44,
+ name: 'Palindromic Substrings',
+ url: 'https://leetcode.com/problems/palindromic-substrings/',
+ pattern: ['Dynamic Programming'],
+ difficulty: 'Medium',
+ premium: false,
+ companies: ['Facebook', 'Microsoft', 'Google', 'Goldman Sachs'],
+ },
{
id: 45,
name: 'Number of Longest Increasing Subsequence',
@@ -608,7 +655,7 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Medium',
premium: false,
- companies: ['Bloomberg', 'Facebook'],
+ companies: ['Amazon', 'Google'],
},
{
id: 46,
@@ -617,7 +664,15 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Facebook', 'Microsoft'],
+ companies: [
+ 'Facebook',
+ 'Google',
+ 'Amazon',
+ 'Microsoft',
+ 'Uber',
+ 'Apple',
+ 'Bloomberg',
+ ],
},
{
id: 47,
@@ -626,7 +681,7 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Medium',
premium: false,
- companies: ['LinkedIn', 'Google', 'Amazon', 'Facebook', 'Adobe'],
+ companies: ['LinkedIn', 'Facebook'],
},
{
id: 48,
@@ -636,7 +691,7 @@ const questions = [
pattern: ['Dynamic Programming'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Facebook', 'Adobe', 'Goldman Sachs'],
+ companies: ['Adobe', 'Bloomberg'],
},
{
id: 49,
@@ -645,7 +700,7 @@ const questions = [
pattern: ['Dynamic Programming', 'Bit Manipulation'],
difficulty: 'Easy',
premium: false,
- companies: ['Amazon', 'Apple'],
+ companies: ['Google'],
},
{
id: 50,
@@ -657,10 +712,10 @@ const questions = [
companies: [
'Microsoft',
'Amazon',
- 'Apple',
- 'Goldman Sachs',
- 'Google',
'Bloomberg',
+ 'Oracle',
+ 'Facebook',
+ 'Google',
],
},
{
@@ -670,7 +725,7 @@ const questions = [
pattern: ['Fast & Slow Pointers'],
difficulty: 'Easy',
premium: false,
- companies: ['Microsoft'],
+ companies: ['Amazon', 'Apple', 'Microsoft', 'Adobe', 'Goldman Sachs'],
},
{
id: 52,
@@ -679,16 +734,7 @@ const questions = [
pattern: ['Fast & Slow Pointers'],
difficulty: 'Easy',
premium: false,
- companies: [
- 'Microsoft',
- 'Facebook',
- 'Amazon',
- 'Capital One',
- 'Adobe',
- 'Bloomberg',
- 'Google',
- 'Oracle',
- ],
+ companies: ['Facebook', 'Amazon', 'Microsoft', 'Intuit', 'Bloomberg'],
},
{
id: 53,
@@ -697,7 +743,7 @@ const questions = [
pattern: ['Fast & Slow Pointers'],
difficulty: 'Easy',
premium: false,
- companies: ['Facebook', 'Amazon', 'Google', 'Microsoft', 'Apple'],
+ companies: ['Facebook', 'Microsoft'],
},
{
id: 54,
@@ -706,7 +752,7 @@ const questions = [
pattern: ['Fast & Slow Pointers'],
difficulty: 'Easy',
premium: false,
- companies: ['Goldman Sachs', 'Adobe', 'Amazon'],
+ companies: ['Amazon', 'Adobe', 'Facebook', 'Microsoft'],
},
{
id: 55,
@@ -715,7 +761,7 @@ const questions = [
pattern: ['Fast & Slow Pointers'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Microsoft'],
+ companies: ['Microsoft', 'Amazon', 'Goldman Sachs', 'Oracle'],
},
{
id: 56,
@@ -727,13 +773,14 @@ const questions = [
companies: [
'Amazon',
'Bloomberg',
+ 'Adobe',
'Microsoft',
- 'Google',
'Facebook',
+ 'Google',
'Apple',
- 'Adobe',
- 'Oracle',
'Uber',
+ 'Capital One',
+ 'Oracle',
],
},
{
@@ -743,7 +790,7 @@ const questions = [
pattern: ['Fast & Slow Pointers'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Amazon', 'Apple', 'Bloomberg'],
+ companies: ['Facebook', 'Microsoft', 'Amazon', 'Google', 'Apple'],
},
{
id: 58,
@@ -752,7 +799,7 @@ const questions = [
pattern: ['Fast & Slow Pointers'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Microsoft', 'Adobe'],
+ companies: ['Facebook', 'Amazon', 'Apple', 'Uber'],
},
{
id: 59,
@@ -761,7 +808,7 @@ const questions = [
pattern: ['Fast & Slow Pointers'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Facebook', 'Lyft'],
+ companies: ['Amazon', 'Adobe', 'Facebook', 'Google', 'Snapchat', 'Uber'],
},
{
id: 60,
@@ -772,12 +819,13 @@ const questions = [
premium: false,
companies: [
'Facebook',
- 'Amazon',
'Microsoft',
- 'Bloomberg',
+ 'Amazon',
+ 'Salesforce',
+ 'Google',
'Twitter',
- 'Uber',
- 'Adobe',
+ 'Bloomberg',
+ 'Oracle',
'Apple',
],
},
@@ -788,7 +836,7 @@ const questions = [
pattern: ['BFS', 'DFS'],
difficulty: 'Medium',
premium: false,
- companies: ['Google', 'Amazon'],
+ companies: ['Google', 'Amazon', 'Microsoft', 'Facebook', 'Apple'],
},
{
id: 62,
@@ -799,18 +847,19 @@ const questions = [
premium: false,
companies: [
'Amazon',
- 'Bloomberg',
'Microsoft',
+ 'Bloomberg',
+ 'Google',
+ 'LinkedIn',
'Facebook',
- 'Oracle',
'Apple',
- 'Google',
+ 'Oracle',
+ 'Goldman Sachs',
+ 'Salesforce',
+ 'Lyft',
'Uber',
- 'Citadel',
+ 'Adobe',
'Qualtrics',
- 'Goldman Sachs',
- 'LinkedIn',
- 'Snapchat',
],
},
{
@@ -820,7 +869,7 @@ const questions = [
pattern: ['BFS', 'DFS', 'Graph', 'Union Find'],
difficulty: 'Medium',
premium: true,
- companies: ['Amazon', 'Microsoft'],
+ companies: ['LinkedIn', 'Google', 'Bloomberg'],
},
{
id: 64,
@@ -830,7 +879,7 @@ const questions = [
pattern: ['BFS', 'DFS', 'Graph', 'Union Find'],
difficulty: 'Medium',
premium: true,
- companies: ['Amazon', 'Facebook', 'LinkedIn', 'Microsoft', 'Apple'],
+ companies: ['Amazon', 'LinkedIn', 'Facebook', 'Pinterest'],
},
{
id: 65,
@@ -839,18 +888,7 @@ const questions = [
pattern: ['In-place reversal of a linked list'],
difficulty: 'Easy',
premium: false,
- companies: [
- 'Amazon',
- 'Adobe',
- 'Apple',
- 'Facebook',
- 'Microsoft',
- 'Uber',
- 'Oracle',
- 'Google',
- 'Bloomberg',
- 'Goldman Sachs',
- ],
+ companies: ['Microsoft', 'Bloomberg', 'Amazon', 'Facebook', 'Apple'],
},
{
id: 66,
@@ -859,7 +897,7 @@ const questions = [
pattern: ['In-place reversal of a linked list'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Facebook', 'Microsoft', 'Oracle'],
+ companies: ['Apple', 'Facebook', 'Amazon', 'Google', 'Adobe'],
},
{
id: 67,
@@ -868,7 +906,7 @@ const questions = [
pattern: ['In-place reversal of a linked list'],
difficulty: 'Medium',
premium: false,
- companies: ['Bloomberg', 'Microsoft', 'Apple'],
+ companies: ['Amazon', 'LinkedIn', 'Microsoft', 'Adobe', 'Apple', 'Oracle'],
},
{
id: 68,
@@ -877,7 +915,7 @@ const questions = [
pattern: ['In-place reversal of a linked list'],
difficulty: 'Medium',
premium: false,
- companies: ['Microsoft', 'Amazon'],
+ companies: ['Facebook', 'Amazon', 'Microsoft'],
},
{
id: 69,
@@ -886,7 +924,14 @@ const questions = [
pattern: ['In-place reversal of a linked list'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Bloomberg', 'Microsoft', 'Google', 'Oracle'],
+ companies: [
+ 'Facebook',
+ 'Microsoft',
+ 'Bloomberg',
+ 'Amazon',
+ 'Adobe',
+ 'Apple',
+ ],
},
{
id: 70,
@@ -895,7 +940,15 @@ const questions = [
pattern: ['In-place reversal of a linked list'],
difficulty: 'Hard',
premium: false,
- companies: ['Amazon', 'Microsoft', 'Apple', 'Facebook'],
+ companies: [
+ 'Capital One',
+ 'Microsoft',
+ 'Amazon',
+ 'Google',
+ 'Facebook',
+ 'Snapchat',
+ 'Oracle',
+ ],
},
{
id: 71,
@@ -906,12 +959,12 @@ const questions = [
premium: false,
companies: [
'Amazon',
- 'Adobe',
+ 'Facebook',
'Microsoft',
+ 'Adobe',
+ 'Google',
'Bloomberg',
- 'Facebook',
- 'Oracle',
- 'LinkedIn',
+ 'Apple',
'Uber',
],
},
@@ -923,7 +976,7 @@ const questions = [
pattern: ['Binary Search', 'Heap'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Google', 'Amazon'],
+ companies: ['Facebook', 'Amazon', 'Microsoft', 'Bloomberg'],
},
{
id: 73,
@@ -932,7 +985,7 @@ const questions = [
pattern: ['Heap'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon'],
+ companies: ['LinkedIn', 'Microsoft', 'Apple'],
},
{
id: 74,
@@ -942,16 +995,16 @@ const questions = [
difficulty: 'Hard',
premium: false,
companies: [
- 'Amazon',
'Facebook',
+ 'Amazon',
'Microsoft',
- 'Bloomberg',
- 'Apple',
'Google',
- 'Oracle',
- 'Twitter',
- 'Goldman Sachs',
+ 'Apple',
+ 'Bloomberg',
+ 'Adobe',
'Uber',
+ 'Qualtrics',
+ 'Oracle',
],
},
{
@@ -962,7 +1015,7 @@ const questions = [
pattern: ['Heap'],
difficulty: 'Hard',
premium: false,
- companies: ['Microsoft'],
+ companies: ['Google', 'Amazon', 'Microsoft', 'Pinterest'],
},
{
id: 76,
@@ -971,7 +1024,7 @@ const questions = [
pattern: ['Intervals'],
difficulty: 'Easy',
premium: true,
- companies: ['Facebook', 'Bloomberg', 'Microsoft', 'Amazon', 'Adobe'],
+ companies: ['Amazon', 'Microsoft', 'Facebook'],
},
{
id: 77,
@@ -981,19 +1034,20 @@ const questions = [
difficulty: 'Medium',
premium: false,
companies: [
- 'Facebook',
- 'JPMorgan',
'Amazon',
- 'Bloomberg',
- 'Apple',
- 'Google',
- 'Adobe',
+ 'Facebook',
'Microsoft',
+ 'Salesforce',
+ 'Google',
'Uber',
+ 'Bloomberg',
+ 'Adobe',
+ 'Apple',
+ 'LinkedIn',
'Twitter',
- 'Qualtrics',
'Oracle',
- 'Salesforce',
+ 'JPMorgan',
+ 'Snapchat',
],
},
{
@@ -1003,7 +1057,7 @@ const questions = [
pattern: ['Intervals'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Uber', 'Apple', 'Google', 'Amazon', 'Bloomberg'],
+ companies: ['Facebook', 'Uber', 'Google'],
},
{
id: 79,
@@ -1012,7 +1066,7 @@ const questions = [
pattern: ['Intervals'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Microsoft', 'Amazon'],
+ companies: ['Amazon', 'Facebook', 'Oracle'],
},
{
id: 80,
@@ -1023,14 +1077,18 @@ const questions = [
premium: true,
companies: [
'Amazon',
- 'Bloomberg',
- 'Google',
'Facebook',
+ 'Bloomberg',
'Microsoft',
- 'Uber',
+ 'Google',
'Oracle',
+ 'Uber',
'Twitter',
+ 'Snapchat',
+ 'Qualtrics',
'Adobe',
+ 'Quora',
+ 'Goldman Sachs',
],
},
{
@@ -1042,12 +1100,11 @@ const questions = [
premium: false,
companies: [
'Facebook',
- 'Amazon',
- 'Microsoft',
'Google',
- 'Pinterest',
'Uber',
- 'Bloomberg',
+ 'Amazon',
+ 'Microsoft',
+ 'Salesforce',
],
},
{
@@ -1058,7 +1115,7 @@ const questions = [
pattern: ['Greedy'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Google'],
+ companies: ['Apple'],
},
{
id: 83,
@@ -1067,7 +1124,15 @@ const questions = [
pattern: ['Intervals'],
difficulty: 'Medium',
premium: false,
- companies: ['Google', 'Twitter', 'Amazon', 'Apple', 'Facebook'],
+ companies: [
+ 'Amazon',
+ 'Google',
+ 'Facebook',
+ 'LinkedIn',
+ 'Microsoft',
+ 'Twitter',
+ 'Citadel',
+ ],
},
{
id: 84,
@@ -1076,7 +1141,17 @@ const questions = [
pattern: ['Heap', 'Greedy'],
difficulty: 'Hard',
premium: true,
- companies: ['Pinterest', 'Amazon', 'Intuit', 'Oracle', 'Microsoft'],
+ companies: [
+ 'Pinterest',
+ 'Amazon',
+ 'Airbnb',
+ 'Snapchat',
+ 'Google',
+ 'Facebook',
+ 'Apple',
+ 'Oracle',
+ 'Uber',
+ ],
},
{
id: 85,
@@ -1085,7 +1160,7 @@ const questions = [
pattern: ['Binary Search'],
difficulty: 'Easy',
premium: false,
- companies: ['Microsoft', 'Facebook'],
+ companies: ['Adobe', 'Apple', 'Uber', 'Goldman Sachs'],
},
{
id: 86,
@@ -1104,7 +1179,7 @@ const questions = [
pattern: ['Binary Search'],
difficulty: 'Easy',
premium: false,
- companies: ['Bloomberg'],
+ companies: ['Google', 'Amazon', 'Bloomberg', 'Facebook'],
},
{
id: 88,
@@ -1115,12 +1190,12 @@ const questions = [
premium: false,
companies: [
'Facebook',
- 'Goldman Sachs',
'Microsoft',
'Amazon',
'Bloomberg',
+ 'Uber',
+ 'Adobe',
'Apple',
- 'Oracle',
],
},
{
@@ -1130,14 +1205,7 @@ const questions = [
pattern: ['Binary Search'],
difficulty: 'Medium',
premium: false,
- companies: [
- 'Facebook',
- 'Amazon',
- 'Google',
- 'Bloomberg',
- 'Quora',
- 'Microsoft',
- ],
+ companies: ['Facebook', 'Amazon', 'Uber', 'Google', 'Microsoft'],
},
{
id: 90,
@@ -1147,15 +1215,17 @@ const questions = [
difficulty: 'Medium',
premium: false,
companies: [
- 'Amazon',
- 'Facebook',
'Microsoft',
+ 'Amazon',
'LinkedIn',
- 'Oracle',
- 'Apple',
+ 'Facebook',
'Bloomberg',
- 'Google',
'Adobe',
+ 'Apple',
+ 'Goldman Sachs',
+ 'Oracle',
+ 'Uber',
+ 'Morgan Stanley',
],
},
{
@@ -1165,7 +1235,7 @@ const questions = [
pattern: ['Binary Search'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon'],
+ companies: ['LinkedIn', 'Amazon', 'Facebook', 'Microsoft'],
},
{
id: 92,
@@ -1174,7 +1244,15 @@ const questions = [
pattern: ['Binary Search'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Facebook', 'Microsoft', 'Apple'],
+ companies: [
+ 'Amazon',
+ 'Facebook',
+ 'Bloomberg',
+ 'Microsoft',
+ 'Uber',
+ 'Google',
+ 'Apple',
+ ],
},
{
id: 93,
@@ -1183,7 +1261,7 @@ const questions = [
pattern: ['Binary Search'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Microsoft', 'Facebook'],
+ companies: ['Microsoft', 'Amazon', 'Facebook', 'Apple', 'Uber'],
},
{
id: 94,
@@ -1192,7 +1270,14 @@ const questions = [
pattern: ['Binary Search'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Microsoft', 'Google', 'Amazon'],
+ companies: [
+ 'Facebook',
+ 'Amazon',
+ 'Google',
+ 'Uber',
+ 'Microsoft',
+ 'Bloomberg',
+ ],
},
{
id: 95,
@@ -1201,7 +1286,7 @@ const questions = [
pattern: ['Binary Search'],
difficulty: 'Hard',
premium: false,
- companies: ['Amazon', 'Google'],
+ companies: ['Google'],
},
{
id: 96,
@@ -1210,13 +1295,7 @@ const questions = [
pattern: ['Sliding Window'],
difficulty: 'Medium',
premium: false,
- companies: [
- 'Goldman Sachs',
- 'Amazon',
- 'Bloomberg',
- 'Facebook',
- 'Microsoft',
- ],
+ companies: ['Goldman Sachs', 'Facebook', 'Amazon', 'Google'],
},
{
id: 97,
@@ -1225,7 +1304,7 @@ const questions = [
pattern: ['Sliding Window'],
difficulty: 'Medium',
premium: false,
- companies: ['Google'],
+ companies: ['Amazon'],
},
{
id: 98,
@@ -1234,7 +1313,7 @@ const questions = [
pattern: ['Sliding Window'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Microsoft', 'Adobe', 'Amazon'],
+ companies: ['Oracle', 'Facebook'],
},
{
id: 99,
@@ -1244,7 +1323,7 @@ const questions = [
pattern: ['Sliding Window'],
difficulty: 'Medium',
premium: false,
- companies: ['Google', 'Amazon'],
+ companies: ['Facebook', 'Uber', 'Amazon', 'Adobe'],
},
{
id: 100,
@@ -1255,13 +1334,16 @@ const questions = [
premium: false,
companies: [
'Amazon',
- 'Google',
- 'Citadel',
'Facebook',
- 'Bloomberg',
- 'Akuna Capital',
+ 'Goldman Sachs',
+ 'Citadel',
+ 'Google',
+ 'Uber',
'Microsoft',
+ 'Salesforce',
+ 'Apple',
'Twitter',
+ 'Atlassian',
],
},
{
@@ -1273,17 +1355,15 @@ const questions = [
difficulty: 'Medium',
premium: false,
companies: [
+ 'Amazon',
'Microsoft',
'Bloomberg',
- 'Amazon',
'Facebook',
- 'Apple',
- 'Google',
'Adobe',
- 'Goldman Sachs',
+ 'Google',
+ 'Apple',
'Uber',
- 'Salesforce',
- 'Oracle',
+ 'Goldman Sachs',
],
},
{
@@ -1294,7 +1374,7 @@ const questions = [
pattern: ['Sliding Window'],
difficulty: 'Hard',
premium: false,
- companies: ['Google', 'Amazon'],
+ companies: ['Adobe'],
},
{
id: 103,
@@ -1304,7 +1384,7 @@ const questions = [
pattern: ['Sliding Window'],
difficulty: 'Hard',
premium: false,
- companies: ['Microsoft'],
+ companies: ['Amazon'],
},
{
id: 104,
@@ -1316,11 +1396,9 @@ const questions = [
companies: [
'Facebook',
'Amazon',
- 'Microsoft',
- 'Google',
- 'Apple',
'LinkedIn',
- 'Uber',
+ 'Snapchat',
+ 'Google',
'Lyft',
'Adobe',
],
@@ -1333,7 +1411,7 @@ const questions = [
pattern: ['Sliding Window'],
difficulty: 'Hard',
premium: false,
- companies: ['Amazon', 'Adobe'],
+ companies: ['Apple'],
},
{
id: 106,
@@ -1342,7 +1420,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Facebook', 'Microsoft', 'Adobe', 'Oracle'],
+ companies: ['Amazon', 'Facebook'],
},
{
id: 107,
@@ -1351,7 +1429,7 @@ const questions = [
pattern: ['Heap'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Amazon', 'LinkedIn', 'Google', 'Uber', 'Asana'],
+ companies: ['Facebook', 'Amazon', 'LinkedIn', 'Google', 'Asana'],
},
{
id: 108,
@@ -1363,12 +1441,15 @@ const questions = [
companies: [
'Facebook',
'Amazon',
- 'Apple',
- 'Capital One',
- 'Oracle',
- 'Google',
'Bloomberg',
'Microsoft',
+ 'Uber',
+ 'Apple',
+ 'Google',
+ 'Adobe',
+ 'Snapchat',
+ 'Oracle',
+ 'LinkedIn',
],
},
{
@@ -1378,7 +1459,7 @@ const questions = [
pattern: ['Heap'],
difficulty: 'Medium',
premium: false,
- companies: ['Bloomberg', 'Amazon', 'Facebook'],
+ companies: ['Amazon', 'Bloomberg', 'Facebook'],
},
{
id: 110,
@@ -1390,13 +1471,12 @@ const questions = [
companies: [
'Facebook',
'Amazon',
- 'Apple',
+ 'LinkedIn',
'Microsoft',
- 'Bloomberg',
'Google',
'Goldman Sachs',
- 'LinkedIn',
- 'Adobe',
+ 'Uber',
+ 'Oracle',
],
},
{
@@ -1406,14 +1486,7 @@ const questions = [
pattern: ['Greedy', 'Heap'],
difficulty: 'Medium',
premium: false,
- companies: [
- 'Amazon',
- 'Microsoft',
- 'Google',
- 'Facebook',
- 'Uber',
- 'Goldman Sachs',
- ],
+ companies: ['Amazon', 'Facebook', 'Google', 'Apple', 'Uber', 'Microsoft'],
},
{
id: 112,
@@ -1422,7 +1495,7 @@ const questions = [
pattern: ['Greedy', 'Heap'],
difficulty: 'Hard',
premium: true,
- companies: ['Microsoft', 'Facebook'],
+ companies: ['Twitter'],
},
{
id: 113,
@@ -1431,7 +1504,7 @@ const questions = [
pattern: ['Greedy', 'Heap'],
difficulty: 'Hard',
premium: false,
- companies: ['Google'],
+ companies: ['Amazon'],
},
{
id: 114,
@@ -1440,7 +1513,7 @@ const questions = [
pattern: ['Bucket Sort', 'Heap'],
difficulty: 'Hard',
premium: false,
- companies: ['Amazon', 'Bloomberg', 'Microsoft', 'Adobe'],
+ companies: ['Microsoft', 'Amazon', 'Apple', 'Facebook'],
},
{
id: 115,
@@ -1451,12 +1524,12 @@ const questions = [
premium: false,
companies: [
'Amazon',
- 'Facebook',
- 'Intuit',
'Microsoft',
- 'Bloomberg',
+ 'Facebook',
'Google',
- 'Uber',
+ 'Oracle',
+ 'Apple',
+ 'Snapchat',
],
},
{
@@ -1469,12 +1542,12 @@ const questions = [
companies: [
'Amazon',
'Microsoft',
+ 'Google',
'Facebook',
'Snapchat',
- 'Google',
- 'Oracle',
- 'Pinterest',
- 'Intuit',
+ 'Uber',
+ 'Apple',
+ 'Lyft',
'Bloomberg',
],
},
@@ -1485,7 +1558,7 @@ const questions = [
pattern: ['BFS', 'Graph', 'Topological Sort'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook'],
+ companies: ['Amazon', 'Facebook', 'Google', 'Microsoft'],
},
{
id: 118,
@@ -1496,12 +1569,12 @@ const questions = [
premium: true,
companies: [
'Facebook',
+ 'Google',
'Amazon',
'Airbnb',
'Pinterest',
- 'Google',
+ 'Uber',
'Microsoft',
- 'Apple',
],
},
{
@@ -1520,7 +1593,7 @@ const questions = [
pattern: ['BFS'],
difficulty: 'Medium',
premium: false,
- companies: ['Microsoft', 'Apple'],
+ companies: ['Amazon'],
},
{
id: 121,
@@ -1529,7 +1602,7 @@ const questions = [
pattern: ['BFS'],
difficulty: 'Easy',
premium: false,
- companies: ['Facebook'],
+ companies: ['Facebook', 'Amazon'],
},
{
id: 122,
@@ -1538,7 +1611,7 @@ const questions = [
pattern: ['BFS', 'DFS'],
difficulty: 'Easy',
premium: false,
- companies: ['Amazon', 'Facebook', 'Adobe'],
+ companies: ['Facebook', 'Goldman Sachs'],
},
{
id: 123,
@@ -1548,14 +1621,14 @@ const questions = [
difficulty: 'Medium',
premium: false,
companies: [
- 'Bloomberg',
+ 'LinkedIn',
+ 'Amazon',
'Facebook',
+ 'Bloomberg',
'Microsoft',
- 'Amazon',
- 'LinkedIn',
- 'Adobe',
+ 'Apple',
+ 'Oracle',
'Google',
- 'Uber',
],
},
{
@@ -1568,15 +1641,14 @@ const questions = [
premium: false,
companies: [
'Amazon',
+ 'Facebook',
'Microsoft',
'Bloomberg',
- 'Apple',
- 'Facebook',
- 'Qualtrics',
'Google',
- 'Goldman Sachs',
- 'Oracle',
'Adobe',
+ 'LinkedIn',
+ 'Qualtrics',
+ 'Salesforce',
],
},
{
@@ -1587,7 +1659,7 @@ const questions = [
pattern: ['BFS'],
difficulty: 'Medium',
premium: false,
- companies: ['Microsoft', 'Bloomberg', 'Facebook', 'Amazon', 'Google'],
+ companies: ['Facebook', 'Microsoft', 'Amazon', 'Bloomberg'],
},
{
id: 126,
@@ -1597,7 +1669,7 @@ const questions = [
pattern: ['BFS'],
difficulty: 'Medium',
premium: false,
- companies: ['Microsoft', 'Amazon', 'Bloomberg', 'Facebook'],
+ companies: ['Amazon', 'Bloomberg', 'Microsoft', 'Facebook'],
},
{
id: 127,
@@ -1606,7 +1678,15 @@ const questions = [
pattern: ['BFS', 'DFS'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Amazon', 'Bloomberg', 'Microsoft', 'Oracle'],
+ companies: [
+ 'Facebook',
+ 'Bloomberg',
+ 'Amazon',
+ 'Oracle',
+ 'Qualtrics',
+ 'Adobe',
+ 'Goldman Sachs',
+ ],
},
{
id: 128,
@@ -1615,7 +1695,7 @@ const questions = [
pattern: ['BFS', 'DFS'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Amazon', 'Google', 'Microsoft'],
+ companies: ['Facebook', 'Amazon', 'Apple', 'Oracle'],
},
{
id: 129,
@@ -1624,7 +1704,16 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Easy',
premium: false,
- companies: ['Amazon', 'Google', 'Microsoft'],
+ companies: [
+ 'LinkedIn',
+ 'Google',
+ 'Microsoft',
+ 'Amazon',
+ 'Facebook',
+ 'Apple',
+ 'Adobe',
+ 'Oracle',
+ ],
},
{
id: 130,
@@ -1633,7 +1722,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Easy',
premium: false,
- companies: ['Facebook', 'Amazon', 'Microsoft', 'Apple', 'Oracle'],
+ companies: ['Amazon', 'Facebook', 'Oracle'],
},
{
id: 131,
@@ -1644,11 +1733,12 @@ const questions = [
premium: false,
companies: [
'Facebook',
- 'Microsoft',
'Amazon',
- 'Bloomberg',
- 'Oracle',
'Google',
+ 'Bloomberg',
+ 'Apple',
+ 'Microsoft',
+ 'Adobe',
],
},
{
@@ -1658,7 +1748,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Easy',
premium: false,
- companies: ['Amazon', 'Facebook', 'Google', 'Apple'],
+ companies: ['Amazon', 'Adobe'],
},
{
id: 133,
@@ -1667,7 +1757,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Easy',
premium: false,
- companies: ['LinkedIn', 'Amazon', 'Microsoft'],
+ companies: ['LinkedIn', 'Google', 'Apple', 'Amazon'],
},
{
id: 134,
@@ -1677,7 +1767,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Easy',
premium: false,
- companies: ['Amazon', 'Facebook', 'LinkedIn', 'Oracle', 'Microsoft'],
+ companies: ['LinkedIn', 'Facebook', 'Microsoft', 'Google', 'Uber'],
},
{
id: 135,
@@ -1686,7 +1776,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Easy',
premium: false,
- companies: ['Amazon', 'Facebook'],
+ companies: ['Facebook', 'Amazon', 'Microsoft'],
},
{
id: 136,
@@ -1695,14 +1785,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Easy',
premium: false,
- companies: [
- 'Microsoft',
- 'Amazon',
- 'Google',
- 'Facebook',
- 'Bloomberg',
- 'Adobe',
- ],
+ companies: ['Amazon', 'Google', 'Facebook', 'Adobe', 'Apple'],
},
{
id: 137,
@@ -1711,7 +1794,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Microsoft'],
+ companies: ['Amazon', 'Google', 'Facebook', 'Adobe', 'Apple'],
},
{
id: 138,
@@ -1720,7 +1803,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Microsoft'],
+ companies: ['Microsoft', 'Facebook', 'Google', 'Oracle'],
},
{
id: 139,
@@ -1732,18 +1815,16 @@ const questions = [
premium: false,
companies: [
'Facebook',
- 'Microsoft',
'Amazon',
'LinkedIn',
+ 'Google',
+ 'Microsoft',
+ 'Adobe',
'Apple',
+ 'Salesforce',
'Oracle',
- 'Adobe',
- 'Google',
- 'Uber',
'Bloomberg',
'Intuit',
- 'Palantir',
- 'Atlassian',
],
},
{
@@ -1753,7 +1834,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Medium',
premium: false,
- companies: ['Google', 'Apple'],
+ companies: ['Amazon'],
},
{
id: 141,
@@ -1762,7 +1843,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Medium',
premium: false,
- companies: ['Microsoft', 'Bloomberg'],
+ companies: ['Amazon', 'Google', 'Bloomberg', 'Apple', 'Adobe'],
},
{
id: 142,
@@ -1772,7 +1853,7 @@ const questions = [
pattern: ['DFS'],
difficulty: 'Medium',
premium: false,
- companies: ['Amazon', 'Microsoft', 'Facebook', 'Bloomberg', 'Citadel'],
+ companies: ['Amazon', 'Microsoft', 'Adobe', 'Bloomberg', 'Apple'],
},
{
id: 143,
@@ -1782,14 +1863,15 @@ const questions = [
difficulty: 'Medium',
premium: false,
companies: [
- 'Bloomberg',
'Amazon',
- 'Facebook',
+ 'Bloomberg',
'Microsoft',
- 'Asana',
- 'Apple',
+ 'Facebook',
'Google',
- 'Uber',
+ 'Adobe',
+ 'Apple',
+ 'Qualtrics',
+ 'Lyft',
],
},
{
@@ -1801,13 +1883,11 @@ const questions = [
premium: false,
companies: [
'Amazon',
- 'Pinterest',
+ 'Twitter',
'Google',
- 'Microsoft',
'Facebook',
+ 'Microsoft',
'Apple',
- 'Twitter',
- 'Goldman Sachs',
],
},
{
@@ -1822,9 +1902,10 @@ const questions = [
'Amazon',
'Google',
'Microsoft',
- 'Apple',
- 'Bloomberg',
'Adobe',
+ 'Bloomberg',
+ 'Oracle',
+ 'Snapchat',
],
},
{
@@ -1835,16 +1916,17 @@ const questions = [
difficulty: 'Hard',
premium: false,
companies: [
- 'Facebook',
- 'Microsoft',
- 'Amazon',
'LinkedIn',
+ 'Amazon',
+ 'Microsoft',
+ 'Facebook',
+ 'Oracle',
'Uber',
+ 'Adobe',
+ 'Snapchat',
+ 'Qualtrics',
'Google',
- 'Bloomberg',
'Quora',
- 'Qualtrics',
- 'Oracle',
],
},
{
@@ -1856,12 +1938,15 @@ const questions = [
premium: false,
companies: [
'Amazon',
+ 'Uber',
'Microsoft',
'Apple',
- 'Uber',
- 'Google',
'Twitter',
+ 'Snapchat',
'Facebook',
+ 'Bloomberg',
+ 'Google',
+ 'Salesforce',
],
},
{
@@ -1873,16 +1958,13 @@ const questions = [
premium: false,
companies: [
'Amazon',
- 'Facebook',
'Microsoft',
'Apple',
+ 'Facebook',
'Google',
'Bloomberg',
- 'Goldman Sachs',
- 'Twitter',
- 'Adobe',
- 'Salesforce',
'Uber',
+ 'Airbnb',
],
},
{
@@ -1892,7 +1974,7 @@ const questions = [
pattern: ['Heap'],
difficulty: 'Hard',
premium: false,
- companies: ['Facebook', 'Google', 'JPMorgan', 'Adobe'],
+ companies: ['Facebook', 'Amazon'],
},
{
id: 150,
@@ -1903,16 +1985,20 @@ const questions = [
premium: false,
companies: [
'Amazon',
- 'Apple',
'Google',
'Adobe',
+ 'Apple',
'Microsoft',
- 'Bloomberg',
'Facebook',
+ 'Bloomberg',
'Uber',
'Oracle',
- 'Twitter',
+ 'Morgan Stanley',
+ 'Citadel',
+ 'Salesforce',
'Goldman Sachs',
+ 'JPMorgan',
+ 'Snapchat',
],
},
{
@@ -1922,15 +2008,7 @@ const questions = [
pattern: ['Two Pointers'],
difficulty: 'Easy',
premium: false,
- companies: [
- 'Facebook',
- 'Google',
- 'Apple',
- 'Uber',
- 'Bloomberg',
- 'Amazon',
- 'Microsoft',
- ],
+ companies: ['Facebook', 'Amazon', 'Google', 'Adobe', 'Apple', 'Uber'],
},
{
id: 152,
@@ -1939,7 +2017,7 @@ const questions = [
pattern: ['Two Pointers'],
difficulty: 'Easy',
premium: false,
- companies: ['Facebook', 'Google', 'Oracle', 'Amazon'],
+ companies: ['Facebook', 'Amazon', 'Apple', 'Google', 'Microsoft'],
},
{
id: 153,
@@ -1951,12 +2029,17 @@ const questions = [
companies: [
'Amazon',
'Facebook',
- 'Microsoft',
'Apple',
- 'Bloomberg',
+ 'Microsoft',
+ 'Adobe',
'Google',
+ 'Bloomberg',
+ 'Intuit',
+ 'Qualtrics',
+ 'Salesforce',
'Goldman Sachs',
- 'Adobe',
+ 'Uber',
+ 'Oracle',
],
},
{
@@ -1966,7 +2049,16 @@ const questions = [
pattern: ['Two Pointers'],
difficulty: 'Medium',
premium: false,
- companies: ['Facebook', 'Amazon', 'Apple', 'Google', 'Bloomberg'],
+ companies: [
+ 'Facebook',
+ 'Amazon',
+ 'Capital One',
+ 'Apple',
+ 'Google',
+ 'Adobe',
+ 'Microsoft',
+ 'Oracle',
+ ],
},
{
id: 155,
@@ -1975,7 +2067,7 @@ const questions = [
pattern: ['Two Pointers'],
difficulty: 'Medium',
premium: false,
- companies: ['Bloomberg', 'LinkedIn'],
+ companies: ['LinkedIn', 'Amazon', 'Microsoft'],
},
{
id: 156,
@@ -1984,7 +2076,15 @@ const questions = [
pattern: ['Two Pointers'],
difficulty: 'Medium',
premium: false,
- companies: ['Microsoft', 'Facebook', 'Amazon', 'Oracle', 'Adobe', 'Apple'],
+ companies: [
+ 'Microsoft',
+ 'Amazon',
+ 'Adobe',
+ 'Facebook',
+ 'Apple',
+ 'Salesforce',
+ 'Bloomberg',
+ ],
},
{
id: 157,
@@ -1998,11 +2098,16 @@ const questions = [
'Amazon',
'Goldman Sachs',
'Microsoft',
- 'Bloomberg',
- 'Apple',
+ 'Adobe',
'Google',
+ 'Bloomberg',
'Qualtrics',
- 'Oracle',
+ 'Snapchat',
+ 'Lyft',
+ 'Uber',
+ 'Apple',
+ 'Citadel',
+ 'Tesla',
],
},
{
@@ -2014,12 +2119,13 @@ const questions = [
premium: false,
companies: [
'Amazon',
- 'Google',
- 'Facebook',
- 'Goldman Sachs',
'Microsoft',
+ 'Google',
'Adobe',
+ 'Bloomberg',
'Apple',
+ 'Uber',
+ 'Facebook',
],
},
{
@@ -2029,7 +2135,7 @@ const questions = [
pattern: ['Trie'],
difficulty: 'Medium',
premium: false,
- companies: ['Goldman Sachs', 'Amazon'],
+ companies: ['Google'],
},
{
id: 160,
@@ -2047,7 +2153,7 @@ const questions = [
pattern: ['Trie'],
difficulty: 'Medium',
premium: false,
- companies: ['Google'],
+ companies: ['Adobe'],
},
{
id: 162,
@@ -2056,7 +2162,7 @@ const questions = [
pattern: ['Trie'],
difficulty: 'Hard',
premium: false,
- companies: ['Amazon'],
+ companies: ['Amazon', 'Microsoft'],
},
{
id: 163,
@@ -2065,7 +2171,7 @@ const questions = [
pattern: ['Trie'],
difficulty: 'Hard',
premium: false,
- companies: ['Amazon', 'Facebook'],
+ companies: ['Google'],
},
{
id: 164,
@@ -2074,7 +2180,7 @@ const questions = [
pattern: ['Trie'],
difficulty: 'Hard',
premium: false,
- companies: ['Airbnb', 'Facebook'],
+ companies: ['Airbnb', 'Facebook', 'Google'],
},
{
id: 165,
@@ -2084,12 +2190,12 @@ const questions = [
difficulty: 'Hard',
premium: true,
companies: [
- 'Microsoft',
'Amazon',
- 'Lyft',
'Google',
- 'Snapchat',
- 'Goldman Sachs',
+ 'Microsoft',
+ 'Uber',
+ 'Bloomberg',
+ 'Twitter',
],
},
{
@@ -2099,7 +2205,7 @@ const questions = [
pattern: ['Trie'],
difficulty: 'Hard',
premium: true,
- companies: ['Bloomberg'],
+ companies: ['Bloomberg', 'Oracle', 'Google'],
},
{
id: 167,
@@ -2109,7 +2215,7 @@ const questions = [
pattern: ['DFS', 'Graph', 'Topological Sort'],
difficulty: 'Hard',
premium: false,
- companies: ['Google'],
+ companies: ['Apple'],
},
{
id: 168,
@@ -2121,13 +2227,13 @@ const questions = [
companies: [
'Amazon',
'Goldman Sachs',
+ 'Microsoft',
'Google',
+ 'Adobe',
'Facebook',
- 'Microsoft',
'Apple',
- 'Adobe',
'Bloomberg',
- 'Uber',
+ 'Oracle',
],
},
{
@@ -2137,7 +2243,7 @@ const questions = [
pattern: ['Sorting'],
difficulty: 'Easy',
premium: false,
- companies: ['Amazon', 'Microsoft', 'Bloomberg', 'Apple', 'Adobe'],
+ companies: ['Amazon', 'Facebook', 'Apple', 'Microsoft', 'Adobe'],
},
{
id: 170,
@@ -2146,7 +2252,7 @@ const questions = [
pattern: ['Arrays'],
difficulty: 'Easy',
premium: false,
- companies: ['Amazon'],
+ companies: ['Google'],
},
];
From 2456a6edb4a2b8e71d6122aa96e6dd383fe6fd66 Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+SeanPrashad@users.noreply.github.com>
Date: Tue, 25 Jan 2022 16:04:45 -0500
Subject: [PATCH 019/304] Fixes #139
---
src/data/index.js | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/data/index.js b/src/data/index.js
index 2746554d..9d8d3b5e 100644
--- a/src/data/index.js
+++ b/src/data/index.js
@@ -1726,6 +1726,15 @@ const questions = [
},
{
id: 131,
+ name: 'Maximum Depth of Binary Tree',
+ url: 'https://leetcode.com/problems/maximum-depth-of-binary-tree/',
+ pattern: ['DFS'],
+ difficulty: 'Easy',
+ premium: false,
+ companies: ['LinkedIn', 'Google', 'Apple', 'Amazon'],
+ },
+ {
+ id: 132,
name: 'Diameter of Binary Tree',
url: 'https://leetcode.com/problems/diameter-of-binary-tree/',
pattern: ['DFS'],
@@ -1742,7 +1751,7 @@ const questions = [
],
},
{
- id: 132,
+ id: 133,
name: 'Merge Two Binary Trees',
url: 'https://leetcode.com/problems/merge-two-binary-trees/',
pattern: ['DFS'],
@@ -1750,15 +1759,6 @@ const questions = [
premium: false,
companies: ['Amazon', 'Adobe'],
},
- {
- id: 133,
- name: 'Maximum Depth of Binary Tree',
- url: 'https://leetcode.com/problems/maximum-depth-of-binary-tree/',
- pattern: ['DFS'],
- difficulty: 'Easy',
- premium: false,
- companies: ['LinkedIn', 'Google', 'Apple', 'Amazon'],
- },
{
id: 134,
name: 'Lowest Common Ancestor of a Binary Search Tree',
From 924f4a5db814ad4cf0e18726cb53070a5d765f5b Mon Sep 17 00:00:00 2001
From: Timur Hamitov
Date: Mon, 31 Jan 2022 00:50:14 +0500
Subject: [PATCH 020/304] chore: Replacing node-sass with sass (#141)
---
package-lock.json | 1250 ++-------------------------------------------
package.json | 4 +-
2 files changed, 53 insertions(+), 1201 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 37e2cb99..3357dfbc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -16,7 +16,6 @@
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"gh-pages": "^2.2.0",
- "node-sass": "^4.14.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-ga": "^2.7.0",
@@ -28,7 +27,8 @@
"react-test-renderer": "^16.14.0",
"react-toggle": "^4.1.1",
"react-tooltip": "^3.11.2",
- "reactstrap": "^8.8.1"
+ "reactstrap": "^8.8.1",
+ "sass": "^1.49.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
@@ -3691,11 +3691,6 @@
"resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
"integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q=="
},
- "node_modules/abbrev": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
- "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
- },
"node_modules/accepts": {
"version": "1.3.7",
"resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
@@ -3815,14 +3810,6 @@
"resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
"integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM="
},
- "node_modules/amdefine": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz",
- "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=",
- "engines": {
- "node": ">=0.4.2"
- }
- },
"node_modules/ansi-colors": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
@@ -3897,15 +3884,6 @@
"resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
"integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw=="
},
- "node_modules/are-we-there-yet": {
- "version": "1.1.5",
- "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz",
- "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==",
- "dependencies": {
- "delegates": "^1.0.0",
- "readable-stream": "^2.0.6"
- }
- },
"node_modules/argparse": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
@@ -3969,14 +3947,6 @@
"resolved": "https://registry.npmjs.org/array-filter/-/array-filter-1.0.0.tgz",
"integrity": "sha1-uveeYubvTCpMC4MSMtr/7CUfnYM="
},
- "node_modules/array-find-index": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
- "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=",
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/array-flatten": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz",
@@ -4182,14 +4152,6 @@
"resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz",
"integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ=="
},
- "node_modules/async-foreach": {
- "version": "0.1.3",
- "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
- "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=",
- "engines": {
- "node": "*"
- }
- },
"node_modules/async-limiter": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
@@ -4871,7 +4833,6 @@
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
"integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
- "optional": true,
"engines": {
"node": ">=8"
}
@@ -4885,17 +4846,6 @@
"file-uri-to-path": "1.0.0"
}
},
- "node_modules/block-stream": {
- "version": "0.0.9",
- "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
- "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=",
- "dependencies": {
- "inherits": "~2.0.0"
- },
- "engines": {
- "node": "0.4 || >=0.5.8"
- }
- },
"node_modules/bluebird": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
@@ -5326,26 +5276,6 @@
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz",
"integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A=="
},
- "node_modules/camelcase": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
- "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/camelcase-keys": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
- "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
- "dependencies": {
- "camelcase": "^2.0.0",
- "map-obj": "^1.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/caniuse-api": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
@@ -5460,7 +5390,6 @@
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz",
"integrity": "sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==",
- "optional": true,
"dependencies": {
"anymatch": "~3.1.1",
"braces": "~3.0.2",
@@ -5639,14 +5568,6 @@
"node": ">= 4.0"
}
},
- "node_modules/code-point-at": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
- "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=",
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/collapse-white-space": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.6.tgz",
@@ -5825,11 +5746,6 @@
"resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz",
"integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA=="
},
- "node_modules/console-control-strings": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
- "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4="
- },
"node_modules/constants-browserify": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz",
@@ -6023,15 +5939,6 @@
"warning": "^4.0.3"
}
},
- "node_modules/cross-spawn": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
- "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=",
- "dependencies": {
- "lru-cache": "^4.0.1",
- "which": "^1.2.9"
- }
- },
"node_modules/crypto-browserify": {
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz",
@@ -6466,17 +6373,6 @@
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.6.tgz",
"integrity": "sha512-+ZAmfyWMT7TiIlzdqJgjMb7S4f1beorDbWbsocyK4RaiqA5RTX3K14bnBWmmA9QEM0gRdsjyyrEmcyga8Zsxmw=="
},
- "node_modules/currently-unhandled": {
- "version": "0.4.1",
- "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
- "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
- "dependencies": {
- "array-find-index": "^1.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/cyclist": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz",
@@ -6694,11 +6590,6 @@
"node": ">=0.4.0"
}
},
- "node_modules/delegates": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
- "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o="
- },
"node_modules/depd": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
@@ -9027,18 +8918,6 @@
"node": ">=6"
}
},
- "node_modules/find-up": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
- "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
- "dependencies": {
- "path-exists": "^2.0.0",
- "pinkie-promise": "^2.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/flat-cache": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
@@ -9329,7 +9208,6 @@
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.1.tgz",
"integrity": "sha512-YR47Eg4hChJGAB1O3yEAOkGO+rlzutoICGqGo9EZ4lKWokzZRSyIW1QmTzqjtw8MJdj9srP869CuWw/hyzSiBw==",
- "optional": true,
"os": [
"darwin"
],
@@ -9337,20 +9215,6 @@
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
- "node_modules/fstream": {
- "version": "1.0.12",
- "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz",
- "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==",
- "dependencies": {
- "graceful-fs": "^4.1.2",
- "inherits": "~2.0.0",
- "mkdirp": ">=0.5 0",
- "rimraf": "2"
- },
- "engines": {
- "node": ">=0.6"
- }
- },
"node_modules/function-bind": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
@@ -9380,32 +9244,6 @@
"resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.2.tgz",
"integrity": "sha512-bLgc3asbWdwPbx2mNk2S49kmJCuQeu0nfmaOgbs8WIyzzkw3r4htszdIi9Q9EMezDPTYuJx2wvjZ/EwgAthpnA=="
},
- "node_modules/gauge": {
- "version": "2.7.4",
- "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
- "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
- "dependencies": {
- "aproba": "^1.0.3",
- "console-control-strings": "^1.0.0",
- "has-unicode": "^2.0.0",
- "object-assign": "^4.1.0",
- "signal-exit": "^3.0.0",
- "string-width": "^1.0.1",
- "strip-ansi": "^3.0.1",
- "wide-align": "^1.1.0"
- }
- },
- "node_modules/gaze": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz",
- "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==",
- "dependencies": {
- "globule": "^1.0.0"
- },
- "engines": {
- "node": ">= 4.0.0"
- }
- },
"node_modules/gensync": {
"version": "1.0.0-beta.2",
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
@@ -9445,14 +9283,6 @@
"node": ">=8.0.0"
}
},
- "node_modules/get-stdin": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
- "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=",
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/get-stream": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
@@ -9574,19 +9404,6 @@
"node": ">=0.10.0"
}
},
- "node_modules/globule": {
- "version": "1.3.2",
- "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.2.tgz",
- "integrity": "sha512-7IDTQTIu2xzXkT+6mlluidnWo+BypnbSoEVVQCGfzqnl5Ik8d3e1d4wycb8Rj9tWW+Z39uPWsdlquqiqPCd/pA==",
- "dependencies": {
- "glob": "~7.1.1",
- "lodash": "~4.17.10",
- "minimatch": "~3.0.2"
- },
- "engines": {
- "node": ">= 0.10"
- }
- },
"node_modules/graceful-fs": {
"version": "4.2.4",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz",
@@ -9664,25 +9481,6 @@
"node": ">= 0.4.0"
}
},
- "node_modules/has-ansi": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
- "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
- "dependencies": {
- "ansi-regex": "^2.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/has-ansi/node_modules/ansi-regex": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
- "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/has-flag": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
@@ -9699,11 +9497,6 @@
"node": ">= 0.4"
}
},
- "node_modules/has-unicode": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
- "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk="
- },
"node_modules/has-value": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
@@ -10455,6 +10248,11 @@
"node": ">= 4"
}
},
+ "node_modules/immutable": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.0.0.tgz",
+ "integrity": "sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw=="
+ },
"node_modules/import-cwd": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz",
@@ -10573,17 +10371,6 @@
"node": ">=0.8.19"
}
},
- "node_modules/in-publish": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.1.tgz",
- "integrity": "sha512-oDM0kUSNFC31ShNxHKUyfZKy8ZeXZBWMjMdZHKLOk13uvT27VTL/QzRGfRUcevJhpkZAvlhPYuXkF7eNWrtyxQ==",
- "bin": {
- "in-install": "in-install.js",
- "in-publish": "in-publish.js",
- "not-in-install": "not-in-install.js",
- "not-in-publish": "not-in-publish.js"
- }
- },
"node_modules/indent-string": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
@@ -10752,7 +10539,6 @@
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
"integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
- "optional": true,
"dependencies": {
"binary-extensions": "^2.0.0"
},
@@ -10907,25 +10693,6 @@
"node": ">=0.10.0"
}
},
- "node_modules/is-finite": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz",
- "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/is-fullwidth-code-point": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
- "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
- "dependencies": {
- "number-is-nan": "^1.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/is-generator-fn": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
@@ -11121,11 +10888,6 @@
"resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
"integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo="
},
- "node_modules/is-utf8": {
- "version": "0.2.1",
- "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
- "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI="
- },
"node_modules/is-whitespace-character": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz",
@@ -15016,11 +14778,6 @@
"node": ">=6"
}
},
- "node_modules/js-base64": {
- "version": "2.6.4",
- "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz",
- "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ=="
- },
"node_modules/js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
@@ -15259,21 +15016,6 @@
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz",
"integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
},
- "node_modules/load-json-file": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
- "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
- "dependencies": {
- "graceful-fs": "^4.1.2",
- "parse-json": "^2.2.0",
- "pify": "^2.0.0",
- "pinkie-promise": "^2.0.0",
- "strip-bom": "^2.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/loader-runner": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz",
@@ -15401,18 +15143,6 @@
"loose-envify": "cli.js"
}
},
- "node_modules/loud-rejection": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
- "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
- "dependencies": {
- "currently-unhandled": "^0.4.1",
- "signal-exit": "^3.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/lower-case": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
@@ -15426,15 +15156,6 @@
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz",
"integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A=="
},
- "node_modules/lru-cache": {
- "version": "4.1.5",
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
- "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
- "dependencies": {
- "pseudomap": "^1.0.2",
- "yallist": "^2.1.2"
- }
- },
"node_modules/magic-string": {
"version": "0.25.7",
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz",
@@ -15479,14 +15200,6 @@
"node": ">=0.10.0"
}
},
- "node_modules/map-obj": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
- "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=",
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/map-visit": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
@@ -15543,63 +15256,6 @@
"readable-stream": "^2.0.1"
}
},
- "node_modules/meow": {
- "version": "3.7.0",
- "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
- "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
- "dependencies": {
- "camelcase-keys": "^2.0.0",
- "decamelize": "^1.1.2",
- "loud-rejection": "^1.0.0",
- "map-obj": "^1.0.1",
- "minimist": "^1.1.3",
- "normalize-package-data": "^2.3.4",
- "object-assign": "^4.0.1",
- "read-pkg-up": "^1.0.1",
- "redent": "^1.0.0",
- "trim-newlines": "^1.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/meow/node_modules/indent-string": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
- "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
- "dependencies": {
- "repeating": "^2.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/meow/node_modules/redent": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
- "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
- "dependencies": {
- "indent-string": "^2.1.0",
- "strip-indent": "^1.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/meow/node_modules/strip-indent": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
- "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
- "dependencies": {
- "get-stdin": "^4.0.1"
- },
- "bin": {
- "strip-indent": "cli.js"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/merge-descriptors": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
@@ -15980,7 +15636,8 @@
"node_modules/nan": {
"version": "2.14.2",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz",
- "integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ=="
+ "integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==",
+ "optional": true
},
"node_modules/nanoid": {
"version": "3.1.20",
@@ -16089,39 +15746,6 @@
"node": ">= 6.0.0"
}
},
- "node_modules/node-gyp": {
- "version": "3.8.0",
- "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz",
- "integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==",
- "dependencies": {
- "fstream": "^1.0.0",
- "glob": "^7.0.3",
- "graceful-fs": "^4.1.2",
- "mkdirp": "^0.5.0",
- "nopt": "2 || 3",
- "npmlog": "0 || 1 || 2 || 3 || 4",
- "osenv": "0",
- "request": "^2.87.0",
- "rimraf": "2",
- "semver": "~5.3.0",
- "tar": "^2.0.0",
- "which": "1"
- },
- "bin": {
- "node-gyp": "bin/node-gyp.js"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/node-gyp/node_modules/semver": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
- "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=",
- "bin": {
- "semver": "bin/semver"
- }
- },
"node_modules/node-int64": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
@@ -16246,79 +15870,6 @@
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.70.tgz",
"integrity": "sha512-Slf2s69+2/uAD79pVVQo8uSiC34+g8GWY8UH2Qtqv34ZfhYrxpYpfzs9Js9d6O0mbDmALuxaTlplnBTnSELcrw=="
},
- "node_modules/node-sass": {
- "version": "4.14.1",
- "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz",
- "integrity": "sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==",
- "hasInstallScript": true,
- "dependencies": {
- "async-foreach": "^0.1.3",
- "chalk": "^1.1.1",
- "cross-spawn": "^3.0.0",
- "gaze": "^1.0.0",
- "get-stdin": "^4.0.1",
- "glob": "^7.0.3",
- "in-publish": "^2.0.0",
- "lodash": "^4.17.15",
- "meow": "^3.7.0",
- "mkdirp": "^0.5.1",
- "nan": "^2.13.2",
- "node-gyp": "^3.8.0",
- "npmlog": "^4.0.0",
- "request": "^2.88.0",
- "sass-graph": "2.2.5",
- "stdout-stream": "^1.4.0",
- "true-case-path": "^1.0.2"
- },
- "bin": {
- "node-sass": "bin/node-sass"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/node-sass/node_modules/ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/node-sass/node_modules/chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "dependencies": {
- "ansi-styles": "^2.2.1",
- "escape-string-regexp": "^1.0.2",
- "has-ansi": "^2.0.0",
- "strip-ansi": "^3.0.0",
- "supports-color": "^2.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/node-sass/node_modules/supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
- "engines": {
- "node": ">=0.8.0"
- }
- },
- "node_modules/nopt": {
- "version": "3.0.6",
- "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
- "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
- "dependencies": {
- "abbrev": "1"
- },
- "bin": {
- "nopt": "bin/nopt.js"
- }
- },
"node_modules/normalize-package-data": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
@@ -16371,17 +15922,6 @@
"node": ">=4"
}
},
- "node_modules/npmlog": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
- "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
- "dependencies": {
- "are-we-there-yet": "~1.1.2",
- "console-control-strings": "~1.1.0",
- "gauge": "~2.7.3",
- "set-blocking": "~2.0.0"
- }
- },
"node_modules/nth-check": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.0.tgz",
@@ -16395,14 +15935,6 @@
"resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
"integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4="
},
- "node_modules/number-is-nan": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
- "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/nwsapi": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz",
@@ -16696,31 +16228,6 @@
"resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz",
"integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc="
},
- "node_modules/os-homedir": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
- "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/os-tmpdir": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
- "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/osenv": {
- "version": "0.1.5",
- "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz",
- "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==",
- "dependencies": {
- "os-homedir": "^1.0.0",
- "os-tmpdir": "^1.0.0"
- }
- },
"node_modules/p-each-series": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-2.2.0.tgz",
@@ -16918,17 +16425,6 @@
"resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz",
"integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA="
},
- "node_modules/path-exists": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
- "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
- "dependencies": {
- "pinkie-promise": "^2.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/path-is-absolute": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
@@ -16960,19 +16456,6 @@
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
"integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
},
- "node_modules/path-type": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
- "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
- "dependencies": {
- "graceful-fs": "^4.1.2",
- "pify": "^2.0.0",
- "pinkie-promise": "^2.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/pbkdf2": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.1.tgz",
@@ -18656,11 +18139,6 @@
"resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz",
"integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY="
},
- "node_modules/pseudomap": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
- "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM="
- },
"node_modules/psl": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz",
@@ -19571,31 +19049,6 @@
"react-transition-group": "^2.3.1"
}
},
- "node_modules/read-pkg": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
- "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
- "dependencies": {
- "load-json-file": "^1.0.0",
- "normalize-package-data": "^2.3.2",
- "path-type": "^1.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/read-pkg-up": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
- "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
- "dependencies": {
- "find-up": "^1.0.0",
- "read-pkg": "^1.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/readable-stream": {
"version": "2.3.7",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
@@ -19614,7 +19067,6 @@
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz",
"integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==",
- "optional": true,
"dependencies": {
"picomatch": "^2.2.1"
},
@@ -19913,17 +19365,6 @@
"node": ">=0.10"
}
},
- "node_modules/repeating": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
- "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
- "dependencies": {
- "is-finite": "^1.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/replace-ext": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz",
@@ -20509,15 +19950,20 @@
"resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-10.0.0.tgz",
"integrity": "sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg=="
},
- "node_modules/sass-graph": {
- "version": "2.2.5",
- "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.5.tgz",
- "integrity": "sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag==",
+ "node_modules/sass": {
+ "version": "1.49.0",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.49.0.tgz",
+ "integrity": "sha512-TVwVdNDj6p6b4QymJtNtRS2YtLJ/CqZriGg0eIAbAKMlN8Xy6kbv33FsEZSF7FufFFM705SQviHjjThfaQ4VNw==",
"dependencies": {
- "glob": "^7.0.0",
- "lodash": "^4.0.0",
- "scss-tokenizer": "^0.2.3",
- "yargs": "^13.3.2"
+ "chokidar": ">=3.0.0 <4.0.0",
+ "immutable": "^4.0.0",
+ "source-map-js": ">=0.6.2 <2.0.0"
+ },
+ "bin": {
+ "sass": "sass.js"
+ },
+ "engines": {
+ "node": ">=8.9.0"
}
},
"node_modules/sass-loader": {
@@ -20605,26 +20051,6 @@
"node": ">= 8.9.0"
}
},
- "node_modules/scss-tokenizer": {
- "version": "0.2.3",
- "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz",
- "integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=",
- "dependencies": {
- "js-base64": "^2.1.8",
- "source-map": "^0.4.2"
- }
- },
- "node_modules/scss-tokenizer/node_modules/source-map": {
- "version": "0.4.4",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
- "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
- "dependencies": {
- "amdefine": ">=0.0.4"
- },
- "engines": {
- "node": ">=0.8.0"
- }
- },
"node_modules/select-hose": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
@@ -21159,6 +20585,14 @@
"node": ">=0.10.0"
}
},
+ "node_modules/source-map-js": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
+ "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
"node_modules/source-map-resolve": {
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz",
@@ -21370,14 +20804,6 @@
"node": ">= 0.6"
}
},
- "node_modules/stdout-stream": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz",
- "integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==",
- "dependencies": {
- "readable-stream": "^2.0.1"
- }
- },
"node_modules/stealthy-require": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz",
@@ -21473,19 +20899,6 @@
"resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz",
"integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw=="
},
- "node_modules/string-width": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
- "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
- "dependencies": {
- "code-point-at": "^1.0.0",
- "is-fullwidth-code-point": "^1.0.0",
- "strip-ansi": "^3.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/string.prototype.matchall": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.3.tgz",
@@ -21571,17 +20984,6 @@
"node": ">=0.10.0"
}
},
- "node_modules/strip-bom": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
- "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
- "dependencies": {
- "is-utf8": "^0.2.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/strip-comments": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-1.0.2.tgz",
@@ -21902,16 +21304,6 @@
"node": ">=6"
}
},
- "node_modules/tar": {
- "version": "2.2.2",
- "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.2.tgz",
- "integrity": "sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==",
- "dependencies": {
- "block-stream": "*",
- "fstream": "^1.0.12",
- "inherits": "2"
- }
- },
"node_modules/temp-dir": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-1.0.0.tgz",
@@ -22286,14 +21678,6 @@
"resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz",
"integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0="
},
- "node_modules/trim-newlines": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
- "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=",
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/trim-repeated": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz",
@@ -22315,14 +21699,6 @@
"resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz",
"integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA=="
},
- "node_modules/true-case-path": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz",
- "integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==",
- "dependencies": {
- "glob": "^7.1.2"
- }
- },
"node_modules/tryer": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz",
@@ -24024,14 +23400,6 @@
"resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
"integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho="
},
- "node_modules/wide-align": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz",
- "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",
- "dependencies": {
- "string-width": "^1.0.2 || 2"
- }
- },
"node_modules/word-wrap": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
@@ -24334,11 +23702,6 @@
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz",
"integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ=="
},
- "node_modules/yallist": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
- "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI="
- },
"node_modules/yaml": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.0.tgz",
@@ -27644,11 +27007,6 @@
"resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
"integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q=="
},
- "abbrev": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
- "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
- },
"accepts": {
"version": "1.3.7",
"resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
@@ -27747,11 +27105,6 @@
"resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
"integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM="
},
- "amdefine": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz",
- "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU="
- },
"ansi-colors": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
@@ -27804,15 +27157,6 @@
"resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
"integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw=="
},
- "are-we-there-yet": {
- "version": "1.1.5",
- "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz",
- "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==",
- "requires": {
- "delegates": "^1.0.0",
- "readable-stream": "^2.0.6"
- }
- },
"argparse": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
@@ -27861,11 +27205,6 @@
"resolved": "https://registry.npmjs.org/array-filter/-/array-filter-1.0.0.tgz",
"integrity": "sha1-uveeYubvTCpMC4MSMtr/7CUfnYM="
},
- "array-find-index": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
- "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E="
- },
"array-flatten": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz",
@@ -28044,11 +27383,6 @@
"resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz",
"integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ=="
},
- "async-foreach": {
- "version": "0.1.3",
- "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
- "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI="
- },
"async-limiter": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
@@ -28640,8 +27974,7 @@
"binary-extensions": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
- "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
- "optional": true
+ "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA=="
},
"bindings": {
"version": "1.5.0",
@@ -28652,14 +27985,6 @@
"file-uri-to-path": "1.0.0"
}
},
- "block-stream": {
- "version": "0.0.9",
- "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
- "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=",
- "requires": {
- "inherits": "~2.0.0"
- }
- },
"bluebird": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
@@ -29040,20 +28365,6 @@
}
}
},
- "camelcase": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
- "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8="
- },
- "camelcase-keys": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
- "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
- "requires": {
- "camelcase": "^2.0.0",
- "map-obj": "^1.0.0"
- }
- },
"caniuse-api": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
@@ -29153,7 +28464,6 @@
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz",
"integrity": "sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==",
- "optional": true,
"requires": {
"anymatch": "~3.1.1",
"braces": "~3.0.2",
@@ -29296,11 +28606,6 @@
"q": "^1.1.2"
}
},
- "code-point-at": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
- "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c="
- },
"collapse-white-space": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.6.tgz",
@@ -29460,11 +28765,6 @@
"resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz",
"integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA=="
},
- "console-control-strings": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
- "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4="
- },
"constants-browserify": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz",
@@ -29635,15 +28935,6 @@
"warning": "^4.0.3"
}
},
- "cross-spawn": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
- "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=",
- "requires": {
- "lru-cache": "^4.0.1",
- "which": "^1.2.9"
- }
- },
"crypto-browserify": {
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz",
@@ -29983,14 +29274,6 @@
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.6.tgz",
"integrity": "sha512-+ZAmfyWMT7TiIlzdqJgjMb7S4f1beorDbWbsocyK4RaiqA5RTX3K14bnBWmmA9QEM0gRdsjyyrEmcyga8Zsxmw=="
},
- "currently-unhandled": {
- "version": "0.4.1",
- "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
- "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
- "requires": {
- "array-find-index": "^1.0.1"
- }
- },
"cyclist": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz",
@@ -30164,11 +29447,6 @@
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
"integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk="
},
- "delegates": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
- "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o="
- },
"depd": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
@@ -32086,15 +31364,6 @@
"pkg-dir": "^3.0.0"
}
},
- "find-up": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
- "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
- "requires": {
- "path-exists": "^2.0.0",
- "pinkie-promise": "^2.0.0"
- }
- },
"flat-cache": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
@@ -32333,19 +31602,7 @@
"fsevents": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.1.tgz",
- "integrity": "sha512-YR47Eg4hChJGAB1O3yEAOkGO+rlzutoICGqGo9EZ4lKWokzZRSyIW1QmTzqjtw8MJdj9srP869CuWw/hyzSiBw==",
- "optional": true
- },
- "fstream": {
- "version": "1.0.12",
- "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz",
- "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==",
- "requires": {
- "graceful-fs": "^4.1.2",
- "inherits": "~2.0.0",
- "mkdirp": ">=0.5 0",
- "rimraf": "2"
- }
+ "integrity": "sha512-YR47Eg4hChJGAB1O3yEAOkGO+rlzutoICGqGo9EZ4lKWokzZRSyIW1QmTzqjtw8MJdj9srP869CuWw/hyzSiBw=="
},
"function-bind": {
"version": "1.1.1",
@@ -32373,29 +31630,6 @@
"resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.2.tgz",
"integrity": "sha512-bLgc3asbWdwPbx2mNk2S49kmJCuQeu0nfmaOgbs8WIyzzkw3r4htszdIi9Q9EMezDPTYuJx2wvjZ/EwgAthpnA=="
},
- "gauge": {
- "version": "2.7.4",
- "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
- "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
- "requires": {
- "aproba": "^1.0.3",
- "console-control-strings": "^1.0.0",
- "has-unicode": "^2.0.0",
- "object-assign": "^4.1.0",
- "signal-exit": "^3.0.0",
- "string-width": "^1.0.1",
- "strip-ansi": "^3.0.1",
- "wide-align": "^1.1.0"
- }
- },
- "gaze": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz",
- "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==",
- "requires": {
- "globule": "^1.0.0"
- }
- },
"gensync": {
"version": "1.0.0-beta.2",
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
@@ -32426,11 +31660,6 @@
"resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
"integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q=="
},
- "get-stdin": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
- "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4="
- },
"get-stream": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
@@ -32521,16 +31750,6 @@
"pinkie-promise": "^2.0.0"
}
},
- "globule": {
- "version": "1.3.2",
- "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.2.tgz",
- "integrity": "sha512-7IDTQTIu2xzXkT+6mlluidnWo+BypnbSoEVVQCGfzqnl5Ik8d3e1d4wycb8Rj9tWW+Z39uPWsdlquqiqPCd/pA==",
- "requires": {
- "glob": "~7.1.1",
- "lodash": "~4.17.10",
- "minimatch": "~3.0.2"
- }
- },
"graceful-fs": {
"version": "4.2.4",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz",
@@ -32595,21 +31814,6 @@
"function-bind": "^1.1.1"
}
},
- "has-ansi": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
- "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
- "requires": {
- "ansi-regex": "^2.0.0"
- },
- "dependencies": {
- "ansi-regex": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
- "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
- }
- }
- },
"has-flag": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
@@ -32620,11 +31824,6 @@
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz",
"integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg=="
},
- "has-unicode": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
- "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk="
- },
"has-value": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
@@ -33249,6 +32448,11 @@
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz",
"integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw=="
},
+ "immutable": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.0.0.tgz",
+ "integrity": "sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw=="
+ },
"import-cwd": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz",
@@ -33335,11 +32539,6 @@
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
"integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o="
},
- "in-publish": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.1.tgz",
- "integrity": "sha512-oDM0kUSNFC31ShNxHKUyfZKy8ZeXZBWMjMdZHKLOk13uvT27VTL/QzRGfRUcevJhpkZAvlhPYuXkF7eNWrtyxQ=="
- },
"indent-string": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
@@ -33482,7 +32681,6 @@
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
"integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
- "optional": true,
"requires": {
"binary-extensions": "^2.0.0"
}
@@ -33599,19 +32797,6 @@
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
"integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI="
},
- "is-finite": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz",
- "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w=="
- },
- "is-fullwidth-code-point": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
- "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
- "requires": {
- "number-is-nan": "^1.0.0"
- }
- },
"is-generator-fn": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
@@ -33753,11 +32938,6 @@
"resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
"integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo="
},
- "is-utf8": {
- "version": "0.2.1",
- "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
- "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI="
- },
"is-whitespace-character": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz",
@@ -36846,11 +36026,6 @@
}
}
},
- "js-base64": {
- "version": "2.6.4",
- "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz",
- "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ=="
- },
"js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
@@ -37052,18 +36227,6 @@
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz",
"integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
},
- "load-json-file": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
- "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
- "requires": {
- "graceful-fs": "^4.1.2",
- "parse-json": "^2.2.0",
- "pify": "^2.0.0",
- "pinkie-promise": "^2.0.0",
- "strip-bom": "^2.0.0"
- }
- },
"loader-runner": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz",
@@ -37175,15 +36338,6 @@
"js-tokens": "^3.0.0 || ^4.0.0"
}
},
- "loud-rejection": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
- "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
- "requires": {
- "currently-unhandled": "^0.4.1",
- "signal-exit": "^3.0.0"
- }
- },
"lower-case": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
@@ -37199,15 +36353,6 @@
}
}
},
- "lru-cache": {
- "version": "4.1.5",
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
- "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
- "requires": {
- "pseudomap": "^1.0.2",
- "yallist": "^2.1.2"
- }
- },
"magic-string": {
"version": "0.25.7",
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz",
@@ -37245,11 +36390,6 @@
"resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
"integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8="
},
- "map-obj": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
- "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0="
- },
"map-visit": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
@@ -37300,50 +36440,6 @@
"readable-stream": "^2.0.1"
}
},
- "meow": {
- "version": "3.7.0",
- "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
- "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
- "requires": {
- "camelcase-keys": "^2.0.0",
- "decamelize": "^1.1.2",
- "loud-rejection": "^1.0.0",
- "map-obj": "^1.0.1",
- "minimist": "^1.1.3",
- "normalize-package-data": "^2.3.4",
- "object-assign": "^4.0.1",
- "read-pkg-up": "^1.0.1",
- "redent": "^1.0.0",
- "trim-newlines": "^1.0.0"
- },
- "dependencies": {
- "indent-string": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
- "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
- "requires": {
- "repeating": "^2.0.0"
- }
- },
- "redent": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
- "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
- "requires": {
- "indent-string": "^2.1.0",
- "strip-indent": "^1.0.1"
- }
- },
- "strip-indent": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
- "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
- "requires": {
- "get-stdin": "^4.0.1"
- }
- }
- }
- },
"merge-descriptors": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
@@ -37652,7 +36748,8 @@
"nan": {
"version": "2.14.2",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz",
- "integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ=="
+ "integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==",
+ "optional": true
},
"nanoid": {
"version": "3.1.20",
@@ -37742,32 +36839,6 @@
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz",
"integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA=="
},
- "node-gyp": {
- "version": "3.8.0",
- "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz",
- "integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==",
- "requires": {
- "fstream": "^1.0.0",
- "glob": "^7.0.3",
- "graceful-fs": "^4.1.2",
- "mkdirp": "^0.5.0",
- "nopt": "2 || 3",
- "npmlog": "0 || 1 || 2 || 3 || 4",
- "osenv": "0",
- "request": "^2.87.0",
- "rimraf": "2",
- "semver": "~5.3.0",
- "tar": "^2.0.0",
- "which": "1"
- },
- "dependencies": {
- "semver": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
- "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8="
- }
- }
- },
"node-int64": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
@@ -37875,62 +36946,6 @@
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.70.tgz",
"integrity": "sha512-Slf2s69+2/uAD79pVVQo8uSiC34+g8GWY8UH2Qtqv34ZfhYrxpYpfzs9Js9d6O0mbDmALuxaTlplnBTnSELcrw=="
},
- "node-sass": {
- "version": "4.14.1",
- "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz",
- "integrity": "sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==",
- "requires": {
- "async-foreach": "^0.1.3",
- "chalk": "^1.1.1",
- "cross-spawn": "^3.0.0",
- "gaze": "^1.0.0",
- "get-stdin": "^4.0.1",
- "glob": "^7.0.3",
- "in-publish": "^2.0.0",
- "lodash": "^4.17.15",
- "meow": "^3.7.0",
- "mkdirp": "^0.5.1",
- "nan": "^2.13.2",
- "node-gyp": "^3.8.0",
- "npmlog": "^4.0.0",
- "request": "^2.88.0",
- "sass-graph": "2.2.5",
- "stdout-stream": "^1.4.0",
- "true-case-path": "^1.0.2"
- },
- "dependencies": {
- "ansi-styles": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
- "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4="
- },
- "chalk": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
- "requires": {
- "ansi-styles": "^2.2.1",
- "escape-string-regexp": "^1.0.2",
- "has-ansi": "^2.0.0",
- "strip-ansi": "^3.0.0",
- "supports-color": "^2.0.0"
- }
- },
- "supports-color": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
- "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc="
- }
- }
- },
- "nopt": {
- "version": "3.0.6",
- "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
- "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
- "requires": {
- "abbrev": "1"
- }
- },
"normalize-package-data": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
@@ -37971,17 +36986,6 @@
"path-key": "^2.0.0"
}
},
- "npmlog": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
- "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
- "requires": {
- "are-we-there-yet": "~1.1.2",
- "console-control-strings": "~1.1.0",
- "gauge": "~2.7.3",
- "set-blocking": "~2.0.0"
- }
- },
"nth-check": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.0.tgz",
@@ -37995,11 +36999,6 @@
"resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
"integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4="
},
- "number-is-nan": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
- "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0="
- },
"nwsapi": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz",
@@ -38231,25 +37230,6 @@
"resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz",
"integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc="
},
- "os-homedir": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
- "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M="
- },
- "os-tmpdir": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
- "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ="
- },
- "osenv": {
- "version": "0.1.5",
- "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz",
- "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==",
- "requires": {
- "os-homedir": "^1.0.0",
- "os-tmpdir": "^1.0.0"
- }
- },
"p-each-series": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-2.2.0.tgz",
@@ -38418,14 +37398,6 @@
"resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz",
"integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA="
},
- "path-exists": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
- "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
- "requires": {
- "pinkie-promise": "^2.0.0"
- }
- },
"path-is-absolute": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
@@ -38451,16 +37423,6 @@
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
"integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
},
- "path-type": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
- "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
- "requires": {
- "graceful-fs": "^4.1.2",
- "pify": "^2.0.0",
- "pinkie-promise": "^2.0.0"
- }
- },
"pbkdf2": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.1.tgz",
@@ -39838,11 +38800,6 @@
"resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz",
"integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY="
},
- "pseudomap": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
- "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM="
- },
"psl": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz",
@@ -40590,25 +39547,6 @@
"react-transition-group": "^2.3.1"
}
},
- "read-pkg": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
- "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
- "requires": {
- "load-json-file": "^1.0.0",
- "normalize-package-data": "^2.3.2",
- "path-type": "^1.0.0"
- }
- },
- "read-pkg-up": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
- "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
- "requires": {
- "find-up": "^1.0.0",
- "read-pkg": "^1.0.0"
- }
- },
"readable-stream": {
"version": "2.3.7",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
@@ -40627,7 +39565,6 @@
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz",
"integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==",
- "optional": true,
"requires": {
"picomatch": "^2.2.1"
}
@@ -40889,14 +39826,6 @@
"resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
"integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc="
},
- "repeating": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
- "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
- "requires": {
- "is-finite": "^1.0.0"
- }
- },
"replace-ext": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz",
@@ -41388,15 +40317,14 @@
"resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-10.0.0.tgz",
"integrity": "sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg=="
},
- "sass-graph": {
- "version": "2.2.5",
- "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.5.tgz",
- "integrity": "sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag==",
+ "sass": {
+ "version": "1.49.0",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.49.0.tgz",
+ "integrity": "sha512-TVwVdNDj6p6b4QymJtNtRS2YtLJ/CqZriGg0eIAbAKMlN8Xy6kbv33FsEZSF7FufFFM705SQviHjjThfaQ4VNw==",
"requires": {
- "glob": "^7.0.0",
- "lodash": "^4.0.0",
- "scss-tokenizer": "^0.2.3",
- "yargs": "^13.3.2"
+ "chokidar": ">=3.0.0 <4.0.0",
+ "immutable": "^4.0.0",
+ "source-map-js": ">=0.6.2 <2.0.0"
}
},
"sass-loader": {
@@ -41468,25 +40396,6 @@
"ajv-keywords": "^3.5.2"
}
},
- "scss-tokenizer": {
- "version": "0.2.3",
- "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz",
- "integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=",
- "requires": {
- "js-base64": "^2.1.8",
- "source-map": "^0.4.2"
- },
- "dependencies": {
- "source-map": {
- "version": "0.4.4",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
- "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
- "requires": {
- "amdefine": ">=0.0.4"
- }
- }
- }
- },
"select-hose": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
@@ -41951,6 +40860,11 @@
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
},
+ "source-map-js": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
+ "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw=="
+ },
"source-map-resolve": {
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz",
@@ -42138,14 +41052,6 @@
"resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
"integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow="
},
- "stdout-stream": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz",
- "integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==",
- "requires": {
- "readable-stream": "^2.0.1"
- }
- },
"stealthy-require": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz",
@@ -42228,16 +41134,6 @@
"resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz",
"integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw=="
},
- "string-width": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
- "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
- "requires": {
- "code-point-at": "^1.0.0",
- "is-fullwidth-code-point": "^1.0.0",
- "strip-ansi": "^3.0.0"
- }
- },
"string.prototype.matchall": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.3.tgz",
@@ -42312,14 +41208,6 @@
}
}
},
- "strip-bom": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
- "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
- "requires": {
- "is-utf8": "^0.2.0"
- }
- },
"strip-comments": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-1.0.2.tgz",
@@ -42581,16 +41469,6 @@
"resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz",
"integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA=="
},
- "tar": {
- "version": "2.2.2",
- "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.2.tgz",
- "integrity": "sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==",
- "requires": {
- "block-stream": "*",
- "fstream": "^1.0.12",
- "inherits": "2"
- }
- },
"temp-dir": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-1.0.0.tgz",
@@ -42882,11 +41760,6 @@
"resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz",
"integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0="
},
- "trim-newlines": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
- "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM="
- },
"trim-repeated": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz",
@@ -42905,14 +41778,6 @@
"resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz",
"integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA=="
},
- "true-case-path": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz",
- "integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==",
- "requires": {
- "glob": "^7.1.2"
- }
- },
"tryer": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz",
@@ -44354,14 +43219,6 @@
"resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
"integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho="
},
- "wide-align": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz",
- "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",
- "requires": {
- "string-width": "^1.0.2 || 2"
- }
- },
"word-wrap": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
@@ -44638,11 +43495,6 @@
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz",
"integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ=="
},
- "yallist": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
- "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI="
- },
"yaml": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.0.tgz",
diff --git a/package.json b/package.json
index 01dbfd4b..fc71c24d 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,6 @@
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"gh-pages": "^2.2.0",
- "node-sass": "^4.14.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-ga": "^2.7.0",
@@ -24,7 +23,8 @@
"react-test-renderer": "^16.14.0",
"react-toggle": "^4.1.1",
"react-tooltip": "^3.11.2",
- "reactstrap": "^8.8.1"
+ "reactstrap": "^8.8.1",
+ "sass": "1.49.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
From 86cdffe5d2326099993ab365c15e77689a1351bf Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 30 Jan 2022 14:51:41 -0500
Subject: [PATCH 021/304] Bump tar from 6.1.0 to 6.1.11 (#142)
Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.11)
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 196 ++++++++++++++--------------------------------
1 file changed, 58 insertions(+), 138 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 3357dfbc..fc534453 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -28,7 +28,7 @@
"react-toggle": "^4.1.1",
"react-tooltip": "^3.11.2",
"reactstrap": "^8.8.1",
- "sass": "^1.49.0"
+ "sass": "1.49.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
@@ -3380,11 +3380,6 @@
"node": ">=10"
}
},
- "node_modules/@typescript-eslint/eslint-plugin/node_modules/yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
- },
"node_modules/@typescript-eslint/experimental-utils": {
"version": "4.14.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.14.0.tgz",
@@ -3502,11 +3497,6 @@
"node": ">=10"
}
},
- "node_modules/@typescript-eslint/typescript-estree/node_modules/yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
- },
"node_modules/@typescript-eslint/visitor-keys": {
"version": "4.14.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.0.tgz",
@@ -5175,27 +5165,6 @@
"rimraf": "bin.js"
}
},
- "node_modules/cacache/node_modules/tar": {
- "version": "6.1.0",
- "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.0.tgz",
- "integrity": "sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==",
- "dependencies": {
- "chownr": "^2.0.0",
- "fs-minipass": "^2.0.0",
- "minipass": "^3.0.0",
- "minizlib": "^2.1.1",
- "mkdirp": "^1.0.3",
- "yallist": "^4.0.0"
- },
- "engines": {
- "node": ">= 10"
- }
- },
- "node_modules/cacache/node_modules/yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
- },
"node_modules/cache-base": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
@@ -6107,11 +6076,6 @@
"node": ">=10"
}
},
- "node_modules/css-loader/node_modules/yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
- },
"node_modules/css-prefers-color-scheme": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-3.1.1.tgz",
@@ -7846,11 +7810,6 @@
"node": ">=10"
}
},
- "node_modules/eslint-plugin-testing-library/node_modules/yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
- },
"node_modules/eslint-scope": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
@@ -8110,12 +8069,6 @@
"node": ">= 8"
}
},
- "node_modules/eslint/node_modules/yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
- "dev": true
- },
"node_modules/espree": {
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz",
@@ -14022,11 +13975,6 @@
"node": ">=8"
}
},
- "node_modules/jest-snapshot/node_modules/yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
- },
"node_modules/jest-util": {
"version": "26.6.2",
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-26.6.2.tgz",
@@ -15483,11 +15431,6 @@
"node": ">=8"
}
},
- "node_modules/minipass/node_modules/yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
- },
"node_modules/minizlib": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
@@ -15500,11 +15443,6 @@
"node": ">= 8"
}
},
- "node_modules/minizlib/node_modules/yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
- },
"node_modules/mississippi": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz",
@@ -15859,12 +15797,6 @@
"node": ">= 8"
}
},
- "node_modules/node-notifier/node_modules/yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
- "optional": true
- },
"node_modules/node-releases": {
"version": "1.1.70",
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.70.tgz",
@@ -21304,6 +21236,33 @@
"node": ">=6"
}
},
+ "node_modules/tar": {
+ "version": "6.1.11",
+ "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz",
+ "integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==",
+ "dependencies": {
+ "chownr": "^2.0.0",
+ "fs-minipass": "^2.0.0",
+ "minipass": "^3.0.0",
+ "minizlib": "^2.1.1",
+ "mkdirp": "^1.0.3",
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/tar/node_modules/mkdirp": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
+ "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
+ "bin": {
+ "mkdirp": "bin/cmd.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
"node_modules/temp-dir": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-1.0.0.tgz",
@@ -23702,6 +23661,11 @@
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz",
"integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ=="
},
+ "node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
+ },
"node_modules/yaml": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.0.tgz",
@@ -26724,11 +26688,6 @@
"requires": {
"lru-cache": "^6.0.0"
}
- },
- "yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
}
}
},
@@ -26818,11 +26777,6 @@
"requires": {
"lru-cache": "^6.0.0"
}
- },
- "yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
}
}
},
@@ -28275,24 +28229,6 @@
"requires": {
"glob": "^7.1.3"
}
- },
- "tar": {
- "version": "6.1.0",
- "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.0.tgz",
- "integrity": "sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==",
- "requires": {
- "chownr": "^2.0.0",
- "fs-minipass": "^2.0.0",
- "minipass": "^3.0.0",
- "minizlib": "^2.1.1",
- "mkdirp": "^1.0.3",
- "yallist": "^4.0.0"
- }
- },
- "yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
}
}
},
@@ -29056,11 +28992,6 @@
"requires": {
"lru-cache": "^6.0.0"
}
- },
- "yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
}
}
},
@@ -30206,12 +30137,6 @@
"requires": {
"isexe": "^2.0.0"
}
- },
- "yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
- "dev": true
}
}
},
@@ -30643,11 +30568,6 @@
"requires": {
"lru-cache": "^6.0.0"
}
- },
- "yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
}
}
},
@@ -35631,11 +35551,6 @@
"requires": {
"has-flag": "^4.0.0"
}
- },
- "yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
}
}
},
@@ -36588,13 +36503,6 @@
"integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==",
"requires": {
"yallist": "^4.0.0"
- },
- "dependencies": {
- "yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
- }
}
},
"minipass-collect": {
@@ -36628,13 +36536,6 @@
"requires": {
"minipass": "^3.0.0",
"yallist": "^4.0.0"
- },
- "dependencies": {
- "yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
- }
}
},
"mississippi": {
@@ -36932,12 +36833,6 @@
"requires": {
"isexe": "^2.0.0"
}
- },
- "yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
- "optional": true
}
}
},
@@ -41469,6 +41364,26 @@
"resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz",
"integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA=="
},
+ "tar": {
+ "version": "6.1.11",
+ "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz",
+ "integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==",
+ "requires": {
+ "chownr": "^2.0.0",
+ "fs-minipass": "^2.0.0",
+ "minipass": "^3.0.0",
+ "minizlib": "^2.1.1",
+ "mkdirp": "^1.0.3",
+ "yallist": "^4.0.0"
+ },
+ "dependencies": {
+ "mkdirp": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
+ "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw=="
+ }
+ }
+ },
"temp-dir": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-1.0.0.tgz",
@@ -43495,6 +43410,11 @@
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz",
"integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ=="
},
+ "yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
+ },
"yaml": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.0.tgz",
From 059270a97b99e5a3ddbcdd16f8b246a4f4da53c2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 30 Jan 2022 14:53:03 -0500
Subject: [PATCH 022/304] Bump color-string from 1.5.4 to 1.9.0 (#143)
Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.9.0.
- [Release notes](https://github.com/Qix-/color-string/releases)
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Qix-/color-string/compare/1.5.4...1.9.0)
---
updated-dependencies:
- dependency-name: color-string
dependency-type: indirect
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index fc534453..b4fa8183 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5582,9 +5582,9 @@
"integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
},
"node_modules/color-string": {
- "version": "1.5.4",
- "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.5.4.tgz",
- "integrity": "sha512-57yF5yt8Xa3czSEW1jfQDE79Idk0+AkN/4KWad6tbdxUmAs3MvjxlWSWD4deYytcRfoZ9nhKyFl1kj5tBvidbw==",
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.0.tgz",
+ "integrity": "sha512-9Mrz2AQLefkH1UvASKj6v6hj/7eWgjnT/cVsR8CumieLoT+g900exWeNogqtweI8dxloXN9BDQTYro1oWu/5CQ==",
"dependencies": {
"color-name": "^1.0.0",
"simple-swizzle": "^0.2.2"
@@ -28584,9 +28584,9 @@
"integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
},
"color-string": {
- "version": "1.5.4",
- "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.5.4.tgz",
- "integrity": "sha512-57yF5yt8Xa3czSEW1jfQDE79Idk0+AkN/4KWad6tbdxUmAs3MvjxlWSWD4deYytcRfoZ9nhKyFl1kj5tBvidbw==",
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.0.tgz",
+ "integrity": "sha512-9Mrz2AQLefkH1UvASKj6v6hj/7eWgjnT/cVsR8CumieLoT+g900exWeNogqtweI8dxloXN9BDQTYro1oWu/5CQ==",
"requires": {
"color-name": "^1.0.0",
"simple-swizzle": "^0.2.2"
From 0a9bbdf33d76231e9dfc4b35eede168e7b45054c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 30 Jan 2022 15:01:42 -0500
Subject: [PATCH 023/304] Bump ws from 6.2.1 to 6.2.2 (#144)
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/6.2.1...6.2.2)
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 37 +++++++++++++++++++++++++------------
1 file changed, 25 insertions(+), 12 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index b4fa8183..be74bd53 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -22974,9 +22974,9 @@
}
},
"node_modules/webpack-dev-server/node_modules/ws": {
- "version": "6.2.1",
- "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz",
- "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==",
+ "version": "6.2.2",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz",
+ "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==",
"dependencies": {
"async-limiter": "~1.0.0"
}
@@ -23626,11 +23626,23 @@
}
},
"node_modules/ws": {
- "version": "7.4.2",
- "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.2.tgz",
- "integrity": "sha512-T4tewALS3+qsrpGI/8dqNMLIVdq/g/85U98HPMa6F0m6xTbvhXU6RCQLqPH3+SlomNV/LdY6RXEbBpMH6EOJnA==",
+ "version": "7.5.6",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.6.tgz",
+ "integrity": "sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA==",
"engines": {
"node": ">=8.3.0"
+ },
+ "peerDependencies": {
+ "bufferutil": "^4.0.1",
+ "utf-8-validate": "^5.0.2"
+ },
+ "peerDependenciesMeta": {
+ "bufferutil": {
+ "optional": true
+ },
+ "utf-8-validate": {
+ "optional": true
+ }
}
},
"node_modules/x-is-string": {
@@ -43023,9 +43035,9 @@
}
},
"ws": {
- "version": "6.2.1",
- "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz",
- "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==",
+ "version": "6.2.2",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz",
+ "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==",
"requires": {
"async-limiter": "~1.0.0"
}
@@ -43381,9 +43393,10 @@
}
},
"ws": {
- "version": "7.4.2",
- "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.2.tgz",
- "integrity": "sha512-T4tewALS3+qsrpGI/8dqNMLIVdq/g/85U98HPMa6F0m6xTbvhXU6RCQLqPH3+SlomNV/LdY6RXEbBpMH6EOJnA=="
+ "version": "7.5.6",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.6.tgz",
+ "integrity": "sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA==",
+ "requires": {}
},
"x-is-string": {
"version": "0.1.0",
From 12c1632d54de65bafc345e02edec6178a0ae417e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 30 Jan 2022 15:02:03 -0500
Subject: [PATCH 024/304] Bump path-parse from 1.0.6 to 1.0.7 (#145)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 411 ++--------------------------------------------
1 file changed, 13 insertions(+), 398 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index be74bd53..7667be2b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7219,7 +7219,6 @@
"version": "7.18.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.18.0.tgz",
"integrity": "sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==",
- "dev": true,
"dependencies": {
"@babel/code-frame": "^7.0.0",
"@eslint/eslintrc": "^0.3.0",
@@ -7881,7 +7880,6 @@
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
"integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
- "dev": true,
"engines": {
"node": ">=8"
}
@@ -7890,7 +7888,6 @@
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
- "dev": true,
"dependencies": {
"color-convert": "^2.0.1"
},
@@ -7902,7 +7899,6 @@
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
"integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
- "dev": true,
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
@@ -7915,7 +7911,6 @@
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
- "dev": true,
"dependencies": {
"color-name": "~1.1.4"
},
@@ -7926,14 +7921,12 @@
"node_modules/eslint/node_modules/color-name": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "dev": true
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
},
"node_modules/eslint/node_modules/cross-spawn": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
- "dev": true,
"dependencies": {
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",
@@ -7947,7 +7940,6 @@
"version": "12.4.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz",
"integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==",
- "dev": true,
"dependencies": {
"type-fest": "^0.8.1"
},
@@ -7959,7 +7951,6 @@
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
- "dev": true,
"engines": {
"node": ">=8"
}
@@ -7968,7 +7959,6 @@
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
"integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
- "dev": true,
"engines": {
"node": ">= 4"
}
@@ -7977,7 +7967,6 @@
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
- "dev": true,
"dependencies": {
"yallist": "^4.0.0"
},
@@ -7989,7 +7978,6 @@
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
- "dev": true,
"engines": {
"node": ">=8"
}
@@ -7998,7 +7986,6 @@
"version": "7.3.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz",
"integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==",
- "dev": true,
"dependencies": {
"lru-cache": "^6.0.0"
},
@@ -8013,7 +8000,6 @@
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
- "dev": true,
"dependencies": {
"shebang-regex": "^3.0.0"
},
@@ -8025,7 +8011,6 @@
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
- "dev": true,
"engines": {
"node": ">=8"
}
@@ -8034,7 +8019,6 @@
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
"integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
- "dev": true,
"dependencies": {
"ansi-regex": "^5.0.0"
},
@@ -8046,7 +8030,6 @@
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
- "dev": true,
"dependencies": {
"has-flag": "^4.0.0"
},
@@ -8058,7 +8041,6 @@
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
- "dev": true,
"dependencies": {
"isexe": "^2.0.0"
},
@@ -16379,9 +16361,9 @@
}
},
"node_modules/path-parse": {
- "version": "1.0.6",
- "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
- "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw=="
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
},
"node_modules/path-to-regexp": {
"version": "0.1.7",
@@ -18654,25 +18636,6 @@
"fsevents": "^2.1.3"
}
},
- "node_modules/react-scripts/node_modules/ansi-regex": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
- "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/react-scripts/node_modules/ansi-styles": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/react-scripts/node_modules/camelcase": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz",
@@ -18681,97 +18644,6 @@
"node": ">=10"
}
},
- "node_modules/react-scripts/node_modules/chalk": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
- "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/react-scripts/node_modules/color-convert": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/react-scripts/node_modules/color-name": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
- },
- "node_modules/react-scripts/node_modules/cross-spawn": {
- "version": "7.0.3",
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
- "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/react-scripts/node_modules/eslint": {
- "version": "7.18.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.18.0.tgz",
- "integrity": "sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==",
- "dependencies": {
- "@babel/code-frame": "^7.0.0",
- "@eslint/eslintrc": "^0.3.0",
- "ajv": "^6.10.0",
- "chalk": "^4.0.0",
- "cross-spawn": "^7.0.2",
- "debug": "^4.0.1",
- "doctrine": "^3.0.0",
- "enquirer": "^2.3.5",
- "eslint-scope": "^5.1.1",
- "eslint-utils": "^2.1.0",
- "eslint-visitor-keys": "^2.0.0",
- "espree": "^7.3.1",
- "esquery": "^1.2.0",
- "esutils": "^2.0.2",
- "file-entry-cache": "^6.0.0",
- "functional-red-black-tree": "^1.0.1",
- "glob-parent": "^5.0.0",
- "globals": "^12.1.0",
- "ignore": "^4.0.6",
- "import-fresh": "^3.0.0",
- "imurmurhash": "^0.1.4",
- "is-glob": "^4.0.0",
- "js-yaml": "^3.13.1",
- "json-stable-stringify-without-jsonify": "^1.0.1",
- "levn": "^0.4.1",
- "lodash": "^4.17.20",
- "minimatch": "^3.0.4",
- "natural-compare": "^1.4.0",
- "optionator": "^0.9.1",
- "progress": "^2.0.0",
- "regexpp": "^3.1.0",
- "semver": "^7.2.1",
- "strip-ansi": "^6.0.0",
- "strip-json-comments": "^3.1.0",
- "table": "^6.0.4",
- "text-table": "^0.2.0",
- "v8-compile-cache": "^2.0.3"
- },
- "bin": {
- "eslint": "bin/eslint.js"
- },
- "engines": {
- "node": "^10.12.0 || >=12.0.0"
- }
- },
"node_modules/react-scripts/node_modules/fs-extra": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
@@ -18786,33 +18658,6 @@
"node": ">=10"
}
},
- "node_modules/react-scripts/node_modules/globals": {
- "version": "12.4.0",
- "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz",
- "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==",
- "dependencies": {
- "type-fest": "^0.8.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/react-scripts/node_modules/has-flag": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/react-scripts/node_modules/ignore": {
- "version": "4.0.6",
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
- "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
- "engines": {
- "node": ">= 4"
- }
- },
"node_modules/react-scripts/node_modules/jsonfile": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
@@ -18822,14 +18667,6 @@
"universalify": "^2.0.0"
}
},
- "node_modules/react-scripts/node_modules/path-key": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/react-scripts/node_modules/resolve": {
"version": "1.18.1",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.18.1.tgz",
@@ -18850,47 +18687,6 @@
"node": ">=10"
}
},
- "node_modules/react-scripts/node_modules/shebang-command": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/react-scripts/node_modules/shebang-regex": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/react-scripts/node_modules/strip-ansi": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
- "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
- "dependencies": {
- "ansi-regex": "^5.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/react-scripts/node_modules/supports-color": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/react-scripts/node_modules/universalify": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
@@ -18899,20 +18695,6 @@
"node": ">= 10.0.0"
}
},
- "node_modules/react-scripts/node_modules/which": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
"node_modules/react-scroll": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/react-scroll/-/react-scroll-1.8.1.tgz",
@@ -29971,7 +29753,6 @@
"version": "7.18.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.18.0.tgz",
"integrity": "sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==",
- "dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",
"@eslint/eslintrc": "^0.3.0",
@@ -30015,14 +29796,12 @@
"ansi-regex": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
- "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
- "dev": true
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg=="
},
"ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
- "dev": true,
"requires": {
"color-convert": "^2.0.1"
}
@@ -30031,7 +29810,6 @@
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
"integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
- "dev": true,
"requires": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
@@ -30041,7 +29819,6 @@
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
- "dev": true,
"requires": {
"color-name": "~1.1.4"
}
@@ -30049,14 +29826,12 @@
"color-name": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "dev": true
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
},
"cross-spawn": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
- "dev": true,
"requires": {
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",
@@ -30067,7 +29842,6 @@
"version": "12.4.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz",
"integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==",
- "dev": true,
"requires": {
"type-fest": "^0.8.1"
}
@@ -30075,20 +29849,17 @@
"has-flag": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
- "dev": true
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
},
"ignore": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
- "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
- "dev": true
+ "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg=="
},
"lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
- "dev": true,
"requires": {
"yallist": "^4.0.0"
}
@@ -30096,14 +29867,12 @@
"path-key": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
- "dev": true
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="
},
"semver": {
"version": "7.3.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz",
"integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==",
- "dev": true,
"requires": {
"lru-cache": "^6.0.0"
}
@@ -30112,7 +29881,6 @@
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
- "dev": true,
"requires": {
"shebang-regex": "^3.0.0"
}
@@ -30120,14 +29888,12 @@
"shebang-regex": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
- "dev": true
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="
},
"strip-ansi": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
"integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
- "dev": true,
"requires": {
"ansi-regex": "^5.0.0"
}
@@ -30136,7 +29902,6 @@
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
- "dev": true,
"requires": {
"has-flag": "^4.0.0"
}
@@ -30145,7 +29910,6 @@
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
- "dev": true,
"requires": {
"isexe": "^2.0.0"
}
@@ -37321,9 +37085,9 @@
"integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A="
},
"path-parse": {
- "version": "1.0.6",
- "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
- "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw=="
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
},
"path-to-regexp": {
"version": "0.1.7",
@@ -39195,100 +38959,11 @@
"workbox-webpack-plugin": "5.1.4"
},
"dependencies": {
- "ansi-regex": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
- "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg=="
- },
- "ansi-styles": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
- "requires": {
- "color-convert": "^2.0.1"
- }
- },
"camelcase": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz",
"integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg=="
},
- "chalk": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
- "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
- "requires": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- }
- },
- "color-convert": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
- "requires": {
- "color-name": "~1.1.4"
- }
- },
- "color-name": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
- },
- "cross-spawn": {
- "version": "7.0.3",
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
- "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
- "requires": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- }
- },
- "eslint": {
- "version": "7.18.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.18.0.tgz",
- "integrity": "sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==",
- "requires": {
- "@babel/code-frame": "^7.0.0",
- "@eslint/eslintrc": "^0.3.0",
- "ajv": "^6.10.0",
- "chalk": "^4.0.0",
- "cross-spawn": "^7.0.2",
- "debug": "^4.0.1",
- "doctrine": "^3.0.0",
- "enquirer": "^2.3.5",
- "eslint-scope": "^5.1.1",
- "eslint-utils": "^2.1.0",
- "eslint-visitor-keys": "^2.0.0",
- "espree": "^7.3.1",
- "esquery": "^1.2.0",
- "esutils": "^2.0.2",
- "file-entry-cache": "^6.0.0",
- "functional-red-black-tree": "^1.0.1",
- "glob-parent": "^5.0.0",
- "globals": "^12.1.0",
- "ignore": "^4.0.6",
- "import-fresh": "^3.0.0",
- "imurmurhash": "^0.1.4",
- "is-glob": "^4.0.0",
- "js-yaml": "^3.13.1",
- "json-stable-stringify-without-jsonify": "^1.0.1",
- "levn": "^0.4.1",
- "lodash": "^4.17.20",
- "minimatch": "^3.0.4",
- "natural-compare": "^1.4.0",
- "optionator": "^0.9.1",
- "progress": "^2.0.0",
- "regexpp": "^3.1.0",
- "semver": "^7.2.1",
- "strip-ansi": "^6.0.0",
- "strip-json-comments": "^3.1.0",
- "table": "^6.0.4",
- "text-table": "^0.2.0",
- "v8-compile-cache": "^2.0.3"
- }
- },
"fs-extra": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
@@ -39300,24 +38975,6 @@
"universalify": "^2.0.0"
}
},
- "globals": {
- "version": "12.4.0",
- "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz",
- "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==",
- "requires": {
- "type-fest": "^0.8.1"
- }
- },
- "has-flag": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
- },
- "ignore": {
- "version": "4.0.6",
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
- "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg=="
- },
"jsonfile": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
@@ -39327,11 +38984,6 @@
"universalify": "^2.0.0"
}
},
- "path-key": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="
- },
"resolve": {
"version": "1.18.1",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.18.1.tgz",
@@ -39346,47 +38998,10 @@
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz",
"integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ=="
},
- "shebang-command": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
- "requires": {
- "shebang-regex": "^3.0.0"
- }
- },
- "shebang-regex": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="
- },
- "strip-ansi": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
- "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
- "requires": {
- "ansi-regex": "^5.0.0"
- }
- },
- "supports-color": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
- "requires": {
- "has-flag": "^4.0.0"
- }
- },
"universalify": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
"integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ=="
- },
- "which": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
- "requires": {
- "isexe": "^2.0.0"
- }
}
}
},
From 4505c3c405c4b8e834765ebb25ffe5dc28ea9220 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 30 Jan 2022 15:02:12 -0500
Subject: [PATCH 025/304] Bump tmpl from 1.0.4 to 1.0.5 (#146)
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)
---
updated-dependencies:
- dependency-name: tmpl
dependency-type: indirect
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 7667be2b..31b5ad8a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -21319,9 +21319,9 @@
"integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q="
},
"node_modules/tmpl": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz",
- "integrity": "sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE="
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
+ "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw=="
},
"node_modules/to-arraybuffer": {
"version": "1.0.1",
@@ -41224,9 +41224,9 @@
"integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q="
},
"tmpl": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz",
- "integrity": "sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE="
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
+ "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw=="
},
"to-arraybuffer": {
"version": "1.0.1",
From df23a0e9b3684649d69e90f0d931f8e7db36e1b7 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 30 Jan 2022 15:02:19 -0500
Subject: [PATCH 026/304] Bump follow-redirects from 1.13.1 to 1.14.7 (#147)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.1 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.13.1...v1.14.7)
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 23 +++++++++++++++++------
1 file changed, 17 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 31b5ad8a..2a22e6cb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8896,11 +8896,22 @@
}
},
"node_modules/follow-redirects": {
- "version": "1.13.1",
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz",
- "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==",
+ "version": "1.14.7",
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz",
+ "integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==",
+ "funding": [
+ {
+ "type": "individual",
+ "url": "https://github.com/sponsors/RubenVerborgh"
+ }
+ ],
"engines": {
"node": ">=4.0"
+ },
+ "peerDependenciesMeta": {
+ "debug": {
+ "optional": true
+ }
}
},
"node_modules/for-in": {
@@ -31099,9 +31110,9 @@
}
},
"follow-redirects": {
- "version": "1.13.1",
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz",
- "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg=="
+ "version": "1.14.7",
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz",
+ "integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ=="
},
"for-in": {
"version": "1.0.2",
From aaacb4157b6999a82afcc05995c636a4b9d2afd0 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 30 Jan 2022 15:02:26 -0500
Subject: [PATCH 027/304] Bump url-parse from 1.4.7 to 1.5.4 (#148)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.4.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.4)
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 2a22e6cb..5b4ab1b2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -21864,9 +21864,9 @@
}
},
"node_modules/url-parse": {
- "version": "1.4.7",
- "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz",
- "integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==",
+ "version": "1.5.4",
+ "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.4.tgz",
+ "integrity": "sha512-ITeAByWWoqutFClc/lRZnFplgXgEZr3WJ6XngMM/N9DMIm4K8zXPCZ1Jdu0rERwO84w1WC5wkle2ubwTA4NTBg==",
"dependencies": {
"querystringify": "^2.1.1",
"requires-port": "^1.0.0"
@@ -41688,9 +41688,9 @@
}
},
"url-parse": {
- "version": "1.4.7",
- "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz",
- "integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==",
+ "version": "1.5.4",
+ "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.4.tgz",
+ "integrity": "sha512-ITeAByWWoqutFClc/lRZnFplgXgEZr3WJ6XngMM/N9DMIm4K8zXPCZ1Jdu0rERwO84w1WC5wkle2ubwTA4NTBg==",
"requires": {
"querystringify": "^2.1.1",
"requires-port": "^1.0.0"
From ae82ae61ec0cf6ec7800e841d6b3aa8b90196e75 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 30 Jan 2022 15:02:33 -0500
Subject: [PATCH 028/304] Bump nanoid from 3.1.20 to 3.2.0 (#149)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.20 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.20...3.2.0)
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 5b4ab1b2..3f9c9bfa 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15571,9 +15571,9 @@
"optional": true
},
"node_modules/nanoid": {
- "version": "3.1.20",
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz",
- "integrity": "sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw==",
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.2.0.tgz",
+ "integrity": "sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==",
"bin": {
"nanoid": "bin/nanoid.cjs"
},
@@ -36440,9 +36440,9 @@
"optional": true
},
"nanoid": {
- "version": "3.1.20",
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz",
- "integrity": "sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw=="
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.2.0.tgz",
+ "integrity": "sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA=="
},
"nanomatch": {
"version": "1.2.13",
From 606ff62661b41ee1cbd885e50239694ca4fa90e0 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 30 Jan 2022 15:05:15 -0500
Subject: [PATCH 029/304] Bump lodash from 4.17.20 to 4.17.21 (#150)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)
---
updated-dependencies:
- dependency-name: lodash
dependency-type: indirect
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 3f9c9bfa..4f9b6889 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14999,9 +14999,9 @@
}
},
"node_modules/lodash": {
- "version": "4.17.20",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
- "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA=="
+ "version": "4.17.21",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"node_modules/lodash._reinterpolate": {
"version": "3.0.0",
@@ -35961,9 +35961,9 @@
}
},
"lodash": {
- "version": "4.17.20",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
- "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA=="
+ "version": "4.17.21",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"lodash._reinterpolate": {
"version": "3.0.0",
From 2595a4fd96d488135ed819651cbdd27262ef954b Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Thu, 10 Feb 2022 20:17:59 -0500
Subject: [PATCH 030/304] Update pattern from DP to Greedy for Best Time to Buy
and Sell Stock (#153)
Fixes #152
---
src/data/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/data/index.js b/src/data/index.js
index 9d8d3b5e..c1c387bf 100644
--- a/src/data/index.js
+++ b/src/data/index.js
@@ -433,7 +433,7 @@ const questions = [
id: 31,
name: 'Best Time to Buy and Sell Stock',
url: 'https://leetcode.com/problems/best-time-to-buy-and-sell-stock/',
- pattern: ['Dynamic Programming'],
+ pattern: ['Greedy'],
difficulty: 'Easy',
premium: false,
companies: [
From bb72fd9c31527e37419bcdaf7dabeeb3fdc20957 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 15 Feb 2022 07:55:59 -0500
Subject: [PATCH 031/304] Bump follow-redirects from 1.14.7 to 1.14.8 (#157)
---
package-lock.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 4f9b6889..dd567204 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8896,9 +8896,9 @@
}
},
"node_modules/follow-redirects": {
- "version": "1.14.7",
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz",
- "integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==",
+ "version": "1.14.8",
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz",
+ "integrity": "sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==",
"funding": [
{
"type": "individual",
@@ -31110,9 +31110,9 @@
}
},
"follow-redirects": {
- "version": "1.14.7",
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz",
- "integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ=="
+ "version": "1.14.8",
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz",
+ "integrity": "sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA=="
},
"for-in": {
"version": "1.0.2",
From 7cd092f282d1ede78e1a40100053bdb8e77caf44 Mon Sep 17 00:00:00 2001
From: Brett Rettura
Date: Wed, 16 Feb 2022 14:19:07 -0500
Subject: [PATCH 032/304] fixes spelling of minimum in readme (#158)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 310873ad..253fb2c5 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ If must solve in-place then
- Swap corresponding values
- Store one or more different values in the same pointer
-If asked for maximum/minumum subarray/subset/options then
+If asked for maximum/minimum subarray/subset/options then
- Dynamic programming
If asked for top/least K items then
From 3d575d9b75a52e10fbf26198a5f08bac965e231e Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Wed, 16 Feb 2022 14:21:18 -0500
Subject: [PATCH 033/304] Correct spelling of minimum in Tips tab (#159)
---
src/components/Tips/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/Tips/index.js b/src/components/Tips/index.js
index 95f3f9a8..54dbb500 100644
--- a/src/components/Tips/index.js
+++ b/src/components/Tips/index.js
@@ -31,7 +31,7 @@ If must solve in-place then
- Swap corresponding values
- Store one or more different values in the same pointer
-If asked for maximum/minumum subarray/subset/options then
+If asked for maximum/minimum subarray/subset/options then
- Dynamic programming
If asked for top/least K items then
From 1eed7712dc85ca7b3f50824042f82f3f7ddfc2ef Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 19 Feb 2022 13:49:07 -0500
Subject: [PATCH 034/304] Bump url-parse from 1.5.4 to 1.5.7 (#160)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.4 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.4...1.5.7)
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index dd567204..f3a7b7d7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -21864,9 +21864,9 @@
}
},
"node_modules/url-parse": {
- "version": "1.5.4",
- "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.4.tgz",
- "integrity": "sha512-ITeAByWWoqutFClc/lRZnFplgXgEZr3WJ6XngMM/N9DMIm4K8zXPCZ1Jdu0rERwO84w1WC5wkle2ubwTA4NTBg==",
+ "version": "1.5.7",
+ "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.7.tgz",
+ "integrity": "sha512-HxWkieX+STA38EDk7CE9MEryFeHCKzgagxlGvsdS7WBImq9Mk+PGwiT56w82WI3aicwJA8REp42Cxo98c8FZMA==",
"dependencies": {
"querystringify": "^2.1.1",
"requires-port": "^1.0.0"
@@ -41688,9 +41688,9 @@
}
},
"url-parse": {
- "version": "1.5.4",
- "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.4.tgz",
- "integrity": "sha512-ITeAByWWoqutFClc/lRZnFplgXgEZr3WJ6XngMM/N9DMIm4K8zXPCZ1Jdu0rERwO84w1WC5wkle2ubwTA4NTBg==",
+ "version": "1.5.7",
+ "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.7.tgz",
+ "integrity": "sha512-HxWkieX+STA38EDk7CE9MEryFeHCKzgagxlGvsdS7WBImq9Mk+PGwiT56w82WI3aicwJA8REp42Cxo98c8FZMA==",
"requires": {
"querystringify": "^2.1.1",
"requires-port": "^1.0.0"
From 12095e3b53fc33cbc02efe04f59052b14cd7bf22 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 28 Feb 2022 11:30:09 -0500
Subject: [PATCH 035/304] Bump url-parse from 1.5.7 to 1.5.10 (#161)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10)
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index f3a7b7d7..dbc766fe 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -21864,9 +21864,9 @@
}
},
"node_modules/url-parse": {
- "version": "1.5.7",
- "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.7.tgz",
- "integrity": "sha512-HxWkieX+STA38EDk7CE9MEryFeHCKzgagxlGvsdS7WBImq9Mk+PGwiT56w82WI3aicwJA8REp42Cxo98c8FZMA==",
+ "version": "1.5.10",
+ "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
+ "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
"dependencies": {
"querystringify": "^2.1.1",
"requires-port": "^1.0.0"
@@ -41688,9 +41688,9 @@
}
},
"url-parse": {
- "version": "1.5.7",
- "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.7.tgz",
- "integrity": "sha512-HxWkieX+STA38EDk7CE9MEryFeHCKzgagxlGvsdS7WBImq9Mk+PGwiT56w82WI3aicwJA8REp42Cxo98c8FZMA==",
+ "version": "1.5.10",
+ "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
+ "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
"requires": {
"querystringify": "^2.1.1",
"requires-port": "^1.0.0"
From 8b1d3805979421e8dffd5624ac2baf0cf29d6278 Mon Sep 17 00:00:00 2001
From: philiplee13 <55965440+philiplee13@users.noreply.github.com>
Date: Wed, 2 Mar 2022 13:40:15 -0800
Subject: [PATCH 036/304] add modal for reset button (#163)
* add modal for reset button
* removing comments
---
src/components/Table/index.js | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)
diff --git a/src/components/Table/index.js b/src/components/Table/index.js
index b3457b7f..0ec28124 100644
--- a/src/components/Table/index.js
+++ b/src/components/Table/index.js
@@ -7,6 +7,9 @@ import {
Badge,
NavLink,
Button,
+ Modal,
+ ModalHeader,
+ ModalFooter,
} from 'reactstrap';
import Toggle from 'react-toggle';
import ReactTooltip from 'react-tooltip';
@@ -97,6 +100,11 @@ const Table = () => {
columns: [
{
Header: () => {
+ const [resetModal, setResetModal] = React.useState(false);
+ const toggleResetModal = () => {
+ setResetModal(!resetModal);
+ };
+
return (
@@ -148,10 +156,21 @@ const Table = () => {
outline
size="sm"
color="danger"
- onClick={resetHandler}
+ onClick={toggleResetModal}
>
Reset
+
+
+ Are you sure you want to reset your progress?
+
+
+
+
+
+
);
},
From 5f353b07555d70001c4d6774aa5c98cd1833247b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 26 Mar 2022 20:16:23 -0400
Subject: [PATCH 037/304] Bump minimist from 1.2.5 to 1.2.6 (#166)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index dbc766fe..3b586173 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15376,9 +15376,9 @@
}
},
"node_modules/minimist": {
- "version": "1.2.5",
- "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
- "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
+ "version": "1.2.6",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
+ "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
},
"node_modules/minipass": {
"version": "3.1.3",
@@ -36280,9 +36280,9 @@
}
},
"minimist": {
- "version": "1.2.5",
- "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
- "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
+ "version": "1.2.6",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
+ "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
},
"minipass": {
"version": "3.1.3",
From a5f7194c886fe1b6eca6296720ffc50d429b2ca5 Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Mon, 4 Apr 2022 14:58:46 -0400
Subject: [PATCH 038/304] Remove empty companies (#168)
---
src/data/index.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/data/index.js b/src/data/index.js
index c1c387bf..935cf60e 100644
--- a/src/data/index.js
+++ b/src/data/index.js
@@ -373,7 +373,7 @@ const questions = [
pattern: ['Backtracking'],
difficulty: 'Medium',
premium: true,
- companies: ['', 'Google'],
+ companies: ['Google'],
},
{
id: 27,
@@ -382,7 +382,7 @@ const questions = [
pattern: ['Backtracking'],
difficulty: 'Hard',
premium: false,
- companies: ['', 'Google', 'Intuit', 'Amazon', 'Apple', 'Uber', 'Bloomberg'],
+ companies: ['Google', 'Intuit', 'Amazon', 'Apple', 'Uber', 'Bloomberg'],
},
{
id: 28,
From 0528d4c502840a86e6294f4daa9d2179deafab48 Mon Sep 17 00:00:00 2001
From: Sidharth RK
Date: Tue, 5 Apr 2022 00:34:57 +0530
Subject: [PATCH 039/304] Presist filters between refreshes (#167)
Co-authored-by: steviekong
---
src/components/Table/filters.js | 9 +++++----
src/components/Table/index.js | 18 ++++++++++++++++++
2 files changed, 23 insertions(+), 4 deletions(-)
diff --git a/src/components/Table/filters.js b/src/components/Table/filters.js
index 362f83f2..5f065fe8 100644
--- a/src/components/Table/filters.js
+++ b/src/components/Table/filters.js
@@ -1,11 +1,12 @@
import React from 'react';
-function CreateDropDownListHelper(options, filterValue, setFilter) {
+function CreateDropDownListHelper(options, filterValue, setFilter, id) {
return (
);
},
- id: 'Checkbox',
+ accessor: 'checkbox',
+ id: 'checkbox',
+ filterByCheckbox: () => {
+ setData(filteredByCheckbox());
+ },
+ disableSortBy: true,
Cell: cellInfo => {
return (
@@ -185,7 +207,14 @@ const Table = () => {
checked[cellInfo.row.original.id] = !checked[
cellInfo.row.original.id
];
-
+ const question = questions.find(
+ q => q.id === cellInfo.row.original.id,
+ );
+ if (checked[cellInfo.row.original.id]) {
+ question.checkbox = 'Checked';
+ } else {
+ question.checkbox = 'Unchecked';
+ }
const additive = checked[cellInfo.row.original.id]
? 1
: -1;
@@ -194,11 +223,13 @@ const Table = () => {
] += additive;
setDifficultyCount(difficultyCount);
setChecked([...checked]);
+ setData(filteredByCheckbox());
}}
/>
);
},
+ Filter: SelectCheckedColumnFilter,
},
{
Header: 'Questions',
@@ -384,6 +415,10 @@ const Table = () => {
defaultColumn,
initialState: {
filters: [
+ {
+ id: 'checkbox',
+ value: localStorage.getItem('checkbox') || '',
+ },
{
id: 'difficulty',
value: localStorage.getItem('difficulty') || '',
diff --git a/src/components/Table/styles.scss b/src/components/Table/styles.scss
index a7e65541..5925bee2 100644
--- a/src/components/Table/styles.scss
+++ b/src/components/Table/styles.scss
@@ -47,6 +47,7 @@
.reset-button {
margin-top: 10px;
+ margin-bottom: 10px;
font-size: 0.7rem;
}
}
From 6593519bd5583ee38ac64bb247d3610a0382efea Mon Sep 17 00:00:00 2001
From: Leo Stepanewk <44349262+leo-step@users.noreply.github.com>
Date: Fri, 29 Jul 2022 13:38:45 -0400
Subject: [PATCH 048/304] GraphQL Cron Job (#182)
* try running python script
* try to fix yml syntax error
* attempt 3
* run difficulty update script
---
.github/workflows/run-python.yml | 18 +
.gitignore | 2 +
cron/difficulty.py | 27 +
cron/questions.py | 2257 ++++++++++++++++++++++++++++++
4 files changed, 2304 insertions(+)
create mode 100644 .github/workflows/run-python.yml
create mode 100644 cron/difficulty.py
create mode 100644 cron/questions.py
diff --git a/.github/workflows/run-python.yml b/.github/workflows/run-python.yml
new file mode 100644
index 00000000..897ba9c5
--- /dev/null
+++ b/.github/workflows/run-python.yml
@@ -0,0 +1,18 @@
+name: run-python
+
+on: workflow_dispatch
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v3
+ - uses: actions/setup-python@v4
+ with:
+ python-version: '3.x'
+ architecture: 'x64'
+ - run: |
+ python -m pip install --upgrade pip
+ pip install requests
+ - run: |
+ python cron/difficulty.py
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index 8692cf66..566a640a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,5 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
+
+__pycache__
diff --git a/cron/difficulty.py b/cron/difficulty.py
new file mode 100644
index 00000000..c9de6d3f
--- /dev/null
+++ b/cron/difficulty.py
@@ -0,0 +1,27 @@
+import requests
+from urllib.parse import urlparse
+from questions import questions
+
+query = '''query questionData($titleSlug: String!) {
+ question(titleSlug: $titleSlug) {
+ difficulty
+ }
+}
+'''
+
+for question in questions:
+ p = urlparse(question["url"])
+ title_slug = p.path.rstrip('/').split('/')[-1]
+ our_difficulty = question["difficulty"]
+ variables = {"titleSlug": title_slug}
+
+ response = requests.post("https://leetcode.com/graphql",
+ json={"query": query, "variables": variables}
+ )
+
+ their_difficulty = response.json()["data"]["question"]["difficulty"]
+
+ if their_difficulty != our_difficulty:
+ print(f'{question["name"]}: {our_difficulty} -> {their_difficulty}')
+
+print("Finished checking all questions")
\ No newline at end of file
diff --git a/cron/questions.py b/cron/questions.py
new file mode 100644
index 00000000..9445ee85
--- /dev/null
+++ b/cron/questions.py
@@ -0,0 +1,2257 @@
+questions = [
+ {
+ 'id': 0,
+ 'name': 'Contains Duplicate',
+ 'url': 'https://leetcode.com/problems/contains-duplicate/',
+ 'pattern': ['Arrays'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Adobe',
+ 'Google',
+ 'Bloomberg',
+ 'Facebook',
+ 'Apple',
+ 'Microsoft',
+ ],
+ },
+ {
+ 'id': 1,
+ 'name': 'Missing Number',
+ 'url': 'https://leetcode.com/problems/missing-number/',
+ 'pattern': ['Arrays', 'Bit Manipulation'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['Microsoft', 'Facebook', 'Amazon', 'Google', 'Adobe'],
+ },
+ {
+ 'id': 2,
+ 'name': 'Find All Numbers Disappeared in an Array',
+ 'url':
+ 'https://leetcode.com/problems/find-all-numbers-disappeared-in-an-array/',
+ 'pattern': ['Arrays'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['Facebook', 'Amazon'],
+ },
+ {
+ 'id': 3,
+ 'name': 'Single Number',
+ 'url': 'https://leetcode.com/problems/single-number/',
+ 'pattern': ['Arrays', 'Bit Manipulation'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['Amazon', 'Microsoft', 'Adobe'],
+ },
+ {
+ 'id': 4,
+ 'name': 'Product of Array Except Self',
+ 'url': 'https://leetcode.com/problems/product-of-array-except-self/',
+ 'pattern': ['Arrays'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Facebook',
+ 'Amazon',
+ 'Asana',
+ 'Microsoft',
+ 'Apple',
+ 'Lyft',
+ 'Adobe',
+ 'Google',
+ 'Uber',
+ 'Goldman Sachs',
+ 'Oracle',
+ ],
+ },
+ {
+ 'id': 5,
+ 'name': 'Find the Duplicate Number',
+ 'url': 'https://leetcode.com/problems/find-the-duplicate-number/',
+ 'pattern': ['Arrays', 'Binary Search', 'Two Pointers'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Google',
+ 'Microsoft',
+ 'Amazon',
+ 'Adobe',
+ 'Bloomberg',
+ 'Facebook',
+ 'Apple',
+ ],
+ },
+ {
+ 'id': 6,
+ 'name': 'Find All Duplicates in an Array',
+ 'url': 'https://leetcode.com/problems/find-all-duplicates-in-an-array/',
+ 'pattern': ['Arrays'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Amazon', 'Google'],
+ },
+ {
+ 'id': 7,
+ 'name': 'Set Matrix Zeroes',
+ 'url': 'https://leetcode.com/problems/set-matrix-zeroes/',
+ 'pattern': ['Arrays'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Facebook',
+ 'Microsoft',
+ 'Amazon',
+ 'Apple',
+ 'Adobe',
+ 'Bloomberg',
+ 'Oracle',
+ ],
+ },
+ {
+ 'id': 8,
+ 'name': 'Spiral Matrix',
+ 'url': 'https://leetcode.com/problems/spiral-matrix/',
+ 'pattern': ['Arrays'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Microsoft',
+ 'Amazon',
+ 'Facebook',
+ 'Apple',
+ 'Google',
+ 'Oracle',
+ 'Bloomberg',
+ 'Intuit',
+ 'Adobe',
+ ],
+ },
+ {
+ 'id': 9,
+ 'name': 'Rotate Image',
+ 'url': 'https://leetcode.com/problems/rotate-image/',
+ 'pattern': ['Arrays'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Facebook',
+ 'Microsoft',
+ 'Apple',
+ 'Bloomberg',
+ 'Uber',
+ 'Google',
+ ],
+ },
+ {
+ 'id': 10,
+ 'name': 'Word Search',
+ 'url': 'https://leetcode.com/problems/word-search/',
+ 'pattern': ['Backtracking'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Microsoft',
+ 'Twitter',
+ 'Facebook',
+ 'Snapchat',
+ 'Goldman Sachs',
+ 'Google',
+ 'Bloomberg',
+ 'Apple',
+ 'Adobe',
+ 'Oracle',
+ 'Qualtrics',
+ ],
+ },
+
+ {
+ 'id': 11,
+ 'name': 'First Missing Positive',
+ 'url': 'https://leetcode.com/problems/first-missing-positive/',
+ 'pattern': ['Arrays'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': ['Amazon', 'Microsoft', 'Facebook', 'Google', 'Adobe', 'Apple'],
+ },
+ {
+ 'id': 12,
+ 'name': 'Longest Consecutive Sequence',
+ 'url': 'https://leetcode.com/problems/longest-consecutive-sequence/',
+ 'pattern': ['Arrays'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Microsoft',
+ 'Facebook',
+ 'Amazon',
+ 'Google',
+ 'LinkedIn',
+ 'Apple',
+ 'Qualtrics',
+ 'Goldman Sachs',
+ 'Salesforce',
+ ],
+ },
+
+ {
+ 'id': 13,
+ 'name': 'Letter Case Permutation',
+ 'url': 'https://leetcode.com/problems/letter-case-permutation/',
+ 'pattern': ['Backtracking'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Microsoft'],
+ },
+ {
+ 'id': 14,
+ 'name': 'Subsets',
+ 'url': 'https://leetcode.com/problems/subsets/',
+ 'pattern': ['Backtracking'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Facebook',
+ 'Amazon',
+ 'Google',
+ 'Bloomberg',
+ 'Goldman Sachs',
+ 'Adobe',
+ 'Twitter',
+ ],
+ },
+ {
+ 'id': 15,
+ 'name': 'Subsets II',
+ 'url': 'https://leetcode.com/problems/subsets-ii/',
+ 'pattern': ['Backtracking'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Facebook', 'Amazon', 'Bloomberg'],
+ },
+ {
+ 'id': 16,
+ 'name': 'Permutations',
+ 'url': 'https://leetcode.com/problems/permutations/',
+ 'pattern': ['Backtracking'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Facebook',
+ 'LinkedIn',
+ 'Bloomberg',
+ 'Google',
+ 'Microsoft',
+ 'Adobe',
+ 'Apple',
+ 'Oracle',
+ ],
+ },
+ {
+ 'id': 17,
+ 'name': 'Permutations II',
+ 'url': 'https://leetcode.com/problems/permutations-ii/',
+ 'pattern': ['Backtracking'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['LinkedIn', 'Facebook', 'Amazon', 'Adobe', 'Apple'],
+ },
+ {
+ 'id': 18,
+ 'name': 'Combinations',
+ 'url': 'https://leetcode.com/problems/combinations/',
+ 'pattern': ['Backtracking'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Google', 'Facebook', 'Amazon'],
+ },
+ {
+ 'id': 19,
+ 'name': 'Combination Sum',
+ 'url': 'https://leetcode.com/problems/combination-sum/',
+ 'pattern': ['Backtracking'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Facebook',
+ 'Amazon',
+ 'Airbnb',
+ 'Apple',
+ 'Adobe',
+ 'Microsoft',
+ 'LinkedIn',
+ 'Goldman Sachs',
+ 'Snapchat',
+ 'Salesforce',
+ ],
+ },
+ {
+ 'id': 20,
+ 'name': 'Combination Sum II',
+ 'url': 'https://leetcode.com/problems/combination-sum-ii/',
+ 'pattern': ['Backtracking'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Facebook', 'Amazon'],
+ },
+ {
+ 'id': 21,
+ 'name': 'Combination Sum III',
+ 'url': 'https://leetcode.com/problems/combination-sum-iii/',
+ 'pattern': ['Backtracking'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Google'],
+ },
+ {
+ 'id': 22,
+ 'name': 'Generate Parentheses',
+ 'url': 'https://leetcode.com/problems/generate-parentheses/',
+ 'pattern': ['Backtracking'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Facebook',
+ 'Microsoft',
+ 'Apple',
+ 'Bloomberg',
+ 'Adobe',
+ 'Uber',
+ 'Google',
+ 'Goldman Sachs',
+ ],
+ },
+ {
+ 'id': 23,
+ 'name': 'Target Sum',
+ 'url': 'https://leetcode.com/problems/target-sum/',
+ 'pattern': ['DFS', 'Dynamic Programming'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Facebook', 'Amazon', 'Microsoft', 'Adobe'],
+ },
+ {
+ 'id': 24,
+ 'name': 'Palindrome Partitioning',
+ 'url': 'https://leetcode.com/problems/palindrome-partitioning/',
+ 'pattern': ['Backtracking'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Apple'],
+ },
+ {
+ 'id': 25,
+ 'name': 'Letter Combinations of a Phone Number',
+ 'url': 'https://leetcode.com/problems/letter-combinations-of-a-phone-number/',
+ 'pattern': ['Backtracking'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Microsoft',
+ 'Facebook',
+ 'Google',
+ 'Uber',
+ 'Apple',
+ 'Adobe',
+ 'Twitter',
+ 'Bloomberg',
+ 'Oracle',
+ 'Goldman Sachs',
+ 'Snapchat',
+ 'Intuit',
+ ],
+ },
+ {
+ 'id': 26,
+ 'name': 'Generalized Abbreviation',
+ 'url': 'https://leetcode.com/problems/generalized-abbreviation/',
+ 'pattern': ['Backtracking'],
+ 'difficulty': 'Medium',
+ 'premium': True,
+ 'companies': ['Google'],
+ },
+ {
+ 'id': 27,
+ 'name': 'Sudoku Solver',
+ 'url': 'https://leetcode.com/problems/sudoku-solver/',
+ 'pattern': ['Backtracking'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': ['Google', 'Intuit', 'Amazon', 'Apple', 'Uber', 'Bloomberg'],
+ },
+ {
+ 'id': 28,
+ 'name': 'N-Queens',
+ 'url': 'https://leetcode.com/problems/n-queens/',
+ 'pattern': ['Backtracking'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Microsoft',
+ 'Apple',
+ 'Facebook',
+ 'Uber',
+ 'Goldman Sachs',
+ 'Adobe',
+ ],
+ },
+ {
+ 'id': 29,
+ 'name': 'Climbing Stairs',
+ 'url': 'https://leetcode.com/problems/climbing-stairs/',
+ 'pattern': ['Dynamic Programming'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['Amazon', 'Microsoft', 'Google', 'Bloomberg', 'Apple', 'Adobe'],
+ },
+ {
+ 'id': 30,
+ 'name': 'House Robber',
+ 'url': 'https://leetcode.com/problems/house-robber/',
+ 'pattern': ['Dynamic Programming'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Microsoft',
+ 'Google',
+ 'Apple',
+ 'Adobe',
+ 'Qualtrics',
+ 'Bloomberg',
+ 'Facebook',
+ 'Goldman Sachs',
+ ],
+ },
+ {
+ 'id': 31,
+ 'name': 'Best Time to Buy and Sell Stock',
+ 'url': 'https://leetcode.com/problems/best-time-to-buy-and-sell-stock/',
+ 'pattern': ['Greedy'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Facebook',
+ 'Apple',
+ 'Adobe',
+ 'Microsoft',
+ 'Bloomberg',
+ 'Snapchat',
+ 'Goldman Sachs',
+ 'Uber',
+ 'Oracle',
+ 'Google',
+ 'BlackRock',
+ 'Citadel',
+ 'JPMorgan',
+ 'Salesforce',
+ ],
+ },
+ {
+ 'id': 32,
+ 'name': 'Maximum Subarray',
+ 'url': 'https://leetcode.com/problems/maximum-subarray/',
+ 'pattern': ['Dynamic Programming'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'LinkedIn',
+ 'Amazon',
+ 'Adobe',
+ 'Apple',
+ 'Microsoft',
+ 'Google',
+ 'Bloomberg',
+ 'Facebook',
+ 'Uber',
+ 'Oracle',
+ 'Goldman Sachs',
+ 'JPMorgan',
+ ],
+ },
+ {
+ 'id': 33,
+ 'name': 'Range Sum Query - Immutable',
+ 'url': 'https://leetcode.com/problems/range-sum-query-immutable/',
+ 'pattern': ['Dynamic Programming'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['Facebook', 'Adobe'],
+ },
+ {
+ 'id': 34,
+ 'name': 'House Robber II',
+ 'url': 'https://leetcode.com/problems/house-robber-ii/',
+ 'pattern': ['Dynamic Programming'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Amazon', 'Google'],
+ },
+ {
+ 'id': 35,
+ 'name': 'Coin Change',
+ 'url': 'https://leetcode.com/problems/coin-change/',
+ 'pattern': ['Dynamic Programming'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Amazon', 'Microsoft', 'Google', 'Apple'],
+ },
+ {
+ 'id': 36,
+ 'name': 'Maximum Product Subarray',
+ 'url': 'https://leetcode.com/problems/maximum-product-subarray/',
+ 'pattern': ['Dynamic Programming'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'LinkedIn',
+ 'Amazon',
+ 'Microsoft',
+ 'Google',
+ 'Apple',
+ 'Facebook',
+ 'Bloomberg',
+ ],
+ },
+ {
+ 'id': 37,
+ 'name': 'Longest Increasing Subsequence',
+ 'url': 'https://leetcode.com/problems/longest-increasing-subsequence/',
+ 'pattern': ['Dynamic Programming'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Google',
+ 'Amazon',
+ 'Facebook',
+ 'Microsoft',
+ 'Apple',
+ 'Bloomberg',
+ ],
+ },
+ {
+ 'id': 38,
+ 'name': 'Longest Palindromic Substring',
+ 'url': 'https://leetcode.com/problems/longest-palindromic-substring/',
+ 'pattern': ['Dynamic Programming'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Microsoft',
+ 'Adobe',
+ 'Apple',
+ 'Facebook',
+ 'Google',
+ 'Oracle',
+ 'Salesforce',
+ 'Bloomberg',
+ 'LinkedIn',
+ 'Tesla',
+ ],
+ },
+ {
+ 'id': 39,
+ 'name': 'Word Break',
+ 'url': 'https://leetcode.com/problems/word-break/',
+ 'pattern': ['Dynamic Programming'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Facebook',
+ 'Amazon',
+ 'Microsoft',
+ 'Uber',
+ 'Apple',
+ 'Bloomberg',
+ 'Qualtrics',
+ 'Adobe',
+ 'Google',
+ 'Snapchat',
+ 'Salesforce',
+ ],
+ },
+ {
+ 'id': 40,
+ 'name': 'Combination Sum IV',
+ 'url': 'https://leetcode.com/problems/combination-sum-iv/',
+ 'pattern': ['Dynamic Programming'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Google', 'Amazon', 'Facebook'],
+ },
+ {
+ 'id': 41,
+ 'name': 'Decode Ways',
+ 'url': 'https://leetcode.com/problems/decode-ways/',
+ 'pattern': ['Dynamic Programming'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Google',
+ 'Snapchat',
+ 'Lyft',
+ 'Goldman Sachs',
+ 'Microsoft',
+ 'Bloomberg',
+ 'JPMorgan',
+ ],
+ },
+ {
+ 'id': 42,
+ 'name': 'Unique Paths',
+ 'url': 'https://leetcode.com/problems/unique-paths/',
+ 'pattern': ['Dynamic Programming'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Google',
+ 'Facebook',
+ 'Amazon',
+ 'Apple',
+ 'Microsoft',
+ 'Bloomberg',
+ ],
+ },
+ {
+ 'id': 43,
+ 'name': 'Jump Game',
+ 'url': 'https://leetcode.com/problems/jump-game/',
+ 'pattern': ['Dynamic Programming', 'Greedy'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Facebook',
+ 'Uber',
+ 'Oracle',
+ 'Adobe',
+ 'Microsoft',
+ 'Bloomberg',
+ ],
+ },
+ {
+ 'id': 44,
+ 'name': 'Palindromic Substrings',
+ 'url': 'https://leetcode.com/problems/palindromic-substrings/',
+ 'pattern': ['Dynamic Programming'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Facebook', 'Microsoft', 'Google', 'Goldman Sachs'],
+ },
+ {
+ 'id': 45,
+ 'name': 'Number of Longest Increasing Subsequence',
+ 'url':
+ 'https://leetcode.com/problems/number-of-longest-increasing-subsequence/',
+ 'pattern': ['Dynamic Programming'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Amazon', 'Google'],
+ },
+ {
+ 'id': 46,
+ 'name': 'Partition Equal Subset Sum',
+ 'url': 'https://leetcode.com/problems/partition-equal-subset-sum/',
+ 'pattern': ['Dynamic Programming'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Facebook',
+ 'Google',
+ 'Amazon',
+ 'Microsoft',
+ 'Uber',
+ 'Apple',
+ 'Bloomberg',
+ ],
+ },
+ {
+ 'id': 47,
+ 'name': 'Partition to K Equal Sum Subsets',
+ 'url': 'https://leetcode.com/problems/partition-to-k-equal-sum-subsets/',
+ 'pattern': ['Dynamic Programming'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['LinkedIn', 'Facebook'],
+ },
+ {
+ 'id': 48,
+ 'name': 'Best Time to Buy and Sell Stock with Cooldown',
+ 'url':
+ 'https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/',
+ 'pattern': ['Dynamic Programming'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Adobe', 'Bloomberg'],
+ },
+ {
+ 'id': 49,
+ 'name': 'Counting Bits',
+ 'url': 'https://leetcode.com/problems/counting-bits/',
+ 'pattern': ['Dynamic Programming', 'Bit Manipulation'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['Google'],
+ },
+ {
+ 'id': 50,
+ 'name': 'Linked List Cycle',
+ 'url': 'https://leetcode.com/problems/linked-list-cycle/',
+ 'pattern': ['Fast & Slow Pointers'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': [
+ 'Microsoft',
+ 'Amazon',
+ 'Bloomberg',
+ 'Oracle',
+ 'Facebook',
+ 'Google',
+ ],
+ },
+ {
+ 'id': 51,
+ 'name': 'Middle of the Linked List',
+ 'url': 'https://leetcode.com/problems/middle-of-the-linked-list/',
+ 'pattern': ['Fast & Slow Pointers'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['Amazon', 'Apple', 'Microsoft', 'Adobe', 'Goldman Sachs'],
+ },
+ {
+ 'id': 52,
+ 'name': 'Palindrome Linked List',
+ 'url': 'https://leetcode.com/problems/palindrome-linked-list/',
+ 'pattern': ['Fast & Slow Pointers'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['Facebook', 'Amazon', 'Microsoft', 'Intuit', 'Bloomberg'],
+ },
+ {
+ 'id': 53,
+ 'name': 'Remove Linked List Elements',
+ 'url': 'https://leetcode.com/problems/remove-linked-list-elements/',
+ 'pattern': ['Fast & Slow Pointers'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['Facebook', 'Microsoft'],
+ },
+ {
+ 'id': 54,
+ 'name': 'Remove Duplicates from Sorted List',
+ 'url': 'https://leetcode.com/problems/remove-duplicates-from-sorted-list/',
+ 'pattern': ['Fast & Slow Pointers'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['Amazon', 'Adobe', 'Facebook', 'Microsoft'],
+ },
+ {
+ 'id': 55,
+ 'name': 'Linked List Cycle II',
+ 'url': 'https://leetcode.com/problems/linked-list-cycle-ii/',
+ 'pattern': ['Fast & Slow Pointers'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Microsoft', 'Amazon', 'Goldman Sachs', 'Oracle'],
+ },
+ {
+ 'id': 56,
+ 'name': 'Add Two Numbers',
+ 'url': 'https://leetcode.com/problems/add-two-numbers/',
+ 'pattern': ['Fast & Slow Pointers'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Bloomberg',
+ 'Adobe',
+ 'Microsoft',
+ 'Facebook',
+ 'Google',
+ 'Apple',
+ 'Uber',
+ 'Capital One',
+ 'Oracle',
+ ],
+ },
+ {
+ 'id': 57,
+ 'name': 'Remove Nth Node From End Of List',
+ 'url': 'https://leetcode.com/problems/remove-nth-node-from-end-of-list/',
+ 'pattern': ['Fast & Slow Pointers'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Facebook', 'Microsoft', 'Amazon', 'Google', 'Apple'],
+ },
+ {
+ 'id': 58,
+ 'name': 'Sort List',
+ 'url': 'https://leetcode.com/problems/sort-list/',
+ 'pattern': ['Fast & Slow Pointers'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Facebook', 'Amazon', 'Apple', 'Uber'],
+ },
+ {
+ 'id': 59,
+ 'name': 'Reorder List',
+ 'url': 'https://leetcode.com/problems/reorder-list/',
+ 'pattern': ['Fast & Slow Pointers'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Amazon', 'Adobe', 'Facebook', 'Google', 'Snapchat', 'Uber'],
+ },
+ {
+ 'id': 60,
+ 'name': 'Clone Graph',
+ 'url': 'https://leetcode.com/problems/clone-graph/',
+ 'pattern': ['BFS', 'DFS', 'Graph'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Facebook',
+ 'Microsoft',
+ 'Amazon',
+ 'Salesforce',
+ 'Google',
+ 'Twitter',
+ 'Bloomberg',
+ 'Oracle',
+ 'Apple',
+ ],
+ },
+ {
+ 'id': 61,
+ 'name': 'Pacific Atlantic Water Flow',
+ 'url': 'https://leetcode.com/problems/pacific-atlantic-water-flow/',
+ 'pattern': ['BFS', 'DFS'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Google', 'Amazon', 'Microsoft', 'Facebook', 'Apple'],
+ },
+ {
+ 'id': 62,
+ 'name': 'Number of Islands',
+ 'url': 'https://leetcode.com/problems/number-of-islands/',
+ 'pattern': ['BFS', 'DFS', 'Union Find'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Microsoft',
+ 'Bloomberg',
+ 'Google',
+ 'LinkedIn',
+ 'Facebook',
+ 'Apple',
+ 'Oracle',
+ 'Goldman Sachs',
+ 'Salesforce',
+ 'Lyft',
+ 'Uber',
+ 'Adobe',
+ 'Qualtrics',
+ ],
+ },
+ {
+ 'id': 63,
+ 'name': 'Graph Valid Tree',
+ 'url': 'https://leetcode.com/problems/graph-valid-tree/',
+ 'pattern': ['BFS', 'DFS', 'Graph', 'Union Find'],
+ 'difficulty': 'Medium',
+ 'premium': True,
+ 'companies': ['LinkedIn', 'Google', 'Bloomberg'],
+ },
+ {
+ 'id': 64,
+ 'name': 'Number of Connected Components in an Undirected Graph',
+ 'url':
+ 'https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/',
+ 'pattern': ['BFS', 'DFS', 'Graph', 'Union Find'],
+ 'difficulty': 'Medium',
+ 'premium': True,
+ 'companies': ['Amazon', 'LinkedIn', 'Facebook', 'Pinterest'],
+ },
+ {
+ 'id': 65,
+ 'name': 'Reverse Linked List',
+ 'url': 'https://leetcode.com/problems/reverse-linked-list/',
+ 'pattern': ['In-place reversal of a linked list'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['Microsoft', 'Bloomberg', 'Amazon', 'Facebook', 'Apple'],
+ },
+ {
+ 'id': 66,
+ 'name': 'Reverse Linked List II',
+ 'url': 'https://leetcode.com/problems/reverse-linked-list-ii/',
+ 'pattern': ['In-place reversal of a linked list'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Apple', 'Facebook', 'Amazon', 'Google', 'Adobe'],
+ },
+ {
+ 'id': 67,
+ 'name': 'Rotate List',
+ 'url': 'https://leetcode.com/problems/rotate-list/',
+ 'pattern': ['In-place reversal of a linked list'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Amazon', 'LinkedIn', 'Microsoft', 'Adobe', 'Apple', 'Oracle'],
+ },
+ {
+ 'id': 68,
+ 'name': 'Swap Nodes in Pairs',
+ 'url': 'https://leetcode.com/problems/swap-nodes-in-pairs/',
+ 'pattern': ['In-place reversal of a linked list'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Facebook', 'Amazon', 'Microsoft'],
+ },
+ {
+ 'id': 69,
+ 'name': 'Odd Even Linked List',
+ 'url': 'https://leetcode.com/problems/odd-even-linked-list/',
+ 'pattern': ['In-place reversal of a linked list'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Facebook',
+ 'Microsoft',
+ 'Bloomberg',
+ 'Amazon',
+ 'Adobe',
+ 'Apple',
+ ],
+ },
+ {
+ 'id': 70,
+ 'name': 'Reverse Nodes in k-Group',
+ 'url': 'https://leetcode.com/problems/reverse-nodes-in-k-group/',
+ 'pattern': ['In-place reversal of a linked list'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': [
+ 'Capital One',
+ 'Microsoft',
+ 'Amazon',
+ 'Google',
+ 'Facebook',
+ 'Snapchat',
+ 'Oracle',
+ ],
+ },
+ {
+ 'id': 71,
+ 'name': 'Merge Two Sorted Lists',
+ 'url': 'https://leetcode.com/problems/merge-two-sorted-lists/',
+ 'pattern': ['Two Pointers'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Facebook',
+ 'Microsoft',
+ 'Adobe',
+ 'Google',
+ 'Bloomberg',
+ 'Apple',
+ 'Uber',
+ ],
+ },
+ {
+ 'id': 72,
+ 'name': 'Kth Smallest Element in a Sorted Matrix',
+ 'url':
+ 'https://leetcode.com/problems/kth-smallest-element-in-a-sorted-matrix/',
+ 'pattern': ['Binary Search', 'Heap'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Facebook', 'Amazon', 'Microsoft', 'Bloomberg'],
+ },
+ {
+ 'id': 73,
+ 'name': 'Find K Pairs with Smallest Sums',
+ 'url': 'https://leetcode.com/problems/find-k-pairs-with-smallest-sums/',
+ 'pattern': ['Heap'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['LinkedIn', 'Microsoft', 'Apple'],
+ },
+ {
+ 'id': 74,
+ 'name': 'Merge k Sorted Lists',
+ 'url': 'https://leetcode.com/problems/merge-k-sorted-lists/',
+ 'pattern': ['Heap'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': [
+ 'Facebook',
+ 'Amazon',
+ 'Microsoft',
+ 'Google',
+ 'Apple',
+ 'Bloomberg',
+ 'Adobe',
+ 'Uber',
+ 'Qualtrics',
+ 'Oracle',
+ ],
+ },
+ {
+ 'id': 75,
+ 'name': 'Smallest Range Covering Elements from K Lists',
+ 'url':
+ 'https://leetcode.com/problems/smallest-range-covering-elements-from-k-lists/',
+ 'pattern': ['Heap'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': ['Google', 'Amazon', 'Microsoft', 'Pinterest'],
+ },
+ {
+ 'id': 76,
+ 'name': 'Meeting Rooms',
+ 'url': 'https://leetcode.com/problems/meeting-rooms',
+ 'pattern': ['Intervals'],
+ 'difficulty': 'Easy',
+ 'premium': True,
+ 'companies': ['Amazon', 'Microsoft', 'Facebook'],
+ },
+ {
+ 'id': 77,
+ 'name': 'Merge Intervals',
+ 'url': 'https://leetcode.com/problems/merge-intervals/',
+ 'pattern': ['Intervals'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Facebook',
+ 'Microsoft',
+ 'Salesforce',
+ 'Google',
+ 'Uber',
+ 'Bloomberg',
+ 'Adobe',
+ 'Apple',
+ 'LinkedIn',
+ 'Twitter',
+ 'Oracle',
+ 'JPMorgan',
+ 'Snapchat',
+ ],
+ },
+ {
+ 'id': 78,
+ 'name': 'Interval List Intersections',
+ 'url': 'https://leetcode.com/problems/interval-list-intersections/',
+ 'pattern': ['Intervals'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Facebook', 'Uber', 'Google'],
+ },
+ {
+ 'id': 79,
+ 'name': 'Non-overlapping Intervals',
+ 'url': 'https://leetcode.com/problems/non-overlapping-intervals/',
+ 'pattern': ['Intervals'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Amazon', 'Facebook', 'Oracle'],
+ },
+ {
+ 'id': 80,
+ 'name': 'Meeting Rooms II',
+ 'url': 'https://leetcode.com/problems/meeting-rooms-ii/',
+ 'pattern': ['Heap', 'Intervals'],
+ 'difficulty': 'Medium',
+ 'premium': True,
+ 'companies': [
+ 'Amazon',
+ 'Facebook',
+ 'Bloomberg',
+ 'Microsoft',
+ 'Google',
+ 'Oracle',
+ 'Uber',
+ 'Twitter',
+ 'Snapchat',
+ 'Qualtrics',
+ 'Adobe',
+ 'Quora',
+ 'Goldman Sachs',
+ ],
+ },
+ {
+ 'id': 81,
+ 'name': 'Task Scheduler',
+ 'url': 'https://leetcode.com/problems/task-scheduler/',
+ 'pattern': ['Greedy', 'Heap'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Facebook',
+ 'Google',
+ 'Uber',
+ 'Amazon',
+ 'Microsoft',
+ 'Salesforce',
+ ],
+ },
+ {
+ 'id': 82,
+ 'name': 'Minimum Number of Arrows to Burst Balloons',
+ 'url':
+ 'https://leetcode.com/problems/minimum-number-of-arrows-to-burst-balloons/',
+ 'pattern': ['Greedy'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Apple'],
+ },
+ {
+ 'id': 83,
+ 'name': 'Insert Interval',
+ 'url': 'https://leetcode.com/problems/insert-interval/',
+ 'pattern': ['Intervals'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Google',
+ 'Facebook',
+ 'LinkedIn',
+ 'Microsoft',
+ 'Twitter',
+ 'Citadel',
+ ],
+ },
+ {
+ 'id': 84,
+ 'name': 'Employee Free Time',
+ 'url': 'https://leetcode.com/problems/employee-free-time/',
+ 'pattern': ['Heap', 'Greedy'],
+ 'difficulty': 'Hard',
+ 'premium': True,
+ 'companies': [
+ 'Pinterest',
+ 'Amazon',
+ 'Airbnb',
+ 'Snapchat',
+ 'Google',
+ 'Facebook',
+ 'Apple',
+ 'Oracle',
+ 'Uber',
+ ],
+ },
+ {
+ 'id': 85,
+ 'name': 'Binary Search',
+ 'url': 'https://leetcode.com/problems/binary-search/',
+ 'pattern': ['Binary Search'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['Adobe', 'Apple', 'Uber', 'Goldman Sachs'],
+ },
+ {
+ 'id': 86,
+ 'name': 'Find Smallest Letter Greater Than Target',
+ 'url':
+ 'https://leetcode.com/problems/find-smallest-letter-greater-than-target/',
+ 'pattern': ['Binary Search'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['LinkedIn'],
+ },
+ {
+ 'id': 87,
+ 'name': 'Peak Index in a Mountain Array',
+ 'url': 'https://leetcode.com/problems/peak-index-in-a-mountain-array/',
+ 'pattern': ['Binary Search'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Google', 'Amazon', 'Bloomberg', 'Facebook'],
+ },
+ {
+ 'id': 88,
+ 'name': 'Find Minimum in Rotated Sorted Array',
+ 'url': 'https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/',
+ 'pattern': ['Binary Search'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Facebook',
+ 'Microsoft',
+ 'Amazon',
+ 'Bloomberg',
+ 'Uber',
+ 'Adobe',
+ 'Apple',
+ ],
+ },
+ {
+ 'id': 89,
+ 'name': 'Find Peak Element',
+ 'url': 'https://leetcode.com/problems/find-peak-element/',
+ 'pattern': ['Binary Search'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Facebook', 'Amazon', 'Uber', 'Google', 'Microsoft'],
+ },
+ {
+ 'id': 90,
+ 'name': 'Search in Rotated Sorted Array',
+ 'url': 'https://leetcode.com/problems/search-in-rotated-sorted-array/',
+ 'pattern': ['Binary Search'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Microsoft',
+ 'Amazon',
+ 'LinkedIn',
+ 'Facebook',
+ 'Bloomberg',
+ 'Adobe',
+ 'Apple',
+ 'Goldman Sachs',
+ 'Oracle',
+ 'Uber',
+ 'Morgan Stanley',
+ ],
+ },
+ {
+ 'id': 91,
+ 'name': 'Search in Rotated Sorted Array II',
+ 'url': 'https://leetcode.com/problems/search-in-rotated-sorted-array-ii/',
+ 'pattern': ['Binary Search'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['LinkedIn', 'Amazon', 'Facebook', 'Microsoft'],
+ },
+ {
+ 'id': 92,
+ 'name': 'Search a 2D Matrix',
+ 'url': 'https://leetcode.com/problems/search-a-2d-matrix/',
+ 'pattern': ['Binary Search'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Facebook',
+ 'Bloomberg',
+ 'Microsoft',
+ 'Uber',
+ 'Google',
+ 'Apple',
+ ],
+ },
+ {
+ 'id': 93,
+ 'name': 'Search a 2D Matrix II',
+ 'url': 'https://leetcode.com/problems/search-a-2d-matrix-ii/',
+ 'pattern': ['Binary Search'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Microsoft', 'Amazon', 'Facebook', 'Apple', 'Uber'],
+ },
+ {
+ 'id': 94,
+ 'name': 'Find K Closest Elements',
+ 'url': 'https://leetcode.com/problems/find-k-closest-elements/',
+ 'pattern': ['Binary Search'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Facebook',
+ 'Amazon',
+ 'Google',
+ 'Uber',
+ 'Microsoft',
+ 'Bloomberg',
+ ],
+ },
+ {
+ 'id': 95,
+ 'name': 'Count of Range Sum',
+ 'url': 'https://leetcode.com/problems/count-of-range-sum/',
+ 'pattern': ['Binary Search'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': ['Google'],
+ },
+ {
+ 'id': 96,
+ 'name': 'Minimum Size Subarray Sum',
+ 'url': 'https://leetcode.com/problems/minimum-size-subarray-sum/',
+ 'pattern': ['Sliding Window'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Goldman Sachs', 'Facebook', 'Amazon', 'Google'],
+ },
+ {
+ 'id': 97,
+ 'name': 'Fruit Into Baskets',
+ 'url': 'https://leetcode.com/problems/fruit-into-baskets/',
+ 'pattern': ['Sliding Window'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Amazon'],
+ },
+ {
+ 'id': 98,
+ 'name': 'Permutation in String',
+ 'url': 'https://leetcode.com/problems/permutation-in-string/',
+ 'pattern': ['Sliding Window'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Oracle', 'Facebook'],
+ },
+ {
+ 'id': 99,
+ 'name': 'Longest Repeating Character Replacement',
+ 'url':
+ 'https://leetcode.com/problems/longest-repeating-character-replacement/',
+ 'pattern': ['Sliding Window'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Facebook', 'Uber', 'Amazon', 'Adobe'],
+ },
+ {
+ 'id': 100,
+ 'name': 'Sliding Window Maximum',
+ 'url': 'https://leetcode.com/problems/sliding-window-maximum/',
+ 'pattern': ['Sliding Window'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Facebook',
+ 'Goldman Sachs',
+ 'Citadel',
+ 'Google',
+ 'Uber',
+ 'Microsoft',
+ 'Salesforce',
+ 'Apple',
+ 'Twitter',
+ 'Atlassian',
+ ],
+ },
+ {
+ 'id': 101,
+ 'name': 'Longest Substring Without Repeating Characters',
+ 'url':
+ 'https://leetcode.com/problems/longest-substring-without-repeating-characters/',
+ 'pattern': ['Sliding Window'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Microsoft',
+ 'Bloomberg',
+ 'Facebook',
+ 'Adobe',
+ 'Google',
+ 'Apple',
+ 'Uber',
+ 'Goldman Sachs',
+ ],
+ },
+ {
+ 'id': 102,
+ 'name': 'Minimum Number of K Consecutive Bit Flips',
+ 'url':
+ 'https://leetcode.com/problems/minimum-number-of-k-consecutive-bit-flips/',
+ 'pattern': ['Sliding Window'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': ['Adobe'],
+ },
+ {
+ 'id': 103,
+ 'name': 'Count Unique Characters of All Substrings of a Given String',
+ 'url':
+ 'https://leetcode.com/problems/count-unique-characters-of-all-substrings-of-a-given-string/',
+ 'pattern': ['Sliding Window'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': ['Amazon'],
+ },
+ {
+ 'id': 104,
+ 'name': 'Minimum Window Substring',
+ 'url': 'https://leetcode.com/problems/minimum-window-substring/',
+ 'pattern': ['Sliding Window'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': [
+ 'Facebook',
+ 'Amazon',
+ 'LinkedIn',
+ 'Snapchat',
+ 'Google',
+ 'Lyft',
+ 'Adobe',
+ ],
+ },
+ {
+ 'id': 105,
+ 'name': 'Substring with Concatenation of All Words',
+ 'url':
+ 'https://leetcode.com/problems/substring-with-concatenation-of-all-words/',
+ 'pattern': ['Sliding Window'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': ['Apple'],
+ },
+ {
+ 'id': 106,
+ 'name': 'Kth Smallest Element in a BST',
+ 'url': 'https://leetcode.com/problems/kth-smallest-element-in-a-bst/',
+ 'pattern': ['DFS'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Amazon', 'Facebook'],
+ },
+ {
+ 'id': 107,
+ 'name': 'K Closest Points to Origin',
+ 'url': 'https://leetcode.com/problems/k-closest-points-to-origin/',
+ 'pattern': ['Heap'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Facebook', 'Amazon', 'LinkedIn', 'Google', 'Asana'],
+ },
+ {
+ 'id': 108,
+ 'name': 'Top K Frequent Elements',
+ 'url': 'https://leetcode.com/problems/top-k-frequent-elements/',
+ 'pattern': ['Heap'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Facebook',
+ 'Amazon',
+ 'Bloomberg',
+ 'Microsoft',
+ 'Uber',
+ 'Apple',
+ 'Google',
+ 'Adobe',
+ 'Snapchat',
+ 'Oracle',
+ 'LinkedIn',
+ ],
+ },
+ {
+ 'id': 109,
+ 'name': 'Sort Characters By Frequency',
+ 'url': 'https://leetcode.com/problems/sort-characters-by-frequency/',
+ 'pattern': ['Heap'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Amazon', 'Bloomberg', 'Facebook'],
+ },
+ {
+ 'id': 110,
+ 'name': 'Kth Largest Element in an Array',
+ 'url': 'https://leetcode.com/problems/kth-largest-element-in-an-array/',
+ 'pattern': ['Heap', 'QuickSelect'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Facebook',
+ 'Amazon',
+ 'LinkedIn',
+ 'Microsoft',
+ 'Google',
+ 'Goldman Sachs',
+ 'Uber',
+ 'Oracle',
+ ],
+ },
+ {
+ 'id': 111,
+ 'name': 'Reorganize String',
+ 'url': 'https://leetcode.com/problems/reorganize-string/',
+ 'pattern': ['Greedy', 'Heap'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Amazon', 'Facebook', 'Google', 'Apple', 'Uber', 'Microsoft'],
+ },
+ {
+ 'id': 112,
+ 'name': 'Rearrange String k Distance Apart',
+ 'url': 'https://leetcode.com/problems/rearrange-string-k-distance-apart',
+ 'pattern': ['Greedy', 'Heap'],
+ 'difficulty': 'Hard',
+ 'premium': True,
+ 'companies': ['Twitter'],
+ },
+ {
+ 'id': 113,
+ 'name': 'Course Schedule III',
+ 'url': 'https://leetcode.com/problems/course-schedule-iii/',
+ 'pattern': ['Greedy', 'Heap'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': ['Amazon'],
+ },
+ {
+ 'id': 114,
+ 'name': 'Maximum Frequency Stack',
+ 'url': 'https://leetcode.com/problems/maximum-frequency-stack/',
+ 'pattern': ['Bucket Sort', 'Heap'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': ['Microsoft', 'Amazon', 'Apple', 'Facebook'],
+ },
+ {
+ 'id': 115,
+ 'name': 'Course Schedule',
+ 'url': 'https://leetcode.com/problems/course-schedule/',
+ 'pattern': ['BFS', 'DFS', 'Graph', 'Topological Sort'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Microsoft',
+ 'Facebook',
+ 'Google',
+ 'Oracle',
+ 'Apple',
+ 'Snapchat',
+ ],
+ },
+ {
+ 'id': 116,
+ 'name': 'Course Schedule II',
+ 'url': 'https://leetcode.com/problems/course-schedule-ii/',
+ 'pattern': ['BFS', 'DFS', 'Graph', 'Topological Sort'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Microsoft',
+ 'Google',
+ 'Facebook',
+ 'Snapchat',
+ 'Uber',
+ 'Apple',
+ 'Lyft',
+ 'Bloomberg',
+ ],
+ },
+ {
+ 'id': 117,
+ 'name': 'Minimum Height Trees',
+ 'url': 'https://leetcode.com/problems/minimum-height-trees/',
+ 'pattern': ['BFS', 'Graph', 'Topological Sort'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Amazon', 'Facebook', 'Google', 'Microsoft'],
+ },
+ {
+ 'id': 118,
+ 'name': 'Alien Dictionary',
+ 'url': 'https://leetcode.com/problems/alien-dictionary',
+ 'pattern': ['Graph', 'Topological Sort'],
+ 'difficulty': 'Hard',
+ 'premium': True,
+ 'companies': [
+ 'Facebook',
+ 'Google',
+ 'Amazon',
+ 'Airbnb',
+ 'Pinterest',
+ 'Uber',
+ 'Microsoft',
+ ],
+ },
+ {
+ 'id': 119,
+ 'name': 'Sequence Reconstruction',
+ 'url': 'https://leetcode.com/problems/sequence-reconstruction',
+ 'pattern': ['Graph', 'Topological Sort'],
+ 'difficulty': 'Medium',
+ 'premium': True,
+ 'companies': ['Google'],
+ },
+ {
+ 'id': 120,
+ 'name': 'Binary Tree Level Order Traversal II',
+ 'url': 'https://leetcode.com/problems/binary-tree-level-order-traversal-ii/',
+ 'pattern': ['BFS'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Amazon'],
+ },
+ {
+ 'id': 121,
+ 'name': 'Average of Levels in Binary Tree',
+ 'url': 'https://leetcode.com/problems/average-of-levels-in-binary-tree/',
+ 'pattern': ['BFS'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['Facebook', 'Amazon'],
+ },
+ {
+ 'id': 122,
+ 'name': 'Minimum Depth of Binary Tree',
+ 'url': 'https://leetcode.com/problems/minimum-depth-of-binary-tree/',
+ 'pattern': ['BFS', 'DFS'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['Facebook', 'Goldman Sachs'],
+ },
+ {
+ 'id': 123,
+ 'name': 'Binary Tree Level Order Traversal',
+ 'url': 'https://leetcode.com/problems/binary-tree-level-order-traversal/',
+ 'pattern': ['BFS'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'LinkedIn',
+ 'Amazon',
+ 'Facebook',
+ 'Bloomberg',
+ 'Microsoft',
+ 'Apple',
+ 'Oracle',
+ 'Google',
+ ],
+ },
+ {
+ 'id': 124,
+ 'name': 'Binary Tree Zigzag Level Order Traversal',
+ 'url':
+ 'https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal/',
+ 'pattern': ['BFS'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Facebook',
+ 'Microsoft',
+ 'Bloomberg',
+ 'Google',
+ 'Adobe',
+ 'LinkedIn',
+ 'Qualtrics',
+ 'Salesforce',
+ ],
+ },
+ {
+ 'id': 125,
+ 'name': 'Populating Next Right Pointers in Each Node',
+ 'url':
+ 'https://leetcode.com/problems/populating-next-right-pointers-in-each-node/',
+ 'pattern': ['BFS'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Facebook', 'Microsoft', 'Amazon', 'Bloomberg'],
+ },
+ {
+ 'id': 126,
+ 'name': 'Populating Next Right Pointers in Each Node II',
+ 'url':
+ 'https://leetcode.com/problems/populating-next-right-pointers-in-each-node-ii/',
+ 'pattern': ['BFS'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Amazon', 'Bloomberg', 'Microsoft', 'Facebook'],
+ },
+ {
+ 'id': 127,
+ 'name': 'Binary Tree Right Side View',
+ 'url': 'https://leetcode.com/problems/binary-tree-right-side-view/',
+ 'pattern': ['BFS', 'DFS'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Facebook',
+ 'Bloomberg',
+ 'Amazon',
+ 'Oracle',
+ 'Qualtrics',
+ 'Adobe',
+ 'Goldman Sachs',
+ ],
+ },
+ {
+ 'id': 128,
+ 'name': 'All Nodes Distance K in Binary Tree',
+ 'url': 'https://leetcode.com/problems/all-nodes-distance-k-in-binary-tree/',
+ 'pattern': ['BFS', 'DFS'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Facebook', 'Amazon', 'Apple', 'Oracle'],
+ },
+ {
+ 'id': 129,
+ 'name': 'Same Tree',
+ 'url': 'https://leetcode.com/problems/same-tree/',
+ 'pattern': ['DFS'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': [
+ 'LinkedIn',
+ 'Google',
+ 'Microsoft',
+ 'Amazon',
+ 'Facebook',
+ 'Apple',
+ 'Adobe',
+ 'Oracle',
+ ],
+ },
+ {
+ 'id': 130,
+ 'name': 'Path Sum',
+ 'url': 'https://leetcode.com/problems/path-sum/',
+ 'pattern': ['DFS'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['Amazon', 'Facebook', 'Oracle'],
+ },
+ {
+ 'id': 131,
+ 'name': 'Maximum Depth of Binary Tree',
+ 'url': 'https://leetcode.com/problems/maximum-depth-of-binary-tree/',
+ 'pattern': ['DFS'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['LinkedIn', 'Google', 'Apple', 'Amazon'],
+ },
+ {
+ 'id': 132,
+ 'name': 'Diameter of Binary Tree',
+ 'url': 'https://leetcode.com/problems/diameter-of-binary-tree/',
+ 'pattern': ['DFS'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': [
+ 'Facebook',
+ 'Amazon',
+ 'Google',
+ 'Bloomberg',
+ 'Apple',
+ 'Microsoft',
+ 'Adobe',
+ ],
+ },
+ {
+ 'id': 133,
+ 'name': 'Merge Two Binary Trees',
+ 'url': 'https://leetcode.com/problems/merge-two-binary-trees/',
+ 'pattern': ['DFS'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['Amazon', 'Adobe'],
+ },
+ {
+ 'id': 134,
+ 'name': 'Lowest Common Ancestor of a Binary Search Tree',
+ 'url':
+ 'https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/',
+ 'pattern': ['DFS'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['LinkedIn', 'Facebook', 'Microsoft', 'Google', 'Uber'],
+ },
+ {
+ 'id': 135,
+ 'name': 'Subtree of Another Tree',
+ 'url': 'https://leetcode.com/problems/subtree-of-another-tree/',
+ 'pattern': ['DFS'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['Facebook', 'Amazon', 'Microsoft'],
+ },
+ {
+ 'id': 136,
+ 'name': 'Invert Binary Tree',
+ 'url': 'https://leetcode.com/problems/invert-binary-tree/',
+ 'pattern': ['DFS'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['Amazon', 'Google', 'Facebook', 'Adobe', 'Apple'],
+ },
+ {
+ 'id': 137,
+ 'name': 'Path Sum II',
+ 'url': 'https://leetcode.com/problems/path-sum-ii/',
+ 'pattern': ['DFS'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Amazon', 'Google', 'Facebook', 'Adobe', 'Apple'],
+ },
+ {
+ 'id': 138,
+ 'name': 'Path Sum III',
+ 'url': 'https://leetcode.com/problems/path-sum-iii/',
+ 'pattern': ['DFS'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Microsoft', 'Facebook', 'Google', 'Oracle'],
+ },
+ {
+ 'id': 139,
+ 'name': 'Lowest Common Ancestor of a Binary Tree',
+ 'url':
+ 'https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/',
+ 'pattern': ['DFS'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Facebook',
+ 'Amazon',
+ 'LinkedIn',
+ 'Google',
+ 'Microsoft',
+ 'Adobe',
+ 'Apple',
+ 'Salesforce',
+ 'Oracle',
+ 'Bloomberg',
+ 'Intuit',
+ ],
+ },
+ {
+ 'id': 140,
+ 'name': 'Maximum Binary Tree',
+ 'url': 'https://leetcode.com/problems/maximum-binary-tree/',
+ 'pattern': ['DFS'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Amazon'],
+ },
+ {
+ 'id': 141,
+ 'name': 'Maximum Width of Binary Tree',
+ 'url': 'https://leetcode.com/problems/maximum-width-of-binary-tree/',
+ 'pattern': ['DFS'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Amazon', 'Google', 'Bloomberg', 'Apple', 'Adobe'],
+ },
+ {
+ 'id': 142,
+ 'name': 'Construct Binary Tree from Preorder and Inorder Traversal',
+ 'url':
+ 'https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/',
+ 'pattern': ['DFS'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Amazon', 'Microsoft', 'Adobe', 'Bloomberg', 'Apple'],
+ },
+ {
+ 'id': 143,
+ 'name': 'Validate Binary Search Tree',
+ 'url': 'https://leetcode.com/problems/validate-binary-search-tree/',
+ 'pattern': ['DFS'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Bloomberg',
+ 'Microsoft',
+ 'Facebook',
+ 'Google',
+ 'Adobe',
+ 'Apple',
+ 'Qualtrics',
+ 'Lyft',
+ ],
+ },
+ {
+ 'id': 144,
+ 'name': 'Implement Trie (Prefix Tree)',
+ 'url': 'https://leetcode.com/problems/implement-trie-prefix-tree/',
+ 'pattern': ['Design', 'Trie'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Twitter',
+ 'Google',
+ 'Facebook',
+ 'Microsoft',
+ 'Apple',
+ ],
+ },
+ {
+ 'id': 145,
+ 'name': 'Binary Tree Maximum Path Sum',
+ 'url': 'https://leetcode.com/problems/binary-tree-maximum-path-sum/',
+ 'pattern': ['DFS'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': [
+ 'Facebook',
+ 'Amazon',
+ 'Google',
+ 'Microsoft',
+ 'Adobe',
+ 'Bloomberg',
+ 'Oracle',
+ 'Snapchat',
+ ],
+ },
+ {
+ 'id': 146,
+ 'name': 'Serialize and Deserialize Binary Tree',
+ 'url': 'https://leetcode.com/problems/serialize-and-deserialize-binary-tree/',
+ 'pattern': ['Design'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': [
+ 'LinkedIn',
+ 'Amazon',
+ 'Microsoft',
+ 'Facebook',
+ 'Oracle',
+ 'Uber',
+ 'Adobe',
+ 'Snapchat',
+ 'Qualtrics',
+ 'Google',
+ 'Quora',
+ ],
+ },
+ {
+ 'id': 147,
+ 'name': 'Word Search II',
+ 'url': 'https://leetcode.com/problems/word-search-ii/',
+ 'pattern': ['DFS', 'Trie'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Uber',
+ 'Microsoft',
+ 'Apple',
+ 'Twitter',
+ 'Snapchat',
+ 'Facebook',
+ 'Bloomberg',
+ 'Google',
+ 'Salesforce',
+ ],
+ },
+ {
+ 'id': 148,
+ 'name': 'Find Median from Data Stream',
+ 'url': 'https://leetcode.com/problems/find-median-from-data-stream/',
+ 'pattern': ['Heap'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Microsoft',
+ 'Apple',
+ 'Facebook',
+ 'Google',
+ 'Bloomberg',
+ 'Uber',
+ 'Airbnb',
+ ],
+ },
+ {
+ 'id': 149,
+ 'name': 'Sliding Window Median',
+ 'url': 'https://leetcode.com/problems/sliding-window-median/',
+ 'pattern': ['Heap'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': ['Facebook', 'Amazon'],
+ },
+ {
+ 'id': 150,
+ 'name': 'Two Sum',
+ 'url': 'https://leetcode.com/problems/two-sum/',
+ 'pattern': ['Two Pointers'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Google',
+ 'Adobe',
+ 'Apple',
+ 'Microsoft',
+ 'Facebook',
+ 'Bloomberg',
+ 'Uber',
+ 'Oracle',
+ 'Morgan Stanley',
+ 'Citadel',
+ 'Salesforce',
+ 'Goldman Sachs',
+ 'JPMorgan',
+ 'Snapchat',
+ ],
+ },
+ {
+ 'id': 151,
+ 'name': 'Squares of a Sorted Array',
+ 'url': 'https://leetcode.com/problems/squares-of-a-sorted-array/',
+ 'pattern': ['Two Pointers'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['Facebook', 'Amazon', 'Google', 'Adobe', 'Apple', 'Uber'],
+ },
+ {
+ 'id': 152,
+ 'name': 'Backspace String Compare',
+ 'url': 'https://leetcode.com/problems/backspace-string-compare/',
+ 'pattern': ['Two Pointers'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['Facebook', 'Amazon', 'Apple', 'Google', 'Microsoft'],
+ },
+ {
+ 'id': 153,
+ 'name': '3 Sum',
+ 'url': 'https://leetcode.com/problems/3sum/',
+ 'pattern': ['Two Pointers'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Facebook',
+ 'Apple',
+ 'Microsoft',
+ 'Adobe',
+ 'Google',
+ 'Bloomberg',
+ 'Intuit',
+ 'Qualtrics',
+ 'Salesforce',
+ 'Goldman Sachs',
+ 'Uber',
+ 'Oracle',
+ ],
+ },
+ {
+ 'id': 154,
+ 'name': '3 Sum Closest',
+ 'url': 'https://leetcode.com/problems/3sum-closest/',
+ 'pattern': ['Two Pointers'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Facebook',
+ 'Amazon',
+ 'Capital One',
+ 'Apple',
+ 'Google',
+ 'Adobe',
+ 'Microsoft',
+ 'Oracle',
+ ],
+ },
+ {
+ 'id': 155,
+ 'name': 'Subarrays with Product Less than K',
+ 'url': 'https://leetcode.com/problems/subarray-product-less-than-k/',
+ 'pattern': ['Two Pointers'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['LinkedIn', 'Amazon', 'Microsoft'],
+ },
+ {
+ 'id': 156,
+ 'name': 'Sort Colours',
+ 'url': 'https://leetcode.com/problems/sort-colors/',
+ 'pattern': ['Two Pointers'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Microsoft',
+ 'Amazon',
+ 'Adobe',
+ 'Facebook',
+ 'Apple',
+ 'Salesforce',
+ 'Bloomberg',
+ ],
+ },
+ {
+ 'id': 157,
+ 'name': 'Trapping Rain Water',
+ 'url': 'https://leetcode.com/problems/trapping-rain-water/',
+ 'pattern': ['Two Pointers'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': [
+ 'Facebook',
+ 'Amazon',
+ 'Goldman Sachs',
+ 'Microsoft',
+ 'Adobe',
+ 'Google',
+ 'Bloomberg',
+ 'Qualtrics',
+ 'Snapchat',
+ 'Lyft',
+ 'Uber',
+ 'Apple',
+ 'Citadel',
+ 'Tesla',
+ ],
+ },
+ {
+ 'id': 158,
+ 'name': 'Container With Most Water',
+ 'url': 'https://leetcode.com/problems/container-with-most-water/',
+ 'pattern': ['Two Pointers'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Microsoft',
+ 'Google',
+ 'Adobe',
+ 'Bloomberg',
+ 'Apple',
+ 'Uber',
+ 'Facebook',
+ ],
+ },
+ {
+ 'id': 159,
+ 'name': 'Longest Word in Dictionary',
+ 'url': 'https://leetcode.com/problems/longest-word-in-dictionary/',
+ 'pattern': ['Trie'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Google'],
+ },
+ {
+ 'id': 160,
+ 'name': 'Index Pairs of a String',
+ 'url': 'https://leetcode.com/problems/index-pairs-of-a-string/',
+ 'pattern': ['Trie'],
+ 'difficulty': 'Easy',
+ 'premium': True,
+ 'companies': ['Amazon'],
+ },
+ {
+ 'id': 161,
+ 'name': 'Maximum XOR of Two Numbers in an Array',
+ 'url': 'https://leetcode.com/problems/maximum-xor-of-two-numbers-in-an-array',
+ 'pattern': ['Trie'],
+ 'difficulty': 'Medium',
+ 'premium': False,
+ 'companies': ['Adobe'],
+ },
+ {
+ 'id': 162,
+ 'name': 'Concatenated Words',
+ 'url': 'https://leetcode.com/problems/concatenated-words/',
+ 'pattern': ['Trie'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': ['Amazon', 'Microsoft'],
+ },
+ {
+ 'id': 163,
+ 'name': 'Prefix and Suffix Search',
+ 'url': 'https://leetcode.com/problems/prefix-and-suffix-search/',
+ 'pattern': ['Trie'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': ['Google'],
+ },
+ {
+ 'id': 164,
+ 'name': 'Palindrome Pairs',
+ 'url': 'https://leetcode.com/problems/palindrome-pairs/',
+ 'pattern': ['Trie'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': ['Airbnb', 'Facebook', 'Google'],
+ },
+ {
+ 'id': 165,
+ 'name': 'Design Search Autocomplete System',
+ 'url': 'https://leetcode.com/problems/design-search-autocomplete-system/',
+ 'pattern': ['Trie'],
+ 'difficulty': 'Hard',
+ 'premium': True,
+ 'companies': [
+ 'Amazon',
+ 'Google',
+ 'Microsoft',
+ 'Uber',
+ 'Bloomberg',
+ 'Twitter',
+ ],
+ },
+ {
+ 'id': 166,
+ 'name': 'Word Squares',
+ 'url': 'https://leetcode.com/problems/word-squares/',
+ 'pattern': ['Trie'],
+ 'difficulty': 'Hard',
+ 'premium': True,
+ 'companies': ['Bloomberg', 'Oracle', 'Google'],
+ },
+ {
+ 'id': 167,
+ 'name': 'Sort Items by Groups Respecting Dependencies',
+ 'url':
+ 'https://leetcode.com/problems/sort-items-by-groups-respecting-dependencies/',
+ 'pattern': ['DFS', 'Graph', 'Topological Sort'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': ['Apple'],
+ },
+ {
+ 'id': 168,
+ 'name': 'Median of Two Sorted Arrays',
+ 'url': 'https://leetcode.com/problems/median-of-two-sorted-arrays/',
+ 'pattern': ['Binary Search'],
+ 'difficulty': 'Hard',
+ 'premium': False,
+ 'companies': [
+ 'Amazon',
+ 'Goldman Sachs',
+ 'Microsoft',
+ 'Google',
+ 'Adobe',
+ 'Facebook',
+ 'Apple',
+ 'Bloomberg',
+ 'Oracle',
+ ],
+ },
+ {
+ 'id': 169,
+ 'name': 'Majority Element',
+ 'url': 'https://leetcode.com/problems/majority-element/',
+ 'pattern': ['Sorting'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['Amazon', 'Facebook', 'Apple', 'Microsoft', 'Adobe'],
+ },
+ {
+ 'id': 170,
+ 'name': 'Convert 1D Array Into 2D Array',
+ 'url': 'https://leetcode.com/problems/convert-1d-array-into-2d-array/',
+ 'pattern': ['Arrays'],
+ 'difficulty': 'Easy',
+ 'premium': False,
+ 'companies': ['Google'],
+ },
+]
\ No newline at end of file
From 6841ce9cfe7d366f7cdf3e17d4b34ca6ba785223 Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Fri, 29 Jul 2022 13:42:07 -0400
Subject: [PATCH 049/304] Create GitHub Workflow to automatically deploy code
(#184)
* Create GitHub Workflow to automatically deploy code
Context: Everytime new code is merged into master, I need to manually
deploy things using npm run deploy. In order to automate things, let's
introduce a GitHub Workflow that will accomplish this for us!
Solution: Introduce a GitHub Workflow that will build and deploy our
static site.
Fixes issue-183
* Use peaceiris/actions-gh-pages@v3
* Remove building on pull requests
---
.github/workflows/github-pages.yml | 39 ++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
create mode 100644 .github/workflows/github-pages.yml
diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml
new file mode 100644
index 00000000..0fd088db
--- /dev/null
+++ b/.github/workflows/github-pages.yml
@@ -0,0 +1,39 @@
+name: GitHub pages
+
+on:
+ push:
+ branches:
+ - main
+
+jobs:
+ deploy:
+ runs-on: ubuntu-20.04
+ permissions:
+ contents: write
+ concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }}
+ steps:
+ - uses: actions/checkout@v3
+ with:
+ fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
+
+ - name: Install Node
+ uses: actions/setup-node@v3
+ with:
+ node-version: '14.x'
+
+ - name: Install Packages
+ run: npm ci
+
+ - name: Build
+ run: npm run build
+
+ - name: Deploy
+ uses: peaceiris/actions-gh-pages@v3
+ # If you're changing the branch from main,
+ # also change the `main` in `refs/heads/main`
+ # below accordingly.
+ if: ${{ github.ref == 'refs/heads/main' }}
+ with:
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ publish_dir: ./build
From b1c7c249df5fadb7b81b611bd68a014d45f715fb Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Fri, 29 Jul 2022 13:48:53 -0400
Subject: [PATCH 050/304] Correct Workflow to use master instead of main branch
(#186)
Fixes #185
---
.github/workflows/github-pages.yml | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml
index 0fd088db..c9e4ae16 100644
--- a/.github/workflows/github-pages.yml
+++ b/.github/workflows/github-pages.yml
@@ -3,7 +3,7 @@ name: GitHub pages
on:
push:
branches:
- - main
+ - master
jobs:
deploy:
@@ -30,10 +30,7 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
- # If you're changing the branch from main,
- # also change the `main` in `refs/heads/main`
- # below accordingly.
- if: ${{ github.ref == 'refs/heads/main' }}
+ if: ${{ github.ref == 'refs/heads/master' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
From 5a525fbf017105093858e9290e9be9913162d534 Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Fri, 29 Jul 2022 14:31:37 -0400
Subject: [PATCH 051/304] Move all assets into static folder (#188)
* Move all assets into static folder
Fixes #187
* Update Acknowledgements assets URL
---
public/{assets => static}/icons/Adobe.png | Bin
public/{assets => static}/icons/Airbnb.png | Bin
public/{assets => static}/icons/Akuna Capital.png | Bin
public/{assets => static}/icons/Amazon.png | Bin
public/{assets => static}/icons/Apple.png | Bin
public/{assets => static}/icons/Asana.png | Bin
public/{assets => static}/icons/Atlassian.png | Bin
public/{assets => static}/icons/BlackRock.png | Bin
public/{assets => static}/icons/Bloomberg.png | Bin
public/{assets => static}/icons/Capital One.png | Bin
public/{assets => static}/icons/Citadel.png | Bin
public/{assets => static}/icons/Facebook.png | Bin
public/{assets => static}/icons/Goldman Sachs.png | Bin
public/{assets => static}/icons/Google.png | Bin
public/{assets => static}/icons/Intuit.png | Bin
public/{assets => static}/icons/JPMorgan.png | Bin
public/{assets => static}/icons/LinkedIn.png | Bin
public/{assets => static}/icons/Lyft.png | Bin
public/{assets => static}/icons/Microsoft.png | Bin
public/{assets => static}/icons/Morgan Stanley.png | Bin
public/{assets => static}/icons/Oracle.png | Bin
public/{assets => static}/icons/Palantir.png | Bin
public/{assets => static}/icons/Pinterest.png | Bin
public/{assets => static}/icons/Qualtrics.png | Bin
public/{assets => static}/icons/Quora.png | Bin
public/{assets => static}/icons/Salesforce.png | Bin
public/{assets => static}/icons/Snapchat.png | Bin
public/{assets => static}/icons/Square.png | Bin
public/{assets => static}/icons/Tesla.png | Bin
public/{assets => static}/icons/Twitch.png | Bin
public/{assets => static}/icons/Twitter.png | Bin
public/{assets => static}/icons/Two Sigma.png | Bin
public/{assets => static}/icons/Uber.png | Bin
public/{assets => static}/icons/Yelp.png | Bin
public/{assets => static}/images/Blind.png | Bin
public/{assets => static}/images/Educative.png | Bin
public/{assets => static}/images/Hackernoon.png | Bin
src/components/Acknowledgements/index.js | 2 +-
src/components/Table/index.js | 2 +-
39 files changed, 2 insertions(+), 2 deletions(-)
rename public/{assets => static}/icons/Adobe.png (100%)
rename public/{assets => static}/icons/Airbnb.png (100%)
rename public/{assets => static}/icons/Akuna Capital.png (100%)
rename public/{assets => static}/icons/Amazon.png (100%)
rename public/{assets => static}/icons/Apple.png (100%)
rename public/{assets => static}/icons/Asana.png (100%)
rename public/{assets => static}/icons/Atlassian.png (100%)
rename public/{assets => static}/icons/BlackRock.png (100%)
rename public/{assets => static}/icons/Bloomberg.png (100%)
rename public/{assets => static}/icons/Capital One.png (100%)
rename public/{assets => static}/icons/Citadel.png (100%)
rename public/{assets => static}/icons/Facebook.png (100%)
rename public/{assets => static}/icons/Goldman Sachs.png (100%)
rename public/{assets => static}/icons/Google.png (100%)
rename public/{assets => static}/icons/Intuit.png (100%)
rename public/{assets => static}/icons/JPMorgan.png (100%)
rename public/{assets => static}/icons/LinkedIn.png (100%)
rename public/{assets => static}/icons/Lyft.png (100%)
rename public/{assets => static}/icons/Microsoft.png (100%)
rename public/{assets => static}/icons/Morgan Stanley.png (100%)
rename public/{assets => static}/icons/Oracle.png (100%)
rename public/{assets => static}/icons/Palantir.png (100%)
rename public/{assets => static}/icons/Pinterest.png (100%)
rename public/{assets => static}/icons/Qualtrics.png (100%)
rename public/{assets => static}/icons/Quora.png (100%)
rename public/{assets => static}/icons/Salesforce.png (100%)
rename public/{assets => static}/icons/Snapchat.png (100%)
rename public/{assets => static}/icons/Square.png (100%)
rename public/{assets => static}/icons/Tesla.png (100%)
rename public/{assets => static}/icons/Twitch.png (100%)
rename public/{assets => static}/icons/Twitter.png (100%)
rename public/{assets => static}/icons/Two Sigma.png (100%)
rename public/{assets => static}/icons/Uber.png (100%)
rename public/{assets => static}/icons/Yelp.png (100%)
rename public/{assets => static}/images/Blind.png (100%)
rename public/{assets => static}/images/Educative.png (100%)
rename public/{assets => static}/images/Hackernoon.png (100%)
diff --git a/public/assets/icons/Adobe.png b/public/static/icons/Adobe.png
similarity index 100%
rename from public/assets/icons/Adobe.png
rename to public/static/icons/Adobe.png
diff --git a/public/assets/icons/Airbnb.png b/public/static/icons/Airbnb.png
similarity index 100%
rename from public/assets/icons/Airbnb.png
rename to public/static/icons/Airbnb.png
diff --git a/public/assets/icons/Akuna Capital.png b/public/static/icons/Akuna Capital.png
similarity index 100%
rename from public/assets/icons/Akuna Capital.png
rename to public/static/icons/Akuna Capital.png
diff --git a/public/assets/icons/Amazon.png b/public/static/icons/Amazon.png
similarity index 100%
rename from public/assets/icons/Amazon.png
rename to public/static/icons/Amazon.png
diff --git a/public/assets/icons/Apple.png b/public/static/icons/Apple.png
similarity index 100%
rename from public/assets/icons/Apple.png
rename to public/static/icons/Apple.png
diff --git a/public/assets/icons/Asana.png b/public/static/icons/Asana.png
similarity index 100%
rename from public/assets/icons/Asana.png
rename to public/static/icons/Asana.png
diff --git a/public/assets/icons/Atlassian.png b/public/static/icons/Atlassian.png
similarity index 100%
rename from public/assets/icons/Atlassian.png
rename to public/static/icons/Atlassian.png
diff --git a/public/assets/icons/BlackRock.png b/public/static/icons/BlackRock.png
similarity index 100%
rename from public/assets/icons/BlackRock.png
rename to public/static/icons/BlackRock.png
diff --git a/public/assets/icons/Bloomberg.png b/public/static/icons/Bloomberg.png
similarity index 100%
rename from public/assets/icons/Bloomberg.png
rename to public/static/icons/Bloomberg.png
diff --git a/public/assets/icons/Capital One.png b/public/static/icons/Capital One.png
similarity index 100%
rename from public/assets/icons/Capital One.png
rename to public/static/icons/Capital One.png
diff --git a/public/assets/icons/Citadel.png b/public/static/icons/Citadel.png
similarity index 100%
rename from public/assets/icons/Citadel.png
rename to public/static/icons/Citadel.png
diff --git a/public/assets/icons/Facebook.png b/public/static/icons/Facebook.png
similarity index 100%
rename from public/assets/icons/Facebook.png
rename to public/static/icons/Facebook.png
diff --git a/public/assets/icons/Goldman Sachs.png b/public/static/icons/Goldman Sachs.png
similarity index 100%
rename from public/assets/icons/Goldman Sachs.png
rename to public/static/icons/Goldman Sachs.png
diff --git a/public/assets/icons/Google.png b/public/static/icons/Google.png
similarity index 100%
rename from public/assets/icons/Google.png
rename to public/static/icons/Google.png
diff --git a/public/assets/icons/Intuit.png b/public/static/icons/Intuit.png
similarity index 100%
rename from public/assets/icons/Intuit.png
rename to public/static/icons/Intuit.png
diff --git a/public/assets/icons/JPMorgan.png b/public/static/icons/JPMorgan.png
similarity index 100%
rename from public/assets/icons/JPMorgan.png
rename to public/static/icons/JPMorgan.png
diff --git a/public/assets/icons/LinkedIn.png b/public/static/icons/LinkedIn.png
similarity index 100%
rename from public/assets/icons/LinkedIn.png
rename to public/static/icons/LinkedIn.png
diff --git a/public/assets/icons/Lyft.png b/public/static/icons/Lyft.png
similarity index 100%
rename from public/assets/icons/Lyft.png
rename to public/static/icons/Lyft.png
diff --git a/public/assets/icons/Microsoft.png b/public/static/icons/Microsoft.png
similarity index 100%
rename from public/assets/icons/Microsoft.png
rename to public/static/icons/Microsoft.png
diff --git a/public/assets/icons/Morgan Stanley.png b/public/static/icons/Morgan Stanley.png
similarity index 100%
rename from public/assets/icons/Morgan Stanley.png
rename to public/static/icons/Morgan Stanley.png
diff --git a/public/assets/icons/Oracle.png b/public/static/icons/Oracle.png
similarity index 100%
rename from public/assets/icons/Oracle.png
rename to public/static/icons/Oracle.png
diff --git a/public/assets/icons/Palantir.png b/public/static/icons/Palantir.png
similarity index 100%
rename from public/assets/icons/Palantir.png
rename to public/static/icons/Palantir.png
diff --git a/public/assets/icons/Pinterest.png b/public/static/icons/Pinterest.png
similarity index 100%
rename from public/assets/icons/Pinterest.png
rename to public/static/icons/Pinterest.png
diff --git a/public/assets/icons/Qualtrics.png b/public/static/icons/Qualtrics.png
similarity index 100%
rename from public/assets/icons/Qualtrics.png
rename to public/static/icons/Qualtrics.png
diff --git a/public/assets/icons/Quora.png b/public/static/icons/Quora.png
similarity index 100%
rename from public/assets/icons/Quora.png
rename to public/static/icons/Quora.png
diff --git a/public/assets/icons/Salesforce.png b/public/static/icons/Salesforce.png
similarity index 100%
rename from public/assets/icons/Salesforce.png
rename to public/static/icons/Salesforce.png
diff --git a/public/assets/icons/Snapchat.png b/public/static/icons/Snapchat.png
similarity index 100%
rename from public/assets/icons/Snapchat.png
rename to public/static/icons/Snapchat.png
diff --git a/public/assets/icons/Square.png b/public/static/icons/Square.png
similarity index 100%
rename from public/assets/icons/Square.png
rename to public/static/icons/Square.png
diff --git a/public/assets/icons/Tesla.png b/public/static/icons/Tesla.png
similarity index 100%
rename from public/assets/icons/Tesla.png
rename to public/static/icons/Tesla.png
diff --git a/public/assets/icons/Twitch.png b/public/static/icons/Twitch.png
similarity index 100%
rename from public/assets/icons/Twitch.png
rename to public/static/icons/Twitch.png
diff --git a/public/assets/icons/Twitter.png b/public/static/icons/Twitter.png
similarity index 100%
rename from public/assets/icons/Twitter.png
rename to public/static/icons/Twitter.png
diff --git a/public/assets/icons/Two Sigma.png b/public/static/icons/Two Sigma.png
similarity index 100%
rename from public/assets/icons/Two Sigma.png
rename to public/static/icons/Two Sigma.png
diff --git a/public/assets/icons/Uber.png b/public/static/icons/Uber.png
similarity index 100%
rename from public/assets/icons/Uber.png
rename to public/static/icons/Uber.png
diff --git a/public/assets/icons/Yelp.png b/public/static/icons/Yelp.png
similarity index 100%
rename from public/assets/icons/Yelp.png
rename to public/static/icons/Yelp.png
diff --git a/public/assets/images/Blind.png b/public/static/images/Blind.png
similarity index 100%
rename from public/assets/images/Blind.png
rename to public/static/images/Blind.png
diff --git a/public/assets/images/Educative.png b/public/static/images/Educative.png
similarity index 100%
rename from public/assets/images/Educative.png
rename to public/static/images/Educative.png
diff --git a/public/assets/images/Hackernoon.png b/public/static/images/Hackernoon.png
similarity index 100%
rename from public/assets/images/Hackernoon.png
rename to public/static/images/Hackernoon.png
diff --git a/src/components/Acknowledgements/index.js b/src/components/Acknowledgements/index.js
index c4523364..53fe97a9 100644
--- a/src/components/Acknowledgements/index.js
+++ b/src/components/Acknowledgements/index.js
@@ -14,7 +14,7 @@ import { Event } from '../Shared/Tracking';
import './styles.scss';
-const imagePath = `${process.env.PUBLIC_URL}/assets/images/`;
+const imagePath = `${process.env.PUBLIC_URL}/static/images/`;
const Blind = `${imagePath}Blind.png`;
const Educative = `${imagePath}Educative.png`;
const Hackernoon = `${imagePath}Hackernoon.png`;
diff --git a/src/components/Table/index.js b/src/components/Table/index.js
index 833c62e2..7751429b 100644
--- a/src/components/Table/index.js
+++ b/src/components/Table/index.js
@@ -29,7 +29,7 @@ import 'react-toggle/style.css';
import './styles.scss';
import PatternFrequencies from '../PatternFrequencies';
-const iconPath = `${process.env.PUBLIC_URL}/assets/icons/`;
+const iconPath = `${process.env.PUBLIC_URL}/static/icons/`;
const Table = () => {
const [resetCount, setResetCount] = useState(0);
From 84e3251cd3570467d1d6f32a3ab0d4a7179a24f8 Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Fri, 29 Jul 2022 14:44:09 -0400
Subject: [PATCH 052/304] Enable keep_files (#190)
See
https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-keeping-existing-files-keep_files.
We need this because the directory with all of the content is being removed in the current Workflows.
Fixes #189
---
.github/workflows/github-pages.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml
index c9e4ae16..c4e62922 100644
--- a/.github/workflows/github-pages.yml
+++ b/.github/workflows/github-pages.yml
@@ -34,3 +34,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
+ keep_files: true
From 5074971ef0c89ee86a89cf46767ddd55c528121f Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Fri, 29 Jul 2022 15:43:27 -0400
Subject: [PATCH 053/304] Use JamesIves/github-pages-deploy-action@v4 (#191)
Fixes #189
---
.github/workflows/github-pages.yml | 27 +++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)
diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml
index c4e62922..4bad2aeb 100644
--- a/.github/workflows/github-pages.yml
+++ b/.github/workflows/github-pages.yml
@@ -6,32 +6,31 @@ on:
- master
jobs:
- deploy:
+ build-and-deploy:
runs-on: ubuntu-20.04
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- - uses: actions/checkout@v3
- with:
- fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
+ - name: Checkout 🛎️
+ uses: actions/checkout@v3
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: '14.x'
- - name: Install Packages
- run: npm ci
+ - name: Install Packages and Build 🔧
+ run: |
+ npm ci
+ npm run build
- - name: Build
- run: npm run build
+ - name: Install rsync 📚
+ run: |
+ apt-get update && apt-get install -y rsync
- - name: Deploy
- uses: peaceiris/actions-gh-pages@v3
- if: ${{ github.ref == 'refs/heads/master' }}
+ - name: Deploy 🚀
+ uses: JamesIves/github-pages-deploy-action@v4
with:
- github_token: ${{ secrets.GITHUB_TOKEN }}
- publish_dir: ./build
- keep_files: true
+ folder: build
From 734d45f5b9f525965055b8a3bc36ac26d4534b10 Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Fri, 29 Jul 2022 15:45:54 -0400
Subject: [PATCH 054/304] Remove rsync step (#192)
---
.github/workflows/github-pages.yml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml
index 4bad2aeb..4ea0a4ea 100644
--- a/.github/workflows/github-pages.yml
+++ b/.github/workflows/github-pages.yml
@@ -26,10 +26,6 @@ jobs:
npm ci
npm run build
- - name: Install rsync 📚
- run: |
- apt-get update && apt-get install -y rsync
-
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
From 309f194a34378e33e7f5f80d8f385d039ff052c1 Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Fri, 29 Jul 2022 15:54:20 -0400
Subject: [PATCH 055/304] Test deploy workflow (#193)
---
src/components/Acknowledgements/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/Acknowledgements/index.js b/src/components/Acknowledgements/index.js
index 53fe97a9..7aa31e66 100644
--- a/src/components/Acknowledgements/index.js
+++ b/src/components/Acknowledgements/index.js
@@ -32,7 +32,7 @@ const Acknowledgements = () => {
- Blind Curated 75 Question List
+ Blind 75
Date: Fri, 29 Jul 2022 16:13:15 -0400
Subject: [PATCH 056/304] Simplify workflow using npm instead (#194)
---
.github/workflows/github-pages.yml | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml
index 4ea0a4ea..ea57cea4 100644
--- a/.github/workflows/github-pages.yml
+++ b/.github/workflows/github-pages.yml
@@ -16,10 +16,10 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3
- - name: Install Node
+ - name: Install Node ⚛️
uses: actions/setup-node@v3
with:
- node-version: '14.x'
+ node-version: '14'
- name: Install Packages and Build 🔧
run: |
@@ -27,6 +27,5 @@ jobs:
npm run build
- name: Deploy 🚀
- uses: JamesIves/github-pages-deploy-action@v4
- with:
- folder: build
+ run: |
+ npm run deploy
From 52e63d8b23b5151a394679bb27c647628354030f Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Fri, 29 Jul 2022 16:17:14 -0400
Subject: [PATCH 057/304] Test deploy workflow (#195)
Add missing git configuration
---
.github/workflows/github-pages.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml
index ea57cea4..6ef16191 100644
--- a/.github/workflows/github-pages.yml
+++ b/.github/workflows/github-pages.yml
@@ -24,8 +24,9 @@ jobs:
- name: Install Packages and Build 🔧
run: |
npm ci
- npm run build
- name: Deploy 🚀
run: |
+ git config user.email "${{ secrets.GIT_CONFIG_EMAIL }}"
+ git config user.name "${{ secrets.GIT_CONFIG_NAME }}"
npm run deploy
From 4382e614ad3cb822a00f1f0f5efece6e3ad16ed4 Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Fri, 29 Jul 2022 16:42:43 -0400
Subject: [PATCH 058/304] Revert workflow to last known working state (#196)
---
.github/workflows/github-pages.yml | 30 +++++++++++++++++-------------
1 file changed, 17 insertions(+), 13 deletions(-)
diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml
index 6ef16191..811ff2ff 100644
--- a/.github/workflows/github-pages.yml
+++ b/.github/workflows/github-pages.yml
@@ -6,27 +6,31 @@ on:
- master
jobs:
- build-and-deploy:
+ deploy:
runs-on: ubuntu-20.04
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- - name: Checkout 🛎️
- uses: actions/checkout@v3
+ - uses: actions/checkout@v3
+ with:
+ fetch-depth: 0
- - name: Install Node ⚛️
+ - name: Install Node
uses: actions/setup-node@v3
with:
- node-version: '14'
+ node-version: '14.x'
+
+ - name: Install Packages
+ run: npm ci
- - name: Install Packages and Build 🔧
- run: |
- npm ci
+ - name: Build
+ run: npm run build
- - name: Deploy 🚀
- run: |
- git config user.email "${{ secrets.GIT_CONFIG_EMAIL }}"
- git config user.name "${{ secrets.GIT_CONFIG_NAME }}"
- npm run deploy
+ - name: Deploy
+ uses: peaceiris/actions-gh-pages@v3
+ if: ${{ github.ref == 'refs/heads/master' }}
+ with:
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ publish_dir: ./
From 757f5384d127162a3d8a5e9112e354999b947cbd Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Fri, 29 Jul 2022 17:01:15 -0400
Subject: [PATCH 059/304] Use organic steps for deploying gh-pages (#197)
---
.github/workflows/github-pages.yml | 34 +++++++++++++++---------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml
index 811ff2ff..e5dd8230 100644
--- a/.github/workflows/github-pages.yml
+++ b/.github/workflows/github-pages.yml
@@ -1,36 +1,36 @@
-name: GitHub pages
+name: github-pages
on:
push:
branches:
- master
+ # Allows manual runs from the Actions tab
+ workflow_dispatch:
+
jobs:
- deploy:
+ build-and-deploy:
runs-on: ubuntu-20.04
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- - uses: actions/checkout@v3
- with:
- fetch-depth: 0
+ - name: Checkout Repo
+ uses: actions/checkout@v3
- - name: Install Node
+ - name: Install NodeJS
uses: actions/setup-node@v3
with:
- node-version: '14.x'
+ node-version: '14'
- - name: Install Packages
- run: npm ci
+ - name: Build Static Files
+ run: |
+ npm ci
+ npm run build
- - name: Build
- run: npm run build
+ - name: Build Artifact
+ uses: actions/jekyll-build-pages@v1
- - name: Deploy
- uses: peaceiris/actions-gh-pages@v3
- if: ${{ github.ref == 'refs/heads/master' }}
- with:
- github_token: ${{ secrets.GITHUB_TOKEN }}
- publish_dir: ./
+ - name: Upload Artifact
+ uses: actions/upload-pages-artifact@v0
From 8e40f4d3ef9f5387aa42e3772b9386d0a3a63533 Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Fri, 29 Jul 2022 17:08:30 -0400
Subject: [PATCH 060/304] Remove extra build steps (#198)
---
.github/workflows/github-pages.yml | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml
index e5dd8230..79b1489a 100644
--- a/.github/workflows/github-pages.yml
+++ b/.github/workflows/github-pages.yml
@@ -4,6 +4,7 @@ on:
push:
branches:
- master
+ pull_request:
# Allows manual runs from the Actions tab
workflow_dispatch:
@@ -19,16 +20,6 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3
- - name: Install NodeJS
- uses: actions/setup-node@v3
- with:
- node-version: '14'
-
- - name: Build Static Files
- run: |
- npm ci
- npm run build
-
- name: Build Artifact
uses: actions/jekyll-build-pages@v1
From 82e29a2344fb7211f6a44dd98471de7f37babd35 Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Fri, 29 Jul 2022 17:18:56 -0400
Subject: [PATCH 061/304] Use crazy-max/ghaction-github-pages (#199)
---
.github/workflows/github-pages.yml | 24 +++++++++++++-----------
1 file changed, 13 insertions(+), 11 deletions(-)
diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml
index 79b1489a..1a1aa1ef 100644
--- a/.github/workflows/github-pages.yml
+++ b/.github/workflows/github-pages.yml
@@ -6,22 +6,24 @@ on:
- master
pull_request:
- # Allows manual runs from the Actions tab
workflow_dispatch:
jobs:
- build-and-deploy:
+ build-test-deploy:
runs-on: ubuntu-20.04
- permissions:
- contents: write
- concurrency:
- group: ${{ github.workflow }}-${{ github.ref }}
steps:
- - name: Checkout Repo
+ - name: Checkout
uses: actions/checkout@v3
- - name: Build Artifact
- uses: actions/jekyll-build-pages@v1
+ - name: Set-up Node
+ uses: actions/setup-node@v3
+ with:
+ node-version: '14'
+ - run: npm ci
+ - run: npm run build
- - name: Upload Artifact
- uses: actions/upload-pages-artifact@v0
+ - name: Deploy
+ uses: crazy-max/ghaction-github-pages@v3
+ with:
+ target_branch: gh-pages
+ build_dir: build
From d3f5bd72e9eaed5820726179e153e5d07f1e09e0 Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Fri, 29 Jul 2022 17:19:56 -0400
Subject: [PATCH 062/304] Update deploy workflow (#200)
Remove PR deployments
---
.github/workflows/github-pages.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml
index 1a1aa1ef..ee4f2784 100644
--- a/.github/workflows/github-pages.yml
+++ b/.github/workflows/github-pages.yml
@@ -4,7 +4,6 @@ on:
push:
branches:
- master
- pull_request:
workflow_dispatch:
From eb38f2e1cd726a54c5ef261d7c40a6e59e2fd88d Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Fri, 29 Jul 2022 17:22:01 -0400
Subject: [PATCH 063/304] Update deploy workflow (#201)
* Remove PR deployments
* Add GITHUB_TOKEN
---
.github/workflows/github-pages.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml
index ee4f2784..5b7c8f54 100644
--- a/.github/workflows/github-pages.yml
+++ b/.github/workflows/github-pages.yml
@@ -26,3 +26,5 @@ jobs:
with:
target_branch: gh-pages
build_dir: build
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
From d7cea3b901e8daced109d8e82fb1c8ac52ed436d Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Fri, 29 Jul 2022 17:26:53 -0400
Subject: [PATCH 064/304] Complete workflow automation to gh-pages (#202)
---
src/components/Acknowledgements/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/Acknowledgements/index.js b/src/components/Acknowledgements/index.js
index 7aa31e66..53fe97a9 100644
--- a/src/components/Acknowledgements/index.js
+++ b/src/components/Acknowledgements/index.js
@@ -32,7 +32,7 @@ const Acknowledgements = () => {
- Blind 75
+ Blind Curated 75 Question List
Date: Fri, 29 Jul 2022 19:15:45 -0400
Subject: [PATCH 065/304] Add step to check for GitHub Pages status (#204)
Fixes #203
---
.github/workflows/github-pages.yml | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml
index 5b7c8f54..2e566e85 100644
--- a/.github/workflows/github-pages.yml
+++ b/.github/workflows/github-pages.yml
@@ -8,20 +8,26 @@ on:
workflow_dispatch:
jobs:
- build-test-deploy:
+ build-and-deploy:
runs-on: ubuntu-20.04
steps:
- - name: Checkout
+ - name: Checkout Repository
uses: actions/checkout@v3
- - name: Set-up Node
+ - name: Install dependencies and build
uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm ci
- run: npm run build
- - name: Deploy
+ - name: Check GitHub Pages status
+ uses: crazy-max/ghaction-github-status@v3
+ with:
+ pages_threshold: major_outage
+
+ - name: Deploy to gh-pages branch
+ if: success()
uses: crazy-max/ghaction-github-pages@v3
with:
target_branch: gh-pages
From c1e33db5fee6c6eb23de593c591190d7ce8a5e92 Mon Sep 17 00:00:00 2001
From: Leo Stepanewk <44349262+leo-step@users.noreply.github.com>
Date: Mon, 1 Aug 2022 14:23:31 -0400
Subject: [PATCH 066/304] Generated updated questions json and commit (#205)
* read and write to questions json
* add updated date field
* commit updated questions file
* rename variable
* add try catch to file operations
* replace url with title slugs
* remove urlparse
---
.../{run-python.yml => run-cron.yml} | 9 +-
cron/difficulty.py | 27 -
cron/questions.py | 2257 ------------
cron/update_questions.py | 49 +
questions.json | 3044 +++++++++++++++++
5 files changed, 3099 insertions(+), 2287 deletions(-)
rename .github/workflows/{run-python.yml => run-cron.yml} (63%)
delete mode 100644 cron/difficulty.py
delete mode 100644 cron/questions.py
create mode 100644 cron/update_questions.py
create mode 100644 questions.json
diff --git a/.github/workflows/run-python.yml b/.github/workflows/run-cron.yml
similarity index 63%
rename from .github/workflows/run-python.yml
rename to .github/workflows/run-cron.yml
index 897ba9c5..9e132a73 100644
--- a/.github/workflows/run-python.yml
+++ b/.github/workflows/run-cron.yml
@@ -1,9 +1,9 @@
-name: run-python
+name: run-cron
on: workflow_dispatch
jobs:
- build:
+ update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
@@ -15,4 +15,7 @@ jobs:
python -m pip install --upgrade pip
pip install requests
- run: |
- python cron/difficulty.py
\ No newline at end of file
+ python cron/update_questions.py
+ - uses: stefanzweifel/git-auto-commit-action@v4
+ with:
+ commit_message: update questions (cron job)
diff --git a/cron/difficulty.py b/cron/difficulty.py
deleted file mode 100644
index c9de6d3f..00000000
--- a/cron/difficulty.py
+++ /dev/null
@@ -1,27 +0,0 @@
-import requests
-from urllib.parse import urlparse
-from questions import questions
-
-query = '''query questionData($titleSlug: String!) {
- question(titleSlug: $titleSlug) {
- difficulty
- }
-}
-'''
-
-for question in questions:
- p = urlparse(question["url"])
- title_slug = p.path.rstrip('/').split('/')[-1]
- our_difficulty = question["difficulty"]
- variables = {"titleSlug": title_slug}
-
- response = requests.post("https://leetcode.com/graphql",
- json={"query": query, "variables": variables}
- )
-
- their_difficulty = response.json()["data"]["question"]["difficulty"]
-
- if their_difficulty != our_difficulty:
- print(f'{question["name"]}: {our_difficulty} -> {their_difficulty}')
-
-print("Finished checking all questions")
\ No newline at end of file
diff --git a/cron/questions.py b/cron/questions.py
deleted file mode 100644
index 9445ee85..00000000
--- a/cron/questions.py
+++ /dev/null
@@ -1,2257 +0,0 @@
-questions = [
- {
- 'id': 0,
- 'name': 'Contains Duplicate',
- 'url': 'https://leetcode.com/problems/contains-duplicate/',
- 'pattern': ['Arrays'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Adobe',
- 'Google',
- 'Bloomberg',
- 'Facebook',
- 'Apple',
- 'Microsoft',
- ],
- },
- {
- 'id': 1,
- 'name': 'Missing Number',
- 'url': 'https://leetcode.com/problems/missing-number/',
- 'pattern': ['Arrays', 'Bit Manipulation'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['Microsoft', 'Facebook', 'Amazon', 'Google', 'Adobe'],
- },
- {
- 'id': 2,
- 'name': 'Find All Numbers Disappeared in an Array',
- 'url':
- 'https://leetcode.com/problems/find-all-numbers-disappeared-in-an-array/',
- 'pattern': ['Arrays'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['Facebook', 'Amazon'],
- },
- {
- 'id': 3,
- 'name': 'Single Number',
- 'url': 'https://leetcode.com/problems/single-number/',
- 'pattern': ['Arrays', 'Bit Manipulation'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['Amazon', 'Microsoft', 'Adobe'],
- },
- {
- 'id': 4,
- 'name': 'Product of Array Except Self',
- 'url': 'https://leetcode.com/problems/product-of-array-except-self/',
- 'pattern': ['Arrays'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Facebook',
- 'Amazon',
- 'Asana',
- 'Microsoft',
- 'Apple',
- 'Lyft',
- 'Adobe',
- 'Google',
- 'Uber',
- 'Goldman Sachs',
- 'Oracle',
- ],
- },
- {
- 'id': 5,
- 'name': 'Find the Duplicate Number',
- 'url': 'https://leetcode.com/problems/find-the-duplicate-number/',
- 'pattern': ['Arrays', 'Binary Search', 'Two Pointers'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Google',
- 'Microsoft',
- 'Amazon',
- 'Adobe',
- 'Bloomberg',
- 'Facebook',
- 'Apple',
- ],
- },
- {
- 'id': 6,
- 'name': 'Find All Duplicates in an Array',
- 'url': 'https://leetcode.com/problems/find-all-duplicates-in-an-array/',
- 'pattern': ['Arrays'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Amazon', 'Google'],
- },
- {
- 'id': 7,
- 'name': 'Set Matrix Zeroes',
- 'url': 'https://leetcode.com/problems/set-matrix-zeroes/',
- 'pattern': ['Arrays'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Facebook',
- 'Microsoft',
- 'Amazon',
- 'Apple',
- 'Adobe',
- 'Bloomberg',
- 'Oracle',
- ],
- },
- {
- 'id': 8,
- 'name': 'Spiral Matrix',
- 'url': 'https://leetcode.com/problems/spiral-matrix/',
- 'pattern': ['Arrays'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Microsoft',
- 'Amazon',
- 'Facebook',
- 'Apple',
- 'Google',
- 'Oracle',
- 'Bloomberg',
- 'Intuit',
- 'Adobe',
- ],
- },
- {
- 'id': 9,
- 'name': 'Rotate Image',
- 'url': 'https://leetcode.com/problems/rotate-image/',
- 'pattern': ['Arrays'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Facebook',
- 'Microsoft',
- 'Apple',
- 'Bloomberg',
- 'Uber',
- 'Google',
- ],
- },
- {
- 'id': 10,
- 'name': 'Word Search',
- 'url': 'https://leetcode.com/problems/word-search/',
- 'pattern': ['Backtracking'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Microsoft',
- 'Twitter',
- 'Facebook',
- 'Snapchat',
- 'Goldman Sachs',
- 'Google',
- 'Bloomberg',
- 'Apple',
- 'Adobe',
- 'Oracle',
- 'Qualtrics',
- ],
- },
-
- {
- 'id': 11,
- 'name': 'First Missing Positive',
- 'url': 'https://leetcode.com/problems/first-missing-positive/',
- 'pattern': ['Arrays'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': ['Amazon', 'Microsoft', 'Facebook', 'Google', 'Adobe', 'Apple'],
- },
- {
- 'id': 12,
- 'name': 'Longest Consecutive Sequence',
- 'url': 'https://leetcode.com/problems/longest-consecutive-sequence/',
- 'pattern': ['Arrays'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Microsoft',
- 'Facebook',
- 'Amazon',
- 'Google',
- 'LinkedIn',
- 'Apple',
- 'Qualtrics',
- 'Goldman Sachs',
- 'Salesforce',
- ],
- },
-
- {
- 'id': 13,
- 'name': 'Letter Case Permutation',
- 'url': 'https://leetcode.com/problems/letter-case-permutation/',
- 'pattern': ['Backtracking'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Microsoft'],
- },
- {
- 'id': 14,
- 'name': 'Subsets',
- 'url': 'https://leetcode.com/problems/subsets/',
- 'pattern': ['Backtracking'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Facebook',
- 'Amazon',
- 'Google',
- 'Bloomberg',
- 'Goldman Sachs',
- 'Adobe',
- 'Twitter',
- ],
- },
- {
- 'id': 15,
- 'name': 'Subsets II',
- 'url': 'https://leetcode.com/problems/subsets-ii/',
- 'pattern': ['Backtracking'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Facebook', 'Amazon', 'Bloomberg'],
- },
- {
- 'id': 16,
- 'name': 'Permutations',
- 'url': 'https://leetcode.com/problems/permutations/',
- 'pattern': ['Backtracking'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Facebook',
- 'LinkedIn',
- 'Bloomberg',
- 'Google',
- 'Microsoft',
- 'Adobe',
- 'Apple',
- 'Oracle',
- ],
- },
- {
- 'id': 17,
- 'name': 'Permutations II',
- 'url': 'https://leetcode.com/problems/permutations-ii/',
- 'pattern': ['Backtracking'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['LinkedIn', 'Facebook', 'Amazon', 'Adobe', 'Apple'],
- },
- {
- 'id': 18,
- 'name': 'Combinations',
- 'url': 'https://leetcode.com/problems/combinations/',
- 'pattern': ['Backtracking'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Google', 'Facebook', 'Amazon'],
- },
- {
- 'id': 19,
- 'name': 'Combination Sum',
- 'url': 'https://leetcode.com/problems/combination-sum/',
- 'pattern': ['Backtracking'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Facebook',
- 'Amazon',
- 'Airbnb',
- 'Apple',
- 'Adobe',
- 'Microsoft',
- 'LinkedIn',
- 'Goldman Sachs',
- 'Snapchat',
- 'Salesforce',
- ],
- },
- {
- 'id': 20,
- 'name': 'Combination Sum II',
- 'url': 'https://leetcode.com/problems/combination-sum-ii/',
- 'pattern': ['Backtracking'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Facebook', 'Amazon'],
- },
- {
- 'id': 21,
- 'name': 'Combination Sum III',
- 'url': 'https://leetcode.com/problems/combination-sum-iii/',
- 'pattern': ['Backtracking'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Google'],
- },
- {
- 'id': 22,
- 'name': 'Generate Parentheses',
- 'url': 'https://leetcode.com/problems/generate-parentheses/',
- 'pattern': ['Backtracking'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Facebook',
- 'Microsoft',
- 'Apple',
- 'Bloomberg',
- 'Adobe',
- 'Uber',
- 'Google',
- 'Goldman Sachs',
- ],
- },
- {
- 'id': 23,
- 'name': 'Target Sum',
- 'url': 'https://leetcode.com/problems/target-sum/',
- 'pattern': ['DFS', 'Dynamic Programming'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Facebook', 'Amazon', 'Microsoft', 'Adobe'],
- },
- {
- 'id': 24,
- 'name': 'Palindrome Partitioning',
- 'url': 'https://leetcode.com/problems/palindrome-partitioning/',
- 'pattern': ['Backtracking'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Apple'],
- },
- {
- 'id': 25,
- 'name': 'Letter Combinations of a Phone Number',
- 'url': 'https://leetcode.com/problems/letter-combinations-of-a-phone-number/',
- 'pattern': ['Backtracking'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Microsoft',
- 'Facebook',
- 'Google',
- 'Uber',
- 'Apple',
- 'Adobe',
- 'Twitter',
- 'Bloomberg',
- 'Oracle',
- 'Goldman Sachs',
- 'Snapchat',
- 'Intuit',
- ],
- },
- {
- 'id': 26,
- 'name': 'Generalized Abbreviation',
- 'url': 'https://leetcode.com/problems/generalized-abbreviation/',
- 'pattern': ['Backtracking'],
- 'difficulty': 'Medium',
- 'premium': True,
- 'companies': ['Google'],
- },
- {
- 'id': 27,
- 'name': 'Sudoku Solver',
- 'url': 'https://leetcode.com/problems/sudoku-solver/',
- 'pattern': ['Backtracking'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': ['Google', 'Intuit', 'Amazon', 'Apple', 'Uber', 'Bloomberg'],
- },
- {
- 'id': 28,
- 'name': 'N-Queens',
- 'url': 'https://leetcode.com/problems/n-queens/',
- 'pattern': ['Backtracking'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Microsoft',
- 'Apple',
- 'Facebook',
- 'Uber',
- 'Goldman Sachs',
- 'Adobe',
- ],
- },
- {
- 'id': 29,
- 'name': 'Climbing Stairs',
- 'url': 'https://leetcode.com/problems/climbing-stairs/',
- 'pattern': ['Dynamic Programming'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['Amazon', 'Microsoft', 'Google', 'Bloomberg', 'Apple', 'Adobe'],
- },
- {
- 'id': 30,
- 'name': 'House Robber',
- 'url': 'https://leetcode.com/problems/house-robber/',
- 'pattern': ['Dynamic Programming'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Microsoft',
- 'Google',
- 'Apple',
- 'Adobe',
- 'Qualtrics',
- 'Bloomberg',
- 'Facebook',
- 'Goldman Sachs',
- ],
- },
- {
- 'id': 31,
- 'name': 'Best Time to Buy and Sell Stock',
- 'url': 'https://leetcode.com/problems/best-time-to-buy-and-sell-stock/',
- 'pattern': ['Greedy'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Facebook',
- 'Apple',
- 'Adobe',
- 'Microsoft',
- 'Bloomberg',
- 'Snapchat',
- 'Goldman Sachs',
- 'Uber',
- 'Oracle',
- 'Google',
- 'BlackRock',
- 'Citadel',
- 'JPMorgan',
- 'Salesforce',
- ],
- },
- {
- 'id': 32,
- 'name': 'Maximum Subarray',
- 'url': 'https://leetcode.com/problems/maximum-subarray/',
- 'pattern': ['Dynamic Programming'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'LinkedIn',
- 'Amazon',
- 'Adobe',
- 'Apple',
- 'Microsoft',
- 'Google',
- 'Bloomberg',
- 'Facebook',
- 'Uber',
- 'Oracle',
- 'Goldman Sachs',
- 'JPMorgan',
- ],
- },
- {
- 'id': 33,
- 'name': 'Range Sum Query - Immutable',
- 'url': 'https://leetcode.com/problems/range-sum-query-immutable/',
- 'pattern': ['Dynamic Programming'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['Facebook', 'Adobe'],
- },
- {
- 'id': 34,
- 'name': 'House Robber II',
- 'url': 'https://leetcode.com/problems/house-robber-ii/',
- 'pattern': ['Dynamic Programming'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Amazon', 'Google'],
- },
- {
- 'id': 35,
- 'name': 'Coin Change',
- 'url': 'https://leetcode.com/problems/coin-change/',
- 'pattern': ['Dynamic Programming'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Amazon', 'Microsoft', 'Google', 'Apple'],
- },
- {
- 'id': 36,
- 'name': 'Maximum Product Subarray',
- 'url': 'https://leetcode.com/problems/maximum-product-subarray/',
- 'pattern': ['Dynamic Programming'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'LinkedIn',
- 'Amazon',
- 'Microsoft',
- 'Google',
- 'Apple',
- 'Facebook',
- 'Bloomberg',
- ],
- },
- {
- 'id': 37,
- 'name': 'Longest Increasing Subsequence',
- 'url': 'https://leetcode.com/problems/longest-increasing-subsequence/',
- 'pattern': ['Dynamic Programming'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Google',
- 'Amazon',
- 'Facebook',
- 'Microsoft',
- 'Apple',
- 'Bloomberg',
- ],
- },
- {
- 'id': 38,
- 'name': 'Longest Palindromic Substring',
- 'url': 'https://leetcode.com/problems/longest-palindromic-substring/',
- 'pattern': ['Dynamic Programming'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Microsoft',
- 'Adobe',
- 'Apple',
- 'Facebook',
- 'Google',
- 'Oracle',
- 'Salesforce',
- 'Bloomberg',
- 'LinkedIn',
- 'Tesla',
- ],
- },
- {
- 'id': 39,
- 'name': 'Word Break',
- 'url': 'https://leetcode.com/problems/word-break/',
- 'pattern': ['Dynamic Programming'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Facebook',
- 'Amazon',
- 'Microsoft',
- 'Uber',
- 'Apple',
- 'Bloomberg',
- 'Qualtrics',
- 'Adobe',
- 'Google',
- 'Snapchat',
- 'Salesforce',
- ],
- },
- {
- 'id': 40,
- 'name': 'Combination Sum IV',
- 'url': 'https://leetcode.com/problems/combination-sum-iv/',
- 'pattern': ['Dynamic Programming'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Google', 'Amazon', 'Facebook'],
- },
- {
- 'id': 41,
- 'name': 'Decode Ways',
- 'url': 'https://leetcode.com/problems/decode-ways/',
- 'pattern': ['Dynamic Programming'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Google',
- 'Snapchat',
- 'Lyft',
- 'Goldman Sachs',
- 'Microsoft',
- 'Bloomberg',
- 'JPMorgan',
- ],
- },
- {
- 'id': 42,
- 'name': 'Unique Paths',
- 'url': 'https://leetcode.com/problems/unique-paths/',
- 'pattern': ['Dynamic Programming'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Google',
- 'Facebook',
- 'Amazon',
- 'Apple',
- 'Microsoft',
- 'Bloomberg',
- ],
- },
- {
- 'id': 43,
- 'name': 'Jump Game',
- 'url': 'https://leetcode.com/problems/jump-game/',
- 'pattern': ['Dynamic Programming', 'Greedy'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Facebook',
- 'Uber',
- 'Oracle',
- 'Adobe',
- 'Microsoft',
- 'Bloomberg',
- ],
- },
- {
- 'id': 44,
- 'name': 'Palindromic Substrings',
- 'url': 'https://leetcode.com/problems/palindromic-substrings/',
- 'pattern': ['Dynamic Programming'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Facebook', 'Microsoft', 'Google', 'Goldman Sachs'],
- },
- {
- 'id': 45,
- 'name': 'Number of Longest Increasing Subsequence',
- 'url':
- 'https://leetcode.com/problems/number-of-longest-increasing-subsequence/',
- 'pattern': ['Dynamic Programming'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Amazon', 'Google'],
- },
- {
- 'id': 46,
- 'name': 'Partition Equal Subset Sum',
- 'url': 'https://leetcode.com/problems/partition-equal-subset-sum/',
- 'pattern': ['Dynamic Programming'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Facebook',
- 'Google',
- 'Amazon',
- 'Microsoft',
- 'Uber',
- 'Apple',
- 'Bloomberg',
- ],
- },
- {
- 'id': 47,
- 'name': 'Partition to K Equal Sum Subsets',
- 'url': 'https://leetcode.com/problems/partition-to-k-equal-sum-subsets/',
- 'pattern': ['Dynamic Programming'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['LinkedIn', 'Facebook'],
- },
- {
- 'id': 48,
- 'name': 'Best Time to Buy and Sell Stock with Cooldown',
- 'url':
- 'https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/',
- 'pattern': ['Dynamic Programming'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Adobe', 'Bloomberg'],
- },
- {
- 'id': 49,
- 'name': 'Counting Bits',
- 'url': 'https://leetcode.com/problems/counting-bits/',
- 'pattern': ['Dynamic Programming', 'Bit Manipulation'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['Google'],
- },
- {
- 'id': 50,
- 'name': 'Linked List Cycle',
- 'url': 'https://leetcode.com/problems/linked-list-cycle/',
- 'pattern': ['Fast & Slow Pointers'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': [
- 'Microsoft',
- 'Amazon',
- 'Bloomberg',
- 'Oracle',
- 'Facebook',
- 'Google',
- ],
- },
- {
- 'id': 51,
- 'name': 'Middle of the Linked List',
- 'url': 'https://leetcode.com/problems/middle-of-the-linked-list/',
- 'pattern': ['Fast & Slow Pointers'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['Amazon', 'Apple', 'Microsoft', 'Adobe', 'Goldman Sachs'],
- },
- {
- 'id': 52,
- 'name': 'Palindrome Linked List',
- 'url': 'https://leetcode.com/problems/palindrome-linked-list/',
- 'pattern': ['Fast & Slow Pointers'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['Facebook', 'Amazon', 'Microsoft', 'Intuit', 'Bloomberg'],
- },
- {
- 'id': 53,
- 'name': 'Remove Linked List Elements',
- 'url': 'https://leetcode.com/problems/remove-linked-list-elements/',
- 'pattern': ['Fast & Slow Pointers'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['Facebook', 'Microsoft'],
- },
- {
- 'id': 54,
- 'name': 'Remove Duplicates from Sorted List',
- 'url': 'https://leetcode.com/problems/remove-duplicates-from-sorted-list/',
- 'pattern': ['Fast & Slow Pointers'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['Amazon', 'Adobe', 'Facebook', 'Microsoft'],
- },
- {
- 'id': 55,
- 'name': 'Linked List Cycle II',
- 'url': 'https://leetcode.com/problems/linked-list-cycle-ii/',
- 'pattern': ['Fast & Slow Pointers'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Microsoft', 'Amazon', 'Goldman Sachs', 'Oracle'],
- },
- {
- 'id': 56,
- 'name': 'Add Two Numbers',
- 'url': 'https://leetcode.com/problems/add-two-numbers/',
- 'pattern': ['Fast & Slow Pointers'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Bloomberg',
- 'Adobe',
- 'Microsoft',
- 'Facebook',
- 'Google',
- 'Apple',
- 'Uber',
- 'Capital One',
- 'Oracle',
- ],
- },
- {
- 'id': 57,
- 'name': 'Remove Nth Node From End Of List',
- 'url': 'https://leetcode.com/problems/remove-nth-node-from-end-of-list/',
- 'pattern': ['Fast & Slow Pointers'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Facebook', 'Microsoft', 'Amazon', 'Google', 'Apple'],
- },
- {
- 'id': 58,
- 'name': 'Sort List',
- 'url': 'https://leetcode.com/problems/sort-list/',
- 'pattern': ['Fast & Slow Pointers'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Facebook', 'Amazon', 'Apple', 'Uber'],
- },
- {
- 'id': 59,
- 'name': 'Reorder List',
- 'url': 'https://leetcode.com/problems/reorder-list/',
- 'pattern': ['Fast & Slow Pointers'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Amazon', 'Adobe', 'Facebook', 'Google', 'Snapchat', 'Uber'],
- },
- {
- 'id': 60,
- 'name': 'Clone Graph',
- 'url': 'https://leetcode.com/problems/clone-graph/',
- 'pattern': ['BFS', 'DFS', 'Graph'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Facebook',
- 'Microsoft',
- 'Amazon',
- 'Salesforce',
- 'Google',
- 'Twitter',
- 'Bloomberg',
- 'Oracle',
- 'Apple',
- ],
- },
- {
- 'id': 61,
- 'name': 'Pacific Atlantic Water Flow',
- 'url': 'https://leetcode.com/problems/pacific-atlantic-water-flow/',
- 'pattern': ['BFS', 'DFS'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Google', 'Amazon', 'Microsoft', 'Facebook', 'Apple'],
- },
- {
- 'id': 62,
- 'name': 'Number of Islands',
- 'url': 'https://leetcode.com/problems/number-of-islands/',
- 'pattern': ['BFS', 'DFS', 'Union Find'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Microsoft',
- 'Bloomberg',
- 'Google',
- 'LinkedIn',
- 'Facebook',
- 'Apple',
- 'Oracle',
- 'Goldman Sachs',
- 'Salesforce',
- 'Lyft',
- 'Uber',
- 'Adobe',
- 'Qualtrics',
- ],
- },
- {
- 'id': 63,
- 'name': 'Graph Valid Tree',
- 'url': 'https://leetcode.com/problems/graph-valid-tree/',
- 'pattern': ['BFS', 'DFS', 'Graph', 'Union Find'],
- 'difficulty': 'Medium',
- 'premium': True,
- 'companies': ['LinkedIn', 'Google', 'Bloomberg'],
- },
- {
- 'id': 64,
- 'name': 'Number of Connected Components in an Undirected Graph',
- 'url':
- 'https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/',
- 'pattern': ['BFS', 'DFS', 'Graph', 'Union Find'],
- 'difficulty': 'Medium',
- 'premium': True,
- 'companies': ['Amazon', 'LinkedIn', 'Facebook', 'Pinterest'],
- },
- {
- 'id': 65,
- 'name': 'Reverse Linked List',
- 'url': 'https://leetcode.com/problems/reverse-linked-list/',
- 'pattern': ['In-place reversal of a linked list'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['Microsoft', 'Bloomberg', 'Amazon', 'Facebook', 'Apple'],
- },
- {
- 'id': 66,
- 'name': 'Reverse Linked List II',
- 'url': 'https://leetcode.com/problems/reverse-linked-list-ii/',
- 'pattern': ['In-place reversal of a linked list'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Apple', 'Facebook', 'Amazon', 'Google', 'Adobe'],
- },
- {
- 'id': 67,
- 'name': 'Rotate List',
- 'url': 'https://leetcode.com/problems/rotate-list/',
- 'pattern': ['In-place reversal of a linked list'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Amazon', 'LinkedIn', 'Microsoft', 'Adobe', 'Apple', 'Oracle'],
- },
- {
- 'id': 68,
- 'name': 'Swap Nodes in Pairs',
- 'url': 'https://leetcode.com/problems/swap-nodes-in-pairs/',
- 'pattern': ['In-place reversal of a linked list'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Facebook', 'Amazon', 'Microsoft'],
- },
- {
- 'id': 69,
- 'name': 'Odd Even Linked List',
- 'url': 'https://leetcode.com/problems/odd-even-linked-list/',
- 'pattern': ['In-place reversal of a linked list'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Facebook',
- 'Microsoft',
- 'Bloomberg',
- 'Amazon',
- 'Adobe',
- 'Apple',
- ],
- },
- {
- 'id': 70,
- 'name': 'Reverse Nodes in k-Group',
- 'url': 'https://leetcode.com/problems/reverse-nodes-in-k-group/',
- 'pattern': ['In-place reversal of a linked list'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': [
- 'Capital One',
- 'Microsoft',
- 'Amazon',
- 'Google',
- 'Facebook',
- 'Snapchat',
- 'Oracle',
- ],
- },
- {
- 'id': 71,
- 'name': 'Merge Two Sorted Lists',
- 'url': 'https://leetcode.com/problems/merge-two-sorted-lists/',
- 'pattern': ['Two Pointers'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Facebook',
- 'Microsoft',
- 'Adobe',
- 'Google',
- 'Bloomberg',
- 'Apple',
- 'Uber',
- ],
- },
- {
- 'id': 72,
- 'name': 'Kth Smallest Element in a Sorted Matrix',
- 'url':
- 'https://leetcode.com/problems/kth-smallest-element-in-a-sorted-matrix/',
- 'pattern': ['Binary Search', 'Heap'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Facebook', 'Amazon', 'Microsoft', 'Bloomberg'],
- },
- {
- 'id': 73,
- 'name': 'Find K Pairs with Smallest Sums',
- 'url': 'https://leetcode.com/problems/find-k-pairs-with-smallest-sums/',
- 'pattern': ['Heap'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['LinkedIn', 'Microsoft', 'Apple'],
- },
- {
- 'id': 74,
- 'name': 'Merge k Sorted Lists',
- 'url': 'https://leetcode.com/problems/merge-k-sorted-lists/',
- 'pattern': ['Heap'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': [
- 'Facebook',
- 'Amazon',
- 'Microsoft',
- 'Google',
- 'Apple',
- 'Bloomberg',
- 'Adobe',
- 'Uber',
- 'Qualtrics',
- 'Oracle',
- ],
- },
- {
- 'id': 75,
- 'name': 'Smallest Range Covering Elements from K Lists',
- 'url':
- 'https://leetcode.com/problems/smallest-range-covering-elements-from-k-lists/',
- 'pattern': ['Heap'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': ['Google', 'Amazon', 'Microsoft', 'Pinterest'],
- },
- {
- 'id': 76,
- 'name': 'Meeting Rooms',
- 'url': 'https://leetcode.com/problems/meeting-rooms',
- 'pattern': ['Intervals'],
- 'difficulty': 'Easy',
- 'premium': True,
- 'companies': ['Amazon', 'Microsoft', 'Facebook'],
- },
- {
- 'id': 77,
- 'name': 'Merge Intervals',
- 'url': 'https://leetcode.com/problems/merge-intervals/',
- 'pattern': ['Intervals'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Facebook',
- 'Microsoft',
- 'Salesforce',
- 'Google',
- 'Uber',
- 'Bloomberg',
- 'Adobe',
- 'Apple',
- 'LinkedIn',
- 'Twitter',
- 'Oracle',
- 'JPMorgan',
- 'Snapchat',
- ],
- },
- {
- 'id': 78,
- 'name': 'Interval List Intersections',
- 'url': 'https://leetcode.com/problems/interval-list-intersections/',
- 'pattern': ['Intervals'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Facebook', 'Uber', 'Google'],
- },
- {
- 'id': 79,
- 'name': 'Non-overlapping Intervals',
- 'url': 'https://leetcode.com/problems/non-overlapping-intervals/',
- 'pattern': ['Intervals'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Amazon', 'Facebook', 'Oracle'],
- },
- {
- 'id': 80,
- 'name': 'Meeting Rooms II',
- 'url': 'https://leetcode.com/problems/meeting-rooms-ii/',
- 'pattern': ['Heap', 'Intervals'],
- 'difficulty': 'Medium',
- 'premium': True,
- 'companies': [
- 'Amazon',
- 'Facebook',
- 'Bloomberg',
- 'Microsoft',
- 'Google',
- 'Oracle',
- 'Uber',
- 'Twitter',
- 'Snapchat',
- 'Qualtrics',
- 'Adobe',
- 'Quora',
- 'Goldman Sachs',
- ],
- },
- {
- 'id': 81,
- 'name': 'Task Scheduler',
- 'url': 'https://leetcode.com/problems/task-scheduler/',
- 'pattern': ['Greedy', 'Heap'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Facebook',
- 'Google',
- 'Uber',
- 'Amazon',
- 'Microsoft',
- 'Salesforce',
- ],
- },
- {
- 'id': 82,
- 'name': 'Minimum Number of Arrows to Burst Balloons',
- 'url':
- 'https://leetcode.com/problems/minimum-number-of-arrows-to-burst-balloons/',
- 'pattern': ['Greedy'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Apple'],
- },
- {
- 'id': 83,
- 'name': 'Insert Interval',
- 'url': 'https://leetcode.com/problems/insert-interval/',
- 'pattern': ['Intervals'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Google',
- 'Facebook',
- 'LinkedIn',
- 'Microsoft',
- 'Twitter',
- 'Citadel',
- ],
- },
- {
- 'id': 84,
- 'name': 'Employee Free Time',
- 'url': 'https://leetcode.com/problems/employee-free-time/',
- 'pattern': ['Heap', 'Greedy'],
- 'difficulty': 'Hard',
- 'premium': True,
- 'companies': [
- 'Pinterest',
- 'Amazon',
- 'Airbnb',
- 'Snapchat',
- 'Google',
- 'Facebook',
- 'Apple',
- 'Oracle',
- 'Uber',
- ],
- },
- {
- 'id': 85,
- 'name': 'Binary Search',
- 'url': 'https://leetcode.com/problems/binary-search/',
- 'pattern': ['Binary Search'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['Adobe', 'Apple', 'Uber', 'Goldman Sachs'],
- },
- {
- 'id': 86,
- 'name': 'Find Smallest Letter Greater Than Target',
- 'url':
- 'https://leetcode.com/problems/find-smallest-letter-greater-than-target/',
- 'pattern': ['Binary Search'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['LinkedIn'],
- },
- {
- 'id': 87,
- 'name': 'Peak Index in a Mountain Array',
- 'url': 'https://leetcode.com/problems/peak-index-in-a-mountain-array/',
- 'pattern': ['Binary Search'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Google', 'Amazon', 'Bloomberg', 'Facebook'],
- },
- {
- 'id': 88,
- 'name': 'Find Minimum in Rotated Sorted Array',
- 'url': 'https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/',
- 'pattern': ['Binary Search'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Facebook',
- 'Microsoft',
- 'Amazon',
- 'Bloomberg',
- 'Uber',
- 'Adobe',
- 'Apple',
- ],
- },
- {
- 'id': 89,
- 'name': 'Find Peak Element',
- 'url': 'https://leetcode.com/problems/find-peak-element/',
- 'pattern': ['Binary Search'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Facebook', 'Amazon', 'Uber', 'Google', 'Microsoft'],
- },
- {
- 'id': 90,
- 'name': 'Search in Rotated Sorted Array',
- 'url': 'https://leetcode.com/problems/search-in-rotated-sorted-array/',
- 'pattern': ['Binary Search'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Microsoft',
- 'Amazon',
- 'LinkedIn',
- 'Facebook',
- 'Bloomberg',
- 'Adobe',
- 'Apple',
- 'Goldman Sachs',
- 'Oracle',
- 'Uber',
- 'Morgan Stanley',
- ],
- },
- {
- 'id': 91,
- 'name': 'Search in Rotated Sorted Array II',
- 'url': 'https://leetcode.com/problems/search-in-rotated-sorted-array-ii/',
- 'pattern': ['Binary Search'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['LinkedIn', 'Amazon', 'Facebook', 'Microsoft'],
- },
- {
- 'id': 92,
- 'name': 'Search a 2D Matrix',
- 'url': 'https://leetcode.com/problems/search-a-2d-matrix/',
- 'pattern': ['Binary Search'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Facebook',
- 'Bloomberg',
- 'Microsoft',
- 'Uber',
- 'Google',
- 'Apple',
- ],
- },
- {
- 'id': 93,
- 'name': 'Search a 2D Matrix II',
- 'url': 'https://leetcode.com/problems/search-a-2d-matrix-ii/',
- 'pattern': ['Binary Search'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Microsoft', 'Amazon', 'Facebook', 'Apple', 'Uber'],
- },
- {
- 'id': 94,
- 'name': 'Find K Closest Elements',
- 'url': 'https://leetcode.com/problems/find-k-closest-elements/',
- 'pattern': ['Binary Search'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Facebook',
- 'Amazon',
- 'Google',
- 'Uber',
- 'Microsoft',
- 'Bloomberg',
- ],
- },
- {
- 'id': 95,
- 'name': 'Count of Range Sum',
- 'url': 'https://leetcode.com/problems/count-of-range-sum/',
- 'pattern': ['Binary Search'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': ['Google'],
- },
- {
- 'id': 96,
- 'name': 'Minimum Size Subarray Sum',
- 'url': 'https://leetcode.com/problems/minimum-size-subarray-sum/',
- 'pattern': ['Sliding Window'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Goldman Sachs', 'Facebook', 'Amazon', 'Google'],
- },
- {
- 'id': 97,
- 'name': 'Fruit Into Baskets',
- 'url': 'https://leetcode.com/problems/fruit-into-baskets/',
- 'pattern': ['Sliding Window'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Amazon'],
- },
- {
- 'id': 98,
- 'name': 'Permutation in String',
- 'url': 'https://leetcode.com/problems/permutation-in-string/',
- 'pattern': ['Sliding Window'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Oracle', 'Facebook'],
- },
- {
- 'id': 99,
- 'name': 'Longest Repeating Character Replacement',
- 'url':
- 'https://leetcode.com/problems/longest-repeating-character-replacement/',
- 'pattern': ['Sliding Window'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Facebook', 'Uber', 'Amazon', 'Adobe'],
- },
- {
- 'id': 100,
- 'name': 'Sliding Window Maximum',
- 'url': 'https://leetcode.com/problems/sliding-window-maximum/',
- 'pattern': ['Sliding Window'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Facebook',
- 'Goldman Sachs',
- 'Citadel',
- 'Google',
- 'Uber',
- 'Microsoft',
- 'Salesforce',
- 'Apple',
- 'Twitter',
- 'Atlassian',
- ],
- },
- {
- 'id': 101,
- 'name': 'Longest Substring Without Repeating Characters',
- 'url':
- 'https://leetcode.com/problems/longest-substring-without-repeating-characters/',
- 'pattern': ['Sliding Window'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Microsoft',
- 'Bloomberg',
- 'Facebook',
- 'Adobe',
- 'Google',
- 'Apple',
- 'Uber',
- 'Goldman Sachs',
- ],
- },
- {
- 'id': 102,
- 'name': 'Minimum Number of K Consecutive Bit Flips',
- 'url':
- 'https://leetcode.com/problems/minimum-number-of-k-consecutive-bit-flips/',
- 'pattern': ['Sliding Window'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': ['Adobe'],
- },
- {
- 'id': 103,
- 'name': 'Count Unique Characters of All Substrings of a Given String',
- 'url':
- 'https://leetcode.com/problems/count-unique-characters-of-all-substrings-of-a-given-string/',
- 'pattern': ['Sliding Window'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': ['Amazon'],
- },
- {
- 'id': 104,
- 'name': 'Minimum Window Substring',
- 'url': 'https://leetcode.com/problems/minimum-window-substring/',
- 'pattern': ['Sliding Window'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': [
- 'Facebook',
- 'Amazon',
- 'LinkedIn',
- 'Snapchat',
- 'Google',
- 'Lyft',
- 'Adobe',
- ],
- },
- {
- 'id': 105,
- 'name': 'Substring with Concatenation of All Words',
- 'url':
- 'https://leetcode.com/problems/substring-with-concatenation-of-all-words/',
- 'pattern': ['Sliding Window'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': ['Apple'],
- },
- {
- 'id': 106,
- 'name': 'Kth Smallest Element in a BST',
- 'url': 'https://leetcode.com/problems/kth-smallest-element-in-a-bst/',
- 'pattern': ['DFS'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Amazon', 'Facebook'],
- },
- {
- 'id': 107,
- 'name': 'K Closest Points to Origin',
- 'url': 'https://leetcode.com/problems/k-closest-points-to-origin/',
- 'pattern': ['Heap'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Facebook', 'Amazon', 'LinkedIn', 'Google', 'Asana'],
- },
- {
- 'id': 108,
- 'name': 'Top K Frequent Elements',
- 'url': 'https://leetcode.com/problems/top-k-frequent-elements/',
- 'pattern': ['Heap'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Facebook',
- 'Amazon',
- 'Bloomberg',
- 'Microsoft',
- 'Uber',
- 'Apple',
- 'Google',
- 'Adobe',
- 'Snapchat',
- 'Oracle',
- 'LinkedIn',
- ],
- },
- {
- 'id': 109,
- 'name': 'Sort Characters By Frequency',
- 'url': 'https://leetcode.com/problems/sort-characters-by-frequency/',
- 'pattern': ['Heap'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Amazon', 'Bloomberg', 'Facebook'],
- },
- {
- 'id': 110,
- 'name': 'Kth Largest Element in an Array',
- 'url': 'https://leetcode.com/problems/kth-largest-element-in-an-array/',
- 'pattern': ['Heap', 'QuickSelect'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Facebook',
- 'Amazon',
- 'LinkedIn',
- 'Microsoft',
- 'Google',
- 'Goldman Sachs',
- 'Uber',
- 'Oracle',
- ],
- },
- {
- 'id': 111,
- 'name': 'Reorganize String',
- 'url': 'https://leetcode.com/problems/reorganize-string/',
- 'pattern': ['Greedy', 'Heap'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Amazon', 'Facebook', 'Google', 'Apple', 'Uber', 'Microsoft'],
- },
- {
- 'id': 112,
- 'name': 'Rearrange String k Distance Apart',
- 'url': 'https://leetcode.com/problems/rearrange-string-k-distance-apart',
- 'pattern': ['Greedy', 'Heap'],
- 'difficulty': 'Hard',
- 'premium': True,
- 'companies': ['Twitter'],
- },
- {
- 'id': 113,
- 'name': 'Course Schedule III',
- 'url': 'https://leetcode.com/problems/course-schedule-iii/',
- 'pattern': ['Greedy', 'Heap'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': ['Amazon'],
- },
- {
- 'id': 114,
- 'name': 'Maximum Frequency Stack',
- 'url': 'https://leetcode.com/problems/maximum-frequency-stack/',
- 'pattern': ['Bucket Sort', 'Heap'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': ['Microsoft', 'Amazon', 'Apple', 'Facebook'],
- },
- {
- 'id': 115,
- 'name': 'Course Schedule',
- 'url': 'https://leetcode.com/problems/course-schedule/',
- 'pattern': ['BFS', 'DFS', 'Graph', 'Topological Sort'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Microsoft',
- 'Facebook',
- 'Google',
- 'Oracle',
- 'Apple',
- 'Snapchat',
- ],
- },
- {
- 'id': 116,
- 'name': 'Course Schedule II',
- 'url': 'https://leetcode.com/problems/course-schedule-ii/',
- 'pattern': ['BFS', 'DFS', 'Graph', 'Topological Sort'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Microsoft',
- 'Google',
- 'Facebook',
- 'Snapchat',
- 'Uber',
- 'Apple',
- 'Lyft',
- 'Bloomberg',
- ],
- },
- {
- 'id': 117,
- 'name': 'Minimum Height Trees',
- 'url': 'https://leetcode.com/problems/minimum-height-trees/',
- 'pattern': ['BFS', 'Graph', 'Topological Sort'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Amazon', 'Facebook', 'Google', 'Microsoft'],
- },
- {
- 'id': 118,
- 'name': 'Alien Dictionary',
- 'url': 'https://leetcode.com/problems/alien-dictionary',
- 'pattern': ['Graph', 'Topological Sort'],
- 'difficulty': 'Hard',
- 'premium': True,
- 'companies': [
- 'Facebook',
- 'Google',
- 'Amazon',
- 'Airbnb',
- 'Pinterest',
- 'Uber',
- 'Microsoft',
- ],
- },
- {
- 'id': 119,
- 'name': 'Sequence Reconstruction',
- 'url': 'https://leetcode.com/problems/sequence-reconstruction',
- 'pattern': ['Graph', 'Topological Sort'],
- 'difficulty': 'Medium',
- 'premium': True,
- 'companies': ['Google'],
- },
- {
- 'id': 120,
- 'name': 'Binary Tree Level Order Traversal II',
- 'url': 'https://leetcode.com/problems/binary-tree-level-order-traversal-ii/',
- 'pattern': ['BFS'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Amazon'],
- },
- {
- 'id': 121,
- 'name': 'Average of Levels in Binary Tree',
- 'url': 'https://leetcode.com/problems/average-of-levels-in-binary-tree/',
- 'pattern': ['BFS'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['Facebook', 'Amazon'],
- },
- {
- 'id': 122,
- 'name': 'Minimum Depth of Binary Tree',
- 'url': 'https://leetcode.com/problems/minimum-depth-of-binary-tree/',
- 'pattern': ['BFS', 'DFS'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['Facebook', 'Goldman Sachs'],
- },
- {
- 'id': 123,
- 'name': 'Binary Tree Level Order Traversal',
- 'url': 'https://leetcode.com/problems/binary-tree-level-order-traversal/',
- 'pattern': ['BFS'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'LinkedIn',
- 'Amazon',
- 'Facebook',
- 'Bloomberg',
- 'Microsoft',
- 'Apple',
- 'Oracle',
- 'Google',
- ],
- },
- {
- 'id': 124,
- 'name': 'Binary Tree Zigzag Level Order Traversal',
- 'url':
- 'https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal/',
- 'pattern': ['BFS'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Facebook',
- 'Microsoft',
- 'Bloomberg',
- 'Google',
- 'Adobe',
- 'LinkedIn',
- 'Qualtrics',
- 'Salesforce',
- ],
- },
- {
- 'id': 125,
- 'name': 'Populating Next Right Pointers in Each Node',
- 'url':
- 'https://leetcode.com/problems/populating-next-right-pointers-in-each-node/',
- 'pattern': ['BFS'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Facebook', 'Microsoft', 'Amazon', 'Bloomberg'],
- },
- {
- 'id': 126,
- 'name': 'Populating Next Right Pointers in Each Node II',
- 'url':
- 'https://leetcode.com/problems/populating-next-right-pointers-in-each-node-ii/',
- 'pattern': ['BFS'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Amazon', 'Bloomberg', 'Microsoft', 'Facebook'],
- },
- {
- 'id': 127,
- 'name': 'Binary Tree Right Side View',
- 'url': 'https://leetcode.com/problems/binary-tree-right-side-view/',
- 'pattern': ['BFS', 'DFS'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Facebook',
- 'Bloomberg',
- 'Amazon',
- 'Oracle',
- 'Qualtrics',
- 'Adobe',
- 'Goldman Sachs',
- ],
- },
- {
- 'id': 128,
- 'name': 'All Nodes Distance K in Binary Tree',
- 'url': 'https://leetcode.com/problems/all-nodes-distance-k-in-binary-tree/',
- 'pattern': ['BFS', 'DFS'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Facebook', 'Amazon', 'Apple', 'Oracle'],
- },
- {
- 'id': 129,
- 'name': 'Same Tree',
- 'url': 'https://leetcode.com/problems/same-tree/',
- 'pattern': ['DFS'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': [
- 'LinkedIn',
- 'Google',
- 'Microsoft',
- 'Amazon',
- 'Facebook',
- 'Apple',
- 'Adobe',
- 'Oracle',
- ],
- },
- {
- 'id': 130,
- 'name': 'Path Sum',
- 'url': 'https://leetcode.com/problems/path-sum/',
- 'pattern': ['DFS'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['Amazon', 'Facebook', 'Oracle'],
- },
- {
- 'id': 131,
- 'name': 'Maximum Depth of Binary Tree',
- 'url': 'https://leetcode.com/problems/maximum-depth-of-binary-tree/',
- 'pattern': ['DFS'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['LinkedIn', 'Google', 'Apple', 'Amazon'],
- },
- {
- 'id': 132,
- 'name': 'Diameter of Binary Tree',
- 'url': 'https://leetcode.com/problems/diameter-of-binary-tree/',
- 'pattern': ['DFS'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': [
- 'Facebook',
- 'Amazon',
- 'Google',
- 'Bloomberg',
- 'Apple',
- 'Microsoft',
- 'Adobe',
- ],
- },
- {
- 'id': 133,
- 'name': 'Merge Two Binary Trees',
- 'url': 'https://leetcode.com/problems/merge-two-binary-trees/',
- 'pattern': ['DFS'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['Amazon', 'Adobe'],
- },
- {
- 'id': 134,
- 'name': 'Lowest Common Ancestor of a Binary Search Tree',
- 'url':
- 'https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/',
- 'pattern': ['DFS'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['LinkedIn', 'Facebook', 'Microsoft', 'Google', 'Uber'],
- },
- {
- 'id': 135,
- 'name': 'Subtree of Another Tree',
- 'url': 'https://leetcode.com/problems/subtree-of-another-tree/',
- 'pattern': ['DFS'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['Facebook', 'Amazon', 'Microsoft'],
- },
- {
- 'id': 136,
- 'name': 'Invert Binary Tree',
- 'url': 'https://leetcode.com/problems/invert-binary-tree/',
- 'pattern': ['DFS'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['Amazon', 'Google', 'Facebook', 'Adobe', 'Apple'],
- },
- {
- 'id': 137,
- 'name': 'Path Sum II',
- 'url': 'https://leetcode.com/problems/path-sum-ii/',
- 'pattern': ['DFS'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Amazon', 'Google', 'Facebook', 'Adobe', 'Apple'],
- },
- {
- 'id': 138,
- 'name': 'Path Sum III',
- 'url': 'https://leetcode.com/problems/path-sum-iii/',
- 'pattern': ['DFS'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Microsoft', 'Facebook', 'Google', 'Oracle'],
- },
- {
- 'id': 139,
- 'name': 'Lowest Common Ancestor of a Binary Tree',
- 'url':
- 'https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/',
- 'pattern': ['DFS'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Facebook',
- 'Amazon',
- 'LinkedIn',
- 'Google',
- 'Microsoft',
- 'Adobe',
- 'Apple',
- 'Salesforce',
- 'Oracle',
- 'Bloomberg',
- 'Intuit',
- ],
- },
- {
- 'id': 140,
- 'name': 'Maximum Binary Tree',
- 'url': 'https://leetcode.com/problems/maximum-binary-tree/',
- 'pattern': ['DFS'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Amazon'],
- },
- {
- 'id': 141,
- 'name': 'Maximum Width of Binary Tree',
- 'url': 'https://leetcode.com/problems/maximum-width-of-binary-tree/',
- 'pattern': ['DFS'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Amazon', 'Google', 'Bloomberg', 'Apple', 'Adobe'],
- },
- {
- 'id': 142,
- 'name': 'Construct Binary Tree from Preorder and Inorder Traversal',
- 'url':
- 'https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/',
- 'pattern': ['DFS'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Amazon', 'Microsoft', 'Adobe', 'Bloomberg', 'Apple'],
- },
- {
- 'id': 143,
- 'name': 'Validate Binary Search Tree',
- 'url': 'https://leetcode.com/problems/validate-binary-search-tree/',
- 'pattern': ['DFS'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Bloomberg',
- 'Microsoft',
- 'Facebook',
- 'Google',
- 'Adobe',
- 'Apple',
- 'Qualtrics',
- 'Lyft',
- ],
- },
- {
- 'id': 144,
- 'name': 'Implement Trie (Prefix Tree)',
- 'url': 'https://leetcode.com/problems/implement-trie-prefix-tree/',
- 'pattern': ['Design', 'Trie'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Twitter',
- 'Google',
- 'Facebook',
- 'Microsoft',
- 'Apple',
- ],
- },
- {
- 'id': 145,
- 'name': 'Binary Tree Maximum Path Sum',
- 'url': 'https://leetcode.com/problems/binary-tree-maximum-path-sum/',
- 'pattern': ['DFS'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': [
- 'Facebook',
- 'Amazon',
- 'Google',
- 'Microsoft',
- 'Adobe',
- 'Bloomberg',
- 'Oracle',
- 'Snapchat',
- ],
- },
- {
- 'id': 146,
- 'name': 'Serialize and Deserialize Binary Tree',
- 'url': 'https://leetcode.com/problems/serialize-and-deserialize-binary-tree/',
- 'pattern': ['Design'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': [
- 'LinkedIn',
- 'Amazon',
- 'Microsoft',
- 'Facebook',
- 'Oracle',
- 'Uber',
- 'Adobe',
- 'Snapchat',
- 'Qualtrics',
- 'Google',
- 'Quora',
- ],
- },
- {
- 'id': 147,
- 'name': 'Word Search II',
- 'url': 'https://leetcode.com/problems/word-search-ii/',
- 'pattern': ['DFS', 'Trie'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Uber',
- 'Microsoft',
- 'Apple',
- 'Twitter',
- 'Snapchat',
- 'Facebook',
- 'Bloomberg',
- 'Google',
- 'Salesforce',
- ],
- },
- {
- 'id': 148,
- 'name': 'Find Median from Data Stream',
- 'url': 'https://leetcode.com/problems/find-median-from-data-stream/',
- 'pattern': ['Heap'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Microsoft',
- 'Apple',
- 'Facebook',
- 'Google',
- 'Bloomberg',
- 'Uber',
- 'Airbnb',
- ],
- },
- {
- 'id': 149,
- 'name': 'Sliding Window Median',
- 'url': 'https://leetcode.com/problems/sliding-window-median/',
- 'pattern': ['Heap'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': ['Facebook', 'Amazon'],
- },
- {
- 'id': 150,
- 'name': 'Two Sum',
- 'url': 'https://leetcode.com/problems/two-sum/',
- 'pattern': ['Two Pointers'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Google',
- 'Adobe',
- 'Apple',
- 'Microsoft',
- 'Facebook',
- 'Bloomberg',
- 'Uber',
- 'Oracle',
- 'Morgan Stanley',
- 'Citadel',
- 'Salesforce',
- 'Goldman Sachs',
- 'JPMorgan',
- 'Snapchat',
- ],
- },
- {
- 'id': 151,
- 'name': 'Squares of a Sorted Array',
- 'url': 'https://leetcode.com/problems/squares-of-a-sorted-array/',
- 'pattern': ['Two Pointers'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['Facebook', 'Amazon', 'Google', 'Adobe', 'Apple', 'Uber'],
- },
- {
- 'id': 152,
- 'name': 'Backspace String Compare',
- 'url': 'https://leetcode.com/problems/backspace-string-compare/',
- 'pattern': ['Two Pointers'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['Facebook', 'Amazon', 'Apple', 'Google', 'Microsoft'],
- },
- {
- 'id': 153,
- 'name': '3 Sum',
- 'url': 'https://leetcode.com/problems/3sum/',
- 'pattern': ['Two Pointers'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Facebook',
- 'Apple',
- 'Microsoft',
- 'Adobe',
- 'Google',
- 'Bloomberg',
- 'Intuit',
- 'Qualtrics',
- 'Salesforce',
- 'Goldman Sachs',
- 'Uber',
- 'Oracle',
- ],
- },
- {
- 'id': 154,
- 'name': '3 Sum Closest',
- 'url': 'https://leetcode.com/problems/3sum-closest/',
- 'pattern': ['Two Pointers'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Facebook',
- 'Amazon',
- 'Capital One',
- 'Apple',
- 'Google',
- 'Adobe',
- 'Microsoft',
- 'Oracle',
- ],
- },
- {
- 'id': 155,
- 'name': 'Subarrays with Product Less than K',
- 'url': 'https://leetcode.com/problems/subarray-product-less-than-k/',
- 'pattern': ['Two Pointers'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['LinkedIn', 'Amazon', 'Microsoft'],
- },
- {
- 'id': 156,
- 'name': 'Sort Colours',
- 'url': 'https://leetcode.com/problems/sort-colors/',
- 'pattern': ['Two Pointers'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Microsoft',
- 'Amazon',
- 'Adobe',
- 'Facebook',
- 'Apple',
- 'Salesforce',
- 'Bloomberg',
- ],
- },
- {
- 'id': 157,
- 'name': 'Trapping Rain Water',
- 'url': 'https://leetcode.com/problems/trapping-rain-water/',
- 'pattern': ['Two Pointers'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': [
- 'Facebook',
- 'Amazon',
- 'Goldman Sachs',
- 'Microsoft',
- 'Adobe',
- 'Google',
- 'Bloomberg',
- 'Qualtrics',
- 'Snapchat',
- 'Lyft',
- 'Uber',
- 'Apple',
- 'Citadel',
- 'Tesla',
- ],
- },
- {
- 'id': 158,
- 'name': 'Container With Most Water',
- 'url': 'https://leetcode.com/problems/container-with-most-water/',
- 'pattern': ['Two Pointers'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Microsoft',
- 'Google',
- 'Adobe',
- 'Bloomberg',
- 'Apple',
- 'Uber',
- 'Facebook',
- ],
- },
- {
- 'id': 159,
- 'name': 'Longest Word in Dictionary',
- 'url': 'https://leetcode.com/problems/longest-word-in-dictionary/',
- 'pattern': ['Trie'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Google'],
- },
- {
- 'id': 160,
- 'name': 'Index Pairs of a String',
- 'url': 'https://leetcode.com/problems/index-pairs-of-a-string/',
- 'pattern': ['Trie'],
- 'difficulty': 'Easy',
- 'premium': True,
- 'companies': ['Amazon'],
- },
- {
- 'id': 161,
- 'name': 'Maximum XOR of Two Numbers in an Array',
- 'url': 'https://leetcode.com/problems/maximum-xor-of-two-numbers-in-an-array',
- 'pattern': ['Trie'],
- 'difficulty': 'Medium',
- 'premium': False,
- 'companies': ['Adobe'],
- },
- {
- 'id': 162,
- 'name': 'Concatenated Words',
- 'url': 'https://leetcode.com/problems/concatenated-words/',
- 'pattern': ['Trie'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': ['Amazon', 'Microsoft'],
- },
- {
- 'id': 163,
- 'name': 'Prefix and Suffix Search',
- 'url': 'https://leetcode.com/problems/prefix-and-suffix-search/',
- 'pattern': ['Trie'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': ['Google'],
- },
- {
- 'id': 164,
- 'name': 'Palindrome Pairs',
- 'url': 'https://leetcode.com/problems/palindrome-pairs/',
- 'pattern': ['Trie'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': ['Airbnb', 'Facebook', 'Google'],
- },
- {
- 'id': 165,
- 'name': 'Design Search Autocomplete System',
- 'url': 'https://leetcode.com/problems/design-search-autocomplete-system/',
- 'pattern': ['Trie'],
- 'difficulty': 'Hard',
- 'premium': True,
- 'companies': [
- 'Amazon',
- 'Google',
- 'Microsoft',
- 'Uber',
- 'Bloomberg',
- 'Twitter',
- ],
- },
- {
- 'id': 166,
- 'name': 'Word Squares',
- 'url': 'https://leetcode.com/problems/word-squares/',
- 'pattern': ['Trie'],
- 'difficulty': 'Hard',
- 'premium': True,
- 'companies': ['Bloomberg', 'Oracle', 'Google'],
- },
- {
- 'id': 167,
- 'name': 'Sort Items by Groups Respecting Dependencies',
- 'url':
- 'https://leetcode.com/problems/sort-items-by-groups-respecting-dependencies/',
- 'pattern': ['DFS', 'Graph', 'Topological Sort'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': ['Apple'],
- },
- {
- 'id': 168,
- 'name': 'Median of Two Sorted Arrays',
- 'url': 'https://leetcode.com/problems/median-of-two-sorted-arrays/',
- 'pattern': ['Binary Search'],
- 'difficulty': 'Hard',
- 'premium': False,
- 'companies': [
- 'Amazon',
- 'Goldman Sachs',
- 'Microsoft',
- 'Google',
- 'Adobe',
- 'Facebook',
- 'Apple',
- 'Bloomberg',
- 'Oracle',
- ],
- },
- {
- 'id': 169,
- 'name': 'Majority Element',
- 'url': 'https://leetcode.com/problems/majority-element/',
- 'pattern': ['Sorting'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['Amazon', 'Facebook', 'Apple', 'Microsoft', 'Adobe'],
- },
- {
- 'id': 170,
- 'name': 'Convert 1D Array Into 2D Array',
- 'url': 'https://leetcode.com/problems/convert-1d-array-into-2d-array/',
- 'pattern': ['Arrays'],
- 'difficulty': 'Easy',
- 'premium': False,
- 'companies': ['Google'],
- },
-]
\ No newline at end of file
diff --git a/cron/update_questions.py b/cron/update_questions.py
new file mode 100644
index 00000000..eec4e4e9
--- /dev/null
+++ b/cron/update_questions.py
@@ -0,0 +1,49 @@
+import requests
+from datetime import datetime
+import json
+
+query = '''query questionData($titleSlug: String!) {
+ question(titleSlug: $titleSlug) {
+ difficulty
+ }
+}
+'''
+
+questions_file = "questions.json"
+
+print("Reading questions file")
+
+try:
+ with open(questions_file, "r") as file:
+ questions = json.load(file)
+except Exception as e:
+ print(e)
+ exit()
+
+print("Updating question metadata")
+
+for question in questions["data"]:
+ variables = {"titleSlug": question["url"]}
+
+ response = requests.post("https://leetcode.com/graphql",
+ json={"query": query, "variables": variables}
+ )
+
+ our_difficulty = question["difficulty"]
+ leetcode_difficulty = response.json()["data"]["question"]["difficulty"]
+
+ if leetcode_difficulty != our_difficulty:
+ print(f'{question["name"]}: {our_difficulty} -> {leetcode_difficulty}')
+ question["difficulty"] = leetcode_difficulty
+
+print("Finished checking all questions")
+
+try:
+ with open(questions_file, "w") as file:
+ questions["updated"] = str(datetime.now().isoformat())
+ json.dump(questions, file, indent=2)
+except Exception as e:
+ print(e)
+ exit()
+
+print("Wrote questions file")
diff --git a/questions.json b/questions.json
new file mode 100644
index 00000000..601d0eb7
--- /dev/null
+++ b/questions.json
@@ -0,0 +1,3044 @@
+{
+ "updated": "2022-08-01T14:20:10.155368",
+ "data": [
+ {
+ "id": 0,
+ "name": "Contains Duplicate",
+ "url": "contains-duplicate",
+ "pattern": [
+ "Arrays"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Adobe",
+ "Google",
+ "Bloomberg",
+ "Facebook",
+ "Apple",
+ "Microsoft"
+ ]
+ },
+ {
+ "id": 1,
+ "name": "Missing Number",
+ "url": "missing-number",
+ "pattern": [
+ "Arrays",
+ "Bit Manipulation"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Microsoft",
+ "Facebook",
+ "Amazon",
+ "Google",
+ "Adobe"
+ ]
+ },
+ {
+ "id": 2,
+ "name": "Find All Numbers Disappeared in an Array",
+ "url": "find-all-numbers-disappeared-in-an-array",
+ "pattern": [
+ "Arrays"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon"
+ ]
+ },
+ {
+ "id": 3,
+ "name": "Single Number",
+ "url": "single-number",
+ "pattern": [
+ "Arrays",
+ "Bit Manipulation"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Microsoft",
+ "Adobe"
+ ]
+ },
+ {
+ "id": 4,
+ "name": "Product of Array Except Self",
+ "url": "product-of-array-except-self",
+ "pattern": [
+ "Arrays"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Asana",
+ "Microsoft",
+ "Apple",
+ "Lyft",
+ "Adobe",
+ "Google",
+ "Uber",
+ "Goldman Sachs",
+ "Oracle"
+ ]
+ },
+ {
+ "id": 5,
+ "name": "Find the Duplicate Number",
+ "url": "find-the-duplicate-number",
+ "pattern": [
+ "Arrays",
+ "Binary Search",
+ "Two Pointers"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Google",
+ "Microsoft",
+ "Amazon",
+ "Adobe",
+ "Bloomberg",
+ "Facebook",
+ "Apple"
+ ]
+ },
+ {
+ "id": 6,
+ "name": "Find All Duplicates in an Array",
+ "url": "find-all-duplicates-in-an-array",
+ "pattern": [
+ "Arrays"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Google"
+ ]
+ },
+ {
+ "id": 7,
+ "name": "Set Matrix Zeroes",
+ "url": "set-matrix-zeroes",
+ "pattern": [
+ "Arrays"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Microsoft",
+ "Amazon",
+ "Apple",
+ "Adobe",
+ "Bloomberg",
+ "Oracle"
+ ]
+ },
+ {
+ "id": 8,
+ "name": "Spiral Matrix",
+ "url": "spiral-matrix",
+ "pattern": [
+ "Arrays"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Microsoft",
+ "Amazon",
+ "Facebook",
+ "Apple",
+ "Google",
+ "Oracle",
+ "Bloomberg",
+ "Intuit",
+ "Adobe"
+ ]
+ },
+ {
+ "id": 9,
+ "name": "Rotate Image",
+ "url": "rotate-image",
+ "pattern": [
+ "Arrays"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Facebook",
+ "Microsoft",
+ "Apple",
+ "Bloomberg",
+ "Uber",
+ "Google"
+ ]
+ },
+ {
+ "id": 10,
+ "name": "Word Search",
+ "url": "word-search",
+ "pattern": [
+ "Backtracking"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Microsoft",
+ "Twitter",
+ "Facebook",
+ "Snapchat",
+ "Goldman Sachs",
+ "Google",
+ "Bloomberg",
+ "Apple",
+ "Adobe",
+ "Oracle",
+ "Qualtrics"
+ ]
+ },
+ {
+ "id": 11,
+ "name": "First Missing Positive",
+ "url": "first-missing-positive",
+ "pattern": [
+ "Arrays"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Microsoft",
+ "Facebook",
+ "Google",
+ "Adobe",
+ "Apple"
+ ]
+ },
+ {
+ "id": 12,
+ "name": "Longest Consecutive Sequence",
+ "url": "longest-consecutive-sequence",
+ "pattern": [
+ "Arrays"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Microsoft",
+ "Facebook",
+ "Amazon",
+ "Google",
+ "LinkedIn",
+ "Apple",
+ "Qualtrics",
+ "Goldman Sachs",
+ "Salesforce"
+ ]
+ },
+ {
+ "id": 13,
+ "name": "Letter Case Permutation",
+ "url": "letter-case-permutation",
+ "pattern": [
+ "Backtracking"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Microsoft"
+ ]
+ },
+ {
+ "id": 14,
+ "name": "Subsets",
+ "url": "subsets",
+ "pattern": [
+ "Backtracking"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Google",
+ "Bloomberg",
+ "Goldman Sachs",
+ "Adobe",
+ "Twitter"
+ ]
+ },
+ {
+ "id": 15,
+ "name": "Subsets II",
+ "url": "subsets-ii",
+ "pattern": [
+ "Backtracking"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Bloomberg"
+ ]
+ },
+ {
+ "id": 16,
+ "name": "Permutations",
+ "url": "permutations",
+ "pattern": [
+ "Backtracking"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Facebook",
+ "LinkedIn",
+ "Bloomberg",
+ "Google",
+ "Microsoft",
+ "Adobe",
+ "Apple",
+ "Oracle"
+ ]
+ },
+ {
+ "id": 17,
+ "name": "Permutations II",
+ "url": "permutations-ii",
+ "pattern": [
+ "Backtracking"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "LinkedIn",
+ "Facebook",
+ "Amazon",
+ "Adobe",
+ "Apple"
+ ]
+ },
+ {
+ "id": 18,
+ "name": "Combinations",
+ "url": "combinations",
+ "pattern": [
+ "Backtracking"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Google",
+ "Facebook",
+ "Amazon"
+ ]
+ },
+ {
+ "id": 19,
+ "name": "Combination Sum",
+ "url": "combination-sum",
+ "pattern": [
+ "Backtracking"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Airbnb",
+ "Apple",
+ "Adobe",
+ "Microsoft",
+ "LinkedIn",
+ "Goldman Sachs",
+ "Snapchat",
+ "Salesforce"
+ ]
+ },
+ {
+ "id": 20,
+ "name": "Combination Sum II",
+ "url": "combination-sum-ii",
+ "pattern": [
+ "Backtracking"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon"
+ ]
+ },
+ {
+ "id": 21,
+ "name": "Combination Sum III",
+ "url": "combination-sum-iii",
+ "pattern": [
+ "Backtracking"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Google"
+ ]
+ },
+ {
+ "id": 22,
+ "name": "Generate Parentheses",
+ "url": "generate-parentheses",
+ "pattern": [
+ "Backtracking"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Facebook",
+ "Microsoft",
+ "Apple",
+ "Bloomberg",
+ "Adobe",
+ "Uber",
+ "Google",
+ "Goldman Sachs"
+ ]
+ },
+ {
+ "id": 23,
+ "name": "Target Sum",
+ "url": "target-sum",
+ "pattern": [
+ "DFS",
+ "Dynamic Programming"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Microsoft",
+ "Adobe"
+ ]
+ },
+ {
+ "id": 24,
+ "name": "Palindrome Partitioning",
+ "url": "palindrome-partitioning",
+ "pattern": [
+ "Backtracking"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Apple"
+ ]
+ },
+ {
+ "id": 25,
+ "name": "Letter Combinations of a Phone Number",
+ "url": "letter-combinations-of-a-phone-number",
+ "pattern": [
+ "Backtracking"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Microsoft",
+ "Facebook",
+ "Google",
+ "Uber",
+ "Apple",
+ "Adobe",
+ "Twitter",
+ "Bloomberg",
+ "Oracle",
+ "Goldman Sachs",
+ "Snapchat",
+ "Intuit"
+ ]
+ },
+ {
+ "id": 26,
+ "name": "Generalized Abbreviation",
+ "url": "generalized-abbreviation",
+ "pattern": [
+ "Backtracking"
+ ],
+ "difficulty": "Medium",
+ "premium": true,
+ "companies": [
+ "Google"
+ ]
+ },
+ {
+ "id": 27,
+ "name": "Sudoku Solver",
+ "url": "sudoku-solver",
+ "pattern": [
+ "Backtracking"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Google",
+ "Intuit",
+ "Amazon",
+ "Apple",
+ "Uber",
+ "Bloomberg"
+ ]
+ },
+ {
+ "id": 28,
+ "name": "N-Queens",
+ "url": "n-queens",
+ "pattern": [
+ "Backtracking"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Microsoft",
+ "Apple",
+ "Facebook",
+ "Uber",
+ "Goldman Sachs",
+ "Adobe"
+ ]
+ },
+ {
+ "id": 29,
+ "name": "Climbing Stairs",
+ "url": "climbing-stairs",
+ "pattern": [
+ "Dynamic Programming"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Microsoft",
+ "Google",
+ "Bloomberg",
+ "Apple",
+ "Adobe"
+ ]
+ },
+ {
+ "id": 30,
+ "name": "House Robber",
+ "url": "house-robber",
+ "pattern": [
+ "Dynamic Programming"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Microsoft",
+ "Google",
+ "Apple",
+ "Adobe",
+ "Qualtrics",
+ "Bloomberg",
+ "Facebook",
+ "Goldman Sachs"
+ ]
+ },
+ {
+ "id": 31,
+ "name": "Best Time to Buy and Sell Stock",
+ "url": "best-time-to-buy-and-sell-stock",
+ "pattern": [
+ "Greedy"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Facebook",
+ "Apple",
+ "Adobe",
+ "Microsoft",
+ "Bloomberg",
+ "Snapchat",
+ "Goldman Sachs",
+ "Uber",
+ "Oracle",
+ "Google",
+ "BlackRock",
+ "Citadel",
+ "JPMorgan",
+ "Salesforce"
+ ]
+ },
+ {
+ "id": 32,
+ "name": "Maximum Subarray",
+ "url": "maximum-subarray",
+ "pattern": [
+ "Dynamic Programming"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "LinkedIn",
+ "Amazon",
+ "Adobe",
+ "Apple",
+ "Microsoft",
+ "Google",
+ "Bloomberg",
+ "Facebook",
+ "Uber",
+ "Oracle",
+ "Goldman Sachs",
+ "JPMorgan"
+ ]
+ },
+ {
+ "id": 33,
+ "name": "Range Sum Query - Immutable",
+ "url": "range-sum-query-immutable",
+ "pattern": [
+ "Dynamic Programming"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Adobe"
+ ]
+ },
+ {
+ "id": 34,
+ "name": "House Robber II",
+ "url": "house-robber-ii",
+ "pattern": [
+ "Dynamic Programming"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Google"
+ ]
+ },
+ {
+ "id": 35,
+ "name": "Coin Change",
+ "url": "coin-change",
+ "pattern": [
+ "Dynamic Programming"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Microsoft",
+ "Google",
+ "Apple"
+ ]
+ },
+ {
+ "id": 36,
+ "name": "Maximum Product Subarray",
+ "url": "maximum-product-subarray",
+ "pattern": [
+ "Dynamic Programming"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "LinkedIn",
+ "Amazon",
+ "Microsoft",
+ "Google",
+ "Apple",
+ "Facebook",
+ "Bloomberg"
+ ]
+ },
+ {
+ "id": 37,
+ "name": "Longest Increasing Subsequence",
+ "url": "longest-increasing-subsequence",
+ "pattern": [
+ "Dynamic Programming"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Google",
+ "Amazon",
+ "Facebook",
+ "Microsoft",
+ "Apple",
+ "Bloomberg"
+ ]
+ },
+ {
+ "id": 38,
+ "name": "Longest Palindromic Substring",
+ "url": "longest-palindromic-substring",
+ "pattern": [
+ "Dynamic Programming"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Microsoft",
+ "Adobe",
+ "Apple",
+ "Facebook",
+ "Google",
+ "Oracle",
+ "Salesforce",
+ "Bloomberg",
+ "LinkedIn",
+ "Tesla"
+ ]
+ },
+ {
+ "id": 39,
+ "name": "Word Break",
+ "url": "word-break",
+ "pattern": [
+ "Dynamic Programming"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Microsoft",
+ "Uber",
+ "Apple",
+ "Bloomberg",
+ "Qualtrics",
+ "Adobe",
+ "Google",
+ "Snapchat",
+ "Salesforce"
+ ]
+ },
+ {
+ "id": 40,
+ "name": "Combination Sum IV",
+ "url": "combination-sum-iv",
+ "pattern": [
+ "Dynamic Programming"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Google",
+ "Amazon",
+ "Facebook"
+ ]
+ },
+ {
+ "id": 41,
+ "name": "Decode Ways",
+ "url": "decode-ways",
+ "pattern": [
+ "Dynamic Programming"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Google",
+ "Snapchat",
+ "Lyft",
+ "Goldman Sachs",
+ "Microsoft",
+ "Bloomberg",
+ "JPMorgan"
+ ]
+ },
+ {
+ "id": 42,
+ "name": "Unique Paths",
+ "url": "unique-paths",
+ "pattern": [
+ "Dynamic Programming"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Google",
+ "Facebook",
+ "Amazon",
+ "Apple",
+ "Microsoft",
+ "Bloomberg"
+ ]
+ },
+ {
+ "id": 43,
+ "name": "Jump Game",
+ "url": "jump-game",
+ "pattern": [
+ "Dynamic Programming",
+ "Greedy"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Facebook",
+ "Uber",
+ "Oracle",
+ "Adobe",
+ "Microsoft",
+ "Bloomberg"
+ ]
+ },
+ {
+ "id": 44,
+ "name": "Palindromic Substrings",
+ "url": "palindromic-substrings",
+ "pattern": [
+ "Dynamic Programming"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Microsoft",
+ "Google",
+ "Goldman Sachs"
+ ]
+ },
+ {
+ "id": 45,
+ "name": "Number of Longest Increasing Subsequence",
+ "url": "number-of-longest-increasing-subsequence",
+ "pattern": [
+ "Dynamic Programming"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Google"
+ ]
+ },
+ {
+ "id": 46,
+ "name": "Partition Equal Subset Sum",
+ "url": "partition-equal-subset-sum",
+ "pattern": [
+ "Dynamic Programming"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Google",
+ "Amazon",
+ "Microsoft",
+ "Uber",
+ "Apple",
+ "Bloomberg"
+ ]
+ },
+ {
+ "id": 47,
+ "name": "Partition to K Equal Sum Subsets",
+ "url": "partition-to-k-equal-sum-subsets",
+ "pattern": [
+ "Dynamic Programming"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "LinkedIn",
+ "Facebook"
+ ]
+ },
+ {
+ "id": 48,
+ "name": "Best Time to Buy and Sell Stock with Cooldown",
+ "url": "best-time-to-buy-and-sell-stock-with-cooldown",
+ "pattern": [
+ "Dynamic Programming"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Adobe",
+ "Bloomberg"
+ ]
+ },
+ {
+ "id": 49,
+ "name": "Counting Bits",
+ "url": "counting-bits",
+ "pattern": [
+ "Dynamic Programming",
+ "Bit Manipulation"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Google"
+ ]
+ },
+ {
+ "id": 50,
+ "name": "Linked List Cycle",
+ "url": "linked-list-cycle",
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Microsoft",
+ "Amazon",
+ "Bloomberg",
+ "Oracle",
+ "Facebook",
+ "Google"
+ ]
+ },
+ {
+ "id": 51,
+ "name": "Middle of the Linked List",
+ "url": "middle-of-the-linked-list",
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Apple",
+ "Microsoft",
+ "Adobe",
+ "Goldman Sachs"
+ ]
+ },
+ {
+ "id": 52,
+ "name": "Palindrome Linked List",
+ "url": "palindrome-linked-list",
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Microsoft",
+ "Intuit",
+ "Bloomberg"
+ ]
+ },
+ {
+ "id": 53,
+ "name": "Remove Linked List Elements",
+ "url": "remove-linked-list-elements",
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Microsoft"
+ ]
+ },
+ {
+ "id": 54,
+ "name": "Remove Duplicates from Sorted List",
+ "url": "remove-duplicates-from-sorted-list",
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Adobe",
+ "Facebook",
+ "Microsoft"
+ ]
+ },
+ {
+ "id": 55,
+ "name": "Linked List Cycle II",
+ "url": "linked-list-cycle-ii",
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Microsoft",
+ "Amazon",
+ "Goldman Sachs",
+ "Oracle"
+ ]
+ },
+ {
+ "id": 56,
+ "name": "Add Two Numbers",
+ "url": "add-two-numbers",
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Bloomberg",
+ "Adobe",
+ "Microsoft",
+ "Facebook",
+ "Google",
+ "Apple",
+ "Uber",
+ "Capital One",
+ "Oracle"
+ ]
+ },
+ {
+ "id": 57,
+ "name": "Remove Nth Node From End Of List",
+ "url": "remove-nth-node-from-end-of-list",
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Microsoft",
+ "Amazon",
+ "Google",
+ "Apple"
+ ]
+ },
+ {
+ "id": 58,
+ "name": "Sort List",
+ "url": "sort-list",
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Apple",
+ "Uber"
+ ]
+ },
+ {
+ "id": 59,
+ "name": "Reorder List",
+ "url": "reorder-list",
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Adobe",
+ "Facebook",
+ "Google",
+ "Snapchat",
+ "Uber"
+ ]
+ },
+ {
+ "id": 60,
+ "name": "Clone Graph",
+ "url": "clone-graph",
+ "pattern": [
+ "BFS",
+ "DFS",
+ "Graph"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Microsoft",
+ "Amazon",
+ "Salesforce",
+ "Google",
+ "Twitter",
+ "Bloomberg",
+ "Oracle",
+ "Apple"
+ ]
+ },
+ {
+ "id": 61,
+ "name": "Pacific Atlantic Water Flow",
+ "url": "pacific-atlantic-water-flow",
+ "pattern": [
+ "BFS",
+ "DFS"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Google",
+ "Amazon",
+ "Microsoft",
+ "Facebook",
+ "Apple"
+ ]
+ },
+ {
+ "id": 62,
+ "name": "Number of Islands",
+ "url": "number-of-islands",
+ "pattern": [
+ "BFS",
+ "DFS",
+ "Union Find"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Microsoft",
+ "Bloomberg",
+ "Google",
+ "LinkedIn",
+ "Facebook",
+ "Apple",
+ "Oracle",
+ "Goldman Sachs",
+ "Salesforce",
+ "Lyft",
+ "Uber",
+ "Adobe",
+ "Qualtrics"
+ ]
+ },
+ {
+ "id": 63,
+ "name": "Graph Valid Tree",
+ "url": "graph-valid-tree",
+ "pattern": [
+ "BFS",
+ "DFS",
+ "Graph",
+ "Union Find"
+ ],
+ "difficulty": "Medium",
+ "premium": true,
+ "companies": [
+ "LinkedIn",
+ "Google",
+ "Bloomberg"
+ ]
+ },
+ {
+ "id": 64,
+ "name": "Number of Connected Components in an Undirected Graph",
+ "url": "number-of-connected-components-in-an-undirected-graph",
+ "pattern": [
+ "BFS",
+ "DFS",
+ "Graph",
+ "Union Find"
+ ],
+ "difficulty": "Medium",
+ "premium": true,
+ "companies": [
+ "Amazon",
+ "LinkedIn",
+ "Facebook",
+ "Pinterest"
+ ]
+ },
+ {
+ "id": 65,
+ "name": "Reverse Linked List",
+ "url": "reverse-linked-list",
+ "pattern": [
+ "In-place reversal of a linked list"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Microsoft",
+ "Bloomberg",
+ "Amazon",
+ "Facebook",
+ "Apple"
+ ]
+ },
+ {
+ "id": 66,
+ "name": "Reverse Linked List II",
+ "url": "reverse-linked-list-ii",
+ "pattern": [
+ "In-place reversal of a linked list"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Apple",
+ "Facebook",
+ "Amazon",
+ "Google",
+ "Adobe"
+ ]
+ },
+ {
+ "id": 67,
+ "name": "Rotate List",
+ "url": "rotate-list",
+ "pattern": [
+ "In-place reversal of a linked list"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "LinkedIn",
+ "Microsoft",
+ "Adobe",
+ "Apple",
+ "Oracle"
+ ]
+ },
+ {
+ "id": 68,
+ "name": "Swap Nodes in Pairs",
+ "url": "swap-nodes-in-pairs",
+ "pattern": [
+ "In-place reversal of a linked list"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Microsoft"
+ ]
+ },
+ {
+ "id": 69,
+ "name": "Odd Even Linked List",
+ "url": "odd-even-linked-list",
+ "pattern": [
+ "In-place reversal of a linked list"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Microsoft",
+ "Bloomberg",
+ "Amazon",
+ "Adobe",
+ "Apple"
+ ]
+ },
+ {
+ "id": 70,
+ "name": "Reverse Nodes in k-Group",
+ "url": "reverse-nodes-in-k-group",
+ "pattern": [
+ "In-place reversal of a linked list"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Capital One",
+ "Microsoft",
+ "Amazon",
+ "Google",
+ "Facebook",
+ "Snapchat",
+ "Oracle"
+ ]
+ },
+ {
+ "id": 71,
+ "name": "Merge Two Sorted Lists",
+ "url": "merge-two-sorted-lists",
+ "pattern": [
+ "Two Pointers"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Facebook",
+ "Microsoft",
+ "Adobe",
+ "Google",
+ "Bloomberg",
+ "Apple",
+ "Uber"
+ ]
+ },
+ {
+ "id": 72,
+ "name": "Kth Smallest Element in a Sorted Matrix",
+ "url": "kth-smallest-element-in-a-sorted-matrix",
+ "pattern": [
+ "Binary Search",
+ "Heap"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Microsoft",
+ "Bloomberg"
+ ]
+ },
+ {
+ "id": 73,
+ "name": "Find K Pairs with Smallest Sums",
+ "url": "find-k-pairs-with-smallest-sums",
+ "pattern": [
+ "Heap"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "LinkedIn",
+ "Microsoft",
+ "Apple"
+ ]
+ },
+ {
+ "id": 74,
+ "name": "Merge k Sorted Lists",
+ "url": "merge-k-sorted-lists",
+ "pattern": [
+ "Heap"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Microsoft",
+ "Google",
+ "Apple",
+ "Bloomberg",
+ "Adobe",
+ "Uber",
+ "Qualtrics",
+ "Oracle"
+ ]
+ },
+ {
+ "id": 75,
+ "name": "Smallest Range Covering Elements from K Lists",
+ "url": "smallest-range-covering-elements-from-k-lists",
+ "pattern": [
+ "Heap"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Google",
+ "Amazon",
+ "Microsoft",
+ "Pinterest"
+ ]
+ },
+ {
+ "id": 76,
+ "name": "Meeting Rooms",
+ "url": "meeting-rooms",
+ "pattern": [
+ "Intervals"
+ ],
+ "difficulty": "Easy",
+ "premium": true,
+ "companies": [
+ "Amazon",
+ "Microsoft",
+ "Facebook"
+ ]
+ },
+ {
+ "id": 77,
+ "name": "Merge Intervals",
+ "url": "merge-intervals",
+ "pattern": [
+ "Intervals"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Facebook",
+ "Microsoft",
+ "Salesforce",
+ "Google",
+ "Uber",
+ "Bloomberg",
+ "Adobe",
+ "Apple",
+ "LinkedIn",
+ "Twitter",
+ "Oracle",
+ "JPMorgan",
+ "Snapchat"
+ ]
+ },
+ {
+ "id": 78,
+ "name": "Interval List Intersections",
+ "url": "interval-list-intersections",
+ "pattern": [
+ "Intervals"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Uber",
+ "Google"
+ ]
+ },
+ {
+ "id": 79,
+ "name": "Non-overlapping Intervals",
+ "url": "non-overlapping-intervals",
+ "pattern": [
+ "Intervals"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Facebook",
+ "Oracle"
+ ]
+ },
+ {
+ "id": 80,
+ "name": "Meeting Rooms II",
+ "url": "meeting-rooms-ii",
+ "pattern": [
+ "Heap",
+ "Intervals"
+ ],
+ "difficulty": "Medium",
+ "premium": true,
+ "companies": [
+ "Amazon",
+ "Facebook",
+ "Bloomberg",
+ "Microsoft",
+ "Google",
+ "Oracle",
+ "Uber",
+ "Twitter",
+ "Snapchat",
+ "Qualtrics",
+ "Adobe",
+ "Quora",
+ "Goldman Sachs"
+ ]
+ },
+ {
+ "id": 81,
+ "name": "Task Scheduler",
+ "url": "task-scheduler",
+ "pattern": [
+ "Greedy",
+ "Heap"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Google",
+ "Uber",
+ "Amazon",
+ "Microsoft",
+ "Salesforce"
+ ]
+ },
+ {
+ "id": 82,
+ "name": "Minimum Number of Arrows to Burst Balloons",
+ "url": "minimum-number-of-arrows-to-burst-balloons",
+ "pattern": [
+ "Greedy"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Apple"
+ ]
+ },
+ {
+ "id": 83,
+ "name": "Insert Interval",
+ "url": "insert-interval",
+ "pattern": [
+ "Intervals"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Google",
+ "Facebook",
+ "LinkedIn",
+ "Microsoft",
+ "Twitter",
+ "Citadel"
+ ]
+ },
+ {
+ "id": 84,
+ "name": "Employee Free Time",
+ "url": "employee-free-time",
+ "pattern": [
+ "Heap",
+ "Greedy"
+ ],
+ "difficulty": "Hard",
+ "premium": true,
+ "companies": [
+ "Pinterest",
+ "Amazon",
+ "Airbnb",
+ "Snapchat",
+ "Google",
+ "Facebook",
+ "Apple",
+ "Oracle",
+ "Uber"
+ ]
+ },
+ {
+ "id": 85,
+ "name": "Binary Search",
+ "url": "binary-search",
+ "pattern": [
+ "Binary Search"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Adobe",
+ "Apple",
+ "Uber",
+ "Goldman Sachs"
+ ]
+ },
+ {
+ "id": 86,
+ "name": "Find Smallest Letter Greater Than Target",
+ "url": "find-smallest-letter-greater-than-target",
+ "pattern": [
+ "Binary Search"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "LinkedIn"
+ ]
+ },
+ {
+ "id": 87,
+ "name": "Peak Index in a Mountain Array",
+ "url": "peak-index-in-a-mountain-array",
+ "pattern": [
+ "Binary Search"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Google",
+ "Amazon",
+ "Bloomberg",
+ "Facebook"
+ ]
+ },
+ {
+ "id": 88,
+ "name": "Find Minimum in Rotated Sorted Array",
+ "url": "find-minimum-in-rotated-sorted-array",
+ "pattern": [
+ "Binary Search"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Microsoft",
+ "Amazon",
+ "Bloomberg",
+ "Uber",
+ "Adobe",
+ "Apple"
+ ]
+ },
+ {
+ "id": 89,
+ "name": "Find Peak Element",
+ "url": "find-peak-element",
+ "pattern": [
+ "Binary Search"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Uber",
+ "Google",
+ "Microsoft"
+ ]
+ },
+ {
+ "id": 90,
+ "name": "Search in Rotated Sorted Array",
+ "url": "search-in-rotated-sorted-array",
+ "pattern": [
+ "Binary Search"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Microsoft",
+ "Amazon",
+ "LinkedIn",
+ "Facebook",
+ "Bloomberg",
+ "Adobe",
+ "Apple",
+ "Goldman Sachs",
+ "Oracle",
+ "Uber",
+ "Morgan Stanley"
+ ]
+ },
+ {
+ "id": 91,
+ "name": "Search in Rotated Sorted Array II",
+ "url": "search-in-rotated-sorted-array-ii",
+ "pattern": [
+ "Binary Search"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "LinkedIn",
+ "Amazon",
+ "Facebook",
+ "Microsoft"
+ ]
+ },
+ {
+ "id": 92,
+ "name": "Search a 2D Matrix",
+ "url": "search-a-2d-matrix",
+ "pattern": [
+ "Binary Search"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Facebook",
+ "Bloomberg",
+ "Microsoft",
+ "Uber",
+ "Google",
+ "Apple"
+ ]
+ },
+ {
+ "id": 93,
+ "name": "Search a 2D Matrix II",
+ "url": "search-a-2d-matrix-ii",
+ "pattern": [
+ "Binary Search"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Microsoft",
+ "Amazon",
+ "Facebook",
+ "Apple",
+ "Uber"
+ ]
+ },
+ {
+ "id": 94,
+ "name": "Find K Closest Elements",
+ "url": "find-k-closest-elements",
+ "pattern": [
+ "Binary Search"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Google",
+ "Uber",
+ "Microsoft",
+ "Bloomberg"
+ ]
+ },
+ {
+ "id": 95,
+ "name": "Count of Range Sum",
+ "url": "count-of-range-sum",
+ "pattern": [
+ "Binary Search"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Google"
+ ]
+ },
+ {
+ "id": 96,
+ "name": "Minimum Size Subarray Sum",
+ "url": "minimum-size-subarray-sum",
+ "pattern": [
+ "Sliding Window"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Goldman Sachs",
+ "Facebook",
+ "Amazon",
+ "Google"
+ ]
+ },
+ {
+ "id": 97,
+ "name": "Fruit Into Baskets",
+ "url": "fruit-into-baskets",
+ "pattern": [
+ "Sliding Window"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon"
+ ]
+ },
+ {
+ "id": 98,
+ "name": "Permutation in String",
+ "url": "permutation-in-string",
+ "pattern": [
+ "Sliding Window"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Oracle",
+ "Facebook"
+ ]
+ },
+ {
+ "id": 99,
+ "name": "Longest Repeating Character Replacement",
+ "url": "longest-repeating-character-replacement",
+ "pattern": [
+ "Sliding Window"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Uber",
+ "Amazon",
+ "Adobe"
+ ]
+ },
+ {
+ "id": 100,
+ "name": "Sliding Window Maximum",
+ "url": "sliding-window-maximum",
+ "pattern": [
+ "Sliding Window"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Facebook",
+ "Goldman Sachs",
+ "Citadel",
+ "Google",
+ "Uber",
+ "Microsoft",
+ "Salesforce",
+ "Apple",
+ "Twitter",
+ "Atlassian"
+ ]
+ },
+ {
+ "id": 101,
+ "name": "Longest Substring Without Repeating Characters",
+ "url": "longest-substring-without-repeating-characters",
+ "pattern": [
+ "Sliding Window"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Microsoft",
+ "Bloomberg",
+ "Facebook",
+ "Adobe",
+ "Google",
+ "Apple",
+ "Uber",
+ "Goldman Sachs"
+ ]
+ },
+ {
+ "id": 102,
+ "name": "Minimum Number of K Consecutive Bit Flips",
+ "url": "minimum-number-of-k-consecutive-bit-flips",
+ "pattern": [
+ "Sliding Window"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Adobe"
+ ]
+ },
+ {
+ "id": 103,
+ "name": "Count Unique Characters of All Substrings of a Given String",
+ "url": "count-unique-characters-of-all-substrings-of-a-given-string",
+ "pattern": [
+ "Sliding Window"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Amazon"
+ ]
+ },
+ {
+ "id": 104,
+ "name": "Minimum Window Substring",
+ "url": "minimum-window-substring",
+ "pattern": [
+ "Sliding Window"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "LinkedIn",
+ "Snapchat",
+ "Google",
+ "Lyft",
+ "Adobe"
+ ]
+ },
+ {
+ "id": 105,
+ "name": "Substring with Concatenation of All Words",
+ "url": "substring-with-concatenation-of-all-words",
+ "pattern": [
+ "Sliding Window"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Apple"
+ ]
+ },
+ {
+ "id": 106,
+ "name": "Kth Smallest Element in a BST",
+ "url": "kth-smallest-element-in-a-bst",
+ "pattern": [
+ "DFS"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Facebook"
+ ]
+ },
+ {
+ "id": 107,
+ "name": "K Closest Points to Origin",
+ "url": "k-closest-points-to-origin",
+ "pattern": [
+ "Heap"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "LinkedIn",
+ "Google",
+ "Asana"
+ ]
+ },
+ {
+ "id": 108,
+ "name": "Top K Frequent Elements",
+ "url": "top-k-frequent-elements",
+ "pattern": [
+ "Heap"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Bloomberg",
+ "Microsoft",
+ "Uber",
+ "Apple",
+ "Google",
+ "Adobe",
+ "Snapchat",
+ "Oracle",
+ "LinkedIn"
+ ]
+ },
+ {
+ "id": 109,
+ "name": "Sort Characters By Frequency",
+ "url": "sort-characters-by-frequency",
+ "pattern": [
+ "Heap"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Bloomberg",
+ "Facebook"
+ ]
+ },
+ {
+ "id": 110,
+ "name": "Kth Largest Element in an Array",
+ "url": "kth-largest-element-in-an-array",
+ "pattern": [
+ "Heap",
+ "QuickSelect"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "LinkedIn",
+ "Microsoft",
+ "Google",
+ "Goldman Sachs",
+ "Uber",
+ "Oracle"
+ ]
+ },
+ {
+ "id": 111,
+ "name": "Reorganize String",
+ "url": "reorganize-string",
+ "pattern": [
+ "Greedy",
+ "Heap"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Facebook",
+ "Google",
+ "Apple",
+ "Uber",
+ "Microsoft"
+ ]
+ },
+ {
+ "id": 112,
+ "name": "Rearrange String k Distance Apart",
+ "url": "rearrange-string-k-distance-apart",
+ "pattern": [
+ "Greedy",
+ "Heap"
+ ],
+ "difficulty": "Hard",
+ "premium": true,
+ "companies": [
+ "Twitter"
+ ]
+ },
+ {
+ "id": 113,
+ "name": "Course Schedule III",
+ "url": "course-schedule-iii",
+ "pattern": [
+ "Greedy",
+ "Heap"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Amazon"
+ ]
+ },
+ {
+ "id": 114,
+ "name": "Maximum Frequency Stack",
+ "url": "maximum-frequency-stack",
+ "pattern": [
+ "Bucket Sort",
+ "Heap"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Microsoft",
+ "Amazon",
+ "Apple",
+ "Facebook"
+ ]
+ },
+ {
+ "id": 115,
+ "name": "Course Schedule",
+ "url": "course-schedule",
+ "pattern": [
+ "BFS",
+ "DFS",
+ "Graph",
+ "Topological Sort"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Microsoft",
+ "Facebook",
+ "Google",
+ "Oracle",
+ "Apple",
+ "Snapchat"
+ ]
+ },
+ {
+ "id": 116,
+ "name": "Course Schedule II",
+ "url": "course-schedule-ii",
+ "pattern": [
+ "BFS",
+ "DFS",
+ "Graph",
+ "Topological Sort"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Microsoft",
+ "Google",
+ "Facebook",
+ "Snapchat",
+ "Uber",
+ "Apple",
+ "Lyft",
+ "Bloomberg"
+ ]
+ },
+ {
+ "id": 117,
+ "name": "Minimum Height Trees",
+ "url": "minimum-height-trees",
+ "pattern": [
+ "BFS",
+ "Graph",
+ "Topological Sort"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Facebook",
+ "Google",
+ "Microsoft"
+ ]
+ },
+ {
+ "id": 118,
+ "name": "Alien Dictionary",
+ "url": "alien-dictionary",
+ "pattern": [
+ "Graph",
+ "Topological Sort"
+ ],
+ "difficulty": "Hard",
+ "premium": true,
+ "companies": [
+ "Facebook",
+ "Google",
+ "Amazon",
+ "Airbnb",
+ "Pinterest",
+ "Uber",
+ "Microsoft"
+ ]
+ },
+ {
+ "id": 119,
+ "name": "Sequence Reconstruction",
+ "url": "sequence-reconstruction",
+ "pattern": [
+ "Graph",
+ "Topological Sort"
+ ],
+ "difficulty": "Medium",
+ "premium": true,
+ "companies": [
+ "Google"
+ ]
+ },
+ {
+ "id": 120,
+ "name": "Binary Tree Level Order Traversal II",
+ "url": "binary-tree-level-order-traversal-ii",
+ "pattern": [
+ "BFS"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon"
+ ]
+ },
+ {
+ "id": 121,
+ "name": "Average of Levels in Binary Tree",
+ "url": "average-of-levels-in-binary-tree",
+ "pattern": [
+ "BFS"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon"
+ ]
+ },
+ {
+ "id": 122,
+ "name": "Minimum Depth of Binary Tree",
+ "url": "minimum-depth-of-binary-tree",
+ "pattern": [
+ "BFS",
+ "DFS"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Goldman Sachs"
+ ]
+ },
+ {
+ "id": 123,
+ "name": "Binary Tree Level Order Traversal",
+ "url": "binary-tree-level-order-traversal",
+ "pattern": [
+ "BFS"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "LinkedIn",
+ "Amazon",
+ "Facebook",
+ "Bloomberg",
+ "Microsoft",
+ "Apple",
+ "Oracle",
+ "Google"
+ ]
+ },
+ {
+ "id": 124,
+ "name": "Binary Tree Zigzag Level Order Traversal",
+ "url": "binary-tree-zigzag-level-order-traversal",
+ "pattern": [
+ "BFS"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Facebook",
+ "Microsoft",
+ "Bloomberg",
+ "Google",
+ "Adobe",
+ "LinkedIn",
+ "Qualtrics",
+ "Salesforce"
+ ]
+ },
+ {
+ "id": 125,
+ "name": "Populating Next Right Pointers in Each Node",
+ "url": "populating-next-right-pointers-in-each-node",
+ "pattern": [
+ "BFS"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Microsoft",
+ "Amazon",
+ "Bloomberg"
+ ]
+ },
+ {
+ "id": 126,
+ "name": "Populating Next Right Pointers in Each Node II",
+ "url": "populating-next-right-pointers-in-each-node-ii",
+ "pattern": [
+ "BFS"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Bloomberg",
+ "Microsoft",
+ "Facebook"
+ ]
+ },
+ {
+ "id": 127,
+ "name": "Binary Tree Right Side View",
+ "url": "binary-tree-right-side-view",
+ "pattern": [
+ "BFS",
+ "DFS"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Bloomberg",
+ "Amazon",
+ "Oracle",
+ "Qualtrics",
+ "Adobe",
+ "Goldman Sachs"
+ ]
+ },
+ {
+ "id": 128,
+ "name": "All Nodes Distance K in Binary Tree",
+ "url": "all-nodes-distance-k-in-binary-tree",
+ "pattern": [
+ "BFS",
+ "DFS"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Apple",
+ "Oracle"
+ ]
+ },
+ {
+ "id": 129,
+ "name": "Same Tree",
+ "url": "same-tree",
+ "pattern": [
+ "DFS"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "LinkedIn",
+ "Google",
+ "Microsoft",
+ "Amazon",
+ "Facebook",
+ "Apple",
+ "Adobe",
+ "Oracle"
+ ]
+ },
+ {
+ "id": 130,
+ "name": "Path Sum",
+ "url": "path-sum",
+ "pattern": [
+ "DFS"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Facebook",
+ "Oracle"
+ ]
+ },
+ {
+ "id": 131,
+ "name": "Maximum Depth of Binary Tree",
+ "url": "maximum-depth-of-binary-tree",
+ "pattern": [
+ "DFS"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "LinkedIn",
+ "Google",
+ "Apple",
+ "Amazon"
+ ]
+ },
+ {
+ "id": 132,
+ "name": "Diameter of Binary Tree",
+ "url": "diameter-of-binary-tree",
+ "pattern": [
+ "DFS"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Google",
+ "Bloomberg",
+ "Apple",
+ "Microsoft",
+ "Adobe"
+ ]
+ },
+ {
+ "id": 133,
+ "name": "Merge Two Binary Trees",
+ "url": "merge-two-binary-trees",
+ "pattern": [
+ "DFS"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Adobe"
+ ]
+ },
+ {
+ "id": 134,
+ "name": "Lowest Common Ancestor of a Binary Search Tree",
+ "url": "lowest-common-ancestor-of-a-binary-search-tree",
+ "pattern": [
+ "DFS"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "LinkedIn",
+ "Facebook",
+ "Microsoft",
+ "Google",
+ "Uber"
+ ]
+ },
+ {
+ "id": 135,
+ "name": "Subtree of Another Tree",
+ "url": "subtree-of-another-tree",
+ "pattern": [
+ "DFS"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Microsoft"
+ ]
+ },
+ {
+ "id": 136,
+ "name": "Invert Binary Tree",
+ "url": "invert-binary-tree",
+ "pattern": [
+ "DFS"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Google",
+ "Facebook",
+ "Adobe",
+ "Apple"
+ ]
+ },
+ {
+ "id": 137,
+ "name": "Path Sum II",
+ "url": "path-sum-ii",
+ "pattern": [
+ "DFS"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Google",
+ "Facebook",
+ "Adobe",
+ "Apple"
+ ]
+ },
+ {
+ "id": 138,
+ "name": "Path Sum III",
+ "url": "path-sum-iii",
+ "pattern": [
+ "DFS"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Microsoft",
+ "Facebook",
+ "Google",
+ "Oracle"
+ ]
+ },
+ {
+ "id": 139,
+ "name": "Lowest Common Ancestor of a Binary Tree",
+ "url": "lowest-common-ancestor-of-a-binary-tree",
+ "pattern": [
+ "DFS"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "LinkedIn",
+ "Google",
+ "Microsoft",
+ "Adobe",
+ "Apple",
+ "Salesforce",
+ "Oracle",
+ "Bloomberg",
+ "Intuit"
+ ]
+ },
+ {
+ "id": 140,
+ "name": "Maximum Binary Tree",
+ "url": "maximum-binary-tree",
+ "pattern": [
+ "DFS"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon"
+ ]
+ },
+ {
+ "id": 141,
+ "name": "Maximum Width of Binary Tree",
+ "url": "maximum-width-of-binary-tree",
+ "pattern": [
+ "DFS"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Google",
+ "Bloomberg",
+ "Apple",
+ "Adobe"
+ ]
+ },
+ {
+ "id": 142,
+ "name": "Construct Binary Tree from Preorder and Inorder Traversal",
+ "url": "construct-binary-tree-from-preorder-and-inorder-traversal",
+ "pattern": [
+ "DFS"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Microsoft",
+ "Adobe",
+ "Bloomberg",
+ "Apple"
+ ]
+ },
+ {
+ "id": 143,
+ "name": "Validate Binary Search Tree",
+ "url": "validate-binary-search-tree",
+ "pattern": [
+ "DFS"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Bloomberg",
+ "Microsoft",
+ "Facebook",
+ "Google",
+ "Adobe",
+ "Apple",
+ "Qualtrics",
+ "Lyft"
+ ]
+ },
+ {
+ "id": 144,
+ "name": "Implement Trie (Prefix Tree)",
+ "url": "implement-trie-prefix-tree",
+ "pattern": [
+ "Design",
+ "Trie"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Twitter",
+ "Google",
+ "Facebook",
+ "Microsoft",
+ "Apple"
+ ]
+ },
+ {
+ "id": 145,
+ "name": "Binary Tree Maximum Path Sum",
+ "url": "binary-tree-maximum-path-sum",
+ "pattern": [
+ "DFS"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Google",
+ "Microsoft",
+ "Adobe",
+ "Bloomberg",
+ "Oracle",
+ "Snapchat"
+ ]
+ },
+ {
+ "id": 146,
+ "name": "Serialize and Deserialize Binary Tree",
+ "url": "serialize-and-deserialize-binary-tree",
+ "pattern": [
+ "Design"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "LinkedIn",
+ "Amazon",
+ "Microsoft",
+ "Facebook",
+ "Oracle",
+ "Uber",
+ "Adobe",
+ "Snapchat",
+ "Qualtrics",
+ "Google",
+ "Quora"
+ ]
+ },
+ {
+ "id": 147,
+ "name": "Word Search II",
+ "url": "word-search-ii",
+ "pattern": [
+ "DFS",
+ "Trie"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Uber",
+ "Microsoft",
+ "Apple",
+ "Twitter",
+ "Snapchat",
+ "Facebook",
+ "Bloomberg",
+ "Google",
+ "Salesforce"
+ ]
+ },
+ {
+ "id": 148,
+ "name": "Find Median from Data Stream",
+ "url": "find-median-from-data-stream",
+ "pattern": [
+ "Heap"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Microsoft",
+ "Apple",
+ "Facebook",
+ "Google",
+ "Bloomberg",
+ "Uber",
+ "Airbnb"
+ ]
+ },
+ {
+ "id": 149,
+ "name": "Sliding Window Median",
+ "url": "sliding-window-median",
+ "pattern": [
+ "Heap"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon"
+ ]
+ },
+ {
+ "id": 150,
+ "name": "Two Sum",
+ "url": "two-sum",
+ "pattern": [
+ "Two Pointers"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Google",
+ "Adobe",
+ "Apple",
+ "Microsoft",
+ "Facebook",
+ "Bloomberg",
+ "Uber",
+ "Oracle",
+ "Morgan Stanley",
+ "Citadel",
+ "Salesforce",
+ "Goldman Sachs",
+ "JPMorgan",
+ "Snapchat"
+ ]
+ },
+ {
+ "id": 151,
+ "name": "Squares of a Sorted Array",
+ "url": "squares-of-a-sorted-array",
+ "pattern": [
+ "Two Pointers"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Google",
+ "Adobe",
+ "Apple",
+ "Uber"
+ ]
+ },
+ {
+ "id": 152,
+ "name": "Backspace String Compare",
+ "url": "backspace-string-compare",
+ "pattern": [
+ "Two Pointers"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Apple",
+ "Google",
+ "Microsoft"
+ ]
+ },
+ {
+ "id": 153,
+ "name": "3 Sum",
+ "url": "3sum",
+ "pattern": [
+ "Two Pointers"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Facebook",
+ "Apple",
+ "Microsoft",
+ "Adobe",
+ "Google",
+ "Bloomberg",
+ "Intuit",
+ "Qualtrics",
+ "Salesforce",
+ "Goldman Sachs",
+ "Uber",
+ "Oracle"
+ ]
+ },
+ {
+ "id": 154,
+ "name": "3 Sum Closest",
+ "url": "3sum-closest",
+ "pattern": [
+ "Two Pointers"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Capital One",
+ "Apple",
+ "Google",
+ "Adobe",
+ "Microsoft",
+ "Oracle"
+ ]
+ },
+ {
+ "id": 155,
+ "name": "Subarrays with Product Less than K",
+ "url": "subarray-product-less-than-k",
+ "pattern": [
+ "Two Pointers"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "LinkedIn",
+ "Amazon",
+ "Microsoft"
+ ]
+ },
+ {
+ "id": 156,
+ "name": "Sort Colours",
+ "url": "sort-colors",
+ "pattern": [
+ "Two Pointers"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Microsoft",
+ "Amazon",
+ "Adobe",
+ "Facebook",
+ "Apple",
+ "Salesforce",
+ "Bloomberg"
+ ]
+ },
+ {
+ "id": 157,
+ "name": "Trapping Rain Water",
+ "url": "trapping-rain-water",
+ "pattern": [
+ "Two Pointers"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Goldman Sachs",
+ "Microsoft",
+ "Adobe",
+ "Google",
+ "Bloomberg",
+ "Qualtrics",
+ "Snapchat",
+ "Lyft",
+ "Uber",
+ "Apple",
+ "Citadel",
+ "Tesla"
+ ]
+ },
+ {
+ "id": 158,
+ "name": "Container With Most Water",
+ "url": "container-with-most-water",
+ "pattern": [
+ "Two Pointers"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Microsoft",
+ "Google",
+ "Adobe",
+ "Bloomberg",
+ "Apple",
+ "Uber",
+ "Facebook"
+ ]
+ },
+ {
+ "id": 159,
+ "name": "Longest Word in Dictionary",
+ "url": "longest-word-in-dictionary",
+ "pattern": [
+ "Trie"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Google"
+ ]
+ },
+ {
+ "id": 160,
+ "name": "Index Pairs of a String",
+ "url": "index-pairs-of-a-string",
+ "pattern": [
+ "Trie"
+ ],
+ "difficulty": "Easy",
+ "premium": true,
+ "companies": [
+ "Amazon"
+ ]
+ },
+ {
+ "id": 161,
+ "name": "Maximum XOR of Two Numbers in an Array",
+ "url": "maximum-xor-of-two-numbers-in-an-array",
+ "pattern": [
+ "Trie"
+ ],
+ "difficulty": "Medium",
+ "premium": false,
+ "companies": [
+ "Adobe"
+ ]
+ },
+ {
+ "id": 162,
+ "name": "Concatenated Words",
+ "url": "concatenated-words",
+ "pattern": [
+ "Trie"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Microsoft"
+ ]
+ },
+ {
+ "id": 163,
+ "name": "Prefix and Suffix Search",
+ "url": "prefix-and-suffix-search",
+ "pattern": [
+ "Trie"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Google"
+ ]
+ },
+ {
+ "id": 164,
+ "name": "Palindrome Pairs",
+ "url": "palindrome-pairs",
+ "pattern": [
+ "Trie"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Airbnb",
+ "Facebook",
+ "Google"
+ ]
+ },
+ {
+ "id": 165,
+ "name": "Design Search Autocomplete System",
+ "url": "design-search-autocomplete-system",
+ "pattern": [
+ "Trie"
+ ],
+ "difficulty": "Hard",
+ "premium": true,
+ "companies": [
+ "Amazon",
+ "Google",
+ "Microsoft",
+ "Uber",
+ "Bloomberg",
+ "Twitter"
+ ]
+ },
+ {
+ "id": 166,
+ "name": "Word Squares",
+ "url": "word-squares",
+ "pattern": [
+ "Trie"
+ ],
+ "difficulty": "Hard",
+ "premium": true,
+ "companies": [
+ "Bloomberg",
+ "Oracle",
+ "Google"
+ ]
+ },
+ {
+ "id": 167,
+ "name": "Sort Items by Groups Respecting Dependencies",
+ "url": "sort-items-by-groups-respecting-dependencies",
+ "pattern": [
+ "DFS",
+ "Graph",
+ "Topological Sort"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Apple"
+ ]
+ },
+ {
+ "id": 168,
+ "name": "Median of Two Sorted Arrays",
+ "url": "median-of-two-sorted-arrays",
+ "pattern": [
+ "Binary Search"
+ ],
+ "difficulty": "Hard",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Goldman Sachs",
+ "Microsoft",
+ "Google",
+ "Adobe",
+ "Facebook",
+ "Apple",
+ "Bloomberg",
+ "Oracle"
+ ]
+ },
+ {
+ "id": 169,
+ "name": "Majority Element",
+ "url": "majority-element",
+ "pattern": [
+ "Sorting"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Amazon",
+ "Facebook",
+ "Apple",
+ "Microsoft",
+ "Adobe"
+ ]
+ },
+ {
+ "id": 170,
+ "name": "Convert 1D Array Into 2D Array",
+ "url": "convert-1d-array-into-2d-array",
+ "pattern": [
+ "Arrays"
+ ],
+ "difficulty": "Easy",
+ "premium": false,
+ "companies": [
+ "Google"
+ ]
+ }
+ ]
+}
\ No newline at end of file
From fe1e89e39defea547cbd88291742cabe672c605f Mon Sep 17 00:00:00 2001
From: Leo Stepanewk <44349262+leo-step@users.noreply.github.com>
Date: Mon, 1 Aug 2022 22:33:48 -0400
Subject: [PATCH 067/304] Use questions json and run cron (#206)
* read data from questions.json
* run cron on sunday 5pm pst
---
.github/workflows/run-cron.yml | 6 +-
cron/update_questions.py | 2 +-
package-lock.json | 10 +-
package.json | 2 +-
src/components/Table/index.js | 6 +-
src/data/index.js | 2260 +--------------------
questions.json => src/data/questions.json | 1318 +++---------
7 files changed, 290 insertions(+), 3314 deletions(-)
rename questions.json => src/data/questions.json (70%)
diff --git a/.github/workflows/run-cron.yml b/.github/workflows/run-cron.yml
index 9e132a73..ac6df9ad 100644
--- a/.github/workflows/run-cron.yml
+++ b/.github/workflows/run-cron.yml
@@ -1,6 +1,10 @@
name: run-cron
-on: workflow_dispatch
+on:
+ schedule:
+ - cron: '0 0 * * 0'
+
+ workflow_dispatch:
jobs:
update:
diff --git a/cron/update_questions.py b/cron/update_questions.py
index eec4e4e9..3bf0af2e 100644
--- a/cron/update_questions.py
+++ b/cron/update_questions.py
@@ -9,7 +9,7 @@
}
'''
-questions_file = "questions.json"
+questions_file = "../src/data/questions.json"
print("Reading questions file")
diff --git a/package-lock.json b/package-lock.json
index e2304b67..b6ecb594 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -21,7 +21,7 @@
"react-ga": "^2.7.0",
"react-icons": "^3.11.0",
"react-markdown": "^4.3.1",
- "react-scripts": "4.0.0",
+ "react-scripts": "^4.0.0",
"react-scroll": "^1.8.0",
"react-table": "^7.6.3",
"react-test-renderer": "^16.14.0",
@@ -18578,6 +18578,14 @@
},
"optionalDependencies": {
"fsevents": "^2.1.3"
+ },
+ "peerDependencies": {
+ "typescript": "^3.2.1"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
}
},
"node_modules/react-scripts/node_modules/camelcase": {
diff --git a/package.json b/package.json
index fc71c24d..5866f498 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
"react-ga": "^2.7.0",
"react-icons": "^3.11.0",
"react-markdown": "^4.3.1",
- "react-scripts": "4.0.0",
+ "react-scripts": "^4.0.0",
"react-scroll": "^1.8.0",
"react-table": "^7.6.3",
"react-test-renderer": "^16.14.0",
diff --git a/src/components/Table/index.js b/src/components/Table/index.js
index 7751429b..2f3ceecb 100644
--- a/src/components/Table/index.js
+++ b/src/components/Table/index.js
@@ -239,7 +239,7 @@ const Table = () => {
return (
{
Event(
'Table',
@@ -266,9 +266,7 @@ const Table = () => {
accessor: 'solutions',
disableSortBy: true,
Cell: cellInfo => {
- const url = cellInfo.row.original.premium
- ? `${cellInfo.row.original.url}/`
- : cellInfo.row.original.url;
+ const url = `https://leetcode.com/problems/${cellInfo.row.original.url}/`;
return (
sortBy[a.difficulty] - sortBy[b.difficulty],
);
diff --git a/questions.json b/src/data/questions.json
similarity index 70%
rename from questions.json
rename to src/data/questions.json
index 601d0eb7..b5e1fac9 100644
--- a/questions.json
+++ b/src/data/questions.json
@@ -1,13 +1,11 @@
{
- "updated": "2022-08-01T14:20:10.155368",
+ "updated": "2022-08-01T14:33:56.000437",
"data": [
{
"id": 0,
"name": "Contains Duplicate",
"url": "contains-duplicate",
- "pattern": [
- "Arrays"
- ],
+ "pattern": ["Arrays"],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -24,57 +22,34 @@
"id": 1,
"name": "Missing Number",
"url": "missing-number",
- "pattern": [
- "Arrays",
- "Bit Manipulation"
- ],
+ "pattern": ["Arrays", "Bit Manipulation"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "Microsoft",
- "Facebook",
- "Amazon",
- "Google",
- "Adobe"
- ]
+ "companies": ["Microsoft", "Facebook", "Amazon", "Google", "Adobe"]
},
{
"id": 2,
"name": "Find All Numbers Disappeared in an Array",
"url": "find-all-numbers-disappeared-in-an-array",
- "pattern": [
- "Arrays"
- ],
+ "pattern": ["Arrays"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "Facebook",
- "Amazon"
- ]
+ "companies": ["Facebook", "Amazon"]
},
{
"id": 3,
"name": "Single Number",
"url": "single-number",
- "pattern": [
- "Arrays",
- "Bit Manipulation"
- ],
+ "pattern": ["Arrays", "Bit Manipulation"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "Amazon",
- "Microsoft",
- "Adobe"
- ]
+ "companies": ["Amazon", "Microsoft", "Adobe"]
},
{
"id": 4,
"name": "Product of Array Except Self",
"url": "product-of-array-except-self",
- "pattern": [
- "Arrays"
- ],
+ "pattern": ["Arrays"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -95,11 +70,7 @@
"id": 5,
"name": "Find the Duplicate Number",
"url": "find-the-duplicate-number",
- "pattern": [
- "Arrays",
- "Binary Search",
- "Two Pointers"
- ],
+ "pattern": ["Arrays", "Binary Search", "Two Pointers"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -116,23 +87,16 @@
"id": 6,
"name": "Find All Duplicates in an Array",
"url": "find-all-duplicates-in-an-array",
- "pattern": [
- "Arrays"
- ],
+ "pattern": ["Arrays"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Amazon",
- "Google"
- ]
+ "companies": ["Amazon", "Google"]
},
{
"id": 7,
"name": "Set Matrix Zeroes",
"url": "set-matrix-zeroes",
- "pattern": [
- "Arrays"
- ],
+ "pattern": ["Arrays"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -149,9 +113,7 @@
"id": 8,
"name": "Spiral Matrix",
"url": "spiral-matrix",
- "pattern": [
- "Arrays"
- ],
+ "pattern": ["Arrays"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -170,9 +132,7 @@
"id": 9,
"name": "Rotate Image",
"url": "rotate-image",
- "pattern": [
- "Arrays"
- ],
+ "pattern": ["Arrays"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -189,9 +149,7 @@
"id": 10,
"name": "Word Search",
"url": "word-search",
- "pattern": [
- "Backtracking"
- ],
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -213,9 +171,7 @@
"id": 11,
"name": "First Missing Positive",
"url": "first-missing-positive",
- "pattern": [
- "Arrays"
- ],
+ "pattern": ["Arrays"],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -231,9 +187,7 @@
"id": 12,
"name": "Longest Consecutive Sequence",
"url": "longest-consecutive-sequence",
- "pattern": [
- "Arrays"
- ],
+ "pattern": ["Arrays"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -252,22 +206,16 @@
"id": 13,
"name": "Letter Case Permutation",
"url": "letter-case-permutation",
- "pattern": [
- "Backtracking"
- ],
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Microsoft"
- ]
+ "companies": ["Microsoft"]
},
{
"id": 14,
"name": "Subsets",
"url": "subsets",
- "pattern": [
- "Backtracking"
- ],
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -284,24 +232,16 @@
"id": 15,
"name": "Subsets II",
"url": "subsets-ii",
- "pattern": [
- "Backtracking"
- ],
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Facebook",
- "Amazon",
- "Bloomberg"
- ]
+ "companies": ["Facebook", "Amazon", "Bloomberg"]
},
{
"id": 16,
"name": "Permutations",
"url": "permutations",
- "pattern": [
- "Backtracking"
- ],
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -320,41 +260,25 @@
"id": 17,
"name": "Permutations II",
"url": "permutations-ii",
- "pattern": [
- "Backtracking"
- ],
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "LinkedIn",
- "Facebook",
- "Amazon",
- "Adobe",
- "Apple"
- ]
+ "companies": ["LinkedIn", "Facebook", "Amazon", "Adobe", "Apple"]
},
{
"id": 18,
"name": "Combinations",
"url": "combinations",
- "pattern": [
- "Backtracking"
- ],
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Google",
- "Facebook",
- "Amazon"
- ]
+ "companies": ["Google", "Facebook", "Amazon"]
},
{
"id": 19,
"name": "Combination Sum",
"url": "combination-sum",
- "pattern": [
- "Backtracking"
- ],
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -374,36 +298,25 @@
"id": 20,
"name": "Combination Sum II",
"url": "combination-sum-ii",
- "pattern": [
- "Backtracking"
- ],
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Facebook",
- "Amazon"
- ]
+ "companies": ["Facebook", "Amazon"]
},
{
"id": 21,
"name": "Combination Sum III",
"url": "combination-sum-iii",
- "pattern": [
- "Backtracking"
- ],
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Google"
- ]
+ "companies": ["Google"]
},
{
"id": 22,
"name": "Generate Parentheses",
"url": "generate-parentheses",
- "pattern": [
- "Backtracking"
- ],
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -422,39 +335,25 @@
"id": 23,
"name": "Target Sum",
"url": "target-sum",
- "pattern": [
- "DFS",
- "Dynamic Programming"
- ],
+ "pattern": ["DFS", "Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Facebook",
- "Amazon",
- "Microsoft",
- "Adobe"
- ]
+ "companies": ["Facebook", "Amazon", "Microsoft", "Adobe"]
},
{
"id": 24,
"name": "Palindrome Partitioning",
"url": "palindrome-partitioning",
- "pattern": [
- "Backtracking"
- ],
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Apple"
- ]
+ "companies": ["Apple"]
},
{
"id": 25,
"name": "Letter Combinations of a Phone Number",
"url": "letter-combinations-of-a-phone-number",
- "pattern": [
- "Backtracking"
- ],
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -477,40 +376,25 @@
"id": 26,
"name": "Generalized Abbreviation",
"url": "generalized-abbreviation",
- "pattern": [
- "Backtracking"
- ],
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": true,
- "companies": [
- "Google"
- ]
+ "companies": ["Google"]
},
{
"id": 27,
"name": "Sudoku Solver",
"url": "sudoku-solver",
- "pattern": [
- "Backtracking"
- ],
+ "pattern": ["Backtracking"],
"difficulty": "Hard",
"premium": false,
- "companies": [
- "Google",
- "Intuit",
- "Amazon",
- "Apple",
- "Uber",
- "Bloomberg"
- ]
+ "companies": ["Google", "Intuit", "Amazon", "Apple", "Uber", "Bloomberg"]
},
{
"id": 28,
"name": "N-Queens",
"url": "n-queens",
- "pattern": [
- "Backtracking"
- ],
+ "pattern": ["Backtracking"],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -527,9 +411,7 @@
"id": 29,
"name": "Climbing Stairs",
"url": "climbing-stairs",
- "pattern": [
- "Dynamic Programming"
- ],
+ "pattern": ["Dynamic Programming"],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -545,9 +427,7 @@
"id": 30,
"name": "House Robber",
"url": "house-robber",
- "pattern": [
- "Dynamic Programming"
- ],
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -566,9 +446,7 @@
"id": 31,
"name": "Best Time to Buy and Sell Stock",
"url": "best-time-to-buy-and-sell-stock",
- "pattern": [
- "Greedy"
- ],
+ "pattern": ["Greedy"],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -593,9 +471,7 @@
"id": 32,
"name": "Maximum Subarray",
"url": "maximum-subarray",
- "pattern": [
- "Dynamic Programming"
- ],
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -617,53 +493,34 @@
"id": 33,
"name": "Range Sum Query - Immutable",
"url": "range-sum-query-immutable",
- "pattern": [
- "Dynamic Programming"
- ],
+ "pattern": ["Dynamic Programming"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "Facebook",
- "Adobe"
- ]
+ "companies": ["Facebook", "Adobe"]
},
{
"id": 34,
"name": "House Robber II",
"url": "house-robber-ii",
- "pattern": [
- "Dynamic Programming"
- ],
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Amazon",
- "Google"
- ]
+ "companies": ["Amazon", "Google"]
},
{
"id": 35,
"name": "Coin Change",
"url": "coin-change",
- "pattern": [
- "Dynamic Programming"
- ],
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Amazon",
- "Microsoft",
- "Google",
- "Apple"
- ]
+ "companies": ["Amazon", "Microsoft", "Google", "Apple"]
},
{
"id": 36,
"name": "Maximum Product Subarray",
"url": "maximum-product-subarray",
- "pattern": [
- "Dynamic Programming"
- ],
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -680,9 +537,7 @@
"id": 37,
"name": "Longest Increasing Subsequence",
"url": "longest-increasing-subsequence",
- "pattern": [
- "Dynamic Programming"
- ],
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -698,9 +553,7 @@
"id": 38,
"name": "Longest Palindromic Substring",
"url": "longest-palindromic-substring",
- "pattern": [
- "Dynamic Programming"
- ],
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -721,9 +574,7 @@
"id": 39,
"name": "Word Break",
"url": "word-break",
- "pattern": [
- "Dynamic Programming"
- ],
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -744,24 +595,16 @@
"id": 40,
"name": "Combination Sum IV",
"url": "combination-sum-iv",
- "pattern": [
- "Dynamic Programming"
- ],
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Google",
- "Amazon",
- "Facebook"
- ]
+ "companies": ["Google", "Amazon", "Facebook"]
},
{
"id": 41,
"name": "Decode Ways",
"url": "decode-ways",
- "pattern": [
- "Dynamic Programming"
- ],
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -779,9 +622,7 @@
"id": 42,
"name": "Unique Paths",
"url": "unique-paths",
- "pattern": [
- "Dynamic Programming"
- ],
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -797,10 +638,7 @@
"id": 43,
"name": "Jump Game",
"url": "jump-game",
- "pattern": [
- "Dynamic Programming",
- "Greedy"
- ],
+ "pattern": ["Dynamic Programming", "Greedy"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -817,39 +655,25 @@
"id": 44,
"name": "Palindromic Substrings",
"url": "palindromic-substrings",
- "pattern": [
- "Dynamic Programming"
- ],
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Facebook",
- "Microsoft",
- "Google",
- "Goldman Sachs"
- ]
+ "companies": ["Facebook", "Microsoft", "Google", "Goldman Sachs"]
},
{
"id": 45,
"name": "Number of Longest Increasing Subsequence",
"url": "number-of-longest-increasing-subsequence",
- "pattern": [
- "Dynamic Programming"
- ],
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Amazon",
- "Google"
- ]
+ "companies": ["Amazon", "Google"]
},
{
"id": 46,
"name": "Partition Equal Subset Sum",
"url": "partition-equal-subset-sum",
- "pattern": [
- "Dynamic Programming"
- ],
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -866,51 +690,34 @@
"id": 47,
"name": "Partition to K Equal Sum Subsets",
"url": "partition-to-k-equal-sum-subsets",
- "pattern": [
- "Dynamic Programming"
- ],
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "LinkedIn",
- "Facebook"
- ]
+ "companies": ["LinkedIn", "Facebook"]
},
{
"id": 48,
"name": "Best Time to Buy and Sell Stock with Cooldown",
"url": "best-time-to-buy-and-sell-stock-with-cooldown",
- "pattern": [
- "Dynamic Programming"
- ],
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Adobe",
- "Bloomberg"
- ]
+ "companies": ["Adobe", "Bloomberg"]
},
{
"id": 49,
"name": "Counting Bits",
"url": "counting-bits",
- "pattern": [
- "Dynamic Programming",
- "Bit Manipulation"
- ],
+ "pattern": ["Dynamic Programming", "Bit Manipulation"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "Google"
- ]
+ "companies": ["Google"]
},
{
"id": 50,
"name": "Linked List Cycle",
"url": "linked-list-cycle",
- "pattern": [
- "Fast & Slow Pointers"
- ],
+ "pattern": ["Fast & Slow Pointers"],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -926,89 +733,52 @@
"id": 51,
"name": "Middle of the Linked List",
"url": "middle-of-the-linked-list",
- "pattern": [
- "Fast & Slow Pointers"
- ],
+ "pattern": ["Fast & Slow Pointers"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "Amazon",
- "Apple",
- "Microsoft",
- "Adobe",
- "Goldman Sachs"
- ]
+ "companies": ["Amazon", "Apple", "Microsoft", "Adobe", "Goldman Sachs"]
},
{
"id": 52,
"name": "Palindrome Linked List",
"url": "palindrome-linked-list",
- "pattern": [
- "Fast & Slow Pointers"
- ],
+ "pattern": ["Fast & Slow Pointers"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "Facebook",
- "Amazon",
- "Microsoft",
- "Intuit",
- "Bloomberg"
- ]
+ "companies": ["Facebook", "Amazon", "Microsoft", "Intuit", "Bloomberg"]
},
{
"id": 53,
"name": "Remove Linked List Elements",
"url": "remove-linked-list-elements",
- "pattern": [
- "Fast & Slow Pointers"
- ],
+ "pattern": ["Fast & Slow Pointers"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "Facebook",
- "Microsoft"
- ]
+ "companies": ["Facebook", "Microsoft"]
},
{
"id": 54,
"name": "Remove Duplicates from Sorted List",
"url": "remove-duplicates-from-sorted-list",
- "pattern": [
- "Fast & Slow Pointers"
- ],
+ "pattern": ["Fast & Slow Pointers"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "Amazon",
- "Adobe",
- "Facebook",
- "Microsoft"
- ]
+ "companies": ["Amazon", "Adobe", "Facebook", "Microsoft"]
},
{
"id": 55,
"name": "Linked List Cycle II",
"url": "linked-list-cycle-ii",
- "pattern": [
- "Fast & Slow Pointers"
- ],
+ "pattern": ["Fast & Slow Pointers"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Microsoft",
- "Amazon",
- "Goldman Sachs",
- "Oracle"
- ]
+ "companies": ["Microsoft", "Amazon", "Goldman Sachs", "Oracle"]
},
{
"id": 56,
"name": "Add Two Numbers",
"url": "add-two-numbers",
- "pattern": [
- "Fast & Slow Pointers"
- ],
+ "pattern": ["Fast & Slow Pointers"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1028,62 +798,34 @@
"id": 57,
"name": "Remove Nth Node From End Of List",
"url": "remove-nth-node-from-end-of-list",
- "pattern": [
- "Fast & Slow Pointers"
- ],
+ "pattern": ["Fast & Slow Pointers"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Facebook",
- "Microsoft",
- "Amazon",
- "Google",
- "Apple"
- ]
+ "companies": ["Facebook", "Microsoft", "Amazon", "Google", "Apple"]
},
{
"id": 58,
"name": "Sort List",
"url": "sort-list",
- "pattern": [
- "Fast & Slow Pointers"
- ],
+ "pattern": ["Fast & Slow Pointers"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Facebook",
- "Amazon",
- "Apple",
- "Uber"
- ]
+ "companies": ["Facebook", "Amazon", "Apple", "Uber"]
},
{
"id": 59,
"name": "Reorder List",
"url": "reorder-list",
- "pattern": [
- "Fast & Slow Pointers"
- ],
+ "pattern": ["Fast & Slow Pointers"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Amazon",
- "Adobe",
- "Facebook",
- "Google",
- "Snapchat",
- "Uber"
- ]
+ "companies": ["Amazon", "Adobe", "Facebook", "Google", "Snapchat", "Uber"]
},
{
"id": 60,
"name": "Clone Graph",
"url": "clone-graph",
- "pattern": [
- "BFS",
- "DFS",
- "Graph"
- ],
+ "pattern": ["BFS", "DFS", "Graph"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1102,29 +844,16 @@
"id": 61,
"name": "Pacific Atlantic Water Flow",
"url": "pacific-atlantic-water-flow",
- "pattern": [
- "BFS",
- "DFS"
- ],
+ "pattern": ["BFS", "DFS"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Google",
- "Amazon",
- "Microsoft",
- "Facebook",
- "Apple"
- ]
+ "companies": ["Google", "Amazon", "Microsoft", "Facebook", "Apple"]
},
{
"id": 62,
"name": "Number of Islands",
"url": "number-of-islands",
- "pattern": [
- "BFS",
- "DFS",
- "Union Find"
- ],
+ "pattern": ["BFS", "DFS", "Union Find"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1148,80 +877,43 @@
"id": 63,
"name": "Graph Valid Tree",
"url": "graph-valid-tree",
- "pattern": [
- "BFS",
- "DFS",
- "Graph",
- "Union Find"
- ],
+ "pattern": ["BFS", "DFS", "Graph", "Union Find"],
"difficulty": "Medium",
"premium": true,
- "companies": [
- "LinkedIn",
- "Google",
- "Bloomberg"
- ]
+ "companies": ["LinkedIn", "Google", "Bloomberg"]
},
{
"id": 64,
"name": "Number of Connected Components in an Undirected Graph",
"url": "number-of-connected-components-in-an-undirected-graph",
- "pattern": [
- "BFS",
- "DFS",
- "Graph",
- "Union Find"
- ],
+ "pattern": ["BFS", "DFS", "Graph", "Union Find"],
"difficulty": "Medium",
"premium": true,
- "companies": [
- "Amazon",
- "LinkedIn",
- "Facebook",
- "Pinterest"
- ]
+ "companies": ["Amazon", "LinkedIn", "Facebook", "Pinterest"]
},
{
"id": 65,
"name": "Reverse Linked List",
"url": "reverse-linked-list",
- "pattern": [
- "In-place reversal of a linked list"
- ],
+ "pattern": ["In-place reversal of a linked list"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "Microsoft",
- "Bloomberg",
- "Amazon",
- "Facebook",
- "Apple"
- ]
+ "companies": ["Microsoft", "Bloomberg", "Amazon", "Facebook", "Apple"]
},
{
"id": 66,
"name": "Reverse Linked List II",
"url": "reverse-linked-list-ii",
- "pattern": [
- "In-place reversal of a linked list"
- ],
+ "pattern": ["In-place reversal of a linked list"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Apple",
- "Facebook",
- "Amazon",
- "Google",
- "Adobe"
- ]
+ "companies": ["Apple", "Facebook", "Amazon", "Google", "Adobe"]
},
{
"id": 67,
"name": "Rotate List",
"url": "rotate-list",
- "pattern": [
- "In-place reversal of a linked list"
- ],
+ "pattern": ["In-place reversal of a linked list"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1237,24 +929,16 @@
"id": 68,
"name": "Swap Nodes in Pairs",
"url": "swap-nodes-in-pairs",
- "pattern": [
- "In-place reversal of a linked list"
- ],
+ "pattern": ["In-place reversal of a linked list"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Facebook",
- "Amazon",
- "Microsoft"
- ]
+ "companies": ["Facebook", "Amazon", "Microsoft"]
},
{
"id": 69,
"name": "Odd Even Linked List",
"url": "odd-even-linked-list",
- "pattern": [
- "In-place reversal of a linked list"
- ],
+ "pattern": ["In-place reversal of a linked list"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1270,9 +954,7 @@
"id": 70,
"name": "Reverse Nodes in k-Group",
"url": "reverse-nodes-in-k-group",
- "pattern": [
- "In-place reversal of a linked list"
- ],
+ "pattern": ["In-place reversal of a linked list"],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -1289,9 +971,7 @@
"id": 71,
"name": "Merge Two Sorted Lists",
"url": "merge-two-sorted-lists",
- "pattern": [
- "Two Pointers"
- ],
+ "pattern": ["Two Pointers"],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -1309,41 +989,25 @@
"id": 72,
"name": "Kth Smallest Element in a Sorted Matrix",
"url": "kth-smallest-element-in-a-sorted-matrix",
- "pattern": [
- "Binary Search",
- "Heap"
- ],
+ "pattern": ["Binary Search", "Heap"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Facebook",
- "Amazon",
- "Microsoft",
- "Bloomberg"
- ]
+ "companies": ["Facebook", "Amazon", "Microsoft", "Bloomberg"]
},
{
"id": 73,
"name": "Find K Pairs with Smallest Sums",
"url": "find-k-pairs-with-smallest-sums",
- "pattern": [
- "Heap"
- ],
+ "pattern": ["Heap"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "LinkedIn",
- "Microsoft",
- "Apple"
- ]
+ "companies": ["LinkedIn", "Microsoft", "Apple"]
},
{
"id": 74,
"name": "Merge k Sorted Lists",
"url": "merge-k-sorted-lists",
- "pattern": [
- "Heap"
- ],
+ "pattern": ["Heap"],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -1363,40 +1027,25 @@
"id": 75,
"name": "Smallest Range Covering Elements from K Lists",
"url": "smallest-range-covering-elements-from-k-lists",
- "pattern": [
- "Heap"
- ],
+ "pattern": ["Heap"],
"difficulty": "Hard",
"premium": false,
- "companies": [
- "Google",
- "Amazon",
- "Microsoft",
- "Pinterest"
- ]
+ "companies": ["Google", "Amazon", "Microsoft", "Pinterest"]
},
{
"id": 76,
"name": "Meeting Rooms",
"url": "meeting-rooms",
- "pattern": [
- "Intervals"
- ],
+ "pattern": ["Intervals"],
"difficulty": "Easy",
"premium": true,
- "companies": [
- "Amazon",
- "Microsoft",
- "Facebook"
- ]
+ "companies": ["Amazon", "Microsoft", "Facebook"]
},
{
"id": 77,
"name": "Merge Intervals",
"url": "merge-intervals",
- "pattern": [
- "Intervals"
- ],
+ "pattern": ["Intervals"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1420,40 +1069,25 @@
"id": 78,
"name": "Interval List Intersections",
"url": "interval-list-intersections",
- "pattern": [
- "Intervals"
- ],
+ "pattern": ["Intervals"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Facebook",
- "Uber",
- "Google"
- ]
+ "companies": ["Facebook", "Uber", "Google"]
},
{
"id": 79,
"name": "Non-overlapping Intervals",
"url": "non-overlapping-intervals",
- "pattern": [
- "Intervals"
- ],
+ "pattern": ["Intervals"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Amazon",
- "Facebook",
- "Oracle"
- ]
+ "companies": ["Amazon", "Facebook", "Oracle"]
},
{
"id": 80,
"name": "Meeting Rooms II",
"url": "meeting-rooms-ii",
- "pattern": [
- "Heap",
- "Intervals"
- ],
+ "pattern": ["Heap", "Intervals"],
"difficulty": "Medium",
"premium": true,
"companies": [
@@ -1476,10 +1110,7 @@
"id": 81,
"name": "Task Scheduler",
"url": "task-scheduler",
- "pattern": [
- "Greedy",
- "Heap"
- ],
+ "pattern": ["Greedy", "Heap"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1495,22 +1126,16 @@
"id": 82,
"name": "Minimum Number of Arrows to Burst Balloons",
"url": "minimum-number-of-arrows-to-burst-balloons",
- "pattern": [
- "Greedy"
- ],
+ "pattern": ["Greedy"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Apple"
- ]
+ "companies": ["Apple"]
},
{
"id": 83,
"name": "Insert Interval",
"url": "insert-interval",
- "pattern": [
- "Intervals"
- ],
+ "pattern": ["Intervals"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1527,10 +1152,7 @@
"id": 84,
"name": "Employee Free Time",
"url": "employee-free-time",
- "pattern": [
- "Heap",
- "Greedy"
- ],
+ "pattern": ["Heap", "Greedy"],
"difficulty": "Hard",
"premium": true,
"companies": [
@@ -1549,54 +1171,34 @@
"id": 85,
"name": "Binary Search",
"url": "binary-search",
- "pattern": [
- "Binary Search"
- ],
+ "pattern": ["Binary Search"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "Adobe",
- "Apple",
- "Uber",
- "Goldman Sachs"
- ]
+ "companies": ["Adobe", "Apple", "Uber", "Goldman Sachs"]
},
{
"id": 86,
"name": "Find Smallest Letter Greater Than Target",
"url": "find-smallest-letter-greater-than-target",
- "pattern": [
- "Binary Search"
- ],
+ "pattern": ["Binary Search"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "LinkedIn"
- ]
+ "companies": ["LinkedIn"]
},
{
"id": 87,
"name": "Peak Index in a Mountain Array",
"url": "peak-index-in-a-mountain-array",
- "pattern": [
- "Binary Search"
- ],
+ "pattern": ["Binary Search"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Google",
- "Amazon",
- "Bloomberg",
- "Facebook"
- ]
+ "companies": ["Google", "Amazon", "Bloomberg", "Facebook"]
},
{
"id": 88,
"name": "Find Minimum in Rotated Sorted Array",
"url": "find-minimum-in-rotated-sorted-array",
- "pattern": [
- "Binary Search"
- ],
+ "pattern": ["Binary Search"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1613,26 +1215,16 @@
"id": 89,
"name": "Find Peak Element",
"url": "find-peak-element",
- "pattern": [
- "Binary Search"
- ],
+ "pattern": ["Binary Search"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Facebook",
- "Amazon",
- "Uber",
- "Google",
- "Microsoft"
- ]
+ "companies": ["Facebook", "Amazon", "Uber", "Google", "Microsoft"]
},
{
"id": 90,
"name": "Search in Rotated Sorted Array",
"url": "search-in-rotated-sorted-array",
- "pattern": [
- "Binary Search"
- ],
+ "pattern": ["Binary Search"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1653,25 +1245,16 @@
"id": 91,
"name": "Search in Rotated Sorted Array II",
"url": "search-in-rotated-sorted-array-ii",
- "pattern": [
- "Binary Search"
- ],
+ "pattern": ["Binary Search"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "LinkedIn",
- "Amazon",
- "Facebook",
- "Microsoft"
- ]
+ "companies": ["LinkedIn", "Amazon", "Facebook", "Microsoft"]
},
{
"id": 92,
"name": "Search a 2D Matrix",
"url": "search-a-2d-matrix",
- "pattern": [
- "Binary Search"
- ],
+ "pattern": ["Binary Search"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1688,26 +1271,16 @@
"id": 93,
"name": "Search a 2D Matrix II",
"url": "search-a-2d-matrix-ii",
- "pattern": [
- "Binary Search"
- ],
+ "pattern": ["Binary Search"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Microsoft",
- "Amazon",
- "Facebook",
- "Apple",
- "Uber"
- ]
+ "companies": ["Microsoft", "Amazon", "Facebook", "Apple", "Uber"]
},
{
"id": 94,
"name": "Find K Closest Elements",
"url": "find-k-closest-elements",
- "pattern": [
- "Binary Search"
- ],
+ "pattern": ["Binary Search"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1723,81 +1296,52 @@
"id": 95,
"name": "Count of Range Sum",
"url": "count-of-range-sum",
- "pattern": [
- "Binary Search"
- ],
+ "pattern": ["Binary Search"],
"difficulty": "Hard",
"premium": false,
- "companies": [
- "Google"
- ]
+ "companies": ["Google"]
},
{
"id": 96,
"name": "Minimum Size Subarray Sum",
"url": "minimum-size-subarray-sum",
- "pattern": [
- "Sliding Window"
- ],
+ "pattern": ["Sliding Window"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Goldman Sachs",
- "Facebook",
- "Amazon",
- "Google"
- ]
+ "companies": ["Goldman Sachs", "Facebook", "Amazon", "Google"]
},
{
"id": 97,
"name": "Fruit Into Baskets",
"url": "fruit-into-baskets",
- "pattern": [
- "Sliding Window"
- ],
+ "pattern": ["Sliding Window"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Amazon"
- ]
+ "companies": ["Amazon"]
},
{
"id": 98,
"name": "Permutation in String",
"url": "permutation-in-string",
- "pattern": [
- "Sliding Window"
- ],
+ "pattern": ["Sliding Window"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Oracle",
- "Facebook"
- ]
+ "companies": ["Oracle", "Facebook"]
},
{
"id": 99,
"name": "Longest Repeating Character Replacement",
"url": "longest-repeating-character-replacement",
- "pattern": [
- "Sliding Window"
- ],
+ "pattern": ["Sliding Window"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Facebook",
- "Uber",
- "Amazon",
- "Adobe"
- ]
+ "companies": ["Facebook", "Uber", "Amazon", "Adobe"]
},
{
"id": 100,
"name": "Sliding Window Maximum",
"url": "sliding-window-maximum",
- "pattern": [
- "Sliding Window"
- ],
+ "pattern": ["Sliding Window"],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -1818,9 +1362,7 @@
"id": 101,
"name": "Longest Substring Without Repeating Characters",
"url": "longest-substring-without-repeating-characters",
- "pattern": [
- "Sliding Window"
- ],
+ "pattern": ["Sliding Window"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1839,35 +1381,25 @@
"id": 102,
"name": "Minimum Number of K Consecutive Bit Flips",
"url": "minimum-number-of-k-consecutive-bit-flips",
- "pattern": [
- "Sliding Window"
- ],
+ "pattern": ["Sliding Window"],
"difficulty": "Hard",
"premium": false,
- "companies": [
- "Adobe"
- ]
+ "companies": ["Adobe"]
},
{
"id": 103,
"name": "Count Unique Characters of All Substrings of a Given String",
"url": "count-unique-characters-of-all-substrings-of-a-given-string",
- "pattern": [
- "Sliding Window"
- ],
+ "pattern": ["Sliding Window"],
"difficulty": "Hard",
"premium": false,
- "companies": [
- "Amazon"
- ]
+ "companies": ["Amazon"]
},
{
"id": 104,
"name": "Minimum Window Substring",
"url": "minimum-window-substring",
- "pattern": [
- "Sliding Window"
- ],
+ "pattern": ["Sliding Window"],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -1884,53 +1416,34 @@
"id": 105,
"name": "Substring with Concatenation of All Words",
"url": "substring-with-concatenation-of-all-words",
- "pattern": [
- "Sliding Window"
- ],
+ "pattern": ["Sliding Window"],
"difficulty": "Hard",
"premium": false,
- "companies": [
- "Apple"
- ]
+ "companies": ["Apple"]
},
{
"id": 106,
"name": "Kth Smallest Element in a BST",
"url": "kth-smallest-element-in-a-bst",
- "pattern": [
- "DFS"
- ],
+ "pattern": ["DFS"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Amazon",
- "Facebook"
- ]
+ "companies": ["Amazon", "Facebook"]
},
{
"id": 107,
"name": "K Closest Points to Origin",
"url": "k-closest-points-to-origin",
- "pattern": [
- "Heap"
- ],
+ "pattern": ["Heap"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Facebook",
- "Amazon",
- "LinkedIn",
- "Google",
- "Asana"
- ]
+ "companies": ["Facebook", "Amazon", "LinkedIn", "Google", "Asana"]
},
{
"id": 108,
"name": "Top K Frequent Elements",
"url": "top-k-frequent-elements",
- "pattern": [
- "Heap"
- ],
+ "pattern": ["Heap"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1951,25 +1464,16 @@
"id": 109,
"name": "Sort Characters By Frequency",
"url": "sort-characters-by-frequency",
- "pattern": [
- "Heap"
- ],
+ "pattern": ["Heap"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Amazon",
- "Bloomberg",
- "Facebook"
- ]
+ "companies": ["Amazon", "Bloomberg", "Facebook"]
},
{
"id": 110,
"name": "Kth Largest Element in an Array",
"url": "kth-largest-element-in-an-array",
- "pattern": [
- "Heap",
- "QuickSelect"
- ],
+ "pattern": ["Heap", "QuickSelect"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1987,10 +1491,7 @@
"id": 111,
"name": "Reorganize String",
"url": "reorganize-string",
- "pattern": [
- "Greedy",
- "Heap"
- ],
+ "pattern": ["Greedy", "Heap"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2006,57 +1507,34 @@
"id": 112,
"name": "Rearrange String k Distance Apart",
"url": "rearrange-string-k-distance-apart",
- "pattern": [
- "Greedy",
- "Heap"
- ],
+ "pattern": ["Greedy", "Heap"],
"difficulty": "Hard",
"premium": true,
- "companies": [
- "Twitter"
- ]
+ "companies": ["Twitter"]
},
{
"id": 113,
"name": "Course Schedule III",
"url": "course-schedule-iii",
- "pattern": [
- "Greedy",
- "Heap"
- ],
+ "pattern": ["Greedy", "Heap"],
"difficulty": "Hard",
"premium": false,
- "companies": [
- "Amazon"
- ]
+ "companies": ["Amazon"]
},
{
"id": 114,
"name": "Maximum Frequency Stack",
"url": "maximum-frequency-stack",
- "pattern": [
- "Bucket Sort",
- "Heap"
- ],
+ "pattern": ["Bucket Sort", "Heap"],
"difficulty": "Hard",
"premium": false,
- "companies": [
- "Microsoft",
- "Amazon",
- "Apple",
- "Facebook"
- ]
+ "companies": ["Microsoft", "Amazon", "Apple", "Facebook"]
},
{
"id": 115,
"name": "Course Schedule",
"url": "course-schedule",
- "pattern": [
- "BFS",
- "DFS",
- "Graph",
- "Topological Sort"
- ],
+ "pattern": ["BFS", "DFS", "Graph", "Topological Sort"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2073,12 +1551,7 @@
"id": 116,
"name": "Course Schedule II",
"url": "course-schedule-ii",
- "pattern": [
- "BFS",
- "DFS",
- "Graph",
- "Topological Sort"
- ],
+ "pattern": ["BFS", "DFS", "Graph", "Topological Sort"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2097,28 +1570,16 @@
"id": 117,
"name": "Minimum Height Trees",
"url": "minimum-height-trees",
- "pattern": [
- "BFS",
- "Graph",
- "Topological Sort"
- ],
+ "pattern": ["BFS", "Graph", "Topological Sort"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Amazon",
- "Facebook",
- "Google",
- "Microsoft"
- ]
+ "companies": ["Amazon", "Facebook", "Google", "Microsoft"]
},
{
"id": 118,
"name": "Alien Dictionary",
"url": "alien-dictionary",
- "pattern": [
- "Graph",
- "Topological Sort"
- ],
+ "pattern": ["Graph", "Topological Sort"],
"difficulty": "Hard",
"premium": true,
"companies": [
@@ -2135,65 +1596,43 @@
"id": 119,
"name": "Sequence Reconstruction",
"url": "sequence-reconstruction",
- "pattern": [
- "Graph",
- "Topological Sort"
- ],
+ "pattern": ["Graph", "Topological Sort"],
"difficulty": "Medium",
"premium": true,
- "companies": [
- "Google"
- ]
+ "companies": ["Google"]
},
{
"id": 120,
"name": "Binary Tree Level Order Traversal II",
"url": "binary-tree-level-order-traversal-ii",
- "pattern": [
- "BFS"
- ],
+ "pattern": ["BFS"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Amazon"
- ]
+ "companies": ["Amazon"]
},
{
"id": 121,
"name": "Average of Levels in Binary Tree",
"url": "average-of-levels-in-binary-tree",
- "pattern": [
- "BFS"
- ],
+ "pattern": ["BFS"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "Facebook",
- "Amazon"
- ]
+ "companies": ["Facebook", "Amazon"]
},
{
"id": 122,
"name": "Minimum Depth of Binary Tree",
"url": "minimum-depth-of-binary-tree",
- "pattern": [
- "BFS",
- "DFS"
- ],
+ "pattern": ["BFS", "DFS"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "Facebook",
- "Goldman Sachs"
- ]
+ "companies": ["Facebook", "Goldman Sachs"]
},
{
"id": 123,
"name": "Binary Tree Level Order Traversal",
"url": "binary-tree-level-order-traversal",
- "pattern": [
- "BFS"
- ],
+ "pattern": ["BFS"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2211,9 +1650,7 @@
"id": 124,
"name": "Binary Tree Zigzag Level Order Traversal",
"url": "binary-tree-zigzag-level-order-traversal",
- "pattern": [
- "BFS"
- ],
+ "pattern": ["BFS"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2232,42 +1669,25 @@
"id": 125,
"name": "Populating Next Right Pointers in Each Node",
"url": "populating-next-right-pointers-in-each-node",
- "pattern": [
- "BFS"
- ],
+ "pattern": ["BFS"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Facebook",
- "Microsoft",
- "Amazon",
- "Bloomberg"
- ]
+ "companies": ["Facebook", "Microsoft", "Amazon", "Bloomberg"]
},
{
"id": 126,
"name": "Populating Next Right Pointers in Each Node II",
"url": "populating-next-right-pointers-in-each-node-ii",
- "pattern": [
- "BFS"
- ],
+ "pattern": ["BFS"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Amazon",
- "Bloomberg",
- "Microsoft",
- "Facebook"
- ]
+ "companies": ["Amazon", "Bloomberg", "Microsoft", "Facebook"]
},
{
"id": 127,
"name": "Binary Tree Right Side View",
"url": "binary-tree-right-side-view",
- "pattern": [
- "BFS",
- "DFS"
- ],
+ "pattern": ["BFS", "DFS"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2284,26 +1704,16 @@
"id": 128,
"name": "All Nodes Distance K in Binary Tree",
"url": "all-nodes-distance-k-in-binary-tree",
- "pattern": [
- "BFS",
- "DFS"
- ],
+ "pattern": ["BFS", "DFS"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Facebook",
- "Amazon",
- "Apple",
- "Oracle"
- ]
+ "companies": ["Facebook", "Amazon", "Apple", "Oracle"]
},
{
"id": 129,
"name": "Same Tree",
"url": "same-tree",
- "pattern": [
- "DFS"
- ],
+ "pattern": ["DFS"],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -2321,40 +1731,25 @@
"id": 130,
"name": "Path Sum",
"url": "path-sum",
- "pattern": [
- "DFS"
- ],
+ "pattern": ["DFS"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "Amazon",
- "Facebook",
- "Oracle"
- ]
+ "companies": ["Amazon", "Facebook", "Oracle"]
},
{
"id": 131,
"name": "Maximum Depth of Binary Tree",
"url": "maximum-depth-of-binary-tree",
- "pattern": [
- "DFS"
- ],
+ "pattern": ["DFS"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "LinkedIn",
- "Google",
- "Apple",
- "Amazon"
- ]
+ "companies": ["LinkedIn", "Google", "Apple", "Amazon"]
},
{
"id": 132,
"name": "Diameter of Binary Tree",
"url": "diameter-of-binary-tree",
- "pattern": [
- "DFS"
- ],
+ "pattern": ["DFS"],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -2371,105 +1766,61 @@
"id": 133,
"name": "Merge Two Binary Trees",
"url": "merge-two-binary-trees",
- "pattern": [
- "DFS"
- ],
+ "pattern": ["DFS"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "Amazon",
- "Adobe"
- ]
+ "companies": ["Amazon", "Adobe"]
},
{
"id": 134,
"name": "Lowest Common Ancestor of a Binary Search Tree",
"url": "lowest-common-ancestor-of-a-binary-search-tree",
- "pattern": [
- "DFS"
- ],
+ "pattern": ["DFS"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "LinkedIn",
- "Facebook",
- "Microsoft",
- "Google",
- "Uber"
- ]
+ "companies": ["LinkedIn", "Facebook", "Microsoft", "Google", "Uber"]
},
{
"id": 135,
"name": "Subtree of Another Tree",
"url": "subtree-of-another-tree",
- "pattern": [
- "DFS"
- ],
+ "pattern": ["DFS"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "Facebook",
- "Amazon",
- "Microsoft"
- ]
+ "companies": ["Facebook", "Amazon", "Microsoft"]
},
{
"id": 136,
"name": "Invert Binary Tree",
"url": "invert-binary-tree",
- "pattern": [
- "DFS"
- ],
+ "pattern": ["DFS"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "Amazon",
- "Google",
- "Facebook",
- "Adobe",
- "Apple"
- ]
+ "companies": ["Amazon", "Google", "Facebook", "Adobe", "Apple"]
},
{
"id": 137,
"name": "Path Sum II",
"url": "path-sum-ii",
- "pattern": [
- "DFS"
- ],
+ "pattern": ["DFS"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Amazon",
- "Google",
- "Facebook",
- "Adobe",
- "Apple"
- ]
+ "companies": ["Amazon", "Google", "Facebook", "Adobe", "Apple"]
},
{
"id": 138,
"name": "Path Sum III",
"url": "path-sum-iii",
- "pattern": [
- "DFS"
- ],
+ "pattern": ["DFS"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Microsoft",
- "Facebook",
- "Google",
- "Oracle"
- ]
+ "companies": ["Microsoft", "Facebook", "Google", "Oracle"]
},
{
"id": 139,
"name": "Lowest Common Ancestor of a Binary Tree",
"url": "lowest-common-ancestor-of-a-binary-tree",
- "pattern": [
- "DFS"
- ],
+ "pattern": ["DFS"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2490,56 +1841,34 @@
"id": 140,
"name": "Maximum Binary Tree",
"url": "maximum-binary-tree",
- "pattern": [
- "DFS"
- ],
+ "pattern": ["DFS"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Amazon"
- ]
+ "companies": ["Amazon"]
},
{
"id": 141,
"name": "Maximum Width of Binary Tree",
"url": "maximum-width-of-binary-tree",
- "pattern": [
- "DFS"
- ],
+ "pattern": ["DFS"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Amazon",
- "Google",
- "Bloomberg",
- "Apple",
- "Adobe"
- ]
+ "companies": ["Amazon", "Google", "Bloomberg", "Apple", "Adobe"]
},
{
"id": 142,
"name": "Construct Binary Tree from Preorder and Inorder Traversal",
"url": "construct-binary-tree-from-preorder-and-inorder-traversal",
- "pattern": [
- "DFS"
- ],
+ "pattern": ["DFS"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Amazon",
- "Microsoft",
- "Adobe",
- "Bloomberg",
- "Apple"
- ]
+ "companies": ["Amazon", "Microsoft", "Adobe", "Bloomberg", "Apple"]
},
{
"id": 143,
"name": "Validate Binary Search Tree",
"url": "validate-binary-search-tree",
- "pattern": [
- "DFS"
- ],
+ "pattern": ["DFS"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2558,10 +1887,7 @@
"id": 144,
"name": "Implement Trie (Prefix Tree)",
"url": "implement-trie-prefix-tree",
- "pattern": [
- "Design",
- "Trie"
- ],
+ "pattern": ["Design", "Trie"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2577,9 +1903,7 @@
"id": 145,
"name": "Binary Tree Maximum Path Sum",
"url": "binary-tree-maximum-path-sum",
- "pattern": [
- "DFS"
- ],
+ "pattern": ["DFS"],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -2597,9 +1921,7 @@
"id": 146,
"name": "Serialize and Deserialize Binary Tree",
"url": "serialize-and-deserialize-binary-tree",
- "pattern": [
- "Design"
- ],
+ "pattern": ["Design"],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -2620,10 +1942,7 @@
"id": 147,
"name": "Word Search II",
"url": "word-search-ii",
- "pattern": [
- "DFS",
- "Trie"
- ],
+ "pattern": ["DFS", "Trie"],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -2643,9 +1962,7 @@
"id": 148,
"name": "Find Median from Data Stream",
"url": "find-median-from-data-stream",
- "pattern": [
- "Heap"
- ],
+ "pattern": ["Heap"],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -2663,23 +1980,16 @@
"id": 149,
"name": "Sliding Window Median",
"url": "sliding-window-median",
- "pattern": [
- "Heap"
- ],
+ "pattern": ["Heap"],
"difficulty": "Hard",
"premium": false,
- "companies": [
- "Facebook",
- "Amazon"
- ]
+ "companies": ["Facebook", "Amazon"]
},
{
"id": 150,
"name": "Two Sum",
"url": "two-sum",
- "pattern": [
- "Two Pointers"
- ],
+ "pattern": ["Two Pointers"],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -2704,44 +2014,25 @@
"id": 151,
"name": "Squares of a Sorted Array",
"url": "squares-of-a-sorted-array",
- "pattern": [
- "Two Pointers"
- ],
+ "pattern": ["Two Pointers"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "Facebook",
- "Amazon",
- "Google",
- "Adobe",
- "Apple",
- "Uber"
- ]
+ "companies": ["Facebook", "Amazon", "Google", "Adobe", "Apple", "Uber"]
},
{
"id": 152,
"name": "Backspace String Compare",
"url": "backspace-string-compare",
- "pattern": [
- "Two Pointers"
- ],
+ "pattern": ["Two Pointers"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "Facebook",
- "Amazon",
- "Apple",
- "Google",
- "Microsoft"
- ]
+ "companies": ["Facebook", "Amazon", "Apple", "Google", "Microsoft"]
},
{
"id": 153,
"name": "3 Sum",
"url": "3sum",
- "pattern": [
- "Two Pointers"
- ],
+ "pattern": ["Two Pointers"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2764,9 +2055,7 @@
"id": 154,
"name": "3 Sum Closest",
"url": "3sum-closest",
- "pattern": [
- "Two Pointers"
- ],
+ "pattern": ["Two Pointers"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2784,24 +2073,16 @@
"id": 155,
"name": "Subarrays with Product Less than K",
"url": "subarray-product-less-than-k",
- "pattern": [
- "Two Pointers"
- ],
+ "pattern": ["Two Pointers"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "LinkedIn",
- "Amazon",
- "Microsoft"
- ]
+ "companies": ["LinkedIn", "Amazon", "Microsoft"]
},
{
"id": 156,
"name": "Sort Colours",
"url": "sort-colors",
- "pattern": [
- "Two Pointers"
- ],
+ "pattern": ["Two Pointers"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2818,9 +2099,7 @@
"id": 157,
"name": "Trapping Rain Water",
"url": "trapping-rain-water",
- "pattern": [
- "Two Pointers"
- ],
+ "pattern": ["Two Pointers"],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -2844,9 +2123,7 @@
"id": 158,
"name": "Container With Most Water",
"url": "container-with-most-water",
- "pattern": [
- "Two Pointers"
- ],
+ "pattern": ["Two Pointers"],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2864,90 +2141,61 @@
"id": 159,
"name": "Longest Word in Dictionary",
"url": "longest-word-in-dictionary",
- "pattern": [
- "Trie"
- ],
+ "pattern": ["Trie"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Google"
- ]
+ "companies": ["Google"]
},
{
"id": 160,
"name": "Index Pairs of a String",
"url": "index-pairs-of-a-string",
- "pattern": [
- "Trie"
- ],
+ "pattern": ["Trie"],
"difficulty": "Easy",
"premium": true,
- "companies": [
- "Amazon"
- ]
+ "companies": ["Amazon"]
},
{
"id": 161,
"name": "Maximum XOR of Two Numbers in an Array",
"url": "maximum-xor-of-two-numbers-in-an-array",
- "pattern": [
- "Trie"
- ],
+ "pattern": ["Trie"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Adobe"
- ]
+ "companies": ["Adobe"]
},
{
"id": 162,
"name": "Concatenated Words",
"url": "concatenated-words",
- "pattern": [
- "Trie"
- ],
+ "pattern": ["Trie"],
"difficulty": "Hard",
"premium": false,
- "companies": [
- "Amazon",
- "Microsoft"
- ]
+ "companies": ["Amazon", "Microsoft"]
},
{
"id": 163,
"name": "Prefix and Suffix Search",
"url": "prefix-and-suffix-search",
- "pattern": [
- "Trie"
- ],
+ "pattern": ["Trie"],
"difficulty": "Hard",
"premium": false,
- "companies": [
- "Google"
- ]
+ "companies": ["Google"]
},
{
"id": 164,
"name": "Palindrome Pairs",
"url": "palindrome-pairs",
- "pattern": [
- "Trie"
- ],
+ "pattern": ["Trie"],
"difficulty": "Hard",
"premium": false,
- "companies": [
- "Airbnb",
- "Facebook",
- "Google"
- ]
+ "companies": ["Airbnb", "Facebook", "Google"]
},
{
"id": 165,
"name": "Design Search Autocomplete System",
"url": "design-search-autocomplete-system",
- "pattern": [
- "Trie"
- ],
+ "pattern": ["Trie"],
"difficulty": "Hard",
"premium": true,
"companies": [
@@ -2963,39 +2211,25 @@
"id": 166,
"name": "Word Squares",
"url": "word-squares",
- "pattern": [
- "Trie"
- ],
+ "pattern": ["Trie"],
"difficulty": "Hard",
"premium": true,
- "companies": [
- "Bloomberg",
- "Oracle",
- "Google"
- ]
+ "companies": ["Bloomberg", "Oracle", "Google"]
},
{
"id": 167,
"name": "Sort Items by Groups Respecting Dependencies",
"url": "sort-items-by-groups-respecting-dependencies",
- "pattern": [
- "DFS",
- "Graph",
- "Topological Sort"
- ],
+ "pattern": ["DFS", "Graph", "Topological Sort"],
"difficulty": "Hard",
"premium": false,
- "companies": [
- "Apple"
- ]
+ "companies": ["Apple"]
},
{
"id": 168,
"name": "Median of Two Sorted Arrays",
"url": "median-of-two-sorted-arrays",
- "pattern": [
- "Binary Search"
- ],
+ "pattern": ["Binary Search"],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -3014,31 +2248,19 @@
"id": 169,
"name": "Majority Element",
"url": "majority-element",
- "pattern": [
- "Sorting"
- ],
+ "pattern": ["Sorting"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "Amazon",
- "Facebook",
- "Apple",
- "Microsoft",
- "Adobe"
- ]
+ "companies": ["Amazon", "Facebook", "Apple", "Microsoft", "Adobe"]
},
{
"id": 170,
"name": "Convert 1D Array Into 2D Array",
"url": "convert-1d-array-into-2d-array",
- "pattern": [
- "Arrays"
- ],
+ "pattern": ["Arrays"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "Google"
- ]
+ "companies": ["Google"]
}
]
-}
\ No newline at end of file
+}
From 6845b0ba770c82dcf1bceae883461f4b9c7682a7 Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Wed, 3 Aug 2022 22:54:56 -0400
Subject: [PATCH 068/304] Correct absolute path for run-cron GitHub Action
(#208)
* Correct absolute path for run-cron GitHub Action
Fixes #207
* Correct commit message for updating questions
---
.github/workflows/run-cron.yml | 2 +-
cron/update_questions.py | 16 ++++++++++------
2 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/run-cron.yml b/.github/workflows/run-cron.yml
index ac6df9ad..58e7e95d 100644
--- a/.github/workflows/run-cron.yml
+++ b/.github/workflows/run-cron.yml
@@ -22,4 +22,4 @@ jobs:
python cron/update_questions.py
- uses: stefanzweifel/git-auto-commit-action@v4
with:
- commit_message: update questions (cron job)
+ commit_message: Update questions via run-cron GitHub Action
diff --git a/cron/update_questions.py b/cron/update_questions.py
index 3bf0af2e..e8186927 100644
--- a/cron/update_questions.py
+++ b/cron/update_questions.py
@@ -1,6 +1,7 @@
+import os
+import json
import requests
from datetime import datetime
-import json
query = '''query questionData($titleSlug: String!) {
question(titleSlug: $titleSlug) {
@@ -9,9 +10,9 @@
}
'''
-questions_file = "../src/data/questions.json"
+questions_file = os.getcwd() + "/src/data/questions.json"
-print("Reading questions file")
+print("=== Reading questions file ===")
try:
with open(questions_file, "r") as file:
@@ -20,7 +21,9 @@
print(e)
exit()
-print("Updating question metadata")
+print("=== Updating question metadata ===")
+
+startTime = datetime.now()
for question in questions["data"]:
variables = {"titleSlug": question["url"]}
@@ -36,7 +39,7 @@
print(f'{question["name"]}: {our_difficulty} -> {leetcode_difficulty}')
question["difficulty"] = leetcode_difficulty
-print("Finished checking all questions")
+print("=== Finished checking all questions ===")
try:
with open(questions_file, "w") as file:
@@ -46,4 +49,5 @@
print(e)
exit()
-print("Wrote questions file")
+print("=== Wrote questions file ===")
+print(f'=== Script took: {datetime.now() - startTime} seconds ===')
From 427dd867542bda1d5f65c5718b296411dcb5ab48 Mon Sep 17 00:00:00 2001
From: seanprashad
Date: Thu, 4 Aug 2022 03:03:46 +0000
Subject: [PATCH 069/304] Update questions via run-cron GitHub Action
---
src/data/questions.json | 1318 +++++++++++++++++++++++++++++++--------
1 file changed, 1048 insertions(+), 270 deletions(-)
diff --git a/src/data/questions.json b/src/data/questions.json
index b5e1fac9..00b19451 100644
--- a/src/data/questions.json
+++ b/src/data/questions.json
@@ -1,11 +1,13 @@
{
- "updated": "2022-08-01T14:33:56.000437",
+ "updated": "2022-08-04T03:03:46.242946",
"data": [
{
"id": 0,
"name": "Contains Duplicate",
"url": "contains-duplicate",
- "pattern": ["Arrays"],
+ "pattern": [
+ "Arrays"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -22,34 +24,57 @@
"id": 1,
"name": "Missing Number",
"url": "missing-number",
- "pattern": ["Arrays", "Bit Manipulation"],
+ "pattern": [
+ "Arrays",
+ "Bit Manipulation"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["Microsoft", "Facebook", "Amazon", "Google", "Adobe"]
+ "companies": [
+ "Microsoft",
+ "Facebook",
+ "Amazon",
+ "Google",
+ "Adobe"
+ ]
},
{
"id": 2,
"name": "Find All Numbers Disappeared in an Array",
"url": "find-all-numbers-disappeared-in-an-array",
- "pattern": ["Arrays"],
+ "pattern": [
+ "Arrays"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["Facebook", "Amazon"]
+ "companies": [
+ "Facebook",
+ "Amazon"
+ ]
},
{
"id": 3,
"name": "Single Number",
"url": "single-number",
- "pattern": ["Arrays", "Bit Manipulation"],
+ "pattern": [
+ "Arrays",
+ "Bit Manipulation"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["Amazon", "Microsoft", "Adobe"]
+ "companies": [
+ "Amazon",
+ "Microsoft",
+ "Adobe"
+ ]
},
{
"id": 4,
"name": "Product of Array Except Self",
"url": "product-of-array-except-self",
- "pattern": ["Arrays"],
+ "pattern": [
+ "Arrays"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -70,7 +95,11 @@
"id": 5,
"name": "Find the Duplicate Number",
"url": "find-the-duplicate-number",
- "pattern": ["Arrays", "Binary Search", "Two Pointers"],
+ "pattern": [
+ "Arrays",
+ "Binary Search",
+ "Two Pointers"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -87,16 +116,23 @@
"id": 6,
"name": "Find All Duplicates in an Array",
"url": "find-all-duplicates-in-an-array",
- "pattern": ["Arrays"],
+ "pattern": [
+ "Arrays"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Amazon", "Google"]
+ "companies": [
+ "Amazon",
+ "Google"
+ ]
},
{
"id": 7,
"name": "Set Matrix Zeroes",
"url": "set-matrix-zeroes",
- "pattern": ["Arrays"],
+ "pattern": [
+ "Arrays"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -113,7 +149,9 @@
"id": 8,
"name": "Spiral Matrix",
"url": "spiral-matrix",
- "pattern": ["Arrays"],
+ "pattern": [
+ "Arrays"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -132,7 +170,9 @@
"id": 9,
"name": "Rotate Image",
"url": "rotate-image",
- "pattern": ["Arrays"],
+ "pattern": [
+ "Arrays"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -149,7 +189,9 @@
"id": 10,
"name": "Word Search",
"url": "word-search",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -171,7 +213,9 @@
"id": 11,
"name": "First Missing Positive",
"url": "first-missing-positive",
- "pattern": ["Arrays"],
+ "pattern": [
+ "Arrays"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -187,7 +231,9 @@
"id": 12,
"name": "Longest Consecutive Sequence",
"url": "longest-consecutive-sequence",
- "pattern": ["Arrays"],
+ "pattern": [
+ "Arrays"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -206,16 +252,22 @@
"id": 13,
"name": "Letter Case Permutation",
"url": "letter-case-permutation",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Microsoft"]
+ "companies": [
+ "Microsoft"
+ ]
},
{
"id": 14,
"name": "Subsets",
"url": "subsets",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -232,16 +284,24 @@
"id": 15,
"name": "Subsets II",
"url": "subsets-ii",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Facebook", "Amazon", "Bloomberg"]
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Bloomberg"
+ ]
},
{
"id": 16,
"name": "Permutations",
"url": "permutations",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -260,25 +320,41 @@
"id": 17,
"name": "Permutations II",
"url": "permutations-ii",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["LinkedIn", "Facebook", "Amazon", "Adobe", "Apple"]
+ "companies": [
+ "LinkedIn",
+ "Facebook",
+ "Amazon",
+ "Adobe",
+ "Apple"
+ ]
},
{
"id": 18,
"name": "Combinations",
"url": "combinations",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Google", "Facebook", "Amazon"]
+ "companies": [
+ "Google",
+ "Facebook",
+ "Amazon"
+ ]
},
{
"id": 19,
"name": "Combination Sum",
"url": "combination-sum",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -298,25 +374,36 @@
"id": 20,
"name": "Combination Sum II",
"url": "combination-sum-ii",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Facebook", "Amazon"]
+ "companies": [
+ "Facebook",
+ "Amazon"
+ ]
},
{
"id": 21,
"name": "Combination Sum III",
"url": "combination-sum-iii",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Google"]
+ "companies": [
+ "Google"
+ ]
},
{
"id": 22,
"name": "Generate Parentheses",
"url": "generate-parentheses",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -335,25 +422,39 @@
"id": 23,
"name": "Target Sum",
"url": "target-sum",
- "pattern": ["DFS", "Dynamic Programming"],
+ "pattern": [
+ "DFS",
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Facebook", "Amazon", "Microsoft", "Adobe"]
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Microsoft",
+ "Adobe"
+ ]
},
{
"id": 24,
"name": "Palindrome Partitioning",
"url": "palindrome-partitioning",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Apple"]
+ "companies": [
+ "Apple"
+ ]
},
{
"id": 25,
"name": "Letter Combinations of a Phone Number",
"url": "letter-combinations-of-a-phone-number",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -376,25 +477,40 @@
"id": 26,
"name": "Generalized Abbreviation",
"url": "generalized-abbreviation",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": true,
- "companies": ["Google"]
+ "companies": [
+ "Google"
+ ]
},
{
"id": 27,
"name": "Sudoku Solver",
"url": "sudoku-solver",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Hard",
"premium": false,
- "companies": ["Google", "Intuit", "Amazon", "Apple", "Uber", "Bloomberg"]
+ "companies": [
+ "Google",
+ "Intuit",
+ "Amazon",
+ "Apple",
+ "Uber",
+ "Bloomberg"
+ ]
},
{
"id": 28,
"name": "N-Queens",
"url": "n-queens",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -411,7 +527,9 @@
"id": 29,
"name": "Climbing Stairs",
"url": "climbing-stairs",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -427,7 +545,9 @@
"id": 30,
"name": "House Robber",
"url": "house-robber",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -446,7 +566,9 @@
"id": 31,
"name": "Best Time to Buy and Sell Stock",
"url": "best-time-to-buy-and-sell-stock",
- "pattern": ["Greedy"],
+ "pattern": [
+ "Greedy"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -471,7 +593,9 @@
"id": 32,
"name": "Maximum Subarray",
"url": "maximum-subarray",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -493,34 +617,53 @@
"id": 33,
"name": "Range Sum Query - Immutable",
"url": "range-sum-query-immutable",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["Facebook", "Adobe"]
+ "companies": [
+ "Facebook",
+ "Adobe"
+ ]
},
{
"id": 34,
"name": "House Robber II",
"url": "house-robber-ii",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Amazon", "Google"]
+ "companies": [
+ "Amazon",
+ "Google"
+ ]
},
{
"id": 35,
"name": "Coin Change",
"url": "coin-change",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Amazon", "Microsoft", "Google", "Apple"]
+ "companies": [
+ "Amazon",
+ "Microsoft",
+ "Google",
+ "Apple"
+ ]
},
{
"id": 36,
"name": "Maximum Product Subarray",
"url": "maximum-product-subarray",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -537,7 +680,9 @@
"id": 37,
"name": "Longest Increasing Subsequence",
"url": "longest-increasing-subsequence",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -553,7 +698,9 @@
"id": 38,
"name": "Longest Palindromic Substring",
"url": "longest-palindromic-substring",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -574,7 +721,9 @@
"id": 39,
"name": "Word Break",
"url": "word-break",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -595,16 +744,24 @@
"id": 40,
"name": "Combination Sum IV",
"url": "combination-sum-iv",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Google", "Amazon", "Facebook"]
+ "companies": [
+ "Google",
+ "Amazon",
+ "Facebook"
+ ]
},
{
"id": 41,
"name": "Decode Ways",
"url": "decode-ways",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -622,7 +779,9 @@
"id": 42,
"name": "Unique Paths",
"url": "unique-paths",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -638,7 +797,10 @@
"id": 43,
"name": "Jump Game",
"url": "jump-game",
- "pattern": ["Dynamic Programming", "Greedy"],
+ "pattern": [
+ "Dynamic Programming",
+ "Greedy"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -655,25 +817,39 @@
"id": 44,
"name": "Palindromic Substrings",
"url": "palindromic-substrings",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Facebook", "Microsoft", "Google", "Goldman Sachs"]
+ "companies": [
+ "Facebook",
+ "Microsoft",
+ "Google",
+ "Goldman Sachs"
+ ]
},
{
"id": 45,
"name": "Number of Longest Increasing Subsequence",
"url": "number-of-longest-increasing-subsequence",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Amazon", "Google"]
+ "companies": [
+ "Amazon",
+ "Google"
+ ]
},
{
"id": 46,
"name": "Partition Equal Subset Sum",
"url": "partition-equal-subset-sum",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -690,34 +866,51 @@
"id": 47,
"name": "Partition to K Equal Sum Subsets",
"url": "partition-to-k-equal-sum-subsets",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["LinkedIn", "Facebook"]
+ "companies": [
+ "LinkedIn",
+ "Facebook"
+ ]
},
{
"id": 48,
"name": "Best Time to Buy and Sell Stock with Cooldown",
"url": "best-time-to-buy-and-sell-stock-with-cooldown",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Adobe", "Bloomberg"]
+ "companies": [
+ "Adobe",
+ "Bloomberg"
+ ]
},
{
"id": 49,
"name": "Counting Bits",
"url": "counting-bits",
- "pattern": ["Dynamic Programming", "Bit Manipulation"],
+ "pattern": [
+ "Dynamic Programming",
+ "Bit Manipulation"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["Google"]
+ "companies": [
+ "Google"
+ ]
},
{
"id": 50,
"name": "Linked List Cycle",
"url": "linked-list-cycle",
- "pattern": ["Fast & Slow Pointers"],
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -733,52 +926,89 @@
"id": 51,
"name": "Middle of the Linked List",
"url": "middle-of-the-linked-list",
- "pattern": ["Fast & Slow Pointers"],
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["Amazon", "Apple", "Microsoft", "Adobe", "Goldman Sachs"]
+ "companies": [
+ "Amazon",
+ "Apple",
+ "Microsoft",
+ "Adobe",
+ "Goldman Sachs"
+ ]
},
{
"id": 52,
"name": "Palindrome Linked List",
"url": "palindrome-linked-list",
- "pattern": ["Fast & Slow Pointers"],
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["Facebook", "Amazon", "Microsoft", "Intuit", "Bloomberg"]
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Microsoft",
+ "Intuit",
+ "Bloomberg"
+ ]
},
{
"id": 53,
"name": "Remove Linked List Elements",
"url": "remove-linked-list-elements",
- "pattern": ["Fast & Slow Pointers"],
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["Facebook", "Microsoft"]
+ "companies": [
+ "Facebook",
+ "Microsoft"
+ ]
},
{
"id": 54,
"name": "Remove Duplicates from Sorted List",
"url": "remove-duplicates-from-sorted-list",
- "pattern": ["Fast & Slow Pointers"],
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["Amazon", "Adobe", "Facebook", "Microsoft"]
+ "companies": [
+ "Amazon",
+ "Adobe",
+ "Facebook",
+ "Microsoft"
+ ]
},
{
"id": 55,
"name": "Linked List Cycle II",
"url": "linked-list-cycle-ii",
- "pattern": ["Fast & Slow Pointers"],
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Microsoft", "Amazon", "Goldman Sachs", "Oracle"]
+ "companies": [
+ "Microsoft",
+ "Amazon",
+ "Goldman Sachs",
+ "Oracle"
+ ]
},
{
"id": 56,
"name": "Add Two Numbers",
"url": "add-two-numbers",
- "pattern": ["Fast & Slow Pointers"],
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -798,34 +1028,62 @@
"id": 57,
"name": "Remove Nth Node From End Of List",
"url": "remove-nth-node-from-end-of-list",
- "pattern": ["Fast & Slow Pointers"],
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Facebook", "Microsoft", "Amazon", "Google", "Apple"]
+ "companies": [
+ "Facebook",
+ "Microsoft",
+ "Amazon",
+ "Google",
+ "Apple"
+ ]
},
{
"id": 58,
"name": "Sort List",
"url": "sort-list",
- "pattern": ["Fast & Slow Pointers"],
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Facebook", "Amazon", "Apple", "Uber"]
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Apple",
+ "Uber"
+ ]
},
{
"id": 59,
"name": "Reorder List",
"url": "reorder-list",
- "pattern": ["Fast & Slow Pointers"],
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Amazon", "Adobe", "Facebook", "Google", "Snapchat", "Uber"]
+ "companies": [
+ "Amazon",
+ "Adobe",
+ "Facebook",
+ "Google",
+ "Snapchat",
+ "Uber"
+ ]
},
{
"id": 60,
"name": "Clone Graph",
"url": "clone-graph",
- "pattern": ["BFS", "DFS", "Graph"],
+ "pattern": [
+ "BFS",
+ "DFS",
+ "Graph"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -844,16 +1102,29 @@
"id": 61,
"name": "Pacific Atlantic Water Flow",
"url": "pacific-atlantic-water-flow",
- "pattern": ["BFS", "DFS"],
+ "pattern": [
+ "BFS",
+ "DFS"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Google", "Amazon", "Microsoft", "Facebook", "Apple"]
+ "companies": [
+ "Google",
+ "Amazon",
+ "Microsoft",
+ "Facebook",
+ "Apple"
+ ]
},
{
"id": 62,
"name": "Number of Islands",
"url": "number-of-islands",
- "pattern": ["BFS", "DFS", "Union Find"],
+ "pattern": [
+ "BFS",
+ "DFS",
+ "Union Find"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -877,43 +1148,80 @@
"id": 63,
"name": "Graph Valid Tree",
"url": "graph-valid-tree",
- "pattern": ["BFS", "DFS", "Graph", "Union Find"],
+ "pattern": [
+ "BFS",
+ "DFS",
+ "Graph",
+ "Union Find"
+ ],
"difficulty": "Medium",
"premium": true,
- "companies": ["LinkedIn", "Google", "Bloomberg"]
+ "companies": [
+ "LinkedIn",
+ "Google",
+ "Bloomberg"
+ ]
},
{
"id": 64,
"name": "Number of Connected Components in an Undirected Graph",
"url": "number-of-connected-components-in-an-undirected-graph",
- "pattern": ["BFS", "DFS", "Graph", "Union Find"],
+ "pattern": [
+ "BFS",
+ "DFS",
+ "Graph",
+ "Union Find"
+ ],
"difficulty": "Medium",
"premium": true,
- "companies": ["Amazon", "LinkedIn", "Facebook", "Pinterest"]
+ "companies": [
+ "Amazon",
+ "LinkedIn",
+ "Facebook",
+ "Pinterest"
+ ]
},
{
"id": 65,
"name": "Reverse Linked List",
"url": "reverse-linked-list",
- "pattern": ["In-place reversal of a linked list"],
+ "pattern": [
+ "In-place reversal of a linked list"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["Microsoft", "Bloomberg", "Amazon", "Facebook", "Apple"]
+ "companies": [
+ "Microsoft",
+ "Bloomberg",
+ "Amazon",
+ "Facebook",
+ "Apple"
+ ]
},
{
"id": 66,
"name": "Reverse Linked List II",
"url": "reverse-linked-list-ii",
- "pattern": ["In-place reversal of a linked list"],
+ "pattern": [
+ "In-place reversal of a linked list"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Apple", "Facebook", "Amazon", "Google", "Adobe"]
+ "companies": [
+ "Apple",
+ "Facebook",
+ "Amazon",
+ "Google",
+ "Adobe"
+ ]
},
{
"id": 67,
"name": "Rotate List",
"url": "rotate-list",
- "pattern": ["In-place reversal of a linked list"],
+ "pattern": [
+ "In-place reversal of a linked list"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -929,16 +1237,24 @@
"id": 68,
"name": "Swap Nodes in Pairs",
"url": "swap-nodes-in-pairs",
- "pattern": ["In-place reversal of a linked list"],
+ "pattern": [
+ "In-place reversal of a linked list"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Facebook", "Amazon", "Microsoft"]
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Microsoft"
+ ]
},
{
"id": 69,
"name": "Odd Even Linked List",
"url": "odd-even-linked-list",
- "pattern": ["In-place reversal of a linked list"],
+ "pattern": [
+ "In-place reversal of a linked list"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -954,7 +1270,9 @@
"id": 70,
"name": "Reverse Nodes in k-Group",
"url": "reverse-nodes-in-k-group",
- "pattern": ["In-place reversal of a linked list"],
+ "pattern": [
+ "In-place reversal of a linked list"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -971,7 +1289,9 @@
"id": 71,
"name": "Merge Two Sorted Lists",
"url": "merge-two-sorted-lists",
- "pattern": ["Two Pointers"],
+ "pattern": [
+ "Two Pointers"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -989,25 +1309,41 @@
"id": 72,
"name": "Kth Smallest Element in a Sorted Matrix",
"url": "kth-smallest-element-in-a-sorted-matrix",
- "pattern": ["Binary Search", "Heap"],
+ "pattern": [
+ "Binary Search",
+ "Heap"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Facebook", "Amazon", "Microsoft", "Bloomberg"]
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Microsoft",
+ "Bloomberg"
+ ]
},
{
"id": 73,
"name": "Find K Pairs with Smallest Sums",
"url": "find-k-pairs-with-smallest-sums",
- "pattern": ["Heap"],
+ "pattern": [
+ "Heap"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["LinkedIn", "Microsoft", "Apple"]
+ "companies": [
+ "LinkedIn",
+ "Microsoft",
+ "Apple"
+ ]
},
{
"id": 74,
"name": "Merge k Sorted Lists",
"url": "merge-k-sorted-lists",
- "pattern": ["Heap"],
+ "pattern": [
+ "Heap"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -1027,25 +1363,40 @@
"id": 75,
"name": "Smallest Range Covering Elements from K Lists",
"url": "smallest-range-covering-elements-from-k-lists",
- "pattern": ["Heap"],
+ "pattern": [
+ "Heap"
+ ],
"difficulty": "Hard",
"premium": false,
- "companies": ["Google", "Amazon", "Microsoft", "Pinterest"]
+ "companies": [
+ "Google",
+ "Amazon",
+ "Microsoft",
+ "Pinterest"
+ ]
},
{
"id": 76,
"name": "Meeting Rooms",
"url": "meeting-rooms",
- "pattern": ["Intervals"],
+ "pattern": [
+ "Intervals"
+ ],
"difficulty": "Easy",
"premium": true,
- "companies": ["Amazon", "Microsoft", "Facebook"]
+ "companies": [
+ "Amazon",
+ "Microsoft",
+ "Facebook"
+ ]
},
{
"id": 77,
"name": "Merge Intervals",
"url": "merge-intervals",
- "pattern": ["Intervals"],
+ "pattern": [
+ "Intervals"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1069,25 +1420,40 @@
"id": 78,
"name": "Interval List Intersections",
"url": "interval-list-intersections",
- "pattern": ["Intervals"],
+ "pattern": [
+ "Intervals"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Facebook", "Uber", "Google"]
+ "companies": [
+ "Facebook",
+ "Uber",
+ "Google"
+ ]
},
{
"id": 79,
"name": "Non-overlapping Intervals",
"url": "non-overlapping-intervals",
- "pattern": ["Intervals"],
+ "pattern": [
+ "Intervals"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Amazon", "Facebook", "Oracle"]
+ "companies": [
+ "Amazon",
+ "Facebook",
+ "Oracle"
+ ]
},
{
"id": 80,
"name": "Meeting Rooms II",
"url": "meeting-rooms-ii",
- "pattern": ["Heap", "Intervals"],
+ "pattern": [
+ "Heap",
+ "Intervals"
+ ],
"difficulty": "Medium",
"premium": true,
"companies": [
@@ -1110,7 +1476,10 @@
"id": 81,
"name": "Task Scheduler",
"url": "task-scheduler",
- "pattern": ["Greedy", "Heap"],
+ "pattern": [
+ "Greedy",
+ "Heap"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1126,16 +1495,22 @@
"id": 82,
"name": "Minimum Number of Arrows to Burst Balloons",
"url": "minimum-number-of-arrows-to-burst-balloons",
- "pattern": ["Greedy"],
+ "pattern": [
+ "Greedy"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Apple"]
+ "companies": [
+ "Apple"
+ ]
},
{
"id": 83,
"name": "Insert Interval",
"url": "insert-interval",
- "pattern": ["Intervals"],
+ "pattern": [
+ "Intervals"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1152,7 +1527,10 @@
"id": 84,
"name": "Employee Free Time",
"url": "employee-free-time",
- "pattern": ["Heap", "Greedy"],
+ "pattern": [
+ "Heap",
+ "Greedy"
+ ],
"difficulty": "Hard",
"premium": true,
"companies": [
@@ -1171,34 +1549,54 @@
"id": 85,
"name": "Binary Search",
"url": "binary-search",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["Adobe", "Apple", "Uber", "Goldman Sachs"]
+ "companies": [
+ "Adobe",
+ "Apple",
+ "Uber",
+ "Goldman Sachs"
+ ]
},
{
"id": 86,
"name": "Find Smallest Letter Greater Than Target",
"url": "find-smallest-letter-greater-than-target",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["LinkedIn"]
+ "companies": [
+ "LinkedIn"
+ ]
},
{
"id": 87,
"name": "Peak Index in a Mountain Array",
"url": "peak-index-in-a-mountain-array",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Google", "Amazon", "Bloomberg", "Facebook"]
+ "companies": [
+ "Google",
+ "Amazon",
+ "Bloomberg",
+ "Facebook"
+ ]
},
{
"id": 88,
"name": "Find Minimum in Rotated Sorted Array",
"url": "find-minimum-in-rotated-sorted-array",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1215,16 +1613,26 @@
"id": 89,
"name": "Find Peak Element",
"url": "find-peak-element",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Facebook", "Amazon", "Uber", "Google", "Microsoft"]
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Uber",
+ "Google",
+ "Microsoft"
+ ]
},
{
"id": 90,
"name": "Search in Rotated Sorted Array",
"url": "search-in-rotated-sorted-array",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1245,16 +1653,25 @@
"id": 91,
"name": "Search in Rotated Sorted Array II",
"url": "search-in-rotated-sorted-array-ii",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["LinkedIn", "Amazon", "Facebook", "Microsoft"]
+ "companies": [
+ "LinkedIn",
+ "Amazon",
+ "Facebook",
+ "Microsoft"
+ ]
},
{
"id": 92,
"name": "Search a 2D Matrix",
"url": "search-a-2d-matrix",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1271,16 +1688,26 @@
"id": 93,
"name": "Search a 2D Matrix II",
"url": "search-a-2d-matrix-ii",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Microsoft", "Amazon", "Facebook", "Apple", "Uber"]
+ "companies": [
+ "Microsoft",
+ "Amazon",
+ "Facebook",
+ "Apple",
+ "Uber"
+ ]
},
{
"id": 94,
"name": "Find K Closest Elements",
"url": "find-k-closest-elements",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1296,52 +1723,81 @@
"id": 95,
"name": "Count of Range Sum",
"url": "count-of-range-sum",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Hard",
"premium": false,
- "companies": ["Google"]
+ "companies": [
+ "Google"
+ ]
},
{
"id": 96,
"name": "Minimum Size Subarray Sum",
"url": "minimum-size-subarray-sum",
- "pattern": ["Sliding Window"],
+ "pattern": [
+ "Sliding Window"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Goldman Sachs", "Facebook", "Amazon", "Google"]
+ "companies": [
+ "Goldman Sachs",
+ "Facebook",
+ "Amazon",
+ "Google"
+ ]
},
{
"id": 97,
"name": "Fruit Into Baskets",
"url": "fruit-into-baskets",
- "pattern": ["Sliding Window"],
+ "pattern": [
+ "Sliding Window"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Amazon"]
+ "companies": [
+ "Amazon"
+ ]
},
{
"id": 98,
"name": "Permutation in String",
"url": "permutation-in-string",
- "pattern": ["Sliding Window"],
+ "pattern": [
+ "Sliding Window"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Oracle", "Facebook"]
+ "companies": [
+ "Oracle",
+ "Facebook"
+ ]
},
{
"id": 99,
"name": "Longest Repeating Character Replacement",
"url": "longest-repeating-character-replacement",
- "pattern": ["Sliding Window"],
+ "pattern": [
+ "Sliding Window"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Facebook", "Uber", "Amazon", "Adobe"]
+ "companies": [
+ "Facebook",
+ "Uber",
+ "Amazon",
+ "Adobe"
+ ]
},
{
"id": 100,
"name": "Sliding Window Maximum",
"url": "sliding-window-maximum",
- "pattern": ["Sliding Window"],
+ "pattern": [
+ "Sliding Window"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -1362,7 +1818,9 @@
"id": 101,
"name": "Longest Substring Without Repeating Characters",
"url": "longest-substring-without-repeating-characters",
- "pattern": ["Sliding Window"],
+ "pattern": [
+ "Sliding Window"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1381,25 +1839,35 @@
"id": 102,
"name": "Minimum Number of K Consecutive Bit Flips",
"url": "minimum-number-of-k-consecutive-bit-flips",
- "pattern": ["Sliding Window"],
+ "pattern": [
+ "Sliding Window"
+ ],
"difficulty": "Hard",
"premium": false,
- "companies": ["Adobe"]
+ "companies": [
+ "Adobe"
+ ]
},
{
"id": 103,
"name": "Count Unique Characters of All Substrings of a Given String",
"url": "count-unique-characters-of-all-substrings-of-a-given-string",
- "pattern": ["Sliding Window"],
+ "pattern": [
+ "Sliding Window"
+ ],
"difficulty": "Hard",
"premium": false,
- "companies": ["Amazon"]
+ "companies": [
+ "Amazon"
+ ]
},
{
"id": 104,
"name": "Minimum Window Substring",
"url": "minimum-window-substring",
- "pattern": ["Sliding Window"],
+ "pattern": [
+ "Sliding Window"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -1416,34 +1884,53 @@
"id": 105,
"name": "Substring with Concatenation of All Words",
"url": "substring-with-concatenation-of-all-words",
- "pattern": ["Sliding Window"],
+ "pattern": [
+ "Sliding Window"
+ ],
"difficulty": "Hard",
"premium": false,
- "companies": ["Apple"]
+ "companies": [
+ "Apple"
+ ]
},
{
"id": 106,
"name": "Kth Smallest Element in a BST",
"url": "kth-smallest-element-in-a-bst",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Amazon", "Facebook"]
+ "companies": [
+ "Amazon",
+ "Facebook"
+ ]
},
{
"id": 107,
"name": "K Closest Points to Origin",
"url": "k-closest-points-to-origin",
- "pattern": ["Heap"],
+ "pattern": [
+ "Heap"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Facebook", "Amazon", "LinkedIn", "Google", "Asana"]
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "LinkedIn",
+ "Google",
+ "Asana"
+ ]
},
{
"id": 108,
"name": "Top K Frequent Elements",
"url": "top-k-frequent-elements",
- "pattern": ["Heap"],
+ "pattern": [
+ "Heap"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1464,16 +1951,25 @@
"id": 109,
"name": "Sort Characters By Frequency",
"url": "sort-characters-by-frequency",
- "pattern": ["Heap"],
+ "pattern": [
+ "Heap"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Amazon", "Bloomberg", "Facebook"]
+ "companies": [
+ "Amazon",
+ "Bloomberg",
+ "Facebook"
+ ]
},
{
"id": 110,
"name": "Kth Largest Element in an Array",
"url": "kth-largest-element-in-an-array",
- "pattern": ["Heap", "QuickSelect"],
+ "pattern": [
+ "Heap",
+ "QuickSelect"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1491,7 +1987,10 @@
"id": 111,
"name": "Reorganize String",
"url": "reorganize-string",
- "pattern": ["Greedy", "Heap"],
+ "pattern": [
+ "Greedy",
+ "Heap"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1507,34 +2006,57 @@
"id": 112,
"name": "Rearrange String k Distance Apart",
"url": "rearrange-string-k-distance-apart",
- "pattern": ["Greedy", "Heap"],
+ "pattern": [
+ "Greedy",
+ "Heap"
+ ],
"difficulty": "Hard",
"premium": true,
- "companies": ["Twitter"]
+ "companies": [
+ "Twitter"
+ ]
},
{
"id": 113,
"name": "Course Schedule III",
"url": "course-schedule-iii",
- "pattern": ["Greedy", "Heap"],
+ "pattern": [
+ "Greedy",
+ "Heap"
+ ],
"difficulty": "Hard",
"premium": false,
- "companies": ["Amazon"]
+ "companies": [
+ "Amazon"
+ ]
},
{
"id": 114,
"name": "Maximum Frequency Stack",
"url": "maximum-frequency-stack",
- "pattern": ["Bucket Sort", "Heap"],
+ "pattern": [
+ "Bucket Sort",
+ "Heap"
+ ],
"difficulty": "Hard",
"premium": false,
- "companies": ["Microsoft", "Amazon", "Apple", "Facebook"]
+ "companies": [
+ "Microsoft",
+ "Amazon",
+ "Apple",
+ "Facebook"
+ ]
},
{
"id": 115,
"name": "Course Schedule",
"url": "course-schedule",
- "pattern": ["BFS", "DFS", "Graph", "Topological Sort"],
+ "pattern": [
+ "BFS",
+ "DFS",
+ "Graph",
+ "Topological Sort"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1551,7 +2073,12 @@
"id": 116,
"name": "Course Schedule II",
"url": "course-schedule-ii",
- "pattern": ["BFS", "DFS", "Graph", "Topological Sort"],
+ "pattern": [
+ "BFS",
+ "DFS",
+ "Graph",
+ "Topological Sort"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1570,16 +2097,28 @@
"id": 117,
"name": "Minimum Height Trees",
"url": "minimum-height-trees",
- "pattern": ["BFS", "Graph", "Topological Sort"],
+ "pattern": [
+ "BFS",
+ "Graph",
+ "Topological Sort"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Amazon", "Facebook", "Google", "Microsoft"]
+ "companies": [
+ "Amazon",
+ "Facebook",
+ "Google",
+ "Microsoft"
+ ]
},
{
"id": 118,
"name": "Alien Dictionary",
"url": "alien-dictionary",
- "pattern": ["Graph", "Topological Sort"],
+ "pattern": [
+ "Graph",
+ "Topological Sort"
+ ],
"difficulty": "Hard",
"premium": true,
"companies": [
@@ -1596,43 +2135,65 @@
"id": 119,
"name": "Sequence Reconstruction",
"url": "sequence-reconstruction",
- "pattern": ["Graph", "Topological Sort"],
+ "pattern": [
+ "Graph",
+ "Topological Sort"
+ ],
"difficulty": "Medium",
"premium": true,
- "companies": ["Google"]
+ "companies": [
+ "Google"
+ ]
},
{
"id": 120,
"name": "Binary Tree Level Order Traversal II",
"url": "binary-tree-level-order-traversal-ii",
- "pattern": ["BFS"],
+ "pattern": [
+ "BFS"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Amazon"]
+ "companies": [
+ "Amazon"
+ ]
},
{
"id": 121,
"name": "Average of Levels in Binary Tree",
"url": "average-of-levels-in-binary-tree",
- "pattern": ["BFS"],
+ "pattern": [
+ "BFS"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["Facebook", "Amazon"]
+ "companies": [
+ "Facebook",
+ "Amazon"
+ ]
},
{
"id": 122,
"name": "Minimum Depth of Binary Tree",
"url": "minimum-depth-of-binary-tree",
- "pattern": ["BFS", "DFS"],
+ "pattern": [
+ "BFS",
+ "DFS"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["Facebook", "Goldman Sachs"]
+ "companies": [
+ "Facebook",
+ "Goldman Sachs"
+ ]
},
{
"id": 123,
"name": "Binary Tree Level Order Traversal",
"url": "binary-tree-level-order-traversal",
- "pattern": ["BFS"],
+ "pattern": [
+ "BFS"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1650,7 +2211,9 @@
"id": 124,
"name": "Binary Tree Zigzag Level Order Traversal",
"url": "binary-tree-zigzag-level-order-traversal",
- "pattern": ["BFS"],
+ "pattern": [
+ "BFS"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1669,25 +2232,42 @@
"id": 125,
"name": "Populating Next Right Pointers in Each Node",
"url": "populating-next-right-pointers-in-each-node",
- "pattern": ["BFS"],
+ "pattern": [
+ "BFS"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Facebook", "Microsoft", "Amazon", "Bloomberg"]
+ "companies": [
+ "Facebook",
+ "Microsoft",
+ "Amazon",
+ "Bloomberg"
+ ]
},
{
"id": 126,
"name": "Populating Next Right Pointers in Each Node II",
"url": "populating-next-right-pointers-in-each-node-ii",
- "pattern": ["BFS"],
+ "pattern": [
+ "BFS"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Amazon", "Bloomberg", "Microsoft", "Facebook"]
+ "companies": [
+ "Amazon",
+ "Bloomberg",
+ "Microsoft",
+ "Facebook"
+ ]
},
{
"id": 127,
"name": "Binary Tree Right Side View",
"url": "binary-tree-right-side-view",
- "pattern": ["BFS", "DFS"],
+ "pattern": [
+ "BFS",
+ "DFS"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1704,16 +2284,26 @@
"id": 128,
"name": "All Nodes Distance K in Binary Tree",
"url": "all-nodes-distance-k-in-binary-tree",
- "pattern": ["BFS", "DFS"],
+ "pattern": [
+ "BFS",
+ "DFS"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Facebook", "Amazon", "Apple", "Oracle"]
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Apple",
+ "Oracle"
+ ]
},
{
"id": 129,
"name": "Same Tree",
"url": "same-tree",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -1731,25 +2321,40 @@
"id": 130,
"name": "Path Sum",
"url": "path-sum",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["Amazon", "Facebook", "Oracle"]
+ "companies": [
+ "Amazon",
+ "Facebook",
+ "Oracle"
+ ]
},
{
"id": 131,
"name": "Maximum Depth of Binary Tree",
"url": "maximum-depth-of-binary-tree",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["LinkedIn", "Google", "Apple", "Amazon"]
+ "companies": [
+ "LinkedIn",
+ "Google",
+ "Apple",
+ "Amazon"
+ ]
},
{
"id": 132,
"name": "Diameter of Binary Tree",
"url": "diameter-of-binary-tree",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -1766,61 +2371,105 @@
"id": 133,
"name": "Merge Two Binary Trees",
"url": "merge-two-binary-trees",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["Amazon", "Adobe"]
+ "companies": [
+ "Amazon",
+ "Adobe"
+ ]
},
{
"id": 134,
"name": "Lowest Common Ancestor of a Binary Search Tree",
"url": "lowest-common-ancestor-of-a-binary-search-tree",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["LinkedIn", "Facebook", "Microsoft", "Google", "Uber"]
+ "companies": [
+ "LinkedIn",
+ "Facebook",
+ "Microsoft",
+ "Google",
+ "Uber"
+ ]
},
{
"id": 135,
"name": "Subtree of Another Tree",
"url": "subtree-of-another-tree",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["Facebook", "Amazon", "Microsoft"]
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Microsoft"
+ ]
},
{
"id": 136,
"name": "Invert Binary Tree",
"url": "invert-binary-tree",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["Amazon", "Google", "Facebook", "Adobe", "Apple"]
+ "companies": [
+ "Amazon",
+ "Google",
+ "Facebook",
+ "Adobe",
+ "Apple"
+ ]
},
{
"id": 137,
"name": "Path Sum II",
"url": "path-sum-ii",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Amazon", "Google", "Facebook", "Adobe", "Apple"]
+ "companies": [
+ "Amazon",
+ "Google",
+ "Facebook",
+ "Adobe",
+ "Apple"
+ ]
},
{
"id": 138,
"name": "Path Sum III",
"url": "path-sum-iii",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Microsoft", "Facebook", "Google", "Oracle"]
+ "companies": [
+ "Microsoft",
+ "Facebook",
+ "Google",
+ "Oracle"
+ ]
},
{
"id": 139,
"name": "Lowest Common Ancestor of a Binary Tree",
"url": "lowest-common-ancestor-of-a-binary-tree",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1841,34 +2490,56 @@
"id": 140,
"name": "Maximum Binary Tree",
"url": "maximum-binary-tree",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Amazon"]
+ "companies": [
+ "Amazon"
+ ]
},
{
"id": 141,
"name": "Maximum Width of Binary Tree",
"url": "maximum-width-of-binary-tree",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Amazon", "Google", "Bloomberg", "Apple", "Adobe"]
+ "companies": [
+ "Amazon",
+ "Google",
+ "Bloomberg",
+ "Apple",
+ "Adobe"
+ ]
},
{
"id": 142,
"name": "Construct Binary Tree from Preorder and Inorder Traversal",
"url": "construct-binary-tree-from-preorder-and-inorder-traversal",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Amazon", "Microsoft", "Adobe", "Bloomberg", "Apple"]
+ "companies": [
+ "Amazon",
+ "Microsoft",
+ "Adobe",
+ "Bloomberg",
+ "Apple"
+ ]
},
{
"id": 143,
"name": "Validate Binary Search Tree",
"url": "validate-binary-search-tree",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1887,7 +2558,10 @@
"id": 144,
"name": "Implement Trie (Prefix Tree)",
"url": "implement-trie-prefix-tree",
- "pattern": ["Design", "Trie"],
+ "pattern": [
+ "Design",
+ "Trie"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1903,7 +2577,9 @@
"id": 145,
"name": "Binary Tree Maximum Path Sum",
"url": "binary-tree-maximum-path-sum",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -1921,7 +2597,9 @@
"id": 146,
"name": "Serialize and Deserialize Binary Tree",
"url": "serialize-and-deserialize-binary-tree",
- "pattern": ["Design"],
+ "pattern": [
+ "Design"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -1942,7 +2620,10 @@
"id": 147,
"name": "Word Search II",
"url": "word-search-ii",
- "pattern": ["DFS", "Trie"],
+ "pattern": [
+ "DFS",
+ "Trie"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -1962,7 +2643,9 @@
"id": 148,
"name": "Find Median from Data Stream",
"url": "find-median-from-data-stream",
- "pattern": ["Heap"],
+ "pattern": [
+ "Heap"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -1980,16 +2663,23 @@
"id": 149,
"name": "Sliding Window Median",
"url": "sliding-window-median",
- "pattern": ["Heap"],
+ "pattern": [
+ "Heap"
+ ],
"difficulty": "Hard",
"premium": false,
- "companies": ["Facebook", "Amazon"]
+ "companies": [
+ "Facebook",
+ "Amazon"
+ ]
},
{
"id": 150,
"name": "Two Sum",
"url": "two-sum",
- "pattern": ["Two Pointers"],
+ "pattern": [
+ "Two Pointers"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -2014,25 +2704,44 @@
"id": 151,
"name": "Squares of a Sorted Array",
"url": "squares-of-a-sorted-array",
- "pattern": ["Two Pointers"],
+ "pattern": [
+ "Two Pointers"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["Facebook", "Amazon", "Google", "Adobe", "Apple", "Uber"]
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Google",
+ "Adobe",
+ "Apple",
+ "Uber"
+ ]
},
{
"id": 152,
"name": "Backspace String Compare",
"url": "backspace-string-compare",
- "pattern": ["Two Pointers"],
+ "pattern": [
+ "Two Pointers"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["Facebook", "Amazon", "Apple", "Google", "Microsoft"]
+ "companies": [
+ "Facebook",
+ "Amazon",
+ "Apple",
+ "Google",
+ "Microsoft"
+ ]
},
{
"id": 153,
"name": "3 Sum",
"url": "3sum",
- "pattern": ["Two Pointers"],
+ "pattern": [
+ "Two Pointers"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2055,7 +2764,9 @@
"id": 154,
"name": "3 Sum Closest",
"url": "3sum-closest",
- "pattern": ["Two Pointers"],
+ "pattern": [
+ "Two Pointers"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2073,16 +2784,24 @@
"id": 155,
"name": "Subarrays with Product Less than K",
"url": "subarray-product-less-than-k",
- "pattern": ["Two Pointers"],
+ "pattern": [
+ "Two Pointers"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["LinkedIn", "Amazon", "Microsoft"]
+ "companies": [
+ "LinkedIn",
+ "Amazon",
+ "Microsoft"
+ ]
},
{
"id": 156,
"name": "Sort Colours",
"url": "sort-colors",
- "pattern": ["Two Pointers"],
+ "pattern": [
+ "Two Pointers"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2099,7 +2818,9 @@
"id": 157,
"name": "Trapping Rain Water",
"url": "trapping-rain-water",
- "pattern": ["Two Pointers"],
+ "pattern": [
+ "Two Pointers"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -2123,7 +2844,9 @@
"id": 158,
"name": "Container With Most Water",
"url": "container-with-most-water",
- "pattern": ["Two Pointers"],
+ "pattern": [
+ "Two Pointers"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2141,61 +2864,90 @@
"id": 159,
"name": "Longest Word in Dictionary",
"url": "longest-word-in-dictionary",
- "pattern": ["Trie"],
+ "pattern": [
+ "Trie"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Google"]
+ "companies": [
+ "Google"
+ ]
},
{
"id": 160,
"name": "Index Pairs of a String",
"url": "index-pairs-of-a-string",
- "pattern": ["Trie"],
+ "pattern": [
+ "Trie"
+ ],
"difficulty": "Easy",
"premium": true,
- "companies": ["Amazon"]
+ "companies": [
+ "Amazon"
+ ]
},
{
"id": 161,
"name": "Maximum XOR of Two Numbers in an Array",
"url": "maximum-xor-of-two-numbers-in-an-array",
- "pattern": ["Trie"],
+ "pattern": [
+ "Trie"
+ ],
"difficulty": "Medium",
"premium": false,
- "companies": ["Adobe"]
+ "companies": [
+ "Adobe"
+ ]
},
{
"id": 162,
"name": "Concatenated Words",
"url": "concatenated-words",
- "pattern": ["Trie"],
+ "pattern": [
+ "Trie"
+ ],
"difficulty": "Hard",
"premium": false,
- "companies": ["Amazon", "Microsoft"]
+ "companies": [
+ "Amazon",
+ "Microsoft"
+ ]
},
{
"id": 163,
"name": "Prefix and Suffix Search",
"url": "prefix-and-suffix-search",
- "pattern": ["Trie"],
+ "pattern": [
+ "Trie"
+ ],
"difficulty": "Hard",
"premium": false,
- "companies": ["Google"]
+ "companies": [
+ "Google"
+ ]
},
{
"id": 164,
"name": "Palindrome Pairs",
"url": "palindrome-pairs",
- "pattern": ["Trie"],
+ "pattern": [
+ "Trie"
+ ],
"difficulty": "Hard",
"premium": false,
- "companies": ["Airbnb", "Facebook", "Google"]
+ "companies": [
+ "Airbnb",
+ "Facebook",
+ "Google"
+ ]
},
{
"id": 165,
"name": "Design Search Autocomplete System",
"url": "design-search-autocomplete-system",
- "pattern": ["Trie"],
+ "pattern": [
+ "Trie"
+ ],
"difficulty": "Hard",
"premium": true,
"companies": [
@@ -2211,25 +2963,39 @@
"id": 166,
"name": "Word Squares",
"url": "word-squares",
- "pattern": ["Trie"],
+ "pattern": [
+ "Trie"
+ ],
"difficulty": "Hard",
"premium": true,
- "companies": ["Bloomberg", "Oracle", "Google"]
+ "companies": [
+ "Bloomberg",
+ "Oracle",
+ "Google"
+ ]
},
{
"id": 167,
"name": "Sort Items by Groups Respecting Dependencies",
"url": "sort-items-by-groups-respecting-dependencies",
- "pattern": ["DFS", "Graph", "Topological Sort"],
+ "pattern": [
+ "DFS",
+ "Graph",
+ "Topological Sort"
+ ],
"difficulty": "Hard",
"premium": false,
- "companies": ["Apple"]
+ "companies": [
+ "Apple"
+ ]
},
{
"id": 168,
"name": "Median of Two Sorted Arrays",
"url": "median-of-two-sorted-arrays",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -2248,19 +3014,31 @@
"id": 169,
"name": "Majority Element",
"url": "majority-element",
- "pattern": ["Sorting"],
+ "pattern": [
+ "Sorting"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["Amazon", "Facebook", "Apple", "Microsoft", "Adobe"]
+ "companies": [
+ "Amazon",
+ "Facebook",
+ "Apple",
+ "Microsoft",
+ "Adobe"
+ ]
},
{
"id": 170,
"name": "Convert 1D Array Into 2D Array",
"url": "convert-1d-array-into-2d-array",
- "pattern": ["Arrays"],
+ "pattern": [
+ "Arrays"
+ ],
"difficulty": "Easy",
"premium": false,
- "companies": ["Google"]
+ "companies": [
+ "Google"
+ ]
}
]
-}
+}
\ No newline at end of file
From 8c28a278f5a20ae85aecab86b2ad6b47625ab863 Mon Sep 17 00:00:00 2001
From: seanprashad
Date: Thu, 4 Aug 2022 03:07:23 +0000
Subject: [PATCH 070/304] Update questions via run-cron GitHub Action
---
src/data/questions.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/data/questions.json b/src/data/questions.json
index 00b19451..eda29bc3 100644
--- a/src/data/questions.json
+++ b/src/data/questions.json
@@ -1,5 +1,5 @@
{
- "updated": "2022-08-04T03:03:46.242946",
+ "updated": "2022-08-04T03:07:22.622524",
"data": [
{
"id": 0,
From 5a23cb3c2bedae9f72eb5c4e7daece2ac7796d83 Mon Sep 17 00:00:00 2001
From: Leo Stepanewk <44349262+leo-step@users.noreply.github.com>
Date: Sat, 6 Aug 2022 13:08:51 -0400
Subject: [PATCH 071/304] Use python-leetcode (#210)
* update datatip date
* rewrite script to use python-leetcode library with session token
* update yml with new library and session token
* add day to tooltip date
* Query and parse companies from Leetcode API
* clean up and update data tip
* Retrieve more question metadata & polish front-end connections
Co-authored-by: Sean Prashad <13009507+SeanPrashad@users.noreply.github.com>
---
.github/workflows/run-cron.yml | 4 +-
cron/update_questions.py | 65 +-
src/components/Table/index.js | 34 +-
src/data/index.js | 6 +-
src/data/questions.json | 8949 +++++++++++++++++++++++++-------
5 files changed, 7162 insertions(+), 1896 deletions(-)
diff --git a/.github/workflows/run-cron.yml b/.github/workflows/run-cron.yml
index 58e7e95d..4509e496 100644
--- a/.github/workflows/run-cron.yml
+++ b/.github/workflows/run-cron.yml
@@ -17,9 +17,11 @@ jobs:
architecture: 'x64'
- run: |
python -m pip install --upgrade pip
- pip install requests
+ pip install requests python-leetcode
- run: |
python cron/update_questions.py
+ env:
+ LEETCODE_SESSION_TOKEN: ${{ secrets.LEETCODE_SESSION_TOKEN }}
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update questions via run-cron GitHub Action
diff --git a/cron/update_questions.py b/cron/update_questions.py
index e8186927..d4a71a28 100644
--- a/cron/update_questions.py
+++ b/cron/update_questions.py
@@ -1,14 +1,10 @@
import os
import json
-import requests
+import leetcode
+import leetcode.auth
from datetime import datetime
-query = '''query questionData($titleSlug: String!) {
- question(titleSlug: $titleSlug) {
- difficulty
- }
-}
-'''
+LEETCODE_SESSION_TOKEN = os.environ.get("LEETCODE_SESSION_TOKEN")
questions_file = os.getcwd() + "/src/data/questions.json"
@@ -25,19 +21,56 @@
startTime = datetime.now()
-for question in questions["data"]:
- variables = {"titleSlug": question["url"]}
+csrf_token = leetcode.auth.get_csrf_cookie(LEETCODE_SESSION_TOKEN)
+
+configuration = leetcode.Configuration()
+
+configuration.api_key["x-csrftoken"] = csrf_token
+configuration.api_key["csrftoken"] = csrf_token
+configuration.api_key["LEETCODE_SESSION"] = LEETCODE_SESSION_TOKEN
+configuration.api_key["Referer"] = "https://leetcode.com"
+configuration.debug = False
- response = requests.post("https://leetcode.com/graphql",
- json={"query": query, "variables": variables}
+api_instance = leetcode.DefaultApi(leetcode.ApiClient(configuration))
+
+for question in questions["data"]:
+ graphql_request = leetcode.GraphqlQuery(
+ query='''query questionData($titleSlug: String!) {
+ question(titleSlug: $titleSlug) {
+ title
+ difficulty
+ companyTagStats
+ isPaidOnly
+ }
+ }
+ ''',
+ variables=leetcode.GraphqlQueryGetQuestionDetailVariables(
+ title_slug=question["slug"])
)
- our_difficulty = question["difficulty"]
- leetcode_difficulty = response.json()["data"]["question"]["difficulty"]
+ response = api_instance.graphql_post(body=graphql_request).to_dict()
+
+ leetcode_title = response["data"]["question"]["title"]
+ leetcode_difficulty = response["data"]["question"]["difficulty"]
+ leetcode_companies = json.loads(
+ response["data"]["question"]["company_tag_stats"])["1"]
+ leetcode_premium = response["data"]["question"]["is_paid_only"]
+
+ companies = []
+
+ for leetcode_company in leetcode_companies:
+ company = {
+ "name": leetcode_company["name"],
+ "slug": leetcode_company["slug"],
+ "frequency": leetcode_company["timesEncountered"]
+ }
+
+ companies.append(company)
- if leetcode_difficulty != our_difficulty:
- print(f'{question["name"]}: {our_difficulty} -> {leetcode_difficulty}')
- question["difficulty"] = leetcode_difficulty
+ question["title"] = leetcode_title
+ question["difficulty"] = leetcode_difficulty
+ question["companies"] = companies
+ question["premium"] = leetcode_premium
print("=== Finished checking all questions ===")
diff --git a/src/components/Table/index.js b/src/components/Table/index.js
index 2f3ceecb..1eae54db 100644
--- a/src/components/Table/index.js
+++ b/src/components/Table/index.js
@@ -23,7 +23,7 @@ import {
} from './filters';
import { Event } from '../Shared/Tracking';
-import questions from '../../data';
+import questions, { updated } from '../../data';
import 'react-toggle/style.css';
import './styles.scss';
@@ -239,12 +239,12 @@ const Table = () => {
return (
{
Event(
'Table',
- 'Clicked question url',
- `${cellInfo.row.original.name} question url`,
+ 'Clicked question title',
+ `${cellInfo.row.original.title} question title`,
);
}}
>
@@ -255,7 +255,7 @@ const Table = () => {
) : (
''
)}
- {cellInfo.row.original.name}
+ {cellInfo.row.original.title}
);
},
@@ -266,7 +266,7 @@ const Table = () => {
accessor: 'solutions',
disableSortBy: true,
Cell: cellInfo => {
- const url = `https://leetcode.com/problems/${cellInfo.row.original.url}/`;
+ const url = `https://leetcode.com/problems/${cellInfo.row.original.slug}/`;
return (
{
Event(
'Table',
'Clicked solution',
- `${cellInfo.row.original.name} solution`,
+ `${cellInfo.row.original.slug} solution`,
);
}}
>
@@ -353,13 +353,21 @@ const Table = () => {
},
{
Header: () => {
+ const date = new Date(updated);
+ const month = date.toLocaleString('default', {
+ month: 'long',
+ });
+ const day = date.getDay();
+ const year = date.getFullYear();
return (
<>
Companies{' '}
-
+
@@ -376,13 +384,15 @@ const Table = () => {
: -1;
},
Cell: cellInfo => {
+ const questionSlug = cellInfo.row.original.slug;
const companies = cellInfo.row.original.companies.map(company => {
+ const tooltipText = `Asked by ${company.name} ${company.frequency} times`;
return (
);
});
diff --git a/src/data/index.js b/src/data/index.js
index 1ca63442..10afbb7f 100644
--- a/src/data/index.js
+++ b/src/data/index.js
@@ -1,7 +1,7 @@
import questions from './questions.json';
const sortBy = { Easy: 0, Medium: 1, Hard: 2 };
+const { updated, data } = questions;
-export default questions.data.sort(
- (a, b) => sortBy[a.difficulty] - sortBy[b.difficulty],
-);
+export { updated };
+export default data.sort((a, b) => sortBy[a.difficulty] - sortBy[b.difficulty]);
diff --git a/src/data/questions.json b/src/data/questions.json
index eda29bc3..824d3dba 100644
--- a/src/data/questions.json
+++ b/src/data/questions.json
@@ -1,3044 +1,8265 @@
{
- "updated": "2022-08-04T03:07:22.622524",
+ "updated": "2022-08-06T12:48:18.477346",
"data": [
{
"id": 0,
- "name": "Contains Duplicate",
- "url": "contains-duplicate",
- "pattern": [
- "Arrays"
- ],
+ "title": "Contains Duplicate",
+ "slug": "contains-duplicate",
+ "pattern": ["Arrays"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Amazon",
- "Adobe",
- "Google",
- "Bloomberg",
- "Facebook",
- "Apple",
- "Microsoft"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 19
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 16
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 12
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 9
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 5
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 5
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 5
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 2
+ },
+ {
+ "name": "JPMorgan",
+ "slug": "jpmorgan",
+ "frequency": 2
+ },
+ {
+ "name": "Atlassian",
+ "slug": "atlassian",
+ "frequency": 2
+ },
+ {
+ "name": "Intel",
+ "slug": "intel",
+ "frequency": 2
+ }
]
},
{
"id": 1,
- "name": "Missing Number",
- "url": "missing-number",
- "pattern": [
- "Arrays",
- "Bit Manipulation"
- ],
+ "title": "Missing Number",
+ "slug": "missing-number",
+ "pattern": ["Arrays", "Bit Manipulation"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Microsoft",
- "Facebook",
- "Amazon",
- "Google",
- "Adobe"
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 11
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 9
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 3
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 2
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 2
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 2
+ },
+ {
+ "name": "Nvidia",
+ "slug": "nvidia",
+ "frequency": 2
+ },
+ {
+ "name": "Snapchat",
+ "slug": "snapchat",
+ "frequency": 2
+ }
]
},
{
"id": 2,
- "name": "Find All Numbers Disappeared in an Array",
- "url": "find-all-numbers-disappeared-in-an-array",
- "pattern": [
- "Arrays"
- ],
+ "title": "Find All Numbers Disappeared in an Array",
+ "slug": "find-all-numbers-disappeared-in-an-array",
+ "pattern": ["Arrays"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Facebook",
- "Amazon"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 3
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 3
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 3
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 2
+ }
]
},
{
"id": 3,
- "name": "Single Number",
- "url": "single-number",
- "pattern": [
- "Arrays",
- "Bit Manipulation"
- ],
+ "title": "Single Number",
+ "slug": "single-number",
+ "pattern": ["Arrays", "Bit Manipulation"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Amazon",
- "Microsoft",
- "Adobe"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 12
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 5
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 5
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 3
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 3
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 3
+ },
+ {
+ "name": "Yandex",
+ "slug": "yandex",
+ "frequency": 3
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 3
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 2
+ },
+ {
+ "name": "Atlassian",
+ "slug": "atlassian",
+ "frequency": 2
+ },
+ {
+ "name": "tcs",
+ "slug": "tcs",
+ "frequency": 2
+ }
]
},
{
"id": 4,
- "name": "Product of Array Except Self",
- "url": "product-of-array-except-self",
- "pattern": [
- "Arrays"
- ],
+ "title": "Product of Array Except Self",
+ "slug": "product-of-array-except-self",
+ "pattern": ["Arrays"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "Asana",
- "Microsoft",
- "Apple",
- "Lyft",
- "Adobe",
- "Google",
- "Uber",
- "Goldman Sachs",
- "Oracle"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 32
+ },
+ {
+ "name": "Asana",
+ "slug": "asana",
+ "frequency": 12
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 11
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 10
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 10
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 7
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 6
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 6
+ },
+ {
+ "name": "American Express",
+ "slug": "american-express",
+ "frequency": 5
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 4
+ },
+ {
+ "name": "Groupon",
+ "slug": "groupon",
+ "frequency": 2
+ },
+ {
+ "name": "IBM",
+ "slug": "ibm",
+ "frequency": 2
+ }
]
},
{
"id": 5,
- "name": "Find the Duplicate Number",
- "url": "find-the-duplicate-number",
- "pattern": [
- "Arrays",
- "Binary Search",
- "Two Pointers"
- ],
+ "title": "Find the Duplicate Number",
+ "slug": "find-the-duplicate-number",
+ "pattern": ["Arrays", "Binary Search", "Two Pointers"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Google",
- "Microsoft",
- "Amazon",
- "Adobe",
- "Bloomberg",
- "Facebook",
- "Apple"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 22
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 12
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 3
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 2
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 2
+ }
]
},
{
"id": 6,
- "name": "Find All Duplicates in an Array",
- "url": "find-all-duplicates-in-an-array",
- "pattern": [
- "Arrays"
- ],
+ "title": "Find All Duplicates in an Array",
+ "slug": "find-all-duplicates-in-an-array",
+ "pattern": ["Arrays"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Google"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 7
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 4
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 3
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 3
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 3
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Nagarro",
+ "slug": "nagarro",
+ "frequency": 2
+ },
+ {
+ "name": "Visa",
+ "slug": "visa",
+ "frequency": 2
+ }
]
},
{
"id": 7,
- "name": "Set Matrix Zeroes",
- "url": "set-matrix-zeroes",
- "pattern": [
- "Arrays"
- ],
+ "title": "Set Matrix Zeroes",
+ "slug": "set-matrix-zeroes",
+ "pattern": ["Arrays"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Microsoft",
- "Amazon",
- "Apple",
- "Adobe",
- "Bloomberg",
- "Oracle"
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 8
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 6
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 6
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 4
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 3
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 3
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 2
+ }
]
},
{
"id": 8,
- "name": "Spiral Matrix",
- "url": "spiral-matrix",
- "pattern": [
- "Arrays"
- ],
+ "title": "Spiral Matrix",
+ "slug": "spiral-matrix",
+ "pattern": ["Arrays"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Microsoft",
- "Amazon",
- "Facebook",
- "Apple",
- "Google",
- "Oracle",
- "Bloomberg",
- "Intuit",
- "Adobe"
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 19
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 8
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 8
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 8
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 6
+ },
+ {
+ "name": "Intuit",
+ "slug": "intuit",
+ "frequency": 3
+ },
+ {
+ "name": "Zillow",
+ "slug": "zillow",
+ "frequency": 2
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 2
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 2
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 2
+ },
+ {
+ "name": "Cisco",
+ "slug": "cisco",
+ "frequency": 2
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 2
+ }
]
},
{
"id": 9,
- "name": "Rotate Image",
- "url": "rotate-image",
- "pattern": [
- "Arrays"
- ],
+ "title": "Rotate Image",
+ "slug": "rotate-image",
+ "pattern": ["Arrays"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Facebook",
- "Microsoft",
- "Apple",
- "Bloomberg",
- "Uber",
- "Google"
+ {
+ "name": "Cisco",
+ "slug": "cisco",
+ "frequency": 13
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 11
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 9
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 8
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 8
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 6
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 5
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 4
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 3
+ },
+ {
+ "name": "Epam Systems",
+ "slug": "epam-systems",
+ "frequency": 3
+ },
+ {
+ "name": "Rubrik",
+ "slug": "rubrik",
+ "frequency": 2
+ },
+ {
+ "name": "Paypal",
+ "slug": "paypal",
+ "frequency": 2
+ },
+ {
+ "name": "Tiger Analytics",
+ "slug": "tiger-analytics",
+ "frequency": 2
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 2
+ }
]
},
{
"id": 10,
- "name": "Word Search",
- "url": "word-search",
- "pattern": [
- "Backtracking"
- ],
+ "title": "Word Search",
+ "slug": "word-search",
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Microsoft",
- "Twitter",
- "Facebook",
- "Snapchat",
- "Goldman Sachs",
- "Google",
- "Bloomberg",
- "Apple",
- "Adobe",
- "Oracle",
- "Qualtrics"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 35
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 18
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 17
+ },
+ {
+ "name": "Twitter",
+ "slug": "twitter",
+ "frequency": 17
+ },
+ {
+ "name": "Karat",
+ "slug": "karat",
+ "frequency": 17
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 15
+ },
+ {
+ "name": "Indeed",
+ "slug": "indeed",
+ "frequency": 11
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 10
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 8
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 6
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 5
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 4
+ },
+ {
+ "name": "Snapchat",
+ "slug": "snapchat",
+ "frequency": 4
+ },
+ {
+ "name": "Cisco",
+ "slug": "cisco",
+ "frequency": 4
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 3
+ },
+ {
+ "name": "Wayfair",
+ "slug": "wayfair",
+ "frequency": 3
+ },
+ {
+ "name": "Roblox",
+ "slug": "roblox",
+ "frequency": 2
+ }
]
},
{
"id": 11,
- "name": "First Missing Positive",
- "url": "first-missing-positive",
- "pattern": [
- "Arrays"
- ],
+ "title": "First Missing Positive",
+ "slug": "first-missing-positive",
+ "pattern": ["Arrays"],
"difficulty": "Hard",
"premium": false,
"companies": [
- "Amazon",
- "Microsoft",
- "Facebook",
- "Google",
- "Adobe",
- "Apple"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 15
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 13
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 6
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 4
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 3
+ },
+ {
+ "name": "Grab",
+ "slug": "grab",
+ "frequency": 2
+ },
+ {
+ "name": "Twitch",
+ "slug": "twitch",
+ "frequency": 2
+ },
+ {
+ "name": "ByteDance",
+ "slug": "bytedance",
+ "frequency": 2
+ },
+ {
+ "name": "Shopee",
+ "slug": "shopee",
+ "frequency": 2
+ },
+ {
+ "name": "Snapdeal",
+ "slug": "snapdeal",
+ "frequency": 2
+ }
]
},
{
"id": 12,
- "name": "Longest Consecutive Sequence",
- "url": "longest-consecutive-sequence",
- "pattern": [
- "Arrays"
- ],
+ "title": "Longest Consecutive Sequence",
+ "slug": "longest-consecutive-sequence",
+ "pattern": ["Arrays"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Microsoft",
- "Facebook",
- "Amazon",
- "Google",
- "LinkedIn",
- "Apple",
- "Qualtrics",
- "Goldman Sachs",
- "Salesforce"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 22
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 12
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 8
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 7
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 6
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 6
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 6
+ },
+ {
+ "name": "Spotify",
+ "slug": "spotify",
+ "frequency": 4
+ },
+ {
+ "name": "Visa",
+ "slug": "visa",
+ "frequency": 2
+ },
+ {
+ "name": "Qualtrics",
+ "slug": "qualtrics",
+ "frequency": 2
+ },
+ {
+ "name": "Morgan Stanley",
+ "slug": "morgan-stanley",
+ "frequency": 2
+ }
]
},
{
"id": 13,
- "name": "Letter Case Permutation",
- "url": "letter-case-permutation",
- "pattern": [
- "Backtracking"
- ],
+ "title": "Letter Case Permutation",
+ "slug": "letter-case-permutation",
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Microsoft"
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 2
+ }
]
},
{
"id": 14,
- "name": "Subsets",
- "url": "subsets",
- "pattern": [
- "Backtracking"
- ],
+ "title": "Subsets",
+ "slug": "subsets",
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "Google",
- "Bloomberg",
- "Goldman Sachs",
- "Adobe",
- "Twitter"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 30
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 15
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 7
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 4
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 3
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 3
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 3
+ },
+ {
+ "name": "Reddit",
+ "slug": "reddit",
+ "frequency": 3
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 2
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 2
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 2
+ },
+ {
+ "name": "Twitter",
+ "slug": "twitter",
+ "frequency": 2
+ },
+ {
+ "name": "Visa",
+ "slug": "visa",
+ "frequency": 2
+ }
]
},
{
"id": 15,
- "name": "Subsets II",
- "url": "subsets-ii",
- "pattern": [
- "Backtracking"
- ],
+ "title": "Subsets II",
+ "slug": "subsets-ii",
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "Bloomberg"
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 3
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 2
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 2
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 2
+ }
]
},
{
"id": 16,
- "name": "Permutations",
- "url": "permutations",
- "pattern": [
- "Backtracking"
- ],
+ "title": "Permutations",
+ "slug": "permutations",
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Facebook",
- "LinkedIn",
- "Bloomberg",
- "Google",
- "Microsoft",
- "Adobe",
- "Apple",
- "Oracle"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 8
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 5
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 5
+ },
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 4
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 4
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 3
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 3
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 3
+ },
+ {
+ "name": "Paypal",
+ "slug": "paypal",
+ "frequency": 2
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 2
+ },
+ {
+ "name": "Nvidia",
+ "slug": "nvidia",
+ "frequency": 2
+ }
]
},
{
"id": 17,
- "name": "Permutations II",
- "url": "permutations-ii",
- "pattern": [
- "Backtracking"
- ],
+ "title": "Permutations II",
+ "slug": "permutations-ii",
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "LinkedIn",
- "Facebook",
- "Amazon",
- "Adobe",
- "Apple"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 7
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 2
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ }
]
},
{
"id": 18,
- "name": "Combinations",
- "url": "combinations",
- "pattern": [
- "Backtracking"
- ],
+ "title": "Combinations",
+ "slug": "combinations",
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Google",
- "Facebook",
- "Amazon"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 4
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 3
+ }
]
},
{
"id": 19,
- "name": "Combination Sum",
- "url": "combination-sum",
- "pattern": [
- "Backtracking"
- ],
+ "title": "Combination Sum",
+ "slug": "combination-sum",
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "Airbnb",
- "Apple",
- "Adobe",
- "Microsoft",
- "LinkedIn",
- "Goldman Sachs",
- "Snapchat",
- "Salesforce"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 18
+ },
+ {
+ "name": "Airbnb",
+ "slug": "airbnb",
+ "frequency": 10
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 7
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 7
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 6
+ },
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 4
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 3
+ },
+ {
+ "name": "ByteDance",
+ "slug": "bytedance",
+ "frequency": 3
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Reddit",
+ "slug": "reddit",
+ "frequency": 2
+ }
]
},
{
"id": 20,
- "name": "Combination Sum II",
- "url": "combination-sum-ii",
- "pattern": [
- "Backtracking"
- ],
+ "title": "Combination Sum II",
+ "slug": "combination-sum-ii",
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Amazon"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 4
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 4
+ },
+ {
+ "name": "Reddit",
+ "slug": "reddit",
+ "frequency": 4
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 3
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 2
+ }
]
},
{
"id": 21,
- "name": "Combination Sum III",
- "url": "combination-sum-iii",
- "pattern": [
- "Backtracking"
- ],
+ "title": "Combination Sum III",
+ "slug": "combination-sum-iii",
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Google"
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 3
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 2
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 2
+ }
]
},
{
"id": 22,
- "name": "Generate Parentheses",
- "url": "generate-parentheses",
- "pattern": [
- "Backtracking"
- ],
+ "title": "Generate Parentheses",
+ "slug": "generate-parentheses",
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Facebook",
- "Microsoft",
- "Apple",
- "Bloomberg",
- "Adobe",
- "Uber",
- "Google",
- "Goldman Sachs"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 19
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 15
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 11
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 8
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 7
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 4
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 4
+ },
+ {
+ "name": "Lyft",
+ "slug": "lyft",
+ "frequency": 3
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 3
+ },
+ {
+ "name": "Huawei",
+ "slug": "huawei",
+ "frequency": 3
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "ServiceNow",
+ "slug": "servicenow",
+ "frequency": 2
+ },
+ {
+ "name": "ByteDance",
+ "slug": "bytedance",
+ "frequency": 2
+ },
+ {
+ "name": "Zoho",
+ "slug": "zoho",
+ "frequency": 2
+ },
+ {
+ "name": "Grab",
+ "slug": "grab",
+ "frequency": 2
+ }
]
},
{
"id": 23,
- "name": "Target Sum",
- "url": "target-sum",
- "pattern": [
- "DFS",
- "Dynamic Programming"
- ],
+ "title": "Target Sum",
+ "slug": "target-sum",
+ "pattern": ["DFS", "Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "Microsoft",
- "Adobe"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 4
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 3
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 2
+ }
]
},
{
"id": 24,
- "name": "Palindrome Partitioning",
- "url": "palindrome-partitioning",
- "pattern": [
- "Backtracking"
- ],
+ "title": "Palindrome Partitioning",
+ "slug": "palindrome-partitioning",
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Apple"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 4
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 2
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 2
+ }
]
},
{
"id": 25,
- "name": "Letter Combinations of a Phone Number",
- "url": "letter-combinations-of-a-phone-number",
- "pattern": [
- "Backtracking"
- ],
+ "title": "Letter Combinations of a Phone Number",
+ "slug": "letter-combinations-of-a-phone-number",
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Microsoft",
- "Facebook",
- "Google",
- "Uber",
- "Apple",
- "Adobe",
- "Twitter",
- "Bloomberg",
- "Oracle",
- "Goldman Sachs",
- "Snapchat",
- "Intuit"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 34
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 30
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 10
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 9
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 7
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 6
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 4
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 3
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 2
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 2
+ },
+ {
+ "name": "Twilio",
+ "slug": "twilio",
+ "frequency": 2
+ },
+ {
+ "name": "Swiggy",
+ "slug": "swiggy",
+ "frequency": 2
+ }
]
},
{
"id": 26,
- "name": "Generalized Abbreviation",
- "url": "generalized-abbreviation",
- "pattern": [
- "Backtracking"
- ],
+ "title": "Generalized Abbreviation",
+ "slug": "generalized-abbreviation",
+ "pattern": ["Backtracking"],
"difficulty": "Medium",
"premium": true,
- "companies": [
- "Google"
- ]
+ "companies": []
},
{
"id": 27,
- "name": "Sudoku Solver",
- "url": "sudoku-solver",
- "pattern": [
- "Backtracking"
- ],
+ "title": "Sudoku Solver",
+ "slug": "sudoku-solver",
+ "pattern": ["Backtracking"],
"difficulty": "Hard",
"premium": false,
"companies": [
- "Google",
- "Intuit",
- "Amazon",
- "Apple",
- "Uber",
- "Bloomberg"
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 7
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 5
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 5
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 4
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 4
+ },
+ {
+ "name": "Intuit",
+ "slug": "intuit",
+ "frequency": 4
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 3
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 2
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 2
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 2
+ },
+ {
+ "name": "Nutanix",
+ "slug": "nutanix",
+ "frequency": 2
+ }
]
},
{
"id": 28,
- "name": "N-Queens",
- "url": "n-queens",
- "pattern": [
- "Backtracking"
- ],
+ "title": "N-Queens",
+ "slug": "n-queens",
+ "pattern": ["Backtracking"],
"difficulty": "Hard",
"premium": false,
"companies": [
- "Amazon",
- "Microsoft",
- "Apple",
- "Facebook",
- "Uber",
- "Goldman Sachs",
- "Adobe"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 10
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 7
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 5
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 4
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 4
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 3
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 2
+ }
]
},
{
"id": 29,
- "name": "Climbing Stairs",
- "url": "climbing-stairs",
- "pattern": [
- "Dynamic Programming"
- ],
+ "title": "Climbing Stairs",
+ "slug": "climbing-stairs",
+ "pattern": ["Dynamic Programming"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Amazon",
- "Microsoft",
- "Google",
- "Bloomberg",
- "Apple",
- "Adobe"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 17
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 4
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 4
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 4
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 3
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 3
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 2
+ },
+ {
+ "name": "Intel",
+ "slug": "intel",
+ "frequency": 2
+ }
]
},
{
"id": 30,
- "name": "House Robber",
- "url": "house-robber",
- "pattern": [
- "Dynamic Programming"
- ],
+ "title": "House Robber",
+ "slug": "house-robber",
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Microsoft",
- "Google",
- "Apple",
- "Adobe",
- "Qualtrics",
- "Bloomberg",
- "Facebook",
- "Goldman Sachs"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 26
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 8
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 5
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 5
+ },
+ {
+ "name": "Cisco",
+ "slug": "cisco",
+ "frequency": 5
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 4
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 4
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 2
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 2
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 2
+ },
+ {
+ "name": "Infosys",
+ "slug": "infosys",
+ "frequency": 2
+ }
]
},
{
"id": 31,
- "name": "Best Time to Buy and Sell Stock",
- "url": "best-time-to-buy-and-sell-stock",
- "pattern": [
- "Greedy"
- ],
+ "title": "Best Time to Buy and Sell Stock",
+ "slug": "best-time-to-buy-and-sell-stock",
+ "pattern": ["Greedy"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Amazon",
- "Facebook",
- "Apple",
- "Adobe",
- "Microsoft",
- "Bloomberg",
- "Snapchat",
- "Goldman Sachs",
- "Uber",
- "Oracle",
- "Google",
- "BlackRock",
- "Citadel",
- "JPMorgan",
- "Salesforce"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 57
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 20
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 15
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 12
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 12
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 11
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 8
+ },
+ {
+ "name": "Goldman Sachs",
+ "slug": "goldman-sachs",
+ "frequency": 8
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 6
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 6
+ },
+ {
+ "name": "Paypal",
+ "slug": "paypal",
+ "frequency": 4
+ },
+ {
+ "name": "JPMorgan",
+ "slug": "jpmorgan",
+ "frequency": 4
+ },
+ {
+ "name": "Bolt",
+ "slug": "bolt",
+ "frequency": 4
+ },
+ {
+ "name": "Expedia",
+ "slug": "expedia",
+ "frequency": 3
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 3
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 3
+ },
+ {
+ "name": "tcs",
+ "slug": "tcs",
+ "frequency": 3
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 3
+ },
+ {
+ "name": "Wayfair",
+ "slug": "wayfair",
+ "frequency": 2
+ },
+ {
+ "name": "DE Shaw",
+ "slug": "de-shaw",
+ "frequency": 2
+ },
+ {
+ "name": "eBay",
+ "slug": "ebay",
+ "frequency": 2
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 2
+ },
+ {
+ "name": "Morgan Stanley",
+ "slug": "morgan-stanley",
+ "frequency": 2
+ },
+ {
+ "name": "Salesforce",
+ "slug": "salesforce",
+ "frequency": 2
+ },
+ {
+ "name": "Atlassian",
+ "slug": "atlassian",
+ "frequency": 2
+ },
+ {
+ "name": "Qualcomm",
+ "slug": "qualcomm",
+ "frequency": 2
+ },
+ {
+ "name": "Alation",
+ "slug": "alation",
+ "frequency": 2
+ }
]
},
{
"id": 32,
- "name": "Maximum Subarray",
- "url": "maximum-subarray",
- "pattern": [
- "Dynamic Programming"
- ],
+ "title": "Maximum Subarray",
+ "slug": "maximum-subarray",
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "LinkedIn",
- "Amazon",
- "Adobe",
- "Apple",
- "Microsoft",
- "Google",
- "Bloomberg",
- "Facebook",
- "Uber",
- "Oracle",
- "Goldman Sachs",
- "JPMorgan"
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 35
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 34
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 18
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 16
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 14
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 14
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 9
+ },
+ {
+ "name": "Cisco",
+ "slug": "cisco",
+ "frequency": 8
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 6
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 4
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 4
+ },
+ {
+ "name": "JPMorgan",
+ "slug": "jpmorgan",
+ "frequency": 4
+ },
+ {
+ "name": "Shopee",
+ "slug": "shopee",
+ "frequency": 3
+ },
+ {
+ "name": "Docusign",
+ "slug": "docusign",
+ "frequency": 3
+ },
+ {
+ "name": "Goldman Sachs",
+ "slug": "goldman-sachs",
+ "frequency": 2
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 2
+ },
+ {
+ "name": "ByteDance",
+ "slug": "bytedance",
+ "frequency": 2
+ },
+ {
+ "name": "IBM",
+ "slug": "ibm",
+ "frequency": 2
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 2
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 2
+ }
]
},
{
"id": 33,
- "name": "Range Sum Query - Immutable",
- "url": "range-sum-query-immutable",
- "pattern": [
- "Dynamic Programming"
- ],
+ "title": "Range Sum Query - Immutable",
+ "slug": "range-sum-query-immutable",
+ "pattern": ["Dynamic Programming"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "Facebook",
- "Adobe"
- ]
+ "companies": []
},
{
"id": 34,
- "name": "House Robber II",
- "url": "house-robber-ii",
- "pattern": [
- "Dynamic Programming"
- ],
+ "title": "House Robber II",
+ "slug": "house-robber-ii",
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Google"
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 11
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 3
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 2
+ }
]
},
{
"id": 35,
- "name": "Coin Change",
- "url": "coin-change",
- "pattern": [
- "Dynamic Programming"
- ],
+ "title": "Coin Change",
+ "slug": "coin-change",
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Microsoft",
- "Google",
- "Apple"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 30
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 10
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 6
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 6
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 6
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 2
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 2
+ },
+ {
+ "name": "Goldman Sachs",
+ "slug": "goldman-sachs",
+ "frequency": 2
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 2
+ },
+ {
+ "name": "Mathworks",
+ "slug": "mathworks",
+ "frequency": 2
+ }
]
},
{
"id": 36,
- "name": "Maximum Product Subarray",
- "url": "maximum-product-subarray",
- "pattern": [
- "Dynamic Programming"
- ],
+ "title": "Maximum Product Subarray",
+ "slug": "maximum-product-subarray",
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "LinkedIn",
- "Amazon",
- "Microsoft",
- "Google",
- "Apple",
- "Facebook",
- "Bloomberg"
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 24
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 20
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 5
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 2
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 2
+ },
+ {
+ "name": "Infosys",
+ "slug": "infosys",
+ "frequency": 2
+ }
]
},
{
"id": 37,
- "name": "Longest Increasing Subsequence",
- "url": "longest-increasing-subsequence",
- "pattern": [
- "Dynamic Programming"
- ],
+ "title": "Longest Increasing Subsequence",
+ "slug": "longest-increasing-subsequence",
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Google",
- "Amazon",
- "Facebook",
- "Microsoft",
- "Apple",
- "Bloomberg"
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 11
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 8
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 5
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 5
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 4
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 3
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 3
+ },
+ {
+ "name": "Expedia",
+ "slug": "expedia",
+ "frequency": 3
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 3
+ },
+ {
+ "name": "TuSimple",
+ "slug": "tusimple",
+ "frequency": 3
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 2
+ }
]
},
{
"id": 38,
- "name": "Longest Palindromic Substring",
- "url": "longest-palindromic-substring",
- "pattern": [
- "Dynamic Programming"
- ],
+ "title": "Longest Palindromic Substring",
+ "slug": "longest-palindromic-substring",
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Microsoft",
- "Adobe",
- "Apple",
- "Facebook",
- "Google",
- "Oracle",
- "Salesforce",
- "Bloomberg",
- "LinkedIn",
- "Tesla"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 41
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 18
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 18
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 10
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 9
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 9
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 7
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 5
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 5
+ },
+ {
+ "name": "Visa",
+ "slug": "visa",
+ "frequency": 4
+ },
+ {
+ "name": "Goldman Sachs",
+ "slug": "goldman-sachs",
+ "frequency": 4
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 4
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 3
+ },
+ {
+ "name": "Infosys",
+ "slug": "infosys",
+ "frequency": 3
+ },
+ {
+ "name": "Zoho",
+ "slug": "zoho",
+ "frequency": 2
+ },
+ {
+ "name": "Samsung",
+ "slug": "samsung",
+ "frequency": 2
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 2
+ }
]
},
{
"id": 39,
- "name": "Word Break",
- "url": "word-break",
- "pattern": [
- "Dynamic Programming"
- ],
+ "title": "Word Break",
+ "slug": "word-break",
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "Microsoft",
- "Uber",
- "Apple",
- "Bloomberg",
- "Qualtrics",
- "Adobe",
- "Google",
- "Snapchat",
- "Salesforce"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 38
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 16
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 6
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 6
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 6
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 5
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 4
+ },
+ {
+ "name": "Qualtrics",
+ "slug": "qualtrics",
+ "frequency": 4
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 3
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 3
+ },
+ {
+ "name": "Twitter",
+ "slug": "twitter",
+ "frequency": 2
+ },
+ {
+ "name": "Salesforce",
+ "slug": "salesforce",
+ "frequency": 2
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 2
+ }
]
},
{
"id": 40,
- "name": "Combination Sum IV",
- "url": "combination-sum-iv",
- "pattern": [
- "Dynamic Programming"
- ],
+ "title": "Combination Sum IV",
+ "slug": "combination-sum-iv",
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Google",
- "Amazon",
- "Facebook"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 5
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 2
+ }
]
},
{
"id": 41,
- "name": "Decode Ways",
- "url": "decode-ways",
- "pattern": [
- "Dynamic Programming"
- ],
+ "title": "Decode Ways",
+ "slug": "decode-ways",
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Google",
- "Snapchat",
- "Lyft",
- "Goldman Sachs",
- "Microsoft",
- "Bloomberg",
- "JPMorgan"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 8
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 7
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 7
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 6
+ },
+ {
+ "name": "Lyft",
+ "slug": "lyft",
+ "frequency": 6
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 4
+ },
+ {
+ "name": "Cisco",
+ "slug": "cisco",
+ "frequency": 4
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 3
+ },
+ {
+ "name": "Goldman Sachs",
+ "slug": "goldman-sachs",
+ "frequency": 2
+ },
+ {
+ "name": "Qualtrics",
+ "slug": "qualtrics",
+ "frequency": 2
+ },
+ {
+ "name": "Commvault",
+ "slug": "commvault",
+ "frequency": 2
+ }
]
},
{
"id": 42,
- "name": "Unique Paths",
- "url": "unique-paths",
- "pattern": [
- "Dynamic Programming"
- ],
+ "title": "Unique Paths",
+ "slug": "unique-paths",
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Google",
- "Facebook",
- "Amazon",
- "Apple",
- "Microsoft",
- "Bloomberg"
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 16
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 11
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 9
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 7
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 5
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 3
+ }
]
},
{
"id": 43,
- "name": "Jump Game",
- "url": "jump-game",
- "pattern": [
- "Dynamic Programming",
- "Greedy"
- ],
+ "title": "Jump Game",
+ "slug": "jump-game",
+ "pattern": ["Dynamic Programming", "Greedy"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Facebook",
- "Uber",
- "Oracle",
- "Adobe",
- "Microsoft",
- "Bloomberg"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 20
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 5
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 4
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 3
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 3
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 2
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "DoorDash",
+ "slug": "doordash",
+ "frequency": 2
+ },
+ {
+ "name": "Docusign",
+ "slug": "docusign",
+ "frequency": 2
+ }
]
},
{
"id": 44,
- "name": "Palindromic Substrings",
- "url": "palindromic-substrings",
- "pattern": [
- "Dynamic Programming"
- ],
+ "title": "Palindromic Substrings",
+ "slug": "palindromic-substrings",
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Microsoft",
- "Google",
- "Goldman Sachs"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 15
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 5
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 4
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 3
+ },
+ {
+ "name": "Expedia",
+ "slug": "expedia",
+ "frequency": 2
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 2
+ },
+ {
+ "name": "Goldman Sachs",
+ "slug": "goldman-sachs",
+ "frequency": 2
+ }
]
},
{
"id": 45,
- "name": "Number of Longest Increasing Subsequence",
- "url": "number-of-longest-increasing-subsequence",
- "pattern": [
- "Dynamic Programming"
- ],
+ "title": "Number of Longest Increasing Subsequence",
+ "slug": "number-of-longest-increasing-subsequence",
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Google"
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 4
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 2
+ }
]
},
{
"id": 46,
- "name": "Partition Equal Subset Sum",
- "url": "partition-equal-subset-sum",
- "pattern": [
- "Dynamic Programming"
- ],
+ "title": "Partition Equal Subset Sum",
+ "slug": "partition-equal-subset-sum",
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Google",
- "Amazon",
- "Microsoft",
- "Uber",
- "Apple",
- "Bloomberg"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 14
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 5
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 4
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 2
+ }
]
},
{
"id": 47,
- "name": "Partition to K Equal Sum Subsets",
- "url": "partition-to-k-equal-sum-subsets",
- "pattern": [
- "Dynamic Programming"
- ],
+ "title": "Partition to K Equal Sum Subsets",
+ "slug": "partition-to-k-equal-sum-subsets",
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "LinkedIn",
- "Facebook"
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 17
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 5
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 3
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 2
+ }
]
},
{
"id": 48,
- "name": "Best Time to Buy and Sell Stock with Cooldown",
- "url": "best-time-to-buy-and-sell-stock-with-cooldown",
- "pattern": [
- "Dynamic Programming"
- ],
+ "title": "Best Time to Buy and Sell Stock with Cooldown",
+ "slug": "best-time-to-buy-and-sell-stock-with-cooldown",
+ "pattern": ["Dynamic Programming"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Adobe",
- "Bloomberg"
- ]
+ "companies": []
},
{
"id": 49,
- "name": "Counting Bits",
- "url": "counting-bits",
- "pattern": [
- "Dynamic Programming",
- "Bit Manipulation"
- ],
+ "title": "Counting Bits",
+ "slug": "counting-bits",
+ "pattern": ["Dynamic Programming", "Bit Manipulation"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Google"
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 3
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 3
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 2
+ },
+ {
+ "name": "JPMorgan",
+ "slug": "jpmorgan",
+ "frequency": 2
+ }
]
},
{
"id": 50,
- "name": "Linked List Cycle",
- "url": "linked-list-cycle",
- "pattern": [
- "Fast & Slow Pointers"
- ],
+ "title": "Linked List Cycle",
+ "slug": "linked-list-cycle",
+ "pattern": ["Fast & Slow Pointers"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Microsoft",
- "Amazon",
- "Bloomberg",
- "Oracle",
- "Facebook",
- "Google"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 10
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 4
+ },
+ {
+ "name": "Spotify",
+ "slug": "spotify",
+ "frequency": 4
+ },
+ {
+ "name": "Goldman Sachs",
+ "slug": "goldman-sachs",
+ "frequency": 3
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 2
+ }
]
},
{
"id": 51,
- "name": "Middle of the Linked List",
- "url": "middle-of-the-linked-list",
- "pattern": [
- "Fast & Slow Pointers"
- ],
+ "title": "Middle of the Linked List",
+ "slug": "middle-of-the-linked-list",
+ "pattern": ["Fast & Slow Pointers"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Amazon",
- "Apple",
- "Microsoft",
- "Adobe",
- "Goldman Sachs"
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 5
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 3
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 3
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 2
+ },
+ {
+ "name": "Qualcomm",
+ "slug": "qualcomm",
+ "frequency": 2
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ }
]
},
{
"id": 52,
- "name": "Palindrome Linked List",
- "url": "palindrome-linked-list",
- "pattern": [
- "Fast & Slow Pointers"
- ],
+ "title": "Palindrome Linked List",
+ "slug": "palindrome-linked-list",
+ "pattern": ["Fast & Slow Pointers"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "Microsoft",
- "Intuit",
- "Bloomberg"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 16
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 9
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 8
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 8
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 4
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 3
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 3
+ },
+ {
+ "name": "Intuit",
+ "slug": "intuit",
+ "frequency": 3
+ },
+ {
+ "name": "ServiceNow",
+ "slug": "servicenow",
+ "frequency": 2
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 2
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 2
+ }
]
},
{
"id": 53,
- "name": "Remove Linked List Elements",
- "url": "remove-linked-list-elements",
- "pattern": [
- "Fast & Slow Pointers"
- ],
+ "title": "Remove Linked List Elements",
+ "slug": "remove-linked-list-elements",
+ "pattern": ["Fast & Slow Pointers"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Facebook",
- "Microsoft"
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 3
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 3
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 2
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ }
]
},
{
"id": 54,
- "name": "Remove Duplicates from Sorted List",
- "url": "remove-duplicates-from-sorted-list",
- "pattern": [
- "Fast & Slow Pointers"
- ],
+ "title": "Remove Duplicates from Sorted List",
+ "slug": "remove-duplicates-from-sorted-list",
+ "pattern": ["Fast & Slow Pointers"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Amazon",
- "Adobe",
- "Facebook",
- "Microsoft"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 4
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 3
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 2
+ }
]
},
{
"id": 55,
- "name": "Linked List Cycle II",
- "url": "linked-list-cycle-ii",
- "pattern": [
- "Fast & Slow Pointers"
- ],
+ "title": "Linked List Cycle II",
+ "slug": "linked-list-cycle-ii",
+ "pattern": ["Fast & Slow Pointers"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Microsoft",
- "Amazon",
- "Goldman Sachs",
- "Oracle"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 6
+ }
]
},
{
"id": 56,
- "name": "Add Two Numbers",
- "url": "add-two-numbers",
- "pattern": [
- "Fast & Slow Pointers"
- ],
+ "title": "Add Two Numbers",
+ "slug": "add-two-numbers",
+ "pattern": ["Fast & Slow Pointers"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Bloomberg",
- "Adobe",
- "Microsoft",
- "Facebook",
- "Google",
- "Apple",
- "Uber",
- "Capital One",
- "Oracle"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 34
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 19
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 15
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 14
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 12
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 12
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 8
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 6
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 4
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 3
+ },
+ {
+ "name": "SAP",
+ "slug": "sap",
+ "frequency": 2
+ },
+ {
+ "name": "JPMorgan",
+ "slug": "jpmorgan",
+ "frequency": 2
+ }
]
},
{
"id": 57,
- "name": "Remove Nth Node From End Of List",
- "url": "remove-nth-node-from-end-of-list",
- "pattern": [
- "Fast & Slow Pointers"
- ],
+ "title": "Remove Nth Node From End of List",
+ "slug": "remove-nth-node-from-end-of-list",
+ "pattern": ["Fast & Slow Pointers"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Microsoft",
- "Amazon",
- "Google",
- "Apple"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 15
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 10
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 4
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 3
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 2
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 2
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 2
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 2
+ },
+ {
+ "name": "Intel",
+ "slug": "intel",
+ "frequency": 2
+ }
]
},
{
"id": 58,
- "name": "Sort List",
- "url": "sort-list",
- "pattern": [
- "Fast & Slow Pointers"
- ],
+ "title": "Sort List",
+ "slug": "sort-list",
+ "pattern": ["Fast & Slow Pointers"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "Apple",
- "Uber"
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 6
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 5
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 3
+ },
+ {
+ "name": "ByteDance",
+ "slug": "bytedance",
+ "frequency": 2
+ }
]
},
{
"id": 59,
- "name": "Reorder List",
- "url": "reorder-list",
- "pattern": [
- "Fast & Slow Pointers"
- ],
+ "title": "Reorder List",
+ "slug": "reorder-list",
+ "pattern": ["Fast & Slow Pointers"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Adobe",
- "Facebook",
- "Google",
- "Snapchat",
- "Uber"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 10
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 7
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 3
+ },
+ {
+ "name": "Samsung",
+ "slug": "samsung",
+ "frequency": 3
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 2
+ }
]
},
{
"id": 60,
- "name": "Clone Graph",
- "url": "clone-graph",
- "pattern": [
- "BFS",
- "DFS",
- "Graph"
- ],
+ "title": "Clone Graph",
+ "slug": "clone-graph",
+ "pattern": ["BFS", "DFS", "Graph"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Microsoft",
- "Amazon",
- "Salesforce",
- "Google",
- "Twitter",
- "Bloomberg",
- "Oracle",
- "Apple"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 24
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 8
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 7
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 4
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 3
+ },
+ {
+ "name": "Pinterest",
+ "slug": "pinterest",
+ "frequency": 2
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ }
]
},
{
"id": 61,
- "name": "Pacific Atlantic Water Flow",
- "url": "pacific-atlantic-water-flow",
- "pattern": [
- "BFS",
- "DFS"
- ],
+ "title": "Pacific Atlantic Water Flow",
+ "slug": "pacific-atlantic-water-flow",
+ "pattern": ["BFS", "DFS"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Google",
- "Amazon",
- "Microsoft",
- "Facebook",
- "Apple"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 7
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 7
+ },
+ {
+ "name": "Salesforce",
+ "slug": "salesforce",
+ "frequency": 2
+ }
]
},
{
"id": 62,
- "name": "Number of Islands",
- "url": "number-of-islands",
- "pattern": [
- "BFS",
- "DFS",
- "Union Find"
- ],
+ "title": "Number of Islands",
+ "slug": "number-of-islands",
+ "pattern": ["BFS", "DFS", "Union Find"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Microsoft",
- "Bloomberg",
- "Google",
- "LinkedIn",
- "Facebook",
- "Apple",
- "Oracle",
- "Goldman Sachs",
- "Salesforce",
- "Lyft",
- "Uber",
- "Adobe",
- "Qualtrics"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 123
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 41
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 30
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 23
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 17
+ },
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 13
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 12
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 10
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 9
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 8
+ },
+ {
+ "name": "DoorDash",
+ "slug": "doordash",
+ "frequency": 7
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 4
+ },
+ {
+ "name": "Paypal",
+ "slug": "paypal",
+ "frequency": 4
+ },
+ {
+ "name": "ByteDance",
+ "slug": "bytedance",
+ "frequency": 4
+ },
+ {
+ "name": "Shopee",
+ "slug": "shopee",
+ "frequency": 4
+ },
+ {
+ "name": "eBay",
+ "slug": "ebay",
+ "frequency": 3
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 3
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 3
+ },
+ {
+ "name": "Twitch",
+ "slug": "twitch",
+ "frequency": 3
+ },
+ {
+ "name": "Intuit",
+ "slug": "intuit",
+ "frequency": 3
+ },
+ {
+ "name": "Qualtrics",
+ "slug": "qualtrics",
+ "frequency": 2
+ },
+ {
+ "name": "Snapchat",
+ "slug": "snapchat",
+ "frequency": 2
+ },
+ {
+ "name": "Dropbox",
+ "slug": "dropbox",
+ "frequency": 2
+ },
+ {
+ "name": "Goldman Sachs",
+ "slug": "goldman-sachs",
+ "frequency": 2
+ },
+ {
+ "name": "Salesforce",
+ "slug": "salesforce",
+ "frequency": 2
+ },
+ {
+ "name": "JPMorgan",
+ "slug": "jpmorgan",
+ "frequency": 2
+ },
+ {
+ "name": "Intel",
+ "slug": "intel",
+ "frequency": 2
+ },
+ {
+ "name": "ServiceNow",
+ "slug": "servicenow",
+ "frequency": 2
+ },
+ {
+ "name": "Cruise Automation",
+ "slug": "cruise-automation",
+ "frequency": 2
+ },
+ {
+ "name": "Karat",
+ "slug": "karat",
+ "frequency": 2
+ }
]
},
{
"id": 63,
- "name": "Graph Valid Tree",
- "url": "graph-valid-tree",
- "pattern": [
- "BFS",
- "DFS",
- "Graph",
- "Union Find"
- ],
+ "title": "Graph Valid Tree",
+ "slug": "graph-valid-tree",
+ "pattern": ["BFS", "DFS", "Graph", "Union Find"],
"difficulty": "Medium",
"premium": true,
"companies": [
- "LinkedIn",
- "Google",
- "Bloomberg"
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 8
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 2
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 2
+ }
]
},
{
"id": 64,
- "name": "Number of Connected Components in an Undirected Graph",
- "url": "number-of-connected-components-in-an-undirected-graph",
- "pattern": [
- "BFS",
- "DFS",
- "Graph",
- "Union Find"
- ],
+ "title": "Number of Connected Components in an Undirected Graph",
+ "slug": "number-of-connected-components-in-an-undirected-graph",
+ "pattern": ["BFS", "DFS", "Graph", "Union Find"],
"difficulty": "Medium",
"premium": true,
"companies": [
- "Amazon",
- "LinkedIn",
- "Facebook",
- "Pinterest"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 8
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 2
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 2
+ },
+ {
+ "name": "Pinterest",
+ "slug": "pinterest",
+ "frequency": 2
+ }
]
},
{
"id": 65,
- "name": "Reverse Linked List",
- "url": "reverse-linked-list",
- "pattern": [
- "In-place reversal of a linked list"
- ],
+ "title": "Reverse Linked List",
+ "slug": "reverse-linked-list",
+ "pattern": ["In-place reversal of a linked list"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Microsoft",
- "Bloomberg",
- "Amazon",
- "Facebook",
- "Apple"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 16
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 8
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 7
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 6
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 4
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 3
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 3
+ },
+ {
+ "name": "Intuit",
+ "slug": "intuit",
+ "frequency": 2
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Yandex",
+ "slug": "yandex",
+ "frequency": 2
+ },
+ {
+ "name": "Samsung",
+ "slug": "samsung",
+ "frequency": 2
+ },
+ {
+ "name": "ServiceNow",
+ "slug": "servicenow",
+ "frequency": 2
+ },
+ {
+ "name": "Canonical",
+ "slug": "canonical",
+ "frequency": 2
+ }
]
},
{
"id": 66,
- "name": "Reverse Linked List II",
- "url": "reverse-linked-list-ii",
- "pattern": [
- "In-place reversal of a linked list"
- ],
+ "title": "Reverse Linked List II",
+ "slug": "reverse-linked-list-ii",
+ "pattern": ["In-place reversal of a linked list"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Apple",
- "Facebook",
- "Amazon",
- "Google",
- "Adobe"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 7
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 5
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 4
+ },
+ {
+ "name": "Media.net",
+ "slug": "medianet",
+ "frequency": 4
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 2
+ }
]
},
{
"id": 67,
- "name": "Rotate List",
- "url": "rotate-list",
- "pattern": [
- "In-place reversal of a linked list"
- ],
+ "title": "Rotate List",
+ "slug": "rotate-list",
+ "pattern": ["In-place reversal of a linked list"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "LinkedIn",
- "Microsoft",
- "Adobe",
- "Apple",
- "Oracle"
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 5
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 4
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 3
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 3
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 2
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ }
]
},
{
"id": 68,
- "name": "Swap Nodes in Pairs",
- "url": "swap-nodes-in-pairs",
- "pattern": [
- "In-place reversal of a linked list"
- ],
+ "title": "Swap Nodes in Pairs",
+ "slug": "swap-nodes-in-pairs",
+ "pattern": ["In-place reversal of a linked list"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "Microsoft"
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 9
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 7
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 7
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 5
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ }
]
},
{
"id": 69,
- "name": "Odd Even Linked List",
- "url": "odd-even-linked-list",
- "pattern": [
- "In-place reversal of a linked list"
- ],
+ "title": "Odd Even Linked List",
+ "slug": "odd-even-linked-list",
+ "pattern": ["In-place reversal of a linked list"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Microsoft",
- "Bloomberg",
- "Amazon",
- "Adobe",
- "Apple"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 5
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ }
]
},
{
"id": 70,
- "name": "Reverse Nodes in k-Group",
- "url": "reverse-nodes-in-k-group",
- "pattern": [
- "In-place reversal of a linked list"
- ],
+ "title": "Reverse Nodes in k-Group",
+ "slug": "reverse-nodes-in-k-group",
+ "pattern": ["In-place reversal of a linked list"],
"difficulty": "Hard",
"premium": false,
"companies": [
- "Capital One",
- "Microsoft",
- "Amazon",
- "Google",
- "Facebook",
- "Snapchat",
- "Oracle"
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 17
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 14
+ },
+ {
+ "name": "Capital One",
+ "slug": "capital-one",
+ "frequency": 6
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 3
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 3
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 3
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Zoom",
+ "slug": "zoom",
+ "frequency": 2
+ },
+ {
+ "name": "MakeMyTrip",
+ "slug": "makemytrip",
+ "frequency": 2
+ },
+ {
+ "name": "Zenefits",
+ "slug": "zenefits",
+ "frequency": 2
+ }
]
},
{
"id": 71,
- "name": "Merge Two Sorted Lists",
- "url": "merge-two-sorted-lists",
- "pattern": [
- "Two Pointers"
- ],
+ "title": "Merge Two Sorted Lists",
+ "slug": "merge-two-sorted-lists",
+ "pattern": ["Two Pointers"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Amazon",
- "Facebook",
- "Microsoft",
- "Adobe",
- "Google",
- "Bloomberg",
- "Apple",
- "Uber"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 18
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 12
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 11
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 11
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 5
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 4
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 4
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 3
+ },
+ {
+ "name": "Indeed",
+ "slug": "indeed",
+ "frequency": 3
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 3
+ },
+ {
+ "name": "Accenture",
+ "slug": "accenture",
+ "frequency": 2
+ },
+ {
+ "name": "Yandex",
+ "slug": "yandex",
+ "frequency": 2
+ },
+ {
+ "name": "Visa",
+ "slug": "visa",
+ "frequency": 2
+ },
+ {
+ "name": "eBay",
+ "slug": "ebay",
+ "frequency": 2
+ }
]
},
{
"id": 72,
- "name": "Kth Smallest Element in a Sorted Matrix",
- "url": "kth-smallest-element-in-a-sorted-matrix",
- "pattern": [
- "Binary Search",
- "Heap"
- ],
+ "title": "Kth Smallest Element in a Sorted Matrix",
+ "slug": "kth-smallest-element-in-a-sorted-matrix",
+ "pattern": ["Binary Search", "Heap"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "Microsoft",
- "Bloomberg"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 12
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 7
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 4
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 4
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 3
+ }
]
},
{
"id": 73,
- "name": "Find K Pairs with Smallest Sums",
- "url": "find-k-pairs-with-smallest-sums",
- "pattern": [
- "Heap"
- ],
+ "title": "Find K Pairs with Smallest Sums",
+ "slug": "find-k-pairs-with-smallest-sums",
+ "pattern": ["Heap"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "LinkedIn",
- "Microsoft",
- "Apple"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 9
+ },
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 7
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 3
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ }
]
},
{
"id": 74,
- "name": "Merge k Sorted Lists",
- "url": "merge-k-sorted-lists",
- "pattern": [
- "Heap"
- ],
+ "title": "Merge k Sorted Lists",
+ "slug": "merge-k-sorted-lists",
+ "pattern": ["Heap"],
"difficulty": "Hard",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "Microsoft",
- "Google",
- "Apple",
- "Bloomberg",
- "Adobe",
- "Uber",
- "Qualtrics",
- "Oracle"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 57
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 40
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 17
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 9
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 7
+ },
+ {
+ "name": "ByteDance",
+ "slug": "bytedance",
+ "frequency": 5
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 4
+ },
+ {
+ "name": "Indeed",
+ "slug": "indeed",
+ "frequency": 3
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 3
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 3
+ },
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 2
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 2
+ },
+ {
+ "name": "Goldman Sachs",
+ "slug": "goldman-sachs",
+ "frequency": 2
+ },
+ {
+ "name": "Shopee",
+ "slug": "shopee",
+ "frequency": 2
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 2
+ },
+ {
+ "name": "Sprinklr",
+ "slug": "sprinklr",
+ "frequency": 2
+ },
+ {
+ "name": "Media.net",
+ "slug": "medianet",
+ "frequency": 2
+ }
]
},
{
"id": 75,
- "name": "Smallest Range Covering Elements from K Lists",
- "url": "smallest-range-covering-elements-from-k-lists",
- "pattern": [
- "Heap"
- ],
+ "title": "Smallest Range Covering Elements from K Lists",
+ "slug": "smallest-range-covering-elements-from-k-lists",
+ "pattern": ["Heap"],
"difficulty": "Hard",
"premium": false,
"companies": [
- "Google",
- "Amazon",
- "Microsoft",
- "Pinterest"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 8
+ },
+ {
+ "name": "Pinterest",
+ "slug": "pinterest",
+ "frequency": 5
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 2
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ }
]
},
{
"id": 76,
- "name": "Meeting Rooms",
- "url": "meeting-rooms",
- "pattern": [
- "Intervals"
- ],
+ "title": "Meeting Rooms",
+ "slug": "meeting-rooms",
+ "pattern": ["Intervals"],
"difficulty": "Easy",
"premium": true,
"companies": [
- "Amazon",
- "Microsoft",
- "Facebook"
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 8
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ }
]
},
{
"id": 77,
- "name": "Merge Intervals",
- "url": "merge-intervals",
- "pattern": [
- "Intervals"
- ],
+ "title": "Merge Intervals",
+ "slug": "merge-intervals",
+ "pattern": ["Intervals"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Facebook",
- "Microsoft",
- "Salesforce",
- "Google",
- "Uber",
- "Bloomberg",
- "Adobe",
- "Apple",
- "LinkedIn",
- "Twitter",
- "Oracle",
- "JPMorgan",
- "Snapchat"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 79
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 44
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 29
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 21
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 20
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 17
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 13
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 12
+ },
+ {
+ "name": "Salesforce",
+ "slug": "salesforce",
+ "frequency": 11
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 6
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 5
+ },
+ {
+ "name": "Shopee",
+ "slug": "shopee",
+ "frequency": 5
+ },
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 4
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 4
+ },
+ {
+ "name": "Nvidia",
+ "slug": "nvidia",
+ "frequency": 4
+ },
+ {
+ "name": "Cisco",
+ "slug": "cisco",
+ "frequency": 3
+ },
+ {
+ "name": "Snapchat",
+ "slug": "snapchat",
+ "frequency": 3
+ },
+ {
+ "name": "IBM",
+ "slug": "ibm",
+ "frequency": 3
+ },
+ {
+ "name": "Palantir Technologies",
+ "slug": "palantir-technologies",
+ "frequency": 2
+ },
+ {
+ "name": "Coupang",
+ "slug": "coupang",
+ "frequency": 2
+ },
+ {
+ "name": "Booking.com",
+ "slug": "bookingcom",
+ "frequency": 2
+ },
+ {
+ "name": "Morgan Stanley",
+ "slug": "morgan-stanley",
+ "frequency": 2
+ },
+ {
+ "name": "Expedia",
+ "slug": "expedia",
+ "frequency": 2
+ },
+ {
+ "name": "Qualtrics",
+ "slug": "qualtrics",
+ "frequency": 2
+ },
+ {
+ "name": "Hotstar",
+ "slug": "hotstar",
+ "frequency": 2
+ }
]
},
{
"id": 78,
- "name": "Interval List Intersections",
- "url": "interval-list-intersections",
- "pattern": [
- "Intervals"
- ],
+ "title": "Interval List Intersections",
+ "slug": "interval-list-intersections",
+ "pattern": ["Intervals"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Uber",
- "Google"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 17
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 7
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 2
+ }
]
},
{
"id": 79,
- "name": "Non-overlapping Intervals",
- "url": "non-overlapping-intervals",
- "pattern": [
- "Intervals"
- ],
+ "title": "Non-overlapping Intervals",
+ "slug": "non-overlapping-intervals",
+ "pattern": ["Intervals"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Facebook",
- "Oracle"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 4
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 3
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 3
+ },
+ {
+ "name": "JPMorgan",
+ "slug": "jpmorgan",
+ "frequency": 3
+ }
]
},
{
"id": 80,
- "name": "Meeting Rooms II",
- "url": "meeting-rooms-ii",
- "pattern": [
- "Heap",
- "Intervals"
- ],
+ "title": "Meeting Rooms II",
+ "slug": "meeting-rooms-ii",
+ "pattern": ["Heap", "Intervals"],
"difficulty": "Medium",
"premium": true,
"companies": [
- "Amazon",
- "Facebook",
- "Bloomberg",
- "Microsoft",
- "Google",
- "Oracle",
- "Uber",
- "Twitter",
- "Snapchat",
- "Qualtrics",
- "Adobe",
- "Quora",
- "Goldman Sachs"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 47
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 29
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 20
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 18
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 14
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 9
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 4
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 3
+ },
+ {
+ "name": "eBay",
+ "slug": "ebay",
+ "frequency": 3
+ },
+ {
+ "name": "Goldman Sachs",
+ "slug": "goldman-sachs",
+ "frequency": 2
+ },
+ {
+ "name": "ByteDance",
+ "slug": "bytedance",
+ "frequency": 2
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 2
+ }
]
},
{
"id": 81,
- "name": "Task Scheduler",
- "url": "task-scheduler",
- "pattern": [
- "Greedy",
- "Heap"
- ],
+ "title": "Task Scheduler",
+ "slug": "task-scheduler",
+ "pattern": ["Greedy", "Heap"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Google",
- "Uber",
- "Amazon",
- "Microsoft",
- "Salesforce"
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 5
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 4
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 3
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 2
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Cruise Automation",
+ "slug": "cruise-automation",
+ "frequency": 2
+ }
]
},
{
"id": 82,
- "name": "Minimum Number of Arrows to Burst Balloons",
- "url": "minimum-number-of-arrows-to-burst-balloons",
- "pattern": [
- "Greedy"
- ],
+ "title": "Minimum Number of Arrows to Burst Balloons",
+ "slug": "minimum-number-of-arrows-to-burst-balloons",
+ "pattern": ["Greedy"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Apple"
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 2
+ }
]
},
{
"id": 83,
- "name": "Insert Interval",
- "url": "insert-interval",
- "pattern": [
- "Intervals"
- ],
+ "title": "Insert Interval",
+ "slug": "insert-interval",
+ "pattern": ["Intervals"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Google",
- "Facebook",
- "LinkedIn",
- "Microsoft",
- "Twitter",
- "Citadel"
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 13
+ },
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 6
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 5
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 4
+ },
+ {
+ "name": "Robinhood",
+ "slug": "robinhood",
+ "frequency": 4
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 2
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 2
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 2
+ }
]
},
{
"id": 84,
- "name": "Employee Free Time",
- "url": "employee-free-time",
- "pattern": [
- "Heap",
- "Greedy"
- ],
+ "title": "Employee Free Time",
+ "slug": "employee-free-time",
+ "pattern": ["Heap", "Greedy"],
"difficulty": "Hard",
"premium": true,
"companies": [
- "Pinterest",
- "Amazon",
- "Airbnb",
- "Snapchat",
- "Google",
- "Facebook",
- "Apple",
- "Oracle",
- "Uber"
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 11
+ },
+ {
+ "name": "Pinterest",
+ "slug": "pinterest",
+ "frequency": 6
+ },
+ {
+ "name": "Snapchat",
+ "slug": "snapchat",
+ "frequency": 3
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 3
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 3
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 3
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 2
+ }
]
},
{
"id": 85,
- "name": "Binary Search",
- "url": "binary-search",
- "pattern": [
- "Binary Search"
- ],
+ "title": "Binary Search",
+ "slug": "binary-search",
+ "pattern": ["Binary Search"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Adobe",
- "Apple",
- "Uber",
- "Goldman Sachs"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 14
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 7
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 4
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 3
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 3
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 2
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 2
+ }
]
},
{
"id": 86,
- "name": "Find Smallest Letter Greater Than Target",
- "url": "find-smallest-letter-greater-than-target",
- "pattern": [
- "Binary Search"
- ],
+ "title": "Find Smallest Letter Greater Than Target",
+ "slug": "find-smallest-letter-greater-than-target",
+ "pattern": ["Binary Search"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "LinkedIn"
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 7
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 3
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 2
+ }
]
},
{
"id": 87,
- "name": "Peak Index in a Mountain Array",
- "url": "peak-index-in-a-mountain-array",
- "pattern": [
- "Binary Search"
- ],
+ "title": "Peak Index in a Mountain Array",
+ "slug": "peak-index-in-a-mountain-array",
+ "pattern": ["Binary Search"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Google",
- "Amazon",
- "Bloomberg",
- "Facebook"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 6
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 4
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ }
]
},
{
"id": 88,
- "name": "Find Minimum in Rotated Sorted Array",
- "url": "find-minimum-in-rotated-sorted-array",
- "pattern": [
- "Binary Search"
- ],
+ "title": "Find Minimum in Rotated Sorted Array",
+ "slug": "find-minimum-in-rotated-sorted-array",
+ "pattern": ["Binary Search"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Microsoft",
- "Amazon",
- "Bloomberg",
- "Uber",
- "Adobe",
- "Apple"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 10
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 8
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 4
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 3
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 2
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 2
+ },
+ {
+ "name": "ByteDance",
+ "slug": "bytedance",
+ "frequency": 2
+ }
]
},
{
"id": 89,
- "name": "Find Peak Element",
- "url": "find-peak-element",
- "pattern": [
- "Binary Search"
- ],
+ "title": "Find Peak Element",
+ "slug": "find-peak-element",
+ "pattern": ["Binary Search"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "Uber",
- "Google",
- "Microsoft"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 59
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 9
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 7
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 5
+ },
+ {
+ "name": "Snapchat",
+ "slug": "snapchat",
+ "frequency": 4
+ },
+ {
+ "name": "Roblox",
+ "slug": "roblox",
+ "frequency": 3
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 2
+ },
+ {
+ "name": "HRT",
+ "slug": "hrt",
+ "frequency": 2
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 2
+ }
]
},
{
"id": 90,
- "name": "Search in Rotated Sorted Array",
- "url": "search-in-rotated-sorted-array",
- "pattern": [
- "Binary Search"
- ],
+ "title": "Search in Rotated Sorted Array",
+ "slug": "search-in-rotated-sorted-array",
+ "pattern": ["Binary Search"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Microsoft",
- "Amazon",
- "LinkedIn",
- "Facebook",
- "Bloomberg",
- "Adobe",
- "Apple",
- "Goldman Sachs",
- "Oracle",
- "Uber",
- "Morgan Stanley"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 25
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 18
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 18
+ },
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 17
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 10
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 8
+ },
+ {
+ "name": "ByteDance",
+ "slug": "bytedance",
+ "frequency": 5
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 5
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 4
+ },
+ {
+ "name": "Media.net",
+ "slug": "medianet",
+ "frequency": 4
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 3
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 3
+ },
+ {
+ "name": "Splunk",
+ "slug": "splunk",
+ "frequency": 3
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 2
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 2
+ },
+ {
+ "name": "Nvidia",
+ "slug": "nvidia",
+ "frequency": 2
+ },
+ {
+ "name": "Salesforce",
+ "slug": "salesforce",
+ "frequency": 2
+ }
]
},
{
"id": 91,
- "name": "Search in Rotated Sorted Array II",
- "url": "search-in-rotated-sorted-array-ii",
- "pattern": [
- "Binary Search"
- ],
+ "title": "Search in Rotated Sorted Array II",
+ "slug": "search-in-rotated-sorted-array-ii",
+ "pattern": ["Binary Search"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "LinkedIn",
- "Amazon",
- "Facebook",
- "Microsoft"
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 5
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 5
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 2
+ }
]
},
{
"id": 92,
- "name": "Search a 2D Matrix",
- "url": "search-a-2d-matrix",
- "pattern": [
- "Binary Search"
- ],
+ "title": "Search a 2D Matrix",
+ "slug": "search-a-2d-matrix",
+ "pattern": ["Binary Search"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Facebook",
- "Bloomberg",
- "Microsoft",
- "Uber",
- "Google",
- "Apple"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 11
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 7
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 6
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 6
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 6
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 3
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 2
+ },
+ {
+ "name": "Nvidia",
+ "slug": "nvidia",
+ "frequency": 2
+ },
+ {
+ "name": "Salesforce",
+ "slug": "salesforce",
+ "frequency": 2
+ }
]
},
{
"id": 93,
- "name": "Search a 2D Matrix II",
- "url": "search-a-2d-matrix-ii",
- "pattern": [
- "Binary Search"
- ],
+ "title": "Search a 2D Matrix II",
+ "slug": "search-a-2d-matrix-ii",
+ "pattern": ["Binary Search"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Microsoft",
- "Amazon",
- "Facebook",
- "Apple",
- "Uber"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 10
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 9
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 4
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ },
+ {
+ "name": "PayTM",
+ "slug": "paytm",
+ "frequency": 2
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 2
+ }
]
},
{
"id": 94,
- "name": "Find K Closest Elements",
- "url": "find-k-closest-elements",
- "pattern": [
- "Binary Search"
- ],
+ "title": "Find K Closest Elements",
+ "slug": "find-k-closest-elements",
+ "pattern": ["Binary Search"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "Google",
- "Uber",
- "Microsoft",
- "Bloomberg"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 10
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 8
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 5
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 4
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 3
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 2
+ }
]
},
{
"id": 95,
- "name": "Count of Range Sum",
- "url": "count-of-range-sum",
- "pattern": [
- "Binary Search"
- ],
+ "title": "Count of Range Sum",
+ "slug": "count-of-range-sum",
+ "pattern": ["Binary Search"],
"difficulty": "Hard",
"premium": false,
- "companies": [
- "Google"
- ]
+ "companies": []
},
{
"id": 96,
- "name": "Minimum Size Subarray Sum",
- "url": "minimum-size-subarray-sum",
- "pattern": [
- "Sliding Window"
- ],
+ "title": "Minimum Size Subarray Sum",
+ "slug": "minimum-size-subarray-sum",
+ "pattern": ["Sliding Window"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Goldman Sachs",
- "Facebook",
- "Amazon",
- "Google"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 6
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 5
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 4
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 3
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 2
+ },
+ {
+ "name": "Arcesium",
+ "slug": "arcesium",
+ "frequency": 2
+ }
]
},
{
"id": 97,
- "name": "Fruit Into Baskets",
- "url": "fruit-into-baskets",
- "pattern": [
- "Sliding Window"
- ],
+ "title": "Fruit Into Baskets",
+ "slug": "fruit-into-baskets",
+ "pattern": ["Sliding Window"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon"
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 4
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 3
+ },
+ {
+ "name": "Groupon",
+ "slug": "groupon",
+ "frequency": 2
+ }
]
},
{
"id": 98,
- "name": "Permutation in String",
- "url": "permutation-in-string",
- "pattern": [
- "Sliding Window"
- ],
+ "title": "Permutation in String",
+ "slug": "permutation-in-string",
+ "pattern": ["Sliding Window"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Oracle",
- "Facebook"
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 7
+ },
+ {
+ "name": "Yandex",
+ "slug": "yandex",
+ "frequency": 6
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 5
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 3
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 2
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 2
+ }
]
},
{
"id": 99,
- "name": "Longest Repeating Character Replacement",
- "url": "longest-repeating-character-replacement",
- "pattern": [
- "Sliding Window"
- ],
+ "title": "Longest Repeating Character Replacement",
+ "slug": "longest-repeating-character-replacement",
+ "pattern": ["Sliding Window"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Uber",
- "Amazon",
- "Adobe"
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 9
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 7
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 4
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 2
+ }
]
},
{
"id": 100,
- "name": "Sliding Window Maximum",
- "url": "sliding-window-maximum",
- "pattern": [
- "Sliding Window"
- ],
+ "title": "Sliding Window Maximum",
+ "slug": "sliding-window-maximum",
+ "pattern": ["Sliding Window"],
"difficulty": "Hard",
"premium": false,
"companies": [
- "Amazon",
- "Facebook",
- "Goldman Sachs",
- "Citadel",
- "Google",
- "Uber",
- "Microsoft",
- "Salesforce",
- "Apple",
- "Twitter",
- "Atlassian"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 32
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 15
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 7
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 6
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 5
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 4
+ },
+ {
+ "name": "ByteDance",
+ "slug": "bytedance",
+ "frequency": 4
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 3
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 3
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 3
+ },
+ {
+ "name": "Citadel",
+ "slug": "citadel",
+ "frequency": 3
+ },
+ {
+ "name": "Twitter",
+ "slug": "twitter",
+ "frequency": 3
+ },
+ {
+ "name": "Twilio",
+ "slug": "twilio",
+ "frequency": 3
+ },
+ {
+ "name": "Booking.com",
+ "slug": "bookingcom",
+ "frequency": 3
+ },
+ {
+ "name": "Salesforce",
+ "slug": "salesforce",
+ "frequency": 2
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 2
+ }
]
},
{
"id": 101,
- "name": "Longest Substring Without Repeating Characters",
- "url": "longest-substring-without-repeating-characters",
- "pattern": [
- "Sliding Window"
- ],
+ "title": "Longest Substring Without Repeating Characters",
+ "slug": "longest-substring-without-repeating-characters",
+ "pattern": ["Sliding Window"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Microsoft",
- "Bloomberg",
- "Facebook",
- "Adobe",
- "Google",
- "Apple",
- "Uber",
- "Goldman Sachs"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 59
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 24
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 23
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 19
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 19
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 14
+ },
+ {
+ "name": "Spotify",
+ "slug": "spotify",
+ "frequency": 10
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 8
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 7
+ },
+ {
+ "name": "Goldman Sachs",
+ "slug": "goldman-sachs",
+ "frequency": 5
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 5
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 4
+ },
+ {
+ "name": "Paypal",
+ "slug": "paypal",
+ "frequency": 3
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 3
+ },
+ {
+ "name": "Intuit",
+ "slug": "intuit",
+ "frequency": 3
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 3
+ },
+ {
+ "name": "Zoho",
+ "slug": "zoho",
+ "frequency": 3
+ },
+ {
+ "name": "JPMorgan",
+ "slug": "jpmorgan",
+ "frequency": 3
+ },
+ {
+ "name": "PayTM",
+ "slug": "paytm",
+ "frequency": 3
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 3
+ },
+ {
+ "name": "Cisco",
+ "slug": "cisco",
+ "frequency": 2
+ },
+ {
+ "name": "Twitch",
+ "slug": "twitch",
+ "frequency": 2
+ },
+ {
+ "name": "Expedia",
+ "slug": "expedia",
+ "frequency": 2
+ },
+ {
+ "name": "Salesforce",
+ "slug": "salesforce",
+ "frequency": 2
+ },
+ {
+ "name": "Yandex",
+ "slug": "yandex",
+ "frequency": 2
+ },
+ {
+ "name": "Zillow",
+ "slug": "zillow",
+ "frequency": 2
+ },
+ {
+ "name": "Docusign",
+ "slug": "docusign",
+ "frequency": 2
+ },
+ {
+ "name": "American Express",
+ "slug": "american-express",
+ "frequency": 2
+ },
+ {
+ "name": "Rubrik",
+ "slug": "rubrik",
+ "frequency": 2
+ },
+ {
+ "name": "Airtel",
+ "slug": "airtel",
+ "frequency": 2
+ }
]
},
{
"id": 102,
- "name": "Minimum Number of K Consecutive Bit Flips",
- "url": "minimum-number-of-k-consecutive-bit-flips",
- "pattern": [
- "Sliding Window"
- ],
+ "title": "Minimum Number of K Consecutive Bit Flips",
+ "slug": "minimum-number-of-k-consecutive-bit-flips",
+ "pattern": ["Sliding Window"],
"difficulty": "Hard",
"premium": false,
"companies": [
- "Adobe"
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 2
+ }
]
},
{
"id": 103,
- "name": "Count Unique Characters of All Substrings of a Given String",
- "url": "count-unique-characters-of-all-substrings-of-a-given-string",
- "pattern": [
- "Sliding Window"
- ],
+ "title": "Count Unique Characters of All Substrings of a Given String",
+ "slug": "count-unique-characters-of-all-substrings-of-a-given-string",
+ "pattern": ["Sliding Window"],
"difficulty": "Hard",
"premium": false,
"companies": [
- "Amazon"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 67
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ }
]
},
{
"id": 104,
- "name": "Minimum Window Substring",
- "url": "minimum-window-substring",
- "pattern": [
- "Sliding Window"
- ],
+ "title": "Minimum Window Substring",
+ "slug": "minimum-window-substring",
+ "pattern": ["Sliding Window"],
"difficulty": "Hard",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "LinkedIn",
- "Snapchat",
- "Google",
- "Lyft",
- "Adobe"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 18
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 16
+ },
+ {
+ "name": "Lyft",
+ "slug": "lyft",
+ "frequency": 11
+ },
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 8
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 8
+ },
+ {
+ "name": "Airbnb",
+ "slug": "airbnb",
+ "frequency": 8
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 7
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 3
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 3
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Spotify",
+ "slug": "spotify",
+ "frequency": 2
+ }
]
},
{
"id": 105,
- "name": "Substring with Concatenation of All Words",
- "url": "substring-with-concatenation-of-all-words",
- "pattern": [
- "Sliding Window"
- ],
+ "title": "Substring with Concatenation of All Words",
+ "slug": "substring-with-concatenation-of-all-words",
+ "pattern": ["Sliding Window"],
"difficulty": "Hard",
"premium": false,
"companies": [
- "Apple"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 3
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 3
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 3
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 3
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 2
+ }
]
},
{
"id": 106,
- "name": "Kth Smallest Element in a BST",
- "url": "kth-smallest-element-in-a-bst",
- "pattern": [
- "DFS"
- ],
+ "title": "Kth Smallest Element in a BST",
+ "slug": "kth-smallest-element-in-a-bst",
+ "pattern": ["DFS"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Facebook"
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 18
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 8
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 3
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 3
+ }
]
},
{
"id": 107,
- "name": "K Closest Points to Origin",
- "url": "k-closest-points-to-origin",
- "pattern": [
- "Heap"
- ],
+ "title": "K Closest Points to Origin",
+ "slug": "k-closest-points-to-origin",
+ "pattern": ["Heap"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "LinkedIn",
- "Google",
- "Asana"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 73
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 70
+ },
+ {
+ "name": "Asana",
+ "slug": "asana",
+ "frequency": 7
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 5
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 3
+ },
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 2
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 2
+ },
+ {
+ "name": "Sumologic",
+ "slug": "sumologic",
+ "frequency": 2
+ }
]
},
{
"id": 108,
- "name": "Top K Frequent Elements",
- "url": "top-k-frequent-elements",
- "pattern": [
- "Heap"
- ],
+ "title": "Top K Frequent Elements",
+ "slug": "top-k-frequent-elements",
+ "pattern": ["Heap"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "Bloomberg",
- "Microsoft",
- "Uber",
- "Apple",
- "Google",
- "Adobe",
- "Snapchat",
- "Oracle",
- "LinkedIn"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 63
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 31
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 8
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 8
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 7
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 6
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 5
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 3
+ },
+ {
+ "name": "Indeed",
+ "slug": "indeed",
+ "frequency": 3
+ },
+ {
+ "name": "Cisco",
+ "slug": "cisco",
+ "frequency": 3
+ },
+ {
+ "name": "Twitter",
+ "slug": "twitter",
+ "frequency": 2
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ },
+ {
+ "name": "Snapchat",
+ "slug": "snapchat",
+ "frequency": 2
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 2
+ },
+ {
+ "name": "ByteDance",
+ "slug": "bytedance",
+ "frequency": 2
+ },
+ {
+ "name": "Tesla",
+ "slug": "tesla",
+ "frequency": 2
+ },
+ {
+ "name": "Netflix",
+ "slug": "netflix",
+ "frequency": 2
+ },
+ {
+ "name": "Arcesium",
+ "slug": "arcesium",
+ "frequency": 2
+ }
]
},
{
"id": 109,
- "name": "Sort Characters By Frequency",
- "url": "sort-characters-by-frequency",
- "pattern": [
- "Heap"
- ],
+ "title": "Sort Characters By Frequency",
+ "slug": "sort-characters-by-frequency",
+ "pattern": ["Heap"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Bloomberg",
- "Facebook"
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 6
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 2
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 2
+ }
]
},
{
"id": 110,
- "name": "Kth Largest Element in an Array",
- "url": "kth-largest-element-in-an-array",
- "pattern": [
- "Heap",
- "QuickSelect"
- ],
+ "title": "Kth Largest Element in an Array",
+ "slug": "kth-largest-element-in-an-array",
+ "pattern": ["Heap", "QuickSelect"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "LinkedIn",
- "Microsoft",
- "Google",
- "Goldman Sachs",
- "Uber",
- "Oracle"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 87
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 17
+ },
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 16
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 11
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 7
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 5
+ },
+ {
+ "name": "Spotify",
+ "slug": "spotify",
+ "frequency": 5
+ },
+ {
+ "name": "Goldman Sachs",
+ "slug": "goldman-sachs",
+ "frequency": 4
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 4
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 4
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 2
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 2
+ }
]
},
{
"id": 111,
- "name": "Reorganize String",
- "url": "reorganize-string",
- "pattern": [
- "Greedy",
- "Heap"
- ],
+ "title": "Reorganize String",
+ "slug": "reorganize-string",
+ "pattern": ["Greedy", "Heap"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Facebook",
- "Google",
- "Apple",
- "Uber",
- "Microsoft"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 16
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 6
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 4
+ },
+ {
+ "name": "eBay",
+ "slug": "ebay",
+ "frequency": 2
+ },
+ {
+ "name": "Intuit",
+ "slug": "intuit",
+ "frequency": 2
+ }
]
},
{
"id": 112,
- "name": "Rearrange String k Distance Apart",
- "url": "rearrange-string-k-distance-apart",
- "pattern": [
- "Greedy",
- "Heap"
- ],
+ "title": "Rearrange String k Distance Apart",
+ "slug": "rearrange-string-k-distance-apart",
+ "pattern": ["Greedy", "Heap"],
"difficulty": "Hard",
"premium": true,
"companies": [
- "Twitter"
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 2
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 2
+ }
]
},
{
"id": 113,
- "name": "Course Schedule III",
- "url": "course-schedule-iii",
- "pattern": [
- "Greedy",
- "Heap"
- ],
+ "title": "Course Schedule III",
+ "slug": "course-schedule-iii",
+ "pattern": ["Greedy", "Heap"],
"difficulty": "Hard",
"premium": false,
- "companies": [
- "Amazon"
- ]
+ "companies": []
},
{
"id": 114,
- "name": "Maximum Frequency Stack",
- "url": "maximum-frequency-stack",
- "pattern": [
- "Bucket Sort",
- "Heap"
- ],
+ "title": "Maximum Frequency Stack",
+ "slug": "maximum-frequency-stack",
+ "pattern": ["Bucket Sort", "Heap"],
"difficulty": "Hard",
"premium": false,
"companies": [
- "Microsoft",
- "Amazon",
- "Apple",
- "Facebook"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 6
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 6
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 2
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 2
+ },
+ {
+ "name": "MindTickle",
+ "slug": "mindtickle",
+ "frequency": 2
+ }
]
},
{
"id": 115,
- "name": "Course Schedule",
- "url": "course-schedule",
- "pattern": [
- "BFS",
- "DFS",
- "Graph",
- "Topological Sort"
- ],
+ "title": "Course Schedule",
+ "slug": "course-schedule",
+ "pattern": ["BFS", "DFS", "Graph", "Topological Sort"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Microsoft",
- "Facebook",
- "Google",
- "Oracle",
- "Apple",
- "Snapchat"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 39
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 10
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 8
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 7
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 5
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 5
+ },
+ {
+ "name": "ByteDance",
+ "slug": "bytedance",
+ "frequency": 4
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 3
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ },
+ {
+ "name": "Salesforce",
+ "slug": "salesforce",
+ "frequency": 2
+ },
+ {
+ "name": "Wayfair",
+ "slug": "wayfair",
+ "frequency": 2
+ },
+ {
+ "name": "Twitch",
+ "slug": "twitch",
+ "frequency": 2
+ }
]
},
{
"id": 116,
- "name": "Course Schedule II",
- "url": "course-schedule-ii",
- "pattern": [
- "BFS",
- "DFS",
- "Graph",
- "Topological Sort"
- ],
+ "title": "Course Schedule II",
+ "slug": "course-schedule-ii",
+ "pattern": ["BFS", "DFS", "Graph", "Topological Sort"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Microsoft",
- "Google",
- "Facebook",
- "Snapchat",
- "Uber",
- "Apple",
- "Lyft",
- "Bloomberg"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 39
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 16
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 12
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 7
+ },
+ {
+ "name": "Roblox",
+ "slug": "roblox",
+ "frequency": 7
+ },
+ {
+ "name": "Robinhood",
+ "slug": "robinhood",
+ "frequency": 4
+ },
+ {
+ "name": "Twilio",
+ "slug": "twilio",
+ "frequency": 4
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 4
+ },
+ {
+ "name": "Salesforce",
+ "slug": "salesforce",
+ "frequency": 3
+ },
+ {
+ "name": "Coinbase",
+ "slug": "coinbase",
+ "frequency": 3
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 2
+ },
+ {
+ "name": "Snapchat",
+ "slug": "snapchat",
+ "frequency": 2
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 2
+ },
+ {
+ "name": "Palantir Technologies",
+ "slug": "palantir-technologies",
+ "frequency": 2
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 2
+ }
]
},
{
"id": 117,
- "name": "Minimum Height Trees",
- "url": "minimum-height-trees",
- "pattern": [
- "BFS",
- "Graph",
- "Topological Sort"
- ],
+ "title": "Minimum Height Trees",
+ "slug": "minimum-height-trees",
+ "pattern": ["BFS", "Graph", "Topological Sort"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Facebook",
- "Google",
- "Microsoft"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 2
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 2
+ }
]
},
{
"id": 118,
- "name": "Alien Dictionary",
- "url": "alien-dictionary",
- "pattern": [
- "Graph",
- "Topological Sort"
- ],
+ "title": "Alien Dictionary",
+ "slug": "alien-dictionary",
+ "pattern": ["Graph", "Topological Sort"],
"difficulty": "Hard",
"premium": true,
"companies": [
- "Facebook",
- "Google",
- "Amazon",
- "Airbnb",
- "Pinterest",
- "Uber",
- "Microsoft"
+ {
+ "name": "Airbnb",
+ "slug": "airbnb",
+ "frequency": 19
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 11
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 8
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 6
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 4
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 3
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 3
+ },
+ {
+ "name": "Snapchat",
+ "slug": "snapchat",
+ "frequency": 3
+ }
]
},
{
"id": 119,
- "name": "Sequence Reconstruction",
- "url": "sequence-reconstruction",
- "pattern": [
- "Graph",
- "Topological Sort"
- ],
+ "title": "Sequence Reconstruction",
+ "slug": "sequence-reconstruction",
+ "pattern": ["Graph", "Topological Sort"],
"difficulty": "Medium",
"premium": true,
"companies": [
- "Google"
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 3
+ }
]
},
{
"id": 120,
- "name": "Binary Tree Level Order Traversal II",
- "url": "binary-tree-level-order-traversal-ii",
- "pattern": [
- "BFS"
- ],
+ "title": "Binary Tree Level Order Traversal II",
+ "slug": "binary-tree-level-order-traversal-ii",
+ "pattern": ["BFS"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 2
+ }
]
},
{
"id": 121,
- "name": "Average of Levels in Binary Tree",
- "url": "average-of-levels-in-binary-tree",
- "pattern": [
- "BFS"
- ],
+ "title": "Average of Levels in Binary Tree",
+ "slug": "average-of-levels-in-binary-tree",
+ "pattern": ["BFS"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Facebook",
- "Amazon"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 4
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 2
+ }
]
},
{
"id": 122,
- "name": "Minimum Depth of Binary Tree",
- "url": "minimum-depth-of-binary-tree",
- "pattern": [
- "BFS",
- "DFS"
- ],
+ "title": "Minimum Depth of Binary Tree",
+ "slug": "minimum-depth-of-binary-tree",
+ "pattern": ["BFS", "DFS"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Facebook",
- "Goldman Sachs"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 3
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ }
]
},
{
"id": 123,
- "name": "Binary Tree Level Order Traversal",
- "url": "binary-tree-level-order-traversal",
- "pattern": [
- "BFS"
- ],
+ "title": "Binary Tree Level Order Traversal",
+ "slug": "binary-tree-level-order-traversal",
+ "pattern": ["BFS"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "LinkedIn",
- "Amazon",
- "Facebook",
- "Bloomberg",
- "Microsoft",
- "Apple",
- "Oracle",
- "Google"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 13
+ },
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 9
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 6
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 4
+ },
+ {
+ "name": "ServiceNow",
+ "slug": "servicenow",
+ "frequency": 3
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 2
+ }
]
},
{
"id": 124,
- "name": "Binary Tree Zigzag Level Order Traversal",
- "url": "binary-tree-zigzag-level-order-traversal",
- "pattern": [
- "BFS"
- ],
+ "title": "Binary Tree Zigzag Level Order Traversal",
+ "slug": "binary-tree-zigzag-level-order-traversal",
+ "pattern": ["BFS"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Facebook",
- "Microsoft",
- "Bloomberg",
- "Google",
- "Adobe",
- "LinkedIn",
- "Qualtrics",
- "Salesforce"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 31
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 15
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 11
+ },
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 3
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 3
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ },
+ {
+ "name": "ServiceNow",
+ "slug": "servicenow",
+ "frequency": 2
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 2
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 2
+ },
+ {
+ "name": "SAP",
+ "slug": "sap",
+ "frequency": 2
+ }
]
},
{
"id": 125,
- "name": "Populating Next Right Pointers in Each Node",
- "url": "populating-next-right-pointers-in-each-node",
- "pattern": [
- "BFS"
- ],
+ "title": "Populating Next Right Pointers in Each Node",
+ "slug": "populating-next-right-pointers-in-each-node",
+ "pattern": ["BFS"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Microsoft",
- "Amazon",
- "Bloomberg"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 10
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 6
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 5
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 4
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 4
+ },
+ {
+ "name": "Intuit",
+ "slug": "intuit",
+ "frequency": 2
+ }
]
},
{
"id": 126,
- "name": "Populating Next Right Pointers in Each Node II",
- "url": "populating-next-right-pointers-in-each-node-ii",
- "pattern": [
- "BFS"
- ],
+ "title": "Populating Next Right Pointers in Each Node II",
+ "slug": "populating-next-right-pointers-in-each-node-ii",
+ "pattern": ["BFS"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Bloomberg",
- "Microsoft",
- "Facebook"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 6
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 4
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 4
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 3
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 3
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 2
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 2
+ }
]
},
{
"id": 127,
- "name": "Binary Tree Right Side View",
- "url": "binary-tree-right-side-view",
- "pattern": [
- "BFS",
- "DFS"
- ],
+ "title": "Binary Tree Right Side View",
+ "slug": "binary-tree-right-side-view",
+ "pattern": ["BFS", "DFS"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Bloomberg",
- "Amazon",
- "Oracle",
- "Qualtrics",
- "Adobe",
- "Goldman Sachs"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 78
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 15
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 3
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 2
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 2
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 2
+ },
+ {
+ "name": "Qualtrics",
+ "slug": "qualtrics",
+ "frequency": 2
+ },
+ {
+ "name": "DoorDash",
+ "slug": "doordash",
+ "frequency": 2
+ }
]
},
{
"id": 128,
- "name": "All Nodes Distance K in Binary Tree",
- "url": "all-nodes-distance-k-in-binary-tree",
- "pattern": [
- "BFS",
- "DFS"
- ],
+ "title": "All Nodes Distance K in Binary Tree",
+ "slug": "all-nodes-distance-k-in-binary-tree",
+ "pattern": ["BFS", "DFS"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "Apple",
- "Oracle"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 18
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 9
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 6
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 3
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 3
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 2
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 2
+ },
+ {
+ "name": "PayTM",
+ "slug": "paytm",
+ "frequency": 2
+ }
]
},
{
"id": 129,
- "name": "Same Tree",
- "url": "same-tree",
- "pattern": [
- "DFS"
- ],
+ "title": "Same Tree",
+ "slug": "same-tree",
+ "pattern": ["DFS"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "LinkedIn",
- "Google",
- "Microsoft",
- "Amazon",
- "Facebook",
- "Apple",
- "Adobe",
- "Oracle"
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 7
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 3
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 3
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ }
]
},
{
"id": 130,
- "name": "Path Sum",
- "url": "path-sum",
- "pattern": [
- "DFS"
- ],
+ "title": "Path Sum",
+ "slug": "path-sum",
+ "pattern": ["DFS"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Amazon",
- "Facebook",
- "Oracle"
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 8
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 6
+ }
]
},
{
"id": 131,
- "name": "Maximum Depth of Binary Tree",
- "url": "maximum-depth-of-binary-tree",
- "pattern": [
- "DFS"
- ],
+ "title": "Maximum Depth of Binary Tree",
+ "slug": "maximum-depth-of-binary-tree",
+ "pattern": ["DFS"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "LinkedIn",
- "Google",
- "Apple",
- "Amazon"
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 7
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 5
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 4
+ },
+ {
+ "name": "Spotify",
+ "slug": "spotify",
+ "frequency": 4
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 4
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 3
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 3
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 3
+ }
]
},
{
"id": 132,
- "name": "Diameter of Binary Tree",
- "url": "diameter-of-binary-tree",
- "pattern": [
- "DFS"
- ],
+ "title": "Diameter of Binary Tree",
+ "slug": "diameter-of-binary-tree",
+ "pattern": ["DFS"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "Google",
- "Bloomberg",
- "Apple",
- "Microsoft",
- "Adobe"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 57
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 12
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 4
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 2
+ }
]
},
{
"id": 133,
- "name": "Merge Two Binary Trees",
- "url": "merge-two-binary-trees",
- "pattern": [
- "DFS"
- ],
+ "title": "Merge Two Binary Trees",
+ "slug": "merge-two-binary-trees",
+ "pattern": ["DFS"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Amazon",
- "Adobe"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 5
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 2
+ }
]
},
{
"id": 134,
- "name": "Lowest Common Ancestor of a Binary Search Tree",
- "url": "lowest-common-ancestor-of-a-binary-search-tree",
- "pattern": [
- "DFS"
- ],
+ "title": "Lowest Common Ancestor of a Binary Search Tree",
+ "slug": "lowest-common-ancestor-of-a-binary-search-tree",
+ "pattern": ["DFS"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "LinkedIn",
- "Facebook",
- "Microsoft",
- "Google",
- "Uber"
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 9
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 5
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 4
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 3
+ }
]
},
{
"id": 135,
- "name": "Subtree of Another Tree",
- "url": "subtree-of-another-tree",
- "pattern": [
- "DFS"
- ],
+ "title": "Subtree of Another Tree",
+ "slug": "subtree-of-another-tree",
+ "pattern": ["DFS"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "Microsoft"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 8
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 3
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ }
]
},
{
"id": 136,
- "name": "Invert Binary Tree",
- "url": "invert-binary-tree",
- "pattern": [
- "DFS"
- ],
+ "title": "Invert Binary Tree",
+ "slug": "invert-binary-tree",
+ "pattern": ["DFS"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Amazon",
- "Google",
- "Facebook",
- "Adobe",
- "Apple"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 5
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 5
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 4
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 3
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 3
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 3
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 2
+ }
]
},
{
"id": 137,
- "name": "Path Sum II",
- "url": "path-sum-ii",
- "pattern": [
- "DFS"
- ],
+ "title": "Path Sum II",
+ "slug": "path-sum-ii",
+ "pattern": ["DFS"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Google",
- "Facebook",
- "Adobe",
- "Apple"
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 4
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 3
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 2
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 2
+ }
]
},
{
"id": 138,
- "name": "Path Sum III",
- "url": "path-sum-iii",
- "pattern": [
- "DFS"
- ],
+ "title": "Path Sum III",
+ "slug": "path-sum-iii",
+ "pattern": ["DFS"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Microsoft",
- "Facebook",
- "Google",
- "Oracle"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 5
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 4
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 3
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 2
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 2
+ }
]
},
{
"id": 139,
- "name": "Lowest Common Ancestor of a Binary Tree",
- "url": "lowest-common-ancestor-of-a-binary-tree",
- "pattern": [
- "DFS"
- ],
+ "title": "Lowest Common Ancestor of a Binary Tree",
+ "slug": "lowest-common-ancestor-of-a-binary-tree",
+ "pattern": ["DFS"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "LinkedIn",
- "Google",
- "Microsoft",
- "Adobe",
- "Apple",
- "Salesforce",
- "Oracle",
- "Bloomberg",
- "Intuit"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 115
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 29
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 12
+ },
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 6
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 4
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 3
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 3
+ },
+ {
+ "name": "Sumologic",
+ "slug": "sumologic",
+ "frequency": 3
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Paypal",
+ "slug": "paypal",
+ "frequency": 2
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 2
+ },
+ {
+ "name": "Splunk",
+ "slug": "splunk",
+ "frequency": 2
+ },
+ {
+ "name": "Karat",
+ "slug": "karat",
+ "frequency": 2
+ },
+ {
+ "name": "Spotify",
+ "slug": "spotify",
+ "frequency": 2
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 2
+ }
]
},
{
"id": 140,
- "name": "Maximum Binary Tree",
- "url": "maximum-binary-tree",
- "pattern": [
- "DFS"
- ],
+ "title": "Maximum Binary Tree",
+ "slug": "maximum-binary-tree",
+ "pattern": ["DFS"],
"difficulty": "Medium",
"premium": false,
- "companies": [
- "Amazon"
- ]
+ "companies": []
},
{
"id": 141,
- "name": "Maximum Width of Binary Tree",
- "url": "maximum-width-of-binary-tree",
- "pattern": [
- "DFS"
- ],
+ "title": "Maximum Width of Binary Tree",
+ "slug": "maximum-width-of-binary-tree",
+ "pattern": ["DFS"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Google",
- "Bloomberg",
- "Apple",
- "Adobe"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 6
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 3
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 2
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 2
+ }
]
},
{
"id": 142,
- "name": "Construct Binary Tree from Preorder and Inorder Traversal",
- "url": "construct-binary-tree-from-preorder-and-inorder-traversal",
- "pattern": [
- "DFS"
- ],
+ "title": "Construct Binary Tree from Preorder and Inorder Traversal",
+ "slug": "construct-binary-tree-from-preorder-and-inorder-traversal",
+ "pattern": ["DFS"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Microsoft",
- "Adobe",
- "Bloomberg",
- "Apple"
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 7
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 6
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 4
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 3
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 2
+ }
]
},
{
"id": 143,
- "name": "Validate Binary Search Tree",
- "url": "validate-binary-search-tree",
- "pattern": [
- "DFS"
- ],
+ "title": "Validate Binary Search Tree",
+ "slug": "validate-binary-search-tree",
+ "pattern": ["DFS"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Bloomberg",
- "Microsoft",
- "Facebook",
- "Google",
- "Adobe",
- "Apple",
- "Qualtrics",
- "Lyft"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 24
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 10
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 8
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 4
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 4
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 3
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 3
+ },
+ {
+ "name": "Paypal",
+ "slug": "paypal",
+ "frequency": 3
+ },
+ {
+ "name": "Yandex",
+ "slug": "yandex",
+ "frequency": 2
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 2
+ }
]
},
{
"id": 144,
- "name": "Implement Trie (Prefix Tree)",
- "url": "implement-trie-prefix-tree",
- "pattern": [
- "Design",
- "Trie"
- ],
+ "title": "Implement Trie (Prefix Tree)",
+ "slug": "implement-trie-prefix-tree",
+ "pattern": ["Design", "Trie"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Twitter",
- "Google",
- "Facebook",
- "Microsoft",
- "Apple"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 12
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 8
+ },
+ {
+ "name": "Twitter",
+ "slug": "twitter",
+ "frequency": 7
+ },
+ {
+ "name": "Snapchat",
+ "slug": "snapchat",
+ "frequency": 5
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 4
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 2
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Pinterest",
+ "slug": "pinterest",
+ "frequency": 2
+ },
+ {
+ "name": "Opendoor",
+ "slug": "opendoor",
+ "frequency": 2
+ }
]
},
{
"id": 145,
- "name": "Binary Tree Maximum Path Sum",
- "url": "binary-tree-maximum-path-sum",
- "pattern": [
- "DFS"
- ],
+ "title": "Binary Tree Maximum Path Sum",
+ "slug": "binary-tree-maximum-path-sum",
+ "pattern": ["DFS"],
"difficulty": "Hard",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "Google",
- "Microsoft",
- "Adobe",
- "Bloomberg",
- "Oracle",
- "Snapchat"
+ {
+ "name": "DoorDash",
+ "slug": "doordash",
+ "frequency": 20
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 17
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 10
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 7
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 6
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 5
+ },
+ {
+ "name": "ByteDance",
+ "slug": "bytedance",
+ "frequency": 4
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 3
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 2
+ },
+ {
+ "name": "Snapchat",
+ "slug": "snapchat",
+ "frequency": 2
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Twitter",
+ "slug": "twitter",
+ "frequency": 2
+ },
+ {
+ "name": "TuSimple",
+ "slug": "tusimple",
+ "frequency": 2
+ }
]
},
{
"id": 146,
- "name": "Serialize and Deserialize Binary Tree",
- "url": "serialize-and-deserialize-binary-tree",
- "pattern": [
- "Design"
- ],
+ "title": "Serialize and Deserialize Binary Tree",
+ "slug": "serialize-and-deserialize-binary-tree",
+ "pattern": ["Design"],
"difficulty": "Hard",
"premium": false,
"companies": [
- "LinkedIn",
- "Amazon",
- "Microsoft",
- "Facebook",
- "Oracle",
- "Uber",
- "Adobe",
- "Snapchat",
- "Qualtrics",
- "Google",
- "Quora"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 28
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 15
+ },
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 11
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 8
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 5
+ },
+ {
+ "name": "DoorDash",
+ "slug": "doordash",
+ "frequency": 5
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 4
+ },
+ {
+ "name": "C3 IoT",
+ "slug": "c3-iot",
+ "frequency": 3
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 2
+ },
+ {
+ "name": "Nutanix",
+ "slug": "nutanix",
+ "frequency": 2
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Pinterest",
+ "slug": "pinterest",
+ "frequency": 2
+ }
]
},
{
"id": 147,
- "name": "Word Search II",
- "url": "word-search-ii",
- "pattern": [
- "DFS",
- "Trie"
- ],
+ "title": "Word Search II",
+ "slug": "word-search-ii",
+ "pattern": ["DFS", "Trie"],
"difficulty": "Hard",
"premium": false,
"companies": [
- "Amazon",
- "Uber",
- "Microsoft",
- "Apple",
- "Twitter",
- "Snapchat",
- "Facebook",
- "Bloomberg",
- "Google",
- "Salesforce"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 29
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 29
+ },
+ {
+ "name": "Cisco",
+ "slug": "cisco",
+ "frequency": 10
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 7
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 5
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 4
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 4
+ },
+ {
+ "name": "Twitter",
+ "slug": "twitter",
+ "frequency": 4
+ },
+ {
+ "name": "Karat",
+ "slug": "karat",
+ "frequency": 4
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 4
+ },
+ {
+ "name": "Snapchat",
+ "slug": "snapchat",
+ "frequency": 3
+ },
+ {
+ "name": "Indeed",
+ "slug": "indeed",
+ "frequency": 3
+ },
+ {
+ "name": "Qualtrics",
+ "slug": "qualtrics",
+ "frequency": 2
+ }
]
},
{
"id": 148,
- "name": "Find Median from Data Stream",
- "url": "find-median-from-data-stream",
- "pattern": [
- "Heap"
- ],
+ "title": "Find Median from Data Stream",
+ "slug": "find-median-from-data-stream",
+ "pattern": ["Heap"],
"difficulty": "Hard",
"premium": false,
"companies": [
- "Amazon",
- "Microsoft",
- "Apple",
- "Facebook",
- "Google",
- "Bloomberg",
- "Uber",
- "Airbnb"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 31
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 9
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 7
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 6
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 3
+ },
+ {
+ "name": "Indeed",
+ "slug": "indeed",
+ "frequency": 3
+ },
+ {
+ "name": "IXL",
+ "slug": "ixl",
+ "frequency": 3
+ },
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 3
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ },
+ {
+ "name": "Nvidia",
+ "slug": "nvidia",
+ "frequency": 2
+ },
+ {
+ "name": "Paypal",
+ "slug": "paypal",
+ "frequency": 2
+ },
+ {
+ "name": "Zoom",
+ "slug": "zoom",
+ "frequency": 2
+ }
]
},
{
"id": 149,
- "name": "Sliding Window Median",
- "url": "sliding-window-median",
- "pattern": [
- "Heap"
- ],
+ "title": "Sliding Window Median",
+ "slug": "sliding-window-median",
+ "pattern": ["Heap"],
"difficulty": "Hard",
"premium": false,
"companies": [
- "Facebook",
- "Amazon"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 9
+ },
+ {
+ "name": "Spotify",
+ "slug": "spotify",
+ "frequency": 5
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 3
+ }
]
},
{
"id": 150,
- "name": "Two Sum",
- "url": "two-sum",
- "pattern": [
- "Two Pointers"
- ],
+ "title": "Two Sum",
+ "slug": "two-sum",
+ "pattern": ["Two Pointers"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Amazon",
- "Google",
- "Adobe",
- "Apple",
- "Microsoft",
- "Facebook",
- "Bloomberg",
- "Uber",
- "Oracle",
- "Morgan Stanley",
- "Citadel",
- "Salesforce",
- "Goldman Sachs",
- "JPMorgan",
- "Snapchat"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 119
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 52
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 41
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 39
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 38
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 23
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 14
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 13
+ },
+ {
+ "name": "Spotify",
+ "slug": "spotify",
+ "frequency": 11
+ },
+ {
+ "name": "Expedia",
+ "slug": "expedia",
+ "frequency": 7
+ },
+ {
+ "name": "Zoho",
+ "slug": "zoho",
+ "frequency": 6
+ },
+ {
+ "name": "Goldman Sachs",
+ "slug": "goldman-sachs",
+ "frequency": 5
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 5
+ },
+ {
+ "name": "Morgan Stanley",
+ "slug": "morgan-stanley",
+ "frequency": 4
+ },
+ {
+ "name": "JPMorgan",
+ "slug": "jpmorgan",
+ "frequency": 4
+ },
+ {
+ "name": "MakeMyTrip",
+ "slug": "makemytrip",
+ "frequency": 4
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 3
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 3
+ },
+ {
+ "name": "Zoom",
+ "slug": "zoom",
+ "frequency": 3
+ },
+ {
+ "name": "Accenture",
+ "slug": "accenture",
+ "frequency": 3
+ },
+ {
+ "name": "SAP",
+ "slug": "sap",
+ "frequency": 2
+ },
+ {
+ "name": "Nvidia",
+ "slug": "nvidia",
+ "frequency": 2
+ },
+ {
+ "name": "Zillow",
+ "slug": "zillow",
+ "frequency": 2
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 2
+ },
+ {
+ "name": "Visa",
+ "slug": "visa",
+ "frequency": 2
+ },
+ {
+ "name": "Intel",
+ "slug": "intel",
+ "frequency": 2
+ },
+ {
+ "name": "Salesforce",
+ "slug": "salesforce",
+ "frequency": 2
+ },
+ {
+ "name": "Qualcomm",
+ "slug": "qualcomm",
+ "frequency": 2
+ },
+ {
+ "name": "American Express",
+ "slug": "american-express",
+ "frequency": 2
+ },
+ {
+ "name": "tcs",
+ "slug": "tcs",
+ "frequency": 2
+ }
]
},
{
"id": 151,
- "name": "Squares of a Sorted Array",
- "url": "squares-of-a-sorted-array",
- "pattern": [
- "Two Pointers"
- ],
+ "title": "Squares of a Sorted Array",
+ "slug": "squares-of-a-sorted-array",
+ "pattern": ["Two Pointers"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "Google",
- "Adobe",
- "Apple",
- "Uber"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 18
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 10
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 5
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 3
+ },
+ {
+ "name": "Paypal",
+ "slug": "paypal",
+ "frequency": 2
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ },
+ {
+ "name": "Samsung",
+ "slug": "samsung",
+ "frequency": 2
+ }
]
},
{
"id": 152,
- "name": "Backspace String Compare",
- "url": "backspace-string-compare",
- "pattern": [
- "Two Pointers"
- ],
+ "title": "Backspace String Compare",
+ "slug": "backspace-string-compare",
+ "pattern": ["Two Pointers"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "Apple",
- "Google",
- "Microsoft"
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 4
+ },
+ {
+ "name": "Booking.com",
+ "slug": "bookingcom",
+ "frequency": 3
+ },
+ {
+ "name": "IBM",
+ "slug": "ibm",
+ "frequency": 3
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 2
+ },
+ {
+ "name": "Twilio",
+ "slug": "twilio",
+ "frequency": 2
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 2
+ }
]
},
{
"id": 153,
- "name": "3 Sum",
- "url": "3sum",
- "pattern": [
- "Two Pointers"
- ],
+ "title": "3Sum",
+ "slug": "3sum",
+ "pattern": ["Two Pointers"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Facebook",
- "Apple",
- "Microsoft",
- "Adobe",
- "Google",
- "Bloomberg",
- "Intuit",
- "Qualtrics",
- "Salesforce",
- "Goldman Sachs",
- "Uber",
- "Oracle"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 37
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 24
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 19
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 17
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 11
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 9
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 8
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 7
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 7
+ },
+ {
+ "name": "Goldman Sachs",
+ "slug": "goldman-sachs",
+ "frequency": 5
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 5
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 3
+ },
+ {
+ "name": "Cisco",
+ "slug": "cisco",
+ "frequency": 3
+ },
+ {
+ "name": "Salesforce",
+ "slug": "salesforce",
+ "frequency": 2
+ },
+ {
+ "name": "Qualtrics",
+ "slug": "qualtrics",
+ "frequency": 2
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 2
+ },
+ {
+ "name": "ByteDance",
+ "slug": "bytedance",
+ "frequency": 2
+ },
+ {
+ "name": "Morgan Stanley",
+ "slug": "morgan-stanley",
+ "frequency": 2
+ },
+ {
+ "name": "Tesla",
+ "slug": "tesla",
+ "frequency": 2
+ },
+ {
+ "name": "Infosys",
+ "slug": "infosys",
+ "frequency": 2
+ }
]
},
{
"id": 154,
- "name": "3 Sum Closest",
- "url": "3sum-closest",
- "pattern": [
- "Two Pointers"
- ],
+ "title": "3Sum Closest",
+ "slug": "3sum-closest",
+ "pattern": ["Two Pointers"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "Capital One",
- "Apple",
- "Google",
- "Adobe",
- "Microsoft",
- "Oracle"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 15
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 11
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 5
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 3
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ }
]
},
{
"id": 155,
- "name": "Subarrays with Product Less than K",
- "url": "subarray-product-less-than-k",
- "pattern": [
- "Two Pointers"
- ],
+ "title": "Subarray Product Less Than K",
+ "slug": "subarray-product-less-than-k",
+ "pattern": ["Two Pointers"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "LinkedIn",
- "Amazon",
- "Microsoft"
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 2
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 2
+ }
]
},
{
"id": 156,
- "name": "Sort Colours",
- "url": "sort-colors",
- "pattern": [
- "Two Pointers"
- ],
+ "title": "Sort Colors",
+ "slug": "sort-colors",
+ "pattern": ["Two Pointers"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Microsoft",
- "Amazon",
- "Adobe",
- "Facebook",
- "Apple",
- "Salesforce",
- "Bloomberg"
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 6
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 5
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 5
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 4
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 3
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 3
+ },
+ {
+ "name": "Nvidia",
+ "slug": "nvidia",
+ "frequency": 3
+ },
+ {
+ "name": "Grab",
+ "slug": "grab",
+ "frequency": 3
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 2
+ },
+ {
+ "name": "Samsung",
+ "slug": "samsung",
+ "frequency": 2
+ }
]
},
{
"id": 157,
- "name": "Trapping Rain Water",
- "url": "trapping-rain-water",
- "pattern": [
- "Two Pointers"
- ],
+ "title": "Trapping Rain Water",
+ "slug": "trapping-rain-water",
+ "pattern": ["Two Pointers"],
"difficulty": "Hard",
"premium": false,
"companies": [
- "Facebook",
- "Amazon",
- "Goldman Sachs",
- "Microsoft",
- "Adobe",
- "Google",
- "Bloomberg",
- "Qualtrics",
- "Snapchat",
- "Lyft",
- "Uber",
- "Apple",
- "Citadel",
- "Tesla"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 55
+ },
+ {
+ "name": "Goldman Sachs",
+ "slug": "goldman-sachs",
+ "frequency": 41
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 19
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 14
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 13
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 9
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 9
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 6
+ },
+ {
+ "name": "Qualtrics",
+ "slug": "qualtrics",
+ "frequency": 4
+ },
+ {
+ "name": "Oracle",
+ "slug": "oracle",
+ "frequency": 3
+ },
+ {
+ "name": "Epam Systems",
+ "slug": "epam-systems",
+ "frequency": 3
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 2
+ },
+ {
+ "name": "Intuit",
+ "slug": "intuit",
+ "frequency": 2
+ },
+ {
+ "name": "Citadel",
+ "slug": "citadel",
+ "frequency": 2
+ },
+ {
+ "name": "Yandex",
+ "slug": "yandex",
+ "frequency": 2
+ },
+ {
+ "name": "Yahoo",
+ "slug": "yahoo",
+ "frequency": 2
+ },
+ {
+ "name": "Paypal",
+ "slug": "paypal",
+ "frequency": 2
+ }
]
},
{
"id": 158,
- "name": "Container With Most Water",
- "url": "container-with-most-water",
- "pattern": [
- "Two Pointers"
- ],
+ "title": "Container With Most Water",
+ "slug": "container-with-most-water",
+ "pattern": ["Two Pointers"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Amazon",
- "Microsoft",
- "Google",
- "Adobe",
- "Bloomberg",
- "Apple",
- "Uber",
- "Facebook"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 32
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 8
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 7
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 7
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 6
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 4
+ },
+ {
+ "name": "Goldman Sachs",
+ "slug": "goldman-sachs",
+ "frequency": 3
+ },
+ {
+ "name": "ByteDance",
+ "slug": "bytedance",
+ "frequency": 2
+ },
+ {
+ "name": "Samsung",
+ "slug": "samsung",
+ "frequency": 2
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 2
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 2
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 2
+ },
+ {
+ "name": "Qualtrics",
+ "slug": "qualtrics",
+ "frequency": 2
+ },
+ {
+ "name": "Intel",
+ "slug": "intel",
+ "frequency": 2
+ },
+ {
+ "name": "Cisco",
+ "slug": "cisco",
+ "frequency": 2
+ },
+ {
+ "name": "Tesla",
+ "slug": "tesla",
+ "frequency": 2
+ },
+ {
+ "name": "JPMorgan",
+ "slug": "jpmorgan",
+ "frequency": 2
+ },
+ {
+ "name": "tiktok",
+ "slug": "tiktok",
+ "frequency": 2
+ }
]
},
{
"id": 159,
- "name": "Longest Word in Dictionary",
- "url": "longest-word-in-dictionary",
- "pattern": [
- "Trie"
- ],
+ "title": "Longest Word in Dictionary",
+ "slug": "longest-word-in-dictionary",
+ "pattern": ["Trie"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Google"
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 8
+ }
]
},
{
"id": 160,
- "name": "Index Pairs of a String",
- "url": "index-pairs-of-a-string",
- "pattern": [
- "Trie"
- ],
+ "title": "Index Pairs of a String",
+ "slug": "index-pairs-of-a-string",
+ "pattern": ["Trie"],
"difficulty": "Easy",
"premium": true,
- "companies": [
- "Amazon"
- ]
+ "companies": []
},
{
"id": 161,
- "name": "Maximum XOR of Two Numbers in an Array",
- "url": "maximum-xor-of-two-numbers-in-an-array",
- "pattern": [
- "Trie"
- ],
+ "title": "Maximum XOR of Two Numbers in an Array",
+ "slug": "maximum-xor-of-two-numbers-in-an-array",
+ "pattern": ["Trie"],
"difficulty": "Medium",
"premium": false,
"companies": [
- "Adobe"
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ }
]
},
{
"id": 162,
- "name": "Concatenated Words",
- "url": "concatenated-words",
- "pattern": [
- "Trie"
- ],
+ "title": "Concatenated Words",
+ "slug": "concatenated-words",
+ "pattern": ["Trie"],
"difficulty": "Hard",
"premium": false,
"companies": [
- "Amazon",
- "Microsoft"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 38
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 3
+ }
]
},
{
"id": 163,
- "name": "Prefix and Suffix Search",
- "url": "prefix-and-suffix-search",
- "pattern": [
- "Trie"
- ],
+ "title": "Prefix and Suffix Search",
+ "slug": "prefix-and-suffix-search",
+ "pattern": ["Trie"],
"difficulty": "Hard",
"premium": false,
- "companies": [
- "Google"
- ]
+ "companies": []
},
{
"id": 164,
- "name": "Palindrome Pairs",
- "url": "palindrome-pairs",
- "pattern": [
- "Trie"
- ],
+ "title": "Palindrome Pairs",
+ "slug": "palindrome-pairs",
+ "pattern": ["Trie"],
"difficulty": "Hard",
"premium": false,
"companies": [
- "Airbnb",
- "Facebook",
- "Google"
+ {
+ "name": "Airbnb",
+ "slug": "airbnb",
+ "frequency": 17
+ },
+ {
+ "name": "Shopee",
+ "slug": "shopee",
+ "frequency": 3
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 2
+ }
]
},
{
"id": 165,
- "name": "Design Search Autocomplete System",
- "url": "design-search-autocomplete-system",
- "pattern": [
- "Trie"
- ],
+ "title": "Design Search Autocomplete System",
+ "slug": "design-search-autocomplete-system",
+ "pattern": ["Trie"],
"difficulty": "Hard",
"premium": true,
"companies": [
- "Amazon",
- "Google",
- "Microsoft",
- "Uber",
- "Bloomberg",
- "Twitter"
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 7
+ },
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 6
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 5
+ },
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 2
+ },
+ {
+ "name": "Lyft",
+ "slug": "lyft",
+ "frequency": 2
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 2
+ }
]
},
{
"id": 166,
- "name": "Word Squares",
- "url": "word-squares",
- "pattern": [
- "Trie"
- ],
+ "title": "Word Squares",
+ "slug": "word-squares",
+ "pattern": ["Trie"],
"difficulty": "Hard",
"premium": true,
"companies": [
- "Bloomberg",
- "Oracle",
- "Google"
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 3
+ }
]
},
{
"id": 167,
- "name": "Sort Items by Groups Respecting Dependencies",
- "url": "sort-items-by-groups-respecting-dependencies",
- "pattern": [
- "DFS",
- "Graph",
- "Topological Sort"
- ],
+ "title": "Sort Items by Groups Respecting Dependencies",
+ "slug": "sort-items-by-groups-respecting-dependencies",
+ "pattern": ["DFS", "Graph", "Topological Sort"],
"difficulty": "Hard",
"premium": false,
- "companies": [
- "Apple"
- ]
+ "companies": []
},
{
"id": 168,
- "name": "Median of Two Sorted Arrays",
- "url": "median-of-two-sorted-arrays",
- "pattern": [
- "Binary Search"
- ],
+ "title": "Median of Two Sorted Arrays",
+ "slug": "median-of-two-sorted-arrays",
+ "pattern": ["Binary Search"],
"difficulty": "Hard",
"premium": false,
"companies": [
- "Amazon",
- "Goldman Sachs",
- "Microsoft",
- "Google",
- "Adobe",
- "Facebook",
- "Apple",
- "Bloomberg",
- "Oracle"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 36
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 20
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 18
+ },
+ {
+ "name": "Goldman Sachs",
+ "slug": "goldman-sachs",
+ "frequency": 18
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 17
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 14
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 7
+ },
+ {
+ "name": "Uber",
+ "slug": "uber",
+ "frequency": 5
+ },
+ {
+ "name": "Facebook",
+ "slug": "facebook",
+ "frequency": 4
+ },
+ {
+ "name": "Paypal",
+ "slug": "paypal",
+ "frequency": 3
+ },
+ {
+ "name": "ServiceNow",
+ "slug": "servicenow",
+ "frequency": 3
+ },
+ {
+ "name": "VMware",
+ "slug": "vmware",
+ "frequency": 2
+ },
+ {
+ "name": "LinkedIn",
+ "slug": "linkedin",
+ "frequency": 2
+ },
+ {
+ "name": "Walmart Global Tech",
+ "slug": "walmart-labs",
+ "frequency": 2
+ },
+ {
+ "name": "Morgan Stanley",
+ "slug": "morgan-stanley",
+ "frequency": 2
+ }
]
},
{
"id": 169,
- "name": "Majority Element",
- "url": "majority-element",
- "pattern": [
- "Sorting"
- ],
+ "title": "Majority Element",
+ "slug": "majority-element",
+ "pattern": ["Sorting"],
"difficulty": "Easy",
"premium": false,
"companies": [
- "Amazon",
- "Facebook",
- "Apple",
- "Microsoft",
- "Adobe"
+ {
+ "name": "Amazon",
+ "slug": "amazon",
+ "frequency": 13
+ },
+ {
+ "name": "Google",
+ "slug": "google",
+ "frequency": 6
+ },
+ {
+ "name": "Apple",
+ "slug": "apple",
+ "frequency": 5
+ },
+ {
+ "name": "Microsoft",
+ "slug": "microsoft",
+ "frequency": 5
+ },
+ {
+ "name": "Adobe",
+ "slug": "adobe",
+ "frequency": 5
+ },
+ {
+ "name": "Bloomberg",
+ "slug": "bloomberg",
+ "frequency": 4
+ }
]
},
{
"id": 170,
- "name": "Convert 1D Array Into 2D Array",
- "url": "convert-1d-array-into-2d-array",
- "pattern": [
- "Arrays"
- ],
+ "title": "Convert 1D Array Into 2D Array",
+ "slug": "convert-1d-array-into-2d-array",
+ "pattern": ["Arrays"],
"difficulty": "Easy",
"premium": false,
- "companies": [
- "Google"
- ]
+ "companies": []
}
]
-}
\ No newline at end of file
+}
From 3f000507f4539937a305c75c073fc6c470541e1d Mon Sep 17 00:00:00 2001
From: seanprashad
Date: Sat, 6 Aug 2022 17:18:17 +0000
Subject: [PATCH 072/304] Update questions via run-cron GitHub Action
---
src/data/questions.json | 732 ++++++++++++++++++++++++++++++----------
1 file changed, 559 insertions(+), 173 deletions(-)
diff --git a/src/data/questions.json b/src/data/questions.json
index 824d3dba..e719314b 100644
--- a/src/data/questions.json
+++ b/src/data/questions.json
@@ -1,11 +1,13 @@
{
- "updated": "2022-08-06T12:48:18.477346",
+ "updated": "2022-08-06T17:18:16.840078",
"data": [
{
"id": 0,
"title": "Contains Duplicate",
"slug": "contains-duplicate",
- "pattern": ["Arrays"],
+ "pattern": [
+ "Arrays"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -70,7 +72,10 @@
"id": 1,
"title": "Missing Number",
"slug": "missing-number",
- "pattern": ["Arrays", "Bit Manipulation"],
+ "pattern": [
+ "Arrays",
+ "Bit Manipulation"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -130,7 +135,9 @@
"id": 2,
"title": "Find All Numbers Disappeared in an Array",
"slug": "find-all-numbers-disappeared-in-an-array",
- "pattern": ["Arrays"],
+ "pattern": [
+ "Arrays"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -160,7 +167,10 @@
"id": 3,
"title": "Single Number",
"slug": "single-number",
- "pattern": ["Arrays", "Bit Manipulation"],
+ "pattern": [
+ "Arrays",
+ "Bit Manipulation"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -225,7 +235,9 @@
"id": 4,
"title": "Product of Array Except Self",
"slug": "product-of-array-except-self",
- "pattern": ["Arrays"],
+ "pattern": [
+ "Arrays"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -295,7 +307,11 @@
"id": 5,
"title": "Find the Duplicate Number",
"slug": "find-the-duplicate-number",
- "pattern": ["Arrays", "Binary Search", "Two Pointers"],
+ "pattern": [
+ "Arrays",
+ "Binary Search",
+ "Two Pointers"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -335,7 +351,9 @@
"id": 6,
"title": "Find All Duplicates in an Array",
"slug": "find-all-duplicates-in-an-array",
- "pattern": ["Arrays"],
+ "pattern": [
+ "Arrays"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -385,7 +403,9 @@
"id": 7,
"title": "Set Matrix Zeroes",
"slug": "set-matrix-zeroes",
- "pattern": ["Arrays"],
+ "pattern": [
+ "Arrays"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -430,7 +450,9 @@
"id": 8,
"title": "Spiral Matrix",
"slug": "spiral-matrix",
- "pattern": ["Arrays"],
+ "pattern": [
+ "Arrays"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -500,7 +522,9 @@
"id": 9,
"title": "Rotate Image",
"slug": "rotate-image",
- "pattern": ["Arrays"],
+ "pattern": [
+ "Arrays"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -580,7 +604,9 @@
"id": 10,
"title": "Word Search",
"slug": "word-search",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -675,7 +701,9 @@
"id": 11,
"title": "First Missing Positive",
"slug": "first-missing-positive",
- "pattern": ["Arrays"],
+ "pattern": [
+ "Arrays"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -735,7 +763,9 @@
"id": 12,
"title": "Longest Consecutive Sequence",
"slug": "longest-consecutive-sequence",
- "pattern": ["Arrays"],
+ "pattern": [
+ "Arrays"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -800,7 +830,9 @@
"id": 13,
"title": "Letter Case Permutation",
"slug": "letter-case-permutation",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -820,7 +852,9 @@
"id": 14,
"title": "Subsets",
"slug": "subsets",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -900,7 +934,9 @@
"id": 15,
"title": "Subsets II",
"slug": "subsets-ii",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -935,7 +971,9 @@
"id": 16,
"title": "Permutations",
"slug": "permutations",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1005,7 +1043,9 @@
"id": 17,
"title": "Permutations II",
"slug": "permutations-ii",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1030,7 +1070,9 @@
"id": 18,
"title": "Combinations",
"slug": "combinations",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1050,7 +1092,9 @@
"id": 19,
"title": "Combination Sum",
"slug": "combination-sum",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1115,7 +1159,9 @@
"id": 20,
"title": "Combination Sum II",
"slug": "combination-sum-ii",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1155,7 +1201,9 @@
"id": 21,
"title": "Combination Sum III",
"slug": "combination-sum-iii",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1180,7 +1228,9 @@
"id": 22,
"title": "Generate Parentheses",
"slug": "generate-parentheses",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1265,7 +1315,10 @@
"id": 23,
"title": "Target Sum",
"slug": "target-sum",
- "pattern": ["DFS", "Dynamic Programming"],
+ "pattern": [
+ "DFS",
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1290,7 +1343,9 @@
"id": 24,
"title": "Palindrome Partitioning",
"slug": "palindrome-partitioning",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1325,7 +1380,9 @@
"id": 25,
"title": "Letter Combinations of a Phone Number",
"slug": "letter-combinations-of-a-phone-number",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1400,7 +1457,9 @@
"id": 26,
"title": "Generalized Abbreviation",
"slug": "generalized-abbreviation",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Medium",
"premium": true,
"companies": []
@@ -1409,7 +1468,9 @@
"id": 27,
"title": "Sudoku Solver",
"slug": "sudoku-solver",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -1474,7 +1535,9 @@
"id": 28,
"title": "N-Queens",
"slug": "n-queens",
- "pattern": ["Backtracking"],
+ "pattern": [
+ "Backtracking"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -1524,7 +1587,9 @@
"id": 29,
"title": "Climbing Stairs",
"slug": "climbing-stairs",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -1579,7 +1644,9 @@
"id": 30,
"title": "House Robber",
"slug": "house-robber",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1644,7 +1711,9 @@
"id": 31,
"title": "Best Time to Buy and Sell Stock",
"slug": "best-time-to-buy-and-sell-stock",
- "pattern": ["Greedy"],
+ "pattern": [
+ "Greedy"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -1789,7 +1858,9 @@
"id": 32,
"title": "Maximum Subarray",
"slug": "maximum-subarray",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1899,7 +1970,9 @@
"id": 33,
"title": "Range Sum Query - Immutable",
"slug": "range-sum-query-immutable",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": []
@@ -1908,7 +1981,9 @@
"id": 34,
"title": "House Robber II",
"slug": "house-robber-ii",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1933,7 +2008,9 @@
"id": 35,
"title": "Coin Change",
"slug": "coin-change",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -1998,7 +2075,9 @@
"id": 36,
"title": "Maximum Product Subarray",
"slug": "maximum-product-subarray",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2043,7 +2122,9 @@
"id": 37,
"title": "Longest Increasing Subsequence",
"slug": "longest-increasing-subsequence",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2108,7 +2189,9 @@
"id": 38,
"title": "Longest Palindromic Substring",
"slug": "longest-palindromic-substring",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2203,7 +2286,9 @@
"id": 39,
"title": "Word Break",
"slug": "word-break",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2278,7 +2363,9 @@
"id": 40,
"title": "Combination Sum IV",
"slug": "combination-sum-iv",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2303,7 +2390,9 @@
"id": 41,
"title": "Decode Ways",
"slug": "decode-ways",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2368,7 +2457,9 @@
"id": 42,
"title": "Unique Paths",
"slug": "unique-paths",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2408,7 +2499,10 @@
"id": 43,
"title": "Jump Game",
"slug": "jump-game",
- "pattern": ["Dynamic Programming", "Greedy"],
+ "pattern": [
+ "Dynamic Programming",
+ "Greedy"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2463,7 +2557,9 @@
"id": 44,
"title": "Palindromic Substrings",
"slug": "palindromic-substrings",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2508,7 +2604,9 @@
"id": 45,
"title": "Number of Longest Increasing Subsequence",
"slug": "number-of-longest-increasing-subsequence",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2528,7 +2626,9 @@
"id": 46,
"title": "Partition Equal Subset Sum",
"slug": "partition-equal-subset-sum",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2563,7 +2663,9 @@
"id": 47,
"title": "Partition to K Equal Sum Subsets",
"slug": "partition-to-k-equal-sum-subsets",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2598,7 +2700,9 @@
"id": 48,
"title": "Best Time to Buy and Sell Stock with Cooldown",
"slug": "best-time-to-buy-and-sell-stock-with-cooldown",
- "pattern": ["Dynamic Programming"],
+ "pattern": [
+ "Dynamic Programming"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": []
@@ -2607,7 +2711,10 @@
"id": 49,
"title": "Counting Bits",
"slug": "counting-bits",
- "pattern": ["Dynamic Programming", "Bit Manipulation"],
+ "pattern": [
+ "Dynamic Programming",
+ "Bit Manipulation"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -2637,7 +2744,9 @@
"id": 50,
"title": "Linked List Cycle",
"slug": "linked-list-cycle",
- "pattern": ["Fast & Slow Pointers"],
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -2672,7 +2781,9 @@
"id": 51,
"title": "Middle of the Linked List",
"slug": "middle-of-the-linked-list",
- "pattern": ["Fast & Slow Pointers"],
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -2712,7 +2823,9 @@
"id": 52,
"title": "Palindrome Linked List",
"slug": "palindrome-linked-list",
- "pattern": ["Fast & Slow Pointers"],
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -2777,7 +2890,9 @@
"id": 53,
"title": "Remove Linked List Elements",
"slug": "remove-linked-list-elements",
- "pattern": ["Fast & Slow Pointers"],
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -2807,7 +2922,9 @@
"id": 54,
"title": "Remove Duplicates from Sorted List",
"slug": "remove-duplicates-from-sorted-list",
- "pattern": ["Fast & Slow Pointers"],
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -2837,7 +2954,9 @@
"id": 55,
"title": "Linked List Cycle II",
"slug": "linked-list-cycle-ii",
- "pattern": ["Fast & Slow Pointers"],
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2852,7 +2971,9 @@
"id": 56,
"title": "Add Two Numbers",
"slug": "add-two-numbers",
- "pattern": ["Fast & Slow Pointers"],
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2922,7 +3043,9 @@
"id": 57,
"title": "Remove Nth Node From End of List",
"slug": "remove-nth-node-from-end-of-list",
- "pattern": ["Fast & Slow Pointers"],
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -2982,7 +3105,9 @@
"id": 58,
"title": "Sort List",
"slug": "sort-list",
- "pattern": ["Fast & Slow Pointers"],
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -3012,7 +3137,9 @@
"id": 59,
"title": "Reorder List",
"slug": "reorder-list",
- "pattern": ["Fast & Slow Pointers"],
+ "pattern": [
+ "Fast & Slow Pointers"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -3047,7 +3174,11 @@
"id": 60,
"title": "Clone Graph",
"slug": "clone-graph",
- "pattern": ["BFS", "DFS", "Graph"],
+ "pattern": [
+ "BFS",
+ "DFS",
+ "Graph"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -3092,7 +3223,10 @@
"id": 61,
"title": "Pacific Atlantic Water Flow",
"slug": "pacific-atlantic-water-flow",
- "pattern": ["BFS", "DFS"],
+ "pattern": [
+ "BFS",
+ "DFS"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -3117,7 +3251,11 @@
"id": 62,
"title": "Number of Islands",
"slug": "number-of-islands",
- "pattern": ["BFS", "DFS", "Union Find"],
+ "pattern": [
+ "BFS",
+ "DFS",
+ "Union Find"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -3277,7 +3415,12 @@
"id": 63,
"title": "Graph Valid Tree",
"slug": "graph-valid-tree",
- "pattern": ["BFS", "DFS", "Graph", "Union Find"],
+ "pattern": [
+ "BFS",
+ "DFS",
+ "Graph",
+ "Union Find"
+ ],
"difficulty": "Medium",
"premium": true,
"companies": [
@@ -3307,7 +3450,12 @@
"id": 64,
"title": "Number of Connected Components in an Undirected Graph",
"slug": "number-of-connected-components-in-an-undirected-graph",
- "pattern": ["BFS", "DFS", "Graph", "Union Find"],
+ "pattern": [
+ "BFS",
+ "DFS",
+ "Graph",
+ "Union Find"
+ ],
"difficulty": "Medium",
"premium": true,
"companies": [
@@ -3342,7 +3490,9 @@
"id": 65,
"title": "Reverse Linked List",
"slug": "reverse-linked-list",
- "pattern": ["In-place reversal of a linked list"],
+ "pattern": [
+ "In-place reversal of a linked list"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -3417,7 +3567,9 @@
"id": 66,
"title": "Reverse Linked List II",
"slug": "reverse-linked-list-ii",
- "pattern": ["In-place reversal of a linked list"],
+ "pattern": [
+ "In-place reversal of a linked list"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -3462,7 +3614,9 @@
"id": 67,
"title": "Rotate List",
"slug": "rotate-list",
- "pattern": ["In-place reversal of a linked list"],
+ "pattern": [
+ "In-place reversal of a linked list"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -3502,7 +3656,9 @@
"id": 68,
"title": "Swap Nodes in Pairs",
"slug": "swap-nodes-in-pairs",
- "pattern": ["In-place reversal of a linked list"],
+ "pattern": [
+ "In-place reversal of a linked list"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -3537,7 +3693,9 @@
"id": 69,
"title": "Odd Even Linked List",
"slug": "odd-even-linked-list",
- "pattern": ["In-place reversal of a linked list"],
+ "pattern": [
+ "In-place reversal of a linked list"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -3557,7 +3715,9 @@
"id": 70,
"title": "Reverse Nodes in k-Group",
"slug": "reverse-nodes-in-k-group",
- "pattern": ["In-place reversal of a linked list"],
+ "pattern": [
+ "In-place reversal of a linked list"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -3617,7 +3777,9 @@
"id": 71,
"title": "Merge Two Sorted Lists",
"slug": "merge-two-sorted-lists",
- "pattern": ["Two Pointers"],
+ "pattern": [
+ "Two Pointers"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -3697,7 +3859,10 @@
"id": 72,
"title": "Kth Smallest Element in a Sorted Matrix",
"slug": "kth-smallest-element-in-a-sorted-matrix",
- "pattern": ["Binary Search", "Heap"],
+ "pattern": [
+ "Binary Search",
+ "Heap"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -3732,7 +3897,9 @@
"id": 73,
"title": "Find K Pairs with Smallest Sums",
"slug": "find-k-pairs-with-smallest-sums",
- "pattern": ["Heap"],
+ "pattern": [
+ "Heap"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -3767,7 +3934,9 @@
"id": 74,
"title": "Merge k Sorted Lists",
"slug": "merge-k-sorted-lists",
- "pattern": ["Heap"],
+ "pattern": [
+ "Heap"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -3867,7 +4036,9 @@
"id": 75,
"title": "Smallest Range Covering Elements from K Lists",
"slug": "smallest-range-covering-elements-from-k-lists",
- "pattern": ["Heap"],
+ "pattern": [
+ "Heap"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -3897,7 +4068,9 @@
"id": 76,
"title": "Meeting Rooms",
"slug": "meeting-rooms",
- "pattern": ["Intervals"],
+ "pattern": [
+ "Intervals"
+ ],
"difficulty": "Easy",
"premium": true,
"companies": [
@@ -3917,7 +4090,9 @@
"id": 77,
"title": "Merge Intervals",
"slug": "merge-intervals",
- "pattern": ["Intervals"],
+ "pattern": [
+ "Intervals"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -4052,7 +4227,9 @@
"id": 78,
"title": "Interval List Intersections",
"slug": "interval-list-intersections",
- "pattern": ["Intervals"],
+ "pattern": [
+ "Intervals"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -4087,7 +4264,9 @@
"id": 79,
"title": "Non-overlapping Intervals",
"slug": "non-overlapping-intervals",
- "pattern": ["Intervals"],
+ "pattern": [
+ "Intervals"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -4117,7 +4296,10 @@
"id": 80,
"title": "Meeting Rooms II",
"slug": "meeting-rooms-ii",
- "pattern": ["Heap", "Intervals"],
+ "pattern": [
+ "Heap",
+ "Intervals"
+ ],
"difficulty": "Medium",
"premium": true,
"companies": [
@@ -4187,7 +4369,10 @@
"id": 81,
"title": "Task Scheduler",
"slug": "task-scheduler",
- "pattern": ["Greedy", "Heap"],
+ "pattern": [
+ "Greedy",
+ "Heap"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -4227,7 +4412,9 @@
"id": 82,
"title": "Minimum Number of Arrows to Burst Balloons",
"slug": "minimum-number-of-arrows-to-burst-balloons",
- "pattern": ["Greedy"],
+ "pattern": [
+ "Greedy"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -4242,7 +4429,9 @@
"id": 83,
"title": "Insert Interval",
"slug": "insert-interval",
- "pattern": ["Intervals"],
+ "pattern": [
+ "Intervals"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -4292,7 +4481,10 @@
"id": 84,
"title": "Employee Free Time",
"slug": "employee-free-time",
- "pattern": ["Heap", "Greedy"],
+ "pattern": [
+ "Heap",
+ "Greedy"
+ ],
"difficulty": "Hard",
"premium": true,
"companies": [
@@ -4337,7 +4529,9 @@
"id": 85,
"title": "Binary Search",
"slug": "binary-search",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -4392,7 +4586,9 @@
"id": 86,
"title": "Find Smallest Letter Greater Than Target",
"slug": "find-smallest-letter-greater-than-target",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -4417,7 +4613,9 @@
"id": 87,
"title": "Peak Index in a Mountain Array",
"slug": "peak-index-in-a-mountain-array",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -4442,7 +4640,9 @@
"id": 88,
"title": "Find Minimum in Rotated Sorted Array",
"slug": "find-minimum-in-rotated-sorted-array",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -4492,7 +4692,9 @@
"id": 89,
"title": "Find Peak Element",
"slug": "find-peak-element",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -4552,7 +4754,9 @@
"id": 90,
"title": "Search in Rotated Sorted Array",
"slug": "search-in-rotated-sorted-array",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -4652,7 +4856,9 @@
"id": 91,
"title": "Search in Rotated Sorted Array II",
"slug": "search-in-rotated-sorted-array-ii",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -4682,7 +4888,9 @@
"id": 92,
"title": "Search a 2D Matrix",
"slug": "search-a-2d-matrix",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -4737,7 +4945,9 @@
"id": 93,
"title": "Search a 2D Matrix II",
"slug": "search-a-2d-matrix-ii",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -4782,7 +4992,9 @@
"id": 94,
"title": "Find K Closest Elements",
"slug": "find-k-closest-elements",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -4822,7 +5034,9 @@
"id": 95,
"title": "Count of Range Sum",
"slug": "count-of-range-sum",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": []
@@ -4831,7 +5045,9 @@
"id": 96,
"title": "Minimum Size Subarray Sum",
"slug": "minimum-size-subarray-sum",
- "pattern": ["Sliding Window"],
+ "pattern": [
+ "Sliding Window"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -4876,7 +5092,9 @@
"id": 97,
"title": "Fruit Into Baskets",
"slug": "fruit-into-baskets",
- "pattern": ["Sliding Window"],
+ "pattern": [
+ "Sliding Window"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -4901,7 +5119,9 @@
"id": 98,
"title": "Permutation in String",
"slug": "permutation-in-string",
- "pattern": ["Sliding Window"],
+ "pattern": [
+ "Sliding Window"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -4946,7 +5166,9 @@
"id": 99,
"title": "Longest Repeating Character Replacement",
"slug": "longest-repeating-character-replacement",
- "pattern": ["Sliding Window"],
+ "pattern": [
+ "Sliding Window"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -4976,7 +5198,9 @@
"id": 100,
"title": "Sliding Window Maximum",
"slug": "sliding-window-maximum",
- "pattern": ["Sliding Window"],
+ "pattern": [
+ "Sliding Window"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -5066,7 +5290,9 @@
"id": 101,
"title": "Longest Substring Without Repeating Characters",
"slug": "longest-substring-without-repeating-characters",
- "pattern": ["Sliding Window"],
+ "pattern": [
+ "Sliding Window"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -5226,7 +5452,9 @@
"id": 102,
"title": "Minimum Number of K Consecutive Bit Flips",
"slug": "minimum-number-of-k-consecutive-bit-flips",
- "pattern": ["Sliding Window"],
+ "pattern": [
+ "Sliding Window"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -5241,7 +5469,9 @@
"id": 103,
"title": "Count Unique Characters of All Substrings of a Given String",
"slug": "count-unique-characters-of-all-substrings-of-a-given-string",
- "pattern": ["Sliding Window"],
+ "pattern": [
+ "Sliding Window"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -5261,7 +5491,9 @@
"id": 104,
"title": "Minimum Window Substring",
"slug": "minimum-window-substring",
- "pattern": ["Sliding Window"],
+ "pattern": [
+ "Sliding Window"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -5326,7 +5558,9 @@
"id": 105,
"title": "Substring with Concatenation of All Words",
"slug": "substring-with-concatenation-of-all-words",
- "pattern": ["Sliding Window"],
+ "pattern": [
+ "Sliding Window"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -5361,7 +5595,9 @@
"id": 106,
"title": "Kth Smallest Element in a BST",
"slug": "kth-smallest-element-in-a-bst",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -5391,7 +5627,9 @@
"id": 107,
"title": "K Closest Points to Origin",
"slug": "k-closest-points-to-origin",
- "pattern": ["Heap"],
+ "pattern": [
+ "Heap"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -5446,7 +5684,9 @@
"id": 108,
"title": "Top K Frequent Elements",
"slug": "top-k-frequent-elements",
- "pattern": ["Heap"],
+ "pattern": [
+ "Heap"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -5546,7 +5786,9 @@
"id": 109,
"title": "Sort Characters By Frequency",
"slug": "sort-characters-by-frequency",
- "pattern": ["Heap"],
+ "pattern": [
+ "Heap"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -5581,7 +5823,10 @@
"id": 110,
"title": "Kth Largest Element in an Array",
"slug": "kth-largest-element-in-an-array",
- "pattern": ["Heap", "QuickSelect"],
+ "pattern": [
+ "Heap",
+ "QuickSelect"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -5651,7 +5896,10 @@
"id": 111,
"title": "Reorganize String",
"slug": "reorganize-string",
- "pattern": ["Greedy", "Heap"],
+ "pattern": [
+ "Greedy",
+ "Heap"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -5686,7 +5934,10 @@
"id": 112,
"title": "Rearrange String k Distance Apart",
"slug": "rearrange-string-k-distance-apart",
- "pattern": ["Greedy", "Heap"],
+ "pattern": [
+ "Greedy",
+ "Heap"
+ ],
"difficulty": "Hard",
"premium": true,
"companies": [
@@ -5706,7 +5957,10 @@
"id": 113,
"title": "Course Schedule III",
"slug": "course-schedule-iii",
- "pattern": ["Greedy", "Heap"],
+ "pattern": [
+ "Greedy",
+ "Heap"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": []
@@ -5715,7 +5969,10 @@
"id": 114,
"title": "Maximum Frequency Stack",
"slug": "maximum-frequency-stack",
- "pattern": ["Bucket Sort", "Heap"],
+ "pattern": [
+ "Bucket Sort",
+ "Heap"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -5750,7 +6007,12 @@
"id": 115,
"title": "Course Schedule",
"slug": "course-schedule",
- "pattern": ["BFS", "DFS", "Graph", "Topological Sort"],
+ "pattern": [
+ "BFS",
+ "DFS",
+ "Graph",
+ "Topological Sort"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -5820,7 +6082,12 @@
"id": 116,
"title": "Course Schedule II",
"slug": "course-schedule-ii",
- "pattern": ["BFS", "DFS", "Graph", "Topological Sort"],
+ "pattern": [
+ "BFS",
+ "DFS",
+ "Graph",
+ "Topological Sort"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -5905,7 +6172,11 @@
"id": 117,
"title": "Minimum Height Trees",
"slug": "minimum-height-trees",
- "pattern": ["BFS", "Graph", "Topological Sort"],
+ "pattern": [
+ "BFS",
+ "Graph",
+ "Topological Sort"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -5925,7 +6196,10 @@
"id": 118,
"title": "Alien Dictionary",
"slug": "alien-dictionary",
- "pattern": ["Graph", "Topological Sort"],
+ "pattern": [
+ "Graph",
+ "Topological Sort"
+ ],
"difficulty": "Hard",
"premium": true,
"companies": [
@@ -5975,7 +6249,10 @@
"id": 119,
"title": "Sequence Reconstruction",
"slug": "sequence-reconstruction",
- "pattern": ["Graph", "Topological Sort"],
+ "pattern": [
+ "Graph",
+ "Topological Sort"
+ ],
"difficulty": "Medium",
"premium": true,
"companies": [
@@ -5990,7 +6267,9 @@
"id": 120,
"title": "Binary Tree Level Order Traversal II",
"slug": "binary-tree-level-order-traversal-ii",
- "pattern": ["BFS"],
+ "pattern": [
+ "BFS"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -6005,7 +6284,9 @@
"id": 121,
"title": "Average of Levels in Binary Tree",
"slug": "average-of-levels-in-binary-tree",
- "pattern": ["BFS"],
+ "pattern": [
+ "BFS"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -6025,7 +6306,10 @@
"id": 122,
"title": "Minimum Depth of Binary Tree",
"slug": "minimum-depth-of-binary-tree",
- "pattern": ["BFS", "DFS"],
+ "pattern": [
+ "BFS",
+ "DFS"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -6045,7 +6329,9 @@
"id": 123,
"title": "Binary Tree Level Order Traversal",
"slug": "binary-tree-level-order-traversal",
- "pattern": ["BFS"],
+ "pattern": [
+ "BFS"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -6095,7 +6381,9 @@
"id": 124,
"title": "Binary Tree Zigzag Level Order Traversal",
"slug": "binary-tree-zigzag-level-order-traversal",
- "pattern": ["BFS"],
+ "pattern": [
+ "BFS"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -6155,7 +6443,9 @@
"id": 125,
"title": "Populating Next Right Pointers in Each Node",
"slug": "populating-next-right-pointers-in-each-node",
- "pattern": ["BFS"],
+ "pattern": [
+ "BFS"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -6195,7 +6485,9 @@
"id": 126,
"title": "Populating Next Right Pointers in Each Node II",
"slug": "populating-next-right-pointers-in-each-node-ii",
- "pattern": ["BFS"],
+ "pattern": [
+ "BFS"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -6240,7 +6532,10 @@
"id": 127,
"title": "Binary Tree Right Side View",
"slug": "binary-tree-right-side-view",
- "pattern": ["BFS", "DFS"],
+ "pattern": [
+ "BFS",
+ "DFS"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -6295,7 +6590,10 @@
"id": 128,
"title": "All Nodes Distance K in Binary Tree",
"slug": "all-nodes-distance-k-in-binary-tree",
- "pattern": ["BFS", "DFS"],
+ "pattern": [
+ "BFS",
+ "DFS"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -6355,7 +6653,9 @@
"id": 129,
"title": "Same Tree",
"slug": "same-tree",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -6385,7 +6685,9 @@
"id": 130,
"title": "Path Sum",
"slug": "path-sum",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -6405,7 +6707,9 @@
"id": 131,
"title": "Maximum Depth of Binary Tree",
"slug": "maximum-depth-of-binary-tree",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -6455,7 +6759,9 @@
"id": 132,
"title": "Diameter of Binary Tree",
"slug": "diameter-of-binary-tree",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -6490,7 +6796,9 @@
"id": 133,
"title": "Merge Two Binary Trees",
"slug": "merge-two-binary-trees",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -6510,7 +6818,9 @@
"id": 134,
"title": "Lowest Common Ancestor of a Binary Search Tree",
"slug": "lowest-common-ancestor-of-a-binary-search-tree",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -6540,7 +6850,9 @@
"id": 135,
"title": "Subtree of Another Tree",
"slug": "subtree-of-another-tree",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -6570,7 +6882,9 @@
"id": 136,
"title": "Invert Binary Tree",
"slug": "invert-binary-tree",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -6620,7 +6934,9 @@
"id": 137,
"title": "Path Sum II",
"slug": "path-sum-ii",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -6655,7 +6971,9 @@
"id": 138,
"title": "Path Sum III",
"slug": "path-sum-iii",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -6695,7 +7013,9 @@
"id": 139,
"title": "Lowest Common Ancestor of a Binary Tree",
"slug": "lowest-common-ancestor-of-a-binary-tree",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -6780,7 +7100,9 @@
"id": 140,
"title": "Maximum Binary Tree",
"slug": "maximum-binary-tree",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": []
@@ -6789,7 +7111,9 @@
"id": 141,
"title": "Maximum Width of Binary Tree",
"slug": "maximum-width-of-binary-tree",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -6824,7 +7148,9 @@
"id": 142,
"title": "Construct Binary Tree from Preorder and Inorder Traversal",
"slug": "construct-binary-tree-from-preorder-and-inorder-traversal",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -6864,7 +7190,9 @@
"id": 143,
"title": "Validate Binary Search Tree",
"slug": "validate-binary-search-tree",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -6924,7 +7252,10 @@
"id": 144,
"title": "Implement Trie (Prefix Tree)",
"slug": "implement-trie-prefix-tree",
- "pattern": ["Design", "Trie"],
+ "pattern": [
+ "Design",
+ "Trie"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -6979,7 +7310,9 @@
"id": 145,
"title": "Binary Tree Maximum Path Sum",
"slug": "binary-tree-maximum-path-sum",
- "pattern": ["DFS"],
+ "pattern": [
+ "DFS"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -7054,7 +7387,9 @@
"id": 146,
"title": "Serialize and Deserialize Binary Tree",
"slug": "serialize-and-deserialize-binary-tree",
- "pattern": ["Design"],
+ "pattern": [
+ "Design"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -7124,7 +7459,10 @@
"id": 147,
"title": "Word Search II",
"slug": "word-search-ii",
- "pattern": ["DFS", "Trie"],
+ "pattern": [
+ "DFS",
+ "Trie"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -7199,7 +7537,9 @@
"id": 148,
"title": "Find Median from Data Stream",
"slug": "find-median-from-data-stream",
- "pattern": ["Heap"],
+ "pattern": [
+ "Heap"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -7269,7 +7609,9 @@
"id": 149,
"title": "Sliding Window Median",
"slug": "sliding-window-median",
- "pattern": ["Heap"],
+ "pattern": [
+ "Heap"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -7294,7 +7636,9 @@
"id": 150,
"title": "Two Sum",
"slug": "two-sum",
- "pattern": ["Two Pointers"],
+ "pattern": [
+ "Two Pointers"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -7454,7 +7798,9 @@
"id": 151,
"title": "Squares of a Sorted Array",
"slug": "squares-of-a-sorted-array",
- "pattern": ["Two Pointers"],
+ "pattern": [
+ "Two Pointers"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -7504,7 +7850,9 @@
"id": 152,
"title": "Backspace String Compare",
"slug": "backspace-string-compare",
- "pattern": ["Two Pointers"],
+ "pattern": [
+ "Two Pointers"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -7549,7 +7897,9 @@
"id": 153,
"title": "3Sum",
"slug": "3sum",
- "pattern": ["Two Pointers"],
+ "pattern": [
+ "Two Pointers"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -7659,7 +8009,9 @@
"id": 154,
"title": "3Sum Closest",
"slug": "3sum-closest",
- "pattern": ["Two Pointers"],
+ "pattern": [
+ "Two Pointers"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -7699,7 +8051,9 @@
"id": 155,
"title": "Subarray Product Less Than K",
"slug": "subarray-product-less-than-k",
- "pattern": ["Two Pointers"],
+ "pattern": [
+ "Two Pointers"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -7719,7 +8073,9 @@
"id": 156,
"title": "Sort Colors",
"slug": "sort-colors",
- "pattern": ["Two Pointers"],
+ "pattern": [
+ "Two Pointers"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -7779,7 +8135,9 @@
"id": 157,
"title": "Trapping Rain Water",
"slug": "trapping-rain-water",
- "pattern": ["Two Pointers"],
+ "pattern": [
+ "Two Pointers"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -7874,7 +8232,9 @@
"id": 158,
"title": "Container With Most Water",
"slug": "container-with-most-water",
- "pattern": ["Two Pointers"],
+ "pattern": [
+ "Two Pointers"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -7974,7 +8334,9 @@
"id": 159,
"title": "Longest Word in Dictionary",
"slug": "longest-word-in-dictionary",
- "pattern": ["Trie"],
+ "pattern": [
+ "Trie"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -7989,7 +8351,9 @@
"id": 160,
"title": "Index Pairs of a String",
"slug": "index-pairs-of-a-string",
- "pattern": ["Trie"],
+ "pattern": [
+ "Trie"
+ ],
"difficulty": "Easy",
"premium": true,
"companies": []
@@ -7998,7 +8362,9 @@
"id": 161,
"title": "Maximum XOR of Two Numbers in an Array",
"slug": "maximum-xor-of-two-numbers-in-an-array",
- "pattern": ["Trie"],
+ "pattern": [
+ "Trie"
+ ],
"difficulty": "Medium",
"premium": false,
"companies": [
@@ -8013,7 +8379,9 @@
"id": 162,
"title": "Concatenated Words",
"slug": "concatenated-words",
- "pattern": ["Trie"],
+ "pattern": [
+ "Trie"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -8033,7 +8401,9 @@
"id": 163,
"title": "Prefix and Suffix Search",
"slug": "prefix-and-suffix-search",
- "pattern": ["Trie"],
+ "pattern": [
+ "Trie"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": []
@@ -8042,7 +8412,9 @@
"id": 164,
"title": "Palindrome Pairs",
"slug": "palindrome-pairs",
- "pattern": ["Trie"],
+ "pattern": [
+ "Trie"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -8067,7 +8439,9 @@
"id": 165,
"title": "Design Search Autocomplete System",
"slug": "design-search-autocomplete-system",
- "pattern": ["Trie"],
+ "pattern": [
+ "Trie"
+ ],
"difficulty": "Hard",
"premium": true,
"companies": [
@@ -8107,7 +8481,9 @@
"id": 166,
"title": "Word Squares",
"slug": "word-squares",
- "pattern": ["Trie"],
+ "pattern": [
+ "Trie"
+ ],
"difficulty": "Hard",
"premium": true,
"companies": [
@@ -8122,7 +8498,11 @@
"id": 167,
"title": "Sort Items by Groups Respecting Dependencies",
"slug": "sort-items-by-groups-respecting-dependencies",
- "pattern": ["DFS", "Graph", "Topological Sort"],
+ "pattern": [
+ "DFS",
+ "Graph",
+ "Topological Sort"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": []
@@ -8131,7 +8511,9 @@
"id": 168,
"title": "Median of Two Sorted Arrays",
"slug": "median-of-two-sorted-arrays",
- "pattern": ["Binary Search"],
+ "pattern": [
+ "Binary Search"
+ ],
"difficulty": "Hard",
"premium": false,
"companies": [
@@ -8216,7 +8598,9 @@
"id": 169,
"title": "Majority Element",
"slug": "majority-element",
- "pattern": ["Sorting"],
+ "pattern": [
+ "Sorting"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": [
@@ -8256,10 +8640,12 @@
"id": 170,
"title": "Convert 1D Array Into 2D Array",
"slug": "convert-1d-array-into-2d-array",
- "pattern": ["Arrays"],
+ "pattern": [
+ "Arrays"
+ ],
"difficulty": "Easy",
"premium": false,
"companies": []
}
]
-}
+}
\ No newline at end of file
From f24156d26bdf17b212d0736716e8854965701d1d Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Sat, 6 Aug 2022 13:33:25 -0400
Subject: [PATCH 073/304] Update icon names (#213)
Fixes #212
---
public/static/icons/{Adobe.png => adobe.png} | Bin
public/static/icons/{Airbnb.png => airbnb.png} | Bin
.../icons/{Akuna Capital.png => akuna-capital.png} | Bin
public/static/icons/{Amazon.png => amazon.png} | Bin
public/static/icons/{Apple.png => apple.png} | Bin
public/static/icons/{Asana.png => asana.png} | Bin
.../static/icons/{Atlassian.png => atlassian.png} | Bin
.../static/icons/{BlackRock.png => blackrock.png} | Bin
.../icons/{Capital One.png => capital-one.png} | Bin
public/static/icons/{Citadel.png => citadel.png} | Bin
public/static/icons/{Facebook.png => facebook.png} | Bin
.../icons/{Goldman Sachs.png => goldman-sachs.png} | Bin
public/static/icons/{Google.png => google.png} | Bin
public/static/icons/{Intuit.png => intuit.png} | Bin
public/static/icons/{JPMorgan.png => jpmorgan.png} | Bin
public/static/icons/{LinkedIn.png => linkedin.png} | Bin
public/static/icons/{Lyft.png => lyft.png} | Bin
.../static/icons/{Microsoft.png => microsoft.png} | Bin
.../{Morgan Stanley.png => morgan-stanley.png} | Bin
public/static/icons/{Oracle.png => oracle.png} | Bin
public/static/icons/{Palantir.png => palantir.png} | Bin
.../static/icons/{Pinterest.png => pinterest.png} | Bin
.../static/icons/{Qualtrics.png => qualtrics.png} | Bin
public/static/icons/{Quora.png => quora.png} | Bin
.../static/icons/{Salesforce.png => salesforce.png} | Bin
public/static/icons/{Snapchat.png => snapchat.png} | Bin
public/static/icons/{Square.png => square.png} | Bin
public/static/icons/{Tesla.png => tesla.png} | Bin
public/static/icons/{Twitch.png => twitch.png} | Bin
public/static/icons/{Twitter.png => twitter.png} | Bin
.../static/icons/{Two Sigma.png => two-sigma.png} | Bin
public/static/icons/{Uber.png => uber.png} | Bin
public/static/icons/{Yelp.png => yelp.png} | Bin
33 files changed, 0 insertions(+), 0 deletions(-)
rename public/static/icons/{Adobe.png => adobe.png} (100%)
rename public/static/icons/{Airbnb.png => airbnb.png} (100%)
rename public/static/icons/{Akuna Capital.png => akuna-capital.png} (100%)
rename public/static/icons/{Amazon.png => amazon.png} (100%)
rename public/static/icons/{Apple.png => apple.png} (100%)
rename public/static/icons/{Asana.png => asana.png} (100%)
rename public/static/icons/{Atlassian.png => atlassian.png} (100%)
rename public/static/icons/{BlackRock.png => blackrock.png} (100%)
rename public/static/icons/{Capital One.png => capital-one.png} (100%)
rename public/static/icons/{Citadel.png => citadel.png} (100%)
rename public/static/icons/{Facebook.png => facebook.png} (100%)
rename public/static/icons/{Goldman Sachs.png => goldman-sachs.png} (100%)
rename public/static/icons/{Google.png => google.png} (100%)
rename public/static/icons/{Intuit.png => intuit.png} (100%)
rename public/static/icons/{JPMorgan.png => jpmorgan.png} (100%)
rename public/static/icons/{LinkedIn.png => linkedin.png} (100%)
rename public/static/icons/{Lyft.png => lyft.png} (100%)
rename public/static/icons/{Microsoft.png => microsoft.png} (100%)
rename public/static/icons/{Morgan Stanley.png => morgan-stanley.png} (100%)
rename public/static/icons/{Oracle.png => oracle.png} (100%)
rename public/static/icons/{Palantir.png => palantir.png} (100%)
rename public/static/icons/{Pinterest.png => pinterest.png} (100%)
rename public/static/icons/{Qualtrics.png => qualtrics.png} (100%)
rename public/static/icons/{Quora.png => quora.png} (100%)
rename public/static/icons/{Salesforce.png => salesforce.png} (100%)
rename public/static/icons/{Snapchat.png => snapchat.png} (100%)
rename public/static/icons/{Square.png => square.png} (100%)
rename public/static/icons/{Tesla.png => tesla.png} (100%)
rename public/static/icons/{Twitch.png => twitch.png} (100%)
rename public/static/icons/{Twitter.png => twitter.png} (100%)
rename public/static/icons/{Two Sigma.png => two-sigma.png} (100%)
rename public/static/icons/{Uber.png => uber.png} (100%)
rename public/static/icons/{Yelp.png => yelp.png} (100%)
diff --git a/public/static/icons/Adobe.png b/public/static/icons/adobe.png
similarity index 100%
rename from public/static/icons/Adobe.png
rename to public/static/icons/adobe.png
diff --git a/public/static/icons/Airbnb.png b/public/static/icons/airbnb.png
similarity index 100%
rename from public/static/icons/Airbnb.png
rename to public/static/icons/airbnb.png
diff --git a/public/static/icons/Akuna Capital.png b/public/static/icons/akuna-capital.png
similarity index 100%
rename from public/static/icons/Akuna Capital.png
rename to public/static/icons/akuna-capital.png
diff --git a/public/static/icons/Amazon.png b/public/static/icons/amazon.png
similarity index 100%
rename from public/static/icons/Amazon.png
rename to public/static/icons/amazon.png
diff --git a/public/static/icons/Apple.png b/public/static/icons/apple.png
similarity index 100%
rename from public/static/icons/Apple.png
rename to public/static/icons/apple.png
diff --git a/public/static/icons/Asana.png b/public/static/icons/asana.png
similarity index 100%
rename from public/static/icons/Asana.png
rename to public/static/icons/asana.png
diff --git a/public/static/icons/Atlassian.png b/public/static/icons/atlassian.png
similarity index 100%
rename from public/static/icons/Atlassian.png
rename to public/static/icons/atlassian.png
diff --git a/public/static/icons/BlackRock.png b/public/static/icons/blackrock.png
similarity index 100%
rename from public/static/icons/BlackRock.png
rename to public/static/icons/blackrock.png
diff --git a/public/static/icons/Capital One.png b/public/static/icons/capital-one.png
similarity index 100%
rename from public/static/icons/Capital One.png
rename to public/static/icons/capital-one.png
diff --git a/public/static/icons/Citadel.png b/public/static/icons/citadel.png
similarity index 100%
rename from public/static/icons/Citadel.png
rename to public/static/icons/citadel.png
diff --git a/public/static/icons/Facebook.png b/public/static/icons/facebook.png
similarity index 100%
rename from public/static/icons/Facebook.png
rename to public/static/icons/facebook.png
diff --git a/public/static/icons/Goldman Sachs.png b/public/static/icons/goldman-sachs.png
similarity index 100%
rename from public/static/icons/Goldman Sachs.png
rename to public/static/icons/goldman-sachs.png
diff --git a/public/static/icons/Google.png b/public/static/icons/google.png
similarity index 100%
rename from public/static/icons/Google.png
rename to public/static/icons/google.png
diff --git a/public/static/icons/Intuit.png b/public/static/icons/intuit.png
similarity index 100%
rename from public/static/icons/Intuit.png
rename to public/static/icons/intuit.png
diff --git a/public/static/icons/JPMorgan.png b/public/static/icons/jpmorgan.png
similarity index 100%
rename from public/static/icons/JPMorgan.png
rename to public/static/icons/jpmorgan.png
diff --git a/public/static/icons/LinkedIn.png b/public/static/icons/linkedin.png
similarity index 100%
rename from public/static/icons/LinkedIn.png
rename to public/static/icons/linkedin.png
diff --git a/public/static/icons/Lyft.png b/public/static/icons/lyft.png
similarity index 100%
rename from public/static/icons/Lyft.png
rename to public/static/icons/lyft.png
diff --git a/public/static/icons/Microsoft.png b/public/static/icons/microsoft.png
similarity index 100%
rename from public/static/icons/Microsoft.png
rename to public/static/icons/microsoft.png
diff --git a/public/static/icons/Morgan Stanley.png b/public/static/icons/morgan-stanley.png
similarity index 100%
rename from public/static/icons/Morgan Stanley.png
rename to public/static/icons/morgan-stanley.png
diff --git a/public/static/icons/Oracle.png b/public/static/icons/oracle.png
similarity index 100%
rename from public/static/icons/Oracle.png
rename to public/static/icons/oracle.png
diff --git a/public/static/icons/Palantir.png b/public/static/icons/palantir.png
similarity index 100%
rename from public/static/icons/Palantir.png
rename to public/static/icons/palantir.png
diff --git a/public/static/icons/Pinterest.png b/public/static/icons/pinterest.png
similarity index 100%
rename from public/static/icons/Pinterest.png
rename to public/static/icons/pinterest.png
diff --git a/public/static/icons/Qualtrics.png b/public/static/icons/qualtrics.png
similarity index 100%
rename from public/static/icons/Qualtrics.png
rename to public/static/icons/qualtrics.png
diff --git a/public/static/icons/Quora.png b/public/static/icons/quora.png
similarity index 100%
rename from public/static/icons/Quora.png
rename to public/static/icons/quora.png
diff --git a/public/static/icons/Salesforce.png b/public/static/icons/salesforce.png
similarity index 100%
rename from public/static/icons/Salesforce.png
rename to public/static/icons/salesforce.png
diff --git a/public/static/icons/Snapchat.png b/public/static/icons/snapchat.png
similarity index 100%
rename from public/static/icons/Snapchat.png
rename to public/static/icons/snapchat.png
diff --git a/public/static/icons/Square.png b/public/static/icons/square.png
similarity index 100%
rename from public/static/icons/Square.png
rename to public/static/icons/square.png
diff --git a/public/static/icons/Tesla.png b/public/static/icons/tesla.png
similarity index 100%
rename from public/static/icons/Tesla.png
rename to public/static/icons/tesla.png
diff --git a/public/static/icons/Twitch.png b/public/static/icons/twitch.png
similarity index 100%
rename from public/static/icons/Twitch.png
rename to public/static/icons/twitch.png
diff --git a/public/static/icons/Twitter.png b/public/static/icons/twitter.png
similarity index 100%
rename from public/static/icons/Twitter.png
rename to public/static/icons/twitter.png
diff --git a/public/static/icons/Two Sigma.png b/public/static/icons/two-sigma.png
similarity index 100%
rename from public/static/icons/Two Sigma.png
rename to public/static/icons/two-sigma.png
diff --git a/public/static/icons/Uber.png b/public/static/icons/uber.png
similarity index 100%
rename from public/static/icons/Uber.png
rename to public/static/icons/uber.png
diff --git a/public/static/icons/Yelp.png b/public/static/icons/yelp.png
similarity index 100%
rename from public/static/icons/Yelp.png
rename to public/static/icons/yelp.png
From 16903174abc142823740556601aac6b120ee44bf Mon Sep 17 00:00:00 2001
From: Sean Prashad <13009507+seanprashad@users.noreply.github.com>
Date: Sat, 6 Aug 2022 16:52:52 -0400
Subject: [PATCH 074/304] Add all missing company icons (#214)
* Update Bloomberg icon name
* Add more missing icons
* Disable filtering by Companies
---
public/static/icons/accenture.png | Bin 0 -> 2893 bytes
public/static/icons/airtel.png | Bin 0 -> 693 bytes
public/static/icons/alation.png | Bin 0 -> 2492 bytes
public/static/icons/american-express.png | Bin 0 -> 532 bytes
public/static/icons/arcesium.png | Bin 0 -> 1640 bytes
.../icons/{Bloomberg.png => bloomberg.png} | Bin
public/static/icons/bolt.png | Bin 0 -> 878 bytes
public/static/icons/bookingcom.png | Bin 0 -> 1289 bytes
public/static/icons/bytedance.png | Bin 0 -> 2101 bytes
public/static/icons/c3-iot.png | Bin 0 -> 3168 bytes
public/static/icons/canonical.png | Bin 0 -> 1796 bytes
public/static/icons/cisco.png | Bin 0 -> 1233 bytes
public/static/icons/coinbase.png | Bin 0 -> 3017 bytes
public/static/icons/commvault.png | Bin 0 -> 2206 bytes
public/static/icons/coupang.png | Bin 0 -> 3831 bytes
public/static/icons/cruise-automation.png | Bin 0 -> 750 bytes
public/static/icons/de-shaw.png | Bin 0 -> 65767 bytes
public/static/icons/docusign.png | Bin 0 -> 310 bytes
public/static/icons/doordash.png | Bin 0 -> 1909 bytes
public/static/icons/dropbox.png | Bin 0 -> 745 bytes
public/static/icons/ebay.png | Bin 0 -> 1533 bytes
public/static/icons/epam-systems.png | Bin 0 -> 1291 bytes
public/static/icons/expedia.png | Bin 0 -> 875 bytes
public/static/icons/grab.png | Bin 0 -> 2718 bytes
public/static/icons/groupon.png | Bin 0 -> 1142 bytes
public/static/icons/hotstar.png | Bin 0 -> 1487 bytes
public/static/icons/hrt.png | Bin 0 -> 3137 bytes
public/static/icons/huawei.png | Bin 0 -> 1657 bytes
public/static/icons/ibm.png | Bin 0 -> 1595 bytes
public/static/icons/indeed.png | Bin 0 -> 2927 bytes
public/static/icons/infosys.png | Bin 0 -> 1272 bytes
public/static/icons/intel.png | Bin 0 -> 1014 bytes
public/static/icons/ixl.png | Bin 0 -> 2299 bytes
public/static/icons/karat.png | Bin 0 -> 1804 bytes
public/static/icons/makemytrip.png | Bin 0 -> 964 bytes
public/static/icons/mathworks.png | Bin 0 -> 1152 bytes
public/static/icons/medianet.png | Bin 0 -> 1631 bytes
public/static/icons/mindtickle.png | Bin 0 -> 1903 bytes
public/static/icons/nagarro.png | Bin 0 -> 1814 bytes
public/static/icons/netflix.png | Bin 0 -> 1061 bytes
public/static/icons/nutanix.png | Bin 0 -> 1519 bytes
public/static/icons/nvidia.png | Bin 0 -> 732 bytes
public/static/icons/opendoor.png | Bin 0 -> 1928 bytes
public/static/icons/palantir-technologies.png | Bin 0 -> 1354 bytes
public/static/icons/paypal.png | Bin 0 -> 679 bytes
public/static/icons/paytm.png | Bin 0 -> 1468 bytes
public/static/icons/qualcomm.png | Bin 0 -> 671 bytes
public/static/icons/reddit.png | Bin 0 -> 1201 bytes
public/static/icons/robinhood.png | Bin 0 -> 1296 bytes
public/static/icons/roblox.png | Bin 0 -> 584 bytes
public/static/icons/rubrik.png | Bin 0 -> 2186 bytes
public/static/icons/samsung.png | Bin 0 -> 1141 bytes
public/static/icons/sap.png | Bin 0 -> 546 bytes
public/static/icons/servicenow.png | Bin 0 -> 651 bytes
public/static/icons/shopee.png | Bin 0 -> 706 bytes
public/static/icons/snapdeal.png | Bin 0 -> 1197 bytes
public/static/icons/splunk.png | Bin 0 -> 2285 bytes
public/static/icons/spotify.png | Bin 0 -> 733 bytes
public/static/icons/sprinklr.png | Bin 0 -> 1805 bytes
public/static/icons/sumologic.png | Bin 0 -> 2090 bytes
public/static/icons/swiggy.png | Bin 0 -> 581 bytes
public/static/icons/tcs.png | Bin 0 -> 1540 bytes
public/static/icons/tiger-analytics.png | Bin 0 -> 3697 bytes
public/static/icons/tiktok.png | Bin 0 -> 725 bytes
public/static/icons/tusimple.png | Bin 0 -> 2048 bytes
public/static/icons/twilio.png | Bin 0 -> 1016 bytes
public/static/icons/visa.png | Bin 0 -> 651 bytes
public/static/icons/vmware.png | Bin 0 -> 906 bytes
public/static/icons/walmart-labs.png | Bin 0 -> 1066 bytes
public/static/icons/wayfair.png | Bin 0 -> 5627 bytes
public/static/icons/yahoo.png | Bin 0 -> 1098 bytes
public/static/icons/yandex.png | Bin 0 -> 540 bytes
public/static/icons/zenefits.png | Bin 0 -> 1842 bytes
public/static/icons/zillow.png | Bin 0 -> 601 bytes
public/static/icons/zoho.png | Bin 0 -> 3352 bytes
public/static/icons/zoom.png | Bin 0 -> 511 bytes
src/components/Table/index.js | 2 +-
77 files changed, 1 insertion(+), 1 deletion(-)
create mode 100644 public/static/icons/accenture.png
create mode 100644 public/static/icons/airtel.png
create mode 100644 public/static/icons/alation.png
create mode 100644 public/static/icons/american-express.png
create mode 100644 public/static/icons/arcesium.png
rename public/static/icons/{Bloomberg.png => bloomberg.png} (100%)
create mode 100644 public/static/icons/bolt.png
create mode 100644 public/static/icons/bookingcom.png
create mode 100644 public/static/icons/bytedance.png
create mode 100644 public/static/icons/c3-iot.png
create mode 100644 public/static/icons/canonical.png
create mode 100644 public/static/icons/cisco.png
create mode 100644 public/static/icons/coinbase.png
create mode 100644 public/static/icons/commvault.png
create mode 100644 public/static/icons/coupang.png
create mode 100644 public/static/icons/cruise-automation.png
create mode 100644 public/static/icons/de-shaw.png
create mode 100644 public/static/icons/docusign.png
create mode 100644 public/static/icons/doordash.png
create mode 100644 public/static/icons/dropbox.png
create mode 100644 public/static/icons/ebay.png
create mode 100644 public/static/icons/epam-systems.png
create mode 100644 public/static/icons/expedia.png
create mode 100644 public/static/icons/grab.png
create mode 100644 public/static/icons/groupon.png
create mode 100644 public/static/icons/hotstar.png
create mode 100644 public/static/icons/hrt.png
create mode 100644 public/static/icons/huawei.png
create mode 100644 public/static/icons/ibm.png
create mode 100644 public/static/icons/indeed.png
create mode 100644 public/static/icons/infosys.png
create mode 100644 public/static/icons/intel.png
create mode 100644 public/static/icons/ixl.png
create mode 100644 public/static/icons/karat.png
create mode 100644 public/static/icons/makemytrip.png
create mode 100644 public/static/icons/mathworks.png
create mode 100644 public/static/icons/medianet.png
create mode 100644 public/static/icons/mindtickle.png
create mode 100644 public/static/icons/nagarro.png
create mode 100644 public/static/icons/netflix.png
create mode 100644 public/static/icons/nutanix.png
create mode 100644 public/static/icons/nvidia.png
create mode 100644 public/static/icons/opendoor.png
create mode 100644 public/static/icons/palantir-technologies.png
create mode 100644 public/static/icons/paypal.png
create mode 100644 public/static/icons/paytm.png
create mode 100644 public/static/icons/qualcomm.png
create mode 100644 public/static/icons/reddit.png
create mode 100644 public/static/icons/robinhood.png
create mode 100644 public/static/icons/roblox.png
create mode 100644 public/static/icons/rubrik.png
create mode 100644 public/static/icons/samsung.png
create mode 100644 public/static/icons/sap.png
create mode 100644 public/static/icons/servicenow.png
create mode 100644 public/static/icons/shopee.png
create mode 100644 public/static/icons/snapdeal.png
create mode 100644 public/static/icons/splunk.png
create mode 100644 public/static/icons/spotify.png
create mode 100644 public/static/icons/sprinklr.png
create mode 100644 public/static/icons/sumologic.png
create mode 100644 public/static/icons/swiggy.png
create mode 100644 public/static/icons/tcs.png
create mode 100644 public/static/icons/tiger-analytics.png
create mode 100644 public/static/icons/tiktok.png
create mode 100644 public/static/icons/tusimple.png
create mode 100644 public/static/icons/twilio.png
create mode 100644 public/static/icons/visa.png
create mode 100644 public/static/icons/vmware.png
create mode 100644 public/static/icons/walmart-labs.png
create mode 100644 public/static/icons/wayfair.png
create mode 100644 public/static/icons/yahoo.png
create mode 100644 public/static/icons/yandex.png
create mode 100644 public/static/icons/zenefits.png
create mode 100644 public/static/icons/zillow.png
create mode 100644 public/static/icons/zoho.png
create mode 100644 public/static/icons/zoom.png
diff --git a/public/static/icons/accenture.png b/public/static/icons/accenture.png
new file mode 100644
index 0000000000000000000000000000000000000000..e1f54338fff04a967671d1ae2c837a5e9c29fddd
GIT binary patch
literal 2893
zcmZ`)3p|tSAAg6!a!V*n>}*7Cb1Ur3$|Z|(iLJRLxeN=NvrUad6p0ifD$ycVqBt($
zh>p1~<(3d~8AZt@m3y2`PWhkD`9JUHd4Iq6_xpZ-m*;st?-OHdjS&SyzyJVVnkC@TVGR*DcO%qu@7+bAYce20)^;dhcN*FgDY2XE4=o$TL|
zP^Rvj(yzp)4tb>U_9dsN;azPll2#qsDjM3Vp%#~{n!FpdbC~tCXJQIk-`_P`I=AXQ
z{>T;sihgsUJI~-5j6(ocr0WV@!Uc?%8il*u=Y?y3^-F_tBx_0l{Epk=(}gWJuj)j*
z9#mI(aCxP+H(GEMKI}1pQuRtkQ76(wXpLHd
z%U>5y$z!cUvUgWanDU
zXCrG*bhZZ0mZgrsLjYi+l=AKxjF=Ldbiw^YX|Xdw-%YdoEF7ci3?M2zscQ%AhcQ
z8whW78Pue>Qe1yipfWJ0I)bM3d?)ko{sDeRyneKgVdB)Sfl~3jV8p6nc^!`|zy#4Er%J`pS6>@D%v6AaPZ-Ii}bqrW!i<0UQ06$j)aUTE#0XD7a
z0ALB)`9rq@sjOr80N^4K5Lm}JaV2jY;!ZAmUGm-G`+<XCeAU(+bnr@zCcY-F}KY+&qP;?|$^(WBWpmcvf5*0}|
zf~_HtT%Bh|z@Tdony(Se!O9kDN~RE?`!uyQwP0v46beOAJiU;1X6Ea3?w1kFheiuP
zA`oZJoY6d^t4XGKBeV?-4G~&82pt^_E<%GEM54LTHAqzW_aOhoF(XhtD8v97kxYW}
z;<~w$18GJu7%$O}@x4wO(d%a>5_P>TZi5J(2cfO0h4?QTflmBCG@j=>ZLP2G=}^32
zNJl#YmFySDD+{f!gIde*KgOT+eJA|H<48mr`X9=_%>QON{Ph1!v(fl(f(?a8;4b7^
zUE1qqZM1E`^SVRY66pj#2Q#8Sfkfr?qQfohKOO%`blgDH+eqBtSSO+oyxrTdo8OPh
znw5K2&|nne$GJm;KO~H{0|0-8g_$w-kmy6Kvkw+8)3yHpzWt?D=
z@i^PI&ijDcr-sK0GPzc{GE&9ob@Z4Ao&B|mdYp?w(pXM>Dq6zKzaW`82saTvs4d;g
z?D0y&OjdI5&e?KdCYqD=MXob6t)b`l{K}T8JW>28Ollygw6X#*_?@WW`hFB`>
z=MsMeKQ!+MkIOj{aqf@dB(GZ!$$`V$JHHBNQH2MX7ZdjF&tsx~%d#t{wKeJpQ{3`E
zmVx*cYH1V6MT^sz{x)DTEO?d{s1)jh3qpcTUR9B)Bb(c>nI%l%!v54ZYk&V
zhgaQ#m2hy6Q>pR4zV)tpdfB5ahLoj!Ah?Didi8n6xxR#}nZ!Cp8OEcP$uH@T)pb5M
zd>)%e-Q6lPByhx3`h%AItLV1q-3vK(X;z2IJQ_+7b8k00?V8tZDjDGzdQOTb9$?!~
zb5IGJjMa@~rRg&ETCt@f`G=$K5s;ZNuZu<~uS)FM=HinnJ7%n-^(;qbM1mvbPwQ$6
zmJZY~4oULAwmdnmc5AnSWB+syRw*vA8`s%fS=n}YJRQH3uz&)GL5wRyPItjDh2gE3
z!u=7w^RW-!Ro&i8W(m4JcMPplb_C#OU74SJ6ySoJ@;~lpL+KE)^_^G59z@<
z5?dHp;&PnlX_(2*QPORS=Zoeb{tq3EUbybK%lGlxk`S2CtGo9=Gjd1amN)7K>tqqN
z`$GCk?kpW$khe|hzF{*o!^De+wx1e1cLs9y8LXyhe;2lNU&mteieVV48@-5k$e%-P
z#b%i1%Q0E~Tb|<33eHRItVX<=WQqK2y!Dr9zZ(rNXQdc>E@_K3myhxyPCTz)MaGx=5ociZ<1Z@a8@eLDxCAQXFPx%Z%IT!R9Hvdm%D3JK@^9-*-b3A$j+unbjjXL3K1V*@P$u;g^)@FK@h=0L@ewr
z{0D3;QUz_IHnCFdL_tLmjMxMl!Q6X83_g-sVp8OBj|}9(y6$GL$=prI>E_OF=KQ`n
z!yK++8;9D)Y-|eL6vf;U^E=zfE)|)XQm~T7A-4=Jq+_>`c?2A-1F`^W&|~(EOUTsW
zCdePkpseX!0^|2R%=HAiM3U6t1hN5zafR$jG?kpVn#c
zn};c`bM0TtoWq6WFAD0(M$CB_C%&9)5`*{@PAeqoqwp2vW|r*d6`~PfAl_%o!3ng5
z=%wZrlj#i6fga|5RcizEGLW_3wj7*~eyQN>T5y6~DpMJ)rwP#Sfny53moVMU52?Ar
z*|iMNvPQZuCCpw0wmNkqK#v3a1g@4b_L^=uS^%eRdCU$qa~hx{K)Je-HlH&%A3dy~
zx&bdjTc5|zsb*lSjeblaH%e57o9UCzJA<|^3QQiBUA
z+!f@ubzI%w1TrDo2gW?i1?NOn8>R;5qaP}`BJiS&IcIZ*bPfv9^N7ruUS{5<3FfpF
z)Ef247Zhqn!9C!$zypvWkIJ32q2m2htDH^n0ouFh=x-;Q*v0Q3t%7O^T&rPf^QBt3
b&4&8}_KdI@uRXo500000NkvXXu0mjf>Iy)y
literal 0
HcmV?d00001
diff --git a/public/static/icons/alation.png b/public/static/icons/alation.png
new file mode 100644
index 0000000000000000000000000000000000000000..8102ecd5989dd45a16f163196bc8ebf7b911195e
GIT binary patch
literal 2492
zcmZ`*dpy(YAOF(EDCg9=kuZxTvDsY8nuX0}G`B`5Y#0`^wM`r8oF$G!7K)Br2dC1U
zMsA_4i&C!VjHJ>{NYPC>DjliLh7-SD=l6VH&-eK}pU?aKd4E3N=lSEC=H=m{rMX5E
z001qLE73=>u2amV5H-cSXj4m|VgW@ukR1S^I&<+f4XoJ1!d!jG0FZzH0AVr!OetK#
zQ2>au0D$LI0Knz}z-o4p)ElP=B-8y#5o9u8s<0sdSOp3!QdlaA2T)l9D6=Unz)eN>
ztL>v=GKWzGfK&zmn!_k7Q4UwdRB~q5MI|cp8B0{ZqSuuy`f4v#(kj$n{-szn*scLw
z09d?SIaPpyB5eRrZDUaUdH&>W*f16oNegF%(vbotTgd`&0<6Mh(s?wPfEg3Z#R}};
zGYG80R=QDe*bIahZ3p)!d%*}S4jpELv_M+G@tQCg495wN!1@rK=je)^9XyK1V`EV$
zKA(@|TOwJUNEF)E))r-fL18fF3WPZ~K9)xln8$M0%_jLb50TCd<1pAf1}he(%u5Sp
z#qsRmaHY`KF2=B&iVRg3G;a0SOyROFXbEew=Dnp_`J+Q=eGn;4uh`vkTZ3m=gL~>
zTYy(~hxK9z=rR6829qAkRrX?Si9`Ko;9DYr6~p3eXVb#yc!kakWr6Ek^o&fvybQ)_
zq0EB791(|7p7nyWpS@T!Ud7GAYvNE}Zz*1L!eDSG0D$Erq65WME7vbNW`*wx{G>cO
zvTWzQ-Dp46SF6yFPXrOptxl}n3p!CHE&(O>!r%|zd8I!
zbxexMNY_rEuDTI*pQ+nii04P_)#q1EddRv%PmCjEwcIh=ksn63WXd22{~T3ENYta2
zHcG(TjXalW=&NT{o;wauE*aoJ_UkP^dM*6#oC|gFs{4&
zr(PuPsWH`X4Y)281U!;Tf4G+z)SUSdFQL#&+a?p)wyimP-%SQgeAbAta`FfoZZvxQ
zF(c#48MCH%($z!f32LKaa+DcA@{U1~F|xB}MHTz!cIch$XzfBDp}3Kf&CW6Ar>$LO
z5uT_m|8VdR{~m(BWlUgkZS9MSJyd}euGm@f!JEA7aHGDSHlqJ(VL`(Eo9B$rK^=F7
z`?gtYv4F5XiOtFW5vs`S2sr6$oo9*5kxUH8ObL*m(yC3ns}
zhi^@>qE*tRy61ixduSEBAy~aRWQf!yNi*9{=k<*b{O#R3-U%|nFPO*7;
zkJX-HX8h%V9ivIpnKE^OddTat3KCSkX|oo3ETi!x9n=PKUBe{&7@Jr5KpwdE(t(QR
zYN$6++;7OML28hvmtO6|#PqC}emB?HYaK9CP$aqK?Go4#qDc@Ytlxu)u(GQRXazjtA0CdmpYe
zYuMWU*9F+oy$xqX56^O)E{zrpW%&vXXjddq@KlN95LU1Pqr(YqYRuJ=cxVtrMy1c{
z-2-y%-CHJJOz_cD`5`8|*Ijt*bL)D1L;9$T)5^$#vdN_WyeXJ?rJw%v+9l&1RMUQ)
zu@K}&!GW->{>7mFr-l1bE*+A4M-plQxmXh~Awvzq%5PaRI1lPva|`!$4C@__o03;v
zv?)o?aNl|aY?SIKIF1+^_KIU%A2ri-ZZcO*aHdH%*H3m1R6XqI5(+R|M26I|3e9VG
z&u1S^H_fT7f7l#|G7P2s`P;>i-egh}sLTQBraFatoJADyyGU}x7KaOaVq+X8sb)@n0-NX9KF$q!Dyk8V#a{YO!cBKcq&(K$7L{450WUEty3
zwnsNV=`GK!Vw-gMbhNzCd{YZ+!9Kp+8oZoPePqNDp0M5LO?W4qm|K;#hbFq$_jkKU
z!rmDklPu_G$bk5|45=nxw8~UxaeK5G`|ryYROGqZeOW;n1nX=a
zvm^w$`Fl%0k2qfWB-^h>WGT<|*0rUxkapddOFsl3wvn|*8-B!b#EJWrro-9cD?eSgyiHwtaPL%{R8J?Px$&PhZ;R7gwhl*>ySQ5431GkKYe@kKQ01!f(uu=QJ00TL`7WKiVGjD2-ONo(QaZ8jFU{8%tJCzu$5*)+HAzTzW4mj{m%Ct
zfdU_)!1cL_fT7QKaT?uuNvDZxOx!!V`u4g+;q87*X7U0E$c%N&-U9xvUM>sN7|>E(L|Qj3X#41%{S4HU_TueAbh@v}
z&*aA#nqjhaqB7JIU~%sP`9V4FcjHVyuP3q+r7c**#A=L@XFsN5t+-*Aiw2BI!gXIH-%uLj@L9tt;uFQqcEu#E1c(-#-_;DqxhYEw;0lBrt
zn>*l5UzIh;?e8i9$-$G5pWa4^4~Gd0w0WXh4a|Ru^YD(u=5b0000!lvI6-E$sR$z
z3=CCj3=9n|3=F@3LJcn%7)lKo7+xhXFj&oCU=S~uvn$XBC{d9b;hE;^%b*2hb1<+l
z3NbJPS&Tr)z$nE4G7ZRLuw#^lv)$S=8Cam=en1)oJb)Oa4ni|8U__X*fC;WzVgWOP
z4bsND`nD91;wuf-VSw#k=7U$=bf}CY%Ze#wg0;6d0@LR%
zPZ!4!58ka)tk++55NPd}@06W5ft{6?SHz^FjcEddqD!TBoieYi(4sx8tl=GeoGmWR
z6Ep&ZoRWn0=RWIsA61sb;`+{On!I)OzL}dhZ}XDeaUk)1w*2feh7IRBkFQ$Is^RiA
zeTJewcZ8GHzs++j`VOu>{Z{P3<9>&d}z&kcBt6|ORO(K{6X50D6pK3pG=`Bk~{GS)?Q}1e@(L2X#?-XZVSf8A0__Q?cZF@
zvx0Sn;;ZSslV{t_yMMayxV~V^qtZRjTKCi^{mdwl-1lBucI~>lOq+;JmdE}bdwy!&
zszpMlbD8%0OjvrxM*QQ#uHuy&TXRpXQ!25LxfaDPIzuwrM*XH(^0K@>r
zao6SIu1(i1Gg!?hNT0NHns$1r+QHyEsZ)2KfATTiJmA2#T%YBaqwXBJr1kHLM7n|v
zf6x8xt3nyYKN!^?S!R(NpnY!lto9!D8J!Y^VGlf}n;vIO*nBf%<>s4f#MYPxg_$Y(
zG(6fed0UYQzx@4Z_THJ7m8Rv|2BpMFEpd$d>Of_wr>mdKI;Vst0D(J1KmY&$
literal 0
HcmV?d00001
diff --git a/public/static/icons/Bloomberg.png b/public/static/icons/bloomberg.png
similarity index 100%
rename from public/static/icons/Bloomberg.png
rename to public/static/icons/bloomberg.png
diff --git a/public/static/icons/bolt.png b/public/static/icons/bolt.png
new file mode 100644
index 0000000000000000000000000000000000000000..59a48aec927e2cf6c808eeb16c18f81b533c5622
GIT binary patch
literal 878
zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM1|%Pp+x`GjjKx9jP7LeL$-D$|0#YM9(|mmy
zw18|51|~)!24;{FAY^FIWMBca85q=nGy?H~Vi|EZjLn1Rn
zB1$5BeXNr6bM+Ea@{>~aDsl@z3K(oEtboki)RIJnirk#MVyg;UC9n!BAR8pCucQE0
zQj%?}6yY17;GAESs$iyPpl6_D$EBd4U{jQmW)z9|8>y;bp
zKhp88yV>WRp=I1=9MH?=;jqGLkxkLMfuL^+7WFhI$72aI=A0Z9t+{{zaLoK$}74+Zoz`RicPN
z?Xl4ZS&rlwh)=P*
zB6gWu;9G&~#SJWSPcq)EI>gTe~DWM4f=e#h!
literal 0
HcmV?d00001
diff --git a/public/static/icons/bookingcom.png b/public/static/icons/bookingcom.png
new file mode 100644
index 0000000000000000000000000000000000000000..a2022c9799bc199d1ffa93705181265d97a70148
GIT binary patch
literal 1289
zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM1|%Pp+x`GjEa{HEjtmSN`?>!lvI6-E$sR$z
z3=CCj3=9n|3=F@3LJcn%7)lKo7+xhXFj&oCU=S~uvn$XBC=rkv;hE;^%b*2hb1*P5
z3NbJPS&Tr)(4NV_0%kKX08Ih{<^_xh*#%5+S&0SA2sTLJhZoVCfrdn8hD4M^`1)8S
z=jZArrsOB3>Q&?xfD|y;R9FF-xv3?I3Kh9IdBs*0wn|_XRzNmLSYJs2tfVB{Rw=?a
zK*2e`C{@8s&p^*W$&O1wLBXadCCw_x#SN+*$g@?-C@Cqh($_C9FV`zK*2^zS*Eh7Z
zwA42+(l;{F1**_3uFNY*tkBIXR)!b?Gsh*hIJqdZpd>RtPXT0ZVp4u-iLH_n$Rap^
zxU(cP4PjGWG1OZ?59)(t^bPe4^x%UKqo5dsZ?*E;Wb7!|`Jm66DQQ&G}h+VpgucdLV!`x5$QHwe{&6%Q>
zD&;ZAq(*9nADeh$yOH?RHy%!B#TFcX_-VCA2D{e1Tk(-!7HpHWc-eE?+*P6N0JraD
z7yt7|RX@uA{OfXy(WlOuvuiDiP;FuHiOlIG
zj>|F`ta|(Wr`6Q6_Z<#|=l83NDO1l!E@hUvctA+y
z!~USFkDYk`8*OKsw0gnRJ&ZwnCvyEwRIzwKA8C^1Wc4nB79&Dv_LX=dd
z;z(@Co|GuBZ6XoUskW>LDa2ZN*Lv)|2b%l
z)10a9h+Ts&B}L@kDkhB~Mj_aqZVv#r6PJ&(mmtr$KxcP4030v`faqfY@D+igy8s~E
z8~{G~0|4Oy0BG^04|Wofz!?sU#--DNjfk%VC}I==dBnp2a>z}6*2f^eHh^YEJYWw-
zXU_M<7|-)hK!Cz5hl^PBaz+-anX&TenE8z9a&zo8>GJbFD)WT1P9bI)-`P_L0LwMd
zg#j)}k;&z^Lmn&(siFi-&TMG(xxp?TQ>aJY!1r-v4r
zyJq?nLEQODJmKtE$bcXk0WI+6;P+%43G@RQ8kvzz&oxtyh$bUY;4r>`BNQTSku8YR
z1^$Q4w>QIg=Lq5b;ph~*d60-~IV)KNFIKVU<7As}nuXwEf#>%G3&F(#<~~>iBQI3|
z1=4sTjsO`-#75hkYw^d7#kqC}AP({pr`6x~WFfYIkM1mi2}wBnSyU*D!<*Sh8*?J~
z-N<4k1>O$}cJbMP9CY)iB@3X%?CCn5KdiGLGOHwl=t)~}@@9_pG>V*SGL{I=eIsOS
zSH(}rhbmu6quP5oD>v_^@AKZhirm>^6L~g{77}0!#d5`Tne(9lu;|079U*m>mRzmeThSaSkYSgz}_|Em>Z<$Mq
z)l>&RHb+gC3+qc0yQa2}{|?wzJ-xNZ#MehzsprUunzbmLeV-}
zY&1j^0x6nqnTj$H-tE%p4LxiiJv7$aQC3ynWt3vo9-8qA+i`j68BJq$cusb9VsHOY
znjJTPV~N+_C93$IV(3=m5GHq1c60pRh~l&)i}xSwNgIyiJ95>R)L%bTBh@9TX}9$?
z+l{8GziOy840`>SHMlG1=ASVF7q{LshhuOx7f-pmU1FKI#|-9=oDC(rvRX2@rB~Fh
zJW2I@vo_Z0rCG~_ZiTHJ;h*@Fz;ULHim|aSHYYNy-cdQbDU{B8JZze9`D@vMZV4>i
zk$a73KU7;1!STP>zztA|Ro^HlnF_jXbus$+K1Qp&>DH#5*?#StU*o*Cj!zy<<4qYg
zMXBTn{w-8)(@EVDV1RG5h${A($cQhx=X=7~zlY;jFnVONy~poJM0k49pSJ{$JvXRNCX%(LS(c+|=#
z*DY72NL|m@nA`Tm9$+dIwe~zdpDVW_NVkoc;bGYLAg-XLZ~Z}nREa{ZQtf=Mxr_IU
zgJ!Ie*izlTtu9H;%tZ5%OA$YFFxqq59cr2^@HE}f{!Qx1T*naK^|BVyx$U)V
zL-*X{Mkn19HB{^cC6t@NLlmq2Zl+G_&J0>oTDmN0&2#y8WQD>T;2&|6Pfx?-YVJCE
z*V;g5>tnML6V?|`T(GLjh9|#1Ja+qCTtf9}c5u8k*@*o-^VN+L=Mo{it!~@A@{YX^
zdJ*5#G_iMUhV!^AfZ&t24%auirQ7WDYf0IpiSK{}`#5>CBV}V07wQ~2AAQX)&v)3Y
zx^1)8U}#2iNdegVGU4#SiH1tmXXE`f_wS^byqdCn`}IqFzDs8+qfT7G%EQVutOs0^
zeL%Klxfp(1cBk{ngBslIp9
zz?g00hxU*h{9Tvg#=d-~QhhgO<~D1W!+yjstmf3CQ@Nk72K&WyskLdBp+7*HBZHdf
H;Q#A?H5D6O
literal 0
HcmV?d00001
diff --git a/public/static/icons/c3-iot.png b/public/static/icons/c3-iot.png
new file mode 100644
index 0000000000000000000000000000000000000000..4c615ad67de30958d817dcb03d40d2255962f196
GIT binary patch
literal 3168
zcmY*ac|4R|`@hGaj5W!YWsH3tS;83ON0vxvvPId488ny~ne1gP*+#NNlVk~{Y>`wL
zdu88hvWD^6Qcoxz-qF*q_kGX(xz6>yuk*dW*SXFg=iIQhHs^+jLI42Zwm5BqW_od^
z2_I%>&g`z6F9Cp+2Y2d}t^X9z(!+q0Nl}KsP1D{t{NqUI2Bs
zu|`?uee7^a3591*`*v*rdLZrtV-HhvnXZxnVRaqaF*&yRd~4r#`H8JL
zDCtxDc%^O+Y!(CT9c!6vJw?)5S67xy?b-56Fkk^0(Cij>7kNzf||-W@se2nW`w1
z-`b;nOggkEz3I$)i1_7WDpI@bu_CP3wEJX5p0)H)bL>uZz3C@^+Q(R%v>NqDfhlmq
zX0{UH&P*a7)&4V`lvJgLt7+%k$28(NHl%?|O)ujKkPQ^g%Rc<27=!evTxZ~oa_Mlc
zFW*!wIiv;I)3Iinw^l~kXGZAnW!J&RLH>P>OPp6vXZwB4{E
z=))4Zrs|7BjP>gk``k2ASxcV#dc>g=MRR;~FWdNUH`V6?9kK=quK8S~F7=Sz??10N
z7UUkDrRWK9ir$iiJJf9$cSSqa$v@LOA_P>Ou_dGA}^0|-kV?an(e
zqW8DPf#ItlX*5+Q`DHRA)Tm?6*E?srwy)iis>3(lH{R#plQo8SMMUBqlbg&Os7<59
zC6bJ%(vXp>My{ZE@_W+oFy$*WRHhaP;y=hv(YMT5la7kuL&WXy)Gxti4gi
zs`ddMHAN3DXgmC5k?aK`8_7+Fec4@hKW}v#QvAEOD3Wr~bCaJ@Gw+F10yTIlrt8wQ
z8o`a=7A#4mn)?l3UDxtot15a1S-@qVqf?EY$5oLE-th*lZLQvCY#7H9;y66uVOMl2
zj;07*YGUtv8t7dSSs5erh`55UtQnm#v@^TIE+0`cx2_4c#?Qq`TNsMK;x9La#jSoX
zxe|58;6v554&p`tlFc*1EkX+=VAvWID>9Y*>fFl4Fkz{>muL1CuAsIq?_W3DxB1i9wl+*eqB!Dtd2DB-Eg#?Avz!!>kU11+Z_yZ#mcN@lIEQ
z`**OtCu4l)n%99!R0(+#O_ry5PO<2Y#J06K+KBd5NG^YOA>(Byf$@lD*ZrNp!y>0l*S;{0~Nh
z6n=A903ZR&aGyTCh%`|5AZ_jd{n6JuncE
zm(N@TUBKBnk(|z2A-n=Ft9f__dScYbmxB(n03;c~gqJZS4=DL^0G@~-8^C@s5KMd!
zhQpx0C?tOanA2HX=&3*g26|FWT}>T^f(jYWwwffAmM+G4FwT#ojJsO9e6EFjO$4g~7A4?m89f
zD#Pxdy11}14pZ{$vdy;AFEJc$#9i<8oTZ(ajVha1pz}&0N*UC61;(&KPP@gXSB7r;
z8bn;vNj>|}Yf4VVimL;2BLYoJ+&iUEc
z=xBofSl+;gpU2l~KgEwAxZ{Zs+xnMWL{82lkoY8ClHlQ?Hsbd<6|3~y@6Oz-kWCj8
zu`L~HS^oZ@{Dr8gsp)ugxKQg1pXHfsDNQd3kJz@DyiI#<7Zf9?mYC)~RKgo)8ui+(f$~E&H}|PG
zCWC;&4lB__v=~d0rmJvp(omyqjhgw*V;b|uO7{tk7me-NwS>7CYik|VgY#s6QxP5s
zB-E3Si=9nf-|F!>DZay;>aniiEiB(9R)#p|tZS9fg-2!ri>1&mP^uJ%lFB?=C*@Kv
z$I!R_8(#_fx6GuG61*V4!>sOUjdak%yMGC9vIj2~9+z+v&Q%P1o2SRY2_dm`=r1Jl
zf8~t7a5D2RnLg>YtT*D~;^YAY*rDQBfYkc8Mm}8BY^UqRbwb-7nqPyG!dh~waD=r-
zTvrkqGc>_g;F_2(GST&rZ#x17lDj67ZV^*0$Ul7cPO*(;tZP*oE%ve4X55!|1ybXK
z++Depm@#6eNp+lESVVLk$L2`jd4q?U7B=qhb8f<4Z*x^R3`iX5O_S>()qB4*Yh*=J
zG6#O#zia7Zx1y=(>qEHCWA5nfkvfsoWPs22TQeQYJV!g9D;%PfZxGHNnHJUVw#pN*
zPgXvOkKj$oh9@JBn0bgL&f|&&ks8>&%7})aJN=VUyhEifraywr4k_FZ{4DEX6s57-
zqQ1uvHJV!m<%qR8U371|T`Lr{x(1a+i(UzsGArcpn0jUN>?v7la1ecD+V-q)B_%{j
z3pxV^gB7AfRkg2iiRoVvP*hZWa4yO0jn!PEwV=$M&K(aN4tP?bi7W1
zxWJb?6q>I&-%hDiC6>isUp2xy72lLO>FWF44_)HrGvE@lUY)5veyYd-7%5
zhz(DqeiKm~WfP
zd58`;@%+6W8(Y~EL>%>rPO>3D|Ku&G`I>PWnIXg0t(~S~N6GKausTZpoY!}rAEvK=
ze0lV7=j!Na^o8!X8Hg0YoJnYL!L@vF>_{1VqSB
zEfl?)Z8Nmz8EJ|C*5E2>ZI_Mi*Lba@L{30RC|RwuTOMO3it^{5xRrMX(ChfR!A+_u
yX5-El4XRr@6l`?6`GTeDU@D!S+Xt%7j|Rf^ymHbNhI0;HSqoEZlPAXR*Z&QcoQ-M#
literal 0
HcmV?d00001
diff --git a/public/static/icons/canonical.png b/public/static/icons/canonical.png
new file mode 100644
index 0000000000000000000000000000000000000000..42c1a6284eb24195185923d6f98afe8472818108
GIT binary patch
literal 1796
zcmeAS@N?(olHy`uVBq!ia0vp^%0Mi@!3HGfm>-J*QjEnx?oJHr&dIz4a%QAPc&7RK
zGH3zW91N_CLJZ6xB|yl)D8;}EW-~B&F-pVPL5zkBOh9oFAdYI!WMF}+$pg|L-~q%y
z-4NO_B|j-u!7Z~WwLHHlyI8?F*pz{Rc>yEBmIX|36Olpi<;HsXMd|v6mX?HQ{!rU&kSS3YW2QabwYr?OpEyr7PW8C$UTQkJMsGj5$ses{L^Oznd&=Do3G5f5$d7a
zl(Fp8e}gZKw_F^XGbZW@ZdopLfK6(rOW*2HcM+qs#e69&TYPIy+eF%};NF*7BXBKr
z&lc_YETgzbYo^^eA}Ho-wI^~i1EZ1tHijc*tGNs0&l`I(J$s_!bo}|M!|N>z{?BUm
z+ie`|y5q&cS+m$KF*UwaSnzJPp3SlJ-`#%{=9Y1_9p-Sa>H@Z9w9
zz~7ltyC$-veAFZWVj;?+LHUBsQz~
zTFIHqY{FCBQQA^ih$n_1_mQzSF$xZPM}CzaLi1EmBaa
z6EIc~)cmEeZNIYlA=3mm(<%J?3$pJ!))n$4PhXdi^~Qfo&bx-q35ieMxNhOkJN#aJ
zy~AnshY@DS^#3=V`q46{>dyZ}mY?s;BKn^h7Uqh~-j;vt+Ct`xSNA&D_y23WuUFIV
zw6l4w|ANW6S9f2U*?7HF(dEVUg{hNQotf01)A~j;=hv2xToH=v^$%+M+?nTaLgI&ww_%`{b4r^4
z+h1PB{janNer^`5{Nl;sqPM)&eDa4s)kd0G4Wa^P1E+d+E?sKzP>k6lz|%&qE5PJ%
zmDfh5rpXt!tjW)rl(6Dx)f10sme^;jjIZkydw0u({o-!E!1#S*7<;=(8|2FrR|Gzf9cG~&Wj+jliRzLCV4U_#N{%V)fXLH+*g69h*u7PR^22WQ%
Jmvv4FO#oMVwD|x4
literal 0
HcmV?d00001
diff --git a/public/static/icons/cisco.png b/public/static/icons/cisco.png
new file mode 100644
index 0000000000000000000000000000000000000000..c371442cae7ac5d50ff027bb05da94df493abbb8
GIT binary patch
literal 1233
zcmV;?1TOoDP)Px(i%CR5R9HvVmwjv#br{FL&t1nD6xelb7a2q&z5*?VDVp`rPA9e_S;S-s2&?!K
zFhLXF{?V8~Vq#28jERvTe+YJSsEbCCtSqqDV7mXsi-P!9lSx0-lpZS#*
zN7pV_B%0k{?cMYHKA-3HTEaBAXc{o0B*^O34`0tjc7AB@p1~^(&e^oCn$k3Tu(SP)
zS&fn)9sa-=fMF#RyvD49d^?9f@H>FHN+>wntj7NZIZp`%XI&LYyT9dm)jIwbIy#bE
zFh7&_rpM+8dTRYpSL=>q4xNoHPa2l8_tm}cj%GD@CNDwW;D5S2PQzQ&uHYNRG^WZV
zIs5^Gfjz5+THh=L>1+(_U<{j;P_U?u!yjN^^tRId-cyAjo&HB&U|_E+p`ZYO6#~6X
z-0s`xRl9fhW(}_h(!M%SuXYB%$vMkF61FQ{!7XMX?Y<3OwYx3H@y~Qu`PSbdkocXD
zX4b(kTh9Y18Peuozd(feE7OxTYR?DfvQQ;KI=szRR8;WRSgwSEN4dtOOjbP*SRn{F
zghXPF(%bRZ6+y0gbfGAwfB83%yw546k1)fiRljKa;WEf<1SgeHaDJ{g9R8Nm5Ys+o
zU;D{IJ?ZeZ$eB`xTHTrQdc77$#kFS@>sSpsI?~xQQ4);JL!E8k7Am*hx8Y_Y>QX|j
zizc+$xiZVlMdv=>$yZ)!%iQ4)@HU7mpK^-*9?{+69?t67bb_T+-*=8CgtBppX~
zrp!8+WLLYX?7BHg@#o&%<7PEVf;207we3tnGJvSa4$A>eWy1i003#pXjP8^@$psEb
z?kIpI7Y*rCkJi8DpmS-po)Z2@in!%oHFDxO7SGTm3tt&CxLrywbJUL>QTgY-O7~VG
zY|FwiS&Q(6jjx#{
z+m`JDV;j>J;ieSnBb7ttvDq^dG9WhhAQ+so7P-vF
z{z})~BGLXd8J>G$$1-avEV;t~JRU8=+hWqIu^6OqKys&v@UoE4Ap0VacuW@A;5n$>j&AOR%JGtW%EjY9VZMeF8>nN`lNr$NS6*!V`??Jp@sf
zwP^dKOwMyj@^CahfW>8+WVrywzL(?C6@8Vimx<^VFzQJQ>BmKgb#ko#!;jD`&X-Q;
z0Fq2(bxem#AmZ8AWG!MdU2bl8cz*4y@kA;Hpgeotm6#
z*+BaM$hl{^toBv88pxoY2|$SvZA@y!sS7-aYU#(dy1@?KH+<~$l+&FPIB2_bZbBTL
z5E@;8JIu00000NkvXXu0mjflXh3m
literal 0
HcmV?d00001
diff --git a/public/static/icons/coinbase.png b/public/static/icons/coinbase.png
new file mode 100644
index 0000000000000000000000000000000000000000..ce79e1246346b68c207da86cae4fe735a2b14549
GIT binary patch
literal 3017
zcmY*ac|25Y8$PmRtH>@zGnOnfV_&ABEM=FJCG#SgVa75vGZ-={OZL*(A{wa%5enIr
zee1QCH8jK&5waBVjo!ZA?|aVgKKFI*bKTeV+~<$y#8_JyAK(_}1_0oIsfm#dGmGv8
zCkOLB6{x!j0Bi@bhKAN&hQ@}z-oE$?ey(n4V>Awp$GX`V8vuZILV~RmM#5H5?|xOO
zqI7roAdN;jxTBF==55m#G0NCMm->t=C3%aNO%IgX0^EKp6B~9%j
z8|03A7JP|=B?X_A71~LDsR^MyI+`)7Y
zzR7Tse*>bkbpGBCUHWrOxm`*OL*d@e7Ep?B!x?UrLnoh;N>RPm42Ns>ul{?cm}x|h
zx*;NHK}h+sfKj5B=G&=-$wv9_J3z%n&z<&pMxU|)Z5RBt
z_i5u2#ui-5dp!tK;NQ#T?gt)JF@>2@!Z#&ANi)h~#~(>i3Vc7B{{;5ZCHoIpkDHa0b)%+E1|Zbfjp!h!>|3Iq~F
zoN74QN_jlo(RGj>kIgD8&-fhM)G;%Cg}Yc)
zL74aB>+BQr)r=a6KH9qp#`CPm!^pCujndLwj59
z{9?I;z34!6u(W`?`T9UzQNCBuP?C?|UKfBM!I{tpO>~ta`FP_9aFQKBFRr3-Sfw3agT#iOM(p~_HYkRG>`loSGwa);X(o&DX;e9{GBh(td)3>Fv|2n|$&
z`r!~1qG5@dj+Xn&L
zGyk8>{4?pVDsxmlZUpSlXVc>rbN;X&0N6>UM*0^`4*1)-U{cVcySht(^@Q$m`~Yoz
zztKBTRL0nMqOfSuh@{0sTyi`-(PIij-{@C=2=+79UyvQIeaFYvZe45(C748Jf|dz(`4^tUV3ok(X$
zHx;I;@Od7NI83%(Jb#8hr&2h2zH={k3jP0HuLC!5(`d!vVwF|t5=t#&!>vzsHB{jLn1Zh65345dP
zAgQ|gtIv%8E&ui->iv21kk9Ypb&vMN1*andtvnxQue&=Avlri2JUEEhb+^vxQZ_dB
z)~?0cX=kFZ{nUdJ4y3qM(GV*t9EAK%VJl1)By~xCsSKYwj`M7H-}P7>lAJlZoucp~Q$X>{tD2@Vk$nBtby%;B*nK}R?uPP$
z#gngnQ_06EY(=S_P0tpST^P?VPoF}rR)`)VKjU?*$lJE?K6{H|p18%S+9NJnq84oS
z@+v-XW#s0C6)81x^3@Dh!OS<6j^UPV{kgPR=}#3qJMlb_Z}r2s$0QB98|+w|&g;^(
zK60(eJh*x7<$$wd#V5S5k9x%E{c9E;5WG;%Y&H&(Wy6^FoW^Y&oKMlvxbKYSy>Gl0kh~pc&Il|}ki$1du#N;P
z%iScMOZH^-9$Q0{N+-6Lx_a~5w?>RioyAmA-q}l6zwA)>)Sx^O(>?N(Ve#!UQeLTP
z7b&C}5BY5N!tig~hlG~_bV|KPVJ|`Ap6&SKfoPP*w1Xc%{G_Uc(5ef>T#el@k0y~7Eih4#)n(C?0v#Zu8LdG2DeLPwf
zQ@0Pvdci5yRQXsA|3E&sAH!`*{XZ9YYNDdPnXb3D35$TaM65Xb+#KtupCOezG;L&)
zcsJ5uB;ny)osAtyayhtQI)9-oWU&5ihP)$Q5-IIG?%L7iIZ>x+THbD|()MCSmXEf{Jh*e@3n+>z(|S%+SkXd-us9Ld)_OPZJf)GLas-o^uk;*q=)E9WIO*@k8DL}
z5JT$vJoTcF$5Gn+khb?+nz&qrEow{k#TNb2jO;1QVxZTD0*!?aAPGn-oK&y$Gm^8Y
zSR}1DW!b4J)=f)fxus)zB`P1O8yX^+uk_uw>r|X<{2J$G@X+4x%=CSx8
C*jyz5
literal 0
HcmV?d00001
diff --git a/public/static/icons/commvault.png b/public/static/icons/commvault.png
new file mode 100644
index 0000000000000000000000000000000000000000..53f936f324db0f7177b46f350ec595b57ad46be1
GIT binary patch
literal 2206
zcmeAS@N?(olHy`uVBq!ia0vp^20$#q!3HGv{H?nKq*&4&eH|GXHuiJ>Nn{1`6_P!I
zd>I(3)EF2VS{N990fib~Fffz?HNHwO2gT4j2Z~_?U@WLP&H{l8U#Fm7^DY6GcRC7
zn7DumuG(M$Gn_2}(l+tVjdwtbv%n*=n1O*?7=#%aX3YUgGP`7kM3hAM`dB6B=jtV<
zVstT4fPE4v1v=K$i$%yBm>a~_7}uD8<1gE&iT0oMXANbKxf$*+JG%U
z5koi+qCP0KI6tQpZ&{HLeAZNmzh+74^S^hxP91vKW$jP{>*ZWLBi+M7U(;rsjde
z(Zs?=AFBkqM(6yT{G#B3#N<>^*n_no38AY7TN8<}#>fQO8YBs*MjL%lIzvi#kVFj@
z1*U2{E*pJ#4zc69WwGoju&%w!asra~?V*$f9`t@5Qv2D}2wE&Mhv_
zEB2jjwzs^x{_nZkcQFtCeW>e+zR>vj-sgGGZJz%*S9$L9p7X5#9zQuNQa6dQ=3Y!o
zL=Q)KPsP`-|9p;~S`p94Z&b3Ni#u$-@-w4z{cGeN{o9uQ*fZ56s%`GZ&k>s0=HG-B
z!q=$pu9lgdv+Gu`dc~I?eCLWBT;<)b?FsxCGj`*zQjv3Tq7ZLZS&8%hoS6Rw9_o82riOEas*iZK~n@8PJ8*WZ^WcMs+`wB0A4hyM#UYhI1{JaPW^Q<{_Nxm>%R{BC|>ZOuI|%>D|Wj}L=%R->rsf#uZ=-}g;_
zoP9(riDyNnM8r;(8TRQ~4_dnqME3gr`0lGYd2&!xV+BW*Ef){VlcYCHA1Wj_loL3qo=Q4&dPPTXrv$&dRzT~wApI2w{C`(hKw^hRF*8M5AtWIbD3H^C0TSY-;0ZC
za)H*Nw#&W?E(n+2wp#keRi>B_qicD`{-r#9dSI=Sn9v92yAs>8y3XBrSR9qS2Vtga%|$>9`}0Dv}qhW
z`i{JhYP={>u)D!oTX6E6>FPU$e(YkNv0ZLOHbWiv?#k9(zIP%r)?R%oa?(E7|G}#l
zi8Wj8+nl>&v~J4rmpNnN-niQ3kGEZT`O;mRauW87
zOs-E`q;!Rz$b9ZH*?
zxNiEY&i-S*|K*!AZq8WyEJgV9mW?+{KdJrAyt%r$HRh{YrOBHcDL~nrWpn@J2d>&A
z7k&HL#*(G~W}X!<*m!c;?8fZRPnK&u{>hyq5N{TKTvk7RPq2A}?63cqQ$>GBUp&)%
UN^H6FO;Ani>FVdQ&MBb@091cWegFUf
literal 0
HcmV?d00001
diff --git a/public/static/icons/coupang.png b/public/static/icons/coupang.png
new file mode 100644
index 0000000000000000000000000000000000000000..3ffed4764a4d89ac6ae4202806eaf1e74de0df7d
GIT binary patch
literal 3831
zcmZ`+2{=@L7rtZ**~tn9`z<0Dy$Yt3jk`88TK5h$@d^7kVBF401yBJfKLtp0M7(~
z<32eL%@E{7EXLZv6@>yM$vz!GO~D2nA$t_$6QJM)4y%zpz>tFPmyf0p|B0alfXg_5
z>Lt$fJls1Ne29{@10A1(?YJBJ$p
zD4*jjto^M~#&Bo67sSy8?}UK_dmW+y01*r)yIvT7M^Lbrr?($GSWWml0#5c1!%$(+
zcZk1-ny@v>6m$yjivcM@U=WzFIz0#kLioD4!qGZ^am>g72PKJz-@eA?xcMO*C_7nM0P##?&h{MG+M`78W4%ldczx6GfxzX_*(aTxN0{N9)B&$j-I
z{eeH64sMDI#&}xm;Jh&2euuNj!W0nD|C#xlc?$1|_cix%bjGNYg}zh%2>p%zu5$+xTh}J5?Ktk|d1Inkt6l1WDu*>CMMML*4TG_4(B2=M&ABNbpXy
zYJzZdiF3b>rn{|kv39#h0w^jLVGvmRX!}C%$DrkC_I|>?nOfHS&_0!k-P@1X!zb8U
zSs(8gFs$v(hNFpD%KS(=61#4F-lv6;&mE77zsmQ#6HMcvmiQJ&)xcFu4a~?3`G%q&
z_H{fEP%XsWwpUgpV6js7-t33HNa3%m;jSt#^BbN}cGZqd>9Vuh8uMsdgGd%-ik-(k
z`ovGa#v-yoVM}adL^2dsORVWltMr^^{;HPQ9%gz^{3Qs`HH>Cp+-iUzrt>H+EA*UF
z?XqVjeBKN^vq-I_eut*t|*9tgdI_U~%OJ&slxr9;M6?@ZG!l_gPJ@iHn+F#B-}j<87T3ZtK=fG1*W`
zO^Qddyho^G_9}DM;w@KT*yKuN|Ik18_(5X+3#Y
zuOK~JKK_)Nu@D0z(ghl6V;4;z9H!B#pZmPwSVoL|G}k?u#(Y%~n?0Il2(OqFiM5i$
zq?>D!&L1FDRx`&$T_}9L^dw-g;5fXbfWvbJDnU^@nsUnq{f18eS*nSx=b|p0vA4VO
zmJ#F)wnDmTQXuwng^BnGnyG(Wk^56l^vw~?D>T~6yr@Fu8oB1zVu{tBc_qs#O9bP*
zz-t4|PF|%is3o4C9$uErEx-|R<#SWf*T;s=NZn|@X-#}1{OEy4F3sDOTo0RB%?r)2nj4kh%7X?2V
zu^eT`Pu|gBVH6T2p&4{*T767li;W@620YWK0Sf!*sRl7XI}vTsFj8l(!LuE){=5y(
z@8LD?VUrMvFm*szqJ2x%`AcJyL!`>VyFMe)V?I_5EMgeXow~(H#)eXKGoWY4)^-e*
zZox12;!=~NS;1~iXTsJ_-DLqZy*kq@k9e&kebZg~v>VNoDU?^&EFa+|yiU}3x=-BJ
z?S!&FRa`X{$Zn;{w>DUH&{2(-dRM?1^^m)wlrlbEsbhhF(Pu<4=}CoWi-~mLP_NlO
z4q8$1Q-WplKy0A%eNp*kEv|HYQArB|VH>yTl6bFYzF>M=EaRfZ(Oq7CT=)T#1#ZzRrPsuAlm(WW6w9{n
z7{rQio*t)UV)yNP{j|+@kR}ZTN~YxT(H%)2QX=$Nxc0mt(ps;$o2Rbc6q
zuyT(_f;Zo2DDXu!$+ScrXY@@St9!oHt0C;%^u?``DXYVVn1za&5{oG5yuu4jZ9c=B
z)UHGHOPD)F=P24wa-%NdV9v5ZB>{ID9d0S>#Rs>Z)CL%glK8HCbfEI^ukjF9fr9gM;tYnR5eXN|+!bg3Pk_Lw*k
z*Sp*Ggl6WnVv@1OV+8q7?}F+q%L
z-5n7Umt(T?9x-G%;MoJ^UL_43^~<4kd;eU>dO&_KI7%5e#JC2NiTP1Or>haGRJ1VKg3L9eY;_LrLR3su)=_Ut1RE$!Ax9~|Fe?+vxO_E
zTJzQSvM*oeeu=ag#ucHgGEe&!k|ZnLL6v?YPv#4o*vB*c7vt_1o9DF@IT;OD?o4Tf
z#yi);+hd}@?nhO0E;TBwR!R+`t-7grEiwe<&u}L?)PlFbwY^P4crfqE=*69-M41)M
zht6Um0}PZ;>7}RGYdCi;kahD@{Q3(YEbq;BD-rfYq=tN@m%xmM5C~n3s@as$K*m>u
z2~5uy#E&Yy=e(7RIxM+U2ntl+@pcF$F+~u^h8EL?x+1iOlhZ
zG0S&^tgmjmfE7b~f;;7WczalPz?NJ_r|@&38FRsr4O=XC67McaZ-qu?1rXMzw6Ds&
ziL)Z+WJis>+~{jP@O7mr`dawJ3aK9sTY}~hz(dwz0qO~Tg0^nx%+|CuXHnx(rjg^9
zRQvgcw*_fi{weg+)2|u39r<>Hf&7iVx-uF$Y&bCg4LZKVexzT)tbpq+i@X|1;lhTJ
zUzhQ-lcHZo7WB6t^g-=y-0t_}X6#_6ZlSCqBEm25fPJs`O3PHl9b}(7zv93lVe!Gs
zmT|iFW~+t^cbX7ddoa$#Suu=qMXLtYieHXCvVC41($Oe=hi1iAbzPIP*@sE_^CaP@
zNL&T|H|n+ErZpe^-Sf$l6G${Z<-9hPZed2X?eYLN^iRqlfMq_~pNn!++Wm-sd;ibFB|Zm#v~*@GQAB
lV2~Sf#xQ7g9K)V`aD1T_xrI~B%RT&^Gtf2Bsnm9e{x{mta+Cl7
literal 0
HcmV?d00001
diff --git a/public/static/icons/cruise-automation.png b/public/static/icons/cruise-automation.png
new file mode 100644
index 0000000000000000000000000000000000000000..2f2eb65eaed1944d072397516799d51f24955bf3
GIT binary patch
literal 750
zcmVPx%s7XXYR7gwJl|5(_K@`XT|GkTz(L|%cAc~C^lE#nVZ7x_Gf<vxE?%M)zN$Sr5+^^Uu5a~f--&2l`&Q$`%
zjO~R|0|1f%N1CQHmCZYAWw<2uE&xLn!jH7<^VQNKX7e_vIw$`J%UTs`;``6PT)3FA
z9a2&=^j(oX9L_zi1`eDgsb>MSdTRw*cCCw334M&jDbFxU%kJ0+*w;!@p9aw2&V|<~
zSK|@+Qz&>*3oJXd*43)!P%gDJVm>^zsN+SJ647pgeIC4*mi?$2WIekWZTk_HCZ@9A
zSTgiU5{F#4rqwc)Eo=r}xz~Z0NN6O4maT0S*iB5y(8Y*w1(Q*J<&CR7yshG<4t_pW^b|Ka#n(7NW@MeVbF*~Xk9L|3bGiE^KxMvj<
zBmEr7{9Y687e(zU^pj`~2$wpK(}&KwDUqLd0Qte;TzdJ*R{i~bk-ND#(Iub(px(b-
g)G$KJ?ypvlzth9<`rqL%<^TWy07*qoM6N<$g6m3F-T(jq
literal 0
HcmV?d00001
diff --git a/public/static/icons/de-shaw.png b/public/static/icons/de-shaw.png
new file mode 100644
index 0000000000000000000000000000000000000000..d589fc6fe60cf4a1e796958a9a12b4e92006eb59
GIT binary patch
literal 65767
zcmeHw37q3(-Twe9aw;!!tbn*Kx*TygSCb~g?r7SiO|LY)4^T+kq)nQnX_~f4RSrQ#
zL`4u#L_x(10RazQL_tNlK~Y3S0To3KZ;qAI|I>DMcec9=?hJp{-FId`o$Vyg^LwuE
z^ShtqgQ5`Ldyj+mn3|f}JHoSR@c-MvXP@161;4-eC+|q`-;z3$V5X+7{OF#~Nv{Hb
zFRSwD#MIPa#njYEr%p{h11_EP@YGZnnVNd^_^GMsPfSf6XkGB_)M{|!Ubz@i5{ap!
z!1vvzcHL>;sa?Rgoxs1Toer8BQUl+n@;e>8{`)(3LZ@~H*A4(5WhZR(eLwL1-5*e=
zmVp0<<xQ45
zrp~`$>D1JdKT)$qr;7
z|BU-ttFCXy>e~9Km0A^+b=i8;`jLp{UI9v}PWfplGHMnkJ$K6iLomSVb
z%3Ke?WV1c*IB9tc%e8q@p!jA9IjXV+I>S3#Ty}K>-`MR7aQRR0l*x8=BFbjjyh|p{v7tq&o1ta}i|R}`JG#s$aD|D0oAneI
zU~*ibo(l!)&2S)9iU#}jaG+j~vrH=%?6+bgf^2|EuuOmWNwJJipy*t5A>@7%OEAtLMhzHr9CY{`hs&S{fFOS3Jf$=XVPG}OrJ}S
zhs;FMOe&EEL*p1JG8`rkrXc`6;~|fJr$S6W5(d-42bm@q9=KPJu#@G+1XD~9j26sG
zH4;p<;-F{{G{7?TR1jPPGXe;i39wj+bbw((k#xjO<+(72acZ^1-3g}L?*9Wa>*!<2(~L`6q8LNrdhFqVUeoUZg)GjMD|)~hKYdT
zN7z6Lz$I1Uf&dVe;oLSjHW1`8i5wTorG-YMUUutc&KnVIRrr1=!KZy0AsEU>)oPC$
zMAd4Xax<%cRn5
zC!3ZeneCX-Zj+v4x1k;^0iXexFhOnzF_vQJoUiQ<6-#q}jR;O$+w!0JAldVWkwmI%
zt1`SCd?(+YaF+BxrjPf`gd;h+ti)Qk_WN<$`oW$+e+Cr>5GS{JegR2+pmW;R`*H
z*YS+iYj>JN*GWfxmW3LY*$r2qV%@~DFcWjb87^34P+ltVoXnZ32@6^;PAK+>UTNHDdqW`&`s!Mn&=9yG!Q+e@A?O%rNo<}*41h;s!p=y
zVx(s`Gt!8l)viZMI1RaGGZ1Je8L=Nt(Xn8Qss@Y#%wk2g5!du80rwfQK)^XM+LTi@
zbz(j0PNC;-j|jR>TBsBfSSu6iTlIP@P!9&>qTg+X0$I0T7m`Xm#&i=|(F-Y7B%{Eg
zf&=&2oJ}_1e$9c=e4mQ=aSl!r;)o!fF<~ao!%W1&p_o&F`$4OSvf%F|2EMnuVlYW7
zgKieiS>SIMd}1|NwF`iEwexfe{LMN&@ZHwNtE}~kl)nk1F@<6};G>#~uZ{M=pd0A07cbU|!2C~ou?0+)1;V061U)06B2*i%
zWX*Cw5Gt+<`=fO~0{MdxtydbLUAdQSG_!;efipP~?4S~bk|{>03v^yD2
z@x1JapaW4-FWo?>gdAa;VVlz137n?Ih6W1_ha##2!h%~peUPF<4LY9j$6{!JVY~IV
zp8-2k>f(qQG18(ipvQZ;MHRTbrbb|}?KsLak^v9!^(NGn25rn7q@yKL5ZhAHDie`%
z1PO+nWRz%@QjE{A&~PTev&?{Yc{105-BAxK1YizHE7Jq}wyA)9D++~-FO7EvNFFGp
z7AIV|;DP8%>9E)F!v!J!esxRQVYBPp721j1pW?E+%<
zCbTGq9Mb9s(=^~L6j~bb3bEXy(>mn?h5@YNgYl5zejuaE3Z?l$52BmUGYbt;Z-?ND
zmnn7)k1R(tDz6$fJ|3)#kx(%0FLRB7AnInKIMxrN4L=E|+N5nKH8NcZlBfhZwCJdP
zjib?6lPg#2&A8W$sTPyO!U;Bl1S+*yN{vUYA;|SIPt?E^g
zVZ(#cC0S&ls%W$^-1K|#T1E|HluH)H7><>EehjZ^RNZd+*t*A>92|{!eKDdD7CD;3
zU@)dt`Bt@E;Y)272g5F;p&}T5NJut84>C$cq4S9@94ADg(`y!N*QX2`6b|miJkj&R
zq+w=6s0m^4h#=W6!8&D9Ska3?obt&zr_k-S4PC-ZQlnPQz^IINTV*R5qYJ)t
z$8E)ka3NMrmjisioc7XsCphk*0p&YL2OSL3L=_2#%8rD_FofpeE^KpcS8pp`ESvAO
z!r6wZi(s0=IiE`yO|7F0YH&P8>vW7AL`#i9XGBoUH))PD`-vV?uEaCtG#o5+BrUA?
zfLw1uWij40u#P~qlkI}8OT~ay!9%VX3h|LlGUZG9V|JzDFXwqaVvGpZg9R_=)2fCk
zrHLlhB~h|R@@NJ@<7CgJ719(#BB>;Myh&CBm#Ahly@n?8F)_i#!_{(ClS)LOIg-;O
zf)f(E*)!q;i^x*l0BeJFM(ar3=0h
DwPRz3(>4%ronRMw6sHLPSEpntzu1S
zl|$t$9T-Hyngn_q`US(_i@i9>
zp(bUE9)-$?jDcN2tLU@;N!nM9dFB^=80
zgxMoTJ&d7Ay4e$BO{yKO7*)NOR=crqxXeNWH(o6>Vk1dd$e>Ila#bjs?;C6Mf(riX#1TS*8A
zOLhHX3LaPu6!++ILyQ+JshA*ir%^z)Zjh|EwRk?ywi!>eP;0!(K)&R{1-{W#azP)J
zU^Ly=f-@<)HYj#WP)YQ%@&Hb-6yg-o-XNz+TFu4$MFB945U*->tj)y3XezI!+hYbB
z%kf3KXZTUw*GXw?87=4$k6>d3pbk<9?AcULF2ga00*+rKk#q`F+#_q%emd5%bgkIz
zq+|7v-n8775*{r|uP7*%laFz38LQ&CQXm<{@PZ_?QX0$zb51;7hzHU&te|=Mdbd?C
zs(K;N!-}DNsZ<`o3dVNI@t{zuv-nu12teAI97#Hr3{Lrq0-Df!l{A~hbVDyi)V63R
z{Rx+01_^&IAO-^j+^UKlAL=SB9mjf^-hihXq|;^)cvjHM9owKwh*r;(<*eDySWp5;
zH@hfQ;#nf1dTh26AzB>R#AzafB`Ro~@{~x}z~cpnCK{bcMGvNsb&tXd95}~Ni
z#FE7{0%cO2bUYsyn6R2Mx|&=Pf@l{P+!oX-K&@2JjQXW~G}Vi@!oDVz_4ARe>uH^I
zHkkmZ9nE1FiNL1j6|{~jdLP}}Y
zv#Q*#lnb6B;6zZca06%!32h*@VM7S@oN6v84GOgs>9)#+OsX}u_3{>3qJg8{cd7taXidBTK
z2O1jJL^uwK19NmVWXjG+7F06<`-$2}Q-z8`GVgCmk_}j0FdTIIs_CybN>!X}GPKaH
z^x_4>l}%DZYgsKiAOzTA$xMT4LHQBEQiUsU1r5t!siH;~AlsFVwBH6h$r@zMc+%g&
z{JE5t&ru#?QWiqlidiX1ZmZTJ<)Td@T|*BtMhr83$cSK~reHax33RD$02v56uojtg
z1Zw4c&6?ORSNKSSM1fG2%9h@#*g1d~*U1ZEvs>m=Es&&xfEQu|M&mqTM35;Ejb@;m
zYdGQ{1;^Wz8R}J_vXGQ=a5;x_5{g@?kjiBJY&>gq>Tn}oNKh=wM*FFBu2QF2ot1zr
z_6AUKL{Ne4EM_URBNh~>3{?g>#n%yQJk7QfJe1&Zoz9k9c%`Qg^+(T9)1qh?nRYA*
z8R>?agu_0grMLsRX7D3|G^WU;=5TUHCg=nisAX`uAysOg(Q#a|D2NlZArlGXi12*7+166bzDyXTHoYOnC
zXcO_0K_%bpw*0QkAgQz^X0@Qe=UKGGYt2M~4_13Zv0JVgNnF(Zg8`JmP28&yO@jg|YE}@-YT6q0uoWmb
z;euVwD3X>?3Tc5<*g^|J61dD4N>o$kqXWoAlf}%S5m)P4F9wFk>bxB?tMQUtrIQ@l
z!YvPXI=wMLJjn4?FC|bcrw}4f@DV~Dq-ws9uAxMrU6M%&=$$4B*b2($oTOPGI+b45
zRtvb9^~YmKTu%Dve$B-PBZ7sLS|S*B;9$`v8+LKg7^=mtOEn8c!^{i$uwAui4xtJZ
z0vWm*vHW^3AL=6Qy4LJSfJus+-(TUYwbs~ws4>A_Tg;=$h8rvkR1+9BUWIDOMJEuh
zOTAW2XRSOMkH$lB8YogR+-mSzMdRIEqG5LfMSnvtma#(4=Cm>Us@PPughnc2QK&j_
z0yc`2ndYs8FI%K@NE@q_Gq^=zdPX30R_Pe&WTp;5C5{b;D+-w^3Pv>J`m0_zsWeAJ
zHlcjAsEeK}dr(CX91fLyX3YXBC7a}&d^**pU^Sn&2T>f7i_#zmMI%*Uwia{*4)7>j
zBXFYJ6Ou>~Hb(@bWq;9gs%bvuC#(IA-ttLUEov9hVp_?H;bs+;m|Cz~mQ&$^(N$2E
zt^nt2gj8FU23cX4B2rL}P9jDzRT~kMk*-^Jay6n9@1)#_Dnx>vPPrOm!f}N!bklyp
zGxBb42mz08uinvfT&d{O!gel#
z54e5_iVHa!3j2Fr)fU8ti}SVz#eh@BN6S)FNfw)f937)P;3ABxZda!(LsXX0XYHilGGJ@S&v2WX1$(%+aFZzFZk(
zJ)#21N=zY8QXy)nI0(rS(dq(pyYY%p^O7i|Cg^Zl?Gr5|AJf{bA4m<4=bL>arAEfU
z4!NaZHPH)ZOOY~g4TL~du$OaC$<&0f&~272I37(j0W*!cgD?WrnotkSd(EQ<10FUx
zDJUYa5CYMi$XNR-r|U>470WgevFFfOxd()5Q-*1_K^vNsR#K4Ez$%@*5{Fti*CPyI
zy(d#KGTN@%8M#Qux|XlxPbHLWVk}0R;e;OJ6r5@*u7Cn9EL`bEC_YQ2pqA!`(WDin
zieegSDlOTA4Hhc!K$lUXU0}q7o0#s@QW(`V%t3(~i-2m}9i&@XKHUt$!Ay*+#maUk
zY?_-!=IDrC2UXOwP-=Z3N}uk;dqRjfkoNU7v2l|}@8rG~4i
zxrpjF)OL)?C#8e|q_8o7O|aftM=mN*N%p}$!>DMT9$8Md{TafQX(?1L&@>T2NVl6O
zFch`Mut_AyTFi=88U-Gy6K$$t1Jj?za_Oo>HJfm@rV|BfAmop)9FncCh03tTvDsdbJ(FWk9Gf+<~
zE6J?r@MPMLjfPy3XaebqQJjcKWjk+$J31u@ok%>9jJ2ZWQZARkJFPa}t#w>V=E?~|
zmGionFp71zkn|q+S#%h~{A6w)$+kU(A~_22voT99X`5#}ZrVp6gLA
zRpEoc{fs#g-IpV@aVS&t1LY7ZLJg(Gd)b!J)LA|*Vb#o_CAW-niW=fBSMDH&tb`Kg
zpk}L$zRLhfSRAT#z%}6KWnhbxQ=wT)Dr7ib%~LaN&x;rFY999Sf{7I)`B=POYcWu>
zm#+cq*TW$Rn7zenG|m9Sv~O1ndC%d2QzjJ@B}wPWt|d|7yTsdL`yz_WYMkw{O@$P1WdzDI9oTO
zHMi2~Bx6x9g9`A+njw3P!?dNCd_jz(1mx=qsYW0Zb<>(yPM{^Y)QIw6xhoYX#)p^;
zpQYorJRtHBSM*u5NLYL&kpY2A7Xl6s)<1StNt9La(jFe}*wsO?Ty?xgy{?v#5>run
zVXd4l_6HHyS8+W<*0N$e=kh%{2{WasG4w90$1W_Eb4&3%!r^MP*}pLs5)DZ2+0ti$!ek&2z7cu@iGaFw8E8w
zpTe=Ejt$gi6Em<%ST>;yqQ&xJ*JcyIQOwm`&cyXGu#;j8xU9u0hrw~2vVgz8SS+>d%G6gkQAsowa9BO+uZ3Dz5Dhc7b=J=WowOK&*a=#-r@(}Ljj5?LDl36BO24Nou59n>1_cDG@09(=&Gazmb
z0zHI*l6>CZOnGi6H6q9p!2c6SB~$r)K9%isGXts1b(8>?>${SiGTn^OD|$>i<*(Ce
zqgQo(4WbA~aSBl)a%<2dl2l((YGkd-ja>vnSu%Nn4--r)=()jMqXAfE--f~!G1{gI
zIk_7Jh5*Z39U}qNRbb)(D*`AxMwTGJ-T^yAYeS}_v=Wsu`-%%CGSVD~Nzbg9@hW0v
zole?cqimPdconY)%W|bGvSQSU)LE|_C+d_Xp)8Sh;JDK476yoiYN~|l1-~{LvYgIV
zoNzu;tV@(vXcxp{EFl*}-pzKLPK!$eZ88ytV=!g*1_9tH)MB)0he32oQ3k-rlo48%
z(Uih?xowZrW5ApgVxH4gDhWGB_IN$)6SSreG7*F-V-Y;f6KzEoK^6fk>R2b&wWS(s
z308vYnrT^&MfE%glcgIT%a5&5r;cDCR@U$Yx=?5#6cFBO6KI1Tf#P`(7em3U`-&)F
z&~U3?02?~g;5;!1dQS@&o%Lq}&7zfQwUfX(J{oc^tu;9x1JxX}Zsd~TbV&o=r&y07
zm1wM(G=Ul|BMmyzjb=d{GgIo?%|JHNDQTscn@{KDR$7NDIbYSF8nF>UObc05SCpcm
zSkeKEGMO|DMzVm%ndT_B(G$2Fj&|W*981`Iye7BGVnGWAfGL^kS$ZbMvaAyn!ig57
zkLS?gDqJIuisec#L(n5PZbHkp@9RFaDW<911d`wp~P?r
z1;Ld{hN`+Tu*W5Oz_lqvE(l?2Kt`*QU~{~U<@-WkFw>2(t=9oYQm12)JQOaJI?Yzb
z*BF$tATLSt7Ed3LwZ&iNG>XrnMRb#rK37gVXBC)NtlDN1}n!S
zVv)m%B+qBdi89SOJs}L0d!9zovSNZX5Q)^RP*XQpGERz>jF;t1y6NF;3}`uNgziFV
zm$Z2ms*jCFu~*Il^qFW=34~zX1Ud~-hf;JFvIrkG~SEAL=yNg#~Lg}!9Eg`nENA`yQ{0O5+D7>E=@Rm|{N)m%2G#|J!-gGGKI
zwrrAZ7c4SlVJ1G-ZMYg-!-9CF$aRYT3{?*0Q(=%c7O@dK)8%=+pVD0>6Q#(4EXEVn
zXd)%51D5KEz_KcOVk<~yEvHOr-gGzaahMrvX_9`o>0
zHR8Ihgy}V$mrey6Ey~uUjKOqs&4xtQahB?f<+1kFn$wuU2y#QE@ue55G@B(I6}j++
zYO@z7>upV9Gf1wT-fZ&kD7`t+s;P=MnN+;)Jjkdc({svf=*a5fQGsbub!EM@KJ|VE
z9gcakcP48FTYAgRSW;D-#c+QnARvJy91Wuc5GN9S??BRGeH{K16&m-x3LuD}G;b~9S^;Uld
z9LO2{%no_>>Snq=QQc_OmFHOK1;zUd*LE>>{w(p}$TdcWx{;_@~z?b>#
zfc5o93H{p?2q-dvzj;6*Foe`16kbLsY_clb3s)HOqh)EiwvEuR$-M0#tYMRJZC7|G
zjRf5`g2V)STLi?mRU1YO0_5Sz=DhK+$!1v89=2aKa)gHC8O6TEgFs^ka`
z0lhna%VMG2VUzkhh{Tv!o9#-0NQ~{id9#R#v2Ufk*ijKdPfW`z0||7tRcv-O=ffn{
zpv1Do8n7W0YFh&LlFQO
z^9RPn?$}CPOm40nM2gVcH7uwR!`POvpe9hYgTP`F5&6o#*wV?U-Zu*9nq^
zs-6A`i);}X+YT5ni*F0KEr!0W^%ltjd|Q*+_f}$KayUDR@;R|%UK!;RpOwuE@_Pcm
zR$>i4(m#h@41E3y=%fa|mC%?R%?<*MNoM-WKx0B{o0l77y*vS57UIR2oPn*x#l%o{
z5Lo!O3CEb2%Xz^9csyr?iEm-Jm~>ojB`$VQQ8KYa+Y!4M;bQ3CTA0(*KQRMa3yX>1
z+YZ7nCMIS3fyGGo9C^bR28#tMo|DGz4g!k_r{DGii=mAQf~rGyu`nsJiNU^={9-cv
zxPt%#+a~(OWUKR1Fvidr{w}S-hTy=6`KMw`o<-P7bZmmI9RwcRtvDGOC1Y$XOr9*z
zDp>@^f1_Lcx_u5Ste^fLDASHh__`5I5H(R2QK!g2rU{dHaFJdIJT7;uivp37BprE_P7+1fR`H
zn0-vcx&zBwJT*N$$ui1o+2-+gV3H(;c1dZCZ(+EYG?um!7?ag^5X)rSh>{6E%DhAg
zfJ0&p@QDMD#t<0uH(Dq6##RDjGPJOR0E3+6qwDe(Ul~C%xy$B-j8V$Y$OlRek+A@O
z#^mnUN@z@0-%+5kO`Khm+jM@=7)ld>iqaZ#Xqx!uAATn$CSfa~F}b}Kp|MS$g%cdA
z7(kq?N5=etG0DQV5*U*(-$8&e>Hm9W#L1+QI4_<7vUO$;n2a(r7Ld&~nRBz1(AYu6
z$z)=}D+7(mZ8|?_tQRLBO=Cft#sWQEJE%CB%yD~VpfR}?^Mc06JON6^?D=MVo7pGi
zgrc&82$W4CLaz)qCVBAuvEd);8p8+*uwCb`ZA_{QTPac|vwwCFaBLfqGC7&^!p6vW
z9bsc6QvCCW#w1j?TWE|Q;kbo|dCul4Z25VhTYLcIe4hI_c8YFz@@d$Xyv}SFHeB6|
zTXjyw(W6e+of{lg8eQ39r7aI_91|XmV+*r0r^Hr1<8@uUdDag+%Uvg&>#q#Y-GtT8
zYhw+y_#w+3GF(7$-Z?H4Q?Ql0YNGZI!fz)=^~%748pSkx$U4nx!Kk1YL9yLG4c9*e
z1?8t-Hc(KDpxEv~L5?_uA6d}Jt-11J0b1Dvt6UTx+v>@e#0V59vM#{2VDUjNa*FMq
zQ%u@S3kJmkO#4MnF|t9%meaPhKgK>5AF|G7TQDdV5O!Py#eWGXu#uuky?i>w0*-<&
zg5tjf6yxkm|I5cIhVT9v<>4*9pk?b`QS@KrzM9oD@!6GJu=H3!0D6&8{Fg9_;i+kg
zLS8mZtaEq#pJfyO#W8|_t=1dP|D`CwCJy^o#vwex-R8|`he6qOq1kOEe>a)J9VAk)
z$+)&JXn+i`ZHz#bh?{b_iP3(Y?CkfR~3)_h(2HTmJ^2b=NjD
z030E+B^xt-da`6=mh76UGb6UZsDU**CONvaf$I7J&FS|XQtQUQVIH%#WOl%N
z$7QqXZE-3$Dm14t3%ui7v|F`qRkmlCTB{;26WP!*U9H%X?Jc9h@K?hd6`E5S%zPp-
z&8r=!WqWh_IGmU*y*zwgDT5t{>p9a>)lpmKOtobKuz*?L&r9FF2@DH&VX5nk4)3CPR)p*l8(FAFLoV
ze6{!NGDLK}+i`3O%
zz*`*enArIC7D%n@^ow)`?2BP{`wiKg!4QO6iTGBc{w(U7M(JskfDmGO7}l9nYRh9*
z&5k3PRXM`W0BEjK)!H18)CE}kR3YYor>=3>2&Zbx&$6`J*fHQ0W4T8sXY(G1DT07
zhy|mBSwzX^g#0Yy-OhOlhD{UrG>$J6C0uA@lrTOr$oL491`Gu!$iN~m*-mxI5ic2v
z8z5`^3q?r?SwzW>%1g*B5H~n6?OQM}3HdihNq}Y95Q|eR5)5HJmffCs$)aBVe?>1J
z;opZ$6ZC?)-^HF-LY=Wzu2TNOz}R4$t#Mj#PleC=L&VFn^E=`q1qv`(<&DEas8V=8+RChkIm{
zZAvWIatTdjh%N4s|0JrtC`W)!Hi}~Z*Jfm6)NqgZ2oUOCs6QF;gM$?;MxY1=a-L9>
zLIVU1PF^5EETQ)`PT*$5>lIz$N$
z;?4hP%J|s6yf9iizlGA*AuYhN`Mk@wgvZtl=KB_WhjNrJpoJMKAggX
zEY46Yh7X^gxBX~ki@anbUV@FzNrS9y-@^T*6EPPGrGgZ}hDZiw{6ugOC1YL!PQ$-s
z*ni^_?dUM&Z{={MNN`YX8U-umThO^zmchW{0RJ3I(=0gK&M-tU>ZH*VEH?XKh~dL4z>Oq$oTF+=I@_vt4e-PRa9+RL1&8$s7DFf+^U=Wh
z2+r_=!}>mkB4~ugQ33&YTt|2_^*0=so^2y7n>BU#l!u@$bviSa-D)Y*;DHb8XiVJS
zq&_R#DmdmJ8a^{(cwicMx;yglEmLcjr{zwoYggsv8;5eix~FAj8a#(%3k`4f{)UE!
zu7Yuq+J<=gwmzro<|xkr#c0Mc0z7a>sz@uzT1{Cg(LQt~U8!L!
zYc)Sf-~@Qz2ReF0!jSZwx|<{2n)jlP2fdm48=6_SYI9a)&g9Q7d1Nz>e|X8wGDhT_
zs&g70-p}CB*TZ;Y;tX~d})X}y*qjWiXXg%WmIAA
z#mNfA%~hCtaZZIfhf$_8j$}Js3p^A?QFVDn96q6EHT)taX6cMM0V{W^wrY*KIlM8x
znr1^Ydw?~Z2Ge55jx@8!uawkYQ&YQtD#9|^;_mkys5;p{K6ygx(;j|yZN;9u?|$l;
z?|W-yubmFtDZbBM+(D=R_J^-hzwm|sz5Ak96LQ4r+4~<`n^^MuE1$pXL3+(M*Iv-S?%DhPa_!m^)?VA+
z^|v3`K-_g{U=cWTd{=&W4x#Cvm3{(k45qz+Y_#Ls^B@CToM?FG-x
z{57;Ma?L|mKXjP(%O&T3|D@M1{jIy?O|Rnax#IMt);>v=RI|U
zeEDg|V()t2KaJau&+WHl@8n5GKtINx-t7}hZbVk?w!DA)nm-jj{XdT!boibh_TK;8
zlJDL4j`zOjC%6CO?N2OU{k~@}zy5q>YR_rwk~bbzJMIs=|7)kicYe6qc=#k{pO0U0
z(#g`5(X-$F<)Z>8?R~&W)u}g~a!`Hmi0{`;U`^55_5v;4GEKk?9;-*V+WxzuOHN6xt8oaJv{;XC@g
zBTqUu^q$}4Z$V!BhqE6)ABfe+VPy1x%
z?tA)QXTS2cL;m&77s4Mu{OAi0{deh0{&)D#cp-~_?Z)z3?s|B?j~+r_b-_KzC13f9
zbm)EeQ%`^Og_Cahf&KlvkNDW*uipQrZ~p2?^A{gl`>mfHd(OGH9(%;OpSo-b;_iRW
z9sBP4sPF;!q5k_m{;#th{^4sMeRO8UCohZ~^q2dNItM=W3-6}S_~AFLlP~*#amnj0
z&=32=mB+m|{&X=WcBAiKOl9pveO6mAb)bi4Oi74xGwyhw`|XA?mYJ0PhI+fuYB$B#QwE4
zSo)ujhxSsAzWr-o-mBBJ&-$($zskqNp1A(i^ljKz@csASzj)W1UPFE3rWIG+^2jYe
zedHVeb1rxMmt!ij--HDqI?5P7sbglxqr#~0ZT
ze3SeAhwG=^e&+kneq!gHA3E!t+#x?UghSs%)Gww!a#QhFum1JFzW3uJKYDNfnxm}u
ztoiPe>C|5PJ+c#g>xYi{;&0OTo!))$?(e_jwnsiZbIiMMyVuwJ&NpuB@3A8D$8$e(
zf0DVX=N$T*hb~$3%Rlz-fA%-K{Nb*fQt$lTbB|u!`ONoz@ZK{%eui=IU#I(btbV%p
zy}f=|T6t{qf#Z)6?mTVhM=m-1@a}80!|#=!-tFg~q*@8}jNI*y9I_jE;k*Cz!RH^5
z?e>NH3Rj%|`&%CW+iiDbzv#Yj@7?Bcjr8Z<@yv5)|Dy07qNn_1-=Ch^UjE|~|9NNZ
zw(CFBJLa3u5c?nUXpH*mv3LIUDfO{8tT2E7?9rFJ5GuvqIQYV)*L?M`$9&&^omqUx
z1%Evg^Zoqqhn)EAUF9O)W8dVL`Dh2r)7?yEm^#`70mu=-tt=YI30bII?#8R<^`&E0
zGZ&sx|HNH~eg0p&-_p*1^m_-j&VJyaOCNdWoa>kFcGTBaUH{-i=SA@Mtd?%PG@Y3d)_Ax`qa|5oU!KDYyP$L
zzUu93<#X3u_lwk3kA}Ye+V_3q!Z)9O#CN`;wGX@Ryp{JJ|Eq8P<0JQwlPB`}7Zf{G;S?_kFB?_60{QyQg0H*!iDQ
z?|=TzHy(QLhxfVR``@_zx%j89T-&^!{9ES2ebZ?1<|VH`@wq#4Z#?TG_ucsZcYoxH
zFD8w@?)jU0e(|$6-mr|i;>3FHbswKu`ZM?PcV&+K#?$BRa{9Nf`174lKK`0(FF6Q1
z>(XZ<$@Aa-9_i!{pS48z+a7Dr+I^=hE?!Nr2c7uC>wO=*w&h&<5y>_?CLcV+Fz{Q2{K
zW&HFXmt1n5ZeD#zxp)nI$>nD0U!S}7nJb^#rMYtVegE|Mky`hH8xDA?`OI$*xMuI$
z?8|BopOm@%t^fYfwST$w)FqExhyQh#4BJc*rBCUw+_suYK@$Z|gn#^ZhS7^vQ(Ryv%22KX)`4{SGg`cd38vuKQ*3
z@7?F3XP-P#+wYeBd>5Sa>j$}yps(NU(_eZ5jr1*~>HuG!mZGZe`Z`aFLU0%HU{lEWs
z{rA6I%fIa(j}@2wwi1o+Q=`1Pi8nXnOwSd<*`@Rcfao!zqs|}Qh(<0&wu3dJAeKB9y9kn
zwzqKc6A#^U-Q6c$@+s-#cOCG^1$+MWSI7S3!M&$f9`du}j>Uew^php~yyVXZ$Nc(N
zum0>!iB*R#JMpK9J(rxMo{b&yna@4ey6%!MJ#hV<2i~)Gt?!zH?JwS$x_0pVM?ZYc
zC2w6(|LLFa+U10|eC_Fn-$27$W!j~vD2@5u>9@socy42
zz&XNqr9;E}!rj3sum8-~-}w9q$G-5^cl`W`vp)LHch&AY?b3rO`wg$V|A8m}zG84f
z?382hFTLZ${hIENE`H2B=xDU_hd)KBkN^5Fdw=A>JDxl4{DYr*@*DnZZ@Bl%X9dyK
z&;9xQTRNZ1Jg!{)uAOf^d-+Y*J;NRMuazG}PnceN)78%ozVpJ5_WsP@V?Vj#AJ!k<
zbLL-PUk|T7_;qhV*X;7n+X`=5`uD$_eeEOPuN})?QoHKx*g*%jZrbCfd(XW5{9OZY
zI!-$M`rNr6c;TY`&b{rd!VM1|vf@LZIsa`>eLQx#c