diff --git a/.babelrc b/.babelrc deleted file mode 100644 index ae6f915a8..000000000 --- a/.babelrc +++ /dev/null @@ -1,13 +0,0 @@ -{ - "presets": [ - "next/babel" - ], - "plugins": [ - [ - "styled-components", - { - "ssr": true - } - ] - ] -} \ No newline at end of file diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index a78b60d09..000000000 --- a/.editorconfig +++ /dev/null @@ -1,23 +0,0 @@ -# EditorConfig for the node-soap library - head over to editorconfig.org to see if you editor supports this file. - -# this is the topmost .editorconfig file -root = true - -[*] -end_of_line = lf -insert_final_newline = true - -[*.xml] -insert_final_newline = false - -[*.js] -indent_style = space -indent_size = 2 - -[*.json] -indent_style = space -indent_size = 2 - -[{package.json, .travis.yml}] -indent_style = space -indent_size = 2 diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 2d2c369ed..000000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,3 +0,0 @@ -# These are supported funding model platforms - -github: kamranahmedse diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index ce941c5fb..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,36 +0,0 @@ - - -#### What roadmap is this issue about? - -- [ ] Frontend Roadmap -- [ ] Backend Roadmap -- [ ] DevOps Roadmap -- [ ] All Roadmaps - -#### What is this issue about? - -- [ ] Functionality of the website -- [ ] Discussion for a pull request I would want to open. -- [ ] Addition of a new item -- [ ] Removal of some existing item -- [ ] Changing in arrangement -- [ ] General suggestion -- [ ] Sharing an Idea -- [ ] Something else - -#### Please acknowledge the below listed - -- [ ] This is not a duplicate issue. I have searched and there is no existing issue for this. -- [ ] I understand that these roadmaps are highly opinionated. The purpose is to not to include everything out there in these roadmaps but to have everything that is most relevant today comparing to the other options listed. -- [ ] I have read the [contribution docs](../contributing) before opening this issue. - - -#### Enter the details about the issue here - - diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 9f57c7804..000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,19 +0,0 @@ -#### What roadmap does this PR target? - -- [ ] Code Change -- [ ] Frontend Roadmap -- [ ] Backend Roadmap -- [ ] DevOps Roadmap -- [ ] All Roadmaps -- [ ] Guides - -#### Please acknowledge the items listed below - -- [ ] I have discussed this contribution and got a go-ahead in an issue before opening this pull request. -- [ ] This is not a duplicate issue. I have searched and there is no existing issue for this. -- [ ] I understand that these roadmaps are highly opinionated. The purpose is to not to include everything out there in these roadmaps but to have everything that is most relevant today comparing to the other options listed. -- [ ] I have read the [contribution docs](../contributing) before opening this PR. - -#### Enter the details about the contribution - - diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index d446c2649..000000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: Deployment to GitHub Pages -on: - push: - branches: [ master ] -env: - ROADMAP_GA_SECRET: ${{ secrets.GA_SECRET }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CI: true - NEXT_TELEMETRY_DISABLED: 1 -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 - with: - node-version: 12 - - name: Setup Environment - run: | - npm install -g yarn - yarn install - - name: Generate meta and builld - run: | - yarn meta - yarn build - - name: Deploy to GitHub Pages - run: | - git config user.email "kamranahmed.se@gmail.com" - git config user.name "Kamran Ahmed" - git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git - npm run deploy diff --git a/.gitignore b/.gitignore deleted file mode 100644 index acad4283f..000000000 --- a/.gitignore +++ /dev/null @@ -1,14 +0,0 @@ -_* -Thumbs.db -.DS_Store -.idea -.next -out -.env -build -node_modules -yarn-error.log -*.sublime-project -*.sublime-workspace -config/*.json -!config/dev.json diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md deleted file mode 100644 index f6cda199d..000000000 --- a/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,76 +0,0 @@ -# Code of Conduct - -## Our Pledge - -In the interest of fostering an open and welcoming environment, we as -contributors and maintainers pledge to make participation in our project and -our community a harassment-free experience for everyone, regardless of age, body -size, disability, ethnicity, sex characteristics, gender identity and expression, -level of experience, education, socio-economic status, nationality, personal -appearance, race, religion, or sexual identity and orientation. - -## Our Standards - -Examples of behavior that contributes to creating a positive environment -include: - -* Using welcoming and inclusive language -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members - -Examples of unacceptable behavior by participants include: - -* The use of sexualized language or imagery and unwelcome sexual attention or - advances -* Trolling, insulting/derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or electronic - address, without explicit permission -* Other conduct which could reasonably be considered inappropriate in a - professional setting - -## Our Responsibilities - -Project maintainers are responsible for clarifying the standards of acceptable -behavior and are expected to take appropriate and fair corrective action in -response to any instances of unacceptable behavior. - -Project maintainers have the right and responsibility to remove, edit, or -reject comments, commits, code, wiki edits, issues, and other contributions -that are not aligned to this Code of Conduct, or to ban temporarily or -permanently any contributor for other behaviors that they deem inappropriate, -threatening, offensive, or harmful. - -## Scope - -This Code of Conduct applies within all project spaces, and it also applies when -an individual is representing the project or its community in public spaces. -Examples of representing a project or community include using an official -project e-mail address, posting via an official social media account, or acting -as an appointed representative at an online or offline event. Representation of -a project may be further defined and clarified by project maintainers. - -## Enforcement - -Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at . All -complaints will be reviewed and investigated and will result in a response that -is deemed necessary and appropriate to the circumstances. The project team is -obligated to maintain confidentiality with regard to the reporter of an incident. -Further details of specific enforcement policies may be posted separately. - -Project maintainers who do not follow or enforce the Code of Conduct in good -faith may face temporary or permanent repercussions as determined by other -members of the project's leadership. - -## Attribution - -This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, -available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html - -[homepage]: https://www.contributor-covenant.org - -For answers to common questions about this code of conduct, see -https://www.contributor-covenant.org/faq \ No newline at end of file diff --git a/LICENSE b/LICENSE deleted file mode 100644 index a642e292c..000000000 --- a/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -The codebase in this repository is covered under BSD 4-Clause license and -the content with CC BY-NC-ND 3.0 with additional clauses - -Everything including text and images in this project are protected by the copyright laws. -You are allowed to use this material for personal use but are not allowed to use it for -any other purpose including publishing the images, the project files or the content in the -images in any form either digital, non-digital, textual, graphical or written formats. -You are allowed to share the links to the repository or the website roadmap.sh but not -the content for any sort of usage that involves the content of this repository taken out -of the repository and be shared from any other medium including but not limited to blog -posts, articles, newsletters, you must get prior consent from the understated. - -Copyright © 2021 Kamran Ahmed - -Please note that I am really flexible with allowing the usage of the content in this -repository. If you reach out to me with a brief detail of why and how you would like -to use this content, there is a good chance that I will allow you to use it. The reason -behind this strictness in the license is to stop the people who have been using these -roadmaps in ill manners e.g. ripping people off with suggesting random affiliate links, -redistributing these roadmaps just for the sake of monetizing the traffic. diff --git a/components/about-header/index.js b/components/about-header/index.js deleted file mode 100644 index 277385a41..000000000 --- a/components/about-header/index.js +++ /dev/null @@ -1,22 +0,0 @@ -import { AboutHeaderWrap } from './style'; -import siteConfig from "content/site"; - -const AboutHeader = () => ( - -
-
- -
-

Hello, I'm Kamran Ahmed.

-

I created roadmap.sh to help developers find their path if they are confused and help them grow in their career.

- -
-
-
-
-); - -export default AboutHeader; diff --git a/components/about-header/style.js b/components/about-header/style.js deleted file mode 100644 index d48260a9c..000000000 --- a/components/about-header/style.js +++ /dev/null @@ -1,49 +0,0 @@ -import styled from 'styled-components'; - -export const AboutHeaderWrap = styled.div` - text-align: left; - padding: 70px 0; - margin: 0 auto; - - .author-info { - display: flex; - align-items: center; - flex-direction: row; - } - - h1 { - font-weight: 700; - } - - p { - font-size: 20px; - color: #333; - font-weight: 400; - margin-bottom: 0; - line-height: 35px; - } - - a { - font-weight: 700; - color: #000; - } - - .author-img { - height: 160px; - margin-right: 25px; - margin-top: 8px; - border-radius: 9px; - } - - .author-links a { - display: inline-block; - margin-right: 5px; - background: #2d2d2d; - color: white; - padding: 5px 10px; - font-weight: 500; - margin-top: 12px; - border-radius: 5px; - text-decoration: none; - } -`; diff --git a/components/badges/index.js b/components/badges/index.js deleted file mode 100644 index eab18e355..000000000 --- a/components/badges/index.js +++ /dev/null @@ -1,54 +0,0 @@ -import styled from 'styled-components'; - -export const BadgesList = styled.p` - display: flex; - align-items: center; - justify-content: center; - margin-bottom: 0; -`; - -export const PrimaryBadge = styled.span` - font-size: 11px; - font-weight: 600; - background: #2929ff; - color: white; - padding: 2px 8px; - border-radius: 4px; - text-transform: uppercase; - display: inline-flex; - align-items: center; - justify-content: center; - margin-left: 10px; - - svg { - height: 11px !important; - margin-right: 5px; - - &.fa-clock { - height: 10px !important; - } - } -`; - -export const SecondaryBadge = styled(PrimaryBadge)` - background: #696969; - color: white; -`; - -export const InfoBadge = styled(PrimaryBadge)` - background: #039640; - color: white; -`; - -export const DarkBadge = styled(PrimaryBadge)` - background: #101010; - color: white; -`; - -export const BadgeLink = styled.a` - text-decoration: none; - - &:hover { - text-decoration:none; - } -`; diff --git a/components/detailed-roadmap/index.js b/components/detailed-roadmap/index.js deleted file mode 100644 index cd3dfc566..000000000 --- a/components/detailed-roadmap/index.js +++ /dev/null @@ -1,133 +0,0 @@ -import { useState } from 'react'; -import classNames from 'classnames'; -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; -import { faFacebookSquare, faTwitterSquare, faRedditSquare, faGithubSquare } from '@fortawesome/free-brands-svg-icons' -import { - PageHeader, - RoadmapMeta, - ShareRoadmap, - Sidebar, - Summary, - SummaryContainer, - MobileNavHeader, - SidebarButton, - MobileSidebar, - MobileSidebarWrap, - DesktopSidebarWrap, - PageTitle, - PageDetail -} from './style'; -import { faBars } from '@fortawesome/free-solid-svg-icons' -import { getFacebookShareUrl } from 'lib/url'; -import { ShareIcon } from 'components/share-icon'; -import { getRedditShareUrl, getTwitterShareUrl } from 'lib/url'; -import siteConfig from "content/site"; -import MdRenderer from 'components/md-renderer'; - -const DetailedRoadmap = ({ roadmap }) => { - const [menuActive, setMenuState] = useState(false); - const { - sidebar = {}, - page: currentPage = {}, - author = {} - } = roadmap; - - const roadmapPages = Object.keys(sidebar || {}).map((groupTitle, groupCounter) => { - if (groupTitle.startsWith('_')) { - return; - } - - // @todo remove it after completing the frontend roadmap - const isInProgress = groupCounter !== 0; - - return ( -
-

- { groupTitle } - { isInProgress && In Progress } -

-
    - { sidebar[groupTitle].map(page => { - const isActivePage = page.url === currentPage.url; - // e.g. /frontend should mark `/frontend/landscape` as active - const isSummaryPage = page.url === `${currentPage.url}/summary`; - - return ( -
  • - - - { page.title } - -
  • - ); - }) } -
-
- ); - }); - - const filePath = currentPage.path.replace(/^\//, ''); - const RoadmapContent = require(`../../content/${filePath}`).default; - - return ( - - -
- -

{ roadmap.title }

-

- Roadmap contributed by { author.name } - { roadmap.contributorsCount > 1 && ` and ${roadmap.contributorsCount} others`} -

-
- - - - - - - - - - - - - - -
-
- - -
- setMenuState((prevMenuActive) => !prevMenuActive)}> - - { currentPage.title } - -
- -
- - { roadmapPages } - -
-
-
- - - - - { roadmapPages } - - - - { currentPage.title } - - - - - -
- ) -}; - -export default DetailedRoadmap; diff --git a/components/detailed-roadmap/style.js b/components/detailed-roadmap/style.js deleted file mode 100644 index 2d1b66aef..000000000 --- a/components/detailed-roadmap/style.js +++ /dev/null @@ -1,199 +0,0 @@ -import styled from 'styled-components'; - -export const SummaryContainer = styled.div``; - -export const Summary = styled.div` - text-align: left; - min-height: 400px; - display: flex; - - .container { - position: relative; - } -`; - -export const PageHeader = styled.div` - padding-top: 20px; - padding-bottom: 20px; - - h3 { - margin-bottom: 4px; - font-weight: 600; - font-size: 21px; - } - - p { - margin-bottom: 0; - font-size: 14px; - color: #696969; - - a { - color: #101010; - } - } -`; - -export const RoadmapMeta = styled.div` - flex: 1; -`; - -export const ShareRoadmap = styled.div` - display: flex; - align-items: center; - - a { - margin-bottom: 0; - & + a { - margin-left: 5px; - } - } -`; - -export const MobileNavHeader = styled.div` - padding: 10px 0; - display: flex; - align-items: center; - position: relative; -`; - -export const SidebarButton = styled.button` - background: transparent; - border: none !important; - box-shadow: none !important; - outline: none !important; - -webkit-appearance: none; - display: flex; - align-items: center; - - svg { - margin-right: 10px; - } -`; - -export const PageDetail = styled.div` - padding: 25px 0 100px; -`; - -export const PageTitle = styled.h1` - font-size: 40px; - font-weight: 700; -`; - -export const Sidebar = styled.div` - padding-bottom: 150px; - - ul { - list-style: none; - margin: 0; - padding: 0; - } - - .bullet { - display: inline-block; - margin-right: 7px; - width: 7px; - height: 7px; - min-width: 7px; - border-radius: 100%; - background: #efefef; - transform: translateX(-4px); - transition: background 0.5s ease; - } - - - .links-group { - padding: 30px 0 10px; - width: 260px; - - h3 { - font-size: 12px; - font-weight: 600; - text-transform: uppercase; - padding-left: 20px; - } - } - - .progress-badge { - position: relative; - top: -2px; - margin-left: 5px; - } - - .links-group.in-progress { - opacity: 0.3; - } - - .links-group li { - list-style: none; - margin: 7px 0; - - a { - font-size: 14px; - font-weight: normal; - color: #696969; - } - - .bullet { - display: inline-block; - margin-right: 12px; - width: 7px; - height: 7px; - min-width: 7px; - border-radius: 100%; - background: #efefef; - transform: translateX(-4px); - transition: background 0.5s ease; - } - - &.active a { - color: #101010; - } - - &.active .bullet { - background: #101010; - } - } -`; - -export const DesktopSidebarWrap = styled.div` - border-left: 1px solid #efefef; - - ${Sidebar} { - position: sticky; - top: 0; - background: white; - } -`; - -export const MobileSidebarWrap = styled.div` - position: absolute; - z-index: 999; - background: white; - width: 100%; - left: 0; - bottom: 100%; - overflow-y: scroll; - box-shadow: rgba(0, 0, 0, 0.1) 0 10px 20px; - top: calc(100% + 1px); - transition: bottom 0.5s ease 0s; - - &.visible { - bottom: -50vh; - } -`; - -export const MobileSidebar = styled(Sidebar)` - border-left: 1px solid #efefef; - margin-left: 12px; - padding-bottom: 20px; - - .links-group { - width: auto; - } - - .progress-badge { - position: relative; - top: -2px; - margin-left: 5px; - } -`; diff --git a/components/faq-list/index.js b/components/faq-list/index.js deleted file mode 100644 index 75f1ecb7d..000000000 --- a/components/faq-list/index.js +++ /dev/null @@ -1,16 +0,0 @@ -import { FaqContainer } from './style'; -import MdRenderer from 'components/md-renderer'; - -const AboutPage = require(`../../content/pages/about.md`).default; - -const FaqList = () => ( - -
- - - -
-
-); - -export default FaqList; diff --git a/components/faq-list/style.js b/components/faq-list/style.js deleted file mode 100644 index 6342b16b4..000000000 --- a/components/faq-list/style.js +++ /dev/null @@ -1,25 +0,0 @@ -import styled from 'styled-components'; - -export const FaqContainer = styled.div` - padding: 40px 0; - - h4 { - margin-top: 30px; - font-weight: 700; - } - - h4:first-child { - margin-top: 0; - } - - p { - color: #333; - } - - p:last-child { - margin-bottom: 0; - } - - .container { - } -`; diff --git a/components/featured-content/guides.js b/components/featured-content/guides.js deleted file mode 100644 index 03b0a9ece..000000000 --- a/components/featured-content/guides.js +++ /dev/null @@ -1,25 +0,0 @@ -import Link from 'next/link'; -import { FeaturedContentWrap } from './style'; -import FeaturedGuide from 'components/featured-guide'; -import { getFeaturedGuides } from 'lib/guide'; - -const FeaturedGuides = () => ( - -
-

- - Guides mostly visited by the community  - View all Guides → - -

-
- { getFeaturedGuides() - .map(guide => ( - - )) } -
-
-
-); - -export default FeaturedGuides; diff --git a/components/featured-content/index.js b/components/featured-content/index.js deleted file mode 100644 index 665fd2d4e..000000000 --- a/components/featured-content/index.js +++ /dev/null @@ -1,16 +0,0 @@ -import { FeaturedWrap } from './style'; -import FeaturedGuides from './guides'; -import FeaturedRoadmaps from './roadmaps'; - -const FeaturedContent = (props) => ( - - - - -); - -FeaturedContent.defaultProps = { - className: '', -}; - -export default FeaturedContent; diff --git a/components/featured-content/roadmaps.js b/components/featured-content/roadmaps.js deleted file mode 100644 index 5bf1970a8..000000000 --- a/components/featured-content/roadmaps.js +++ /dev/null @@ -1,27 +0,0 @@ -import { FeaturedContentWrap } from './style'; -import roadmaps from 'content/roadmaps'; -import FeaturedRoadmap from 'components/featured-roadmap'; - -const FeaturedRoadmaps = () => ( - -
-
-

- - Roadmaps mostly visited by the community  - View all Roadmaps → - -

-
-
- { roadmaps - .filter(({ featured }) => featured) - .map(roadmap => ( - - )) } -
-
-
-); - -export default FeaturedRoadmaps; diff --git a/components/featured-content/style.js b/components/featured-content/style.js deleted file mode 100644 index 7de9e4531..000000000 --- a/components/featured-content/style.js +++ /dev/null @@ -1,110 +0,0 @@ -import styled from 'styled-components'; - -export const FeaturedWrap = styled.div` - padding: 30px 0 50px; -`; - -export const FeaturedContentWrap = styled.div` - .featured-head { - text-align: center; - display: block; - - h3 { - font-weight: 700; - font-size: 35px; - margin-bottom: 30px; - } - } - - .featured-separator { - font-size: 16px; - margin-bottom: 40px; - margin-top: 25px; - color: #999; - - span { - background: #f8f9fa; - } - - a { - background: black; - color: white; - padding: 3px 8px; - border-radius: 6px; - font-size: 14px; - text-decoration: none; - margin-left: 5px; - } - } - - .swim-lane { - .featured-block { - } - } - - .guide-item { - border-bottom: 1px solid #dee2e6; - padding: 15px 10px; - - p { - margin-bottom: 0; - font-size: 15px; - color: #999; - } - - &:last-child { - border-bottom: none; - } - } - - .journey-block { - a { - border: 1px solid #f7f7f7; - display: block; - text-decoration: none; - color: #000000; - background: #ffffff; - box-shadow: rgba(0, 0, 0, 0.12) 0 5px 10px; - transition: box-shadow 0.2s ease 0s; - cursor: pointer; - margin-bottom: 32px; - border-radius: 0 0 10px 10px; - - &:hover { - box-shadow: rgba(0, 0, 0, 0.12) 0 30px 60px; - - img { - filter: grayscale(0); - } - } - } - - .journey-meta { - padding: 18px 25px 20px; - - h4 { - line-height: 27px; - font-weight: 600; - margin-bottom: 0; - font-size: 18px; - white-space: nowrap; - text-overflow: ellipsis; - flex: 0 0 auto; - overflow: hidden; - } - - p { - font-size: 15px; - line-height: 25px; - color: #999999; - margin-bottom: 0; - } - } - - img { - width: 100%; - filter: grayscale(1); - border-radius: 10px 10px 0 0; - } - } -`; diff --git a/components/featured-guide/index.js b/components/featured-guide/index.js deleted file mode 100644 index 325ed70a9..000000000 --- a/components/featured-guide/index.js +++ /dev/null @@ -1,25 +0,0 @@ -import formatDate from 'date-fns/format'; - -import { Author, AuthorImage, AuthorName, BlockLink, BlockMeta, BlockSubtitle, BlockTitle, PublishDate } from './style'; -import { findByUsername } from 'lib/author'; - -const FeaturedGuide = ({ guide }) => { - const author = findByUsername(guide.author) || {}; - return ( -
- - {guide.title} - {guide.featuredDescription || guide.description} - - - - {author.name} - - {formatDate(new Date(guide.createdAt), 'MMMM d, yyyy')} - - -
- ); -}; - -export default FeaturedGuide; diff --git a/components/featured-guide/style.js b/components/featured-guide/style.js deleted file mode 100644 index 0dd2b38e9..000000000 --- a/components/featured-guide/style.js +++ /dev/null @@ -1,65 +0,0 @@ -import styled from 'styled-components'; - -export const BlockLink = styled.a` - border: 1px solid #f7f7f7; - display: block; - text-decoration: none; - color: #000000; - background: #ffffff; - padding: 25px 25px 22px; - border-radius: 10px; - box-shadow: rgba(0, 0, 0, 0.12) 0 5px 10px; - transition: box-shadow 0.2s ease 0s; - cursor: pointer; - margin-bottom: 32px; - - &:hover { - text-decoration: none; - color: #000000; - box-shadow: rgba(0, 0, 0, 0.12) 0 30px 60px; - } -`; - -export const BlockTitle = styled.h4` - line-height: 27px; - font-weight: 600; - font-size: 22px; - white-space: nowrap; - text-overflow: ellipsis; - flex: 0 0 auto; - overflow: hidden; -`; - -export const BlockSubtitle = styled.p` - font-size: 15px; - line-height: 25px; - color: #999999; - margin-bottom: 0; -`; - -export const BlockMeta = styled.div` - display: flex; - align-items: center; - justify-content: space-between; - margin-top: 19px; -`; - -export const PublishDate = styled.time` - font-size: 13px; - color: #999; -`; - -export const Author = styled.div` - display: flex; - align-items: center; - font-size: 15px; - color: #999; -`; - -export const AuthorImage = styled.img` - height: 22px; - width: 22px; - border-radius: 100%; - margin-right: 10px; -`; -export const AuthorName = styled.div``; \ No newline at end of file diff --git a/components/featured-roadmap/index.js b/components/featured-roadmap/index.js deleted file mode 100644 index f9b0b46a6..000000000 --- a/components/featured-roadmap/index.js +++ /dev/null @@ -1,12 +0,0 @@ -import { BlockLink, BlockSubtitle, BlockTitle } from './style'; - -const FeaturedRoadmap = ({ roadmap }) => ( -
- - {roadmap.title} - {roadmap.featuredDescription || roadmap.description} - -
-); - -export default FeaturedRoadmap; diff --git a/components/featured-roadmap/style.js b/components/featured-roadmap/style.js deleted file mode 100644 index 5e20d19a0..000000000 --- a/components/featured-roadmap/style.js +++ /dev/null @@ -1,38 +0,0 @@ -import styled from 'styled-components'; - -export const BlockLink = styled.a` - border: 1px solid #f7f7f7; - display: block; - text-decoration: none; - color: #000000; - background: #ffffff; - padding: 26px 25px 25px; - border-radius: 10px; - box-shadow: rgba(0, 0, 0, 0.12) 0 5px 10px; - transition: box-shadow 0.2s ease 0s; - cursor: pointer; - margin-bottom: 32px; - - &:hover { - text-decoration: none; - color: #000000; - box-shadow: rgba(0, 0, 0, 0.12) 0 30px 60px; - } -`; - -export const BlockTitle = styled.h4` - line-height: 27px; - font-weight: 600; - font-size: 22px; - white-space: nowrap; - text-overflow: ellipsis; - flex: 0 0 auto; - overflow: hidden; -`; - -export const BlockSubtitle = styled.p` - font-size: 15px; - line-height: 25px; - color: #999999; - margin-bottom: 0; -`; \ No newline at end of file diff --git a/components/guide-body/index.js b/components/guide-body/index.js deleted file mode 100644 index 2ed2d13e8..000000000 --- a/components/guide-body/index.js +++ /dev/null @@ -1,23 +0,0 @@ -import MdRenderer from 'components/md-renderer' -import SharePage from 'components/share-page'; -import { GuideBodyWrap } from './style'; - -const GuideBody = ({ guide }) => { - const GuideContent = require(`../../content/guides/${guide.fileName}.md`).default; - return ( - - - - { - guide.author && - } - - - ); -}; - -export default GuideBody; diff --git a/components/guide-body/style.js b/components/guide-body/style.js deleted file mode 100644 index 2e15af752..000000000 --- a/components/guide-body/style.js +++ /dev/null @@ -1,13 +0,0 @@ -import styled from 'styled-components'; - -export const GuideBodyWrap = styled.div` - position: relative; - max-width: 750px; - margin: 0 auto; - padding: 0 20px; - min-height: 300px; - - p:first-child, h1, h2, h3, h4, h5, h6, img, blockquote { - margin-top: 0; - } -`; diff --git a/components/guide-footer/index.js b/components/guide-footer/index.js deleted file mode 100644 index f7e3a10bd..000000000 --- a/components/guide-footer/index.js +++ /dev/null @@ -1,83 +0,0 @@ -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; -import { faFacebookSquare, faGithub, faHackerNewsSquare, faRedditSquare, faTwitter, faTwitterSquare } from '@fortawesome/free-brands-svg-icons' -import { getContributionUrl } from "lib/guide"; -import { - getTwitterUrl, - getTwitterShareUrl, - getFacebookShareUrl, - getRedditShareUrl, - getHnShareUrl -} from "lib/url"; -import { - AuthorBio, - AuthorImg, - AuthorInfoWrap, - AuthorMeta, - ContributeIcon, - FooterBg, - FooterContainer, - FooterWrap, - ShareIcons, - ShareWrap -} from './style'; - - -const GuideFooter = ({ - guide, - guide: { - author = {} - } = {} -}) => ( - - - - - - - Improve this Guide - Contribute - - - - - - Follow the author - Author - - - - - Help spread the word - Share - - - - - - - - - - - - - - - - - - - - - - -

{ author.name }

- { author.bio } -
-
-
-
-
-); - -export default GuideFooter; diff --git a/components/guide-footer/style.js b/components/guide-footer/style.js deleted file mode 100644 index edeeb4052..000000000 --- a/components/guide-footer/style.js +++ /dev/null @@ -1,123 +0,0 @@ -import styled from 'styled-components'; - -export const FooterWrap = styled.div` - display: block; - margin-top: 50px; -`; - -export const FooterContainer = styled.div` - max-width: 750px; - margin: 0 auto; - padding: 0 20px; -`; - -export const FooterBg = styled.div` -`; - -export const ShareWrap = styled.div` - padding: 17px 0px; - align-items: center; - justify-content: center; - display: flex; - - a { - display: flex; - align-items: center; - color: #101010; - - svg { - height: 18px !important; - width: 18px !important; - color: #757575; - margin-left: 7px; - transition: all 0.2s ease; - } - - &:hover { - svg { - color: #101010; - } - } - } -`; - - -export const ContributeIcon = styled.div` - display: flex; - align-items: center; - justify-content: center; - margin: ${props => props.hasMargins ? '0 30px' : '0'}; - - span { - margin-right: 4px; - } - - a { - color: #757575; - font-size: 14px; - transition: all 0.2s ease; - - &:hover { - color: #101010; - } - } -`; - -export const ShareIcons = styled.div` - display: flex; - align-items: center; - color: #757575; - font-size: 14px; - - span { - margin-right: 4px; - } -`; - -export const AuthorInfoWrap = styled.div` - display: flex; - align-items: center; - padding: 40px 0; - - h4 { - position: relative; - font-size: 22px; - margin: 10px 0; - line-height: 17px; - - a { - font-weight: 700; - color: #101010; - } - } - - .author-description { - margin-bottom: 14px; - } -`; - -export const AuthorBio = styled.p` - font-size: 15px; - line-height: 24px; - color: #757575; - margin-bottom: 0; - - a { - font-weight: 500; - } -`; - -export const AuthorImg = styled.img` - border-radius: 100%; - height: 100px !important; - width: 100px !important; - margin-right: 22px; - display: block; -`; - -export const AuthorMeta = styled.div` - display: flex; - justify-content: center; - flex-direction: column; - flex: 1; -`; diff --git a/components/guide-header/index.js b/components/guide-header/index.js deleted file mode 100644 index 320999e26..000000000 --- a/components/guide-header/index.js +++ /dev/null @@ -1,57 +0,0 @@ -import formatDate from 'date-fns/format' -import { - ActionItems, - AuthorImage, - EditGuide, - GuideAuthor, - GuideDate, - GuideMeta, - GuideSubtitle, - GuideTitle, - HeaderWrap, -} from './style'; -import { getContributionUrl } from "lib/guide"; -import { getTwitterUrl } from "lib/url"; -import { faClock, faEnvelope, faArrowLeft } from '@fortawesome/free-solid-svg-icons'; -import { BadgeLink, BadgesList, PrimaryBadge, SecondaryBadge, DarkBadge } from 'components/badges'; -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; - -const GuideHeader = ({ - guide, - guide: { - author = {} - } = {} -}) => ( - - - - - { author.name } - - · - { formatDate(new Date(guide.createdAt), 'EEEE, MMMM d yyyy') } - · - Improve this Guide - - { guide.title } - { guide.description } - - - - - - Other Guides - - - - - - Send me Updates - - - - - -); - -export default GuideHeader; diff --git a/components/guide-header/style.js b/components/guide-header/style.js deleted file mode 100644 index 076bbd232..000000000 --- a/components/guide-header/style.js +++ /dev/null @@ -1,54 +0,0 @@ -import styled from 'styled-components'; - -export const HeaderWrap = styled.div` - padding: 80px 15px 45px; - text-align: center; - margin-bottom: 35px; -`; - -export const GuideTitle = styled.h1` - font-weight: 700; - font-size: 46px; - margin: 12px 0; -`; - -export const GuideSubtitle = styled.p` - margin-bottom: 0; - font-size: 16px; - color: #444; -`; - -export const GuideMeta = styled.p` - margin-bottom: 0; - color: #757575; - font-size: 13px; - font-weight: 400; -`; - -export const GuideDate = styled.span` - margin-left: 7px; - margin-right: 7px; -`; - -export const GuideAuthor = styled.a` - margin-right: 7px; - font-weight: 500; - color: #101010; - - &:hover { - color: #101010; - } -`; - -export const AuthorImage = styled.img` - width: 22px; - height: 22px; - border-radius: 100%; - margin-right: 10px; -`; - -export const EditGuide = styled.a` - margin-left: 7px; -`; - -export const ActionItems = styled.div``; \ No newline at end of file diff --git a/components/helmet/index.js b/components/helmet/index.js deleted file mode 100644 index 7c6dc73de..000000000 --- a/components/helmet/index.js +++ /dev/null @@ -1,74 +0,0 @@ -import NextHead from 'next/head'; -import siteConfig from 'content/site'; - -const prepareTitle = (givenTitle) => { - return givenTitle || siteConfig.title; -}; - -const prepareDescription = (givenDescription) => { - return givenDescription || siteConfig.description; -}; - -// noinspection JSUnresolvedLibraryURL -const Helmet = (props) => ( - - - - { prepareTitle(props.title) } - - - - - - - { props.canonical && } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - { /* Global Site Tag (gtag.js) - Google Analytics */ } - { process.env.GA_SECRET && ( - <> - - {/*
*/} - {/**/} - - ) } - -); - -export default PageFooter; diff --git a/components/page-footer/style.js b/components/page-footer/style.js deleted file mode 100644 index cdd73f9f3..000000000 --- a/components/page-footer/style.js +++ /dev/null @@ -1,94 +0,0 @@ -import styled from 'styled-components'; - -export const FooterWrap = styled.div` - padding: 65px 0; - - .site-meta { - margin-bottom: 30px; - width: 350px; - - .brand-detail { - display: flex; - align-items: center; - } - - .brand { - display: flex; - align-items: center; - font-weight: 600; - color: #000; - text-decoration: none; - - img { - height: 25px; - width: 25px; - margin-right: 8px; - } - } - - .preposition { - margin: 0 7px; - } - - .follow-author { - background-color: #1e99e6; - border-radius: 3px; - color: #fff; - cursor: pointer; - font-size: 12px; - font-weight: 600; - line-height: 20px; - padding: 0 6px; - white-space: nowrap; - text-decoration: none; - - &:hover { - background: #43aaea; - } - } - - .brand-explanation { - color: #999; - - p { - font-size: 15px; - line-height: 24px; - margin: 15px 0; - } - } - - .meta-links { - color: #a3a3a3; - font-size: 15px; - - a { - color: #000; - text-decoration: none; - } - } - } - - .foot-col { - margin-bottom: 20px; - a { - color: #999; - } - - .foot-header { - font-weight: 500; - margin-bottom: 7px; - } - - ul { - margin: 0; - padding: 0; - - li { - margin-bottom: 2px; - font-size: 15px; - list-style: none; - margin-left: 0; - } - } - } -`; diff --git a/components/page-header/index.js b/components/page-header/index.js deleted file mode 100644 index 2cfd340d5..000000000 --- a/components/page-header/index.js +++ /dev/null @@ -1,16 +0,0 @@ -import { HeaderWrap, Subtitle, Title } from './style'; - -const PageHeader = ({ - title, - subtitle, - children, -}) => ( - - { title } - - - { children } - -); - -export default PageHeader; diff --git a/components/page-header/style.js b/components/page-header/style.js deleted file mode 100644 index 82215fbf3..000000000 --- a/components/page-header/style.js +++ /dev/null @@ -1,22 +0,0 @@ -import styled from 'styled-components'; - -export const HeaderWrap = styled.div` - text-align: center; - padding: 45px 30px; -`; - -export const Title = styled.h1` - font-size: 48px; - font-weight: 700; - margin-bottom: 12px; -`; - -export const Subtitle = styled.p` - font-size: 16px; - color: #444; - - a { - color: inherit; - font-weight: 700; - } -`; diff --git a/components/page-logo-header/index.js b/components/page-logo-header/index.js deleted file mode 100644 index 196c33277..000000000 --- a/components/page-logo-header/index.js +++ /dev/null @@ -1,13 +0,0 @@ -import { HeaderWrap, Subtitle, Title, Logo } from './style'; - -const PageLogoHeader = ({ title, subtitle, children, }) => ( - - - { title } - - - { children } - -); - -export default PageLogoHeader; diff --git a/components/page-logo-header/style.js b/components/page-logo-header/style.js deleted file mode 100644 index 9ab9562f0..000000000 --- a/components/page-logo-header/style.js +++ /dev/null @@ -1,30 +0,0 @@ -import styled from 'styled-components'; - -export const HeaderWrap = styled.div` - text-align: center; - padding: 45px 30px; -`; - -export const Title = styled.h1` - font-size: 40px; - font-weight: 700; - margin-bottom: 12px; -`; - -export const Subtitle = styled.p` - font-size: 16px; - color: #444; - margin-bottom: 0; - - a { - color: inherit; - font-weight: 700; - } -`; - - -export const Logo = styled.img` - width: 75px; - height: 75px; - margin-bottom: 26px; -`; diff --git a/components/roadmap-header/index.js b/components/roadmap-header/index.js deleted file mode 100644 index 78c8f499b..000000000 --- a/components/roadmap-header/index.js +++ /dev/null @@ -1,62 +0,0 @@ -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; -import { faArrowLeft, faClock, faEnvelope, faHandshake } from '@fortawesome/free-solid-svg-icons'; -import { BadgeLink, BadgesList, DarkBadge, PrimaryBadge, SecondaryBadge } from 'components/badges'; -import siteConfig from "content/site"; -import { Description, Header, Title, MenuItemLink, MenuItems } from './style'; -import Link from 'next/link'; -import classNames from 'classnames'; - -const RoadmapHeader = ({ roadmap, page = 'landscape' }) => ( -
- { roadmap.title } - { roadmap.description } - - - - - Other Roadmaps - - - { roadmap.upcoming && ( - - - - Upcoming Roadmap - - - ) } - { !roadmap.upcoming && ( - - - - Suggest Changes - - - ) } - - - - - Send me Updates - - - - - -
- - Landscape - - - Resources - - {/**/} - {/* Project Ideas*/} - {/**/} -
-
- -
-); - -export default RoadmapHeader; diff --git a/components/roadmap-header/style.js b/components/roadmap-header/style.js deleted file mode 100644 index 2ae74d393..000000000 --- a/components/roadmap-header/style.js +++ /dev/null @@ -1,50 +0,0 @@ -import styled from 'styled-components'; - -export const Header = styled.div` - text-align: center; - padding: 45px 30px 10px; -`; - -export const Title = styled.h1` - font-weight: 700; - margin-bottom: 12px; - font-size: 48px; -`; - -export const Description = styled.p` - font-size: 16px; - color: #444444; -`; - -export const MenuItems = styled.div` - margin: 35px 0 15px; -`; - -export const MenuItemLink = styled.a` - display: inline-block; - position: relative; - padding: 5px 10px 8px; - text-decoration: none; - color: rgb(102, 102, 102); - font-size: 14px; - font-weight: 400; - &.active, &.active:hover { - color: #2d2d2d; - - &:after { - position: absolute; - content: ""; - display: block; - height: 0; - left: 9px; - right: 9px; - bottom: -1px; - border-bottom: 2px solid currentColor; - } - } - - &:hover { - text-decoration: none; - color: #111111; - } -`; diff --git a/components/roadmap-resources/index.js b/components/roadmap-resources/index.js deleted file mode 100644 index de47e54af..000000000 --- a/components/roadmap-resources/index.js +++ /dev/null @@ -1,35 +0,0 @@ -import { Summary, SummaryContainer, UpcomingContainer } from './style'; -import GuideBody from 'components/guide-body'; -import RoadmapHeader from 'components/roadmap-header'; -import SharePage from 'components/share-page'; -import MdRenderer from 'components/md-renderer'; - -const RoadmapResources = ({ roadmap }) => { - if (roadmap.upcoming) { - return ( - <> - - - - - - ); - } - - const filePath = roadmap.resources.replace(/^\//, ''); - const ResourcesContent = require(`../../content/${filePath}`).default; - - return ( - - - - - - - - - - ) -}; - -export default RoadmapResources; diff --git a/components/roadmap-resources/style.js b/components/roadmap-resources/style.js deleted file mode 100644 index 30cf3e766..000000000 --- a/components/roadmap-resources/style.js +++ /dev/null @@ -1,21 +0,0 @@ -import styled from 'styled-components'; - -export const SummaryContainer = styled.div``; - -export const UpcomingContainer = styled.div` - text-align: center; - padding: 40px 0 50px; - - .container { - position: relative; - } -`; - -export const Summary = styled.div` - margin-top: 35px; - min-height: 400px; - max-width: 1000px; - display: block; - position: relative; - text-align: left; -`; diff --git a/components/roadmap-summary/index.js b/components/roadmap-summary/index.js deleted file mode 100644 index 0a3a535d8..000000000 --- a/components/roadmap-summary/index.js +++ /dev/null @@ -1,36 +0,0 @@ -import { Summary, SummaryContainer, UpcomingContainer } from './style'; -import classNames from 'classnames'; -import GuideBody from 'components/guide-body'; -import RoadmapHeader from 'components/roadmap-header'; -import SharePage from 'components/share-page'; -import MdRenderer from 'components/md-renderer'; - -const RoadmapSummary = ({ roadmap }) => { - if (roadmap.upcoming) { - return ( - <> - - - - - - ); - } - - const filePath = roadmap.path.replace(/^\//, ''); - const RoadmapContent = require(`../../content/${filePath}`).default; - - return ( - - - - - - - - - - ) -}; - -export default RoadmapSummary; diff --git a/components/roadmap-summary/style.js b/components/roadmap-summary/style.js deleted file mode 100644 index 30cf3e766..000000000 --- a/components/roadmap-summary/style.js +++ /dev/null @@ -1,21 +0,0 @@ -import styled from 'styled-components'; - -export const SummaryContainer = styled.div``; - -export const UpcomingContainer = styled.div` - text-align: center; - padding: 40px 0 50px; - - .container { - position: relative; - } -`; - -export const Summary = styled.div` - margin-top: 35px; - min-height: 400px; - max-width: 1000px; - display: block; - position: relative; - text-align: left; -`; diff --git a/components/row-block/index.js b/components/row-block/index.js deleted file mode 100644 index accec0500..000000000 --- a/components/row-block/index.js +++ /dev/null @@ -1,28 +0,0 @@ -import { Badge, BlockItem, ItemSubtitle, ItemTitle, ItemWrap } from './style'; - -const RowBlock = ({ - title, - subtitle, - url, - badge, - openExternal = false, - disabled = false, - children = null -}) => ( - - - { !children && ( - <> - - { title } - { badge && { badge }} - - { subtitle } - - ) } - { children } - - -); - -export default RowBlock; diff --git a/components/row-block/style.js b/components/row-block/style.js deleted file mode 100644 index 3626a3bee..000000000 --- a/components/row-block/style.js +++ /dev/null @@ -1,62 +0,0 @@ -import styled from 'styled-components'; - -export const ItemWrap = styled.div` - padding: 0 10px 20px; -`; - -export const BlockItem = styled.a` - min-height: 114px; - box-shadow: rgba(0, 0, 0, 0.12) 0 5px 10px; - transition: box-shadow 0.2s ease 0s; - align-items: stretch; - flex: 1; - display: flex; - flex-direction: column; - min-width: 1px; - max-width: 100%; - background: white; - padding: 20px; - border-radius: 10px; - justify-content: center; - text-decoration:none; - opacity: ${ props => props.disabled ? 0.5 : 1 }; - - &:hover { - text-decoration:none; - box-shadow: rgba(0, 0, 0, 0.12) 0 30px 60px; - z-index: 1; - } -`; - -export const ItemTitle = styled.h3` - font-weight: 600; - font-size: 18px; - line-height: 24px; - color: #101010; - display: flex; - align-items: center; - justify-content: flex-start; -`; - -export const Badge = styled.span` - font-size: 10px; - font-weight: 600; - background: #8a8a8a; - color: white; - padding: 0 8px; - border-radius: 4px; - text-transform: uppercase; - display: flex; - align-items: center; - justify-content: center; - margin-left: 10px; - height: 18px; -`; - -export const ItemSubtitle = styled.p` - font-size: 14px; - color: rgb(102, 102, 102); - white-space: normal; - line-height: 1.5; - margin: 0; -`; diff --git a/components/share-icon/index.js b/components/share-icon/index.js deleted file mode 100644 index c4b9caae6..000000000 --- a/components/share-icon/index.js +++ /dev/null @@ -1,21 +0,0 @@ -import styled from 'styled-components'; - -export const ShareIcon = styled.a` - display: block; - width: 22px; - height: 22px; - margin-bottom: 8px; - text-align: center; - - svg { - height: 22px !important; - width: 22px !important; - color: #757575; - transition: all 0.2s; - vertical-align: top; - } - - &:hover svg { - color: #000000 - } -`; diff --git a/components/share-page/index.js b/components/share-page/index.js deleted file mode 100644 index 9d0a10aa3..000000000 --- a/components/share-page/index.js +++ /dev/null @@ -1,37 +0,0 @@ -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; -import { faFacebookSquare, faHackerNewsSquare, faRedditSquare, faTwitterSquare } from '@fortawesome/free-brands-svg-icons'; - -import { getFacebookShareUrl, getHnShareUrl, getRedditShareUrl, getTwitterShareUrl } from 'lib/url'; -import { ShareIconsList, ShareWrap } from './style'; -import { ShareIcon } from 'components/share-icon'; - -const SharePage = ({ - url, - title, - twitterUsername, -}) => ( - - - - - - - - - - - - - - - - -); - -export default SharePage; diff --git a/components/share-page/style.js b/components/share-page/style.js deleted file mode 100644 index 8e1c3f23a..000000000 --- a/components/share-page/style.js +++ /dev/null @@ -1,21 +0,0 @@ -import styled from 'styled-components'; - -export const ShareIconsList = styled.div` - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - position: sticky; - top: 65px; -`; - -export const ShareWrap = styled.div` - display: flex; - align-items: center; - flex-direction: column; - position: absolute; - padding: 0 0; - top: 0; - left: -40px; - min-height: 100%; -`; diff --git a/components/signup-form/index.js b/components/signup-form/index.js deleted file mode 100644 index 89ff5f83f..000000000 --- a/components/signup-form/index.js +++ /dev/null @@ -1,17 +0,0 @@ -import { SignUpWrap, Title, Subtitle, Textbox, Button } from './style'; - -const SignUpForm = () => ( - - Subscribe - Enter your email below to get notified about the new roadmaps, guides and updates -
- -
- -
- - -
-); - -export default SignUpForm; diff --git a/components/signup-form/style.js b/components/signup-form/style.js deleted file mode 100644 index 99ae65463..000000000 --- a/components/signup-form/style.js +++ /dev/null @@ -1,57 +0,0 @@ -import styled from 'styled-components'; - -export const SignUpWrap = styled.div` - max-width: 400px; - margin: 200px auto; - text-align: center; -`; - -export const Title = styled.h1` - font-size: 48px; - font-weight: 700; - margin-bottom: 17px; -`; - -export const Subtitle = styled.p` - font-size: 16px; -`; - -export const Textbox = styled.input` - display: block; - width: 100%; - padding: 10px 15px; - font-size: 16px; - font-weight: 400; - line-height: 1.5; - color: #495057; - height: auto; - outline: none; - background-color: #fff; - border: 1px solid #ced4da; - border-radius: 5px; - - &:focus { - border: 1px solid #101010; - } -`; - -export const Button = styled.button` - -webkit-appearance: none; - border: none; - outline: none; - box-shadow: none; - display: block; - text-align: center; - width: 100%; - padding: 10px 15px; - margin-top: 10px; - background: #333; - color: white; - border-radius: 5px; - - &:hover, &:active, &:focus { - background: #000000; - box-shadow: none; - outline: none; - } -`; diff --git a/components/site-nav/index.js b/components/site-nav/index.js deleted file mode 100644 index c2bd865b9..000000000 --- a/components/site-nav/index.js +++ /dev/null @@ -1,26 +0,0 @@ -import { HeaderWrap } from './style'; - -const SiteNav = () => ( - -
-
- - - -
- - -
- -
-
-
-); - -export default SiteNav; diff --git a/components/site-nav/style.js b/components/site-nav/style.js deleted file mode 100644 index 143f0771d..000000000 --- a/components/site-nav/style.js +++ /dev/null @@ -1,61 +0,0 @@ -import styled from 'styled-components'; - -export const HeaderWrap = styled.div` - padding: 15px 0; - font-size: 18px; - - .top-row { - display: flex; - align-items: center; - - > span { - display: flex; - margin-left: 12px; - } - - .github-button { - font-size: 16px; - color: #666; - padding-left: 10px; - } - } - - .brand img { - padding: 5px 0; - height: 50px; - text-decoration: none; - border-radius: 2px; - } - - .nav-links { - a { - position: relative; - padding: 0 10px; - text-decoration: none; - font-size: 16px; - color: #666; - } - - .signup { - background: #101010; - border-radius: 5px; - color: #ffffff; - padding: 7px 10px; - margin-left: 15px; - - &:hover { - background: #2d2d2d; - } - } - - .new-item { - position: absolute; - top: 0; - right: 0; - display: inline-block; - padding: 3px; - background: #e25712; - border-radius: 100%; - } - } -`; diff --git a/components/sponsor-banner/index.js b/components/sponsor-banner/index.js deleted file mode 100644 index 115a998f8..000000000 --- a/components/sponsor-banner/index.js +++ /dev/null @@ -1,26 +0,0 @@ -import React from 'react'; -import { BannerWrap, CloseSponsor, SponsorLogo } from './style'; - -export function SponsorBanner({ onCloseBanner = () => null }) { - return ( -
-
- - - We now have a youtube channel. Subscribe for the video content. - - { - e.preventDefault(); - onCloseBanner(); - }} - className='close'>× - -
-
- ); -} diff --git a/components/sponsor-banner/style.js b/components/sponsor-banner/style.js deleted file mode 100644 index 53008ebfe..000000000 --- a/components/sponsor-banner/style.js +++ /dev/null @@ -1,49 +0,0 @@ -import styled from 'styled-components'; - -export const BannerWrap = styled.a` - margin-bottom: 0; - //background: #101010; - //color: white; - background: #ffe0b2; - color: #d8362a; - font-weight: 600; - border: 0; - border-radius: 0; - padding: 10px 15px; - display: block; - text-align: center; - transition: all 200ms; - - &:hover { - background: #ffd698; - color: #bd2015; - text-decoration: none; - } -`; - -export const SponsorLogo = styled.img` - height: 20px; - margin-right: 10px; - position: relative; - top: -2px; -`; - -export const EmojiWrap = styled.img` - height: 18px; - position: relative; - top: -1px; - margin: 0 6px 0 6px; -`; - -export const CloseSponsor = styled.span` - text-shadow: none; - margin-right: 15px; - position: relative; - top: -2px; - color: #101010; - - &:hover { - opacity: 1; - color: #101010; - } -`; diff --git a/components/tos-page/index.js b/components/tos-page/index.js deleted file mode 100644 index 402316cf2..000000000 --- a/components/tos-page/index.js +++ /dev/null @@ -1,22 +0,0 @@ -import styled from 'styled-components'; - -export const TosPage = styled.div` - h2 { - font-weight: 700; - margin-bottom: 16px; - } - - h4 { - margin-top: 25px; - margin-bottom: 10px; - font-weight: 600; - } - - p { - color: #999; - } - - a { - color: #333; - } -`; \ No newline at end of file diff --git a/content/authors.json b/content/authors.json deleted file mode 100644 index 3fd701d98..000000000 --- a/content/authors.json +++ /dev/null @@ -1,42 +0,0 @@ -[ - { - "username": "kamranahmedse", - "name": "Kamran Ahmed", - "twitter": "kamranahmedse", - "picture": "/authors/kamranahmedse.jpeg", - "bio": "Lead engineer at Tajawal. Lover of all things web and opensource. Created roadmap.sh to help the confused ones." - }, - { - "username": "jesse", - "name": "Jesse Li", - "twitter": "__jesse_li", - "picture": "/authors/jesse.png", - "bio": "Software engineer." - }, - { - "username": "dmytrobol", - "name": "Dmytro Bolkachov", - "twitter": "dmytrobol", - "picture": "/authors/dmytrobol.png", - "bio": "JavaScript Lad, Movie buff and coder interested in everything web related" - }, - { - "username": "spekulatius", - "name": "Peter Thaleikis", - "twitter": "spekulatius1984", - "picture": "/authors/spekulatius.jpg", - "bio": "Developer building side-projects for fun, lover of the web and open source" - }, - { - "username": "ebrahimbharmal007", - "name": "Ebrahim Bharmal", - "twitter": "BharmalEbrahim", - "picture": "/authors/ebrahimbharmal007.png", - "bio": "Love building projects using tools completely new to me. Python forever. Senior at University of Texas at Arlington (2021)" - }, - { - "username": "lesovsky", - "name": "Alexey Lesovsky", - "bio": "Linux system administrator and PostgreSQL DBA at DataEgret." - } -] diff --git a/content/guides.json b/content/guides.json deleted file mode 100644 index 0684848a3..000000000 --- a/content/guides.json +++ /dev/null @@ -1,264 +0,0 @@ -[ - { - "title": "WebStorm — Project History", - "description": "Learn how to peek through the history of any git repository to learn how it grew.", - "url": "/guides/project-history", - "fileName": "project-history", - "featured": true, - "author": "kamranahmedse", - "updatedAt": "2020-07-16T19:59:14.191Z", - "createdAt": "2020-07-16T19:59:14.191Z" - }, - { - "title": "CI and CD", - "description": "Learn the basics of CI/CD and how to implement that with GitHub Actions.", - "url": "/guides/ci-cd", - "fileName": "ci-cd", - "featured": true, - "author": "kamranahmedse", - "updatedAt": "2020-07-09T19:59:14.191Z", - "createdAt": "2020-07-09T19:59:14.191Z" - }, - { - "title": "SSO — Single Sign On", - "description": "Learn the basics of SAML and understand how does Single Sign On work.", - "url": "/guides/sso", - "fileName": "sso", - "featured": true, - "author": "kamranahmedse", - "updatedAt": "2020-07-01T19:59:14.191Z", - "createdAt": "2020-07-01T19:59:14.191Z" - }, - { - "title": "OAuth — Open Authorization", - "description": "Learn and understand what is OAuth and how it works", - "url": "/guides/oauth", - "fileName": "oauth", - "featured": true, - "author": "kamranahmedse", - "updatedAt": "2020-06-28T19:59:14.191Z", - "createdAt": "2020-06-28T19:59:14.191Z" - }, - { - "title": "JWT Authentication", - "description": "Understand what is JWT authentication and how is it implemented", - "url": "/guides/jwt-authentication", - "fileName": "jwt-authentication", - "featured": true, - "author": "kamranahmedse", - "updatedAt": "2020-06-20T19:59:14.191Z", - "createdAt": "2020-06-20T19:59:14.191Z" - }, - { - "title": "Token Based Authentication", - "description": "Understand what is token based authentication and how it is implemented", - "url": "/guides/token-authentication", - "fileName": "token-authentication", - "featured": true, - "author": "kamranahmedse", - "updatedAt": "2020-06-02T20:59:14.191Z", - "createdAt": "2020-06-02T20:59:14.191Z" - }, - { - "title": "Session Based Authentication", - "description": "Understand what is session based authentication and how it is implemented", - "url": "/guides/session-authentication", - "fileName": "session-authentication", - "featured": true, - "author": "kamranahmedse", - "updatedAt": "2020-05-26T20:59:14.191Z", - "createdAt": "2020-05-26T20:59:14.191Z" - }, - { - "title": "Basic Authentication", - "description": "Understand what is basic authentication and how it is implemented", - "url": "/guides/basic-authentication", - "fileName": "basic-authentication", - "featured": true, - "author": "kamranahmedse", - "updatedAt": "2020-05-19T20:59:14.191Z", - "createdAt": "2020-05-19T20:59:14.191Z" - }, - { - "title": "Character Encodings", - "description": "Covers the basics of character encodings and explains ASCII vs Unicode", - "url": "/guides/character-encodings", - "fileName": "character-encodings", - "featured": true, - "author": "kamranahmedse", - "updatedAt": "2020-05-14T20:59:14.191Z", - "createdAt": "2020-05-14T20:59:14.191Z" - }, - { - "title": "Unfamiliar Codebase", - "description": "Tips on getting getting familiar with an unfamiliar codebase", - "url": "/guides/unfamiliar-codebase", - "fileName": "unfamiliar-codebase", - "featured": true, - "author": "kamranahmedse", - "updatedAt": "2020-05-04T20:59:14.191Z", - "createdAt": "2020-05-04T20:59:14.191Z" - }, - { - "title": "Build it and they will come?", - "description": "Why “build it and they will come” alone won’t work anymore", - "url": "/guides/why-build-it-and-they-will-come-wont-work-anymore", - "fileName": "why-build-it-and-they-will-come-wont-work-anymore", - "featured": true, - "author": "spekulatius", - "updatedAt": "2020-05-04T12:59:14.191Z", - "createdAt": "2020-05-04T12:59:14.191Z" - }, - { - "title": "DHCP in One Picture", - "description": "Here is what happens when a new device joins the network.", - "url": "/guides/dhcp-in-one-picture", - "fileName": "dhcp-in-one-picture", - "featured": true, - "author": "kamranahmedse", - "updatedAt": "2020-04-28T15:48:21.191Z", - "createdAt": "2020-04-28T15:48:21.191Z" - }, - { - "title": "SSL vs TLS vs SSH", - "description": "Quick tidbit on the differences between SSL, TLS, HTTPS and SSH", - "url": "/guides/ssl-tls-https-ssh", - "fileName": "ssl-tls-https-ssh", - "featured": true, - "author": "kamranahmedse", - "updatedAt": "2020-04-22T15:48:21.191Z", - "createdAt": "2020-04-22T15:48:21.191Z" - }, - { - "title": "Asymptotic Notation", - "description": "Learn the basics of measuring the time and space complexity of algorithms", - "url": "/guides/asymptotic-notation", - "fileName": "asymptotic-notation", - "featured": true, - "author": "kamranahmedse", - "updatedAt": "2020-04-03T15:48:21.191Z", - "createdAt": "2020-04-03T15:48:21.191Z" - }, - { - "title": "Big-O Notation", - "description": "Easy to understand explanation of Big-O notation without any fancy terms", - "url": "/guides/big-o-notation", - "fileName": "big-o-notation", - "featured": true, - "author": "kamranahmedse", - "updatedAt": "2020-03-15T15:48:21.191Z", - "createdAt": "2020-03-15T15:48:21.191Z" - }, - { - "title": "Random Numbers: Are they?", - "description": "Learn how they are generated and why they may not be truly random.", - "url": "/guides/random-numbers", - "fileName": "random-numbers", - "featured": true, - "author": "kamranahmedse", - "updatedAt": "2020-03-14T15:48:21.191Z", - "createdAt": "2020-03-14T15:48:21.191Z" - }, - { - "title": "Scaling Databases", - "description": "Learn the ups and downs of different database scaling strategies", - "url": "/guides/scaling-databases", - "fileName": "scaling-databases", - "featured": true, - "author": "kamranahmedse", - "updatedAt": "2020-02-18T15:48:21.191Z", - "createdAt": "2020-02-18T15:48:21.191Z" - }, - { - "title": "How does the internet work?", - "description": "Learn the basics of internet and everything involved with this short video series", - "url": "/guides/what-is-internet", - "fileName": "what-is-internet", - "featured": true, - "author": "dmytrobol", - "updatedAt": "2020-02-29T15:48:21.191Z", - "createdAt": "2020-02-29T15:48:21.191Z" - }, - { - "title": "Building a BitTorrent Client", - "description": "Learn everything you need to know about BitTorrent by writing a client in Go", - "url": "/guides/torrent-client", - "fileName": "torrent-client", - "featured": true, - "author": "jesse", - "updatedAt": "2020-01-17T15:48:21.191Z", - "createdAt": "2020-01-17T15:48:21.191Z", - "canonical": "https://blog.jse.li/posts/torrent/" - }, - { - "title": "Levels of Seniority", - "description": "How to Step Up as a Junior, Mid Level or a Senior Developer?", - "url": "/guides/levels-of-seniority", - "fileName": "levels-of-seniority", - "featured": true, - "author": "kamranahmedse", - "updatedAt": "2019-12-03T12:13:00.860Z", - "createdAt": "2019-12-03T12:13:00.860Z" - }, - { - "title": "Design Patterns for Humans", - "description": "A language agnostic, ultra-simplified explanation to design patterns", - "url": "/guides/design-patterns-for-humans", - "fileName": "design-patterns-for-humans", - "featured": true, - "author": "kamranahmedse", - "updatedAt": "2019-10-09T12:00:00.860Z", - "createdAt": "2019-01-23T17:00:00.860Z" - }, - { - "title": "Journey to HTTP/2", - "description": "The evolution of HTTP. How it all started and where we stand today", - "url": "/guides/journey-to-http2", - "fileName": "journey-to-http2", - "featured": true, - "author": "kamranahmedse", - "createdAt": "2018-12-04T12:00:00.860Z", - "updatedAt": "2018-12-04T12:00:00.860Z", - "draft": true - }, - { - "title": "DNS in One Picture", - "description": "Quick illustrative guide on how a website is found on the internet.", - "url": "/guides/dns-in-one-picture", - "fileName": "dns-in-one-picture", - "featured": true, - "author": "kamranahmedse", - "updatedAt": "2018-12-04T12:00:00.860Z", - "createdAt": "2018-12-04T17:00:00.860Z" - }, - { - "title": "HTTP Caching", - "description": "Everything you need to know about web caching", - "url": "/guides/http-caching", - "fileName": "http-caching", - "featured": true, - "author": "kamranahmedse", - "createdAt": "2018-11-29T17:00:00.860Z", - "updatedAt": "2018-11-29T17:00:00.860Z" - }, - { - "title": "Brief History of JavaScript", - "description": "How JavaScript was introduced and evolved over the years", - "url": "/guides/history-of-javascript", - "fileName": "history-of-javascript", - "featured": true, - "author": "kamranahmedse", - "createdAt": "2017-10-28T17:00:00.860Z", - "updatedAt": "2017-10-28T17:00:00.860Z" - }, - { - "title": "Proxy Servers", - "description": "How do proxy servers work and what are forward and reverse proxies?", - "url": "/guides/proxy-servers", - "fileName": "proxy-servers", - "featured": true, - "author": "ebrahimbharmal007", - "createdAt": "2020-07-24T12:40:18", - "updatedAt": "2020-07-24T12:40:18" - } -] diff --git a/content/guides/asymptotic-notation.md b/content/guides/asymptotic-notation.md deleted file mode 100644 index de712a4e5..000000000 --- a/content/guides/asymptotic-notation.md +++ /dev/null @@ -1,5 +0,0 @@ -Asymptotic notation is the standard way of measuring the time and space that an algorithm will consume as the input grows. In one of my last guides, I covered "Big-O notation" and a lot of you asked for a similar one for Asymptotic notation. You can find the [previous guide here](/guides/big-o-notation). - -[![](/guides/asymptotic-notation.png)](/guides/asymptotic-notation.png) - -Here is the [original tweet](https://twitter.com/kamranahmedse/status/1243861514907418624) where this image was posted. diff --git a/content/guides/basic-authentication.md b/content/guides/basic-authentication.md deleted file mode 100644 index 5a078e5e5..000000000 --- a/content/guides/basic-authentication.md +++ /dev/null @@ -1,3 +0,0 @@ -[![](/guides/basic-authentication.png)](/guides/basic-authentication.png) - -Here is the [original tweet](https://twitter.com/kamranahmedse/status/1261783266044063748) where this image was posted. diff --git a/content/guides/big-o-notation.md b/content/guides/big-o-notation.md deleted file mode 100644 index b5eac0b5b..000000000 --- a/content/guides/big-o-notation.md +++ /dev/null @@ -1,5 +0,0 @@ -Big-O notation is the mathematical notation that helps analyse the algorithms to get an idea about how they might perform as the input grows. The image below explains Big-O in a simple way without using any fancy terminology. - -[![](/guides/big-o-notation.png)](/guides/big-o-notation.png) - -Here is the [original tweet](https://twitter.com/kamranahmedse/status/1235708842610212864) where this image was posted. diff --git a/content/guides/character-encodings.md b/content/guides/character-encodings.md deleted file mode 100644 index c02b3758d..000000000 --- a/content/guides/character-encodings.md +++ /dev/null @@ -1,3 +0,0 @@ -[![](/guides/character-encodings.png)](/guides/character-encodings.png) - -Here is the [original tweet](https://twitter.com/kamranahmedse/status/1259631582362689537) where this image was posted. diff --git a/content/guides/ci-cd.md b/content/guides/ci-cd.md deleted file mode 100644 index e6ed9fa2c..000000000 --- a/content/guides/ci-cd.md +++ /dev/null @@ -1,5 +0,0 @@ -The image below details the differences between the continuous integration and continuous delivery. Also, here is the [accompanying video on implementing that with GitHub actions](https://www.youtube.com/watch?v=nyKZTKQS_EQ). - -[![](/guides/ci-cd.png)](/guides/ci-cd.png) - -Here is the [original tweet](https://twitter.com/kamranahmedse/status/1282806173939511298) where this image was posted. diff --git a/content/guides/design-patterns-for-humans.md b/content/guides/design-patterns-for-humans.md deleted file mode 100644 index b5598e70a..000000000 --- a/content/guides/design-patterns-for-humans.md +++ /dev/null @@ -1,2269 +0,0 @@ -Design patterns are solutions to recurring problems; **guidelines on how to tackle certain problems**. They are not classes, packages or libraries that you can plug into your application and wait for the magic to happen. These are, rather, guidelines on how to tackle certain problems in certain situations. - -> Design patterns are solutions to recurring problems; guidelines on how to tackle certain problems - -Wikipedia describes them as - -> In software engineering, a software design pattern is a general reusable solution to a commonly occurring problem within a given context in software design. It is not a finished design that can be transformed directly into source or machine code. It is a description or template for how to solve a problem that can be used in many different situations. - -## Be Careful - -Developers, mostly beginners, make the mistake of over-thinking and forcing the design patterns which results in a horrible un-maintainable mess. The rule of thumb is to keep the codebase as simple as possible, once you start developing, you will start to see the patterns repeating in the codebase in which case you can go ahead and implement the relevant design patterns. - -- Design patterns are not a silver bullet to all your problems. -- Do not try to force them; bad things are supposed to happen, if done so. -- Keep in mind that design patterns are solutions **to** problems, not solutions **finding** problems; so don't overthink. -- If used in a correct place in a correct manner, they can prove to be a savior; or else they can result in a horrible mess of a code. - -> Also note that the code samples below are in PHP-7, however this shouldn't stop you because the concepts are same anyways. - -## Types of Design Patterns - -This guide is about Gang of Four (GoF) design patterns, which refers to the four authors of [the book which introduced these design patterns](https://en.wikipedia.org/wiki/Design_Patterns). There are three types of design patterns: - -* [Creational](#creational-design-patterns) -* [Structural](#structural-design-patterns) -* [Behavioral](#behavioral-design-patterns) - -## Creational Design Patterns - -In plain words -> Creational patterns are focused towards how to instantiate an object or group of related objects. - -Wikipedia says -> In software engineering, creational design patterns are design patterns that deal with object creation mechanisms, trying to create objects in a manner suitable to the situation. The basic form of object creation could result in design problems or added complexity to the design. Creational design patterns solve this problem by somehow controlling this object creation. - -There are 6 types of Creational patterns - - * [Simple Factory](#-simple-factory) - * [Factory Method](#-factory-method) - * [Abstract Factory](#-abstract-factory) - * [Builder](#-builder) - * [Prototype](#-prototype) - * [Singleton](#-singleton) - -🏠 Simple Factory --------------- -Real world example -> Consider, you are building a house and you need doors. You can either put on your carpenter clothes, bring some wood, glue, nails and all the tools required to build the door and start building it in your house or you can simply call the factory and get the built door delivered to you so that you don't need to learn anything about the door making or to deal with the mess that comes with making it. - -In plain words -> Simple factory simply generates an instance for client without exposing any instantiation logic to the client - -Wikipedia says -> In object-oriented programming (OOP), a factory is an object for creating other objects – formally a factory is a function or method that returns objects of a varying prototype or class from some method call, which is assumed to be "new". - -**Programmatic Example** - -First of all we have a door interface and the implementation -```php -interface Door -{ - public function getWidth(): float; - public function getHeight(): float; -} - -class WoodenDoor implements Door -{ - protected $width; - protected $height; - - public function __construct(float $width, float $height) - { - $this->width = $width; - $this->height = $height; - } - - public function getWidth(): float - { - return $this->width; - } - - public function getHeight(): float - { - return $this->height; - } -} -``` -Then we have our door factory that makes the door and returns it -```php -class DoorFactory -{ - public static function makeDoor($width, $height): Door - { - return new WoodenDoor($width, $height); - } -} -``` -And then it can be used as -```php -// Make me a door of 100x200 -$door = DoorFactory::makeDoor(100, 200); - -echo 'Width: ' . $door->getWidth(); -echo 'Height: ' . $door->getHeight(); - -// Make me a door of 50x100 -$door2 = DoorFactory::makeDoor(50, 100); -``` - -**When to Use?** - -When creating an object is not just a few assignments and involves some logic, it makes sense to put it in a dedicated factory instead of repeating the same code everywhere. - -🏭 Factory Method --------------- - -Real world example -> Consider the case of a hiring manager. It is impossible for one person to interview for each of the positions. Based on the job opening, she has to decide and delegate the interview steps to different people. - -In plain words -> It provides a way to delegate the instantiation logic to child classes. - -Wikipedia says -> In class-based programming, the factory method pattern is a creational pattern that uses factory methods to deal with the problem of creating objects without having to specify the exact class of the object that will be created. This is done by creating objects by calling a factory method—either specified in an interface and implemented by child classes, or implemented in a base class and optionally overridden by derived classes—rather than by calling a constructor. - - **Programmatic Example** - -Taking our hiring manager example above. First of all we have an interviewer interface and some implementations for it - -```php -interface Interviewer -{ - public function askQuestions(); -} - -class Developer implements Interviewer -{ - public function askQuestions() - { - echo 'Asking about design patterns!'; - } -} - -class CommunityExecutive implements Interviewer -{ - public function askQuestions() - { - echo 'Asking about community building'; - } -} -``` - -Now let us create our `HiringManager` - -```php -abstract class HiringManager -{ - - // Factory method - abstract protected function makeInterviewer(): Interviewer; - - public function takeInterview() - { - $interviewer = $this->makeInterviewer(); - $interviewer->askQuestions(); - } -} - -``` -Now any child can extend it and provide the required interviewer -```php -class DevelopmentManager extends HiringManager -{ - protected function makeInterviewer(): Interviewer - { - return new Developer(); - } -} - -class MarketingManager extends HiringManager -{ - protected function makeInterviewer(): Interviewer - { - return new CommunityExecutive(); - } -} -``` -and then it can be used as - -```php -$devManager = new DevelopmentManager(); -$devManager->takeInterview(); // Output: Asking about design patterns - -$marketingManager = new MarketingManager(); -$marketingManager->takeInterview(); // Output: Asking about community building. -``` - -**When to use?** - -Useful when there is some generic processing in a class but the required sub-class is dynamically decided at runtime. Or putting it in other words, when the client doesn't know what exact sub-class it might need. - -🔨 Abstract Factory ----------------- - -Real world example -> Extending our door example from Simple Factory. Based on your needs you might get a wooden door from a wooden door shop, iron door from an iron shop or a PVC door from the relevant shop. Plus you might need a guy with different kind of specialities to fit the door, for example a carpenter for wooden door, welder for iron door etc. As you can see there is a dependency between the doors now, wooden door needs carpenter, iron door needs a welder etc. - -In plain words -> A factory of factories; a factory that groups the individual but related/dependent factories together without specifying their concrete classes. - -Wikipedia says -> The abstract factory pattern provides a way to encapsulate a group of individual factories that have a common theme without specifying their concrete classes - -**Programmatic Example** - -Translating the door example above. First of all we have our `Door` interface and some implementation for it - -```php -interface Door -{ - public function getDescription(); -} - -class WoodenDoor implements Door -{ - public function getDescription() - { - echo 'I am a wooden door'; - } -} - -class IronDoor implements Door -{ - public function getDescription() - { - echo 'I am an iron door'; - } -} -``` -Then we have some fitting experts for each door type - -```php -interface DoorFittingExpert -{ - public function getDescription(); -} - -class Welder implements DoorFittingExpert -{ - public function getDescription() - { - echo 'I can only fit iron doors'; - } -} - -class Carpenter implements DoorFittingExpert -{ - public function getDescription() - { - echo 'I can only fit wooden doors'; - } -} -``` - -Now we have our abstract factory that would let us make family of related objects i.e. wooden door factory would create a wooden door and wooden door fitting expert and iron door factory would create an iron door and iron door fitting expert -```php -interface DoorFactory -{ - public function makeDoor(): Door; - public function makeFittingExpert(): DoorFittingExpert; -} - -// Wooden factory to return carpenter and wooden door -class WoodenDoorFactory implements DoorFactory -{ - public function makeDoor(): Door - { - return new WoodenDoor(); - } - - public function makeFittingExpert(): DoorFittingExpert - { - return new Carpenter(); - } -} - -// Iron door factory to get iron door and the relevant fitting expert -class IronDoorFactory implements DoorFactory -{ - public function makeDoor(): Door - { - return new IronDoor(); - } - - public function makeFittingExpert(): DoorFittingExpert - { - return new Welder(); - } -} -``` -And then it can be used as -```php -$woodenFactory = new WoodenDoorFactory(); - -$door = $woodenFactory->makeDoor(); -$expert = $woodenFactory->makeFittingExpert(); - -$door->getDescription(); // Output: I am a wooden door -$expert->getDescription(); // Output: I can only fit wooden doors - -// Same for Iron Factory -$ironFactory = new IronDoorFactory(); - -$door = $ironFactory->makeDoor(); -$expert = $ironFactory->makeFittingExpert(); - -$door->getDescription(); // Output: I am an iron door -$expert->getDescription(); // Output: I can only fit iron doors -``` - -As you can see the wooden door factory has encapsulated the `carpenter` and the `wooden door` also iron door factory has encapsulated the `iron door` and `welder`. And thus it had helped us make sure that for each of the created door, we do not get a wrong fitting expert. - -**When to use?** - -When there are interrelated dependencies with not-that-simple creation logic involved - -## 👷 Builder -Real world example -> Imagine you are at Hardee's and you order a specific deal, lets say, "Big Hardee" and they hand it over to you without *any questions*; this is the example of simple factory. But there are cases when the creation logic might involve more steps. For example you want a customized Subway deal, you have several options in how your burger is made e.g what bread do you want? what types of sauces would you like? What cheese would you want? etc. In such cases builder pattern comes to the rescue. - -In plain words -> Allows you to create different flavors of an object while avoiding constructor pollution. Useful when there could be several flavors of an object. Or when there are a lot of steps involved in creation of an object. - -Wikipedia says -> The builder pattern is an object creation software design pattern with the intentions of finding a solution to the telescoping constructor anti-pattern. - -Having said that let me add a bit about what telescoping constructor anti-pattern is. At one point or the other we have all seen a constructor like below: - -```php -public function __construct($size, $cheese = true, $pepperoni = true, $tomato = false, $lettuce = true) -{ -} -``` - -As you can see; the number of constructor parameters can quickly get out of hand and it might become difficult to understand the arrangement of parameters. Plus this parameter list could keep on growing if you would want to add more options in future. This is called telescoping constructor anti-pattern. - -**Programmatic Example** - -The sane alternative is to use the builder pattern. First of all we have our burger that we want to make - -```php -class Burger -{ - protected $size; - - protected $cheese = false; - protected $pepperoni = false; - protected $lettuce = false; - protected $tomato = false; - - public function __construct(BurgerBuilder $builder) - { - $this->size = $builder->size; - $this->cheese = $builder->cheese; - $this->pepperoni = $builder->pepperoni; - $this->lettuce = $builder->lettuce; - $this->tomato = $builder->tomato; - } -} -``` - -And then we have the builder - -```php -class BurgerBuilder -{ - public $size; - - public $cheese = false; - public $pepperoni = false; - public $lettuce = false; - public $tomato = false; - - public function __construct(int $size) - { - $this->size = $size; - } - - public function addPepperoni() - { - $this->pepperoni = true; - return $this; - } - - public function addLettuce() - { - $this->lettuce = true; - return $this; - } - - public function addCheese() - { - $this->cheese = true; - return $this; - } - - public function addTomato() - { - $this->tomato = true; - return $this; - } - - public function build(): Burger - { - return new Burger($this); - } -} -``` -And then it can be used as: - -```php -$burger = (new BurgerBuilder(14)) - ->addPepperoni() - ->addLettuce() - ->addTomato() - ->build(); -``` - -**When to use?** - -When there could be several flavors of an object and to avoid the constructor telescoping. The key difference from the factory pattern is that; factory pattern is to be used when the creation is a one step process while builder pattern is to be used when the creation is a multi step process. - -🐑 Prototype ------------- -Real world example -> Remember dolly? The sheep that was cloned! Lets not get into the details but the key point here is that it is all about cloning - -In plain words -> Create object based on an existing object through cloning. - -Wikipedia says -> The prototype pattern is a creational design pattern in software development. It is used when the type of objects to create is determined by a prototypical instance, which is cloned to produce new objects. - -In short, it allows you to create a copy of an existing object and modify it to your needs, instead of going through the trouble of creating an object from scratch and setting it up. - -**Programmatic Example** - -In PHP, it can be easily done using `clone` - -```php -class Sheep -{ - protected $name; - protected $category; - - public function __construct(string $name, string $category = 'Mountain Sheep') - { - $this->name = $name; - $this->category = $category; - } - - public function setName(string $name) - { - $this->name = $name; - } - - public function getName() - { - return $this->name; - } - - public function setCategory(string $category) - { - $this->category = $category; - } - - public function getCategory() - { - return $this->category; - } -} -``` -Then it can be cloned like below -```php -$original = new Sheep('Jolly'); -echo $original->getName(); // Jolly -echo $original->getCategory(); // Mountain Sheep - -// Clone and modify what is required -$cloned = clone $original; -$cloned->setName('Dolly'); -echo $cloned->getName(); // Dolly -echo $cloned->getCategory(); // Mountain sheep -``` - -Also you could use the magic method `__clone` to modify the cloning behavior. - -**When to use?** - -When an object is required that is similar to existing object or when the creation would be expensive as compared to cloning. - -💍 Singleton ------------- -Real world example -> There can only be one president of a country at a time. The same president has to be brought to action, whenever duty calls. President here is singleton. - -In plain words -> Ensures that only one object of a particular class is ever created. - -Wikipedia says -> In software engineering, the singleton pattern is a software design pattern that restricts the instantiation of a class to one object. This is useful when exactly one object is needed to coordinate actions across the system. - -Singleton pattern is actually considered an anti-pattern and overuse of it should be avoided. It is not necessarily bad and could have some valid use-cases but should be used with caution because it introduces a global state in your application and change to it in one place could affect in the other areas and it could become pretty difficult to debug. The other bad thing about them is it makes your code tightly coupled plus mocking the singleton could be difficult. - -**Programmatic Example** - -To create a singleton, make the constructor private, disable cloning, disable extension and create a static variable to house the instance -```php -final class President -{ - private static $instance; - - private function __construct() - { - // Hide the constructor - } - - public static function getInstance(): President - { - if (!self::$instance) { - self::$instance = new self(); - } - - return self::$instance; - } - - private function __clone() - { - // Disable cloning - } - - private function __wakeup() - { - // Disable unserialize - } -} -``` -Then in order to use -```php -$president1 = President::getInstance(); -$president2 = President::getInstance(); - -var_dump($president1 === $president2); // true -``` - -## Structural Design Patterns -In plain words -> Structural patterns are mostly concerned with object composition or in other words how the entities can use each other. Or yet another explanation would be, they help in answering "How to build a software component?" - -Wikipedia says -> In software engineering, structural design patterns are design patterns that ease the design by identifying a simple way to realize relationships between entities. - -There are 7 types of structural patterns - - * [Adapter](#-adapter) - * [Bridge](#-bridge) - * [Composite](#-composite) - * [Decorator](#-decorator) - * [Facade](#-facade) - * [Flyweight](#-flyweight) - * [Proxy](#-proxy) - -🔌 Adapter -------- -Real world example -> Consider that you have some pictures in your memory card and you need to transfer them to your computer. In order to transfer them you need some kind of adapter that is compatible with your computer ports so that you can attach memory card to your computer. In this case card reader is an adapter. -> Another example would be the famous power adapter; a three legged plug can't be connected to a two pronged outlet, it needs to use a power adapter that makes it compatible with the two pronged outlet. -> Yet another example would be a translator translating words spoken by one person to another - -In plain words -> Adapter pattern lets you wrap an otherwise incompatible object in an adapter to make it compatible with another class. - -Wikipedia says -> In software engineering, the adapter pattern is a software design pattern that allows the interface of an existing class to be used as another interface. It is often used to make existing classes work with others without modifying their source code. - -**Programmatic Example** - -Consider a game where there is a hunter and he hunts lions. - -First we have an interface `Lion` that all types of lions have to implement - -```php -interface Lion -{ - public function roar(); -} - -class AfricanLion implements Lion -{ - public function roar() - { - } -} - -class AsianLion implements Lion -{ - public function roar() - { - } -} -``` -And hunter expects any implementation of `Lion` interface to hunt. -```php -class Hunter -{ - public function hunt(Lion $lion) - { - $lion->roar(); - } -} -``` - -Now let's say we have to add a `WildDog` in our game so that hunter can hunt that also. But we can't do that directly because dog has a different interface. To make it compatible for our hunter, we will have to create an adapter that is compatible - -```php -// This needs to be added to the game -class WildDog -{ - public function bark() - { - } -} - -// Adapter around wild dog to make it compatible with our game -class WildDogAdapter implements Lion -{ - protected $dog; - - public function __construct(WildDog $dog) - { - $this->dog = $dog; - } - - public function roar() - { - $this->dog->bark(); - } -} -``` -And now the `WildDog` can be used in our game using `WildDogAdapter`. - -```php -$wildDog = new WildDog(); -$wildDogAdapter = new WildDogAdapter($wildDog); - -$hunter = new Hunter(); -$hunter->hunt($wildDogAdapter); -``` - -🚡 Bridge ------- -Real world example -> Consider you have a website with different pages and you are supposed to allow the user to change the theme. What would you do? Create multiple copies of each of the pages for each of the themes or would you just create separate theme and load them based on the user's preferences? Bridge pattern allows you to do the second i.e. - -![With and without the bridge pattern](https://cloud.githubusercontent.com/assets/11269635/23065293/33b7aea0-f515-11e6-983f-98823c9845ee.png) - -In Plain Words -> Bridge pattern is about preferring composition over inheritance. Implementation details are pushed from a hierarchy to another object with a separate hierarchy. - -Wikipedia says -> The bridge pattern is a design pattern used in software engineering that is meant to "decouple an abstraction from its implementation so that the two can vary independently" - -**Programmatic Example** - -Translating our WebPage example from above. Here we have the `WebPage` hierarchy - -```php -interface WebPage -{ - public function __construct(Theme $theme); - public function getContent(); -} - -class About implements WebPage -{ - protected $theme; - - public function __construct(Theme $theme) - { - $this->theme = $theme; - } - - public function getContent() - { - return "About page in " . $this->theme->getColor(); - } -} - -class Careers implements WebPage -{ - protected $theme; - - public function __construct(Theme $theme) - { - $this->theme = $theme; - } - - public function getContent() - { - return "Careers page in " . $this->theme->getColor(); - } -} -``` -And the separate theme hierarchy -```php - -interface Theme -{ - public function getColor(); -} - -class DarkTheme implements Theme -{ - public function getColor() - { - return 'Dark Black'; - } -} -class LightTheme implements Theme -{ - public function getColor() - { - return 'Off white'; - } -} -class AquaTheme implements Theme -{ - public function getColor() - { - return 'Light blue'; - } -} -``` -And both the hierarchies -```php -$darkTheme = new DarkTheme(); - -$about = new About($darkTheme); -$careers = new Careers($darkTheme); - -echo $about->getContent(); // "About page in Dark Black"; -echo $careers->getContent(); // "Careers page in Dark Black"; -``` - -## 🌿 Composite - -Real world example -> Every organization is composed of employees. Each of the employees has the same features i.e. has a salary, has some responsibilities, may or may not report to someone, may or may not have some subordinates etc. - -In plain words -> Composite pattern lets clients treat the individual objects in a uniform manner. - -Wikipedia says -> In software engineering, the composite pattern is a partitioning design pattern. The composite pattern describes that a group of objects is to be treated in the same way as a single instance of an object. The intent of a composite is to "compose" objects into tree structures to represent part-whole hierarchies. Implementing the composite pattern lets clients treat individual objects and compositions uniformly. - -**Programmatic Example** - -Taking our employees example from above. Here we have different employee types - -```php -interface Employee -{ - public function __construct(string $name, float $salary); - public function getName(): string; - public function setSalary(float $salary); - public function getSalary(): float; - public function getRoles(): array; -} - -class Developer implements Employee -{ - protected $salary; - protected $name; - protected $roles; - - public function __construct(string $name, float $salary) - { - $this->name = $name; - $this->salary = $salary; - } - - public function getName(): string - { - return $this->name; - } - - public function setSalary(float $salary) - { - $this->salary = $salary; - } - - public function getSalary(): float - { - return $this->salary; - } - - public function getRoles(): array - { - return $this->roles; - } -} - -class Designer implements Employee -{ - protected $salary; - protected $name; - protected $roles; - - public function __construct(string $name, float $salary) - { - $this->name = $name; - $this->salary = $salary; - } - - public function getName(): string - { - return $this->name; - } - - public function setSalary(float $salary) - { - $this->salary = $salary; - } - - public function getSalary(): float - { - return $this->salary; - } - - public function getRoles(): array - { - return $this->roles; - } -} -``` - -Then we have an organization which consists of several different types of employees - -```php -class Organization -{ - protected $employees; - - public function addEmployee(Employee $employee) - { - $this->employees[] = $employee; - } - - public function getNetSalaries(): float - { - $netSalary = 0; - - foreach ($this->employees as $employee) { - $netSalary += $employee->getSalary(); - } - - return $netSalary; - } -} -``` - -And then it can be used as - -```php -// Prepare the employees -$john = new Developer('John Doe', 12000); -$jane = new Designer('Jane Doe', 15000); - -// Add them to organization -$organization = new Organization(); -$organization->addEmployee($john); -$organization->addEmployee($jane); - -echo "Net salaries: " . $organization->getNetSalaries(); // Net Salaries: 27000 -``` - -☕ Decorator -------------- - -Real world example - -> Imagine you run a car service shop offering multiple services. Now how do you calculate the bill to be charged? You pick one service and dynamically keep adding to it the prices for the provided services till you get the final cost. Here each type of service is a decorator. - -In plain words -> Decorator pattern lets you dynamically change the behavior of an object at run time by wrapping them in an object of a decorator class. - -Wikipedia says -> In object-oriented programming, the decorator pattern is a design pattern that allows behavior to be added to an individual object, either statically or dynamically, without affecting the behavior of other objects from the same class. The decorator pattern is often useful for adhering to the Single Responsibility Principle, as it allows functionality to be divided between classes with unique areas of concern. - -**Programmatic Example** - -Lets take coffee for example. First of all we have a simple coffee implementing the coffee interface - -```php -interface Coffee -{ - public function getCost(); - public function getDescription(); -} - -class SimpleCoffee implements Coffee -{ - public function getCost() - { - return 10; - } - - public function getDescription() - { - return 'Simple coffee'; - } -} -``` -We want to make the code extensible to allow options to modify it if required. Lets make some add-ons (decorators) -```php -class MilkCoffee implements Coffee -{ - protected $coffee; - - public function __construct(Coffee $coffee) - { - $this->coffee = $coffee; - } - - public function getCost() - { - return $this->coffee->getCost() + 2; - } - - public function getDescription() - { - return $this->coffee->getDescription() . ', milk'; - } -} - -class WhipCoffee implements Coffee -{ - protected $coffee; - - public function __construct(Coffee $coffee) - { - $this->coffee = $coffee; - } - - public function getCost() - { - return $this->coffee->getCost() + 5; - } - - public function getDescription() - { - return $this->coffee->getDescription() . ', whip'; - } -} - -class VanillaCoffee implements Coffee -{ - protected $coffee; - - public function __construct(Coffee $coffee) - { - $this->coffee = $coffee; - } - - public function getCost() - { - return $this->coffee->getCost() + 3; - } - - public function getDescription() - { - return $this->coffee->getDescription() . ', vanilla'; - } -} -``` - -Lets make a coffee now - -```php -$someCoffee = new SimpleCoffee(); -echo $someCoffee->getCost(); // 10 -echo $someCoffee->getDescription(); // Simple Coffee - -$someCoffee = new MilkCoffee($someCoffee); -echo $someCoffee->getCost(); // 12 -echo $someCoffee->getDescription(); // Simple Coffee, milk - -$someCoffee = new WhipCoffee($someCoffee); -echo $someCoffee->getCost(); // 17 -echo $someCoffee->getDescription(); // Simple Coffee, milk, whip - -$someCoffee = new VanillaCoffee($someCoffee); -echo $someCoffee->getCost(); // 20 -echo $someCoffee->getDescription(); // Simple Coffee, milk, whip, vanilla -``` - -📦 Facade ----------------- - -Real world example -> How do you turn on the computer? "Hit the power button" you say! That is what you believe because you are using a simple interface that computer provides on the outside, internally it has to do a lot of stuff to make it happen. This simple interface to the complex subsystem is a facade. - -In plain words -> Facade pattern provides a simplified interface to a complex subsystem. - -Wikipedia says -> A facade is an object that provides a simplified interface to a larger body of code, such as a class library. - -**Programmatic Example** - -Taking our computer example from above. Here we have the computer class - -```php -class Computer -{ - public function getElectricShock() - { - echo "Ouch!"; - } - - public function makeSound() - { - echo "Beep beep!"; - } - - public function showLoadingScreen() - { - echo "Loading.."; - } - - public function bam() - { - echo "Ready to be used!"; - } - - public function closeEverything() - { - echo "Bup bup bup buzzzz!"; - } - - public function sooth() - { - echo "Zzzzz"; - } - - public function pullCurrent() - { - echo "Haaah!"; - } -} -``` -Here we have the facade -```php -class ComputerFacade -{ - protected $computer; - - public function __construct(Computer $computer) - { - $this->computer = $computer; - } - - public function turnOn() - { - $this->computer->getElectricShock(); - $this->computer->makeSound(); - $this->computer->showLoadingScreen(); - $this->computer->bam(); - } - - public function turnOff() - { - $this->computer->closeEverything(); - $this->computer->pullCurrent(); - $this->computer->sooth(); - } -} -``` -Now to use the facade -```php -$computer = new ComputerFacade(new Computer()); -$computer->turnOn(); // Ouch! Beep beep! Loading.. Ready to be used! -$computer->turnOff(); // Bup bup buzzz! Haah! Zzzzz -``` - -🍃 Flyweight ---------- - -Real world example -> Did you ever have fresh tea from some stall? They often make more than one cup that you demanded and save the rest for any other customer so to save the resources e.g. gas etc. Flyweight pattern is all about that i.e. sharing. - -In plain words -> It is used to minimize memory usage or computational expenses by sharing as much as possible with similar objects. - -Wikipedia says -> In computer programming, flyweight is a software design pattern. A flyweight is an object that minimizes memory use by sharing as much data as possible with other similar objects; it is a way to use objects in large numbers when a simple repeated representation would use an unacceptable amount of memory. - -**Programmatic example** - -Translating our tea example from above. First of all we have tea types and tea maker - -```php -// Anything that will be cached is flyweight. -// Types of tea here will be flyweights. -class KarakTea -{ -} - -// Acts as a factory and saves the tea -class TeaMaker -{ - protected $availableTea = []; - - public function make($preference) - { - if (empty($this->availableTea[$preference])) { - $this->availableTea[$preference] = new KarakTea(); - } - - return $this->availableTea[$preference]; - } -} -``` - -Then we have the `TeaShop` which takes orders and serves them - -```php -class TeaShop -{ - protected $orders; - protected $teaMaker; - - public function __construct(TeaMaker $teaMaker) - { - $this->teaMaker = $teaMaker; - } - - public function takeOrder(string $teaType, int $table) - { - $this->orders[$table] = $this->teaMaker->make($teaType); - } - - public function serve() - { - foreach ($this->orders as $table => $tea) { - echo "Serving tea to table# " . $table; - } - } -} -``` -And it can be used as below - -```php -$teaMaker = new TeaMaker(); -$shop = new TeaShop($teaMaker); - -$shop->takeOrder('less sugar', 1); -$shop->takeOrder('more milk', 2); -$shop->takeOrder('without sugar', 5); - -$shop->serve(); -// Serving tea to table# 1 -// Serving tea to table# 2 -// Serving tea to table# 5 -``` - -## 🎱 Proxy -Real world example -> Have you ever used an access card to go through a door? There are multiple options to open that door i.e. it can be opened either using access card or by pressing a button that bypasses the security. The door's main functionality is to open but there is a proxy added on top of it to add some functionality. Let me better explain it using the code example below. - -In plain words -> Using the proxy pattern, a class represents the functionality of another class. - -Wikipedia says -> A proxy, in its most general form, is a class functioning as an interface to something else. A proxy is a wrapper or agent object that is being called by the client to access the real serving object behind the scenes. Use of the proxy can simply be forwarding to the real object, or can provide additional logic. In the proxy extra functionality can be provided, for example caching when operations on the real object are resource intensive, or checking preconditions before operations on the real object are invoked. - -**Programmatic Example** - -Taking our security door example from above. Firstly we have the door interface and an implementation of door - -```php -interface Door -{ - public function open(); - public function close(); -} - -class LabDoor implements Door -{ - public function open() - { - echo "Opening lab door"; - } - - public function close() - { - echo "Closing the lab door"; - } -} -``` -Then we have a proxy to secure any doors that we want -```php -class SecuredDoor -{ - protected $door; - - public function __construct(Door $door) - { - $this->door = $door; - } - - public function open($password) - { - if ($this->authenticate($password)) { - $this->door->open(); - } else { - echo "Big no! It ain't possible."; - } - } - - public function authenticate($password) - { - return $password === '$ecr@t'; - } - - public function close() - { - $this->door->close(); - } -} -``` -And here is how it can be used -```php -$door = new SecuredDoor(new LabDoor()); -$door->open('invalid'); // Big no! It ain't possible. - -$door->open('$ecr@t'); // Opening lab door -$door->close(); // Closing lab door -``` -Yet another example would be some sort of data-mapper implementation. For example, I recently made an ODM (Object Data Mapper) for MongoDB using this pattern where I wrote a proxy around mongo classes while utilizing the magic method `__call()`. All the method calls were proxied to the original mongo class and result retrieved was returned as it is but in case of `find` or `findOne` data was mapped to the required class objects and the object was returned instead of `Cursor`. - -## Behavioral Design Patterns - -In plain words -> It is concerned with assignment of responsibilities between the objects. What makes them different from structural patterns is they don't just specify the structure but also outline the patterns for message passing/communication between them. Or in other words, they assist in answering "How to run a behavior in software component?" - -Wikipedia says -> In software engineering, behavioral design patterns are design patterns that identify common communication patterns between objects and realize these patterns. By doing so, these patterns increase flexibility in carrying out this communication. - -There are 10 types of behavioral design patterns - -* [Chain of Responsibility](#-chain-of-responsibility) -* [Command](#-command) -* [Iterator](#-iterator) -* [Mediator](#-mediator) -* [Memento](#-memento) -* [Observer](#-observer) -* [Visitor](#-visitor) -* [Strategy](#-strategy) -* [State](#-state) -* [Template Method](#-template-method) - -## 🔗 Chain of Responsibility - -Real world example -> For example, you have three payment methods (`A`, `B` and `C`) setup in your account; each having a different amount in it. `A` has 100 USD, `B` has 300 USD and `C` having 1000 USD and the preference for payments is chosen as `A` then `B` then `C`. You try to purchase something that is worth 210 USD. Using Chain of Responsibility, first of all account `A` will be checked if it can make the purchase, if yes purchase will be made and the chain will be broken. If not, request will move forward to account `B` checking for amount if yes chain will be broken otherwise the request will keep forwarding till it finds the suitable handler. Here `A`, `B` and `C` are links of the chain and the whole phenomenon is Chain of Responsibility. - -In plain words -> It helps building a chain of objects. Request enters from one end and keeps going from object to object till it finds the suitable handler. - -Wikipedia says -> In object-oriented design, the chain-of-responsibility pattern is a design pattern consisting of a source of command objects and a series of processing objects. Each processing object contains logic that defines the types of command objects that it can handle; the rest are passed to the next processing object in the chain. - -**Programmatic Example** - -Translating our account example above. First of all we have a base account having the logic for chaining the accounts together and some accounts - -```php -abstract class Account -{ - protected $successor; - protected $balance; - - public function setNext(Account $account) - { - $this->successor = $account; - } - - public function pay(float $amountToPay) - { - if ($this->canPay($amountToPay)) { - echo sprintf('Paid %s using %s' . PHP_EOL, $amountToPay, get_called_class()); - } elseif ($this->successor) { - echo sprintf('Cannot pay using %s. Proceeding ..' . PHP_EOL, get_called_class()); - $this->successor->pay($amountToPay); - } else { - throw new Exception('None of the accounts have enough balance'); - } - } - - public function canPay($amount): bool - { - return $this->balance >= $amount; - } -} - -class Bank extends Account -{ - protected $balance; - - public function __construct(float $balance) - { - $this->balance = $balance; - } -} - -class Paypal extends Account -{ - protected $balance; - - public function __construct(float $balance) - { - $this->balance = $balance; - } -} - -class Bitcoin extends Account -{ - protected $balance; - - public function __construct(float $balance) - { - $this->balance = $balance; - } -} -``` - -Now let's prepare the chain using the links defined above (i.e. Bank, Paypal, Bitcoin) - -```php -// Let's prepare a chain like below -// $bank->$paypal->$bitcoin -// -// First priority bank -// If bank can't pay then paypal -// If paypal can't pay then bit coin - -$bank = new Bank(100); // Bank with balance 100 -$paypal = new Paypal(200); // Paypal with balance 200 -$bitcoin = new Bitcoin(300); // Bitcoin with balance 300 - -$bank->setNext($paypal); -$paypal->setNext($bitcoin); - -// Let's try to pay using the first priority i.e. bank -$bank->pay(259); - -// Output will be -// ============== -// Cannot pay using bank. Proceeding .. -// Cannot pay using paypal. Proceeding ..: -// Paid 259 using Bitcoin! -``` - -👮 Command -------- - -Real world example -> A generic example would be you ordering food at a restaurant. You (i.e. `Client`) ask the waiter (i.e. `Invoker`) to bring some food (i.e. `Command`) and waiter simply forwards the request to Chef (i.e. `Receiver`) who has the knowledge of what and how to cook. -> Another example would be you (i.e. `Client`) switching on (i.e. `Command`) the television (i.e. `Receiver`) using a remote control (`Invoker`). - -In plain words -> Allows you to encapsulate actions in objects. The key idea behind this pattern is to provide the means to decouple client from receiver. - -Wikipedia says -> In object-oriented programming, the command pattern is a behavioral design pattern in which an object is used to encapsulate all information needed to perform an action or trigger an event at a later time. This information includes the method name, the object that owns the method and values for the method parameters. - -**Programmatic Example** - -First of all we have the receiver that has the implementation of every action that could be performed -```php -// Receiver -class Bulb -{ - public function turnOn() - { - echo "Bulb has been lit"; - } - - public function turnOff() - { - echo "Darkness!"; - } -} -``` -then we have an interface that each of the commands are going to implement and then we have a set of commands -```php -interface Command -{ - public function execute(); - public function undo(); - public function redo(); -} - -// Command -class TurnOn implements Command -{ - protected $bulb; - - public function __construct(Bulb $bulb) - { - $this->bulb = $bulb; - } - - public function execute() - { - $this->bulb->turnOn(); - } - - public function undo() - { - $this->bulb->turnOff(); - } - - public function redo() - { - $this->execute(); - } -} - -class TurnOff implements Command -{ - protected $bulb; - - public function __construct(Bulb $bulb) - { - $this->bulb = $bulb; - } - - public function execute() - { - $this->bulb->turnOff(); - } - - public function undo() - { - $this->bulb->turnOn(); - } - - public function redo() - { - $this->execute(); - } -} -``` -Then we have an `Invoker` with whom the client will interact to process any commands -```php -// Invoker -class RemoteControl -{ - public function submit(Command $command) - { - $command->execute(); - } -} -``` -Finally let's see how we can use it in our client -```php -$bulb = new Bulb(); - -$turnOn = new TurnOn($bulb); -$turnOff = new TurnOff($bulb); - -$remote = new RemoteControl(); -$remote->submit($turnOn); // Bulb has been lit! -$remote->submit($turnOff); // Darkness! -``` - -Command pattern can also be used to implement a transaction based system. Where you keep maintaining the history of commands as soon as you execute them. If the final command is successfully executed, all good otherwise just iterate through the history and keep executing the `undo` on all the executed commands. - -➿ Iterator --------- - -Real world example -> An old radio set will be a good example of iterator, where user could start at some channel and then use next or previous buttons to go through the respective channels. Or take an example of MP3 player or a TV set where you could press the next and previous buttons to go through the consecutive channels or in other words they all provide an interface to iterate through the respective channels, songs or radio stations. - -In plain words -> It presents a way to access the elements of an object without exposing the underlying presentation. - -Wikipedia says -> In object-oriented programming, the iterator pattern is a design pattern in which an iterator is used to traverse a container and access the container's elements. The iterator pattern decouples algorithms from containers; in some cases, algorithms are necessarily container-specific and thus cannot be decoupled. - -**Programmatic example** - -In PHP it is quite easy to implement using SPL (Standard PHP Library). Translating our radio stations example from above. First of all we have `RadioStation` - -```php -class RadioStation -{ - protected $frequency; - - public function __construct(float $frequency) - { - $this->frequency = $frequency; - } - - public function getFrequency(): float - { - return $this->frequency; - } -} -``` -Then we have our iterator - -```php -use Countable; -use Iterator; - -class StationList implements Countable, Iterator -{ - /** @var RadioStation[] $stations */ - protected $stations = []; - - /** @var int $counter */ - protected $counter; - - public function addStation(RadioStation $station) - { - $this->stations[] = $station; - } - - public function removeStation(RadioStation $toRemove) - { - $toRemoveFrequency = $toRemove->getFrequency(); - $this->stations = array_filter($this->stations, function (RadioStation $station) use ($toRemoveFrequency) { - return $station->getFrequency() !== $toRemoveFrequency; - }); - } - - public function count(): int - { - return count($this->stations); - } - - public function current(): RadioStation - { - return $this->stations[$this->counter]; - } - - public function key() - { - return $this->counter; - } - - public function next() - { - $this->counter++; - } - - public function rewind() - { - $this->counter = 0; - } - - public function valid(): bool - { - return isset($this->stations[$this->counter]); - } -} -``` -And then it can be used as -```php -$stationList = new StationList(); - -$stationList->addStation(new RadioStation(89)); -$stationList->addStation(new RadioStation(101)); -$stationList->addStation(new RadioStation(102)); -$stationList->addStation(new RadioStation(103.2)); - -foreach($stationList as $station) { - echo $station->getFrequency() . PHP_EOL; -} - -$stationList->removeStation(new RadioStation(89)); // Will remove station 89 -``` - -👽 Mediator --------- - -Real world example -> A general example would be when you talk to someone on your mobile phone, there is a network provider sitting between you and them and your conversation goes through it instead of being directly sent. In this case network provider is mediator. - -In plain words -> Mediator pattern adds a third party object (called mediator) to control the interaction between two objects (called colleagues). It helps reduce the coupling between the classes communicating with each other. Because now they don't need to have the knowledge of each other's implementation. - -Wikipedia says -> In software engineering, the mediator pattern defines an object that encapsulates how a set of objects interact. This pattern is considered to be a behavioral pattern due to the way it can alter the program's running behavior. - -**Programmatic Example** - -Here is the simplest example of a chat room (i.e. mediator) with users (i.e. colleagues) sending messages to each other. - -First of all, we have the mediator i.e. the chat room - -```php -interface ChatRoomMediator -{ - public function showMessage(User $user, string $message); -} - -// Mediator -class ChatRoom implements ChatRoomMediator -{ - public function showMessage(User $user, string $message) - { - $time = date('M d, y H:i'); - $sender = $user->getName(); - - echo $time . '[' . $sender . ']:' . $message; - } -} -``` - -Then we have our users i.e. colleagues -```php -class User { - protected $name; - protected $chatMediator; - - public function __construct(string $name, ChatRoomMediator $chatMediator) { - $this->name = $name; - $this->chatMediator = $chatMediator; - } - - public function getName() { - return $this->name; - } - - public function send($message) { - $this->chatMediator->showMessage($this, $message); - } -} -``` -And the usage -```php -$mediator = new ChatRoom(); - -$john = new User('John Doe', $mediator); -$jane = new User('Jane Doe', $mediator); - -$john->send('Hi there!'); -$jane->send('Hey!'); - -// Output will be -// Feb 14, 10:58 [John]: Hi there! -// Feb 14, 10:58 [Jane]: Hey! -``` - -💾 Memento -------- -Real world example -> Take the example of calculator (i.e. originator), where whenever you perform some calculation the last calculation is saved in memory (i.e. memento) so that you can get back to it and maybe get it restored using some action buttons (i.e. caretaker). - -In plain words -> Memento pattern is about capturing and storing the current state of an object in a manner that it can be restored later on in a smooth manner. - -Wikipedia says -> The memento pattern is a software design pattern that provides the ability to restore an object to its previous state (undo via rollback). - -Usually useful when you need to provide some sort of undo functionality. - -**Programmatic Example** - -Lets take an example of text editor which keeps saving the state from time to time and that you can restore if you want. - -First of all we have our memento object that will be able to hold the editor state - -```php -class EditorMemento -{ - protected $content; - - public function __construct(string $content) - { - $this->content = $content; - } - - public function getContent() - { - return $this->content; - } -} -``` - -Then we have our editor i.e. originator that is going to use memento object - -```php -class Editor -{ - protected $content = ''; - - public function type(string $words) - { - $this->content = $this->content . ' ' . $words; - } - - public function getContent() - { - return $this->content; - } - - public function save() - { - return new EditorMemento($this->content); - } - - public function restore(EditorMemento $memento) - { - $this->content = $memento->getContent(); - } -} -``` - -And then it can be used as - -```php -$editor = new Editor(); - -// Type some stuff -$editor->type('This is the first sentence.'); -$editor->type('This is second.'); - -// Save the state to restore to : This is the first sentence. This is second. -$saved = $editor->save(); - -// Type some more -$editor->type('And this is third.'); - -// Output: Content before Saving -echo $editor->getContent(); // This is the first sentence. This is second. And this is third. - -// Restoring to last saved state -$editor->restore($saved); - -$editor->getContent(); // This is the first sentence. This is second. -``` - -😎 Observer --------- -Real world example -> A good example would be the job seekers where they subscribe to some job posting site and they are notified whenever there is a matching job opportunity. - -In plain words -> Defines a dependency between objects so that whenever an object changes its state, all its dependents are notified. - -Wikipedia says -> The observer pattern is a software design pattern in which an object, called the subject, maintains a list of its dependents, called observers, and notifies them automatically of any state changes, usually by calling one of their methods. - -**Programmatic example** - -Translating our example from above. First of all we have job seekers that need to be notified for a job posting -```php -class JobPost -{ - protected $title; - - public function __construct(string $title) - { - $this->title = $title; - } - - public function getTitle() - { - return $this->title; - } -} - -class JobSeeker implements Observer -{ - protected $name; - - public function __construct(string $name) - { - $this->name = $name; - } - - public function onJobPosted(JobPost $job) - { - // Do something with the job posting - echo 'Hi ' . $this->name . '! New job posted: '. $job->getTitle(); - } -} -``` -Then we have our job postings to which the job seekers will subscribe -```php -class EmploymentAgency implements Observable -{ - protected $observers = []; - - protected function notify(JobPost $jobPosting) - { - foreach ($this->observers as $observer) { - $observer->onJobPosted($jobPosting); - } - } - - public function attach(Observer $observer) - { - $this->observers[] = $observer; - } - - public function addJob(JobPost $jobPosting) - { - $this->notify($jobPosting); - } -} -``` -Then it can be used as -```php -// Create subscribers -$johnDoe = new JobSeeker('John Doe'); -$janeDoe = new JobSeeker('Jane Doe'); - -// Create publisher and attach subscribers -$jobPostings = new EmploymentAgency(); -$jobPostings->attach($johnDoe); -$jobPostings->attach($janeDoe); - -// Add a new job and see if subscribers get notified -$jobPostings->addJob(new JobPost('Software Engineer')); - -// Output -// Hi John Doe! New job posted: Software Engineer -// Hi Jane Doe! New job posted: Software Engineer -``` - -🏃 Visitor -------- -Real world example -> Consider someone visiting Dubai. They just need a way (i.e. visa) to enter Dubai. After arrival, they can come and visit any place in Dubai on their own without having to ask for permission or to do some leg work in order to visit any place here; just let them know of a place and they can visit it. Visitor pattern lets you do just that, it helps you add places to visit so that they can visit as much as they can without having to do any legwork. - -In plain words -> Visitor pattern lets you add further operations to objects without having to modify them. - -Wikipedia says -> In object-oriented programming and software engineering, the visitor design pattern is a way of separating an algorithm from an object structure on which it operates. A practical result of this separation is the ability to add new operations to existing object structures without modifying those structures. It is one way to follow the open/closed principle. - -**Programmatic example** - -Let's take an example of a zoo simulation where we have several different kinds of animals and we have to make them Sound. Let's translate this using visitor pattern - -```php -// Visitee -interface Animal -{ - public function accept(AnimalOperation $operation); -} - -// Visitor -interface AnimalOperation -{ - public function visitMonkey(Monkey $monkey); - public function visitLion(Lion $lion); - public function visitDolphin(Dolphin $dolphin); -} -``` -Then we have our implementations for the animals -```php -class Monkey implements Animal -{ - public function shout() - { - echo 'Ooh oo aa aa!'; - } - - public function accept(AnimalOperation $operation) - { - $operation->visitMonkey($this); - } -} - -class Lion implements Animal -{ - public function roar() - { - echo 'Roaaar!'; - } - - public function accept(AnimalOperation $operation) - { - $operation->visitLion($this); - } -} - -class Dolphin implements Animal -{ - public function speak() - { - echo 'Tuut tuttu tuutt!'; - } - - public function accept(AnimalOperation $operation) - { - $operation->visitDolphin($this); - } -} -``` -Let's implement our visitor -```php -class Speak implements AnimalOperation -{ - public function visitMonkey(Monkey $monkey) - { - $monkey->shout(); - } - - public function visitLion(Lion $lion) - { - $lion->roar(); - } - - public function visitDolphin(Dolphin $dolphin) - { - $dolphin->speak(); - } -} -``` - -And then it can be used as -```php -$monkey = new Monkey(); -$lion = new Lion(); -$dolphin = new Dolphin(); - -$speak = new Speak(); - -$monkey->accept($speak); // Ooh oo aa aa! -$lion->accept($speak); // Roaaar! -$dolphin->accept($speak); // Tuut tutt tuutt! -``` -We could have done this simply by having an inheritance hierarchy for the animals but then we would have to modify the animals whenever we would have to add new actions to animals. But now we will not have to change them. For example, let's say we are asked to add the jump behavior to the animals, we can simply add that by creating a new visitor i.e. - -```php -class Jump implements AnimalOperation -{ - public function visitMonkey(Monkey $monkey) - { - echo 'Jumped 20 feet high! on to the tree!'; - } - - public function visitLion(Lion $lion) - { - echo 'Jumped 7 feet! Back on the ground!'; - } - - public function visitDolphin(Dolphin $dolphin) - { - echo 'Walked on water a little and disappeared'; - } -} -``` -And for the usage -```php -$jump = new Jump(); - -$monkey->accept($speak); // Ooh oo aa aa! -$monkey->accept($jump); // Jumped 20 feet high! on to the tree! - -$lion->accept($speak); // Roaaar! -$lion->accept($jump); // Jumped 7 feet! Back on the ground! - -$dolphin->accept($speak); // Tuut tutt tuutt! -$dolphin->accept($jump); // Walked on water a little and disappeared -``` - -💡 Strategy --------- - -Real world example -> Consider the example of sorting, we implemented bubble sort but the data started to grow and bubble sort started getting very slow. In order to tackle this we implemented Quick sort. But now although the quick sort algorithm was doing better for large datasets, it was very slow for smaller datasets. In order to handle this we implemented a strategy where for small datasets, bubble sort will be used and for larger, quick sort. - -In plain words -> Strategy pattern allows you to switch the algorithm or strategy based upon the situation. - -Wikipedia says -> In computer programming, the strategy pattern (also known as the policy pattern) is a behavioural software design pattern that enables an algorithm's behavior to be selected at runtime. - -**Programmatic example** - -Translating our example from above. First of all we have our strategy interface and different strategy implementations - -```php -interface SortStrategy -{ - public function sort(array $dataset): array; -} - -class BubbleSortStrategy implements SortStrategy -{ - public function sort(array $dataset): array - { - echo "Sorting using bubble sort"; - - // Do sorting - return $dataset; - } -} - -class QuickSortStrategy implements SortStrategy -{ - public function sort(array $dataset): array - { - echo "Sorting using quick sort"; - - // Do sorting - return $dataset; - } -} -``` - -And then we have our client that is going to use any strategy -```php -class Sorter -{ - protected $sorter; - - public function __construct(SortStrategy $sorter) - { - $this->sorter = $sorter; - } - - public function sort(array $dataset): array - { - return $this->sorter->sort($dataset); - } -} -``` -And it can be used as -```php -$dataset = [1, 5, 4, 3, 2, 8]; - -$sorter = new Sorter(new BubbleSortStrategy()); -$sorter->sort($dataset); // Output : Sorting using bubble sort - -$sorter = new Sorter(new QuickSortStrategy()); -$sorter->sort($dataset); // Output : Sorting using quick sort -``` - -💢 State ------ -Real world example -> Imagine you are using some drawing application, you choose the paint brush to draw. Now the brush changes its behavior based on the selected color i.e. if you have chosen red color it will draw in red, if blue then it will be in blue etc. - -In plain words -> It lets you change the behavior of a class when the state changes. - -Wikipedia says -> The state pattern is a behavioral software design pattern that implements a state machine in an object-oriented way. With the state pattern, a state machine is implemented by implementing each individual state as a derived class of the state pattern interface, and implementing state transitions by invoking methods defined by the pattern's superclass. -> The state pattern can be interpreted as a strategy pattern which is able to switch the current strategy through invocations of methods defined in the pattern's interface. - -**Programmatic example** - -Let's take an example of text editor, it lets you change the state of text that is typed i.e. if you have selected bold, it starts writing in bold, if italic then in italics etc. - -First of all we have our state interface and some state implementations - -```php -interface WritingState -{ - public function write(string $words); -} - -class UpperCase implements WritingState -{ - public function write(string $words) - { - echo strtoupper($words); - } -} - -class LowerCase implements WritingState -{ - public function write(string $words) - { - echo strtolower($words); - } -} - -class DefaultText implements WritingState -{ - public function write(string $words) - { - echo $words; - } -} -``` -Then we have our editor -```php -class TextEditor -{ - protected $state; - - public function __construct(WritingState $state) - { - $this->state = $state; - } - - public function setState(WritingState $state) - { - $this->state = $state; - } - - public function type(string $words) - { - $this->state->write($words); - } -} -``` -And then it can be used as -```php -$editor = new TextEditor(new DefaultText()); - -$editor->type('First line'); - -$editor->setState(new UpperCase()); - -$editor->type('Second line'); -$editor->type('Third line'); - -$editor->setState(new LowerCase()); - -$editor->type('Fourth line'); -$editor->type('Fifth line'); - -// Output: -// First line -// SECOND LINE -// THIRD LINE -// fourth line -// fifth line -``` - -📒 Template Method ---------------- - -Real world example -> Suppose we are getting some house built. The steps for building might look like -> - Prepare the base of house -> - Build the walls -> - Add roof -> - Add other floors - -> The order of these steps could never be changed i.e. you can't build the roof before building the walls etc but each of the steps could be modified for example walls can be made of wood or polyester or stone. - -In plain words -> Template method defines the skeleton of how a certain algorithm could be performed, but defers the implementation of those steps to the children classes. - -Wikipedia says -> In software engineering, the template method pattern is a behavioral design pattern that defines the program skeleton of an algorithm in an operation, deferring some steps to subclasses. It lets one redefine certain steps of an algorithm without changing the algorithm's structure. - -**Programmatic Example** - -Imagine we have a build tool that helps us test, lint, build, generate build reports (i.e. code coverage reports, linting report etc) and deploy our app on the test server. - -First of all we have our base class that specifies the skeleton for the build algorithm -```php -abstract class Builder -{ - - // Template method - final public function build() - { - $this->test(); - $this->lint(); - $this->assemble(); - $this->deploy(); - } - - abstract public function test(); - abstract public function lint(); - abstract public function assemble(); - abstract public function deploy(); -} -``` - -Then we can have our implementations - -```php -class AndroidBuilder extends Builder -{ - public function test() - { - echo 'Running android tests'; - } - - public function lint() - { - echo 'Linting the android code'; - } - - public function assemble() - { - echo 'Assembling the android build'; - } - - public function deploy() - { - echo 'Deploying android build to server'; - } -} - -class IosBuilder extends Builder -{ - public function test() - { - echo 'Running ios tests'; - } - - public function lint() - { - echo 'Linting the ios code'; - } - - public function assemble() - { - echo 'Assembling the ios build'; - } - - public function deploy() - { - echo 'Deploying ios build to server'; - } -} -``` -And then it can be used as - -```php -$androidBuilder = new AndroidBuilder(); -$androidBuilder->build(); - -// Output: -// Running android tests -// Linting the android code -// Assembling the android build -// Deploying android build to server - -$iosBuilder = new IosBuilder(); -$iosBuilder->build(); - -// Output: -// Running ios tests -// Linting the ios code -// Assembling the ios build -// Deploying ios build to server -``` - -## Wrap Up Folks - -And that about wraps it up. I will continue to improve this, so you might want to watch/star this repository to revisit. Also, I have plans on writing the same about the architectural patterns, stay tuned for it. diff --git a/content/guides/dhcp-in-one-picture.md b/content/guides/dhcp-in-one-picture.md deleted file mode 100644 index 3f83dcdf1..000000000 --- a/content/guides/dhcp-in-one-picture.md +++ /dev/null @@ -1,3 +0,0 @@ -[![](/guides/dhcp.png)](/guides/dhcp.png) - -Here is the [original tweet](https://twitter.com/kamranahmedse/status/1254142557417857025) where this image was posted. diff --git a/content/guides/dns-in-one-picture.md b/content/guides/dns-in-one-picture.md deleted file mode 100644 index 6986784d4..000000000 --- a/content/guides/dns-in-one-picture.md +++ /dev/null @@ -1,5 +0,0 @@ -DNS or Domain Name System is one of the fundamental blocks of the internet. As a developer, you should have at-least the basic understanding of how it works. This article is a brief introduction to what is DNS and how it works. - -DNS at its simplest is like a phonebook on your mobile phone. Whenever you have to call one of your contacts, you can either dial their number from your memory or use their name which will then be used by your mobile phone to search their number in your phone book to call them. Every time you make a new friend, or your existing friend gets a mobile phone, you have to memorize their phone number or save it in your phonebook to be able to call them later on. DNS or Domain Name System, in a similar fashion, is a mechanism that allows you to browse websites on the internet. Just like your mobile phone does not know how to call without knowing the phone number, your browser does not know how to open a website just by the domain name; it needs to know the IP Address for the website to open. You can either type the IP Address to open, or provide the domain name and press enter which will then be used by your browser to find the IP address by going through several hoops. The picture below is the illustration of how your browser finds a website on the internet. - -[![](https://i.imgur.com/z9rwm5A.png)](https://i.imgur.com/z9rwm5A.png) diff --git a/content/guides/history-of-javascript.md b/content/guides/history-of-javascript.md deleted file mode 100644 index 9039d0ca3..000000000 --- a/content/guides/history-of-javascript.md +++ /dev/null @@ -1,41 +0,0 @@ -Around 10 years ago, Jeff Atwood (the founder of stackoverflow) made a case that JavaScript is going to be the future and he coined the “Atwood Law” which states that *Any application that can be written in JavaScript will eventually be written in JavaScript*. Fast-forward to today, 10 years later, if you look at it it rings truer than ever. JavaScript is continuing to gain more and more adoption. - -### JavaScript is announced -JavaScript was initially created by [Brendan Eich](https://twitter.com/BrendanEich) of NetScape and was first announced in a press release by Netscape in 1995. It has a bizarre history of naming; initally it was named `Mocha` by the creator, which was later renamed to `LiveScript`. In 1996, about a year later after the release, NetScape decided to rename it to be `JavaScript` with hopes of capitalizing on the Java community (although JavaScript did not have any relationship with Java) and released Netscape 2.0 with the official support of JavaScript. - -### ES1, ES2 and ES3 -In 1996, Netscape decided to submit it to [ECMA International](https://en.wikipedia.org/wiki/Ecma_International) with the hopes of getting it standardized. First edition of the standard specification was released in 1997 and the language was standardized. After the initial release, `ECMAScript` was continued to be worked upon and in no-time two more versions were released ECMAScript 2 in 1998 and ECMAScript 3 in 1999. - -### Decade of Silence and ES4 -After the release of ES3 in 1999, there was a complete silence for a decade and no changes were made to the official standard. There was some work on the fourth edition in the initial days; some of the features that were being discussed included classes, modules, static typings, destructuring etc. It was being targeted to be released by 2008 but was abandoned due to political differences concerning language complexity. However, the vendors kept introducing the extensions to the language and the developers were left scratching their heads — adding polyfills to battle compatibility issues between different browsers. - -### From silence to ES5 -Google, Microsoft, Yahoo and other disputers of ES4 came together and decided to work on a less ambitious update to ES3 tentatively named ES3.1. But the teams were still fighting about what to include from ES4 and what not. Finally, in 2009 ES5 was released mainly focusing on fixing the compatibility and security issues etc. But there wasn’t much of a splash in the water — it took ages for the vendors to incorporate the standards and many developers were still using ES3 without being aware of the “modern” standards. - -### Release of ES6 — ECMAScript 2015 -After a few years of the release of ES5, things started to change, TC39 (the committee under ECMA international responsible for ECMAScript standardization) kept working on the next version of ECMAScript (ES6) which was originally named ES Harmony, before being eventually released with the name ES2015. ES2015 adds significant features and syntactic sugar to allow writing complex applications. Some of the features that ES6 has to offer, include Classes, Modules, Arrows, Enhanced object literals, Template strings, Destructuring, Default param values + rest + spread, Let and Const, Iterators + for..of, Generators, Maps + Sets, Proxies, Symbols, Promises, math + number + string + array + object APIs [etc](http://es6-features.org/#Constants) - -Browser support for ES6 is still scarce but everything that ES6 has to offer is still available to developers by transpiling the ES6 code to ES5. With the release of 6th version of ECMAScript, TC39 decided to move to yearly model of releasing updates to ECMAScript so to make sure that the new features are added as soon as they are approved and we don’t have to wait for the full specification to be drafted and approved — thus 6th version of ECMAScript was renamed as ECMAScript 2015 or ES2015 before the release in June 2015. And the next versions of ECMAScript were decided to published in June of every year. - -### Release of ES7 — ECMAScript 2016 -In June 2016, seventh version of ECMAScript was released. As ECMAScript has been moved to an yearly release model, ECMAScript 2016 (ES2016) comparatively did not have much to offer. ES2016 includes just two new features - -* Exponentiation operator `**` -* `Array.prototype.includes` - -### Release of ES8 — ECMAScript 2017 -The eighth version of ECMAScript was released in June 2017. The key highlight of ES8 was the addition of async functions. Here is the list of new features in ES8 - -* `Object.values()` and `Object.entries()` -* String padding i.e. `String.prototype.padEnd()` and `String.prototype.padStart()` -* `Object.getOwnPropertyDescriptors` -* Trailing commas in function parameter lists and calls -* Async functions - -### What is ESNext then? -ESNext is a dynamic name that refers to whatever the current version of ECMAScript is at the given time. For example, at the time of this writing `ES2017` or `ES8` is `ESNext`. - -### What does the future hold? -Since the release of ES6, [TC39](https://github.com/tc39) has quite streamlined their process. TC39 operates through a Github organization now and there are [several proposals](https://github.com/tc39/proposals) for new features or syntax to be added to the next versions of ECMAScript. Any one can go ahead and [submit a proposal](https://github.com/tc39/proposals) thus resulting in increasing the participation from the community. Every proposal goes through [four stages of maturity](https://tc39.github.io/process-document/) before it makes it into the specification. - -And that about wraps it up. Feel free to leave your feedback in the comments section below. Also here are the links to original language specifications [ES6](https://www.ecma-international.org/ecma-262/6.0/), [ES7](https://www.ecma-international.org/ecma-262/7.0/) and [ES8](https://www.ecma-international.org/ecma-262/8.0/). diff --git a/content/guides/http-caching.md b/content/guides/http-caching.md deleted file mode 100644 index 7132915f8..000000000 --- a/content/guides/http-caching.md +++ /dev/null @@ -1,251 +0,0 @@ -As users, we easily get frustrated by the buffering videos, the images that take seconds to load, pages that got stuck because the content is being loaded. Loading the resources from some cache is much faster than fetching the same from the originating server. It reduces latency, speeds up the loading of resources, decreases the load on server, cuts down the bandwidth costs etc. - -### Introduction - -What is web cache? It is something that sits somewhere between the client and the server, continuously looking at the requests and their responses, looking for any responses that can be cached. So that there is less time consumed when the same request is made again. - -![Web Cache](https://i.imgur.com/mJYVvTh.png) - -> Note that this image is just to give you an idea. Depending upon the type of cache, the place where it is implemented could vary. More on this later. - -Before we get into further details, let me give you an overview of the terms that will be used, further in the article - -- **Client** could be your browser or any application requesting the server for some resource -- **Origin Server**, the source of truth, houses all the content required by the client and is responsible for fulfilling the client requests. -- **Stale Content** is the cached but expired content -- **Fresh Content** is the content available in cache that hasn't expired yet -- **Cache Validation** is the process of contacting the server to check the validity of the cached content and get it updated for when it is going to expire -- **Cache Invalidation** is the process of removing any stale content available in the cache - -![](https://i.imgur.com/9MjlzvW.png) - -### Caching Locations - -Web cache can be shared or private depending upon the location where it exists. Here is the list of different caching locations - -- [Browser Cache](#browser-cache) -- [Proxy Cache](#proxy-cache) -- [Reverse Proxy Cache](#reverse-proxy-cache) - -#### Browser Cache - -You might have noticed that when you click the back button in your browser it takes less time to load the page than the time that it took during the first load; this is the browser cache in play. Browser cache is the most common location for caching and browsers usually reserve some space for it. - -![Web Cache](https://i.imgur.com/mJYVvTh.png) - -A browser cache is limited to just one user and unlike other caches, it can store the "private" responses. More on it later. - -#### Proxy Cache - -Unlike browser cache which serves a single user, proxy caches may serve hundreds of different users accessing the same content. They are usually implemented on a broader level by ISPs or any other independent entities for example. - -![Proxy Cache](https://i.imgur.com/3mj6e1O.png) - -#### Reverse Proxy Cache - -Reverse proxy cache or surrogate cache is implemented close to the origin servers in order to reduce the load on server. Unlike proxy caches which are implemented by ISPs etc to reduce the bandwidth usage in a network, surrogates or reverse proxy caches are implemented near to the origin servers by the server administrators to reduce the load on server. - -![Reverse Proxy Cache](http://i.imgur.com/Eg4Cru3.png) - -Although you can control the reverse proxy caches (since it is implemented by you on your server) you can not avoid or control browser and proxy caches. And if your website is not configured to use these caches properly, it will still be cached using whatever the defaults are set on these caches. - -### Caching Headers - -So, how do we control the web cache? Whenever the server emits some response, it is accompanied with some HTTP headers to guide the caches whether and how to cache this response. Content provider is the one that has to make sure to return proper HTTP headers to force the caches on how to cache the content. - -- [Expires](#expires) -- [Pragma](#pragma) -- [Cache-Control](#cache-control) - - [private](#private) - - [public](#public) - - [no-store](#no-store) - - [no-cache](#no-cache) - - [max-age: seconds](#max-age) - - [s-maxage: seconds](#s-maxage) - - [must-revalidate](#must-revalidate) - - [proxy-revalidate](#proxy-revalidate) - - [Mixing Values](#mixing-values) -- [Validators](#validators) - - [ETag](#etag) - - [Last-Modified](#last-modified) - -#### Expires - -Before HTTP/1.1 and introduction of `Cache-Control`, there was `Expires` header which is simply a timestamp telling the caches how long should some content be considered fresh. Possible value to this header is absolute expiry date; where date has to be in GMT. Below is the sample header - -```html -Expires: Mon, 13 Mar 2017 12:22:00 GMT -``` - -It should be noted that the date cannot be more than a year and if the date format is wrong, content will be considered stale. Also, the clock on cache has to be in sync with the clock on server, otherwise the desired results might not be achieved. - -Although, `Expires` header is still valid and is supported widely by the caches, preference should be given to HTTP/1.1 successor of it i.e. `Cache-Control`. - -#### Pragma - -Another one from the old, pre HTTP/1.1 days, is `Pragma`. Everything that it could do is now possible using the cache-control header given below. However, one thing I would like to point out about it is, you might see `Pragma: no-cache` being used here and there in hopes of stopping the response from being cached. It might not necessarily work; as HTTP specification discusses it in the request headers and there is no mention of it in the response headers. Rather `Cache-Control` header should be used to control the caching. - -#### Cache-Control - -Cache-Control specifies how long and in what manner should the content be cached. This family of headers was introduced in HTTP/1.1 to overcome the limitations of the `Expires` header. - -Value for the `Cache-Control` header is composite i.e. it can have multiple directive/values. Let's look at the possible values that this header may contain. - -##### private -Setting the cache to `private` means that the content will not be cached in any of the proxies and it will only be cached by the client (i.e. browser) - -```html -Cache-Control: private -``` - -Having said that, don't let it fool you in to thinking that setting this header will make your data any secure; you still have to use SSL for that purpose. - -##### public - -If set to `public`, apart from being cached by the client, it can also be cached by the proxies; serving many other users - -```html -Cache-Control: public -``` - -##### no-store -**`no-store`** specifies that the content is not to be cached by any of the caches - -```html -Cache-Control: no-store -``` - -##### no-cache -**`no-cache`** indicates that the cache can be maintained but the cached content is to be re-validated (using `ETag` for example) from the server before being served. That is, there is still a request to server but for validation and not to download the cached content. - -```html -Cache-Control: max-age=3600, no-cache, public -``` - -##### max-age: seconds -**`max-age`** specifies the number of seconds for which the content will be cached. For example, if the `cache-control` looks like below: - -```html -Cache-Control: max-age=3600, public -``` -it would mean that the content is publicly cacheable and will be considered stale after 60 minutes - -##### s-maxage: seconds -**`s-maxage`** here `s-` prefix stands for shared. This directive specifically targets the shared caches. Like `max-age` it also gets the number of seconds for which something is to be cached. If present, it will override `max-age` and `expires` headers for shared caching. - -```html -Cache-Control: s-maxage=3600, public -``` - -##### must-revalidate -**`must-revalidate`** it might happen sometimes that if you have network problems and the content cannot be retrieved from the server, browser may serve stale content without validation. `must-revalidate` avoids that. If this directive is present, it means that stale content cannot be served in any case and the data must be re-validated from the server before serving. - -```html -Cache-Control: max-age=3600, public, must-revalidate -``` - -##### proxy-revalidate -**`proxy-revalidate`** is similar to `must-revalidate` but it specifies the same for shared or proxy caches. In other words `proxy-revalidate` is to `must-revalidate` as `s-maxage` is to `max-age`. But why did they not call it `s-revalidate`?. I have no idea why, if you have any clue please leave a comment below. - -##### Mixing Values -You can combine these directives in different ways to achieve different caching behaviors, however `no-cache/no-store` and `public/private` are mutually exclusive. - -If you specify both `no-store` and `no-cache`, `no-store` will be given precedence over `no-cache`. - -```html -; If specified both -Cache-Control: no-store, no-cache - -; Below will be considered -Cache-Control: no-store -``` - -For `private/public`, for any unauthenticated requests cache is considered `public` and for any authenticated ones cache is considered `private`. - -### Validators - -Up until now we only discussed how the content is cached and how long the cached content is to be considered fresh but we did not discuss how the client does the validation from the server. Below we discuss the headers used for this purpose. - -#### ETag - -Etag or "entity tag" was introduced in HTTP/1.1 specs. Etag is just a unique identifier that the server attaches with some resource. This ETag is later on used by the client to make conditional HTTP requests stating `"give me this resource if ETag is not same as the ETag that I have"` and the content is downloaded only if the etags do not match. - -Method by which ETag is generated is not specified in the HTTP docs and usually some collision-resistant hash function is used to assign etags to each version of a resource. There could be two types of etags i.e. strong and weak - -```html -ETag: "j82j8232ha7sdh0q2882" - Strong Etag -ETag: W/"j82j8232ha7sdh0q2882" - Weak Etag (prefixed with `W/`) -``` - -A strong validating ETag means that two resources are **exactly** same and there is no difference between them at all. While a weak ETag means that two resources are although not strictly same but could be considered same. Weak etags might be useful for dynamic content, for example. - -Now you know what etags are but how does the browser make this request? by making a request to server while sending the available Etag in `If-None-Match` header. - -Consider the scenario, you opened a web page which loaded a logo image with caching period of 60 seconds and ETag of `abc123xyz`. After about 30 minutes you reload the page, browser will notice that the logo which was fresh for 60 seconds is now stale; it will trigger a request to server, sending the ETag of the stale logo image in `if-none-match` header - -```html -If-None-Match: "abc123xyz" -``` - -Server will then compare this ETag with the ETag of the current version of resource. If both etags are matched, server will send back the response of `304 Not Modified` which will tell the client that the copy that it has is still good and it will be considered fresh for another 60 seconds. If both the etags do not match i.e. the logo has likely changed and client will be sent the new logo which it will use to replace the stale logo that it has. - -#### Last-Modified - -Server might include the `Last-Modified` header indicating the date and time at which some content was last modified on. - -```html -Last-Modified: Wed, 15 Mar 2017 12:30:26 GMT -``` - -When the content gets stale, client will make a conditional request including the last modified date that it has inside the header called `If-Modified-Since` to server to get the updated `Last-Modified` date; if it matches the date that the client has, `Last-Modified` date for the content is updated to be considered fresh for another `n` seconds. If the received `Last-Modified` date does not match the one that the client has, content is reloaded from the server and replaced with the content that client has. - -```html -If-Modified-Since: Wed, 15 Mar 2017 12:30:26 GMT -``` - -You might be questioning now, what if the cached content has both the `Last-Modified` and `ETag` assigned to it? Well, in that case both are to be used i.e. there will not be any re-downloading of the resource if and only if `ETag` matches the newly retrieved one and so does the `Last-Modified` date. If either the `ETag` does not match or the `Last-Modified` is greater than the one from the server, content has to be downloaded again. - -### Where do I start? - -Now that we have got *everything* covered, let us put everything in perspective and see how you can use this information. - -#### Utilizing Server - -Before we get into the possible caching strategies , let me add the fact that most of the servers including Apache and Nginx allow you to implement your caching policy through the server so that you don't have to juggle with headers in your code. - -**For example**, if you are using Apache and you have your static content placed at `/static`, you can put below `.htaccess` file in the directory to make all the content in it be cached for an year using below - -```html -# Cache everything for an year -Header set Cache-Control "max-age=31536000, public" -``` - -You can further use `filesMatch` directive to add conditionals and use different caching strategy for different kinds of files e.g. - -```html -# Cache any images for one year - - Header set Cache-Control "max-age=31536000, public" - - -# Cache any CSS and JS files for a month - - Header set Cache-Control "max-age=2628000, public" - -``` - -Or if you don't want to use the `.htaccess` file you can modify Apache's configuration file `http.conf`. Same goes for Nginx, you can add the caching information in the location or server block. - -#### Caching Recommendations - -There is no golden rule or set standards about how your caching policy should look like, each of the application is different and you have to look and find what suits your application the best. However, just to give you a rough idea - - - You can have aggressive caching (e.g. cache for an year) on any static content and use fingerprinted filenames (e.g. `style.ju2i90.css`) so that the cache is automatically rejected whenever the files are updated. - Also it should be noted that you should not cross the upper limit of one year as it [might not be honored](https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9) - - Look and decide do you even need caching for any dynamic content, if yes how long it should be. For example, in case of some RSS feed of a blog there could be the caching of a few hours but there couldn't be any caching for inventory items in an ERP. - - Always add the validators (preferably ETags) in your response. - - Pay attention while choosing the visibility (private or public) of the cached content. Make sure that you do not accidentally cache any user-specific or sensitive content in any public proxies. When in doubt, do not use cache at all. - - Separate the content that changes often from the content that doesn't change that often (e.g. in javascript bundles) so that when it is updated it doesn't need to make the whole cached content stale. - - Test and monitor the caching headers being served by your site. You can use the browser console or `curl -I http://some-url.com` for that purpose. - -And that about wraps it up. Stay tuned for more! diff --git a/content/guides/journey-to-http2.md b/content/guides/journey-to-http2.md deleted file mode 100644 index 2115116c6..000000000 --- a/content/guides/journey-to-http2.md +++ /dev/null @@ -1,195 +0,0 @@ -HTTP is the protocol that every web developer should know as it powers the whole web and knowing it is definitely going to help you develop better applications. In this guide, I am going to be discussing what HTTP is, how it came to be, where it is today and how did we get here. - -### What is HTTP? - -First things first, what is HTTP? HTTP is the `TCP/IP` based application layer communication protocol which standardizes how the client and server communicate with each other. It defines how the content is requested and transmitted across the internet. By application layer protocol, I mean it's just an abstraction layer that standardizes how the hosts (clients and servers) communicate and itself it depends upon `TCP/IP` to get request and response between the client and server. By default TCP port `80` is used but other ports can be used as well. HTTPS, however, uses port `443`. - -### HTTP/0.9 – The One Liner (1991) - -The first documented version of HTTP was [`HTTP/0.9`](https://www.w3.org/Protocols/HTTP/AsImplemented.html) which was put forward in 1991. It was the simplest protocol ever; having a single method called `GET`. If a client had to access some webpage on the server, it would have made the simple request like below - -```html -GET /index.html -``` -And the response from server would have looked as follows - -```html -(response body) -(connection closed) -``` - -That is, the server would get the request, reply with the HTML in response and as soon as the content has been transferred, the connection will be closed. There were - -- No headers -- `GET` was the only allowed method -- Response had to be HTML - -As you can see, the protocol really had nothing more than being a stepping stone for what was to come. - -### HTTP/1.0 - 1996 - -In 1996, the next version of HTTP i.e. `HTTP/1.0` evolved that vastly improved over the original version. - -Unlike `HTTP/0.9` which was only designed for HTML response, `HTTP/1.0` could now deal with other response formats i.e. images, video files, plain text or any other content type as well. It added more methods (i.e. `POST` and `HEAD`), request/response formats got changed, HTTP headers got added to both the request and responses, status codes were added to identify the response, character set support was introduced, multi-part types, authorization, caching, content encoding and more was included. - -Here is how a sample `HTTP/1.0` request and response might have looked like: - -```html -GET / HTTP/1.0 -Host: kamranahmed.info -User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) -Accept: */* -``` - -As you can see, alongside the request, client has also sent its personal information, required response type etc. While in `HTTP/0.9` client could never send such information because there were no headers. - -Example response to the request above may have looked like below - -```html -HTTP/1.0 200 OK -Content-Type: text/plain -Content-Length: 137582 -Expires: Thu, 05 Dec 1997 16:00:00 GMT -Last-Modified: Wed, 5 August 1996 15:55:28 GMT -Server: Apache 0.84 - -(response body) -(connection closed) -``` - -In the very beginning of the response there is `HTTP/1.0` (HTTP followed by the version number), then there is the status code `200` followed by the reason phrase (or description of the status code, if you will). - -In this newer version, request and response headers were still kept as `ASCII` encoded, but the response body could have been of any type i.e. image, video, HTML, plain text or any other content type. So, now that server could send any content type to the client; not so long after the introduction, the term "Hyper Text" in `HTTP` became misnomer. `HMTP` or Hypermedia transfer protocol might have made more sense but, I guess, we are stuck with the name for life. - -One of the major drawbacks of `HTTP/1.0` were you couldn't have multiple requests per connection. That is, whenever a client will need something from the server, it will have to open a new TCP connection and after that single request has been fulfilled, connection will be closed. And for any next requirement, it will have to be on a new connection. Why is it bad? Well, let's assume that you visit a webpage having `10` images, `5` stylesheets and `5` javascript files, totalling to `20` items that needs to fetched when request to that webpage is made. Since the server closes the connection as soon as the request has been fulfilled, there will be a series of `20` separate connections where each of the items will be served one by one on their separate connections. This large number of connections results in a serious performance hit as requiring a new `TCP` connection imposes a significant performance penalty because of three-way handshake followed by slow-start. - -#### Three-way Handshake - -Three-way handshake in its simplest form is that all the `TCP` connections begin with a three-way handshake in which the client and the server share a series of packets before starting to share the application data. - -- `SYN` - Client picks up a random number, let's say `x`, and sends it to the server. -- `SYN ACK` - Server acknowledges the request by sending an `ACK` packet back to the client which is made up of a random number, let's say `y` picked up by server and the number `x+1` where `x` is the number that was sent by the client -- `ACK` - Client increments the number `y` received from the server and sends an `ACK` packet back with the number `y+1` - -Once the three-way handshake is completed, the data sharing between the client and server may begin. It should be noted that the client may start sending the application data as soon as it dispatches the last `ACK` packet but the server will still have to wait for the `ACK` packet to be recieved in order to fulfill the request. - -![](http://i.imgur.com/uERG2G2.png) - -> Please note that there is a minor issue with the image, the last `ACK` packet sent by the client to end the handshake contains only `y+1` i.e. it should have been `ACK:y+1` instead of `ACK: x+1, y+1` - -However, some implementations of `HTTP/1.0` tried to overcome this issue by introducing a new header called `Connection: keep-alive` which was meant to tell the server "Hey server, do not close this connection, I need it again". But still, it wasn't that widely supported and the problem still persisted. - -Apart from being connectionless, `HTTP` also is a stateless protocol i.e. server doesn't maintain the information about the client and so each of the requests has to have the information necessary for the server to fulfill the request on its own without any association with any old requests. And so this adds fuel to the fire i.e. apart from the large number of connections that the client has to open, it also has to send some redundant data on the wire causing increased bandwidth usage. - -### HTTP/1.1 - 1999 - -After merely 3 years of `HTTP/1.0`, the next version i.e. `HTTP/1.1` was released in 1999; which made alot of improvements over its predecessor. The major improvements over `HTTP/1.0` included - -- **New HTTP methods** were added, which introduced `PUT`, `PATCH`, `OPTIONS`, `DELETE` - -- **Hostname Identification** In `HTTP/1.0` `Host` header wasn't required but `HTTP/1.1` made it required. - -- **Persistent Connections** As discussed above, in `HTTP/1.0` there was only one request per connection and the connection was closed as soon as the request was fulfilled which resulted in accute performance hit and latency problems. `HTTP/1.1` introduced the persistent connections i.e. **connections weren't closed by default** and were kept open which allowed multiple sequential requests. To close the connections, the header `Connection: close` had to be available on the request. Clients usually send this header in the last request to safely close the connection. - -- **Pipelining** It also introduced the support for pipelining, where the client could send multiple requests to the server without waiting for the response from server on the same connection and server had to send the response in the same sequence in which requests were received. But how does the client know that this is the point where first response download completes and the content for next response starts, you may ask! Well, to solve this, there must be `Content-Length` header present which clients can use to identify where the response ends and it can start waiting for the next response. - - > It should be noted that in order to benefit from persistent connections or pipelining, `Content-Length` header must be available on the response, because this would let the client know when the transmission completes and it can send the next request (in normal sequential way of sending requests) or start waiting for the the next response (when pipelining is enabled). - - > But there was still an issue with this approach. And that is, what if the data is dynamic and server cannot find the content length before hand? Well in that case, you really can't benefit from persistent connections, could you?! In order to solve this `HTTP/1.1` introduced chunked encoding. In such cases server may omit content-Length in favor of chunked encoding (more to it in a moment). However, if none of them are available, then the connection must be closed at the end of request. - -- **Chunked Transfers** In case of dynamic content, when the server cannot really find out the `Content-Length` when the transmission starts, it may start sending the content in pieces (chunk by chunk) and add the `Content-Length` for each chunk when it is sent. And when all of the chunks are sent i.e. whole transmission has completed, it sends an empty chunk i.e. the one with `Content-Length` set to zero in order to identify the client that transmission has completed. In order to notify the client about the chunked transfer, server includes the header `Transfer-Encoding: chunked` - -- Unlike `HTTP/1.0` which had Basic authentication only, `HTTP/1.1` included digest and proxy authentication -- Caching -- Byte Ranges -- Character sets -- Language negotiation -- Client cookies -- Enhanced compression support -- New status codes -- ..and more - -I am not going to dwell about all the `HTTP/1.1` features in this post as it is a topic in itself and you can already find a lot about it. The one such document that I would recommend you to read is [Key differences between `HTTP/1.0` and HTTP/1.1](http://www.ra.ethz.ch/cdstore/www8/data/2136/pdf/pd1.pdf) and here is the link to [original RFC](https://tools.ietf.org/html/rfc2616) for the overachievers. - -`HTTP/1.1` was introduced in 1999 and it had been a standard for many years. Although, it improved alot over its predecessor; with the web changing everyday, it started to show its age. Loading a web page these days is more resource-intensive than it ever was. A simple webpage these days has to open more than 30 connections. Well `HTTP/1.1` has persistent connections, then why so many connections? you say! The reason is, in `HTTP/1.1` it can only have one outstanding connection at any moment of time. `HTTP/1.1` tried to fix this by introducing pipelining but it didn't completely address the issue because of the **head-of-line blocking** where a slow or heavy request may block the requests behind and once a request gets stuck in a pipeline, it will have to wait for the next requests to be fulfilled. To overcome these shortcomings of `HTTP/1.1`, the developers started implementing the workarounds, for example use of spritesheets, encoded images in CSS, single humungous CSS/Javascript files, [domain sharding](https://www.maxcdn.com/one/visual-glossary/domain-sharding-2/) etc. - -### SPDY - 2009 - -Google went ahead and started experimenting with alternative protocols to make the web faster and improving web security while reducing the latency of web pages. In 2009, they announced `SPDY`. - -> `SPDY` is a trademark of Google and isn't an acronym. - -It was seen that if we keep increasing the bandwidth, the network performance increases in the beginning but a point comes when there is not much of a performance gain. But if you do the same with latency i.e. if we keep dropping the latency, there is a constant performance gain. This was the core idea for performance gain behind `SPDY`, decrease the latency to increase the network performance. - -> For those who don't know the difference, latency is the delay i.e. how long it takes for data to travel between the source and destination (measured in milliseconds) and bandwidth is the amount of data transfered per second (bits per second). - -The features of `SPDY` included, multiplexing, compression, prioritization, security etc. I am not going to get into the details of SPDY, as you will get the idea when we get into the nitty gritty of `HTTP/2` in the next section as I said `HTTP/2` is mostly inspired from SPDY. - -`SPDY` didn't really try to replace HTTP; it was a translation layer over HTTP which existed at the application layer and modified the request before sending it over to the wire. It started to become a defacto standards and majority of browsers started implementing it. - -In 2015, at Google, they didn't want to have two competing standards and so they decided to merge it into HTTP while giving birth to `HTTP/2` and deprecating SPDY. - -### HTTP/2 - 2015 - -By now, you must be convinced that why we needed another revision of the HTTP protocol. `HTTP/2` was designed for low latency transport of content. The key features or differences from the old version of `HTTP/1.1` include - -- Binary instead of Textual -- Multiplexing - Multiple asynchronous HTTP requests over a single connection -- Header compression using HPACK -- Server Push - Multiple responses for single request -- Request Prioritization -- Security - -![](http://i.imgur.com/S85j8gg.png) - - -#### 1. Binary Protocol - -`HTTP/2` tends to address the issue of increased latency that existed in HTTP/1.x by making it a binary protocol. Being a binary protocol, it easier to parse but unlike `HTTP/1.x` it is no longer readable by the human eye. The major building blocks of `HTTP/2` are Frames and Streams - -##### Frames and Streams - -HTTP messages are now composed of one or more frames. There is a `HEADERS` frame for the meta data and `DATA` frame for the payload and there exist several other types of frames (`HEADERS`, `DATA`, `RST_STREAM`, `SETTINGS`, `PRIORITY` etc) that you can check through [the `HTTP/2` specs](https://http2.github.io/http2-spec/#FrameTypes). - -Every `HTTP/2` request and response is given a unique stream ID and it is divided into frames. Frames are nothing but binary pieces of data. A collection of frames is called a Stream. Each frame has a stream id that identifies the stream to which it belongs and each frame has a common header. Also, apart from stream ID being unique, it is worth mentioning that, any request initiated by client uses odd numbers and the response from server has even numbers stream IDs. - -Apart from the `HEADERS` and `DATA`, another frame type that I think worth mentioning here is `RST_STREAM` which is a special frame type that is used to abort some stream i.e. client may send this frame to let the server know that I don't need this stream anymore. In `HTTP/1.1` the only way to make the server stop sending the response to client was closing the connection which resulted in increased latency because a new connection had to be opened for any consecutive requests. While in HTTP/2, client can use `RST_STREAM` and stop receiving a specific stream while the connection will still be open and the other streams will still be in play. - - -#### 2. Multiplexing - -Since `HTTP/2` is now a binary protocol and as I said above that it uses frames and streams for requests and responses, once a TCP connection is opened, all the streams are sent asynchronously through the same connection without opening any additional connections. And in turn, the server responds in the same asynchronous way i.e. the response has no order and the client uses the assigned stream id to identify the stream to which a specific packet belongs. This also solves the **head-of-line blocking** issue that existed in HTTP/1.x i.e. the client will not have to wait for the request that is taking time and other requests will still be getting processed. - - -#### 3. HPACK Header Compression - -It was part of a separate RFC which was specifically aimed at optimizing the sent headers. The essence of it is that when we are constantly accessing the server from a same client there is alot of redundant data that we are sending in the headers over and over, and sometimes there might be cookies increasing the headers size which results in bandwidth usage and increased latency. To overcome this, `HTTP/2` introduced header compression. - -![](http://i.imgur.com/3IPWXvR.png) - -Unlike request and response, headers are not compressed in `gzip` or `compress` etc formats but there is a different mechanism in place for header compression which is literal values are encoded using Huffman code and a headers table is maintained by the client and server and both the client and server omit any repetitive headers (e.g. user agent etc) in the subsequent requests and reference them using the headers table maintained by both. - -While we are talking headers, let me add here that the headers are still the same as in HTTP/1.1, except for the addition of some pseudo headers i.e. `:method`, `:scheme`, `:host` and `:path` - - -#### 4. Server Push - -Server push is another tremendous feature of `HTTP/2` where the server, knowing that the client is going to ask for a certain resource, can push it to the client without even client asking for it. For example, let's say a browser loads a web page, it parses the whole page to find out the remote content that it has to load from the server and then sends consequent requests to the server to get that content. - -Server push allows the server to decrease the roundtrips by pushing the data that it knows that client is going to demand. How it is done is, server sends a special frame called `PUSH_PROMISE` notifying the client that, "Hey, I am about to send this resource to you! Do not ask me for it." The `PUSH_PROMISE` frame is associated with the stream that caused the push to happen and it contains the promised stream ID i.e. the stream on which the server will send the resource to be pushed. - -#### 5. Request Prioritization - -A client can assign a priority to a stream by including the prioritization information in the `HEADERS` frame by which a stream is opened. At any other time, client can send a `PRIORITY` frame to change the priority of a stream. - -Without any priority information, server processes the requests asynchronously i.e. without any order. If there is priority assigned to a stream, then based on this prioritization information, server decides how much of the resources need to be given to process which request. - -#### 6. Security - -There was extensive discussion on whether security (through `TLS`) should be made mandatory for `HTTP/2` or not. In the end, it was decided not to make it mandatory. However, most vendors stated that they will only support `HTTP/2` when it is used over `TLS`. So, although `HTTP/2` doesn't require encryption by specs but it has kind of become mandatory by default anyway. With that out of the way, `HTTP/2` when implemented over `TLS` does impose some requirementsi.e. `TLS` version `1.2` or higher must be used, there must be a certain level of minimum keysizes, ephemeral keys are required etc. - -`HTTP/2` is here and it has already [surpassed SPDY in adaption](http://caniuse.com/#search=http2) which is gradually increasing. `HTTP/2` has alot to offer in terms of performance gain and it is about time we should start using it. - -For anyone interested in further details here is the [link to specs](https://http2.github.io/http2-spec) and a link [demonstrating the performance benefits of `HTTP/2`](http://www.http2demo.io/). - -And that about wraps it up. Until next time! stay tuned. diff --git a/content/guides/jwt-authentication.md b/content/guides/jwt-authentication.md deleted file mode 100644 index 33ec3e50c..000000000 --- a/content/guides/jwt-authentication.md +++ /dev/null @@ -1,3 +0,0 @@ -[![](/guides/jwt-authentication.png)](/guides/jwt-authentication.png) - -Here is the [original tweet](https://twitter.com/kamranahmedse/status/1273375903511465990) where this image was posted. diff --git a/content/guides/levels-of-seniority.md b/content/guides/levels-of-seniority.md deleted file mode 100644 index a26620558..000000000 --- a/content/guides/levels-of-seniority.md +++ /dev/null @@ -1,72 +0,0 @@ -I have been working on redoing the [roadmaps](https://roadmap.sh) – splitting the skillset based on the seniority levels to make them easier to follow and not scare the new developers away. Since the roadmaps are going to be just about the technical knowledge, I thought it would be a good idea to reiterate and have an article on what I think of different seniority roles. - -I have seen many organizations decide the seniority of developers by giving more significance to the years of experience than they should. I have seen developers labeled "Junior" doing the work of Senior Developers and I have seen "Lead" developers who weren't even qualified to be called "Senior". The seniority of a developer cannot just be decided by their age, years of experience or technical knowledge that they have got. There are other factors in play here -- their perception of work, how they interact with their peers and how they approach problems. We discuss these three key factors in detail for each of the seniority levels below. - -### Different Seniority Titles -Different organizations might have different seniority titles but they mainly fall into three categories: - -* Junior Developer -* Mid Level Developer -* Senior Developer - -### Junior Developer -Junior developers are normally fresh graduates and it's either they don't have or they have minimal industry experience. Not only they have weak coding skills but there are also a few other things that give Junior developers away: - -* Their main mantra is "making it work" without giving much attention to how the solution is achieved. To them, a working software and good software are equivalent. -* They usually require very specific and structured directions to achieve something. They suffer from tunnel vision, need supervision and continuous guidance to be effective team members. -* Most of the Junior developers just try to live up to the role and, when stuck, they might leave work for a senior developer instead of at least trying to take a stab at something. -* They don't know about the business side of the company and don't realize how management/sales/marketing/etc think and they don't realize how much rework, wasted effort, and end-user aggravation could be saved by getting to know the business domain. -* Over-engineering is a major problem, often leading to fragility and bugs. -* When given a problem, they often try to fix just the current problem a.k.a. fixing the symptoms instead of fixing the root problem. -* You might notice the "[Somebody Else's Problem](https://en.wikipedia.org/wiki/Somebody_else%27s_problem)" behavior from them. -* They don't know what or how much they don't know, thanks to the [Dunning–Kruger effect](https://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect). -* They don't take initiatives and they might be afraid to work on an unfamiliar codebase. -* They don't participate in team discussions. - -Being a Junior developer in the team is not necessarily a bad thing; since you are just starting out, you are not expected to be a know-it-all person. However, it is your responsibility to learn, gain experience, not get stuck with the "Junior" title and improve yourself. Here are a few tips for Junior developers to help move up the ladder of seniority: - -* All sorts of problems can be solved if you work on them long enough. Do not give up if Stack Overflow or an issue on GitHub doesn't have an answer. Saying "I am stuck, but I have tried X, Y, and Z. Do you have any pointers?" to your lead is much better than saying "This is beyond me." -* Read a lot of code, not just code in the projects that you are working on, but reference/framework source code, open-source. Ask your fellow developers, perhaps on Reddit too, about the good open-source examples for the language/tools of your choice. -* Do personal side-projects, share them with people, contribute to the open-source community. Reach out to people for help. You will be surprised how much support you can get from the community. I still remember my first open-source project on GitHub from around 6 years ago which was a small PHP script (a library) that fetched details for a given address from Google's Geocoding API. The codebase was super messy, it did not have any tests, did not have any linters or sniffers, and it did not have any CI because I didn't know about any of this at that time. I am not sure how but one kind soul somehow found the project, forked it, refactored it, "modernized" it, added linting, code sniffing, added CI and opened the pull request. This one pull request taught me so many things that I might have never learned that fast on my own because I was still in college, working for a small service-based company and doing just small websites all on my own without knowing what is right and what is not. This one PR on GitHub was my introduction to open-source and I owe everything to that. -* Avoid what is known as ["Somebody Else's Problem Field"](https://en.wikipedia.org/wiki/Somebody_else%27s_problem) behavior. -* When given a problem to solve, try to identify the root cause and fix that instead of fixing the symptoms. And remember, not being able to reproduce means not solved. It is solved when you understand why it occurred and why it no longer does. -* Have respect for the code that was written before you. Be generous when passing judgment on the architecture or the design decisions made in the codebase. Understand that code is often ugly and weird for a reason other than incompetence. Learning to live with and thrive with legacy code is a great skill. Never assume anybody is stupid. Instead, figure out how these intelligent, well-intentioned and experienced people have come to a decision that is stupid now. Approach inheriting legacy code with an "opportunity mindset" rather than a complaining one. -* It's okay to not know things. You don't need to be ashamed of not knowing things already. There are no stupid questions, ask however many questions that would allow you to work effectively. -* Don't let yourself be limited by the job title that you have. Keep working on your self-improvement. -* Do your homework. Predict what’s coming down the pipe. Be involved in the team discussions. Even if you are wrong, you will learn something. -* Learn about the domain that you are working with. Understand the product end-to-end as an end-user. Do not assume things, ask questions and get things cleared when in doubt. -* Learn to communicate effectively - soft skills matter. Learn how to write good emails, how to present your work, how to phrase your questions in a thoughtful manner. -* Sit with the senior developers, watch them work, find a mentor. No one likes a know-it-all. Get hold of your ego and be humble enough to take lessons from experienced people. -* Don't just blindly follow the advice of "experts", take it with a grain of salt. -* If you are asked to provide an estimate for some work, do not give an answer unless you have all the details to make a reasonable estimate. If you are forced to do that, pad it 2x or more depending on how much you don't know about what needs to be done for the task to be marked 'done'. -* Take some time to learn how to use a debugger. Debuggers are quite beneficial when navigating new, undocumented or poorly documented codebase, or to debug weird issues. -* Avoid saying "it works on my machine" -- yes, I have heard that a lot. -* Try to turn any feelings of inadequacy or imposter syndrome into energy to push yourself forward and increase your skills and knowledge. - -### Mid Level Developers -The next level after the Junior developers is Mid Level developers. They are technically stronger than the Junior developers and can work with minimal supervision. They still have some issues to address in order to jump to Senior level. - -Intermediate developers are more competent than the Junior developer. They start to see the flaws in their old codebase. They gain the knowledge but they get trapped into the next chain i.e. messing things up while trying to do them "the right way" e.g. hasty abstractions, overuse or unnecessary usage of Design Patterns -- they may be able to provide solution faster than the Junior developers but the solution might put you into another rabbit-hole in the long run. Without supervision, they might delay the execution while trying to "do things properly". They don't know when to make tradeoffs and they still don't know when to be dogmatic and when to be pragmatic. They can easily become attached to their solution, become myopic, and be unable to take feedback. - -Mid-level developers are quite common. Most of the organizations wrongly label them as "Senior Developers". However, they need further mentoring in order to become Senior Developers. The next section describes the responsibilities of a senior developer and how you can become one. - -### Senior Developers -Senior developers are the next level after the Mid-level developers. They are the people who can get things done on their own without any supervision and without creating any issues down the road. They are more mature, have gained experience by delivering both good and bad software in the past and have learned from it — they know how to be pragmatic. Here is the list of things that are normally expected of a Senior Developer: - -* With their past experiences, mistakes made, issues faced by over-designed or under-designed software, they can foresee the problems and persuade the direction of the codebase or the architecture. -* They don't have a "Shiny-Toy" syndrome. They are pragmatic in the execution. They can make the tradeoffs when required, and they know why. They know where to be dogmatic and where to be pragmatic. -* They have a good picture of the field, know what the best tool for the job is in most cases (even if they don't know the tool). They have the innate ability to pick up a new tool/language/paradigm/etc in order to solve a problem that requires it. -* They are aware they're on a team. They view it as a part of their responsibility to mentor others. This can range from pair programming with junior devs to taking un-glorious tasks of writing docs or tests or whatever else needs to be done. -* They have a deep understanding of the domain - they know about the business side of the company and realize how management/sales/marketing/etc think and benefit from their knowledge of the business domain during the development. -* They don't make empty complaints, they make judgments based on the empirical evidence and they have suggestions for solutions. -* They think much more than just code - they know that their job is to provide solutions to the problems and not just to write code. -* They have the ability to take on large ill-defined problems, define them, break them up, and execute the pieces. A senior developer can take something big and abstract, and run with it. They will come up with a few options, discuss them with the team and implement them. -* They have respect for the code that was written before them. They are generous when passing judgment on the architecture or the design decisions made in the codebase. They approach inheriting legacy code with an "opportunity mindset" rather than a complaining one. -* They know how to give feedback without hurting anyone. - -### Conclusion -All teams are made up of a mix of all these seniority roles. Being content with your role is a bad thing and you should always strive to improve yourself for the next step. This article is based on my beliefs and observations in the industry. Lots of companies care more for the years of experience to decide the seniority which is a crappy metric -- you don't gain experience just by spending years. You gain it by continuously solving different sorts of problems, irrespective of the number of years you spend in the industry. I have seen fresh graduates having no industry experience get up to speed quickly and producing work of a Senior Engineer and I have seen Senior developers labeled "senior" merely because of their age and "years of experience". - -The most important traits that you need to have in order to step up in your career are: not settling with mediocrity, having an open mindset, being humble, learning from your mistakes, working on the challenging problems and having an opportunity mindset rather than a complaining one. - -With that said, this post comes to an end. What are your thoughts on the levels of seniority of developers? Feel free to send improvements to this guide. Until next time, stay tuned! diff --git a/content/guides/oauth.md b/content/guides/oauth.md deleted file mode 100644 index 8ea3283ed..000000000 --- a/content/guides/oauth.md +++ /dev/null @@ -1,3 +0,0 @@ -[![](/guides/oauth.png)](/guides/oauth.png) - -Here is the [original tweet](https://twitter.com/kamranahmedse/status/1276994010423361540) where this image was posted. diff --git a/content/guides/project-history.md b/content/guides/project-history.md deleted file mode 100644 index 12390f628..000000000 --- a/content/guides/project-history.md +++ /dev/null @@ -1,5 +0,0 @@ -One of my favorite pastimes is going through the history of my favorite projects to learn how they grew over time or how certain features were implemented. - -The image below describes how I do that in WebStorm. - -[![](/guides/project-history.png)](/guides/project-history.png) diff --git a/content/guides/proxy-servers.md b/content/guides/proxy-servers.md deleted file mode 100644 index 5496d29d8..000000000 --- a/content/guides/proxy-servers.md +++ /dev/null @@ -1,47 +0,0 @@ -Internet has connected people across the world using social media and audio/video calling features along with providing an overabundance of knowledge and tools. All this comes with an inherent danger of security and privacy breaches. In this guide we will talk about **proxies** which play a vital role in mitigating these risks. We will cover the following topics in this guide: - -- [Proxy Server](#proxy-server) -- [Forward Proxy Server](#forward-proxy-server) -- [Reverse Proxy Server](#reverse-proxy-server) -- [Summary](#summary) - -## Proxy Server - -***Every web request which is sent from the client to a web server goes through some type of proxy server.*** A proxy server acts as a gateway between client *(you)* and the internet and separates end-users from the websites you browse. It replaces the source IP address of the web request with the proxy server's IP address and then forwards it to the web server. The web server is unaware of the client, it only sees the proxy server. - -![Proxy Server Description](/guides/proxy/proxy-example.png) -> NOTE: This is not an accurate description rather just an illustration. - -Proxy servers serve as a single point of control making it easier to enforce security policies. It also provides caching mechanism which stores the requested web pages on the proxy server to improve performance. If the requested web-page is available in cache memory then instead of forwarding the request to the web-server it will send the cached webpage back to the client. This **saves big companies thousands of dollars** by reducing load on their servers as their website is visited by millions of users every day. - -## Forward Proxy Server - -A forward proxy is generally implemented on the client side and **sits in front of multiple clients** or client sources. Forward proxy servers are mainly used by companies to **manage internet usage** of their employees and **restrict content**. It is also used as a **firewall** to secure company's network by blocking any request which would pose threat to the companies's network. Proxy servers are also used to **bypass geo-restriction** and browse content which might be blocked in user's country. It enables users to **browse anonymously**, as the proxy server masks their details from the website's servers. - -![Forward Proxy Description](/guides/proxy/forward-proxy.png) -> NOTE: This is not an accurate description rather just an illustration - -## Reverse Proxy Server - -Reverse proxy servers are implemented on the **server side** instead of the client side. It **sits in front of multiple webservers** and manages the incoming requests by forwarding them to the web servers. It provides anonymity for the **back-end web servers and not the client**. Reverse proxy servers are generally used to perform tasks such as **authentication, content caching, and encryption/decryption** on behalf of the web server. These tasks would **hog CPU cycles** on the web server and degrade performance of the website by introducing high amount of delay in loading the webpage. Reverse proxies are also used as **load balancers** to distribute the incoming traffic efficiently among the web servers but it is **not optimized** for this task. In essence, reverse proxy server is a gateway to a web-server or group of web-servers. - -![Reverse Proxy Description](/guides/proxy/reverse-proxy.png) -> NOTE: This is not an accurate description rather just an illustration. Red lines represent server's response and black lines represent initial request from client(s). - -## Summary - -A proxy server acts as a gateway between client *(you)* and the internet and separates end-users from the websites you browse. ***The position of the proxy server on the network determines whether it is a forward or a reverse proxy server***. Forward proxy is implemented on the client side and **sits in front of multiple clients** or client sources and forwards requests to the web server. Reverse proxy servers are implemented on the **server side** it **sits in front of multiple webservers** and manages the incoming requests by forwarding them to the web servers. - -If all this was too much to take in, I have a simple analogy for you. - -At a restaurant the waiter/waitress takes your order and gives it to the kitchen head chef. The head chef then calls out the order and assigns tasks to everyone in the kitchen. - -In this analogy: - -* You are the client -* Your order is the web request -* Waiter/Waitress is your forward proxy server -* Kitchen head chef is the reverse proxy server -* Other chefs working in the kitchen are the web servers - -With that said our guide comes to an end. Thank you for reading and feel free to submit any updates to the guide using the links below. diff --git a/content/guides/random-numbers.md b/content/guides/random-numbers.md deleted file mode 100644 index 64e968c54..000000000 --- a/content/guides/random-numbers.md +++ /dev/null @@ -1,5 +0,0 @@ -Random numbers are everywhere from computer games to lottery systems, graphics software, statistical sampling, computer simulation and cryptography. Graphic below is a quick explanation to how the random numbers are generated and why they may not be truly random. - -[![](/guides/random-numbers.png)](/guides/random-numbers.png) - -Here is the [original tweet](https://twitter.com/kamranahmedse/status/1237851549302312962) where this image was posted. diff --git a/content/guides/scaling-databases.md b/content/guides/scaling-databases.md deleted file mode 100644 index d3cb4cf2c..000000000 --- a/content/guides/scaling-databases.md +++ /dev/null @@ -1,5 +0,0 @@ -The chart below aims to give you a really basic understanding of how the capability of a DBMS is increased to handle a growing amount of load. - -[![](/guides/scaling-databases.svg)](/guides/scaling-databases.svg) - -Here is the [original tweet](https://twitter.com/kamranahmedse/status/1234209674003611650) where this image was posted. diff --git a/content/guides/session-authentication.md b/content/guides/session-authentication.md deleted file mode 100644 index 33b08bd0d..000000000 --- a/content/guides/session-authentication.md +++ /dev/null @@ -1,3 +0,0 @@ -[![](/guides/session-authentication.png)](/guides/session-authentication.png) - -Here is the [original tweet](https://twitter.com/kamranahmedse/status/1264113498520465410) where this image was posted. diff --git a/content/guides/ssl-tls-https-ssh.md b/content/guides/ssl-tls-https-ssh.md deleted file mode 100644 index bc916a00f..000000000 --- a/content/guides/ssl-tls-https-ssh.md +++ /dev/null @@ -1,3 +0,0 @@ -[![](/guides/ssl-tls-https-ssh.png)](/guides/ssl-tls-https-ssh.png) - -Here is the [original tweet](https://twitter.com/kamranahmedse/status/1252717722724642822) where this image was posted. diff --git a/content/guides/sso.md b/content/guides/sso.md deleted file mode 100644 index 5ec9a39a1..000000000 --- a/content/guides/sso.md +++ /dev/null @@ -1,3 +0,0 @@ -[![](/guides/sso.png)](/guides/sso.png) - -Here is the [original tweet](https://twitter.com/kamranahmedse/status/1280266408434302979) where this image was posted. diff --git a/content/guides/token-authentication.md b/content/guides/token-authentication.md deleted file mode 100644 index 410041cc8..000000000 --- a/content/guides/token-authentication.md +++ /dev/null @@ -1,3 +0,0 @@ -[![](/guides/token-authentication.png)](/guides/token-authentication.png) - -Here is the [original tweet](https://twitter.com/kamranahmedse/status/1266832006782103552) where this image was posted. diff --git a/content/guides/torrent-client.md b/content/guides/torrent-client.md deleted file mode 100644 index 9dd2553c8..000000000 --- a/content/guides/torrent-client.md +++ /dev/null @@ -1,564 +0,0 @@ -BitTorrent is a protocol for downloading and distributing files across the Internet. In contrast with the traditional client/server relationship, in which downloaders connect to a central server (for example: watching a movie on Netflix, or loading the web page you're reading now), participants in the BitTorrent network, called **peers**, download pieces of files from *each other*—this is what makes it a **peer-to-peer** protocol. In this article we will investigate how this works, and build our own client that can find peers and exchange data between them. - -![diagram showing the difference between client/server (all clients connecting to one server) and peer-to-peer (peers connecting to each other) relationships](/guides/torrent-client/client-server-p2p.png) - -The protocol evolved organically over the past 20 years, and various people and organizations added extensions for features like encryption, private torrents, and new ways of finding peers. We'll be implementing the [original spec](https://www.bittorrent.org/beps/bep_0003.html) from 2001 to keep this a weekend-sized project. - -I'll be using a [Debian ISO](https://cdimage.debian.org/debian-cd/current/amd64/bt-cd/#indexlist) file as my guinea pig because it's big, but not huge, at 350MB. As a popular Linux distribution, there will be lots of fast and cooperative peers for us to connect to. And we'll avoid the legal and ethical issues related to downloading pirated content. - -## Finding peers -Here’s a problem: we want to download a file with BitTorrent, but it’s a peer-to-peer protocol and we have no idea where to find peers to download it from. This is a lot like moving to a new city and trying to make friends—maybe we’ll hit up a local pub or a meetup group! Centralized locations like these are the big idea behind trackers, which are central servers that introduce peers to each other. They’re just web servers running over HTTP, and you can find Debian’s at http://bttracker.debian.org:6969/ - -![illustration of a desktop computer and laptop sitting at a pub](/guides/torrent-client/trackers.png) - -Of course, these central servers are liable to get raided by the feds if they facilitate peers exchanging illegal content. You may remember reading about trackers like TorrentSpy, Popcorn Time, and KickassTorrents getting seized and shut down. New methods cut out the middleman by making even **peer discovery** a distributed process. We won't be implementing them, but if you're interested, some terms you can research are **DHT**, **PEX**, and **magnet links**. - -### Parsing a .torrent file -A .torrent file describes the contents of a torrentable file and information for connecting to a tracker. It's all we need in order to kickstart the process of downloading a torrent. Debian's .torrent file looks like this: - -```markdown -d8:announce41:http://bttracker.debian.org:6969/announce7:comment35:"Debian CD from cdimage.debian.org"13:creation datei1573903810e9:httpseedsl145:https://cdimage.debian.org/cdimage/release/10.2.0//srv/cdbuilder.debian.org/dst/deb-cd/weekly-builds/amd64/iso-cd/debian-10.2.0-amd64-netinst.iso145:https://cdimage.debian.org/cdimage/archive/10.2.0//srv/cdbuilder.debian.org/dst/deb-cd/weekly-builds/amd64/iso-cd/debian-10.2.0-amd64-netinst.isoe4:infod6:lengthi351272960e4:name31:debian-10.2.0-amd64-netinst.iso12:piece lengthi262144e6:pieces26800:�����PS�^�� (binary blob of the hashes of each piece)ee -``` - -That mess is encoded in a format called **Bencode** (pronounced *bee-encode*), and we'll need to decode it. - -Bencode can encode roughly the same types of structures as JSON—strings, integers, lists, and dictionaries. Bencoded data is not as human-readable/writable as JSON, but it can efficiently handle binary data and it's really simple to parse from a stream. Strings come with a length prefix, and look like `4:spam`. Integers go between *start* and *end* markers, so `7` would encode to `i7e`. Lists and dictionaries work in a similar way: `l4:spami7ee` represents `['spam', 7]`, while `d4:spami7ee` means `{spam: 7}`. - - -In a prettier format, our .torrent file looks like this: - -```markdown -d - 8:announce - 41:http://bttracker.debian.org:6969/announce - 7:comment - 35:"Debian CD from cdimage.debian.org" - 13:creation date - i1573903810e - 4:info - d - 6:length - i351272960e - 4:name - 31:debian-10.2.0-amd64-netinst.iso - 12:piece length - i262144e - 6:pieces - 26800:�����PS�^�� (binary blob of the hashes of each piece) - e -e -``` - -In this file, we can spot the URL of the tracker, the creation date (as a Unix timestamp), the name and size of the file, and a big binary blob containing the SHA-1 hashes of each **piece**, which are equally-sized parts of the file we want to download. The exact size of a piece varies between torrents, but they are usually somewhere between 256KB and 1MB. This means that a large file might be made up of *thousands* of pieces. We'll download these pieces from our peers, check them against the hashes from our torrent file, assemble them together, and boom, we've got a file! - -!["illustration of a file being cut with scissors into multiple pieces, starting with piece 0](/guides/torrent-client/pieces.png) - -This mechanism allows us to verify the integrity of each piece as we go. It makes BitTorrent resistant to accidental corruption or intentional **torrent poisoning**. Unless an attacker is capable of breaking SHA-1 with a preimage attack, we will get exactly the content we asked for. - -It would be really fun to write a bencode parser, but parsing isn't our focus today. But I found Fredrik Lundh's [50 line parser](https://effbot.org/zone/bencode.htm) to be especially illuminating. For this project, I used [github.com/jackpal/bencode-go](https://github.com/jackpal/bencode-go): - -```go -import ( - "github.com/jackpal/bencode-go" -) - -type bencodeInfo struct { - Pieces string `bencode:"pieces"` - PieceLength int `bencode:"piece length"` - Length int `bencode:"length"` - Name string `bencode:"name"` -} - -type bencodeTorrent struct { - Announce string `bencode:"announce"` - Info bencodeInfo `bencode:"info"` -} - -// Open parses a torrent file -func Open(r io.Reader) (*bencodeTorrent, error) { - bto := bencodeTorrent{} - err := bencode.Unmarshal(r, &bto) - if err != nil { - return nil, err - } - return &bto, nil -} -``` - -Because I like to keep my structures relatively flat, and I like to keep my application structs separate from my serialization structs, I exported a different, flatter struct named `TorrentFile` and wrote a few helper functions to convert between the two. - -Notably, I split `pieces` (previously a string) into a slice of hashes (each `[20]byte`) so that I can easily access individual hashes later. I also computed the SHA-1 hash of the entire bencoded `info` dict (the one which contained the name, size, and piece hashes). We know this as the **infohash** and it uniquely identifies files when we talk to trackers and peers. More on this later. - -![a name tag saying 'Hello my name is 86d4c80024a469be4c50bc5a102cf71780310074'](/guides/torrent-client/info-hash.png) - -```go -type TorrentFile struct { - Announce string - InfoHash [20]byte - PieceHashes [][20]byte - PieceLength int - Length int - Name string -} - -func (bto *bencodeTorrent) toTorrentFile() (*TorrentFile, error) { - // ... -} -``` - -### Retrieving peers from the tracker -Now that we have information about the file and its tracker, let's talk to the tracker to **announce** our presence as a peer and to retrieve a list of other peers. We just need to make a GET request to the `announce` URL supplied in the .torrent file, with a few query parameters: - -```go -func (t *TorrentFile) buildTrackerURL(peerID [20]byte, port uint16) (string, error) { - base, err := url.Parse(t.Announce) - if err != nil { - return "", err - } - params := url.Values{ - "info_hash": []string{string(t.InfoHash[:])}, - "peer_id": []string{string(peerID[:])}, - "port": []string{strconv.Itoa(int(Port))}, - "uploaded": []string{"0"}, - "downloaded": []string{"0"}, - "compact": []string{"1"}, - "left": []string{strconv.Itoa(t.Length)}, - } - base.RawQuery = params.Encode() - return base.String(), nil -} -``` - -The important ones: - -* **info_hash**: Identifies the *file* we're trying to download. It's the infohash we calculated earlier from the bencoded `info` dict. The tracker will use this to figure out which peers to show us. -* **peer_id**: A 20 byte name to identify *ourselves* to trackers and peers. We'll just generate 20 random bytes for this. Real BitTorrent clients have IDs like `-TR2940-k8hj0wgej6ch` which identify the client software and version—in this case, TR2940 stands for Transmission client 2.94. - -![a file with a name tag saying 'info_hash' and a person with a name tag 'peer_id'](/guides/torrent-client/info-hash-peer-id.png) - -### Parsing the tracker response -We get back a bencoded response: - -```markdown -d - 8:interval - i900e - 5:peers - 252:(another long binary blob) -e -``` - -`Interval` tells us how often we're supposed to connect to the tracker again to refresh our list of peers. A value of 900 means we should reconnect every 15 minutes (900 seconds). - -`Peers` is another long binary blob containing the IP addresses of each peer. It's made out of **groups of six bytes**. The first four bytes in each group represent the peer's IP address—each byte represents a number in the IP. The last two bytes represent the port, as a big-endian `uint16`. **Big-endian**, or **network order**, means that we can interpret a group of bytes as an integer by just squishing them together left to right. For example, the bytes `0x1A`, `0xE1` make `0x1AE1`, or 6881 in decimal. - -![diagram showing how 192, 0, 2, 123, 0x1A, 0xE1 can be interpreted as 192.0.1.123:6881](/guides/torrent-client/address.png) - -```go -// Peer encodes connection information for a peer -type Peer struct { - IP net.IP - Port uint16 -} - -// Unmarshal parses peer IP addresses and ports from a buffer -func Unmarshal(peersBin []byte) ([]Peer, error) { - const peerSize = 6 // 4 for IP, 2 for port - numPeers := len(peersBin) / peerSize - if len(peersBin)%peerSize != 0 { - err := fmt.Errorf("Received malformed peers") - return nil, err - } - peers := make([]Peer, numPeers) - for i := 0; i < numPeers; i++ { - offset := i * peerSize - peers[i].IP = net.IP(peersBin[offset : offset+4]) - peers[i].Port = binary.BigEndian.Uint16(peersBin[offset+4 : offset+6]) - } - return peers, nil -} -``` - -## Downloading from peers -Now that we have a list of peers, it's time to connect with them and start downloading pieces! We can break down the process into a few steps. For each peer, we want to: - -1. Start a TCP connection with the peer. This is like starting a phone call. -2. Complete a two-way BitTorrent **handshake**. *"Hello?" "Hello."* -3. Exchange **messages** to download **pieces**. *"I'd like piece #231 please."* - -## Start a TCP connection -```go -conn, err := net.DialTimeout("tcp", peer.String(), 3*time.Second) -if err != nil { - return nil, err -} -``` - -I set a timeout so that I don't waste too much time on peers that aren't going to let me connect. For the most part, it's a pretty standard TCP connection. - -### Complete the handshake -We've just set up a connection with a peer, but we want do a handshake to validate our assumptions that the peer - -* can communicate using the BitTorrent protocol -* is able to understand and respond to our messages -* has the file that we want, or at least knows what we're talking about - -![Two computers communicating. One asks 'do you speak BitTorrent and have this file?' and the other replies 'I speak BitTorrent and have that file'](/guides/torrent-client/handshake.png) - -My father told me that the secret to a good handshake is a firm grip and eye contact. The secret to a good BitTorrent handshake is that it's made up of five parts: - -1. The length of the protocol identifier, which is always 19 (0x13 in hex) -2. The protocol identifier, called the **pstr** which is always `BitTorrent protocol` -3. Eight **reserved bytes**, all set to 0. We'd flip some of them to 1 to indicate that we support certain [extensions](http://www.bittorrent.org/beps/bep_0010.html). But we don't, so we'll keep them at 0. -4. The **infohash** that we calculated earlier to identify which file we want -5. The **Peer ID** that we made up to identify ourselves - -Put together, a handshake string might look like this: - -```markdown -\x13BitTorrent protocol\x00\x00\x00\x00\x00\x00\x00\x00\x86\xd4\xc8\x00\x24\xa4\x69\xbe\x4c\x50\xbc\x5a\x10\x2c\xf7\x17\x80\x31\x00\x74-TR2940-k8hj0wgej6ch -``` - -After we send a handshake to our peer, we should receive a handshake back in the same format. The infohash we get back should match the one we sent so that we know that we're talking about the same file. If everything goes as planned, we're good to go. If not, we can sever the connection because there's something wrong. *"Hello?" "这是谁? 你想要什么?" "Okay, wow, wrong number."* - -In our code, let's make a struct to represent a handshake, and write a few methods for serializing and reading them: - -```go -// A Handshake is a special message that a peer uses to identify itself -type Handshake struct { - Pstr string - InfoHash [20]byte - PeerID [20]byte -} - -// Serialize serializes the handshake to a buffer -func (h *Handshake) Serialize() []byte { - buf := make([]byte, len(h.Pstr)+49) - buf[0] = byte(len(h.Pstr)) - curr := 1 - curr += copy(buf[curr:], h.Pstr) - curr += copy(buf[curr:], make([]byte, 8)) // 8 reserved bytes - curr += copy(buf[curr:], h.InfoHash[:]) - curr += copy(buf[curr:], h.PeerID[:]) - return buf -} - -// Read parses a handshake from a stream -func Read(r io.Reader) (*Handshake, error) { - // Do Serialize(), but backwards - // ... -} -``` - -### Send and receive messages -Once we've completed the initial handshake, we can send and receive **messages**. Well, not quite—if the other peer isn't ready to accept messages, we can't send any until they tell us they're ready. In this state, we're considered **choked** by the other peer. They'll send us an **unchoke** message to let us know that we can begin asking them for data. By default, we assume that we're choked until proven otherwise. - -Once we've been unchoked, we can then begin sending **requests** for pieces, and they can send us messages back containing pieces. - -!["A cartoon in which person 1 says 'hello I would like piece number—' and person 2 grabs him by the neck and says '00 00 00 01 00 (choke)'](/guides/torrent-client/choke.png) - -#### Interpreting messages -A message has a length, an **ID** and a **payload**. On the wire, it looks like: - -![A message with 4 byte for the length, 1 byte for ID, and an optional payload](/guides/torrent-client/message.png) - -A message starts with a length indicator which tells us how many bytes long the message will be. It's a 32-bit integer, meaning it's made out of four bytes smooshed together in big-endian order. The next byte, the **ID**, tells us which type of message we're receiving—for example, a `2` byte means "interested." Finally, the optional **payload** fills out the remaining length of the message. - -```go -type messageID uint8 - -const ( - MsgChoke messageID = 0 - MsgUnchoke messageID = 1 - MsgInterested messageID = 2 - MsgNotInterested messageID = 3 - MsgHave messageID = 4 - MsgBitfield messageID = 5 - MsgRequest messageID = 6 - MsgPiece messageID = 7 - MsgCancel messageID = 8 -) - -// Message stores ID and payload of a message -type Message struct { - ID messageID - Payload []byte -} - -// Serialize serializes a message into a buffer of the form -// -// Interprets `nil` as a keep-alive message -func (m *Message) Serialize() []byte { - if m == nil { - return make([]byte, 4) - } - length := uint32(len(m.Payload) + 1) // +1 for id - buf := make([]byte, 4+length) - binary.BigEndian.PutUint32(buf[0:4], length) - buf[4] = byte(m.ID) - copy(buf[5:], m.Payload) - return buf -} -``` - -To read a message from a stream, we just follow the format of a message. We read four bytes and interpret them as a `uint32` to get the **length** of the message. Then, we read that number of bytes to get the **ID** (the first byte) and the **payload** (the remaining bytes). - -```go -// Read parses a message from a stream. Returns `nil` on keep-alive message -func Read(r io.Reader) (*Message, error) { - lengthBuf := make([]byte, 4) - _, err := io.ReadFull(r, lengthBuf) - if err != nil { - return nil, err - } - length := binary.BigEndian.Uint32(lengthBuf) - - // keep-alive message - if length == 0 { - return nil, nil - } - - messageBuf := make([]byte, length) - _, err = io.ReadFull(r, messageBuf) - if err != nil { - return nil, err - } - - m := Message{ - ID: messageID(messageBuf[0]), - Payload: messageBuf[1:], - } - - return &m, nil -} -``` - -#### Bitfields -One of the most interesting types of message is the **bitfield**, which is a data structure that peers use to efficiently encode which pieces they are able to send us. A bitfield looks like a byte array, and to check which pieces they have, we just need to look at the positions of the *bits* set to 1. You can think of it like the digital equivalent of a coffee shop loyalty card. We start with a blank card of all `0`, and flip bits to `1` to mark their positions as "stamped." - -![a coffee shop loyalty card with eight slots, with stamps on the first four slots and a stamp on the second to last slot, represented as 11110010](/guides/torrent-client/bitfield.png) - -By working with *bits* instead of *bytes*, this data structure is super compact. We can stuff information about eight pieces in the space of a single byte—the size of a `bool`. The tradeoff is that accessing values becomes a little more tricky. The smallest unit of memory that computers can address are bytes, so to get to our bits, we have to do some bitwise manipulation: - -```go -// A Bitfield represents the pieces that a peer has -type Bitfield []byte - -// HasPiece tells if a bitfield has a particular index set -func (bf Bitfield) HasPiece(index int) bool { - byteIndex := index / 8 - offset := index % 8 - return bf[byteIndex]>>(7-offset)&1 != 0 -} - -// SetPiece sets a bit in the bitfield -func (bf Bitfield) SetPiece(index int) { - byteIndex := index / 8 - offset := index % 8 - bf[byteIndex] |= 1 << (7 - offset) -} -``` - -### Putting it all together -We now have all the tools we need to download a torrent: we have a list of peers obtained from the tracker, and we can communicate with them by dialing a TCP connection, initiating a handshake, and sending and receiving messages. Our last big problems are handling the **concurrency** involved in talking to multiple peers at once, and managing the **state** of our peers as we interact with them. These are both classically Hard problems. - -#### Managing concurrency: channels as queues -In Go, we [share memory by communicating](https://blog.golang.org/share-memory-by-communicating), and we can think of a Go channel as a cheap thread-safe queue. - -We'll set up two channels to synchronize our concurrent workers: one for dishing out work (pieces to download) between peers, and another for collecting downloaded pieces. As downloaded pieces come in through the results channel, we can copy them into a buffer to start assembling our complete file. - -```go -// Init queues for workers to retrieve work and send results -workQueue := make(chan *pieceWork, len(t.PieceHashes)) -results := make(chan *pieceResult) -for index, hash := range t.PieceHashes { - length := t.calculatePieceSize(index) - workQueue <- &pieceWork{index, hash, length} -} - -// Start workers -for _, peer := range t.Peers { - go t.startDownloadWorker(peer, workQueue, results) -} - -// Collect results into a buffer until full -buf := make([]byte, t.Length) -donePieces := 0 -for donePieces < len(t.PieceHashes) { - res := <-results - begin, end := t.calculateBoundsForPiece(res.index) - copy(buf[begin:end], res.buf) - donePieces++ -} -close(workQueue) -``` - -We'll spawn a worker goroutine for each peer we've received from the tracker. It'll connect and handshake with the peer, and then start retrieving work from the `workQueue`, attempting to download it, and sending downloaded pieces back through the `results` channel. - -![a flow chart of the download strategy](/guides/torrent-client/download.png) - -```go -func (t *Torrent) startDownloadWorker(peer peers.Peer, workQueue chan *pieceWork, results chan *pieceResult) { - c, err := client.New(peer, t.PeerID, t.InfoHash) - if err != nil { - log.Printf("Could not handshake with %s. Disconnecting\n", peer.IP) - return - } - defer c.Conn.Close() - log.Printf("Completed handshake with %s\n", peer.IP) - - c.SendUnchoke() - c.SendInterested() - - for pw := range workQueue { - if !c.Bitfield.HasPiece(pw.index) { - workQueue <- pw // Put piece back on the queue - continue - } - - // Download the piece - buf, err := attemptDownloadPiece(c, pw) - if err != nil { - log.Println("Exiting", err) - workQueue <- pw // Put piece back on the queue - return - } - - err = checkIntegrity(pw, buf) - if err != nil { - log.Printf("Piece #%d failed integrity check\n", pw.index) - workQueue <- pw // Put piece back on the queue - continue - } - - c.SendHave(pw.index) - results <- &pieceResult{pw.index, buf} - } -} -``` - -#### Managing state -We'll keep track of each peer in a struct, and modify that struct as we read messages. It'll include data like how much we've downloaded from the peer, how much we've requested from them, and whether we're choked. If we wanted to scale this further, we could formalize this as a finite state machine. But a struct and a switch are good enough for now. - -```go -type pieceProgress struct { - index int - client *client.Client - buf []byte - downloaded int - requested int - backlog int -} - -func (state *pieceProgress) readMessage() error { - msg, err := state.client.Read() // this call blocks - switch msg.ID { - case message.MsgUnchoke: - state.client.Choked = false - case message.MsgChoke: - state.client.Choked = true - case message.MsgHave: - index, err := message.ParseHave(msg) - state.client.Bitfield.SetPiece(index) - case message.MsgPiece: - n, err := message.ParsePiece(state.index, state.buf, msg) - state.downloaded += n - state.backlog-- - } - return nil -} -``` - -#### Time to make requests! -Files, pieces, and piece hashes aren't the full story—we can go further by breaking down pieces into **blocks**. A block is a part of a piece, and we can fully define a block by the **index** of the piece it's part of, its byte **offset** within the piece, and its **length**. When we make requests for data from peers, we are actually requesting *blocks*. A block is usually 16KB large, meaning that a single 256 KB piece might actually require 16 requests. - -A peer is supposed to sever the connection if they receive a request for a block larger than 16KB. However, based on my experience, they're often perfectly happy to satisfy requests up to 128KB. I only got moderate gains in overall speed with larger block sizes, so it's probably better to stick with the spec. - -#### Pipelining -Network round-trips are expensive, and requesting each block one by one will absolutely tank the performance of our download. Therefore, it's important to **pipeline** our requests such that we keep up a constant pressure of some number of unfulfilled requests. This can increase the throughput of our connection by an order of magnitude. - -![Two email threads simulating peer connections. The thread on the left shows a request followed by a reply, repeated three times. The thread on the left sends three requests, and receives three replies in quick succession.](/guides/torrent-client/pipelining.png) - -Classically, BitTorrent clients kept a queue of five pipelined requests, and that's the value I'll be using. I found that increasing it can up to double the speed of a download. Newer clients use an [adaptive](https://luminarys.com/posts/writing-a-bittorrent-client.html) queue size to better accommodate modern network speeds and conditions. This is definitely a parameter worth tweaking, and it's pretty low hanging fruit for future performance optimization. - -```go -// MaxBlockSize is the largest number of bytes a request can ask for -const MaxBlockSize = 16384 - -// MaxBacklog is the number of unfulfilled requests a client can have in its pipeline -const MaxBacklog = 5 - -func attemptDownloadPiece(c *client.Client, pw *pieceWork) ([]byte, error) { - state := pieceProgress{ - index: pw.index, - client: c, - buf: make([]byte, pw.length), - } - - // Setting a deadline helps get unresponsive peers unstuck. - // 30 seconds is more than enough time to download a 262 KB piece - c.Conn.SetDeadline(time.Now().Add(30 * time.Second)) - defer c.Conn.SetDeadline(time.Time{}) // Disable the deadline - - for state.downloaded < pw.length { - // If unchoked, send requests until we have enough unfulfilled requests - if !state.client.Choked { - for state.backlog < MaxBacklog && state.requested < pw.length { - blockSize := MaxBlockSize - // Last block might be shorter than the typical block - if pw.length-state.requested < blockSize { - blockSize = pw.length - state.requested - } - - err := c.SendRequest(pw.index, state.requested, blockSize) - if err != nil { - return nil, err - } - state.backlog++ - state.requested += blockSize - } - } - - err := state.readMessage() - if err != nil { - return nil, err - } - } - - return state.buf, nil -} -``` - -#### main.go -This is a short one. We're almost there. - -```go -package main - -import ( - "log" - "os" - - "github.com/veggiedefender/torrent-client/torrentfile" -) - -func main() { - inPath := os.Args[1] - outPath := os.Args[2] - - tf, err := torrentfile.Open(inPath) - if err != nil { - log.Fatal(err) - } - - err = tf.DownloadToFile(outPath) - if err != nil { - log.Fatal(err) - } -} -``` - - - -## This isn't the full story -For brevity, I included only a few of the important snippets of code. Notably, I left out all the glue code, parsing, unit tests, and the boring parts that build character. View my [full implementation](https://github.com/veggiedefender/torrent-client) if you're interested. diff --git a/content/guides/unfamiliar-codebase.md b/content/guides/unfamiliar-codebase.md deleted file mode 100644 index 457489c6f..000000000 --- a/content/guides/unfamiliar-codebase.md +++ /dev/null @@ -1,3 +0,0 @@ -[![](/guides/unfamiliar-codebase.png)](/guides/unfamiliar-codebase.png) - -Here is the [original tweet](https://twitter.com/kamranahmedse/status/1256340163573231616) where this image was posted. diff --git a/content/guides/upcoming.md b/content/guides/upcoming.md deleted file mode 100644 index e38192e38..000000000 --- a/content/guides/upcoming.md +++ /dev/null @@ -1,11 +0,0 @@ -> **Roadmap is not ready yet**. Please check back later or [subscribe to get notified](/signup). - -While we prepare the roadmap, follow this simple advice to learn anything - -> Just **pick a project and start working on it**, you will learn all that you need along the way. - -**→**   [All Roadmaps](/roadmaps)  •  [Programming guides](/guides)  •  [Subscribe](/signup) - - - - diff --git a/content/guides/what-is-internet.md b/content/guides/what-is-internet.md deleted file mode 100644 index c3ce448d7..000000000 --- a/content/guides/what-is-internet.md +++ /dev/null @@ -1,62 +0,0 @@ -Since the explosive growth of web-based applications, every developer could stand to benefit from understanding how the Internet works. In this article, accompanied with an introductory series of short videos about the Internet from [code.org](https://code.org), you will learn the basics of the Internet and how it works. After going through this article, you will be able to answer the below questions: - -* What is the Internet? -* How does the information move on the internet? -* How do the networks talk to each other and the protocols involved? -* What's the relationship between packets, routers, and reliability? -* HTTP and the HTML – How are you viewing this webpage in your browser? -* How is the information transfer on the internet made secure? -* What is cybersecurity and what are some common internet crimes? - -## What is the Internet? - -The Internet is a global network of computers connected to each other which communicate through a standardized set of protocols. - -In the video below, Vint Cerf, one of the "fathers of the internet," explains the history of how the Internet works and how no one person or organization is really in charge of it. - - - - -## Wires, Cables, and Wi-Fi - -Information on the Internet moves from computer to another in the form of bits over various mediums, including Ethernet cables, fiber optic cables, and wireless signals (i.e., radio waves). - -In the video linked below, you will learn about the different mediums for data transfer on the Internet and the pros and cons for each. - - - -## IP Addresses and DNS - -Now that you know about the physical medium for the data transfer over the internet, it's time to learn about the protocols involved. How does the information traverse from one computer to another in this massive global network of computers? - -In the video below, you will get a brief introduction to IP, DNS, and how these protocols make the Internet work. - - - -## Packets, Routing, and Reliability - -Information transfer on the Internet from one computer to another does not need to follow a fixed path; in fact, it may change paths during the transfer. This information transfer is done in the form of packets and these packets may follow different routes depending on certain factors. - -In this video, you will learn about how the packets of information are routed from one computer to another to reach the destination. - - - -## HTTP and HTML - -HTTP is the standard protocol by which webpages are transferred over the Internet. The video below is a brief introduction to HTTP and how web browsers load websites for you. - - - -## Encryption and Public Keys - -Cryptography is what keeps our communication secure on the Internet. In this short video, you will learn the basics of cryptograpy, SSL/TLS, and how they help make the communication on the Internet secure. - - - -## Cybersecurity and Crime - -In this video, you will learn about the basics of cybersecurity and common cybercrimes - - - -And that wraps it up for this article. To learn more about the Internet, [Kamran Ahmed](https://twitter.com/kamranahmedse) has a nice little guide on [DNS: How a website is found on the Internet](/guides/dns-in-one-picture). Also, go through the episodes of [howdns.works](https://howdns.works/) and read this [cartoon intro to DNS over HTTPS](https://hacks.mozilla.org/2018/05/a-cartoon-intro-to-dns-over-https/). diff --git a/content/guides/why-build-it-and-they-will-come-wont-work-anymore.md b/content/guides/why-build-it-and-they-will-come-wont-work-anymore.md deleted file mode 100644 index f406c140a..000000000 --- a/content/guides/why-build-it-and-they-will-come-wont-work-anymore.md +++ /dev/null @@ -1,69 +0,0 @@ -We all have heard the mantra *"build it and they will come"* many times. Stories of people building a startup or project and seemingly stumbling upon a goldmine aren't few, but they aren't the rule. These stories are still the exception in the mass of launched projects and startups. - -Before the [Wright brothers](https://en.wikipedia.org/wiki/Wright_brothers) built their Kitty Hawk, people generally believed heavy objects could not fly - physics simply forbade it. The idea to regularly board airplanes as we do it these days was unthinkable. It was considered an unrealistic daydream for humans to ever claim the sky. When the first airplanes took off, people were fascinated, of course. It was a topic people continued to talk about for ages. Technology had made something impossible possible. While the wording "build it and they will come" originated from the movie [Field of Dreams](https://en.wikipedia.org/wiki/Field_of_Dreams), this and similar historic events gave birth to the idea behind it. - -The engineers' and inventors' dreams came true: spend time doing what you love while the success follows magically. The internet and web-standards democratized access to this dream. But with it, the idea behind it faded and became less and less powerful. In 2020, there are very strong signs the popular saying isn't correct anymore. - - -Why doesn't "build it and they will come" work anymore? -------------------------------------------------------- - -There are a few reasons working hard to make "build it and they will come" a thing of the past. This being said, it doesn't mean you can't succeed building a side-project anymore. You've just got to adjust the way you are building it. - -### Building got much easier - -As a software engineer, some websites are a blessing. Most of us couldn't work without GitHub, Stackoverflow and of course Google, ahem, DuckDuckGo. These powerful sites help us to solve problems, learn new techniques and find the right libraries to make building projects easier. If any of these sites are down, most engineers take a break and go for a coffee instead of trying to continue working. Combine this with more sophisticated web-standards and easier access to tooling, and you arrive at a world where building projects isn't just a job for highly specialist developers anymore. Powerful frameworks such as [Laravel](https://laravel.com/) and [Quasar Framework](https://quasar.dev/) are available for anyone to build projects on - for free. - -In fact, building projects got to a point where some people simply build them as an exercise or hobby. If you spend some time browsing GitHub you will be surprised by the open source projects people built without any commercial goals. "Low code" and "No code" are the next wave of people building projects with less technological background. - -### Too much going on: information overload - -We are living in a world with information overload. In the online sphere, you can find a lot of useful information. But there is also a lot of noise. For each piece of information or advice you can find a number of opposing statements. This is partly due to the fact that the internet made it much easier to publish and share information. Everyone has been given a voice - for good or bad. This makes it much harder to reach potential users. Your new project probably just drowns amongst kitten videos, opinions, and news. Never has the average lifetime of published content been so low. You've got to come up with a marketing plan before setting out on the journey. - -### Smaller Problems - -Besides building being easier than ever before and attention being in short supply, there is another issue making the life of makers, inventors and engineers harder: today's problems are much smaller. Back when the previously mentioned Wright Brothers set out, they fascinated people with the problem they were aiming to address: flying. Unless your name is Elon, your problem is unlikely to attract many people naturally. As a solo developer or indie hacker, the chances are higher for having a much smaller problem in a niche (of a niche). With the information overload mentioned before, niches are pretty much the only way to build a side-project or startup and succeed. - -Does sound pretty grim for inventors, developers and engineers? Well, yes and no. We've got to tweak the approach to get in front of the eye of potential users and customers. - - -How to market your project nowadays? ------------------------------------- - -The very first step to improving the odds of success is [idea validation](https://peterthaleikis.com/business-idea-validation/). While this sounds fairly obvious, many engineers and developers still don't validate their ideas before starting to build the MVP. The result is another stale project and wasted effort. To succeed you need to work on marketing before you start building anything. In the link mentioned before, I describe my approach to validation and collecting useful marketing information at the same time. - -### Build your Audience first and the project after. - -Build your audience before you build your project. Spend your time connecting with potential users, learn from their needs and talk about their problems. This will help you market your project later on. Audience first, project second. There are numerous ways to build an audience. One of the simplest and easiest is to start with a personal or [project blog](https://startupnamecheck.com/blog/how-to-start-a-small-business-blog). - -Don't use Medium or a similar service - opt for a self-hosted blog as it allows you to build the blog freely to your needs and have decent links back to your project later on. Don't forget to add a newsletter. Newsletters are a key to reconnect in our world of short attention spans. - -### Tool by Tool - -Another approach is the "Tool by Tool" approach. I've first noticed this approach being used by Shopify. The team at Shopify are providing little tools such as a [logo generator](https://hatchful.shopify.com/) and release these tools free for anyone to use. This not just builds goodwill with people; it also allows Shopify to attract powerful backlinks to their projects. As developers we are in the perfect position to build such mini-tools. It boosts morale and drives attention at the same time. - -Spend some time evaluating where your project or product will deliver value to the end-user. Look at options to split off small, independent tools. Build these and launch them before launching the whole product. This allows you to practice launching and promoting your part-projects at the same time. With each backlink to your part-projects you will enhance your ranking in Google. An example for a maker following this approach is [Kamban](https://kambanthemaker.com/) with [FlatGA](https://flatga.io/). He built FlatGA as phase one of a bigger project currently in development. - -### Join a Maker community - -While you are building your part-projects, don't forget to discuss the progress publicly. This helps to attract an audience around your work and makes the launches easier. You can use Twitter threads and Reddit posts to share updates. A maker community such as [makerlog](https://getmakerlog.com/) or [WIP.chat](https://wip.chat) can also extend your reach. These allow you to get instant feedback, keep yourself accountable and they will enhance your reach at the same time. - -### Getting ready to Launch - -Launching seems like this special moment when you release your project into the wide world. Often this moment is combined with high expectations and developers consider launching their project the key - if not only - part of their approach to marketing. While launching can help to attract some initial customers, it shouldn't be your only idea when it comes to marketing. You should also know that launching isn't a single event. You can (and should) launch again and again. Every time you launch you are increasing the chance to reach more and new customers. After the launch is before the launch. - -### Marketing Is an On-going Fight - -Many developers plan to launch their product on a few sites and see where it takes their project from there on. This works well, if your product goes viral by luck. A much more sustainable approach is constantly working a little on it. Marketing is most effective, if done consistently. That holds true for blogging as well as most other forms of marketing. A simple approach to keep you on the path to market your project regularly is subscribing to a free [newsletter with small marketing opportunities](https://wheretopost.email). This way, you are regularly reminded and given bite-sized tasks to complete. - - -Closing Words -------------- - -I hope the article helped you to wrap your head around the idea that building side-projects alone doesn't solve any issues anymore. If you like what you've just read and want to read more, please consider subscribing to [my newsletter](https://peterthaleikis.com/newsletter). I'll send out the occasional email about interesting new articles or side-projects. - - -About the author ----------------- - -[Peter Thaleikis](https://peterthaleikis.com/) a software engineer and business owner. He has been developing web applications since around 2000. Before he started his own software development company [Bring Your Own Ideas Ltd.](https://bringyourownideas.com/), he has been Lead Developer for multiple organisations. \ No newline at end of file diff --git a/content/pages/about.md b/content/pages/about.md deleted file mode 100644 index d8335df09..000000000 --- a/content/pages/about.md +++ /dev/null @@ -1,39 +0,0 @@ -## What is roadmap.sh? -Roadmap.sh is the place containing community curated roadmaps, study plans, paths and resources for the budding developers. It started as a [set of charts to guide the developers](https://github.com/kamranahmedse/developer-roadmap) who are confused about what should they learn next but that alone wasn't enough so I expanded it into the website to get more contributors involved. - -## What are the plans for roadmap.sh? -The website started off as a [simple repository containing a few charts](https://github.com/kamranahmedse/developer-roadmap) for developers and based on my personal opinions but it could have been much more than that so I decided to expand it to a website where people can contribute to study plans with their areas of expertise as well, add more roadmaps, write guides etc. - -We haven't opened up the sign ups for now but we will be doing. My long term plans for this website are to turn it into a goto place for the developers to seek guidance about their careers, help others, share their journeys, incentivize the learnings, get feedbacks on their projects etc. - -## How did you build roadmap.sh? -The basic version of the website has been built with [Next.js](https://github.com/zeit/next.js/), is opensource and can be found on [github](https://github.com/kamranahmedse/roadmap.sh). It was hastily done to get it out in front of the people and get people to start contributing so it might be rough on the edges, but that is where we need your help. - -## How does it make money? -It doesn't make any money. I have been using my personal time and budget to build it. I did not create this website with any intentions of monetization but as a good will, to help the people get out of the frustration that I was once in. - -Having said that, I love teaching and my future plans are to be able to work full-time on roadmap.sh for which it has to make enough money to pay for my rent, groceries, bills, travel expenses, etc but even if it doesn't it's likely I'll continue growing the site however I can. My focus at the moment is not making money from it and just add content that creates value for the people. - -> Sponsor the efforts by [paying as little as 3$ per month](http://gum.co/roadmap-sh) or with [one time payment via paypal](https://paypal.me/kamranahmedse). Alternatively, reach out to me at [kamran@roadmap.sh](mailto:kamran@roadmap.sh). - -## Can I contribute? -You definitely can, infact you are encouraged to do that. Even your minor contributions such as typo fixes count. The source code of the website can be [found on Github](https://github.com/kamranahmedse/roadmap.sh). Your contributions can be: - -* Adding a new roadmap -* Updating existing roadmap -* Suggesting changes to the existing roadmaps -* Writing a Guide -* Updating an existing guide -* Fixing grammar mistakes, typos on the website or the content -* Updating the UI of the website -* Refactoring the codebase -* Becoming a sponsor - -Just make sure to [follow the contribution guidelines](https://github.com/kamranahmedse/roadmap.sh/tree/master/contributing) when you decide to contribute. - -## Can I redistribute the content? -No, the license of the content on this website does not allow you to redistribute any of the content on this website anywhere. You can use it for personal use or share the link to the content if you have to but redistribution is not allowed. - -## What is the best way to contact you? -Tweet or send me a message [@kamranahmedse](https://twitter.com/kamranahmedse) or email me at [kamran@roadmap.sh](mailto:kamran@roadmap.sh). I get lots of messages so apologies in advance if you don't hear back from me soon but I do reply to everyone. - diff --git a/content/project/android-map.json b/content/project/android-map.json deleted file mode 100644 index c31dcb8ae..000000000 --- a/content/project/android-map.json +++ /dev/null @@ -1 +0,0 @@ -{"mockup":{"controls":{"control":[{"ID":"0","h":"88","measuredH":"87","measuredW":"139","properties":{"color":"10027263","curvature":"1","direction":"top","leftArrow":"false","p0":{"x":139,"y":87},"p1":{"x":0.4839132782964279,"y":0.06388395957102075},"p2":{"x":0,"y":0},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"140","x":"764","y":"409","zOrder":"42"},{"ID":"1","h":"54","measuredH":"53","measuredW":"167","properties":{"color":"10027263","curvature":"1","direction":"top","leftArrow":"false","p0":{"x":167,"y":53},"p1":{"x":0.46628444849827344,"y":0.04019805850544009},"p2":{"x":0,"y":0},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"168","x":"745","y":"398","zOrder":"43"},{"ID":"2","h":"46","measuredH":"45","measuredW":"142","properties":{"color":"10027263","curvature":"1","direction":"bottom","leftArrow":"false","p0":{"x":142,"y":0},"p1":{"x":0.5393433342768186,"y":-0.060147183696575034},"p2":{"x":0,"y":45},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"143","x":"760","y":"353","zOrder":"44"},{"ID":"5","h":"177","measuredH":"176","measuredW":"28","properties":{"color":"10027263","curvature":"-1","direction":"bottom","leftArrow":"false","p0":{"x":20,"y":0},"p1":{"x":0.553261492147643,"y":0.10567048073208744},"p2":{"x":0,"y":176},"rightArrow":"false","shape":"bezier","size":"10"},"typeID":"Arrow","w":"29","x":"672","y":"404","zOrder":"45"},{"ID":"6","h":"99","measuredH":"98","measuredW":"28","properties":{"color":"10027263","curvature":"-1","direction":"top","leftArrow":"false","p0":{"x":12,"y":0},"p1":{"x":0.5196669310071372,"y":-0.19421094369547975},"p2":{"x":28,"y":98},"rightArrow":"false","shape":"bezier"},"typeID":"Arrow","w":"29","x":"646","y":"251","zOrder":"46"},{"ID":"7","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16776960"},"typeID":"Canvas","w":"292","x":"887","y":"280","zOrder":"47"},{"ID":"8","measuredH":"23","measuredW":"154","properties":{"bold":"true","size":"15","text":"Install Android Studio"},"typeID":"Label","x":"956","y":"290","zOrder":"48"},{"ID":"9","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16776960"},"typeID":"Canvas","w":"292","x":"887","y":"328","zOrder":"49"},{"ID":"10","measuredH":"23","measuredW":"187","properties":{"bold":"true","size":"15","text":"Learn the Basics of Kotlin"},"typeID":"Label","x":"940","y":"338","zOrder":"50"},{"ID":"11","h":"46","measuredH":"70","measuredW":"100","properties":{"color":"16770457"},"typeID":"Canvas","w":"203","x":"568","y":"376","zOrder":"51"},{"ID":"12","measuredH":"23","measuredW":"133","properties":{"bold":"true","size":"15","text":"The Fundamentals"},"typeID":"Label","x":"603","y":"388","zOrder":"52"},{"ID":"17","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16776960"},"typeID":"Canvas","w":"292","x":"887","y":"377","zOrder":"53"},{"ID":"18","measuredH":"23","measuredW":"106","properties":{"bold":"true","size":"15","text":"Basics of OOP"},"typeID":"Label","x":"980","y":"387","zOrder":"54"},{"ID":"21","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16776960"},"typeID":"Canvas","w":"292","x":"887","y":"425","zOrder":"55"},{"ID":"22","measuredH":"23","measuredW":"222","properties":{"bold":"true","size":"15","text":"DataStructures and Algorithms"},"typeID":"Label","x":"922","y":"435","zOrder":"56"},{"ID":"25","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16776960"},"typeID":"Canvas","w":"292","x":"887","y":"474","zOrder":"57"},{"ID":"26","measuredH":"23","measuredW":"226","properties":{"bold":"true","size":"15","text":"What is and how to use Gradle?"},"typeID":"Label","x":"920","y":"484","zOrder":"58"},{"ID":"29","h":"26","measuredH":"25","measuredW":"130","properties":{"color":"10027263","curvature":"-1","direction":"bottom","leftArrow":"false","p0":{"x":130,"y":0},"p1":{"x":0.45592011412268185,"y":0.050784593437945794},"p2":{"x":0,"y":25},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"131","x":"456","y":"349","zOrder":"59"},{"ID":"30","h":"17","measuredH":"16","measuredW":"128","properties":{"color":"10027263","curvature":"-1","direction":"top","leftArrow":"false","p0":{"x":128,"y":16},"p1":{"x":0.5393433342768185,"y":-0.0601471836965751},"p2":{"x":0,"y":4},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"129","x":"458","y":"327","zOrder":"60"},{"ID":"33","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16776960"},"typeID":"Canvas","w":"178","x":"302","y":"304","zOrder":"61"},{"ID":"34","measuredH":"23","measuredW":"41","properties":{"bold":"true","size":"15","text":"Kotlin"},"typeID":"Label","x":"371","y":"314","zOrder":"62"},{"ID":"35","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"13421772"},"typeID":"Canvas","w":"178","x":"302","y":"352","zOrder":"63"},{"ID":"36","measuredH":"23","measuredW":"32","properties":{"bold":"true","size":"15","text":"Java"},"typeID":"Label","x":"375","y":"362","zOrder":"64"},{"ID":"40","h":"46","measuredH":"70","measuredW":"100","properties":{"color":"16770457"},"typeID":"Canvas","w":"203","x":"569","y":"324","zOrder":"65"},{"ID":"41","measuredH":"23","measuredW":"117","properties":{"bold":"true","size":"15","text":"Pick a Language"},"typeID":"Label","x":"612","y":"336","zOrder":"66"},{"ID":"45","h":"6","measuredH":"5","measuredW":"170","properties":{"color":"10027263","curvature":"0","direction":"bottom","leftArrow":"false","p0":{"x":170,"y":0},"p1":{"x":0.4766942707453101,"y":0.008585431806658779},"p2":{"x":0,"y":5},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"171","x":"757","y":"397","zOrder":"40"},{"ID":"46","h":"97","measuredH":"96","measuredW":"146","properties":{"color":"10027263","curvature":"1","direction":"bottom","leftArrow":"false","p0":{"x":146,"y":0},"p1":{"x":0.5393433342768187,"y":-0.06014718369657506},"p2":{"x":0,"y":96},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"147","x":"764","y":"297","zOrder":"41"},{"ID":"47","h":"93","measuredH":"92","measuredW":"141","properties":{"color":"10027263","curvature":"1","direction":"bottom","leftArrow":"false","p0":{"length":141,"x":141,"y":0},"p1":{"length":0.5426867567349194,"x":0.5393433342768186,"y":-0.06014718369657501},"p2":{"length":92,"x":0,"y":92},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"142","x":"770","y":"700","zOrder":"67"},{"ID":"48","h":"4","measuredH":"3","measuredW":"156","properties":{"color":"10027263","curvature":"0","direction":"bottom","leftArrow":"false","p0":{"length":156,"x":156,"y":0},"p1":{"length":0.4915147996747852,"x":0.49149672119334153,"y":-0.004215608560928125},"p2":{"length":3,"x":0,"y":3},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"157","x":"764","y":"799","zOrder":"68"},{"ID":"49","h":"55","measuredH":"54","measuredW":"144","properties":{"color":"10027263","curvature":"1","direction":"bottom","leftArrow":"false","p0":{"length":144,"x":144,"y":0},"p1":{"length":0.5426867567349194,"x":0.5393433342768186,"y":-0.060147183696575034},"p2":{"length":54,"x":0,"y":54},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"145","x":"767","y":"749","zOrder":"69"},{"ID":"50","h":"3","measuredH":"2","measuredW":"115","properties":{"color":"10027263","curvature":"0","direction":"top","leftArrow":"false","p0":{"length":115.0173899895142,"x":115,"y":2},"p1":{"length":0.48703415530227634,"x":0.4869565217391304,"y":-0.008695652173913042},"p2":{"length":1,"x":0,"y":1},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"116","x":"476","y":"797","zOrder":"70"},{"ID":"51","h":"42","measuredH":"41","measuredW":"128","properties":{"color":"10027263","curvature":"-1","direction":"top","leftArrow":"false","p0":{"length":134.40610105199838,"x":128,"y":41},"p1":{"length":0.5426867567349194,"x":0.5393433342768186,"y":-0.06014718369657536},"p2":{"length":0,"x":0,"y":0},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"129","x":"471","y":"753","zOrder":"71"},{"ID":"53","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16776960"},"typeID":"Canvas","w":"343","x":"161","y":"680","zOrder":"72"},{"ID":"54","measuredH":"23","measuredW":"279","properties":{"bold":"true","size":"15","text":"Using Activities and Activity Lifecycles"},"typeID":"Label","x":"192","y":"690","zOrder":"73"},{"ID":"55","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16776960"},"typeID":"Canvas","w":"343","x":"161","y":"728","zOrder":"74"},{"ID":"56","measuredH":"23","measuredW":"317","properties":{"bold":"true","size":"15","text":"Building Flexible Interfaces using Fragments"},"typeID":"Label","x":"173","y":"738","zOrder":"75"},{"ID":"57","h":"46","measuredH":"70","measuredW":"100","properties":{"color":"16770457"},"typeID":"Canvas","w":"203","x":"577","y":"774","zOrder":"76"},{"ID":"58","measuredH":"23","measuredW":"141","properties":{"bold":"true","size":"15","text":"Build an Application"},"typeID":"Label","x":"608","y":"786","zOrder":"77"},{"ID":"59","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16776960"},"typeID":"Canvas","w":"236","x":"896","y":"731","zOrder":"78"},{"ID":"60","measuredH":"23","measuredW":"96","properties":{"bold":"true","size":"15","text":"Using Intents"},"typeID":"Label","x":"966","y":"741","zOrder":"79"},{"ID":"61","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16776960"},"typeID":"Canvas","w":"236","x":"896","y":"778","zOrder":"80"},{"ID":"62","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16776960"},"typeID":"Canvas","w":"343","x":"161","y":"775","zOrder":"81"},{"ID":"63","measuredH":"23","measuredW":"297","properties":{"bold":"true","size":"15","text":"Debugging using Android Studio Debugger"},"typeID":"Label","x":"183","y":"785","zOrder":"82"},{"ID":"64","measuredH":"23","measuredW":"145","properties":{"bold":"true","size":"15","text":"Understand Context"},"typeID":"Label","x":"942","y":"788","zOrder":"83"},{"ID":"65","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16776960"},"typeID":"Canvas","w":"236","x":"896","y":"684","zOrder":"84"},{"ID":"66","measuredH":"23","measuredW":"201","properties":{"bold":"true","size":"15","text":"Handling App Configurations"},"typeID":"Label","x":"914","y":"694","zOrder":"85"},{"ID":"67","h":"48","measuredH":"47","measuredW":"97","properties":{"color":"10027263","curvature":"-1","direction":"bottom","leftArrow":"false","p0":{"length":97,"x":97,"y":0},"p1":{"length":0.4944237486591682,"x":0.4917173607861488,"y":0.0516612072999532},"p2":{"length":47,"x":0,"y":47},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"98","x":"501","y":"1019","zOrder":"15"},{"ID":"68","h":"44","measuredH":"43","measuredW":"2","properties":{"color":"10027263","curvature":"1","direction":"top","leftArrow":"false","p0":{"x":2,"y":43},"p1":{"x":0.4750000000000001,"y":0.012500000000000008},"p2":{"x":1,"y":0},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"3","x":"1032","y":"1035","zOrder":"20"},{"ID":"69","h":"5","measuredH":"4","measuredW":"104","properties":{"color":"10027263","curvature":"0","direction":"bottom","leftArrow":"false","p0":{"length":104,"x":104,"y":0},"p1":{"length":0.43658008061825626,"x":0.4365079365079367,"y":0.007936507936507943},"p2":{"length":4,"x":0,"y":4},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"105","x":"499","y":"1015","zOrder":"12"},{"ID":"70","h":"3","measuredH":"2","measuredW":"163","properties":{"color":"10027263","curvature":"0","direction":"top","leftArrow":"false","p0":{"length":163.01226947687098,"x":163,"y":2},"p1":{"length":0.4969610318915033,"x":0.49695144900263466,"y":-0.003086187429431695},"p2":{"length":1,"x":0,"y":1},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"164","x":"771","y":"1021","zOrder":"21"},{"ID":"71","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16776960"},"typeID":"Canvas","w":"236","x":"915","y":"1005","zOrder":"22"},{"ID":"72","measuredH":"23","measuredW":"148","properties":{"bold":"true","size":"15","text":"Learn Multithreading"},"typeID":"Label","x":"959","y":"1015","zOrder":"23"},{"ID":"73","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16770457"},"typeID":"Canvas","w":"304","x":"846","y":"937","zOrder":"24"},{"ID":"74","measuredH":"23","measuredW":"180","properties":{"bold":"true","size":"15","text":"Why would we need that?"},"typeID":"Label","x":"908","y":"947","zOrder":"25"},{"ID":"75","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16770457"},"typeID":"Canvas","w":"304","x":"847","y":"1169","zOrder":"26"},{"ID":"76","measuredH":"23","measuredW":"264","properties":{"bold":"true","size":"15","text":"How android uses threads internally?"},"typeID":"Label","x":"867","y":"1179","zOrder":"27"},{"ID":"77","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16770457"},"typeID":"Canvas","w":"304","x":"847","y":"1121","zOrder":"28"},{"ID":"78","measuredH":"23","measuredW":"130","properties":{"bold":"true","size":"15","text":"Memory Concerns"},"typeID":"Label","x":"934","y":"1131","zOrder":"29"},{"ID":"79","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16770457"},"typeID":"Canvas","w":"304","x":"847","y":"1073","zOrder":"30"},{"ID":"80","measuredH":"23","measuredW":"208","properties":{"bold":"true","size":"15","text":"How to write threaded code?"},"typeID":"Label","x":"895","y":"1083","zOrder":"31"},{"ID":"81","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16776960"},"typeID":"Canvas","w":"187","x":"327","y":"1046","zOrder":"32"},{"ID":"82","measuredH":"23","measuredW":"53","properties":{"bold":"true","size":"15","text":"Testing"},"typeID":"Label","x":"394","y":"1056","zOrder":"33"},{"ID":"83","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16776960"},"typeID":"Canvas","w":"187","x":"327","y":"998","zOrder":"34"},{"ID":"84","measuredH":"23","measuredW":"61","properties":{"bold":"true","size":"15","text":"Security"},"typeID":"Label","x":"390","y":"1008","zOrder":"35"},{"ID":"85","h":"41","measuredH":"70","measuredW":"100","properties":{"color":"16770457"},"typeID":"Canvas","w":"90","x":"167","y":"998","zOrder":"36"},{"ID":"86","measuredH":"23","measuredW":"39","properties":{"bold":"true","size":"15","text":"JUnit"},"typeID":"Label","w":"41","x":"192","y":"1007","zOrder":"37"},{"ID":"87","h":"43","measuredH":"70","measuredW":"100","properties":{"color":"16770457"},"typeID":"Canvas","w":"91","x":"167","y":"1046","zOrder":"38"},{"ID":"88","measuredH":"23","measuredW":"66","properties":{"bold":"true","size":"15","text":"Espresso"},"typeID":"Label","x":"180","y":"1056","zOrder":"39"},{"ID":"90","h":"46","measuredH":"70","measuredW":"100","properties":{"color":"16776960"},"typeID":"Canvas","w":"342","x":"161","y":"825","zOrder":"86"},{"ID":"91","measuredH":"23","measuredW":"208","properties":{"bold":"true","size":"15","text":"Components and their Usage"},"typeID":"Label","x":"228","y":"837","zOrder":"87"},{"ID":"92","h":"46","measuredH":"70","measuredW":"100","properties":{"color":"16770457"},"typeID":"Canvas","w":"145","x":"359","y":"927","zOrder":"88"},{"ID":"93","measuredH":"23","measuredW":"75","properties":{"bold":"true","size":"15","text":"Navigation"},"typeID":"Label","x":"394","y":"939","zOrder":"89"},{"ID":"94","h":"46","measuredH":"70","measuredW":"100","properties":{"color":"16770457"},"typeID":"Canvas","w":"90","x":"161","y":"876","zOrder":"90"},{"ID":"95","measuredH":"23","measuredW":"41","properties":{"bold":"true","size":"15","text":"Room"},"typeID":"Label","x":"186","y":"888","zOrder":"91"},{"ID":"96","h":"46","measuredH":"70","measuredW":"100","properties":{"color":"16770457"},"typeID":"Canvas","w":"190","x":"161","y":"927","zOrder":"92"},{"ID":"97","measuredH":"23","measuredW":"103","properties":{"bold":"true","size":"15","text":"Work Manager"},"typeID":"Label","x":"205","y":"939","zOrder":"93"},{"ID":"98","h":"46","measuredH":"70","measuredW":"100","properties":{"color":"16770457"},"typeID":"Canvas","w":"112","x":"259","y":"876","zOrder":"94"},{"ID":"99","measuredH":"23","measuredW":"67","properties":{"bold":"true","size":"15","text":"Live Data"},"typeID":"Label","w":"71","x":"280","y":"888","zOrder":"95"},{"ID":"100","h":"46","measuredH":"70","measuredW":"100","properties":{"color":"16770457"},"typeID":"Canvas","w":"127","x":"377","y":"876","zOrder":"96"},{"ID":"101","measuredH":"23","measuredW":"91","properties":{"bold":"true","size":"15","text":"Data Binding"},"typeID":"Label","x":"395","y":"888","zOrder":"97"},{"ID":"102","h":"43","measuredH":"42","measuredW":"101","properties":{"color":"10027263","curvature":"0","direction":"bottom","leftArrow":"false","p0":{"length":101,"x":101,"y":0},"p1":{"length":0.4870341553022764,"x":0.48695652173913045,"y":-0.008695652173913057},"p2":{"length":42,"x":0,"y":42},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"102","x":"492","y":"805","zOrder":"19"},{"ID":"103","h":"83","measuredH":"82","measuredW":"109","properties":{"color":"10027263","curvature":"-1","direction":"top","leftArrow":"false","p0":{"length":136.40014662748715,"x":109,"y":82},"p1":{"length":0.5426867567349194,"x":0.5393433342768186,"y":-0.06014718369657522},"p2":{"length":0,"x":0,"y":0},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"110","x":"481","y":"699","zOrder":"18"},{"ID":"106","h":"46","measuredH":"70","measuredW":"100","properties":{"color":"16770457"},"typeID":"Canvas","w":"203","x":"587","y":"999","zOrder":"98"},{"ID":"107","measuredH":"23","measuredW":"147","properties":{"bold":"true","size":"15","text":"Writing Robust Apps"},"typeID":"Label","w":"151","x":"613","y":"1011","zOrder":"99"},{"ID":"108","h":"214","measuredH":"213","measuredW":"37","properties":{"color":"10027263","curvature":"1","direction":"top","leftArrow":"false","p0":{"x":0,"y":0},"p1":{"x":0.5220159151193634,"y":0.12042440318302387},"p2":{"x":21,"y":213},"rightArrow":"false","shape":"bezier","size":"10"},"typeID":"Arrow","w":"38","x":"686","y":"805","zOrder":"17"},{"ID":"109","h":"81","measuredH":"80","measuredW":"1","properties":{"color":"10027263","curvature":"1","direction":"top","leftArrow":"false","p0":{"x":1,"y":80},"p1":{"x":0.4750000000000001,"y":0.012500000000000008},"p2":{"x":1,"y":0},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"2","x":"1033","y":"943","zOrder":"14"},{"ID":"110","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16776960"},"typeID":"Canvas","w":"229","x":"288","y":"1096","zOrder":"100"},{"ID":"111","measuredH":"23","measuredW":"185","properties":{"bold":"true","size":"15","text":"Dependency Management"},"typeID":"Label","x":"313","y":"1106","zOrder":"101"},{"ID":"113","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16776960"},"typeID":"Canvas","w":"236","x":"896","y":"636","zOrder":"102"},{"ID":"114","measuredH":"23","measuredW":"130","properties":{"bold":"true","size":"15","text":"Content Providers"},"typeID":"Label","x":"949","y":"646","zOrder":"103"},{"ID":"116","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16776960"},"typeID":"Canvas","w":"235","x":"897","y":"827","zOrder":"104"},{"ID":"117","measuredH":"23","measuredW":"134","properties":{"bold":"true","size":"15","text":"3rd Party Libraries"},"typeID":"Label","x":"948","y":"837","zOrder":"105"},{"ID":"118","measuredH":"23","measuredW":"266","properties":{"bold":"true","size":"15","text":"e.g. Glide, Retrofit, Crashlytics, GSON"},"typeID":"Label","x":"867","y":"877","zOrder":"106"},{"ID":"119","h":"89","measuredH":"88","measuredW":"87","properties":{"color":"10027263","curvature":"0","direction":"bottom","leftArrow":"false","p0":{"length":87,"x":87,"y":0},"p1":{"length":0.47891314261057566,"x":0.4788990825688073,"y":-0.003669724770642195},"p2":{"length":88,"x":0,"y":88},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"88","x":"512","y":"1030","zOrder":"16"},{"ID":"121","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16776960"},"typeID":"Canvas","w":"226","x":"290","y":"1148","zOrder":"107"},{"ID":"122","measuredH":"23","measuredW":"91","properties":{"bold":"true","size":"15","text":"Concurrency"},"typeID":"Label","x":"376","y":"1158","zOrder":"108"},{"ID":"125","h":"130","measuredH":"129","measuredW":"96","properties":{"color":"10027263","curvature":"0","direction":"bottom","leftArrow":"false","p0":{"length":96,"x":96,"y":0},"p1":{"length":0.47891314261057577,"x":0.4788990825688074,"y":-0.003669724770641983},"p2":{"length":129,"x":0,"y":129},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"97","x":"506","y":"1040","zOrder":"13"},{"ID":"155","h":"44","measuredH":"43","measuredW":"88","properties":{"color":"10027263","curvature":"-1","direction":"top","leftArrow":"false","p0":{"x":88,"y":43},"p1":{"x":0.6296257687897425,"y":-0.055978317523193995},"p2":{"x":0,"y":0},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"89","x":"415","y":"590","zOrder":"11"},{"ID":"156","h":"45","measuredH":"140","measuredW":"200","properties":{"color":"16776960"},"typeID":"TextArea","w":"186","x":"227","y":"512","zOrder":"109"},{"ID":"157","measuredH":"25","measuredW":"57","properties":{"bold":"true","size":"17","text":"GitHub"},"typeID":"Label","w":"64","x":"288","y":"522","zOrder":"110"},{"ID":"158","h":"45","measuredH":"140","measuredW":"200","properties":{"backgroundAlpha":"0.5","borderColor":"0","color":"10066329"},"typeID":"TextArea","w":"186","x":"228","y":"561","zOrder":"111"},{"ID":"159","measuredH":"25","measuredW":"55","properties":{"bold":"true","color":"0","size":"17","text":"GitLab"},"typeID":"Label","x":"294","y":"571","zOrder":"112"},{"ID":"160","h":"23","measuredH":"22","measuredW":"156","properties":{"color":"10027263","curvature":"1","direction":"top","leftArrow":"false","p0":{"length":157.54364474646383,"x":156,"y":22},"p1":{"length":0.5092219658218046,"x":0.5081385979049154,"y":0.03319903303787269},"p2":{"length":0,"x":0,"y":0},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"157","x":"733","y":"576","zOrder":"113"},{"ID":"161","h":"25","measuredH":"24","measuredW":"151","properties":{"color":"10027263","curvature":"1","direction":"bottom","leftArrow":"false","p0":{"length":151,"x":151,"y":0},"p1":{"length":0.5453706051628192,"x":0.5443384523249346,"y":-0.03353723745561875},"p2":{"length":24,"x":0,"y":24},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"152","x":"744","y":"550","zOrder":"114"},{"ID":"162","h":"54","measuredH":"53","measuredW":"1","properties":{"color":"10027263","curvature":"0","direction":"top","leftArrow":"false","p0":{"length":53.009433122794285,"x":1,"y":53},"p1":{"length":0.5446701443933412,"x":0.5446682073291514,"y":0.001452624628590294},"p2":{"length":1,"x":1,"y":0},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"2","x":"534","y":"504","zOrder":"115"},{"ID":"163","h":"149","measuredH":"148","measuredW":"30","properties":{"color":"10027263","curvature":"-1","direction":"top","leftArrow":"false","p0":{"x":21,"y":0},"p1":{"x":0.5694444444444444,"y":-0.1736111111111111},"p2":{"x":30,"y":148},"rightArrow":"false","shape":"bezier","size":"10"},"typeID":"Arrow","w":"31","x":"639","y":"636","zOrder":"8"},{"ID":"165","h":"46","measuredH":"70","measuredW":"100","properties":{"color":"16770457"},"typeID":"Canvas","w":"276","x":"484","y":"554","zOrder":"116"},{"ID":"166","measuredH":"23","measuredW":"176","properties":{"bold":"true","size":"15","text":"Version Control Systems"},"typeID":"Label","x":"535","y":"566","zOrder":"117"},{"ID":"167","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16776960"},"typeID":"Canvas","w":"304","x":"875","y":"528","zOrder":"118"},{"ID":"168","measuredH":"23","measuredW":"254","properties":{"bold":"true","size":"15","text":"What are Version Control Systems?"},"typeID":"Label","x":"900","y":"538","zOrder":"119"},{"ID":"169","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16776960"},"typeID":"Canvas","w":"304","x":"875","y":"576","zOrder":"120"},{"ID":"170","measuredH":"23","measuredW":"178","properties":{"bold":"true","size":"15","text":"Why you should use one?"},"typeID":"Label","x":"938","y":"586","zOrder":"121"},{"ID":"171","h":"42","measuredH":"70","measuredW":"100","properties":{"color":"16776960"},"typeID":"Canvas","w":"156","x":"484","y":"471","zOrder":"122"},{"ID":"172","measuredH":"23","measuredW":"117","properties":{"bold":"true","size":"15","text":"Learn to use Git"},"typeID":"Label","x":"504","y":"481","zOrder":"123"},{"ID":"173","h":"46","measuredH":"70","measuredW":"100","properties":{"color":"16770457"},"typeID":"Canvas","w":"275","x":"485","y":"610","zOrder":"124"},{"ID":"174","measuredH":"23","measuredW":"163","properties":{"bold":"true","size":"15","text":"Repo Hosting Services"},"typeID":"Label","x":"541","y":"622","zOrder":"125"},{"ID":"175","h":"45","measuredH":"140","measuredW":"200","properties":{"backgroundAlpha":"0.5","borderColor":"0","color":"10066329"},"typeID":"TextArea","w":"184","x":"229","y":"610","zOrder":"126"},{"ID":"176","measuredH":"25","measuredW":"78","properties":{"bold":"true","color":"0","size":"17","text":"Bitbucket"},"typeID":"Label","x":"282","y":"620","zOrder":"127"},{"ID":"180","h":"5","measuredH":"4","measuredW":"87","properties":{"color":"10027263","curvature":"0","direction":"top","leftArrow":"false","p0":{"x":87,"y":4},"p1":{"x":0.44838497033618985,"y":-0.0023731048121292024},"p2":{"x":0,"y":0},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"88","x":"411","y":"634","zOrder":"9"},{"ID":"181","h":"92","measuredH":"91","measuredW":"82","properties":{"color":"10027263","curvature":"-1","direction":"top","leftArrow":"false","p0":{"x":82,"y":91},"p1":{"x":0.6164611796067977,"y":-0.07197600799733421},"p2":{"x":0,"y":0},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"83","x":"411","y":"534","zOrder":"10"},{"ID":"182","h":"43","measuredH":"42","measuredW":"139","properties":{"color":"10027263","curvature":"0","direction":"top","leftArrow":"false","p0":{"x":139,"y":42},"p1":{"x":0.49149672119334153,"y":-0.004215608560928125},"p2":{"x":0,"y":0},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"140","x":"771","y":"808","zOrder":"7"},{"ID":"183","h":"130","measuredH":"129","measuredW":"136","properties":{"color":"10027263","curvature":"1","direction":"bottom","leftArrow":"false","p0":{"x":136,"y":0},"p1":{"x":0.5393433342768186,"y":-0.06014718369657501},"p2":{"x":0,"y":129},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"137","x":"772","y":"657","zOrder":"6"},{"ID":"184","h":"210","measuredH":"209","measuredW":"1","properties":{"color":"10027263","curvature":"0","direction":"top","leftArrow":"false","p0":{"x":1,"y":0},"p1":{"x":0.5542035800419328,"y":-0.004702289336225807},"p2":{"x":1,"y":209},"rightArrow":"false","shape":"bezier","size":"10"},"typeID":"Arrow","w":"2","x":"692","y":"1020","zOrder":"5"},{"ID":"185","h":"46","measuredH":"70","measuredW":"100","properties":{"color":"16770457"},"typeID":"Canvas","w":"203","x":"587","y":"1202","zOrder":"128"},{"ID":"186","measuredH":"23","measuredW":"103","properties":{"bold":"true","size":"15","text":"Keep Learning"},"typeID":"Label","x":"637","y":"1214","zOrder":"129"},{"ID":"187","h":"91","measuredH":"90","measuredW":"1","properties":{"color":"10027263","curvature":"0","direction":"top","leftArrow":"false","p0":{"x":1,"y":0},"p1":{"x":0.5542035800419328,"y":-0.004702289336225807},"p2":{"x":1,"y":90},"rightArrow":"false","shape":"bezier","size":"10","stroke":"dotted"},"typeID":"Arrow","w":"2","x":"692","y":"1220","zOrder":"4"},{"ID":"188","measuredH":"40","measuredW":"279","properties":{"bold":"true","size":"32","text":"Android Developer"},"typeID":"Label","x":"536","y":"195","zOrder":"130"},{"ID":"189","h":"87","measuredH":"86","measuredW":"32","properties":{"color":"10027263","curvature":"-1","direction":"bottom","leftArrow":"false","p0":{"x":32,"y":0},"p1":{"x":0.5422802850356294,"y":0.07387173396674585},"p2":{"x":0,"y":86},"rightArrow":"false","shape":"bezier","size":"10","stroke":"dotted"},"typeID":"Arrow","w":"33","x":"686","y":"92","zOrder":"131"},{"ID":"190","h":"52","measuredH":"51","measuredW":"111","properties":{"color":"10027263","curvature":"-1","direction":"top","leftArrow":"false","p0":{"x":111,"y":51},"p1":{"x":0.5671491757137114,"y":-0.018697225572979495},"p2":{"x":0,"y":0},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"112","x":"244","y":"1017","zOrder":"3"},{"ID":"191","h":"3","measuredH":"2","measuredW":"95","properties":{"color":"10027263","curvature":"-1","direction":"bottom","leftArrow":"false","p0":{"x":95,"y":0},"p1":{"x":0.4235598227474151,"y":0.012555391432791729},"p2":{"x":0,"y":2},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"96","x":"246","y":"1067","zOrder":"2"},{"ID":"192","h":"41","measuredH":"70","measuredW":"100","properties":{"color":"16770457"},"typeID":"Canvas","w":"90","x":"169","y":"1096","zOrder":"132"},{"ID":"193","measuredH":"23","measuredW":"51","properties":{"bold":"true","size":"15","text":"Dagger"},"typeID":"Label","x":"189","y":"1105","zOrder":"133"},{"ID":"194","h":"43","measuredH":"70","measuredW":"100","properties":{"color":"16770457"},"typeID":"Canvas","w":"91","x":"169","y":"1144","zOrder":"134"},{"ID":"195","measuredH":"23","measuredW":"31","properties":{"bold":"true","size":"15","text":"Koin"},"typeID":"Label","x":"199","y":"1154","zOrder":"135"},{"ID":"196","h":"3","measuredH":"2","measuredW":"95","properties":{"color":"10027263","curvature":"-1","direction":"bottom","leftArrow":"false","p0":{"x":95,"y":0,"length":95},"p1":{"x":0.4235598227474151,"y":0.012555391432791725,"length":0.4237458687702481},"p2":{"x":0,"y":2,"length":2},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"96","x":"227","y":"1116","zOrder":"1"},{"ID":"197","h":"56","measuredH":"55","measuredW":"56","properties":{"color":"10027263","curvature":"-1","direction":"bottom","leftArrow":"false","p0":{"x":56,"y":0},"p1":{"x":0.4235598227474151,"y":0.012555391432791725},"p2":{"x":0,"y":55},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"57","x":"246","y":"1115","zOrder":"0"},{"ID":"198","h":"43","measuredH":"70","measuredW":"100","properties":{"color":"16770457"},"typeID":"Canvas","w":"112","x":"402","y":"1196","zOrder":"136"},{"ID":"199","measuredH":"23","measuredW":"78","properties":{"bold":"true","size":"15","text":"Coroutines"},"typeID":"Label","x":"418","y":"1206","zOrder":"137"},{"ID":"200","h":"43","measuredH":"70","measuredW":"100","properties":{"color":"16770457"},"typeID":"Canvas","w":"103","x":"291","y":"1196","zOrder":"138"},{"ID":"201","measuredH":"23","measuredW":"51","properties":{"bold":"true","size":"15","text":"RxJava"},"typeID":"Label","x":"317","y":"1206","zOrder":"139"}]},"measuredH":"1311","measuredW":"1179","mockupH":"1219","mockupW":"1018","version":"1.0"}} diff --git a/content/project/backend-map.json b/content/project/backend-map.json deleted file mode 100644 index bcf74ed4c..000000000 --- a/content/project/backend-map.json +++ /dev/null @@ -1,12154 +0,0 @@ -{ - "mockup": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Arrow", - "zOrder": "276", - "w": "26", - "h": "112", - "measuredW": "150", - "measuredH": "100", - "x": "642", - "y": "287", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 26, - "y": 0 - }, - "p1": { - "x": 0.540933899332929, - "y": -0.1946634323832626 - }, - "p2": { - "x": 18, - "y": 112 - }, - "rightArrow": "false" - } - }, - { - "ID": "1", - "typeID": "Label", - "zOrder": "277", - "measuredW": "132", - "measuredH": "40", - "x": "614", - "y": "233", - "properties": { - "bold": "true", - "size": "32", - "text": "Backend" - } - }, - { - "ID": "2", - "typeID": "Arrow", - "zOrder": "278", - "w": "19", - "h": "80", - "measuredW": "150", - "measuredH": "100", - "x": "711", - "y": "146", - "properties": { - "color": "2848996", - "curvature": "-1", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 17, - "y": 0 - }, - "p1": { - "x": 0.4835868694955965, - "y": 0.10168134507606086 - }, - "p2": { - "x": 0, - "y": 79 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "121", - "typeID": "Arrow", - "zOrder": "275", - "w": "42", - "h": "152", - "measuredW": "150", - "measuredH": "100", - "x": "714", - "y": "483", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.44703401743041876, - "y": 0.25307843688501525 - }, - "p2": { - "x": 9, - "y": 151.5 - }, - "rightArrow": "false" - } - }, - { - "ID": "308", - "typeID": "Arrow", - "zOrder": "301", - "w": "41", - "h": "264", - "measuredW": "150", - "measuredH": "100", - "x": "688", - "y": "645", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 28, - "y": -0.5 - }, - "p1": { - "x": 0.4709081800615472, - "y": -0.12924926644242468 - }, - "p2": { - "x": 41, - "y": 263.5 - }, - "rightArrow": "false" - } - }, - { - "ID": "341", - "typeID": "Arrow", - "zOrder": "302", - "w": "87", - "h": "151", - "measuredW": "150", - "measuredH": "100", - "x": "657", - "y": "921", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 72, - "y": 0 - }, - "p1": { - "x": 0.4164731105949616, - "y": 0.25156333750223336 - }, - "p2": { - "x": 0, - "y": 151 - }, - "rightArrow": "false" - } - }, - { - "ID": "544", - "typeID": "Arrow", - "zOrder": "303", - "w": "43", - "h": "82", - "measuredW": "150", - "measuredH": "100", - "x": "800", - "y": "826", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": -0.5, - "y": 82 - }, - "p1": { - "x": 0.5274187832250412, - "y": -0.12252805670406891 - }, - "p2": { - "x": 42.5, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "545", - "typeID": "Arrow", - "zOrder": "304", - "w": "48", - "h": "73", - "measuredW": "150", - "measuredH": "100", - "x": "582", - "y": "836", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 48, - "y": 72.5 - }, - "p1": { - "x": 0.5228612603170445, - "y": 0.14935150006550507 - }, - "p2": { - "x": 0, - "y": -0.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "547", - "typeID": "Arrow", - "zOrder": "352", - "w": "154", - "h": "40", - "measuredW": "150", - "measuredH": "100", - "x": "814", - "y": "470", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.42993874425727413, - "y": 0.06087289433384378 - }, - "p2": { - "x": 154, - "y": 40 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "548", - "typeID": "Arrow", - "zOrder": "353", - "w": "152", - "h": "83", - "measuredW": "150", - "measuredH": "100", - "x": "822", - "y": "472", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.5124862467909179, - "y": -0.09515553629180143 - }, - "p2": { - "x": 152, - "y": 83 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "549", - "typeID": "Arrow", - "zOrder": "354", - "w": "124", - "h": "57", - "measuredW": "150", - "measuredH": "100", - "x": "458", - "y": "474", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 124, - "y": 0 - }, - "p1": { - "x": 0.4977437042068999, - "y": -0.11213547479256634 - }, - "p2": { - "x": 0, - "y": 57 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "550", - "typeID": "Arrow", - "zOrder": "355", - "w": "151", - "h": "29", - "measuredW": "150", - "measuredH": "100", - "x": "822", - "y": "424", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 150, - "y": 28 - }, - "p1": { - "x": 0.4823054457996908, - "y": 0.02336368321594228 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "551", - "typeID": "Arrow", - "zOrder": "356", - "w": "153", - "h": "13", - "measuredW": "150", - "measuredH": "100", - "x": "824", - "y": "407", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 152, - "y": 0 - }, - "p1": { - "x": 0.4798692360633173, - "y": -0.004989676531314521 - }, - "p2": { - "x": 0, - "y": 12 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "552", - "typeID": "Arrow", - "zOrder": "357", - "h": "60", - "measuredW": "150", - "measuredH": "100", - "x": "822", - "y": "358", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 149, - "y": 0 - }, - "p1": { - "x": 0.4552212800557556, - "y": -0.05494250203275647 - }, - "p2": { - "x": 0, - "y": 59 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "553", - "typeID": "Arrow", - "zOrder": "358", - "w": "129", - "h": "36", - "measuredW": "150", - "measuredH": "100", - "x": "443", - "y": "426", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 129, - "y": 0 - }, - "p1": { - "x": 0.4772874058127019, - "y": 0.05888051668460705 - }, - "p2": { - "x": 0, - "y": 36 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "554", - "typeID": "Arrow", - "zOrder": "359", - "w": "131", - "h": "9", - "measuredW": "150", - "measuredH": "100", - "x": "443", - "y": "415", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 129, - "y": 7 - }, - "p1": { - "x": 0.4652789342214826, - "y": -0.001332223147377271 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "555", - "typeID": "Arrow", - "zOrder": "360", - "w": "143", - "h": "53", - "measuredW": "150", - "measuredH": "100", - "x": "433", - "y": "368", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 141, - "y": 51 - }, - "p1": { - "x": 0.45522128005575574, - "y": -0.054942502032756434 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "556", - "typeID": "TextArea", - "zOrder": "361", - "w": "272", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "562", - "y": "394", - "properties": { - "color": "16776960" - } - }, - { - "ID": "557", - "typeID": "Label", - "zOrder": "362", - "w": "69", - "measuredW": "69", - "measuredH": "25", - "x": "663", - "y": "407", - "properties": { - "bold": "true", - "size": "17", - "text": "Internet" - } - }, - { - "ID": "558", - "typeID": "TextArea", - "zOrder": "363", - "w": "299", - "h": "44", - "measuredW": "200", - "measuredH": "140", - "x": "166", - "y": "345", - "properties": { - "color": "16770457" - } - }, - { - "ID": "559", - "typeID": "Label", - "zOrder": "364", - "w": "223", - "measuredW": "222", - "measuredH": "25", - "x": "204", - "y": "355", - "properties": { - "size": "17", - "text": "How does the internet work?" - } - }, - { - "ID": "560", - "typeID": "TextArea", - "zOrder": "365", - "w": "299", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "166", - "y": "395", - "properties": { - "color": "16770457" - } - }, - { - "ID": "561", - "typeID": "Label", - "zOrder": "366", - "w": "119", - "measuredW": "118", - "measuredH": "25", - "x": "256", - "y": "403", - "properties": { - "size": "17", - "text": "What is HTTP?" - } - }, - { - "ID": "562", - "typeID": "TextArea", - "zOrder": "367", - "w": "299", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "166", - "y": "441", - "properties": { - "color": "16770457" - } - }, - { - "ID": "563", - "typeID": "Label", - "zOrder": "368", - "w": "230", - "measuredW": "230", - "measuredH": "25", - "x": "200", - "y": "449", - "properties": { - "size": "17", - "text": "Browsers and how they work?" - } - }, - { - "ID": "564", - "typeID": "TextArea", - "zOrder": "369", - "w": "280", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "959", - "y": "340", - "properties": { - "color": "16770457" - } - }, - { - "ID": "565", - "typeID": "Label", - "zOrder": "370", - "w": "179", - "measuredW": "179", - "measuredH": "25", - "x": "1010", - "y": "348", - "properties": { - "size": "17", - "text": "DNS and how it works?" - } - }, - { - "ID": "566", - "typeID": "TextArea", - "zOrder": "371", - "w": "280", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "958", - "y": "386", - "properties": { - "color": "16770457" - } - }, - { - "ID": "567", - "typeID": "Label", - "zOrder": "372", - "w": "179", - "measuredW": "180", - "measuredH": "25", - "x": "1009", - "y": "394", - "properties": { - "size": "17", - "text": "What is Domain Name?" - } - }, - { - "ID": "568", - "typeID": "TextArea", - "zOrder": "373", - "w": "280", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "959", - "y": "432", - "properties": { - "color": "16770457" - } - }, - { - "ID": "569", - "typeID": "Label", - "zOrder": "374", - "w": "133", - "measuredW": "130", - "measuredH": "25", - "x": "1033", - "y": "440", - "properties": { - "size": "17", - "text": "What is hosting?" - } - }, - { - "ID": "570", - "typeID": "Icon", - "zOrder": "375", - "measuredW": "24", - "measuredH": "24", - "x": "556", - "y": "384", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "571", - "typeID": "Icon", - "zOrder": "376", - "measuredW": "24", - "measuredH": "24", - "x": "556", - "y": "384", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "572", - "typeID": "Icon", - "zOrder": "377", - "measuredW": "24", - "measuredH": "24", - "x": "159", - "y": "336", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "573", - "typeID": "Icon", - "zOrder": "378", - "measuredW": "24", - "measuredH": "24", - "x": "159", - "y": "336", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "574", - "typeID": "Icon", - "zOrder": "379", - "measuredW": "24", - "measuredH": "24", - "x": "158", - "y": "388", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "575", - "typeID": "Icon", - "zOrder": "380", - "measuredW": "24", - "measuredH": "24", - "x": "158", - "y": "388", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "576", - "typeID": "Icon", - "zOrder": "381", - "measuredW": "24", - "measuredH": "24", - "x": "158", - "y": "433", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "577", - "typeID": "Icon", - "zOrder": "382", - "measuredW": "24", - "measuredH": "24", - "x": "158", - "y": "433", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "578", - "typeID": "Icon", - "zOrder": "383", - "measuredW": "24", - "measuredH": "24", - "x": "1225", - "y": "331", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "579", - "typeID": "Icon", - "zOrder": "384", - "measuredW": "24", - "measuredH": "24", - "x": "1225", - "y": "331", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "580", - "typeID": "Icon", - "zOrder": "385", - "measuredW": "24", - "measuredH": "24", - "x": "1224", - "y": "381", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "581", - "typeID": "Icon", - "zOrder": "386", - "measuredW": "24", - "measuredH": "24", - "x": "1224", - "y": "381", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "582", - "typeID": "Icon", - "zOrder": "387", - "measuredW": "24", - "measuredH": "24", - "x": "1224", - "y": "426", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "583", - "typeID": "Icon", - "zOrder": "388", - "measuredW": "24", - "measuredH": "24", - "x": "1224", - "y": "426", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "584", - "typeID": "TextArea", - "zOrder": "389", - "w": "272", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "562", - "y": "450", - "properties": { - "color": "16776960" - } - }, - { - "ID": "585", - "typeID": "Label", - "zOrder": "390", - "w": "221", - "measuredW": "216", - "measuredH": "25", - "x": "590", - "y": "462", - "properties": { - "bold": "true", - "size": "17", - "text": "Basic Frontend Knowledge" - } - }, - { - "ID": "586", - "typeID": "TextArea", - "zOrder": "391", - "w": "142", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "323", - "y": "506", - "properties": { - "color": "16770457" - } - }, - { - "ID": "587", - "typeID": "Label", - "zOrder": "392", - "w": "49", - "measuredW": "48", - "measuredH": "25", - "x": "369", - "y": "516", - "properties": { - "size": "17", - "text": "HTML" - } - }, - { - "ID": "588", - "typeID": "TextArea", - "zOrder": "393", - "w": "142", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "959", - "y": "485", - "properties": { - "color": "16770457" - } - }, - { - "ID": "589", - "typeID": "Label", - "zOrder": "394", - "w": "38", - "measuredW": "37", - "measuredH": "25", - "x": "1011", - "y": "495", - "properties": { - "size": "17", - "text": "CSS" - } - }, - { - "ID": "590", - "typeID": "TextArea", - "zOrder": "395", - "w": "142", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "959", - "y": "536", - "properties": { - "color": "16770457" - } - }, - { - "ID": "591", - "typeID": "Arrow", - "zOrder": "396", - "w": "135", - "h": "195", - "measuredW": "150", - "measuredH": "100", - "x": "837", - "y": "644", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 134.5, - "y": 195 - }, - "p1": { - "x": 0.5227813114793675, - "y": 0.0017380179353795957 - }, - "p2": { - "x": -0.5, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "592", - "typeID": "Arrow", - "zOrder": "397", - "w": "136", - "h": "131", - "measuredW": "150", - "measuredH": "100", - "x": "842", - "y": "642", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 135.5, - "y": 131 - }, - "p1": { - "x": 0.5227813114793675, - "y": 0.0017380179353796794 - }, - "p2": { - "x": -0.5, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "593", - "typeID": "Arrow", - "zOrder": "398", - "w": "138", - "h": "76", - "measuredW": "150", - "measuredH": "100", - "x": "835", - "y": "636", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 137.5, - "y": 76 - }, - "p1": { - "x": 0.524315747719159, - "y": -0.026418088060293544 - }, - "p2": { - "x": -0.5, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "594", - "typeID": "Arrow", - "zOrder": "399", - "w": "141", - "h": "30", - "measuredW": "150", - "measuredH": "100", - "x": "834", - "y": "630", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 140.5, - "y": 30 - }, - "p1": { - "x": 0.5227813114793672, - "y": 0.0017380179353795478 - }, - "p2": { - "x": -0.5, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "595", - "typeID": "Arrow", - "zOrder": "400", - "w": "144", - "h": "5", - "measuredW": "150", - "measuredH": "100", - "x": "831", - "y": "619", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 143.5, - "y": 0 - }, - "p1": { - "x": 0.5227813114793672, - "y": 0.001738017935379522 - }, - "p2": { - "x": -0.5, - "y": 5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "596", - "typeID": "TextArea", - "zOrder": "401", - "w": "267", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "959", - "y": "596", - "properties": { - "color": "16770457" - } - }, - { - "ID": "597", - "typeID": "Label", - "zOrder": "402", - "w": "170", - "measuredW": "168", - "measuredH": "25", - "x": "1009", - "y": "606", - "properties": { - "size": "17", - "text": "Memory Management" - } - }, - { - "ID": "598", - "typeID": "TextArea", - "zOrder": "403", - "w": "268", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "959", - "y": "645", - "properties": { - "color": "16770457" - } - }, - { - "ID": "599", - "typeID": "Label", - "zOrder": "404", - "w": "224", - "measuredW": "222", - "measuredH": "25", - "x": "982", - "y": "654", - "properties": { - "size": "17", - "text": "Interprocess Communication" - } - }, - { - "ID": "600", - "typeID": "TextArea", - "zOrder": "405", - "w": "268", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "959", - "y": "695", - "properties": { - "color": "16770457" - } - }, - { - "ID": "601", - "typeID": "Label", - "zOrder": "406", - "w": "135", - "measuredW": "133", - "measuredH": "25", - "x": "1025", - "y": "705", - "properties": { - "size": "17", - "text": "I/O Management" - } - }, - { - "ID": "602", - "typeID": "TextArea", - "zOrder": "407", - "w": "268", - "h": "65", - "measuredW": "200", - "measuredH": "140", - "x": "959", - "y": "745", - "properties": { - "color": "16770457" - } - }, - { - "ID": "603", - "typeID": "Label", - "zOrder": "408", - "w": "115", - "measuredW": "114", - "measuredH": "25", - "x": "1037", - "y": "756", - "properties": { - "size": "17", - "text": "POSIX Basics", - "bold": "true" - } - }, - { - "ID": "604", - "typeID": "Label", - "zOrder": "409", - "w": "180", - "measuredW": "180", - "measuredH": "23", - "x": "1003", - "y": "777", - "properties": { - "size": "15", - "text": "stdin, stdout, stderr, pipes" - } - }, - { - "ID": "605", - "typeID": "TextArea", - "zOrder": "410", - "w": "268", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "959", - "y": "817", - "properties": { - "color": "16770457" - } - }, - { - "ID": "606", - "typeID": "Label", - "zOrder": "411", - "w": "218", - "measuredW": "216", - "measuredH": "25", - "x": "984", - "y": "826", - "properties": { - "size": "17", - "text": "Basic Networking Concepts" - } - }, - { - "ID": "607", - "typeID": "Arrow", - "zOrder": "412", - "w": "128", - "h": "151", - "measuredW": "150", - "measuredH": "100", - "x": "456", - "y": "648", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 128, - "y": 0 - }, - "p1": { - "x": 0.4075757037878519, - "y": -0.014129007064503547 - }, - "p2": { - "x": 0, - "y": 151 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "608", - "typeID": "Arrow", - "zOrder": "413", - "w": "125", - "h": "107", - "measuredW": "150", - "measuredH": "100", - "x": "457", - "y": "641", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 125, - "y": 0 - }, - "p1": { - "x": 0.4291571249168944, - "y": -0.03135849892886164 - }, - "p2": { - "x": 0, - "y": 107 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "609", - "typeID": "Arrow", - "zOrder": "414", - "w": "119", - "h": "55", - "measuredW": "150", - "measuredH": "100", - "x": "459", - "y": "639", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 119, - "y": 0 - }, - "p1": { - "x": 0.513033864773653, - "y": -0.03543581985336902 - }, - "p2": { - "x": 0, - "y": 55 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "610", - "typeID": "Arrow", - "zOrder": "415", - "w": "131", - "h": "11", - "measuredW": "150", - "measuredH": "100", - "x": "452", - "y": "633", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 131, - "y": 0 - }, - "p1": { - "x": 0.44012908969508124, - "y": -0.005675495214778532 - }, - "p2": { - "x": 0, - "y": 11 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "611", - "typeID": "Arrow", - "zOrder": "416", - "w": "138", - "h": "32", - "measuredW": "150", - "measuredH": "100", - "x": "447", - "y": "599", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 138, - "y": 32 - }, - "p1": { - "x": 0.4566473988439307, - "y": -0.03179190751445087 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "612", - "typeID": "Label", - "zOrder": "417", - "w": "84", - "measuredW": "83", - "measuredH": "25", - "x": "993", - "y": "545", - "properties": { - "size": "17", - "text": "JavaScript" - } - }, - { - "ID": "613", - "typeID": "TextArea", - "zOrder": "418", - "w": "272", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "575", - "y": "613", - "properties": { - "color": "16776960" - } - }, - { - "ID": "614", - "typeID": "TextArea", - "zOrder": "419", - "w": "269", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "198", - "y": "573", - "properties": { - "color": "16770457" - } - }, - { - "ID": "615", - "typeID": "Label", - "zOrder": "420", - "w": "123", - "measuredW": "122", - "measuredH": "25", - "x": "271", - "y": "583", - "properties": { - "size": "17", - "text": "Terminal Usage" - } - }, - { - "ID": "616", - "typeID": "TextArea", - "zOrder": "421", - "w": "269", - "h": "101", - "measuredW": "200", - "measuredH": "140", - "x": "198", - "y": "772", - "properties": { - "color": "16770457" - } - }, - { - "ID": "617", - "typeID": "Label", - "zOrder": "422", - "w": "210", - "measuredW": "215", - "measuredH": "25", - "x": "228", - "y": "784", - "properties": { - "size": "17", - "text": "Basic Terminal Commands", - "bold": "true" - } - }, - { - "ID": "618", - "typeID": "Label", - "zOrder": "423", - "w": "238", - "measuredW": "235", - "measuredH": "25", - "x": "214", - "y": "810", - "properties": { - "size": "17", - "text": "grep, awk, sed, lsof, curl, wget" - } - }, - { - "ID": "619", - "typeID": "Label", - "zOrder": "424", - "w": "216", - "measuredW": "216", - "measuredH": "25", - "x": "225", - "y": "836", - "properties": { - "size": "17", - "text": "tail, head, less, find, ssh, kill" - } - }, - { - "ID": "620", - "typeID": "Label", - "zOrder": "425", - "w": "222", - "measuredW": "221", - "measuredH": "25", - "x": "603", - "y": "625", - "properties": { - "size": "17", - "text": "OS and General Knowledge", - "bold": "true" - } - }, - { - "ID": "621", - "typeID": "TextArea", - "zOrder": "426", - "w": "267", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "199", - "y": "672", - "properties": { - "color": "16770457" - } - }, - { - "ID": "622", - "typeID": "Label", - "zOrder": "427", - "w": "172", - "measuredW": "170", - "measuredH": "25", - "x": "247", - "y": "681", - "properties": { - "size": "17", - "text": "Process Management" - } - }, - { - "ID": "623", - "typeID": "TextArea", - "zOrder": "428", - "w": "268", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "199", - "y": "722", - "properties": { - "color": "16770457" - } - }, - { - "ID": "624", - "typeID": "Label", - "zOrder": "429", - "w": "202", - "measuredW": "202", - "measuredH": "25", - "x": "232", - "y": "732", - "properties": { - "size": "17", - "text": "Threads and Concurrency" - } - }, - { - "ID": "625", - "typeID": "TextArea", - "zOrder": "430", - "w": "268", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "199", - "y": "622", - "properties": { - "color": "16770457" - } - }, - { - "ID": "626", - "typeID": "Label", - "zOrder": "431", - "w": "197", - "measuredW": "197", - "measuredH": "25", - "x": "234", - "y": "631", - "properties": { - "size": "17", - "text": "How OSs work in General" - } - }, - { - "ID": "629", - "typeID": "Arrow", - "zOrder": "305", - "w": "118", - "h": "74", - "measuredW": "150", - "measuredH": "100", - "x": "427", - "y": "932", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 118, - "y": -0.5 - }, - "p1": { - "x": 0.5873541588257404, - "y": 0.06127211140383051 - }, - "p2": { - "x": 0, - "y": 73.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "630", - "typeID": "Arrow", - "zOrder": "306", - "w": "91", - "h": "61", - "measuredW": "150", - "measuredH": "100", - "x": "910", - "y": "930", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 91, - "y": 60 - }, - "p1": { - "x": 0.48631883875436893, - "y": 0.01448408325199147 - }, - "p2": { - "x": 0, - "y": -0.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "631", - "typeID": "Arrow", - "zOrder": "307", - "w": "93", - "h": "24", - "measuredW": "150", - "measuredH": "100", - "x": "906", - "y": "919", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 93, - "y": 23 - }, - "p1": { - "x": 0.47986923606331733, - "y": -0.0049896765313145654 - }, - "p2": { - "x": 0, - "y": -0.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "632", - "typeID": "Arrow", - "zOrder": "308", - "w": "115", - "h": "18", - "measuredW": "150", - "measuredH": "100", - "x": "901", - "y": "892", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 115, - "y": 0 - }, - "p1": { - "x": 0.4495149461236092, - "y": -0.004886187015480865 - }, - "p2": { - "x": 0, - "y": 17.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "633", - "typeID": "Arrow", - "zOrder": "309", - "w": "131", - "h": "45", - "measuredW": "150", - "measuredH": "100", - "x": "417", - "y": "916", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 131, - "y": -0.5 - }, - "p1": { - "x": 0.5873541588257396, - "y": 0.061272111403828454 - }, - "p2": { - "x": 0, - "y": 44.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "634", - "typeID": "Arrow", - "zOrder": "310", - "w": "141", - "h": "5", - "measuredW": "150", - "measuredH": "100", - "x": "428", - "y": "907", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 141, - "y": 0 - }, - "p1": { - "x": 0.5, - "y": 0 - }, - "p2": { - "x": 0, - "y": 5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "635", - "typeID": "TextArea", - "zOrder": "311", - "w": "136", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "770", - "y": "797", - "properties": { - "color": "16770457" - } - }, - { - "ID": "636", - "typeID": "TextArea", - "zOrder": "312", - "w": "136", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "299", - "y": "891", - "properties": { - "color": "16770457" - } - }, - { - "ID": "637", - "typeID": "Label", - "zOrder": "313", - "w": "38", - "measuredW": "37", - "measuredH": "25", - "x": "348", - "y": "899", - "properties": { - "size": "17", - "text": "Java" - } - }, - { - "ID": "638", - "typeID": "TextArea", - "zOrder": "314", - "w": "136", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "512", - "y": "801", - "properties": { - "color": "16770457" - } - }, - { - "ID": "639", - "typeID": "Label", - "zOrder": "315", - "w": "39", - "measuredW": "38", - "measuredH": "25", - "x": "560", - "y": "809", - "properties": { - "size": "17", - "text": "Rust" - } - }, - { - "ID": "640", - "typeID": "Label", - "zOrder": "316", - "w": "26", - "measuredW": "23", - "measuredH": "25", - "x": "825", - "y": "804", - "properties": { - "size": "17", - "text": "Go" - } - }, - { - "ID": "641", - "typeID": "TextArea", - "zOrder": "317", - "w": "136", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "299", - "y": "940", - "properties": { - "color": "16770457" - } - }, - { - "ID": "642", - "typeID": "Label", - "zOrder": "318", - "w": "27", - "measuredW": "25", - "measuredH": "25", - "x": "353", - "y": "948", - "properties": { - "size": "17", - "text": "C#" - } - }, - { - "ID": "648", - "typeID": "TextArea", - "zOrder": "333", - "w": "136", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "299", - "y": "987", - "properties": { - "color": "16770457" - } - }, - { - "ID": "649", - "typeID": "Label", - "zOrder": "334", - "w": "34", - "measuredW": "34", - "measuredH": "25", - "x": "350", - "y": "995", - "properties": { - "size": "17", - "text": "PHP" - } - }, - { - "ID": "668", - "typeID": "Canvas", - "zOrder": "288", - "w": "408", - "h": "162", - "measuredW": "100", - "measuredH": "70", - "x": "107", - "y": "129" - }, - { - "ID": "671", - "typeID": "Label", - "zOrder": "294", - "w": "324", - "measuredW": "320", - "measuredH": "24", - "x": "167", - "y": "215", - "properties": { - "size": "16", - "text": "Order in roadmap not strict (Learn anytime)" - } - }, - { - "ID": "674", - "typeID": "Icon", - "zOrder": "319", - "measuredW": "24", - "measuredH": "24", - "x": "762", - "y": "789", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "675", - "typeID": "Icon", - "zOrder": "320", - "measuredW": "24", - "measuredH": "24", - "x": "762", - "y": "789", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "676", - "typeID": "Icon", - "zOrder": "321", - "measuredW": "24", - "measuredH": "24", - "x": "762", - "y": "789", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "677", - "typeID": "Icon", - "zOrder": "322", - "measuredW": "24", - "measuredH": "24", - "x": "291", - "y": "884", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "678", - "typeID": "Icon", - "zOrder": "323", - "measuredW": "24", - "measuredH": "24", - "x": "291", - "y": "884", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "679", - "typeID": "Icon", - "zOrder": "324", - "measuredW": "24", - "measuredH": "24", - "x": "291", - "y": "884", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "680", - "typeID": "Icon", - "zOrder": "325", - "measuredW": "24", - "measuredH": "24", - "x": "504", - "y": "792", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "681", - "typeID": "Icon", - "zOrder": "326", - "measuredW": "24", - "measuredH": "24", - "x": "504", - "y": "792", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "682", - "typeID": "Icon", - "zOrder": "327", - "measuredW": "24", - "measuredH": "24", - "x": "504", - "y": "792", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "683", - "typeID": "Icon", - "zOrder": "328", - "measuredW": "24", - "measuredH": "24", - "x": "291", - "y": "934", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "684", - "typeID": "Icon", - "zOrder": "329", - "measuredW": "24", - "measuredH": "24", - "x": "291", - "y": "934", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "685", - "typeID": "Icon", - "zOrder": "330", - "measuredW": "24", - "measuredH": "24", - "x": "291", - "y": "934", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "686", - "typeID": "TextArea", - "zOrder": "331", - "w": "380", - "h": "98", - "measuredW": "200", - "measuredH": "140", - "x": "536", - "y": "890", - "properties": { - "color": "16776960" - } - }, - { - "ID": "687", - "typeID": "Label", - "zOrder": "332", - "w": "149", - "measuredW": "147", - "measuredH": "25", - "x": "651", - "y": "903", - "properties": { - "bold": "true", - "size": "17", - "text": "Learn a Language" - } - }, - { - "ID": "688", - "typeID": "Icon", - "zOrder": "335", - "measuredW": "24", - "measuredH": "24", - "x": "291", - "y": "983", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "689", - "typeID": "Icon", - "zOrder": "336", - "measuredW": "24", - "measuredH": "24", - "x": "291", - "y": "983", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "690", - "typeID": "Icon", - "zOrder": "337", - "measuredW": "24", - "measuredH": "24", - "x": "291", - "y": "983", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "692", - "typeID": "Icon", - "zOrder": "344", - "measuredW": "24", - "measuredH": "24", - "x": "1110", - "y": "869", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "693", - "typeID": "Icon", - "zOrder": "345", - "measuredW": "24", - "measuredH": "24", - "x": "1110", - "y": "869", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "694", - "typeID": "Icon", - "zOrder": "346", - "measuredW": "24", - "measuredH": "24", - "x": "1111", - "y": "917", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "695", - "typeID": "Icon", - "zOrder": "347", - "measuredW": "24", - "measuredH": "24", - "x": "1111", - "y": "917", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "696", - "typeID": "Icon", - "zOrder": "348", - "measuredW": "24", - "measuredH": "24", - "x": "1111", - "y": "917", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "697", - "typeID": "Icon", - "zOrder": "349", - "measuredW": "24", - "measuredH": "24", - "x": "1111", - "y": "961", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "698", - "typeID": "Icon", - "zOrder": "350", - "measuredW": "24", - "measuredH": "24", - "x": "1111", - "y": "961", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "699", - "typeID": "Icon", - "zOrder": "351", - "measuredW": "24", - "measuredH": "24", - "x": "1111", - "y": "961", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "773", - "typeID": "Canvas", - "zOrder": "279", - "w": "350", - "h": "141", - "measuredW": "100", - "measuredH": "70", - "x": "919", - "y": "139" - }, - { - "ID": "774", - "typeID": "Label", - "zOrder": "280", - "measuredW": "315", - "measuredH": "25", - "x": "933", - "y": "156", - "properties": { - "size": "17", - "text": "Find the detailed version of this roadmap" - } - }, - { - "ID": "775", - "typeID": "Label", - "zOrder": "281", - "measuredW": "323", - "measuredH": "25", - "x": "933", - "y": "184", - "properties": { - "size": "17", - "text": "along with resources and other roadmaps" - } - }, - { - "ID": "776", - "typeID": "Canvas", - "zOrder": "282", - "w": "320", - "h": "45", - "measuredW": "100", - "measuredH": "70", - "x": "934", - "y": "220", - "properties": { - "borderColor": "4273622", - "color": "4273622" - } - }, - { - "ID": "779", - "typeID": "Label", - "zOrder": "291", - "measuredW": "264", - "measuredH": "24", - "x": "166", - "y": "150", - "properties": { - "size": "16", - "text": "Personal Recommendation / Opinion" - } - }, - { - "ID": "781", - "typeID": "Icon", - "zOrder": "295", - "measuredW": "24", - "measuredH": "24", - "x": "130", - "y": "215", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "782", - "typeID": "Icon", - "zOrder": "296", - "measuredW": "24", - "measuredH": "24", - "x": "130", - "y": "215", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "783", - "typeID": "Label", - "zOrder": "297", - "measuredW": "278", - "measuredH": "24", - "x": "166", - "y": "183", - "properties": { - "size": "16", - "text": "Alternative Option - Pick this or purple" - } - }, - { - "ID": "801", - "typeID": "Label", - "zOrder": "283", - "measuredW": "104", - "measuredH": "28", - "x": "1075", - "y": "228", - "properties": { - "color": "16777215", - "size": "20", - "text": "roadmap.sh" - } - }, - { - "ID": "802", - "typeID": "Label", - "zOrder": "284", - "measuredW": "37", - "measuredH": "28", - "x": "1010", - "y": "228", - "properties": { - "color": "16777215", - "size": "20", - "text": "http" - } - }, - { - "ID": "803", - "typeID": "Label", - "zOrder": "285", - "measuredW": "6", - "measuredH": "28", - "x": "1047", - "y": "228", - "properties": { - "bold": "true", - "color": "16777215", - "size": "20", - "text": ":" - } - }, - { - "ID": "804", - "typeID": "Label", - "zOrder": "286", - "measuredW": "10", - "measuredH": "28", - "x": "1054", - "y": "229", - "properties": { - "color": "16777215", - "size": "20", - "text": "/" - } - }, - { - "ID": "805", - "typeID": "Label", - "zOrder": "287", - "measuredW": "10", - "measuredH": "28", - "x": "1062", - "y": "229", - "properties": { - "color": "16777215", - "size": "20", - "text": "/" - } - }, - { - "ID": "806", - "typeID": "Icon", - "zOrder": "289", - "measuredW": "24", - "measuredH": "24", - "x": "130", - "y": "150", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "807", - "typeID": "Icon", - "zOrder": "290", - "measuredW": "24", - "measuredH": "24", - "x": "130", - "y": "150", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "808", - "typeID": "Label", - "zOrder": "292", - "measuredW": "160", - "measuredH": "24", - "x": "166", - "y": "247", - "properties": { - "size": "16", - "text": "I wouldn't recommend" - } - }, - { - "ID": "809", - "typeID": "Icon", - "zOrder": "293", - "measuredW": "24", - "measuredH": "24", - "x": "130", - "y": "247", - "properties": { - "color": "10066329", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "810", - "typeID": "Icon", - "zOrder": "298", - "measuredW": "24", - "measuredH": "24", - "x": "130", - "y": "182", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "811", - "typeID": "Icon", - "zOrder": "299", - "measuredW": "24", - "measuredH": "24", - "x": "130", - "y": "182", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "812", - "typeID": "Icon", - "zOrder": "300", - "measuredW": "24", - "measuredH": "24", - "x": "130", - "y": "182", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "813", - "typeID": "TextArea", - "zOrder": "338", - "w": "136", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "989", - "y": "876", - "properties": { - "color": "16770457" - } - }, - { - "ID": "814", - "typeID": "Label", - "zOrder": "339", - "w": "85", - "measuredW": "83", - "measuredH": "25", - "x": "1016", - "y": "884", - "properties": { - "size": "17", - "text": "JavaScript" - } - }, - { - "ID": "815", - "typeID": "TextArea", - "zOrder": "340", - "w": "136", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "989", - "y": "922", - "properties": { - "color": "16770457" - } - }, - { - "ID": "816", - "typeID": "Label", - "zOrder": "341", - "w": "56", - "measuredW": "54", - "measuredH": "25", - "x": "1029", - "y": "930", - "properties": { - "size": "17", - "text": "Python" - } - }, - { - "ID": "817", - "typeID": "TextArea", - "zOrder": "342", - "w": "136", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "989", - "y": "968", - "properties": { - "color": "16770457" - } - }, - { - "ID": "818", - "typeID": "Label", - "zOrder": "343", - "w": "42", - "measuredW": "40", - "measuredH": "25", - "x": "1036", - "y": "976", - "properties": { - "size": "17", - "text": "Ruby" - } - }, - { - "ID": "819", - "typeID": "Label", - "zOrder": "432", - "w": "347", - "measuredW": "347", - "measuredH": "23", - "x": "552", - "y": "931", - "properties": { - "size": "15", - "text": "Make sure to learn its quirks. Core detail about its" - } - }, - { - "ID": "820", - "typeID": "Label", - "zOrder": "433", - "w": "306", - "measuredW": "302", - "measuredH": "23", - "x": "573", - "y": "954", - "properties": { - "size": "15", - "text": "runtime e.g. concurrency, memory model etc." - } - }, - { - "ID": "844", - "typeID": "Arrow", - "zOrder": "434", - "w": "58", - "h": "1", - "measuredW": "150", - "measuredH": "100", - "x": "1094", - "y": "1090", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 58, - "y": 1 - }, - "p1": { - "x": 0.48727519511367484, - "y": -0.011876484560570062 - }, - "p2": { - "x": 0, - "y": 1 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "845", - "typeID": "Arrow", - "zOrder": "435", - "w": "85", - "h": "3", - "measuredW": "150", - "measuredH": "100", - "x": "757", - "y": "1086", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 83, - "y": 1 - }, - "p1": { - "x": 0.4872751951136748, - "y": -0.01187648456057007 - }, - "p2": { - "x": 0, - "y": 1 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "846", - "typeID": "Arrow", - "zOrder": "436", - "w": "56", - "h": "1", - "measuredW": "150", - "measuredH": "100", - "x": "390", - "y": "1092", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": -0.5, - "y": 0 - }, - "p1": { - "x": 0.4872751951136748, - "y": -0.011876484560570066 - }, - "p2": { - "x": 55, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "847", - "typeID": "TextArea", - "zOrder": "437", - "w": "216", - "h": "54", - "measuredW": "200", - "measuredH": "140", - "x": "180", - "y": "1064", - "properties": { - "color": "16776960" - } - }, - { - "ID": "848", - "typeID": "Label", - "zOrder": "438", - "w": "155", - "measuredW": "154", - "measuredH": "25", - "x": "211", - "y": "1079", - "properties": { - "bold": "true", - "size": "17", - "text": "Basic Usage of Git" - } - }, - { - "ID": "849", - "typeID": "TextArea", - "zOrder": "439", - "w": "131", - "h": "49", - "measuredW": "200", - "measuredH": "140", - "x": "1148", - "y": "966", - "properties": { - "color": "16776960" - } - }, - { - "ID": "850", - "typeID": "Label", - "zOrder": "440", - "w": "64", - "measuredW": "58", - "measuredH": "25", - "x": "1182", - "y": "979", - "properties": { - "bold": "true", - "size": "17", - "text": "GitHub" - } - }, - { - "ID": "851", - "typeID": "TextArea", - "zOrder": "441", - "w": "319", - "h": "78", - "measuredW": "200", - "measuredH": "140", - "x": "803", - "y": "1049", - "properties": { - "color": "16776960" - } - }, - { - "ID": "852", - "typeID": "Label", - "zOrder": "442", - "w": "189", - "measuredW": "181", - "measuredH": "25", - "x": "869", - "y": "1064", - "properties": { - "bold": "true", - "size": "17", - "text": "Repo hosting services" - } - }, - { - "ID": "853", - "typeID": "Label", - "zOrder": "443", - "w": "279", - "measuredW": "279", - "measuredH": "23", - "x": "824", - "y": "1090", - "properties": { - "size": "15", - "text": "Create account and Learn to use GitHub" - } - }, - { - "ID": "854", - "typeID": "TextArea", - "zOrder": "444", - "w": "336", - "h": "77", - "measuredW": "200", - "measuredH": "140", - "x": "434", - "y": "1050", - "properties": { - "color": "16776960" - } - }, - { - "ID": "855", - "typeID": "Label", - "zOrder": "445", - "w": "201", - "measuredW": "200", - "measuredH": "25", - "x": "499", - "y": "1065", - "properties": { - "bold": "true", - "size": "17", - "text": "Version Control Systems" - } - }, - { - "ID": "856", - "typeID": "Label", - "zOrder": "446", - "w": "292", - "measuredW": "291", - "measuredH": "23", - "x": "453", - "y": "1090", - "properties": { - "size": "15", - "text": "What are they and why you should use one" - } - }, - { - "ID": "857", - "typeID": "TextArea", - "zOrder": "447", - "w": "131", - "h": "49", - "measuredW": "200", - "measuredH": "140", - "x": "1148", - "y": "1074", - "properties": { - "backgroundAlpha": "0.5", - "borderColor": "16777215", - "color": "10066329" - } - }, - { - "ID": "858", - "typeID": "Label", - "zOrder": "448", - "w": "80", - "measuredW": "79", - "measuredH": "25", - "x": "1174", - "y": "1086", - "properties": { - "bold": "true", - "color": "3355443", - "size": "17", - "text": "Bitbucket" - } - }, - { - "ID": "859", - "typeID": "TextArea", - "zOrder": "449", - "w": "131", - "h": "48", - "measuredW": "200", - "measuredH": "140", - "x": "1148", - "y": "1074", - "properties": { - "backgroundAlpha": "0.25", - "borderColor": "6710886", - "color": "15658734" - } - }, - { - "ID": "861", - "typeID": "__group__", - "zOrder": "453", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "172", - "y": "1056", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "862", - "typeID": "__group__", - "zOrder": "454", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1262", - "y": "958", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "866", - "typeID": "TextArea", - "zOrder": "450", - "w": "131", - "h": "49", - "measuredW": "200", - "measuredH": "140", - "x": "1148", - "y": "1020", - "properties": { - "backgroundAlpha": "0.5", - "borderColor": "16777215", - "color": "10066329" - } - }, - { - "ID": "867", - "typeID": "Label", - "zOrder": "451", - "w": "52", - "measuredW": "50", - "measuredH": "25", - "x": "1188", - "y": "1032", - "properties": { - "bold": "true", - "color": "3355443", - "size": "17", - "text": "Gitlab" - } - }, - { - "ID": "868", - "typeID": "TextArea", - "zOrder": "452", - "w": "131", - "h": "49", - "measuredW": "200", - "measuredH": "140", - "x": "1148", - "y": "1020", - "properties": { - "backgroundAlpha": "0.25", - "borderColor": "6710886", - "color": "15658734" - } - }, - { - "ID": "869", - "typeID": "Arrow", - "zOrder": "101", - "w": "85", - "h": "75", - "measuredW": "150", - "measuredH": "100", - "x": "572", - "y": "1107", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 85, - "y": 0 - }, - "p1": { - "x": 0.6098445595854923, - "y": -0.20259067357512958 - }, - "p2": { - "x": 0, - "y": 74.5 - }, - "rightArrow": "false" - } - }, - { - "ID": "877", - "typeID": "Arrow", - "zOrder": "102", - "w": "14", - "h": "62", - "measuredW": "150", - "measuredH": "100", - "x": "560", - "y": "1953", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 12, - "y": 62 - }, - "p1": { - "x": 0.5415800415800416, - "y": 0.21101871101871103 - }, - "p2": { - "x": 14, - "y": 0 - }, - "rightArrow": "false" - } - }, - { - "ID": "878", - "typeID": "Arrow", - "zOrder": "103", - "w": "78", - "h": "48", - "measuredW": "150", - "measuredH": "100", - "x": "434", - "y": "1945", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 48 - }, - "p1": { - "x": 0.469926650366748, - "y": -0.0004889975550122233 - }, - "p2": { - "x": 78, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "879", - "typeID": "Arrow", - "zOrder": "104", - "w": "81", - "h": "4", - "measuredW": "150", - "measuredH": "100", - "x": "425", - "y": "1943", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 4 - }, - "p1": { - "x": 0.4699266503667479, - "y": -0.0004889975550122077 - }, - "p2": { - "x": 81, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "880", - "typeID": "Arrow", - "zOrder": "105", - "w": "86", - "h": "33", - "measuredW": "150", - "measuredH": "100", - "x": "427", - "y": "1902", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.469926650366748, - "y": -0.0004889975550122311 - }, - "p2": { - "x": 86, - "y": 33 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "881", - "typeID": "Arrow", - "zOrder": "106", - "w": "107", - "h": "129", - "measuredW": "150", - "measuredH": "100", - "x": "653", - "y": "1809", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 128 - }, - "p1": { - "x": 0.47671351663836425, - "y": -0.2605051125483238 - }, - "p2": { - "x": 106, - "y": -0.5 - }, - "rightArrow": "false" - } - }, - { - "ID": "882", - "typeID": "Arrow", - "zOrder": "107", - "w": "80", - "h": "1", - "measuredW": "150", - "measuredH": "100", - "x": "929", - "y": "1803", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": -0.5 - }, - "p1": { - "x": 0.5633394785356862, - "y": -0.002106926520937582 - }, - "p2": { - "x": 80, - "y": -0.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "883", - "typeID": "Arrow", - "zOrder": "108", - "w": "123", - "h": "5", - "measuredW": "150", - "measuredH": "100", - "x": "612", - "y": "1809", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 123, - "y": 0 - }, - "p1": { - "x": 0.5029666818804199, - "y": 0.002738475581926061 - }, - "p2": { - "x": 0, - "y": 4.5 - }, - "rightArrow": "false" - } - }, - { - "ID": "884", - "typeID": "Arrow", - "zOrder": "109", - "w": "94", - "h": "52", - "measuredW": "150", - "measuredH": "100", - "x": "663", - "y": "1600", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 51.5 - }, - "p1": { - "x": 0.44142114384748704, - "y": -0.10589254766031196 - }, - "p2": { - "x": 94, - "y": -0.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "885", - "typeID": "Arrow", - "zOrder": "110", - "w": "70", - "h": "1", - "measuredW": "150", - "measuredH": "100", - "x": "356", - "y": "1652", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 1 - }, - "p1": { - "x": 0.46992665036674797, - "y": -0.0004889975550122329 - }, - "p2": { - "x": 70, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "886", - "typeID": "TextArea", - "zOrder": "111", - "w": "248", - "h": "282", - "measuredW": "200", - "measuredH": "140", - "x": "135", - "y": "1442" - }, - { - "ID": "887", - "typeID": "TextInput", - "zOrder": "112", - "w": "223", - "measuredW": "64", - "measuredH": "32", - "x": "147", - "y": "1494", - "properties": { - "align": "center", - "color": "16770457", - "size": "18", - "text": "OAuth" - } - }, - { - "ID": "888", - "typeID": "TextInput", - "zOrder": "113", - "w": "223", - "measuredW": "181", - "measuredH": "32", - "x": "147", - "y": "1530", - "properties": { - "align": "center", - "color": "16770457", - "size": "18", - "text": "Basic Authentication" - } - }, - { - "ID": "889", - "typeID": "TextInput", - "zOrder": "114", - "w": "223", - "measuredW": "184", - "measuredH": "32", - "x": "147", - "y": "1566", - "properties": { - "align": "center", - "color": "16770457", - "size": "18", - "text": "Token Authentication" - } - }, - { - "ID": "890", - "typeID": "TextInput", - "zOrder": "115", - "w": "223", - "measuredW": "56", - "measuredH": "32", - "x": "147", - "y": "1603", - "properties": { - "align": "center", - "color": "16770457", - "size": "18", - "text": "JWT" - } - }, - { - "ID": "891", - "typeID": "TextInput", - "zOrder": "116", - "w": "223", - "measuredW": "78", - "measuredH": "32", - "x": "148", - "y": "1639", - "properties": { - "align": "center", - "color": "16770457", - "size": "18", - "text": "OpenID" - } - }, - { - "ID": "892", - "typeID": "TextInput", - "zOrder": "117", - "w": "223", - "measuredW": "64", - "measuredH": "32", - "x": "148", - "y": "1676", - "properties": { - "align": "center", - "color": "16770457", - "size": "18", - "text": "SAML" - } - }, - { - "ID": "893", - "typeID": "Arrow", - "zOrder": "118", - "w": "57", - "h": "33", - "measuredW": "150", - "measuredH": "100", - "x": "426", - "y": "1813", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 33 - }, - "p1": { - "x": 0.49200523633643467, - "y": -0.09642807050352985 - }, - "p2": { - "x": 57, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "894", - "typeID": "Arrow", - "zOrder": "119", - "w": "95", - "h": "3", - "measuredW": "150", - "measuredH": "100", - "x": "397", - "y": "1802", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 3 - }, - "p1": { - "x": 0.4699266503667481, - "y": -0.000488997555012226 - }, - "p2": { - "x": 95, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "895", - "typeID": "Arrow", - "zOrder": "120", - "w": "81", - "h": "20", - "measuredW": "150", - "measuredH": "100", - "x": "239", - "y": "1806", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": -0.5, - "y": 19.5 - }, - "p1": { - "x": 0.48167634252539915, - "y": -0.05932510885341123 - }, - "p2": { - "x": 80, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "896", - "typeID": "Arrow", - "zOrder": "121", - "w": "87", - "h": "23", - "measuredW": "150", - "measuredH": "100", - "x": "232", - "y": "1779", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": -0.5, - "y": 1 - }, - "p1": { - "x": 0.5043513295729252, - "y": 0.08807413376309427 - }, - "p2": { - "x": 86, - "y": 23 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "897", - "typeID": "Arrow", - "zOrder": "122", - "w": "242", - "h": "203", - "measuredW": "150", - "measuredH": "100", - "x": "616", - "y": "1592", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 242, - "y": 0 - }, - "p1": { - "x": 0.5151777033596199, - "y": 0.14994058550286277 - }, - "p2": { - "x": 0, - "y": 202.5 - }, - "rightArrow": "false" - } - }, - { - "ID": "898", - "typeID": "TextArea", - "zOrder": "123", - "w": "159", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "472", - "y": "1779", - "properties": { - "color": "16776960" - } - }, - { - "ID": "899", - "typeID": "Label", - "zOrder": "124", - "w": "70", - "measuredW": "66", - "measuredH": "25", - "x": "515", - "y": "1792", - "properties": { - "bold": "true", - "size": "17", - "text": "Caching" - } - }, - { - "ID": "900", - "typeID": "TextArea", - "zOrder": "125", - "w": "144", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "115", - "y": "1760", - "properties": { - "color": "16770457" - } - }, - { - "ID": "901", - "typeID": "Label", - "zOrder": "126", - "w": "46", - "measuredW": "45", - "measuredH": "25", - "x": "164", - "y": "1768", - "properties": { - "size": "17", - "text": "Redis" - } - }, - { - "ID": "902", - "typeID": "TextArea", - "zOrder": "127", - "w": "144", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "115", - "y": "1806", - "properties": { - "color": "16770457" - } - }, - { - "ID": "903", - "typeID": "Label", - "zOrder": "128", - "w": "96", - "measuredW": "94", - "measuredH": "25", - "x": "143", - "y": "1814", - "properties": { - "size": "17", - "text": "Memcached" - } - }, - { - "ID": "904", - "typeID": "TextArea", - "zOrder": "129", - "w": "129", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "311", - "y": "1784", - "properties": { - "color": "16770457" - } - }, - { - "ID": "905", - "typeID": "Label", - "zOrder": "130", - "w": "95", - "measuredW": "94", - "measuredH": "25", - "x": "330", - "y": "1792", - "properties": { - "size": "17", - "text": "Server Side" - } - }, - { - "ID": "906", - "typeID": "TextArea", - "zOrder": "131", - "w": "128", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "311", - "y": "1829", - "properties": { - "color": "16770457" - } - }, - { - "ID": "907", - "typeID": "Label", - "zOrder": "132", - "w": "88", - "measuredW": "86", - "measuredH": "25", - "x": "332", - "y": "1837", - "properties": { - "size": "17", - "text": "Client Side" - } - }, - { - "ID": "908", - "typeID": "Arrow", - "zOrder": "27", - "w": "67", - "h": "36", - "measuredW": "150", - "measuredH": "100", - "x": "422", - "y": "1757", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0.5 - }, - "p1": { - "x": 0.3904422315954255, - "y": 0.08001043614384486 - }, - "p2": { - "x": 67, - "y": 36 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "909", - "typeID": "TextArea", - "zOrder": "133", - "w": "129", - "h": "37", - "measuredW": "200", - "measuredH": "140", - "x": "312", - "y": "1742", - "properties": { - "color": "16770457" - } - }, - { - "ID": "910", - "typeID": "Label", - "zOrder": "134", - "w": "40", - "measuredW": "37", - "measuredH": "25", - "x": "357", - "y": "1749", - "properties": { - "size": "17", - "text": "CDN" - } - }, - { - "ID": "911", - "typeID": "Arrow", - "zOrder": "135", - "w": "98", - "h": "73", - "measuredW": "150", - "measuredH": "100", - "x": "962", - "y": "1343", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": -0.5, - "y": -0.5 - }, - "p1": { - "x": 0.4615951248911806, - "y": 0.017310654255675347 - }, - "p2": { - "x": 97.5, - "y": 72.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "912", - "typeID": "Arrow", - "zOrder": "136", - "w": "90", - "h": "108", - "measuredW": "150", - "measuredH": "100", - "x": "972", - "y": "1353", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": -0.5, - "y": -0.5 - }, - "p1": { - "x": 0.45604025566412953, - "y": -0.030700026684625844 - }, - "p2": { - "x": 89, - "y": 107.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "913", - "typeID": "Arrow", - "zOrder": "137", - "w": "100", - "h": "15", - "measuredW": "150", - "measuredH": "100", - "x": "658", - "y": "1592", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 15 - }, - "p1": { - "x": 0.4699266503667482, - "y": -0.000488997555012225 - }, - "p2": { - "x": 100, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "914", - "typeID": "Arrow", - "zOrder": "138", - "w": "109", - "h": "24", - "measuredW": "150", - "measuredH": "100", - "x": "646", - "y": "1562", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": -0.5, - "y": 1 - }, - "p1": { - "x": 0.5043513295729251, - "y": 0.08807413376309428 - }, - "p2": { - "x": 108.5, - "y": 24 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "915", - "typeID": "Arrow", - "zOrder": "139", - "w": "103", - "h": "49", - "measuredW": "150", - "measuredH": "100", - "x": "965", - "y": "1535", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 49 - }, - "p1": { - "x": 0.5126056879323597, - "y": 0.05710991544965412 - }, - "p2": { - "x": 103, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "916", - "typeID": "Arrow", - "zOrder": "140", - "w": "97", - "h": "23", - "measuredW": "150", - "measuredH": "100", - "x": "971", - "y": "1585", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": -0.5, - "y": 0 - }, - "p1": { - "x": 0.550747876032069, - "y": 0.03340911810458298 - }, - "p2": { - "x": 96, - "y": 22.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "917", - "typeID": "Arrow", - "zOrder": "141", - "w": "94", - "h": "57", - "measuredW": "150", - "measuredH": "100", - "x": "974", - "y": "1595", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": -0.5, - "y": 0 - }, - "p1": { - "x": 0.4911460073504843, - "y": -0.03174072836618785 - }, - "p2": { - "x": 93.5, - "y": 56.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "918", - "typeID": "Arrow", - "zOrder": "142", - "w": "31", - "h": "234", - "measuredW": "150", - "measuredH": "100", - "x": "860", - "y": "1348", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.5150179959193967, - "y": 0.1283510235895555 - }, - "p2": { - "x": 2, - "y": 233.5 - }, - "rightArrow": "false" - } - }, - { - "ID": "919", - "typeID": "Arrow", - "zOrder": "143", - "w": "102", - "h": "36", - "measuredW": "150", - "measuredH": "100", - "x": "956", - "y": "1333", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": -0.5, - "y": -0.5 - }, - "p1": { - "x": 0.43648681345269785, - "y": 0.055165739172513925 - }, - "p2": { - "x": 101.5, - "y": 35.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "920", - "typeID": "Arrow", - "zOrder": "144", - "w": "43", - "h": "106", - "measuredW": "150", - "measuredH": "100", - "x": "838", - "y": "1221", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 43, - "y": 0 - }, - "p1": { - "x": 0.5713540621865597, - "y": -0.17199598796389168 - }, - "p2": { - "x": 6.5, - "y": 105.5 - }, - "rightArrow": "false" - } - }, - { - "ID": "921", - "typeID": "Arrow", - "zOrder": "145", - "w": "79", - "h": "150", - "measuredW": "150", - "measuredH": "100", - "x": "660", - "y": "1349", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 79, - "y": -0.5 - }, - "p1": { - "x": 0.6458011220568096, - "y": 0.05946017581835049 - }, - "p2": { - "x": 0, - "y": 149 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "922", - "typeID": "Arrow", - "zOrder": "146", - "w": "80", - "h": "99", - "measuredW": "150", - "measuredH": "100", - "x": "659", - "y": "1349", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 80, - "y": -0.5 - }, - "p1": { - "x": 0.5775782957636026, - "y": -0.025361653846795687 - }, - "p2": { - "x": 0, - "y": 98.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "923", - "typeID": "Arrow", - "zOrder": "147", - "w": "85", - "h": "66", - "measuredW": "150", - "measuredH": "100", - "x": "655", - "y": "1341", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 85, - "y": -0.5 - }, - "p1": { - "x": 0.6101477809142017, - "y": -0.07187418459567801 - }, - "p2": { - "x": 0, - "y": 65.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "924", - "typeID": "Arrow", - "zOrder": "148", - "w": "96", - "h": "22", - "measuredW": "150", - "measuredH": "100", - "x": "645", - "y": "1334", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 96, - "y": -0.5 - }, - "p1": { - "x": 0.6157054508845105, - "y": 0.012944052926794184 - }, - "p2": { - "x": 0, - "y": 21.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "925", - "typeID": "Arrow", - "zOrder": "149", - "w": "77", - "h": "17", - "measuredW": "150", - "measuredH": "100", - "x": "663", - "y": "1313", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 77, - "y": 16.5 - }, - "p1": { - "x": 0.6010928961748633, - "y": -0.054644808743169335 - }, - "p2": { - "x": 0, - "y": 0.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "926", - "typeID": "Arrow", - "zOrder": "150", - "w": "106", - "h": "123", - "measuredW": "150", - "measuredH": "100", - "x": "681", - "y": "1197", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": -0.5 - }, - "p1": { - "x": 0.582486593282529, - "y": 0.12242449901213664 - }, - "p2": { - "x": 106, - "y": 122.5 - }, - "rightArrow": "false" - } - }, - { - "ID": "927", - "typeID": "Arrow", - "zOrder": "151", - "w": "92", - "h": "36", - "measuredW": "150", - "measuredH": "100", - "x": "982", - "y": "1172", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 92, - "y": 0 - }, - "p1": { - "x": 0.525, - "y": -0.075 - }, - "p2": { - "x": 0, - "y": 36 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "928", - "typeID": "Arrow", - "zOrder": "152", - "w": "83", - "h": "16", - "measuredW": "150", - "measuredH": "100", - "x": "991", - "y": "1209", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 83, - "y": 16 - }, - "p1": { - "x": 0.5, - "y": 0 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "929", - "typeID": "Arrow", - "zOrder": "153", - "w": "83", - "h": "54", - "measuredW": "150", - "measuredH": "100", - "x": "991", - "y": "1214", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 83, - "y": 54 - }, - "p1": { - "x": 0.4292707802141765, - "y": 0.062417134115247325 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "930", - "typeID": "Arrow", - "zOrder": "154", - "w": "78", - "h": "102", - "measuredW": "150", - "measuredH": "100", - "x": "987", - "y": "1210", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 78, - "y": 102 - }, - "p1": { - "x": 0.37091195922577513, - "y": 0.09137795036708933 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "931", - "typeID": "Arrow", - "zOrder": "155", - "w": "67", - "h": "111", - "measuredW": "150", - "measuredH": "100", - "x": "398", - "y": "1211", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 67, - "y": 0 - }, - "p1": { - "x": 0.5, - "y": 0 - }, - "p2": { - "x": 0, - "y": 111 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "932", - "typeID": "Arrow", - "zOrder": "156", - "w": "78", - "h": "157", - "measuredW": "150", - "measuredH": "100", - "x": "396", - "y": "1212", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 78, - "y": 0 - }, - "p1": { - "x": 0.4932456861133936, - "y": 0.07316351684470009 - }, - "p2": { - "x": 0, - "y": 157 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "933", - "typeID": "Arrow", - "zOrder": "157", - "w": "73", - "h": "79", - "measuredW": "150", - "measuredH": "100", - "x": "391", - "y": "1199", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 73, - "y": 0 - }, - "p1": { - "x": 0.5, - "y": 0 - }, - "p2": { - "x": 0, - "y": 79 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "934", - "typeID": "Arrow", - "zOrder": "158", - "w": "86", - "h": "32", - "measuredW": "150", - "measuredH": "100", - "x": "384", - "y": "1192", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 86, - "y": 0 - }, - "p1": { - "x": 0.5, - "y": 0 - }, - "p2": { - "x": 0, - "y": 32 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "935", - "typeID": "Arrow", - "zOrder": "159", - "w": "125", - "h": "14", - "measuredW": "150", - "measuredH": "100", - "x": "375", - "y": "1177", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 125, - "y": 14 - }, - "p1": { - "x": 0.5, - "y": 0 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "936", - "typeID": "TextArea", - "zOrder": "160", - "w": "229", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "458", - "y": "1171", - "properties": { - "color": "16776960" - } - }, - { - "ID": "937", - "typeID": "Label", - "zOrder": "161", - "w": "174", - "measuredW": "173", - "measuredH": "25", - "x": "486", - "y": "1184", - "properties": { - "bold": "true", - "size": "17", - "text": "Relational Databases" - } - }, - { - "ID": "938", - "typeID": "TextArea", - "zOrder": "162", - "w": "191", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "213", - "y": "1162", - "properties": { - "color": "16770457" - } - }, - { - "ID": "939", - "typeID": "Label", - "zOrder": "163", - "w": "96", - "measuredW": "96", - "measuredH": "25", - "x": "261", - "y": "1170", - "properties": { - "size": "17", - "text": "PostgreSQL" - } - }, - { - "ID": "940", - "typeID": "Icon", - "zOrder": "164", - "measuredW": "24", - "measuredH": "24", - "x": "205", - "y": "1155", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "941", - "typeID": "Icon", - "zOrder": "165", - "measuredW": "24", - "measuredH": "24", - "x": "205", - "y": "1155", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "942", - "typeID": "Icon", - "zOrder": "166", - "measuredW": "24", - "measuredH": "24", - "x": "205", - "y": "1155", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "943", - "typeID": "TextArea", - "zOrder": "167", - "w": "191", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "213", - "y": "1208", - "properties": { - "color": "16770457" - } - }, - { - "ID": "944", - "typeID": "Label", - "zOrder": "168", - "w": "60", - "measuredW": "59", - "measuredH": "25", - "x": "279", - "y": "1216", - "properties": { - "size": "17", - "text": "MySQL" - } - }, - { - "ID": "945", - "typeID": "Icon", - "zOrder": "169", - "measuredW": "24", - "measuredH": "24", - "x": "205", - "y": "1205", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "946", - "typeID": "Icon", - "zOrder": "170", - "measuredW": "24", - "measuredH": "24", - "x": "205", - "y": "1205", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "947", - "typeID": "Icon", - "zOrder": "171", - "measuredW": "24", - "measuredH": "24", - "x": "205", - "y": "1205", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "948", - "typeID": "TextArea", - "zOrder": "172", - "w": "191", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "213", - "y": "1253", - "properties": { - "color": "16770457" - } - }, - { - "ID": "949", - "typeID": "Label", - "zOrder": "173", - "w": "68", - "measuredW": "66", - "measuredH": "25", - "x": "275", - "y": "1261", - "properties": { - "size": "17", - "text": "MariaDB" - } - }, - { - "ID": "950", - "typeID": "Icon", - "zOrder": "174", - "measuredW": "24", - "measuredH": "24", - "x": "205", - "y": "1250", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "951", - "typeID": "Icon", - "zOrder": "175", - "measuredW": "24", - "measuredH": "24", - "x": "205", - "y": "1250", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "952", - "typeID": "Icon", - "zOrder": "176", - "measuredW": "24", - "measuredH": "24", - "x": "205", - "y": "1250", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "953", - "typeID": "TextArea", - "zOrder": "177", - "w": "191", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "213", - "y": "1299", - "properties": { - "color": "16770457" - } - }, - { - "ID": "954", - "typeID": "Label", - "zOrder": "178", - "w": "67", - "measuredW": "67", - "measuredH": "25", - "x": "275", - "y": "1307", - "properties": { - "size": "17", - "text": "MS SQL" - } - }, - { - "ID": "955", - "typeID": "Icon", - "zOrder": "179", - "measuredW": "24", - "measuredH": "24", - "x": "205", - "y": "1296", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "956", - "typeID": "Icon", - "zOrder": "180", - "measuredW": "24", - "measuredH": "24", - "x": "205", - "y": "1296", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "957", - "typeID": "Icon", - "zOrder": "181", - "measuredW": "24", - "measuredH": "24", - "x": "205", - "y": "1296", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "958", - "typeID": "TextArea", - "zOrder": "182", - "w": "191", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "213", - "y": "1345", - "properties": { - "color": "16770457" - } - }, - { - "ID": "959", - "typeID": "Label", - "zOrder": "183", - "w": "54", - "measuredW": "52", - "measuredH": "25", - "x": "282", - "y": "1353", - "properties": { - "size": "17", - "text": "Oracle" - } - }, - { - "ID": "960", - "typeID": "Icon", - "zOrder": "184", - "measuredW": "24", - "measuredH": "24", - "x": "205", - "y": "1342", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "961", - "typeID": "Icon", - "zOrder": "185", - "measuredW": "24", - "measuredH": "24", - "x": "205", - "y": "1342", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "962", - "typeID": "Icon", - "zOrder": "186", - "measuredW": "24", - "measuredH": "24", - "x": "205", - "y": "1342", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "963", - "typeID": "TextArea", - "zOrder": "187", - "w": "229", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "767", - "y": "1190", - "properties": { - "color": "16776960" - } - }, - { - "ID": "964", - "typeID": "Label", - "zOrder": "188", - "w": "151", - "measuredW": "150", - "measuredH": "25", - "x": "806", - "y": "1203", - "properties": { - "bold": "true", - "size": "17", - "text": "NoSQL Databases" - } - }, - { - "ID": "965", - "typeID": "TextArea", - "zOrder": "189", - "w": "191", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1057", - "y": "1156", - "properties": { - "color": "16770457" - } - }, - { - "ID": "966", - "typeID": "Label", - "zOrder": "190", - "w": "75", - "measuredW": "74", - "measuredH": "25", - "x": "1116", - "y": "1164", - "properties": { - "size": "17", - "text": "MongoDB" - } - }, - { - "ID": "967", - "typeID": "Icon", - "zOrder": "191", - "measuredW": "24", - "measuredH": "24", - "x": "1232", - "y": "1148", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "968", - "typeID": "Icon", - "zOrder": "192", - "measuredW": "24", - "measuredH": "24", - "x": "1232", - "y": "1148", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "969", - "typeID": "Icon", - "zOrder": "193", - "measuredW": "24", - "measuredH": "24", - "x": "1232", - "y": "1148", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "970", - "typeID": "TextArea", - "zOrder": "194", - "w": "191", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1056", - "y": "1202", - "properties": { - "color": "16770457" - } - }, - { - "ID": "971", - "typeID": "Label", - "zOrder": "195", - "w": "84", - "measuredW": "81", - "measuredH": "25", - "x": "1112", - "y": "1210", - "properties": { - "size": "17", - "text": "RethinkDB" - } - }, - { - "ID": "972", - "typeID": "Icon", - "zOrder": "196", - "measuredW": "24", - "measuredH": "24", - "x": "1231", - "y": "1198", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "973", - "typeID": "Icon", - "zOrder": "197", - "measuredW": "24", - "measuredH": "24", - "x": "1231", - "y": "1198", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "974", - "typeID": "Icon", - "zOrder": "198", - "measuredW": "24", - "measuredH": "24", - "x": "1231", - "y": "1198", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "975", - "typeID": "TextArea", - "zOrder": "199", - "w": "191", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1056", - "y": "1248", - "properties": { - "color": "16770457" - } - }, - { - "ID": "976", - "typeID": "Label", - "zOrder": "200", - "w": "73", - "measuredW": "72", - "measuredH": "25", - "x": "1117", - "y": "1256", - "properties": { - "size": "17", - "text": "CouchDB" - } - }, - { - "ID": "977", - "typeID": "Icon", - "zOrder": "201", - "measuredW": "24", - "measuredH": "24", - "x": "1231", - "y": "1244", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "978", - "typeID": "Icon", - "zOrder": "202", - "measuredW": "24", - "measuredH": "24", - "x": "1231", - "y": "1244", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "979", - "typeID": "Icon", - "zOrder": "203", - "measuredW": "24", - "measuredH": "24", - "x": "1231", - "y": "1244", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "980", - "typeID": "TextArea", - "zOrder": "204", - "w": "191", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1056", - "y": "1293", - "properties": { - "color": "16770457" - } - }, - { - "ID": "981", - "typeID": "Label", - "zOrder": "205", - "w": "88", - "measuredW": "86", - "measuredH": "25", - "x": "1110", - "y": "1301", - "properties": { - "size": "17", - "text": "DynamoDB" - } - }, - { - "ID": "982", - "typeID": "Icon", - "zOrder": "206", - "measuredW": "24", - "measuredH": "24", - "x": "1231", - "y": "1289", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "983", - "typeID": "Icon", - "zOrder": "207", - "measuredW": "24", - "measuredH": "24", - "x": "1231", - "y": "1289", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "984", - "typeID": "Icon", - "zOrder": "208", - "measuredW": "24", - "measuredH": "24", - "x": "1231", - "y": "1289", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "985", - "typeID": "TextArea", - "zOrder": "209", - "w": "171", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "498", - "y": "1296", - "properties": { - "color": "16770457" - } - }, - { - "ID": "986", - "typeID": "Label", - "zOrder": "210", - "w": "43", - "measuredW": "42", - "measuredH": "25", - "x": "562", - "y": "1304", - "properties": { - "size": "17", - "text": "ACID" - } - }, - { - "ID": "987", - "typeID": "TextArea", - "zOrder": "211", - "w": "238", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "732", - "y": "1312", - "properties": { - "color": "16776960" - } - }, - { - "ID": "988", - "typeID": "Label", - "zOrder": "212", - "w": "186", - "measuredW": "185", - "measuredH": "25", - "x": "762", - "y": "1325", - "properties": { - "bold": "true", - "size": "17", - "text": "More about Databases" - } - }, - { - "ID": "989", - "typeID": "TextArea", - "zOrder": "213", - "w": "171", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "498", - "y": "1340", - "properties": { - "color": "16770457" - } - }, - { - "ID": "990", - "typeID": "Label", - "zOrder": "214", - "w": "105", - "measuredW": "101", - "measuredH": "25", - "x": "538", - "y": "1347", - "properties": { - "size": "17", - "text": "Transactions" - } - }, - { - "ID": "991", - "typeID": "TextArea", - "zOrder": "215", - "w": "171", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "498", - "y": "1384", - "properties": { - "color": "16770457" - } - }, - { - "ID": "992", - "typeID": "Label", - "zOrder": "216", - "w": "98", - "measuredW": "97", - "measuredH": "25", - "x": "541", - "y": "1391", - "properties": { - "size": "17", - "text": "N+1 Problem" - } - }, - { - "ID": "993", - "typeID": "TextArea", - "zOrder": "217", - "w": "206", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1050", - "y": "1395", - "properties": { - "color": "16770457" - } - }, - { - "ID": "994", - "typeID": "Label", - "zOrder": "218", - "w": "155", - "measuredW": "154", - "measuredH": "25", - "x": "1077", - "y": "1402", - "properties": { - "size": "17", - "text": "Sharding Strategies" - } - }, - { - "ID": "995", - "typeID": "TextArea", - "zOrder": "219", - "w": "266", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "405", - "y": "1430", - "properties": { - "color": "16770457" - } - }, - { - "ID": "996", - "typeID": "Label", - "zOrder": "220", - "w": "188", - "measuredW": "185", - "measuredH": "25", - "x": "452", - "y": "1438", - "properties": { - "size": "17", - "text": "Database Normalization" - } - }, - { - "ID": "997", - "typeID": "TextArea", - "zOrder": "221", - "w": "207", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1050", - "y": "1350", - "properties": { - "color": "16770457" - } - }, - { - "ID": "998", - "typeID": "Label", - "zOrder": "222", - "w": "129", - "measuredW": "127", - "measuredH": "25", - "x": "1092", - "y": "1357", - "properties": { - "size": "17", - "text": "Data Replication" - } - }, - { - "ID": "999", - "typeID": "TextArea", - "zOrder": "223", - "w": "268", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "404", - "y": "1476", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1000", - "typeID": "Label", - "zOrder": "224", - "w": "214", - "measuredW": "211", - "measuredH": "25", - "x": "436", - "y": "1484", - "properties": { - "size": "17", - "text": "Indexes and how they work" - } - }, - { - "ID": "1001", - "typeID": "TextArea", - "zOrder": "225", - "w": "238", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "746", - "y": "1562", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1002", - "typeID": "Label", - "zOrder": "226", - "w": "143", - "measuredW": "143", - "measuredH": "25", - "x": "793", - "y": "1575", - "properties": { - "bold": "true", - "size": "17", - "text": "Learn about APIs" - } - }, - { - "ID": "1003", - "typeID": "TextArea", - "zOrder": "227", - "w": "188", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1055", - "y": "1513", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1004", - "typeID": "Label", - "zOrder": "228", - "w": "49", - "measuredW": "47", - "measuredH": "25", - "x": "1125", - "y": "1521", - "properties": { - "size": "17", - "text": "REST" - } - }, - { - "ID": "1005", - "typeID": "TextArea", - "zOrder": "229", - "w": "188", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1055", - "y": "1583", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1006", - "typeID": "Label", - "zOrder": "230", - "w": "90", - "measuredW": "90", - "measuredH": "25", - "x": "1104", - "y": "1591", - "properties": { - "size": "17", - "text": "JSON APIs" - } - }, - { - "ID": "1007", - "typeID": "TextArea", - "zOrder": "231", - "w": "188", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1055", - "y": "1629", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1008", - "typeID": "Label", - "zOrder": "232", - "w": "49", - "measuredW": "46", - "measuredH": "25", - "x": "1124", - "y": "1637", - "properties": { - "size": "17", - "text": "SOAP" - } - }, - { - "ID": "1009", - "typeID": "Label", - "zOrder": "233", - "w": "179", - "measuredW": "169", - "measuredH": "22", - "x": "1062", - "y": "1556", - "properties": { - "size": "14", - "text": "Read Roy Fielding’s Paper" - } - }, - { - "ID": "1010", - "typeID": "TextArea", - "zOrder": "234", - "w": "268", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "404", - "y": "1540", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1011", - "typeID": "Label", - "zOrder": "235", - "w": "78", - "measuredW": "77", - "measuredH": "25", - "x": "499", - "y": "1548", - "properties": { - "size": "17", - "text": "HATEOAS" - } - }, - { - "ID": "1012", - "typeID": "TextArea", - "zOrder": "236", - "w": "268", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "404", - "y": "1586", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1013", - "typeID": "Label", - "zOrder": "237", - "w": "230", - "measuredW": "228", - "measuredH": "25", - "x": "426", - "y": "1593", - "properties": { - "size": "17", - "text": "Open API Spec and Swagger" - } - }, - { - "ID": "1014", - "typeID": "TextArea", - "zOrder": "238", - "w": "206", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1051", - "y": "1441", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1015", - "typeID": "Label", - "zOrder": "239", - "w": "109", - "measuredW": "107", - "measuredH": "25", - "x": "1099", - "y": "1448", - "properties": { - "size": "17", - "text": "CAP Theorem" - } - }, - { - "ID": "1016", - "typeID": "TextArea", - "zOrder": "240", - "w": "268", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "404", - "y": "1633", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1017", - "typeID": "Label", - "zOrder": "241", - "w": "111", - "measuredW": "110", - "measuredH": "25", - "x": "482", - "y": "1641", - "properties": { - "size": "17", - "text": "Authentication" - } - }, - { - "ID": "1018", - "typeID": "Arrow", - "zOrder": "242", - "w": "1", - "h": "156", - "measuredW": "150", - "measuredH": "100", - "x": "890", - "y": "1802", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": -0.5 - }, - "p1": { - "x": 0.4652565385165071, - "y": 0.0007431756467057314 - }, - "p2": { - "x": 0, - "y": 155 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1019", - "typeID": "TextArea", - "zOrder": "243", - "w": "240", - "h": "54", - "measuredW": "200", - "measuredH": "140", - "x": "709", - "y": "1778", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1020", - "typeID": "Label", - "zOrder": "244", - "w": "203", - "measuredW": "203", - "measuredH": "25", - "x": "732", - "y": "1793", - "properties": { - "bold": "true", - "size": "17", - "text": "Web Security Knowledge" - } - }, - { - "ID": "1021", - "typeID": "TextArea", - "zOrder": "245", - "w": "456", - "h": "171", - "measuredW": "200", - "measuredH": "140", - "x": "804", - "y": "1885" - }, - { - "ID": "1022", - "typeID": "TextArea", - "zOrder": "246", - "w": "163", - "h": "42", - "measuredW": "200", - "measuredH": "140", - "x": "819", - "y": "1949", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1023", - "typeID": "Label", - "zOrder": "247", - "w": "51", - "measuredW": "50", - "measuredH": "25", - "x": "875", - "y": "1958", - "properties": { - "bold": "true", - "size": "17", - "text": "CORS" - } - }, - { - "ID": "1024", - "typeID": "TextArea", - "zOrder": "248", - "w": "166", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "818", - "y": "1899", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1025", - "typeID": "Label", - "zOrder": "249", - "w": "63", - "measuredW": "58", - "measuredH": "25", - "x": "869", - "y": "1909", - "properties": { - "bold": "true", - "size": "17", - "text": "HTTPS" - } - }, - { - "ID": "1026", - "typeID": "TextArea", - "zOrder": "250", - "w": "257", - "h": "44", - "measuredW": "200", - "measuredH": "140", - "x": "989", - "y": "1899", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1027", - "typeID": "Label", - "zOrder": "251", - "w": "196", - "measuredW": "192", - "measuredH": "25", - "x": "1020", - "y": "1909", - "properties": { - "bold": "true", - "size": "17", - "text": "Content Security Policy" - } - }, - { - "ID": "1028", - "typeID": "TextArea", - "zOrder": "252", - "w": "427", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "818", - "y": "1997", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1029", - "typeID": "Label", - "zOrder": "253", - "w": "187", - "measuredW": "184", - "measuredH": "25", - "x": "938", - "y": "2007", - "properties": { - "size": "17", - "text": "OWASP Security Risks", - "bold": "true" - } - }, - { - "ID": "1030", - "typeID": "TextArea", - "zOrder": "254", - "w": "270", - "h": "193", - "measuredW": "200", - "measuredH": "140", - "x": "988", - "y": "1681" - }, - { - "ID": "1031", - "typeID": "TextArea", - "zOrder": "255", - "w": "239", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1003", - "y": "1697", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1032", - "typeID": "Label", - "zOrder": "256", - "w": "203", - "measuredW": "202", - "measuredH": "25", - "x": "1023", - "y": "1705", - "properties": { - "size": "17", - "text": "MD5 and why not to use it" - } - }, - { - "ID": "1033", - "typeID": "TextArea", - "zOrder": "257", - "w": "237", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1004", - "y": "1742", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1034", - "typeID": "Label", - "zOrder": "258", - "w": "93", - "measuredW": "88", - "measuredH": "25", - "x": "1076", - "y": "1749", - "properties": { - "size": "17", - "text": "SHA Family" - } - }, - { - "ID": "1035", - "typeID": "TextArea", - "zOrder": "259", - "w": "119", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1005", - "y": "1788", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1036", - "typeID": "Label", - "zOrder": "260", - "w": "62", - "measuredW": "51", - "measuredH": "25", - "x": "1043", - "y": "1795", - "properties": { - "size": "17", - "text": "scrypt" - } - }, - { - "ID": "1037", - "typeID": "TextArea", - "zOrder": "261", - "w": "111", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1131", - "y": "1788", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1038", - "typeID": "Label", - "zOrder": "262", - "w": "53", - "measuredW": "52", - "measuredH": "25", - "x": "1166", - "y": "1795", - "properties": { - "size": "17", - "text": "bcrypt" - } - }, - { - "ID": "1039", - "typeID": "Label", - "zOrder": "263", - "w": "155", - "measuredW": "151", - "measuredH": "25", - "x": "1045", - "y": "1836", - "properties": { - "size": "17", - "text": "Hashing Algorithms" - } - }, - { - "ID": "1040", - "typeID": "TextInput", - "zOrder": "264", - "w": "223", - "measuredW": "128", - "measuredH": "32", - "x": "147", - "y": "1456", - "properties": { - "align": "center", - "color": "16770457", - "size": "18", - "text": "Cookie Based" - } - }, - { - "ID": "1041", - "typeID": "TextArea", - "zOrder": "265", - "w": "258", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "988", - "y": "1949", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1042", - "typeID": "Label", - "zOrder": "266", - "w": "75", - "measuredW": "74", - "measuredH": "25", - "x": "1079", - "y": "1958", - "properties": { - "size": "17", - "text": "SSL/TLS", - "bold": "true" - } - }, - { - "ID": "1043", - "typeID": "TextArea", - "zOrder": "267", - "w": "159", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "497", - "y": "1915", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1044", - "typeID": "Label", - "zOrder": "268", - "w": "63", - "measuredW": "61", - "measuredH": "25", - "x": "545", - "y": "1928", - "properties": { - "bold": "true", - "size": "17", - "text": "Testing" - } - }, - { - "ID": "1045", - "typeID": "TextArea", - "zOrder": "269", - "w": "192", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "249", - "y": "1884", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1046", - "typeID": "Label", - "zOrder": "270", - "w": "150", - "measuredW": "147", - "measuredH": "25", - "x": "270", - "y": "1892", - "properties": { - "size": "17", - "text": "Integration Testing" - } - }, - { - "ID": "1047", - "typeID": "TextArea", - "zOrder": "271", - "w": "193", - "h": "37", - "measuredW": "200", - "measuredH": "140", - "x": "248", - "y": "1931", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1048", - "typeID": "Label", - "zOrder": "272", - "w": "99", - "measuredW": "96", - "measuredH": "25", - "x": "295", - "y": "1938", - "properties": { - "size": "17", - "text": "Unit Testing" - } - }, - { - "ID": "1049", - "typeID": "TextArea", - "zOrder": "273", - "w": "193", - "h": "37", - "measuredW": "200", - "measuredH": "140", - "x": "248", - "y": "1972", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1050", - "typeID": "Label", - "zOrder": "274", - "w": "151", - "measuredW": "143", - "measuredH": "25", - "x": "269", - "y": "1979", - "properties": { - "size": "17", - "text": "Functional Testing" - } - }, - { - "ID": "1057", - "typeID": "TextArea", - "zOrder": "461", - "w": "171", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "498", - "y": "1252", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1058", - "typeID": "Label", - "zOrder": "462", - "w": "49", - "measuredW": "49", - "measuredH": "25", - "x": "562", - "y": "1260", - "properties": { - "size": "17", - "text": "ORMs" - } - }, - { - "ID": "1136", - "typeID": "TextArea", - "zOrder": "463", - "w": "140", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "503", - "y": "1999", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1137", - "typeID": "Label", - "zOrder": "464", - "w": "62", - "measuredW": "62", - "measuredH": "25", - "x": "542", - "y": "2012", - "properties": { - "bold": "true", - "size": "17", - "text": "CI / CD" - } - }, - { - "ID": "1214", - "typeID": "Icon", - "zOrder": "455", - "measuredW": "24", - "measuredH": "24", - "x": "1264", - "y": "1015", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1215", - "typeID": "Icon", - "zOrder": "456", - "measuredW": "24", - "measuredH": "24", - "x": "1264", - "y": "1015", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1216", - "typeID": "Icon", - "zOrder": "457", - "measuredW": "24", - "measuredH": "24", - "x": "1264", - "y": "1015", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1217", - "typeID": "Icon", - "zOrder": "458", - "measuredW": "24", - "measuredH": "24", - "x": "1264", - "y": "1070", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1218", - "typeID": "Icon", - "zOrder": "459", - "measuredW": "24", - "measuredH": "24", - "x": "1264", - "y": "1070", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1219", - "typeID": "Icon", - "zOrder": "460", - "measuredW": "24", - "measuredH": "24", - "x": "1264", - "y": "1070", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1307", - "typeID": "TextArea", - "zOrder": "465", - "w": "324", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "471", - "y": "2083", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1308", - "typeID": "Label", - "zOrder": "466", - "w": "292", - "measuredW": "285", - "measuredH": "25", - "x": "495", - "y": "2096", - "properties": { - "bold": "true", - "size": "17", - "text": "Design and Development Principles" - } - }, - { - "ID": "1311", - "typeID": "Arrow", - "zOrder": "32", - "w": "57", - "h": "105", - "measuredW": "150", - "measuredH": "100", - "x": "711", - "y": "2102", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 56, - "y": 105 - }, - "p1": { - "x": 0.4999836027940837, - "y": -0.17754894565965978 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false" - } - }, - { - "ID": "1316", - "typeID": "TextArea", - "zOrder": "33", - "w": "317", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "857", - "y": "2081", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1317", - "typeID": "Label", - "zOrder": "34", - "w": "183", - "measuredW": "180", - "measuredH": "25", - "x": "924", - "y": "2094", - "properties": { - "bold": "true", - "size": "17", - "text": "Architectural Patterns" - } - }, - { - "ID": "1318", - "typeID": "TextArea", - "zOrder": "35", - "w": "243", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "928", - "y": "2149", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1319", - "typeID": "Label", - "zOrder": "36", - "w": "123", - "measuredW": "122", - "measuredH": "25", - "x": "988", - "y": "2157", - "properties": { - "size": "17", - "text": "Monolithic Apps" - } - }, - { - "ID": "1320", - "typeID": "TextArea", - "zOrder": "37", - "w": "244", - "h": "37", - "measuredW": "200", - "measuredH": "140", - "x": "928", - "y": "2194", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1321", - "typeID": "Label", - "zOrder": "38", - "w": "112", - "measuredW": "110", - "measuredH": "25", - "x": "994", - "y": "2201", - "properties": { - "size": "17", - "text": "Microservices" - } - }, - { - "ID": "1322", - "typeID": "TextArea", - "zOrder": "39", - "w": "245", - "h": "37", - "measuredW": "200", - "measuredH": "140", - "x": "927", - "y": "2276", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1323", - "typeID": "Label", - "zOrder": "40", - "w": "209", - "measuredW": "208", - "measuredH": "25", - "x": "945", - "y": "2282", - "properties": { - "size": "17", - "text": "CQRS and Event Sourcing" - } - }, - { - "ID": "1325", - "typeID": "Arrow", - "zOrder": "41", - "w": "1", - "h": "63", - "measuredW": "150", - "measuredH": "100", - "x": "552", - "y": "2215", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": -0.5 - }, - "p1": { - "x": 0.5029239766081871, - "y": 0 - }, - "p2": { - "x": 0, - "y": 62 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1326", - "typeID": "Arrow", - "zOrder": "42", - "w": "1", - "h": "181", - "measuredW": "150", - "measuredH": "100", - "x": "769", - "y": "2205", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 1, - "y": 181 - }, - "p1": { - "x": 0.5094807194082528, - "y": 0.00566965794315323 - }, - "p2": { - "x": 1, - "y": 0 - }, - "rightArrow": "false" - } - }, - { - "ID": "1327", - "typeID": "TextArea", - "zOrder": "43", - "w": "313", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "482", - "y": "2180", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1328", - "typeID": "Label", - "zOrder": "44", - "w": "126", - "measuredW": "125", - "measuredH": "25", - "x": "576", - "y": "2192", - "properties": { - "bold": "true", - "size": "17", - "text": "Search Engines" - } - }, - { - "ID": "1329", - "typeID": "TextArea", - "zOrder": "45", - "w": "160", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "484", - "y": "2260", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1330", - "typeID": "Label", - "zOrder": "46", - "w": "106", - "measuredW": "105", - "measuredH": "25", - "x": "516", - "y": "2268", - "properties": { - "size": "17", - "text": "Elasticsearch" - } - }, - { - "ID": "1331", - "typeID": "TextArea", - "zOrder": "47", - "w": "157", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "484", - "y": "2304", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1332", - "typeID": "Label", - "zOrder": "48", - "w": "36", - "measuredW": "32", - "measuredH": "25", - "x": "545", - "y": "2312", - "properties": { - "size": "17", - "text": "Solr" - } - }, - { - "ID": "1333", - "typeID": "TextArea", - "zOrder": "49", - "w": "244", - "h": "37", - "measuredW": "200", - "measuredH": "140", - "x": "928", - "y": "2235", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1334", - "typeID": "Label", - "zOrder": "50", - "w": "38", - "measuredW": "36", - "measuredH": "25", - "x": "1031", - "y": "2242", - "properties": { - "size": "17", - "text": "SOA" - } - }, - { - "ID": "1335", - "typeID": "Arrow", - "zOrder": "51", - "w": "4", - "h": "109", - "measuredW": "150", - "measuredH": "100", - "x": "568", - "y": "2600", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 4, - "y": -0.5 - }, - "p1": { - "x": 0.5130929473772274, - "y": -0.0344683343093784 - }, - "p2": { - "x": 3, - "y": 108.5 - }, - "rightArrow": "false" - } - }, - { - "ID": "1336", - "typeID": "Arrow", - "zOrder": "52", - "w": "96", - "h": "3", - "measuredW": "150", - "measuredH": "100", - "x": "364", - "y": "2592", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 96, - "y": -0.5 - }, - "p1": { - "x": 0.6163558106169299, - "y": 0.017503586800573956 - }, - "p2": { - "x": 0, - "y": 2 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1337", - "typeID": "TextArea", - "zOrder": "53", - "w": "144", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "229", - "y": "2573", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1338", - "typeID": "Label", - "zOrder": "54", - "w": "51", - "measuredW": "48", - "measuredH": "25", - "x": "275", - "y": "2581", - "properties": { - "size": "17", - "text": "Neo4j" - } - }, - { - "ID": "1340", - "typeID": "Arrow", - "zOrder": "55", - "w": "120", - "h": "29", - "measuredW": "150", - "measuredH": "100", - "x": "821", - "y": "2507", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 119.5, - "y": 0 - }, - "p1": { - "x": 0.6629629629629628, - "y": -0.06296296296296298 - }, - "p2": { - "x": 0, - "y": 29 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1341", - "typeID": "Arrow", - "zOrder": "56", - "w": "121", - "h": "13", - "measuredW": "150", - "measuredH": "100", - "x": "819", - "y": "2540", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 120.5, - "y": 11 - }, - "p1": { - "x": 0.567277856135402, - "y": 0.05867418899858959 - }, - "p2": { - "x": -0.5, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1342", - "typeID": "Arrow", - "zOrder": "57", - "w": "188", - "h": "66", - "measuredW": "150", - "measuredH": "100", - "x": "589", - "y": "2529", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": -0.5, - "y": 62 - }, - "p1": { - "x": 0.4529742373542121, - "y": -0.12147103732822194 - }, - "p2": { - "x": 187, - "y": 0 - }, - "rightArrow": "false" - } - }, - { - "ID": "1343", - "typeID": "Arrow", - "zOrder": "58", - "w": "75", - "h": "25", - "measuredW": "150", - "measuredH": "100", - "x": "281", - "y": "2432", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 75, - "y": 25 - }, - "p1": { - "x": 0.6629629629629629, - "y": -0.06296296296296301 - }, - "p2": { - "x": 0, - "y": 1 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1344", - "typeID": "Arrow", - "zOrder": "59", - "w": "78", - "h": "4", - "measuredW": "150", - "measuredH": "100", - "x": "280", - "y": "2468", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 78, - "y": 0 - }, - "p1": { - "x": 0.6163558106169298, - "y": 0.017503586800573952 - }, - "p2": { - "x": 0, - "y": 3 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1345", - "typeID": "Arrow", - "zOrder": "60", - "w": "96", - "h": "47", - "measuredW": "150", - "measuredH": "100", - "x": "274", - "y": "2469", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 96, - "y": 0 - }, - "p1": { - "x": 0.6026715722139769, - "y": 0.08829985157932198 - }, - "p2": { - "x": 0, - "y": 47 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1346", - "typeID": "Arrow", - "zOrder": "61", - "w": "199", - "h": "84", - "measuredW": "150", - "measuredH": "100", - "x": "855", - "y": "2715", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 199, - "y": 84 - }, - "p1": { - "x": 0.4955621301775147, - "y": 0.03934911242603547 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1347", - "typeID": "Arrow", - "zOrder": "62", - "w": "199", - "h": "42", - "measuredW": "150", - "measuredH": "100", - "x": "857", - "y": "2716", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 199, - "y": 42 - }, - "p1": { - "x": 0.4825515947467167, - "y": 0.004502814258911812 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1348", - "typeID": "Arrow", - "zOrder": "63", - "w": "196", - "h": "5", - "measuredW": "150", - "measuredH": "100", - "x": "864", - "y": "2706", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 196, - "y": 5 - }, - "p1": { - "x": 0.4695991671004685, - "y": -0.020718375845913586 - }, - "p2": { - "x": 0, - "y": 3 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1349", - "typeID": "Arrow", - "zOrder": "64", - "w": "197", - "h": "42", - "measuredW": "150", - "measuredH": "100", - "x": "862", - "y": "2666", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 197, - "y": 2 - }, - "p1": { - "x": 0.44620243269441234, - "y": -0.0644132453644352 - }, - "p2": { - "x": 0, - "y": 42 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1350", - "typeID": "Arrow", - "zOrder": "65", - "w": "199", - "h": "54", - "measuredW": "150", - "measuredH": "100", - "x": "510", - "y": "2477", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 199, - "y": 48 - }, - "p1": { - "x": 0.6485783579517326, - "y": 0.15106944331292413 - }, - "p2": { - "x": 0, - "y": -0.5 - }, - "rightArrow": "false" - } - }, - { - "ID": "1351", - "typeID": "Arrow", - "zOrder": "66", - "w": "192", - "h": "55", - "measuredW": "150", - "measuredH": "100", - "x": "496", - "y": "2407", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 55.5 - }, - "p1": { - "x": 0.432369591589163, - "y": 0.09644156894460167 - }, - "p2": { - "x": 192, - "y": 0.5 - }, - "rightArrow": "false" - } - }, - { - "ID": "1352", - "typeID": "Arrow", - "zOrder": "67", - "w": "149", - "h": "15", - "measuredW": "150", - "measuredH": "100", - "x": "846", - "y": "2411", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 149, - "y": 14 - }, - "p1": { - "x": 0.47363590855998655, - "y": -0.003754380110128476 - }, - "p2": { - "x": 0, - "y": -0.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1353", - "typeID": "Arrow", - "zOrder": "68", - "w": "106", - "h": "9", - "measuredW": "150", - "measuredH": "100", - "x": "880", - "y": "2392", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 106, - "y": 0 - }, - "p1": { - "x": 0.42286675073560326, - "y": 0.002311895754518704 - }, - "p2": { - "x": 0, - "y": 8.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1354", - "typeID": "TextInput", - "zOrder": "69", - "w": "183", - "measuredW": "96", - "measuredH": "32", - "x": "976", - "y": "2373", - "properties": { - "align": "center", - "color": "16770457", - "size": "18", - "text": "RabbitMQ" - } - }, - { - "ID": "1355", - "typeID": "TextInput", - "zOrder": "70", - "w": "183", - "measuredW": "64", - "measuredH": "32", - "x": "976", - "y": "2409", - "properties": { - "align": "center", - "color": "16770457", - "size": "18", - "text": "Kafka" - } - }, - { - "ID": "1356", - "typeID": "TextArea", - "zOrder": "71", - "w": "221", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "671", - "y": "2383", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1357", - "typeID": "Label", - "zOrder": "72", - "w": "141", - "measuredW": "140", - "measuredH": "25", - "x": "711", - "y": "2395", - "properties": { - "bold": "true", - "size": "17", - "text": "Message Brokers" - } - }, - { - "ID": "1358", - "typeID": "TextArea", - "zOrder": "73", - "w": "294", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "353", - "y": "2440", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1359", - "typeID": "Label", - "zOrder": "74", - "w": "270", - "measuredW": "270", - "measuredH": "25", - "x": "366", - "y": "2453", - "properties": { - "bold": "true", - "size": "17", - "text": "Containerization vs Virtualization" - } - }, - { - "ID": "1360", - "typeID": "TextArea", - "zOrder": "75", - "w": "163", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "720", - "y": "2686", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1361", - "typeID": "Label", - "zOrder": "76", - "w": "108", - "measuredW": "105", - "measuredH": "25", - "x": "754", - "y": "2699", - "properties": { - "bold": "true", - "size": "17", - "text": "Web Servers" - } - }, - { - "ID": "1362", - "typeID": "TextArea", - "zOrder": "77", - "w": "144", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1023", - "y": "2645", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1363", - "typeID": "Label", - "zOrder": "78", - "w": "46", - "measuredW": "44", - "measuredH": "25", - "x": "1072", - "y": "2653", - "properties": { - "size": "17", - "text": "Nginx" - } - }, - { - "ID": "1364", - "typeID": "TextArea", - "zOrder": "79", - "w": "144", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1023", - "y": "2691", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1365", - "typeID": "Label", - "zOrder": "80", - "w": "60", - "measuredW": "59", - "measuredH": "25", - "x": "1065", - "y": "2699", - "properties": { - "size": "17", - "text": "Apache" - } - }, - { - "ID": "1366", - "typeID": "TextArea", - "zOrder": "81", - "w": "144", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1023", - "y": "2736", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1367", - "typeID": "Label", - "zOrder": "82", - "w": "53", - "measuredW": "51", - "measuredH": "25", - "x": "1068", - "y": "2744", - "properties": { - "size": "17", - "text": "Caddy" - } - }, - { - "ID": "1368", - "typeID": "TextArea", - "zOrder": "83", - "w": "144", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1023", - "y": "2780", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1369", - "typeID": "Label", - "zOrder": "84", - "w": "55", - "measuredW": "54", - "measuredH": "25", - "x": "1072", - "y": "2788", - "properties": { - "size": "17", - "text": "MS IIS" - } - }, - { - "ID": "1370", - "typeID": "TextArea", - "zOrder": "85", - "w": "144", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "140", - "y": "2406", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1371", - "typeID": "Label", - "zOrder": "86", - "w": "58", - "measuredW": "56", - "measuredH": "25", - "x": "187", - "y": "2414", - "properties": { - "size": "17", - "text": "Docker" - } - }, - { - "ID": "1372", - "typeID": "TextArea", - "zOrder": "87", - "w": "144", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "140", - "y": "2452", - "properties": { - "color": "15658734", - "borderColor": "6710886", - "textColor": "6710886" - } - }, - { - "ID": "1373", - "typeID": "Label", - "zOrder": "88", - "w": "24", - "measuredW": "23", - "measuredH": "25", - "x": "200", - "y": "2460", - "properties": { - "size": "17", - "text": "rkt", - "color": "3355443" - } - }, - { - "ID": "1374", - "typeID": "TextArea", - "zOrder": "89", - "w": "144", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "140", - "y": "2497", - "properties": { - "color": "14540253", - "borderColor": "6710886", - "textColor": "6710886" - } - }, - { - "ID": "1375", - "typeID": "Label", - "zOrder": "90", - "w": "37", - "measuredW": "35", - "measuredH": "25", - "x": "193", - "y": "2505", - "properties": { - "size": "17", - "text": "LXC", - "color": "3355443" - } - }, - { - "ID": "1376", - "typeID": "TextArea", - "zOrder": "91", - "w": "163", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "665", - "y": "2505", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1377", - "typeID": "Label", - "zOrder": "92", - "w": "79", - "measuredW": "73", - "measuredH": "25", - "x": "707", - "y": "2518", - "properties": { - "bold": "true", - "size": "17", - "text": "GraphQL" - } - }, - { - "ID": "1378", - "typeID": "TextArea", - "zOrder": "93", - "w": "144", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "927", - "y": "2488", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1379", - "typeID": "Label", - "zOrder": "94", - "w": "50", - "measuredW": "48", - "measuredH": "25", - "x": "974", - "y": "2496", - "properties": { - "size": "17", - "text": "Apollo" - } - }, - { - "ID": "1380", - "typeID": "TextArea", - "zOrder": "95", - "w": "144", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "927", - "y": "2534", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1381", - "typeID": "Label", - "zOrder": "96", - "w": "108", - "measuredW": "107", - "measuredH": "25", - "x": "945", - "y": "2542", - "properties": { - "size": "17", - "text": "Relay Modern" - } - }, - { - "ID": "1382", - "typeID": "TextArea", - "zOrder": "97", - "w": "184", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "424", - "y": "2567", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1383", - "typeID": "Label", - "zOrder": "98", - "w": "143", - "measuredW": "141", - "measuredH": "25", - "x": "444", - "y": "2580", - "properties": { - "bold": "true", - "size": "17", - "text": "Graph Databases" - } - }, - { - "ID": "1384", - "typeID": "TextArea", - "zOrder": "99", - "w": "159", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "519", - "y": "2688", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1385", - "typeID": "Label", - "zOrder": "100", - "w": "104", - "measuredW": "102", - "measuredH": "25", - "x": "547", - "y": "2701", - "properties": { - "bold": "true", - "size": "17", - "text": "WebSockets" - } - }, - { - "ID": "1386", - "typeID": "TextArea", - "zOrder": "467", - "w": "261", - "h": "37", - "measuredW": "200", - "measuredH": "140", - "x": "125", - "y": "2173", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1387", - "typeID": "Label", - "zOrder": "468", - "w": "55", - "measuredW": "54", - "measuredH": "25", - "x": "228", - "y": "2180", - "properties": { - "size": "17", - "text": "SOLID" - } - }, - { - "ID": "1388", - "typeID": "TextArea", - "zOrder": "469", - "w": "261", - "h": "37", - "measuredW": "200", - "measuredH": "140", - "x": "125", - "y": "2215", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1389", - "typeID": "Label", - "zOrder": "470", - "w": "44", - "measuredW": "41", - "measuredH": "25", - "x": "234", - "y": "2222", - "properties": { - "size": "17", - "text": "KISS" - } - }, - { - "ID": "1390", - "typeID": "TextArea", - "zOrder": "471", - "w": "260", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "126", - "y": "2256", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1391", - "typeID": "Label", - "zOrder": "472", - "w": "53", - "measuredW": "50", - "measuredH": "25", - "x": "229", - "y": "2264", - "properties": { - "size": "17", - "text": "YAGNI" - } - }, - { - "ID": "1392", - "typeID": "TextArea", - "zOrder": "473", - "w": "260", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "126", - "y": "2300", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1393", - "typeID": "Label", - "zOrder": "474", - "w": "38", - "measuredW": "36", - "measuredH": "25", - "x": "237", - "y": "2308", - "properties": { - "size": "17", - "text": "DRY" - } - }, - { - "ID": "1395", - "typeID": "TextArea", - "zOrder": "475", - "w": "260", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "126", - "y": "2037", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1396", - "typeID": "Label", - "zOrder": "476", - "w": "168", - "measuredW": "166", - "measuredH": "25", - "x": "172", - "y": "2044", - "properties": { - "size": "17", - "text": "GOF Design Patterns" - } - }, - { - "ID": "1399", - "typeID": "Arrow", - "zOrder": "31", - "w": "105", - "h": "128", - "measuredW": "150", - "measuredH": "100", - "x": "372", - "y": "2106", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 105, - "y": -0.5 - }, - "p1": { - "x": 0.6569739866467219, - "y": 0.04673647342113905 - }, - "p2": { - "x": 0, - "y": 127.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1400", - "typeID": "Arrow", - "zOrder": "30", - "w": "107", - "h": "38", - "measuredW": "150", - "measuredH": "100", - "x": "371", - "y": "2056", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 107, - "y": 37.5 - }, - "p1": { - "x": 0.5259135372707648, - "y": -0.007273293012582408 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1401", - "typeID": "TextArea", - "zOrder": "477", - "w": "260", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "126", - "y": "2082", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1402", - "typeID": "Label", - "zOrder": "478", - "w": "175", - "measuredW": "172", - "measuredH": "25", - "x": "168", - "y": "2089", - "properties": { - "size": "17", - "text": "Domain Driven Design" - } - }, - { - "ID": "1404", - "typeID": "Arrow", - "zOrder": "29", - "w": "121", - "h": "4", - "measuredW": "150", - "measuredH": "100", - "x": "357", - "y": "2098", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 121, - "y": -0.5 - }, - "p1": { - "x": 0.5411972474270752, - "y": 0.004810912855489929 - }, - "p2": { - "x": 0, - "y": 3 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1405", - "typeID": "TextArea", - "zOrder": "479", - "w": "260", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "126", - "y": "2127", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1406", - "typeID": "Label", - "zOrder": "480", - "w": "196", - "measuredW": "195", - "measuredH": "25", - "x": "158", - "y": "2134", - "properties": { - "size": "17", - "text": "Test Driven Development" - } - }, - { - "ID": "1407", - "typeID": "Arrow", - "zOrder": "28", - "w": "103", - "h": "46", - "measuredW": "150", - "measuredH": "100", - "x": "374", - "y": "2102", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 103, - "y": -0.5 - }, - "p1": { - "x": 0.4965025071914738, - "y": -0.0092742505933948 - }, - "p2": { - "x": 0, - "y": 45.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1409", - "typeID": "Arrow", - "zOrder": "26", - "w": "99", - "h": "91", - "measuredW": "150", - "measuredH": "100", - "x": "380", - "y": "2105", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 99, - "y": -0.5 - }, - "p1": { - "x": 0.5321867050105077, - "y": -0.014434243999557572 - }, - "p2": { - "x": 0, - "y": 90.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1410", - "typeID": "Arrow", - "zOrder": "25", - "w": "108", - "h": "80", - "measuredW": "150", - "measuredH": "100", - "x": "619", - "y": "2023", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 108, - "y": 79.5 - }, - "p1": { - "x": 0.5603029663253457, - "y": -0.07492346669481689 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false" - } - }, - { - "ID": "1411", - "typeID": "Arrow", - "zOrder": "24", - "w": "95", - "h": "160", - "measuredW": "150", - "measuredH": "100", - "x": "379", - "y": "2117", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 95, - "y": -0.5 - }, - "p1": { - "x": 0.6657039711191336, - "y": 0.05776173285198556 - }, - "p2": { - "x": 0, - "y": 159.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1412", - "typeID": "Arrow", - "zOrder": "23", - "w": "98", - "h": "196", - "measuredW": "150", - "measuredH": "100", - "x": "377", - "y": "2126", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 98, - "y": -0.5 - }, - "p1": { - "x": 0.6528545119705341, - "y": 0.09576427255985268 - }, - "p2": { - "x": 0, - "y": 195.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1413", - "typeID": "Arrow", - "zOrder": "22", - "w": "88", - "h": "1", - "measuredW": "150", - "measuredH": "100", - "x": "781", - "y": "2107", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 88, - "y": -0.5 - }, - "p1": { - "x": 0.50296668188042, - "y": 0.0027384755819260557 - }, - "p2": { - "x": 0, - "y": -0.5 - }, - "rightArrow": "false" - } - }, - { - "ID": "1414", - "typeID": "Arrow", - "zOrder": "21", - "w": "2", - "h": "80", - "measuredW": "150", - "measuredH": "100", - "x": "1048", - "y": "2099", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.465256538516507, - "y": 0.0007431756467057328 - }, - "p2": { - "x": 2, - "y": 80 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1421", - "typeID": "TextArea", - "zOrder": "481", - "w": "245", - "h": "37", - "measuredW": "200", - "measuredH": "140", - "x": "927", - "y": "2317", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1422", - "typeID": "Label", - "zOrder": "482", - "w": "87", - "measuredW": "85", - "measuredH": "25", - "x": "1006", - "y": "2323", - "properties": { - "size": "17", - "text": "Serverless" - } - }, - { - "ID": "1426", - "typeID": "Arrow", - "zOrder": "20", - "w": "162", - "h": "1", - "measuredW": "150", - "measuredH": "100", - "x": "593", - "y": "2712", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 162, - "y": 0.5 - }, - "p1": { - "x": 0.6028331464402591, - "y": -0.0019680984964642882 - }, - "p2": { - "x": 0, - "y": 0.5 - }, - "rightArrow": "false" - } - }, - { - "ID": "1427", - "typeID": "Arrow", - "zOrder": "19", - "w": "35", - "h": "95", - "measuredW": "150", - "measuredH": "100", - "x": "772", - "y": "2724", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 95 - }, - "p1": { - "x": 0.4529742373542117, - "y": -0.12147103732822093 - }, - "p2": { - "x": 35, - "y": 0 - }, - "rightArrow": "false" - } - }, - { - "ID": "1428", - "typeID": "TextArea", - "zOrder": "483", - "w": "318", - "h": "129", - "measuredW": "200", - "measuredH": "140", - "x": "541", - "y": "2803", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1429", - "typeID": "Label", - "zOrder": "484", - "w": "147", - "measuredW": "144", - "measuredH": "25", - "x": "626", - "y": "2819", - "properties": { - "bold": "true", - "size": "17", - "text": "Building for Scale" - } - }, - { - "ID": "1430", - "typeID": "Label", - "zOrder": "485", - "w": "264", - "measuredW": "261", - "measuredH": "24", - "x": "568", - "y": "2847", - "properties": { - "size": "16", - "text": "General topics that you should learn" - } - }, - { - "ID": "1431", - "typeID": "Label", - "zOrder": "486", - "w": "270", - "measuredW": "264", - "measuredH": "24", - "x": "565", - "y": "2870", - "properties": { - "size": "16", - "text": "and care about for the sustainability" - } - }, - { - "ID": "1432", - "typeID": "Label", - "zOrder": "487", - "w": "108", - "measuredW": "107", - "measuredH": "24", - "x": "646", - "y": "2894", - "properties": { - "size": "16", - "text": "of the product." - } - }, - { - "ID": "1440", - "typeID": "Arrow", - "zOrder": "16", - "w": "83", - "h": "112", - "measuredW": "150", - "measuredH": "100", - "x": "471", - "y": "2750", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": -0.5 - }, - "p1": { - "x": 0.5543793266543408, - "y": -0.07832480543492278 - }, - "p2": { - "x": 83, - "y": 111.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1445", - "typeID": "Arrow", - "zOrder": "15", - "w": "131", - "h": "2", - "measuredW": "150", - "measuredH": "100", - "x": "432", - "y": "2884", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0.5 - }, - "p1": { - "x": 0.4113947465778763, - "y": 0.00850906400295968 - }, - "p2": { - "x": 131, - "y": 2 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1464", - "typeID": "Label", - "zOrder": "490", - "w": "299", - "measuredW": "295", - "measuredH": "23", - "x": "927", - "y": "2972", - "properties": { - "size": "15", - "text": "Metrics logging and other observable items" - } - }, - { - "ID": "1465", - "typeID": "Label", - "zOrder": "491", - "w": "305", - "measuredW": "303", - "measuredH": "23", - "x": "924", - "y": "2995", - "properties": { - "size": "15", - "text": "that could help you in debugging and solving" - } - }, - { - "ID": "1466", - "typeID": "Label", - "zOrder": "492", - "w": "229", - "measuredW": "226", - "measuredH": "23", - "x": "962", - "y": "3019", - "properties": { - "size": "15", - "text": "the issues when things go wrong" - } - }, - { - "ID": "1468", - "typeID": "TextArea", - "zOrder": "17", - "w": "335", - "h": "123", - "measuredW": "200", - "measuredH": "140", - "x": "908", - "y": "2932", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1469", - "typeID": "Label", - "zOrder": "18", - "w": "281", - "measuredW": "277", - "measuredH": "25", - "x": "938", - "y": "2944", - "properties": { - "size": "17", - "text": "Building with Observability in mind", - "bold": "true" - } - }, - { - "ID": "1471", - "typeID": "TextArea", - "zOrder": "488", - "w": "199", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "285", - "y": "2728", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1472", - "typeID": "Label", - "zOrder": "489", - "w": "159", - "measuredW": "158", - "measuredH": "25", - "x": "305", - "y": "2735", - "properties": { - "size": "17", - "text": "Mitigation Strategies" - } - }, - { - "ID": "1475", - "typeID": "TextArea", - "zOrder": "493", - "w": "198", - "h": "36", - "measuredW": "200", - "measuredH": "140", - "x": "286", - "y": "2865", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1476", - "typeID": "Label", - "zOrder": "494", - "w": "84", - "measuredW": "82", - "measuredH": "25", - "x": "139", - "y": "2876", - "properties": { - "size": "17", - "text": "Monitoring" - } - }, - { - "ID": "1479", - "typeID": "Arrow", - "zOrder": "14", - "w": "84", - "h": "11", - "measuredW": "150", - "measuredH": "100", - "x": "207", - "y": "2731", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": -0.5 - }, - "p1": { - "x": 0.5429934072099873, - "y": 0.020760274933370754 - }, - "p2": { - "x": 84, - "y": 10.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1480", - "typeID": "Label", - "zOrder": "495", - "w": "78", - "measuredW": "76", - "measuredH": "25", - "x": "132", - "y": "2719", - "properties": { - "size": "17", - "text": "Throttling" - } - }, - { - "ID": "1481", - "typeID": "Label", - "zOrder": "496", - "w": "109", - "measuredW": "108", - "measuredH": "25", - "x": "101", - "y": "2747", - "properties": { - "size": "17", - "text": "Backpressure" - } - }, - { - "ID": "1482", - "typeID": "Arrow", - "zOrder": "13", - "w": "92", - "h": "15", - "measuredW": "150", - "measuredH": "100", - "x": "208", - "y": "2745", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 14.5 - }, - "p1": { - "x": 0.4816429170159262, - "y": -0.01441743503772003 - }, - "p2": { - "x": 92, - "y": -0.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1483", - "typeID": "Label", - "zOrder": "497", - "w": "100", - "measuredW": "98", - "measuredH": "25", - "x": "110", - "y": "2775", - "properties": { - "size": "17", - "text": "Loadshifting" - } - }, - { - "ID": "1485", - "typeID": "Arrow", - "zOrder": "12", - "w": "88", - "h": "39", - "measuredW": "150", - "measuredH": "100", - "x": "208", - "y": "2749", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 38.5 - }, - "p1": { - "x": 0.447876447876448, - "y": -0.02702702702702703 - }, - "p2": { - "x": 88, - "y": -0.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1486", - "typeID": "Label", - "zOrder": "498", - "w": "70", - "measuredW": "67", - "measuredH": "25", - "x": "138", - "y": "2669", - "properties": { - "size": "17", - "text": "Graceful" - } - }, - { - "ID": "1488", - "typeID": "Arrow", - "zOrder": "11", - "w": "87", - "h": "35", - "measuredW": "150", - "measuredH": "100", - "x": "206", - "y": "2702", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.41139137510170876, - "y": -0.0006509357200978165 - }, - "p2": { - "x": 87, - "y": 34.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1496", - "typeID": "Arrow", - "zOrder": "10", - "w": "81", - "h": "52", - "measuredW": "150", - "measuredH": "100", - "x": "208", - "y": "2761", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 80, - "y": -0.5 - }, - "p1": { - "x": 0.5609364241450541, - "y": 0.021803993573559728 - }, - "p2": { - "x": -0.5, - "y": 51.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1497", - "typeID": "Label", - "zOrder": "499", - "w": "84", - "measuredW": "79", - "measuredH": "25", - "x": "137", - "y": "2901", - "properties": { - "size": "17", - "text": "Telemetry" - } - }, - { - "ID": "1499", - "typeID": "Label", - "zOrder": "500", - "w": "124", - "measuredW": "123", - "measuredH": "25", - "x": "99", - "y": "2851", - "properties": { - "size": "17", - "text": "Instrumentation" - } - }, - { - "ID": "1500", - "typeID": "Label", - "zOrder": "501", - "w": "155", - "measuredW": "155", - "measuredH": "25", - "x": "308", - "y": "2871", - "properties": { - "size": "17", - "text": "Understand the Diff." - } - }, - { - "ID": "1501", - "typeID": "Arrow", - "zOrder": "9", - "w": "64", - "h": "17", - "measuredW": "150", - "measuredH": "100", - "x": "226", - "y": "2864", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.5429504182819833, - "y": 0.006529279738828819 - }, - "p2": { - "x": 64, - "y": 16.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1502", - "typeID": "Arrow", - "zOrder": "7", - "w": "71", - "h": "11", - "measuredW": "150", - "measuredH": "100", - "x": "226", - "y": "2880", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 10 - }, - "p1": { - "x": 0.47411668036154464, - "y": -0.018898931799506993 - }, - "p2": { - "x": 71, - "y": -0.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1503", - "typeID": "Arrow", - "zOrder": "8", - "w": "71", - "h": "31", - "measuredW": "150", - "measuredH": "100", - "x": "225", - "y": "2882", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 30 - }, - "p1": { - "x": 0.49956039355243875, - "y": -0.017416788779568766 - }, - "p2": { - "x": 71, - "y": -0.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1504", - "typeID": "Label", - "zOrder": "502", - "w": "118", - "measuredW": "116", - "measuredH": "25", - "x": "92", - "y": "2800", - "properties": { - "size": "17", - "text": "Circuit Breaker" - } - }, - { - "ID": "1507", - "typeID": "TextArea", - "zOrder": "503", - "w": "333", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "908", - "y": "2838", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1508", - "typeID": "Label", - "zOrder": "504", - "w": "154", - "measuredW": "153", - "measuredH": "25", - "x": "1001", - "y": "2845", - "properties": { - "size": "17", - "text": "Migration Strategies" - } - }, - { - "ID": "1509", - "typeID": "Arrow", - "zOrder": "6", - "w": "131", - "h": "1", - "measuredW": "150", - "measuredH": "100", - "x": "820", - "y": "2860", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.39125530258496044, - "y": -0.00886544541713669 - }, - "p2": { - "x": 131, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1511", - "typeID": "TextArea", - "zOrder": "505", - "w": "332", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "909", - "y": "2884", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1512", - "typeID": "Label", - "zOrder": "506", - "w": "230", - "measuredW": "229", - "measuredH": "25", - "x": "963", - "y": "2891", - "properties": { - "size": "17", - "text": "Horizontal vs Vertical Scaling" - } - }, - { - "ID": "1513", - "typeID": "Label", - "zOrder": "507", - "w": "96", - "measuredW": "94", - "measuredH": "25", - "x": "112", - "y": "2689", - "properties": { - "size": "17", - "text": "Degradation" - } - }, - { - "ID": "1515", - "typeID": "Arrow", - "zOrder": "2", - "w": "2", - "h": "89", - "measuredW": "150", - "measuredH": "100", - "x": "697", - "y": "3093", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 1, - "y": 88 - }, - "p1": { - "x": 0.40724273933309435, - "y": 0.00953746862674794 - }, - "p2": { - "x": 1, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1516", - "typeID": "Arrow", - "zOrder": "3", - "w": "8", - "h": "166", - "measuredW": "150", - "measuredH": "100", - "x": "697", - "y": "2915", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 7, - "y": 165 - }, - "p1": { - "x": 0.4072427393330943, - "y": 0.009537468626747932 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false" - } - }, - { - "ID": "1517", - "typeID": "TextArea", - "zOrder": "4", - "w": "207", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "602", - "y": "3064", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1518", - "typeID": "Label", - "zOrder": "5", - "measuredW": "118", - "measuredH": "25", - "x": "647", - "y": "3077", - "properties": { - "bold": "true", - "size": "17", - "text": "Keep Learning" - } - }, - { - "ID": "1522", - "typeID": "Arrow", - "zOrder": "1", - "w": "133", - "h": "34", - "measuredW": "150", - "measuredH": "100", - "x": "810", - "y": "2870", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.3912553025849605, - "y": -0.008865445417136665 - }, - "p2": { - "x": 133, - "y": 34 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1523", - "typeID": "Arrow", - "zOrder": "0", - "w": "116", - "h": "68", - "measuredW": "150", - "measuredH": "100", - "x": "820", - "y": "2880", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.39125530258496044, - "y": -0.008865445417136677 - }, - "p2": { - "x": 116, - "y": 68 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1526", - "typeID": "Icon", - "zOrder": "508", - "measuredW": "24", - "measuredH": "24", - "x": "557", - "y": "445", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1527", - "typeID": "Icon", - "zOrder": "509", - "measuredW": "24", - "measuredH": "24", - "x": "557", - "y": "445", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1528", - "typeID": "Icon", - "zOrder": "510", - "measuredW": "24", - "measuredH": "24", - "x": "571", - "y": "603", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1529", - "typeID": "Icon", - "zOrder": "511", - "measuredW": "24", - "measuredH": "24", - "x": "571", - "y": "603", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1530", - "typeID": "Icon", - "zOrder": "512", - "measuredW": "24", - "measuredH": "24", - "x": "192", - "y": "564", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1531", - "typeID": "Icon", - "zOrder": "513", - "measuredW": "24", - "measuredH": "24", - "x": "192", - "y": "564", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1532", - "typeID": "Icon", - "zOrder": "514", - "measuredW": "24", - "measuredH": "24", - "x": "192", - "y": "617", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1533", - "typeID": "Icon", - "zOrder": "515", - "measuredW": "24", - "measuredH": "24", - "x": "192", - "y": "617", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1534", - "typeID": "Icon", - "zOrder": "516", - "measuredW": "24", - "measuredH": "24", - "x": "192", - "y": "665", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1535", - "typeID": "Icon", - "zOrder": "517", - "measuredW": "24", - "measuredH": "24", - "x": "192", - "y": "665", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1536", - "typeID": "Icon", - "zOrder": "518", - "measuredW": "24", - "measuredH": "24", - "x": "192", - "y": "716", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1537", - "typeID": "Icon", - "zOrder": "519", - "measuredW": "24", - "measuredH": "24", - "x": "192", - "y": "716", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1538", - "typeID": "Icon", - "zOrder": "520", - "measuredW": "24", - "measuredH": "24", - "x": "192", - "y": "767", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1539", - "typeID": "Icon", - "zOrder": "521", - "measuredW": "24", - "measuredH": "24", - "x": "192", - "y": "767", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1540", - "typeID": "Icon", - "zOrder": "522", - "measuredW": "24", - "measuredH": "24", - "x": "317", - "y": "497", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1541", - "typeID": "Icon", - "zOrder": "523", - "measuredW": "24", - "measuredH": "24", - "x": "317", - "y": "497", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1542", - "typeID": "Icon", - "zOrder": "524", - "measuredW": "24", - "measuredH": "24", - "x": "1085", - "y": "478", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1543", - "typeID": "Icon", - "zOrder": "525", - "measuredW": "24", - "measuredH": "24", - "x": "1085", - "y": "478", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1544", - "typeID": "Icon", - "zOrder": "526", - "measuredW": "24", - "measuredH": "24", - "x": "1085", - "y": "531", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1545", - "typeID": "Icon", - "zOrder": "527", - "measuredW": "24", - "measuredH": "24", - "x": "1085", - "y": "531", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1546", - "typeID": "Icon", - "zOrder": "528", - "measuredW": "24", - "measuredH": "24", - "x": "1211", - "y": "588", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1547", - "typeID": "Icon", - "zOrder": "529", - "measuredW": "24", - "measuredH": "24", - "x": "1211", - "y": "588", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1548", - "typeID": "Icon", - "zOrder": "530", - "measuredW": "24", - "measuredH": "24", - "x": "1211", - "y": "641", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1549", - "typeID": "Icon", - "zOrder": "531", - "measuredW": "24", - "measuredH": "24", - "x": "1211", - "y": "641", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1550", - "typeID": "Icon", - "zOrder": "532", - "measuredW": "24", - "measuredH": "24", - "x": "1211", - "y": "691", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1551", - "typeID": "Icon", - "zOrder": "533", - "measuredW": "24", - "measuredH": "24", - "x": "1211", - "y": "691", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1552", - "typeID": "Icon", - "zOrder": "534", - "measuredW": "24", - "measuredH": "24", - "x": "1211", - "y": "741", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1553", - "typeID": "Icon", - "zOrder": "535", - "measuredW": "24", - "measuredH": "24", - "x": "1211", - "y": "741", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1554", - "typeID": "Icon", - "zOrder": "536", - "measuredW": "24", - "measuredH": "24", - "x": "1211", - "y": "816", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1555", - "typeID": "Icon", - "zOrder": "537", - "measuredW": "24", - "measuredH": "24", - "x": "1211", - "y": "816", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1556", - "typeID": "Icon", - "zOrder": "538", - "measuredW": "24", - "measuredH": "24", - "x": "491", - "y": "1244", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1557", - "typeID": "Icon", - "zOrder": "539", - "measuredW": "24", - "measuredH": "24", - "x": "491", - "y": "1244", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1558", - "typeID": "Icon", - "zOrder": "540", - "measuredW": "24", - "measuredH": "24", - "x": "491", - "y": "1292", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1559", - "typeID": "Icon", - "zOrder": "541", - "measuredW": "24", - "measuredH": "24", - "x": "491", - "y": "1292", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1560", - "typeID": "Icon", - "zOrder": "542", - "measuredW": "24", - "measuredH": "24", - "x": "491", - "y": "1335", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1561", - "typeID": "Icon", - "zOrder": "543", - "measuredW": "24", - "measuredH": "24", - "x": "491", - "y": "1335", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1562", - "typeID": "Icon", - "zOrder": "544", - "measuredW": "24", - "measuredH": "24", - "x": "491", - "y": "1381", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1563", - "typeID": "Icon", - "zOrder": "545", - "measuredW": "24", - "measuredH": "24", - "x": "491", - "y": "1381", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1564", - "typeID": "Icon", - "zOrder": "546", - "measuredW": "24", - "measuredH": "24", - "x": "399", - "y": "1421", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1565", - "typeID": "Icon", - "zOrder": "547", - "measuredW": "24", - "measuredH": "24", - "x": "399", - "y": "1421", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1566", - "typeID": "Icon", - "zOrder": "548", - "measuredW": "24", - "measuredH": "24", - "x": "401", - "y": "1471", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1567", - "typeID": "Icon", - "zOrder": "549", - "measuredW": "24", - "measuredH": "24", - "x": "401", - "y": "1471", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1568", - "typeID": "Icon", - "zOrder": "550", - "measuredW": "24", - "measuredH": "24", - "x": "1241", - "y": "1341", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1569", - "typeID": "Icon", - "zOrder": "551", - "measuredW": "24", - "measuredH": "24", - "x": "1241", - "y": "1341", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1570", - "typeID": "Icon", - "zOrder": "552", - "measuredW": "24", - "measuredH": "24", - "x": "1241", - "y": "1391", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1571", - "typeID": "Icon", - "zOrder": "553", - "measuredW": "24", - "measuredH": "24", - "x": "1241", - "y": "1391", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1572", - "typeID": "Icon", - "zOrder": "554", - "measuredW": "24", - "measuredH": "24", - "x": "1241", - "y": "1436", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1573", - "typeID": "Icon", - "zOrder": "555", - "measuredW": "24", - "measuredH": "24", - "x": "1241", - "y": "1436", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1574", - "typeID": "Icon", - "zOrder": "556", - "measuredW": "24", - "measuredH": "24", - "x": "398", - "y": "1532", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1575", - "typeID": "Icon", - "zOrder": "557", - "measuredW": "24", - "measuredH": "24", - "x": "398", - "y": "1532", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1576", - "typeID": "Icon", - "zOrder": "558", - "measuredW": "24", - "measuredH": "24", - "x": "398", - "y": "1580", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1577", - "typeID": "Icon", - "zOrder": "559", - "measuredW": "24", - "measuredH": "24", - "x": "398", - "y": "1580", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1578", - "typeID": "Icon", - "zOrder": "560", - "measuredW": "24", - "measuredH": "24", - "x": "399", - "y": "1627", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1579", - "typeID": "Icon", - "zOrder": "561", - "measuredW": "24", - "measuredH": "24", - "x": "399", - "y": "1627", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1580", - "typeID": "Icon", - "zOrder": "562", - "measuredW": "24", - "measuredH": "24", - "x": "1227", - "y": "1504", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1581", - "typeID": "Icon", - "zOrder": "563", - "measuredW": "24", - "measuredH": "24", - "x": "1227", - "y": "1504", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1582", - "typeID": "Icon", - "zOrder": "564", - "measuredW": "24", - "measuredH": "24", - "x": "1228", - "y": "1576", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1583", - "typeID": "Icon", - "zOrder": "565", - "measuredW": "24", - "measuredH": "24", - "x": "1228", - "y": "1576", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1584", - "typeID": "Icon", - "zOrder": "566", - "measuredW": "24", - "measuredH": "24", - "x": "1228", - "y": "1624", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1585", - "typeID": "Icon", - "zOrder": "567", - "measuredW": "24", - "measuredH": "24", - "x": "1228", - "y": "1624", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1586", - "typeID": "Icon", - "zOrder": "568", - "measuredW": "24", - "measuredH": "24", - "x": "140", - "y": "1490", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1587", - "typeID": "Icon", - "zOrder": "569", - "measuredW": "24", - "measuredH": "24", - "x": "140", - "y": "1490", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1588", - "typeID": "Icon", - "zOrder": "570", - "measuredW": "24", - "measuredH": "24", - "x": "140", - "y": "1526", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1589", - "typeID": "Icon", - "zOrder": "571", - "measuredW": "24", - "measuredH": "24", - "x": "140", - "y": "1526", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1590", - "typeID": "Icon", - "zOrder": "572", - "measuredW": "24", - "measuredH": "24", - "x": "140", - "y": "1563", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1591", - "typeID": "Icon", - "zOrder": "573", - "measuredW": "24", - "measuredH": "24", - "x": "140", - "y": "1563", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1592", - "typeID": "Icon", - "zOrder": "574", - "measuredW": "24", - "measuredH": "24", - "x": "140", - "y": "1599", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1593", - "typeID": "Icon", - "zOrder": "575", - "measuredW": "24", - "measuredH": "24", - "x": "140", - "y": "1599", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1594", - "typeID": "Icon", - "zOrder": "576", - "measuredW": "24", - "measuredH": "24", - "x": "141", - "y": "1634", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1595", - "typeID": "Icon", - "zOrder": "577", - "measuredW": "24", - "measuredH": "24", - "x": "141", - "y": "1634", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1596", - "typeID": "Icon", - "zOrder": "578", - "measuredW": "24", - "measuredH": "24", - "x": "141", - "y": "1672", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1597", - "typeID": "Icon", - "zOrder": "579", - "measuredW": "24", - "measuredH": "24", - "x": "141", - "y": "1672", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1598", - "typeID": "Icon", - "zOrder": "580", - "measuredW": "24", - "measuredH": "24", - "x": "141", - "y": "1450", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1599", - "typeID": "Icon", - "zOrder": "581", - "measuredW": "24", - "measuredH": "24", - "x": "141", - "y": "1450", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1600", - "typeID": "Icon", - "zOrder": "582", - "measuredW": "24", - "measuredH": "24", - "x": "106", - "y": "1752", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1601", - "typeID": "Icon", - "zOrder": "583", - "measuredW": "24", - "measuredH": "24", - "x": "106", - "y": "1752", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1602", - "typeID": "Icon", - "zOrder": "584", - "measuredW": "24", - "measuredH": "24", - "x": "108", - "y": "1801", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1603", - "typeID": "Icon", - "zOrder": "585", - "measuredW": "24", - "measuredH": "24", - "x": "108", - "y": "1801", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1604", - "typeID": "Icon", - "zOrder": "586", - "measuredW": "24", - "measuredH": "24", - "x": "108", - "y": "1801", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1605", - "typeID": "Icon", - "zOrder": "587", - "measuredW": "24", - "measuredH": "24", - "x": "303", - "y": "1733", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1606", - "typeID": "Icon", - "zOrder": "588", - "measuredW": "24", - "measuredH": "24", - "x": "303", - "y": "1733", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1607", - "typeID": "Icon", - "zOrder": "589", - "measuredW": "24", - "measuredH": "24", - "x": "304", - "y": "1825", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1608", - "typeID": "Icon", - "zOrder": "590", - "measuredW": "24", - "measuredH": "24", - "x": "304", - "y": "1825", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1609", - "typeID": "Icon", - "zOrder": "591", - "measuredW": "24", - "measuredH": "24", - "x": "1242", - "y": "1673", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1610", - "typeID": "Icon", - "zOrder": "592", - "measuredW": "24", - "measuredH": "24", - "x": "1242", - "y": "1673", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1611", - "typeID": "Icon", - "zOrder": "593", - "measuredW": "24", - "measuredH": "24", - "x": "1247", - "y": "1880", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1612", - "typeID": "Icon", - "zOrder": "594", - "measuredW": "24", - "measuredH": "24", - "x": "1247", - "y": "1880", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1613", - "typeID": "Icon", - "zOrder": "595", - "measuredW": "24", - "measuredH": "24", - "x": "242", - "y": "1875", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1614", - "typeID": "Icon", - "zOrder": "596", - "measuredW": "24", - "measuredH": "24", - "x": "242", - "y": "1875", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1615", - "typeID": "Icon", - "zOrder": "597", - "measuredW": "24", - "measuredH": "24", - "x": "242", - "y": "1924", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1616", - "typeID": "Icon", - "zOrder": "598", - "measuredW": "24", - "measuredH": "24", - "x": "242", - "y": "1924", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1617", - "typeID": "Icon", - "zOrder": "599", - "measuredW": "24", - "measuredH": "24", - "x": "242", - "y": "1966", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1618", - "typeID": "Icon", - "zOrder": "600", - "measuredW": "24", - "measuredH": "24", - "x": "242", - "y": "1966", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1619", - "typeID": "Icon", - "zOrder": "601", - "measuredW": "24", - "measuredH": "24", - "x": "495", - "y": "1992", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1620", - "typeID": "Icon", - "zOrder": "602", - "measuredW": "24", - "measuredH": "24", - "x": "495", - "y": "1992", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1621", - "typeID": "Icon", - "zOrder": "603", - "measuredW": "24", - "measuredH": "24", - "x": "1157", - "y": "2141", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1622", - "typeID": "Icon", - "zOrder": "604", - "measuredW": "24", - "measuredH": "24", - "x": "1157", - "y": "2141", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1623", - "typeID": "Icon", - "zOrder": "605", - "measuredW": "24", - "measuredH": "24", - "x": "1157", - "y": "2190", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1624", - "typeID": "Icon", - "zOrder": "606", - "measuredW": "24", - "measuredH": "24", - "x": "1157", - "y": "2190", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1625", - "typeID": "Icon", - "zOrder": "607", - "measuredW": "24", - "measuredH": "24", - "x": "1157", - "y": "2231", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1626", - "typeID": "Icon", - "zOrder": "608", - "measuredW": "24", - "measuredH": "24", - "x": "1157", - "y": "2231", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1629", - "typeID": "Icon", - "zOrder": "609", - "measuredW": "24", - "measuredH": "24", - "x": "1159", - "y": "2273", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1630", - "typeID": "Icon", - "zOrder": "610", - "measuredW": "24", - "measuredH": "24", - "x": "1159", - "y": "2273", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1631", - "typeID": "Icon", - "zOrder": "611", - "measuredW": "24", - "measuredH": "24", - "x": "1157", - "y": "2314", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1632", - "typeID": "Icon", - "zOrder": "612", - "measuredW": "24", - "measuredH": "24", - "x": "1157", - "y": "2314", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1633", - "typeID": "Icon", - "zOrder": "613", - "measuredW": "24", - "measuredH": "24", - "x": "118", - "y": "2170", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1634", - "typeID": "Icon", - "zOrder": "614", - "measuredW": "24", - "measuredH": "24", - "x": "118", - "y": "2170", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1635", - "typeID": "Icon", - "zOrder": "615", - "measuredW": "24", - "measuredH": "24", - "x": "117", - "y": "2213", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1636", - "typeID": "Icon", - "zOrder": "616", - "measuredW": "24", - "measuredH": "24", - "x": "117", - "y": "2213", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1637", - "typeID": "Icon", - "zOrder": "617", - "measuredW": "24", - "measuredH": "24", - "x": "117", - "y": "2255", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1638", - "typeID": "Icon", - "zOrder": "618", - "measuredW": "24", - "measuredH": "24", - "x": "117", - "y": "2255", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1639", - "typeID": "Icon", - "zOrder": "619", - "measuredW": "24", - "measuredH": "24", - "x": "119", - "y": "2298", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1640", - "typeID": "Icon", - "zOrder": "620", - "measuredW": "24", - "measuredH": "24", - "x": "119", - "y": "2298", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1641", - "typeID": "Icon", - "zOrder": "621", - "measuredW": "24", - "measuredH": "24", - "x": "118", - "y": "2124", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1642", - "typeID": "Icon", - "zOrder": "622", - "measuredW": "24", - "measuredH": "24", - "x": "118", - "y": "2124", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1643", - "typeID": "Icon", - "zOrder": "623", - "measuredW": "24", - "measuredH": "24", - "x": "118", - "y": "2077", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1644", - "typeID": "Icon", - "zOrder": "624", - "measuredW": "24", - "measuredH": "24", - "x": "118", - "y": "2077", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1645", - "typeID": "Icon", - "zOrder": "625", - "measuredW": "24", - "measuredH": "24", - "x": "118", - "y": "2031", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1646", - "typeID": "Icon", - "zOrder": "626", - "measuredW": "24", - "measuredH": "24", - "x": "118", - "y": "2031", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1647", - "typeID": "Icon", - "zOrder": "627", - "measuredW": "24", - "measuredH": "24", - "x": "477", - "y": "2254", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1648", - "typeID": "Icon", - "zOrder": "628", - "measuredW": "24", - "measuredH": "24", - "x": "477", - "y": "2254", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1649", - "typeID": "Icon", - "zOrder": "629", - "measuredW": "24", - "measuredH": "24", - "x": "477", - "y": "2299", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1650", - "typeID": "Icon", - "zOrder": "630", - "measuredW": "24", - "measuredH": "24", - "x": "477", - "y": "2299", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1651", - "typeID": "Icon", - "zOrder": "631", - "measuredW": "24", - "measuredH": "24", - "x": "132", - "y": "2400", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1652", - "typeID": "Icon", - "zOrder": "632", - "measuredW": "24", - "measuredH": "24", - "x": "132", - "y": "2400", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1657", - "typeID": "Icon", - "zOrder": "633", - "measuredW": "24", - "measuredH": "24", - "x": "1058", - "y": "2480", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1658", - "typeID": "Icon", - "zOrder": "634", - "measuredW": "24", - "measuredH": "24", - "x": "1058", - "y": "2480", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1659", - "typeID": "Icon", - "zOrder": "635", - "measuredW": "24", - "measuredH": "24", - "x": "1032", - "y": "2480", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1660", - "typeID": "Icon", - "zOrder": "636", - "measuredW": "24", - "measuredH": "24", - "x": "1032", - "y": "2480", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1661", - "typeID": "Icon", - "zOrder": "637", - "measuredW": "24", - "measuredH": "24", - "x": "1056", - "y": "2530", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1662", - "typeID": "Icon", - "zOrder": "638", - "measuredW": "24", - "measuredH": "24", - "x": "1056", - "y": "2530", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1663", - "typeID": "Icon", - "zOrder": "639", - "measuredW": "24", - "measuredH": "24", - "x": "1056", - "y": "2530", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1664", - "typeID": "Icon", - "zOrder": "640", - "measuredW": "24", - "measuredH": "24", - "x": "417", - "y": "2555", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1665", - "typeID": "Icon", - "zOrder": "641", - "measuredW": "24", - "measuredH": "24", - "x": "417", - "y": "2555", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1666", - "typeID": "Icon", - "zOrder": "642", - "measuredW": "24", - "measuredH": "24", - "x": "223", - "y": "2565", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1667", - "typeID": "Icon", - "zOrder": "643", - "measuredW": "24", - "measuredH": "24", - "x": "223", - "y": "2565", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1668", - "typeID": "Icon", - "zOrder": "644", - "measuredW": "24", - "measuredH": "24", - "x": "814", - "y": "2497", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1669", - "typeID": "Icon", - "zOrder": "645", - "measuredW": "24", - "measuredH": "24", - "x": "814", - "y": "2497", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1670", - "typeID": "Icon", - "zOrder": "646", - "measuredW": "24", - "measuredH": "24", - "x": "1144", - "y": "2364", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1671", - "typeID": "Icon", - "zOrder": "647", - "measuredW": "24", - "measuredH": "24", - "x": "1144", - "y": "2364", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1672", - "typeID": "Icon", - "zOrder": "648", - "measuredW": "24", - "measuredH": "24", - "x": "1121", - "y": "2363", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1673", - "typeID": "Icon", - "zOrder": "649", - "measuredW": "24", - "measuredH": "24", - "x": "1121", - "y": "2363", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1674", - "typeID": "Icon", - "zOrder": "650", - "measuredW": "24", - "measuredH": "24", - "x": "877", - "y": "2373", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1675", - "typeID": "Icon", - "zOrder": "651", - "measuredW": "24", - "measuredH": "24", - "x": "877", - "y": "2373", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1676", - "typeID": "Icon", - "zOrder": "652", - "measuredW": "24", - "measuredH": "24", - "x": "1145", - "y": "2404", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1677", - "typeID": "Icon", - "zOrder": "653", - "measuredW": "24", - "measuredH": "24", - "x": "1145", - "y": "2404", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1678", - "typeID": "Icon", - "zOrder": "654", - "measuredW": "24", - "measuredH": "24", - "x": "1145", - "y": "2404", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1679", - "typeID": "Icon", - "zOrder": "655", - "measuredW": "24", - "measuredH": "24", - "x": "511", - "y": "2680", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1680", - "typeID": "Icon", - "zOrder": "656", - "measuredW": "24", - "measuredH": "24", - "x": "511", - "y": "2680", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1681", - "typeID": "Icon", - "zOrder": "657", - "measuredW": "24", - "measuredH": "24", - "x": "866", - "y": "2674", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1682", - "typeID": "Icon", - "zOrder": "658", - "measuredW": "24", - "measuredH": "24", - "x": "866", - "y": "2674", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1683", - "typeID": "Icon", - "zOrder": "659", - "measuredW": "24", - "measuredH": "24", - "x": "1151", - "y": "2636", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1684", - "typeID": "Icon", - "zOrder": "660", - "measuredW": "24", - "measuredH": "24", - "x": "1151", - "y": "2636", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1685", - "typeID": "Icon", - "zOrder": "661", - "measuredW": "24", - "measuredH": "24", - "x": "1125", - "y": "2636", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1686", - "typeID": "Icon", - "zOrder": "662", - "measuredW": "24", - "measuredH": "24", - "x": "1125", - "y": "2636", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1687", - "typeID": "Icon", - "zOrder": "663", - "measuredW": "24", - "measuredH": "24", - "x": "1151", - "y": "2687", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1688", - "typeID": "Icon", - "zOrder": "664", - "measuredW": "24", - "measuredH": "24", - "x": "1151", - "y": "2687", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1689", - "typeID": "Icon", - "zOrder": "665", - "measuredW": "24", - "measuredH": "24", - "x": "1151", - "y": "2687", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1690", - "typeID": "Icon", - "zOrder": "666", - "measuredW": "24", - "measuredH": "24", - "x": "1151", - "y": "2776", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1691", - "typeID": "Icon", - "zOrder": "667", - "measuredW": "24", - "measuredH": "24", - "x": "1151", - "y": "2776", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1692", - "typeID": "Icon", - "zOrder": "668", - "measuredW": "24", - "measuredH": "24", - "x": "1151", - "y": "2776", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1693", - "typeID": "Icon", - "zOrder": "669", - "measuredW": "24", - "measuredH": "24", - "x": "1151", - "y": "2732", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1694", - "typeID": "Icon", - "zOrder": "670", - "measuredW": "24", - "measuredH": "24", - "x": "1151", - "y": "2732", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1695", - "typeID": "Icon", - "zOrder": "671", - "measuredW": "24", - "measuredH": "24", - "x": "1151", - "y": "2732", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1696", - "typeID": "Icon", - "zOrder": "672", - "measuredW": "24", - "measuredH": "24", - "x": "471", - "y": "2720", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1697", - "typeID": "Icon", - "zOrder": "673", - "measuredW": "24", - "measuredH": "24", - "x": "471", - "y": "2720", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1698", - "typeID": "Icon", - "zOrder": "674", - "measuredW": "24", - "measuredH": "24", - "x": "531", - "y": "2794", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1699", - "typeID": "Icon", - "zOrder": "675", - "measuredW": "24", - "measuredH": "24", - "x": "531", - "y": "2794", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1700", - "typeID": "Icon", - "zOrder": "676", - "measuredW": "24", - "measuredH": "24", - "x": "1226", - "y": "2829", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1701", - "typeID": "Icon", - "zOrder": "677", - "measuredW": "24", - "measuredH": "24", - "x": "1226", - "y": "2829", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1702", - "typeID": "Icon", - "zOrder": "678", - "measuredW": "24", - "measuredH": "24", - "x": "1226", - "y": "2882", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1703", - "typeID": "Icon", - "zOrder": "679", - "measuredW": "24", - "measuredH": "24", - "x": "1226", - "y": "2882", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1704", - "typeID": "Icon", - "zOrder": "680", - "measuredW": "24", - "measuredH": "24", - "x": "1226", - "y": "2928", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1705", - "typeID": "Icon", - "zOrder": "681", - "measuredW": "24", - "measuredH": "24", - "x": "1226", - "y": "2928", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - }, - "attributes": { - "name": "New Wireframe 2", - "order": 1000009.8590807884, - "parentID": null - }, - "resourceID": "DDB13677-39DE-4AF9-BE7F-B61E02CC41B3", - "mockupH": "3053", - "mockupW": "1196", - "measuredW": "1288", - "measuredH": "3182", - "version": "1.0" - } -} \ No newline at end of file diff --git a/content/project/devops-map.json b/content/project/devops-map.json deleted file mode 100644 index eb37bac59..000000000 --- a/content/project/devops-map.json +++ /dev/null @@ -1,14490 +0,0 @@ -{ - "mockup": { - "controls": { - "control": [ - { - "ID": "85", - "typeID": "Arrow", - "zOrder": "254", - "w": "1", - "h": "131", - "measuredW": "150", - "measuredH": "100", - "x": "584", - "y": "436", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 1, - "y": -0.5 - }, - "p1": { - "x": 0.549618320610687, - "y": -0.0076335877862595426 - }, - "p2": { - "x": 1, - "y": 130.5 - }, - "rightArrow": "false" - } - }, - { - "ID": "86", - "typeID": "TextArea", - "zOrder": "255", - "w": "341", - "h": "97", - "measuredW": "200", - "measuredH": "140", - "x": "482", - "y": "370", - "properties": { - "color": "16770457" - } - }, - { - "ID": "87", - "typeID": "Arrow", - "zOrder": "256", - "w": "194", - "h": "52", - "measuredW": "150", - "measuredH": "100", - "x": "806", - "y": "340", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 194, - "y": 51 - }, - "p1": { - "x": 0.3433950804737322, - "y": 0.04300030367446101 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "88", - "typeID": "Arrow", - "zOrder": "257", - "w": "194", - "h": "11", - "measuredW": "150", - "measuredH": "100", - "x": "809", - "y": "335", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 194, - "y": 11 - }, - "p1": { - "x": 0.35191347753743757, - "y": 0.010815307820299498 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "89", - "typeID": "Arrow", - "zOrder": "258", - "w": "192", - "h": "30", - "measuredW": "150", - "measuredH": "100", - "x": "807", - "y": "301", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 192, - "y": 1 - }, - "p1": { - "x": 0.3789527084155347, - "y": -0.03545459669691678 - }, - "p2": { - "x": 0, - "y": 30 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "90", - "typeID": "Arrow", - "zOrder": "259", - "w": "121", - "h": "41", - "measuredW": "150", - "measuredH": "100", - "x": "381", - "y": "351", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 40 - }, - "p1": { - "x": 0.3525, - "y": -0.0175 - }, - "p2": { - "x": 120, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "91", - "typeID": "Arrow", - "zOrder": "260", - "w": "119", - "h": "5", - "measuredW": "150", - "measuredH": "100", - "x": "386", - "y": "341", - "properties": { - "color": "2848996", - "curvature": "-1", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 4 - }, - "p1": { - "x": 0.3816771970132108, - "y": 0.01895462377943711 - }, - "p2": { - "x": 118, - "y": 2 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "92", - "typeID": "Arrow", - "zOrder": "261", - "w": "110", - "h": "34", - "measuredW": "150", - "measuredH": "100", - "x": "385", - "y": "300", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 1 - }, - "p1": { - "x": 0.3586981790003874, - "y": 0.059434327779930254 - }, - "p2": { - "x": 109, - "y": 33 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "93", - "typeID": "Label", - "zOrder": "262", - "measuredW": "120", - "measuredH": "40", - "x": "613", - "y": "139", - "properties": { - "bold": "true", - "size": "32", - "text": "DevOps" - } - }, - { - "ID": "94", - "typeID": "Arrow", - "zOrder": "263", - "w": "14", - "h": "71", - "measuredW": "150", - "measuredH": "100", - "x": "680", - "y": "64", - "properties": { - "color": "2848996", - "curvature": "-1", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 10, - "y": 0 - }, - "p1": { - "x": 0.46601941747572834, - "y": 0.10679611650485439 - }, - "p2": { - "x": 0, - "y": 71 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "95", - "typeID": "Arrow", - "zOrder": "264", - "w": "40", - "h": "146", - "measuredW": "150", - "measuredH": "100", - "x": "622", - "y": "184", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 40, - "y": 0 - }, - "p1": { - "x": 0.5627573858549687, - "y": -0.13008057296329453 - }, - "p2": { - "x": 8, - "y": 146 - }, - "rightArrow": "false" - } - }, - { - "ID": "96", - "typeID": "TextArea", - "zOrder": "265", - "w": "341", - "h": "53", - "measuredW": "200", - "measuredH": "140", - "x": "482", - "y": "311", - "properties": { - "color": "16776960" - } - }, - { - "ID": "97", - "typeID": "Label", - "zOrder": "266", - "measuredW": "256", - "measuredH": "25", - "x": "525", - "y": "326", - "properties": { - "bold": "true", - "size": "17", - "text": "Learn a Programming Language" - } - }, - { - "ID": "100", - "typeID": "TextArea", - "zOrder": "267", - "w": "141", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "257", - "y": "321", - "properties": { - "color": "16770457" - } - }, - { - "ID": "101", - "typeID": "Label", - "zOrder": "268", - "w": "45", - "measuredW": "41", - "measuredH": "25", - "x": "297", - "y": "330", - "properties": { - "bold": "true", - "size": "17", - "text": "Ruby" - } - }, - { - "ID": "102", - "typeID": "TextArea", - "zOrder": "269", - "w": "141", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "257", - "y": "276", - "properties": { - "color": "16770457" - } - }, - { - "ID": "103", - "typeID": "Label", - "zOrder": "270", - "w": "68", - "measuredW": "57", - "measuredH": "25", - "x": "296", - "y": "285", - "properties": { - "bold": "true", - "size": "17", - "text": "Python" - } - }, - { - "ID": "104", - "typeID": "TextArea", - "zOrder": "271", - "w": "141", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "257", - "y": "367", - "properties": { - "color": "16770457", - "textColor": "16776960" - } - }, - { - "ID": "105", - "typeID": "Label", - "zOrder": "272", - "w": "68", - "measuredW": "62", - "measuredH": "25", - "x": "297", - "y": "376", - "properties": { - "bold": "true", - "size": "17", - "text": "Node.js" - } - }, - { - "ID": "112", - "typeID": "Label", - "zOrder": "276", - "measuredW": "291", - "measuredH": "25", - "x": "497", - "y": "380", - "properties": { - "size": "17", - "text": "It doesn't matter which language you " - } - }, - { - "ID": "113", - "typeID": "Label", - "zOrder": "277", - "measuredW": "290", - "measuredH": "25", - "x": "497", - "y": "406", - "properties": { - "size": "17", - "text": "pick, key is to get some programming" - } - }, - { - "ID": "114", - "typeID": "Label", - "zOrder": "278", - "measuredW": "200", - "measuredH": "25", - "x": "497", - "y": "432", - "properties": { - "size": "17", - "text": "knowledge for automation" - } - }, - { - "ID": "292", - "typeID": "Canvas", - "zOrder": "279", - "w": "350", - "h": "141", - "measuredW": "100", - "measuredH": "70", - "x": "883", - "y": "51" - }, - { - "ID": "293", - "typeID": "Label", - "zOrder": "280", - "measuredW": "315", - "measuredH": "25", - "x": "897", - "y": "68", - "properties": { - "size": "17", - "text": "Find the detailed version of this roadmap" - } - }, - { - "ID": "294", - "typeID": "Label", - "zOrder": "281", - "measuredW": "323", - "measuredH": "25", - "x": "897", - "y": "96", - "properties": { - "size": "17", - "text": "along with resources and other roadmaps" - } - }, - { - "ID": "295", - "typeID": "Canvas", - "zOrder": "282", - "w": "320", - "h": "45", - "measuredW": "100", - "measuredH": "70", - "x": "898", - "y": "132", - "properties": { - "borderColor": "4273622", - "color": "4273622" - } - }, - { - "ID": "296", - "typeID": "__group__", - "zOrder": "283", - "measuredW": "169", - "measuredH": "29", - "w": "169", - "h": "29", - "x": "974", - "y": "140", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Label", - "zOrder": "0", - "measuredW": "104", - "measuredH": "28", - "x": "65", - "y": "0", - "properties": { - "color": "16777215", - "size": "20", - "text": "roadmap.sh" - } - }, - { - "ID": "1", - "typeID": "Label", - "zOrder": "1", - "measuredW": "37", - "measuredH": "28", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "size": "20", - "text": "http" - } - }, - { - "ID": "2", - "typeID": "Label", - "zOrder": "2", - "measuredW": "6", - "measuredH": "28", - "x": "37", - "y": "0", - "properties": { - "bold": "true", - "color": "16777215", - "size": "20", - "text": ":" - } - }, - { - "ID": "3", - "typeID": "Label", - "zOrder": "3", - "measuredW": "10", - "measuredH": "28", - "x": "44", - "y": "1", - "properties": { - "color": "16777215", - "size": "20", - "text": "/" - } - }, - { - "ID": "4", - "typeID": "Label", - "zOrder": "4", - "measuredW": "10", - "measuredH": "28", - "x": "52", - "y": "1", - "properties": { - "color": "16777215", - "size": "20", - "text": "/" - } - } - ] - } - } - }, - { - "ID": "297", - "typeID": "Canvas", - "zOrder": "284", - "w": "408", - "h": "162", - "measuredW": "100", - "measuredH": "70", - "x": "79", - "y": "41" - }, - { - "ID": "300", - "typeID": "Label", - "zOrder": "286", - "measuredW": "264", - "measuredH": "24", - "x": "138", - "y": "62", - "properties": { - "size": "16", - "text": "Personal Recommendation / Opinion" - } - }, - { - "ID": "301", - "typeID": "Label", - "zOrder": "287", - "measuredW": "160", - "measuredH": "24", - "x": "138", - "y": "159", - "properties": { - "size": "16", - "text": "I wouldn't recommend" - } - }, - { - "ID": "302", - "typeID": "Icon", - "zOrder": "288", - "measuredW": "24", - "measuredH": "24", - "x": "102", - "y": "159", - "properties": { - "color": "10066329", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "303", - "typeID": "Label", - "zOrder": "289", - "w": "324", - "measuredW": "320", - "measuredH": "24", - "x": "139", - "y": "127", - "properties": { - "size": "16", - "text": "Order in roadmap not strict (Learn anytime)" - } - }, - { - "ID": "306", - "typeID": "Label", - "zOrder": "291", - "measuredW": "278", - "measuredH": "24", - "x": "138", - "y": "95", - "properties": { - "size": "16", - "text": "Alternative Option - Pick this or purple" - } - }, - { - "ID": "343", - "typeID": "Arrow", - "zOrder": "26", - "w": "92", - "h": "69", - "measuredW": "150", - "measuredH": "100", - "x": "850", - "y": "574", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 92, - "y": 68 - }, - "p1": { - "x": 0.343395080473732, - "y": 0.043000303674461074 - }, - "p2": { - "x": 0, - "y": -0.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "344", - "typeID": "Arrow", - "zOrder": "27", - "w": "79", - "h": "76", - "measuredW": "150", - "measuredH": "100", - "x": "405", - "y": "583", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 76 - }, - "p1": { - "x": 0.3525, - "y": -0.01749999999999997 - }, - "p2": { - "x": 79, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "345", - "typeID": "Arrow", - "zOrder": "28", - "w": "91", - "h": "26", - "measuredW": "150", - "measuredH": "100", - "x": "851", - "y": "571", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 91, - "y": 25 - }, - "p1": { - "x": 0.34339508047373385, - "y": 0.0430003036744574 - }, - "p2": { - "x": 0, - "y": -0.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "346", - "typeID": "Arrow", - "zOrder": "29", - "w": "90", - "h": "65", - "measuredW": "150", - "measuredH": "100", - "x": "851", - "y": "503", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 90, - "y": 0 - }, - "p1": { - "x": 0.4151543498596817, - "y": -0.02656688493919538 - }, - "p2": { - "x": 0, - "y": 65 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "347", - "typeID": "Arrow", - "zOrder": "30", - "w": "33", - "h": "126", - "measuredW": "150", - "measuredH": "100", - "x": "549", - "y": "584", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 33, - "y": -0.5 - }, - "p1": { - "x": 0.5325409551518356, - "y": -0.22124873952358126 - }, - "p2": { - "x": 24, - "y": 125.5 - }, - "rightArrow": "false" - } - }, - { - "ID": "348", - "typeID": "Arrow", - "zOrder": "31", - "w": "110", - "h": "23", - "measuredW": "150", - "measuredH": "100", - "x": "838", - "y": "548", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 110, - "y": 0 - }, - "p1": { - "x": 0.42038216560509556, - "y": 0.020700636942675134 - }, - "p2": { - "x": 0, - "y": 22.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "349", - "typeID": "Arrow", - "zOrder": "32", - "w": "92", - "h": "36", - "measuredW": "150", - "measuredH": "100", - "x": "401", - "y": "575", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 35 - }, - "p1": { - "x": 0.3525, - "y": -0.017500000000000012 - }, - "p2": { - "x": 91, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "350", - "typeID": "Arrow", - "zOrder": "33", - "w": "86", - "h": "8", - "measuredW": "150", - "measuredH": "100", - "x": "399", - "y": "567", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.35250000000000004, - "y": -0.01750000000000001 - }, - "p2": { - "x": 85, - "y": 7 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "351", - "typeID": "Arrow", - "zOrder": "34", - "w": "96", - "h": "60", - "measuredW": "150", - "measuredH": "100", - "x": "398", - "y": "515", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.3525, - "y": -0.017500000000000036 - }, - "p2": { - "x": 95, - "y": 59 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "352", - "typeID": "TextArea", - "zOrder": "293", - "w": "386", - "h": "54", - "measuredW": "200", - "measuredH": "140", - "x": "475", - "y": "543", - "properties": { - "color": "16776960" - } - }, - { - "ID": "353", - "typeID": "Label", - "zOrder": "294", - "measuredW": "283", - "measuredH": "25", - "x": "524", - "y": "558", - "properties": { - "bold": "true", - "size": "17", - "text": "Understand different OS Concepts" - } - }, - { - "ID": "356", - "typeID": "TextArea", - "zOrder": "35", - "w": "223", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "192", - "y": "451", - "properties": { - "color": "16770457" - } - }, - { - "ID": "357", - "typeID": "Label", - "zOrder": "36", - "w": "156", - "measuredW": "156", - "measuredH": "23", - "x": "226", - "y": "460", - "properties": { - "size": "15", - "text": "Process Management", - "bold": "true" - } - }, - { - "ID": "358", - "typeID": "TextArea", - "zOrder": "37", - "w": "223", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "192", - "y": "496", - "properties": { - "color": "16770457" - } - }, - { - "ID": "359", - "typeID": "Label", - "zOrder": "38", - "w": "187", - "measuredW": "185", - "measuredH": "23", - "x": "210", - "y": "506", - "properties": { - "size": "15", - "text": "Threads and Concurrency", - "bold": "true" - } - }, - { - "ID": "360", - "typeID": "TextArea", - "zOrder": "39", - "w": "223", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "192", - "y": "544", - "properties": { - "color": "16770457" - } - }, - { - "ID": "361", - "typeID": "Label", - "zOrder": "40", - "w": "66", - "measuredW": "59", - "measuredH": "23", - "x": "271", - "y": "553", - "properties": { - "size": "15", - "text": "Sockets", - "bold": "true" - } - }, - { - "ID": "362", - "typeID": "__group__", - "zOrder": "41", - "measuredW": "200", - "measuredH": "40", - "w": "200", - "h": "40", - "x": "933", - "y": "576", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "TextArea", - "zOrder": "0", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "0", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1", - "typeID": "Label", - "zOrder": "1", - "w": "123", - "measuredW": "120", - "measuredH": "23", - "x": "37", - "y": "8", - "properties": { - "bold": "true", - "size": "15", - "text": "Memory/Storage" - } - } - ] - } - } - }, - { - "ID": "363", - "typeID": "__group__", - "zOrder": "42", - "measuredW": "200", - "measuredH": "40", - "w": "200", - "h": "40", - "x": "933", - "y": "486", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "TextArea", - "zOrder": "0", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "0", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1", - "typeID": "Label", - "zOrder": "1", - "w": "123", - "measuredW": "121", - "measuredH": "23", - "x": "39", - "y": "9", - "properties": { - "bold": "true", - "size": "15", - "text": "I/O Management" - } - } - ] - } - } - }, - { - "ID": "364", - "typeID": "__group__", - "zOrder": "43", - "measuredW": "200", - "measuredH": "40", - "w": "200", - "h": "40", - "x": "933", - "y": "531", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "TextArea", - "zOrder": "0", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "0", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1", - "typeID": "Label", - "zOrder": "1", - "w": "102", - "measuredW": "96", - "measuredH": "23", - "x": "49", - "y": "9", - "properties": { - "bold": "true", - "size": "15", - "text": "Virtualization" - } - } - ] - } - } - }, - { - "ID": "365", - "typeID": "__group__", - "zOrder": "44", - "measuredW": "200", - "measuredH": "40", - "w": "200", - "h": "40", - "x": "933", - "y": "621", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "TextArea", - "zOrder": "0", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "0", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1", - "typeID": "Label", - "zOrder": "1", - "w": "104", - "measuredW": "94", - "measuredH": "23", - "x": "53", - "y": "8", - "properties": { - "bold": "true", - "size": "15", - "text": "File Systems" - } - } - ] - } - } - }, - { - "ID": "367", - "typeID": "TextArea", - "zOrder": "47", - "w": "222", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "193", - "y": "589", - "properties": { - "color": "16770457" - } - }, - { - "ID": "368", - "typeID": "Label", - "zOrder": "48", - "w": "102", - "measuredW": "101", - "measuredH": "23", - "x": "253", - "y": "599", - "properties": { - "size": "15", - "text": "POSIX Basics", - "bold": "true" - } - }, - { - "ID": "369", - "typeID": "Arrow", - "zOrder": "49", - "w": "43", - "h": "54", - "measuredW": "150", - "measuredH": "100", - "x": "953", - "y": "1551", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.5684273538382603, - "y": -0.01687523160685284 - }, - "p2": { - "x": 42, - "y": 53 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "370", - "typeID": "Arrow", - "zOrder": "50", - "w": "44", - "h": "65", - "measuredW": "150", - "measuredH": "100", - "x": "900", - "y": "1541", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 43, - "y": 0 - }, - "p1": { - "x": 0.56842735383826, - "y": -0.0168752316068528 - }, - "p2": { - "x": 0, - "y": 64 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "371", - "typeID": "Arrow", - "zOrder": "51", - "w": "202", - "h": "60", - "measuredW": "150", - "measuredH": "100", - "x": "978", - "y": "1464", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.6469975327179537, - "y": 0.1075014446130803 - }, - "p2": { - "x": 202, - "y": 60 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "372", - "typeID": "Arrow", - "zOrder": "52", - "w": "184", - "h": "4", - "measuredW": "150", - "measuredH": "100", - "x": "518", - "y": "2110", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.5602565472016198, - "y": 0.008192419689672631 - }, - "p2": { - "x": 184, - "y": 3.5 - }, - "rightArrow": "false" - } - }, - { - "ID": "373", - "typeID": "Arrow", - "zOrder": "53", - "w": "70", - "h": "48", - "measuredW": "150", - "measuredH": "100", - "x": "211", - "y": "2057", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 70, - "y": 45 - }, - "p1": { - "x": 0.5073725600337035, - "y": 0.26414829377896404 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "374", - "typeID": "Arrow", - "zOrder": "54", - "w": "42", - "h": "57", - "measuredW": "150", - "measuredH": "100", - "x": "656", - "y": "1951", - "properties": { - "color": "2848996", - "curvature": "-1", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 41.6666666666672, - "y": 0 - }, - "p1": { - "x": 0.5941112538286724, - "y": 0.04050983104436302 - }, - "p2": { - "x": 0, - "y": 56.66666666666674 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "375", - "typeID": "Arrow", - "zOrder": "55", - "w": "50", - "h": "282", - "measuredW": "150", - "measuredH": "100", - "x": "425", - "y": "1813", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 281 - }, - "p1": { - "x": 0.4804581786141355, - "y": -0.13676128138964064 - }, - "p2": { - "x": 22, - "y": 0 - }, - "rightArrow": "false" - } - }, - { - "ID": "376", - "typeID": "Arrow", - "zOrder": "56", - "w": "43", - "h": "1", - "measuredW": "150", - "measuredH": "100", - "x": "652", - "y": "1935", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 42.66666666666663, - "y": 1.328384025265565 - }, - "p1": { - "x": 0.5684273538382602, - "y": -0.016875231606852725 - }, - "p2": { - "x": 0, - "y": 0.383271768326493 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "377", - "typeID": "Arrow", - "zOrder": "57", - "w": "39", - "h": "43", - "measuredW": "150", - "measuredH": "100", - "x": "655", - "y": "1892", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 39, - "y": 43 - }, - "p1": { - "x": 0.5684273538382602, - "y": -0.016875231606852777 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "378", - "typeID": "Arrow", - "zOrder": "58", - "w": "39", - "h": "34", - "measuredW": "150", - "measuredH": "100", - "x": "655", - "y": "1942", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 33.66666666666674 - }, - "p1": { - "x": 0.4988, - "y": 0.031599999999999955 - }, - "p2": { - "x": 39.41051612824472, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "379", - "typeID": "Arrow", - "zOrder": "59", - "w": "20", - "h": "125", - "measuredW": "150", - "measuredH": "100", - "x": "753", - "y": "1803", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 20.33333333333337, - "y": 125.33333333333326 - }, - "p1": { - "x": 0.5684273538382596, - "y": -0.016875231606852812 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "380", - "typeID": "Arrow", - "zOrder": "60", - "w": "64", - "h": "79", - "measuredW": "150", - "measuredH": "100", - "x": "1005", - "y": "1861", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 64, - "y": 78.5 - }, - "p1": { - "x": 0.5684273538382597, - "y": -0.016875231606852663 - }, - "p2": { - "x": 0, - "y": -0.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "381", - "typeID": "Arrow", - "zOrder": "61", - "w": "31", - "h": "72", - "measuredW": "150", - "measuredH": "100", - "x": "940", - "y": "1863", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 71.5 - }, - "p1": { - "x": 0.5684273538382596, - "y": -0.016875231606852795 - }, - "p2": { - "x": 31, - "y": -0.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "382", - "typeID": "Arrow", - "zOrder": "62", - "w": "112", - "h": "165", - "measuredW": "150", - "measuredH": "100", - "x": "1051", - "y": "1800", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 112.33333333333326, - "y": 165.33333333333326 - }, - "p1": { - "x": 0.5684273538382603, - "y": -0.016875231606852836 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "383", - "typeID": "Arrow", - "zOrder": "63", - "w": "112", - "h": "41", - "measuredW": "150", - "measuredH": "100", - "x": "751", - "y": "1813", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 112.33333333333336, - "y": 40.66666666666674 - }, - "p1": { - "x": 0.5684273538382599, - "y": -0.016875231606852725 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "384", - "typeID": "Arrow", - "zOrder": "64", - "w": "104", - "h": "112", - "measuredW": "150", - "measuredH": "100", - "x": "1059", - "y": "1809", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 104.33333333333326, - "y": 111.66666666666674 - }, - "p1": { - "x": 0.5684273538382603, - "y": -0.01687523160685287 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "385", - "typeID": "Arrow", - "zOrder": "65", - "w": "103", - "h": "72", - "measuredW": "150", - "measuredH": "100", - "x": "1061", - "y": "1803", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 103, - "y": 72.33333333333326 - }, - "p1": { - "x": 0.5684273538382603, - "y": -0.016875231606852687 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "386", - "typeID": "Arrow", - "zOrder": "66", - "w": "105", - "h": "36", - "measuredW": "150", - "measuredH": "100", - "x": "1062", - "y": "1795", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 104.66666666666674, - "y": 35.66666666666674 - }, - "p1": { - "x": 0.56842735383826, - "y": -0.01687523160685275 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "387", - "typeID": "Arrow", - "zOrder": "67", - "w": "112", - "h": "8", - "measuredW": "150", - "measuredH": "100", - "x": "1058", - "y": "1787", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 112, - "y": 8.5 - }, - "p1": { - "x": 0.5684273538382604, - "y": -0.016875231606852763 - }, - "p2": { - "x": 0, - "y": 0.3303160195192092 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "388", - "typeID": "Arrow", - "zOrder": "68", - "w": "6", - "h": "154", - "measuredW": "150", - "measuredH": "100", - "x": "1194", - "y": "795", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 5, - "y": 153 - }, - "p1": { - "x": 0.3921652300076813, - "y": 0.00025603823504313615 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "389", - "typeID": "Arrow", - "zOrder": "69", - "w": "4", - "h": "108", - "measuredW": "150", - "measuredH": "100", - "x": "1150", - "y": "795", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 3, - "y": 107 - }, - "p1": { - "x": 0.39221504625589126, - "y": -0.0109966835398848 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "390", - "typeID": "Arrow", - "zOrder": "70", - "w": "6", - "h": "73", - "measuredW": "150", - "measuredH": "100", - "x": "1094", - "y": "791", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 5, - "y": 72 - }, - "p1": { - "x": 0.3433950804737322, - "y": 0.04300030367446098 - }, - "p2": { - "x": 1, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "391", - "typeID": "TextArea", - "zOrder": "71", - "w": "286", - "h": "64", - "measuredW": "200", - "measuredH": "140", - "x": "943", - "y": "932", - "properties": { - "color": "16770457" - } - }, - { - "ID": "392", - "typeID": "Label", - "zOrder": "72", - "w": "204", - "measuredW": "200", - "measuredH": "23", - "x": "984", - "y": "941", - "properties": { - "bold": "true", - "size": "15", - "text": "Compiling apps from source" - } - }, - { - "ID": "393", - "typeID": "TextArea", - "zOrder": "73", - "w": "188", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "943", - "y": "845", - "properties": { - "color": "16770457" - } - }, - { - "ID": "394", - "typeID": "Label", - "zOrder": "74", - "w": "153", - "measuredW": "152", - "measuredH": "23", - "x": "961", - "y": "854", - "properties": { - "bold": "true", - "size": "15", - "text": "Learn Bash Scripting" - } - }, - { - "ID": "395", - "typeID": "Label", - "zOrder": "75", - "w": "255", - "measuredW": "252", - "measuredH": "23", - "x": "959", - "y": "961", - "properties": { - "bold": "true", - "size": "15", - "text": "(gcc, make and other related stuff)" - } - }, - { - "ID": "396", - "typeID": "TextArea", - "zOrder": "76", - "w": "230", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "943", - "y": "889", - "properties": { - "color": "16770457" - } - }, - { - "ID": "397", - "typeID": "Label", - "zOrder": "77", - "w": "211", - "measuredW": "208", - "measuredH": "23", - "x": "953", - "y": "897", - "properties": { - "bold": "true", - "size": "15", - "text": "Vim/Nano/PowerShell/Emacs" - } - }, - { - "ID": "398", - "typeID": "TextArea", - "zOrder": "78", - "w": "270", - "h": "104", - "measuredW": "200", - "measuredH": "140", - "x": "668", - "y": "845" - }, - { - "ID": "399", - "typeID": "TextArea", - "zOrder": "79", - "w": "218", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "699", - "y": "851", - "properties": { - "borderColor": "16777215", - "color": "16770457" - } - }, - { - "ID": "400", - "typeID": "Label", - "zOrder": "80", - "w": "169", - "measuredW": "166", - "measuredH": "23", - "x": "723", - "y": "861", - "properties": { - "bold": "true", - "size": "15", - "text": "Text Manipulation Tools" - } - }, - { - "ID": "401", - "typeID": "Label", - "zOrder": "81", - "w": "231", - "measuredW": "225", - "measuredH": "22", - "x": "692", - "y": "894", - "properties": { - "bold": "true", - "size": "14", - "text": "awk, sed, grep, sort, uniq, cat, cut" - } - }, - { - "ID": "402", - "typeID": "Label", - "zOrder": "82", - "w": "228", - "measuredW": "209", - "measuredH": "22", - "x": "694", - "y": "917", - "properties": { - "bold": "true", - "size": "14", - "text": "echo, fmt, tr, nl, egrep, fgrep, wc" - } - }, - { - "ID": "403", - "typeID": "TextArea", - "zOrder": "83", - "w": "268", - "h": "78", - "measuredW": "200", - "measuredH": "140", - "x": "670", - "y": "953" - }, - { - "ID": "404", - "typeID": "TextArea", - "zOrder": "84", - "w": "218", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "704", - "y": "956", - "properties": { - "borderColor": "16777215", - "color": "16770457" - } - }, - { - "ID": "405", - "typeID": "Label", - "zOrder": "85", - "w": "169", - "measuredW": "139", - "measuredH": "23", - "x": "727", - "y": "966", - "properties": { - "bold": "true", - "size": "15", - "text": "Process Monitoring" - } - }, - { - "ID": "406", - "typeID": "Label", - "zOrder": "86", - "w": "159", - "measuredW": "147", - "measuredH": "22", - "x": "735", - "y": "999", - "properties": { - "bold": "true", - "size": "14", - "text": "ps, top, htop, atop, lsof" - } - }, - { - "ID": "407", - "typeID": "TextArea", - "zOrder": "87", - "w": "285", - "h": "78", - "measuredW": "200", - "measuredH": "140", - "x": "944", - "y": "1000" - }, - { - "ID": "408", - "typeID": "TextArea", - "zOrder": "88", - "w": "218", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "978", - "y": "1004", - "properties": { - "borderColor": "16777215", - "color": "16770457" - } - }, - { - "ID": "409", - "typeID": "Label", - "zOrder": "89", - "w": "169", - "measuredW": "153", - "measuredH": "23", - "x": "1002", - "y": "1014", - "properties": { - "bold": "true", - "size": "15", - "text": "System Performance" - } - }, - { - "ID": "410", - "typeID": "Label", - "zOrder": "90", - "w": "172", - "measuredW": "164", - "measuredH": "22", - "x": "1001", - "y": "1047", - "properties": { - "bold": "true", - "size": "14", - "text": "nmon, iostat, sar, vmstat" - } - }, - { - "ID": "411", - "typeID": "TextArea", - "zOrder": "91", - "w": "302", - "h": "126", - "measuredW": "200", - "measuredH": "140", - "x": "636", - "y": "1036" - }, - { - "ID": "412", - "typeID": "TextArea", - "zOrder": "92", - "w": "218", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "678", - "y": "1050", - "properties": { - "borderColor": "16777215", - "color": "16770457" - } - }, - { - "ID": "413", - "typeID": "Label", - "zOrder": "93", - "w": "68", - "measuredW": "60", - "measuredH": "23", - "x": "753", - "y": "1060", - "properties": { - "bold": "true", - "size": "15", - "text": "Network" - } - }, - { - "ID": "414", - "typeID": "Label", - "zOrder": "94", - "measuredW": "267", - "measuredH": "22", - "x": "653", - "y": "1097", - "properties": { - "bold": "true", - "size": "14", - "text": "nmap, tcpdump, ping, mtr, traceroute, dig" - } - }, - { - "ID": "415", - "typeID": "Label", - "zOrder": "95", - "measuredW": "256", - "measuredH": "22", - "x": "659", - "y": "1119", - "properties": { - "bold": "true", - "size": "14", - "text": "airmon, airodump, dig, iptables, netstat" - } - }, - { - "ID": "416", - "typeID": "TextArea", - "zOrder": "96", - "w": "285", - "h": "78", - "measuredW": "200", - "measuredH": "140", - "x": "944", - "y": "1083" - }, - { - "ID": "417", - "typeID": "TextArea", - "zOrder": "97", - "w": "76", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "955", - "y": "1101", - "properties": { - "borderColor": "16777215", - "color": "16770457" - } - }, - { - "ID": "418", - "typeID": "Label", - "zOrder": "98", - "measuredW": "51", - "measuredH": "23", - "x": "967", - "y": "1110", - "properties": { - "bold": "true", - "size": "15", - "text": "Others" - } - }, - { - "ID": "419", - "typeID": "Label", - "zOrder": "99", - "w": "172", - "measuredW": "172", - "measuredH": "22", - "x": "1042", - "y": "1100", - "properties": { - "bold": "true", - "size": "14", - "text": "strace, dtrace, systemtap" - } - }, - { - "ID": "420", - "typeID": "Label", - "zOrder": "100", - "w": "172", - "measuredW": "117", - "measuredH": "22", - "x": "1042", - "y": "1120", - "properties": { - "bold": "true", - "size": "14", - "text": "uname, df, history" - } - }, - { - "ID": "421", - "typeID": "Arrow", - "zOrder": "101", - "w": "118", - "h": "12", - "measuredW": "150", - "measuredH": "100", - "x": "751", - "y": "1794", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 118, - "y": 0 - }, - "p1": { - "x": 0.5684273538382598, - "y": -0.016875231606852746 - }, - "p2": { - "x": 0, - "y": 12 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "422", - "typeID": "Arrow", - "zOrder": "102", - "w": "97", - "h": "226", - "measuredW": "150", - "measuredH": "100", - "x": "346", - "y": "1562", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 97, - "y": 226 - }, - "p1": { - "x": 0.48668227841703593, - "y": 0.17571642771703422 - }, - "p2": { - "x": 6, - "y": 0 - }, - "rightArrow": "false" - } - }, - { - "ID": "423", - "typeID": "Arrow", - "zOrder": "103", - "w": "23", - "h": "46", - "measuredW": "150", - "measuredH": "100", - "x": "236", - "y": "1566", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.5684273538382602, - "y": -0.01687523160685285 - }, - "p2": { - "x": 23, - "y": 46 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "424", - "typeID": "Arrow", - "zOrder": "104", - "w": "411", - "h": "108", - "measuredW": "150", - "measuredH": "100", - "x": "299", - "y": "1441", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 411, - "y": 10 - }, - "p1": { - "x": 0.6352396370618576, - "y": -0.14317232031926508 - }, - "p2": { - "x": 0, - "y": 108 - }, - "rightArrow": "false" - } - }, - { - "ID": "425", - "typeID": "Arrow", - "zOrder": "105", - "w": "208", - "h": "55", - "measuredW": "150", - "measuredH": "100", - "x": "509", - "y": "1465", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 207, - "y": 0 - }, - "p1": { - "x": 0.6815856777493605, - "y": -0.0997442455242967 - }, - "p2": { - "x": 0, - "y": 54 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "426", - "typeID": "Arrow", - "zOrder": "106", - "w": "43", - "h": "54", - "measuredW": "150", - "measuredH": "100", - "x": "693", - "y": "1551", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.5684273538382603, - "y": -0.01687523160685284 - }, - "p2": { - "x": 42, - "y": 53 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "427", - "typeID": "Arrow", - "zOrder": "107", - "w": "44", - "h": "65", - "measuredW": "150", - "measuredH": "100", - "x": "640", - "y": "1541", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 43, - "y": 0 - }, - "p1": { - "x": 0.56842735383826, - "y": -0.0168752316068528 - }, - "p2": { - "x": 0, - "y": 64 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "428", - "typeID": "Arrow", - "zOrder": "108", - "w": "37", - "h": "70", - "measuredW": "150", - "measuredH": "100", - "x": "759", - "y": "1463", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 36, - "y": 0 - }, - "p1": { - "x": 0.56842735383826, - "y": -0.016875231606852722 - }, - "p2": { - "x": 0, - "y": 69 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "429", - "typeID": "Arrow", - "zOrder": "109", - "w": "3", - "h": "66", - "measuredW": "150", - "measuredH": "100", - "x": "1179", - "y": "1546", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 1, - "y": 0 - }, - "p1": { - "x": 0.56842735383826, - "y": -0.01687523160685271 - }, - "p2": { - "x": 2, - "y": 65 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "430", - "typeID": "Arrow", - "zOrder": "110", - "w": "32", - "h": "45", - "measuredW": "150", - "measuredH": "100", - "x": "927", - "y": "1479", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.5684273538382599, - "y": -0.01687523160685271 - }, - "p2": { - "x": 32, - "y": 45 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "433", - "typeID": "Arrow", - "zOrder": "113", - "w": "215", - "h": "58", - "measuredW": "150", - "measuredH": "100", - "x": "853", - "y": "724", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.6660415435106101, - "y": 0.10479646125935138 - }, - "p2": { - "x": 215, - "y": 58 - }, - "rightArrow": "false" - } - }, - { - "ID": "434", - "typeID": "Arrow", - "zOrder": "114", - "w": "3", - "h": "57", - "measuredW": "150", - "measuredH": "100", - "x": "311", - "y": "729", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 2, - "y": 0 - }, - "p1": { - "x": 0.35250000000000015, - "y": -0.017499999999999967 - }, - "p2": { - "x": 1, - "y": 56 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "435", - "typeID": "Arrow", - "zOrder": "115", - "w": "149", - "h": "220", - "measuredW": "150", - "measuredH": "100", - "x": "682", - "y": "1230", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.4950543028990049, - "y": 0.1974288076166585 - }, - "p2": { - "x": 149, - "y": 219 - }, - "rightArrow": "false" - } - }, - { - "ID": "436", - "typeID": "Arrow", - "zOrder": "116", - "w": "84", - "h": "96", - "measuredW": "150", - "measuredH": "100", - "x": "1010", - "y": "1290", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.3999439854362135, - "y": -0.036969612099145746 - }, - "p2": { - "x": 83, - "y": 95 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "437", - "typeID": "Arrow", - "zOrder": "117", - "w": "76", - "h": "60", - "measuredW": "150", - "measuredH": "100", - "x": "1016", - "y": "1280", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.39994398543621346, - "y": -0.03696961209914577 - }, - "p2": { - "x": 75, - "y": 59 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "438", - "typeID": "Arrow", - "zOrder": "118", - "w": "72", - "h": "16", - "measuredW": "150", - "measuredH": "100", - "x": "1020", - "y": "1274", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.3488372093023254, - "y": 0.005813953488372056 - }, - "p2": { - "x": 71, - "y": 15 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "439", - "typeID": "Arrow", - "zOrder": "119", - "w": "75", - "h": "19", - "measuredW": "150", - "measuredH": "100", - "x": "1010", - "y": "1248", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 18 - }, - "p1": { - "x": 0.348837209302325, - "y": 0.005813953488372172 - }, - "p2": { - "x": 74, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "440", - "typeID": "Arrow", - "zOrder": "120", - "w": "161", - "h": "130", - "measuredW": "150", - "measuredH": "100", - "x": "434", - "y": "1075", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.4699936081058687, - "y": -0.10231765346464336 - }, - "p2": { - "x": 160, - "y": 129 - }, - "rightArrow": "false" - } - }, - { - "ID": "441", - "typeID": "Arrow", - "zOrder": "121", - "w": "166", - "h": "260", - "measuredW": "150", - "measuredH": "100", - "x": "438", - "y": "801", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 164, - "y": -0.5 - }, - "p1": { - "x": 0.46455424481946656, - "y": 0.17574311799322478 - }, - "p2": { - "x": 0, - "y": 259 - }, - "rightArrow": "false" - } - }, - { - "ID": "442", - "typeID": "Arrow", - "zOrder": "122", - "w": "147", - "h": "4", - "measuredW": "150", - "measuredH": "100", - "x": "347", - "y": "722", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.35159873077861853, - "y": -0.002318769831584085 - }, - "p2": { - "x": 146, - "y": 3 - }, - "rightArrow": "false" - } - }, - { - "ID": "443", - "typeID": "TextArea", - "zOrder": "123", - "w": "386", - "h": "127", - "measuredW": "200", - "measuredH": "140", - "x": "481", - "y": "686", - "properties": { - "color": "16776960" - } - }, - { - "ID": "444", - "typeID": "Label", - "zOrder": "124", - "measuredW": "249", - "measuredH": "25", - "x": "549", - "y": "701", - "properties": { - "bold": "true", - "size": "17", - "text": "Learn about Managing Servers" - } - }, - { - "ID": "447", - "typeID": "Label", - "zOrder": "125", - "measuredW": "352", - "measuredH": "23", - "x": "498", - "y": "728", - "properties": { - "size": "15", - "text": "Get some administration knowledge in some OS. Go" - } - }, - { - "ID": "448", - "typeID": "Label", - "zOrder": "126", - "w": "352", - "measuredW": "369", - "measuredH": "23", - "x": "498", - "y": "752", - "properties": { - "size": "15", - "text": "with any Linux distro. Pick Ubuntu if you have a little to" - } - }, - { - "ID": "449", - "typeID": "Label", - "zOrder": "127", - "w": "183", - "measuredW": "173", - "measuredH": "23", - "x": "582", - "y": "777", - "properties": { - "size": "15", - "text": "no experience with Linux." - } - }, - { - "ID": "450", - "typeID": "TextArea", - "zOrder": "128", - "w": "114", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "250", - "y": "775", - "properties": { - "color": "16770457" - } - }, - { - "ID": "451", - "typeID": "Label", - "zOrder": "129", - "w": "38", - "measuredW": "38", - "measuredH": "23", - "x": "291", - "y": "784", - "properties": { - "bold": "true", - "size": "15", - "text": "Linux" - } - }, - { - "ID": "452", - "typeID": "TextArea", - "zOrder": "130", - "w": "113", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "250", - "y": "820", - "properties": { - "color": "16770457" - } - }, - { - "ID": "453", - "typeID": "Label", - "zOrder": "131", - "w": "35", - "measuredW": "32", - "measuredH": "23", - "x": "292", - "y": "829", - "properties": { - "bold": "true", - "size": "15", - "text": "Unix" - } - }, - { - "ID": "454", - "typeID": "TextArea", - "zOrder": "132", - "w": "112", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "251", - "y": "864", - "properties": { - "color": "16770457" - } - }, - { - "ID": "455", - "typeID": "Label", - "zOrder": "133", - "w": "67", - "measuredW": "64", - "measuredH": "23", - "x": "274", - "y": "873", - "properties": { - "bold": "true", - "size": "15", - "text": "Windows" - } - }, - { - "ID": "456", - "typeID": "TextArea", - "zOrder": "134", - "w": "364", - "h": "49", - "measuredW": "200", - "measuredH": "140", - "x": "92", - "y": "1031", - "properties": { - "color": "16776960" - } - }, - { - "ID": "459", - "typeID": "Label", - "zOrder": "135", - "measuredW": "285", - "measuredH": "25", - "x": "133", - "y": "1043", - "properties": { - "bold": "true", - "size": "17", - "text": "Networking, Security and Protocols" - } - }, - { - "ID": "472", - "typeID": "TextArea", - "zOrder": "136", - "w": "386", - "h": "49", - "measuredW": "200", - "measuredH": "140", - "x": "400", - "y": "1194", - "properties": { - "color": "16776960" - } - }, - { - "ID": "475", - "typeID": "Label", - "zOrder": "137", - "w": "337", - "measuredW": "346", - "measuredH": "25", - "x": "426", - "y": "1206", - "properties": { - "bold": "true", - "size": "17", - "text": "What is and how to setup a ____________" - } - }, - { - "ID": "476", - "typeID": "TextArea", - "zOrder": "138", - "w": "161", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "858", - "y": "1258", - "properties": { - "color": "16776960" - } - }, - { - "ID": "477", - "typeID": "Label", - "zOrder": "139", - "measuredW": "85", - "measuredH": "23", - "x": "894", - "y": "1267", - "properties": { - "bold": "true", - "size": "15", - "text": "Web Server" - } - }, - { - "ID": "478", - "typeID": "TextArea", - "zOrder": "140", - "w": "144", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "402", - "y": "1320", - "properties": { - "color": "16776960" - } - }, - { - "ID": "479", - "typeID": "Label", - "zOrder": "141", - "w": "108", - "measuredW": "102", - "measuredH": "23", - "x": "423", - "y": "1329", - "properties": { - "bold": "true", - "size": "15", - "text": "Forward Proxy" - } - }, - { - "ID": "480", - "typeID": "TextArea", - "zOrder": "142", - "w": "161", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "552", - "y": "1277", - "properties": { - "color": "16776960" - } - }, - { - "ID": "481", - "typeID": "Label", - "zOrder": "143", - "w": "110", - "measuredW": "111", - "measuredH": "23", - "x": "578", - "y": "1286", - "properties": { - "bold": "true", - "size": "15", - "text": "Caching Server" - } - }, - { - "ID": "482", - "typeID": "TextArea", - "zOrder": "144", - "w": "102", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1085", - "y": "1273", - "properties": { - "color": "16770457" - } - }, - { - "ID": "483", - "typeID": "Label", - "zOrder": "145", - "w": "64", - "measuredW": "55", - "measuredH": "23", - "x": "1107", - "y": "1282", - "properties": { - "bold": "true", - "size": "15", - "text": "Apache" - } - }, - { - "ID": "484", - "typeID": "TextArea", - "zOrder": "146", - "w": "104", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1085", - "y": "1228", - "properties": { - "color": "16770457" - } - }, - { - "ID": "485", - "typeID": "Label", - "zOrder": "147", - "w": "43", - "measuredW": "40", - "measuredH": "23", - "x": "1116", - "y": "1237", - "properties": { - "bold": "true", - "size": "15", - "text": "Nginx" - } - }, - { - "ID": "486", - "typeID": "TextArea", - "zOrder": "148", - "w": "104", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1084", - "y": "1317", - "properties": { - "color": "16770457" - } - }, - { - "ID": "487", - "typeID": "Label", - "zOrder": "149", - "w": "57", - "measuredW": "54", - "measuredH": "23", - "x": "1109", - "y": "1326", - "properties": { - "bold": "true", - "size": "15", - "text": "Tomcat" - } - }, - { - "ID": "488", - "typeID": "TextArea", - "zOrder": "150", - "w": "104", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1086", - "y": "1362", - "properties": { - "color": "16770457" - } - }, - { - "ID": "489", - "typeID": "Label", - "zOrder": "151", - "w": "49", - "measuredW": "46", - "measuredH": "23", - "x": "1114", - "y": "1371", - "properties": { - "bold": "true", - "size": "15", - "text": "Caddy" - } - }, - { - "ID": "490", - "typeID": "TextArea", - "zOrder": "152", - "w": "104", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1085", - "y": "1183", - "properties": { - "color": "16770457" - } - }, - { - "ID": "491", - "typeID": "Label", - "zOrder": "153", - "w": "29", - "measuredW": "22", - "measuredH": "23", - "x": "1123", - "y": "1192", - "properties": { - "bold": "true", - "size": "15", - "text": "IIS" - } - }, - { - "ID": "492", - "typeID": "TextArea", - "zOrder": "154", - "w": "143", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "403", - "y": "1276", - "properties": { - "color": "16776960" - } - }, - { - "ID": "493", - "typeID": "Label", - "zOrder": "155", - "w": "119", - "measuredW": "103", - "measuredH": "23", - "x": "416", - "y": "1285", - "properties": { - "bold": "true", - "size": "15", - "text": "Reverse Proxy" - } - }, - { - "ID": "494", - "typeID": "TextArea", - "zOrder": "156", - "w": "161", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "551", - "y": "1320", - "properties": { - "color": "16776960" - } - }, - { - "ID": "495", - "typeID": "Label", - "zOrder": "157", - "w": "110", - "measuredW": "106", - "measuredH": "23", - "x": "577", - "y": "1329", - "properties": { - "bold": "true", - "size": "15", - "text": "Load Balancer" - } - }, - { - "ID": "496", - "typeID": "TextArea", - "zOrder": "158", - "w": "311", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "402", - "y": "1365", - "properties": { - "color": "16776960" - } - }, - { - "ID": "497", - "typeID": "Label", - "zOrder": "159", - "w": "60", - "measuredW": "54", - "measuredH": "23", - "x": "528", - "y": "1374", - "properties": { - "bold": "true", - "size": "15", - "text": "Firewall" - } - }, - { - "ID": "498", - "typeID": "TextArea", - "zOrder": "160", - "w": "311", - "h": "49", - "measuredW": "200", - "measuredH": "140", - "x": "693", - "y": "1432", - "properties": { - "color": "16776960" - } - }, - { - "ID": "501", - "typeID": "Label", - "zOrder": "161", - "measuredW": "241", - "measuredH": "25", - "x": "728", - "y": "1443", - "properties": { - "bold": "true", - "size": "17", - "text": "Learn Infrastructure as Code" - } - }, - { - "ID": "502", - "typeID": "TextArea", - "zOrder": "162", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "215", - "y": "704", - "properties": { - "color": "16776960" - } - }, - { - "ID": "503", - "typeID": "Label", - "zOrder": "163", - "w": "130", - "measuredW": "130", - "measuredH": "23", - "x": "250", - "y": "713", - "properties": { - "bold": "true", - "size": "15", - "text": "Operating System" - } - }, - { - "ID": "504", - "typeID": "TextArea", - "zOrder": "164", - "w": "216", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1004", - "y": "761", - "properties": { - "color": "16776960" - } - }, - { - "ID": "505", - "typeID": "Label", - "zOrder": "165", - "measuredW": "172", - "measuredH": "23", - "x": "1026", - "y": "770", - "properties": { - "bold": "true", - "size": "15", - "text": "Learn to live in Terminal" - } - }, - { - "ID": "506", - "typeID": "TextArea", - "zOrder": "166", - "w": "253", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1060", - "y": "1516", - "properties": { - "color": "16776960" - } - }, - { - "ID": "507", - "typeID": "Label", - "zOrder": "167", - "measuredW": "218", - "measuredH": "25", - "x": "1081", - "y": "1524", - "properties": { - "bold": "true", - "size": "17", - "text": "Infrastructure Provisioning" - } - }, - { - "ID": "508", - "typeID": "TextArea", - "zOrder": "168", - "w": "152", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1103", - "y": "1577", - "properties": { - "color": "16770457" - } - }, - { - "ID": "509", - "typeID": "Label", - "zOrder": "169", - "w": "75", - "measuredW": "72", - "measuredH": "23", - "x": "1141", - "y": "1586", - "properties": { - "bold": "true", - "size": "15", - "text": "Terraform" - } - }, - { - "ID": "510", - "typeID": "TextArea", - "zOrder": "170", - "w": "152", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1103", - "y": "1621", - "properties": { - "color": "16770457" - } - }, - { - "ID": "511", - "typeID": "Label", - "zOrder": "171", - "measuredW": "113", - "measuredH": "23", - "x": "1122", - "y": "1630", - "properties": { - "bold": "true", - "size": "15", - "text": "CloudFormation" - } - }, - { - "ID": "512", - "typeID": "TextArea", - "zOrder": "172", - "w": "253", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "571", - "y": "1515", - "properties": { - "color": "16776960" - } - }, - { - "ID": "513", - "typeID": "Label", - "zOrder": "173", - "measuredW": "218", - "measuredH": "25", - "x": "590", - "y": "1523", - "properties": { - "bold": "true", - "size": "17", - "text": "Configuration Management" - } - }, - { - "ID": "514", - "typeID": "TextArea", - "zOrder": "174", - "w": "116", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "577", - "y": "1595", - "properties": { - "color": "16770457" - } - }, - { - "ID": "515", - "typeID": "Label", - "zOrder": "175", - "w": "59", - "measuredW": "53", - "measuredH": "23", - "x": "606", - "y": "1604", - "properties": { - "bold": "true", - "size": "15", - "text": "Ansible" - } - }, - { - "ID": "516", - "typeID": "TextArea", - "zOrder": "176", - "w": "116", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "577", - "y": "1638", - "properties": { - "color": "16770457" - } - }, - { - "ID": "517", - "typeID": "Label", - "zOrder": "177", - "w": "48", - "measuredW": "37", - "measuredH": "23", - "x": "611", - "y": "1648", - "properties": { - "bold": "true", - "size": "15", - "text": "Chef" - } - }, - { - "ID": "518", - "typeID": "TextArea", - "zOrder": "178", - "w": "107", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "696", - "y": "1638", - "properties": { - "color": "16770457" - } - }, - { - "ID": "519", - "typeID": "Label", - "zOrder": "179", - "measuredW": "53", - "measuredH": "23", - "x": "726", - "y": "1647", - "properties": { - "bold": "true", - "size": "15", - "text": "Puppet" - } - }, - { - "ID": "520", - "typeID": "TextArea", - "zOrder": "180", - "w": "107", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "697", - "y": "1595", - "properties": { - "color": "16770457" - } - }, - { - "ID": "521", - "typeID": "Label", - "zOrder": "181", - "w": "51", - "measuredW": "30", - "measuredH": "23", - "x": "731", - "y": "1604", - "properties": { - "bold": "true", - "size": "15", - "text": "Salt" - } - }, - { - "ID": "522", - "typeID": "TextArea", - "zOrder": "182", - "w": "311", - "h": "49", - "measuredW": "200", - "measuredH": "140", - "x": "65", - "y": "1529", - "properties": { - "color": "16776960" - } - }, - { - "ID": "525", - "typeID": "Label", - "zOrder": "183", - "measuredW": "190", - "measuredH": "25", - "x": "126", - "y": "1541", - "properties": { - "bold": "true", - "size": "17", - "text": "Learn some CI/CD Tool" - } - }, - { - "ID": "526", - "typeID": "TextArea", - "zOrder": "184", - "w": "124", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "203", - "y": "1600", - "properties": { - "color": "16770457" - } - }, - { - "ID": "527", - "typeID": "Label", - "zOrder": "185", - "w": "59", - "measuredW": "55", - "measuredH": "23", - "x": "235", - "y": "1609", - "properties": { - "bold": "true", - "size": "15", - "text": "Jenkins" - } - }, - { - "ID": "528", - "typeID": "TextArea", - "zOrder": "186", - "w": "124", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "203", - "y": "1643", - "properties": { - "color": "16770457" - } - }, - { - "ID": "529", - "typeID": "Label", - "zOrder": "187", - "w": "65", - "measuredW": "64", - "measuredH": "23", - "x": "232", - "y": "1652", - "properties": { - "bold": "true", - "size": "15", - "text": "Travis CI" - } - }, - { - "ID": "530", - "typeID": "Arrow", - "zOrder": "188", - "w": "2", - "h": "58", - "measuredW": "150", - "measuredH": "100", - "x": "487", - "y": "1541", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 1, - "y": 0 - }, - "p1": { - "x": 0.56842735383826, - "y": -0.016875231606852763 - }, - "p2": { - "x": 1, - "y": 57 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "531", - "typeID": "TextArea", - "zOrder": "189", - "w": "139", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "425", - "y": "1515", - "properties": { - "color": "16776960" - } - }, - { - "ID": "532", - "typeID": "Label", - "zOrder": "190", - "measuredW": "90", - "measuredH": "25", - "x": "450", - "y": "1523", - "properties": { - "bold": "true", - "size": "17", - "text": "Containers" - } - }, - { - "ID": "533", - "typeID": "TextArea", - "zOrder": "191", - "w": "116", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "425", - "y": "1595", - "properties": { - "color": "16770457" - } - }, - { - "ID": "534", - "typeID": "Label", - "zOrder": "192", - "w": "59", - "measuredW": "52", - "measuredH": "23", - "x": "454", - "y": "1604", - "properties": { - "bold": "true", - "size": "15", - "text": "Docker" - } - }, - { - "ID": "535", - "typeID": "TextArea", - "zOrder": "193", - "w": "116", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "425", - "y": "1638", - "properties": { - "color": "16770457" - } - }, - { - "ID": "536", - "typeID": "Label", - "zOrder": "194", - "w": "29", - "measuredW": "22", - "measuredH": "23", - "x": "469", - "y": "1648", - "properties": { - "bold": "true", - "size": "15", - "text": "rkt" - } - }, - { - "ID": "537", - "typeID": "TextArea", - "zOrder": "195", - "w": "116", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "425", - "y": "1681", - "properties": { - "color": "16770457" - } - }, - { - "ID": "538", - "typeID": "Label", - "zOrder": "196", - "w": "38", - "measuredW": "31", - "measuredH": "23", - "x": "469", - "y": "1690", - "properties": { - "bold": "true", - "size": "15", - "text": "LXC" - } - }, - { - "ID": "539", - "typeID": "TextArea", - "zOrder": "197", - "w": "125", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "202", - "y": "1687", - "properties": { - "color": "16770457" - } - }, - { - "ID": "540", - "typeID": "Label", - "zOrder": "198", - "measuredW": "69", - "measuredH": "23", - "x": "229", - "y": "1696", - "properties": { - "bold": "true", - "size": "15", - "text": "TeamCity" - } - }, - { - "ID": "543", - "typeID": "TextArea", - "zOrder": "199", - "w": "125", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "202", - "y": "1732", - "properties": { - "color": "16770457" - } - }, - { - "ID": "544", - "typeID": "Label", - "zOrder": "200", - "w": "65", - "measuredW": "64", - "measuredH": "23", - "x": "232", - "y": "1740", - "properties": { - "bold": "true", - "size": "15", - "text": "Circle CI" - } - }, - { - "ID": "545", - "typeID": "TextArea", - "zOrder": "201", - "w": "453", - "h": "49", - "measuredW": "200", - "measuredH": "140", - "x": "319", - "y": "1786", - "properties": { - "color": "16776960" - } - }, - { - "ID": "548", - "typeID": "Label", - "zOrder": "202", - "measuredW": "403", - "measuredH": "25", - "x": "347", - "y": "1798", - "properties": { - "bold": "true", - "size": "17", - "text": "Learn how to monitor software and infrastructure" - } - }, - { - "ID": "549", - "typeID": "TextArea", - "zOrder": "203", - "w": "206", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "861", - "y": "1774", - "properties": { - "color": "16776960" - } - }, - { - "ID": "550", - "typeID": "Label", - "zOrder": "204", - "w": "185", - "measuredW": "182", - "measuredH": "23", - "x": "873", - "y": "1783", - "properties": { - "bold": "true", - "size": "15", - "text": "Infrastructure Monitoring" - } - }, - { - "ID": "551", - "typeID": "TextArea", - "zOrder": "205", - "w": "130", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1161", - "y": "1773", - "properties": { - "color": "16770457" - } - }, - { - "ID": "552", - "typeID": "Label", - "zOrder": "206", - "measuredW": "49", - "measuredH": "23", - "x": "1201", - "y": "1782", - "properties": { - "bold": "true", - "size": "15", - "text": "Nagios" - } - }, - { - "ID": "553", - "typeID": "TextArea", - "zOrder": "207", - "w": "130", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1161", - "y": "1817", - "properties": { - "color": "16770457" - } - }, - { - "ID": "554", - "typeID": "Label", - "zOrder": "208", - "measuredW": "58", - "measuredH": "23", - "x": "1197", - "y": "1826", - "properties": { - "bold": "true", - "size": "15", - "text": "Grafana" - } - }, - { - "ID": "555", - "typeID": "TextArea", - "zOrder": "209", - "w": "130", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1160", - "y": "1948", - "properties": { - "color": "16770457" - } - }, - { - "ID": "556", - "typeID": "Label", - "zOrder": "210", - "measuredW": "61", - "measuredH": "23", - "x": "1194", - "y": "1957", - "properties": { - "bold": "true", - "size": "15", - "text": "Datadog" - } - }, - { - "ID": "557", - "typeID": "TextArea", - "zOrder": "211", - "w": "129", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1161", - "y": "1861", - "properties": { - "color": "16770457" - } - }, - { - "ID": "558", - "typeID": "Label", - "zOrder": "212", - "measuredW": "49", - "measuredH": "23", - "x": "1201", - "y": "1870", - "properties": { - "bold": "true", - "size": "15", - "text": "Zabbix" - } - }, - { - "ID": "559", - "typeID": "TextArea", - "zOrder": "213", - "w": "206", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "855", - "y": "1840", - "properties": { - "color": "16776960" - } - }, - { - "ID": "560", - "typeID": "Label", - "zOrder": "214", - "w": "185", - "measuredW": "159", - "measuredH": "23", - "x": "868", - "y": "1849", - "properties": { - "bold": "true", - "size": "15", - "text": "Application Monitoring" - } - }, - { - "ID": "561", - "typeID": "TextArea", - "zOrder": "215", - "w": "129", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1161", - "y": "1904", - "properties": { - "color": "16770457" - } - }, - { - "ID": "562", - "typeID": "Label", - "zOrder": "216", - "w": "41", - "measuredW": "41", - "measuredH": "23", - "x": "1205", - "y": "1913", - "properties": { - "bold": "true", - "size": "15", - "text": "Monit" - } - }, - { - "ID": "563", - "typeID": "TextArea", - "zOrder": "217", - "w": "127", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "892", - "y": "1924", - "properties": { - "color": "16770457" - } - }, - { - "ID": "564", - "typeID": "Label", - "zOrder": "218", - "measuredW": "51", - "measuredH": "23", - "x": "930", - "y": "1933", - "properties": { - "bold": "true", - "size": "15", - "text": "Jaeger" - } - }, - { - "ID": "565", - "typeID": "TextArea", - "zOrder": "219", - "w": "92", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1026", - "y": "1924", - "properties": { - "color": "16770457" - } - }, - { - "ID": "566", - "typeID": "Label", - "zOrder": "220", - "measuredW": "72", - "measuredH": "23", - "x": "1036", - "y": "1933", - "properties": { - "bold": "true", - "size": "15", - "text": "New Relic" - } - }, - { - "ID": "567", - "typeID": "TextArea", - "zOrder": "221", - "w": "189", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "691", - "y": "1925", - "properties": { - "color": "16776960" - } - }, - { - "ID": "568", - "typeID": "Label", - "zOrder": "222", - "measuredW": "132", - "measuredH": "23", - "x": "720", - "y": "1933", - "properties": { - "bold": "true", - "size": "15", - "text": "Logs Management" - } - }, - { - "ID": "569", - "typeID": "TextArea", - "zOrder": "223", - "w": "149", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "508", - "y": "1871", - "properties": { - "color": "16770457" - } - }, - { - "ID": "570", - "typeID": "Label", - "zOrder": "224", - "measuredW": "96", - "measuredH": "23", - "x": "536", - "y": "1880", - "properties": { - "bold": "true", - "size": "15", - "text": "Elastic Stack" - } - }, - { - "ID": "571", - "typeID": "TextArea", - "zOrder": "225", - "w": "149", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "509", - "y": "1915", - "properties": { - "color": "16770457" - } - }, - { - "ID": "572", - "typeID": "Label", - "zOrder": "226", - "w": "59", - "measuredW": "55", - "measuredH": "23", - "x": "550", - "y": "1924", - "properties": { - "bold": "true", - "size": "15", - "text": "Graylog" - } - }, - { - "ID": "573", - "typeID": "TextArea", - "zOrder": "227", - "w": "149", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "509", - "y": "1959", - "properties": { - "color": "16770457" - } - }, - { - "ID": "574", - "typeID": "Label", - "zOrder": "228", - "w": "53", - "measuredW": "48", - "measuredH": "23", - "x": "558", - "y": "1967", - "properties": { - "bold": "true", - "size": "15", - "text": "Splunk" - } - }, - { - "ID": "575", - "typeID": "TextArea", - "zOrder": "229", - "w": "149", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "510", - "y": "2003", - "properties": { - "color": "16770457" - } - }, - { - "ID": "576", - "typeID": "Label", - "zOrder": "230", - "w": "79", - "measuredW": "70", - "measuredH": "23", - "x": "549", - "y": "2011", - "properties": { - "bold": "true", - "size": "15", - "text": "Papertrail" - } - }, - { - "ID": "577", - "typeID": "TextArea", - "zOrder": "231", - "w": "258", - "h": "49", - "measuredW": "200", - "measuredH": "140", - "x": "268", - "y": "2087", - "properties": { - "color": "16776960" - } - }, - { - "ID": "580", - "typeID": "Label", - "zOrder": "232", - "measuredW": "128", - "measuredH": "25", - "x": "333", - "y": "2099", - "properties": { - "bold": "true", - "size": "17", - "text": "Cloud Providers" - } - }, - { - "ID": "581", - "typeID": "TextArea", - "zOrder": "233", - "w": "149", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "129", - "y": "1848", - "properties": { - "color": "16770457" - } - }, - { - "ID": "582", - "typeID": "Label", - "zOrder": "234", - "w": "43", - "measuredW": "35", - "measuredH": "23", - "x": "182", - "y": "1857", - "properties": { - "bold": "true", - "size": "15", - "text": "AWS" - } - }, - { - "ID": "583", - "typeID": "TextArea", - "zOrder": "235", - "w": "149", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "129", - "y": "1892", - "properties": { - "color": "16770457" - } - }, - { - "ID": "584", - "typeID": "Label", - "zOrder": "236", - "w": "100", - "measuredW": "96", - "measuredH": "23", - "x": "154", - "y": "1901", - "properties": { - "bold": "true", - "size": "15", - "text": "Google Cloud" - } - }, - { - "ID": "585", - "typeID": "TextArea", - "zOrder": "237", - "w": "149", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "129", - "y": "1936", - "properties": { - "color": "16770457" - } - }, - { - "ID": "586", - "typeID": "Label", - "zOrder": "238", - "w": "47", - "measuredW": "43", - "measuredH": "23", - "x": "180", - "y": "1945", - "properties": { - "bold": "true", - "size": "15", - "text": "Azure" - } - }, - { - "ID": "587", - "typeID": "TextArea", - "zOrder": "239", - "w": "149", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "126", - "y": "2166", - "properties": { - "color": "16770457" - } - }, - { - "ID": "588", - "typeID": "Label", - "zOrder": "240", - "w": "99", - "measuredW": "98", - "measuredH": "23", - "x": "154", - "y": "2175", - "properties": { - "bold": "true", - "size": "15", - "text": "Digital Ocean" - } - }, - { - "ID": "589", - "typeID": "TextArea", - "zOrder": "241", - "w": "149", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "129", - "y": "1980", - "properties": { - "color": "16770457" - } - }, - { - "ID": "590", - "typeID": "Label", - "zOrder": "242", - "w": "66", - "measuredW": "52", - "measuredH": "23", - "x": "171", - "y": "1988", - "properties": { - "bold": "true", - "size": "15", - "text": "Heroku" - } - }, - { - "ID": "591", - "typeID": "Label", - "zOrder": "243", - "measuredW": "166", - "measuredH": "32", - "x": "671", - "y": "2271", - "properties": { - "bold": "true", - "size": "24", - "text": "Keep Learning" - } - }, - { - "ID": "592", - "typeID": "TextArea", - "zOrder": "244", - "w": "219", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "833", - "y": "1515", - "properties": { - "color": "16776960" - } - }, - { - "ID": "593", - "typeID": "Label", - "zOrder": "245", - "measuredW": "197", - "measuredH": "25", - "x": "843", - "y": "1523", - "properties": { - "bold": "true", - "size": "17", - "text": "Container Orchestration" - } - }, - { - "ID": "594", - "typeID": "TextArea", - "zOrder": "246", - "w": "124", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "833", - "y": "1596", - "properties": { - "color": "16770457" - } - }, - { - "ID": "595", - "typeID": "Label", - "zOrder": "247", - "w": "88", - "measuredW": "85", - "measuredH": "23", - "x": "851", - "y": "1605", - "properties": { - "bold": "true", - "size": "15", - "text": "Kubernetes" - } - }, - { - "ID": "596", - "typeID": "TextArea", - "zOrder": "248", - "w": "99", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "963", - "y": "1597", - "properties": { - "color": "16770457" - } - }, - { - "ID": "597", - "typeID": "Label", - "zOrder": "249", - "w": "51", - "measuredW": "48", - "measuredH": "23", - "x": "984", - "y": "1606", - "properties": { - "bold": "true", - "size": "15", - "text": "Mesos" - } - }, - { - "ID": "598", - "typeID": "TextArea", - "zOrder": "250", - "w": "124", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "833", - "y": "1639", - "properties": { - "color": "16770457" - } - }, - { - "ID": "599", - "typeID": "Label", - "zOrder": "251", - "measuredW": "104", - "measuredH": "23", - "x": "843", - "y": "1648", - "properties": { - "bold": "true", - "size": "15", - "text": "Docker Swarm" - } - }, - { - "ID": "600", - "typeID": "TextArea", - "zOrder": "252", - "w": "99", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "963", - "y": "1640", - "properties": { - "color": "16770457" - } - }, - { - "ID": "601", - "typeID": "Label", - "zOrder": "253", - "w": "51", - "measuredW": "51", - "measuredH": "23", - "x": "984", - "y": "1649", - "properties": { - "bold": "true", - "size": "15", - "text": "Nomad" - } - }, - { - "ID": "602", - "typeID": "Arrow", - "zOrder": "25", - "w": "78", - "h": "3", - "measuredW": "150", - "measuredH": "100", - "x": "347", - "y": "841", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 78, - "y": 0 - }, - "p1": { - "x": 0.540997830802603, - "y": 0.03210412147505423 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "603", - "typeID": "TextArea", - "zOrder": "295", - "w": "122", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "404", - "y": "825", - "properties": { - "color": "16770457" - } - }, - { - "ID": "604", - "typeID": "Label", - "zOrder": "296", - "w": "65", - "measuredW": "64", - "measuredH": "23", - "x": "432", - "y": "834", - "properties": { - "bold": "true", - "size": "15", - "text": "FreeBSD" - } - }, - { - "ID": "605", - "typeID": "TextArea", - "zOrder": "297", - "w": "122", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "404", - "y": "869", - "properties": { - "color": "16770457" - } - }, - { - "ID": "606", - "typeID": "Label", - "zOrder": "298", - "w": "70", - "measuredW": "70", - "measuredH": "23", - "x": "430", - "y": "878", - "properties": { - "bold": "true", - "size": "15", - "text": "OpenBSD" - } - }, - { - "ID": "607", - "typeID": "TextArea", - "zOrder": "299", - "w": "122", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "404", - "y": "913", - "properties": { - "color": "16770457" - } - }, - { - "ID": "608", - "typeID": "Label", - "zOrder": "300", - "w": "59", - "measuredW": "58", - "measuredH": "23", - "x": "435", - "y": "922", - "properties": { - "bold": "true", - "size": "15", - "text": "NetBSD" - } - }, - { - "ID": "610", - "typeID": "Arrow", - "zOrder": "24", - "w": "99", - "h": "2", - "measuredW": "150", - "measuredH": "100", - "x": "166", - "y": "796", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 99, - "y": 0 - }, - "p1": { - "x": 0.5556179058793521, - "y": 0.012345364111720445 - }, - "p2": { - "x": 0, - "y": 0.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "623", - "typeID": "__group__", - "zOrder": "306", - "measuredW": "110", - "measuredH": "40", - "w": "110", - "h": "40", - "x": "86", - "y": "697", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "TextArea", - "zOrder": "0", - "w": "110", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "0", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1", - "typeID": "Label", - "zOrder": "1", - "w": "84", - "measuredW": "83", - "measuredH": "23", - "x": "16", - "y": "9", - "properties": { - "bold": "true", - "size": "15", - "text": "SUSE Linux" - } - } - ] - } - } - }, - { - "ID": "624", - "typeID": "__group__", - "zOrder": "305", - "measuredW": "110", - "measuredH": "40", - "w": "110", - "h": "40", - "x": "86", - "y": "741", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "TextArea", - "zOrder": "0", - "w": "110", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "0", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1", - "typeID": "Label", - "zOrder": "1", - "w": "52", - "measuredW": "51", - "measuredH": "23", - "x": "29", - "y": "9", - "properties": { - "bold": "true", - "size": "15", - "text": "Debian" - } - } - ] - } - } - }, - { - "ID": "625", - "typeID": "__group__", - "zOrder": "304", - "measuredW": "110", - "measuredH": "40", - "w": "110", - "h": "40", - "x": "86", - "y": "785", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "TextArea", - "zOrder": "0", - "w": "110", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "0", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1", - "typeID": "Label", - "zOrder": "1", - "w": "52", - "measuredW": "50", - "measuredH": "23", - "x": "29", - "y": "9", - "properties": { - "bold": "true", - "size": "15", - "text": "Fedora" - } - } - ] - } - } - }, - { - "ID": "626", - "typeID": "__group__", - "zOrder": "303", - "measuredW": "110", - "measuredH": "40", - "w": "110", - "h": "40", - "x": "86", - "y": "829", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "TextArea", - "zOrder": "0", - "w": "110", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "0", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1", - "typeID": "Label", - "zOrder": "1", - "w": "55", - "measuredW": "52", - "measuredH": "23", - "x": "27", - "y": "9", - "properties": { - "bold": "true", - "size": "15", - "text": "Ubuntu" - } - } - ] - } - } - }, - { - "ID": "627", - "typeID": "__group__", - "zOrder": "302", - "measuredW": "110", - "measuredH": "39", - "w": "110", - "h": "39", - "x": "86", - "y": "873", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "TextArea", - "zOrder": "0", - "w": "110", - "h": "39", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "0", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1", - "typeID": "Label", - "zOrder": "1", - "w": "58", - "measuredW": "58", - "measuredH": "23", - "x": "26", - "y": "9", - "properties": { - "bold": "true", - "size": "15", - "text": "CentOS" - } - } - ] - } - } - }, - { - "ID": "628", - "typeID": "__group__", - "zOrder": "301", - "measuredW": "110", - "measuredH": "40", - "w": "110", - "h": "40", - "x": "86", - "y": "916", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "TextArea", - "zOrder": "0", - "w": "110", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "0", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1", - "typeID": "Label", - "zOrder": "1", - "w": "42", - "measuredW": "41", - "measuredH": "23", - "x": "34", - "y": "9", - "properties": { - "bold": "true", - "size": "15", - "text": "RHEL" - } - } - ] - } - } - }, - { - "ID": "633", - "typeID": "__group__", - "zOrder": "112", - "measuredW": "152", - "measuredH": "298", - "w": "152", - "h": "298", - "x": "232", - "y": "1070", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Arrow", - "zOrder": "0", - "w": "1", - "h": "63", - "measuredW": "150", - "measuredH": "100", - "x": "68", - "y": "0", - "properties": { - "color": "2848996", - "curvature": "-1", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 1, - "y": 63 - }, - "p1": { - "x": 0.521922991319831, - "y": 0.015579790785666594 - }, - "p2": { - "x": 1, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1", - "typeID": "TextArea", - "zOrder": "1", - "w": "150", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1", - "y": "38", - "properties": { - "color": "16770457" - } - }, - { - "ID": "2", - "typeID": "Label", - "zOrder": "2", - "w": "45", - "measuredW": "41", - "measuredH": "23", - "x": "53", - "y": "47", - "properties": { - "bold": "true", - "size": "15", - "text": "HTTP" - } - }, - { - "ID": "3", - "typeID": "TextArea", - "zOrder": "3", - "w": "150", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1", - "y": "82", - "properties": { - "color": "16770457" - } - }, - { - "ID": "4", - "typeID": "Label", - "zOrder": "4", - "w": "52", - "measuredW": "51", - "measuredH": "23", - "x": "50", - "y": "91", - "properties": { - "bold": "true", - "size": "15", - "text": "HTTPS" - } - }, - { - "ID": "5", - "typeID": "TextArea", - "zOrder": "5", - "w": "151", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "126", - "properties": { - "color": "16770457" - } - }, - { - "ID": "6", - "typeID": "Label", - "zOrder": "6", - "w": "30", - "measuredW": "30", - "measuredH": "23", - "x": "61", - "y": "135", - "properties": { - "bold": "true", - "size": "15", - "text": "FTP" - } - }, - { - "ID": "7", - "typeID": "TextArea", - "zOrder": "7", - "w": "151", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "170", - "properties": { - "color": "16770457" - } - }, - { - "ID": "8", - "typeID": "Label", - "zOrder": "8", - "w": "74", - "measuredW": "74", - "measuredH": "23", - "x": "39", - "y": "179", - "properties": { - "bold": "true", - "size": "15", - "text": "SSL / TLS" - } - }, - { - "ID": "9", - "typeID": "TextArea", - "zOrder": "9", - "w": "151", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "214", - "properties": { - "color": "16770457" - } - }, - { - "ID": "10", - "typeID": "Label", - "zOrder": "10", - "w": "33", - "measuredW": "32", - "measuredH": "23", - "x": "59", - "y": "223", - "properties": { - "bold": "true", - "size": "15", - "text": "SSH" - } - }, - { - "ID": "11", - "typeID": "TextArea", - "zOrder": "11", - "w": "152", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "258", - "properties": { - "color": "16770457" - } - }, - { - "ID": "12", - "typeID": "Label", - "zOrder": "12", - "w": "113", - "measuredW": "113", - "measuredH": "23", - "x": "19", - "y": "267", - "properties": { - "bold": "true", - "size": "15", - "text": "Port Forwarding" - } - } - ] - } - } - }, - { - "ID": "634", - "typeID": "__group__", - "zOrder": "111", - "measuredW": "112", - "measuredH": "119", - "w": "112", - "h": "119", - "x": "246", - "y": "923", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Arrow", - "zOrder": "0", - "w": "1", - "h": "51", - "measuredW": "150", - "measuredH": "100", - "x": "55", - "y": "68", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 50.5 - }, - "p1": { - "x": 0.4034892942109438, - "y": -0.01554321966693101 - }, - "p2": { - "x": 0, - "y": -0.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1", - "typeID": "TextArea", - "zOrder": "1", - "w": "112", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "0", - "properties": { - "color": "16770457" - } - }, - { - "ID": "2", - "typeID": "Label", - "zOrder": "2", - "w": "35", - "measuredW": "32", - "measuredH": "23", - "x": "38", - "y": "9", - "properties": { - "bold": "true", - "size": "15", - "text": "DNS" - } - }, - { - "ID": "3", - "typeID": "TextArea", - "zOrder": "3", - "w": "112", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "44", - "properties": { - "color": "16770457" - } - }, - { - "ID": "4", - "typeID": "Label", - "zOrder": "4", - "measuredW": "75", - "measuredH": "23", - "x": "18", - "y": "53", - "properties": { - "bold": "true", - "size": "15", - "text": "OSI Model" - } - } - ] - } - } - }, - { - "ID": "636", - "typeID": "TextArea", - "zOrder": "307", - "w": "137", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1146", - "y": "651", - "properties": { - "color": "16770457" - } - }, - { - "ID": "637", - "typeID": "Label", - "zOrder": "308", - "measuredW": "36", - "measuredH": "23", - "x": "1197", - "y": "660", - "properties": { - "bold": "true", - "size": "15", - "text": "tmux" - } - }, - { - "ID": "638", - "typeID": "TextArea", - "zOrder": "309", - "w": "137", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1146", - "y": "608", - "properties": { - "color": "16770457" - } - }, - { - "ID": "639", - "typeID": "Label", - "zOrder": "310", - "measuredW": "51", - "measuredH": "23", - "x": "1189", - "y": "616", - "properties": { - "bold": "true", - "size": "15", - "text": "screen" - } - }, - { - "ID": "640", - "typeID": "Label", - "zOrder": "312", - "measuredW": "150", - "measuredH": "23", - "x": "1115", - "y": "713", - "properties": { - "bold": "true", - "size": "15", - "text": "terminal multiplexers" - } - }, - { - "ID": "641", - "typeID": "Arrow", - "zOrder": "23", - "w": "25", - "h": "53", - "measuredW": "150", - "measuredH": "100", - "x": "1215", - "y": "728", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 52.5 - }, - "p1": { - "x": 0.45732484076433133, - "y": -0.2050955414012743 - }, - "p2": { - "x": 23, - "y": -0.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "642", - "typeID": "Arrow", - "zOrder": "22", - "w": "1", - "h": "39", - "measuredW": "150", - "measuredH": "100", - "x": "1233", - "y": "679", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 1, - "y": 38.5 - }, - "p1": { - "x": 0.42461538461538484, - "y": 0.003076923076923076 - }, - "p2": { - "x": 0, - "y": -0.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "643", - "typeID": "TextArea", - "zOrder": "311", - "w": "186", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1097", - "y": "705", - "properties": { - "color": "16770457" - } - }, - { - "ID": "644", - "typeID": "Arrow", - "zOrder": "21", - "w": "45", - "h": "66", - "measuredW": "150", - "measuredH": "100", - "x": "494", - "y": "1221", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 66 - }, - "p1": { - "x": 0.31900452488687786, - "y": -0.006787330316742089 - }, - "p2": { - "x": 45, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "645", - "typeID": "Arrow", - "zOrder": "20", - "w": "30", - "h": "54", - "measuredW": "150", - "measuredH": "100", - "x": "600", - "y": "1232", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 30, - "y": 54 - }, - "p1": { - "x": 0.31900452488687786, - "y": -0.0067873303167421736 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "646", - "typeID": "Arrow", - "zOrder": "19", - "w": "92", - "h": "56", - "measuredW": "150", - "measuredH": "100", - "x": "777", - "y": "1221", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 92, - "y": 54 - }, - "p1": { - "x": 0.3404217926186292, - "y": 0.12372583479789104 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "647", - "typeID": "Arrow", - "zOrder": "18", - "w": "88", - "h": "65", - "measuredW": "150", - "measuredH": "100", - "x": "1009", - "y": "1202", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 64.5 - }, - "p1": { - "x": 0.37772579162837333, - "y": 0.09599799481995154 - }, - "p2": { - "x": 88, - "y": -0.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "648", - "typeID": "TextArea", - "zOrder": "313", - "w": "149", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "129", - "y": "2024", - "properties": { - "color": "14540253" - } - }, - { - "ID": "649", - "typeID": "Label", - "zOrder": "314", - "measuredW": "100", - "measuredH": "23", - "x": "154", - "y": "2032", - "properties": { - "bold": "true", - "size": "15", - "text": "Alibaba Cloud", - "color": "6710886" - } - }, - { - "ID": "652", - "typeID": "Arrow", - "zOrder": "17", - "w": "75", - "h": "64", - "measuredW": "150", - "measuredH": "100", - "x": "207", - "y": "2114", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 75, - "y": 0 - }, - "p1": { - "x": 0.5494290710832219, - "y": -0.21551280732434935 - }, - "p2": { - "x": 0, - "y": 64 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "653", - "typeID": "TextArea", - "zOrder": "315", - "w": "149", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "126", - "y": "2209", - "properties": { - "color": "16770457" - } - }, - { - "ID": "654", - "typeID": "Label", - "zOrder": "316", - "measuredW": "49", - "measuredH": "23", - "x": "176", - "y": "2218", - "properties": { - "bold": "true", - "size": "15", - "text": "Linode" - } - }, - { - "ID": "655", - "typeID": "TextArea", - "zOrder": "317", - "w": "149", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "126", - "y": "2252", - "properties": { - "color": "16770457" - } - }, - { - "ID": "656", - "typeID": "Label", - "zOrder": "318", - "measuredW": "35", - "measuredH": "23", - "x": "183", - "y": "2261", - "properties": { - "bold": "true", - "size": "15", - "text": "Vultr" - } - }, - { - "ID": "657", - "typeID": "TextArea", - "zOrder": "319", - "w": "131", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "68", - "y": "1599", - "properties": { - "color": "16770457" - } - }, - { - "ID": "658", - "typeID": "Label", - "zOrder": "320", - "measuredW": "65", - "measuredH": "23", - "x": "101", - "y": "1608", - "properties": { - "bold": "true", - "size": "15", - "text": "Gitlab CI" - } - }, - { - "ID": "659", - "typeID": "TextArea", - "zOrder": "321", - "w": "130", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "69", - "y": "1644", - "properties": { - "color": "16770457" - } - }, - { - "ID": "660", - "typeID": "Label", - "zOrder": "322", - "measuredW": "109", - "measuredH": "23", - "x": "79", - "y": "1653", - "properties": { - "bold": "true", - "size": "15", - "text": "GitHub Actions" - } - }, - { - "ID": "661", - "typeID": "TextArea", - "zOrder": "323", - "w": "129", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "69", - "y": "1687", - "properties": { - "color": "16770457" - } - }, - { - "ID": "662", - "typeID": "Label", - "zOrder": "324", - "measuredW": "60", - "measuredH": "23", - "x": "104", - "y": "1696", - "properties": { - "bold": "true", - "size": "15", - "text": "Bamboo" - } - }, - { - "ID": "663", - "typeID": "TextArea", - "zOrder": "325", - "w": "128", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "70", - "y": "1732", - "properties": { - "color": "16770457" - } - }, - { - "ID": "664", - "typeID": "Label", - "zOrder": "326", - "w": "105", - "measuredW": "171", - "measuredH": "23", - "x": "81", - "y": "1741", - "properties": { - "bold": "true", - "size": "15", - "text": "Azure DevOps Services" - } - }, - { - "ID": "665", - "typeID": "Arrow", - "zOrder": "16", - "w": "21", - "h": "46", - "measuredW": "150", - "measuredH": "100", - "x": "133", - "y": "1566", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 21, - "y": 0 - }, - "p1": { - "x": 0.56842735383826, - "y": -0.016875231606852847 - }, - "p2": { - "x": 0, - "y": 46 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "666", - "typeID": "TextArea", - "zOrder": "327", - "w": "130", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1161", - "y": "1729", - "properties": { - "color": "16770457" - } - }, - { - "ID": "667", - "typeID": "Label", - "zOrder": "328", - "measuredW": "87", - "measuredH": "23", - "x": "1182", - "y": "1738", - "properties": { - "bold": "true", - "size": "15", - "text": "Prometheus" - } - }, - { - "ID": "668", - "typeID": "Arrow", - "zOrder": "15", - "w": "114", - "h": "37", - "measuredW": "150", - "measuredH": "100", - "x": "1059", - "y": "1750", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 114, - "y": -0.5 - }, - "p1": { - "x": 0.5684273538382604, - "y": -0.01687523160685276 - }, - "p2": { - "x": 0, - "y": 36.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "669", - "typeID": "TextArea", - "zOrder": "329", - "w": "127", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "894", - "y": "1968", - "properties": { - "color": "16770457" - } - }, - { - "ID": "670", - "typeID": "Label", - "zOrder": "330", - "w": "103", - "measuredW": "98", - "measuredH": "23", - "x": "908", - "y": "1977", - "properties": { - "bold": "true", - "size": "15", - "text": "AppDynamics" - } - }, - { - "ID": "671", - "typeID": "TextArea", - "zOrder": "331", - "w": "91", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1027", - "y": "1968", - "properties": { - "color": "16770457" - } - }, - { - "ID": "672", - "typeID": "Label", - "zOrder": "332", - "measuredW": "56", - "measuredH": "23", - "x": "1045", - "y": "1977", - "properties": { - "bold": "true", - "size": "15", - "text": "Instana" - } - }, - { - "ID": "673", - "typeID": "TextArea", - "zOrder": "333", - "w": "224", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "894", - "y": "2012", - "properties": { - "color": "16770457" - } - }, - { - "ID": "674", - "typeID": "Label", - "zOrder": "334", - "measuredW": "92", - "measuredH": "23", - "x": "960", - "y": "2021", - "properties": { - "bold": "true", - "size": "15", - "text": "OpenTracing" - } - }, - { - "ID": "675", - "typeID": "TextArea", - "zOrder": "335", - "w": "152", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1103", - "y": "1664", - "properties": { - "color": "16770457" - } - }, - { - "ID": "676", - "typeID": "Label", - "zOrder": "336", - "measuredW": "48", - "measuredH": "23", - "x": "1155", - "y": "1673", - "properties": { - "bold": "true", - "size": "15", - "text": "Pulumi" - } - }, - { - "ID": "677", - "typeID": "TextArea", - "zOrder": "337", - "w": "250", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "611", - "y": "482", - "properties": { - "color": "16770457" - } - }, - { - "ID": "678", - "typeID": "Label", - "zOrder": "338", - "measuredW": "199", - "measuredH": "23", - "x": "636", - "y": "491", - "properties": { - "size": "15", - "text": "Startup Management (intid)", - "bold": "true" - } - }, - { - "ID": "679", - "typeID": "Arrow", - "zOrder": "14", - "w": "67", - "h": "84", - "measuredW": "150", - "measuredH": "100", - "x": "412", - "y": "469", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.3525, - "y": -0.01749999999999999 - }, - "p2": { - "x": 67, - "y": 84 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "690", - "typeID": "TextArea", - "zOrder": "339", - "w": "252", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "610", - "y": "615", - "properties": { - "color": "16770457" - } - }, - { - "ID": "691", - "typeID": "Label", - "zOrder": "340", - "measuredW": "230", - "measuredH": "23", - "x": "621", - "y": "624", - "properties": { - "size": "15", - "text": "Service Management (systemd)", - "bold": "true" - } - }, - { - "ID": "692", - "typeID": "Arrow", - "zOrder": "13", - "w": "1", - "h": "54", - "measuredW": "150", - "measuredH": "100", - "x": "802", - "y": "584", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 1, - "y": 0 - }, - "p1": { - "x": 0.35250000000000004, - "y": -0.01750000000000001 - }, - "p2": { - "x": 1, - "y": 53.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "693", - "typeID": "Arrow", - "zOrder": "12", - "w": "1", - "h": "54", - "measuredW": "150", - "measuredH": "100", - "x": "801", - "y": "504", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 1, - "y": 0 - }, - "p1": { - "x": 0.35250000000000004, - "y": -0.01750000000000001 - }, - "p2": { - "x": 1, - "y": 53.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "694", - "typeID": "TextArea", - "zOrder": "45", - "w": "222", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "193", - "y": "639", - "properties": { - "color": "16770457" - } - }, - { - "ID": "695", - "typeID": "Label", - "zOrder": "46", - "w": "156", - "measuredW": "154", - "measuredH": "23", - "x": "226", - "y": "649", - "properties": { - "size": "15", - "text": "Networking Concepts", - "bold": "true" - } - }, - { - "ID": "702", - "typeID": "TextArea", - "zOrder": "342", - "w": "152", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1161", - "y": "1432", - "properties": { - "color": "16776960" - } - }, - { - "ID": "703", - "typeID": "Label", - "zOrder": "343", - "measuredW": "99", - "measuredH": "23", - "x": "1187", - "y": "1441", - "properties": { - "bold": "true", - "size": "15", - "text": "Service Mesh" - } - }, - { - "ID": "704", - "typeID": "Arrow", - "zOrder": "11", - "w": "217", - "h": "1", - "measuredW": "150", - "measuredH": "100", - "x": "987", - "y": "1450", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 1 - }, - "p1": { - "x": 0.6451475897218093, - "y": -0.0029730303673816097 - }, - "p2": { - "x": 217, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "705", - "typeID": "Arrow", - "zOrder": "10", - "w": "1", - "h": "49", - "measuredW": "150", - "measuredH": "100", - "x": "1262", - "y": "1400", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 1, - "y": 0 - }, - "p1": { - "x": 0.5684273538382602, - "y": -0.01687523160685271 - }, - "p2": { - "x": 1, - "y": 49 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "708", - "typeID": "__group__", - "zOrder": "341", - "measuredW": "99", - "measuredH": "169", - "w": "99", - "h": "169", - "x": "1207", - "y": "1244", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "TextArea", - "zOrder": "0", - "w": "99", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "0", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1", - "typeID": "Label", - "zOrder": "1", - "measuredW": "33", - "measuredH": "23", - "x": "33", - "y": "9", - "properties": { - "bold": "true", - "size": "15", - "text": "Istio" - } - }, - { - "ID": "2", - "typeID": "TextArea", - "zOrder": "2", - "w": "99", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "86", - "properties": { - "color": "16770457" - } - }, - { - "ID": "3", - "typeID": "Label", - "zOrder": "3", - "measuredW": "53", - "measuredH": "23", - "x": "23", - "y": "95", - "properties": { - "bold": "true", - "size": "15", - "text": "Linkerd" - } - }, - { - "ID": "4", - "typeID": "TextArea", - "zOrder": "4", - "w": "99", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "43", - "properties": { - "color": "16770457" - } - }, - { - "ID": "5", - "typeID": "Label", - "zOrder": "5", - "measuredW": "42", - "measuredH": "23", - "x": "29", - "y": "52", - "properties": { - "bold": "true", - "size": "15", - "text": "Envoy" - } - }, - { - "ID": "6", - "typeID": "TextArea", - "zOrder": "6", - "w": "99", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "129", - "properties": { - "color": "16770457" - } - }, - { - "ID": "7", - "typeID": "Label", - "zOrder": "7", - "measuredW": "49", - "measuredH": "23", - "x": "25", - "y": "138", - "properties": { - "bold": "true", - "size": "15", - "text": "Consul" - } - } - ] - } - } - }, - { - "ID": "719", - "typeID": "TextArea", - "zOrder": "344", - "w": "258", - "h": "71", - "measuredW": "200", - "measuredH": "140", - "x": "628", - "y": "2071", - "properties": { - "color": "16776960" - } - }, - { - "ID": "720", - "typeID": "Label", - "zOrder": "345", - "measuredW": "181", - "measuredH": "25", - "x": "666", - "y": "2082", - "properties": { - "bold": "true", - "size": "17", - "text": "Cloud Design Patterns" - } - }, - { - "ID": "722", - "typeID": "TextArea", - "zOrder": "346", - "w": "231", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1055", - "y": "2071", - "properties": { - "color": "16770457" - } - }, - { - "ID": "723", - "typeID": "Label", - "zOrder": "347", - "measuredW": "76", - "measuredH": "23", - "x": "1133", - "y": "2080", - "properties": { - "bold": "true", - "size": "15", - "text": "Availability" - } - }, - { - "ID": "724", - "typeID": "TextArea", - "zOrder": "348", - "w": "230", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1056", - "y": "2115", - "properties": { - "color": "16770457" - } - }, - { - "ID": "725", - "typeID": "Label", - "zOrder": "349", - "measuredW": "131", - "measuredH": "23", - "x": "1105", - "y": "2124", - "properties": { - "bold": "true", - "size": "15", - "text": "Data Management" - } - }, - { - "ID": "726", - "typeID": "TextArea", - "zOrder": "350", - "w": "232", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1055", - "y": "2158", - "properties": { - "color": "16770457" - } - }, - { - "ID": "727", - "typeID": "Label", - "zOrder": "351", - "measuredW": "196", - "measuredH": "23", - "x": "1073", - "y": "2167", - "properties": { - "bold": "true", - "size": "15", - "text": "Design and Implementation" - } - }, - { - "ID": "728", - "typeID": "TextArea", - "zOrder": "352", - "w": "232", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1055", - "y": "2202", - "properties": { - "color": "16770457" - } - }, - { - "ID": "729", - "typeID": "Label", - "zOrder": "353", - "measuredW": "203", - "measuredH": "23", - "x": "1069", - "y": "2211", - "properties": { - "bold": "true", - "size": "15", - "text": "Management and Monitoring" - } - }, - { - "ID": "737", - "typeID": "Label", - "zOrder": "354", - "measuredW": "214", - "measuredH": "23", - "x": "650", - "y": "2108", - "properties": { - "size": "15", - "text": "http://bit.ly/cloud-arch-patterns" - } - }, - { - "ID": "738", - "typeID": "Arrow", - "zOrder": "9", - "w": "201", - "h": "11", - "measuredW": "150", - "measuredH": "100", - "x": "873", - "y": "2087", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 10.666666666666742 - }, - "p1": { - "x": 0.4988000000000001, - "y": 0.03159999999999996 - }, - "p2": { - "x": 201, - "y": 2.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "739", - "typeID": "Arrow", - "zOrder": "8", - "w": "202", - "h": "31", - "measuredW": "150", - "measuredH": "100", - "x": "866", - "y": "2107", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 0, - "y": -0.5 - }, - "p1": { - "x": 0.4988000000000001, - "y": 0.031599999999999975 - }, - "p2": { - "x": 202, - "y": 30.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "740", - "typeID": "Arrow", - "zOrder": "7", - "w": "191", - "h": "63", - "measuredW": "150", - "measuredH": "100", - "x": "876", - "y": "2117", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 0, - "y": -0.5 - }, - "p1": { - "x": 0.49879999999999997, - "y": 0.03159999999999996 - }, - "p2": { - "x": 191, - "y": 62.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "741", - "typeID": "Arrow", - "zOrder": "6", - "w": "197", - "h": "97", - "measuredW": "150", - "measuredH": "100", - "x": "872", - "y": "2124", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 0, - "y": -0.5 - }, - "p1": { - "x": 0.4988000000000001, - "y": 0.03159999999999993 - }, - "p2": { - "x": 197, - "y": 96.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "742", - "typeID": "Arrow", - "zOrder": "5", - "w": "1", - "h": "149", - "measuredW": "150", - "measuredH": "100", - "x": "762", - "y": "2114", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 148.5 - }, - "p1": { - "x": 0.46874741514792245, - "y": -0.0047699137004053056 - }, - "p2": { - "x": 0, - "y": -0.5 - }, - "rightArrow": "false" - } - }, - { - "ID": "744", - "typeID": "Arrow", - "zOrder": "355", - "w": "1", - "h": "77", - "measuredW": "150", - "measuredH": "100", - "x": "761", - "y": "2320", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 76 - }, - "p1": { - "x": 0.4687474151479224, - "y": -0.0047699137004053056 - }, - "p2": { - "x": 0, - "y": -0.5 - }, - "rightArrow": "false" - } - }, - { - "ID": "745", - "typeID": "Arrow", - "zOrder": "4", - "w": "33", - "h": "51", - "measuredW": "150", - "measuredH": "100", - "x": "165", - "y": "1065", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 33, - "y": -0.5 - }, - "p1": { - "x": 0.5409978308026031, - "y": 0.032104121475054294 - }, - "p2": { - "x": 0, - "y": 50.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "747", - "typeID": "TextArea", - "zOrder": "356", - "w": "155", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "70", - "y": "1108", - "properties": { - "color": "16770457" - } - }, - { - "ID": "748", - "typeID": "Label", - "zOrder": "357", - "measuredW": "48", - "measuredH": "23", - "x": "124", - "y": "1117", - "properties": { - "bold": "true", - "size": "15", - "text": "Emails" - } - }, - { - "ID": "749", - "typeID": "TextArea", - "zOrder": "358", - "w": "129", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "71", - "y": "1171", - "properties": { - "color": "16770457" - } - }, - { - "ID": "750", - "typeID": "Label", - "zOrder": "359", - "measuredW": "43", - "measuredH": "23", - "x": "114", - "y": "1180", - "properties": { - "bold": "true", - "size": "15", - "text": "SMTP" - } - }, - { - "ID": "751", - "typeID": "TextArea", - "zOrder": "360", - "w": "129", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "71", - "y": "1214", - "properties": { - "color": "16770457" - } - }, - { - "ID": "752", - "typeID": "Label", - "zOrder": "361", - "measuredW": "49", - "measuredH": "23", - "x": "111", - "y": "1223", - "properties": { - "bold": "true", - "size": "15", - "text": "IMAPS" - } - }, - { - "ID": "753", - "typeID": "TextArea", - "zOrder": "362", - "w": "129", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "71", - "y": "1258", - "properties": { - "color": "16770457" - } - }, - { - "ID": "754", - "typeID": "Label", - "zOrder": "363", - "measuredW": "51", - "measuredH": "23", - "x": "110", - "y": "1267", - "properties": { - "bold": "true", - "size": "15", - "text": "POP3S" - } - }, - { - "ID": "755", - "typeID": "TextArea", - "zOrder": "364", - "w": "129", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "96", - "y": "1310", - "properties": { - "color": "16770457" - } - }, - { - "ID": "756", - "typeID": "Label", - "zOrder": "365", - "measuredW": "56", - "measuredH": "23", - "x": "133", - "y": "1319", - "properties": { - "bold": "true", - "size": "15", - "text": "DMARC" - } - }, - { - "ID": "757", - "typeID": "TextArea", - "zOrder": "366", - "w": "129", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "96", - "y": "1354", - "properties": { - "color": "16770457" - } - }, - { - "ID": "758", - "typeID": "Label", - "zOrder": "367", - "measuredW": "30", - "measuredH": "23", - "x": "146", - "y": "1363", - "properties": { - "bold": "true", - "size": "15", - "text": "SPF" - } - }, - { - "ID": "759", - "typeID": "TextArea", - "zOrder": "368", - "w": "129", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "96", - "y": "1398", - "properties": { - "color": "16770457" - } - }, - { - "ID": "760", - "typeID": "Label", - "zOrder": "369", - "measuredW": "92", - "measuredH": "23", - "x": "115", - "y": "1407", - "properties": { - "bold": "true", - "size": "15", - "text": "Domain Keys" - } - }, - { - "ID": "761", - "typeID": "Arrow", - "zOrder": "3", - "w": "2", - "h": "60", - "measuredW": "150", - "measuredH": "100", - "x": "140", - "y": "1132", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": -0.5 - }, - "p1": { - "x": 0.5409978308026031, - "y": 0.032104121475054294 - }, - "p2": { - "x": 0, - "y": 59 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "762", - "typeID": "Arrow", - "zOrder": "2", - "w": "1", - "h": "204", - "measuredW": "150", - "measuredH": "100", - "x": "212", - "y": "1140", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": -0.5 - }, - "p1": { - "x": 0.5331695331695332, - "y": 0 - }, - "p2": { - "x": 0, - "y": 203 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "763", - "typeID": "Arrow", - "zOrder": "1", - "w": "1", - "h": "130", - "measuredW": "150", - "measuredH": "100", - "x": "78", - "y": "993", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": -0.5 - }, - "p1": { - "x": 0.5153846153846153, - "y": 0.007692307692307692 - }, - "p2": { - "x": 0, - "y": 129.5 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "765", - "typeID": "TextArea", - "zOrder": "370", - "w": "164", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "65", - "y": "968", - "properties": { - "color": "16770457" - } - }, - { - "ID": "766", - "typeID": "Label", - "zOrder": "371", - "measuredW": "136", - "measuredH": "23", - "x": "79", - "y": "976", - "properties": { - "bold": "true", - "size": "15", - "text": "White/Grey Listing" - } - }, - { - "ID": "767", - "typeID": "__group__", - "zOrder": "285", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "102", - "y": "62", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "768", - "typeID": "__group__", - "zOrder": "372", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "477", - "y": "300", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "771", - "typeID": "__group__", - "zOrder": "373", - "measuredW": "141", - "measuredH": "41", - "w": "141", - "h": "41", - "x": "983", - "y": "416", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "TextArea", - "zOrder": "0", - "w": "141", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "0", - "properties": { - "color": "16770457", - "textColor": "16776960" - } - }, - { - "ID": "1", - "typeID": "Label", - "zOrder": "1", - "measuredW": "36", - "measuredH": "25", - "x": "53", - "y": "8", - "properties": { - "bold": "true", - "size": "17", - "text": "C++" - } - } - ] - } - } - }, - { - "ID": "772", - "typeID": "__group__", - "zOrder": "275", - "measuredW": "141", - "measuredH": "41", - "w": "141", - "h": "41", - "x": "983", - "y": "371", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "TextArea", - "zOrder": "0", - "w": "141", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "0", - "properties": { - "color": "16770457", - "textColor": "16776960" - } - }, - { - "ID": "1", - "typeID": "Label", - "zOrder": "1", - "measuredW": "14", - "measuredH": "25", - "x": "64", - "y": "8", - "properties": { - "bold": "true", - "size": "17", - "text": "C" - } - } - ] - } - } - }, - { - "ID": "774", - "typeID": "__group__", - "zOrder": "273", - "measuredW": "141", - "measuredH": "41", - "w": "141", - "h": "41", - "x": "983", - "y": "281", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "__group__", - "zOrder": "0", - "measuredW": "141", - "measuredH": "41", - "w": "141", - "h": "41", - "x": "0", - "y": "0", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "TextArea", - "zOrder": "0", - "w": "141", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "0", - "properties": { - "color": "16770457", - "textColor": "16776960" - } - }, - { - "ID": "1", - "typeID": "Label", - "zOrder": "1", - "measuredW": "24", - "measuredH": "25", - "x": "59", - "y": "8", - "properties": { - "bold": "true", - "size": "17", - "text": "Go" - } - } - ] - } - } - } - ] - } - } - }, - { - "ID": "775", - "typeID": "__group__", - "zOrder": "274", - "measuredW": "141", - "measuredH": "41", - "w": "141", - "h": "41", - "x": "984", - "y": "326", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "TextArea", - "zOrder": "0", - "w": "141", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "0", - "y": "0", - "properties": { - "color": "16770457", - "textColor": "16776960" - } - }, - { - "ID": "1", - "typeID": "Label", - "zOrder": "1", - "measuredW": "39", - "measuredH": "25", - "x": "51", - "y": "8", - "properties": { - "bold": "true", - "size": "17", - "text": "Rust" - } - } - ] - } - } - }, - { - "ID": "776", - "typeID": "Arrow", - "zOrder": "0", - "w": "187", - "h": "91", - "measuredW": "150", - "measuredH": "100", - "x": "810", - "y": "348", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 187, - "y": 91 - }, - "p1": { - "x": 0.3433950804737264, - "y": 0.04300030367447366 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "777", - "typeID": "__group__", - "zOrder": "374", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1108", - "y": "273", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "782", - "typeID": "__group__", - "zOrder": "292", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "102", - "y": "94", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "783", - "typeID": "__group__", - "zOrder": "375", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1109", - "y": "324", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "784", - "typeID": "__group__", - "zOrder": "376", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1109", - "y": "369", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "785", - "typeID": "__group__", - "zOrder": "377", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1109", - "y": "414", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "786", - "typeID": "__group__", - "zOrder": "378", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "250", - "y": "269", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "787", - "typeID": "__group__", - "zOrder": "379", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "250", - "y": "316", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "788", - "typeID": "__group__", - "zOrder": "380", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "250", - "y": "364", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "789", - "typeID": "__group__", - "zOrder": "381", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "187", - "y": "443", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "790", - "typeID": "__group__", - "zOrder": "382", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "187", - "y": "492", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "791", - "typeID": "__group__", - "zOrder": "383", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "187", - "y": "540", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "792", - "typeID": "__group__", - "zOrder": "384", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "187", - "y": "586", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "793", - "typeID": "__group__", - "zOrder": "385", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "187", - "y": "636", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "794", - "typeID": "__group__", - "zOrder": "386", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1116", - "y": "481", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "795", - "typeID": "__group__", - "zOrder": "387", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1116", - "y": "528", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "796", - "typeID": "__group__", - "zOrder": "388", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1116", - "y": "573", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "797", - "typeID": "__group__", - "zOrder": "389", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1116", - "y": "619", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "798", - "typeID": "__group__", - "zOrder": "390", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "846", - "y": "477", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "799", - "typeID": "__group__", - "zOrder": "391", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "846", - "y": "611", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "800", - "typeID": "__group__", - "zOrder": "392", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "246", - "y": "770", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "801", - "typeID": "__group__", - "zOrder": "393", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "245", - "y": "816", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "804", - "typeID": "__group__", - "zOrder": "394", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "245", - "y": "859", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "805", - "typeID": "__group__", - "zOrder": "395", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "79", - "y": "913", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "806", - "typeID": "__group__", - "zOrder": "396", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "79", - "y": "869", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "808", - "typeID": "__group__", - "zOrder": "397", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "78", - "y": "827", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "809", - "typeID": "__group__", - "zOrder": "398", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "78", - "y": "783", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "810", - "typeID": "__group__", - "zOrder": "399", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "78", - "y": "738", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "811", - "typeID": "__group__", - "zOrder": "400", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "78", - "y": "691", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "813", - "typeID": "__group__", - "zOrder": "290", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "102", - "y": "127", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "814", - "typeID": "__group__", - "zOrder": "401", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1266", - "y": "701", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "815", - "typeID": "__group__", - "zOrder": "402", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1264", - "y": "602", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "816", - "typeID": "__group__", - "zOrder": "403", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1266", - "y": "648", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "817", - "typeID": "__group__", - "zOrder": "404", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "509", - "y": "822", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "818", - "typeID": "__group__", - "zOrder": "405", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "509", - "y": "865", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "819", - "typeID": "__group__", - "zOrder": "406", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "509", - "y": "911", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "820", - "typeID": "__group__", - "zOrder": "407", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "661", - "y": "837", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "821", - "typeID": "__group__", - "zOrder": "408", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "661", - "y": "949", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "822", - "typeID": "__group__", - "zOrder": "409", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "631", - "y": "1029", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "823", - "typeID": "__group__", - "zOrder": "410", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1213", - "y": "1079", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "824", - "typeID": "__group__", - "zOrder": "411", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1213", - "y": "999", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "825", - "typeID": "__group__", - "zOrder": "412", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1213", - "y": "927", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "826", - "typeID": "__group__", - "zOrder": "413", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "937", - "y": "837", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "827", - "typeID": "__group__", - "zOrder": "414", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "935", - "y": "881", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "828", - "typeID": "__group__", - "zOrder": "415", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "88", - "y": "1024", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "829", - "typeID": "__group__", - "zOrder": "416", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "365", - "y": "1100", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "830", - "typeID": "__group__", - "zOrder": "417", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "365", - "y": "1148", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "831", - "typeID": "__group__", - "zOrder": "418", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "365", - "y": "1191", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "832", - "typeID": "__group__", - "zOrder": "419", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "365", - "y": "1239", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "833", - "typeID": "__group__", - "zOrder": "420", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "365", - "y": "1280", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "834", - "typeID": "__group__", - "zOrder": "421", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "366", - "y": "1325", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "835", - "typeID": "__group__", - "zOrder": "422", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "66", - "y": "1100", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "836", - "typeID": "__group__", - "zOrder": "423", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "526", - "y": "1271", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "837", - "typeID": "__group__", - "zOrder": "424", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "698", - "y": "1270", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "838", - "typeID": "__group__", - "zOrder": "425", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "698", - "y": "1319", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "839", - "typeID": "__group__", - "zOrder": "426", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "698", - "y": "1362", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "840", - "typeID": "__group__", - "zOrder": "427", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "526", - "y": "1313", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "841", - "typeID": "__group__", - "zOrder": "428", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1172", - "y": "1225", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "842", - "typeID": "__group__", - "zOrder": "429", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1172", - "y": "1270", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "843", - "typeID": "__group__", - "zOrder": "430", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1172", - "y": "1314", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "844", - "typeID": "__group__", - "zOrder": "431", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1172", - "y": "1359", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "845", - "typeID": "__group__", - "zOrder": "432", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1172", - "y": "1177", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "846", - "typeID": "__group__", - "zOrder": "433", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1288", - "y": "1238", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "847", - "typeID": "__group__", - "zOrder": "434", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1291", - "y": "1373", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "848", - "typeID": "__group__", - "zOrder": "435", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1292", - "y": "1283", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "849", - "typeID": "__group__", - "zOrder": "436", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1292", - "y": "1328", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "850", - "typeID": "__group__", - "zOrder": "437", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1001", - "y": "1249", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "851", - "typeID": "__group__", - "zOrder": "438", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "987", - "y": "1426", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "852", - "typeID": "__group__", - "zOrder": "439", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1297", - "y": "1426", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "853", - "typeID": "__group__", - "zOrder": "440", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "420", - "y": "1510", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "854", - "typeID": "__group__", - "zOrder": "441", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "418", - "y": "1588", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "855", - "typeID": "__group__", - "zOrder": "442", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "420", - "y": "1635", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "856", - "typeID": "__group__", - "zOrder": "443", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "420", - "y": "1677", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "857", - "typeID": "__group__", - "zOrder": "444", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "571", - "y": "1588", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "858", - "typeID": "__group__", - "zOrder": "445", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "572", - "y": "1633", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "859", - "typeID": "__group__", - "zOrder": "446", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "786", - "y": "1589", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "860", - "typeID": "__group__", - "zOrder": "447", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "786", - "y": "1633", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "861", - "typeID": "__group__", - "zOrder": "448", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "825", - "y": "1587", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "862", - "typeID": "__group__", - "zOrder": "449", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "825", - "y": "1629", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "864", - "typeID": "__group__", - "zOrder": "450", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1045", - "y": "1590", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "865", - "typeID": "__group__", - "zOrder": "451", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1045", - "y": "1638", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "866", - "typeID": "__group__", - "zOrder": "452", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1238", - "y": "1575", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "867", - "typeID": "__group__", - "zOrder": "453", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1239", - "y": "1617", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "868", - "typeID": "__group__", - "zOrder": "454", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1240", - "y": "1660", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "869", - "typeID": "__group__", - "zOrder": "455", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "568", - "y": "1508", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "870", - "typeID": "__group__", - "zOrder": "456", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "828", - "y": "1507", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "871", - "typeID": "__group__", - "zOrder": "457", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1296", - "y": "1511", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "872", - "typeID": "__group__", - "zOrder": "458", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "58", - "y": "1522", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "873", - "typeID": "__group__", - "zOrder": "459", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "308", - "y": "1596", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "874", - "typeID": "__group__", - "zOrder": "460", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "58", - "y": "1636", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "875", - "typeID": "__group__", - "zOrder": "461", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "58", - "y": "1591", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "877", - "typeID": "__group__", - "zOrder": "462", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "58", - "y": "1683", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "878", - "typeID": "__group__", - "zOrder": "463", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "58", - "y": "1726", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "879", - "typeID": "__group__", - "zOrder": "464", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "311", - "y": "1643", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "880", - "typeID": "__group__", - "zOrder": "465", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "310", - "y": "1683", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "882", - "typeID": "__group__", - "zOrder": "466", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "311", - "y": "1727", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "883", - "typeID": "__group__", - "zOrder": "467", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "314", - "y": "1778", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "884", - "typeID": "__group__", - "zOrder": "468", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "123", - "y": "1839", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "885", - "typeID": "__group__", - "zOrder": "469", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "118", - "y": "2159", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "886", - "typeID": "__group__", - "zOrder": "470", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "123", - "y": "1888", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "887", - "typeID": "__group__", - "zOrder": "471", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "123", - "y": "1930", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "889", - "typeID": "__group__", - "zOrder": "472", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "122", - "y": "1975", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "892", - "typeID": "__group__", - "zOrder": "473", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "118", - "y": "2203", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "893", - "typeID": "__group__", - "zOrder": "474", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "118", - "y": "2245", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "894", - "typeID": "__group__", - "zOrder": "475", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "501", - "y": "1865", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "895", - "typeID": "__group__", - "zOrder": "476", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "501", - "y": "1912", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "896", - "typeID": "__group__", - "zOrder": "477", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "501", - "y": "1954", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "897", - "typeID": "__group__", - "zOrder": "478", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "501", - "y": "2002", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "898", - "typeID": "__group__", - "zOrder": "479", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "887", - "y": "1918", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "900", - "typeID": "__group__", - "zOrder": "480", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1104", - "y": "1964", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "901", - "typeID": "__group__", - "zOrder": "481", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "885", - "y": "1965", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "902", - "typeID": "__group__", - "zOrder": "482", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "885", - "y": "2008", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "903", - "typeID": "__group__", - "zOrder": "483", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1101", - "y": "1914", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "904", - "typeID": "__group__", - "zOrder": "484", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1275", - "y": "1723", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "905", - "typeID": "__group__", - "zOrder": "485", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1275", - "y": "1768", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "906", - "typeID": "__group__", - "zOrder": "486", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1275", - "y": "1858", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "907", - "typeID": "__group__", - "zOrder": "487", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1275", - "y": "1902", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "908", - "typeID": "__group__", - "zOrder": "488", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1275", - "y": "1945", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "2", - "typeID": "Icon", - "zOrder": "2", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "909", - "typeID": "__group__", - "zOrder": "489", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1275", - "y": "1816", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "910", - "typeID": "__group__", - "zOrder": "490", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1049", - "y": "1764", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "911", - "typeID": "__group__", - "zOrder": "491", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "1044", - "y": "1832", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "912", - "typeID": "__group__", - "zOrder": "492", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "262", - "y": "2077", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "913", - "typeID": "__group__", - "zOrder": "493", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "870", - "y": "2059", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - }, - { - "ID": "914", - "typeID": "__group__", - "zOrder": "494", - "measuredW": "24", - "measuredH": "24", - "w": "24", - "h": "24", - "x": "845", - "y": "2059", - "children": { - "controls": { - "control": [ - { - "ID": "0", - "typeID": "Icon", - "zOrder": "0", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1", - "typeID": "Icon", - "zOrder": "1", - "measuredW": "24", - "measuredH": "24", - "x": "0", - "y": "0", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - } - ] - } - } - } - ] - }, - "attributes": { - "name": "New Wireframe 1", - "order": 1000026.8297871876, - "parentID": null - }, - "resourceID": "87307195-52ED-4F16-AC88-1681D57CC186", - "mockupH": "2356", - "mockupW": "1263", - "measuredW": "1321", - "measuredH": "2397", - "version": "1.0" - } -} \ No newline at end of file diff --git a/content/project/disclaimer.json b/content/project/disclaimer.json deleted file mode 100644 index dfbc720f0..000000000 --- a/content/project/disclaimer.json +++ /dev/null @@ -1 +0,0 @@ -{"mockup":{"controls":{"control":[{"ID":"119","h":"274","measuredH":"140","measuredW":"200","properties":{"color":"16777215"},"typeID":"TextArea","w":"911","x":"223","y":"170","zOrder":"0"},{"ID":"120","measuredH":"40","measuredW":"170","properties":{"bold":"true","size":"32","text":"Disclaimer!"},"typeID":"Label","x":"245","y":"190","zOrder":"1"},{"ID":"121","measuredH":"32","measuredW":"856","properties":{"size":"24","text":"The purpose of this roadmap is to give you an idea about the landscape and to"},"typeID":"Label","x":"245","y":"246","zOrder":"2"},{"ID":"123","measuredH":"32","measuredW":"833","properties":{"size":"24","text":"guide you if you are confused about what to learn next and not to encourage"},"typeID":"Label","x":"245","y":"282","zOrder":"3"},{"ID":"124","measuredH":"32","measuredW":"825","properties":{"size":"24","text":"you to learn what is hip and trendy. You should *grow some understanding* of"},"typeID":"Label","x":"245","y":"317","zOrder":"4"},{"ID":"125","measuredH":"32","measuredW":"816","properties":{"size":"24","text":"*why one tool would be better suited for some cases than the other and*"},"typeID":"Label","x":"245","y":"353","zOrder":"5"},{"ID":"126","measuredH":"32","measuredW":"710","properties":{"size":"24","text":"*remember hip and trendy never means best suited for the job*"},"typeID":"Label","x":"245","y":"389","zOrder":"6"}]},"measuredH":"444","measuredW":"1134","mockupH":"274","mockupW":"911","version":"1.0"}} \ No newline at end of file diff --git a/content/project/frontend-map.json b/content/project/frontend-map.json deleted file mode 100644 index 7023f5621..000000000 --- a/content/project/frontend-map.json +++ /dev/null @@ -1,11822 +0,0 @@ -{ - "mockup": { - "controls": { - "control": [ - { - "ID": "924", - "typeID": "Arrow", - "zOrder": "0", - "w": "105", - "h": "43", - "measuredW": "150", - "measuredH": "100", - "x": "952", - "y": "2014", - "properties": { - "color": "10027263", - "curvature": "-1", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 42 - }, - "p1": { - "x": 0.3246422893481717, - "y": 0.04197138314785374 - }, - "p2": { - "x": 104, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "925", - "typeID": "Arrow", - "zOrder": "1", - "w": "128", - "h": "9", - "measuredW": "150", - "measuredH": "100", - "x": "940", - "y": "2060", - "properties": { - "color": "10027263", - "curvature": "-1", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 8 - }, - "p1": { - "x": 0.3321152059461133, - "y": 0.04465778878909879 - }, - "p2": { - "x": 127, - "y": 4 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "926", - "typeID": "Arrow", - "zOrder": "2", - "w": "129", - "h": "34", - "measuredW": "150", - "measuredH": "100", - "x": "941", - "y": "2075", - "properties": { - "color": "10027263", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.3458601686475002, - "y": -0.005245335635083992 - }, - "p2": { - "x": 128, - "y": 33 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "927", - "typeID": "Arrow", - "zOrder": "3", - "w": "168", - "h": "138", - "measuredW": "150", - "measuredH": "100", - "x": "569", - "y": "2066", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 167, - "y": 1 - }, - "p1": { - "x": 0.5330602565484531, - "y": -0.2424921849735906 - }, - "p2": { - "x": 0, - "y": 137 - }, - "rightArrow": "false" - } - }, - { - "ID": "928", - "typeID": "Arrow", - "zOrder": "4", - "w": "140", - "h": "73", - "measuredW": "150", - "measuredH": "100", - "x": "588", - "y": "1981", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.3865808955652986, - "y": -0.19467404585639328 - }, - "p2": { - "x": 139, - "y": 72 - }, - "rightArrow": "false" - } - }, - { - "ID": "929", - "typeID": "Arrow", - "zOrder": "5", - "w": "135", - "h": "49", - "measuredW": "150", - "measuredH": "100", - "x": "367", - "y": "1974", - "properties": { - "color": "10027263", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 134, - "y": 0 - }, - "p1": { - "x": 0.503622802344166, - "y": 0.003676078849227487 - }, - "p2": { - "x": 0, - "y": 48 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "930", - "typeID": "Arrow", - "zOrder": "6", - "w": "98", - "h": "3", - "measuredW": "150", - "measuredH": "100", - "x": "1073", - "y": "1947", - "properties": { - "color": "10027263", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 2 - }, - "p1": { - "x": 0.30434782608695654, - "y": 0.014492753623188411 - }, - "p2": { - "x": 97, - "y": 2 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "931", - "typeID": "Arrow", - "zOrder": "7", - "w": "122", - "h": "86", - "measuredW": "150", - "measuredH": "100", - "x": "369", - "y": "1982", - "properties": { - "color": "10027263", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 121, - "y": 0 - }, - "p1": { - "x": 0.5036228023441662, - "y": 0.00367607884922756 - }, - "p2": { - "x": 0, - "y": 85 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "932", - "typeID": "Arrow", - "zOrder": "8", - "w": "148", - "h": "1", - "measuredW": "150", - "measuredH": "100", - "x": "353", - "y": "1972", - "properties": { - "color": "10027263", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 147, - "y": 0 - }, - "p1": { - "x": 0.5036228023441662, - "y": 0.003676078849227491 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "933", - "typeID": "Arrow", - "zOrder": "9", - "w": "137", - "h": "33", - "measuredW": "150", - "measuredH": "100", - "x": "358", - "y": "1937", - "properties": { - "color": "10027263", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 136, - "y": 32 - }, - "p1": { - "x": 0.5049180327868853, - "y": -0.02090163934426227 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "934", - "typeID": "Arrow", - "zOrder": "10", - "w": "146", - "h": "65", - "measuredW": "150", - "measuredH": "100", - "x": "350", - "y": "1900", - "properties": { - "color": "10027263", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 145, - "y": 64 - }, - "p1": { - "x": 0.49185940050157245, - "y": -0.05186895426137495 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "935", - "typeID": "Arrow", - "zOrder": "11", - "w": "105", - "h": "89", - "measuredW": "150", - "measuredH": "100", - "x": "653", - "y": "1881", - "properties": { - "color": "2848996", - "curvature": "-1", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 104, - "y": 0 - }, - "p1": { - "x": 0.5150450252580716, - "y": 0.2856358444981331 - }, - "p2": { - "x": 0, - "y": 86 - }, - "rightArrow": "false" - } - }, - { - "ID": "936", - "typeID": "Arrow", - "zOrder": "12", - "w": "118", - "h": "26", - "measuredW": "150", - "measuredH": "100", - "x": "1065", - "y": "1871", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 117, - "y": 25 - }, - "p1": { - "x": 0.47388515577275486, - "y": 0.002290775809407195 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "937", - "typeID": "Arrow", - "zOrder": "13", - "w": "124", - "h": "21", - "measuredW": "150", - "measuredH": "100", - "x": "1059", - "y": "1847", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 123, - "y": 0 - }, - "p1": { - "x": 0.473885155772755, - "y": 0.00229077580940721 - }, - "p2": { - "x": 0, - "y": 20 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "938", - "typeID": "Arrow", - "zOrder": "14", - "w": "117", - "h": "18", - "measuredW": "150", - "measuredH": "100", - "x": "1056", - "y": "1773", - "properties": { - "color": "10027263", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 2 - }, - "p1": { - "x": 0.3238461538461538, - "y": 0.04076923076923073 - }, - "p2": { - "x": 116, - "y": 17 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "939", - "typeID": "Arrow", - "zOrder": "15", - "w": "108", - "h": "23", - "measuredW": "150", - "measuredH": "100", - "x": "1053", - "y": "1748", - "properties": { - "color": "10027263", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 107, - "y": 0 - }, - "p1": { - "x": 0.3813139650049522, - "y": -0.013865962363816473 - }, - "p2": { - "x": 0, - "y": 22 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "940", - "typeID": "Arrow", - "zOrder": "16", - "w": "112", - "h": "58", - "measuredW": "150", - "measuredH": "100", - "x": "854", - "y": "1889", - "properties": { - "color": "10027263", - "leftArrow": "false", - "p0": { - "x": 111, - "y": 57 - }, - "p1": { - "x": 0.4939621628874279, - "y": 0.14832953173218838 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "941", - "typeID": "Arrow", - "zOrder": "17", - "w": "117", - "h": "5", - "measuredW": "150", - "measuredH": "100", - "x": "864", - "y": "1864", - "properties": { - "color": "10027263", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 116, - "y": 1 - }, - "p1": { - "x": 0.5309292397129627, - "y": -0.01571441547824508 - }, - "p2": { - "x": 0, - "y": 4 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "942", - "typeID": "Arrow", - "zOrder": "18", - "w": "86", - "h": "96", - "measuredW": "150", - "measuredH": "100", - "x": "850", - "y": "1768", - "properties": { - "color": "10027263", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 85, - "y": 0 - }, - "p1": { - "x": 0.48716362511599137, - "y": -0.18836993504485 - }, - "p2": { - "x": 0, - "y": 95 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "943", - "typeID": "Arrow", - "zOrder": "19", - "w": "57", - "h": "244", - "measuredW": "150", - "measuredH": "100", - "x": "689", - "y": "1629", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 39, - "y": 0 - }, - "p1": { - "x": 0.5504287774151931, - "y": -0.19435379828489027 - }, - "p2": { - "x": 56, - "y": 243 - }, - "rightArrow": "false" - } - }, - { - "ID": "944", - "typeID": "Arrow", - "zOrder": "20", - "w": "51", - "h": "116", - "measuredW": "150", - "measuredH": "100", - "x": "576", - "y": "1632", - "properties": { - "color": "2848996", - "curvature": "-1", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 50, - "y": 0 - }, - "p1": { - "x": 0.6557048619594426, - "y": 0.20855118494991431 - }, - "p2": { - "x": 0, - "y": 115 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "945", - "typeID": "Arrow", - "zOrder": "21", - "w": "107", - "h": "47", - "measuredW": "150", - "measuredH": "100", - "x": "312", - "y": "1753", - "properties": { - "color": "10027263", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 46 - }, - "p1": { - "x": 0.4438697642869257, - "y": -0.021282007800576576 - }, - "p2": { - "x": 106, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "946", - "typeID": "Arrow", - "zOrder": "22", - "w": "114", - "h": "7", - "measuredW": "150", - "measuredH": "100", - "x": "305", - "y": "1747", - "properties": { - "color": "10027263", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 6 - }, - "p1": { - "x": 0.4438697642869257, - "y": -0.021282007800576562 - }, - "p2": { - "x": 113, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "947", - "typeID": "Arrow", - "zOrder": "23", - "w": "71", - "h": "36", - "measuredW": "150", - "measuredH": "100", - "x": "1081", - "y": "1631", - "properties": { - "color": "10027263", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 70, - "y": 35 - }, - "p1": { - "x": 0.5309292397129621, - "y": -0.01571441547824513 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "948", - "typeID": "Arrow", - "zOrder": "24", - "w": "106", - "h": "10", - "measuredW": "150", - "measuredH": "100", - "x": "1079", - "y": "1621", - "properties": { - "color": "10027263", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 105, - "y": 0 - }, - "p1": { - "x": 0.5309292397129626, - "y": -0.01571441547824508 - }, - "p2": { - "x": 0, - "y": 9 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "949", - "typeID": "Arrow", - "zOrder": "25", - "w": "85", - "h": "59", - "measuredW": "150", - "measuredH": "100", - "x": "1079", - "y": "1570", - "properties": { - "color": "10027263", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 84, - "y": 0 - }, - "p1": { - "x": 0.4951386388188694, - "y": -0.0763413755851639 - }, - "p2": { - "x": -0.5, - "y": 59 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "950", - "typeID": "Arrow", - "zOrder": "26", - "w": "133", - "h": "4", - "measuredW": "150", - "measuredH": "100", - "x": "780", - "y": "1629", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 2 - }, - "p1": { - "x": 0.4434300336167677, - "y": 0.014243775690876915 - }, - "p2": { - "x": 132, - "y": 3 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "951", - "typeID": "Arrow", - "zOrder": "27", - "w": "110", - "h": "3", - "measuredW": "150", - "measuredH": "100", - "x": "513", - "y": "1628", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 2 - }, - "p1": { - "x": 0.443430033616767, - "y": 0.014243775690876898 - }, - "p2": { - "x": 109, - "y": 2 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "952", - "typeID": "Arrow", - "zOrder": "28", - "w": "101", - "h": "16", - "measuredW": "150", - "measuredH": "100", - "x": "327", - "y": "1638", - "properties": { - "color": "2848996", - "curvature": "-1", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 15 - }, - "p1": { - "x": 0.443430033616767, - "y": 0.014243775690876906 - }, - "p2": { - "x": 100, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "953", - "typeID": "Arrow", - "zOrder": "29", - "w": "108", - "h": "33", - "measuredW": "150", - "measuredH": "100", - "x": "318", - "y": "1596", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.443430033616767, - "y": 0.014243775690876896 - }, - "p2": { - "x": 107, - "y": 32 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "954", - "typeID": "Arrow", - "zOrder": "30", - "w": "41", - "h": "110", - "measuredW": "150", - "measuredH": "100", - "x": "772", - "y": "1500", - "properties": { - "color": "2848996", - "curvature": "-1", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 36, - "y": 0 - }, - "p1": { - "x": 0.4797753661683236, - "y": 0.15845791910146467 - }, - "p2": { - "x": 0, - "y": 109 - }, - "rightArrow": "false" - } - }, - { - "ID": "955", - "typeID": "Arrow", - "zOrder": "31", - "w": "50", - "h": "2", - "measuredW": "150", - "measuredH": "100", - "x": "301", - "y": "1447", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 49, - "y": 1 - }, - "p1": { - "x": 0.4872751951136748, - "y": -0.01187648456057007 - }, - "p2": { - "x": 0, - "y": 1 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "956", - "typeID": "Arrow", - "zOrder": "32", - "w": "165", - "h": "43", - "measuredW": "150", - "measuredH": "100", - "x": "660", - "y": "1411", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.46185893674451367, - "y": -0.10438915620232368 - }, - "p2": { - "x": 164, - "y": 40 - }, - "rightArrow": "false" - } - }, - { - "ID": "957", - "typeID": "Arrow", - "zOrder": "33", - "w": "85", - "h": "3", - "measuredW": "150", - "measuredH": "100", - "x": "1091", - "y": "1449", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 83, - "y": 1 - }, - "p1": { - "x": 0.4872751951136748, - "y": -0.01187648456057007 - }, - "p2": { - "x": 0, - "y": 1 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "958", - "typeID": "Arrow", - "zOrder": "34", - "w": "54", - "h": "129", - "measuredW": "150", - "measuredH": "100", - "x": "607", - "y": "1283", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 1, - "y": 0 - }, - "p1": { - "x": 0.46185893674451356, - "y": -0.10438915620232367 - }, - "p2": { - "x": 53, - "y": 128 - }, - "rightArrow": "false" - } - }, - { - "ID": "959", - "typeID": "Arrow", - "zOrder": "35", - "w": "21", - "h": "98", - "measuredW": "150", - "measuredH": "100", - "x": "877", - "y": "1112", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.4592720970537261, - "y": -0.022530329289428077 - }, - "p2": { - "x": 20, - "y": 97 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "960", - "typeID": "Arrow", - "zOrder": "36", - "w": "117", - "h": "139", - "measuredW": "150", - "measuredH": "100", - "x": "607", - "y": "1115", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 116, - "y": 0 - }, - "p1": { - "x": 0.5113995183302114, - "y": -0.17615734546427614 - }, - "p2": { - "x": 0, - "y": 138 - }, - "rightArrow": "false" - } - }, - { - "ID": "961", - "typeID": "Arrow", - "zOrder": "37", - "w": "175", - "h": "55", - "measuredW": "150", - "measuredH": "100", - "x": "361", - "y": "1273", - "properties": { - "color": "2848996", - "curvature": "-1", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 54 - }, - "p1": { - "x": 0.4434300336167671, - "y": 0.014243775690876872 - }, - "p2": { - "x": 174, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "962", - "typeID": "TextArea", - "zOrder": "38", - "w": "151", - "h": "49", - "measuredW": "200", - "measuredH": "140", - "x": "235", - "y": "1297", - "properties": { - "color": "16770457" - } - }, - { - "ID": "963", - "typeID": "Arrow", - "zOrder": "39", - "w": "171", - "h": "9", - "measuredW": "150", - "measuredH": "100", - "x": "352", - "y": "1258", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 170, - "y": 8 - }, - "p1": { - "x": 0.4651735508633531, - "y": -0.0009522699259062857 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "964", - "typeID": "Arrow", - "zOrder": "40", - "w": "109", - "h": "161", - "measuredW": "150", - "measuredH": "100", - "x": "748", - "y": "931", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.5674918262494162, - "y": 0.22092480149462868 - }, - "p2": { - "x": 102, - "y": 160 - }, - "rightArrow": "false" - } - }, - { - "ID": "965", - "typeID": "Arrow", - "zOrder": "41", - "w": "1", - "h": "77", - "measuredW": "150", - "measuredH": "100", - "x": "1114", - "y": "934", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 76 - }, - "p1": { - "x": 0.487275195113675, - "y": -0.01187648456057007 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "966", - "typeID": "Arrow", - "zOrder": "42", - "w": "85", - "h": "3", - "measuredW": "150", - "measuredH": "100", - "x": "845", - "y": "918", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 83, - "y": 1 - }, - "p1": { - "x": 0.4872751951136748, - "y": -0.01187648456057007 - }, - "p2": { - "x": 0, - "y": 1 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "967", - "typeID": "Arrow", - "zOrder": "43", - "w": "2", - "h": "74", - "measuredW": "150", - "measuredH": "100", - "x": "622", - "y": "924", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 1, - "y": 73 - }, - "p1": { - "x": 0.4872751951136749, - "y": -0.01187648456057007 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "968", - "typeID": "Arrow", - "zOrder": "44", - "w": "120", - "h": "3", - "measuredW": "150", - "measuredH": "100", - "x": "772", - "y": "706", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 119, - "y": 2 - }, - "p1": { - "x": 0.5436210493779461, - "y": 0.006954640290549417 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "969", - "typeID": "Arrow", - "zOrder": "45", - "w": "108", - "h": "5", - "measuredW": "150", - "measuredH": "100", - "x": "783", - "y": "653", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 107, - "y": 2 - }, - "p1": { - "x": 0.589278350515464, - "y": 0.035876288659793816 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "970", - "typeID": "Arrow", - "zOrder": "46", - "w": "100", - "h": "45", - "measuredW": "150", - "measuredH": "100", - "x": "783", - "y": "607", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 99, - "y": 0 - }, - "p1": { - "x": 0.5773195876288659, - "y": -0.06466729147141519 - }, - "p2": { - "x": 0, - "y": 44 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "971", - "typeID": "Arrow", - "zOrder": "47", - "w": "40", - "h": "139", - "measuredW": "150", - "measuredH": "100", - "x": "656", - "y": "490", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.5674918262494162, - "y": 0.22092480149462868 - }, - "p2": { - "x": 15, - "y": 138 - }, - "rightArrow": "false" - } - }, - { - "ID": "972", - "typeID": "Arrow", - "zOrder": "48", - "w": "151", - "h": "29", - "measuredW": "150", - "measuredH": "100", - "x": "737", - "y": "482", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 150, - "y": 28 - }, - "p1": { - "x": 0.4823054457996908, - "y": 0.02336368321594228 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "973", - "typeID": "Arrow", - "zOrder": "49", - "w": "153", - "h": "13", - "measuredW": "150", - "measuredH": "100", - "x": "739", - "y": "465", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 152, - "y": 0 - }, - "p1": { - "x": 0.4798692360633173, - "y": -0.004989676531314521 - }, - "p2": { - "x": 0, - "y": 12 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "974", - "typeID": "Arrow", - "zOrder": "50", - "h": "60", - "measuredW": "150", - "measuredH": "100", - "x": "737", - "y": "416", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 149, - "y": 0 - }, - "p1": { - "x": 0.4552212800557556, - "y": -0.05494250203275647 - }, - "p2": { - "x": 0, - "y": 59 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "975", - "typeID": "Arrow", - "zOrder": "51", - "w": "134", - "h": "36", - "measuredW": "150", - "measuredH": "100", - "x": "447", - "y": "483", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 132, - "y": 0 - }, - "p1": { - "x": 0.4652789342214826, - "y": -0.001332223147377271 - }, - "p2": { - "x": 0, - "y": 34 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "976", - "typeID": "Arrow", - "zOrder": "52", - "w": "131", - "h": "9", - "measuredW": "150", - "measuredH": "100", - "x": "447", - "y": "470", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 129, - "y": 7 - }, - "p1": { - "x": 0.4652789342214826, - "y": -0.001332223147377271 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "977", - "typeID": "Arrow", - "zOrder": "53", - "w": "143", - "h": "53", - "measuredW": "150", - "measuredH": "100", - "x": "437", - "y": "423", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 141, - "y": 51 - }, - "p1": { - "x": 0.45522128005575574, - "y": -0.054942502032756434 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "978", - "typeID": "Arrow", - "zOrder": "54", - "w": "45", - "h": "139", - "measuredW": "150", - "measuredH": "100", - "x": "634", - "y": "327", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 44, - "y": 0 - }, - "p1": { - "x": 0.540933899332929, - "y": -0.1946634323832626 - }, - "p2": { - "x": 16, - "y": 138 - }, - "rightArrow": "false" - } - }, - { - "ID": "979", - "typeID": "HRule", - "zOrder": "55", - "measuredW": "100", - "measuredH": "10", - "x": "1136", - "y": "754", - "properties": { - "color": "10027263", - "stroke": "dotted" - } - }, - { - "ID": "980", - "typeID": "Arrow", - "zOrder": "56", - "w": "71", - "h": "134", - "measuredW": "150", - "measuredH": "100", - "x": "646", - "y": "765", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 9, - "y": 0 - }, - "p1": { - "x": 0.5549276224469561, - "y": -0.26264128494943484 - }, - "p2": { - "x": 70, - "y": 133 - }, - "rightArrow": "false" - } - }, - { - "ID": "981", - "typeID": "Arrow", - "zOrder": "57", - "w": "130", - "h": "213", - "measuredW": "150", - "measuredH": "100", - "x": "428", - "y": "776", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 129, - "y": 0 - }, - "p1": { - "x": 0.47589093518297126, - "y": 0.0021765127959818427 - }, - "p2": { - "x": 0, - "y": 212 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "982", - "typeID": "Arrow", - "zOrder": "58", - "w": "110", - "h": "157", - "measuredW": "150", - "measuredH": "100", - "x": "442", - "y": "769", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 109, - "y": 0 - }, - "p1": { - "x": 0.46686783637115814, - "y": 0.0018494634122600195 - }, - "p2": { - "x": 0, - "y": 156 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "983", - "typeID": "Arrow", - "zOrder": "59", - "w": "119", - "h": "120", - "measuredW": "150", - "measuredH": "100", - "x": "434", - "y": "762", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 118, - "y": 0 - }, - "p1": { - "x": 0.46376334167874567, - "y": -0.006127289497957557 - }, - "p2": { - "x": 0, - "y": 119 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "984", - "typeID": "Arrow", - "zOrder": "60", - "w": "128", - "h": "82", - "measuredW": "150", - "measuredH": "100", - "x": "429", - "y": "751", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 127, - "y": 0 - }, - "p1": { - "x": 0.4682571775171856, - "y": 0.0018196522442377747 - }, - "p2": { - "x": 0, - "y": 81 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "985", - "typeID": "Arrow", - "zOrder": "61", - "w": "123", - "h": "34", - "measuredW": "150", - "measuredH": "100", - "x": "429", - "y": "753", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 122, - "y": 0 - }, - "p1": { - "x": 0.4501850789844116, - "y": 0.009280016683176094 - }, - "p2": { - "x": 0, - "y": 33 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "986", - "typeID": "Arrow", - "zOrder": "62", - "w": "106", - "h": "99", - "measuredW": "150", - "measuredH": "100", - "x": "784", - "y": "713", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 105, - "y": 98 - }, - "p1": { - "x": 0.48727519511367495, - "y": -0.011876484560570073 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "987", - "typeID": "Arrow", - "zOrder": "63", - "w": "109", - "h": "54", - "measuredW": "150", - "measuredH": "100", - "x": "781", - "y": "707", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 108, - "y": 53 - }, - "p1": { - "x": 0.44795435569162256, - "y": -0.008627887559142778 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "988", - "typeID": "Arrow", - "zOrder": "64", - "w": "111", - "h": "59", - "measuredW": "150", - "measuredH": "100", - "x": "432", - "y": "579", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 110, - "y": 58 - }, - "p1": { - "x": 0.45522128005575574, - "y": -0.054942502032756434 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "989", - "typeID": "Arrow", - "zOrder": "65", - "w": "112", - "h": "58", - "measuredW": "150", - "measuredH": "100", - "x": "430", - "y": "661", - "properties": { - "color": "2848996", - "curvature": "-1", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 111, - "y": 0 - }, - "p1": { - "x": 0.47938350680544434, - "y": 0.06064851881505207 - }, - "p2": { - "x": 0, - "y": 57 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "990", - "typeID": "Arrow", - "zOrder": "66", - "w": "112", - "h": "23", - "measuredW": "150", - "measuredH": "100", - "x": "434", - "y": "651", - "properties": { - "color": "2848996", - "curvature": "-1", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 111, - "y": 0 - }, - "p1": { - "x": 0.4453729012104649, - "y": 0.01983600156188987 - }, - "p2": { - "x": 0, - "y": 22 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "991", - "typeID": "Arrow", - "zOrder": "67", - "w": "120", - "h": "20", - "measuredW": "150", - "measuredH": "100", - "x": "431", - "y": "628", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 119, - "y": 19 - }, - "p1": { - "x": 0.4652789342214826, - "y": -0.001332223147377271 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "992", - "typeID": "TextArea", - "zOrder": "68", - "w": "250", - "h": "55", - "measuredW": "200", - "measuredH": "140", - "x": "543", - "y": "619", - "properties": { - "color": "16776960" - } - }, - { - "ID": "993", - "typeID": "Label", - "zOrder": "69", - "measuredW": "150", - "measuredH": "40", - "x": "624", - "y": "273", - "properties": { - "bold": "true", - "size": "32", - "text": "Front-end" - } - }, - { - "ID": "994", - "typeID": "Arrow", - "zOrder": "70", - "w": "19", - "h": "80", - "measuredW": "150", - "measuredH": "100", - "x": "721", - "y": "186", - "properties": { - "color": "2848996", - "curvature": "-1", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 17, - "y": 0 - }, - "p1": { - "x": 0.4835868694955965, - "y": 0.10168134507606086 - }, - "p2": { - "x": 0, - "y": 79 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "995", - "typeID": "TextArea", - "zOrder": "71", - "w": "296", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "160", - "y": "559", - "properties": { - "color": "16770457" - } - }, - { - "ID": "996", - "typeID": "Label", - "zOrder": "72", - "w": "134", - "measuredW": "132", - "measuredH": "25", - "x": "242", - "y": "567", - "properties": { - "size": "17", - "text": "Learn the basics" - } - }, - { - "ID": "997", - "typeID": "TextArea", - "zOrder": "73", - "w": "296", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "160", - "y": "606", - "properties": { - "color": "16770457" - } - }, - { - "ID": "998", - "typeID": "Label", - "zOrder": "74", - "w": "189", - "measuredW": "187", - "measuredH": "25", - "x": "215", - "y": "614", - "properties": { - "size": "17", - "text": "Writing Semantic HTML" - } - }, - { - "ID": "999", - "typeID": "TextArea", - "zOrder": "75", - "w": "296", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "160", - "y": "652", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1000", - "typeID": "TextArea", - "zOrder": "76", - "w": "296", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "160", - "y": "699", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1001", - "typeID": "Label", - "zOrder": "77", - "w": "248", - "measuredW": "248", - "measuredH": "25", - "x": "185", - "y": "707", - "properties": { - "size": "17", - "text": "Conventions and Best Practices" - } - }, - { - "ID": "1002", - "typeID": "TextArea", - "zOrder": "78", - "w": "250", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "543", - "y": "683", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1003", - "typeID": "TextArea", - "zOrder": "79", - "w": "116", - "h": "185", - "measuredW": "200", - "measuredH": "140", - "x": "1183", - "y": "660", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1004", - "typeID": "TextArea", - "zOrder": "80", - "w": "280", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "875", - "y": "683", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1005", - "typeID": "Label", - "zOrder": "81", - "w": "140", - "measuredW": "132", - "measuredH": "25", - "x": "945", - "y": "692", - "properties": { - "size": "17", - "text": "Learn the basics" - } - }, - { - "ID": "1006", - "typeID": "TextArea", - "zOrder": "82", - "w": "281", - "h": "47", - "measuredW": "200", - "measuredH": "140", - "x": "874", - "y": "732", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1007", - "typeID": "Label", - "zOrder": "83", - "w": "130", - "measuredW": "123", - "measuredH": "25", - "x": "950", - "y": "743", - "properties": { - "size": "17", - "text": "Making Layouts" - } - }, - { - "ID": "1008", - "typeID": "Label", - "zOrder": "84", - "measuredW": "47", - "measuredH": "25", - "x": "1218", - "y": "673", - "properties": { - "size": "17", - "text": "Floats" - } - }, - { - "ID": "1009", - "typeID": "TextArea", - "zOrder": "85", - "w": "280", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "875", - "y": "785", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1010", - "typeID": "Label", - "zOrder": "86", - "w": "248", - "measuredW": "247", - "measuredH": "22", - "x": "893", - "y": "795", - "properties": { - "size": "14", - "text": "Responsive design and Media Queries" - } - }, - { - "ID": "1011", - "typeID": "Label", - "zOrder": "87", - "measuredW": "85", - "measuredH": "25", - "x": "1199", - "y": "700", - "properties": { - "size": "17", - "text": "Positioning" - } - }, - { - "ID": "1012", - "typeID": "Label", - "zOrder": "88", - "measuredW": "57", - "measuredH": "25", - "x": "1213", - "y": "727", - "properties": { - "size": "17", - "text": "Display" - } - }, - { - "ID": "1013", - "typeID": "Label", - "zOrder": "89", - "measuredW": "80", - "measuredH": "25", - "x": "1202", - "y": "754", - "properties": { - "size": "17", - "text": "Box Model" - } - }, - { - "ID": "1014", - "typeID": "Label", - "zOrder": "90", - "measuredW": "74", - "measuredH": "25", - "x": "1205", - "y": "781", - "properties": { - "size": "17", - "text": "CSS Grid" - } - }, - { - "ID": "1015", - "typeID": "Label", - "zOrder": "91", - "measuredW": "66", - "measuredH": "25", - "x": "1209", - "y": "808", - "properties": { - "size": "17", - "text": "Flex Box" - } - }, - { - "ID": "1016", - "typeID": "TextArea", - "zOrder": "92", - "w": "250", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "543", - "y": "738", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1017", - "typeID": "TextArea", - "zOrder": "93", - "w": "296", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "160", - "y": "761", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1018", - "typeID": "Label", - "zOrder": "94", - "w": "228", - "measuredW": "229", - "measuredH": "25", - "x": "195", - "y": "769", - "properties": { - "size": "17", - "text": "Syntax and Basic Constructs" - } - }, - { - "ID": "1019", - "typeID": "TextArea", - "zOrder": "95", - "w": "297", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "160", - "y": "807", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1020", - "typeID": "Label", - "zOrder": "96", - "w": "197", - "measuredW": "191", - "measuredH": "25", - "x": "211", - "y": "815", - "properties": { - "size": "17", - "text": "Learn DOM Manipulation" - } - }, - { - "ID": "1021", - "typeID": "TextArea", - "zOrder": "97", - "w": "296", - "h": "113", - "measuredW": "200", - "measuredH": "140", - "x": "160", - "y": "951", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1022", - "typeID": "Label", - "zOrder": "98", - "w": "247", - "measuredW": "247", - "measuredH": "25", - "x": "185", - "y": "996", - "properties": { - "size": "17", - "text": "Hoisting, Event Bubbling, Scope," - } - }, - { - "ID": "1023", - "typeID": "Label", - "zOrder": "99", - "w": "245", - "measuredW": "244", - "measuredH": "25", - "x": "187", - "y": "1025", - "properties": { - "size": "17", - "text": "Prototype, Shadow DOM, strict," - } - }, - { - "ID": "1024", - "typeID": "Label", - "zOrder": "100", - "w": "202", - "measuredW": "198", - "measuredH": "25", - "x": "208", - "y": "966", - "properties": { - "size": "17", - "text": "Understand the concepts" - } - }, - { - "ID": "1025", - "typeID": "TextArea", - "zOrder": "101", - "w": "296", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "160", - "y": "854", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1026", - "typeID": "Label", - "zOrder": "102", - "w": "234", - "measuredW": "231", - "measuredH": "25", - "x": "192", - "y": "862", - "properties": { - "size": "17", - "text": "Learn Fetch API / Ajax (XHR)" - } - }, - { - "ID": "1027", - "typeID": "TextArea", - "zOrder": "103", - "w": "296", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "160", - "y": "902", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1028", - "typeID": "Label", - "zOrder": "104", - "w": "234", - "measuredW": "233", - "measuredH": "25", - "x": "192", - "y": "910", - "properties": { - "size": "17", - "text": "ES6+ and modular JavaScript" - } - }, - { - "ID": "1030", - "typeID": "Label", - "zOrder": "114", - "w": "172", - "measuredW": "170", - "measuredH": "25", - "x": "223", - "y": "660", - "properties": { - "size": "17", - "text": "Forms and Validations" - } - }, - { - "ID": "1031", - "typeID": "TextArea", - "zOrder": "115", - "w": "178", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "573", - "y": "449", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1032", - "typeID": "Label", - "zOrder": "116", - "w": "75", - "measuredW": "69", - "measuredH": "25", - "x": "628", - "y": "462", - "properties": { - "bold": "true", - "size": "17", - "text": "Internet" - } - }, - { - "ID": "1033", - "typeID": "TextArea", - "zOrder": "117", - "w": "299", - "h": "44", - "measuredW": "200", - "measuredH": "140", - "x": "160", - "y": "400", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1034", - "typeID": "Label", - "zOrder": "118", - "w": "223", - "measuredW": "222", - "measuredH": "25", - "x": "198", - "y": "410", - "properties": { - "size": "17", - "text": "How does the internet work?" - } - }, - { - "ID": "1035", - "typeID": "TextArea", - "zOrder": "119", - "w": "299", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "160", - "y": "450", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1036", - "typeID": "Label", - "zOrder": "120", - "w": "119", - "measuredW": "118", - "measuredH": "25", - "x": "250", - "y": "458", - "properties": { - "size": "17", - "text": "What is HTTP?" - } - }, - { - "ID": "1037", - "typeID": "TextArea", - "zOrder": "121", - "w": "299", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "160", - "y": "496", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1038", - "typeID": "Label", - "zOrder": "122", - "w": "230", - "measuredW": "230", - "measuredH": "25", - "x": "194", - "y": "504", - "properties": { - "size": "17", - "text": "Browsers and how they work?" - } - }, - { - "ID": "1039", - "typeID": "TextArea", - "zOrder": "123", - "w": "280", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "875", - "y": "397", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1040", - "typeID": "Label", - "zOrder": "124", - "w": "179", - "measuredW": "179", - "measuredH": "25", - "x": "926", - "y": "405", - "properties": { - "size": "17", - "text": "DNS and how it works?" - } - }, - { - "ID": "1041", - "typeID": "TextArea", - "zOrder": "125", - "w": "280", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "874", - "y": "443", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1042", - "typeID": "Label", - "zOrder": "126", - "w": "189", - "measuredW": "180", - "measuredH": "25", - "x": "925", - "y": "451", - "properties": { - "size": "17", - "text": "What is Domain Name?" - } - }, - { - "ID": "1043", - "typeID": "TextArea", - "zOrder": "127", - "w": "280", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "875", - "y": "489", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1044", - "typeID": "Label", - "zOrder": "128", - "w": "133", - "measuredW": "130", - "measuredH": "25", - "x": "949", - "y": "497", - "properties": { - "size": "17", - "text": "What is hosting?" - } - }, - { - "ID": "1045", - "typeID": "TextArea", - "zOrder": "129", - "w": "280", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "875", - "y": "589", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1046", - "typeID": "Label", - "zOrder": "130", - "w": "101", - "measuredW": "98", - "measuredH": "25", - "x": "964", - "y": "597", - "properties": { - "size": "17", - "text": "Accessibility" - } - }, - { - "ID": "1047", - "typeID": "TextArea", - "zOrder": "131", - "w": "280", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "875", - "y": "636", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1048", - "typeID": "Label", - "zOrder": "132", - "w": "94", - "measuredW": "93", - "measuredH": "25", - "x": "968", - "y": "644", - "properties": { - "size": "17", - "text": "SEO Basics" - } - }, - { - "ID": "1049", - "typeID": "TextArea", - "zOrder": "133", - "w": "216", - "h": "54", - "measuredW": "200", - "measuredH": "140", - "x": "522", - "y": "980", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1050", - "typeID": "Label", - "zOrder": "134", - "w": "155", - "measuredW": "154", - "measuredH": "25", - "x": "553", - "y": "995", - "properties": { - "bold": "true", - "size": "17", - "text": "Basic Usage of Git" - } - }, - { - "ID": "1051", - "typeID": "TextArea", - "zOrder": "135", - "w": "230", - "h": "49", - "measuredW": "200", - "measuredH": "140", - "x": "1004", - "y": "983", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1052", - "typeID": "Label", - "zOrder": "136", - "w": "64", - "measuredW": "58", - "measuredH": "25", - "x": "1091", - "y": "996", - "properties": { - "bold": "true", - "size": "17", - "text": "GitHub" - } - }, - { - "ID": "1053", - "typeID": "TextArea", - "zOrder": "137", - "w": "352", - "h": "78", - "measuredW": "200", - "measuredH": "140", - "x": "885", - "y": "882", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1054", - "typeID": "Label", - "zOrder": "138", - "w": "189", - "measuredW": "181", - "measuredH": "25", - "x": "962", - "y": "897", - "properties": { - "bold": "true", - "size": "17", - "text": "Repo hosting services" - } - }, - { - "ID": "1055", - "typeID": "Label", - "zOrder": "139", - "w": "279", - "measuredW": "279", - "measuredH": "23", - "x": "917", - "y": "923", - "properties": { - "size": "15", - "text": "Create account and Learn to use GitHub" - } - }, - { - "ID": "1056", - "typeID": "TextArea", - "zOrder": "140", - "w": "336", - "h": "77", - "measuredW": "200", - "measuredH": "140", - "x": "522", - "y": "882", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1057", - "typeID": "Label", - "zOrder": "141", - "w": "201", - "measuredW": "200", - "measuredH": "25", - "x": "587", - "y": "897", - "properties": { - "bold": "true", - "size": "17", - "text": "Version Control Systems" - } - }, - { - "ID": "1058", - "typeID": "Label", - "zOrder": "142", - "w": "292", - "measuredW": "291", - "measuredH": "23", - "x": "541", - "y": "922", - "properties": { - "size": "15", - "text": "What are they and why you should use one" - } - }, - { - "ID": "1059", - "typeID": "TextArea", - "zOrder": "143", - "w": "211", - "h": "53", - "measuredW": "200", - "measuredH": "140", - "x": "508", - "y": "1244", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1060", - "typeID": "Label", - "zOrder": "144", - "w": "154", - "measuredW": "151", - "measuredH": "25", - "x": "537", - "y": "1258", - "properties": { - "bold": "true", - "size": "17", - "text": "Package Managers" - } - }, - { - "ID": "1061", - "typeID": "TextArea", - "zOrder": "145", - "w": "151", - "h": "49", - "measuredW": "200", - "measuredH": "140", - "x": "235", - "y": "1238", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1062", - "typeID": "Label", - "zOrder": "146", - "measuredW": "49", - "measuredH": "25", - "x": "644", - "y": "635", - "properties": { - "size": "17", - "text": "HTML", - "bold": "true" - } - }, - { - "ID": "1063", - "typeID": "Label", - "zOrder": "147", - "measuredW": "36", - "measuredH": "25", - "x": "651", - "y": "697", - "properties": { - "size": "17", - "text": "CSS", - "bold": "true" - } - }, - { - "ID": "1064", - "typeID": "Label", - "zOrder": "148", - "measuredW": "87", - "measuredH": "25", - "x": "625", - "y": "751", - "properties": { - "bold": "true", - "size": "17", - "text": "JavaScript" - } - }, - { - "ID": "1065", - "typeID": "Label", - "zOrder": "149", - "w": "36", - "measuredW": "35", - "measuredH": "25", - "x": "292", - "y": "1250", - "properties": { - "bold": "true", - "size": "17", - "text": "npm" - } - }, - { - "ID": "1066", - "typeID": "Label", - "zOrder": "150", - "w": "36", - "measuredW": "36", - "measuredH": "25", - "x": "293", - "y": "1309", - "properties": { - "bold": "true", - "size": "17", - "text": "yarn" - } - }, - { - "ID": "1068", - "typeID": "TextArea", - "zOrder": "155", - "w": "230", - "h": "49", - "measuredW": "200", - "measuredH": "140", - "x": "1004", - "y": "1095", - "properties": { - "backgroundAlpha": "0.5", - "borderColor": "16777215", - "color": "10066329" - } - }, - { - "ID": "1069", - "typeID": "Label", - "zOrder": "156", - "w": "80", - "measuredW": "79", - "measuredH": "25", - "x": "1079", - "y": "1107", - "properties": { - "bold": "true", - "color": "3355443", - "size": "17", - "text": "Bitbucket" - } - }, - { - "ID": "1070", - "typeID": "TextArea", - "zOrder": "157", - "w": "230", - "h": "48", - "measuredW": "200", - "measuredH": "140", - "x": "1004", - "y": "1095", - "properties": { - "backgroundAlpha": "0.25", - "borderColor": "6710886", - "color": "15658734" - } - }, - { - "ID": "1072", - "typeID": "TextArea", - "zOrder": "161", - "w": "372", - "h": "54", - "measuredW": "200", - "measuredH": "140", - "x": "573", - "y": "1073", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1073", - "typeID": "Label", - "zOrder": "162", - "w": "203", - "measuredW": "203", - "measuredH": "25", - "x": "658", - "y": "1088", - "properties": { - "bold": "true", - "size": "17", - "text": "Web Security Knowledge" - } - }, - { - "ID": "1074", - "typeID": "Canvas", - "zOrder": "163", - "w": "408", - "h": "162", - "measuredW": "100", - "measuredH": "70", - "x": "151", - "y": "183" - }, - { - "ID": "1076", - "typeID": "TextArea", - "zOrder": "167", - "w": "456", - "h": "161", - "measuredW": "200", - "measuredH": "140", - "x": "837", - "y": "1168" - }, - { - "ID": "1077", - "typeID": "TextArea", - "zOrder": "168", - "w": "163", - "h": "48", - "measuredW": "200", - "measuredH": "140", - "x": "852", - "y": "1267", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1078", - "typeID": "Label", - "zOrder": "169", - "w": "51", - "measuredW": "50", - "measuredH": "25", - "x": "894", - "y": "1279", - "properties": { - "bold": "true", - "size": "17", - "text": "CORS" - } - }, - { - "ID": "1079", - "typeID": "TextArea", - "zOrder": "170", - "w": "166", - "h": "49", - "measuredW": "200", - "measuredH": "140", - "x": "851", - "y": "1212", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1080", - "typeID": "Label", - "zOrder": "171", - "w": "63", - "measuredW": "58", - "measuredH": "25", - "x": "905", - "y": "1224", - "properties": { - "bold": "true", - "size": "17", - "text": "HTTPS" - } - }, - { - "ID": "1081", - "typeID": "TextArea", - "zOrder": "172", - "w": "257", - "h": "49", - "measuredW": "200", - "measuredH": "140", - "x": "1022", - "y": "1212", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1082", - "typeID": "Label", - "zOrder": "173", - "w": "196", - "measuredW": "192", - "measuredH": "25", - "x": "1053", - "y": "1224", - "properties": { - "bold": "true", - "size": "17", - "text": "Content Security Policy" - } - }, - { - "ID": "1083", - "typeID": "TextArea", - "zOrder": "174", - "w": "257", - "h": "49", - "measuredW": "200", - "measuredH": "140", - "x": "1022", - "y": "1266", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1084", - "typeID": "Label", - "zOrder": "175", - "w": "187", - "measuredW": "184", - "measuredH": "25", - "x": "1065", - "y": "1278", - "properties": { - "bold": "true", - "size": "17", - "text": "OWASP Security Risks" - } - }, - { - "ID": "1085", - "typeID": "Label", - "zOrder": "176", - "w": "372", - "measuredW": "353", - "measuredH": "25", - "x": "853", - "y": "1181", - "properties": { - "size": "17", - "text": "Get at least a basic knowledge of all of these" - } - }, - { - "ID": "1086", - "typeID": "TextArea", - "zOrder": "177", - "w": "392", - "h": "141", - "measuredW": "200", - "measuredH": "140", - "x": "723", - "y": "1381", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1087", - "typeID": "Label", - "zOrder": "178", - "w": "157", - "measuredW": "158", - "measuredH": "25", - "x": "836", - "y": "1398", - "properties": { - "bold": "true", - "size": "17", - "text": "CSS Preprocessors" - } - }, - { - "ID": "1088", - "typeID": "Label", - "zOrder": "179", - "w": "350", - "measuredW": "333", - "measuredH": "23", - "x": "741", - "y": "1430", - "properties": { - "size": "15", - "text": "With how the modern frameworks there has been" - } - }, - { - "ID": "1089", - "typeID": "Label", - "zOrder": "180", - "w": "350", - "measuredW": "352", - "measuredH": "23", - "x": "741", - "y": "1457", - "properties": { - "size": "15", - "text": "more push towards CSS-in-JS so you may not need" - } - }, - { - "ID": "1090", - "typeID": "Label", - "zOrder": "181", - "w": "350", - "measuredW": "328", - "measuredH": "23", - "x": "741", - "y": "1483", - "properties": { - "size": "15", - "text": "these but still a good idea to familiarize yourself." - } - }, - { - "ID": "1091", - "typeID": "TextArea", - "zOrder": "182", - "w": "392", - "h": "141", - "measuredW": "200", - "measuredH": "140", - "x": "312", - "y": "1378", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1092", - "typeID": "Label", - "zOrder": "183", - "w": "148", - "measuredW": "143", - "measuredH": "25", - "x": "434", - "y": "1396", - "properties": { - "bold": "true", - "size": "17", - "text": "CSS Architecture" - } - }, - { - "ID": "1093", - "typeID": "Label", - "zOrder": "184", - "w": "351", - "measuredW": "343", - "measuredH": "23", - "x": "331", - "y": "1430", - "properties": { - "size": "15", - "text": "With modern frameworks and CSS-in-JS you don't" - } - }, - { - "ID": "1094", - "typeID": "Label", - "zOrder": "185", - "w": "359", - "measuredW": "350", - "measuredH": "23", - "x": "331", - "y": "1454", - "properties": { - "size": "15", - "text": "have to worry about these anymore but still it would" - } - }, - { - "ID": "1095", - "typeID": "TextArea", - "zOrder": "186", - "w": "146", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "151", - "y": "1377", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1096", - "typeID": "Label", - "zOrder": "187", - "w": "45", - "measuredW": "36", - "measuredH": "25", - "x": "207", - "y": "1385", - "properties": { - "size": "17", - "text": "BEM" - } - }, - { - "ID": "1097", - "typeID": "TextArea", - "zOrder": "188", - "w": "145", - "h": "44", - "measuredW": "200", - "measuredH": "140", - "x": "151", - "y": "1474", - "properties": { - "backgroundAlpha": "0.5", - "borderColor": "16777215", - "color": "10066329" - } - }, - { - "ID": "1098", - "typeID": "Label", - "zOrder": "189", - "w": "73", - "measuredW": "72", - "measuredH": "25", - "x": "187", - "y": "1484", - "properties": { - "bold": "true", - "color": "3355443", - "size": "17", - "text": "SMACSS" - } - }, - { - "ID": "1099", - "typeID": "TextArea", - "zOrder": "190", - "w": "145", - "h": "44", - "measuredW": "200", - "measuredH": "140", - "x": "151", - "y": "1474", - "properties": { - "backgroundAlpha": "0.25", - "borderColor": "6710886", - "color": "15658734" - } - }, - { - "ID": "1100", - "typeID": "TextArea", - "zOrder": "191", - "w": "145", - "h": "44", - "measuredW": "200", - "measuredH": "140", - "x": "152", - "y": "1423", - "properties": { - "backgroundAlpha": "0.5", - "borderColor": "16777215", - "color": "10066329" - } - }, - { - "ID": "1101", - "typeID": "Label", - "zOrder": "192", - "w": "62", - "measuredW": "63", - "measuredH": "25", - "x": "194", - "y": "1433", - "properties": { - "bold": "true", - "color": "3355443", - "size": "17", - "text": "OOCSS" - } - }, - { - "ID": "1102", - "typeID": "TextArea", - "zOrder": "193", - "w": "145", - "h": "44", - "measuredW": "200", - "measuredH": "140", - "x": "152", - "y": "1423", - "properties": { - "backgroundAlpha": "0.25", - "borderColor": "6710886", - "color": "15658734" - } - }, - { - "ID": "1103", - "typeID": "Label", - "zOrder": "194", - "w": "359", - "measuredW": "351", - "measuredH": "23", - "x": "331", - "y": "1482", - "properties": { - "size": "15", - "text": "be a good idea to get familiarized with BEM atleast." - } - }, - { - "ID": "1104", - "typeID": "TextArea", - "zOrder": "195", - "w": "214", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "596", - "y": "1603", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1105", - "typeID": "Label", - "zOrder": "196", - "measuredW": "88", - "measuredH": "25", - "x": "658", - "y": "1616", - "properties": { - "bold": "true", - "size": "17", - "text": "Build Tools" - } - }, - { - "ID": "1106", - "typeID": "TextArea", - "zOrder": "197", - "w": "138", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "385", - "y": "1605", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1107", - "typeID": "Label", - "zOrder": "198", - "measuredW": "110", - "measuredH": "25", - "x": "402", - "y": "1619", - "properties": { - "bold": "true", - "size": "17", - "text": "Task Runners" - } - }, - { - "ID": "1108", - "typeID": "TextArea", - "zOrder": "199", - "w": "176", - "h": "45", - "measuredW": "200", - "measuredH": "140", - "x": "151", - "y": "1577", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1109", - "typeID": "Label", - "zOrder": "200", - "w": "97", - "measuredW": "93", - "measuredH": "25", - "x": "191", - "y": "1587", - "properties": { - "size": "17", - "text": "npm scripts" - } - }, - { - "ID": "1111", - "typeID": "TextArea", - "zOrder": "204", - "w": "225", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "868", - "y": "1604", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1112", - "typeID": "Label", - "zOrder": "205", - "measuredW": "188", - "measuredH": "25", - "x": "887", - "y": "1617", - "properties": { - "bold": "true", - "size": "17", - "text": "Linters and Formatters" - } - }, - { - "ID": "1113", - "typeID": "TextArea", - "zOrder": "206", - "w": "145", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1150", - "y": "1555", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1114", - "typeID": "Label", - "zOrder": "207", - "w": "66", - "measuredW": "60", - "measuredH": "25", - "x": "1194", - "y": "1563", - "properties": { - "size": "17", - "text": "Prettier" - } - }, - { - "ID": "1115", - "typeID": "TextArea", - "zOrder": "208", - "w": "145", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1150", - "y": "1600", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1116", - "typeID": "Label", - "zOrder": "209", - "w": "53", - "measuredW": "53", - "measuredH": "25", - "x": "1196", - "y": "1608", - "properties": { - "size": "17", - "text": "ESLint" - } - }, - { - "ID": "1117", - "typeID": "TextArea", - "zOrder": "210", - "w": "145", - "h": "44", - "measuredW": "200", - "measuredH": "140", - "x": "1151", - "y": "1646", - "properties": { - "backgroundAlpha": "0.5", - "borderColor": "16777215", - "color": "10066329" - } - }, - { - "ID": "1118", - "typeID": "Label", - "zOrder": "211", - "measuredW": "98", - "measuredH": "25", - "x": "1177", - "y": "1656", - "properties": { - "bold": "true", - "color": "3355443", - "size": "17", - "text": "StandardJS" - } - }, - { - "ID": "1119", - "typeID": "Arrow", - "zOrder": "212", - "w": "127", - "h": "31", - "measuredW": "150", - "measuredH": "100", - "x": "288", - "y": "1707", - "properties": { - "color": "10027263", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.4438697642869249, - "y": -0.02128200780057653 - }, - "p2": { - "x": 126, - "y": 30 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1120", - "typeID": "TextArea", - "zOrder": "213", - "w": "176", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "152", - "y": "1688", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1121", - "typeID": "Label", - "zOrder": "214", - "w": "72", - "measuredW": "73", - "measuredH": "25", - "x": "204", - "y": "1696", - "properties": { - "size": "17", - "text": "Webpack" - } - }, - { - "ID": "1122", - "typeID": "TextArea", - "zOrder": "215", - "w": "176", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "151", - "y": "1733", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1123", - "typeID": "Label", - "zOrder": "216", - "w": "46", - "measuredW": "48", - "measuredH": "25", - "x": "216", - "y": "1741", - "properties": { - "size": "17", - "text": "Rollup" - } - }, - { - "ID": "1124", - "typeID": "Label", - "zOrder": "217", - "w": "46", - "measuredW": "48", - "measuredH": "25", - "x": "216", - "y": "1786", - "properties": { - "size": "17", - "text": "Parcel" - } - }, - { - "ID": "1125", - "typeID": "TextArea", - "zOrder": "218", - "w": "177", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "411", - "y": "1723", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1126", - "typeID": "Label", - "zOrder": "219", - "measuredW": "135", - "measuredH": "25", - "x": "434", - "y": "1736", - "properties": { - "bold": "true", - "size": "17", - "text": "Module Bundlers" - } - }, - { - "ID": "1127", - "typeID": "TextArea", - "zOrder": "220", - "w": "176", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "152", - "y": "1688", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1128", - "typeID": "Label", - "zOrder": "221", - "w": "90", - "measuredW": "73", - "measuredH": "25", - "x": "204", - "y": "1696", - "properties": { - "size": "17", - "text": "Webpack" - } - }, - { - "ID": "1129", - "typeID": "TextArea", - "zOrder": "222", - "w": "176", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "151", - "y": "1733", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1130", - "typeID": "Label", - "zOrder": "223", - "w": "63", - "measuredW": "48", - "measuredH": "25", - "x": "216", - "y": "1741", - "properties": { - "size": "17", - "text": "Rollup" - } - }, - { - "ID": "1131", - "typeID": "TextArea", - "zOrder": "224", - "w": "176", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "151", - "y": "1778", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1132", - "typeID": "Label", - "zOrder": "225", - "w": "63", - "measuredW": "48", - "measuredH": "25", - "x": "216", - "y": "1786", - "properties": { - "size": "17", - "text": "Parcel" - } - }, - { - "ID": "1133", - "typeID": "TextArea", - "zOrder": "226", - "w": "267", - "h": "53", - "measuredW": "200", - "measuredH": "140", - "x": "622", - "y": "1840", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1134", - "typeID": "Label", - "zOrder": "227", - "w": "142", - "measuredW": "141", - "measuredH": "25", - "x": "685", - "y": "1854", - "properties": { - "bold": "true", - "size": "17", - "text": "Pick a Framework" - } - }, - { - "ID": "1135", - "typeID": "TextArea", - "zOrder": "228", - "w": "145", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "920", - "y": "1750", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1136", - "typeID": "Label", - "zOrder": "229", - "w": "68", - "measuredW": "65", - "measuredH": "25", - "x": "959", - "y": "1758", - "properties": { - "size": "17", - "text": "React.js" - } - }, - { - "ID": "1138", - "typeID": "TextArea", - "zOrder": "232", - "w": "145", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "952", - "y": "1927", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1139", - "typeID": "Label", - "zOrder": "233", - "w": "59", - "measuredW": "47", - "measuredH": "25", - "x": "1002", - "y": "1935", - "properties": { - "size": "17", - "text": "Vue.js" - } - }, - { - "ID": "1140", - "typeID": "TextArea", - "zOrder": "234", - "w": "177", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1155", - "y": "1726", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1141", - "typeID": "Label", - "zOrder": "235", - "w": "52", - "measuredW": "51", - "measuredH": "25", - "x": "1218", - "y": "1734", - "properties": { - "size": "17", - "text": "Redux" - } - }, - { - "ID": "1142", - "typeID": "TextArea", - "zOrder": "236", - "w": "177", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1155", - "y": "1771", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1143", - "typeID": "Label", - "zOrder": "237", - "w": "47", - "measuredW": "45", - "measuredH": "25", - "x": "1220", - "y": "1779", - "properties": { - "size": "17", - "text": "MobX" - } - }, - { - "ID": "1144", - "typeID": "TextArea", - "zOrder": "238", - "w": "203", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "483", - "y": "1942", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1145", - "typeID": "Label", - "zOrder": "239", - "measuredW": "102", - "measuredH": "25", - "x": "536", - "y": "1955", - "properties": { - "bold": "true", - "size": "17", - "text": "Modern CSS" - } - }, - { - "ID": "1147", - "typeID": "TextArea", - "zOrder": "243", - "w": "177", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1155", - "y": "1927", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1148", - "typeID": "Label", - "zOrder": "244", - "w": "44", - "measuredW": "42", - "measuredH": "25", - "x": "1219", - "y": "1936", - "properties": { - "size": "17", - "text": "VueX" - } - }, - { - "ID": "1149", - "typeID": "TextArea", - "zOrder": "245", - "w": "177", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1155", - "y": "1826", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1150", - "typeID": "Label", - "zOrder": "246", - "w": "44", - "measuredW": "44", - "measuredH": "25", - "x": "1222", - "y": "1834", - "properties": { - "size": "17", - "text": "RxJS" - } - }, - { - "ID": "1151", - "typeID": "TextArea", - "zOrder": "247", - "w": "177", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1155", - "y": "1872", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1152", - "typeID": "Label", - "zOrder": "248", - "w": "44", - "measuredW": "45", - "measuredH": "25", - "x": "1222", - "y": "1880", - "properties": { - "size": "17", - "text": "NgRx" - } - }, - { - "ID": "1153", - "typeID": "TextArea", - "zOrder": "249", - "w": "221", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "149", - "y": "1864", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1154", - "typeID": "Label", - "zOrder": "250", - "w": "151", - "measuredW": "154", - "measuredH": "25", - "x": "184", - "y": "1872", - "properties": { - "size": "17", - "text": "Styled Components" - } - }, - { - "ID": "1155", - "typeID": "TextArea", - "zOrder": "251", - "w": "221", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "149", - "y": "1908", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1156", - "typeID": "Label", - "zOrder": "252", - "w": "103", - "measuredW": "106", - "measuredH": "25", - "x": "208", - "y": "1916", - "properties": { - "size": "17", - "text": "CSS Modules" - } - }, - { - "ID": "1160", - "typeID": "TextArea", - "zOrder": "261", - "w": "199", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "1104", - "y": "2557", - "properties": { - "backgroundAlpha": "0.5", - "color": "10066329" - } - }, - { - "ID": "1161", - "typeID": "Label", - "zOrder": "262", - "w": "38", - "measuredW": "35", - "measuredH": "25", - "x": "1185", - "y": "2565", - "properties": { - "color": "3355443", - "size": "17", - "text": "Flow" - } - }, - { - "ID": "1163", - "typeID": "Arrow", - "zOrder": "265", - "w": "201", - "h": "4", - "measuredW": "150", - "measuredH": "100", - "x": "603", - "y": "3042", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 200, - "y": 0 - }, - "p1": { - "x": 0.5976298194338792, - "y": 0.018096648917003643 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false" - } - }, - { - "ID": "1164", - "typeID": "Arrow", - "zOrder": "266", - "w": "41", - "h": "124", - "measuredW": "150", - "measuredH": "100", - "x": "742", - "y": "2909", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 37, - "y": 0 - }, - "p1": { - "x": 0.5697582243361078, - "y": -0.30657946888624726 - }, - "p2": { - "x": 40, - "y": 123 - }, - "rightArrow": "false" - } - }, - { - "ID": "1165", - "typeID": "Arrow", - "zOrder": "267", - "w": "97", - "h": "17", - "measuredW": "150", - "measuredH": "100", - "x": "897", - "y": "2880", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 96, - "y": 0 - }, - "p1": { - "x": 0.4835193355826628, - "y": 0.007267064624967626 - }, - "p2": { - "x": 0, - "y": 16 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1166", - "typeID": "Arrow", - "zOrder": "268", - "w": "78", - "h": "22", - "measuredW": "150", - "measuredH": "100", - "x": "903", - "y": "2911", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 77, - "y": 21 - }, - "p1": { - "x": 0.4835193355826629, - "y": 0.0072670646249675805 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1167", - "typeID": "TextArea", - "zOrder": "269", - "w": "167", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "975", - "y": "2860", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1168", - "typeID": "Arrow", - "zOrder": "270", - "w": "158", - "h": "72", - "measuredW": "150", - "measuredH": "100", - "x": "286", - "y": "2958", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.4319942611190819, - "y": -0.006169296987087513 - }, - "p2": { - "x": 157, - "y": 71 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1169", - "typeID": "Arrow", - "zOrder": "271", - "w": "134", - "h": "145", - "measuredW": "150", - "measuredH": "100", - "x": "1059", - "y": "3059", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 133, - "y": 144 - }, - "p1": { - "x": 0.5642023346303501, - "y": 0.02723735408560301 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1170", - "typeID": "Arrow", - "zOrder": "272", - "w": "144", - "h": "111", - "measuredW": "150", - "measuredH": "100", - "x": "1049", - "y": "3049", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 143, - "y": 110 - }, - "p1": { - "x": 0.5591257349884183, - "y": 0.009087129536140616 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1171", - "typeID": "Arrow", - "zOrder": "273", - "w": "145", - "h": "78", - "measuredW": "150", - "measuredH": "100", - "x": "1053", - "y": "3043", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 144, - "y": 77 - }, - "p1": { - "x": 0.5642023346303502, - "y": 0.027237354085603124 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1172", - "typeID": "Arrow", - "zOrder": "274", - "w": "29", - "h": "229", - "measuredW": "150", - "measuredH": "100", - "x": "824", - "y": "2678", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 228 - }, - "p1": { - "x": 0.4409025564097753, - "y": -0.09294330895680976 - }, - "p2": { - "x": 15, - "y": 0 - }, - "rightArrow": "false" - } - }, - { - "ID": "1173", - "typeID": "Arrow", - "zOrder": "275", - "h": "33", - "measuredW": "150", - "measuredH": "100", - "x": "1049", - "y": "3040", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 149, - "y": 32 - }, - "p1": { - "x": 0.5905801701155262, - "y": -0.014345563031611016 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1174", - "typeID": "Arrow", - "zOrder": "276", - "w": "141", - "h": "16", - "measuredW": "150", - "measuredH": "100", - "x": "1054", - "y": "3022", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 140, - "y": 0 - }, - "p1": { - "x": 0.5446556671449067, - "y": -0.004842180774748907 - }, - "p2": { - "x": 0, - "y": 15 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1175", - "typeID": "Arrow", - "zOrder": "277", - "w": "144", - "h": "60", - "measuredW": "150", - "measuredH": "100", - "x": "1048", - "y": "2973", - "properties": { - "color": "2848996", - "curvature": "-1", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 143, - "y": 0 - }, - "p1": { - "x": 0.5359734790789354, - "y": 0.012722874294418268 - }, - "p2": { - "x": 0, - "y": 59 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1176", - "typeID": "TextArea", - "zOrder": "278", - "w": "281", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "776", - "y": "3015", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1177", - "typeID": "Label", - "zOrder": "279", - "measuredW": "184", - "measuredH": "25", - "x": "825", - "y": "3028", - "properties": { - "bold": "true", - "size": "17", - "text": "Static Site Generators" - } - }, - { - "ID": "1183", - "typeID": "Arrow", - "zOrder": "290", - "w": "2", - "h": "104", - "measuredW": "150", - "measuredH": "100", - "x": "564", - "y": "3059", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.523291249455812, - "y": 0.00130605137135394 - }, - "p2": { - "x": 1, - "y": 103 - }, - "rightArrow": "false" - } - }, - { - "ID": "1184", - "typeID": "Arrow", - "zOrder": "291", - "w": "180", - "h": "45", - "measuredW": "150", - "measuredH": "100", - "x": "280", - "y": "3052", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 44 - }, - "p1": { - "x": 0.4319942611190816, - "y": -0.0061692969870875015 - }, - "p2": { - "x": 179, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1185", - "typeID": "Arrow", - "zOrder": "292", - "w": "87", - "h": "128", - "measuredW": "150", - "measuredH": "100", - "x": "995", - "y": "2689", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 86, - "y": 127 - }, - "p1": { - "x": 0.39844343891402717, - "y": 0.2406877828054298 - }, - "p2": { - "x": 1, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1186", - "typeID": "Arrow", - "zOrder": "293", - "w": "71", - "h": "81", - "measuredW": "150", - "measuredH": "100", - "x": "1007", - "y": "2686", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 70, - "y": 80 - }, - "p1": { - "x": 0.44362569752468173, - "y": 0.1679067105451423 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1187", - "typeID": "Arrow", - "zOrder": "294", - "w": "98", - "h": "1", - "measuredW": "150", - "measuredH": "100", - "x": "997", - "y": "2676", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 97, - "y": 0 - }, - "p1": { - "x": 0.48351933558266286, - "y": 0.007267064624967593 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1188", - "typeID": "Arrow", - "zOrder": "295", - "w": "134", - "h": "109", - "measuredW": "150", - "measuredH": "100", - "x": "697", - "y": "2562", - "properties": { - "color": "2848996", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.6566784235546694, - "y": 0.1877932832387666 - }, - "p2": { - "x": 132, - "y": 108 - }, - "rightArrow": "false" - } - }, - { - "ID": "1189", - "typeID": "Arrow", - "zOrder": "296", - "w": "1", - "h": "86", - "measuredW": "150", - "measuredH": "100", - "x": "554", - "y": "2562", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.4770488047048041, - "y": 0.005193614908729856 - }, - "p2": { - "x": 0, - "y": 85 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1190", - "typeID": "Arrow", - "zOrder": "297", - "w": "177", - "h": "1", - "measuredW": "150", - "measuredH": "100", - "x": "358", - "y": "2552", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 176, - "y": 0 - }, - "p1": { - "x": 0.477048804704804, - "y": 0.005193614908729856 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1191", - "typeID": "Arrow", - "zOrder": "298", - "w": "116", - "h": "1", - "measuredW": "150", - "measuredH": "100", - "x": "729", - "y": "2551", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 115, - "y": 0 - }, - "p1": { - "x": 0.477048804704804, - "y": 0.005193614908729856 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false" - } - }, - { - "ID": "1192", - "typeID": "Arrow", - "zOrder": "299", - "w": "119", - "h": "88", - "measuredW": "150", - "measuredH": "100", - "x": "800", - "y": "2446", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 118, - "y": 87 - }, - "p1": { - "x": 0.3818452519424929, - "y": -0.18457172102545016 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false" - } - }, - { - "ID": "1193", - "typeID": "Arrow", - "zOrder": "300", - "w": "76", - "h": "5", - "measuredW": "150", - "measuredH": "100", - "x": "343", - "y": "2366", - "properties": { - "color": "10027263", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 74, - "y": 1 - }, - "p1": { - "x": 0.5049180327868853, - "y": -0.02090163934426228 - }, - "p2": { - "x": 0, - "y": 3 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1194", - "typeID": "Arrow", - "zOrder": "301", - "w": "1", - "h": "81", - "measuredW": "150", - "measuredH": "100", - "x": "586", - "y": "2209", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.5750000000000001, - "y": 0 - }, - "p2": { - "x": 0, - "y": 80 - }, - "rightArrow": "false" - } - }, - { - "ID": "1195", - "typeID": "Arrow", - "zOrder": "302", - "w": "191", - "h": "3", - "measuredW": "150", - "measuredH": "100", - "x": "682", - "y": "2199", - "properties": { - "color": "10027263", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 190, - "y": 2 - }, - "p1": { - "x": 0.5105398742417108, - "y": -0.0025761059250436276 - }, - "p2": { - "x": 0, - "y": 1 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1196", - "typeID": "TextArea", - "zOrder": "303", - "w": "261", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "456", - "y": "2173", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1197", - "typeID": "Label", - "zOrder": "304", - "measuredW": "137", - "measuredH": "25", - "x": "519", - "y": "2186", - "properties": { - "bold": "true", - "size": "17", - "text": "CSS Frameworks" - } - }, - { - "ID": "1198", - "typeID": "TextArea", - "zOrder": "305", - "w": "236", - "h": "281", - "measuredW": "200", - "measuredH": "140", - "x": "1088", - "y": "2149" - }, - { - "ID": "1202", - "typeID": "Label", - "zOrder": "312", - "w": "206", - "measuredW": "201", - "measuredH": "24", - "x": "1104", - "y": "2342", - "properties": { - "size": "16", - "text": "CSS first frameworks which" - } - }, - { - "ID": "1203", - "typeID": "Label", - "zOrder": "313", - "w": "206", - "measuredW": "196", - "measuredH": "24", - "x": "1104", - "y": "2367", - "properties": { - "size": "16", - "text": "don't come with JavaScript" - } - }, - { - "ID": "1204", - "typeID": "Label", - "zOrder": "314", - "w": "169", - "measuredW": "170", - "measuredH": "24", - "x": "1104", - "y": "2392", - "properties": { - "size": "16", - "text": "components by default." - } - }, - { - "ID": "1205", - "typeID": "TextArea", - "zOrder": "315", - "w": "236", - "h": "281", - "measuredW": "200", - "measuredH": "140", - "x": "836", - "y": "2149" - }, - { - "ID": "1207", - "typeID": "Label", - "zOrder": "324", - "w": "205", - "measuredW": "204", - "measuredH": "24", - "x": "852", - "y": "2343", - "properties": { - "size": "16", - "text": "JS based and better to use" - } - }, - { - "ID": "1208", - "typeID": "Label", - "zOrder": "325", - "w": "201", - "measuredW": "197", - "measuredH": "24", - "x": "852", - "y": "2368", - "properties": { - "size": "16", - "text": "with your framework based" - } - }, - { - "ID": "1209", - "typeID": "Label", - "zOrder": "326", - "w": "205", - "measuredW": "171", - "measuredH": "24", - "x": "852", - "y": "2392", - "properties": { - "size": "16", - "text": "JavaScript applications." - } - }, - { - "ID": "1212", - "typeID": "Arrow", - "zOrder": "355", - "w": "79", - "h": "16", - "measuredW": "150", - "measuredH": "100", - "x": "1026", - "y": "2558", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.4835193355826628, - "y": 0.007267064624967568 - }, - "p2": { - "x": 78, - "y": 15 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1213", - "typeID": "Arrow", - "zOrder": "356", - "w": "85", - "h": "23", - "measuredW": "150", - "measuredH": "100", - "x": "1030", - "y": "2528", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 84, - "y": 0 - }, - "p1": { - "x": 0.48351933558266297, - "y": 0.007267064624967475 - }, - "p2": { - "x": 0, - "y": 22 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1214", - "typeID": "TextArea", - "zOrder": "357", - "w": "226", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "819", - "y": "2527", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1215", - "typeID": "Label", - "zOrder": "358", - "measuredW": "121", - "measuredH": "25", - "x": "872", - "y": "2540", - "properties": { - "bold": "true", - "size": "17", - "text": "Type Checkers" - } - }, - { - "ID": "1217", - "typeID": "TextArea", - "zOrder": "361", - "w": "241", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "502", - "y": "2527", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1218", - "typeID": "Label", - "zOrder": "362", - "measuredW": "181", - "measuredH": "25", - "x": "533", - "y": "2540", - "properties": { - "bold": "true", - "size": "17", - "text": "Progressive Web Apps" - } - }, - { - "ID": "1221", - "typeID": "TextArea", - "zOrder": "382", - "w": "278", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "740", - "y": "2650", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1222", - "typeID": "Label", - "zOrder": "383", - "measuredW": "236", - "measuredH": "25", - "x": "762", - "y": "2663", - "properties": { - "bold": "true", - "size": "17", - "text": "Server Side Rendering (SSR)" - } - }, - { - "ID": "1223", - "typeID": "Arrow", - "zOrder": "384", - "w": "66", - "h": "23", - "measuredW": "150", - "measuredH": "100", - "x": "1169", - "y": "2677", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 65, - "y": 22 - }, - "p1": { - "x": 0.4835193355826627, - "y": 0.007267064624967518 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1224", - "typeID": "Arrow", - "zOrder": "385", - "w": "96", - "h": "27", - "measuredW": "150", - "measuredH": "100", - "x": "1168", - "y": "2651", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 95, - "y": 0 - }, - "p1": { - "x": 0.48351933558266286, - "y": 0.007267064624967588 - }, - "p2": { - "x": 0, - "y": 26 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1225", - "typeID": "TextArea", - "zOrder": "386", - "w": "116", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "1062", - "y": "2655", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1226", - "typeID": "Label", - "zOrder": "387", - "w": "69", - "measuredW": "65", - "measuredH": "25", - "x": "1085", - "y": "2663", - "properties": { - "size": "17", - "text": "React.js" - } - }, - { - "ID": "1227", - "typeID": "TextArea", - "zOrder": "388", - "w": "94", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "1235", - "y": "2635", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1228", - "typeID": "Label", - "zOrder": "389", - "w": "61", - "measuredW": "55", - "measuredH": "25", - "x": "1255", - "y": "2643", - "properties": { - "size": "17", - "text": "Next.js" - } - }, - { - "ID": "1229", - "typeID": "TextArea", - "zOrder": "390", - "w": "94", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "1235", - "y": "2682", - "properties": { - "backgroundAlpha": "0.5", - "color": "10066329" - } - }, - { - "ID": "1230", - "typeID": "Label", - "zOrder": "391", - "w": "60", - "measuredW": "56", - "measuredH": "25", - "x": "1256", - "y": "2690", - "properties": { - "color": "3355443", - "size": "17", - "text": "After.js" - } - }, - { - "ID": "1231", - "typeID": "Arrow", - "zOrder": "392", - "w": "65", - "h": "4", - "measuredW": "150", - "measuredH": "100", - "x": "1172", - "y": "2763", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 3 - }, - "p1": { - "x": 0.4807692307692308, - "y": -0.01923076923076923 - }, - "p2": { - "x": 64, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1232", - "typeID": "TextArea", - "zOrder": "393", - "w": "115", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "1066", - "y": "2746", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1233", - "typeID": "Label", - "zOrder": "394", - "w": "69", - "measuredW": "63", - "measuredH": "25", - "x": "1097", - "y": "2754", - "properties": { - "size": "17", - "text": "Angular" - } - }, - { - "ID": "1234", - "typeID": "TextArea", - "zOrder": "395", - "w": "111", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "1218", - "y": "2746", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1235", - "typeID": "Label", - "zOrder": "396", - "w": "73", - "measuredW": "73", - "measuredH": "25", - "x": "1237", - "y": "2754", - "properties": { - "size": "17", - "text": "Universal" - } - }, - { - "ID": "1236", - "typeID": "Arrow", - "zOrder": "397", - "w": "65", - "h": "2", - "measuredW": "150", - "measuredH": "100", - "x": "1172", - "y": "2819", - "properties": { - "color": "2848996", - "curvature": "-1", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.4807692307692308, - "y": -0.01923076923076923 - }, - "p2": { - "x": 64, - "y": 1 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1237", - "typeID": "TextArea", - "zOrder": "398", - "w": "115", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "1066", - "y": "2799", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1238", - "typeID": "Label", - "zOrder": "399", - "w": "48", - "measuredW": "47", - "measuredH": "25", - "x": "1100", - "y": "2807", - "properties": { - "size": "17", - "text": "Vue.js" - } - }, - { - "ID": "1239", - "typeID": "TextArea", - "zOrder": "400", - "w": "111", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "1218", - "y": "2799", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1240", - "typeID": "Label", - "zOrder": "401", - "w": "55", - "measuredW": "55", - "measuredH": "25", - "x": "1246", - "y": "2807", - "properties": { - "size": "17", - "text": "Nuxt.js" - } - }, - { - "ID": "1241", - "typeID": "Arrow", - "zOrder": "402", - "w": "87", - "h": "43", - "measuredW": "150", - "measuredH": "100", - "x": "673", - "y": "3175", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.43199426111908185, - "y": -0.006169296987087567 - }, - "p2": { - "x": 86, - "y": 42 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1242", - "typeID": "Arrow", - "zOrder": "403", - "w": "95", - "h": "8", - "measuredW": "150", - "measuredH": "100", - "x": "666", - "y": "3165", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.43199426111908185, - "y": -0.006169296987087555 - }, - "p2": { - "x": 94, - "y": 7 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1243", - "typeID": "Arrow", - "zOrder": "404", - "w": "98", - "h": "36", - "measuredW": "150", - "measuredH": "100", - "x": "665", - "y": "3129", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 35 - }, - "p1": { - "x": 0.4319942611190818, - "y": -0.006169296987087552 - }, - "p2": { - "x": 97, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1244", - "typeID": "TextArea", - "zOrder": "405", - "w": "241", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "441", - "y": "3140", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1245", - "typeID": "Label", - "zOrder": "406", - "measuredW": "172", - "measuredH": "25", - "x": "484", - "y": "3153", - "properties": { - "bold": "true", - "size": "17", - "text": "Desktop Applications" - } - }, - { - "ID": "1246", - "typeID": "TextArea", - "zOrder": "407", - "w": "188", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "755", - "y": "3103", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1247", - "typeID": "Label", - "zOrder": "408", - "w": "69", - "measuredW": "65", - "measuredH": "25", - "x": "818", - "y": "3111", - "properties": { - "size": "17", - "text": "Electron" - } - }, - { - "ID": "1248", - "typeID": "TextArea", - "zOrder": "409", - "w": "188", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "756", - "y": "3152", - "properties": { - "backgroundAlpha": "0.5", - "borderColor": "16777215", - "color": "13421772", - "textColor": "3355443" - } - }, - { - "ID": "1249", - "typeID": "Label", - "zOrder": "410", - "w": "48", - "measuredW": "43", - "measuredH": "25", - "x": "829", - "y": "3161", - "properties": { - "size": "17", - "text": "Carlo", - "color": "3355443" - } - }, - { - "ID": "1250", - "typeID": "Arrow", - "zOrder": "411", - "w": "179", - "h": "2", - "measuredW": "150", - "measuredH": "100", - "x": "280", - "y": "3045", - "properties": { - "color": "2848996", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 1 - }, - "p1": { - "x": 0.431994261119082, - "y": -0.006169296987087527 - }, - "p2": { - "x": 178, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1251", - "typeID": "Arrow", - "zOrder": "412", - "w": "161", - "h": "34", - "measuredW": "150", - "measuredH": "100", - "x": "286", - "y": "3002", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 0, - "y": 0 - }, - "p1": { - "x": 0.4319942611190819, - "y": -0.006169296987087513 - }, - "p2": { - "x": 160, - "y": 33 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1252", - "typeID": "TextArea", - "zOrder": "413", - "w": "210", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "437", - "y": "3018", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1253", - "typeID": "Label", - "zOrder": "414", - "w": "169", - "measuredW": "158", - "measuredH": "25", - "x": "464", - "y": "3031", - "properties": { - "bold": "true", - "size": "17", - "text": "Mobile Applications" - } - }, - { - "ID": "1259", - "typeID": "TextArea", - "zOrder": "425", - "w": "146", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "767", - "y": "2878", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1260", - "typeID": "Label", - "zOrder": "426", - "measuredW": "73", - "measuredH": "25", - "x": "804", - "y": "2891", - "properties": { - "bold": "true", - "size": "17", - "text": "GraphQL" - } - }, - { - "ID": "1261", - "typeID": "TextArea", - "zOrder": "427", - "w": "168", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "975", - "y": "2909", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1262", - "typeID": "Label", - "zOrder": "428", - "w": "49", - "measuredW": "48", - "measuredH": "25", - "x": "1025", - "y": "2868", - "properties": { - "size": "17", - "text": "Apollo" - } - }, - { - "ID": "1263", - "typeID": "Label", - "zOrder": "429", - "w": "115", - "measuredW": "107", - "measuredH": "25", - "x": "1008", - "y": "2917", - "properties": { - "size": "17", - "text": "Relay Modern" - } - }, - { - "ID": "1264", - "typeID": "Arrow", - "zOrder": "430", - "w": "2", - "h": "89", - "measuredW": "150", - "measuredH": "100", - "x": "296", - "y": "3529", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 1, - "y": 88 - }, - "p1": { - "x": 0.40724273933309435, - "y": 0.00953746862674794 - }, - "p2": { - "x": 1, - "y": 0 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1265", - "typeID": "Arrow", - "zOrder": "431", - "w": "166", - "h": "171", - "measuredW": "150", - "measuredH": "100", - "x": "279", - "y": "3163", - "properties": { - "color": "2848996", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 165, - "y": 0 - }, - "p1": { - "x": 0.5101799412144239, - "y": -0.2666499390637321 - }, - "p2": { - "x": 1, - "y": 170 - }, - "rightArrow": "false" - } - }, - { - "ID": "1266", - "typeID": "Arrow", - "zOrder": "432", - "w": "8", - "h": "166", - "measuredW": "150", - "measuredH": "100", - "x": "286", - "y": "3351", - "properties": { - "color": "2848996", - "curvature": "0", - "leftArrow": "false", - "p0": { - "x": 7, - "y": 165 - }, - "p1": { - "x": 0.4072427393330943, - "y": 0.009537468626747932 - }, - "p2": { - "x": 0, - "y": 0 - }, - "rightArrow": "false" - } - }, - { - "ID": "1267", - "typeID": "TextArea", - "zOrder": "433", - "w": "210", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "187", - "y": "3324", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1268", - "typeID": "Label", - "zOrder": "434", - "measuredW": "119", - "measuredH": "25", - "x": "233", - "y": "3337", - "properties": { - "bold": "true", - "size": "17", - "text": "Web Assembly" - } - }, - { - "ID": "1269", - "typeID": "TextArea", - "zOrder": "435", - "w": "207", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "201", - "y": "3500", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1270", - "typeID": "Label", - "zOrder": "436", - "measuredW": "118", - "measuredH": "25", - "x": "246", - "y": "3513", - "properties": { - "bold": "true", - "size": "17", - "text": "Keep Learning" - } - }, - { - "ID": "1272", - "typeID": "TextArea", - "zOrder": "443", - "w": "230", - "h": "50", - "measuredW": "200", - "measuredH": "140", - "x": "722", - "y": "2038", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1273", - "typeID": "Label", - "zOrder": "444", - "measuredW": "144", - "measuredH": "25", - "x": "766", - "y": "2051", - "properties": { - "bold": "true", - "size": "17", - "text": "Web Components" - } - }, - { - "ID": "1274", - "typeID": "TextArea", - "zOrder": "445", - "w": "190", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1047", - "y": "1997", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1275", - "typeID": "Label", - "zOrder": "446", - "w": "132", - "measuredW": "132", - "measuredH": "25", - "x": "1077", - "y": "2005", - "properties": { - "size": "17", - "text": "HTML Templates" - } - }, - { - "ID": "1276", - "typeID": "TextArea", - "zOrder": "447", - "w": "190", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1047", - "y": "2042", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1277", - "typeID": "Label", - "zOrder": "448", - "w": "139", - "measuredW": "139", - "measuredH": "25", - "x": "1077", - "y": "2050", - "properties": { - "size": "17", - "text": "Custom Elements" - } - }, - { - "ID": "1278", - "typeID": "TextArea", - "zOrder": "449", - "w": "190", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "1047", - "y": "2086", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1279", - "typeID": "Label", - "zOrder": "450", - "w": "105", - "measuredW": "105", - "measuredH": "25", - "x": "1085", - "y": "2094", - "properties": { - "size": "17", - "text": "Shadow DOM" - } - }, - { - "ID": "1280", - "typeID": "TextArea", - "zOrder": "451", - "w": "188", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "756", - "y": "3200", - "properties": { - "backgroundAlpha": "0.5", - "borderColor": "16777215", - "color": "13421772", - "textColor": "3355443" - } - }, - { - "ID": "1281", - "typeID": "Label", - "zOrder": "452", - "w": "115", - "measuredW": "105", - "measuredH": "25", - "x": "798", - "y": "3208", - "properties": { - "color": "3355443", - "size": "17", - "text": "Proton Native" - } - }, - { - "ID": "1282", - "typeID": "TextArea", - "zOrder": "453", - "w": "186", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "757", - "y": "3199", - "properties": { - "backgroundAlpha": "0.5", - "color": "10066329" - } - }, - { - "ID": "1286", - "typeID": "Label", - "zOrder": "460", - "w": "324", - "measuredW": "320", - "measuredH": "24", - "x": "211", - "y": "269", - "properties": { - "size": "16", - "text": "Order in roadmap not strict (Learn anytime)" - } - }, - { - "ID": "1325", - "typeID": "Arrow", - "zOrder": "539", - "w": "122", - "h": "127", - "measuredW": "150", - "measuredH": "100", - "x": "368", - "y": "1990", - "properties": { - "color": "10027263", - "curvature": "0", - "direction": "bottom", - "leftArrow": "false", - "p0": { - "x": 121, - "y": 0 - }, - "p1": { - "x": 0.5036228023441662, - "y": 0.00367607884922756 - }, - "p2": { - "x": 0, - "y": 126 - }, - "rightArrow": "false", - "stroke": "dotted" - } - }, - { - "ID": "1382", - "typeID": "TextArea", - "zOrder": "677", - "w": "186", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "757", - "y": "3152", - "properties": { - "backgroundAlpha": "0.5", - "color": "10066329" - } - }, - { - "ID": "1384", - "typeID": "TextArea", - "zOrder": "680", - "w": "145", - "h": "44", - "measuredW": "200", - "measuredH": "140", - "x": "1151", - "y": "1646", - "properties": { - "backgroundAlpha": "0.25", - "borderColor": "6710886", - "color": "15658734" - } - }, - { - "ID": "1386", - "typeID": "Canvas", - "zOrder": "105", - "w": "350", - "h": "141", - "measuredW": "100", - "measuredH": "70", - "x": "933", - "y": "169" - }, - { - "ID": "1387", - "typeID": "Label", - "zOrder": "106", - "measuredW": "315", - "measuredH": "25", - "x": "947", - "y": "186", - "properties": { - "size": "17", - "text": "Find the detailed version of this roadmap" - } - }, - { - "ID": "1388", - "typeID": "Label", - "zOrder": "107", - "measuredW": "323", - "measuredH": "25", - "x": "947", - "y": "214", - "properties": { - "size": "17", - "text": "along with resources and other roadmaps" - } - }, - { - "ID": "1389", - "typeID": "Canvas", - "zOrder": "108", - "w": "320", - "h": "45", - "measuredW": "100", - "measuredH": "70", - "x": "948", - "y": "250", - "properties": { - "borderColor": "4273622", - "color": "4273622" - } - }, - { - "ID": "1391", - "typeID": "TextArea", - "zOrder": "151", - "w": "297", - "h": "107", - "measuredW": "200", - "measuredH": "140", - "x": "160", - "y": "1108" - }, - { - "ID": "1392", - "typeID": "Label", - "zOrder": "152", - "w": "261", - "measuredW": "248", - "measuredH": "25", - "x": "176", - "y": "1122", - "properties": { - "size": "17", - "text": "npm and yarn both are fine, pick" - } - }, - { - "ID": "1393", - "typeID": "Label", - "zOrder": "153", - "w": "132", - "measuredW": "127", - "measuredH": "25", - "x": "176", - "y": "1175", - "properties": { - "size": "17", - "text": "much difference." - } - }, - { - "ID": "1394", - "typeID": "Label", - "zOrder": "154", - "w": "248", - "measuredW": "229", - "measuredH": "25", - "x": "176", - "y": "1149", - "properties": { - "size": "17", - "text": "one or learn both, there is not" - } - }, - { - "ID": "1395", - "typeID": "TextArea", - "zOrder": "158", - "w": "230", - "h": "49", - "measuredW": "200", - "measuredH": "140", - "x": "1004", - "y": "1039", - "properties": { - "backgroundAlpha": "0.5", - "borderColor": "16777215", - "color": "10066329" - } - }, - { - "ID": "1396", - "typeID": "Label", - "zOrder": "159", - "w": "52", - "measuredW": "50", - "measuredH": "25", - "x": "1093", - "y": "1051", - "properties": { - "bold": "true", - "color": "3355443", - "size": "17", - "text": "Gitlab" - } - }, - { - "ID": "1397", - "typeID": "TextArea", - "zOrder": "160", - "w": "230", - "h": "49", - "measuredW": "200", - "measuredH": "140", - "x": "1004", - "y": "1039", - "properties": { - "backgroundAlpha": "0.25", - "borderColor": "6710886", - "color": "15658734" - } - }, - { - "ID": "1399", - "typeID": "Label", - "zOrder": "166", - "measuredW": "264", - "measuredH": "24", - "x": "210", - "y": "204", - "properties": { - "size": "16", - "text": "Personal Recommendation / Opinion" - } - }, - { - "ID": "1400", - "typeID": "TextArea", - "zOrder": "201", - "w": "174", - "h": "44", - "measuredW": "200", - "measuredH": "140", - "x": "152", - "y": "1627", - "properties": { - "backgroundAlpha": "0.5", - "borderColor": "16777215", - "color": "10066329" - } - }, - { - "ID": "1401", - "typeID": "Label", - "zOrder": "202", - "w": "41", - "measuredW": "38", - "measuredH": "25", - "x": "219", - "y": "1637", - "properties": { - "bold": "true", - "color": "3355443", - "size": "17", - "text": "Gulp" - } - }, - { - "ID": "1402", - "typeID": "TextArea", - "zOrder": "203", - "w": "174", - "h": "44", - "measuredW": "200", - "measuredH": "140", - "x": "152", - "y": "1628", - "properties": { - "backgroundAlpha": "0.25", - "borderColor": "6710886", - "color": "15658734" - } - }, - { - "ID": "1403", - "typeID": "TextArea", - "zOrder": "230", - "w": "145", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "952", - "y": "1843", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1404", - "typeID": "Label", - "zOrder": "231", - "w": "64", - "measuredW": "63", - "measuredH": "25", - "x": "993", - "y": "1851", - "properties": { - "size": "17", - "text": "Angular" - } - }, - { - "ID": "1405", - "typeID": "TextArea", - "zOrder": "240", - "w": "145", - "h": "44", - "measuredW": "200", - "measuredH": "140", - "x": "1148", - "y": "1476", - "properties": { - "backgroundAlpha": "0.5", - "borderColor": "16777215", - "color": "10066329" - } - }, - { - "ID": "1406", - "typeID": "Label", - "zOrder": "241", - "w": "41", - "measuredW": "40", - "measuredH": "25", - "x": "1200", - "y": "1486", - "properties": { - "bold": "true", - "color": "3355443", - "size": "17", - "text": "Less" - } - }, - { - "ID": "1407", - "typeID": "TextArea", - "zOrder": "242", - "w": "145", - "h": "44", - "measuredW": "200", - "measuredH": "140", - "x": "1148", - "y": "1476", - "properties": { - "backgroundAlpha": "0.25", - "borderColor": "6710886", - "color": "15658734" - } - }, - { - "ID": "1409", - "typeID": "TextArea", - "zOrder": "255", - "w": "221", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "148", - "y": "2047", - "properties": { - "backgroundAlpha": "0.5", - "borderColor": "16777215", - "color": "10066329" - } - }, - { - "ID": "1410", - "typeID": "Label", - "zOrder": "256", - "w": "62", - "measuredW": "59", - "measuredH": "25", - "x": "228", - "y": "2056", - "properties": { - "size": "17", - "text": "Radium" - } - }, - { - "ID": "1411", - "typeID": "TextArea", - "zOrder": "257", - "w": "219", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "149", - "y": "2047", - "properties": { - "backgroundAlpha": "0.25", - "borderColor": "6710886", - "color": "15658734" - } - }, - { - "ID": "1412", - "typeID": "TextArea", - "zOrder": "258", - "w": "221", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "148", - "y": "2095", - "properties": { - "backgroundAlpha": "0.5", - "borderColor": "16777215", - "color": "10066329" - } - }, - { - "ID": "1413", - "typeID": "Label", - "zOrder": "259", - "w": "81", - "measuredW": "84", - "measuredH": "25", - "x": "218", - "y": "2104", - "properties": { - "size": "17", - "text": "Glamorous" - } - }, - { - "ID": "1414", - "typeID": "TextArea", - "zOrder": "260", - "w": "219", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "149", - "y": "2095", - "properties": { - "backgroundAlpha": "0.25", - "borderColor": "6710886", - "color": "15658734" - } - }, - { - "ID": "1416", - "typeID": "TextArea", - "zOrder": "280", - "w": "147", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "1183", - "y": "2999", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1417", - "typeID": "Label", - "zOrder": "281", - "w": "78", - "measuredW": "78", - "measuredH": "25", - "x": "1218", - "y": "3007", - "properties": { - "size": "17", - "text": "GatsbyJS" - } - }, - { - "ID": "1418", - "typeID": "TextArea", - "zOrder": "282", - "w": "147", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "1183", - "y": "2953", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1419", - "typeID": "Label", - "zOrder": "283", - "w": "58", - "measuredW": "55", - "measuredH": "25", - "x": "1228", - "y": "2961", - "properties": { - "size": "17", - "text": "Next.js" - } - }, - { - "ID": "1420", - "typeID": "TextArea", - "zOrder": "284", - "w": "147", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "1183", - "y": "3045", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1421", - "typeID": "Label", - "zOrder": "285", - "w": "56", - "measuredW": "55", - "measuredH": "25", - "x": "1229", - "y": "3053", - "properties": { - "size": "17", - "text": "Nuxt.js" - } - }, - { - "ID": "1422", - "typeID": "TextArea", - "zOrder": "286", - "w": "147", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "1183", - "y": "3090", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1423", - "typeID": "Label", - "zOrder": "287", - "w": "73", - "measuredW": "74", - "measuredH": "25", - "x": "1225", - "y": "3098", - "properties": { - "size": "17", - "text": "Vuepress" - } - }, - { - "ID": "1424", - "typeID": "TextArea", - "zOrder": "288", - "w": "147", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "1183", - "y": "3136", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1425", - "typeID": "Label", - "zOrder": "289", - "w": "49", - "measuredW": "45", - "measuredH": "25", - "x": "1235", - "y": "3144", - "properties": { - "size": "17", - "text": "Jekyll" - } - }, - { - "ID": "1426", - "typeID": "TextArea", - "zOrder": "306", - "w": "205", - "h": "52", - "measuredW": "200", - "measuredH": "140", - "x": "1104", - "y": "2164", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1427", - "typeID": "Label", - "zOrder": "307", - "w": "81", - "measuredW": "75", - "measuredH": "25", - "x": "1171", - "y": "2177", - "properties": { - "size": "17", - "text": "Bootstrap" - } - }, - { - "ID": "1428", - "typeID": "TextArea", - "zOrder": "308", - "w": "205", - "h": "51", - "measuredW": "200", - "measuredH": "140", - "x": "1104", - "y": "2224", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1429", - "typeID": "Label", - "zOrder": "309", - "w": "126", - "measuredW": "125", - "measuredH": "25", - "x": "1144", - "y": "2237", - "properties": { - "size": "17", - "text": "Materialize CSS" - } - }, - { - "ID": "1430", - "typeID": "TextArea", - "zOrder": "310", - "w": "205", - "h": "49", - "measuredW": "200", - "measuredH": "140", - "x": "1104", - "y": "2283", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1431", - "typeID": "Label", - "zOrder": "311", - "w": "50", - "measuredW": "48", - "measuredH": "25", - "x": "1182", - "y": "2295", - "properties": { - "size": "17", - "text": "Bulma" - } - }, - { - "ID": "1432", - "typeID": "TextArea", - "zOrder": "316", - "w": "205", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "852", - "y": "2209", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1433", - "typeID": "Label", - "zOrder": "317", - "w": "98", - "measuredW": "86", - "measuredH": "25", - "x": "913", - "y": "2217", - "properties": { - "size": "17", - "text": "Material UI" - } - }, - { - "ID": "1434", - "typeID": "TextArea", - "zOrder": "318", - "w": "205", - "h": "37", - "measuredW": "200", - "measuredH": "140", - "x": "852", - "y": "2297", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1435", - "typeID": "Label", - "zOrder": "319", - "w": "94", - "measuredW": "79", - "measuredH": "25", - "x": "926", - "y": "2304", - "properties": { - "size": "17", - "text": "Chakra UI" - } - }, - { - "ID": "1436", - "typeID": "TextArea", - "zOrder": "320", - "w": "205", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "852", - "y": "2164", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1437", - "typeID": "Label", - "zOrder": "321", - "w": "99", - "measuredW": "87", - "measuredH": "25", - "x": "912", - "y": "2172", - "properties": { - "size": "17", - "text": "Reactstrap" - } - }, - { - "ID": "1438", - "typeID": "TextArea", - "zOrder": "322", - "w": "205", - "h": "39", - "measuredW": "200", - "measuredH": "140", - "x": "852", - "y": "2253", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1439", - "typeID": "Label", - "zOrder": "323", - "w": "115", - "measuredW": "102", - "measuredH": "25", - "x": "905", - "y": "2261", - "properties": { - "size": "17", - "text": "Tailwind CSS" - } - }, - { - "ID": "1440", - "typeID": "TextArea", - "zOrder": "327", - "w": "247", - "h": "257", - "measuredW": "200", - "measuredH": "140", - "x": "125", - "y": "2235" - }, - { - "ID": "1448", - "typeID": "TextArea", - "zOrder": "359", - "w": "199", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "1104", - "y": "2508", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1449", - "typeID": "Label", - "zOrder": "360", - "w": "91", - "measuredW": "86", - "measuredH": "25", - "x": "1158", - "y": "2516", - "properties": { - "size": "17", - "text": "TypeScript" - } - }, - { - "ID": "1450", - "typeID": "Canvas", - "zOrder": "363", - "w": "228", - "h": "389", - "measuredW": "100", - "measuredH": "70", - "x": "143", - "y": "2527" - }, - { - "ID": "1452", - "typeID": "Canvas", - "zOrder": "374", - "w": "262", - "h": "281", - "measuredW": "100", - "measuredH": "70", - "x": "395", - "y": "2635" - }, - { - "ID": "1453", - "typeID": "TextInput", - "zOrder": "375", - "w": "225", - "measuredW": "125", - "measuredH": "32", - "x": "415", - "y": "2654", - "properties": { - "align": "center", - "color": "16776960", - "size": "18", - "text": "PRPL Pattern" - } - }, - { - "ID": "1454", - "typeID": "TextInput", - "zOrder": "376", - "w": "225", - "measuredW": "110", - "measuredH": "32", - "x": "415", - "y": "2692", - "properties": { - "align": "center", - "color": "16776960", - "size": "18", - "text": "RAIL Model" - } - }, - { - "ID": "1455", - "typeID": "TextInput", - "zOrder": "377", - "w": "225", - "measuredW": "187", - "measuredH": "32", - "x": "415", - "y": "2730", - "properties": { - "align": "center", - "color": "16776960", - "size": "18", - "text": "Performance Metrics" - } - }, - { - "ID": "1456", - "typeID": "TextInput", - "zOrder": "378", - "w": "225", - "measuredW": "159", - "measuredH": "32", - "x": "415", - "y": "2767", - "properties": { - "align": "center", - "color": "16776960", - "size": "18", - "text": "Using Lighthouse" - } - }, - { - "ID": "1457", - "typeID": "TextInput", - "zOrder": "379", - "w": "225", - "measuredW": "143", - "measuredH": "32", - "x": "415", - "y": "2805", - "properties": { - "align": "center", - "color": "16776960", - "size": "18", - "text": "Using DevTools" - } - }, - { - "ID": "1459", - "typeID": "TextArea", - "zOrder": "415", - "w": "147", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "146", - "y": "2938", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1460", - "typeID": "Label", - "zOrder": "416", - "w": "101", - "measuredW": "101", - "measuredH": "25", - "x": "169", - "y": "2946", - "properties": { - "size": "17", - "text": "React Native" - } - }, - { - "ID": "1461", - "typeID": "TextArea", - "zOrder": "417", - "w": "147", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "146", - "y": "2983", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1462", - "typeID": "Label", - "zOrder": "418", - "w": "101", - "measuredW": "96", - "measuredH": "25", - "x": "169", - "y": "2991", - "properties": { - "size": "17", - "text": "NativeScript" - } - }, - { - "ID": "1463", - "typeID": "TextArea", - "zOrder": "419", - "w": "147", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "146", - "y": "3029", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1464", - "typeID": "Label", - "zOrder": "420", - "w": "53", - "measuredW": "52", - "measuredH": "25", - "x": "193", - "y": "3037", - "properties": { - "size": "17", - "text": "Flutter" - } - }, - { - "ID": "1465", - "typeID": "TextArea", - "zOrder": "421", - "w": "147", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "1183", - "y": "3182", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1466", - "typeID": "Label", - "zOrder": "422", - "w": "43", - "measuredW": "41", - "measuredH": "25", - "x": "1235", - "y": "3190", - "properties": { - "size": "17", - "text": "Hugo" - } - }, - { - "ID": "1467", - "typeID": "TextArea", - "zOrder": "423", - "w": "147", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "146", - "y": "3076", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1468", - "typeID": "Label", - "zOrder": "424", - "w": "40", - "measuredW": "39", - "measuredH": "25", - "x": "200", - "y": "3084", - "properties": { - "size": "17", - "text": "Ionic" - } - }, - { - "ID": "1469", - "typeID": "TextArea", - "zOrder": "437", - "w": "582", - "h": "188", - "measuredW": "200", - "measuredH": "140", - "x": "464", - "y": "3296" - }, - { - "ID": "1470", - "typeID": "Label", - "zOrder": "438", - "w": "536", - "measuredW": "508", - "measuredH": "25", - "x": "484", - "y": "3316", - "properties": { - "size": "17", - "text": "Web Assembly or WASM is the binary instructions generated from" - } - }, - { - "ID": "1471", - "typeID": "Label", - "zOrder": "439", - "w": "537", - "measuredW": "519", - "measuredH": "25", - "x": "484", - "y": "3346", - "properties": { - "size": "17", - "text": "higher level languages such as Go, C, C++ or Rust. It is faster than" - } - }, - { - "ID": "1472", - "typeID": "Label", - "zOrder": "440", - "w": "528", - "measuredW": "531", - "measuredH": "25", - "x": "483", - "y": "3377", - "properties": { - "size": "17", - "text": "JavaScript and WASM 1.0 has already shipped in the major browsers." - } - }, - { - "ID": "1473", - "typeID": "Label", - "zOrder": "441", - "w": "536", - "measuredW": "365", - "measuredH": "25", - "x": "483", - "y": "3438", - "properties": { - "size": "17", - "text": "take quite some time to go mainstream though." - } - }, - { - "ID": "1475", - "typeID": "Label", - "zOrder": "442", - "w": "539", - "measuredW": "538", - "measuredH": "25", - "x": "483", - "y": "3407", - "properties": { - "size": "17", - "text": "W3C accepted it as an official standard at the end of 2019. It will still" - } - }, - { - "ID": "1476", - "typeID": "Icon", - "zOrder": "454", - "measuredW": "24", - "measuredH": "24", - "x": "152", - "y": "552", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1477", - "typeID": "Icon", - "zOrder": "455", - "measuredW": "24", - "measuredH": "24", - "x": "152", - "y": "552", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1478", - "typeID": "Icon", - "zOrder": "456", - "measuredW": "24", - "measuredH": "24", - "x": "152", - "y": "647", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1479", - "typeID": "Icon", - "zOrder": "457", - "measuredW": "24", - "measuredH": "24", - "x": "152", - "y": "647", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1480", - "typeID": "Icon", - "zOrder": "458", - "measuredW": "24", - "measuredH": "24", - "x": "152", - "y": "690", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1481", - "typeID": "Icon", - "zOrder": "459", - "measuredW": "24", - "measuredH": "24", - "x": "152", - "y": "690", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1482", - "typeID": "Icon", - "zOrder": "461", - "measuredW": "24", - "measuredH": "24", - "x": "174", - "y": "269", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1483", - "typeID": "Icon", - "zOrder": "462", - "measuredW": "24", - "measuredH": "24", - "x": "174", - "y": "269", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1484", - "typeID": "Icon", - "zOrder": "463", - "measuredW": "24", - "measuredH": "24", - "x": "152", - "y": "601", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1485", - "typeID": "Icon", - "zOrder": "464", - "measuredW": "24", - "measuredH": "24", - "x": "152", - "y": "601", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1486", - "typeID": "Icon", - "zOrder": "465", - "measuredW": "24", - "measuredH": "24", - "x": "1139", - "y": "581", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1487", - "typeID": "Icon", - "zOrder": "466", - "measuredW": "24", - "measuredH": "24", - "x": "1139", - "y": "581", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1488", - "typeID": "Icon", - "zOrder": "467", - "measuredW": "24", - "measuredH": "24", - "x": "1140", - "y": "630", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1489", - "typeID": "Icon", - "zOrder": "468", - "measuredW": "24", - "measuredH": "24", - "x": "1140", - "y": "630", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1490", - "typeID": "Icon", - "zOrder": "469", - "measuredW": "24", - "measuredH": "24", - "x": "1140", - "y": "679", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1491", - "typeID": "Icon", - "zOrder": "470", - "measuredW": "24", - "measuredH": "24", - "x": "1140", - "y": "679", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1492", - "typeID": "Icon", - "zOrder": "471", - "measuredW": "24", - "measuredH": "24", - "x": "1140", - "y": "728", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1493", - "typeID": "Icon", - "zOrder": "472", - "measuredW": "24", - "measuredH": "24", - "x": "1140", - "y": "728", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1494", - "typeID": "Icon", - "zOrder": "473", - "measuredW": "24", - "measuredH": "24", - "x": "1139", - "y": "783", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1495", - "typeID": "Icon", - "zOrder": "474", - "measuredW": "24", - "measuredH": "24", - "x": "1139", - "y": "783", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1496", - "typeID": "Icon", - "zOrder": "475", - "measuredW": "24", - "measuredH": "24", - "x": "1282", - "y": "652", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1497", - "typeID": "Icon", - "zOrder": "476", - "measuredW": "24", - "measuredH": "24", - "x": "1282", - "y": "652", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1498", - "typeID": "Icon", - "zOrder": "477", - "measuredW": "24", - "measuredH": "24", - "x": "152", - "y": "753", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1499", - "typeID": "Icon", - "zOrder": "478", - "measuredW": "24", - "measuredH": "24", - "x": "152", - "y": "753", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1500", - "typeID": "Icon", - "zOrder": "479", - "measuredW": "24", - "measuredH": "24", - "x": "152", - "y": "802", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1501", - "typeID": "Icon", - "zOrder": "480", - "measuredW": "24", - "measuredH": "24", - "x": "152", - "y": "802", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1502", - "typeID": "Icon", - "zOrder": "481", - "measuredW": "24", - "measuredH": "24", - "x": "152", - "y": "849", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1503", - "typeID": "Icon", - "zOrder": "482", - "measuredW": "24", - "measuredH": "24", - "x": "152", - "y": "849", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1504", - "typeID": "Icon", - "zOrder": "483", - "measuredW": "24", - "measuredH": "24", - "x": "151", - "y": "895", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1505", - "typeID": "Icon", - "zOrder": "484", - "measuredW": "24", - "measuredH": "24", - "x": "151", - "y": "895", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1506", - "typeID": "Icon", - "zOrder": "485", - "measuredW": "24", - "measuredH": "24", - "x": "151", - "y": "947", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1507", - "typeID": "Icon", - "zOrder": "486", - "measuredW": "24", - "measuredH": "24", - "x": "151", - "y": "947", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1508", - "typeID": "Icon", - "zOrder": "487", - "measuredW": "24", - "measuredH": "24", - "x": "513", - "y": "972", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1509", - "typeID": "Icon", - "zOrder": "488", - "measuredW": "24", - "measuredH": "24", - "x": "513", - "y": "972", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1510", - "typeID": "Icon", - "zOrder": "489", - "measuredW": "24", - "measuredH": "24", - "x": "564", - "y": "439", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1511", - "typeID": "Icon", - "zOrder": "490", - "measuredW": "24", - "measuredH": "24", - "x": "564", - "y": "439", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1512", - "typeID": "Icon", - "zOrder": "491", - "measuredW": "24", - "measuredH": "24", - "x": "994", - "y": "974", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1513", - "typeID": "Icon", - "zOrder": "492", - "measuredW": "24", - "measuredH": "24", - "x": "994", - "y": "974", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1514", - "typeID": "Icon", - "zOrder": "493", - "measuredW": "24", - "measuredH": "24", - "x": "564", - "y": "1065", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1515", - "typeID": "Icon", - "zOrder": "494", - "measuredW": "24", - "measuredH": "24", - "x": "564", - "y": "1065", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1516", - "typeID": "Icon", - "zOrder": "495", - "measuredW": "24", - "measuredH": "24", - "x": "228", - "y": "1229", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1517", - "typeID": "Icon", - "zOrder": "496", - "measuredW": "24", - "measuredH": "24", - "x": "228", - "y": "1229", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1518", - "typeID": "Icon", - "zOrder": "497", - "measuredW": "24", - "measuredH": "24", - "x": "228", - "y": "1290", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1519", - "typeID": "Icon", - "zOrder": "498", - "measuredW": "24", - "measuredH": "24", - "x": "228", - "y": "1290", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1528", - "typeID": "Icon", - "zOrder": "507", - "measuredW": "24", - "measuredH": "24", - "x": "141", - "y": "1369", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1529", - "typeID": "Icon", - "zOrder": "508", - "measuredW": "24", - "measuredH": "24", - "x": "141", - "y": "1369", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1530", - "typeID": "Icon", - "zOrder": "509", - "measuredW": "24", - "measuredH": "24", - "x": "153", - "y": "391", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1531", - "typeID": "Icon", - "zOrder": "510", - "measuredW": "24", - "measuredH": "24", - "x": "153", - "y": "391", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1532", - "typeID": "Icon", - "zOrder": "511", - "measuredW": "24", - "measuredH": "24", - "x": "152", - "y": "443", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1533", - "typeID": "Icon", - "zOrder": "512", - "measuredW": "24", - "measuredH": "24", - "x": "152", - "y": "443", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1534", - "typeID": "Icon", - "zOrder": "513", - "measuredW": "24", - "measuredH": "24", - "x": "152", - "y": "488", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1535", - "typeID": "Icon", - "zOrder": "514", - "measuredW": "24", - "measuredH": "24", - "x": "152", - "y": "488", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1536", - "typeID": "Icon", - "zOrder": "515", - "measuredW": "24", - "measuredH": "24", - "x": "1140", - "y": "388", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1537", - "typeID": "Icon", - "zOrder": "516", - "measuredW": "24", - "measuredH": "24", - "x": "1140", - "y": "388", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1538", - "typeID": "Icon", - "zOrder": "517", - "measuredW": "24", - "measuredH": "24", - "x": "1139", - "y": "438", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1539", - "typeID": "Icon", - "zOrder": "518", - "measuredW": "24", - "measuredH": "24", - "x": "1139", - "y": "438", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1540", - "typeID": "Icon", - "zOrder": "519", - "measuredW": "24", - "measuredH": "24", - "x": "1139", - "y": "483", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1541", - "typeID": "Icon", - "zOrder": "520", - "measuredW": "24", - "measuredH": "24", - "x": "1139", - "y": "483", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1542", - "typeID": "Icon", - "zOrder": "521", - "measuredW": "24", - "measuredH": "24", - "x": "828", - "y": "1159", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1543", - "typeID": "Icon", - "zOrder": "522", - "measuredW": "24", - "measuredH": "24", - "x": "828", - "y": "1159", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1544", - "typeID": "Icon", - "zOrder": "523", - "measuredW": "24", - "measuredH": "24", - "x": "144", - "y": "1566", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1545", - "typeID": "Icon", - "zOrder": "524", - "measuredW": "24", - "measuredH": "24", - "x": "144", - "y": "1566", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1546", - "typeID": "Icon", - "zOrder": "525", - "measuredW": "24", - "measuredH": "24", - "x": "1281", - "y": "1549", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1547", - "typeID": "Icon", - "zOrder": "526", - "measuredW": "24", - "measuredH": "24", - "x": "1281", - "y": "1549", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1548", - "typeID": "Icon", - "zOrder": "527", - "measuredW": "24", - "measuredH": "24", - "x": "1281", - "y": "1596", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1549", - "typeID": "Icon", - "zOrder": "528", - "measuredW": "24", - "measuredH": "24", - "x": "1281", - "y": "1596", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1550", - "typeID": "Label", - "zOrder": "529", - "measuredW": "278", - "measuredH": "24", - "x": "210", - "y": "237", - "properties": { - "size": "16", - "text": "Alternative Option - Pick this or purple" - } - }, - { - "ID": "1552", - "typeID": "Icon", - "zOrder": "533", - "measuredW": "24", - "measuredH": "24", - "x": "143", - "y": "1681", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1553", - "typeID": "Icon", - "zOrder": "534", - "measuredW": "24", - "measuredH": "24", - "x": "143", - "y": "1681", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1554", - "typeID": "Icon", - "zOrder": "535", - "measuredW": "24", - "measuredH": "24", - "x": "141", - "y": "1856", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1555", - "typeID": "Icon", - "zOrder": "536", - "measuredW": "24", - "measuredH": "24", - "x": "141", - "y": "1856", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1557", - "typeID": "Icon", - "zOrder": "540", - "measuredW": "24", - "measuredH": "24", - "x": "996", - "y": "1033", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1558", - "typeID": "Icon", - "zOrder": "541", - "measuredW": "24", - "measuredH": "24", - "x": "996", - "y": "1033", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1559", - "typeID": "Icon", - "zOrder": "542", - "measuredW": "24", - "measuredH": "24", - "x": "996", - "y": "1033", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1560", - "typeID": "Icon", - "zOrder": "543", - "measuredW": "24", - "measuredH": "24", - "x": "996", - "y": "1090", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1561", - "typeID": "Icon", - "zOrder": "544", - "measuredW": "24", - "measuredH": "24", - "x": "996", - "y": "1090", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1562", - "typeID": "Icon", - "zOrder": "545", - "measuredW": "24", - "measuredH": "24", - "x": "996", - "y": "1090", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1563", - "typeID": "Icon", - "zOrder": "546", - "measuredW": "24", - "measuredH": "24", - "x": "143", - "y": "1729", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1564", - "typeID": "Icon", - "zOrder": "547", - "measuredW": "24", - "measuredH": "24", - "x": "143", - "y": "1729", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1565", - "typeID": "Icon", - "zOrder": "548", - "measuredW": "24", - "measuredH": "24", - "x": "143", - "y": "1729", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1566", - "typeID": "Icon", - "zOrder": "549", - "measuredW": "24", - "measuredH": "24", - "x": "143", - "y": "1774", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1567", - "typeID": "Icon", - "zOrder": "550", - "measuredW": "24", - "measuredH": "24", - "x": "143", - "y": "1774", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1568", - "typeID": "Icon", - "zOrder": "551", - "measuredW": "24", - "measuredH": "24", - "x": "143", - "y": "1774", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1569", - "typeID": "Icon", - "zOrder": "552", - "measuredW": "24", - "measuredH": "24", - "x": "140", - "y": "1904", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1570", - "typeID": "Icon", - "zOrder": "553", - "measuredW": "24", - "measuredH": "24", - "x": "140", - "y": "1904", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1571", - "typeID": "Icon", - "zOrder": "554", - "measuredW": "24", - "measuredH": "24", - "x": "139", - "y": "1950", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1572", - "typeID": "Icon", - "zOrder": "555", - "measuredW": "24", - "measuredH": "24", - "x": "139", - "y": "1950", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1573", - "typeID": "Icon", - "zOrder": "556", - "measuredW": "24", - "measuredH": "24", - "x": "139", - "y": "1950", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1574", - "typeID": "Icon", - "zOrder": "557", - "measuredW": "24", - "measuredH": "24", - "x": "140", - "y": "1996", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1575", - "typeID": "Icon", - "zOrder": "558", - "measuredW": "24", - "measuredH": "24", - "x": "140", - "y": "1996", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1576", - "typeID": "Icon", - "zOrder": "559", - "measuredW": "24", - "measuredH": "24", - "x": "140", - "y": "1996", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1577", - "typeID": "Icon", - "zOrder": "560", - "measuredW": "24", - "measuredH": "24", - "x": "913", - "y": "1742", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1578", - "typeID": "Icon", - "zOrder": "561", - "measuredW": "24", - "measuredH": "24", - "x": "913", - "y": "1742", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1579", - "typeID": "Icon", - "zOrder": "562", - "measuredW": "24", - "measuredH": "24", - "x": "944", - "y": "1833", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1580", - "typeID": "Icon", - "zOrder": "563", - "measuredW": "24", - "measuredH": "24", - "x": "944", - "y": "1833", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1581", - "typeID": "Icon", - "zOrder": "564", - "measuredW": "24", - "measuredH": "24", - "x": "944", - "y": "1833", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1582", - "typeID": "Icon", - "zOrder": "565", - "measuredW": "24", - "measuredH": "24", - "x": "945", - "y": "1917", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1583", - "typeID": "Icon", - "zOrder": "566", - "measuredW": "24", - "measuredH": "24", - "x": "945", - "y": "1917", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1584", - "typeID": "Icon", - "zOrder": "567", - "measuredW": "24", - "measuredH": "24", - "x": "945", - "y": "1917", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1585", - "typeID": "Icon", - "zOrder": "568", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "1719", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1586", - "typeID": "Icon", - "zOrder": "569", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "1719", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1587", - "typeID": "Icon", - "zOrder": "570", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "1767", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1588", - "typeID": "Icon", - "zOrder": "571", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "1767", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1589", - "typeID": "Icon", - "zOrder": "572", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "1767", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1590", - "typeID": "Icon", - "zOrder": "573", - "measuredW": "24", - "measuredH": "24", - "x": "936", - "y": "2028", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1591", - "typeID": "Icon", - "zOrder": "574", - "measuredW": "24", - "measuredH": "24", - "x": "936", - "y": "2028", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1592", - "typeID": "Icon", - "zOrder": "575", - "measuredW": "24", - "measuredH": "24", - "x": "1222", - "y": "1991", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1593", - "typeID": "Icon", - "zOrder": "576", - "measuredW": "24", - "measuredH": "24", - "x": "1222", - "y": "1991", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1594", - "typeID": "Icon", - "zOrder": "577", - "measuredW": "24", - "measuredH": "24", - "x": "1222", - "y": "2040", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1595", - "typeID": "Icon", - "zOrder": "578", - "measuredW": "24", - "measuredH": "24", - "x": "1222", - "y": "2040", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1596", - "typeID": "Icon", - "zOrder": "579", - "measuredW": "24", - "measuredH": "24", - "x": "1222", - "y": "2082", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1597", - "typeID": "Icon", - "zOrder": "580", - "measuredW": "24", - "measuredH": "24", - "x": "1222", - "y": "2082", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1598", - "typeID": "Icon", - "zOrder": "581", - "measuredW": "24", - "measuredH": "24", - "x": "844", - "y": "2158", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1599", - "typeID": "Icon", - "zOrder": "582", - "measuredW": "24", - "measuredH": "24", - "x": "844", - "y": "2158", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1600", - "typeID": "Icon", - "zOrder": "583", - "measuredW": "24", - "measuredH": "24", - "x": "844", - "y": "2206", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1601", - "typeID": "Icon", - "zOrder": "584", - "measuredW": "24", - "measuredH": "24", - "x": "844", - "y": "2206", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1602", - "typeID": "Icon", - "zOrder": "585", - "measuredW": "24", - "measuredH": "24", - "x": "844", - "y": "2250", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1603", - "typeID": "Icon", - "zOrder": "586", - "measuredW": "24", - "measuredH": "24", - "x": "844", - "y": "2250", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1604", - "typeID": "Icon", - "zOrder": "587", - "measuredW": "24", - "measuredH": "24", - "x": "844", - "y": "2250", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1605", - "typeID": "Icon", - "zOrder": "588", - "measuredW": "24", - "measuredH": "24", - "x": "844", - "y": "2293", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1606", - "typeID": "Icon", - "zOrder": "589", - "measuredW": "24", - "measuredH": "24", - "x": "844", - "y": "2293", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1607", - "typeID": "Icon", - "zOrder": "590", - "measuredW": "24", - "measuredH": "24", - "x": "844", - "y": "2293", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1608", - "typeID": "Icon", - "zOrder": "591", - "measuredW": "24", - "measuredH": "24", - "x": "1291", - "y": "2159", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1609", - "typeID": "Icon", - "zOrder": "592", - "measuredW": "24", - "measuredH": "24", - "x": "1291", - "y": "2159", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1610", - "typeID": "Icon", - "zOrder": "593", - "measuredW": "24", - "measuredH": "24", - "x": "1294", - "y": "2219", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1611", - "typeID": "Icon", - "zOrder": "594", - "measuredW": "24", - "measuredH": "24", - "x": "1294", - "y": "2219", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1612", - "typeID": "Icon", - "zOrder": "595", - "measuredW": "24", - "measuredH": "24", - "x": "1294", - "y": "2219", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1613", - "typeID": "Icon", - "zOrder": "596", - "measuredW": "24", - "measuredH": "24", - "x": "1294", - "y": "2280", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1614", - "typeID": "Icon", - "zOrder": "597", - "measuredW": "24", - "measuredH": "24", - "x": "1294", - "y": "2280", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1615", - "typeID": "Icon", - "zOrder": "598", - "measuredW": "24", - "measuredH": "24", - "x": "1294", - "y": "2280", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1616", - "typeID": "Icon", - "zOrder": "599", - "measuredW": "24", - "measuredH": "24", - "x": "134", - "y": "2243", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1617", - "typeID": "Icon", - "zOrder": "600", - "measuredW": "24", - "measuredH": "24", - "x": "134", - "y": "2243", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1618", - "typeID": "Icon", - "zOrder": "601", - "measuredW": "24", - "measuredH": "24", - "x": "134", - "y": "2292", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1619", - "typeID": "Icon", - "zOrder": "602", - "measuredW": "24", - "measuredH": "24", - "x": "134", - "y": "2292", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1620", - "typeID": "Icon", - "zOrder": "603", - "measuredW": "24", - "measuredH": "24", - "x": "134", - "y": "2335", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1621", - "typeID": "Icon", - "zOrder": "604", - "measuredW": "24", - "measuredH": "24", - "x": "134", - "y": "2335", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1622", - "typeID": "Icon", - "zOrder": "605", - "measuredW": "24", - "measuredH": "24", - "x": "134", - "y": "2378", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1623", - "typeID": "Icon", - "zOrder": "606", - "measuredW": "24", - "measuredH": "24", - "x": "134", - "y": "2378", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1624", - "typeID": "Icon", - "zOrder": "607", - "measuredW": "24", - "measuredH": "24", - "x": "134", - "y": "2516", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1625", - "typeID": "Icon", - "zOrder": "608", - "measuredW": "24", - "measuredH": "24", - "x": "134", - "y": "2516", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1626", - "typeID": "Icon", - "zOrder": "609", - "measuredW": "24", - "measuredH": "24", - "x": "388", - "y": "2626", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1627", - "typeID": "Icon", - "zOrder": "610", - "measuredW": "24", - "measuredH": "24", - "x": "388", - "y": "2626", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1628", - "typeID": "Icon", - "zOrder": "611", - "measuredW": "24", - "measuredH": "24", - "x": "1286", - "y": "2501", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1629", - "typeID": "Icon", - "zOrder": "612", - "measuredW": "24", - "measuredH": "24", - "x": "1286", - "y": "2501", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1630", - "typeID": "Icon", - "zOrder": "613", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "1818", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1631", - "typeID": "Icon", - "zOrder": "614", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "1818", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1632", - "typeID": "Icon", - "zOrder": "615", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "1818", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1633", - "typeID": "Icon", - "zOrder": "616", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "1868", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1634", - "typeID": "Icon", - "zOrder": "617", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "1868", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1635", - "typeID": "Icon", - "zOrder": "618", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "1868", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1636", - "typeID": "Icon", - "zOrder": "619", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "1918", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1637", - "typeID": "Icon", - "zOrder": "620", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "1918", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1638", - "typeID": "Icon", - "zOrder": "621", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "1918", - "properties": { - "color": "40463", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1639", - "typeID": "Icon", - "zOrder": "622", - "measuredW": "24", - "measuredH": "24", - "x": "1315", - "y": "2627", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1640", - "typeID": "Icon", - "zOrder": "623", - "measuredW": "24", - "measuredH": "24", - "x": "1315", - "y": "2627", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1641", - "typeID": "Icon", - "zOrder": "624", - "measuredW": "24", - "measuredH": "24", - "x": "1163", - "y": "2644", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1642", - "typeID": "Icon", - "zOrder": "625", - "measuredW": "24", - "measuredH": "24", - "x": "1163", - "y": "2644", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1643", - "typeID": "Icon", - "zOrder": "626", - "measuredW": "24", - "measuredH": "24", - "x": "1165", - "y": "2735", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1644", - "typeID": "Icon", - "zOrder": "627", - "measuredW": "24", - "measuredH": "24", - "x": "1165", - "y": "2735", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1645", - "typeID": "Icon", - "zOrder": "628", - "measuredW": "24", - "measuredH": "24", - "x": "1165", - "y": "2735", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1646", - "typeID": "Icon", - "zOrder": "629", - "measuredW": "24", - "measuredH": "24", - "x": "1166", - "y": "2789", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1647", - "typeID": "Icon", - "zOrder": "630", - "measuredW": "24", - "measuredH": "24", - "x": "1166", - "y": "2789", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1648", - "typeID": "Icon", - "zOrder": "631", - "measuredW": "24", - "measuredH": "24", - "x": "1166", - "y": "2789", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1649", - "typeID": "Icon", - "zOrder": "632", - "measuredW": "24", - "measuredH": "24", - "x": "1315", - "y": "2735", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1650", - "typeID": "Icon", - "zOrder": "633", - "measuredW": "24", - "measuredH": "24", - "x": "1315", - "y": "2735", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1651", - "typeID": "Icon", - "zOrder": "634", - "measuredW": "24", - "measuredH": "24", - "x": "1315", - "y": "2735", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1652", - "typeID": "Icon", - "zOrder": "635", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "2789", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1653", - "typeID": "Icon", - "zOrder": "636", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "2789", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1654", - "typeID": "Icon", - "zOrder": "637", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "2789", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1655", - "typeID": "Icon", - "zOrder": "638", - "measuredW": "24", - "measuredH": "24", - "x": "759", - "y": "2869", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1656", - "typeID": "Icon", - "zOrder": "639", - "measuredW": "24", - "measuredH": "24", - "x": "759", - "y": "2869", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1657", - "typeID": "Icon", - "zOrder": "640", - "measuredW": "24", - "measuredH": "24", - "x": "633", - "y": "3009", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1658", - "typeID": "Icon", - "zOrder": "641", - "measuredW": "24", - "measuredH": "24", - "x": "633", - "y": "3009", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1659", - "typeID": "Icon", - "zOrder": "642", - "measuredW": "24", - "measuredH": "24", - "x": "137", - "y": "2928", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1660", - "typeID": "Icon", - "zOrder": "643", - "measuredW": "24", - "measuredH": "24", - "x": "137", - "y": "2928", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1661", - "typeID": "Icon", - "zOrder": "644", - "measuredW": "24", - "measuredH": "24", - "x": "1260", - "y": "2501", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1662", - "typeID": "Icon", - "zOrder": "645", - "measuredW": "24", - "measuredH": "24", - "x": "1260", - "y": "2501", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1663", - "typeID": "Icon", - "zOrder": "646", - "measuredW": "24", - "measuredH": "24", - "x": "1029", - "y": "2517", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1664", - "typeID": "Icon", - "zOrder": "647", - "measuredW": "24", - "measuredH": "24", - "x": "1029", - "y": "2517", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1665", - "typeID": "Icon", - "zOrder": "648", - "measuredW": "24", - "measuredH": "24", - "x": "496", - "y": "2516", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1666", - "typeID": "Icon", - "zOrder": "649", - "measuredW": "24", - "measuredH": "24", - "x": "496", - "y": "2516", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1667", - "typeID": "Icon", - "zOrder": "650", - "measuredW": "24", - "measuredH": "24", - "x": "1037", - "y": "3006", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1668", - "typeID": "Icon", - "zOrder": "651", - "measuredW": "24", - "measuredH": "24", - "x": "1037", - "y": "3006", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1669", - "typeID": "Icon", - "zOrder": "652", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "2944", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1670", - "typeID": "Icon", - "zOrder": "653", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "2944", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1671", - "typeID": "Icon", - "zOrder": "654", - "measuredW": "24", - "measuredH": "24", - "x": "1315", - "y": "2995", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1672", - "typeID": "Icon", - "zOrder": "655", - "measuredW": "24", - "measuredH": "24", - "x": "1315", - "y": "2995", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1673", - "typeID": "Icon", - "zOrder": "656", - "measuredW": "24", - "measuredH": "24", - "x": "1315", - "y": "3042", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1674", - "typeID": "Icon", - "zOrder": "657", - "measuredW": "24", - "measuredH": "24", - "x": "1315", - "y": "3042", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1675", - "typeID": "Icon", - "zOrder": "658", - "measuredW": "24", - "measuredH": "24", - "x": "1315", - "y": "3042", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1676", - "typeID": "Icon", - "zOrder": "659", - "measuredW": "24", - "measuredH": "24", - "x": "1315", - "y": "3088", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1677", - "typeID": "Icon", - "zOrder": "660", - "measuredW": "24", - "measuredH": "24", - "x": "1315", - "y": "3088", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1678", - "typeID": "Icon", - "zOrder": "661", - "measuredW": "24", - "measuredH": "24", - "x": "1315", - "y": "3088", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1679", - "typeID": "Icon", - "zOrder": "662", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "3132", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1680", - "typeID": "Icon", - "zOrder": "663", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "3132", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1681", - "typeID": "Icon", - "zOrder": "664", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "3132", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1682", - "typeID": "Icon", - "zOrder": "665", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "3182", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1683", - "typeID": "Icon", - "zOrder": "666", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "3182", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1684", - "typeID": "Icon", - "zOrder": "667", - "measuredW": "24", - "measuredH": "24", - "x": "1316", - "y": "3182", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1685", - "typeID": "Icon", - "zOrder": "668", - "measuredW": "24", - "measuredH": "24", - "x": "666", - "y": "3131", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1686", - "typeID": "Icon", - "zOrder": "669", - "measuredW": "24", - "measuredH": "24", - "x": "666", - "y": "3131", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1687", - "typeID": "Icon", - "zOrder": "670", - "measuredW": "24", - "measuredH": "24", - "x": "1128", - "y": "2854", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1688", - "typeID": "Icon", - "zOrder": "671", - "measuredW": "24", - "measuredH": "24", - "x": "1128", - "y": "2854", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1689", - "typeID": "Icon", - "zOrder": "672", - "measuredW": "24", - "measuredH": "24", - "x": "1129", - "y": "2905", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1690", - "typeID": "Icon", - "zOrder": "673", - "measuredW": "24", - "measuredH": "24", - "x": "1129", - "y": "2905", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1691", - "typeID": "Icon", - "zOrder": "674", - "measuredW": "24", - "measuredH": "24", - "x": "1129", - "y": "2905", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1692", - "typeID": "Icon", - "zOrder": "675", - "measuredW": "24", - "measuredH": "24", - "x": "927", - "y": "3097", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1693", - "typeID": "Icon", - "zOrder": "676", - "measuredW": "24", - "measuredH": "24", - "x": "927", - "y": "3097", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1694", - "typeID": "Icon", - "zOrder": "678", - "measuredW": "24", - "measuredH": "24", - "x": "176", - "y": "3313", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1695", - "typeID": "Icon", - "zOrder": "679", - "measuredW": "24", - "measuredH": "24", - "x": "176", - "y": "3313", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1696", - "typeID": "Icon", - "zOrder": "681", - "measuredW": "24", - "measuredH": "24", - "x": "1001", - "y": "2641", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1697", - "typeID": "Icon", - "zOrder": "682", - "measuredW": "24", - "measuredH": "24", - "x": "1001", - "y": "2641", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1698", - "typeID": "Label", - "zOrder": "109", - "measuredW": "104", - "measuredH": "28", - "x": "1089", - "y": "258", - "properties": { - "color": "16777215", - "size": "20", - "text": "roadmap.sh" - } - }, - { - "ID": "1699", - "typeID": "Label", - "zOrder": "110", - "measuredW": "37", - "measuredH": "28", - "x": "1024", - "y": "258", - "properties": { - "color": "16777215", - "size": "20", - "text": "http" - } - }, - { - "ID": "1700", - "typeID": "Label", - "zOrder": "111", - "measuredW": "6", - "measuredH": "28", - "x": "1061", - "y": "258", - "properties": { - "bold": "true", - "color": "16777215", - "size": "20", - "text": ":" - } - }, - { - "ID": "1701", - "typeID": "Label", - "zOrder": "112", - "measuredW": "10", - "measuredH": "28", - "x": "1068", - "y": "259", - "properties": { - "color": "16777215", - "size": "20", - "text": "/" - } - }, - { - "ID": "1702", - "typeID": "Label", - "zOrder": "113", - "measuredW": "10", - "measuredH": "28", - "x": "1076", - "y": "259", - "properties": { - "color": "16777215", - "size": "20", - "text": "/" - } - }, - { - "ID": "1703", - "typeID": "Icon", - "zOrder": "164", - "measuredW": "24", - "measuredH": "24", - "x": "174", - "y": "204", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1704", - "typeID": "Icon", - "zOrder": "165", - "measuredW": "24", - "measuredH": "24", - "x": "174", - "y": "204", - "properties": { - "color": "10027263", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1705", - "typeID": "TextArea", - "zOrder": "253", - "w": "221", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "148", - "y": "2000", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1706", - "typeID": "Label", - "zOrder": "254", - "w": "62", - "measuredW": "63", - "measuredH": "25", - "x": "228", - "y": "2008", - "properties": { - "size": "17", - "text": "Emotion" - } - }, - { - "ID": "1707", - "typeID": "Label", - "zOrder": "263", - "measuredW": "160", - "measuredH": "24", - "x": "210", - "y": "301", - "properties": { - "size": "16", - "text": "I wouldn't recommend" - } - }, - { - "ID": "1708", - "typeID": "Icon", - "zOrder": "264", - "measuredW": "24", - "measuredH": "24", - "x": "174", - "y": "301", - "properties": { - "color": "10066329", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1709", - "typeID": "TextArea", - "zOrder": "328", - "w": "216", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "141", - "y": "2294", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1710", - "typeID": "Label", - "zOrder": "329", - "w": "164", - "measuredW": "157", - "measuredH": "25", - "x": "167", - "y": "2302", - "properties": { - "size": "17", - "text": "react-testing-library" - } - }, - { - "ID": "1711", - "typeID": "TextArea", - "zOrder": "330", - "w": "216", - "h": "37", - "measuredW": "200", - "measuredH": "140", - "x": "141", - "y": "2382", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1712", - "typeID": "Label", - "zOrder": "331", - "w": "68", - "measuredW": "64", - "measuredH": "25", - "x": "216", - "y": "2388", - "properties": { - "size": "17", - "text": "Enzyme" - } - }, - { - "ID": "1713", - "typeID": "TextArea", - "zOrder": "332", - "w": "216", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "141", - "y": "2249", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1714", - "typeID": "Label", - "zOrder": "333", - "w": "39", - "measuredW": "35", - "measuredH": "25", - "x": "230", - "y": "2257", - "properties": { - "size": "17", - "text": "Jest" - } - }, - { - "ID": "1715", - "typeID": "TextArea", - "zOrder": "334", - "w": "216", - "h": "39", - "measuredW": "200", - "measuredH": "140", - "x": "141", - "y": "2338", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1716", - "typeID": "Label", - "zOrder": "335", - "w": "70", - "measuredW": "67", - "measuredH": "25", - "x": "215", - "y": "2345", - "properties": { - "size": "17", - "text": "Cypress" - } - }, - { - "ID": "1717", - "typeID": "Label", - "zOrder": "336", - "w": "205", - "measuredW": "193", - "measuredH": "24", - "x": "147", - "y": "2428", - "properties": { - "size": "16", - "text": "You can fill all your testing" - } - }, - { - "ID": "1718", - "typeID": "Label", - "zOrder": "337", - "w": "165", - "measuredW": "160", - "measuredH": "24", - "x": "147", - "y": "2453", - "properties": { - "size": "16", - "text": "needs with just these." - } - }, - { - "ID": "1719", - "typeID": "TextArea", - "zOrder": "338", - "w": "405", - "h": "158", - "measuredW": "200", - "measuredH": "140", - "x": "395", - "y": "2259", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1720", - "typeID": "Label", - "zOrder": "339", - "measuredW": "155", - "measuredH": "26", - "x": "520", - "y": "2278", - "properties": { - "bold": "true", - "size": "18", - "text": "Testing your Apps" - } - }, - { - "ID": "1722", - "typeID": "TextArea", - "zOrder": "343", - "w": "93", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "504", - "y": "2426", - "properties": { - "backgroundAlpha": "0.5", - "borderColor": "16777215", - "color": "10066329" - } - }, - { - "ID": "1723", - "typeID": "Label", - "zOrder": "344", - "w": "38", - "measuredW": "36", - "measuredH": "25", - "x": "532", - "y": "2435", - "properties": { - "size": "17", - "text": "Chai" - } - }, - { - "ID": "1724", - "typeID": "TextArea", - "zOrder": "345", - "w": "93", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "504", - "y": "2426", - "properties": { - "backgroundAlpha": "0.25", - "borderColor": "6710886", - "color": "15658734" - } - }, - { - "ID": "1725", - "typeID": "TextArea", - "zOrder": "346", - "w": "75", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "605", - "y": "2426", - "properties": { - "backgroundAlpha": "0.5", - "borderColor": "16777215", - "color": "10066329" - } - }, - { - "ID": "1726", - "typeID": "Label", - "zOrder": "347", - "w": "32", - "measuredW": "28", - "measuredH": "25", - "x": "627", - "y": "2435", - "properties": { - "size": "17", - "text": "Ava" - } - }, - { - "ID": "1727", - "typeID": "TextArea", - "zOrder": "348", - "w": "75", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "605", - "y": "2426", - "properties": { - "backgroundAlpha": "0.25", - "borderColor": "6710886", - "color": "15658734" - } - }, - { - "ID": "1728", - "typeID": "TextArea", - "zOrder": "349", - "w": "112", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "688", - "y": "2425", - "properties": { - "backgroundAlpha": "0.5", - "borderColor": "16777215", - "color": "10066329" - } - }, - { - "ID": "1729", - "typeID": "Label", - "zOrder": "350", - "w": "67", - "measuredW": "65", - "measuredH": "25", - "x": "711", - "y": "2434", - "properties": { - "size": "17", - "text": "Jasmine" - } - }, - { - "ID": "1730", - "typeID": "TextArea", - "zOrder": "351", - "w": "112", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "688", - "y": "2425", - "properties": { - "backgroundAlpha": "0.25", - "borderColor": "6710886", - "color": "15658734" - } - }, - { - "ID": "1731", - "typeID": "TextArea", - "zOrder": "352", - "w": "101", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "395", - "y": "2425", - "properties": { - "backgroundAlpha": "0.5", - "borderColor": "16777215", - "color": "10066329" - } - }, - { - "ID": "1732", - "typeID": "Label", - "zOrder": "353", - "w": "55", - "measuredW": "51", - "measuredH": "25", - "x": "418", - "y": "2434", - "properties": { - "size": "17", - "text": "Mocha" - } - }, - { - "ID": "1733", - "typeID": "TextArea", - "zOrder": "354", - "w": "101", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "395", - "y": "2425", - "properties": { - "backgroundAlpha": "0.25", - "borderColor": "6710886", - "color": "15658734" - } - }, - { - "ID": "1734", - "typeID": "TextInput", - "zOrder": "364", - "w": "177", - "measuredW": "151", - "measuredH": "32", - "x": "169", - "y": "2616", - "properties": { - "align": "center", - "color": "16776960", - "size": "18", - "text": "Service Workers" - } - }, - { - "ID": "1735", - "typeID": "TextInput", - "zOrder": "365", - "w": "177", - "measuredW": "79", - "measuredH": "32", - "x": "169", - "y": "2542", - "properties": { - "align": "center", - "color": "16776960", - "size": "18", - "text": "Storage" - } - }, - { - "ID": "1736", - "typeID": "TextInput", - "zOrder": "366", - "w": "177", - "measuredW": "84", - "measuredH": "32", - "x": "169", - "y": "2653", - "properties": { - "align": "center", - "color": "16770457", - "size": "18", - "text": "Location" - } - }, - { - "ID": "1737", - "typeID": "TextInput", - "zOrder": "367", - "w": "177", - "measuredW": "116", - "measuredH": "32", - "x": "169", - "y": "2691", - "properties": { - "align": "center", - "color": "16770457", - "size": "18", - "text": "Notifications" - } - }, - { - "ID": "1738", - "typeID": "TextInput", - "zOrder": "368", - "w": "177", - "measuredW": "167", - "measuredH": "32", - "x": "169", - "y": "2728", - "properties": { - "align": "center", - "color": "16770457", - "size": "18", - "text": "Device Orientation" - } - }, - { - "ID": "1739", - "typeID": "TextInput", - "zOrder": "369", - "w": "177", - "measuredW": "95", - "measuredH": "32", - "x": "169", - "y": "2765", - "properties": { - "align": "center", - "color": "16770457", - "size": "18", - "text": "Payments" - } - }, - { - "ID": "1740", - "typeID": "TextInput", - "zOrder": "370", - "w": "177", - "measuredW": "110", - "measuredH": "32", - "x": "169", - "y": "2802", - "properties": { - "align": "center", - "color": "16770457", - "size": "18", - "text": "Credentials" - } - }, - { - "ID": "1741", - "typeID": "TextInput", - "zOrder": "371", - "w": "177", - "measuredW": "122", - "measuredH": "32", - "x": "169", - "y": "2579", - "properties": { - "align": "center", - "color": "16776960", - "size": "18", - "text": "Web Sockets" - } - }, - { - "ID": "1742", - "typeID": "Label", - "zOrder": "372", - "w": "156", - "measuredW": "156", - "measuredH": "25", - "x": "180", - "y": "2847", - "properties": { - "size": "17", - "text": "Learn different Web" - } - }, - { - "ID": "1743", - "typeID": "Label", - "zOrder": "373", - "w": "148", - "measuredW": "148", - "measuredH": "25", - "x": "184", - "y": "2873", - "properties": { - "size": "17", - "text": "APIs used in PWAs" - } - }, - { - "ID": "1744", - "typeID": "Label", - "zOrder": "380", - "w": "185", - "measuredW": "178", - "measuredH": "25", - "x": "435", - "y": "2850", - "properties": { - "size": "17", - "text": "Calculating, Measuring" - } - }, - { - "ID": "1745", - "typeID": "Label", - "zOrder": "381", - "w": "224", - "measuredW": "215", - "measuredH": "25", - "x": "415", - "y": "2877", - "properties": { - "size": "17", - "text": "and improving performance" - } - }, - { - "ID": "1746", - "typeID": "TextArea", - "zOrder": "499", - "w": "146", - "h": "43", - "measuredW": "200", - "measuredH": "140", - "x": "1147", - "y": "1428", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1747", - "typeID": "Label", - "zOrder": "500", - "w": "74", - "measuredW": "71", - "measuredH": "25", - "x": "1186", - "y": "1438", - "properties": { - "size": "17", - "text": "PostCSS" - } - }, - { - "ID": "1748", - "typeID": "Icon", - "zOrder": "501", - "measuredW": "24", - "measuredH": "24", - "x": "1278", - "y": "1423", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1749", - "typeID": "Icon", - "zOrder": "502", - "measuredW": "24", - "measuredH": "24", - "x": "1278", - "y": "1423", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1750", - "typeID": "TextArea", - "zOrder": "503", - "w": "146", - "h": "41", - "measuredW": "200", - "measuredH": "140", - "x": "1147", - "y": "1381", - "properties": { - "color": "16776960" - } - }, - { - "ID": "1751", - "typeID": "Label", - "zOrder": "504", - "w": "46", - "measuredW": "41", - "measuredH": "25", - "x": "1197", - "y": "1389", - "properties": { - "size": "17", - "text": "Sass" - } - }, - { - "ID": "1752", - "typeID": "Icon", - "zOrder": "505", - "measuredW": "24", - "measuredH": "24", - "x": "1279", - "y": "1374", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1753", - "typeID": "Icon", - "zOrder": "506", - "measuredW": "24", - "measuredH": "24", - "x": "1279", - "y": "1374", - "properties": { - "color": "10066329", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1754", - "typeID": "Icon", - "zOrder": "530", - "measuredW": "24", - "measuredH": "24", - "x": "174", - "y": "236", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1755", - "typeID": "Icon", - "zOrder": "531", - "measuredW": "24", - "measuredH": "24", - "x": "174", - "y": "236", - "properties": { - "color": "16777215", - "icon": { - "ID": "circle", - "size": "small" - } - } - }, - { - "ID": "1756", - "typeID": "Icon", - "zOrder": "532", - "measuredW": "24", - "measuredH": "24", - "x": "174", - "y": "236", - "properties": { - "color": "3700253", - "icon": { - "ID": "check-circle", - "size": "small" - } - } - }, - { - "ID": "1757", - "typeID": "TextArea", - "zOrder": "537", - "w": "221", - "h": "40", - "measuredW": "200", - "measuredH": "140", - "x": "148", - "y": "1954", - "properties": { - "color": "16770457" - } - }, - { - "ID": "1758", - "typeID": "Label", - "zOrder": "538", - "w": "90", - "measuredW": "89", - "measuredH": "25", - "x": "214", - "y": "1962", - "properties": { - "size": "17", - "text": "Styled JSX" - } - }, - { - "ID": "1759", - "typeID": "Label", - "zOrder": "340", - "w": "349", - "measuredW": "337", - "measuredH": "25", - "x": "417", - "y": "2345", - "properties": { - "size": "17", - "text": "and {color:blue}Functional{color} tests and learn how to write" - } - }, - { - "ID": "1760", - "typeID": "Label", - "zOrder": "341", - "w": "302", - "measuredW": "280", - "measuredH": "25", - "x": "416", - "y": "2374", - "properties": { - "size": "17", - "text": "them with the tools listed on the left." - } - }, - { - "ID": "1761", - "typeID": "Label", - "zOrder": "342", - "w": "362", - "measuredW": "371", - "measuredH": "25", - "x": "416", - "y": "2315", - "properties": { - "size": "17", - "text": "Learn the difference between {color:blue}Unit{color}, {color:blue}Integration{color}, " - } - } - ] - }, - "attributes": { - "name": "New Wireframe 3", - "order": 1000017.5847047294, - "parentID": null - }, - "resourceID": "840EFF24-F5D8-4031-AA72-9444A1C2AF46", - "mockupH": "3449", - "mockupW": "1215", - "measuredW": "1340", - "measuredH": "3618", - "version": "1.0" - } -} \ No newline at end of file diff --git a/content/project/intro-map.json b/content/project/intro-map.json deleted file mode 100644 index bc47f913b..000000000 --- a/content/project/intro-map.json +++ /dev/null @@ -1 +0,0 @@ -{"mockup":{"controls":{"control":[{"ID":"462","measuredH":"40","measuredW":"356","properties":{"bold":"true","size":"32","text":"Web Developer in 2021"},"typeID":"Label","x":"491","y":"74","zOrder":"0"},{"ID":"463","h":"129","measuredH":"128","measuredW":"74","properties":{"color":"2848996","curvature":"1","direction":"top","leftArrow":"false","p0":{"x":0,"y":0},"p1":{"x":0.4787915073918851,"y":0.19568921844056555},"p2":{"x":73,"y":128},"shape":"bezier"},"typeID":"Arrow","w":"75","x":"683","y":"230","zOrder":"1"},{"ID":"464","h":"131","measuredH":"129","measuredW":"131","properties":{"color":"2848996","curvature":"1","direction":"bottom","leftArrow":"false","p0":{"length":131,"x":131,"y":0},"p1":{"length":0.6087375480965977,"x":0.5684088130944218,"y":-0.21788259145523384},"p2":{"length":129.00387591076478,"x":1,"y":129},"shape":"bezier"},"typeID":"Arrow","w":"133","x":"518","y":"229","zOrder":"2"},{"ID":"465","measuredH":"32","measuredW":"93","properties":{"align":"center","color":"16767334","size":"18","text":"Front-end"},"typeID":"TextInput","w":"132","x":"441","y":"367","zOrder":"3"},{"ID":"466","measuredH":"28","measuredW":"167","properties":{"bold":"true","size":"20","text":"Choose your path"},"typeID":"Label","x":"589","y":"189","zOrder":"4"},{"ID":"467","measuredH":"32","measuredW":"179","properties":{"align":"center","color":"16776960","size":"18","text":"Git - Version Control"},"typeID":"TextInput","w":"288","x":"68","y":"81","zOrder":"5"},{"ID":"468","measuredH":"32","measuredW":"50","properties":{"align":"center","color":"16776960","size":"18","text":"SSH"},"typeID":"TextInput","w":"289","x":"67","y":"318","zOrder":"6"},{"ID":"469","measuredH":"32","measuredW":"209","properties":{"align":"center","color":"16776960","size":"18","text":"HTTP/HTTPS and APIs"},"typeID":"TextInput","w":"289","x":"67","y":"356","zOrder":"7"},{"ID":"470","measuredH":"25","measuredW":"175","properties":{"bold":"true","size":"17","text":"Required for any path"},"typeID":"Label","x":"67","y":"45","zOrder":"8"},{"ID":"471","measuredH":"32","measuredW":"192","properties":{"align":"center","color":"16776960","size":"18","text":"Basic Terminal Usage"},"typeID":"TextInput","w":"289","x":"67","y":"120","zOrder":"9"},{"ID":"475","h":"47","measuredH":"46","measuredW":"0","properties":{"color":"6710886","curvature":"0","direction":"top","leftArrow":"false","p0":{"length":0,"x":0,"y":0},"p1":{"length":0.5,"x":0.5,"y":0},"p2":{"length":46,"x":0,"y":46},"rightArrow":"false","shape":"bezier"},"typeID":"Arrow","w":"1","x":"664","y":"135","zOrder":"10"},{"ID":"476","measuredH":"32","measuredW":"92","properties":{"align":"center","color":"16767334","size":"18","text":"Back-end"},"typeID":"TextInput","w":"121","x":"679","y":"368","zOrder":"11"},{"ID":"477","h":"71","measuredH":"69","measuredW":"0","properties":{"color":"2848996","curvature":"0","direction":"top","leftArrow":"false","p0":{"x":0,"y":0},"p1":{"x":0.5621504039776257,"y":0.004661280298321849},"p2":{"x":0,"y":69},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"2","x":"509","y":"407","zOrder":"12"},{"ID":"478","h":"12","measuredH":"11","measuredW":"122","properties":{"color":"2848996","curvature":"-1","direction":"bottom","leftArrow":"false","p0":{"length":11,"x":0,"y":11},"p1":{"length":0.4574898035968877,"x":0.45357350377687367,"y":0.059732713538640264},"p2":{"length":122.06555615733704,"x":122,"y":4},"shape":"bezier","stroke":"solid"},"typeID":"Arrow","w":"123","x":"811","y":"373","zOrder":"13"},{"ID":"479","measuredH":"32","measuredW":"81","properties":{"align":"center","color":"16767334","size":"18","text":"DevOps"},"typeID":"TextInput","w":"112","x":"946","y":"361","zOrder":"14"},{"ID":"480","h":"71","measuredH":"69","measuredW":"0","properties":{"color":"2848996","curvature":"1","direction":"top","leftArrow":"false","p0":{"x":0,"y":0},"p1":{"x":0.4608695652173913,"y":0.01304347826086956},"p2":{"x":0,"y":69},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"2","x":"729","y":"410","zOrder":"15"},{"ID":"481","h":"77","measuredH":"76","measuredW":"0","properties":{"color":"2848996","curvature":"1","direction":"top","leftArrow":"false","p0":{"length":0,"x":0,"y":0},"p1":{"length":0.4539180376844135,"x":0.4537465672812867,"y":0.01247548058061985},"p2":{"length":76,"x":0,"y":76},"rightArrow":"false","shape":"bezier","stroke":"dotted"},"typeID":"Arrow","w":"1","x":"997","y":"403","zOrder":"16"},{"ID":"482","measuredH":"32","measuredW":"70","properties":{"align":"center","borderStyle":"rectangle","color":"16776960","size":"18","text":"GitHub"},"typeID":"TextInput","w":"288","x":"68","y":"201","zOrder":"17"},{"ID":"483","measuredH":"32","measuredW":"255","properties":{"align":"center","color":"16776960","size":"18","text":"Data Structures & Algorithms"},"typeID":"TextInput","w":"288","x":"68","y":"159","zOrder":"18"},{"ID":"484","measuredH":"32","measuredW":"188","properties":{"align":"center","color":"16776960","size":"18","text":"Character Encodings"},"typeID":"TextInput","w":"288","x":"68","y":"434","zOrder":"19"},{"ID":"485","measuredH":"32","measuredW":"146","properties":{"align":"center","color":"16776960","size":"18","text":"Design Patterns"},"typeID":"TextInput","w":"288","x":"68","y":"395","zOrder":"20"},{"ID":"487","measuredH":"32","measuredW":"88","properties":{"align":"center","borderStyle":"rectangle","color":"16776960","size":"18","text":"Licenses"},"typeID":"TextInput","w":"288","x":"68","y":"240","zOrder":"21"},{"ID":"488","measuredH":"32","measuredW":"182","properties":{"align":"center","borderStyle":"rectangle","color":"16776960","size":"18","text":"Semantic Versioning"},"typeID":"TextInput","w":"288","x":"68","y":"279","zOrder":"22"},{"ID":"489","children":{"controls":{"control":[{"ID":"0","h":"141","measuredH":"70","measuredW":"100","properties":{},"typeID":"Canvas","w":"350","x":"0","y":"0","zOrder":"0"},{"ID":"1","measuredH":"25","measuredW":"314","properties":{"color":"0","size":"17","text":"Find the detailed version of this roadmap"},"typeID":"Label","x":"14","y":"17","zOrder":"1"},{"ID":"2","measuredH":"25","measuredW":"322","properties":{"color":"0","size":"17","text":"along with resources and other roadmaps"},"typeID":"Label","x":"14","y":"45","zOrder":"2"},{"ID":"3","h":"45","measuredH":"70","measuredW":"100","properties":{"borderColor":"4273622","color":"4273622"},"typeID":"Canvas","w":"320","x":"15","y":"81","zOrder":"3"},{"ID":"4","children":{"controls":{"control":[{"ID":"0","measuredH":"28","measuredW":"103","properties":{"color":"16777215","size":"20","text":"roadmap.sh"},"typeID":"Label","x":"65","y":"0","zOrder":"0"},{"ID":"1","measuredH":"28","measuredW":"36","properties":{"color":"16777215","size":"20","text":"http"},"typeID":"Label","x":"0","y":"0","zOrder":"1"},{"ID":"2","measuredH":"28","measuredW":"10","properties":{"bold":"true","color":"16777215","size":"20","text":":"},"typeID":"Label","x":"37","y":"0","zOrder":"2"},{"ID":"3","measuredH":"28","measuredW":"10","properties":{"color":"16777215","size":"20","text":"/"},"typeID":"Label","x":"44","y":"1","zOrder":"3"},{"ID":"4","measuredH":"28","measuredW":"10","properties":{"color":"16777215","size":"20","text":"/"},"typeID":"Label","x":"52","y":"1","zOrder":"4"}]}},"h":"29","measuredH":"29","measuredW":"168","typeID":"__group__","w":"168","x":"91","y":"89","zOrder":"4"}]}},"h":"141","measuredH":"141","measuredW":"350","typeID":"__group__","w":"350","x":"924","y":"81","zOrder":"23"}]},"measuredH":"481","measuredW":"1274","mockupH":"436","mockupW":"1207","version":"1.0"}} diff --git a/content/project/react-map.json b/content/project/react-map.json deleted file mode 100644 index ce915d4f6..000000000 --- a/content/project/react-map.json +++ /dev/null @@ -1 +0,0 @@ -{"mockup":{"controls":{"control":[{"ID":"299","h":"210","measuredH":"209","measuredW":"37","properties":{"color":"2848996","curvature":"-1","direction":"top","leftArrow":"false","p0":{"x":23,"y":0},"p1":{"x":0.4841230221604845,"y":-0.13778134699281577},"p2":{"x":37,"y":209},"rightArrow":"false"},"typeID":"Arrow","w":"38","x":"648","y":"424","zOrder":"53"},{"ID":"300","h":"118","measuredH":"117","measuredW":"27","properties":{"color":"2848996","curvature":"-1","direction":"bottom","leftArrow":"false","p0":{"x":16,"y":0},"p1":{"x":0.4488347077805665,"y":0.15539619935460738},"p2":{"x":0,"y":117},"rightArrow":"false"},"typeID":"Arrow","w":"28","x":"676","y":"284","zOrder":"54"},{"ID":"301","measuredH":"40","measuredW":"237","properties":{"bold":"true","size":"32","text":"All about React"},"typeID":"Label","x":"576","y":"233","zOrder":"55"},{"ID":"302","h":"86","measuredH":"85","measuredW":"13","properties":{"color":"2848996","curvature":"-1","direction":"top","leftArrow":"false","p0":{"x":9,"y":0},"p1":{"x":0.4886065460571744,"y":-0.11711089628504352},"p2":{"x":13,"y":85},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"14","x":"654","y":"140","zOrder":"56"},{"ID":"303","h":"141","measuredH":"70","measuredW":"100","typeID":"Canvas","w":"350","x":"919","y":"139","zOrder":"57"},{"ID":"304","measuredH":"25","measuredW":"314","properties":{"size":"17","text":"Find the detailed version of this roadmap"},"typeID":"Label","x":"933","y":"156","zOrder":"58"},{"ID":"305","measuredH":"25","measuredW":"322","properties":{"size":"17","text":"along with resources and other roadmaps"},"typeID":"Label","x":"933","y":"184","zOrder":"59"},{"ID":"306","h":"45","measuredH":"70","measuredW":"100","properties":{"borderColor":"4273622","color":"4273622"},"typeID":"Canvas","w":"320","x":"934","y":"220","zOrder":"60"},{"ID":"307","measuredH":"28","measuredW":"103","properties":{"color":"16777215","size":"20","text":"roadmap.sh"},"typeID":"Label","x":"1075","y":"228","zOrder":"61"},{"ID":"308","measuredH":"28","measuredW":"36","properties":{"color":"16777215","size":"20","text":"http"},"typeID":"Label","x":"1010","y":"228","zOrder":"62"},{"ID":"309","measuredH":"28","measuredW":"10","properties":{"bold":"true","color":"16777215","size":"20","text":":"},"typeID":"Label","x":"1047","y":"228","zOrder":"63"},{"ID":"310","measuredH":"28","measuredW":"10","properties":{"color":"16777215","size":"20","text":"/"},"typeID":"Label","x":"1054","y":"229","zOrder":"64"},{"ID":"311","measuredH":"28","measuredW":"10","properties":{"color":"16777215","size":"20","text":"/"},"typeID":"Label","x":"1062","y":"229","zOrder":"65"},{"ID":"312","h":"162","measuredH":"70","measuredW":"100","typeID":"Canvas","w":"408","x":"107","y":"129","zOrder":"66"},{"ID":"313","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"130","y":"150","zOrder":"67"},{"ID":"314","measuredH":"24","measuredW":"24","properties":{"color":"10027263","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"130","y":"150","zOrder":"68"},{"ID":"315","measuredH":"24","measuredW":"263","properties":{"size":"16","text":"Personal Recommendation / Opinion"},"typeID":"Label","x":"166","y":"150","zOrder":"69"},{"ID":"316","measuredH":"24","measuredW":"159","properties":{"size":"16","text":"I wouldn't recommend"},"typeID":"Label","x":"166","y":"247","zOrder":"70"},{"ID":"317","measuredH":"24","measuredW":"24","properties":{"color":"10066329","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"130","y":"247","zOrder":"71"},{"ID":"318","measuredH":"24","measuredW":"319","properties":{"size":"16","text":"Order in roadmap not strict (Learn anytime)"},"typeID":"Label","w":"324","x":"167","y":"215","zOrder":"72"},{"ID":"319","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"130","y":"215","zOrder":"73"},{"ID":"320","measuredH":"24","measuredW":"24","properties":{"color":"10066329","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"130","y":"215","zOrder":"74"},{"ID":"321","measuredH":"24","measuredW":"277","properties":{"size":"16","text":"Alternative Option - Pick this or purple"},"typeID":"Label","x":"166","y":"183","zOrder":"75"},{"ID":"322","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"130","y":"182","zOrder":"76"},{"ID":"323","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"130","y":"182","zOrder":"77"},{"ID":"324","measuredH":"24","measuredW":"24","properties":{"color":"3700253","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"130","y":"182","zOrder":"78"},{"ID":"381","h":"51","measuredH":"50","measuredW":"117","properties":{"color":"2848996","curvature":"1","direction":"bottom","leftArrow":"false","p0":{"x":117,"y":0},"p1":{"x":0.45522128005575546,"y":-0.05494250203275646},"p2":{"x":0,"y":50},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"118","x":"824","y":"356","zOrder":"79"},{"ID":"383","h":"35","measuredH":"34","measuredW":"127","properties":{"color":"2848996","curvature":"0","direction":"top","leftArrow":"false","p0":{"x":127,"y":34},"p1":{"x":0.4652789342214826,"y":-0.0013322231473772712},"p2":{"x":0,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"128","x":"443","y":"385","zOrder":"80"},{"ID":"384","h":"80","measuredH":"79","measuredW":"108","properties":{"color":"2848996","curvature":"-1","direction":"top","leftArrow":"false","p0":{"x":108,"y":79},"p1":{"x":0.45522128005575585,"y":-0.054942502032756343},"p2":{"x":0,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"109","x":"462","y":"332","zOrder":"81"},{"ID":"385","h":"50","measuredH":"140","measuredW":"200","properties":{"color":"16776960"},"typeID":"TextArea","w":"272","x":"562","y":"394","zOrder":"82"},{"ID":"386","measuredH":"25","measuredW":"163","properties":{"bold":"true","size":"17","text":"Fundamental Topics"},"typeID":"Label","x":"617","y":"407","zOrder":"83"},{"ID":"387","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"159","x":"322","y":"415","zOrder":"84"},{"ID":"388","measuredH":"25","measuredW":"98","properties":{"size":"17","text":"Components"},"typeID":"Label","x":"351","y":"425","zOrder":"85"},{"ID":"393","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"255","x":"932","y":"433","zOrder":"86"},{"ID":"394","measuredH":"25","measuredW":"212","properties":{"size":"17","text":"Composition vs Inheritance"},"typeID":"Label","x":"954","y":"443","zOrder":"87"},{"ID":"710","h":"27","measuredH":"26","measuredW":"69","properties":{"color":"2848996","curvature":"1","direction":"top","leftArrow":"false","p0":{"length":0,"x":0,"y":0},"p1":{"length":0.4463661980631013,"x":0.44581164221486,"y":0.022243256034074732},"p2":{"length":73.7360156233031,"x":69,"y":26},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"70","x":"268","y":"413","zOrder":"52"},{"ID":"711","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"213","x":"73","y":"392","zOrder":"88"},{"ID":"712","measuredH":"25","measuredW":"182","properties":{"size":"17","text":"Functional Components"},"typeID":"Label","x":"89","y":"402","zOrder":"89"},{"ID":"713","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"213","x":"73","y":"442","zOrder":"90"},{"ID":"714","measuredH":"25","measuredW":"147","properties":{"size":"17","text":"Class Components"},"typeID":"Label","x":"106","y":"452","zOrder":"91"},{"ID":"717","h":"29","measuredH":"28","measuredW":"66","properties":{"color":"2848996","curvature":"1","direction":"bottom","leftArrow":"false","p0":{"length":28,"x":0,"y":28},"p1":{"length":0.45024852627028145,"x":0.4470817120622568,"y":-0.053307392996108954},"p2":{"length":66,"x":66,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"67","x":"267","y":"438","zOrder":"51"},{"ID":"719","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"159","x":"322","y":"365","zOrder":"92"},{"ID":"720","measuredH":"25","measuredW":"34","properties":{"size":"17","text":"JSX"},"typeID":"Label","x":"385","y":"375","zOrder":"93"},{"ID":"721","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"159","x":"322","y":"467","zOrder":"94"},{"ID":"722","measuredH":"25","measuredW":"116","properties":{"size":"17","text":"Props vs State"},"typeID":"Label","x":"344","y":"477","zOrder":"95"},{"ID":"723","h":"19","measuredH":"18","measuredW":"109","properties":{"color":"2848996","curvature":"-1","direction":"bottom","leftArrow":"false","p0":{"x":109,"y":0},"p1":{"x":0.49432499118787454,"y":0.03919633415579837},"p2":{"x":0,"y":18},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"110","x":"462","y":"423","zOrder":"50"},{"ID":"724","h":"42","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"254","x":"933","y":"483","zOrder":"96"},{"ID":"725","measuredH":"25","measuredW":"95","properties":{"size":"17","text":"Basic Hooks"},"typeID":"Label","x":"1013","y":"492","zOrder":"97"},{"ID":"726","h":"11","measuredH":"10","measuredW":"128","properties":{"color":"2848996","curvature":"0","direction":"bottom","leftArrow":"false","p0":{"length":128,"x":128,"y":0},"p1":{"length":0.4652808414804905,"x":0.4652789342214827,"y":-0.0013322231473772849},"p2":{"length":10,"x":0,"y":10},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"129","x":"826","y":"404","zOrder":"49"},{"ID":"727","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"153","x":"906","y":"551","zOrder":"98"},{"ID":"728","measuredH":"25","measuredW":"71","properties":{"size":"17","text":"useState"},"typeID":"Label","x":"947","y":"561","zOrder":"99"},{"ID":"729","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"153","x":"1066","y":"551","zOrder":"100"},{"ID":"730","measuredH":"25","measuredW":"75","properties":{"size":"17","text":"useEffect"},"typeID":"Label","x":"1105","y":"561","zOrder":"101"},{"ID":"732","h":"77","measuredH":"76","measuredW":"49","properties":{"color":"2848996","curvature":"-1","direction":"bottom","leftArrow":"false","p0":{"length":76,"x":0,"y":76},"p1":{"length":0.4763317432510617,"x":0.4659313041049986,"y":0.09899469421949178},"p2":{"length":49,"x":49,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"50","x":"998","y":"504","zOrder":"48"},{"ID":"735","h":"32","measuredH":"31","measuredW":"113","properties":{"color":"2848996","curvature":"1","direction":"top","leftArrow":"false","p0":{"length":117.17508267545622,"x":113,"y":31},"p1":{"length":0.49034679797322256,"x":0.4873025247305474,"y":0.0545548501402628},"p2":{"length":0,"x":0,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"114","x":"837","y":"421","zOrder":"47"},{"ID":"736","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"255","x":"932","y":"384","zOrder":"102"},{"ID":"737","measuredH":"25","measuredW":"116","properties":{"size":"17","text":"Lists and Keys"},"typeID":"Label","x":"1002","y":"394","zOrder":"103"},{"ID":"738","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"215","x":"268","y":"517","zOrder":"104"},{"ID":"739","measuredH":"25","measuredW":"171","properties":{"size":"17","text":"Conditional Rendering"},"typeID":"Label","x":"291","y":"527","zOrder":"105"},{"ID":"740","h":"65","measuredH":"64","measuredW":"65","properties":{"color":"2848996","curvature":"-1","direction":"top","leftArrow":"false","p0":{"length":91.21951545584967,"x":65,"y":64},"p1":{"length":0.4412347883439139,"x":0.41749789688739336,"y":-0.14277130152625886},"p2":{"length":0,"x":0,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"66","x":"1061","y":"507","zOrder":"46"},{"ID":"741","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"214","x":"268","y":"315","zOrder":"106"},{"ID":"742","measuredH":"25","measuredW":"140","properties":{"size":"17","text":"Create React App"},"typeID":"Label","x":"305","y":"325","zOrder":"107"},{"ID":"743","h":"66","measuredH":"65","measuredW":"101","properties":{"color":"2848996","curvature":"-1","direction":"bottom","leftArrow":"false","p0":{"x":101,"y":0},"p1":{"x":0.49432499118787465,"y":0.03919633415579831},"p2":{"x":0,"y":65},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"102","x":"471","y":"426","zOrder":"45"},{"ID":"744","h":"118","measuredH":"117","measuredW":"107","properties":{"color":"2848996","curvature":"-1","direction":"bottom","leftArrow":"false","p0":{"x":107,"y":0},"p1":{"x":0.5565339359463882,"y":0.11104184524273356},"p2":{"x":0,"y":117},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"108","x":"472","y":"425","zOrder":"44"},{"ID":"745","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"255","x":"932","y":"333","zOrder":"108"},{"ID":"746","measuredH":"25","measuredW":"171","properties":{"size":"17","text":"Component Life Cycle"},"typeID":"Label","x":"974","y":"343","zOrder":"109"},{"ID":"747","h":"50","measuredH":"140","measuredW":"200","properties":{"color":"16776960"},"typeID":"TextArea","w":"272","x":"578","y":"609","zOrder":"110"},{"ID":"748","measuredH":"25","measuredW":"136","properties":{"bold":"true","size":"17","text":"Advanced Topics"},"typeID":"Label","x":"646","y":"622","zOrder":"111"},{"ID":"749","h":"29","measuredH":"28","measuredW":"104","properties":{"color":"2848996","curvature":"-1","direction":"bottom","leftArrow":"false","p0":{"x":104,"y":0},"p1":{"x":0.47141024775535,"y":0.024843043272800916},"p2":{"x":0,"y":28},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"105","x":"487","y":"633","zOrder":"43"},{"ID":"750","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"157","x":"351","y":"590","zOrder":"112"},{"ID":"751","measuredH":"25","measuredW":"48","properties":{"size":"17","text":"Hooks"},"typeID":"Label","x":"406","y":"600","zOrder":"113"},{"ID":"752","h":"21","measuredH":"20","measuredW":"87","properties":{"color":"2848996","curvature":"-1","direction":"top","leftArrow":"false","p0":{"x":87,"y":20},"p1":{"x":0.46091103024218855,"y":-0.0549629815535199},"p2":{"x":0,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"88","x":"497","y":"610","zOrder":"42"},{"ID":"753","h":"76","measuredH":"75","measuredW":"113","properties":{"color":"2848996","curvature":"1","direction":"top","leftArrow":"false","p0":{"length":135.6244815658294,"x":113,"y":75},"p1":{"length":0.49034679797322295,"x":0.4873025247305478,"y":0.05455485014026291},"p2":{"length":0,"x":0,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"114","x":"828","y":"426","zOrder":"41"},{"ID":"754","h":"20","measuredH":"19","measuredW":"80","properties":{"color":"2848996","curvature":"0","direction":"top","leftArrow":"false","p0":{"x":80,"y":19},"p1":{"x":0.46527893422148264,"y":-0.0013322231473772645},"p2":{"x":0,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"81","x":"307","y":"593","zOrder":"40"},{"ID":"755","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"243","x":"75","y":"569","zOrder":"114"},{"ID":"756","measuredH":"25","measuredW":"188","properties":{"size":"17","text":"Writing your Own Hooks"},"typeID":"Label","x":"103","y":"579","zOrder":"115"},{"ID":"757","h":"35","measuredH":"34","measuredW":"68","properties":{"color":"2848996","curvature":"0","direction":"bottom","leftArrow":"false","p0":{"length":34,"x":0,"y":34},"p1":{"length":0.4078400012423434,"x":0.4078368652538985,"y":0.001599360255897608},"p2":{"length":68,"x":68,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"69","x":"295","y":"616","zOrder":"39"},{"ID":"781","children":{"controls":{"control":[{"ID":"0","h":"248","measuredH":"140","measuredW":"200","properties":{"color":"16777215"},"typeID":"TextArea","w":"243","x":"0","y":"0","zOrder":"0"},{"ID":"1","measuredH":"25","measuredW":"125","properties":{"bold":"true","size":"17","text":"Common Hooks"},"typeID":"Label","x":"59","y":"15","zOrder":"1"},{"ID":"2","h":"43","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"93","x":"139","y":"49","zOrder":"2"},{"ID":"3","measuredH":"25","measuredW":"56","properties":{"size":"17","text":"useRef"},"typeID":"Label","x":"157","y":"58","zOrder":"3"},{"ID":"4","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"120","x":"14","y":"48","zOrder":"4"},{"ID":"5","measuredH":"25","measuredW":"95","properties":{"size":"17","text":"useCallback"},"typeID":"Label","x":"26","y":"58","zOrder":"5"},{"ID":"6","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"217","x":"14","y":"96","zOrder":"6"},{"ID":"7","measuredH":"25","measuredW":"74","properties":{"size":"17","text":"useMemo"},"typeID":"Label","x":"86","y":"106","zOrder":"7"},{"ID":"8","h":"43","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"217","x":"14","y":"145","zOrder":"8"},{"ID":"9","measuredH":"25","measuredW":"95","properties":{"size":"17","text":"useReducer"},"typeID":"Label","x":"75","y":"154","zOrder":"9"},{"ID":"10","h":"43","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"217","x":"13","y":"193","zOrder":"10"},{"ID":"11","measuredH":"25","measuredW":"90","properties":{"size":"17","text":"useContext"},"typeID":"Label","x":"77","y":"202","zOrder":"11"}]}},"h":"248","measuredH":"248","measuredW":"243","typeID":"__group__","w":"243","x":"75","y":"620","zOrder":"116"},{"ID":"782","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"157","x":"351","y":"639","zOrder":"117"},{"ID":"783","measuredH":"25","measuredW":"62","properties":{"size":"17","text":"Context"},"typeID":"Label","x":"399","y":"649","zOrder":"118"},{"ID":"784","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"157","x":"351","y":"689","zOrder":"119"},{"ID":"785","measuredH":"25","measuredW":"37","properties":{"size":"17","text":"Refs"},"typeID":"Label","x":"411","y":"699","zOrder":"120"},{"ID":"786","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"157","x":"351","y":"739","zOrder":"121"},{"ID":"787","measuredH":"25","measuredW":"107","properties":{"size":"17","text":"Render Props"},"typeID":"Label","x":"376","y":"749","zOrder":"122"},{"ID":"789","h":"65","measuredH":"64","measuredW":"92","properties":{"color":"2848996","curvature":"-1","direction":"bottom","leftArrow":"false","p0":{"x":92,"y":0},"p1":{"x":0.5165605095541401,"y":0.08630573248407643},"p2":{"x":0,"y":64},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"93","x":"490","y":"650","zOrder":"38"},{"ID":"790","h":"106","measuredH":"105","measuredW":"88","properties":{"color":"2848996","curvature":"-1","direction":"bottom","leftArrow":"false","p0":{"x":88,"y":0},"p1":{"x":0.694396551724138,"y":0.14525862068965517},"p2":{"x":0,"y":104},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"89","x":"498","y":"654","zOrder":"37"},{"ID":"791","h":"7","measuredH":"6","measuredW":"118","properties":{"color":"2848996","curvature":"0","direction":"top","leftArrow":"false","p0":{"x":118,"y":6},"p1":{"x":0.4652789342214827,"y":-0.0013322231473772738},"p2":{"x":0,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"119","x":"839","y":"627","zOrder":"36"},{"ID":"792","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"224","x":"942","y":"612","zOrder":"123"},{"ID":"793","measuredH":"25","measuredW":"188","properties":{"size":"17","text":"High Order Components"},"typeID":"Label","x":"960","y":"622","zOrder":"124"},{"ID":"794","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"224","x":"942","y":"662","zOrder":"125"},{"ID":"795","measuredH":"25","measuredW":"54","properties":{"size":"17","text":"Portals"},"typeID":"Label","x":"1027","y":"672","zOrder":"126"},{"ID":"796","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"224","x":"942","y":"711","zOrder":"127"},{"ID":"797","measuredH":"25","measuredW":"131","properties":{"size":"17","text":"Error Boundaries"},"typeID":"Label","x":"989","y":"721","zOrder":"128"},{"ID":"798","h":"53","measuredH":"52","measuredW":"110","properties":{"color":"2848996","curvature":"1","direction":"top","leftArrow":"false","p0":{"x":110,"y":52},"p1":{"x":0.4531207781680627,"y":0.04147527695217509},"p2":{"x":0,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"111","x":"840","y":"635","zOrder":"35"},{"ID":"799","h":"92","measuredH":"91","measuredW":"116","properties":{"color":"2848996","curvature":"1","direction":"top","leftArrow":"false","p0":{"x":116,"y":91},"p1":{"x":0.4263237797304136,"y":0.049960896167824446},"p2":{"x":0,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"117","x":"838","y":"643","zOrder":"34"},{"ID":"800","h":"292","measuredH":"291","measuredW":"48","properties":{"color":"2848996","curvature":"1","direction":"top","leftArrow":"false","p0":{"x":0,"y":0},"p1":{"x":0.5185682873198143,"y":0.16381627168336182},"p2":{"x":1,"y":291},"rightArrow":"false"},"typeID":"Arrow","w":"49","x":"689","y":"641","zOrder":"33"},{"ID":"802","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"224","x":"942","y":"760","zOrder":"129"},{"ID":"803","measuredH":"25","measuredW":"138","properties":{"size":"17","text":"Fiber Architecture"},"typeID":"Label","x":"985","y":"770","zOrder":"130"},{"ID":"804","h":"132","measuredH":"131","measuredW":"102","properties":{"color":"2848996","curvature":"1","direction":"top","leftArrow":"false","p0":{"x":102,"y":131},"p1":{"x":0.5003083620533285,"y":0.08372936695084346},"p2":{"x":0,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"103","x":"848","y":"653","zOrder":"32"},{"ID":"806","h":"50","measuredH":"140","measuredW":"200","properties":{"color":"16776960"},"typeID":"TextArea","w":"201","x":"534","y":"912","zOrder":"131"},{"ID":"807","measuredH":"25","measuredW":"90","properties":{"bold":"true","size":"17","text":"Ecosystem"},"typeID":"Label","x":"590","y":"924","zOrder":"132"},{"ID":"808","h":"234","measuredH":"233","measuredW":"103","properties":{"color":"2848996","curvature":"-1","direction":"bottom","leftArrow":"false","p0":{"x":102,"y":0},"p1":{"x":0.6562581123678843,"y":0.2116447246430558},"p2":{"x":0,"y":233},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"104","x":"474","y":"947","zOrder":"31"},{"ID":"820","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"1151","y":"755","zOrder":"133"},{"ID":"821","measuredH":"24","measuredW":"24","properties":{"color":"10066329","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"1151","y":"755","zOrder":"134"},{"ID":"830","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16767334"},"typeID":"TextArea","w":"157","x":"335","y":"911","zOrder":"151"},{"ID":"831","measuredH":"25","measuredW":"61","properties":{"size":"17","text":"Routers"},"typeID":"Label","x":"383","y":"921","zOrder":"152"},{"ID":"832","h":"5","measuredH":"4","measuredW":"108","properties":{"color":"2848996","curvature":"0","direction":"bottom","leftArrow":"false","p0":{"length":108,"x":108,"y":0},"p1":{"length":0.638011617080294,"x":0.6380090497737556,"y":-0.001809954751131225},"p2":{"length":4,"x":0,"y":4},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"109","x":"450","y":"932","zOrder":"30"},{"ID":"833","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"157","x":"110","y":"877","zOrder":"153"},{"ID":"834","measuredH":"25","measuredW":"105","properties":{"size":"17","text":"React Router"},"typeID":"Label","x":"136","y":"887","zOrder":"154"},{"ID":"835","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"100","y":"887","zOrder":"155"},{"ID":"836","measuredH":"24","measuredW":"24","properties":{"color":"10027263","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"100","y":"887","zOrder":"156"},{"ID":"838","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"157","x":"109","y":"927","zOrder":"157"},{"ID":"839","measuredH":"25","measuredW":"105","properties":{"size":"17","text":"React Router"},"typeID":"Label","x":"135","y":"937","zOrder":"158"},{"ID":"842","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"98","y":"936","zOrder":"159"},{"ID":"843","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"98","y":"936","zOrder":"160"},{"ID":"844","measuredH":"24","measuredW":"24","properties":{"color":"3700253","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"98","y":"936","zOrder":"161"},{"ID":"845","h":"31","measuredH":"30","measuredW":"93","properties":{"color":"2848996","curvature":"1","direction":"top","leftArrow":"false","p0":{"x":0,"y":0},"p1":{"x":0.5210888020482415,"y":0.050532273278533865},"p2":{"x":93,"y":30},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"94","x":"251","y":"899","zOrder":"29"},{"ID":"846","h":"16","measuredH":"15","measuredW":"105","properties":{"color":"2848996","curvature":"1","direction":"bottom","leftArrow":"false","p0":{"x":0,"y":11},"p1":{"x":0.418664047151277,"y":-0.08212180746561885},"p2":{"x":105,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"106","x":"248","y":"937","zOrder":"28"},{"ID":"874","h":"51","measuredH":"50","measuredW":"67","properties":{"color":"2848996","curvature":"1","direction":"bottom","leftArrow":"false","p0":{"x":67,"y":0},"p1":{"x":0.44040635284017743,"y":-0.08985548719416225},"p2":{"x":0,"y":50},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"68","x":"728","y":"886","zOrder":"27"},{"ID":"875","h":"3","measuredH":"2","measuredW":"66","properties":{"color":"2848996","curvature":"1","direction":"top","leftArrow":"false","p0":{"x":66,"y":0},"p1":{"x":0.5343850513095418,"y":0.03614642364833821},"p2":{"x":0,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"67","x":"972","y":"885","zOrder":"15"},{"ID":"877","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16767334"},"typeID":"TextArea","w":"202","x":"780","y":"867","zOrder":"135"},{"ID":"878","measuredH":"25","measuredW":"48","properties":{"size":"17","text":"Forms"},"typeID":"Label","x":"857","y":"877","zOrder":"136"},{"ID":"879","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"171","x":"1029","y":"819","zOrder":"137"},{"ID":"880","measuredH":"25","measuredW":"134","properties":{"size":"17","text":"React Hook Form"},"typeID":"Label","x":"1048","y":"829","zOrder":"138"},{"ID":"881","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"171","x":"1029","y":"867","zOrder":"139"},{"ID":"882","measuredH":"25","measuredW":"51","properties":{"size":"17","text":"Formik"},"typeID":"Label","x":"1089","y":"877","zOrder":"140"},{"ID":"883","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"171","x":"1029","y":"915","zOrder":"141"},{"ID":"884","measuredH":"25","measuredW":"80","properties":{"size":"17","text":"Final Form"},"typeID":"Label","x":"1075","y":"925","zOrder":"142"},{"ID":"885","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"1184","y":"811","zOrder":"143"},{"ID":"886","measuredH":"24","measuredW":"24","properties":{"color":"10027263","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"1184","y":"811","zOrder":"144"},{"ID":"887","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"1185","y":"862","zOrder":"145"},{"ID":"888","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"1185","y":"862","zOrder":"146"},{"ID":"889","measuredH":"24","measuredW":"24","properties":{"color":"3700253","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"1185","y":"862","zOrder":"147"},{"ID":"890","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"1185","y":"911","zOrder":"148"},{"ID":"891","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"1185","y":"911","zOrder":"149"},{"ID":"892","measuredH":"24","measuredW":"24","properties":{"color":"3700253","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"1185","y":"911","zOrder":"150"},{"ID":"893","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16767334"},"typeID":"TextArea","w":"157","x":"335","y":"1157","zOrder":"162"},{"ID":"894","measuredH":"25","measuredW":"72","properties":{"size":"17","text":"API Calls"},"typeID":"Label","x":"378","y":"1167","zOrder":"163"},{"ID":"895","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"157","x":"110","y":"1219","zOrder":"164"},{"ID":"896","measuredH":"25","measuredW":"43","properties":{"size":"17","text":"Axios"},"typeID":"Label","x":"167","y":"1229","zOrder":"165"},{"ID":"897","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"100","y":"1229","zOrder":"166"},{"ID":"898","measuredH":"24","measuredW":"24","properties":{"color":"10027263","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"100","y":"1229","zOrder":"167"},{"ID":"899","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"157","x":"109","y":"1269","zOrder":"168"},{"ID":"900","measuredH":"25","measuredW":"60","properties":{"size":"17","text":"Unfetch"},"typeID":"Label","x":"158","y":"1279","zOrder":"169"},{"ID":"901","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"98","y":"1278","zOrder":"170"},{"ID":"902","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"98","y":"1278","zOrder":"171"},{"ID":"903","measuredH":"24","measuredW":"24","properties":{"color":"3700253","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"98","y":"1278","zOrder":"172"},{"ID":"904","h":"61","measuredH":"60","measuredW":"93","properties":{"color":"2848996","curvature":"-1","direction":"bottom","leftArrow":"false","p0":{"length":60,"x":0,"y":60},"p1":{"length":0.48824871437239115,"x":0.48542738182708794,"y":0.05241244183198629},"p2":{"length":93,"x":93,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"94","x":"256","y":"1182","zOrder":"26"},{"ID":"905","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"157","x":"109","y":"1318","zOrder":"173"},{"ID":"906","measuredH":"25","measuredW":"87","properties":{"size":"17","text":"superagent"},"typeID":"Label","x":"144","y":"1328","zOrder":"174"},{"ID":"907","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"98","y":"1327","zOrder":"175"},{"ID":"908","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"98","y":"1327","zOrder":"176"},{"ID":"909","measuredH":"24","measuredW":"24","properties":{"color":"3700253","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"98","y":"1327","zOrder":"177"},{"ID":"910","measuredH":"122","measuredW":"25","properties":{"size":"17","text":"REST API Calls","textOrientation":"up"},"typeID":"Label","x":"70","y":"1230","zOrder":"178"},{"ID":"911","measuredH":"25","measuredW":"222","properties":{"size":"17","text":"Hooks based implementation","textOrientation":"right"},"typeID":"Label","x":"312","y":"1322","zOrder":"179"},{"ID":"915","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"157","x":"345","y":"1270","zOrder":"180"},{"ID":"916","measuredH":"25","measuredW":"65","properties":{"size":"17","text":"use-http"},"typeID":"Label","x":"390","y":"1280","zOrder":"181"},{"ID":"917","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"334","y":"1280","zOrder":"182"},{"ID":"918","measuredH":"24","measuredW":"24","properties":{"color":"10027263","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"334","y":"1280","zOrder":"183"},{"ID":"919","h":"101","measuredH":"100","measuredW":"82","properties":{"color":"2848996","curvature":"-1","direction":"bottom","leftArrow":"false","p0":{"length":100,"x":0,"y":100},"p1":{"length":0.48824871437239115,"x":0.48542738182708794,"y":0.05241244183198633},"p2":{"length":82,"x":82,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"83","x":"261","y":"1195","zOrder":"24"},{"ID":"920","h":"153","measuredH":"152","measuredW":"92","properties":{"color":"2848996","curvature":"1","direction":"bottom","leftArrow":"false","p0":{"length":152,"x":0,"y":152},"p1":{"length":0.2803995773177261,"x":0.2781297516472377,"y":-0.035605676634566624},"p2":{"length":92,"x":92,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"93","x":"259","y":"1185","zOrder":"25"},{"ID":"921","h":"96","measuredH":"95","measuredW":"1","properties":{"color":"2848996","curvature":"0","direction":"bottom","leftArrow":"false","p0":{"length":95,"x":0,"y":95},"p1":{"length":0.4737749079645269,"x":0.4737425216042544,"y":-0.005539552404165743},"p2":{"length":1,"x":1,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"2","x":"411","y":"1181","zOrder":"23"},{"ID":"923","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"156","x":"109","y":"1093","zOrder":"184"},{"ID":"924","measuredH":"25","measuredW":"47","properties":{"size":"17","text":"Apollo"},"typeID":"Label","x":"164","y":"1103","zOrder":"185"},{"ID":"925","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"156","x":"109","y":"1141","zOrder":"186"},{"ID":"926","measuredH":"25","measuredW":"106","properties":{"size":"17","text":"Relay Modern"},"typeID":"Label","x":"134","y":"1151","zOrder":"187"},{"ID":"927","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"101","y":"1084","zOrder":"188"},{"ID":"928","measuredH":"24","measuredW":"24","properties":{"color":"10027263","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"101","y":"1084","zOrder":"189"},{"ID":"929","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"101","y":"1139","zOrder":"190"},{"ID":"930","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"101","y":"1139","zOrder":"191"},{"ID":"931","measuredH":"24","measuredW":"24","properties":{"color":"3700253","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"101","y":"1139","zOrder":"192"},{"ID":"933","measuredH":"69","measuredW":"25","properties":{"size":"17","text":"GraphQL","textOrientation":"up"},"typeID":"Label","x":"70","y":"1108","zOrder":"193"},{"ID":"934","h":"59","measuredH":"58","measuredW":"93","properties":{"color":"2848996","curvature":"1","direction":"top","leftArrow":"false","p0":{"length":1,"x":0,"y":1},"p1":{"length":0.3714921097791618,"x":0.35753908219868885,"y":0.10085728693898134},"p2":{"length":109.60383204979652,"x":93,"y":58},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"94","x":"251","y":"1116","zOrder":"22"},{"ID":"935","h":"18","measuredH":"17","measuredW":"94","properties":{"color":"2848996","curvature":"1","direction":"top","leftArrow":"false","p0":{"length":1,"x":0,"y":1},"p1":{"length":0.48824871437239115,"x":0.48542738182708794,"y":0.05241244183198628},"p2":{"length":95.524865872714,"x":94,"y":17},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"95","x":"251","y":"1162","zOrder":"21"},{"ID":"936","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16767334"},"typeID":"TextArea","w":"202","x":"780","y":"945","zOrder":"194"},{"ID":"937","measuredH":"25","measuredW":"59","properties":{"size":"17","text":"Testing"},"typeID":"Label","x":"852","y":"955","zOrder":"195"},{"ID":"938","h":"24","measuredH":"23","measuredW":"62","properties":{"color":"2848996","curvature":"-1","direction":"top","leftArrow":"false","p0":{"x":0,"y":0},"p1":{"x":0.4043899289864429,"y":-0.01368624919302776},"p2":{"x":62,"y":23},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"63","x":"730","y":"945","zOrder":"19"},{"ID":"939","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"218","x":"1029","y":"974","zOrder":"196"},{"ID":"940","measuredH":"25","measuredW":"34","properties":{"size":"17","text":"Jest"},"typeID":"Label","x":"1121","y":"984","zOrder":"197"},{"ID":"941","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"218","x":"1029","y":"1023","zOrder":"198"},{"ID":"942","measuredH":"25","measuredW":"169","properties":{"size":"17","text":"React Testing Library"},"typeID":"Label","x":"1054","y":"1033","zOrder":"199"},{"ID":"944","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"1231","y":"983","zOrder":"200"},{"ID":"945","measuredH":"24","measuredW":"24","properties":{"color":"10027263","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"1231","y":"983","zOrder":"201"},{"ID":"946","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"1233","y":"1032","zOrder":"202"},{"ID":"947","measuredH":"24","measuredW":"24","properties":{"color":"10027263","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"1233","y":"1032","zOrder":"203"},{"ID":"950","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"218","x":"1029","y":"1072","zOrder":"204"},{"ID":"951","measuredH":"25","measuredW":"66","properties":{"size":"17","text":"Cypress"},"typeID":"Label","x":"1105","y":"1082","zOrder":"205"},{"ID":"952","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"1233","y":"1082","zOrder":"206"},{"ID":"953","measuredH":"24","measuredW":"24","properties":{"color":"10027263","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"1233","y":"1082","zOrder":"207"},{"ID":"956","h":"42","measuredH":"41","measuredW":"57","properties":{"color":"2848996","curvature":"1","direction":"bottom","leftArrow":"false","p0":{"x":57,"y":0},"p1":{"x":0.35054421156786897,"y":-0.018800035980930063},"p2":{"x":0,"y":41},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"58","x":"976","y":"841","zOrder":"14"},{"ID":"957","h":"44","measuredH":"43","measuredW":"73","properties":{"color":"2848996","curvature":"-1","direction":"top","leftArrow":"false","p0":{"x":73,"y":43},"p1":{"x":0.4578313253012048,"y":-0.012048192771084336},"p2":{"x":0,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"74","x":"974","y":"896","zOrder":"20"},{"ID":"958","h":"27","measuredH":"26","measuredW":"73","properties":{"color":"2848996","curvature":"-1","direction":"top","leftArrow":"false","p0":{"x":73,"y":26},"p1":{"x":0.5398834304746045,"y":-0.05428809325562032},"p2":{"x":0,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"74","x":"974","y":"965","zOrder":"18"},{"ID":"959","h":"75","measuredH":"74","measuredW":"65","properties":{"color":"2848996","curvature":"-1","direction":"top","leftArrow":"false","p0":{"x":65,"y":74},"p1":{"x":0.5567467271415318,"y":-0.043088341408102256},"p2":{"x":0,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"66","x":"975","y":"971","zOrder":"17"},{"ID":"960","h":"103","measuredH":"102","measuredW":"59","properties":{"color":"2848996","curvature":"1","direction":"top","leftArrow":"false","p0":{"x":59,"y":102},"p1":{"x":0.5058572949946751,"y":0.020234291799787023},"p2":{"x":0,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"60","x":"976","y":"980","zOrder":"16"},{"ID":"961","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16767334"},"typeID":"TextArea","w":"202","x":"787","y":"1034","zOrder":"208"},{"ID":"962","measuredH":"25","measuredW":"148","properties":{"size":"17","text":"State Management"},"typeID":"Label","x":"814","y":"1044","zOrder":"209"},{"ID":"964","h":"109","measuredH":"108","measuredW":"63","properties":{"color":"2848996","curvature":"-1","direction":"top","leftArrow":"false","p0":{"x":0,"y":0},"p1":{"x":0.7038144329896907,"y":-0.09391752577319588},"p2":{"x":63,"y":108},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"64","x":"728","y":"948","zOrder":"13"},{"ID":"965","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"155","x":"837","y":"1117","zOrder":"210"},{"ID":"966","measuredH":"25","measuredW":"121","properties":{"size":"17","text":"Context / State"},"typeID":"Label","x":"854","y":"1127","zOrder":"211"},{"ID":"967","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"155","x":"837","y":"1166","zOrder":"212"},{"ID":"968","measuredH":"25","measuredW":"50","properties":{"size":"17","text":"Redux"},"typeID":"Label","x":"890","y":"1176","zOrder":"213"},{"ID":"969","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"155","x":"837","y":"1214","zOrder":"214"},{"ID":"970","measuredH":"25","measuredW":"44","properties":{"size":"17","text":"MobX"},"typeID":"Label","x":"893","y":"1224","zOrder":"215"},{"ID":"971","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"977","y":"1111","zOrder":"216"},{"ID":"972","measuredH":"24","measuredW":"24","properties":{"color":"10027263","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"977","y":"1111","zOrder":"217"},{"ID":"973","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"977","y":"1164","zOrder":"218"},{"ID":"974","measuredH":"24","measuredW":"24","properties":{"color":"10027263","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"977","y":"1164","zOrder":"219"},{"ID":"975","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"978","y":"1212","zOrder":"220"},{"ID":"976","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"978","y":"1212","zOrder":"221"},{"ID":"977","measuredH":"24","measuredW":"24","properties":{"color":"3700253","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"978","y":"1212","zOrder":"222"},{"ID":"978","h":"75","measuredH":"74","measuredW":"5","properties":{"color":"2848996","curvature":"1","direction":"top","leftArrow":"false","p0":{"length":74.16872656315464,"x":5,"y":74},"p1":{"length":0.5062618190857066,"x":0.5058572949946751,"y":0.020234291799786995},"p2":{"length":1,"x":1,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"6","x":"908","y":"1063","zOrder":"3"},{"ID":"979","h":"99","measuredH":"98","measuredW":"64","properties":{"color":"2848996","curvature":"-1","direction":"bottom","leftArrow":"false","p0":{"x":64,"y":0},"p1":{"x":0.6971153846153847,"y":0.14182692307692307},"p2":{"x":0,"y":98},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"65","x":"480","y":"939","zOrder":"12"},{"ID":"980","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16767334"},"typeID":"TextArea","w":"157","x":"334","y":"963","zOrder":"223"},{"ID":"981","measuredH":"25","measuredW":"35","properties":{"size":"17","text":"SSR"},"typeID":"Label","x":"395","y":"973","zOrder":"224"},{"ID":"982","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"158","x":"107","y":"984","zOrder":"225"},{"ID":"983","measuredH":"25","measuredW":"54","properties":{"size":"17","text":"Next.js"},"typeID":"Label","x":"159","y":"994","zOrder":"226"},{"ID":"986","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"98","y":"993","zOrder":"227"},{"ID":"987","measuredH":"24","measuredW":"24","properties":{"color":"10027263","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"98","y":"993","zOrder":"228"},{"ID":"988","h":"343","measuredH":"342","measuredW":"169","properties":{"color":"2848996","curvature":"-1","direction":"top","leftArrow":"false","p0":{"x":0,"y":0},"p1":{"x":0.6386805175102196,"y":-0.15317754646213494},"p2":{"x":169,"y":342},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"170","x":"702","y":"957","zOrder":"11"},{"ID":"989","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16767334"},"typeID":"TextArea","w":"157","x":"843","y":"1277","zOrder":"229"},{"ID":"990","measuredH":"25","measuredW":"55","properties":{"size":"17","text":"Styling"},"typeID":"Label","x":"894","y":"1287","zOrder":"230"},{"ID":"991","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"157","x":"1060","y":"1223","zOrder":"231"},{"ID":"992","measuredH":"25","measuredW":"78","properties":{"size":"17","text":"Chakra UI"},"typeID":"Label","x":"1100","y":"1233","zOrder":"232"},{"ID":"995","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"157","x":"1060","y":"1272","zOrder":"233"},{"ID":"996","measuredH":"25","measuredW":"85","properties":{"size":"17","text":"Material UI"},"typeID":"Label","x":"1096","y":"1282","zOrder":"234"},{"ID":"999","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"1200","y":"1216","zOrder":"235"},{"ID":"1000","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"1200","y":"1216","zOrder":"236"},{"ID":"1001","measuredH":"24","measuredW":"24","properties":{"color":"3700253","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"1200","y":"1216","zOrder":"237"},{"ID":"1002","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"1200","y":"1268","zOrder":"238"},{"ID":"1003","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"1200","y":"1268","zOrder":"239"},{"ID":"1004","measuredH":"24","measuredW":"24","properties":{"color":"3700253","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"1200","y":"1268","zOrder":"240"},{"ID":"1005","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"157","x":"1060","y":"1320","zOrder":"241"},{"ID":"1006","measuredH":"25","measuredW":"87","properties":{"size":"17","text":"Ant Design"},"typeID":"Label","x":"1095","y":"1330","zOrder":"242"},{"ID":"1007","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"1200","y":"1316","zOrder":"243"},{"ID":"1008","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"1200","y":"1316","zOrder":"244"},{"ID":"1009","measuredH":"24","measuredW":"24","properties":{"color":"3700253","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"1200","y":"1316","zOrder":"245"},{"ID":"1010","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"191","x":"829","y":"1351","zOrder":"246"},{"ID":"1011","measuredH":"25","measuredW":"153","properties":{"size":"17","text":"Styled Components"},"typeID":"Label","x":"848","y":"1361","zOrder":"247"},{"ID":"1012","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"1009","y":"1345","zOrder":"263"},{"ID":"1013","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"1009","y":"1345","zOrder":"264"},{"ID":"1014","measuredH":"24","measuredW":"24","properties":{"color":"10027263","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"1009","y":"1345","zOrder":"265"},{"ID":"1015","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"191","x":"829","y":"1400","zOrder":"248"},{"ID":"1016","measuredH":"25","measuredW":"62","properties":{"size":"17","text":"Emotion"},"typeID":"Label","x":"894","y":"1410","zOrder":"249"},{"ID":"1017","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"1009","y":"1394","zOrder":"266"},{"ID":"1018","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"1009","y":"1394","zOrder":"267"},{"ID":"1019","measuredH":"24","measuredW":"24","properties":{"color":"3700253","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"1009","y":"1394","zOrder":"268"},{"ID":"1020","h":"55","measuredH":"54","measuredW":"85","properties":{"color":"2848996","curvature":"1","direction":"bottom","leftArrow":"false","p0":{"length":54,"x":0,"y":54},"p1":{"length":0.4948488115176066,"x":0.49473684210526314,"y":-0.010526315789473687},"p2":{"length":85,"x":85,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"86","x":"987","y":"1242","zOrder":"8"},{"ID":"1021","h":"7","measuredH":"6","measuredW":"87","properties":{"color":"2848996","curvature":"1","direction":"bottom","leftArrow":"false","p0":{"length":6,"x":0,"y":6},"p1":{"length":0.4948488115176065,"x":0.49473684210526303,"y":-0.010526315789473628},"p2":{"length":87,"x":87,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"88","x":"987","y":"1293","zOrder":"7"},{"ID":"1022","h":"33","measuredH":"32","measuredW":"100","properties":{"color":"2848996","curvature":"-1","direction":"top","leftArrow":"false","p0":{"length":0,"x":0,"y":0},"p1":{"length":0.49484881151760673,"x":0.49473684210526325,"y":-0.01052631578947367},"p2":{"length":104.9952379872535,"x":100,"y":32},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"101","x":"984","y":"1311","zOrder":"6"},{"ID":"1023","h":"82","measuredH":"81","measuredW":"0","properties":{"color":"2848996","curvature":"-1","direction":"top","leftArrow":"false","p0":{"length":81,"x":0,"y":81},"p1":{"length":0.4948488115176067,"x":0.4947368421052632,"y":-0.010526315789473686},"p2":{"length":0,"x":0,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"1","x":"925","y":"1297","zOrder":"10"},{"ID":"1033","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"157","x":"107","y":"1033","zOrder":"250"},{"ID":"1034","measuredH":"25","measuredW":"55","properties":{"size":"17","text":"Gatsby"},"typeID":"Label","x":"158","y":"1043","zOrder":"251"},{"ID":"1037","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"99","y":"1042","zOrder":"252"},{"ID":"1038","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"99","y":"1042","zOrder":"253"},{"ID":"1039","measuredH":"24","measuredW":"24","properties":{"color":"3700253","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"99","y":"1042","zOrder":"254"},{"ID":"1043","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16767334"},"typeID":"TextArea","w":"159","x":"334","y":"1374","zOrder":"255"},{"ID":"1044","measuredH":"25","measuredW":"49","properties":{"size":"17","text":"Mobile"},"typeID":"Label","x":"389","y":"1384","zOrder":"256"},{"ID":"1045","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16770457"},"typeID":"TextArea","w":"159","x":"126","y":"1374","zOrder":"257"},{"ID":"1046","measuredH":"25","measuredW":"100","properties":{"size":"17","text":"React Native"},"typeID":"Label","x":"156","y":"1384","zOrder":"258"},{"ID":"1047","h":"1","measuredH":"0","measuredW":"94","properties":{"color":"2848996","curvature":"0","direction":"top","leftArrow":"false","p0":{"length":0,"x":0,"y":0},"p1":{"length":0.638011617080294,"x":0.6380090497737556,"y":-0.0018099547511312248},"p2":{"length":94,"x":94,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"95","x":"251","y":"1396","zOrder":"5"},{"ID":"1048","measuredH":"24","measuredW":"24","properties":{"color":"16777215","icon":{"ID":"circle","size":"small"}},"typeID":"Icon","x":"115","y":"1384","zOrder":"259"},{"ID":"1049","measuredH":"24","measuredW":"24","properties":{"color":"10027263","icon":{"ID":"check-circle","size":"small"}},"typeID":"Icon","x":"115","y":"1384","zOrder":"260"},{"ID":"1050","h":"482","measuredH":"481","measuredW":"4","properties":{"color":"2848996","curvature":"0","direction":"top","leftArrow":"false","p0":{"x":0,"y":0},"p1":{"x":0.5326751848090503,"y":0.008478779433645875},"p2":{"x":0,"y":481},"rightArrow":"false"},"typeID":"Arrow","w":"5","x":"676","y":"955","zOrder":"9"},{"ID":"1051","measuredH":"32","measuredW":"165","properties":{"bold":"true","size":"24","text":"Keep Learning"},"typeID":"Label","x":"600","y":"1458","zOrder":"261"},{"ID":"1052","h":"89","measuredH":"88","measuredW":"3","properties":{"color":"2848996","curvature":"0","direction":"bottom","leftArrow":"false","p0":{"length":3,"x":3,"y":0},"p1":{"length":0.5327426604018495,"x":0.5326751848090503,"y":0.008478779433645868},"p2":{"length":88,"x":0,"y":88},"rightArrow":"false"},"typeID":"Arrow","w":"4","x":"670","y":"1518","zOrder":"262"},{"ID":"1053","h":"446","measuredH":"445","measuredW":"139","properties":{"color":"2848996","curvature":"-1","direction":"bottom","leftArrow":"false","p0":{"x":133,"y":0},"p1":{"x":0.6169504337496851,"y":0.15190237932399842},"p2":{"x":0,"y":445},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"140","x":"489","y":"953","zOrder":"4"},{"ID":"1054","h":"19","measuredH":"18","measuredW":"88","properties":{"color":"2848996","curvature":"-1","direction":"bottom","leftArrow":"false","p0":{"x":88,"y":0},"p1":{"x":0.5740721807586137,"y":0.016256006543298233},"p2":{"x":0,"y":18},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"89","x":"255","y":"983","zOrder":"2"},{"ID":"1055","h":"44","measuredH":"140","measuredW":"200","properties":{"color":"16767334"},"typeID":"TextArea","w":"157","x":"334","y":"1014","zOrder":"269"},{"ID":"1056","measuredH":"25","measuredW":"36","properties":{"size":"17","text":"SSG"},"typeID":"Label","x":"395","y":"1024","zOrder":"270"},{"ID":"1057","h":"22","measuredH":"21","measuredW":"91","properties":{"color":"2848996","curvature":"0","direction":"top","leftArrow":"false","p0":{"x":91,"y":21},"p1":{"x":0.5676406229888018,"y":0.009525035397091009},"p2":{"x":0,"y":0},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"92","x":"259","y":"1012","zOrder":"1"},{"ID":"1058","h":"15","measuredH":"14","measuredW":"104","properties":{"color":"2848996","curvature":"-1","direction":"bottom","leftArrow":"false","p0":{"x":104,"y":0},"p1":{"x":0.5740721807586137,"y":0.016256006543298233},"p2":{"x":0,"y":14},"rightArrow":"false","stroke":"dotted"},"typeID":"Arrow","w":"105","x":"248","y":"1040","zOrder":"0"}]},"measuredH":"1607","measuredW":"1269","mockupH":"1478","mockupW":"1199","version":"1.0"}} diff --git a/content/roadmaps.json b/content/roadmaps.json deleted file mode 100644 index c1a983fbf..000000000 --- a/content/roadmaps.json +++ /dev/null @@ -1,294 +0,0 @@ -[ - { - "seo": { - "title": "Learn to become a modern frontend developer", - "description": "Community driven, articles, resources, guides, interview questions, quizzes for modern frontend development. Learn to become a modern frontend developer by following the steps, skills, resources and guides listed in this roadmap.", - "keywords": [ - "guide to becoming a developer", - "guide to becoming a frontend developer", - "frontend developer", - "frontend engineer", - "frontend skills", - "frontend development", - "javascript developer", - "frontend development skills", - "frontend development skills test", - "frontend engineer roadmap", - "frontend developer roadmap", - "become a frontend developer", - "frontend developer career path", - "javascript developer", - "modern javascript developer", - "node developer", - "skills for frontend development", - "learn frontend development", - "what is frontend development", - "frontend developer quiz", - "frontend developer interview questions" - ] - }, - "title": "Frontend Developer", - "description": "Step by step guide to becoming a modern frontend developer", - "featuredDescription": "Step by step guide to becoming a modern frontend developer in 2021", - "author": { - "name": "Kamran Ahmed", - "url": "https://twitter.com/kamranahmedse" - }, - "featured": true, - "path": "/roadmaps/1-frontend/landscape.md", - "resources": "/roadmaps/1-frontend/resources.md", - "detailed": false, - "versions": [ - "latest", - "2018", - "2017" - ], - "contributorsCount": 3, - "contributorsUrl": "/frontend/contributors", - "url": "/frontend", - "sidebar": {} - }, - { - "seo": { - "title": "Learn to become a modern backend developer", - "description": "Community driven, articles, resources, guides, interview questions, quizzes for modern backend development. Learn to become a modern backend developer by following the steps, skills, resources and guides listed in this roadmap.", - "keywords": [ - "guide to becoming a developer", - "guide to becoming a backend developer", - "backend developer", - "backend engineer", - "backend skills", - "backend development", - "javascript developer", - "backend development skills", - "backend development skills test", - "backend engineer roadmap", - "backend developer roadmap", - "become a backend developer", - "backend developer career path", - "javascript developer", - "modern javascript developer", - "node developer", - "skills for backend development", - "learn backend development", - "what is backend development", - "backend developer quiz", - "backend developer interview questions" - ] - }, - "title": "Backend Developer", - "description": "Step by step guide to becoming a modern backend developer", - "featuredDescription": "Step by step guide to becoming a modern backend developer in 2021", - "featured": true, - "path": "/roadmaps/2-backend/landscape.md", - "resources": "/roadmaps/2-backend/resources.md", - "author": { - "name": "Kamran Ahmed", - "url": "https://twitter.com/kamranahmedse" - }, - "contributorsCount": 1, - "contributorsUrl": "/backend/contributors", - "url": "/backend", - "sidebar": {} - }, - { - "seo": { - "title": "DevOps Roadmap: Learn to become a DevOps Engineer or SRE", - "description": "Community driven, articles, resources, guides, interview questions, quizzes for DevOps. Learn to become a modern DevOps engineer by following the steps, skills, resources and guides listed in this roadmap.", - "keywords": [ - "guide to becoming a devops enginer", - "devops roadmap", - "sre roadmap", - "site reliability engineer roadmap", - "operations roles", - "become devops", - "devops skills", - "modern devops skills", - "devops skills test", - "skills for devops", - "learn devops", - "what is devops", - "what is sre", - "devops quiz", - "devops interview questions" - ] - }, - "title": "DevOps Roadmap", - "description": "Step by step guide for DevOps or any other Operations Role", - "featuredDescription": "Step by step guide to become an SRE or for any operations role in 2021", - "featured": true, - "path": "/roadmaps/3-devops/landscape.md", - "resources": "/roadmaps/3-devops/resources.md", - "versions": [ - "latest", - "2018", - "2017" - ], - "author": { - "name": "Kamran Ahmed", - "url": "https://twitter.com/kamranahmedse" - }, - "contributorsCount": 1, - "contributorsUrl": "/devops/contributors", - "url": "/devops", - "sidebar": {} - }, - { - "seo": { - "title": "Android Developer Roadmap: Learn to become an Android developer", - "description": "Community driven, articles, resources, guides, interview questions, quizzes for android development. Learn to become a modern Android developer by following the steps, skills, resources and guides listed in this roadmap.", - "keywords": [ - "guide to becoming an android developer", - "android developer roadmap", - "android roadmap", - "become android developer", - "android developer skills", - "android skills test", - "skills for android development", - "learn android development", - "what is android", - "android quiz", - "android interview questions" - ] - }, - "title": "Android Developer", - "description": "Step by step guide to becoming an Android developer", - "featuredDescription": "Step by step guide to becoming a modern Android Developer in 2021", - "isTextHeavy": true, - "communityResource": true, - "featured": true, - "path": "/roadmaps/4-android/landscape.md", - "resources": "/roadmaps/4-android/resources.md", - "versions": [ - "latest", - "2018", - "2017" - ], - "author": { - "name": "Kamran Ahmed", - "url": "https://twitter.com/kamranahmedse" - }, - "contributorsCount": 1, - "contributorsUrl": "/android/contributors", - "url": "/android", - "sidebar": {} - }, - { - "seo": { - "title": "DBA Roadmap: Learn to become a database administrator with PostgreSQL", - "description": "Community driven, articles, resources, guides, interview questions, quizzes for DevOps. Learn to become a modern DevOps engineer by following the steps, skills, resources and guides listed in this roadmap.", - "keywords": [ - "guide to becoming a database administrator", - "guide to becoming a DBA", - "dba roadmap", - "db administrator roadmap", - "database administrator roadmap", - "postgresql roadmap", - "dba skills", - "db administrator skills", - "become dba", - "postgresql skills", - "modern dba skills", - "dba skills test", - "skills for dba", - "skills for database administrator", - "learn dba", - "what is dba", - "database administrator quiz", - "dba interview questions" - ] - }, - "title": "PostgreSQL DBA", - "description": "Step by step guide to becoming a modern PostgreSQL DBA", - "featuredDescription": "Step by step guide to becoming a modern PostgreSQL DBA in 2021", - "path": "/roadmaps/5-postgresql-dba/landscape.md", - "resources": "/roadmaps/5-postgresql-dba/resources.md", - "author": { - "name": "Alexey Lesovsky", - "url": "https://github.com/lesovsky" - }, - "communityResource": true, - "isTextHeavy": true, - "featured": false, - "detailed": false, - "versions": [], - "contributorsCount": 1, - "contributorsUrl": "/postgresql-dba/contributors", - "url": "/postgresql-dba", - "sidebar": {} - }, - { - "seo": { - "title": "React Developer Roadmap: Learn to become a React developer", - "description": "Community driven, articles, resources, guides, interview questions, quizzes for react development. Learn to become a modern React developer by following the steps, skills, resources and guides listed in this roadmap.", - "keywords": [ - "guide to becoming a react developer", - "react developer roadmap", - "react roadmap", - "become react developer", - "react developer skills", - "react skills test", - "skills for react development", - "learn react development", - "what is react", - "react quiz", - "react interview questions" - ] - }, - "title": "React Developer", - "description": "Everything that is there to learn about React and the ecosystem in 2021.", - "featuredDescription": "Everything that is there to learn about React and the ecosystem in 2021.", - "isTextHeavy": false, - "communityResource": false, - "featured": true, - "path": "/roadmaps/6-react/landscape.md", - "resources": "/roadmaps/6-react/resources.md", - "versions": [ - "latest", - "2018", - "2017" - ], - "author": { - "name": "Kamran Ahmed", - "url": "https://twitter.com/kamranahmedse" - }, - "contributorsCount": 1, - "contributorsUrl": "/react/contributors", - "url": "/react", - "sidebar": {} - }, - { - "seo": { - "title": "QA Roadmap: Learn to become a modern QA engineer", - "description": "Community driven, articles, resources, guides, interview questions, quizzes for modern QA development. Learn to become a modern QA engineer by following the steps, skills, resources and guides listed in this roadmap.", - "keywords": [ - "guide to becoming a QA engineer", - "QA engineer", - "QA skills", - "QA development skills", - "QA development skills test", - "QA engineer roadmap", - "become a QA engineer", - "QA engineer career path", - "skills for QA development", - "what is QA engineer", - "QA engineer quiz", - "QA engineer interview questions" - ] - }, - "title": "QA Engineer", - "description": "Steps to follow in order to become a modern QA Engineer in 2021", - "featuredDescription": "Step by step guide to becoming a modern QA Engineer in 2021", - "upcoming": true, - "path": "/roadmaps/7-qa/landscape.md", - "resources": "/roadmaps/7-qa/resources.md", - "author": { - "name": "Anas Fitiani", - "url": "https://github.com/anas-qa" - }, - "contributorsCount": 1, - "contributorsUrl": "/qa/contributors", - "url": "/qa", - "sidebar": {} - } -] diff --git a/content/roadmaps/1-frontend/landscape.md b/content/roadmaps/1-frontend/landscape.md deleted file mode 100644 index 6a948d287..000000000 --- a/content/roadmaps/1-frontend/landscape.md +++ /dev/null @@ -1 +0,0 @@ -![](/roadmaps/frontend.png) diff --git a/content/roadmaps/1-frontend/meta.json b/content/roadmaps/1-frontend/meta.json deleted file mode 100644 index 0505b2a71..000000000 --- a/content/roadmaps/1-frontend/meta.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "seo": { - "title": "Learn to become a modern frontend developer", - "description": "Community driven, articles, resources, guides, interview questions, quizzes for modern frontend development. Learn to become a modern frontend developer by following the steps, skills, resources and guides listed in this roadmap.", - "keywords": [ - "guide to becoming a developer", - "guide to becoming a frontend developer", - "frontend developer", - "frontend engineer", - "frontend skills", - "frontend development", - "javascript developer", - "frontend development skills", - "frontend development skills test", - "frontend engineer roadmap", - "frontend developer roadmap", - "become a frontend developer", - "frontend developer career path", - "javascript developer", - "modern javascript developer", - "node developer", - "skills for frontend development", - "learn frontend development", - "what is frontend development", - "frontend developer quiz", - "frontend developer interview questions" - ] - }, - "title": "Frontend Developer", - "description": "Step by step guide to becoming a modern frontend developer", - "featuredDescription": "Step by step guide to becoming a modern frontend developer in 2021", - "author": { - "name": "Kamran Ahmed", - "url": "https://twitter.com/kamranahmedse" - }, - "featured": true, - "path": "./landscape.md", - "resources": "./resources.md", - "detailed": false, - "versions": [ - "latest", - "2018", - "2017" - ] -} diff --git a/content/roadmaps/1-frontend/resources.md b/content/roadmaps/1-frontend/resources.md deleted file mode 100644 index c60e71242..000000000 --- a/content/roadmaps/1-frontend/resources.md +++ /dev/null @@ -1,76 +0,0 @@ -
- This page is incomplete and is being worked upon. Please check back later or subscribe / follow me on twitter to get notified. Also, feel free to contribute by suggesting the resources in the issues. -
- -# Become a Frontend Developer -Before I go ahead and list down the resources, please know that the roadmap and the list below is exhaustive and you don't need to know it all from the get go. For frontend development, all you need to get started with is learn some basic HTML, CSS and JavaScript and start working on projects; everything else you will learn along the way. - -## Internet and how it works? - -Get the basic understanding of internet, browsers, networks and other relevant knowledge. - -* What is Internet? -* How the internet works in 5 minutes -* What is HTTP and how it evolved? -* HTTP/3: the past, the present, and the future -* What Is HTTP/3 – Lowdown on the Fast New UDP-Based Protocol -* How Browsers Work: Behind the scenes of modern web browsers -* DNS as Fast As Possible -* How DNS works? -* DNS in One Picture - -## Learn HTML -HTML provides the skeleton of a webpage. Learn the basics of HTML; learn the basic tags, learn how to write semantic HTML, understand basic SEO, learn how to divide your pages into sections that will help you style them. - -Please know that I have put multiple links for each resource. While you may pick something new while going through each, you don't need to go through all of them - if you feel like you have understood the concepts and are just repeating what you learnt, you may skip the resource and move to exercises section. - - -* HTML Crash Course For Absolute Beginners -* W3Schools – HTML Tutorial -* HTML Full Course - Build a Website Tutorial -* A few HTML tips -* Six tips to set up a better HTML document -* HTML Semantic Elements -* HTML elements reference - -## Style your pages with CSS -With the help of HTML, you create structure for your pages. CSS allows you to style your pages and make them pretty. If you take the analogy of human body, the skeleton would be the HTML, skin would be the CSS and muscles that help us move would be JavaScript - we will learn more about JavaScript in the coming sections. - -* W3Schools – CSS Tutorial -* CSS Crash Course For Absolute Beginners -* Build An HTML5 Website With A Responsive Layout -* Flexbox CSS In 20 Minutes - -## Basics of JavaScript -JavaScript allows you to add interactivity to your pages. Common examples that you may have seen on the websites are sliders, click interactions, popups and so on. In this section, you will learn the basics of JavaScript. - -* W3Schools – JavaScript Tutorial -* JavaScript Crash Course for Beginners -* Build a Netflix Landing Page Clone with HTML, CSS & JS - -## Version Control Systems and Git - -Version control systems allow you to track changes to your codebase/files over time. They allow you to go back to some previous version of the codebase without any issues. Also, they help in collaborating with people working on the same code – if you’ve ever collaborated with other people on a project, you might already know the frustration of copying and merging the changes from someone else into your codebase; version control systems allow you to get rid of this issue. - -In this section, you will learn what version control systems are and understand how to use Git which is the de facto VCS. - -* Version Control System Introduction -* Git & GitHub Crash Course For Beginners -* Learn Git in 20 Minutes - -Now that you know what git is go ahead and create an account on [GitHub](https://github.com) and push everything that you do from now on to GitHub so that you can get the practice and get it reviewed from the other people in the community. - -## Modern JavaScript - -In this section you will learn how to use package managers and get started with the "modern JavaScript". - -* Modern JavaScript for Dinosaurs (Don't worry if you don't understand some parts of it) -* What is NPM and how to use it -* NPM Crash Course - -
-
-
-
-
-
diff --git a/content/roadmaps/2-backend/landscape.md b/content/roadmaps/2-backend/landscape.md deleted file mode 100644 index b799fc0ba..000000000 --- a/content/roadmaps/2-backend/landscape.md +++ /dev/null @@ -1 +0,0 @@ -![](/roadmaps/backend.png) diff --git a/content/roadmaps/2-backend/meta.json b/content/roadmaps/2-backend/meta.json deleted file mode 100644 index 42b2eec04..000000000 --- a/content/roadmaps/2-backend/meta.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "seo": { - "title": "Learn to become a modern backend developer", - "description": "Community driven, articles, resources, guides, interview questions, quizzes for modern backend development. Learn to become a modern backend developer by following the steps, skills, resources and guides listed in this roadmap.", - "keywords": [ - "guide to becoming a developer", - "guide to becoming a backend developer", - "backend developer", - "backend engineer", - "backend skills", - "backend development", - "javascript developer", - "backend development skills", - "backend development skills test", - "backend engineer roadmap", - "backend developer roadmap", - "become a backend developer", - "backend developer career path", - "javascript developer", - "modern javascript developer", - "node developer", - "skills for backend development", - "learn backend development", - "what is backend development", - "backend developer quiz", - "backend developer interview questions" - ] - }, - "title": "Backend Developer", - "description": "Step by step guide to becoming a modern backend developer", - "featuredDescription": "Step by step guide to becoming a modern backend developer in 2021", - "featured": true, - "path": "./landscape.md", - "resources": "./resources.md", - "author": { - "name": "Kamran Ahmed", - "url": "https://twitter.com/kamranahmedse" - } -} diff --git a/content/roadmaps/2-backend/resources.md b/content/roadmaps/2-backend/resources.md deleted file mode 100644 index 9ea876887..000000000 --- a/content/roadmaps/2-backend/resources.md +++ /dev/null @@ -1,7 +0,0 @@ -> **We are still preparing the resources**. Please check back later or [subscribe to get notified](/signup). - -While we prepare the list, follow this simple advice to learn anything - -> Just **pick a project and start working on it**, you will learn all that you need along the way. - -**→**   [All Roadmaps](/roadmaps)  •  [Programming guides](/guides)  •  [Subscribe](/signup) diff --git a/content/roadmaps/3-devops/landscape.md b/content/roadmaps/3-devops/landscape.md deleted file mode 100644 index 08537762b..000000000 --- a/content/roadmaps/3-devops/landscape.md +++ /dev/null @@ -1 +0,0 @@ -![](/roadmaps/devops.png) diff --git a/content/roadmaps/3-devops/meta.json b/content/roadmaps/3-devops/meta.json deleted file mode 100644 index 023cbeb44..000000000 --- a/content/roadmaps/3-devops/meta.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "seo": { - "title": "DevOps Roadmap: Learn to become a DevOps Engineer or SRE", - "description": "Community driven, articles, resources, guides, interview questions, quizzes for DevOps. Learn to become a modern DevOps engineer by following the steps, skills, resources and guides listed in this roadmap.", - "keywords": [ - "guide to becoming a devops enginer", - "devops roadmap", - "sre roadmap", - "site reliability engineer roadmap", - "operations roles", - "become devops", - "devops skills", - "modern devops skills", - "devops skills test", - "skills for devops", - "learn devops", - "what is devops", - "what is sre", - "devops quiz", - "devops interview questions" - ] - }, - "title": "DevOps Roadmap", - "description": "Step by step guide for DevOps or any other Operations Role", - "featuredDescription": "Step by step guide to become an SRE or for any operations role in 2021", - "featured": true, - "path": "./landscape.md", - "resources": "./resources.md", - "versions": [ - "latest", - "2018", - "2017" - ], - "author": { - "name": "Kamran Ahmed", - "url": "https://twitter.com/kamranahmedse" - } -} diff --git a/content/roadmaps/3-devops/resources.md b/content/roadmaps/3-devops/resources.md deleted file mode 100644 index 9ea876887..000000000 --- a/content/roadmaps/3-devops/resources.md +++ /dev/null @@ -1,7 +0,0 @@ -> **We are still preparing the resources**. Please check back later or [subscribe to get notified](/signup). - -While we prepare the list, follow this simple advice to learn anything - -> Just **pick a project and start working on it**, you will learn all that you need along the way. - -**→**   [All Roadmaps](/roadmaps)  •  [Programming guides](/guides)  •  [Subscribe](/signup) diff --git a/content/roadmaps/4-android/landscape.md b/content/roadmaps/4-android/landscape.md deleted file mode 100644 index 6bc0baff5..000000000 --- a/content/roadmaps/4-android/landscape.md +++ /dev/null @@ -1,82 +0,0 @@ -The intent of this guide is to give you an idea about the Android development landscape and to help guide your learning if you are confused. Before we start, please note that the roadmap is opinionated, and you might have different opinions than those of the author. Having said that, [we would love to hear your opinions](https://github.com/kamranahmedse/roadmap.sh/issues/new) and incorporate them in the roadmap if suitable. - -There are multiple ways to develop applications for the android; you can go down the path of hybrid application development where [flutter](https://flutter.dev/), [react-native](https://reactnative.dev/), or [NativeScript](https://www.nativescript.org/) are the most common contenders. Flutter uses Dart, whereas React Native and Native Script rely on JavaScript. Answering the question of hybrid vs native is out of the scope of this roadmap. This roadmap is focused on the native Android apps development but if you are interested in learning any hybrid framework, my personal preference is [react-native](https://reactnative.dev) and I would recommend you to checkout the [Frontend Developer Roadmap](/frontend). - -## Complete Roadmap - -Here is the full version of the roadmap in a single image and after that we have the broken down version with the resources and links to learn more about each of the boxes. - -[![](/roadmaps/android/roadmap.svg)](/roadmaps/android/roadmap.png) - -## Broken Down Version -Below is the broken down version of the roadmap with links and resources to learn more about each of the items listed in the complete roadmap above. - -## Pick a Language -For the languages, you can develop android apps either by using Kotlin or Java. - -[![](/roadmaps/android/pick-language.svg)](/roadmaps/android/pick-language.svg) - -Although, you can use both [Kotlin](https://en.wikipedia.org/wiki/Kotlin_(programming_language)) and [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) to develop native android apps, [Google announced in 2019](https://android-developers.googleblog.com/2019/05/google-io-2019-empowering-developers-to-build-experiences-on-Android-Play.html) to make Kotlin the preferred way of developing android applications. If you were to start learning android development today, Kotlin should be your language of choice. - -## The Fundamentals -Install the [Android Studio](https://developer.android.com/studio) and learn the basics of Kotlin to get started. - -[![](/roadmaps/android/the-fundamentals.png)](/roadmaps/android/the-fundamentals.png) - -We have also listed down some free resources which you can use for the items listed in the image above. If you have some better ones, please do suggest. Also, you don't need to go through all of them, just go through them and pick what you like. - -* [Learn the basics of Kotlin](https://blog.teamtreehouse.com/absolute-beginners-guide-kotlin) -* [Kotlin Docs](https://kotlinlang.org/docs/reference/basic-syntax.html) and [Official Kotlin Tutorials](https://kotlinlang.org/docs/tutorials/) -* [Data Structures and Algorithms](https://www.studytonight.com/data-structures/introduction-to-data-structures). Also [check this](https://www.tutorialspoint.com/data_structures_algorithms/index.htm). -* [Kotlin DataStructures](https://kotlinlang.org/docs/reference/collections-overview.html) -* [Algorithms and DataStructures in Kotlin](https://github.com/bmaslakov/kotlin-algorithm-club) - -## Version Control Systems -Version control systems record your changes to the codebase and allow you to recall specific versions later. There are multiple Version Control Systems available but [Git](https://git-scm.com/) is the most common one these days. - -[![](/roadmaps/android/git-github.png)](/roadmaps/android/git-github.png) - -Here are some of the resources to get you started. Feel free to google and find something else that you find easier. - -* [Udacity — Version Control with Git](https://www.udacity.com/course/version-control-with-git--ud123) -* [GitHub Hello World](https://guides.github.com/activities/hello-world/) - -## Building an Application - -Here is the list of items that you are going to need when developing Android applications. Please note that, this is an exhaustive list, and you don't need to know it all from the get-go. Get an idea of the items listed, and just start building some apps and keep the items listed in the back of your mind and have a deep dive when using them. - -[![](/roadmaps/android/build-an-application.png)](/roadmaps/android/build-an-application.png) - -To learn more about the items listed in the image above, here are the links to the relevant docs - -* [Using Activities and Activity Life Cycles](https://developer.android.com/guide/components/activities/intro-activities) -* Building Flexible Interfaces using [Fragments](https://developer.android.com/guide/components/fragments) -* [Debugging using Android Studio Debugger](https://developer.android.com/studio/debug) -* [Handling App Configurations](https://developer.android.com/work/managed-configurations) -* [Using Intents and Intent Filters](https://developer.android.com/guide/components/intents-filters) -* [Understand Context](https://guides.codepath.com/android/Using-Context) -* [Learn about Multithreading](https://developer.android.com/training/multiple-threads) -* [Data Privacy](https://www.raywenderlich.com/6901838-data-privacy-for-android) -* [Securing Network Data](https://www.raywenderlich.com/5634-securing-network-data-tutorial-for-android) -* [Dependency Injection](https://developer.android.com/training/dependency-injection) -* [Content Providers](https://developer.android.com/guide/topics/providers/content-providers) -* [Glide](https://github.com/bumptech/glide), [Retrofit](https://square.github.io/retrofit/), [Crashlytics](https://firebase.google.com/docs/crashlytics/get-started), [GSON](https://github.com/google/gson) -* [Room](https://developer.android.com/topic/libraries/architecture/room), [Navigation](https://developer.android.com/guide/navigation/navigation-getting-started), [Work Manager](https://developer.android.com/topic/libraries/architecture/workmanager), [LiveData](https://developer.android.com/topic/libraries/architecture/livedata), [Data Binding](https://developer.android.com/topic/libraries/data-binding) -* [RxJava](https://github.com/ReactiveX/RxJava), [RxKotlin](https://github.com/ReactiveX/RxKotlin) -* [Memory Management Overview](https://developer.android.com/topic/performance/memory-overview) -* [Diving deeper into context-oriented programming in Kotlin](https://proandroiddev.com/diving-deeper-into-context-oriented-programming-in-kotlin-3ecb4ec38814) - -I would highly recommend watching [this free course](https://www.udacity.com/course/developing-android-apps-with-kotlin--ud9012) from google on Developing Android Apps with Kotlin. Also, here are some of the resources to learn more about the topics listed above. - -* [Developing Android Apps with Kotlin](https://www.udacity.com/course/developing-android-apps-with-kotlin--ud9012) -* [Android Developer Guides](https://developer.android.com/guide) -* [Raywenderlich](https://www.raywenderlich.com) - -## Wrap Up - -That wraps it up for the android developer roadmap. Again, remember to not be exhausted by the list; just learn the basics and start working on some project, rest of the learnings will come along the way. Good luck! - -For any suggestions, improvements and feedback, feel free to [submit an issue](https://github.com/kamranahmedse/roadmap.sh) or reach out to me on twitter [@kamranahmedse](https://twitter.com/kamranahmedse). - - -


diff --git a/content/roadmaps/4-android/meta.json b/content/roadmaps/4-android/meta.json deleted file mode 100644 index 2b120c9c4..000000000 --- a/content/roadmaps/4-android/meta.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "seo": { - "title": "Android Developer Roadmap: Learn to become an Android developer", - "description": "Community driven, articles, resources, guides, interview questions, quizzes for android development. Learn to become a modern Android developer by following the steps, skills, resources and guides listed in this roadmap.", - "keywords": [ - "guide to becoming an android developer", - "android developer roadmap", - "android roadmap", - "become android developer", - "android developer skills", - "android skills test", - "skills for android development", - "learn android development", - "what is android", - "android quiz", - "android interview questions" - ] - }, - "title": "Android Developer", - "description": "Step by step guide to becoming an Android developer", - "featuredDescription": "Step by step guide to becoming a modern Android Developer in 2021", - "isTextHeavy": true, - "communityResource": true, - "featured": true, - "path": "./landscape.md", - "resources": "./resources.md", - "versions": [ - "latest", - "2018", - "2017" - ], - "author": { - "name": "Kamran Ahmed", - "url": "https://twitter.com/kamranahmedse" - } -} diff --git a/content/roadmaps/4-android/resources.md b/content/roadmaps/4-android/resources.md deleted file mode 100644 index 9ea876887..000000000 --- a/content/roadmaps/4-android/resources.md +++ /dev/null @@ -1,7 +0,0 @@ -> **We are still preparing the resources**. Please check back later or [subscribe to get notified](/signup). - -While we prepare the list, follow this simple advice to learn anything - -> Just **pick a project and start working on it**, you will learn all that you need along the way. - -**→**   [All Roadmaps](/roadmaps)  •  [Programming guides](/guides)  •  [Subscribe](/signup) diff --git a/content/roadmaps/5-postgresql-dba/landscape.md b/content/roadmaps/5-postgresql-dba/landscape.md deleted file mode 100644 index 45ea55ff3..000000000 --- a/content/roadmaps/5-postgresql-dba/landscape.md +++ /dev/null @@ -1,180 +0,0 @@ -The intent of this guide is to give you an idea about the DBA landscape and to help guide your learning if you are confused. The roadmap is highly opinionated — neither, knowing everything listed in the roadmap, nor the order of items given in the roadmap is required to be followed in order to be a DBA. - -## Learn basic RDBMS terms and concepts -Get basic understanding of Postgres key terms and basic RDBMS concepts. - -- **Object model**: data types, columns, rows, tables, schemas, databases, queries. -- **Relational model**: domains, attributes, tuples, relations, constraints, NULL. -- **Databases high-level concepts**: ACID, MVCC, transactions, write-ahead log, query processing. -- **Links**: - - [Postgres Glossary](https://www.postgresql.org/docs/13/glossary.html) - - SQL and Relational Theory - Christopher J. Date, 2009 - - Database Design and Relational Theory - Christopher J. Date, 2012 - -## Learn how to install and run PostgreSQL -Get practical skills of how to set up and run Postgres to get a working environment for further learning. - -- Using package managers (APT, YUM, etc.) -- Using `docker`. -- Managing Postgres service using `systemd` (start, stop, restart, reload). -- Managing Postgres service using `pg_ctl`, or OS-specific tools (like `pg_ctlcluster`). -- Connect to Postgres using `psql`. -- Deploy database service in cloud environment (AWS, GCE, Azure, Heroku, DigitalOcean, etc...). -- **Links**: - - [Official download and install instructions](https://www.postgresql.org/download/) - - [Official Docker images](https://hub.docker.com/_/postgres) - -## Learn SQL concepts -Get practical skills of how to create and manipulate database objects and how to execute queries using `psql` client. -- Understand basic data types. -- **DML queries**: querying data, modifying data, filtering data, joining tables. - - **Advanced topics**: transactions, CTE, subqueries, lateral join, grouping, set operations. -- **DDL queries**: managing tables and schemas (create, alter, drop). -- Import and export data using `COPY`. -- **Links**: - - [DB Fiddle](https://www.db-fiddle.com/) - - [PostgreSQL Tutorial](https://www.postgresqltutorial.com/) - - [PostgreSQL SQL Getting Started](https://www.postgresql.org/docs/current/tutorial-sql.html) - - [The SQL Language](https://www.postgresql.org/docs/current/sql.html) - -## Learn how to configure Postgres -Get understanding of the main aspects of how Postgres could be configured. Deep understanding of Postgres internals is not yet necessary here. - -- postgresql.conf: - - Resources usage - - Write-ahead Log - - Checkpoints and Background Writer - - Cost-based vacuum and auto-vacuum - - Replication - - Query planner - - Reporting, logging and statistics - - Adding extra extensions - - ...keep exploring other configuration options -- **Links**: - - [Postgresqlco.nf](http://postgresqlco.nf/) - -## Learn Postgres security concepts -Get understanding about basic security concepts and common ways of how to deploy secure configurations. -- Authentication models, roles, pg_hba.conf, SSL settings. -- **Objects privileges**: grant/revoke, default privileges. -- **Advanced topics** - row-level security, selinux. -- **Links**: - - [Client authentication](https://www.postgresql.org/docs/current/client-authentication.html) - - [Roles and users managements](https://www.postgresql.org/docs/current/user-manag.html) - -## Develop infrastructure DBA skills -Get practical skills of how to deploy, extend, maintain and support Postgres installations and 3rd-party Postgres ecosystem software. -- **Replication**: streaming replication, logical replication -- **Backup/recovery tools**: - - Built-in: `pg_dump`, `pg_dumpall`, `pg_restore`, `pg_basebackup` - - 3rd-party: `barman`, `pgbackrest`, `pg_probackup`, `WAL-G` - - Backup validation procedures -- **Upgrading procedures** - - Minor and major upgrades using `pg_upgrade` - - Upgrades using logical replication -- **Connection pooling**: - - `Pgbouncer` - - Alternatives: `Pgpool-II`, `Odyssey`, `Pgagroal` -- **Infrastructure monitoring**: `Prometheus`, `Zabbix`, other favourite monitoring solution -- **High availability and cluster management tools**: - - `Patroni` - - **Alternatives**: `Repmgr`, `Stolon`, `pg_auto_failover`, `PAF` -- **Applications Load Balancing and Service Discovery**: `Haproxy`, `Keepalived`, `Consul`, `Etcd` -- **Deploy Postgres on `Kubernetes`**: Simple `StatefulSet` setup, `HELM`, operators -- Resource usage and provisioning, capacity planning - -## Learn how to automate routines -Get practical skills, learn automation tools and automate existing routine tasks. -- Automation using shell scripts or any other favourite language (`Bash`, `Python`, `Perl`, etc) -- Configuration management: `Ansible`, `Salt`, `Chef`, `Puppet` - -## Develop application DBA skills -Learn theory and get practical skills of how applications should work with Postgres -- **Migrations**: - - practical patterns and antipatterns - - tools: `liquibase`, `sqitch`, language-specific tools -- Data import/export, bulk loading and processing -- **Queues**: - - practical patterns and anti-patterns - - `Skytools PGQ` -- Data partitioning and sharding patterns. -- Database normalization and normal forms. -- Books: - - The Art of PostgreSQL - Dimitri Fontaine, 2020 - -## Learn Postgres advanced topics -Here is important to continuously extend and develop existing knowledge about Postgres. -- **Low level internals**: - - Processes and memory architecture - - Vacuum processing - - Buffer management - - Lock management - - [Physical storage and file layout](https://www.postgresql.org/docs/current/storage.html) - - [System catalog](https://www.postgresql.org/docs/current/catalogs.html) -- **Fine-grained tuning**: - - Per-user, per-database settings - - [Storage parameters](https://www.postgresql.org/docs/current/sql-createtable.html#SQL-CREATETABLE-STORAGE-PARAMETERS) - - Workload-dependant tuning: OLTP, OLAP, HTAP -- **Advanced SQL topics**: - - PL/pgSQL, procedures and functions, triggers - - Aggregate and window functions - - Recursive CTE -- **Links**: - - [The Internals of PostgreSQL](http://www.interdb.jp/pg/index.html) for database administrators and system developers - - [PL/pgSQL Guide](https://www.postgresql.org/docs/current/plpgsql.html) - -## Learn Postgres troubleshooting techniques -Get basic understanding about troubleshooting tools and get practical skills of how to detect and resolve problems. -- **Operating system tools** - - `top` (`htop`, `atop`) - - `sysstat` - - `iotop` -- **Postgres system views** - - `pg_stat_activity` - - `pg_stat_statements` -- **Postgres tools** - - `pgcenter` - *personal recommendation* -- **Query analyzing**: - - [EXPLAIN](https://www.postgresql.org/docs/current/sql-explain.html) - - [Depesz](https://explain.depesz.com/) online EXPLAIN visualization tool - - [PEV](https://tatiyants.com/pev/#/plans) online EXPLAIN visualization tool - - [Tensor](https://explain.tensor.ru/) online EXPLAIN visualization tool, RU language only -- **Log analyzing**: - - `pgBadger` - - Ad-hoc analyzing using `grep`, `awk`, `sed`, etc. -- **External tracing/profiling tools**: `gdb`, `strace`, `perf-tools`, `ebpf`, core dumps -- **Troubleshooting methods**: USE, RED, Golden signals -- **Links**: - - [Linux Performance](http://www.brendangregg.com/linuxperf.html) by Brendan Gregg - - [USE Method](http://www.brendangregg.com/usemethod.html) - -## Learn SQL optimization technics -Get understanding and practical skills of how to optimize SQL queries. -- **Indexes, and their use cases**: B-tree, Hash, GiST, SP-GiST, GIN, BRIN -- SQL queries patterns and anti-patterns -- SQL schema design patterns and anti-patterns -- **Links**: - - [Use the Index, Luke](https://use-the-index-luke.com/) - a Guide to Database Performance for Developers -- **Books**: - - SQL Antipatterns: Avoiding the Pitfalls of Database Programming - Bill Karwin, 2010 - -## Develop architect skills -Get deeper understanding of Postgres use cases and where Postgres is suitable and where is not. -- **Postgres forks and extensions**: `Greenplum`, `Timescaledb`, `Citus`, `Postgres-XL`, etc. -- RDBMS in general, benefits and limitations -- Differences between Postgres and other RDBMS and NoSQL databases - -## Develop Postgres hacker skills -Get involved to Postgres community and contribute to Postgres; be a useful member of Postgres, and the open source community; use personal experience to help other people. -- Daily reading and answering in [mailing lists](https://www.postgresql.org/list/) - - pgsql-general - - pgsql-admin - - pgsql-performance - - pgsql-hackers - - pgsql-bugs -- Reviewing patches -- Writing patches, attending in [Commitfests](https://commitfest.postgresql.org/) - -
-
-
diff --git a/content/roadmaps/5-postgresql-dba/meta.json b/content/roadmaps/5-postgresql-dba/meta.json deleted file mode 100644 index 581aadf91..000000000 --- a/content/roadmaps/5-postgresql-dba/meta.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "seo": { - "title": "DBA Roadmap: Learn to become a database administrator with PostgreSQL", - "description": "Community driven, articles, resources, guides, interview questions, quizzes for DevOps. Learn to become a modern DevOps engineer by following the steps, skills, resources and guides listed in this roadmap.", - "keywords": [ - "guide to becoming a database administrator", - "guide to becoming a DBA", - "dba roadmap", - "db administrator roadmap", - "database administrator roadmap", - "postgresql roadmap", - "dba skills", - "db administrator skills", - "become dba", - "postgresql skills", - "modern dba skills", - "dba skills test", - "skills for dba", - "skills for database administrator", - "learn dba", - "what is dba", - "database administrator quiz", - "dba interview questions" - ] - }, - "title": "PostgreSQL DBA", - "description": "Step by step guide to becoming a modern PostgreSQL DBA", - "featuredDescription": "Step by step guide to becoming a modern PostgreSQL DBA in 2021", - "path": "./landscape.md", - "resources": "./resources.md", - "author": { - "name": "Alexey Lesovsky", - "url": "https://github.com/lesovsky" - }, - "communityResource": true, - "isTextHeavy": true, - "featured": false, - "detailed": false, - "versions": [] -} diff --git a/content/roadmaps/5-postgresql-dba/resources.md b/content/roadmaps/5-postgresql-dba/resources.md deleted file mode 100644 index 9ea876887..000000000 --- a/content/roadmaps/5-postgresql-dba/resources.md +++ /dev/null @@ -1,7 +0,0 @@ -> **We are still preparing the resources**. Please check back later or [subscribe to get notified](/signup). - -While we prepare the list, follow this simple advice to learn anything - -> Just **pick a project and start working on it**, you will learn all that you need along the way. - -**→**   [All Roadmaps](/roadmaps)  •  [Programming guides](/guides)  •  [Subscribe](/signup) diff --git a/content/roadmaps/6-react/landscape.md b/content/roadmaps/6-react/landscape.md deleted file mode 100644 index 3e364793c..000000000 --- a/content/roadmaps/6-react/landscape.md +++ /dev/null @@ -1,11 +0,0 @@ -The intent of this guide is to give you an idea about the React ecosystem and to help guide your learning if you are confused. We have another [roadmap on the Frontend Development](/frontend) that focuses on the frontend development if you are interested in that. - -Also, please note that the list below is exhaustive, and the items are listed in no particular order. You don't need to learn everything listed in the picture, however knowing what you don't know is as important as knowing things. - - -![](/roadmaps/react.png) - -Please note that the list is opinionated, and you might have different opinions than those of the author. Having said that, [we would love to hear your opinions](https://github.com/kamranahmedse/roadmap.sh/issues/new) and incorporate them in the picture if suitable. - - -


diff --git a/content/roadmaps/6-react/meta.json b/content/roadmaps/6-react/meta.json deleted file mode 100644 index 6990a4218..000000000 --- a/content/roadmaps/6-react/meta.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "seo": { - "title": "React Developer Roadmap: Learn to become a React developer", - "description": "Community driven, articles, resources, guides, interview questions, quizzes for react development. Learn to become a modern React developer by following the steps, skills, resources and guides listed in this roadmap.", - "keywords": [ - "guide to becoming a react developer", - "react developer roadmap", - "react roadmap", - "become react developer", - "react developer skills", - "react skills test", - "skills for react development", - "learn react development", - "what is react", - "react quiz", - "react interview questions" - ] - }, - "title": "React Developer", - "description": "Everything that is there to learn about React and the ecosystem in 2021.", - "featuredDescription": "Everything that is there to learn about React and the ecosystem in 2021.", - "isTextHeavy": false, - "communityResource": false, - "featured": true, - "path": "./landscape.md", - "resources": "./resources.md", - "versions": [ - "latest", - "2018", - "2017" - ], - "author": { - "name": "Kamran Ahmed", - "url": "https://twitter.com/kamranahmedse" - } -} diff --git a/content/roadmaps/6-react/resources.md b/content/roadmaps/6-react/resources.md deleted file mode 100644 index 9ea876887..000000000 --- a/content/roadmaps/6-react/resources.md +++ /dev/null @@ -1,7 +0,0 @@ -> **We are still preparing the resources**. Please check back later or [subscribe to get notified](/signup). - -While we prepare the list, follow this simple advice to learn anything - -> Just **pick a project and start working on it**, you will learn all that you need along the way. - -**→**   [All Roadmaps](/roadmaps)  •  [Programming guides](/guides)  •  [Subscribe](/signup) diff --git a/content/roadmaps/7-qa/landscape.md b/content/roadmaps/7-qa/landscape.md deleted file mode 100644 index 540cb46c0..000000000 --- a/content/roadmaps/7-qa/landscape.md +++ /dev/null @@ -1,2 +0,0 @@ -## QA Roadmap -Roadmap to becoming a QA Engineer diff --git a/content/roadmaps/7-qa/meta.json b/content/roadmaps/7-qa/meta.json deleted file mode 100644 index 3f76e31d8..000000000 --- a/content/roadmaps/7-qa/meta.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "seo": { - "title": "QA Roadmap: Learn to become a modern QA engineer", - "description": "Community driven, articles, resources, guides, interview questions, quizzes for modern QA development. Learn to become a modern QA engineer by following the steps, skills, resources and guides listed in this roadmap.", - "keywords": [ - "guide to becoming a QA engineer", - "QA engineer", - "QA skills", - "QA development skills", - "QA development skills test", - "QA engineer roadmap", - "become a QA engineer", - "QA engineer career path", - "skills for QA development", - "what is QA engineer", - "QA engineer quiz", - "QA engineer interview questions" - ] - }, - "title": "QA Engineer", - "description": "Steps to follow in order to become a modern QA Engineer in 2021", - "featuredDescription": "Step by step guide to becoming a modern QA Engineer in 2021", - "upcoming": true, - "path": "./landscape.md", - "resources": "./resources.md", - "author": { - "name": "Anas Fitiani", - "url": "https://github.com/anas-qa" - } -} diff --git a/content/roadmaps/7-qa/resources.md b/content/roadmaps/7-qa/resources.md deleted file mode 100644 index 9ea876887..000000000 --- a/content/roadmaps/7-qa/resources.md +++ /dev/null @@ -1,7 +0,0 @@ -> **We are still preparing the resources**. Please check back later or [subscribe to get notified](/signup). - -While we prepare the list, follow this simple advice to learn anything - -> Just **pick a project and start working on it**, you will learn all that you need along the way. - -**→**   [All Roadmaps](/roadmaps)  •  [Programming guides](/guides)  •  [Subscribe](/signup) diff --git a/content/site.json b/content/site.json deleted file mode 100644 index 608401796..000000000 --- a/content/site.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "author": "Kamran Ahmed", - "title": "Roadmaps to becoming a modern developer", - "name": "roadmap.sh", - "description": "Community driven roadmaps, articles, guides, quizzes, tips and resources for developers to learn from, identify their career paths, know what they don't know, find out the knowledge gaps, learn and improve.", - "twitter": "kamranahmedse", - "facebook": "kamranahmedse", - "logo": "/brand.png", - "logoSquare": "/brand-square.png", - "url": { - "web": "https://roadmap.sh", - "repo": "https://github.com/kamranahmedse/roadmap.sh", - "repoData": "https://github.com/kamranahmedse/roadmap.sh/tree/master/content", - "addGuide": "https://github.com/kamranahmedse/roadmap.sh/tree/master/contributing/guide.md", - "addRoadmap": "https://github.com/kamranahmedse/roadmap.sh/tree/master/contributing/roadmap.md", - "addResources": "https://github.com/kamranahmedse/roadmap.sh/tree/master/contributing/resources.md", - "contribute": "https://github.com/kamranahmedse/roadmap.sh/tree/master/contributing", - "issue": "https://github.com/kamranahmedse/roadmap.sh/issues/new" - }, - "keywords": [ - "roadmap", - "developer roadmaps", - "developer roadmap", - "frontend developer", - "frontend developer roadmap", - "frontend", - "frontend roadmap", - "backend", - "backend developer", - "backend developer roadmap", - "devops", - "devops roadmap", - "fullstack developer roadmap", - "guide to becoming a developer", - "sre roadmap", - "sre", - "operations roadmap" - ] -} diff --git a/contributing/guide.md b/contributing/guide.md deleted file mode 100644 index d2c6627aa..000000000 --- a/contributing/guide.md +++ /dev/null @@ -1,14 +0,0 @@ -## Submitting a Guide - -First of all thank you for considering to contribute to this project. It wouldn't have been possible for us to keep it live without your contributions 🙏 - -> Follow the steps listed below in order to add a new guide - -* Fork this repository -* If you haven't contributed to this project before then create your author profile - * Open the file [authors.json](../content/authors.json) - * Put your preferred `username` - * Put a profile picture in [authors directory](../public/authors) with the username -* Create a new markdown file in the [guides directory](../content/guides). -* Add the meta data for this guide in [guides.json](../content/guides.json). Please note that `fileName` and `slug` must match. -* Open a pull request diff --git a/contributing/readme.md b/contributing/readme.md deleted file mode 100644 index 7753dd5ef..000000000 --- a/contributing/readme.md +++ /dev/null @@ -1,24 +0,0 @@ -## The Goal - -* For the roadmaps, we encourage you to discuss and contribute with new roadmaps. For the existing ones, please note that our goal is to not have the biggest list of items. Our goal is to have a list of items or skills most relevant today. -* For the guides, please pick a topic, open an issue or reach out on twitter [@kamranahmese](https://twitter.com/kamranahmedse) to get the go-ahead and [start writing](./guide.md). -* For the resources, we are still preparing the contribution guidelines but submit them in an issue for now. Just note that the resources are *highly opinionated* and *curated*. Your opinion on value of any resource may not match the opinion of curator. - -## Contributing - -* [Submitting roadmaps](./roadmap.md) -* [Writing a Guide](./guide.md) -* [Submitting resources](./resources.md) - -**No PR will be discarded without explanations!** - -## Guidelines - --

Adding everything available out there is not the goal!
- The roadmaps represents the skillset most valuable today i.e. if you were to enter any of the listed fields today, what would you learn! There might be things that are of-course being used today but prioritize the things that are most in demand today e.g. agreed that lots of people are using angular.js today but you wouldn't want to learn that instead of React, Angular or Vue. Use your critical thinking to filter out non-essential stuff. Give honest arguments for why the resource should be included.

--

Do not add things you have not evaluated personally!
- Use your critical thinking to filter out non-essential stuff. Give honest arguments for why the resource should be included. Have you read this book? Can you give a short article?

--

One item per Pull Request
- There may be a discussion related to an item you want to add. Adding just a single item per pull request makes it much easier for everyone involved.

-- Write meaningful commit messages -- Look at the existing issues/pull requests before opening new ones diff --git a/contributing/roadmap.md b/contributing/roadmap.md deleted file mode 100644 index 34c79ad87..000000000 --- a/contributing/roadmap.md +++ /dev/null @@ -1,34 +0,0 @@ -# Submitting a new roadmap - -First of all thank you for considering to contribute to this project. It wouldn't have been possible for us to keep it live without your contributions 🙏 - -> This process will be automated soon. Follow the steps listed below in order to add a new roadmap for now - -* Fork this repository -* If you haven't contributed to this project before then create your author profile - * Open the file [authors.json](../content/authors.json) - * Put your preferred `username` - * Put a profile picture in [authors directory](../public/authors) with the username -* Create a new directory for the roadmap inside the [roadmaps directory](../content/roadmaps) by following the below steps: - * Directory name must be `kebab-cased` and prefixed with the incremental number e.g. `6-java-developer` - * Create a markdown file `6-roadmap-name/0-About/0-Summary.md` inside this directory and write the article detailing the steps required for this path. It doesn't have to be graphic like the other roadmaps; just focus on writing a detailed but approachable textual guide. - * Create a file `meta.json` inside the roadmap directory with the content below: - ```json - { - "title": "Roadmap Name", - "description": "Step by step guide to becoming a modern ***", - "featuredDescription": "Step by step guide to becoming a modern ** in 2021", - "author": { - "name": "Your Name", - "url": "https://twitter.com/twitter" - }, - "featured": false, - "detailed": false, - "versions": [] - } - ``` -* Once done, run the below command: - ```shell - yarn meta:roadmaps - ``` -* Commit, push and open a pull request diff --git a/layouts/default/global.scss b/layouts/default/global.scss deleted file mode 100644 index 88ffae622..000000000 --- a/layouts/default/global.scss +++ /dev/null @@ -1,76 +0,0 @@ -@import '~bootstrap/dist/css/bootstrap.min.css'; -@import '~prism-themes/themes/prism-vs.css'; - -.container { - padding-left: 20px; - padding-right: 20px; -} - -.container-small { - max-width: 800px !important; -} - -ul li, ol li { - margin-bottom: 7px; -} - -.border-top { - border-top: 1px solid #eaeaea !important; -} - -.border-bottom { - border-bottom: 1px solid #eaeaea !important; -} - -.bg-light { - background-color: #fafafa !important; -} - -.muted { - color: #757575; -} - -.dark-link { - font-weight: 500; - color: #000000; - text-decoration: none; - - &:hover { - color: #101010; - } -} - -.border-through { - width: 100%; - text-align: center; - border-bottom: 2px solid #f5f5f5; - line-height: 0.1em; - margin: 10px 0 20px; - - span { - background: #fff; - padding: 0 10px - } -} - -code:not([class]) { - background: #fafafa; - border-radius: 6px; - display: inline-block; - font-size: inherit; - padding: 0 5px; - word-wrap: normal; - box-shadow: none; -} - -.banner-wrap { - position: fixed; - top: 0; - left: 0; - right: 0; - z-index: 1; -} - -.body-wrap.sponsor-banner-visible { - margin-top: 44px; -} diff --git a/layouts/default/index.js b/layouts/default/index.js deleted file mode 100644 index 0bd4e7b97..000000000 --- a/layouts/default/index.js +++ /dev/null @@ -1,30 +0,0 @@ -import React from 'react'; -import classNames from 'classnames'; -import './global.scss'; -import { firePageView } from 'lib/gtag'; -import { SponsorBanner } from '../../components/sponsor-banner'; - -class DefaultLayout extends React.Component { - state = { - isBannerClosed: false - }; - - componentDidMount() { - firePageView(window.location.pathname); - } - - render() { - return ( -
-
- this.setState({ isBannerClosed: true })} /> -
-
- { this.props.children } -
-
- ); - } -} - -export default DefaultLayout; diff --git a/layouts/guide/index.js b/layouts/guide/index.js deleted file mode 100644 index 1df2b8f74..000000000 --- a/layouts/guide/index.js +++ /dev/null @@ -1,20 +0,0 @@ -import React from 'react'; -import DefaultLayout from 'layouts/default'; -import SiteNav from 'components/site-nav'; -import PageFooter from 'components/page-footer'; - -class GuideLayout extends React.Component { - render() { - const { children } = this.props; - - return ( - - - { children } - - - ); - } -} - -export default GuideLayout; diff --git a/lib/author.js b/lib/author.js deleted file mode 100644 index 3514d9ae8..000000000 --- a/lib/author.js +++ /dev/null @@ -1,3 +0,0 @@ -import authors from "content/authors"; - -export const findByUsername = (username) => authors.find(author => author.username === username) || {}; diff --git a/lib/gtag.js b/lib/gtag.js deleted file mode 100644 index 56594ba18..000000000 --- a/lib/gtag.js +++ /dev/null @@ -1,25 +0,0 @@ -// https://developers.google.com/analytics/devguides/collection/gtagjs/pages -export const firePageView = url => { - if (!window.gtag) { - console.warn('Missing GTAG – Analytics disabled'); - return; - } - - window.gtag('config', process.env.GA_SECRET, { - page_path: url, - }) -}; - -// https://developers.google.com/analytics/devguides/collection/gtagjs/events -export const event = ({ action, category, label, value }) => { - if (!window.gtag) { - console.warn('Missing GTAG – Analytics disabled'); - return; - } - - window.gtag('event', action, { - event_category: category, - event_label: label, - value: value, - }) -}; diff --git a/lib/guide.js b/lib/guide.js deleted file mode 100644 index 69946aba5..000000000 --- a/lib/guide.js +++ /dev/null @@ -1,34 +0,0 @@ -import guides from 'content/guides'; -import authors from 'content/authors'; -import siteConfig from 'content/site'; - -export const getAllGuides = () => { - return guides.filter(guide => !guide.draft) - .sort((a, b) => new Date(b.updatedAt) - new Date(a.updatedAt)); -}; - -export const getFeaturedGuides = () => { - return getAllGuides().filter(guide => guide.featured); -}; - -export const getRequestedGuide = req => { - const guide = guides.find(guide => guide.url === req.url); - if (!guide) { - return null; - } - - try { - return { - ...guide, - author: authors.find(author => author.username === guide.author) || {}, - }; - } catch (e) { - console.log(e); - } - - return null; -}; - -export const getContributionUrl = (guide) => { - return `${siteConfig.url.repoData}${guide.url}.md` -}; diff --git a/lib/roadmap.js b/lib/roadmap.js deleted file mode 100644 index 6f0c8a4ae..000000000 --- a/lib/roadmap.js +++ /dev/null @@ -1,28 +0,0 @@ -import roadmaps from "content/roadmaps"; - -export const getRequestedRoadmap = req => { - const normalizedUrl = req.url.replace(/\/$/, ''); - const foundRoadmap = roadmaps.find(roadmap => normalizedUrl.startsWith(roadmap.url)); - if (!foundRoadmap) { - return null; - } - - const roadmapPages = Object.values(foundRoadmap.sidebar || {}) - .reduce((acc, menuPages) => { - return [ - ...acc, - ...menuPages - ] - }, []); - - const foundPage = roadmapPages.find(page => page.url === normalizedUrl) || {}; - return { - ...foundRoadmap, - // Use the current page data or that of the found roadmap i.e. show the summary - page: { - title: foundPage.title || foundRoadmap.title, - url: foundPage.url || foundRoadmap.url, - path: foundPage.path || foundRoadmap.path - }, - }; -}; diff --git a/lib/server.js b/lib/server.js deleted file mode 100644 index cd3fba233..000000000 --- a/lib/server.js +++ /dev/null @@ -1,16 +0,0 @@ -/** - * Makes sure that the props are fetched only on server and not in browser - * @param callback - * @returns {Function} - */ -export const serverOnlyProps = (callback) => { - return async (props) => { - // noinspection JSUnresolvedVariable - if (process.browser) { - // noinspection ES6ModulesDependencies,JSUnresolvedVariable - return __NEXT_DATA__.props.pageProps; - } - - return await callback(props) - }; -}; diff --git a/lib/url.js b/lib/url.js deleted file mode 100644 index f0efdddb6..000000000 --- a/lib/url.js +++ /dev/null @@ -1,27 +0,0 @@ -import siteConfig from 'content/site'; - -export const prefixHost = (url) => { - // if it starts with forward slash then prefix site URL - // @todo proper handling of full URLs and trailing slashes - return /^\//.test(url) ? `${siteConfig.url.web}${url}` : url; -}; - -export const getTwitterUrl = (username) => { - return `https://twitter.com/${username}`; -}; - -export const getTwitterShareUrl = ({ text, url }) => { - return `https://twitter.com/intent/tweet?text=${text}&url=${encodeURI(prefixHost(url))}`; -}; - -export const getFacebookShareUrl = ({ text, url }) => { - return `https://www.facebook.com/sharer/sharer.php?quote=${text}&u=${encodeURI(prefixHost(url))}`; -}; - -export const getRedditShareUrl = ({ text, url }) => { - return `https://www.reddit.com/submit?title=${text}&url=${encodeURI(prefixHost(url))}`; -}; - -export const getHnShareUrl = ({ text, url }) => { - return `https://news.ycombinator.com/submitlink?t=${text}&u=${prefixHost(url)}`; -}; diff --git a/next.config.js b/next.config.js deleted file mode 100644 index d770ec59c..000000000 --- a/next.config.js +++ /dev/null @@ -1,71 +0,0 @@ -const path = require('path'); -const fs = require('fs'); -const withSass = require('@zeit/next-sass'); -const withCSS = require('@zeit/next-css'); -const rehypePrism = require('@mapbox/rehype-prism'); -const withMDX = require('@next/mdx')({ - extension: /\.(md|mdx)?$/, - options: { - rehypePlugins: [rehypePrism], - }, -}); - -const { getPathMap } = require("./scripts/path-map"); - -/** - * Loads the configuration for the given environment - * @param env - * @returns {*} - */ -const loadConfig = (env = 'dev') => { - const configPath = `./config/${env}.json`; - if (!fs.existsSync(configPath)) { - console.warn(`Config file not found: ${configPath}. Using environment variables only.`); - } - - const appConfig = {}; - - for (let key in process.env) { - if (!key.startsWith('ROADMAP_')) { - continue; - } - - appConfig[key.replace('ROADMAP_', '')] = process.env[key]; - } - - return appConfig; -}; - -const options = { - exportPathMap: getPathMap(), - env: loadConfig(process.env.NODE_ENV), - pageExtensions: ['jsx', 'js', 'mdx', 'md'], - webpack(config, options) { - // // Transforms SVGs to components - config.module.rules.push({ - test: /\.svg$/, - use: ['@svgr/webpack'], - }); - - config.resolve.modules.push(path.resolve('./')); - - // Allow loading images and fonts - config.module.rules.push({ - test: /\.(png|jpg|gif|eot|ttf|woff|woff2)$/, - use: { - loader: 'url-loader', - options: { - limit: 100000, - }, - }, - }); - - return config - }, -}; - -let nextConfig = withSass(options); -nextConfig = withCSS(nextConfig); -nextConfig = withMDX(nextConfig); - -module.exports = nextConfig; diff --git a/package.json b/package.json deleted file mode 100644 index 63cb445e9..000000000 --- a/package.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "roadmap-next", - "version": "1.0.0", - "main": "index.js", - "license": "BSD-4-Clause", - "scripts": { - "dev": "NODE_ENV=dev next", - "serve:out": "serve out", - "build": "./scripts/build.sh", - "deploy": "NODE_DEBUG=gh-pages gh-pages -d out -t", - "test": "jest", - "test:watch": "jest --watch", - "meta:sitemap": "node scripts/sitemap.js", - "meta:roadmaps": "node scripts/roadmaps-meta.js", - "meta": "yarn meta:roadmaps && yarn meta:sitemap" - }, - "dependencies": { - "@fortawesome/fontawesome-svg-core": "^1.2.28", - "@fortawesome/free-brands-svg-icons": "^5.13.0", - "@fortawesome/free-solid-svg-icons": "^5.13.0", - "@fortawesome/react-fontawesome": "^0.1.9", - "@mapbox/rehype-prism": "^0.4.0", - "@mdx-js/loader": "^1.5.8", - "@mdx-js/react": "^1.5.8", - "@next/mdx": "^9.3.2", - "@svgr/webpack": "^5.3.0", - "@zeit/next-css": "latest", - "@zeit/next-sass": "^1.0.1", - "autoprefixer": "^9.7.5", - "bootstrap": "^4.4.1", - "classnames": "^2.2.6", - "date-fns": "^2.11.1", - "font-awesome": "^4.7.0", - "next": "^9.3.2", - "node-sass": "^4.13.1", - "postcss-css-variables": "^0.14.0", - "prism-themes": "^1.3.0", - "query-string": "^6.11.1", - "react": "^16.13.1", - "react-dom": "^16.13.1", - "styled-components": "^5.0.1" - }, - "devDependencies": { - "babel-plugin-styled-components": "^1.10.7", - "gh-pages": "^2.2.0", - "glob": "^7.1.6", - "jest": "^25.2.3", - "serve": "^11.3.0" - } -} diff --git a/pages/[roadmap]/[page].js b/pages/[roadmap]/[page].js deleted file mode 100644 index b41614288..000000000 --- a/pages/[roadmap]/[page].js +++ /dev/null @@ -1,3 +0,0 @@ -import Roadmap from './index'; - -export default Roadmap; diff --git a/pages/[roadmap]/index.js b/pages/[roadmap]/index.js deleted file mode 100644 index 571449f61..000000000 --- a/pages/[roadmap]/index.js +++ /dev/null @@ -1,40 +0,0 @@ -import Error from 'next/error'; -import DefaultLayout from 'layouts/default'; -import SiteNav from 'components/site-nav'; -import PageFooter from 'components/page-footer'; -import { serverOnlyProps } from 'lib/server'; -import { getRequestedRoadmap } from 'lib/roadmap'; -import siteConfig from 'content/site'; -import Helmet from 'components/helmet'; -import RoadmapSummary from 'components/roadmap-summary'; -import DetailedRoadmap from 'components/detailed-roadmap'; - -const Roadmap = ({ roadmap, canonical }) => { - if (!roadmap) { - return - } - - const showSummary = roadmap.upcoming || !roadmap.detailed; - return ( - - - - { showSummary ? : } - - - ); -}; - -Roadmap.getInitialProps = serverOnlyProps(({ req }) => { - return { - canonical: `${siteConfig.url.web}${req.url}`, - roadmap: getRequestedRoadmap(req), - }; -}); - -export default Roadmap; diff --git a/pages/[roadmap]/resources.js b/pages/[roadmap]/resources.js deleted file mode 100644 index ac101088b..000000000 --- a/pages/[roadmap]/resources.js +++ /dev/null @@ -1,38 +0,0 @@ -import Error from 'next/error'; -import DefaultLayout from 'layouts/default'; -import SiteNav from 'components/site-nav'; -import PageFooter from 'components/page-footer'; -import { serverOnlyProps } from 'lib/server'; -import { getRequestedRoadmap } from 'lib/roadmap'; -import siteConfig from 'content/site'; -import Helmet from 'components/helmet'; -import RoadmapResources from '../../components/roadmap-resources'; - -const Resources = ({ roadmap, canonical }) => { - if (!roadmap) { - return ; - } - - return ( - - - - - - - ); -}; - -Resources.getInitialProps = serverOnlyProps(({ req }) => { - return { - canonical: `${siteConfig.url.web}${req.url}`, - roadmap: getRequestedRoadmap(req) - }; -}); - -export default Resources; diff --git a/pages/_document.js b/pages/_document.js deleted file mode 100644 index bacf13aa7..000000000 --- a/pages/_document.js +++ /dev/null @@ -1,29 +0,0 @@ -import Document from 'next/document' -import { ServerStyleSheet } from 'styled-components' - -export default class MyDocument extends Document { - static async getInitialProps(ctx) { - const sheet = new ServerStyleSheet(); - const originalRenderPage = ctx.renderPage; - - try { - ctx.renderPage = () => - originalRenderPage({ - enhanceApp: App => props => sheet.collectStyles(), - }); - - const initialProps = await Document.getInitialProps(ctx); - return { - ...initialProps, - styles: ( - <> - { initialProps.styles } - { sheet.getStyleElement() } - - ), - } - } finally { - sheet.seal() - } - } -} \ No newline at end of file diff --git a/pages/about.js b/pages/about.js deleted file mode 100644 index 56ad9cda8..000000000 --- a/pages/about.js +++ /dev/null @@ -1,20 +0,0 @@ -import AboutHeader from 'components/about-header/index'; -import PageFooter from 'components/page-footer/index'; -import SiteNav from 'components/site-nav'; -import DefaultLayout from 'layouts/default/index'; -import FaqList from 'components/faq-list/index'; -import Helmet from 'components/helmet'; - -const About = () => ( - - - - - - - -); - -export default About; diff --git a/pages/guides/[guide].js b/pages/guides/[guide].js deleted file mode 100644 index a864bd8eb..000000000 --- a/pages/guides/[guide].js +++ /dev/null @@ -1,37 +0,0 @@ -import Error from "next/error"; -import GuideLayout from 'layouts/guide'; -import { serverOnlyProps } from 'lib/server'; -import GuideHeader from 'components/guide-header'; -import GuideBody from 'components/guide-body'; -import GuideFooter from 'components/guide-footer'; -import { getRequestedGuide } from 'lib/guide'; -import Helmet from 'components/helmet'; -import siteConfig from 'content/site'; - -const Guide = ({ guide, canonical }) => { - if (!guide) { - return - } - - return ( - - - - - - - ); -}; - -Guide.getInitialProps = serverOnlyProps(async ({ req }) => { - return { - canonical: `${siteConfig.url.web}${req.url}`, - guide: await getRequestedGuide(req), - }; -}); - -export default Guide; diff --git a/pages/guides/index.js b/pages/guides/index.js deleted file mode 100644 index 11609bd54..000000000 --- a/pages/guides/index.js +++ /dev/null @@ -1,49 +0,0 @@ -import { faCodeBranch, faEnvelope } from '@fortawesome/free-solid-svg-icons/index'; -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; -import { BadgeLink, BadgesList, PrimaryBadge, SecondaryBadge } from 'components/badges'; -import DefaultLayout from 'layouts/default/index'; -import PageHeader from 'components/page-header'; -import PageFooter from 'components/page-footer'; -import SiteNav from 'components/site-nav'; -import siteConfig from 'content/site'; -import Helmet from 'components/helmet'; -import { getAllGuides } from '../../lib/guide'; -import FeaturedGuide from '../../components/featured-guide'; - -const PageTitle = "Programming Guides"; -const PageDescription = "Easy to follow guides on complex topics written and maintained by the community"; - -const GuidesList = () => ( - - - - - - - - - Write a Guide - - - - - - Send me Updates - - - - -
-
-
- { getAllGuides().map(guide => ( - - )) } -
-
-
- -
-); - -export default GuidesList; diff --git a/pages/index.js b/pages/index.js deleted file mode 100644 index fc3dbc67e..000000000 --- a/pages/index.js +++ /dev/null @@ -1,7 +0,0 @@ -import RoadmapsList from './roadmaps'; - -const Home = (props) => ( - -); - -export default Home; diff --git a/pages/podcasts.js b/pages/podcasts.js deleted file mode 100644 index 7af5ad7ce..000000000 --- a/pages/podcasts.js +++ /dev/null @@ -1,131 +0,0 @@ -import { faCodeBranch, faEnvelope } from '@fortawesome/free-solid-svg-icons'; -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; -import DefaultLayout from 'layouts/default/index'; -import SiteNav from 'components/site-nav'; -import PageFooter from 'components/page-footer'; -import PageHeader from 'components/page-header'; -import RowBlock from 'components/row-block'; -import siteConfig from 'content/site'; -import { BadgeLink, BadgesList, PrimaryBadge, SecondaryBadge } from 'components/badges'; -import Helmet from 'components/helmet'; - - -const PodcastsList = () => ( - - - -
- - - - - - Submit a Podcast - - - - - - Send me Updates - - - - -
-
-
-
- - - - - - - - - - - - - - -
-
-
- -
-); - -export default PodcastsList; diff --git a/pages/privacy.js b/pages/privacy.js deleted file mode 100644 index 78fe49c32..000000000 --- a/pages/privacy.js +++ /dev/null @@ -1,114 +0,0 @@ -import SiteNav from 'components/site-nav'; -import PageFooter from 'components/page-footer/index'; -import { TosPage } from 'components/tos-page/index'; -import DefaultLayout from 'layouts/default/index'; -import Helmet from 'components/helmet'; - -const Privacy = () => ( - - - - -
-
-

Privacy Policy

-

By using or accessing the Services in any manner, you acknowledge that you accept the practices and policies outlined in this Privacy Policy, and you hereby consent that we will collect, use, and share your information in the following ways. Remember that your use of roadmap.sh’s Services is at all times subject to the Terms of Use, which incorporates this Privacy Policy. Any terms we use in this Policy without defining them have the definitions given to them in the Terms of Use.

- -

What does this Privacy Policy cover?

-

This Privacy Policy covers our treatment of personally identifiable information ("Personal Information") that we gather when you are accessing or using our Services, but not to the practices of companies we don’t own or control, or people that we don’t manage. We gather various types of Personal Information from our users, as - explained in more detail below, and we use this Personal Information internally in connection with our Services, including to personalize, provide, and improve our services, to allow you to set up a user account and profile, to contact you and allow other users to contact you, to fulfill your requests for certain products and - services, and to analyze how you use the Services. In certain cases, we may also share some Personal Information with third parties, but only as described below.

-

As noted in the Terms of Use, we do not knowingly collect or solicit personal information from anyone under the age of 13. If you are under 13, please do not attempt to register for the Services or send any personal information about yourself to us. If we learn that we have collected personal information from a child under - age - 13, we will delete that information as quickly as possible. If you believe that a child under 13 may have provided us personal information, please contact us at kamran@roadmap.sh.

- -

Will roadmap.sh ever change this Privacy Policy?

-

We’re constantly trying to improve our Services, so we may need to change this Privacy Policy from time to time as well, but we will alert you to changes by updating the services on the website, placing a notice on the Services, by sending you an email, and/or by some other means. Please note that if you’ve opted not to - receive - legal notice emails from us (or you haven’t provided us with your email address), those legal notices will still govern your use of the Services, and you are still responsible for reading and understanding them. If you use the Services after any changes to the Privacy Policy have been posted, that means you agree to all of the - changes. Use of information we collect now is subject to the Privacy Policy in effect at the time such information is used or collected.

- -

What Information does roadmap.sh Collect?

-

Information You Provide to Us:

-

We receive and store any information you knowingly provide to us. For example, through the registration process and/or through your account settings, we may collect Personal Information such as your name, title, email address, phone number, and third-party account credentials (for example, your log-in credentials for Twitter - or - other third party sites. If you provide your third-party account credentials to us or otherwise sign in to the Services through a third party site or service, you understand some content and/or information in those accounts (“Third Party Account Information”) may be transmitted into your account with us if you authorize such - transmissions], and that Third Party Account Information transmitted to our Services is covered by this Privacy Policy. Certain information may be required to register with us or to take advantage of some of our features.

-

We may communicate with you if you’ve provided us the means to do so. For example, if you’ve given us your email address, we may send you promotional email offers on behalf of other businesses, or email you about your use of the Services. Also, we may receive a confirmation when you open an email from us. This confirmation - helps us make our communications with you more interesting and improve our services. If you do not want to receive communications from us, please email us at kamran@roadmap.sh.

- -

Information Collected Automatically

-

Whenever you interact with our Services, we automatically receive and record information on our server logs from your browser or device, which may include your IP address, geolocation data, device identification, “cookie” information, the type of browser and/or device you’re using to access our Services, and the page or - feature - you requested. “Cookies” are identifiers we transfer to your browser or device that allow us to recognize your browser or device and tell us how and when pages and features in our Services are visited and by how many people. You may be able to change the preferences on your browser or device to prevent or limit your device’s - acceptance of cookies, but this may prevent you from taking advantage of some of our features. Our advertising partners may also transmit cookies to your browser or device, when you click on ads that appear on the Services. Also if you click on a link to a third party website or service, such third party may also transmit - cookies to you. Again, this Privacy Policy does not cover the use of cookies by any third parties, and we aren’t responsible for their privacy policies and practices.

-

When we collect the usage information described above, we only use this data in aggregate form, and not in a manner that would identify you personally. For example, this aggregate data can tell us how often users use a particular feature of the Services, and we can use that knowledge to make the Services interesting to as - many - users as possible.

- -

Will roadmap.sh Share Any of the Personal Information it Receives?

-

We may share your Personal Information with third parties as described in this section:

-

Information that’s no longer personally identifiable. We may anonymize your Personal Information so that you are not individually identified, and provide that information to our partners. We may also provide aggregate usage information to our partners, who may use such information to understand how often and in what ways - people - use our Services, so that they, too, can provide you with an optimal online experience. However, we never disclose aggregate information to a partner in a manner that would identify you personally, as an individual.

-

Advertisers: We may allow advertisers and/or merchant partners (“Advertisers”) to choose the demographic information of users who will see their advertisements and/or promotional offers and you agree that we may provide any of the information we have collected from you in non-personally identifiable form to an Advertiser, in - order for that Advertiser to select the appropriate audience for those advertisements and/or offers. For example, we might use the fact you are located in San Francisco to show you ads or offers for San Francisco businesses, but we will not tell such businesses who you are. Note that if an advertiser asks us to show an ad to a - certain audience or audience segment and you respond to that ad, the advertiser may conclude that you fit the description of the audience they were trying to reach.

-

We may deliver a file to you through the Services (known as a “web beacon”) from an ad network. Web beacons allow ad networks to provide anonymized, aggregated auditing, research and reporting for us and for advertisers. Web beacons also enable ad networks to serve targeted advertisements to you when you visit other websites. - Because your web browser must request these advertisements and web beacons from the ad network’s servers, these companies can view, edit, or set their own cookies, just as if you had requested a web page from their site. You may be able to opt-out of web beacon tracking by adjusting the settings on your browser.

-

Affiliated Businesses: In certain situations, businesses or third party websites we’re affiliated with may sell or provide products or services to you through or in connection with the Services (either alone or jointly with us). You can recognize when an affiliated business is associated with such a transaction or service, - and - we will share your Personal Information with that affiliated business only to the extent that it is related to such transaction or service. One such service may include the ability for you to automatically transmit Third Party Account Information to your Services profile or to automatically transmit information in your - Services - profile to your third party account; for example, you may sign into your roadmap.sh account using your Twitter account. We have no control over the policies and practices of third party websites or businesses as to privacy or anything else, so if you choose to take part in any transaction or service relating to an affiliated - website or business, please review all such business’ or websites’ policies.

-

Our Agents: We employ other companies and people to perform tasks on our behalf and need to share your information with them to provide products or services to you. Unless we tell you differently, our agents do not have any right to use the Personal Information we share with them beyond what is necessary to assist us.

-

User Profiles and Submissions: Certain user profile information, including your name, location, and any video or image content that such user has uploaded to the Services, may be displayed to other users to facilitate user interaction within the Services or address your request for our services. Please remember that any - content - you upload to your public user profile, along with any Personal Information or content that you voluntarily disclose online in a manner other users can view (on discussion boards, in messages and chat areas, etc.) becomes publicly available, and can be collected and used by anyone. Your user name may also be displayed to other - users if and when you send messages or comments or upload images or videos through the Services and other users can contact you through messages and comments. Additionally, if you sign into the Services through a third party social networking site or service, your list of “friends” from that site or service may be - automatically - imported to the Services, and such “friends,” if they are also registered users of the Services, may be able to access certain non-public information you have entered in your Services user profile. Again, we do not control the policies and practices of any other third party site or service.

-

Business Transfers: We may choose to buy or sell assets. In these types of transactions, customer information is typically one of the business assets that would be transferred. Also, if we (or our assets) are acquired, or if we go out of business, enter bankruptcy, or go through some other change of control, Personal - Information could be one of the assets transferred to or acquired by a third party.

-

Protection of roadmap.sh and Others: We reserve the right to access, read, preserve, and disclose any information that we reasonably believe is necessary to comply with law or court order; enforce or apply our terms of use and other agreements; or protect the rights, property, or safety of roadmap.sh, our employees, our - users, - or others.

- -

Is Personal Information about me secure?

-

Your account is protected by a password for your privacy and security. If you access your account via a third party site or service, you may have additional or different sign-on protections via that third party site or service. You must prevent unauthorized access to your account and Personal Information by selecting and - protecting your password and/or other sign-on mechanism appropriately and limiting access to your computer or device and browser by signing off after you have finished accessing your account. We endeavor to protect the privacy of your account and other Personal Information we hold in our records, but unfortunately, we cannot - guarantee complete security. Unauthorized entry or use, hardware or software failure, and other factors, may compromise the security of user information at any time.

- -

What Personal Information can I access?

-

Through your account settings, you may access, and, in some cases, edit or delete the following information you’ve provided to us:

-
    -
  • first and last name
  • -
  • location of residence
  • -
  • age or birthday
  • -
  • username
  • -
-

The information you can view, update, and delete may change as the Services change. If you have any questions about viewing or updating information we have on file about you, please contact us at kamran@roadmap.sh.

-

Under California Civil Code Sections 1798.83-1798.84, California residents are entitled to ask us for a notice identifying the categories of Personal Information which we share with our affiliates and/or third parties for marketing purposes, and providing contact information for such affiliates and/or third parties. If you - are - a California resident and would like a copy of this notice, please submit a written request to: kamran@roadmap.sh.

- -

What choices do I have?

-

You can always opt not to disclose information to us, but keep in mind some information may be needed to register with us or to take advantage of some of our features.

-

You may be able to add, update, or delete information as explained above. When you update information, however, we may maintain a copy of the unrevised information in our records. You may request deletion of your account by contacting us at kamran@roadmap.sh and we will disassociate - our - email address and Twitter account from any content or other information provided to us. Some information may remain in our records after your deletion of such information from your account. We may use any aggregated data derived from or incorporating your Personal Information after you update or delete it, but not in a manner - that would identify you personally.

- -

What if I have questions about this policy?

-

If you have any questions or concerns regarding our privacy policies, please send us a detailed message to kamran@roadmap.sh, and we will try to resolve your concerns.

-
-
- -
-
-); - -export default Privacy; diff --git a/pages/roadmaps.js b/pages/roadmaps.js deleted file mode 100644 index 687bb9b14..000000000 --- a/pages/roadmaps.js +++ /dev/null @@ -1,79 +0,0 @@ -import { faCodeBranch, faEnvelope } from '@fortawesome/free-solid-svg-icons'; -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; -import DefaultLayout from 'layouts/default/index'; -import SiteNav from 'components/site-nav'; -import PageFooter from 'components/page-footer'; -import PageHeader from 'components/page-header'; -import roadmaps from 'content/roadmaps'; -import RowBlock from 'components/row-block'; -import siteConfig from 'content/site'; -import { BadgeLink, BadgesList, PrimaryBadge, SecondaryBadge } from 'components/badges'; -import Helmet from 'components/helmet'; - -const PageTitle = "Developer Roadmaps"; -const PageDescription = "Step by step guides and paths to learn different tools or technologies"; - -function getBadgeText(roadmap) { - if (roadmap.upcoming) { - return 'Upcoming'; - } - - if (roadmap.communityResource) { - return 'Community'; - } - - return ''; -} - -const RoadmapsList = () => ( - - - -
- - - - - - Write a Roadmap - - - - - - Send me Updates - - - - -
-
-
-
- { roadmaps.map(roadmap => ( - - )) } - - {/**/} -
-
-
- -
-); - -export default RoadmapsList; diff --git a/pages/signup.js b/pages/signup.js deleted file mode 100644 index 9e32d65fa..000000000 --- a/pages/signup.js +++ /dev/null @@ -1,16 +0,0 @@ -import DefaultLayout from 'layouts/default'; -import PageFooter from 'components/page-footer'; -import SiteNav from 'components/site-nav'; -import SignUpForm from 'components/signup-form'; -import Helmet from 'components/helmet'; - -const SignUp = () => ( - - - - - - -); - -export default SignUp; diff --git a/pages/sponsors/index.js b/pages/sponsors/index.js deleted file mode 100644 index a643f7052..000000000 --- a/pages/sponsors/index.js +++ /dev/null @@ -1,73 +0,0 @@ -import Helmet from 'components/helmet'; -import SiteNav from 'components/site-nav'; -import PageFooter from 'components/page-footer'; -import DefaultLayout from 'layouts/default/index'; -import { HeaderWrap, Logo, Subtitle, Title } from 'components/page-logo-header/style'; -import { Mark } from 'components/mark'; -import { StrongLink } from 'components/link'; - -const PageTitle = 'Advertise with Us'; -const PageDescription = 'Place your ad in front of 200,000 developers'; - -const Sponsors = () => ( - - - - - - Sponsor Us - Help us build and place your ad in front of 300,000 developers - - -
-
-
-
-

roadmap.sh and developer-roadmap are the #1 place for developers to get the idea about the tech landscape, find out the what they are missing, get the ideas about how and what to learn and stay up to date.

- -

The roadmap.sh audience consists of over 300,000 developers who visit the site an average of 150,000 times per month. They're developers of all seniority levels and domains including frontend, backend, fullstack, web and mobile, engineering managers, product managers and CTOs.

- -

Email kamran@roadmap.sh to get in touch about connecting with your potential customers!

- -

Depending on your product or service, your budget, and your goals, there are several options to choose from when advertising on roadmap.sh and developer-roadmap

- -

Newsletter Promo

-

Drive a quick burst of traffic

-
    -
  • Appear in the monthly email newsletter delivered to 13000+ subscribers.
  • -
  • Costs $200 per email
  • -
  • Appears as a link with 2 lines of supporting text beneath.
  • -
- -

Everywhere Package

-

Higher traffic and get in front of more eyes

-
    -
  • Shown as a bold sticky banner on the top of the website on all the pages.
  • -
  • You will be mentioned and thanked in the monthly newsletter sent to 13000+ subscribers.
  • -
  • Your will be added as a sponsor to the footer of GitHub Project
  • -
  • Costs 500$ per week
  • -
  • On website there are 2000 unique sessions daily on average. An average user spends around 3 minutes on the website after landing and the bounce rate is pretty low (2.76% at the moment) so it is a great option to get your product in front of more and more eyes.
  • -
  • Github repository gets around 5000 visits per day
  • -
- -

Partner Package

-

High continuous traffic for a month

-
    -
  • A banner will be added to the top of the website
  • -
  • Sponsor reference will be added to the roadmap images and PDFs for the sponsorship period. It will stay with people who download/print them for that period
  • -
  • You will be added as a sponsor to the header of the repository
  • -
  • You will be mentioned in the monthly email sent to 13000+ subscribers
  • -
  • Costs 3000$ per month
  • -
- -

High volume (monthly or quarterly) discounts are available for all packages, and I can do customized advertising packages as well.

-

— Kamran (kamran@roadmap.sh)

-
-
-
-
- -
-); - -export default Sponsors; diff --git a/pages/terms.js b/pages/terms.js deleted file mode 100644 index 14476bde0..000000000 --- a/pages/terms.js +++ /dev/null @@ -1,167 +0,0 @@ -import PageFooter from 'components/page-footer/index'; -import SiteNav from 'components/site-nav'; -import { TosPage } from 'components/tos-page/index'; -import Helmet from 'components/helmet'; -import DefaultLayout from 'layouts/default/index'; - -const Terms = () => ( - - - - -
-
-

Terms of Service

- -

Please note that your use of and access to our services (defined below) are subject to the following terms; if you do not agree to all of the following, you may not use or access the services in any manner.

- -

Welcome to roadmap.sh. Please read on to learn the rules and restrictions that govern your use of our website(s), products, services and applications (the “Services”). If you have any questions, comments, or concerns regarding these terms or the Services, please contact us at kamran@roadmap.sh.

-

These Terms of Use (the “Terms”) are a binding contract between you and roadmap.sh (“roadmap.sh,” “we”, and “us”). You must agree to and accept all of the Terms, or you don’t have the right to use the Services. Your using the Services in any way means that you agree to all of these Terms, and these Terms will remain in - effect while you use the Services. These Terms include the provisions in this document, as well as those in the Privacy Policy and Copyright Dispute Policy.

- -

Will these Terms ever change?

-

We are constantly trying to improve our Services, so these Terms may need to change along with the Services. We reserve the right to change the Terms at any time, but if we do, we will bring it to your attention by updating the terms on the roadmap.sh website, by sending you an email, and/or by some other means.

-

If you don’t agree with the new Terms, you are free to reject them, however it means you will no longer be able to use the Services. If you use the Services in any way after a change to the Terms is effective, that means you agree to all of the changes.

-

Except for changes by us as described here, no other amendment or modification of these Terms will be effective unless in writing and signed by both you and us.

- -

Do these terms cover privacy?

-

You can view the current roadmap.sh Privacy Policy here.

-

The Children’s Online Privacy Protection Act (“COPPA”) requires that online service providers obtain parental consent before they knowingly collect personally identifiable information online from children who are under 13. We do not knowingly collect or solicit personally identifiable information from children under 13. If - you - are a child under 13, please do not attempt to register for the Services or send any personal information about yourself to us. If we learn we have collected personal information from a child under 13, we will delete that information as quickly as possible. If you believe that a child under 13 may have provided us personal - information, please contact us at kamran@roadmap.sh.

- -

What are the basics of using roadmap.sh?

-

You may be required to sign up for an account, and select a password and username. You agree to provide us with accurate, complete, and up-to-date registration information about yourself. You may not select as your username a name that you don’t have the right to use, or another person’s name with the intent to impersonate - that - person. You may not transfer your account to anyone else without our prior written permission.

-

You represent and warrant that you are an individual of legal age to form a binding contract, or if not, you’ve received your parent’s or guardian’s permission to use the Services and gotten your parent or guardian to agree to these Terms on your behalf.

-

You will only use the Services for your own internal, personal, non-commercial use, and not on behalf of or for the benefit of any third party, and only in a manner that complies with all laws that apply to you. If your use of the Services is prohibited by applicable laws, then you aren’t authorized to use the Services. We - can’t and won’t be responsible for your using the Services in a way that breaks the law.

-

You will not share your account or password with anyone, and you must protect the security of your account and your password. You’re responsible for any activity associated with your account.

- -

Your use of the Services is subject to the following additional restrictions:

-

You represent, warrant, and agree that you will not contribute any Content or User Submission (each of those terms is defined below) or otherwise use the Services or interact with the Services in a manner that:

-

(a) Infringes or violates the intellectual property rights or any other rights of anyone else (including roadmap.sh); (b) Violates any law or regulation, including any applicable export control laws; (c) Is harmful, fraudulent, deceptive, threatening, harassing, defamatory, obscene, or otherwise objectionable; (d) - Jeopardizes the security of your roadmap.sh account or anyone else’s (such as allowing someone else to log in to the Services as you); (e) Attempts, in any manner, to obtain the password, account, or other security information from any other user; (f) Violates the security of any computer network, or cracks any passwords or - security encryption codes; (g) Runs Maillist, Listserv, any form of auto-responder or “spam” on the Services, or any processes that run or are activated while you are not logged into the Services, or that otherwise interfere with the proper working of the Services (including by placing an unreasonable load on the Services’ - infrastructure); (h) “Crawls,” “scrapes,” or “spiders” any page, data, or portion of or relating to the Services or Content (through use of manual or automated means); (i) Copies or stores any significant portion of the Content; (j) Decompiles, reverse engineers, or otherwise attempts to obtain the source code or underlying - ideas or information of or relating to the Services.

-

A violation of any of the foregoing is grounds for termination of your right to use or access the Services.

- -

What are my rights in roadmap.sh?

-

The materials displayed or performed or available on or through the Services, including, but not limited to, text, graphics, data, articles, photos, images, illustrations, User Submissions, and so forth (all of the foregoing, the “Content”) are protected by copyright and/or other intellectual property laws. You promise to - abide - by all copyright notices, trademark rules, information, and restrictions contained in any Content you access through the Services, and you won’t use, copy, reproduce, modify, translate, publish, broadcast, transmit, distribute, perform, upload, display, license, sell or otherwise exploit for any purpose any Content not owned - by - you, (i) without the prior consent of the owner of that Content or (ii) in a way that violates someone else’s (including roadmap.sh’s) rights.

-

You understand that roadmap.sh owns the Services. You won’t modify, publish, transmit, participate in the transfer or sale of, reproduce (except as expressly provided in this Section), create derivative works based on, or otherwise exploit any of the Services.

-

The Services may allow you to copy or download certain Content; please remember that just because this functionality exists, doesn’t mean that all the restrictions above don’t apply – they do!

- -

Do I have to grant any licenses to roadmap.sh or to other users?

-

Anything you post, upload, share, store, or otherwise provide through the Services is your “User Submission.” Some User Submissions are viewable by other users. In order to display your User Submissions on the Services, and to allow other users to enjoy them (where applicable), you grant us certain rights in those User - Submissions. Please note that all of the following licenses are subject to our Privacy Policy to the extent they relate to User Submissions that are also your personally-identifiable information.

-

For all User Submissions, you hereby grant roadmap.sh a license to translate, modify (for technical purposes, for example making sure your content is viewable on an iPhone as well as a computer) and reproduce and otherwise act with respect to such User Submissions, in each case to enable us to operate the Services, as - described in more detail below. This is a license only – your ownership in User Submissions is not affected.

-

If you store a User Submission in your own personal roadmap.sh account, in a manner that is not viewable by any other user except you (a “Personal User Submission”), you grant roadmap.sh the license above, as well as a license to display, perform, and distribute your Personal User Submission for the sole purpose of making - that Personal User Submission accessible to you and providing the Services necessary to do so.

-

If you share a User Submission only in a manner that only certain specified users can view (for example, a private message to one or more other users) (a “Limited Audience User Submission”), then you grant roadmap.sh the licenses above, as well as a license to display, perform, and distribute your Limited Audience User - Submission for the sole purpose of making that Limited Audience User Submission accessible to such other specified users, and providing the Services necessary to do so. Also, you grant such other specified users a license to access that Limited Audience User Submission, and to use and exercise all rights in it, as permitted by - the functionality of the Services.

-

If you share a User Submission publicly on the Services and/or in a manner that more than just you or certain specified users can view, or if you provide us (in a direct email or otherwise) with any feedback, suggestions, improvements, enhancements, and/or feature requests relating to the Services] (each of the foregoing, a - “Public User Submission”), then you grant roadmap.sh the licenses above, as well as a license to display, perform, and distribute your Public User Submission for the purpose of making that Public User Submission accessible to all roadmap.sh users and providing the Services necessary to do so, as well as all other rights - necessary to use and exercise all rights in that Public User Submission in connection with the Services and/or otherwise in connection with roadmap.sh’s business for any purpose, provided that roadmap.sh will try to notify you if it uses your Public User Submission for any reason other than displaying it on the Services. - Also, you grant all other users of the Services a license to access that Public User Submission, and to use and exercise all rights in it, as permitted by the functionality of the Services.

-

You agree that the licenses you grant are royalty-free, perpetual, sublicenseable, irrevocable, and worldwide, provided that when you delete your roadmap.sh account, we will stop displaying your User Submissions (other than Public User Submissions, which may remain fully available)] to other users (if applicable), but you - understand and agree that it may not be possible to completely delete that content from roadmap.sh’s records, and that your User Submissions may remain viewable elsewhere to the extent that they were copied or stored by other users.

-

Finally, you understand and agree that roadmap.sh, in performing the required technical steps to provide the Services to our users (including you), may need to make changes to your User Submissions to conform and adapt those User Submissions to the technical requirements of connection networks, devices, services, or media, - and the foregoing licenses include the rights to do so.

- -

What if I see something on the Services that infringes my copyright?

-

You may have heard of the Digital Millennium Copyright Act (the “DMCA”), as it relates to online service providers, like roadmap.sh, being asked to remove material that allegedly violates someone’s copyright. We respect others’ intellectual property rights, and we reserve the right to delete or disable Content alleged to be - infringing, and to terminate the accounts of repeat alleged infringers.

- -

Who is responsible for what I see and do on the Services?

-

Any information or content publicly posted or privately transmitted through the Services is the sole responsibility of the person from whom such content originated, and you access all such information and content at your own risk, and we aren’t liable for any errors or omissions in that information or content or for any - damages - or loss you might suffer in connection with it. We cannot control and have no duty to take any action regarding how you may interpret and use the Content or what actions you may take as a result of having been exposed to the Content, and you hereby release us from all liability for you having acquired or not acquired Content - through the Services. We can’t guarantee the identity of any users with whom you interact in using the Services and are not responsible for which users gain access to the Services.

-

You are responsible for all Content you contribute, in any manner, to the Services, and you represent and warrant you have all rights necessary to do so, in the manner in which you contribute it. You will keep all your registration information accurate and current. You are responsible for all your activity in connection with - the Services.

-

The Services may contain links or connections to third party websites or services that are not owned or controlled by roadmap.sh. When you access third party websites or use third party services, you accept that there are risks in doing so, and that roadmap.sh is not responsible for such risks. We encourage you to be - aware when you leave the Services and to read the terms and conditions and privacy policy of each third party website or service that you visit or utilize.

-

roadmap.sh has no control over, and assumes no responsibility for, the content, accuracy, privacy policies, or practices of or opinions expressed in any third party websites or by any third party that you interact with through the Services. In addition, roadmap.sh will not and cannot monitor, verify, censor or edit the - content of any third party site or service. By using the Services, you release and hold us harmless from any and all liability arising from your use of any third party website or service.

-

Your interactions with organizations and/or individuals found on or through the Services, including payment and delivery of goods or services, and any other terms, conditions, warranties or representations associated with such dealings, are solely between you and such organizations and/or individuals. You should make whatever - investigation you feel necessary or appropriate before proceeding with any online or offline transaction with any of these third parties. You agree that roadmap.sh shall not be responsible or liable for any loss or damage of any sort incurred as the result of any such dealings.

-

If there is a dispute between participants on this site, or between users and any third party, you agree that roadmap.sh is under no obligation to become involved. In the event that you have a dispute with one or more other users, you release roadmap.sh, its officers, employees, agents, and successors from claims, - demands, and damages of every kind or nature, known or unknown, suspected or unsuspected, disclosed or undisclosed, arising out of or in any way related to such disputes and/or our Services. If you are a California resident, you shall and hereby do waive California Civil Code Section 1542, which says: "A general release does - not - extend to claims which the creditor does not know or suspect to exist in his or her favor at the time of executing the release, which, if known by him or her must have materially affected his or her settlement with the debtor."

- -

Will roadmap.sh ever change the Services?

-

We’re always trying to improve the Services, so they may change over time. We may suspend or discontinue any part of the Services, or we may introduce new features or impose limits on certain features or restrict access to parts or all of the Services. We’ll try to give you notice when we make a material change to the - Services - that would adversely affect you, but this isn’t always practical. Similarly, we reserve the right to remove any Content from the Services at any time, for any reason (including, but not limited to, if someone alleges you contributed that Content in violation of these Terms), in our sole discretion, and without notice.

- -

Does roadmap.sh cost anything?

-

The roadmap.sh Services are currently free, but we reserve the right to charge for certain or all Services in the future. We will notify you before any Services you are then using begin carrying a fee, and if you wish to continue using such Services, you must pay all applicable fees for such Services.

- -

What if I want to stop using roadmap.sh?

-

You’re free to do that at any time, by contacting us at kamran@roadmap.sh; please refer to our Privacy Policy, as well as the licenses above, to understand how we treat information you provide to us after you have stopped using our Services. roadmap.sh is also free to - terminate (or suspend access to) your use of the Services or your account, for any reason in our discretion, including your breach of these Terms. roadmap.sh has the sole right to decide whether you are in violation of any of the restrictions set forth in these Terms.

-

Account termination may result in destruction of any Content associated with your account, so keep that in mind before you decide to terminate your account. We will try to provide advance notice to you prior to our terminating your account so that you are able to retrieve any important User Submissions you may have stored in - your account (to the extent allowed by law and these Terms), but we may not do so if we determine it would be impractical, illegal, not in the interest of someone’s safety or security, or otherwise harmful to the rights or property of roadmap.sh.

-

Provisions that, by their nature, should survive termination of these Terms shall survive termination. By way of example, all of the following will survive termination: any obligation you have to pay us or indemnify us, any limitations on our liability, any terms regarding ownership or intellectual property rights, and terms - regarding disputes between us.

- -

What if I use roadmap.sh via an app available on the Apple App Store?

-

These Terms apply to your use of all the Services, including the iOS applications available via the Apple, Inc. (“Apple”) App Store (the “Application”), but the following additional terms also apply to the Application:

-

(a) Both you and roadmap.sh acknowledge that the Terms are concluded between you and roadmap.sh only, and not with Apple, and that Apple is not responsible for the Application or the Content; (b) The Application is licensed to you on a limited, non-exclusive, non-transferrable, non-sublicensable basis, solely to be used - in connection with the Services for your private, personal, non-commercial use, subject to all the terms and conditions of these Terms as they are applicable to the Services; (c) You will only use the Application in connection with an Apple device that you own or control; (d) You acknowledge and agree that Apple has no - obligation whatsoever to furnish any maintenance and support services with respect to the Application; (e) In the event of any failure of the Application to conform to any applicable warranty, including those implied by law, you may notify Apple of such failure; upon notification, Apple’s sole warranty obligation to you will - be - to refund to you the purchase price, if any, of the Application; (f) You acknowledge and agree that roadmap.sh, and not Apple, is responsible for addressing any claims you or any third party may have in relation to the Application; (g) You acknowledge and agree that, in the event of any third party claim that the Application - or your possession and use of the Application infringes that third party’s intellectual property rights, roadmap.sh, and not Apple, will be responsible for the investigation, defense, settlement and discharge of any such infringement claim; (h) You represent and warrant that you are not located in a country subject to a U.S. - Government embargo, or that has been designated by the U.S. Government as a “terrorist supporting” country, and that you are not listed on any U.S. Government list of prohibited or restricted parties; (i) Both you and roadmap.sh acknowledge and agree that, in your use of the Application, you will comply with any applicable - third party terms of agreement which may affect or be affected by such use; and (j) Both you and roadmap.sh acknowledge and agree that Apple and Apple’s subsidiaries are third party beneficiaries of these Terms, and that upon your acceptance of these Terms, Apple will have the right (and will be deemed to have accepted the - right) to enforce these Terms against you as the third party beneficiary hereof.

- -

What are roadmap.sh's Terms of Sale?

-

If you purchase any goods or services or license any software through the site whether or not in connection with an Offer or Discount, in addition to agreeing to these Terms of Use, you are agreeing to the Terms of Sale, available here.

- -

What else do I need to know?

-

Warranty Disclaimer. Neither roadmap.sh nor its licensors or suppliers makes any representations or warranties concerning any content contained in or accessed through the Services, and we will not be responsible or liable for the accuracy, copyright compliance, legality, or decency of material contained in or accessed - through the Services. We (and our licensors and suppliers) make no representations or warranties regarding suggestions or recommendations of services or products offered or purchased through the Services. Products and services purchased or offered (whether or not following such recommendations and suggestions) through the - Services are provided “AS IS” and without any warranty of any kind from roadmap.sh or others (unless, with respect to such others only, provided expressly and unambiguously in writing by a designated third party for a specific product). THE SERVICES AND CONTENT ARE PROVIDED BY ROADMAP.SH (AND ITS LICENSORS AND SUPPLIERS) - ON AN “AS-IS” BASIS, WITHOUT WARRANTIES OR ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, OR THAT USE OF THE SERVICES WILL BE UNINTERRUPTED OR ERROR-FREE. SOME STATES DO NOT ALLOW LIMITATIONS ON HOW LONG AN IMPLIED - WARRANTY LASTS, SO THE ABOVE LIMITATIONS MAY NOT APPLY TO YOU.

-

Limitation of Liability. TO THE FULLEST EXTENT ALLOWED BY APPLICABLE LAW, UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, TORT, CONTRACT, STRICT LIABILITY, OR OTHERWISE) SHALL ROADMAP.SH (OR ITS LICENSORS OR SUPPLIERS) BE LIABLE TO YOU OR TO ANY OTHER PERSON FOR (A) ANY INDIRECT, SPECIAL, - INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY KIND, INCLUDING DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, ACCURACY OF RESULTS, OR COMPUTER FAILURE OR MALFUNCTION, OR (B) ANY AMOUNT, IN THE AGGREGATE, IN EXCESS OF THE GREATER OF (I) $100 OR (II) THE AMOUNTS PAID BY YOU TO ROADMAP.SH IN CONNECTION WITH THE SERVICES - IN THE TWELVE (12) MONTH PERIOD PRECEDING THIS APPLICABLE CLAIM, OR (III) ANY MATTER BEYOND OUR REASONABLE CONTROL. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF CERTAIN DAMAGES, SO THE ABOVE LIMITATION AND EXCLUSIONS MAY NOT APPLY TO YOU.

-

Indemnity. To the fullest extent allowed by applicable law, You agree to indemnify and hold roadmap.sh, its affiliates, officers, agents, employees, and partners harmless from and against any and all claims, liabilities, damages (actual and consequential), losses and expenses (including attorneys’ fees) arising from or in - any way related to any third party claims relating to (a) your use of the Services (including any actions taken by a third party using your account), and (b) your violation of these Terms. In the event of such a claim, suit, or action (“Claim”), we will attempt to provide notice of the Claim to the contact information we have - for your account (provided that failure to deliver such notice shall not eliminate or reduce your indemnification obligations hereunder).

-

Assignment. You may not assign, delegate or transfer these Terms or your rights or obligations hereunder, or your Services account, in any way (by operation of law or otherwise) without roadmap.sh’s prior written consent. We may transfer, assign, or delegate these Terms and our rights and obligations without consent.

-

Choice of Law; Arbitration. These Terms are governed by and will be construed under the laws of the State of California, without regard to the conflicts of laws provisions thereof. Any dispute arising from or relating to the subject matter of these Terms shall be finally settled in San Francisco County, California, in - English, - in accordance with the Streamlined Arbitration Rules and Procedures of Judicial Arbitration and Mediation Services, Inc. ("JAMS") then in effect, by one commercial arbitrator with substantial experience in resolving intellectual property and commercial contract disputes, who shall be selected from the appropriate list of JAMS - arbitrators in accordance with such Rules. Judgment upon the award rendered by such arbitrator may be entered in any court of competent jurisdiction. Notwithstanding the foregoing obligation to arbitrate disputes, each party shall have the right to pursue injunctive or other equitable relief at any time, from any court of - competent jurisdiction. For all purposes of this Agreement, the parties consent to exclusive jurisdiction and venue in the state or federal courts located in, respectively, San Francisco County, California, or the Northern District of California. Any arbitration under this Agreement will take place on an individual basis: - class - arbitrations and class actions are not permitted. YOU UNDERSTAND AND AGREE THAT BY ENTERING INTO THIS AGREEMENT, YOU AND ROADMAP.SH ARE EACH WAIVING THE RIGHT TO TRIAL BY JURY OR TO PARTICIPATE IN A CLASS ACTION.

-

Miscellaneous. You will be responsible for paying, withholding, filing, and reporting all taxes, duties, and other governmental assessments associated with your activity in connection with the Services, provided that roadmap.sh may, in its sole discretion, do any of the foregoing on your behalf or for itself as it sees fit. - The failure of either you or us to exercise, in any way, any right herein shall not be deemed a waiver of any further rights hereunder. If any provision of these Terms is found to be unenforceable or invalid, that provision will be limited or eliminated, to the minimum extent necessary, so that these Terms shall otherwise - remain - in full force and effect and enforceable. You and roadmap.sh agree that these Terms are the complete and exclusive statement of the mutual understanding between you and roadmap.sh, and that it supersedes and cancels all previous written and oral agreements, communications and other understandings relating to the subject - matter of these Terms. You hereby acknowledge and agree that you are not an employee, agent, partner, or joint venture of roadmap.sh, and you do not have any authority of any kind to bind roadmap.sh in any respect whatsoever. Except as expressly set forth in the section above regarding the Apple Application, you and roadmap.sh - agree there are no third party beneficiaries intended under these Terms.

-
-
- -
-
-); - -export default Terms; diff --git a/pages/watch.js b/pages/watch.js deleted file mode 100644 index 7305511b7..000000000 --- a/pages/watch.js +++ /dev/null @@ -1,161 +0,0 @@ -import { faEnvelope } from '@fortawesome/free-solid-svg-icons'; -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; -import DefaultLayout from 'layouts/default/index'; -import SiteNav from 'components/site-nav'; -import PageFooter from 'components/page-footer'; -import PageHeader from 'components/page-header'; -import RowBlock from 'components/row-block'; -import { BadgeLink, BadgesList, PrimaryBadge, SecondaryBadge } from 'components/badges'; -import Helmet from 'components/helmet'; -import { faYoutube } from '@fortawesome/free-brands-svg-icons'; - - -const WatchList = () => ( - - - -
- - - - - - YouTube Channel - - - - - - Send me Updates - - - - -
-
-
-
- - - - - - - - - - - - - - - - - - - -
-
-
- -
-); - -export default WatchList; diff --git a/postcss.config.js b/postcss.config.js deleted file mode 100644 index c853e4940..000000000 --- a/postcss.config.js +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = { - plugins: { - 'postcss-css-variables': {}, - 'autoprefixer': {}, - }, -}; \ No newline at end of file diff --git a/public/authors/dmytrobol.png b/public/authors/dmytrobol.png deleted file mode 100644 index 5bdc96cb8..000000000 Binary files a/public/authors/dmytrobol.png and /dev/null differ diff --git a/public/authors/ebrahimbharmal007.png b/public/authors/ebrahimbharmal007.png deleted file mode 100644 index 148e9f2be..000000000 Binary files a/public/authors/ebrahimbharmal007.png and /dev/null differ diff --git a/public/authors/jesse.png b/public/authors/jesse.png deleted file mode 100644 index a02fc7972..000000000 Binary files a/public/authors/jesse.png and /dev/null differ diff --git a/public/authors/kamranahmedse.jpeg b/public/authors/kamranahmedse.jpeg deleted file mode 100644 index 5c743b583..000000000 Binary files a/public/authors/kamranahmedse.jpeg and /dev/null differ diff --git a/public/authors/spekulatius.jpg b/public/authors/spekulatius.jpg deleted file mode 100644 index 9061fe242..000000000 Binary files a/public/authors/spekulatius.jpg and /dev/null differ diff --git a/public/brand-square.png b/public/brand-square.png deleted file mode 100644 index e98c0d821..000000000 Binary files a/public/brand-square.png and /dev/null differ diff --git a/public/brand.png b/public/brand.png deleted file mode 100755 index e1791bae4..000000000 Binary files a/public/brand.png and /dev/null differ diff --git a/public/brand.svg b/public/brand.svg deleted file mode 100644 index 3e1321787..000000000 --- a/public/brand.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/public/fm-img.png b/public/fm-img.png deleted file mode 100644 index 7fa7233d4..000000000 Binary files a/public/fm-img.png and /dev/null differ diff --git a/public/guides/asymptotic-notation.png b/public/guides/asymptotic-notation.png deleted file mode 100644 index 8e7f17e53..000000000 Binary files a/public/guides/asymptotic-notation.png and /dev/null differ diff --git a/public/guides/bash-vs-shell.jpeg b/public/guides/bash-vs-shell.jpeg deleted file mode 100644 index b5ea28aef..000000000 Binary files a/public/guides/bash-vs-shell.jpeg and /dev/null differ diff --git a/public/guides/basic-authentication.png b/public/guides/basic-authentication.png deleted file mode 100644 index 7b8992571..000000000 Binary files a/public/guides/basic-authentication.png and /dev/null differ diff --git a/public/guides/big-o-notation.png b/public/guides/big-o-notation.png deleted file mode 100644 index 1afe6efca..000000000 Binary files a/public/guides/big-o-notation.png and /dev/null differ diff --git a/public/guides/character-encodings.png b/public/guides/character-encodings.png deleted file mode 100644 index 961c4f085..000000000 Binary files a/public/guides/character-encodings.png and /dev/null differ diff --git a/public/guides/ci-cd.png b/public/guides/ci-cd.png deleted file mode 100644 index ded525fae..000000000 Binary files a/public/guides/ci-cd.png and /dev/null differ diff --git a/public/guides/dhcp.png b/public/guides/dhcp.png deleted file mode 100644 index 360c8a9cc..000000000 Binary files a/public/guides/dhcp.png and /dev/null differ diff --git a/public/guides/jwt-authentication.png b/public/guides/jwt-authentication.png deleted file mode 100644 index 0e015e887..000000000 Binary files a/public/guides/jwt-authentication.png and /dev/null differ diff --git a/public/guides/oauth.png b/public/guides/oauth.png deleted file mode 100644 index 591fbf179..000000000 Binary files a/public/guides/oauth.png and /dev/null differ diff --git a/public/guides/project-history.png b/public/guides/project-history.png deleted file mode 100644 index 7ea6f87a0..000000000 Binary files a/public/guides/project-history.png and /dev/null differ diff --git a/public/guides/proxy/forward-proxy.png b/public/guides/proxy/forward-proxy.png deleted file mode 100644 index f68a56e09..000000000 Binary files a/public/guides/proxy/forward-proxy.png and /dev/null differ diff --git a/public/guides/proxy/proxy-example.png b/public/guides/proxy/proxy-example.png deleted file mode 100644 index 11cf6edf4..000000000 Binary files a/public/guides/proxy/proxy-example.png and /dev/null differ diff --git a/public/guides/proxy/reverse-proxy.png b/public/guides/proxy/reverse-proxy.png deleted file mode 100644 index 95a0be4db..000000000 Binary files a/public/guides/proxy/reverse-proxy.png and /dev/null differ diff --git a/public/guides/random-numbers.png b/public/guides/random-numbers.png deleted file mode 100644 index 7a41a271e..000000000 Binary files a/public/guides/random-numbers.png and /dev/null differ diff --git a/public/guides/scaling-databases.svg b/public/guides/scaling-databases.svg deleted file mode 100644 index 855105dc9..000000000 --- a/public/guides/scaling-databases.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/guides/session-authentication.png b/public/guides/session-authentication.png deleted file mode 100644 index d35178077..000000000 Binary files a/public/guides/session-authentication.png and /dev/null differ diff --git a/public/guides/ssl-tls-https-ssh.png b/public/guides/ssl-tls-https-ssh.png deleted file mode 100644 index 4e997016c..000000000 Binary files a/public/guides/ssl-tls-https-ssh.png and /dev/null differ diff --git a/public/guides/sso.png b/public/guides/sso.png deleted file mode 100644 index a5ef85f4f..000000000 Binary files a/public/guides/sso.png and /dev/null differ diff --git a/public/guides/token-authentication.png b/public/guides/token-authentication.png deleted file mode 100644 index 40eb86755..000000000 Binary files a/public/guides/token-authentication.png and /dev/null differ diff --git a/public/guides/torrent-client/address.png b/public/guides/torrent-client/address.png deleted file mode 100644 index 0a11fa5fc..000000000 Binary files a/public/guides/torrent-client/address.png and /dev/null differ diff --git a/public/guides/torrent-client/bitfield.png b/public/guides/torrent-client/bitfield.png deleted file mode 100644 index cd4384281..000000000 Binary files a/public/guides/torrent-client/bitfield.png and /dev/null differ diff --git a/public/guides/torrent-client/choke.png b/public/guides/torrent-client/choke.png deleted file mode 100644 index 3c6d374e9..000000000 Binary files a/public/guides/torrent-client/choke.png and /dev/null differ diff --git a/public/guides/torrent-client/client-server-p2p.png b/public/guides/torrent-client/client-server-p2p.png deleted file mode 100644 index a119bff9d..000000000 Binary files a/public/guides/torrent-client/client-server-p2p.png and /dev/null differ diff --git a/public/guides/torrent-client/download.png b/public/guides/torrent-client/download.png deleted file mode 100644 index c5a8f86d0..000000000 Binary files a/public/guides/torrent-client/download.png and /dev/null differ diff --git a/public/guides/torrent-client/handshake.png b/public/guides/torrent-client/handshake.png deleted file mode 100644 index 262da0d9a..000000000 Binary files a/public/guides/torrent-client/handshake.png and /dev/null differ diff --git a/public/guides/torrent-client/info-hash-peer-id.png b/public/guides/torrent-client/info-hash-peer-id.png deleted file mode 100644 index ad343bde3..000000000 Binary files a/public/guides/torrent-client/info-hash-peer-id.png and /dev/null differ diff --git a/public/guides/torrent-client/info-hash.png b/public/guides/torrent-client/info-hash.png deleted file mode 100644 index 1afeda969..000000000 Binary files a/public/guides/torrent-client/info-hash.png and /dev/null differ diff --git a/public/guides/torrent-client/message.png b/public/guides/torrent-client/message.png deleted file mode 100644 index b70155a7c..000000000 Binary files a/public/guides/torrent-client/message.png and /dev/null differ diff --git a/public/guides/torrent-client/pieces.png b/public/guides/torrent-client/pieces.png deleted file mode 100644 index efd22f321..000000000 Binary files a/public/guides/torrent-client/pieces.png and /dev/null differ diff --git a/public/guides/torrent-client/pipelining.png b/public/guides/torrent-client/pipelining.png deleted file mode 100644 index bdfc029be..000000000 Binary files a/public/guides/torrent-client/pipelining.png and /dev/null differ diff --git a/public/guides/torrent-client/trackers.png b/public/guides/torrent-client/trackers.png deleted file mode 100644 index 8bbd6a84c..000000000 Binary files a/public/guides/torrent-client/trackers.png and /dev/null differ diff --git a/public/guides/unfamiliar-codebase.png b/public/guides/unfamiliar-codebase.png deleted file mode 100644 index 12e704966..000000000 Binary files a/public/guides/unfamiliar-codebase.png and /dev/null differ diff --git a/public/kamran.jpeg b/public/kamran.jpeg deleted file mode 100644 index 5c743b583..000000000 Binary files a/public/kamran.jpeg and /dev/null differ diff --git a/public/manifest/apple-touch-icon.png b/public/manifest/apple-touch-icon.png deleted file mode 100755 index 736fdfea2..000000000 Binary files a/public/manifest/apple-touch-icon.png and /dev/null differ diff --git a/public/manifest/favicon.ico b/public/manifest/favicon.ico deleted file mode 100755 index 3dca3a22c..000000000 Binary files a/public/manifest/favicon.ico and /dev/null differ diff --git a/public/manifest/icon152.png b/public/manifest/icon152.png deleted file mode 100755 index 2fa1f417c..000000000 Binary files a/public/manifest/icon152.png and /dev/null differ diff --git a/public/manifest/icon16.png b/public/manifest/icon16.png deleted file mode 100755 index 043b2b275..000000000 Binary files a/public/manifest/icon16.png and /dev/null differ diff --git a/public/manifest/icon196.png b/public/manifest/icon196.png deleted file mode 100755 index 63dbf37bb..000000000 Binary files a/public/manifest/icon196.png and /dev/null differ diff --git a/public/manifest/icon32.png b/public/manifest/icon32.png deleted file mode 100755 index 90706bc95..000000000 Binary files a/public/manifest/icon32.png and /dev/null differ diff --git a/public/manifest/manifest.json b/public/manifest/manifest.json deleted file mode 100644 index 815f08662..000000000 --- a/public/manifest/manifest.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "dir": "ltr", - "lang": "en", - "name": "Roadmap", - "scope": "/", - "display": "standalone", - "start_url": "https://roadmap.sh/", - "short_name": "Roadmap", - "theme_color": "#EDD07E", - "description": "Roadmaps to becoming a Modern Developer – roadmap.sh", - "orientation": "any", - "background_color": "#101010", - "related_applications": [], - "prefer_related_applications": false, - "icons": [ - { - "src": "/manifest/icon152.png", - "sizes": "152x152", - "type": "image/png" - }, - { - "src": "/manifest/icon196.png", - "sizes": "196x196", - "type": "image/png" - } - ] -} diff --git a/public/roadmaps/android/build-an-application.png b/public/roadmaps/android/build-an-application.png deleted file mode 100644 index 7f9859bae..000000000 Binary files a/public/roadmaps/android/build-an-application.png and /dev/null differ diff --git a/public/roadmaps/android/git-github.png b/public/roadmaps/android/git-github.png deleted file mode 100644 index aa380fc36..000000000 Binary files a/public/roadmaps/android/git-github.png and /dev/null differ diff --git a/public/roadmaps/android/pick-language.png b/public/roadmaps/android/pick-language.png deleted file mode 100644 index 2665970a9..000000000 Binary files a/public/roadmaps/android/pick-language.png and /dev/null differ diff --git a/public/roadmaps/android/pick-language.svg b/public/roadmaps/android/pick-language.svg deleted file mode 100644 index 03451210a..000000000 --- a/public/roadmaps/android/pick-language.svg +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/roadmaps/android/roadmap.png b/public/roadmaps/android/roadmap.png deleted file mode 100644 index d850f4259..000000000 Binary files a/public/roadmaps/android/roadmap.png and /dev/null differ diff --git a/public/roadmaps/android/roadmap.svg b/public/roadmaps/android/roadmap.svg deleted file mode 100644 index 5ee78b50d..000000000 --- a/public/roadmaps/android/roadmap.svg +++ /dev/null @@ -1,559 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/roadmaps/android/the-fundamentals.png b/public/roadmaps/android/the-fundamentals.png deleted file mode 100644 index 412d5a0a5..000000000 Binary files a/public/roadmaps/android/the-fundamentals.png and /dev/null differ diff --git a/public/roadmaps/backend.png b/public/roadmaps/backend.png deleted file mode 100644 index d35bc6d0b..000000000 Binary files a/public/roadmaps/backend.png and /dev/null differ diff --git a/public/roadmaps/devops.png b/public/roadmaps/devops.png deleted file mode 100644 index 8cdeeaf3f..000000000 Binary files a/public/roadmaps/devops.png and /dev/null differ diff --git a/public/roadmaps/frontend.png b/public/roadmaps/frontend.png deleted file mode 100644 index b2a6f42fb..000000000 Binary files a/public/roadmaps/frontend.png and /dev/null differ diff --git a/public/roadmaps/intro.png b/public/roadmaps/intro.png deleted file mode 100644 index 9e5c2b7e3..000000000 Binary files a/public/roadmaps/intro.png and /dev/null differ diff --git a/public/roadmaps/pdf/backend.pdf b/public/roadmaps/pdf/backend.pdf deleted file mode 100644 index f631e39b9..000000000 Binary files a/public/roadmaps/pdf/backend.pdf and /dev/null differ diff --git a/public/roadmaps/pdf/devops.pdf b/public/roadmaps/pdf/devops.pdf deleted file mode 100644 index 6849c8ceb..000000000 Binary files a/public/roadmaps/pdf/devops.pdf and /dev/null differ diff --git a/public/roadmaps/pdf/frontend.pdf b/public/roadmaps/pdf/frontend.pdf deleted file mode 100644 index ef144f721..000000000 Binary files a/public/roadmaps/pdf/frontend.pdf and /dev/null differ diff --git a/public/roadmaps/react.png b/public/roadmaps/react.png deleted file mode 100644 index 206224dbb..000000000 Binary files a/public/roadmaps/react.png and /dev/null differ diff --git a/public/sitemap.xml b/public/sitemap.xml deleted file mode 100644 index a54fb887d..000000000 --- a/public/sitemap.xml +++ /dev/null @@ -1,249 +0,0 @@ - - - - https://roadmap.sh/frontend - monthly - 2020-07-20T21:01:02.296Z - 1.0 - - - https://roadmap.sh/backend - monthly - 2020-01-29T07:49:29.705Z - 1.0 - - - https://roadmap.sh/devops - monthly - 2020-01-29T07:49:29.706Z - 1.0 - - - https://roadmap.sh/android - monthly - 2020-09-19T14:19:16.141Z - 1.0 - - - https://roadmap.sh/postgresql-dba - monthly - 2020-09-19T14:19:16.142Z - 1.0 - - - https://roadmap.sh/react - monthly - 2020-09-19T14:19:16.143Z - 1.0 - - - https://roadmap.sh/qa - monthly - 2020-09-19T14:19:16.144Z - 1.0 - - - https://roadmap.sh/guides/project-history - monthly - 2020-07-16T19:59:14.191Z - 1.0 - - - https://roadmap.sh/guides/ci-cd - monthly - 2020-07-09T19:59:14.191Z - 1.0 - - - https://roadmap.sh/guides/sso - monthly - 2020-07-01T19:59:14.191Z - 1.0 - - - https://roadmap.sh/guides/oauth - monthly - 2020-06-28T19:59:14.191Z - 1.0 - - - https://roadmap.sh/guides/jwt-authentication - monthly - 2020-06-20T19:59:14.191Z - 1.0 - - - https://roadmap.sh/guides/token-authentication - monthly - 2020-06-02T20:59:14.191Z - 1.0 - - - https://roadmap.sh/guides/session-authentication - monthly - 2020-05-26T20:59:14.191Z - 1.0 - - - https://roadmap.sh/guides/basic-authentication - monthly - 2020-05-19T20:59:14.191Z - 1.0 - - - https://roadmap.sh/guides/character-encodings - monthly - 2020-05-14T20:59:14.191Z - 1.0 - - - https://roadmap.sh/guides/unfamiliar-codebase - monthly - 2020-05-04T20:59:14.191Z - 1.0 - - - https://roadmap.sh/guides/why-build-it-and-they-will-come-wont-work-anymore - monthly - 2020-05-04T12:59:14.191Z - 1.0 - - - https://roadmap.sh/guides/dhcp-in-one-picture - monthly - 2020-04-28T15:48:21.191Z - 1.0 - - - https://roadmap.sh/guides/ssl-tls-https-ssh - monthly - 2020-04-22T15:48:21.191Z - 1.0 - - - https://roadmap.sh/guides/asymptotic-notation - monthly - 2020-04-03T15:48:21.191Z - 1.0 - - - https://roadmap.sh/guides/big-o-notation - monthly - 2020-03-15T15:48:21.191Z - 1.0 - - - https://roadmap.sh/guides/random-numbers - monthly - 2020-03-14T15:48:21.191Z - 1.0 - - - https://roadmap.sh/guides/scaling-databases - monthly - 2020-02-18T15:48:21.191Z - 1.0 - - - https://roadmap.sh/guides/what-is-internet - monthly - 2020-02-29T15:48:21.191Z - 1.0 - - - https://roadmap.sh/guides/torrent-client - monthly - 2020-01-17T15:48:21.191Z - 1.0 - - - https://roadmap.sh/guides/levels-of-seniority - monthly - 2019-12-03T12:13:00.860Z - 1.0 - - - https://roadmap.sh/guides/design-patterns-for-humans - monthly - 2019-10-09T12:00:00.860Z - 1.0 - - - https://roadmap.sh/guides/journey-to-http2 - monthly - 2018-12-04T12:00:00.860Z - 1.0 - - - https://roadmap.sh/guides/dns-in-one-picture - monthly - 2018-12-04T12:00:00.860Z - 1.0 - - - https://roadmap.sh/guides/http-caching - monthly - 2018-11-29T17:00:00.860Z - 1.0 - - - https://roadmap.sh/guides/history-of-javascript - monthly - 2017-10-28T17:00:00.860Z - 1.0 - - - https://roadmap.sh/guides/proxy-servers - monthly - 2020-07-24T12:40:18 - 1.0 - - - https://roadmap.sh/about - monthly - 2020-01-29T07:49:37.090Z - 0.8 - - - https://roadmap.sh/guides - monthly - 2020-06-21T19:06:10.218Z - 1.0 - - - https://roadmap.sh/ - monthly - 2020-05-25T18:33:29.749Z - 1.0 - - - https://roadmap.sh/podcasts - monthly - 2020-06-21T21:52:29.496Z - 1.0 - - - https://roadmap.sh/roadmaps - monthly - 2020-07-17T11:14:28.608Z - 1.0 - - - https://roadmap.sh/signup - monthly - 2020-01-29T07:49:37.091Z - 0.9 - - - https://roadmap.sh/sponsors - monthly - 2020-02-23T07:24:00.533Z - 0.5 - - - https://roadmap.sh/watch - monthly - 2020-09-19T08:07:30.722Z - 1.0 - - \ No newline at end of file diff --git a/public/sponsors/heart-eyes.svg b/public/sponsors/heart-eyes.svg deleted file mode 100644 index 7eb5c5913..000000000 --- a/public/sponsors/heart-eyes.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/sponsors/youtube.svg b/public/sponsors/youtube.svg deleted file mode 100644 index cc2558ae9..000000000 --- a/public/sponsors/youtube.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/readme.md b/readme.md deleted file mode 100644 index 1dd1e7bdf..000000000 --- a/readme.md +++ /dev/null @@ -1,39 +0,0 @@ -

- -

roadmap.sh

-

Community driven roadmaps, articles and resources for developers

-

- - roadmaps - - - roadmaps - - - roadmaps - -

-

- -[roadmap.sh](https://roadmap.sh) is the community effort to create knowledge that is approachable for the developers. - -The website is built with Next.js, contains roadmaps which are the step by step guides for developers, guides which are the easier to understand explanations on the complex topics. Anyone can contribute to the website by suggesting changes to existing paths, adding learning resources, becoming an author by adding new guides, updating the existing guides. - -## Development - -Clone the repository, install the dependencies and start the application - -```bash -git clone https://github.com/kamranahmedse/roadmap.sh -yarn install -yarn dev -``` - -## Contributions - -* Add new Roadmap -* Suggest changes to existing roadmap -* Write an article -* Improve the site's codebase -* Write tests - diff --git a/scripts/build.sh b/scripts/build.sh deleted file mode 100755 index bc28125d3..000000000 --- a/scripts/build.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash - -NODE_ENV=prod next build -NODE_ENV=prod next export -echo 'roadmap.sh' > out/CNAME -touch out/.nojekyll diff --git a/scripts/path-map.js b/scripts/path-map.js deleted file mode 100644 index bc82548a7..000000000 --- a/scripts/path-map.js +++ /dev/null @@ -1,109 +0,0 @@ -const path = require('path'); -const glob = require('glob'); -const fs = require('fs'); - -const roadmaps = require('../content/roadmaps.json'); -const guides = require('../content/guides.json'); - -const PAGES_PATH = path.join(__dirname, '../pages'); -const ROADMAPS_PATH = path.join(__dirname, '../content/roadmaps'); - -/** - * Generate the page routes from the page files inside `/pages` - * directory. Gives the format understood by next - * { - * '/slug': { page: '/path/to-file' } - * } - */ -const getPageRoutes = () => { - const files = glob.sync(`${PAGES_PATH}/**/*.js`, { - ignore: [ - '**/_*.js', // private non-page files e.g. _document.js - '**/[[]*[]].js', // Ignore dynamic pages i.e. `page/[something].js` files - '**/[[]*[]]/*.js', // Ignore files inside dynamic pages i.e. `[something]/abc.js` - ], - }); - - const pageRoutes = {}; - files.forEach(file => { - const pageName = file.replace(PAGES_PATH, '').replace('.js', ''); - const pagePath = pageName.replace('/index', '') || '/'; - - pageRoutes[pagePath] = { page: `${pageName}` } - }); - - return pageRoutes; -}; - -/** - * Generates routes for guide pages - * @returns {*} - */ -const getGuideRoutes = () => { - return guides.reduce((acc, guide) => { - const [, , slug] = guide.url.split('/'); - return { - ...acc, - [guide.url]: { - page: '/guides/[guide]', - query: slug, - }, - }; - }, {}); -}; - -/** - * Generates routes for each of the roadmap and its respective versions - * @returns {*} - */ -const getRoadmapRoutes = () => { - return roadmaps.reduce((roadmapRoutes, roadmap) => { - const pages = Object.values(roadmap.sidebar || {}) - .reduce((acc, menuPages) => { - return [ - ...acc, - ...menuPages - ] - }, []); - - return { - ...roadmapRoutes, - // Default roadmap path i.e. `{ '/frontend': { page: '/[roadmap]', query: 'frontend' }` - [roadmap.url]: { - page: '/[roadmap]', - query: roadmap.url.replace(/\/+/, ''), - }, - [`${roadmap.url}/resources`]: { - page: '/[roadmap]/resources', - query: roadmap.url.replace(/\/+/, ''), - }, - // Routes for all the pages inside this directory - ...pages.reduce((pageRoutes, page) => { - return { - ...pageRoutes, - [page.url]: { - page: '/[roadmap]/[page]', - query: page.url.replace(/^\//, '') - } - }; - }, {}) - }; - }, {}); -}; - -/** - * Generates the path-map understood by next.js - * @returns {{}} - */ -const getPathMap = () => () => ({ - ...getPageRoutes(), - ...getGuideRoutes(), - ...getRoadmapRoutes(), -}); - -module.exports = { - getPageRoutes, - getGuideRoutes, - getRoadmapRoutes, - getPathMap, -}; diff --git a/scripts/roadmaps-meta.js b/scripts/roadmaps-meta.js deleted file mode 100644 index a7d80851d..000000000 --- a/scripts/roadmaps-meta.js +++ /dev/null @@ -1,92 +0,0 @@ -const fs = require('fs'); -const path = require('path'); -const exec = require('child_process').execSync; - -const STORAGE_PATH = path.join(__dirname, '../content'); -const ROADMAPS_PATH = path.join(__dirname, '../content/roadmaps'); -const META_FILE_PATH = path.join(__dirname, '../content/roadmaps.json'); - -const roadmapDirs = fs.readdirSync(ROADMAPS_PATH); -console.log(`[x] ${roadmapDirs.length} roadmaps found`); - -const roadmapsMeta = roadmapDirs.reduce((metaAcc, roadmapDirName) => { - const roadmapSlug = roadmapDirName.replace(/^\d+-/, ''); - const roadmapDir = path.join(ROADMAPS_PATH, roadmapDirName); - const roadmapMeta = require(path.join(roadmapDir, 'meta.json')); - - // We can't use the absolute path in the build e.g. ~/Users/user/where-build-is-running/content - // So, we remove it and use the path relative to content directory - const roadmapLandingFilePath = path.join(roadmapDir.replace(STORAGE_PATH, ''), roadmapMeta.path); - const resourcesPath = path.join(roadmapDir.replace(STORAGE_PATH, ''), roadmapMeta.resources); - - const contributors = exec(`git log --pretty=format:"%an%x09" ${roadmapDir} | uniq`) - .toString() - .split('\n') - .map(contributor => contributor.replace(/[\s\t]/g, ' ').trim()) || []; - const contributorNames = contributors.filter(contributor => !!contributor); - - - console.log(`----------------------------`); - console.log(`[#] Roadmap: ${roadmapMeta.title}`); - console.log(`[x] Generating sidebar`); - - // Get all the directories in the roadmap dir - // these are going to be the parent menu items - const menuDirs = fs.readdirSync(roadmapDir) - .map(dirPath => path.join(roadmapDir, dirPath)) - .filter(dirPath => fs.lstatSync(dirPath).isDirectory()); - - // Read the files inside each of the menu dirs and prepare menu items - // for the sidebar i.e. of the format below - // { - // landscape: [{ title: "Junior", path: "/path/to/file.md"}, ...], - // learn: [{ title: "Job Ready", path: "/path/to/file.md"}, ...], - // } - const sidebar = menuDirs.reduce((menus, menuDir) => { - const menuItemName = path.basename(menuDir).replace(/\d+-/, '').replace('-', ' '); - const pageFiles = fs.readdirSync(menuDir) - .filter(pageFileName => pageFileName.endsWith('.md')) - // Sort by the titles `1-something.md, 2-another.md` - .sort((a, b) => parseInt(a, 10) - parseInt(b, 10)); - - return { - ...menus, - [menuItemName]: [ - ...(menus[menuItemName] || []), - ...pageFiles.map(pageFile => { - const pageFileName = path.basename(pageFile, '.md'); - const pageSlug = pageFileName.replace(/^\d+-/, '').toLowerCase(); - - return { - // Use the filename and remove the number from the beginning to generate slug - url: `/${roadmapSlug}/${pageSlug}`, - // Remove the number and replace the dashes to generate title - title: pageFileName.replace(/^\d+-/, '').replace(/-/g, ' '), - // Remove "STORAGE_PATH" because we don't want to push the absolute path while development - path: path.join(menuDir, pageFile).replace(STORAGE_PATH, ''), - } - }), - ], - }; - }, {}); - - return [ - ...metaAcc, - { - ...roadmapMeta, - contributorsCount: contributorNames.length, - contributorsUrl: `/${roadmapSlug}/contributors`, - url: `/${roadmapSlug}`, - path: roadmapLandingFilePath, - resources: resourcesPath, - sidebar, - }, - ]; -}, []); - -console.log(`----------------------------`); -console.log(`[x] Meta generated for ${roadmapsMeta.length} roadmaps`); -console.log(`[x] Writing file ${META_FILE_PATH}`); -fs.writeFileSync(META_FILE_PATH, JSON.stringify(roadmapsMeta, null, 2)); -console.log(`[x] Wrote file with content`); -console.log(JSON.stringify(roadmapsMeta, null, 2)); diff --git a/scripts/sitemap.js b/scripts/sitemap.js deleted file mode 100644 index dc4711c64..000000000 --- a/scripts/sitemap.js +++ /dev/null @@ -1,146 +0,0 @@ -// This is a development script executed in the build step of pages -const fs = require('fs'); -const path = require('path'); -const guides = require('../content/guides'); -const roadmaps = require('../content/roadmaps'); -const { getPageRoutes, getGuideRoutes } = require('./path-map'); - -const DOMAIN = 'https://roadmap.sh'; -const PAGES_DIR = path.join(__dirname, '../pages'); -const STORAGE_PATH = path.join(__dirname, '../content'); -const SITEMAP_PATH = 'public/sitemap.xml'; - -// Set the header -const xmlHeader = ` -`; - -// Wrap all pages in tags -const xmlUrlWrapper = nodes => `${xmlHeader} -${nodes} -`; - -const getSlugPriority = (pageSlug) => { - if (pageSlug === '/') { - return '1.0'; - } - - const slugPriorities = [ - [ - '/roadmaps', - '/guides', - '/watch', - '/podcasts' - ], // 1.0 - ['/signup'], // 0.9 - ['/about'], // 0.8 - ]; - - const foundIndex = slugPriorities.findIndex( - routes => routes.some(route => pageSlug.startsWith(route)), - ); - - if (foundIndex !== -1) { - return parseFloat((10 - foundIndex) / 10) - .toFixed(1); - } - - return 0.5; -}; - -function generateNode({ - slug, - basePath, - fileName, - priority = null, - date = null, - frequency = 'monthly', -}) { - const pagePath = path.join(basePath, fileName); - let pageStats = {}; - try { - pageStats = fs.lstatSync(pagePath); - } catch (e) { - console.log(`File not found: ${pagePath}`); - pageStats = { mtime: (new Date()) } - } - - return ` - ${DOMAIN}${slug} - ${ frequency } - ${date || pageStats.mtime.toISOString()} - ${ priority || getSlugPriority(slug) } - `; -} - -function generateSiteMap() { - const pageRoutes = getPageRoutes(); - const pageSlugs = Object.keys(pageRoutes) - .filter(route => ![ - '/privacy', - '/terms', - ].includes(route)); - - const pagesChunk = pageSlugs.map(pageSlug => { - return generateNode({ - basePath: PAGES_DIR, - fileName: `${pageRoutes[pageSlug].page}.js`, - slug: pageSlug, - }); - }); - - // Chunks for each of the guides - const guideRoutes = getGuideRoutes(); - const guideSlugs = Object.keys(guideRoutes); - const guidesChunk = guideSlugs.map(guideSlug => { - const foundGuide = guides.find(guide => guide.url === guideSlug) || {}; - return generateNode({ - basePath: STORAGE_PATH, - fileName: `${guideSlug}.md`, - slug: guideSlug, - date: foundGuide.updatedAt, - priority: '1.0', - }); - }); - - // Chunks for each of the roadmaps - const roadmapsChunk = roadmaps.reduce((roadmapsNodes, roadmap) => { - return [ - ...roadmapsNodes, - generateNode({ - basePath: STORAGE_PATH, - fileName: roadmap.path, - slug: roadmap.url, - priority: '1.0', - }), - ...Object - .values(roadmap.sidebar || {}) - .reduce((pageNodes, menuPages) => { - return [ - ...pageNodes, - ...menuPages.map(menuPage => { - return generateNode({ - basePath: STORAGE_PATH, - fileName: menuPage.path, - slug: menuPage.url, - priority: menuPage.path.includes('_others') ? '0.5' : '1.0', - }) - }) - ]; - }, []) - ] - }, []); - - const nodes = [ - ...roadmapsChunk, - ...guidesChunk, - ...pagesChunk, - ]; - - const sitemap = `${xmlUrlWrapper(nodes.join('\n'))}`; - - fs.writeFileSync(SITEMAP_PATH, sitemap); - - console.log(`sitemap.xml with ${nodes.length} entries was written to ${SITEMAP_PATH}`); -} - -generateSiteMap(); diff --git a/yarn.lock b/yarn.lock deleted file mode 100644 index 2189cc6c0..000000000 --- a/yarn.lock +++ /dev/null @@ -1,10669 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -"@ampproject/toolbox-core@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@ampproject/toolbox-core/-/toolbox-core-2.0.0.tgz#3329a01eec8f767614385cc56cee8be32ccf7f32" - integrity sha512-xAJOmh6MPS2mdHNsK8mj1t8TLh6mlehirh0fOBsRhKCNCJXgg4Gfd2u5igy8VFq9sYnuWP/npFyjGX36qpXW5Q== - dependencies: - cross-fetch "3.0.4" - -"@ampproject/toolbox-optimizer@2.0.1": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@ampproject/toolbox-optimizer/-/toolbox-optimizer-2.0.1.tgz#943681faf24443044aa66f0b55eefb13cdcc068c" - integrity sha512-zroXqrV7mY77+/6hV7kaaWxp4LA85V0B/2vg7WdF+FrwiO9Wior/lIW8UbpRek6INjw0VOp1ED73MmGJkwaDhA== - dependencies: - "@ampproject/toolbox-core" "^2.0.0" - "@ampproject/toolbox-runtime-version" "^2.0.0" - "@ampproject/toolbox-script-csp" "^2.0.0" - "@ampproject/toolbox-validator-rules" "^2.0.0" - css "2.2.4" - domhandler "3.0.0" - domutils "2.0.0" - htmlparser2 "4.1.0" - normalize-html-whitespace "1.0.0" - terser "4.6.7" - -"@ampproject/toolbox-runtime-version@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@ampproject/toolbox-runtime-version/-/toolbox-runtime-version-2.0.0.tgz#01202be490ce8baf8654127de35dff5f93e922a0" - integrity sha512-7XDlo7l4Ozpc/XWmJeYNF0ZfXCy7Vdh07spN+xEOst8gF99yaavZRNVkdgyTxLR3BpY9RIqqhSs6OxfkOKlRZQ== - dependencies: - "@ampproject/toolbox-core" "^2.0.0" - -"@ampproject/toolbox-script-csp@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@ampproject/toolbox-script-csp/-/toolbox-script-csp-2.0.0.tgz#7aa55fb693749e657b63985ebe49e1d3489a8b79" - integrity sha512-9mW3yiKwjORi0ViuayphVZii9MwiPhneZGZWy+kN44xr3SpN7iQC52/WWWTBOZX9z1zaUh8DqGc//VFY5ILSAw== - -"@ampproject/toolbox-validator-rules@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@ampproject/toolbox-validator-rules/-/toolbox-validator-rules-2.0.0.tgz#eefdce2f7f773e4675d72c7a1068c70105a647c3" - integrity sha512-5f2IvT1m/zNtqfNXFE9V4ZtKofIttST65QL1wf4lKjBhJsbZgAAeR/u4DgOvftRVRmgn6IpUiWY1pt9xWaI5yA== - dependencies: - cross-fetch "3.0.4" - -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e" - integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g== - dependencies: - "@babel/highlight" "^7.8.3" - -"@babel/compat-data@^7.8.6", "@babel/compat-data@^7.9.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.0.tgz#04815556fc90b0c174abd2c0c1bb966faa036a6c" - integrity sha512-zeFQrr+284Ekvd9e7KAX954LkapWiOmQtsfHirhxqfdlX6MEC32iRE+pqUGlYIBchdevaCwvzxWGSy/YBNI85g== - dependencies: - browserslist "^4.9.1" - invariant "^2.2.4" - semver "^5.5.0" - -"@babel/core@7.7.2": - version "7.7.2" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.2.tgz#ea5b99693bcfc058116f42fa1dd54da412b29d91" - integrity sha512-eeD7VEZKfhK1KUXGiyPFettgF3m513f8FoBSWiQ1xTvl1RAopLs42Wp9+Ze911I6H0N9lNqJMDgoZT7gHsipeQ== - dependencies: - "@babel/code-frame" "^7.5.5" - "@babel/generator" "^7.7.2" - "@babel/helpers" "^7.7.0" - "@babel/parser" "^7.7.2" - "@babel/template" "^7.7.0" - "@babel/traverse" "^7.7.2" - "@babel/types" "^7.7.2" - convert-source-map "^1.7.0" - debug "^4.1.0" - json5 "^2.1.0" - lodash "^4.17.13" - resolve "^1.3.2" - semver "^5.4.1" - source-map "^0.5.0" - -"@babel/core@7.8.4": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.4.tgz#d496799e5c12195b3602d0fddd77294e3e38e80e" - integrity sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA== - dependencies: - "@babel/code-frame" "^7.8.3" - "@babel/generator" "^7.8.4" - "@babel/helpers" "^7.8.4" - "@babel/parser" "^7.8.4" - "@babel/template" "^7.8.3" - "@babel/traverse" "^7.8.4" - "@babel/types" "^7.8.3" - convert-source-map "^1.7.0" - debug "^4.1.0" - gensync "^1.0.0-beta.1" - json5 "^2.1.0" - lodash "^4.17.13" - resolve "^1.3.2" - semver "^5.4.1" - source-map "^0.5.0" - -"@babel/core@^7.1.0", "@babel/core@^7.7.5": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.3.tgz#30b0ebb4dd1585de6923a0b4d179e0b9f5d82941" - integrity sha512-4XFkf8AwyrEG7Ziu3L2L0Cv+WyY47Tcsp70JFmpftbAA1K7YL/sgE9jh9HyNj08Y/U50ItUchpN0w6HxAoX1rA== - dependencies: - "@babel/code-frame" "^7.8.3" - "@babel/generator" "^7.8.3" - "@babel/helpers" "^7.8.3" - "@babel/parser" "^7.8.3" - "@babel/template" "^7.8.3" - "@babel/traverse" "^7.8.3" - "@babel/types" "^7.8.3" - convert-source-map "^1.7.0" - debug "^4.1.0" - gensync "^1.0.0-beta.1" - json5 "^2.1.0" - lodash "^4.17.13" - resolve "^1.3.2" - semver "^5.4.1" - source-map "^0.5.0" - -"@babel/core@^7.9.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e" - integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w== - dependencies: - "@babel/code-frame" "^7.8.3" - "@babel/generator" "^7.9.0" - "@babel/helper-module-transforms" "^7.9.0" - "@babel/helpers" "^7.9.0" - "@babel/parser" "^7.9.0" - "@babel/template" "^7.8.6" - "@babel/traverse" "^7.9.0" - "@babel/types" "^7.9.0" - convert-source-map "^1.7.0" - debug "^4.1.0" - gensync "^1.0.0-beta.1" - json5 "^2.1.2" - lodash "^4.17.13" - resolve "^1.3.2" - semver "^5.4.1" - source-map "^0.5.0" - -"@babel/generator@^7.7.2", "@babel/generator@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.3.tgz#0e22c005b0a94c1c74eafe19ef78ce53a4d45c03" - integrity sha512-WjoPk8hRpDRqqzRpvaR8/gDUPkrnOOeuT2m8cNICJtZH6mwaCo3v0OKMI7Y6SM1pBtyijnLtAL0HDi41pf41ug== - dependencies: - "@babel/types" "^7.8.3" - jsesc "^2.5.1" - lodash "^4.17.13" - source-map "^0.5.0" - -"@babel/generator@^7.8.4", "@babel/generator@^7.9.0": - version "7.9.4" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.4.tgz#12441e90c3b3c4159cdecf312075bf1a8ce2dbce" - integrity sha512-rjP8ahaDy/ouhrvCoU1E5mqaitWrxwuNGU+dy1EpaoK48jZay4MdkskKGIMHLZNewg8sAsqpGSREJwP0zH3YQA== - dependencies: - "@babel/types" "^7.9.0" - jsesc "^2.5.1" - lodash "^4.17.13" - source-map "^0.5.0" - -"@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee" - integrity sha512-6o+mJrZBxOoEX77Ezv9zwW7WV8DdluouRKNY/IR5u/YTMuKHgugHOzYWlYvYLpLA9nPsQCAAASpCIbjI9Mv+Uw== - dependencies: - "@babel/types" "^7.8.3" - -"@babel/helper-builder-binary-assignment-operator-visitor@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.8.3.tgz#c84097a427a061ac56a1c30ebf54b7b22d241503" - integrity sha512-5eFOm2SyFPK4Rh3XMMRDjN7lBH0orh3ss0g3rTYZnBQ+r6YPj7lgDyCvPphynHvUrobJmeMignBr6Acw9mAPlw== - dependencies: - "@babel/helper-explode-assignable-expression" "^7.8.3" - "@babel/types" "^7.8.3" - -"@babel/helper-builder-react-jsx-experimental@^7.9.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.9.0.tgz#066d80262ade488f9c1b1823ce5db88a4cedaa43" - integrity sha512-3xJEiyuYU4Q/Ar9BsHisgdxZsRlsShMe90URZ0e6przL26CCs8NJbDoxH94kKT17PcxlMhsCAwZd90evCo26VQ== - dependencies: - "@babel/helper-annotate-as-pure" "^7.8.3" - "@babel/helper-module-imports" "^7.8.3" - "@babel/types" "^7.9.0" - -"@babel/helper-builder-react-jsx@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.8.3.tgz#dee98d7d79cc1f003d80b76fe01c7f8945665ff6" - integrity sha512-JT8mfnpTkKNCboTqZsQTdGo3l3Ik3l7QIt9hh0O9DYiwVel37VoJpILKM4YFbP2euF32nkQSb+F9cUk9b7DDXQ== - dependencies: - "@babel/types" "^7.8.3" - esutils "^2.0.0" - -"@babel/helper-builder-react-jsx@^7.9.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.9.0.tgz#16bf391990b57732700a3278d4d9a81231ea8d32" - integrity sha512-weiIo4gaoGgnhff54GQ3P5wsUQmnSwpkvU0r6ZHq6TzoSzKy4JxHEgnxNytaKbov2a9z/CVNyzliuCOUPEX3Jw== - dependencies: - "@babel/helper-annotate-as-pure" "^7.8.3" - "@babel/types" "^7.9.0" - -"@babel/helper-call-delegate@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.8.3.tgz#de82619898aa605d409c42be6ffb8d7204579692" - integrity sha512-6Q05px0Eb+N4/GTyKPPvnkig7Lylw+QzihMpws9iiZQv7ZImf84ZsZpQH7QoWN4n4tm81SnSzPgHw2qtO0Zf3A== - dependencies: - "@babel/helper-hoist-variables" "^7.8.3" - "@babel/traverse" "^7.8.3" - "@babel/types" "^7.8.3" - -"@babel/helper-compilation-targets@^7.8.7": - version "7.8.7" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde" - integrity sha512-4mWm8DCK2LugIS+p1yArqvG1Pf162upsIsjE7cNBjez+NjliQpVhj20obE520nao0o14DaTnFJv+Fw5a0JpoUw== - dependencies: - "@babel/compat-data" "^7.8.6" - browserslist "^4.9.1" - invariant "^2.2.4" - levenary "^1.1.1" - semver "^5.5.0" - -"@babel/helper-create-class-features-plugin@^7.7.0", "@babel/helper-create-class-features-plugin@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.8.3.tgz#5b94be88c255f140fd2c10dd151e7f98f4bff397" - integrity sha512-qmp4pD7zeTxsv0JNecSBsEmG1ei2MqwJq4YQcK3ZWm/0t07QstWfvuV/vm3Qt5xNMFETn2SZqpMx2MQzbtq+KA== - dependencies: - "@babel/helper-function-name" "^7.8.3" - "@babel/helper-member-expression-to-functions" "^7.8.3" - "@babel/helper-optimise-call-expression" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/helper-replace-supers" "^7.8.3" - "@babel/helper-split-export-declaration" "^7.8.3" - -"@babel/helper-create-regexp-features-plugin@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.8.3.tgz#c774268c95ec07ee92476a3862b75cc2839beb79" - integrity sha512-Gcsm1OHCUr9o9TcJln57xhWHtdXbA2pgQ58S0Lxlks0WMGNXuki4+GLfX0p+L2ZkINUGZvfkz8rzoqJQSthI+Q== - dependencies: - "@babel/helper-regex" "^7.8.3" - regexpu-core "^4.6.0" - -"@babel/helper-define-map@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.8.3.tgz#a0655cad5451c3760b726eba875f1cd8faa02c15" - integrity sha512-PoeBYtxoZGtct3md6xZOCWPcKuMuk3IHhgxsRRNtnNShebf4C8YonTSblsK4tvDbm+eJAw2HAPOfCr+Q/YRG/g== - dependencies: - "@babel/helper-function-name" "^7.8.3" - "@babel/types" "^7.8.3" - lodash "^4.17.13" - -"@babel/helper-explode-assignable-expression@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.8.3.tgz#a728dc5b4e89e30fc2dfc7d04fa28a930653f982" - integrity sha512-N+8eW86/Kj147bO9G2uclsg5pwfs/fqqY5rwgIL7eTBklgXjcOJ3btzS5iM6AitJcftnY7pm2lGsrJVYLGjzIw== - dependencies: - "@babel/traverse" "^7.8.3" - "@babel/types" "^7.8.3" - -"@babel/helper-function-name@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca" - integrity sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA== - dependencies: - "@babel/helper-get-function-arity" "^7.8.3" - "@babel/template" "^7.8.3" - "@babel/types" "^7.8.3" - -"@babel/helper-get-function-arity@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5" - integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA== - dependencies: - "@babel/types" "^7.8.3" - -"@babel/helper-hoist-variables@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.8.3.tgz#1dbe9b6b55d78c9b4183fc8cdc6e30ceb83b7134" - integrity sha512-ky1JLOjcDUtSc+xkt0xhYff7Z6ILTAHKmZLHPxAhOP0Nd77O+3nCsd6uSVYur6nJnCI029CrNbYlc0LoPfAPQg== - dependencies: - "@babel/types" "^7.8.3" - -"@babel/helper-member-expression-to-functions@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c" - integrity sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA== - dependencies: - "@babel/types" "^7.8.3" - -"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.7.0", "@babel/helper-module-imports@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498" - integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg== - dependencies: - "@babel/types" "^7.8.3" - -"@babel/helper-module-transforms@^7.7.0", "@babel/helper-module-transforms@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.8.3.tgz#d305e35d02bee720fbc2c3c3623aa0c316c01590" - integrity sha512-C7NG6B7vfBa/pwCOshpMbOYUmrYQDfCpVL/JCRu0ek8B5p8kue1+BCXpg2vOYs7w5ACB9GTOBYQ5U6NwrMg+3Q== - dependencies: - "@babel/helper-module-imports" "^7.8.3" - "@babel/helper-simple-access" "^7.8.3" - "@babel/helper-split-export-declaration" "^7.8.3" - "@babel/template" "^7.8.3" - "@babel/types" "^7.8.3" - lodash "^4.17.13" - -"@babel/helper-module-transforms@^7.9.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5" - integrity sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA== - dependencies: - "@babel/helper-module-imports" "^7.8.3" - "@babel/helper-replace-supers" "^7.8.6" - "@babel/helper-simple-access" "^7.8.3" - "@babel/helper-split-export-declaration" "^7.8.3" - "@babel/template" "^7.8.6" - "@babel/types" "^7.9.0" - lodash "^4.17.13" - -"@babel/helper-optimise-call-expression@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9" - integrity sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ== - dependencies: - "@babel/types" "^7.8.3" - -"@babel/helper-plugin-utils@7.8.3", "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz#9ea293be19babc0f52ff8ca88b34c3611b208670" - integrity sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ== - -"@babel/helper-regex@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.8.3.tgz#139772607d51b93f23effe72105b319d2a4c6965" - integrity sha512-BWt0QtYv/cg/NecOAZMdcn/waj/5P26DR4mVLXfFtDokSR6fyuG0Pj+e2FqtSME+MqED1khnSMulkmGl8qWiUQ== - dependencies: - lodash "^4.17.13" - -"@babel/helper-remap-async-to-generator@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.8.3.tgz#273c600d8b9bf5006142c1e35887d555c12edd86" - integrity sha512-kgwDmw4fCg7AVgS4DukQR/roGp+jP+XluJE5hsRZwxCYGg+Rv9wSGErDWhlI90FODdYfd4xG4AQRiMDjjN0GzA== - dependencies: - "@babel/helper-annotate-as-pure" "^7.8.3" - "@babel/helper-wrap-function" "^7.8.3" - "@babel/template" "^7.8.3" - "@babel/traverse" "^7.8.3" - "@babel/types" "^7.8.3" - -"@babel/helper-replace-supers@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.3.tgz#91192d25f6abbcd41da8a989d4492574fb1530bc" - integrity sha512-xOUssL6ho41U81etpLoT2RTdvdus4VfHamCuAm4AHxGr+0it5fnwoVdwUJ7GFEqCsQYzJUhcbsN9wB9apcYKFA== - dependencies: - "@babel/helper-member-expression-to-functions" "^7.8.3" - "@babel/helper-optimise-call-expression" "^7.8.3" - "@babel/traverse" "^7.8.3" - "@babel/types" "^7.8.3" - -"@babel/helper-replace-supers@^7.8.6": - version "7.8.6" - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8" - integrity sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA== - dependencies: - "@babel/helper-member-expression-to-functions" "^7.8.3" - "@babel/helper-optimise-call-expression" "^7.8.3" - "@babel/traverse" "^7.8.6" - "@babel/types" "^7.8.6" - -"@babel/helper-simple-access@^7.7.0", "@babel/helper-simple-access@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae" - integrity sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw== - dependencies: - "@babel/template" "^7.8.3" - "@babel/types" "^7.8.3" - -"@babel/helper-split-export-declaration@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9" - integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA== - dependencies: - "@babel/types" "^7.8.3" - -"@babel/helper-validator-identifier@^7.9.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed" - integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw== - -"@babel/helper-wrap-function@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610" - integrity sha512-LACJrbUET9cQDzb6kG7EeD7+7doC3JNvUgTEQOx2qaO1fKlzE/Bf05qs9w1oXQMmXlPO65lC3Tq9S6gZpTErEQ== - dependencies: - "@babel/helper-function-name" "^7.8.3" - "@babel/template" "^7.8.3" - "@babel/traverse" "^7.8.3" - "@babel/types" "^7.8.3" - -"@babel/helpers@^7.7.0", "@babel/helpers@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.3.tgz#382fbb0382ce7c4ce905945ab9641d688336ce85" - integrity sha512-LmU3q9Pah/XyZU89QvBgGt+BCsTPoQa+73RxAQh8fb8qkDyIfeQnmgs+hvzhTCKTzqOyk7JTkS3MS1S8Mq5yrQ== - dependencies: - "@babel/template" "^7.8.3" - "@babel/traverse" "^7.8.3" - "@babel/types" "^7.8.3" - -"@babel/helpers@^7.8.4", "@babel/helpers@^7.9.0": - version "7.9.2" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.2.tgz#b42a81a811f1e7313b88cba8adc66b3d9ae6c09f" - integrity sha512-JwLvzlXVPjO8eU9c/wF9/zOIN7X6h8DYf7mG4CiFRZRvZNKEF5dQ3H3V+ASkHoIB3mWhatgl5ONhyqHRI6MppA== - dependencies: - "@babel/template" "^7.8.3" - "@babel/traverse" "^7.9.0" - "@babel/types" "^7.9.0" - -"@babel/highlight@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797" - integrity sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg== - dependencies: - chalk "^2.0.0" - esutils "^2.0.2" - js-tokens "^4.0.0" - -"@babel/parser@^7.1.0", "@babel/parser@^7.7.2", "@babel/parser@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.3.tgz#790874091d2001c9be6ec426c2eed47bc7679081" - integrity sha512-/V72F4Yp/qmHaTALizEm9Gf2eQHV3QyTL3K0cNfijwnMnb1L+LDlAubb/ZnSdGAVzVSWakujHYs1I26x66sMeQ== - -"@babel/parser@^7.7.5", "@babel/parser@^7.8.4", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0": - version "7.9.4" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8" - integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA== - -"@babel/plugin-proposal-async-generator-functions@^7.7.0", "@babel/plugin-proposal-async-generator-functions@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f" - integrity sha512-NZ9zLv848JsV3hs8ryEh7Uaz/0KsmPLqv0+PdkDJL1cJy0K4kOCFa8zc1E3mp+RHPQcpdfb/6GovEsW4VDrOMw== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/helper-remap-async-to-generator" "^7.8.3" - "@babel/plugin-syntax-async-generators" "^7.8.0" - -"@babel/plugin-proposal-class-properties@7.7.0": - version "7.7.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.7.0.tgz#ac54e728ecf81d90e8f4d2a9c05a890457107917" - integrity sha512-tufDcFA1Vj+eWvwHN+jvMN6QsV5o+vUlytNKrbMiCeDL0F2j92RURzUsUMWE5EJkLyWxjdUslCsMQa9FWth16A== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.7.0" - "@babel/helper-plugin-utils" "^7.0.0" - -"@babel/plugin-proposal-dynamic-import@^7.7.0", "@babel/plugin-proposal-dynamic-import@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.8.3.tgz#38c4fe555744826e97e2ae930b0fb4cc07e66054" - integrity sha512-NyaBbyLFXFLT9FP+zk0kYlUlA8XtCUbehs67F0nnEg7KICgMc2mNkIeu9TYhKzyXMkrapZFwAhXLdnt4IYHy1w== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-dynamic-import" "^7.8.0" - -"@babel/plugin-proposal-json-strings@^7.2.0", "@babel/plugin-proposal-json-strings@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.8.3.tgz#da5216b238a98b58a1e05d6852104b10f9a70d6b" - integrity sha512-KGhQNZ3TVCQG/MjRbAUwuH+14y9q0tpxs1nWWs3pbSleRdDro9SAMMDyye8HhY1gqZ7/NqIc8SKhya0wRDgP1Q== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-json-strings" "^7.8.0" - -"@babel/plugin-proposal-nullish-coalescing-operator@7.7.4": - version "7.7.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.7.4.tgz#7db302c83bc30caa89e38fee935635ef6bd11c28" - integrity sha512-TbYHmr1Gl1UC7Vo2HVuj/Naci5BEGNZ0AJhzqD2Vpr6QPFWpUmBRLrIDjedzx7/CShq0bRDS2gI4FIs77VHLVQ== - dependencies: - "@babel/helper-plugin-utils" "^7.0.0" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.7.4" - -"@babel/plugin-proposal-nullish-coalescing-operator@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.8.3.tgz#e4572253fdeed65cddeecfdab3f928afeb2fd5d2" - integrity sha512-TS9MlfzXpXKt6YYomudb/KU7nQI6/xnapG6in1uZxoxDghuSMZsPb6D2fyUwNYSAp4l1iR7QtFOjkqcRYcUsfw== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" - -"@babel/plugin-proposal-numeric-separator@7.8.3", "@babel/plugin-proposal-numeric-separator@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.8.3.tgz#5d6769409699ec9b3b68684cd8116cedff93bad8" - integrity sha512-jWioO1s6R/R+wEHizfaScNsAx+xKgwTLNXSh7tTC4Usj3ItsPEhYkEpU4h+lpnBwq7NBVOJXfO6cRFYcX69JUQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-numeric-separator" "^7.8.3" - -"@babel/plugin-proposal-object-rest-spread@7.6.2": - version "7.6.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.6.2.tgz#8ffccc8f3a6545e9f78988b6bf4fe881b88e8096" - integrity sha512-LDBXlmADCsMZV1Y9OQwMc0MyGZ8Ta/zlD9N67BfQT8uYwkRswiu2hU6nJKrjrt/58aH/vqfQlR/9yId/7A2gWw== - dependencies: - "@babel/helper-plugin-utils" "^7.0.0" - "@babel/plugin-syntax-object-rest-spread" "^7.2.0" - -"@babel/plugin-proposal-object-rest-spread@7.8.3", "@babel/plugin-proposal-object-rest-spread@^7.6.2": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.8.3.tgz#eb5ae366118ddca67bed583b53d7554cad9951bb" - integrity sha512-8qvuPwU/xxUCt78HocNlv0mXXo0wdh9VT1R04WU8HGOfaOob26pF+9P5/lYjN/q7DHOX1bvX60hnhOvuQUJdbA== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-object-rest-spread" "^7.8.0" - -"@babel/plugin-proposal-object-rest-spread@^7.9.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz#a28993699fc13df165995362693962ba6b061d6f" - integrity sha512-UgqBv6bjq4fDb8uku9f+wcm1J7YxJ5nT7WO/jBr0cl0PLKb7t1O6RNR1kZbjgx2LQtsDI9hwoQVmn0yhXeQyow== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-object-rest-spread" "^7.8.0" - -"@babel/plugin-proposal-optional-catch-binding@^7.2.0", "@babel/plugin-proposal-optional-catch-binding@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.8.3.tgz#9dee96ab1650eed88646ae9734ca167ac4a9c5c9" - integrity sha512-0gkX7J7E+AtAw9fcwlVQj8peP61qhdg/89D5swOkjYbkboA2CVckn3kiyum1DE0wskGb7KJJxBdyEBApDLLVdw== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" - -"@babel/plugin-proposal-optional-chaining@7.7.4": - version "7.7.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.7.4.tgz#3f04c2de1a942cbd3008324df8144b9cbc0ca0ba" - integrity sha512-JmgaS+ygAWDR/STPe3/7y0lNlHgS+19qZ9aC06nYLwQ/XB7c0q5Xs+ksFU3EDnp9EiEsO0dnRAOKeyLHTZuW3A== - dependencies: - "@babel/helper-plugin-utils" "^7.0.0" - "@babel/plugin-syntax-optional-chaining" "^7.7.4" - -"@babel/plugin-proposal-optional-chaining@^7.9.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.9.0.tgz#31db16b154c39d6b8a645292472b98394c292a58" - integrity sha512-NDn5tu3tcv4W30jNhmc2hyD5c56G6cXx4TesJubhxrJeCvuuMpttxr0OnNCqbZGhFjLrg+NIhxxC+BK5F6yS3w== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-optional-chaining" "^7.8.0" - -"@babel/plugin-proposal-unicode-property-regex@^7.4.4", "@babel/plugin-proposal-unicode-property-regex@^7.7.0", "@babel/plugin-proposal-unicode-property-regex@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.8.3.tgz#b646c3adea5f98800c9ab45105ac34d06cd4a47f" - integrity sha512-1/1/rEZv2XGweRwwSkLpY+s60za9OZ1hJs4YDqFHCw0kYWYwL5IFljVY1MYBL+weT1l9pokDO2uhSTLVxzoHkQ== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-syntax-async-generators@^7.2.0", "@babel/plugin-syntax-async-generators@^7.8.0": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" - integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-bigint@7.8.3", "@babel/plugin-syntax-bigint@^7.0.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz#4c9a6f669f5d0cdf1b90a1671e9a146be5300cea" - integrity sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-dynamic-import@7.2.0": - version "7.2.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz#69c159ffaf4998122161ad8ebc5e6d1f55df8612" - integrity sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w== - dependencies: - "@babel/helper-plugin-utils" "^7.0.0" - -"@babel/plugin-syntax-dynamic-import@^7.2.0", "@babel/plugin-syntax-dynamic-import@^7.8.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3" - integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-json-strings@^7.2.0", "@babel/plugin-syntax-json-strings@^7.8.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a" - integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-jsx@7.8.3", "@babel/plugin-syntax-jsx@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.8.3.tgz#521b06c83c40480f1e58b4fd33b92eceb1d6ea94" - integrity sha512-WxdW9xyLgBdefoo0Ynn3MRSkhe5tFVxxKNVdnZSh318WrG2e2jH+E9wd/++JsqcLJZPfz87njQJ8j2Upjm0M0A== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-syntax-nullish-coalescing-operator@^7.7.4", "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" - integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-numeric-separator@^7.8.0", "@babel/plugin-syntax-numeric-separator@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.8.3.tgz#0e3fb63e09bea1b11e96467271c8308007e7c41f" - integrity sha512-H7dCMAdN83PcCmqmkHB5dtp+Xa9a6LKSvA2hiFBC/5alSHxM5VgWZXFqDi0YFe8XNGT6iCa+z4V4zSt/PdZ7Dw== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-syntax-object-rest-spread@7.8.3", "@babel/plugin-syntax-object-rest-spread@^7.0.0", "@babel/plugin-syntax-object-rest-spread@^7.2.0", "@babel/plugin-syntax-object-rest-spread@^7.8.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871" - integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-optional-catch-binding@^7.2.0", "@babel/plugin-syntax-optional-catch-binding@^7.8.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1" - integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-optional-chaining@^7.7.4", "@babel/plugin-syntax-optional-chaining@^7.8.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a" - integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-top-level-await@^7.7.0", "@babel/plugin-syntax-top-level-await@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.8.3.tgz#3acdece695e6b13aaf57fc291d1a800950c71391" - integrity sha512-kwj1j9lL/6Wd0hROD3b/OZZ7MSrZLqqn9RAZ5+cYYsflQ9HZBIKCUkr3+uL1MEJ1NePiUbf98jjiMQSv0NMR9g== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-syntax-typescript@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.8.3.tgz#c1f659dda97711a569cef75275f7e15dcaa6cabc" - integrity sha512-GO1MQ/SGGGoiEXY0e0bSpHimJvxqB7lktLLIq2pv8xG7WZ8IMEle74jIe1FhprHBWjwjZtXHkycDLZXIWM5Wfg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-arrow-functions@^7.2.0", "@babel/plugin-transform-arrow-functions@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.8.3.tgz#82776c2ed0cd9e1a49956daeb896024c9473b8b6" - integrity sha512-0MRF+KC8EqH4dbuITCWwPSzsyO3HIWWlm30v8BbbpOrS1B++isGxPnnuq/IZvOX5J2D/p7DQalQm+/2PnlKGxg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-async-to-generator@^7.7.0", "@babel/plugin-transform-async-to-generator@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.8.3.tgz#4308fad0d9409d71eafb9b1a6ee35f9d64b64086" - integrity sha512-imt9tFLD9ogt56Dd5CI/6XgpukMwd/fLGSrix2httihVe7LOGVPhyhMh1BU5kDM7iHD08i8uUtmV2sWaBFlHVQ== - dependencies: - "@babel/helper-module-imports" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/helper-remap-async-to-generator" "^7.8.3" - -"@babel/plugin-transform-block-scoped-functions@^7.2.0", "@babel/plugin-transform-block-scoped-functions@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.8.3.tgz#437eec5b799b5852072084b3ae5ef66e8349e8a3" - integrity sha512-vo4F2OewqjbB1+yaJ7k2EJFHlTP3jR634Z9Cj9itpqNjuLXvhlVxgnjsHsdRgASR8xYDrx6onw4vW5H6We0Jmg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-block-scoping@^7.6.3", "@babel/plugin-transform-block-scoping@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.8.3.tgz#97d35dab66857a437c166358b91d09050c868f3a" - integrity sha512-pGnYfm7RNRgYRi7bids5bHluENHqJhrV4bCZRwc5GamaWIIs07N4rZECcmJL6ZClwjDz1GbdMZFtPs27hTB06w== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - lodash "^4.17.13" - -"@babel/plugin-transform-classes@^7.7.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.8.3.tgz#46fd7a9d2bb9ea89ce88720477979fe0d71b21b8" - integrity sha512-SjT0cwFJ+7Rbr1vQsvphAHwUHvSUPmMjMU/0P59G8U2HLFqSa082JO7zkbDNWs9kH/IUqpHI6xWNesGf8haF1w== - dependencies: - "@babel/helper-annotate-as-pure" "^7.8.3" - "@babel/helper-define-map" "^7.8.3" - "@babel/helper-function-name" "^7.8.3" - "@babel/helper-optimise-call-expression" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/helper-replace-supers" "^7.8.3" - "@babel/helper-split-export-declaration" "^7.8.3" - globals "^11.1.0" - -"@babel/plugin-transform-classes@^7.9.0": - version "7.9.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.2.tgz#8603fc3cc449e31fdbdbc257f67717536a11af8d" - integrity sha512-TC2p3bPzsfvSsqBZo0kJnuelnoK9O3welkUpqSqBQuBF6R5MN2rysopri8kNvtlGIb2jmUO7i15IooAZJjZuMQ== - dependencies: - "@babel/helper-annotate-as-pure" "^7.8.3" - "@babel/helper-define-map" "^7.8.3" - "@babel/helper-function-name" "^7.8.3" - "@babel/helper-optimise-call-expression" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/helper-replace-supers" "^7.8.6" - "@babel/helper-split-export-declaration" "^7.8.3" - globals "^11.1.0" - -"@babel/plugin-transform-computed-properties@^7.2.0", "@babel/plugin-transform-computed-properties@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.8.3.tgz#96d0d28b7f7ce4eb5b120bb2e0e943343c86f81b" - integrity sha512-O5hiIpSyOGdrQZRQ2ccwtTVkgUDBBiCuK//4RJ6UfePllUTCENOzKxfh6ulckXKc0DixTFLCfb2HVkNA7aDpzA== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-destructuring@^7.6.0", "@babel/plugin-transform-destructuring@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.3.tgz#20ddfbd9e4676906b1056ee60af88590cc7aaa0b" - integrity sha512-H4X646nCkiEcHZUZaRkhE2XVsoz0J/1x3VVujnn96pSoGCtKPA99ZZA+va+gK+92Zycd6OBKCD8tDb/731bhgQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-dotall-regex@^7.4.4", "@babel/plugin-transform-dotall-regex@^7.7.0", "@babel/plugin-transform-dotall-regex@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.8.3.tgz#c3c6ec5ee6125c6993c5cbca20dc8621a9ea7a6e" - integrity sha512-kLs1j9Nn4MQoBYdRXH6AeaXMbEJFaFu/v1nQkvib6QzTj8MZI5OQzqmD83/2jEM1z0DLilra5aWO5YpyC0ALIw== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-duplicate-keys@^7.5.0", "@babel/plugin-transform-duplicate-keys@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.8.3.tgz#8d12df309aa537f272899c565ea1768e286e21f1" - integrity sha512-s8dHiBUbcbSgipS4SMFuWGqCvyge5V2ZeAWzR6INTVC3Ltjig/Vw1G2Gztv0vU/hRG9X8IvKvYdoksnUfgXOEQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-exponentiation-operator@^7.2.0", "@babel/plugin-transform-exponentiation-operator@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.8.3.tgz#581a6d7f56970e06bf51560cd64f5e947b70d7b7" - integrity sha512-zwIpuIymb3ACcInbksHaNcR12S++0MDLKkiqXHl3AzpgdKlFNhog+z/K0+TGW+b0w5pgTq4H6IwV/WhxbGYSjQ== - dependencies: - "@babel/helper-builder-binary-assignment-operator-visitor" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-for-of@^7.4.4": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.8.3.tgz#15f17bce2fc95c7d59a24b299e83e81cedc22e18" - integrity sha512-ZjXznLNTxhpf4Q5q3x1NsngzGA38t9naWH8Gt+0qYZEJAcvPI9waSStSh56u19Ofjr7QmD0wUsQ8hw8s/p1VnA== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-for-of@^7.9.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.9.0.tgz#0f260e27d3e29cd1bb3128da5e76c761aa6c108e" - integrity sha512-lTAnWOpMwOXpyDx06N+ywmF3jNbafZEqZ96CGYabxHrxNX8l5ny7dt4bK/rGwAh9utyP2b2Hv7PlZh1AAS54FQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-function-name@^7.7.0", "@babel/plugin-transform-function-name@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.8.3.tgz#279373cb27322aaad67c2683e776dfc47196ed8b" - integrity sha512-rO/OnDS78Eifbjn5Py9v8y0aR+aSYhDhqAwVfsTl0ERuMZyr05L1aFSCJnbv2mmsLkit/4ReeQ9N2BgLnOcPCQ== - dependencies: - "@babel/helper-function-name" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-literals@^7.2.0", "@babel/plugin-transform-literals@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.8.3.tgz#aef239823d91994ec7b68e55193525d76dbd5dc1" - integrity sha512-3Tqf8JJ/qB7TeldGl+TT55+uQei9JfYaregDcEAyBZ7akutriFrt6C/wLYIer6OYhleVQvH/ntEhjE/xMmy10A== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-member-expression-literals@^7.2.0", "@babel/plugin-transform-member-expression-literals@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.8.3.tgz#963fed4b620ac7cbf6029c755424029fa3a40410" - integrity sha512-3Wk2EXhnw+rP+IDkK6BdtPKsUE5IeZ6QOGrPYvw52NwBStw9V1ZVzxgK6fSKSxqUvH9eQPR3tm3cOq79HlsKYA== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-modules-amd@^7.5.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.8.3.tgz#65606d44616b50225e76f5578f33c568a0b876a5" - integrity sha512-MadJiU3rLKclzT5kBH4yxdry96odTUwuqrZM+GllFI/VhxfPz+k9MshJM+MwhfkCdxxclSbSBbUGciBngR+kEQ== - dependencies: - "@babel/helper-module-transforms" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - babel-plugin-dynamic-import-node "^2.3.0" - -"@babel/plugin-transform-modules-amd@^7.9.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.9.0.tgz#19755ee721912cf5bb04c07d50280af3484efef4" - integrity sha512-vZgDDF003B14O8zJy0XXLnPH4sg+9X5hFBBGN1V+B2rgrB+J2xIypSN6Rk9imB2hSTHQi5OHLrFWsZab1GMk+Q== - dependencies: - "@babel/helper-module-transforms" "^7.9.0" - "@babel/helper-plugin-utils" "^7.8.3" - babel-plugin-dynamic-import-node "^2.3.0" - -"@babel/plugin-transform-modules-commonjs@7.7.0": - version "7.7.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.7.0.tgz#3e5ffb4fd8c947feede69cbe24c9554ab4113fe3" - integrity sha512-KEMyWNNWnjOom8vR/1+d+Ocz/mILZG/eyHHO06OuBQ2aNhxT62fr4y6fGOplRx+CxCSp3IFwesL8WdINfY/3kg== - dependencies: - "@babel/helper-module-transforms" "^7.7.0" - "@babel/helper-plugin-utils" "^7.0.0" - "@babel/helper-simple-access" "^7.7.0" - babel-plugin-dynamic-import-node "^2.3.0" - -"@babel/plugin-transform-modules-commonjs@^7.7.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.8.3.tgz#df251706ec331bd058a34bdd72613915f82928a5" - integrity sha512-JpdMEfA15HZ/1gNuB9XEDlZM1h/gF/YOH7zaZzQu2xCFRfwc01NXBMHHSTT6hRjlXJJs5x/bfODM3LiCk94Sxg== - dependencies: - "@babel/helper-module-transforms" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/helper-simple-access" "^7.8.3" - babel-plugin-dynamic-import-node "^2.3.0" - -"@babel/plugin-transform-modules-commonjs@^7.9.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.9.0.tgz#e3e72f4cbc9b4a260e30be0ea59bdf5a39748940" - integrity sha512-qzlCrLnKqio4SlgJ6FMMLBe4bySNis8DFn1VkGmOcxG9gqEyPIOzeQrA//u0HAKrWpJlpZbZMPB1n/OPa4+n8g== - dependencies: - "@babel/helper-module-transforms" "^7.9.0" - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/helper-simple-access" "^7.8.3" - babel-plugin-dynamic-import-node "^2.3.0" - -"@babel/plugin-transform-modules-systemjs@^7.7.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.8.3.tgz#d8bbf222c1dbe3661f440f2f00c16e9bb7d0d420" - integrity sha512-8cESMCJjmArMYqa9AO5YuMEkE4ds28tMpZcGZB/jl3n0ZzlsxOAi3mC+SKypTfT8gjMupCnd3YiXCkMjj2jfOg== - dependencies: - "@babel/helper-hoist-variables" "^7.8.3" - "@babel/helper-module-transforms" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - babel-plugin-dynamic-import-node "^2.3.0" - -"@babel/plugin-transform-modules-systemjs@^7.9.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.9.0.tgz#e9fd46a296fc91e009b64e07ddaa86d6f0edeb90" - integrity sha512-FsiAv/nao/ud2ZWy4wFacoLOm5uxl0ExSQ7ErvP7jpoihLR6Cq90ilOFyX9UXct3rbtKsAiZ9kFt5XGfPe/5SQ== - dependencies: - "@babel/helper-hoist-variables" "^7.8.3" - "@babel/helper-module-transforms" "^7.9.0" - "@babel/helper-plugin-utils" "^7.8.3" - babel-plugin-dynamic-import-node "^2.3.0" - -"@babel/plugin-transform-modules-umd@^7.7.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.8.3.tgz#592d578ce06c52f5b98b02f913d653ffe972661a" - integrity sha512-evhTyWhbwbI3/U6dZAnx/ePoV7H6OUG+OjiJFHmhr9FPn0VShjwC2kdxqIuQ/+1P50TMrneGzMeyMTFOjKSnAw== - dependencies: - "@babel/helper-module-transforms" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-modules-umd@^7.9.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.9.0.tgz#e909acae276fec280f9b821a5f38e1f08b480697" - integrity sha512-uTWkXkIVtg/JGRSIABdBoMsoIeoHQHPTL0Y2E7xf5Oj7sLqwVsNXOkNk0VJc7vF0IMBsPeikHxFjGe+qmwPtTQ== - dependencies: - "@babel/helper-module-transforms" "^7.9.0" - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-named-capturing-groups-regex@^7.7.0", "@babel/plugin-transform-named-capturing-groups-regex@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.8.3.tgz#a2a72bffa202ac0e2d0506afd0939c5ecbc48c6c" - integrity sha512-f+tF/8UVPU86TrCb06JoPWIdDpTNSGGcAtaD9mLP0aYGA0OS0j7j7DHJR0GTFrUZPUU6loZhbsVZgTh0N+Qdnw== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.8.3" - -"@babel/plugin-transform-new-target@^7.4.4", "@babel/plugin-transform-new-target@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.8.3.tgz#60cc2ae66d85c95ab540eb34babb6434d4c70c43" - integrity sha512-QuSGysibQpyxexRyui2vca+Cmbljo8bcRckgzYV4kRIsHpVeyeC3JDO63pY+xFZ6bWOBn7pfKZTqV4o/ix9sFw== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-object-super@^7.5.5", "@babel/plugin-transform-object-super@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.8.3.tgz#ebb6a1e7a86ffa96858bd6ac0102d65944261725" - integrity sha512-57FXk+gItG/GejofIyLIgBKTas4+pEU47IXKDBWFTxdPd7F80H8zybyAY7UoblVfBhBGs2EKM+bJUu2+iUYPDQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/helper-replace-supers" "^7.8.3" - -"@babel/plugin-transform-parameters@^7.4.4": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.3.tgz#7890576a13b17325d8b7d44cb37f21dc3bbdda59" - integrity sha512-/pqngtGb54JwMBZ6S/D3XYylQDFtGjWrnoCF4gXZOUpFV/ujbxnoNGNvDGu6doFWRPBveE72qTx/RRU44j5I/Q== - dependencies: - "@babel/helper-call-delegate" "^7.8.3" - "@babel/helper-get-function-arity" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-parameters@^7.8.7": - version "7.9.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.3.tgz#3028d0cc20ddc733166c6e9c8534559cee09f54a" - integrity sha512-fzrQFQhp7mIhOzmOtPiKffvCYQSK10NR8t6BBz2yPbeUHb9OLW8RZGtgDRBn8z2hGcwvKDL3vC7ojPTLNxmqEg== - dependencies: - "@babel/helper-get-function-arity" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-property-literals@^7.2.0", "@babel/plugin-transform-property-literals@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.8.3.tgz#33194300d8539c1ed28c62ad5087ba3807b98263" - integrity sha512-uGiiXAZMqEoQhRWMK17VospMZh5sXWg+dlh2soffpkAl96KAm+WZuJfa6lcELotSRmooLqg0MWdH6UUq85nmmg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-react-constant-elements@^7.9.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.9.0.tgz#a75abc936a3819edec42d3386d9f1c93f28d9d9e" - integrity sha512-wXMXsToAUOxJuBBEHajqKLFWcCkOSLshTI2ChCFFj1zDd7od4IOxiwLCOObNUvOpkxLpjIuaIdBMmNt6ocCPAw== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-react-display-name@^7.0.0", "@babel/plugin-transform-react-display-name@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.8.3.tgz#70ded987c91609f78353dd76d2fb2a0bb991e8e5" - integrity sha512-3Jy/PCw8Fe6uBKtEgz3M82ljt+lTg+xJaM4og+eyu83qLT87ZUSckn0wy7r31jflURWLO83TW6Ylf7lyXj3m5A== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-react-jsx-development@^7.9.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.9.0.tgz#3c2a130727caf00c2a293f0aed24520825dbf754" - integrity sha512-tK8hWKrQncVvrhvtOiPpKrQjfNX3DtkNLSX4ObuGcpS9p0QrGetKmlySIGR07y48Zft8WVgPakqd/bk46JrMSw== - dependencies: - "@babel/helper-builder-react-jsx-experimental" "^7.9.0" - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-jsx" "^7.8.3" - -"@babel/plugin-transform-react-jsx-self@^7.0.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.8.3.tgz#c4f178b2aa588ecfa8d077ea80d4194ee77ed702" - integrity sha512-01OT7s5oa0XTLf2I8XGsL8+KqV9lx3EZV+jxn/L2LQ97CGKila2YMroTkCEIE0HV/FF7CMSRsIAybopdN9NTdg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-jsx" "^7.8.3" - -"@babel/plugin-transform-react-jsx-self@^7.9.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.9.0.tgz#f4f26a325820205239bb915bad8e06fcadabb49b" - integrity sha512-K2ObbWPKT7KUTAoyjCsFilOkEgMvFG+y0FqOl6Lezd0/13kMkkjHskVsZvblRPj1PHA44PrToaZANrryppzTvQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-jsx" "^7.8.3" - -"@babel/plugin-transform-react-jsx-source@^7.0.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.8.3.tgz#951e75a8af47f9f120db731be095d2b2c34920e0" - integrity sha512-PLMgdMGuVDtRS/SzjNEQYUT8f4z1xb2BAT54vM1X5efkVuYBf5WyGUMbpmARcfq3NaglIwz08UVQK4HHHbC6ag== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-jsx" "^7.8.3" - -"@babel/plugin-transform-react-jsx-source@^7.9.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.9.0.tgz#89ef93025240dd5d17d3122294a093e5e0183de0" - integrity sha512-K6m3LlSnTSfRkM6FcRk8saNEeaeyG5k7AVkBU2bZK3+1zdkSED3qNdsWrUgQBeTVD2Tp3VMmerxVO2yM5iITmw== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-jsx" "^7.8.3" - -"@babel/plugin-transform-react-jsx@^7.7.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.8.3.tgz#4220349c0390fdefa505365f68c103562ab2fc4a" - integrity sha512-r0h+mUiyL595ikykci+fbwm9YzmuOrUBi0b+FDIKmi3fPQyFokWVEMJnRWHJPPQEjyFJyna9WZC6Viv6UHSv1g== - dependencies: - "@babel/helper-builder-react-jsx" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-jsx" "^7.8.3" - -"@babel/plugin-transform-react-jsx@^7.9.4": - version "7.9.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.9.4.tgz#86f576c8540bd06d0e95e0b61ea76d55f6cbd03f" - integrity sha512-Mjqf3pZBNLt854CK0C/kRuXAnE6H/bo7xYojP+WGtX8glDGSibcwnsWwhwoSuRg0+EBnxPC1ouVnuetUIlPSAw== - dependencies: - "@babel/helper-builder-react-jsx" "^7.9.0" - "@babel/helper-builder-react-jsx-experimental" "^7.9.0" - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-jsx" "^7.8.3" - -"@babel/plugin-transform-regenerator@^7.7.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.8.3.tgz#b31031e8059c07495bf23614c97f3d9698bc6ec8" - integrity sha512-qt/kcur/FxrQrzFR432FGZznkVAjiyFtCOANjkAKwCbt465L6ZCiUQh2oMYGU3Wo8LRFJxNDFwWn106S5wVUNA== - dependencies: - regenerator-transform "^0.14.0" - -"@babel/plugin-transform-regenerator@^7.8.7": - version "7.8.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.8.7.tgz#5e46a0dca2bee1ad8285eb0527e6abc9c37672f8" - integrity sha512-TIg+gAl4Z0a3WmD3mbYSk+J9ZUH6n/Yc57rtKRnlA/7rcCvpekHXe0CMZHP1gYp7/KLe9GHTuIba0vXmls6drA== - dependencies: - regenerator-transform "^0.14.2" - -"@babel/plugin-transform-reserved-words@^7.2.0", "@babel/plugin-transform-reserved-words@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.8.3.tgz#9a0635ac4e665d29b162837dd3cc50745dfdf1f5" - integrity sha512-mwMxcycN3omKFDjDQUl+8zyMsBfjRFr0Zn/64I41pmjv4NJuqcYlEtezwYtw9TFd9WR1vN5kiM+O0gMZzO6L0A== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-runtime@7.6.2": - version "7.6.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.6.2.tgz#2669f67c1fae0ae8d8bf696e4263ad52cb98b6f8" - integrity sha512-cqULw/QB4yl73cS5Y0TZlQSjDvNkzDbu0FurTZyHlJpWE5T3PCMdnyV+xXoH1opr1ldyHODe3QAX3OMAii5NxA== - dependencies: - "@babel/helper-module-imports" "^7.0.0" - "@babel/helper-plugin-utils" "^7.0.0" - resolve "^1.8.1" - semver "^5.5.1" - -"@babel/plugin-transform-shorthand-properties@^7.2.0", "@babel/plugin-transform-shorthand-properties@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.8.3.tgz#28545216e023a832d4d3a1185ed492bcfeac08c8" - integrity sha512-I9DI6Odg0JJwxCHzbzW08ggMdCezoWcuQRz3ptdudgwaHxTjxw5HgdFJmZIkIMlRymL6YiZcped4TTCB0JcC8w== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-spread@^7.6.2", "@babel/plugin-transform-spread@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.8.3.tgz#9c8ffe8170fdfb88b114ecb920b82fb6e95fe5e8" - integrity sha512-CkuTU9mbmAoFOI1tklFWYYbzX5qCIZVXPVy0jpXgGwkplCndQAa58s2jr66fTeQnA64bDox0HL4U56CFYoyC7g== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-sticky-regex@^7.2.0", "@babel/plugin-transform-sticky-regex@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.8.3.tgz#be7a1290f81dae767475452199e1f76d6175b100" - integrity sha512-9Spq0vGCD5Bb4Z/ZXXSK5wbbLFMG085qd2vhL1JYu1WcQ5bXqZBAYRzU1d+p79GcHs2szYv5pVQCX13QgldaWw== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/helper-regex" "^7.8.3" - -"@babel/plugin-transform-template-literals@^7.4.4", "@babel/plugin-transform-template-literals@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.8.3.tgz#7bfa4732b455ea6a43130adc0ba767ec0e402a80" - integrity sha512-820QBtykIQOLFT8NZOcTRJ1UNuztIELe4p9DCgvj4NK+PwluSJ49we7s9FB1HIGNIYT7wFUJ0ar2QpCDj0escQ== - dependencies: - "@babel/helper-annotate-as-pure" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-typeof-symbol@^7.2.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.8.3.tgz#5cffb216fb25c8c64ba6bf5f76ce49d3ab079f4d" - integrity sha512-3TrkKd4LPqm4jHs6nPtSDI/SV9Cm5PRJkHLUgTcqRQQTMAZ44ZaAdDZJtvWFSaRcvT0a1rTmJ5ZA5tDKjleF3g== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-typeof-symbol@^7.8.4": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.8.4.tgz#ede4062315ce0aaf8a657a920858f1a2f35fc412" - integrity sha512-2QKyfjGdvuNfHsb7qnBBlKclbD4CfshH2KvDabiijLMGXPHJXGxtDzwIF7bQP+T0ysw8fYTtxPafgfs/c1Lrqg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-transform-typescript@^7.7.2": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.8.3.tgz#be6f01a7ef423be68e65ace1f04fc407e6d88917" - integrity sha512-Ebj230AxcrKGZPKIp4g4TdQLrqX95TobLUWKd/CwG7X1XHUH1ZpkpFvXuXqWbtGRWb7uuEWNlrl681wsOArAdQ== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-syntax-typescript" "^7.8.3" - -"@babel/plugin-transform-unicode-regex@^7.7.0", "@babel/plugin-transform-unicode-regex@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.8.3.tgz#0cef36e3ba73e5c57273effb182f46b91a1ecaad" - integrity sha512-+ufgJjYdmWfSQ+6NS9VGUR2ns8cjJjYbrbi11mZBTaWm+Fui/ncTLFF28Ei1okavY+xkojGr1eJxNsWYeA5aZw== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/preset-env@7.7.1": - version "7.7.1" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.1.tgz#04a2ff53552c5885cf1083e291c8dd5490f744bb" - integrity sha512-/93SWhi3PxcVTDpSqC+Dp4YxUu3qZ4m7I76k0w73wYfn7bGVuRIO4QUz95aJksbS+AD1/mT1Ie7rbkT0wSplaA== - dependencies: - "@babel/helper-module-imports" "^7.7.0" - "@babel/helper-plugin-utils" "^7.0.0" - "@babel/plugin-proposal-async-generator-functions" "^7.7.0" - "@babel/plugin-proposal-dynamic-import" "^7.7.0" - "@babel/plugin-proposal-json-strings" "^7.2.0" - "@babel/plugin-proposal-object-rest-spread" "^7.6.2" - "@babel/plugin-proposal-optional-catch-binding" "^7.2.0" - "@babel/plugin-proposal-unicode-property-regex" "^7.7.0" - "@babel/plugin-syntax-async-generators" "^7.2.0" - "@babel/plugin-syntax-dynamic-import" "^7.2.0" - "@babel/plugin-syntax-json-strings" "^7.2.0" - "@babel/plugin-syntax-object-rest-spread" "^7.2.0" - "@babel/plugin-syntax-optional-catch-binding" "^7.2.0" - "@babel/plugin-syntax-top-level-await" "^7.7.0" - "@babel/plugin-transform-arrow-functions" "^7.2.0" - "@babel/plugin-transform-async-to-generator" "^7.7.0" - "@babel/plugin-transform-block-scoped-functions" "^7.2.0" - "@babel/plugin-transform-block-scoping" "^7.6.3" - "@babel/plugin-transform-classes" "^7.7.0" - "@babel/plugin-transform-computed-properties" "^7.2.0" - "@babel/plugin-transform-destructuring" "^7.6.0" - "@babel/plugin-transform-dotall-regex" "^7.7.0" - "@babel/plugin-transform-duplicate-keys" "^7.5.0" - "@babel/plugin-transform-exponentiation-operator" "^7.2.0" - "@babel/plugin-transform-for-of" "^7.4.4" - "@babel/plugin-transform-function-name" "^7.7.0" - "@babel/plugin-transform-literals" "^7.2.0" - "@babel/plugin-transform-member-expression-literals" "^7.2.0" - "@babel/plugin-transform-modules-amd" "^7.5.0" - "@babel/plugin-transform-modules-commonjs" "^7.7.0" - "@babel/plugin-transform-modules-systemjs" "^7.7.0" - "@babel/plugin-transform-modules-umd" "^7.7.0" - "@babel/plugin-transform-named-capturing-groups-regex" "^7.7.0" - "@babel/plugin-transform-new-target" "^7.4.4" - "@babel/plugin-transform-object-super" "^7.5.5" - "@babel/plugin-transform-parameters" "^7.4.4" - "@babel/plugin-transform-property-literals" "^7.2.0" - "@babel/plugin-transform-regenerator" "^7.7.0" - "@babel/plugin-transform-reserved-words" "^7.2.0" - "@babel/plugin-transform-shorthand-properties" "^7.2.0" - "@babel/plugin-transform-spread" "^7.6.2" - "@babel/plugin-transform-sticky-regex" "^7.2.0" - "@babel/plugin-transform-template-literals" "^7.4.4" - "@babel/plugin-transform-typeof-symbol" "^7.2.0" - "@babel/plugin-transform-unicode-regex" "^7.7.0" - "@babel/types" "^7.7.1" - browserslist "^4.6.0" - core-js-compat "^3.1.1" - invariant "^2.2.2" - js-levenshtein "^1.1.3" - semver "^5.5.0" - -"@babel/preset-env@^7.9.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.0.tgz#a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8" - integrity sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ== - dependencies: - "@babel/compat-data" "^7.9.0" - "@babel/helper-compilation-targets" "^7.8.7" - "@babel/helper-module-imports" "^7.8.3" - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-proposal-async-generator-functions" "^7.8.3" - "@babel/plugin-proposal-dynamic-import" "^7.8.3" - "@babel/plugin-proposal-json-strings" "^7.8.3" - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3" - "@babel/plugin-proposal-numeric-separator" "^7.8.3" - "@babel/plugin-proposal-object-rest-spread" "^7.9.0" - "@babel/plugin-proposal-optional-catch-binding" "^7.8.3" - "@babel/plugin-proposal-optional-chaining" "^7.9.0" - "@babel/plugin-proposal-unicode-property-regex" "^7.8.3" - "@babel/plugin-syntax-async-generators" "^7.8.0" - "@babel/plugin-syntax-dynamic-import" "^7.8.0" - "@babel/plugin-syntax-json-strings" "^7.8.0" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" - "@babel/plugin-syntax-numeric-separator" "^7.8.0" - "@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.8.3" - "@babel/plugin-transform-arrow-functions" "^7.8.3" - "@babel/plugin-transform-async-to-generator" "^7.8.3" - "@babel/plugin-transform-block-scoped-functions" "^7.8.3" - "@babel/plugin-transform-block-scoping" "^7.8.3" - "@babel/plugin-transform-classes" "^7.9.0" - "@babel/plugin-transform-computed-properties" "^7.8.3" - "@babel/plugin-transform-destructuring" "^7.8.3" - "@babel/plugin-transform-dotall-regex" "^7.8.3" - "@babel/plugin-transform-duplicate-keys" "^7.8.3" - "@babel/plugin-transform-exponentiation-operator" "^7.8.3" - "@babel/plugin-transform-for-of" "^7.9.0" - "@babel/plugin-transform-function-name" "^7.8.3" - "@babel/plugin-transform-literals" "^7.8.3" - "@babel/plugin-transform-member-expression-literals" "^7.8.3" - "@babel/plugin-transform-modules-amd" "^7.9.0" - "@babel/plugin-transform-modules-commonjs" "^7.9.0" - "@babel/plugin-transform-modules-systemjs" "^7.9.0" - "@babel/plugin-transform-modules-umd" "^7.9.0" - "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3" - "@babel/plugin-transform-new-target" "^7.8.3" - "@babel/plugin-transform-object-super" "^7.8.3" - "@babel/plugin-transform-parameters" "^7.8.7" - "@babel/plugin-transform-property-literals" "^7.8.3" - "@babel/plugin-transform-regenerator" "^7.8.7" - "@babel/plugin-transform-reserved-words" "^7.8.3" - "@babel/plugin-transform-shorthand-properties" "^7.8.3" - "@babel/plugin-transform-spread" "^7.8.3" - "@babel/plugin-transform-sticky-regex" "^7.8.3" - "@babel/plugin-transform-template-literals" "^7.8.3" - "@babel/plugin-transform-typeof-symbol" "^7.8.4" - "@babel/plugin-transform-unicode-regex" "^7.8.3" - "@babel/preset-modules" "^0.1.3" - "@babel/types" "^7.9.0" - browserslist "^4.9.1" - core-js-compat "^3.6.2" - invariant "^2.2.2" - levenary "^1.1.1" - semver "^5.5.0" - -"@babel/preset-modules@0.1.1": - version "0.1.1" - resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.1.tgz#add61473e3182771b36930c1312f3c56c114e406" - integrity sha512-x/kt2aAZlgcFnP3P851fkkb2s4FmTiyGic58pkWMaRK9Am3u9KkH1ttHGjwlsKu7/TVJsLEBXZnjUxqsid3tww== - 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" - -"@babel/preset-modules@^0.1.3": - version "0.1.3" - resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.3.tgz#13242b53b5ef8c883c3cf7dddd55b36ce80fbc72" - integrity sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg== - 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" - -"@babel/preset-react@7.7.0": - version "7.7.0" - resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.7.0.tgz#8ab0c4787d98cf1f5f22dabf115552bf9e4e406c" - integrity sha512-IXXgSUYBPHUGhUkH+89TR6faMcBtuMW0h5OHbMuVbL3/5wK2g6a2M2BBpkLa+Kw0sAHiZ9dNVgqJMDP/O4GRBA== - dependencies: - "@babel/helper-plugin-utils" "^7.0.0" - "@babel/plugin-transform-react-display-name" "^7.0.0" - "@babel/plugin-transform-react-jsx" "^7.7.0" - "@babel/plugin-transform-react-jsx-self" "^7.0.0" - "@babel/plugin-transform-react-jsx-source" "^7.0.0" - -"@babel/preset-react@^7.9.1": - version "7.9.4" - resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.9.4.tgz#c6c97693ac65b6b9c0b4f25b948a8f665463014d" - integrity sha512-AxylVB3FXeOTQXNXyiuAQJSvss62FEotbX2Pzx3K/7c+MKJMdSg6Ose6QYllkdCFA8EInCJVw7M/o5QbLuA4ZQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - "@babel/plugin-transform-react-display-name" "^7.8.3" - "@babel/plugin-transform-react-jsx" "^7.9.4" - "@babel/plugin-transform-react-jsx-development" "^7.9.0" - "@babel/plugin-transform-react-jsx-self" "^7.9.0" - "@babel/plugin-transform-react-jsx-source" "^7.9.0" - -"@babel/preset-typescript@7.7.2": - version "7.7.2" - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.7.2.tgz#f71c8bba2ae02f11b29dbf7d6a35f47bbe011632" - integrity sha512-1B4HthAelaLGfNRyrWqJtBEjXX1ulThCrLQ5B2VOtEAznWFIFXFJahgXImqppy66lx/Oh+cOSCQdJzZqh2Jh5g== - dependencies: - "@babel/helper-plugin-utils" "^7.0.0" - "@babel/plugin-transform-typescript" "^7.7.2" - -"@babel/runtime@7.7.2": - version "7.7.2" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.2.tgz#111a78002a5c25fc8e3361bedc9529c696b85a6a" - integrity sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw== - dependencies: - regenerator-runtime "^0.13.2" - -"@babel/runtime@^7.6.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.3.tgz#0811944f73a6c926bb2ad35e918dcc1bfab279f1" - integrity sha512-fVHx1rzEmwB130VTkLnxR+HmxcTjGzH12LYQcFFoBwakMd3aOMD4OsRN7tGG/UOYE2ektgFrS8uACAoRk1CY0w== - dependencies: - regenerator-runtime "^0.13.2" - -"@babel/runtime@^7.8.4": - version "7.9.2" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.2.tgz#d90df0583a3a252f09aaa619665367bae518db06" - integrity sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q== - dependencies: - regenerator-runtime "^0.13.4" - -"@babel/template@^7.7.0", "@babel/template@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8" - integrity sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ== - dependencies: - "@babel/code-frame" "^7.8.3" - "@babel/parser" "^7.8.3" - "@babel/types" "^7.8.3" - -"@babel/template@^7.7.4", "@babel/template@^7.8.6": - version "7.8.6" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b" - integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg== - dependencies: - "@babel/code-frame" "^7.8.3" - "@babel/parser" "^7.8.6" - "@babel/types" "^7.8.6" - -"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.2", "@babel/traverse@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.3.tgz#a826215b011c9b4f73f3a893afbc05151358bf9a" - integrity sha512-we+a2lti+eEImHmEXp7bM9cTxGzxPmBiVJlLVD+FuuQMeeO7RaDbutbgeheDkw+Xe3mCfJHnGOWLswT74m2IPg== - dependencies: - "@babel/code-frame" "^7.8.3" - "@babel/generator" "^7.8.3" - "@babel/helper-function-name" "^7.8.3" - "@babel/helper-split-export-declaration" "^7.8.3" - "@babel/parser" "^7.8.3" - "@babel/types" "^7.8.3" - debug "^4.1.0" - globals "^11.1.0" - lodash "^4.17.13" - -"@babel/traverse@^7.7.4", "@babel/traverse@^7.8.4", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.0.tgz#d3882c2830e513f4fe4cec9fe76ea1cc78747892" - integrity sha512-jAZQj0+kn4WTHO5dUZkZKhbFrqZE7K5LAQ5JysMnmvGij+wOdr+8lWqPeW0BcF4wFwrEXXtdGO7wcV6YPJcf3w== - dependencies: - "@babel/code-frame" "^7.8.3" - "@babel/generator" "^7.9.0" - "@babel/helper-function-name" "^7.8.3" - "@babel/helper-split-export-declaration" "^7.8.3" - "@babel/parser" "^7.9.0" - "@babel/types" "^7.9.0" - debug "^4.1.0" - globals "^11.1.0" - lodash "^4.17.13" - -"@babel/types@7.7.4": - version "7.7.4" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193" - integrity sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA== - dependencies: - esutils "^2.0.2" - lodash "^4.17.13" - to-fast-properties "^2.0.0" - -"@babel/types@7.8.3", "@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.7.1", "@babel/types@^7.7.2", "@babel/types@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c" - integrity sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg== - dependencies: - esutils "^2.0.2" - lodash "^4.17.13" - to-fast-properties "^2.0.0" - -"@babel/types@^7.8.6", "@babel/types@^7.9.0": - version "7.9.0" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5" - integrity sha512-BS9JKfXkzzJl8RluW4JGknzpiUV7ZrvTayM6yfqLTVBEnFtyowVIOu6rqxRd5cVO6yGoWf4T8u8dgK9oB+GCng== - dependencies: - "@babel/helper-validator-identifier" "^7.9.0" - lodash "^4.17.13" - to-fast-properties "^2.0.0" - -"@bcoe/v8-coverage@^0.2.3": - version "0.2.3" - resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" - integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== - -"@cnakazawa/watch@^1.0.3": - version "1.0.3" - resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef" - integrity sha512-r5160ogAvGyHsal38Kux7YYtodEKOj89RGb28ht1jh3SJb08VwRwAKKJL0bGb04Zd/3r9FL3BFIc3bBidYffCA== - dependencies: - exec-sh "^0.3.2" - minimist "^1.2.0" - -"@csstools/convert-colors@^1.4.0": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7" - integrity sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw== - -"@emotion/is-prop-valid@^0.8.3": - version "0.8.6" - resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.6.tgz#4757646f0a58e9dec614c47c838e7147d88c263c" - integrity sha512-mnZMho3Sq8BfzkYYRVc8ilQTnc8U02Ytp6J1AwM6taQStZ3AhsEJBX2LzhA/LJirNCwM2VtHL3VFIZ+sNJUgUQ== - dependencies: - "@emotion/memoize" "0.7.4" - -"@emotion/memoize@0.7.4": - version "0.7.4" - resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb" - integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw== - -"@emotion/stylis@^0.8.4": - version "0.8.5" - resolved "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.8.5.tgz#deacb389bd6ee77d1e7fcaccce9e16c5c7e78e04" - integrity sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ== - -"@emotion/unitless@^0.7.4": - version "0.7.5" - resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed" - integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg== - -"@fortawesome/fontawesome-common-types@^0.2.28": - version "0.2.28" - resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-0.2.28.tgz#1091bdfe63b3f139441e9cba27aa022bff97d8b2" - integrity sha512-gtis2/5yLdfI6n0ia0jH7NJs5i/Z/8M/ZbQL6jXQhCthEOe5Cr5NcQPhgTvFxNOtURE03/ZqUcEskdn2M+QaBg== - -"@fortawesome/fontawesome-svg-core@^1.2.28": - version "1.2.28" - resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-1.2.28.tgz#e5b8c8814ef375f01f5d7c132d3c3a2f83a3abf9" - integrity sha512-4LeaNHWvrneoU0i8b5RTOJHKx7E+y7jYejplR7uSVB34+mp3Veg7cbKk7NBCLiI4TyoWS1wh9ZdoyLJR8wSAdg== - dependencies: - "@fortawesome/fontawesome-common-types" "^0.2.28" - -"@fortawesome/free-brands-svg-icons@^5.13.0": - version "5.13.0" - resolved "https://registry.yarnpkg.com/@fortawesome/free-brands-svg-icons/-/free-brands-svg-icons-5.13.0.tgz#e79de73ba6555055204828dca9c0691e7ce5242b" - integrity sha512-/6xXiJFCMEQxqxXbL0FPJpwq5Cv6MRrjsbJEmH/t5vOvB4dILDpnY0f7zZSlA8+TG7jwlt12miF/yZpZkykucA== - dependencies: - "@fortawesome/fontawesome-common-types" "^0.2.28" - -"@fortawesome/free-solid-svg-icons@^5.13.0": - version "5.13.0" - resolved "https://registry.yarnpkg.com/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-5.13.0.tgz#44d9118668ad96b4fd5c9434a43efc5903525739" - integrity sha512-IHUgDJdomv6YtG4p3zl1B5wWf9ffinHIvebqQOmV3U+3SLw4fC+LUCCgwfETkbTtjy5/Qws2VoVf6z/ETQpFpg== - dependencies: - "@fortawesome/fontawesome-common-types" "^0.2.28" - -"@fortawesome/react-fontawesome@^0.1.9": - version "0.1.9" - resolved "https://registry.yarnpkg.com/@fortawesome/react-fontawesome/-/react-fontawesome-0.1.9.tgz#c865b9286c707407effcec99958043711367cd02" - integrity sha512-49V3WNysLZU5fZ3sqSuys4nGRytsrxJktbv3vuaXkEoxv22C6T7TEG0TW6+nqVjMnkfCQd5xOnmJoZHMF78tOw== - dependencies: - prop-types "^15.7.2" - -"@istanbuljs/load-nyc-config@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.0.0.tgz#10602de5570baea82f8afbfa2630b24e7a8cfe5b" - integrity sha512-ZR0rq/f/E4f4XcgnDvtMWXCUJpi8eO0rssVhmztsZqLIEFA9UUP9zmpE0VxlM+kv/E1ul2I876Fwil2ayptDVg== - dependencies: - camelcase "^5.3.1" - find-up "^4.1.0" - js-yaml "^3.13.1" - resolve-from "^5.0.0" - -"@istanbuljs/schema@^0.1.2": - version "0.1.2" - resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd" - integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw== - -"@jest/console@^25.2.3": - version "25.2.3" - resolved "https://registry.yarnpkg.com/@jest/console/-/console-25.2.3.tgz#38ac19b916ff61457173799239472659e1a67c39" - integrity sha512-k+37B1aSvOt9tKHWbZZSOy1jdgzesB0bj96igCVUG1nAH1W5EoUfgc5EXbBVU08KSLvkVdWopLXaO3xfVGlxtQ== - dependencies: - "@jest/source-map" "^25.2.1" - chalk "^3.0.0" - jest-util "^25.2.3" - slash "^3.0.0" - -"@jest/core@^25.2.3": - version "25.2.3" - resolved "https://registry.yarnpkg.com/@jest/core/-/core-25.2.3.tgz#2fd37ce0e6ad845e058dcd8245f2745490df1bc0" - integrity sha512-Ifz3aEkGvZhwijLMmWa7sloZVEMdxpzjFv3CKHv3eRYRShTN8no6DmyvvxaZBjLalOlRalJ7HDgc733J48tSuw== - dependencies: - "@jest/console" "^25.2.3" - "@jest/reporters" "^25.2.3" - "@jest/test-result" "^25.2.3" - "@jest/transform" "^25.2.3" - "@jest/types" "^25.2.3" - ansi-escapes "^4.2.1" - chalk "^3.0.0" - exit "^0.1.2" - graceful-fs "^4.2.3" - jest-changed-files "^25.2.3" - jest-config "^25.2.3" - jest-haste-map "^25.2.3" - jest-message-util "^25.2.3" - jest-regex-util "^25.2.1" - jest-resolve "^25.2.3" - jest-resolve-dependencies "^25.2.3" - jest-runner "^25.2.3" - jest-runtime "^25.2.3" - jest-snapshot "^25.2.3" - jest-util "^25.2.3" - jest-validate "^25.2.3" - jest-watcher "^25.2.3" - micromatch "^4.0.2" - p-each-series "^2.1.0" - realpath-native "^2.0.0" - rimraf "^3.0.0" - slash "^3.0.0" - strip-ansi "^6.0.0" - -"@jest/environment@^25.2.3": - version "25.2.3" - resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-25.2.3.tgz#32b3f216355b03e9449b93b62584c18934a2cc4a" - integrity sha512-zRypAMQnNo8rD0rCbI9+5xf+Lu+uvunKZNBcIWjb3lTATSomKbgYO+GYewGDYn7pf+30XCNBc6SH1rnBUN1ioA== - dependencies: - "@jest/fake-timers" "^25.2.3" - "@jest/types" "^25.2.3" - jest-mock "^25.2.3" - -"@jest/fake-timers@^25.2.3": - version "25.2.3" - resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-25.2.3.tgz#808a8a761be3baac719311f8bde1362bd1861e65" - integrity sha512-B6Qxm86fl613MV8egfvh1mRTMu23hMNdOUjzPhKl/4Nm5cceHz6nwLn0nP0sJXI/ue1vu71aLbtkgVBCgc2hYA== - dependencies: - "@jest/types" "^25.2.3" - jest-message-util "^25.2.3" - jest-mock "^25.2.3" - jest-util "^25.2.3" - lolex "^5.0.0" - -"@jest/reporters@^25.2.3": - version "25.2.3" - resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-25.2.3.tgz#824e922ea56686d0243c910559c36adacdd2081c" - integrity sha512-S0Zca5e7tTfGgxGRvBh6hktNdOBzqc6HthPzYHPRFYVW81SyzCqHTaNZydtDIVehb9s6NlyYZpcF/I2vco+lNw== - dependencies: - "@bcoe/v8-coverage" "^0.2.3" - "@jest/console" "^25.2.3" - "@jest/test-result" "^25.2.3" - "@jest/transform" "^25.2.3" - "@jest/types" "^25.2.3" - chalk "^3.0.0" - collect-v8-coverage "^1.0.0" - exit "^0.1.2" - glob "^7.1.2" - istanbul-lib-coverage "^3.0.0" - istanbul-lib-instrument "^4.0.0" - istanbul-lib-report "^3.0.0" - istanbul-lib-source-maps "^4.0.0" - istanbul-reports "^3.0.0" - jest-haste-map "^25.2.3" - jest-resolve "^25.2.3" - jest-util "^25.2.3" - jest-worker "^25.2.1" - slash "^3.0.0" - source-map "^0.6.0" - string-length "^3.1.0" - terminal-link "^2.0.0" - v8-to-istanbul "^4.0.1" - optionalDependencies: - node-notifier "^6.0.0" - -"@jest/source-map@^25.2.1": - version "25.2.1" - resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-25.2.1.tgz#b62ecf8ae76170b08eff8859b56eb7576df34ab8" - integrity sha512-PgScGJm1U27+9Te/cxP4oUFqJ2PX6NhBL2a6unQ7yafCgs8k02c0LSyjSIx/ao0AwcAdCczfAPDf5lJ7zoB/7A== - dependencies: - callsites "^3.0.0" - graceful-fs "^4.2.3" - source-map "^0.6.0" - -"@jest/test-result@^25.2.3": - version "25.2.3" - resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-25.2.3.tgz#db6028427514702c739dda66528dfbcc7fb8cdf4" - integrity sha512-cNYidqERTcT+xqZZ5FPSvji7Bd2YYq9M/VJCEUmgTVRFZRPOPSu65crEzQJ4czcDChEJ9ovzZ65r3UBlajnh3w== - dependencies: - "@jest/console" "^25.2.3" - "@jest/transform" "^25.2.3" - "@jest/types" "^25.2.3" - "@types/istanbul-lib-coverage" "^2.0.0" - collect-v8-coverage "^1.0.0" - -"@jest/test-sequencer@^25.2.3": - version "25.2.3" - resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-25.2.3.tgz#1400e0e994904844567e6e33c87062cbdf1f3e99" - integrity sha512-trHwV/wCrxWyZyNyNBUQExsaHyBVQxJwH3butpEcR+KBJPfaTUxtpXaxfs38IXXAhH68J4kPZgAaRRfkFTLunA== - dependencies: - "@jest/test-result" "^25.2.3" - jest-haste-map "^25.2.3" - jest-runner "^25.2.3" - jest-runtime "^25.2.3" - -"@jest/transform@^25.2.3": - version "25.2.3" - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-25.2.3.tgz#f090bdd91f54b867631a76959f2b2fc566534ffe" - integrity sha512-w1nfAuYP4OAiEDprFkE/2iwU86jL/hK3j1ylMcYOA3my5VOHqX0oeBcBxS2fUKWse2V4izuO2jqes0yNTDMlzw== - dependencies: - "@babel/core" "^7.1.0" - "@jest/types" "^25.2.3" - babel-plugin-istanbul "^6.0.0" - chalk "^3.0.0" - convert-source-map "^1.4.0" - fast-json-stable-stringify "^2.0.0" - graceful-fs "^4.2.3" - jest-haste-map "^25.2.3" - jest-regex-util "^25.2.1" - jest-util "^25.2.3" - micromatch "^4.0.2" - pirates "^4.0.1" - realpath-native "^2.0.0" - slash "^3.0.0" - source-map "^0.6.1" - write-file-atomic "^3.0.0" - -"@jest/types@^25.2.3": - version "25.2.3" - resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.2.3.tgz#035c4fb94e2da472f359ff9a211915d59987f6b6" - integrity sha512-6oLQwO9mKif3Uph3RX5J1i3S7X7xtDHWBaaaoeKw8hOzV6YUd0qDcYcHZ6QXMHDIzSr7zzrEa51o2Ovlj6AtKQ== - dependencies: - "@types/istanbul-lib-coverage" "^2.0.0" - "@types/istanbul-reports" "^1.1.1" - "@types/yargs" "^15.0.0" - chalk "^3.0.0" - -"@mapbox/rehype-prism@^0.4.0": - version "0.4.0" - resolved "https://registry.yarnpkg.com/@mapbox/rehype-prism/-/rehype-prism-0.4.0.tgz#58714b345ec01256aa74c24762a341f6a771494e" - integrity sha512-3lOB7cClhuKj4isJQITZp+YGXSmJ3cU71nmZ3vic4zpYrUlotNAogazelzz4QeJC16KsKv3pzP3mer3fgESeCg== - dependencies: - hast-util-to-string "^1.0.0" - refractor "^2.3.0" - unist-util-visit "^1.1.3" - -"@mdx-js/loader@^1.5.8": - version "1.5.8" - resolved "https://registry.yarnpkg.com/@mdx-js/loader/-/loader-1.5.8.tgz#3d1c4031b934c03309cabbbfe01628f3960e3221" - integrity sha512-Tmrx1ZSTDEBF6oBG6aoEmLNhKVvLqfCQe7mpnTFDjAG0O26E96m45Saj/FJkl373ulJ8BRED2EamNjejrKoeJQ== - dependencies: - "@mdx-js/mdx" "^1.5.8" - "@mdx-js/react" "^1.5.8" - loader-utils "1.2.3" - -"@mdx-js/mdx@^1.5.8": - version "1.5.8" - resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-1.5.8.tgz#40740eaf0b0007b461cee8df13a7ae5a1af8064a" - integrity sha512-OzanPTN0p9GZOEVeEuEa8QsjxxGyfFOOnI/+V1oC1su9UIN4KUg1k4n/hWTZC+VZhdW1Lfj6+Ho8nIs6L+pbDA== - dependencies: - "@babel/core" "7.8.4" - "@babel/plugin-syntax-jsx" "7.8.3" - "@babel/plugin-syntax-object-rest-spread" "7.8.3" - "@mdx-js/util" "^1.5.8" - babel-plugin-apply-mdx-type-prop "^1.5.8" - babel-plugin-extract-import-names "^1.5.8" - camelcase-css "2.0.1" - detab "2.0.3" - hast-util-raw "5.0.2" - lodash.uniq "4.5.0" - mdast-util-to-hast "7.0.0" - remark-mdx "^1.5.8" - remark-parse "7.0.2" - remark-squeeze-paragraphs "3.0.4" - style-to-object "0.3.0" - unified "8.4.2" - unist-builder "2.0.3" - unist-util-visit "2.0.2" - -"@mdx-js/react@^1.5.8": - version "1.5.8" - resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.5.8.tgz#fc38fe0eb278ae24666b2df3c751e726e33f5fac" - integrity sha512-L3rehITVxqDHOPJFGBSHKt3Mv/p3MENYlGIwLNYU89/iVqTLMD/vz8hL9RQtKqRoMbKuWpzzLlKIObqJzthNYg== - -"@mdx-js/util@^1.5.8": - version "1.5.8" - resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.5.8.tgz#cbadda0378af899c17ce1aa69c677015cab28448" - integrity sha512-a7Gjjw8bfBSertA/pTWBA/9WKEhgaSxvQE2NTSUzaknrzGFOhs4alZSHh3RHmSFdSWv5pUuzAgsWseMLhWEVkQ== - -"@next/mdx@^9.3.2": - version "9.3.2" - resolved "https://registry.yarnpkg.com/@next/mdx/-/mdx-9.3.2.tgz#f732aa95a2349f994f2e1928546fc9a8b4e0e090" - integrity sha512-nsXWEYh+m2g/c/rYRLlgnANFz4JYXx8SI9V+pJdToVZSAzcaAI74uOi+/YiAMh7pvg+mb1gszbqpz4jRl1xleg== - -"@next/polyfill-nomodule@9.3.2": - version "9.3.2" - resolved "https://registry.yarnpkg.com/@next/polyfill-nomodule/-/polyfill-nomodule-9.3.2.tgz#f8e282fdeb448eb6b70bcc18c5d46c911072687a" - integrity sha512-kEa7v3trZmW6iWeTJrhg+ZsE9njae7mLkgyZB5M1r975JHr5PQ69B5aX7hrEAj7aAJYvCKETgAczx4gGR8MOzQ== - -"@sinonjs/commons@^1.7.0": - version "1.7.1" - resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.7.1.tgz#da5fd19a5f71177a53778073978873964f49acf1" - integrity sha512-Debi3Baff1Qu1Unc3mjJ96MgpbwTn43S1+9yJ0llWygPwDNu2aaWBD6yc9y/Z8XDRNhx7U+u2UDg2OGQXkclUQ== - dependencies: - type-detect "4.0.8" - -"@svgr/babel-plugin-add-jsx-attribute@^5.0.1": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.0.1.tgz#744853b6533e83ce712d41d1873200b3e0a0b6fc" - integrity sha512-av76JbSudaN2CUOGuKQp5BVqLFidtojg4ApRTg1PBOVsskXK2ORwKnBYhIu0JLA6ynmuNDprlHNCD6IwLiYidw== - -"@svgr/babel-plugin-remove-jsx-attribute@^5.0.1": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.0.1.tgz#5df0ccf99e4745e105f76059025986d4da8443cd" - integrity sha512-oXyByaDQEK4Ut/eC75698MDKnaadbWmp/LS2w22cZAaoObCkkiwYYgZTZ+bvb3moo//AxvKkBtNrlz6+xBb9ZQ== - -"@svgr/babel-plugin-remove-jsx-empty-expression@^5.0.1": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz#25621a8915ed7ad70da6cea3d0a6dbc2ea933efd" - integrity sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA== - -"@svgr/babel-plugin-replace-jsx-attribute-value@^5.0.1": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz#0b221fc57f9fcd10e91fe219e2cd0dd03145a897" - integrity sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ== - -"@svgr/babel-plugin-svg-dynamic-title@^5.0.1": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.0.1.tgz#221abd28898130c6466b018bf19e905648100c38" - integrity sha512-IbFiDBvq5WpANPndjEom1Y9k1pHCNfJs87jCN1Lt8NEA7yrNVPSoAjBVmmfi0aVBERfp8IT/lgjn2a/S85lXGg== - -"@svgr/babel-plugin-svg-em-dimensions@^5.0.1": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.0.1.tgz#bd77607634deb1d970dbd8c0b1397b41e28c59dd" - integrity sha512-7kL9LtqCm1ca+zAbBsrD4ME3EQeVcRxkdrf2GsbKPgkzWJ+399vS4VqCP462+WvFRbG13jSwpNCrvhekdyvXsA== - -"@svgr/babel-plugin-transform-react-native-svg@^5.0.1": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.0.1.tgz#8c593dcfe17179f5a87734a76c9174aac91d2a2b" - integrity sha512-ITG1jJ0zHQ4yft6ISQqlMW4fHIzsrSB/FmrMxAcJtkTjh9M2/9M8wfKxQya9NnTfZ5WMSlQjXMQNZmGQsuxRrw== - -"@svgr/babel-plugin-transform-svg-component@^5.3.0": - version "5.3.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.3.0.tgz#a75ab70cba06c3cdd0a5b2de9ea81466e2ffdb06" - integrity sha512-x+XT8iqm81xRado8GLqDg5eUni8KbgTooqLvVZNUey2s8QBWXy7RbzJP6VX5WB9LgfbA7en6ka1/GfRUHyNhWg== - -"@svgr/babel-preset@^5.3.0": - version "5.3.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-preset/-/babel-preset-5.3.0.tgz#98f4c79b13b496fa55645b92448e59afd565f57b" - integrity sha512-VQPa3czStMhaDdOpGtzyVwWMZPbe437ocTGtXoa8R/iLTDYLD9BwyQLZZMPglKRBVaWJxqAVA8kbyFJQ9ahVdw== - dependencies: - "@svgr/babel-plugin-add-jsx-attribute" "^5.0.1" - "@svgr/babel-plugin-remove-jsx-attribute" "^5.0.1" - "@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.0.1" - "@svgr/babel-plugin-svg-em-dimensions" "^5.0.1" - "@svgr/babel-plugin-transform-react-native-svg" "^5.0.1" - "@svgr/babel-plugin-transform-svg-component" "^5.3.0" - -"@svgr/core@^5.3.0": - version "5.3.0" - resolved "https://registry.yarnpkg.com/@svgr/core/-/core-5.3.0.tgz#fc49d29596daffd739528d76cf9de26ac0548094" - integrity sha512-ijUF5bLsK4xA0hmg9GEEeFC35LPYcIkONmQLCgjW3NDTf0eRBgCCm+ZZFdeDTYnkNeh+fFOfHEkv7U3tEbJnZQ== - dependencies: - "@svgr/plugin-jsx" "^5.3.0" - camelcase "^5.3.1" - cosmiconfig "^6.0.0" - -"@svgr/hast-util-to-babel-ast@^5.0.1": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.0.1.tgz#0dce60a955465f0bd86bcd9c523b21472d6531d3" - integrity sha512-G7UHNPNhLyDK5p6RJvSh4TRpHszTxG8jPp5lAxC6Ez6O6rj1plEAjrCDdYj50mvilUuT9IKjqn87F8+agpKaSw== - dependencies: - "@babel/types" "^7.4.4" - -"@svgr/plugin-jsx@^5.3.0": - version "5.3.0" - resolved "https://registry.yarnpkg.com/@svgr/plugin-jsx/-/plugin-jsx-5.3.0.tgz#6452bc3adab0d6e83d211c49bd5d539f93c28ca8" - integrity sha512-duJFQ99ZvIXvxJmEhV/8GoKnPrAMOuK7k+lVyepRYHmR0BZr33RupjpApdleU29teXcJO5oMHYsviiHRCQcU9Q== - dependencies: - "@babel/core" "^7.7.5" - "@svgr/babel-preset" "^5.3.0" - "@svgr/hast-util-to-babel-ast" "^5.0.1" - svg-parser "^2.0.2" - -"@svgr/plugin-svgo@^5.3.0": - version "5.3.0" - resolved "https://registry.yarnpkg.com/@svgr/plugin-svgo/-/plugin-svgo-5.3.0.tgz#a33d45ecd64cb2c1adaab9196faddc10022552a7" - integrity sha512-rQw558t/pPPA/aWrazLDt3xIuxh9zDuUcQUeR8EO6yiYftkjT7My1MLPz1pha1LhkJCR1ug83fp+TPRYkV9EIQ== - dependencies: - cosmiconfig "^6.0.0" - merge-deep "^3.0.2" - svgo "^1.2.2" - -"@svgr/webpack@^5.3.0": - version "5.3.0" - resolved "https://registry.yarnpkg.com/@svgr/webpack/-/webpack-5.3.0.tgz#172890fbd159bba0c756fb3ade9d9943755236ca" - integrity sha512-sOuTGg/Hy+YrVaWRlU2iHnIPxr9jCybuPBbfAFFOuoEJgAlWj9UdWLqeFXJdgwae3FNtHsCsPCzEM9PmLtdFvA== - dependencies: - "@babel/core" "^7.9.0" - "@babel/plugin-transform-react-constant-elements" "^7.9.0" - "@babel/preset-env" "^7.9.0" - "@babel/preset-react" "^7.9.1" - "@svgr/core" "^5.3.0" - "@svgr/plugin-jsx" "^5.3.0" - "@svgr/plugin-svgo" "^5.3.0" - loader-utils "^2.0.0" - -"@types/babel__core@^7.1.0": - version "7.1.3" - resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.3.tgz#e441ea7df63cd080dfcd02ab199e6d16a735fc30" - integrity sha512-8fBo0UR2CcwWxeX7WIIgJ7lXjasFxoYgRnFHUj+hRvKkpiBJbxhdAPTCY6/ZKM0uxANFVzt4yObSLuTiTnazDA== - dependencies: - "@babel/parser" "^7.1.0" - "@babel/types" "^7.0.0" - "@types/babel__generator" "*" - "@types/babel__template" "*" - "@types/babel__traverse" "*" - -"@types/babel__generator@*": - version "7.6.1" - resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.1.tgz#4901767b397e8711aeb99df8d396d7ba7b7f0e04" - integrity sha512-bBKm+2VPJcMRVwNhxKu8W+5/zT7pwNEqeokFOmbvVSqGzFneNxYcEBro9Ac7/N9tlsaPYnZLK8J1LWKkMsLAew== - dependencies: - "@babel/types" "^7.0.0" - -"@types/babel__template@*": - version "7.0.2" - resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.0.2.tgz#4ff63d6b52eddac1de7b975a5223ed32ecea9307" - integrity sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg== - dependencies: - "@babel/parser" "^7.1.0" - "@babel/types" "^7.0.0" - -"@types/babel__traverse@*", "@types/babel__traverse@^7.0.6": - version "7.0.8" - resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.8.tgz#479a4ee3e291a403a1096106013ec22cf9b64012" - integrity sha512-yGeB2dHEdvxjP0y4UbRtQaSkXJ9649fYCmIdRoul5kfAoGCwxuCbMhag0k3RPfnuh9kPGm8x89btcfDEXdVWGw== - dependencies: - "@babel/types" "^7.3.0" - -"@types/color-name@^1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0" - integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== - -"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff" - integrity sha512-hRJD2ahnnpLgsj6KWMYSrmXkM3rm2Dl1qkx6IOFD5FnuNPXJIG5L0dhgKXCYTRMGzU4n0wImQ/xfmRc4POUFlg== - -"@types/istanbul-lib-report@*": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-1.1.1.tgz#e5471e7fa33c61358dd38426189c037a58433b8c" - integrity sha512-3BUTyMzbZa2DtDI2BkERNC6jJw2Mr2Y0oGI7mRxYNBPxppbtEK1F66u3bKwU2g+wxwWI7PAoRpJnOY1grJqzHg== - dependencies: - "@types/istanbul-lib-coverage" "*" - -"@types/istanbul-reports@^1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-1.1.1.tgz#7a8cbf6a406f36c8add871625b278eaf0b0d255a" - integrity sha512-UpYjBi8xefVChsCoBpKShdxTllC9pwISirfoZsUa2AAdQg/Jd2KQGtSbw+ya7GPo7x/wAPlH6JBhKhAsXUEZNA== - dependencies: - "@types/istanbul-lib-coverage" "*" - "@types/istanbul-lib-report" "*" - -"@types/parse-json@^4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" - integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== - -"@types/prettier@^1.19.0": - version "1.19.1" - resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-1.19.1.tgz#33509849f8e679e4add158959fdb086440e9553f" - integrity sha512-5qOlnZscTn4xxM5MeGXAMOsIOIKIbh9e85zJWfBRVPlRMEVawzoPhINYbRGkBZCI8LxvBe7tJCdWiarA99OZfQ== - -"@types/q@^1.5.1": - version "1.5.2" - resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8" - integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw== - -"@types/stack-utils@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e" - integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw== - -"@types/unist@^2.0.0", "@types/unist@^2.0.2": - version "2.0.3" - resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e" - integrity sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ== - -"@types/yargs-parser@*": - version "15.0.0" - resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d" - integrity sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw== - -"@types/yargs@^15.0.0": - version "15.0.4" - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.4.tgz#7e5d0f8ca25e9d5849f2ea443cf7c402decd8299" - integrity sha512-9T1auFmbPZoxHz0enUFlUuKRy3it01R+hlggyVUMtnCTQRunsQYifnSGb8hET4Xo8yiC0o0r1paW3ud5+rbURg== - dependencies: - "@types/yargs-parser" "*" - -"@webassemblyjs/ast@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359" - integrity sha512-aJMfngIZ65+t71C3y2nBBg5FFG0Okt9m0XEgWZ7Ywgn1oMAT8cNwx00Uv1cQyHtidq0Xn94R4TAywO+LCQ+ZAQ== - dependencies: - "@webassemblyjs/helper-module-context" "1.8.5" - "@webassemblyjs/helper-wasm-bytecode" "1.8.5" - "@webassemblyjs/wast-parser" "1.8.5" - -"@webassemblyjs/floating-point-hex-parser@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.8.5.tgz#1ba926a2923613edce496fd5b02e8ce8a5f49721" - integrity sha512-9p+79WHru1oqBh9ewP9zW95E3XAo+90oth7S5Re3eQnECGq59ly1Ri5tsIipKGpiStHsUYmY3zMLqtk3gTcOtQ== - -"@webassemblyjs/helper-api-error@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.8.5.tgz#c49dad22f645227c5edb610bdb9697f1aab721f7" - integrity sha512-Za/tnzsvnqdaSPOUXHyKJ2XI7PDX64kWtURyGiJJZKVEdFOsdKUCPTNEVFZq3zJ2R0G5wc2PZ5gvdTRFgm81zA== - -"@webassemblyjs/helper-buffer@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.8.5.tgz#fea93e429863dd5e4338555f42292385a653f204" - integrity sha512-Ri2R8nOS0U6G49Q86goFIPNgjyl6+oE1abW1pS84BuhP1Qcr5JqMwRFT3Ah3ADDDYGEgGs1iyb1DGX+kAi/c/Q== - -"@webassemblyjs/helper-code-frame@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.8.5.tgz#9a740ff48e3faa3022b1dff54423df9aa293c25e" - integrity sha512-VQAadSubZIhNpH46IR3yWO4kZZjMxN1opDrzePLdVKAZ+DFjkGD/rf4v1jap744uPVU6yjL/smZbRIIJTOUnKQ== - dependencies: - "@webassemblyjs/wast-printer" "1.8.5" - -"@webassemblyjs/helper-fsm@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-fsm/-/helper-fsm-1.8.5.tgz#ba0b7d3b3f7e4733da6059c9332275d860702452" - integrity sha512-kRuX/saORcg8se/ft6Q2UbRpZwP4y7YrWsLXPbbmtepKr22i8Z4O3V5QE9DbZK908dh5Xya4Un57SDIKwB9eow== - -"@webassemblyjs/helper-module-context@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.8.5.tgz#def4b9927b0101dc8cbbd8d1edb5b7b9c82eb245" - integrity sha512-/O1B236mN7UNEU4t9X7Pj38i4VoU8CcMHyy3l2cV/kIF4U5KoHXDVqcDuOs1ltkac90IM4vZdHc52t1x8Yfs3g== - dependencies: - "@webassemblyjs/ast" "1.8.5" - mamacro "^0.0.3" - -"@webassemblyjs/helper-wasm-bytecode@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.8.5.tgz#537a750eddf5c1e932f3744206551c91c1b93e61" - integrity sha512-Cu4YMYG3Ddl72CbmpjU/wbP6SACcOPVbHN1dI4VJNJVgFwaKf1ppeFJrwydOG3NDHxVGuCfPlLZNyEdIYlQ6QQ== - -"@webassemblyjs/helper-wasm-section@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.8.5.tgz#74ca6a6bcbe19e50a3b6b462847e69503e6bfcbf" - integrity sha512-VV083zwR+VTrIWWtgIUpqfvVdK4ff38loRmrdDBgBT8ADXYsEZ5mPQ4Nde90N3UYatHdYoDIFb7oHzMncI02tA== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/helper-buffer" "1.8.5" - "@webassemblyjs/helper-wasm-bytecode" "1.8.5" - "@webassemblyjs/wasm-gen" "1.8.5" - -"@webassemblyjs/ieee754@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.8.5.tgz#712329dbef240f36bf57bd2f7b8fb9bf4154421e" - integrity sha512-aaCvQYrvKbY/n6wKHb/ylAJr27GglahUO89CcGXMItrOBqRarUMxWLJgxm9PJNuKULwN5n1csT9bYoMeZOGF3g== - dependencies: - "@xtuc/ieee754" "^1.2.0" - -"@webassemblyjs/leb128@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.8.5.tgz#044edeb34ea679f3e04cd4fd9824d5e35767ae10" - integrity sha512-plYUuUwleLIziknvlP8VpTgO4kqNaH57Y3JnNa6DLpu/sGcP6hbVdfdX5aHAV716pQBKrfuU26BJK29qY37J7A== - dependencies: - "@xtuc/long" "4.2.2" - -"@webassemblyjs/utf8@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.8.5.tgz#a8bf3b5d8ffe986c7c1e373ccbdc2a0915f0cedc" - integrity sha512-U7zgftmQriw37tfD934UNInokz6yTmn29inT2cAetAsaU9YeVCveWEwhKL1Mg4yS7q//NGdzy79nlXh3bT8Kjw== - -"@webassemblyjs/wasm-edit@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.8.5.tgz#962da12aa5acc1c131c81c4232991c82ce56e01a" - integrity sha512-A41EMy8MWw5yvqj7MQzkDjU29K7UJq1VrX2vWLzfpRHt3ISftOXqrtojn7nlPsZ9Ijhp5NwuODuycSvfAO/26Q== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/helper-buffer" "1.8.5" - "@webassemblyjs/helper-wasm-bytecode" "1.8.5" - "@webassemblyjs/helper-wasm-section" "1.8.5" - "@webassemblyjs/wasm-gen" "1.8.5" - "@webassemblyjs/wasm-opt" "1.8.5" - "@webassemblyjs/wasm-parser" "1.8.5" - "@webassemblyjs/wast-printer" "1.8.5" - -"@webassemblyjs/wasm-gen@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.8.5.tgz#54840766c2c1002eb64ed1abe720aded714f98bc" - integrity sha512-BCZBT0LURC0CXDzj5FXSc2FPTsxwp3nWcqXQdOZE4U7h7i8FqtFK5Egia6f9raQLpEKT1VL7zr4r3+QX6zArWg== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/helper-wasm-bytecode" "1.8.5" - "@webassemblyjs/ieee754" "1.8.5" - "@webassemblyjs/leb128" "1.8.5" - "@webassemblyjs/utf8" "1.8.5" - -"@webassemblyjs/wasm-opt@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.8.5.tgz#b24d9f6ba50394af1349f510afa8ffcb8a63d264" - integrity sha512-HKo2mO/Uh9A6ojzu7cjslGaHaUU14LdLbGEKqTR7PBKwT6LdPtLLh9fPY33rmr5wcOMrsWDbbdCHq4hQUdd37Q== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/helper-buffer" "1.8.5" - "@webassemblyjs/wasm-gen" "1.8.5" - "@webassemblyjs/wasm-parser" "1.8.5" - -"@webassemblyjs/wasm-parser@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.8.5.tgz#21576f0ec88b91427357b8536383668ef7c66b8d" - integrity sha512-pi0SYE9T6tfcMkthwcgCpL0cM9nRYr6/6fjgDtL6q/ZqKHdMWvxitRi5JcZ7RI4SNJJYnYNaWy5UUrHQy998lw== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/helper-api-error" "1.8.5" - "@webassemblyjs/helper-wasm-bytecode" "1.8.5" - "@webassemblyjs/ieee754" "1.8.5" - "@webassemblyjs/leb128" "1.8.5" - "@webassemblyjs/utf8" "1.8.5" - -"@webassemblyjs/wast-parser@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-parser/-/wast-parser-1.8.5.tgz#e10eecd542d0e7bd394f6827c49f3df6d4eefb8c" - integrity sha512-daXC1FyKWHF1i11obK086QRlsMsY4+tIOKgBqI1lxAnkp9xe9YMcgOxm9kLe+ttjs5aWV2KKE1TWJCN57/Btsg== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/floating-point-hex-parser" "1.8.5" - "@webassemblyjs/helper-api-error" "1.8.5" - "@webassemblyjs/helper-code-frame" "1.8.5" - "@webassemblyjs/helper-fsm" "1.8.5" - "@xtuc/long" "4.2.2" - -"@webassemblyjs/wast-printer@1.8.5": - version "1.8.5" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.8.5.tgz#114bbc481fd10ca0e23b3560fa812748b0bae5bc" - integrity sha512-w0U0pD4EhlnvRyeJzBqaVSJAo9w/ce7/WPogeXLzGkO6hzhr4GnQIZ4W4uUt5b9ooAaXPtnXlj0gzsXEOUNYMg== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/wast-parser" "1.8.5" - "@xtuc/long" "4.2.2" - -"@xtuc/ieee754@^1.2.0": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790" - integrity sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA== - -"@xtuc/long@4.2.2": - version "4.2.2" - resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d" - integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== - -"@zeit/next-css@1.0.1", "@zeit/next-css@latest": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@zeit/next-css/-/next-css-1.0.1.tgz#4f784e841e7ca1b21b3468a902e2c1fa95a3e75c" - integrity sha512-yfHPRy/ne/5SddVClsoy+fpU7e0Cs1gkWA67/wm2uIu+9rznF45yQLxHEt5dPGF3h6IiIh7ZtIgA8VV8YKq87A== - dependencies: - css-loader "1.0.0" - extracted-loader "1.0.4" - find-up "2.1.0" - ignore-loader "0.1.2" - mini-css-extract-plugin "0.4.3" - postcss-loader "3.0.0" - -"@zeit/next-sass@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@zeit/next-sass/-/next-sass-1.0.1.tgz#18f7f36caa1975d7e090e81bde116a53f3202d8d" - integrity sha512-QVmrsLye85gtIYj+QSBuFadzd6NQgI5DZfqlV+ET1nXI3B+C91wAaJN71O98KMvNIc8R2QLosxugEyd2V5wE6w== - dependencies: - "@zeit/next-css" "1.0.1" - sass-loader "6.0.6" - -"@zeit/schemas@2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@zeit/schemas/-/schemas-2.6.0.tgz#004e8e553b4cd53d538bd38eac7bcbf58a867fe3" - integrity sha512-uUrgZ8AxS+Lio0fZKAipJjAh415JyrOZowliZAzmnJSsf7piVL5w+G0+gFJ0KSu3QRhvui/7zuvpLz03YjXAhg== - -abab@^2.0.0: - version "2.0.3" - resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.3.tgz#623e2075e02eb2d3f2475e49f99c91846467907a" - integrity sha512-tsFzPpcttalNjFBCFMqsKYQcWxxen1pgJR56by//QwvJc4/OUS3kPOOttx2tSIfjsylB0pYu7f5D3K1RCxUnUg== - -abbrev@1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" - integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== - -accepts@~1.3.5: - version "1.3.7" - resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd" - integrity sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== - dependencies: - mime-types "~2.1.24" - negotiator "0.6.2" - -acorn-globals@^4.3.2: - version "4.3.4" - resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-4.3.4.tgz#9fa1926addc11c97308c4e66d7add0d40c3272e7" - integrity sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A== - dependencies: - acorn "^6.0.1" - acorn-walk "^6.0.1" - -acorn-walk@^6.0.1: - version "6.2.0" - resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.2.0.tgz#123cb8f3b84c2171f1f7fb252615b1c78a6b1a8c" - integrity sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA== - -acorn@^6.0.1, acorn@^6.2.1: - version "6.4.0" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.0.tgz#b659d2ffbafa24baf5db1cdbb2c94a983ecd2784" - integrity sha512-gac8OEcQ2Li1dxIEWGZzsp2BitJxwkwcOm0zHAJLcPJaVvm58FRnk6RkuLRpU1EujipU2ZFODv2P9DLMfnV8mw== - -acorn@^7.1.0: - version "7.1.1" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf" - integrity sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg== - -adjust-sourcemap-loader@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/adjust-sourcemap-loader/-/adjust-sourcemap-loader-2.0.0.tgz#6471143af75ec02334b219f54bc7970c52fb29a4" - integrity sha512-4hFsTsn58+YjrU9qKzML2JSSDqKvN8mUGQ0nNIrfPi8hmIONT4L3uUaT6MKdMsZ9AjsU6D2xDkZxCkbQPxChrA== - dependencies: - assert "1.4.1" - camelcase "5.0.0" - loader-utils "1.2.3" - object-path "0.11.4" - regex-parser "2.2.10" - -ajv-errors@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d" - integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ== - -ajv-keywords@^3.1.0, ajv-keywords@^3.4.1: - version "3.4.1" - resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.4.1.tgz#ef916e271c64ac12171fd8384eaae6b2345854da" - integrity sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ== - -ajv@6.5.3: - version "6.5.3" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.5.3.tgz#71a569d189ecf4f4f321224fecb166f071dd90f9" - integrity sha512-LqZ9wY+fx3UMiiPd741yB2pj3hhil+hQc8taf4o2QGRFpWgZ2V5C8HA165DY9sS3fJwsk7uT7ZlFEyC3Ig3lLg== - dependencies: - fast-deep-equal "^2.0.1" - fast-json-stable-stringify "^2.0.0" - json-schema-traverse "^0.4.1" - uri-js "^4.2.2" - -ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.5.5: - version "6.10.2" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52" - integrity sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw== - dependencies: - fast-deep-equal "^2.0.1" - fast-json-stable-stringify "^2.0.0" - json-schema-traverse "^0.4.1" - uri-js "^4.2.2" - -ajv@^6.12.0: - version "6.12.0" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.0.tgz#06d60b96d87b8454a5adaba86e7854da629db4b7" - integrity sha512-D6gFiFA0RRLyUbvijN74DWAjXSFxWKaWP7mldxkVhyhAV3+SWA9HEJPHQ2c9soIeTFJqcSdFDGFgdqs1iUU2Hw== - 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" - -amdefine@>=0.0.4: - version "1.0.1" - resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5" - integrity sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU= - -amphtml-validator@1.0.30: - version "1.0.30" - resolved "https://registry.yarnpkg.com/amphtml-validator/-/amphtml-validator-1.0.30.tgz#b722ea5e965d0cc028cbdc360fc76b97e669715e" - integrity sha512-CaEm2ivIi4M4QTiFnCE9t4MRgawCf88iAV/+VsS0zEw6T4VBU6zoXcgn4L+dt6/WZ/NYxKpc38duSoRLqZJhNQ== - dependencies: - colors "1.2.5" - commander "2.15.1" - promise "8.0.1" - -ansi-align@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-2.0.0.tgz#c36aeccba563b89ceb556f3690f0b1d9e3547f7f" - integrity sha1-w2rsy6VjuJzrVW82kPCx2eNUf38= - dependencies: - string-width "^2.0.0" - -ansi-colors@^3.0.0: - version "3.2.4" - resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf" - integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA== - -ansi-escapes@^4.2.1: - version "4.3.1" - resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.1.tgz#a5c47cc43181f1f38ffd7076837700d395522a61" - integrity sha512-JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA== - dependencies: - type-fest "^0.11.0" - -ansi-html@0.0.7: - version "0.0.7" - resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e" - integrity sha1-gTWEAhliqenm/QOflA0S9WynhZ4= - -ansi-regex@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" - integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= - -ansi-regex@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" - integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= - -ansi-regex@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997" - integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== - -ansi-regex@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75" - integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== - -ansi-styles@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" - integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= - -ansi-styles@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" - integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - dependencies: - color-convert "^1.9.0" - -ansi-styles@^4.0.0, ansi-styles@^4.1.0: - version "4.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359" - integrity sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== - dependencies: - "@types/color-name" "^1.1.1" - color-convert "^2.0.1" - -anymatch@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" - integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== - dependencies: - micromatch "^3.1.4" - normalize-path "^2.1.1" - -anymatch@^3.0.3, anymatch@~3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142" - integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== - dependencies: - normalize-path "^3.0.0" - picomatch "^2.0.4" - -aproba@^1.0.3, aproba@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" - integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== - -arch@^2.1.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/arch/-/arch-2.1.1.tgz#8f5c2731aa35a30929221bb0640eed65175ec84e" - integrity sha512-BLM56aPo9vLLFVa8+/+pJLnrZ7QGGTVHWsCwieAWT9o9K8UeGaQbzZbGoabWLOo2ksBCztoXdqBZBplqLDDCSg== - -are-we-there-yet@~1.1.2: - version "1.1.5" - resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21" - integrity sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w== - dependencies: - delegates "^1.0.0" - readable-stream "^2.0.6" - -arg@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/arg/-/arg-2.0.0.tgz#c06e7ff69ab05b3a4a03ebe0407fac4cba657545" - integrity sha512-XxNTUzKnz1ctK3ZIcI2XUPlD96wbHP2nGqkPKpvk/HNRlPveYrXIVSTk9m3LcqOgDPg3B1nMvdV/K8wZd7PG4w== - -argparse@^1.0.7: - version "1.0.10" - resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" - integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== - dependencies: - sprintf-js "~1.0.2" - -arity-n@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/arity-n/-/arity-n-1.0.4.tgz#d9e76b11733e08569c0847ae7b39b2860b30b745" - integrity sha1-2edrEXM+CFacCEeuezmyhgswt0U= - -arr-diff@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" - integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= - -arr-flatten@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" - integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== - -arr-union@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" - integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= - -array-equal@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93" - integrity sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM= - -array-find-index@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" - integrity sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E= - -array-union@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" - integrity sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk= - dependencies: - array-uniq "^1.0.1" - -array-uniq@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" - integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY= - -array-unique@^0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" - integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= - -asap@~2.0.3: - version "2.0.6" - resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" - integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY= - -asn1.js@^4.0.0: - version "4.10.1" - resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.10.1.tgz#b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0" - integrity sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw== - dependencies: - bn.js "^4.0.0" - inherits "^2.0.1" - minimalistic-assert "^1.0.0" - -asn1@~0.2.3: - version "0.2.4" - resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136" - integrity sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg== - dependencies: - safer-buffer "~2.1.0" - -assert-plus@1.0.0, assert-plus@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" - integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= - -assert@1.4.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/assert/-/assert-1.4.1.tgz#99912d591836b5a6f5b345c0f07eefc08fc65d91" - integrity sha1-mZEtWRg2tab1s0XA8H7vwI/GXZE= - dependencies: - util "0.10.3" - -assert@^1.1.1: - version "1.5.0" - resolved "https://registry.yarnpkg.com/assert/-/assert-1.5.0.tgz#55c109aaf6e0aefdb3dc4b71240c70bf574b18eb" - integrity sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA== - dependencies: - object-assign "^4.1.1" - util "0.10.3" - -assign-symbols@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" - integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= - -ast-types@0.13.2: - version "0.13.2" - resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.2.tgz#df39b677a911a83f3a049644fb74fdded23cea48" - integrity sha512-uWMHxJxtfj/1oZClOxDEV1sQ1HCDkA4MG8Gr69KKeBjEVH0R84WlejZ0y2DcwyBlpAEMltmVYkVgqfLFb2oyiA== - -astral-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9" - integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg== - -async-each@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf" - integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== - -async-foreach@^0.1.3: - version "0.1.3" - resolved "https://registry.yarnpkg.com/async-foreach/-/async-foreach-0.1.3.tgz#36121f845c0578172de419a97dbeb1d16ec34542" - integrity sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI= - -async-retry@1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/async-retry/-/async-retry-1.2.3.tgz#a6521f338358d322b1a0012b79030c6f411d1ce0" - integrity sha512-tfDb02Th6CE6pJUF2gjW5ZVjsgwlucVXOEQMvEX9JgSJMs9gAX+Nz3xRuJBKuUYjTSYORqvDBORdAQ3LU59g7Q== - dependencies: - retry "0.12.0" - -async-sema@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/async-sema/-/async-sema-3.0.0.tgz#9e22d6783f0ab66a1cf330e21a905e39b3b3a975" - integrity sha512-zyCMBDl4m71feawrxYcVbHxv/UUkqm4nKJiLu3+l9lfiQha6jQ/9dxhrXLnzzBXVFqCTDwiUkZOz9XFbdEGQsg== - -async@^2.1.5, async@^2.6.1: - version "2.6.3" - resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" - integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg== - dependencies: - lodash "^4.17.14" - -asynckit@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" - integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= - -atob@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" - integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== - -autodll-webpack-plugin@0.4.2: - version "0.4.2" - resolved "https://registry.yarnpkg.com/autodll-webpack-plugin/-/autodll-webpack-plugin-0.4.2.tgz#36e98fbaf30c235d1d5d076330464ac80901415c" - integrity sha512-JLrV3ErBNKVkmhi0celM6PJkgYEtztFnXwsNBApjinpVHtIP3g/m2ZZSOvsAe7FoByfJzDhpOXBKFbH3k2UNjw== - dependencies: - bluebird "^3.5.0" - del "^3.0.0" - find-cache-dir "^1.0.0" - lodash "^4.17.4" - make-dir "^1.0.0" - memory-fs "^0.4.1" - read-pkg "^2.0.0" - tapable "^1.0.0" - webpack-merge "^4.1.0" - webpack-sources "^1.0.1" - -autoprefixer@^9.6.1: - version "9.7.4" - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.7.4.tgz#f8bf3e06707d047f0641d87aee8cfb174b2a5378" - integrity sha512-g0Ya30YrMBAEZk60lp+qfX5YQllG+S5W3GYCFvyHTvhOki0AEQJLPEcIuGRsqVwLi8FvXPVtwTGhfr38hVpm0g== - dependencies: - browserslist "^4.8.3" - caniuse-lite "^1.0.30001020" - chalk "^2.4.2" - normalize-range "^0.1.2" - num2fraction "^1.2.2" - postcss "^7.0.26" - postcss-value-parser "^4.0.2" - -autoprefixer@^9.7.5: - version "9.7.5" - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.7.5.tgz#8df10b9ff9b5814a8d411a5cfbab9c793c392376" - integrity sha512-URo6Zvt7VYifomeAfJlMFnYDhow1rk2bufwkbamPEAtQFcL11moLk4PnR7n9vlu7M+BkXAZkHFA0mIcY7tjQFg== - dependencies: - browserslist "^4.11.0" - caniuse-lite "^1.0.30001036" - chalk "^2.4.2" - normalize-range "^0.1.2" - num2fraction "^1.2.2" - postcss "^7.0.27" - postcss-value-parser "^4.0.3" - -aws-sign2@~0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" - integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= - -aws4@^1.8.0: - version "1.9.1" - resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e" - integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug== - -babel-code-frame@^6.22.0, babel-code-frame@^6.26.0: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b" - integrity sha1-Y/1D99weO7fONZR9uP42mj9Yx0s= - dependencies: - chalk "^1.1.3" - esutils "^2.0.2" - js-tokens "^3.0.2" - -babel-core@7.0.0-bridge.0: - version "7.0.0-bridge.0" - resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece" - integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg== - -babel-jest@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-25.2.3.tgz#8f1c088b1954963e8a5384be2e219dae00d053f4" - integrity sha512-03JjvEwuDrEz/A45K8oggAv+Vqay0xcOdNTJxYFxiuZvB5vlHKo1iZg9Pi5vQTHhNCKpGLb7L/jvUUafyh9j7g== - dependencies: - "@jest/transform" "^25.2.3" - "@jest/types" "^25.2.3" - "@types/babel__core" "^7.1.0" - babel-plugin-istanbul "^6.0.0" - babel-preset-jest "^25.2.1" - chalk "^3.0.0" - slash "^3.0.0" - -babel-loader@8.0.6: - version "8.0.6" - resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.6.tgz#e33bdb6f362b03f4bb141a0c21ab87c501b70dfb" - integrity sha512-4BmWKtBOBm13uoUwd08UwjZlaw3O9GWf456R9j+5YykFZ6LUIjIKLc0zEZf+hauxPOJs96C8k6FvYD09vWzhYw== - dependencies: - find-cache-dir "^2.0.0" - loader-utils "^1.0.2" - mkdirp "^0.5.1" - pify "^4.0.1" - -babel-plugin-apply-mdx-type-prop@^1.5.8: - version "1.5.8" - resolved "https://registry.yarnpkg.com/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.5.8.tgz#f5ff6d9d7a7fcde0e5f5bd02d3d3cd10e5cca5bf" - integrity sha512-xYp5F9mAnZdDRFSd1vF3XQ0GQUbIulCpnuht2jCmK30GAHL8szVL7TgzwhEGamQ6yJmP/gEyYNM9OR5D2n26eA== - dependencies: - "@babel/helper-plugin-utils" "7.8.3" - "@mdx-js/util" "^1.5.8" - -babel-plugin-dynamic-import-node@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz#f00f507bdaa3c3e3ff6e7e5e98d90a7acab96f7f" - integrity sha512-o6qFkpeQEBxcqt0XYlWzAVxNCSCZdUgcR8IRlhD/8DylxjjO4foPcvTW0GGKa/cVt3rvxZ7o5ippJ+/0nvLhlQ== - dependencies: - object.assign "^4.1.0" - -babel-plugin-extract-import-names@^1.5.8: - version "1.5.8" - resolved "https://registry.yarnpkg.com/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.5.8.tgz#418057261346451d689dff5036168567036b8cf6" - integrity sha512-LcLfP8ZRBZMdMAXHLugyvvd5PY0gMmLMWFogWAUsG32X6TYW2Eavx+il2bw73KDbW+UdCC1bAJ3NuU25T1MI3g== - dependencies: - "@babel/helper-plugin-utils" "7.8.3" - -babel-plugin-istanbul@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.0.0.tgz#e159ccdc9af95e0b570c75b4573b7c34d671d765" - 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" - -babel-plugin-jest-hoist@^25.2.1: - version "25.2.1" - resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-25.2.1.tgz#d0003a1f3d5caa281e1107fe03bbf16b799f9955" - integrity sha512-HysbCQfJhxLlyxDbKcB2ucGYV0LjqK4h6dBoI3RtFuOxTiTWK6XGZMsHb0tGh8iJdV4hC6Z2GCHzVvDeh9i0lQ== - dependencies: - "@types/babel__traverse" "^7.0.6" - -"babel-plugin-styled-components@>= 1": - version "1.10.6" - resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.6.tgz#f8782953751115faf09a9f92431436912c34006b" - integrity sha512-gyQj/Zf1kQti66100PhrCRjI5ldjaze9O0M3emXRPAN80Zsf8+e1thpTpaXJXVHXtaM4/+dJEgZHyS9Its+8SA== - dependencies: - "@babel/helper-annotate-as-pure" "^7.0.0" - "@babel/helper-module-imports" "^7.0.0" - babel-plugin-syntax-jsx "^6.18.0" - lodash "^4.17.11" - -babel-plugin-styled-components@^1.10.7: - version "1.10.7" - resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.7.tgz#3494e77914e9989b33cc2d7b3b29527a949d635c" - integrity sha512-MBMHGcIA22996n9hZRf/UJLVVgkEOITuR2SvjHLb5dSTUyR4ZRGn+ngITapes36FI3WLxZHfRhkA1ffHxihOrg== - dependencies: - "@babel/helper-annotate-as-pure" "^7.0.0" - "@babel/helper-module-imports" "^7.0.0" - babel-plugin-syntax-jsx "^6.18.0" - lodash "^4.17.11" - -babel-plugin-syntax-jsx@6.18.0, babel-plugin-syntax-jsx@^6.18.0: - version "6.18.0" - resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946" - integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY= - -babel-plugin-transform-define@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-define/-/babel-plugin-transform-define-2.0.0.tgz#79c3536635f899aabaf830b194b25519465675a4" - integrity sha512-0dv5RNRUlUKxGYIIErl01lpvi8b7W2R04Qcl1mCj70ahwZcgiklfXnFlh4FGnRh6aayCfSZKdhiMryVzcq5Dmg== - dependencies: - lodash "^4.17.11" - traverse "0.6.6" - -babel-plugin-transform-react-remove-prop-types@0.4.24: - version "0.4.24" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a" - integrity sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA== - -babel-preset-jest@^25.2.1: - version "25.2.1" - resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-25.2.1.tgz#4ccd0e577f69aa11b71806edfe8b25a5c3ac93a2" - integrity sha512-zXHJBM5iR8oEO4cvdF83AQqqJf3tJrXy3x8nfu2Nlqvn4cneg4Ca8M7cQvC5S9BzDDy1O0tZ9iXru9J6E3ym+A== - dependencies: - "@babel/plugin-syntax-bigint" "^7.0.0" - "@babel/plugin-syntax-object-rest-spread" "^7.0.0" - babel-plugin-jest-hoist "^25.2.1" - -bail@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.4.tgz#7181b66d508aa3055d3f6c13f0a0c720641dde9b" - integrity sha512-S8vuDB4w6YpRhICUDET3guPlQpaJl7od94tpZ0Fvnyp+MKW/HyDTcRDck+29C9g+d/qQHnddRH3+94kZdrW0Ww== - -balanced-match@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" - integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= - -base64-js@^1.0.2: - version "1.3.1" - resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.1.tgz#58ece8cb75dd07e71ed08c736abc5fac4dbf8df1" - integrity sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g== - -base@^0.11.1: - version "0.11.2" - resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" - 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" - -bcrypt-pbkdf@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e" - integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= - dependencies: - tweetnacl "^0.14.3" - -big.js@^5.2.2: - version "5.2.2" - resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" - integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== - -binary-extensions@^1.0.0: - version "1.13.1" - resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65" - integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== - -binary-extensions@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.0.0.tgz#23c0df14f6a88077f5f986c0d167ec03c3d5537c" - integrity sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow== - -bindings@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df" - integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== - dependencies: - file-uri-to-path "1.0.0" - -block-stream@*: - version "0.0.9" - resolved "https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a" - integrity sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo= - dependencies: - inherits "~2.0.0" - -bluebird@^3.5.0, bluebird@^3.5.5: - version "3.7.2" - resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" - integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== - -bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0: - version "4.11.8" - resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f" - integrity sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA== - -boolbase@^1.0.0, boolbase@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" - integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= - -bootstrap@^4.4.1: - version "4.4.1" - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.4.1.tgz#8582960eea0c5cd2bede84d8b0baf3789c3e8b01" - integrity sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA== - -boxen@1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/boxen/-/boxen-1.3.0.tgz#55c6c39a8ba58d9c61ad22cd877532deb665a20b" - integrity sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw== - dependencies: - ansi-align "^2.0.0" - camelcase "^4.0.0" - chalk "^2.0.1" - cli-boxes "^1.0.0" - string-width "^2.0.0" - term-size "^1.2.0" - widest-line "^2.0.0" - -brace-expansion@^1.1.7: - version "1.1.11" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" - integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== - dependencies: - balanced-match "^1.0.0" - concat-map "0.0.1" - -braces@^2.3.1, braces@^2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" - 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" - -braces@^3.0.1, braces@~3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" - integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== - dependencies: - fill-range "^7.0.1" - -brorand@^1.0.1: - version "1.1.0" - resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" - integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= - -browser-process-hrtime@^0.1.2: - version "0.1.3" - resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-0.1.3.tgz#616f00faef1df7ec1b5bf9cfe2bdc3170f26c7b4" - integrity sha512-bRFnI4NnjO6cnyLmOV/7PVoDEMJChlcfN0z4s1YMBY989/SvlfMI1lgCnkFUs53e9gQF+w7qu7XdllSTiSl8Aw== - -browser-resolve@^1.11.3: - version "1.11.3" - resolved "https://registry.yarnpkg.com/browser-resolve/-/browser-resolve-1.11.3.tgz#9b7cbb3d0f510e4cb86bdbd796124d28b5890af6" - integrity sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ== - dependencies: - resolve "1.1.7" - -browserify-aes@^1.0.0, browserify-aes@^1.0.4: - version "1.2.0" - resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz#326734642f403dabc3003209853bb70ad428ef48" - 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" - -browserify-cipher@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz#8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0" - integrity sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w== - dependencies: - browserify-aes "^1.0.4" - browserify-des "^1.0.0" - evp_bytestokey "^1.0.0" - -browserify-des@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.2.tgz#3af4f1f59839403572f1c66204375f7a7f703e9c" - 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" - -browserify-rsa@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.0.1.tgz#21e0abfaf6f2029cf2fafb133567a701d4135524" - integrity sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ= - dependencies: - bn.js "^4.1.0" - randombytes "^2.0.1" - -browserify-sign@^4.0.0: - version "4.0.4" - resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.0.4.tgz#aa4eb68e5d7b658baa6bf6a57e630cbd7a93d298" - integrity sha1-qk62jl17ZYuqa/alfmMMvXqT0pg= - dependencies: - bn.js "^4.1.1" - browserify-rsa "^4.0.0" - create-hash "^1.1.0" - create-hmac "^1.1.2" - elliptic "^6.0.0" - inherits "^2.0.1" - parse-asn1 "^5.0.0" - -browserify-zlib@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f" - integrity sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA== - dependencies: - pako "~1.0.5" - -browserslist@4.8.3, browserslist@^4.6.0, browserslist@^4.6.4, browserslist@^4.8.3: - version "4.8.3" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.8.3.tgz#65802fcd77177c878e015f0e3189f2c4f627ba44" - integrity sha512-iU43cMMknxG1ClEZ2MDKeonKE1CCrFVkQK2AqO2YWFmvIrx4JWrvQ4w4hQez6EpVI8rHTtqh/ruHHDHSOKxvUg== - dependencies: - caniuse-lite "^1.0.30001017" - electron-to-chromium "^1.3.322" - node-releases "^1.1.44" - -browserslist@^4.11.0, browserslist@^4.9.1: - version "4.11.0" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.11.0.tgz#aef4357b10a8abda00f97aac7cd587b2082ba1ad" - integrity sha512-WqEC7Yr5wUH5sg6ruR++v2SGOQYpyUdYYd4tZoAq1F7y+QXoLoYGXVbxhtaIqWmAJjtNTRjVD3HuJc1OXTel2A== - dependencies: - caniuse-lite "^1.0.30001035" - electron-to-chromium "^1.3.380" - node-releases "^1.1.52" - pkg-up "^3.1.0" - -bser@2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05" - integrity sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ== - dependencies: - node-int64 "^0.4.0" - -buffer-equal-constant-time@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819" - integrity sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk= - -buffer-from@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" - integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== - -buffer-json@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/buffer-json/-/buffer-json-2.0.0.tgz#f73e13b1e42f196fe2fd67d001c7d7107edd7c23" - integrity sha512-+jjPFVqyfF1esi9fvfUs3NqM0pH1ziZ36VP4hmA/y/Ssfo/5w5xHKfTw9BwQjoJ1w/oVtpLomqwUHKdefGyuHw== - -buffer-xor@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9" - integrity sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk= - -buffer@^4.3.0: - version "4.9.2" - resolved "https://registry.yarnpkg.com/buffer/-/buffer-4.9.2.tgz#230ead344002988644841ab0244af8c44bbe3ef8" - integrity sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg== - dependencies: - base64-js "^1.0.2" - ieee754 "^1.1.4" - isarray "^1.0.0" - -builtin-status-codes@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" - integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= - -bytes@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" - integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg= - -bytes@3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6" - integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== - -cacache@^12.0.2: - version "12.0.3" - resolved "https://registry.yarnpkg.com/cacache/-/cacache-12.0.3.tgz#be99abba4e1bf5df461cd5a2c1071fc432573390" - integrity sha512-kqdmfXEGFepesTuROHMs3MpFLWrPkSSpRqOw80RCflZXy/khxaArvFrQ7uJxSUduzAufc6G0g1VUCOZXxWavPw== - 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" - -cache-base@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" - 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" - -cache-loader@4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/cache-loader/-/cache-loader-4.1.0.tgz#9948cae353aec0a1fcb1eafda2300816ec85387e" - integrity sha512-ftOayxve0PwKzBF/GLsZNC9fJBXl8lkZE3TOsjkboHfVHVkL39iUEs1FO07A33mizmci5Dudt38UZrrYXDtbhw== - dependencies: - buffer-json "^2.0.0" - find-cache-dir "^3.0.0" - loader-utils "^1.2.3" - mkdirp "^0.5.1" - neo-async "^2.6.1" - schema-utils "^2.0.0" - -caller-callsite@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134" - integrity sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= - dependencies: - callsites "^2.0.0" - -caller-path@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4" - integrity sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= - dependencies: - caller-callsite "^2.0.0" - -callsites@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50" - integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= - -callsites@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" - integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== - -camelcase-css@2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5" - integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== - -camelcase-keys@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7" - integrity sha1-MIvur/3ygRkFHvodkyITyRuPkuc= - dependencies: - camelcase "^2.0.0" - map-obj "^1.0.0" - -camelcase@5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.0.0.tgz#03295527d58bd3cd4aa75363f35b2e8d97be2f42" - integrity sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA== - -camelcase@5.3.1, camelcase@^5.0.0, camelcase@^5.3.1: - version "5.3.1" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" - integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== - -camelcase@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f" - integrity sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8= - -camelcase@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a" - integrity sha1-MvxLn82vhF/N9+c7uXysImHwqwo= - -camelcase@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" - integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0= - -camelize@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/camelize/-/camelize-1.0.0.tgz#164a5483e630fa4321e5af07020e531831b2609b" - integrity sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs= - -caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001017, caniuse-lite@^1.0.30001020: - version "1.0.30001021" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001021.tgz#e75ed1ef6dbadd580ac7e7720bb16f07b083f254" - integrity sha512-wuMhT7/hwkgd8gldgp2jcrUjOU9RXJ4XxGumQeOsUr91l3WwmM68Cpa/ymCnWEDqakwFXhuDQbaKNHXBPgeE9g== - -caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001036: - version "1.0.30001038" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001038.tgz#44da3cbca2ab6cb6aa83d1be5d324e17f141caff" - integrity sha512-zii9quPo96XfOiRD4TrfYGs+QsGZpb2cGiMAzPjtf/hpFgB6zCPZgJb7I1+EATeMw/o+lG8FyRAnI+CWStHcaQ== - -capture-exit@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4" - integrity sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g== - dependencies: - rsvp "^4.8.4" - -caseless@~0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" - integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= - -ccount@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.0.4.tgz#9cf2de494ca84060a2a8d2854edd6dfb0445f386" - integrity sha512-fpZ81yYfzentuieinmGnphk0pLkOTMm6MZdVqwd77ROvhko6iujLNGrHH5E7utq3ygWklwfmwuG+A7P+NpqT6w== - -chalk@2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e" - integrity sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ== - dependencies: - ansi-styles "^3.2.1" - escape-string-regexp "^1.0.5" - supports-color "^5.3.0" - -chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.3.0, chalk@^2.4.1, chalk@^2.4.2: - version "2.4.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" - 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" - -chalk@^1.1.1, chalk@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" - 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" - -chalk@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4" - integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== - dependencies: - ansi-styles "^4.1.0" - supports-color "^7.1.0" - -character-entities-legacy@^1.0.0: - version "1.1.3" - resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.3.tgz#3c729991d9293da0ede6dddcaf1f2ce1009ee8b4" - integrity sha512-YAxUpPoPwxYFsslbdKkhrGnXAtXoHNgYjlBM3WMXkWGTl5RsY3QmOyhwAgL8Nxm9l5LBThXGawxKPn68y6/fww== - -character-entities@^1.0.0: - version "1.2.3" - resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-1.2.3.tgz#bbed4a52fe7ef98cc713c6d80d9faa26916d54e6" - integrity sha512-yB4oYSAa9yLcGyTbB4ItFwHw43QHdH129IJ5R+WvxOkWlyFnR5FAaBNnUq4mcxsTVZGh28bHoeTHMKXH1wZf3w== - -character-reference-invalid@^1.0.0: - version "1.1.3" - resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.3.tgz#1647f4f726638d3ea4a750cf5d1975c1c7919a85" - integrity sha512-VOq6PRzQBam/8Jm6XBGk2fNEnHXAdGd6go0rtd4weAGECBamHDwwCQSOT12TACIYUZegUXnV6xBXqUssijtxIg== - -chokidar@^2.0.2: - version "2.1.8" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" - 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" - -chokidar@^3.3.0: - version "3.3.1" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.3.1.tgz#c84e5b3d18d9a4d77558fef466b1bf16bbeb3450" - integrity sha512-4QYCEWOcK3OJrxwvyyAOxFuhpvOVCYkr33LPfFNBjAD/w3sEzWsp2BUOkI4l9bHvWioAd0rc6NlHUOEaWkTeqg== - dependencies: - anymatch "~3.1.1" - braces "~3.0.2" - glob-parent "~5.1.0" - is-binary-path "~2.1.0" - is-glob "~4.0.1" - normalize-path "~3.0.0" - readdirp "~3.3.0" - optionalDependencies: - fsevents "~2.1.2" - -chownr@^1.1.1: - version "1.1.3" - resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.3.tgz#42d837d5239688d55f303003a508230fa6727142" - integrity sha512-i70fVHhmV3DtTl6nqvZOnIjbY0Pe4kAUjwHj8z0zAdgBtYrJyYwLKCCuRBQ5ppkyL0AkN7HKRnETdmdp1zqNXw== - -chrome-trace-event@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz#234090ee97c7d4ad1a2c4beae27505deffc608a4" - integrity sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ== - dependencies: - tslib "^1.9.0" - -ci-info@2.0.0, ci-info@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" - integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== - -cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de" - integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q== - dependencies: - inherits "^2.0.1" - safe-buffer "^5.0.1" - -class-utils@^0.3.5: - version "0.3.6" - resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" - 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" - -classnames@^2.2.6: - version "2.2.6" - resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce" - integrity sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q== - -cli-boxes@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-1.0.0.tgz#4fa917c3e59c94a004cd61f8ee509da651687143" - integrity sha1-T6kXw+WclKAEzWH47lCdplFocUM= - -cli-cursor@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5" - integrity sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU= - dependencies: - restore-cursor "^2.0.0" - -cli-spinners@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.2.0.tgz#e8b988d9206c692302d8ee834e7a85c0144d8f77" - integrity sha512-tgU3fKwzYjiLEQgPMD9Jt+JjHVL9kW93FiIMX/l7rivvOD4/LL0Mf7gda3+4U2KJBloybwgj5KEoQgGRioMiKQ== - -clipboard@^2.0.0: - version "2.0.4" - resolved "https://registry.yarnpkg.com/clipboard/-/clipboard-2.0.4.tgz#836dafd66cf0fea5d71ce5d5b0bf6e958009112d" - integrity sha512-Vw26VSLRpJfBofiVaFb/I8PVfdI1OxKcYShe6fm0sP/DtmiWQNCjhM/okTvdCo0G+lMMm1rMYbk4IK4x1X+kgQ== - dependencies: - good-listener "^1.2.2" - select "^1.1.2" - tiny-emitter "^2.0.0" - -clipboardy@1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/clipboardy/-/clipboardy-1.2.3.tgz#0526361bf78724c1f20be248d428e365433c07ef" - integrity sha512-2WNImOvCRe6r63Gk9pShfkwXsVtKCroMAevIbiae021mS850UkWPbevxsBz3tnvjZIEGvlwaqCPsw+4ulzNgJA== - dependencies: - arch "^2.1.0" - execa "^0.8.0" - -cliui@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-3.2.0.tgz#120601537a916d29940f934da3b48d585a39213d" - integrity sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0= - dependencies: - string-width "^1.0.1" - strip-ansi "^3.0.1" - wrap-ansi "^2.0.0" - -cliui@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1" - integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== - dependencies: - string-width "^4.2.0" - strip-ansi "^6.0.0" - wrap-ansi "^6.2.0" - -clone-deep@^0.2.4: - version "0.2.4" - resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-0.2.4.tgz#4e73dd09e9fb971cc38670c5dced9c1896481cc6" - integrity sha1-TnPdCen7lxzDhnDF3O2cGJZIHMY= - dependencies: - for-own "^0.1.3" - is-plain-object "^2.0.1" - kind-of "^3.0.2" - lazy-cache "^1.0.3" - shallow-clone "^0.1.2" - -clone-deep@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-0.3.0.tgz#348c61ae9cdbe0edfe053d91ff4cc521d790ede8" - integrity sha1-NIxhrpzb4O3+BT2R/0zFIdeQ7eg= - dependencies: - for-own "^1.0.0" - is-plain-object "^2.0.1" - kind-of "^3.2.2" - shallow-clone "^0.1.2" - -clone-deep@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387" - integrity sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ== - dependencies: - is-plain-object "^2.0.4" - kind-of "^6.0.2" - shallow-clone "^3.0.0" - -clone@^1.0.2: - version "1.0.4" - resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" - integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4= - -co@^4.6.0: - version "4.6.0" - resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" - integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= - -coa@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/coa/-/coa-2.0.2.tgz#43f6c21151b4ef2bf57187db0d73de229e3e7ec3" - integrity sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA== - dependencies: - "@types/q" "^1.5.1" - chalk "^2.4.1" - q "^1.1.2" - -code-point-at@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" - integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= - -collapse-white-space@^1.0.0, collapse-white-space@^1.0.2: - version "1.0.5" - resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.5.tgz#c2495b699ab1ed380d29a1091e01063e75dbbe3a" - integrity sha512-703bOOmytCYAX9cXYqoikYIx6twmFCXsnzRQheBcTG3nzKYBR4P/+wkYeH+Mvj7qUz8zZDtdyzbxfnEi/kYzRQ== - -collect-v8-coverage@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.0.tgz#150ee634ac3650b71d9c985eb7f608942334feb1" - integrity sha512-VKIhJgvk8E1W28m5avZ2Gv2Ruv5YiF56ug2oclvaG9md69BuZImMG2sk9g7QNKLUbtYAKQjXjYxbYZVUlMMKmQ== - -collection-visit@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" - integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= - dependencies: - map-visit "^1.0.0" - object-visit "^1.0.0" - -color-convert@^1.9.0: - version "1.9.3" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" - integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== - dependencies: - color-name "1.1.3" - -color-convert@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" - integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== - dependencies: - color-name "~1.1.4" - -color-name@1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" - integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= - -color-name@~1.1.4: - version "1.1.4" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" - integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== - -colors@1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/colors/-/colors-1.2.5.tgz#89c7ad9a374bc030df8013241f68136ed8835afc" - integrity sha512-erNRLao/Y3Fv54qUa0LBB+//Uf3YwMUmdJinN20yMXm9zdKKqH9wt7R9IIVZ+K7ShzfpLV/Zg8+VyrBJYB4lpg== - -combined-stream@^1.0.6, combined-stream@~1.0.6: - version "1.0.8" - resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" - integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== - dependencies: - delayed-stream "~1.0.0" - -comma-separated-tokens@^1.0.0: - version "1.0.7" - resolved "https://registry.yarnpkg.com/comma-separated-tokens/-/comma-separated-tokens-1.0.7.tgz#419cd7fb3258b1ed838dc0953167a25e152f5b59" - integrity sha512-Jrx3xsP4pPv4AwJUDWY9wOXGtwPXARej6Xd99h4TUGotmf8APuquKMpK+dnD3UgyxK7OEWaisjZz+3b5jtL6xQ== - -commander@2.15.1: - version "2.15.1" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.15.1.tgz#df46e867d0fc2aec66a34662b406a9ccafff5b0f" - integrity sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag== - -commander@^2.18.0, commander@^2.20.0: - version "2.20.3" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" - integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== - -commondir@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" - integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= - -component-emitter@^1.2.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" - integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== - -compose-function@3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/compose-function/-/compose-function-3.0.3.tgz#9ed675f13cc54501d30950a486ff6a7ba3ab185f" - integrity sha1-ntZ18TzFRQHTCVCkhv9qe6OrGF8= - dependencies: - arity-n "^1.0.4" - -compressible@~2.0.14, compressible@~2.0.16: - version "2.0.18" - resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba" - integrity sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg== - dependencies: - mime-db ">= 1.43.0 < 2" - -compression@1.7.3: - version "1.7.3" - resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.3.tgz#27e0e176aaf260f7f2c2813c3e440adb9f1993db" - integrity sha512-HSjyBG5N1Nnz7tF2+O7A9XUhyjru71/fwgNb7oIsEVHR0WShfs2tIS/EySLgiTe98aOK18YDlMXpzjCXY/n9mg== - dependencies: - accepts "~1.3.5" - bytes "3.0.0" - compressible "~2.0.14" - debug "2.6.9" - on-headers "~1.0.1" - safe-buffer "5.1.2" - vary "~1.1.2" - -compression@1.7.4: - version "1.7.4" - resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.4.tgz#95523eff170ca57c29a0ca41e6fe131f41e5bb8f" - 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" - -concat-map@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" - integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= - -concat-stream@^1.5.0: - version "1.6.2" - resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34" - integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw== - dependencies: - buffer-from "^1.0.0" - inherits "^2.0.3" - readable-stream "^2.2.2" - typedarray "^0.0.6" - -conf@5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/conf/-/conf-5.0.0.tgz#6530308a36041bf010ab96b05a0f4aff5101c65d" - integrity sha512-lRNyt+iRD4plYaOSVTxu1zPWpaH0EOxgFIR1l3mpC/DGZ7XzhoGFMKmbl54LAgXcSu6knqWgOwdINkqm58N85A== - dependencies: - ajv "^6.10.0" - dot-prop "^5.0.0" - env-paths "^2.2.0" - json-schema-typed "^7.0.0" - make-dir "^3.0.0" - pkg-up "^3.0.1" - write-file-atomic "^3.0.0" - -console-browserify@^1.1.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336" - integrity sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA== - -console-control-strings@^1.0.0, console-control-strings@~1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" - integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= - -constants-browserify@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75" - integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U= - -content-disposition@0.5.2: - version "0.5.2" - resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.2.tgz#0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4" - integrity sha1-DPaLud318r55YcOoUXjLhdunjLQ= - -content-type@1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" - integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== - -convert-source-map@1.7.0, convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" - integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== - dependencies: - safe-buffer "~5.1.1" - -convert-source-map@^0.3.3: - version "0.3.5" - resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-0.3.5.tgz#f1d802950af7dd2631a1febe0596550c86ab3190" - integrity sha1-8dgClQr33SYxof6+BZZVDIarMZA= - -cookie@0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba" - integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg== - -copy-concurrently@^1.0.0: - version "1.0.5" - resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0" - 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" - -copy-descriptor@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" - integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= - -core-js-compat@^3.1.1, core-js-compat@^3.6.2: - version "3.6.4" - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.4.tgz#938476569ebb6cda80d339bcf199fae4f16fff17" - integrity sha512-zAa3IZPvsJ0slViBQ2z+vgyyTuhd3MFn1rBQjZSKVEgB0UMYhUkCj9jJUVPgGTGqWvsBVmfnruXgTcNyTlEiSA== - dependencies: - browserslist "^4.8.3" - semver "7.0.0" - -core-util-is@1.0.2, core-util-is@~1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" - integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= - -cosmiconfig@^5.0.0: - version "5.2.1" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a" - 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" - -cosmiconfig@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-6.0.0.tgz#da4fee853c52f6b1e6935f41c1a2fc50bd4a9982" - 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" - -create-ecdh@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.3.tgz#c9111b6f33045c4697f144787f9254cdc77c45ff" - integrity sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw== - dependencies: - bn.js "^4.1.0" - elliptic "^6.0.0" - -create-hash@^1.1.0, create-hash@^1.1.2: - version "1.2.0" - resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196" - 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" - -create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4: - version "1.1.7" - resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff" - 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" - -cross-fetch@3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.0.4.tgz#7bef7020207e684a7638ef5f2f698e24d9eb283c" - integrity sha512-MSHgpjQqgbT/94D4CyADeNoYh52zMkCX4pcJvPP5WqPsLFMKjr2TCMg381ox5qI0ii2dPwaLx/00477knXqXVw== - dependencies: - node-fetch "2.6.0" - whatwg-fetch "3.0.0" - -cross-spawn@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-3.0.1.tgz#1256037ecb9f0c5f79e3d6ef135e30770184b982" - integrity sha1-ElYDfsufDF9549bvE14wdwGEuYI= - dependencies: - lru-cache "^4.0.1" - which "^1.2.9" - -cross-spawn@^5.0.1: - version "5.1.0" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" - integrity sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk= - dependencies: - lru-cache "^4.0.1" - shebang-command "^1.2.0" - which "^1.2.9" - -cross-spawn@^6.0.0: - version "6.0.5" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" - 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" - -cross-spawn@^7.0.0: - version "7.0.1" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14" - integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg== - dependencies: - path-key "^3.1.0" - shebang-command "^2.0.0" - which "^2.0.1" - -crypto-browserify@^3.11.0: - version "3.12.0" - resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec" - 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" - -css-blank-pseudo@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/css-blank-pseudo/-/css-blank-pseudo-0.1.4.tgz#dfdefd3254bf8a82027993674ccf35483bfcb3c5" - integrity sha512-LHz35Hr83dnFeipc7oqFDmsjHdljj3TQtxGGiNWSOsTLIAubSm4TEz8qCaKFpk7idaQ1GfWscF4E6mgpBysA1w== - dependencies: - postcss "^7.0.5" - -css-color-keywords@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/css-color-keywords/-/css-color-keywords-1.0.0.tgz#fea2616dc676b2962686b3af8dbdbe180b244e05" - integrity sha1-/qJhbcZ2spYmhrOvjb2+GAskTgU= - -css-has-pseudo@^0.10.0: - version "0.10.0" - resolved "https://registry.yarnpkg.com/css-has-pseudo/-/css-has-pseudo-0.10.0.tgz#3c642ab34ca242c59c41a125df9105841f6966ee" - integrity sha512-Z8hnfsZu4o/kt+AuFzeGpLVhFOGO9mluyHBaA2bA8aCGTwah5sT3WV/fTHH8UNZUytOIImuGPrl/prlb4oX4qQ== - dependencies: - postcss "^7.0.6" - postcss-selector-parser "^5.0.0-rc.4" - -css-loader@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-1.0.0.tgz#9f46aaa5ca41dbe31860e3b62b8e23c42916bf56" - integrity sha512-tMXlTYf3mIMt3b0dDCOQFJiVvxbocJ5Ho577WiGPYPZcqVEO218L2iU22pDXzkTZCLDE+9AmGSUkWxeh/nZReA== - dependencies: - babel-code-frame "^6.26.0" - css-selector-tokenizer "^0.7.0" - icss-utils "^2.1.0" - loader-utils "^1.0.2" - lodash.camelcase "^4.3.0" - postcss "^6.0.23" - postcss-modules-extract-imports "^1.2.0" - postcss-modules-local-by-default "^1.2.0" - postcss-modules-scope "^1.1.0" - postcss-modules-values "^1.3.0" - postcss-value-parser "^3.3.0" - source-list-map "^2.0.0" - -css-loader@3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.3.0.tgz#65f889807baec3197313965d6cda9899f936734d" - integrity sha512-x9Y1vvHe5RR+4tzwFdWExPueK00uqFTCw7mZy+9aE/X1SKWOArm5luaOrtJ4d05IpOwJ6S86b/tVcIdhw1Bu4A== - dependencies: - camelcase "^5.3.1" - cssesc "^3.0.0" - icss-utils "^4.1.1" - loader-utils "^1.2.3" - normalize-path "^3.0.0" - postcss "^7.0.23" - postcss-modules-extract-imports "^2.0.0" - postcss-modules-local-by-default "^3.0.2" - postcss-modules-scope "^2.1.1" - postcss-modules-values "^3.0.0" - postcss-value-parser "^4.0.2" - schema-utils "^2.6.0" - -css-prefers-color-scheme@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/css-prefers-color-scheme/-/css-prefers-color-scheme-3.1.1.tgz#6f830a2714199d4f0d0d0bb8a27916ed65cff1f4" - integrity sha512-MTu6+tMs9S3EUqzmqLXEcgNRbNkkD/TGFvowpeoWJn5Vfq7FMgsmRQs9X5NXAURiOBmOxm/lLjsDNXDE6k9bhg== - dependencies: - postcss "^7.0.5" - -css-select-base-adapter@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz#3b2ff4972cc362ab88561507a95408a1432135d7" - integrity sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w== - -css-select@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/css-select/-/css-select-2.1.0.tgz#6a34653356635934a81baca68d0255432105dbef" - integrity sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ== - dependencies: - boolbase "^1.0.0" - css-what "^3.2.1" - domutils "^1.7.0" - nth-check "^1.0.2" - -css-selector-tokenizer@^0.7.0: - version "0.7.1" - resolved "https://registry.yarnpkg.com/css-selector-tokenizer/-/css-selector-tokenizer-0.7.1.tgz#a177271a8bca5019172f4f891fc6eed9cbf68d5d" - integrity sha512-xYL0AMZJ4gFzJQsHUKa5jiWWi2vH77WVNg7JYRyewwj6oPh4yb/y6Y9ZCw9dsj/9UauMhtuxR+ogQd//EdEVNA== - dependencies: - cssesc "^0.1.0" - fastparse "^1.1.1" - regexpu-core "^1.0.0" - -css-to-react-native@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/css-to-react-native/-/css-to-react-native-3.0.0.tgz#62dbe678072a824a689bcfee011fc96e02a7d756" - integrity sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ== - dependencies: - camelize "^1.0.0" - css-color-keywords "^1.0.0" - postcss-value-parser "^4.0.2" - -css-tree@1.0.0-alpha.37: - version "1.0.0-alpha.37" - resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.37.tgz#98bebd62c4c1d9f960ec340cf9f7522e30709a22" - integrity sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg== - dependencies: - mdn-data "2.0.4" - source-map "^0.6.1" - -css-what@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.2.1.tgz#f4a8f12421064621b456755e34a03a2c22df5da1" - integrity sha512-WwOrosiQTvyms+Ti5ZC5vGEK0Vod3FTt1ca+payZqvKuGJF+dq7bG63DstxtN0dpm6FxY27a/zS3Wten+gEtGw== - -css@2.2.4, css@^2.0.0: - version "2.2.4" - resolved "https://registry.yarnpkg.com/css/-/css-2.2.4.tgz#c646755c73971f2bba6a601e2cf2fd71b1298929" - 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" - -cssdb@^4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-4.4.0.tgz#3bf2f2a68c10f5c6a08abd92378331ee803cddb0" - integrity sha512-LsTAR1JPEM9TpGhl/0p3nQecC2LJ0kD8X5YARu1hk/9I1gril5vDtMZyNxcEpxxDj34YNck/ucjuoUd66K03oQ== - -cssesc@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-0.1.0.tgz#c814903e45623371a0477b40109aaafbeeaddbb4" - integrity sha1-yBSQPkViM3GgR3tAEJqq++6t27Q= - -cssesc@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-2.0.0.tgz#3b13bd1bb1cb36e1bcb5a4dcd27f54c5dcb35703" - integrity sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg== - -cssesc@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" - integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== - -cssnano-preset-simple@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/cssnano-preset-simple/-/cssnano-preset-simple-1.0.2.tgz#0af821593cec5edf010e5ff0753fd89eb52d40de" - integrity sha512-FhAjiyAJoQOfvOZVSaNYkmmg2KE/SmaJVBNqglvvZ4QgwtTMVOaggozmRwfyO2QfeyKstRCpeRglziWym0Q9/w== - dependencies: - postcss "^7.0.18" - -cssnano-simple@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/cssnano-simple/-/cssnano-simple-1.0.0.tgz#a9322f7f4c192fad29c6d48afcb7927a9c5c597b" - integrity sha512-B7u9vvtXEqeU2rzdt+Kfw5O9Nd46R7KNjJoP7Y5lGQs6c7n1Et5Ilofh2W9OjBV/ZiJV5+7j9ShWgiYNtH/57A== - dependencies: - cssnano-preset-simple "^1.0.0" - postcss "^7.0.18" - -csso@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/csso/-/csso-4.0.2.tgz#e5f81ab3a56b8eefb7f0092ce7279329f454de3d" - integrity sha512-kS7/oeNVXkHWxby5tHVxlhjizRCSv8QdU7hB2FpdAibDU8FjTAolhNjKNTiLzXtUrKT6HwClE81yXwEk1309wg== - dependencies: - css-tree "1.0.0-alpha.37" - -cssom@^0.4.1: - version "0.4.4" - resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.4.4.tgz#5a66cf93d2d0b661d80bf6a44fb65f5c2e4e0a10" - integrity sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw== - -cssom@~0.3.6: - version "0.3.8" - resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.8.tgz#9f1276f5b2b463f2114d3f2c75250af8c1a36f4a" - integrity sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg== - -cssstyle@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-2.2.0.tgz#e4c44debccd6b7911ed617a4395e5754bba59992" - integrity sha512-sEb3XFPx3jNnCAMtqrXPDeSgQr+jojtCeNf8cvMNMh1cG970+lljssvQDzPq6lmmJu2Vhqood/gtEomBiHOGnA== - dependencies: - cssom "~0.3.6" - -currently-unhandled@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" - integrity sha1-mI3zP+qxke95mmE2nddsF635V+o= - dependencies: - array-find-index "^1.0.1" - -cyclist@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" - integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= - -d@1, d@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz#8698095372d58dbee346ffd0c7093f99f8f9eb5a" - integrity sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA== - dependencies: - es5-ext "^0.10.50" - type "^1.0.1" - -dashdash@^1.12.0: - version "1.14.1" - resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" - integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= - dependencies: - assert-plus "^1.0.0" - -data-urls@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-1.1.0.tgz#15ee0582baa5e22bb59c77140da8f9c76963bbfe" - integrity sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ== - dependencies: - abab "^2.0.0" - whatwg-mimetype "^2.2.0" - whatwg-url "^7.0.0" - -date-fns@^2.11.1: - version "2.11.1" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.11.1.tgz#197b8be1bbf5c5e6fe8bea817f0fe111820e7a12" - integrity sha512-3RdUoinZ43URd2MJcquzBbDQo+J87cSzB8NkXdZiN5ia1UNyep0oCyitfiL88+R7clGTeq/RniXAc16gWyAu1w== - -debug@2.6.9, debug@^2.2.0, debug@^2.3.3: - version "2.6.9" - resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" - integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== - dependencies: - ms "2.0.0" - -debug@^3.0.0: - version "3.2.6" - resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" - integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== - dependencies: - ms "^2.1.1" - -debug@^4.1.0, debug@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791" - integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== - dependencies: - ms "^2.1.1" - -decamelize@^1.1.1, decamelize@^1.1.2, decamelize@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" - integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= - -decode-uri-component@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" - integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= - -deep-extend@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" - integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== - -deep-is@~0.1.3: - version "0.1.3" - resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34" - integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= - -deepmerge@^4.2.2: - version "4.2.2" - resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955" - integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== - -defaults@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.3.tgz#c656051e9817d9ff08ed881477f3fe4019f3ef7d" - integrity sha1-xlYFHpgX2f8I7YgUd/P+QBnz730= - dependencies: - clone "^1.0.2" - -define-properties@^1.1.2, define-properties@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" - integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== - dependencies: - object-keys "^1.0.12" - -define-property@^0.2.5: - version "0.2.5" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" - integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= - dependencies: - is-descriptor "^0.1.0" - -define-property@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" - integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY= - dependencies: - is-descriptor "^1.0.0" - -define-property@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" - integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== - dependencies: - is-descriptor "^1.0.2" - isobject "^3.0.1" - -del@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/del/-/del-3.0.0.tgz#53ecf699ffcbcb39637691ab13baf160819766e5" - integrity sha1-U+z2mf/LyzljdpGrE7rxYIGXZuU= - dependencies: - globby "^6.1.0" - is-path-cwd "^1.0.0" - is-path-in-cwd "^1.0.0" - p-map "^1.1.1" - pify "^3.0.0" - rimraf "^2.2.8" - -delayed-stream@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" - integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk= - -delegate@^3.1.2: - version "3.2.0" - resolved "https://registry.yarnpkg.com/delegate/-/delegate-3.2.0.tgz#b66b71c3158522e8ab5744f720d8ca0c2af59166" - integrity sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw== - -delegates@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" - integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= - -depd@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" - integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= - -des.js@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.1.tgz#5382142e1bdc53f85d86d53e5f4aa7deb91e0843" - integrity sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA== - dependencies: - inherits "^2.0.1" - minimalistic-assert "^1.0.0" - -destroy@~1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" - integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= - -detab@2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/detab/-/detab-2.0.3.tgz#33e5dd74d230501bd69985a0d2b9a3382699a130" - integrity sha512-Up8P0clUVwq0FnFjDclzZsy9PadzRn5FFxrr47tQQvMHqyiFYVbpH8oXDzWtF0Q7pYy3l+RPmtBl+BsFF6wH0A== - dependencies: - repeat-string "^1.5.4" - -detab@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/detab/-/detab-2.0.2.tgz#074970d1a807b045d0258a4235df5928dd683561" - integrity sha512-Q57yPrxScy816TTE1P/uLRXLDKjXhvYTbfxS/e6lPD+YrqghbsMlGB9nQzj/zVtSPaF0DFPSdO916EWO4sQUyQ== - dependencies: - repeat-string "^1.5.4" - -detect-newline@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" - integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== - -devalue@2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/devalue/-/devalue-2.0.1.tgz#5d368f9adc0928e47b77eea53ca60d2f346f9762" - integrity sha512-I2TiqT5iWBEyB8GRfTDP0hiLZ0YeDJZ+upDxjBfOC2lebO5LezQMv7QvIUTzdb64jQyAKLf1AHADtGN+jw6v8Q== - -diff-sequences@^25.2.1: - version "25.2.1" - resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-25.2.1.tgz#fcfe8aa07dd9b0c648396a478dabca8e76c6ab27" - integrity sha512-foe7dXnGlSh3jR1ovJmdv+77VQj98eKCHHwJPbZ2eEf0fHwKbkZicpPxEch9smZ+n2dnF6QFwkOQdLq9hpeJUg== - -diffie-hellman@^5.0.0: - version "5.0.3" - resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875" - integrity sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg== - dependencies: - bn.js "^4.1.0" - miller-rabin "^4.0.0" - randombytes "^2.0.0" - -dom-serializer@0, dom-serializer@^0.2.1: - version "0.2.2" - resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.2.2.tgz#1afb81f533717175d478655debc5e332d9f9bb51" - integrity sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g== - dependencies: - domelementtype "^2.0.1" - entities "^2.0.0" - -domain-browser@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda" - integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA== - -domelementtype@1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f" - integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== - -domelementtype@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.0.1.tgz#1f8bdfe91f5a78063274e803b4bdcedf6e94f94d" - integrity sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ== - -domexception@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/domexception/-/domexception-1.0.1.tgz#937442644ca6a31261ef36e3ec677fe805582c90" - integrity sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug== - dependencies: - webidl-conversions "^4.0.2" - -domhandler@3.0.0, domhandler@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-3.0.0.tgz#51cd13efca31da95bbb0c5bee3a48300e333b3e9" - integrity sha512-eKLdI5v9m67kbXQbJSNn1zjh0SDzvzWVWtX+qEI3eMjZw8daH9k8rlj1FZY9memPwjiskQFbe7vHVVJIAqoEhw== - dependencies: - domelementtype "^2.0.1" - -domutils@2.0.0, domutils@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.0.0.tgz#15b8278e37bfa8468d157478c58c367718133c08" - integrity sha512-n5SelJ1axbO636c2yUtOGia/IcJtVtlhQbFiVDBZHKV5ReJO1ViX7sFEemtuyoAnBxk5meNSYgA8V4s0271efg== - dependencies: - dom-serializer "^0.2.1" - domelementtype "^2.0.1" - domhandler "^3.0.0" - -domutils@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a" - integrity sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg== - dependencies: - dom-serializer "0" - domelementtype "1" - -dot-prop@^5.0.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.2.0.tgz#c34ecc29556dc45f1f4c22697b6f4904e0cc4fcb" - integrity sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A== - dependencies: - is-obj "^2.0.0" - -duplexer@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1" - integrity sha1-rOb/gIwc5mtX0ev5eXessCM0z8E= - -duplexify@^3.4.2, duplexify@^3.6.0: - version "3.7.1" - resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.7.1.tgz#2a4df5317f6ccfd91f86d6fd25d8d8a103b88309" - integrity sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g== - dependencies: - end-of-stream "^1.0.0" - inherits "^2.0.1" - readable-stream "^2.0.0" - stream-shift "^1.0.0" - -ecc-jsbn@~0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" - integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= - dependencies: - jsbn "~0.1.0" - safer-buffer "^2.1.0" - -ecdsa-sig-formatter@1.0.11: - version "1.0.11" - resolved "https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz#ae0f0fa2d85045ef14a817daa3ce9acd0489e5bf" - integrity sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ== - dependencies: - safe-buffer "^5.0.1" - -ee-first@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" - integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= - -electron-to-chromium@^1.3.322: - version "1.3.336" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.336.tgz#f0e7a3e78f1c9a0385b6693a4a4b7453f0ae6aaf" - integrity sha512-FtazvnXAizSVMxQNPqUcTv2UElY5r3uRPQwiU1Tyg/Yc2UFr+/3wqDoLIV9ES6ablW3IrCcR8uEK2ppxaNPWhw== - -electron-to-chromium@^1.3.380: - version "1.3.390" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.390.tgz#a49e67dea22e52ea8027c475dd5447b1c00b1d4e" - integrity sha512-4RvbM5x+002gKI8sltkqWEk5pptn0UnzekUx8RTThAMPDSb8jjpm6SwGiSnEve7f85biyZl8DMXaipaCxDjXag== - -elliptic@^6.0.0: - version "6.5.2" - resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.2.tgz#05c5678d7173c049d8ca433552224a495d0e3762" - integrity sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw== - dependencies: - bn.js "^4.4.0" - brorand "^1.0.1" - hash.js "^1.0.0" - hmac-drbg "^1.0.0" - inherits "^2.0.1" - minimalistic-assert "^1.0.0" - minimalistic-crypto-utils "^1.0.0" - -email-addresses@^3.0.1: - version "3.1.0" - resolved "https://registry.yarnpkg.com/email-addresses/-/email-addresses-3.1.0.tgz#cabf7e085cbdb63008a70319a74e6136188812fb" - integrity sha512-k0/r7GrWVL32kZlGwfPNgB2Y/mMXVTq/decgLczm/j34whdaspNrZO8CnXPf1laaHxI6ptUlsnAxN+UAPw+fzg== - -emoji-regex@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" - integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== - -emojis-list@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389" - integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k= - -emojis-list@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78" - integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== - -encodeurl@~1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" - integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= - -end-of-stream@^1.0.0, end-of-stream@^1.1.0: - version "1.4.4" - resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" - integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== - dependencies: - once "^1.4.0" - -enhanced-resolve@^4.1.0: - version "4.1.1" - resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.1.1.tgz#2937e2b8066cd0fe7ce0990a98f0d71a35189f66" - integrity sha512-98p2zE+rL7/g/DzMHMTF4zZlCgeVdJ7yr6xzEpJRYwFYrGi9ANdn5DnJURg6RpBkyk60XYDnWIv51VfIhfNGuA== - dependencies: - graceful-fs "^4.1.2" - memory-fs "^0.5.0" - tapable "^1.0.0" - -entities@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.0.tgz#68d6084cab1b079767540d80e56a39b423e4abf4" - integrity sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw== - -env-paths@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.0.tgz#cdca557dc009152917d6166e2febe1f039685e43" - integrity sha512-6u0VYSCo/OW6IoD5WCLLy9JUGARbamfSavcNXry/eu8aHVFei6CD3Sw+VGX5alea1i9pgPHW0mbu6Xj0uBh7gA== - -errno@^0.1.3, errno@~0.1.7: - version "0.1.7" - resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz#4684d71779ad39af177e3f007996f7c67c852618" - integrity sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg== - dependencies: - prr "~1.0.1" - -error-ex@^1.2.0, error-ex@^1.3.1: - version "1.3.2" - resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" - integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - dependencies: - is-arrayish "^0.2.1" - -es-abstract@^1.17.0-next.1, es-abstract@^1.17.2: - version "1.17.2" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.2.tgz#965b10af56597b631da15872c17a405e86c1fd46" - integrity sha512-YoKuru3Lyoy7yVTBSH2j7UxTqe/je3dWAruC0sHvZX1GNd5zX8SSLvQqEgO9b3Ex8IW+goFI9arEEsFIbulhOw== - dependencies: - es-to-primitive "^1.2.1" - function-bind "^1.1.1" - has "^1.0.3" - has-symbols "^1.0.1" - is-callable "^1.1.5" - is-regex "^1.0.5" - object-inspect "^1.7.0" - object-keys "^1.1.1" - object.assign "^4.1.0" - string.prototype.trimleft "^2.1.1" - string.prototype.trimright "^2.1.1" - -es-to-primitive@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a" - integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== - dependencies: - is-callable "^1.1.4" - is-date-object "^1.0.1" - is-symbol "^1.0.2" - -es5-ext@^0.10.35, es5-ext@^0.10.50: - version "0.10.53" - resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.53.tgz#93c5a3acfdbef275220ad72644ad02ee18368de1" - integrity sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q== - dependencies: - es6-iterator "~2.0.3" - es6-symbol "~3.1.3" - next-tick "~1.0.0" - -es6-iterator@2.0.3, es6-iterator@~2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.3.tgz#a7de889141a05a94b0854403b2d0a0fbfa98f3b7" - integrity sha1-p96IkUGgWpSwhUQDstCg+/qY87c= - dependencies: - d "1" - es5-ext "^0.10.35" - es6-symbol "^3.1.1" - -es6-symbol@^3.1.1, es6-symbol@~3.1.3: - version "3.1.3" - resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.3.tgz#bad5d3c1bcdac28269f4cb331e431c78ac705d18" - integrity sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA== - dependencies: - d "^1.0.1" - ext "^1.1.2" - -escape-html@~1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" - integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= - -escape-string-regexp@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344" - integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w== - -escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.3, escape-string-regexp@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" - integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - -escodegen@^1.11.1: - version "1.14.1" - resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.14.1.tgz#ba01d0c8278b5e95a9a45350142026659027a457" - integrity sha512-Bmt7NcRySdIfNPfU2ZoXDrrXsG9ZjvDxcAlMfDUgRBjLOWTuIACXPBFJH7Z+cLb40JeQco5toikyc9t9P8E9SQ== - dependencies: - esprima "^4.0.1" - estraverse "^4.2.0" - esutils "^2.0.2" - optionator "^0.8.1" - optionalDependencies: - source-map "~0.6.1" - -eslint-scope@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848" - integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg== - dependencies: - esrecurse "^4.1.0" - estraverse "^4.1.1" - -esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" - integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== - -esrecurse@^4.1.0: - version "4.2.1" - resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.2.1.tgz#007a3b9fdbc2b3bb87e4879ea19c92fdbd3942cf" - integrity sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ== - dependencies: - estraverse "^4.1.0" - -estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" - integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== - -esutils@^2.0.0, esutils@^2.0.2: - version "2.0.3" - resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" - integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== - -etag@1.8.1, etag@~1.8.1: - version "1.8.1" - resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" - integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= - -eventemitter3@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.0.tgz#d65176163887ee59f386d64c82610b696a4a74eb" - integrity sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg== - -events@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/events/-/events-3.1.0.tgz#84279af1b34cb75aa88bf5ff291f6d0bd9b31a59" - integrity sha512-Rv+u8MLHNOdMjTAFeT3nCjHn2aGlx435FP/sDHNaRhDEMwyI/aB22Kj2qIN8R0cw3z28psEQLYwxVKLsKrMgWg== - -evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz#7fcbdb198dc71959432efe13842684e0525acb02" - integrity sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA== - dependencies: - md5.js "^1.3.4" - safe-buffer "^5.1.1" - -exec-sh@^0.3.2: - version "0.3.4" - resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.4.tgz#3a018ceb526cc6f6df2bb504b2bfe8e3a4934ec5" - integrity sha512-sEFIkc61v75sWeOe72qyrqg2Qg0OuLESziUDk/O/z2qgS15y2gWVFrI6f2Qn/qw/0/NCfCEsmNA4zOjkwEZT1A== - -execa@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777" - integrity sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c= - dependencies: - cross-spawn "^5.0.1" - get-stream "^3.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" - -execa@^0.8.0: - version "0.8.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-0.8.0.tgz#d8d76bbc1b55217ed190fd6dd49d3c774ecfc8da" - integrity sha1-2NdrvBtVIX7RkP1t1J08d07PyNo= - dependencies: - cross-spawn "^5.0.1" - get-stream "^3.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" - -execa@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8" - 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" - -execa@^3.2.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-3.4.0.tgz#c08ed4550ef65d858fac269ffc8572446f37eb89" - integrity sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g== - 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" - p-finally "^2.0.0" - signal-exit "^3.0.2" - strip-final-newline "^2.0.0" - -exit@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" - integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw= - -expand-brackets@^2.1.4: - version "2.1.4" - resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" - 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" - -expect@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/expect/-/expect-25.2.3.tgz#ee714f82bf33c43466fcef139ace0a57b3d0aa48" - integrity sha512-kil4jFRFAK2ySyCyXPqYrphc3EiiKKFd9BthrkKAyHcqr1B84xFTuj5kO8zL+eHRRjT2jQsOPExO0+1Q/fuUXg== - dependencies: - "@jest/types" "^25.2.3" - ansi-styles "^4.0.0" - jest-get-type "^25.2.1" - jest-matcher-utils "^25.2.3" - jest-message-util "^25.2.3" - jest-regex-util "^25.2.1" - -ext@^1.1.2: - version "1.4.0" - resolved "https://registry.yarnpkg.com/ext/-/ext-1.4.0.tgz#89ae7a07158f79d35517882904324077e4379244" - integrity sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A== - dependencies: - type "^2.0.0" - -extend-shallow@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" - integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= - dependencies: - is-extendable "^0.1.0" - -extend-shallow@^3.0.0, extend-shallow@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" - integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= - dependencies: - assign-symbols "^1.0.0" - is-extendable "^1.0.1" - -extend@^3.0.0, extend@^3.0.1, extend@~3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" - integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== - -extglob@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" - 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" - -extracted-loader@1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/extracted-loader/-/extracted-loader-1.0.4.tgz#e1a3f1791813c14091a1959e261e23e95dd90115" - integrity sha512-G8A0hT/WCWIjesZm7BwbWdST5dQ08GNnCpTrJT/k/FYzuiJwlV1gyWjnuoizOzAR4jpEYXG2J++JyEKN/EB26Q== - -extsprintf@1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" - integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= - -extsprintf@^1.2.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" - integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= - -fast-deep-equal@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49" - integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk= - -fast-deep-equal@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4" - integrity sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA== - -fast-json-stable-stringify@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" - integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== - -fast-levenshtein@~2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" - integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= - -fast-url-parser@1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/fast-url-parser/-/fast-url-parser-1.1.3.tgz#f4af3ea9f34d8a271cf58ad2b3759f431f0b318d" - integrity sha1-9K8+qfNNiicc9YrSs3WfQx8LMY0= - dependencies: - punycode "^1.3.2" - -fastparse@^1.1.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/fastparse/-/fastparse-1.1.2.tgz#91728c5a5942eced8531283c79441ee4122c35a9" - integrity sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ== - -fb-watchman@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.1.tgz#fc84fb39d2709cf3ff6d743706157bb5708a8a85" - integrity sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg== - dependencies: - bser "2.1.1" - -figgy-pudding@^3.5.1: - version "3.5.1" - resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.1.tgz#862470112901c727a0e495a80744bd5baa1d6790" - integrity sha512-vNKxJHTEKNThjfrdJwHc7brvM6eVevuO5nTj6ez8ZQ1qbXTvGthucRF7S4vf2cr71QVnT70V34v0S1DyQsti0w== - -file-loader@4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-4.2.0.tgz#5fb124d2369d7075d70a9a5abecd12e60a95215e" - integrity sha512-+xZnaK5R8kBJrHK0/6HRlrKNamvVS5rjyuju+rnyxRGuwUJwpAMsVzUl5dz6rK8brkzjV6JpcFNjp6NqV0g1OQ== - dependencies: - loader-utils "^1.2.3" - schema-utils "^2.0.0" - -file-uri-to-path@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" - integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== - -filename-reserved-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/filename-reserved-regex/-/filename-reserved-regex-1.0.0.tgz#e61cf805f0de1c984567d0386dc5df50ee5af7e4" - integrity sha1-5hz4BfDeHJhFZ9A4bcXfUO5a9+Q= - -filenamify-url@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/filenamify-url/-/filenamify-url-1.0.0.tgz#b32bd81319ef5863b73078bed50f46a4f7975f50" - integrity sha1-syvYExnvWGO3MHi+1Q9GpPeXX1A= - dependencies: - filenamify "^1.0.0" - humanize-url "^1.0.0" - -filenamify@^1.0.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/filenamify/-/filenamify-1.2.1.tgz#a9f2ffd11c503bed300015029272378f1f1365a5" - integrity sha1-qfL/0RxQO+0wABUCknI3jx8TZaU= - dependencies: - filename-reserved-regex "^1.0.0" - strip-outer "^1.0.0" - trim-repeated "^1.0.0" - -fill-range@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" - 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" - -fill-range@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" - integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== - dependencies: - to-regex-range "^5.0.1" - -finally-polyfill@0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/finally-polyfill/-/finally-polyfill-0.1.0.tgz#2a17b16581d9477db16a703c7b79a898ac0b7d50" - integrity sha512-J1LEcZ5VXe1l3sEO+S//WqL5wcJ/ep7QeKJA6HhNZrcEEFj0eyC8IW3DEZhxySI2bx3r85dwAXz+vYPGuHx5UA== - -find-cache-dir@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-1.0.0.tgz#9288e3e9e3cc3748717d39eade17cf71fc30ee6f" - integrity sha1-kojj6ePMN0hxfTnq3hfPcfww7m8= - dependencies: - commondir "^1.0.1" - make-dir "^1.0.0" - pkg-dir "^2.0.0" - -find-cache-dir@^2.0.0, find-cache-dir@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7" - integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== - dependencies: - commondir "^1.0.1" - make-dir "^2.0.0" - pkg-dir "^3.0.0" - -find-cache-dir@^3.0.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.2.0.tgz#e7fe44c1abc1299f516146e563108fd1006c1874" - integrity sha512-1JKclkYYsf1q9WIJKLZa9S9muC+08RIjzAlLrK4QcYLJMS6mk9yombQ9qf+zJ7H9LS800k0s44L4sDq9VYzqyg== - dependencies: - commondir "^1.0.1" - make-dir "^3.0.0" - pkg-dir "^4.1.0" - -find-up@2.1.0, find-up@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" - integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c= - dependencies: - locate-path "^2.0.0" - -find-up@4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.0.0.tgz#c367f8024de92efb75f2d4906536d24682065c3a" - integrity sha512-zoH7ZWPkRdgwYCDVoQTzqjG8JSPANhtvLhh4KVUHyKnaUJJrNeFmWIkTcNuJmR3GLMEmGYEf2S2bjgx26JTF+Q== - dependencies: - locate-path "^5.0.0" - -find-up@^1.0.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" - integrity sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8= - dependencies: - path-exists "^2.0.0" - pinkie-promise "^2.0.0" - -find-up@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" - integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== - dependencies: - locate-path "^3.0.0" - -find-up@^4.0.0, find-up@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" - integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== - dependencies: - locate-path "^5.0.0" - path-exists "^4.0.0" - -flatten@^1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.3.tgz#c1283ac9f27b368abc1e36d1ff7b04501a30356b" - integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg== - -flush-write-stream@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz#8dd7d873a1babc207d94ead0c2e0e44276ebf2e8" - integrity sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w== - dependencies: - inherits "^2.0.3" - readable-stream "^2.3.6" - -follow-redirects@^1.0.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.10.0.tgz#01f5263aee921c6a54fb91667f08f4155ce169eb" - integrity sha512-4eyLK6s6lH32nOvLLwlIOnr9zrL8Sm+OvW4pVTJNoXeGzYIkHVf+pADQi+OJ0E67hiuSLezPVPyBcIZO50TmmQ== - dependencies: - debug "^3.0.0" - -font-awesome@^4.7.0: - version "4.7.0" - resolved "https://registry.yarnpkg.com/font-awesome/-/font-awesome-4.7.0.tgz#8fa8cf0411a1a31afd07b06d2902bb9fc815a133" - integrity sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM= - -for-in@^0.1.3: - version "0.1.8" - resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1" - integrity sha1-2Hc5COMSVhCZUrH9ubP6hn0ndeE= - -for-in@^1.0.1, for-in@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" - integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= - -for-own@^0.1.3: - version "0.1.5" - resolved "https://registry.yarnpkg.com/for-own/-/for-own-0.1.5.tgz#5265c681a4f294dabbf17c9509b6763aa84510ce" - integrity sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4= - dependencies: - for-in "^1.0.1" - -for-own@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/for-own/-/for-own-1.0.0.tgz#c63332f415cedc4b04dbfe70cf836494c53cb44b" - integrity sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs= - dependencies: - for-in "^1.0.1" - -forever-agent@~0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" - integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= - -fork-ts-checker-webpack-plugin@3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-3.1.1.tgz#a1642c0d3e65f50c2cc1742e9c0a80f441f86b19" - integrity sha512-DuVkPNrM12jR41KM2e+N+styka0EgLkTnXmNcXdgOM37vtGeY+oCBK/Jx0hzSeEU6memFCtWb4htrHPMDfwwUQ== - dependencies: - babel-code-frame "^6.22.0" - chalk "^2.4.1" - chokidar "^3.3.0" - micromatch "^3.1.10" - minimatch "^3.0.4" - semver "^5.6.0" - tapable "^1.0.0" - worker-rpc "^0.1.0" - -form-data@~2.3.2: - version "2.3.3" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6" - integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== - dependencies: - asynckit "^0.4.0" - combined-stream "^1.0.6" - mime-types "^2.1.12" - -fragment-cache@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" - integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= - dependencies: - map-cache "^0.2.2" - -fresh@0.5.2: - version "0.5.2" - resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" - integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= - -from2@^2.1.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af" - integrity sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8= - dependencies: - inherits "^2.0.1" - readable-stream "^2.0.0" - -fs-extra@^8.1.0: - version "8.1.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0" - integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== - dependencies: - graceful-fs "^4.2.0" - jsonfile "^4.0.0" - universalify "^0.1.0" - -fs-write-stream-atomic@^1.0.8: - version "1.0.10" - resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9" - integrity sha1-tH31NJPvkR33VzHnCp3tAYnbQMk= - dependencies: - graceful-fs "^4.1.2" - iferr "^0.1.5" - imurmurhash "^0.1.4" - readable-stream "1 || 2" - -fs.realpath@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" - integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= - -fsevents@^1.2.7: - version "1.2.11" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.11.tgz#67bf57f4758f02ede88fb2a1712fef4d15358be3" - integrity sha512-+ux3lx6peh0BpvY0JebGyZoiR4D+oYzdPZMKJwkZ+sFkNJzpL7tXc/wehS49gUAxg3tmMHPHZkA8JU2rhhgDHw== - dependencies: - bindings "^1.5.0" - nan "^2.12.1" - -fsevents@^2.1.2, fsevents@~2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805" - integrity sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA== - -fstream@^1.0.0, fstream@^1.0.12: - version "1.0.12" - resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045" - integrity sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg== - dependencies: - graceful-fs "^4.1.2" - inherits "~2.0.0" - mkdirp ">=0.5 0" - rimraf "2" - -function-bind@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" - integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - -gauge@~2.7.3: - version "2.7.4" - resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" - 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" - -gaze@^1.0.0: - version "1.1.3" - resolved "https://registry.yarnpkg.com/gaze/-/gaze-1.1.3.tgz#c441733e13b927ac8c0ff0b4c3b033f28812924a" - integrity sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g== - dependencies: - globule "^1.0.0" - -gensync@^1.0.0-beta.1: - version "1.0.0-beta.1" - resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269" - integrity sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== - -get-caller-file@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a" - integrity sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w== - -get-caller-file@^2.0.1: - version "2.0.5" - resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" - integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== - -get-stdin@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" - integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4= - -get-stream@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" - integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= - -get-stream@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" - integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w== - dependencies: - pump "^3.0.0" - -get-stream@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.1.0.tgz#01203cdc92597f9b909067c3e656cc1f4d3c4dc9" - integrity sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw== - dependencies: - pump "^3.0.0" - -get-value@^2.0.3, get-value@^2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" - integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= - -getpass@^0.1.1: - version "0.1.7" - resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" - integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= - dependencies: - assert-plus "^1.0.0" - -gh-pages@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/gh-pages/-/gh-pages-2.2.0.tgz#74ebeaca8d2b9a11279dcbd4a39ddfff3e6caa24" - 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" - -glob-parent@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" - integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4= - dependencies: - is-glob "^3.1.0" - path-dirname "^1.0.0" - -glob-parent@~5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.0.tgz#5f4c1d1e748d30cd73ad2944b3577a81b081e8c2" - integrity sha512-qjtRgnIVmOfnKUE3NJAQEdk+lKrxfw8t5ke7SXtfMTHcjsBfOfWXCQfdb30zfDoZQ2IRSIiidmjtbHZPZ++Ihw== - dependencies: - is-glob "^4.0.1" - -glob-to-regexp@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e" - integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw== - -glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@~7.1.1: - version "7.1.6" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" - 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" - -globals@^11.1.0: - version "11.12.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" - integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== - -globby@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c" - 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" - -globule@^1.0.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/globule/-/globule-1.3.0.tgz#41d0e9fb44afd4b80d93a23263714f90b3dec904" - integrity sha512-YlD4kdMqRCQHrhVdonet4TdRtv1/sZKepvoxNT4Nrhrp5HI8XFfc8kFlGlBn2myBo80aGp8Eft259mbcUJhgSg== - dependencies: - glob "~7.1.1" - lodash "~4.17.10" - minimatch "~3.0.2" - -good-listener@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/good-listener/-/good-listener-1.2.2.tgz#d53b30cdf9313dffb7dc9a0d477096aa6d145c50" - integrity sha1-1TswzfkxPf+33JoNR3CWqm0UXFA= - dependencies: - delegate "^3.1.2" - -graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423" - integrity sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ== - -growly@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081" - integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE= - -gzip-size@5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-5.1.1.tgz#cb9bee692f87c0612b232840a873904e4c135274" - integrity sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA== - dependencies: - duplexer "^0.1.1" - pify "^4.0.1" - -har-schema@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" - integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= - -har-validator@~5.1.0: - version "5.1.3" - resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080" - integrity sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g== - dependencies: - ajv "^6.5.5" - har-schema "^2.0.0" - -has-ansi@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" - integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE= - dependencies: - ansi-regex "^2.0.0" - -has-flag@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" - integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= - -has-flag@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" - integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== - -has-symbols@^1.0.0, has-symbols@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8" - integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg== - -has-unicode@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" - integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= - -has-value@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" - integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= - dependencies: - get-value "^2.0.3" - has-values "^0.1.4" - isobject "^2.0.0" - -has-value@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" - integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= - dependencies: - get-value "^2.0.6" - has-values "^1.0.0" - isobject "^3.0.0" - -has-values@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" - integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E= - -has-values@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" - integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= - dependencies: - is-number "^3.0.0" - kind-of "^4.0.0" - -has@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" - integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== - dependencies: - function-bind "^1.1.1" - -hash-base@^3.0.0: - version "3.0.4" - resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz#5fc8686847ecd73499403319a6b0a3f3f6ae4918" - integrity sha1-X8hoaEfs1zSZQDMZprCj8/auSRg= - dependencies: - inherits "^2.0.1" - safe-buffer "^5.0.1" - -hash.js@^1.0.0, hash.js@^1.0.3: - version "1.1.7" - resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42" - integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA== - dependencies: - inherits "^2.0.3" - minimalistic-assert "^1.0.1" - -hast-to-hyperscript@^7.0.0: - version "7.0.4" - resolved "https://registry.yarnpkg.com/hast-to-hyperscript/-/hast-to-hyperscript-7.0.4.tgz#7c4c037d9a8ea19b0a3fdb676a26448ad922353d" - integrity sha512-vmwriQ2H0RPS9ho4Kkbf3n3lY436QKLq6VaGA1pzBh36hBi3tm1DO9bR+kaJIbpT10UqaANDkMjxvjVfr+cnOA== - dependencies: - comma-separated-tokens "^1.0.0" - property-information "^5.3.0" - space-separated-tokens "^1.0.0" - style-to-object "^0.2.1" - unist-util-is "^3.0.0" - web-namespaces "^1.1.2" - -hast-util-from-parse5@^5.0.0: - version "5.0.2" - resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-5.0.2.tgz#afeadc6aab41e6acfe038645bbefd4005c56a475" - integrity sha512-YXFjoRS7ES7PEoLx6uihtSfKTO1s3z/tzGiV5cVpsUiihduogFXubNRCzTIW3yOOGO1nws9CxPq4MbwD39Uo+w== - dependencies: - ccount "^1.0.3" - hastscript "^5.0.0" - property-information "^5.0.0" - web-namespaces "^1.1.2" - xtend "^4.0.1" - -hast-util-parse-selector@^2.0.0: - version "2.2.3" - resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-2.2.3.tgz#57edd449103900c7f63fd9e6f694ffd7e4634719" - integrity sha512-nxbeqjQNxsvo/uYYAw9kij6td05YVUlf1qti09rVfbWSLT5H6wo3c+USIwX6nzXWk5kFZzXnEqO82856r0aM2Q== - -hast-util-raw@5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/hast-util-raw/-/hast-util-raw-5.0.2.tgz#62288f311ec2f35e066a30d5e0277f963ad43a67" - integrity sha512-3ReYQcIHmzSgMq8UrDZHFL0oGlbuVGdLKs8s/Fe8BfHFAyZDrdv1fy/AGn+Fim8ZuvAHcJ61NQhVMtyfHviT/g== - dependencies: - hast-util-from-parse5 "^5.0.0" - hast-util-to-parse5 "^5.0.0" - html-void-elements "^1.0.0" - parse5 "^5.0.0" - unist-util-position "^3.0.0" - web-namespaces "^1.0.0" - xtend "^4.0.0" - zwitch "^1.0.0" - -hast-util-to-parse5@^5.0.0: - version "5.1.1" - resolved "https://registry.yarnpkg.com/hast-util-to-parse5/-/hast-util-to-parse5-5.1.1.tgz#cabf2dbe9ed988a5128fc708457b37cdf535a2e8" - integrity sha512-ivCeAd5FCXr7bapJIVsWMnx/EmbjkkW2TU2hd1prq+jGwiaUoK+FcpjyPNwsC5ogzCwWO669tOqIovGeLc/ntg== - dependencies: - hast-to-hyperscript "^7.0.0" - property-information "^5.0.0" - web-namespaces "^1.0.0" - xtend "^4.0.1" - zwitch "^1.0.0" - -hast-util-to-string@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/hast-util-to-string/-/hast-util-to-string-1.0.2.tgz#fcf6d46bde2a50a1fbcaf6ed238971a51b622eac" - integrity sha512-fQNr0n5KJmZW1TmBfXbc4DO0ucZmseUw3T6K4PDsUUTMtTGGLZMUYRB8mOKgPgtw7rtICdxxpRQZmWwo8KxlOA== - -hastscript@^5.0.0: - version "5.1.1" - resolved "https://registry.yarnpkg.com/hastscript/-/hastscript-5.1.1.tgz#71726ee1e97220575d1f29a8e937387d99d48275" - integrity sha512-xHo1Hkcqd0LlWNuDL3/BxwhgAGp3d7uEvCMgCTrBY+zsOooPPH+8KAvW8PCgl+GB8H3H44nfSaF0A4BQ+4xlYg== - dependencies: - comma-separated-tokens "^1.0.0" - hast-util-parse-selector "^2.0.0" - property-information "^5.0.0" - space-separated-tokens "^1.0.0" - -hmac-drbg@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" - integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE= - dependencies: - hash.js "^1.0.3" - minimalistic-assert "^1.0.0" - minimalistic-crypto-utils "^1.0.1" - -hoist-non-react-statics@^3.0.0: - version "3.3.1" - resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#101685d3aff3b23ea213163f6e8e12f4f111e19f" - integrity sha512-wbg3bpgA/ZqWrZuMOeJi8+SKMhr7X9TesL/rXMjTzh0p0JUBo3II8DHboYbuIXWRlttrUFxwcu/5kygrCw8fJw== - dependencies: - react-is "^16.7.0" - -hosted-git-info@^2.1.4: - version "2.8.5" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.5.tgz#759cfcf2c4d156ade59b0b2dfabddc42a6b9c70c" - integrity sha512-kssjab8CvdXfcXMXVcvsXum4Hwdq9XGtRD3TteMEvEbq0LXyiNQr6AprqKqfeaDXze7SxWvRxdpwE6ku7ikLkg== - -html-encoding-sniffer@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8" - integrity sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw== - dependencies: - whatwg-encoding "^1.0.1" - -html-entities@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.2.1.tgz#0df29351f0721163515dfb9e5543e5f6eed5162f" - integrity sha1-DfKTUfByEWNRXfueVUPl9u7VFi8= - -html-escaper@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.0.tgz#71e87f931de3fe09e56661ab9a29aadec707b491" - integrity sha512-a4u9BeERWGu/S8JiWEAQcdrg9v4QArtP9keViQjGMdff20fBdd8waotXaNmODqBe6uZ3Nafi7K/ho4gCQHV3Ig== - -html-void-elements@^1.0.0: - version "1.0.5" - resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-1.0.5.tgz#ce9159494e86d95e45795b166c2021c2cfca4483" - integrity sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w== - -htmlparser2@4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-4.1.0.tgz#9a4ef161f2e4625ebf7dfbe6c0a2f52d18a59e78" - integrity sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q== - dependencies: - domelementtype "^2.0.1" - domhandler "^3.0.0" - domutils "^2.0.0" - entities "^2.0.0" - -http-errors@1.7.2: - version "1.7.2" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f" - 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" - -http-errors@~1.7.2: - version "1.7.3" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06" - integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== - dependencies: - depd "~1.1.2" - inherits "2.0.4" - setprototypeof "1.1.1" - statuses ">= 1.5.0 < 2" - toidentifier "1.0.0" - -http-proxy@1.18.0: - version "1.18.0" - resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.0.tgz#dbe55f63e75a347db7f3d99974f2692a314a6a3a" - integrity sha512-84I2iJM/n1d4Hdgc6y2+qY5mDaz2PUVjlg9znE9byl+q0uC3DeByqBGReQu5tpLK0TAqTIXScRUV+dg7+bUPpQ== - dependencies: - eventemitter3 "^4.0.0" - follow-redirects "^1.0.0" - requires-port "^1.0.0" - -http-signature@~1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" - integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= - dependencies: - assert-plus "^1.0.0" - jsprim "^1.2.2" - sshpk "^1.7.0" - -https-browserify@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" - integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= - -human-signals@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3" - integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== - -humanize-url@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/humanize-url/-/humanize-url-1.0.1.tgz#f4ab99e0d288174ca4e1e50407c55fbae464efff" - integrity sha1-9KuZ4NKIF0yk4eUEB8VfuuRk7/8= - dependencies: - normalize-url "^1.0.0" - strip-url-auth "^1.0.0" - -iconv-lite@0.4.24: - version "0.4.24" - resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" - integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== - dependencies: - safer-buffer ">= 2.1.2 < 3" - -icss-replace-symbols@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz#06ea6f83679a7749e386cfe1fe812ae5db223ded" - integrity sha1-Bupvg2ead0njhs/h/oEq5dsiPe0= - -icss-utils@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-2.1.0.tgz#83f0a0ec378bf3246178b6c2ad9136f135b1c962" - integrity sha1-g/Cg7DeL8yRheLbCrZE28TWxyWI= - dependencies: - postcss "^6.0.1" - -icss-utils@^4.0.0, icss-utils@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-4.1.1.tgz#21170b53789ee27447c2f47dd683081403f9a467" - integrity sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA== - dependencies: - postcss "^7.0.14" - -ieee754@^1.1.4: - version "1.1.13" - resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84" - integrity sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg== - -iferr@^0.1.5: - version "0.1.5" - resolved "https://registry.yarnpkg.com/iferr/-/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501" - integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE= - -ignore-loader@0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/ignore-loader/-/ignore-loader-0.1.2.tgz#d81f240376d0ba4f0d778972c3ad25874117a463" - integrity sha1-2B8kA3bQuk8Nd4lyw60lh0EXpGM= - -import-cwd@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9" - integrity sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk= - dependencies: - import-from "^2.1.0" - -import-fresh@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546" - integrity sha1-2BNVwVYS04bGH53dOSLUMEgipUY= - dependencies: - caller-path "^2.0.0" - resolve-from "^3.0.0" - -import-fresh@^3.1.0: - version "3.2.1" - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66" - integrity sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ== - dependencies: - parent-module "^1.0.0" - resolve-from "^4.0.0" - -import-from@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1" - integrity sha1-M1238qev/VOqpHHUuAId7ja387E= - dependencies: - resolve-from "^3.0.0" - -import-local@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.0.2.tgz#a8cfd0431d1de4a2199703d003e3e62364fa6db6" - integrity sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA== - dependencies: - pkg-dir "^4.2.0" - resolve-cwd "^3.0.0" - -imurmurhash@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" - integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= - -in-publish@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/in-publish/-/in-publish-2.0.0.tgz#e20ff5e3a2afc2690320b6dc552682a9c7fadf51" - integrity sha1-4g/146KvwmkDILbcVSaCqcf631E= - -indent-string@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80" - integrity sha1-ji1INIdCEhtKghi3oTfppSBJ3IA= - dependencies: - repeating "^2.0.0" - -indexes-of@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607" - integrity sha1-8w9xbI4r00bHtn0985FVZqfAVgc= - -infer-owner@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467" - integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== - -inflight@^1.0.4: - version "1.0.6" - resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" - integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= - dependencies: - once "^1.3.0" - wrappy "1" - -inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3: - version "2.0.4" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" - integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - -inherits@2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" - integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE= - -inherits@2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" - integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= - -ini@~1.3.0: - version "1.3.5" - resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" - integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== - -inline-style-parser@0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/inline-style-parser/-/inline-style-parser-0.1.1.tgz#ec8a3b429274e9c0a1f1c4ffa9453a7fef72cea1" - integrity sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q== - -invariant@^2.2.2, invariant@^2.2.4: - version "2.2.4" - resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" - integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== - dependencies: - loose-envify "^1.0.0" - -invert-kv@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6" - integrity sha1-EEqOSqym09jNFXqO+L+rLXo//bY= - -ip-regex@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9" - integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk= - -is-accessor-descriptor@^0.1.6: - version "0.1.6" - resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" - integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= - dependencies: - kind-of "^3.0.2" - -is-accessor-descriptor@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656" - integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== - dependencies: - kind-of "^6.0.0" - -is-alphabetical@1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-alphabetical/-/is-alphabetical-1.0.4.tgz#9e7d6b94916be22153745d184c298cbf986a686d" - integrity sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg== - -is-alphabetical@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/is-alphabetical/-/is-alphabetical-1.0.3.tgz#eb04cc47219a8895d8450ace4715abff2258a1f8" - integrity sha512-eEMa6MKpHFzw38eKm56iNNi6GJ7lf6aLLio7Kr23sJPAECscgRtZvOBYybejWDQ2bM949Y++61PY+udzj5QMLA== - -is-alphanumerical@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/is-alphanumerical/-/is-alphanumerical-1.0.3.tgz#57ae21c374277b3defe0274c640a5704b8f6657c" - integrity sha512-A1IGAPO5AW9vSh7omxIlOGwIqEvpW/TA+DksVOPM5ODuxKlZS09+TEM1E3275lJqO2oJ38vDpeAL3DCIiHE6eA== - dependencies: - is-alphabetical "^1.0.0" - is-decimal "^1.0.0" - -is-arrayish@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" - integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= - -is-binary-path@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" - integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= - dependencies: - binary-extensions "^1.0.0" - -is-binary-path@~2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" - integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== - dependencies: - binary-extensions "^2.0.0" - -is-buffer@^1.0.2, is-buffer@^1.1.5: - version "1.1.6" - resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" - integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== - -is-buffer@^2.0.0: - version "2.0.4" - resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623" - integrity sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A== - -is-callable@^1.1.4, is-callable@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab" - integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q== - -is-ci@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c" - integrity sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w== - dependencies: - ci-info "^2.0.0" - -is-data-descriptor@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" - integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= - dependencies: - kind-of "^3.0.2" - -is-data-descriptor@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7" - integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== - dependencies: - kind-of "^6.0.0" - -is-date-object@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.2.tgz#bda736f2cd8fd06d32844e7743bfa7494c3bfd7e" - integrity sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g== - -is-decimal@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/is-decimal/-/is-decimal-1.0.3.tgz#381068759b9dc807d8c0dc0bfbae2b68e1da48b7" - integrity sha512-bvLSwoDg2q6Gf+E2LEPiklHZxxiSi3XAh4Mav65mKqTfCO1HM3uBs24TjEH8iJX3bbDdLXKJXBTmGzuTUuAEjQ== - -is-descriptor@^0.1.0: - version "0.1.6" - resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" - integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== - dependencies: - is-accessor-descriptor "^0.1.6" - is-data-descriptor "^0.1.4" - kind-of "^5.0.0" - -is-descriptor@^1.0.0, is-descriptor@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec" - integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== - dependencies: - is-accessor-descriptor "^1.0.0" - is-data-descriptor "^1.0.0" - kind-of "^6.0.2" - -is-directory@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1" - integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= - -is-docker@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.0.0.tgz#2cb0df0e75e2d064fe1864c37cdeacb7b2dcf25b" - integrity sha512-pJEdRugimx4fBMra5z2/5iRdZ63OhYV0vr0Dwm5+xtW4D1FvRkB8hamMIhnWfyJeDdyr/aa7BDyNbtG38VxgoQ== - -is-extendable@^0.1.0, is-extendable@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" - integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= - -is-extendable@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" - integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== - dependencies: - is-plain-object "^2.0.4" - -is-extglob@^2.1.0, is-extglob@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" - integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= - -is-finite@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.0.2.tgz#cc6677695602be550ef11e8b4aa6305342b6d0aa" - integrity sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko= - dependencies: - number-is-nan "^1.0.0" - -is-fullwidth-code-point@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" - integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs= - dependencies: - number-is-nan "^1.0.0" - -is-fullwidth-code-point@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" - integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= - -is-fullwidth-code-point@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" - integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== - -is-generator-fn@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118" - integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ== - -is-glob@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" - integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo= - dependencies: - is-extglob "^2.1.0" - -is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc" - integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== - dependencies: - is-extglob "^2.1.1" - -is-hexadecimal@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.3.tgz#e8a426a69b6d31470d3a33a47bb825cda02506ee" - integrity sha512-zxQ9//Q3D/34poZf8fiy3m3XVpbQc7ren15iKqrTtLPwkPD/t3Scy9Imp63FujULGxuK0ZlCwoo5xNpktFgbOA== - -is-number@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" - integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= - dependencies: - kind-of "^3.0.2" - -is-number@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" - integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== - -is-obj@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982" - integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w== - -is-path-cwd@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-1.0.0.tgz#d225ec23132e89edd38fda767472e62e65f1106d" - integrity sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0= - -is-path-in-cwd@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz#5ac48b345ef675339bd6c7a48a912110b241cf52" - integrity sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ== - dependencies: - is-path-inside "^1.0.0" - -is-path-inside@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-1.0.1.tgz#8ef5b7de50437a3fdca6b4e865ef7aa55cb48036" - integrity sha1-jvW33lBDej/cprToZe96pVy0gDY= - dependencies: - path-is-inside "^1.0.1" - -is-plain-obj@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" - integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4= - -is-plain-obj@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.0.0.tgz#7fd1a7f1b69e160cde9181d2313f445c68aa2679" - integrity sha512-EYisGhpgSCwspmIuRHGjROWTon2Xp8Z7U03Wubk/bTL5TTRC5R1rGVgyjzBrk9+ULdH6cRD06KRcw/xfqhVYKQ== - -is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" - integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== - dependencies: - isobject "^3.0.1" - -is-regex@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae" - integrity sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ== - dependencies: - has "^1.0.3" - -is-stream@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" - integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= - -is-stream@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3" - integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== - -is-symbol@^1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937" - integrity sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ== - dependencies: - has-symbols "^1.0.1" - -is-typedarray@^1.0.0, is-typedarray@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" - integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= - -is-utf8@^0.2.0: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" - integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= - -is-whitespace-character@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.3.tgz#b3ad9546d916d7d3ffa78204bca0c26b56257fac" - integrity sha512-SNPgMLz9JzPccD3nPctcj8sZlX9DAMJSKH8bP7Z6bohCwuNgX8xbWr1eTAYXX9Vpi/aSn8Y1akL9WgM3t43YNQ== - -is-windows@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" - integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== - -is-word-character@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/is-word-character/-/is-word-character-1.0.3.tgz#264d15541cbad0ba833d3992c34e6b40873b08aa" - integrity sha512-0wfcrFgOOOBdgRNT9H33xe6Zi6yhX/uoc4U8NBZGeQQB0ctU1dnlNTyL9JM2646bHDTpsDm1Brb3VPoCIMrd/A== - -is-wsl@2.1.1, is-wsl@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.1.1.tgz#4a1c152d429df3d441669498e2486d3596ebaf1d" - integrity sha512-umZHcSrwlDHo2TGMXv0DZ8dIUGunZ2Iv68YZnrmCiBPkZ4aaOhtv7pXJKeki9k3qJ3RJr0cDyitcl5wEH3AYog== - -is-wsl@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" - integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= - -isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" - integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= - -isexe@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" - integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= - -isobject@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" - integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= - dependencies: - isarray "1.0.0" - -isobject@^3.0.0, isobject@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" - integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= - -isstream@~0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" - integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= - -istanbul-lib-coverage@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz#f5944a37c70b550b02a78a5c3b2055b280cec8ec" - integrity sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg== - -istanbul-lib-instrument@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.1.tgz#61f13ac2c96cfefb076fe7131156cc05907874e6" - integrity sha512-imIchxnodll7pvQBYOqUu88EufLCU56LMeFPZZM/fJZ1irYcYdqroaV+ACK1Ila8ls09iEYArp+nqyC6lW1Vfg== - dependencies: - "@babel/core" "^7.7.5" - "@babel/parser" "^7.7.5" - "@babel/template" "^7.7.4" - "@babel/traverse" "^7.7.4" - "@istanbuljs/schema" "^0.1.2" - istanbul-lib-coverage "^3.0.0" - semver "^6.3.0" - -istanbul-lib-report@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#7518fe52ea44de372f460a76b5ecda9ffb73d8a6" - integrity sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw== - dependencies: - istanbul-lib-coverage "^3.0.0" - make-dir "^3.0.0" - supports-color "^7.1.0" - -istanbul-lib-source-maps@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz#75743ce6d96bb86dc7ee4352cf6366a23f0b1ad9" - integrity sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg== - dependencies: - debug "^4.1.1" - istanbul-lib-coverage "^3.0.0" - source-map "^0.6.1" - -istanbul-reports@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.0.1.tgz#1343217244ad637e0c3b18e7f6b746941a9b5e9a" - integrity sha512-Vm9xwCiQ8t2cNNnckyeAV0UdxKpcQUz4nMxsBvIu8n2kmPSiyb5uaF/8LpmKr+yqL/MdOXaX2Nmdo4Qyxium9Q== - dependencies: - html-escaper "^2.0.0" - istanbul-lib-report "^3.0.0" - -jest-changed-files@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-25.2.3.tgz#ad19deef9e47ba37efb432d2c9a67dfd97cc78af" - integrity sha512-EFxy94dvvbqRB36ezIPLKJ4fDIC+jAdNs8i8uTwFpaXd6H3LVc3ova1lNS4ZPWk09OCR2vq5kSdSQgar7zMORg== - dependencies: - "@jest/types" "^25.2.3" - execa "^3.2.0" - throat "^5.0.0" - -jest-cli@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-25.2.3.tgz#47e17240ce6d8ce824ca1a01468ea8824ec6b139" - integrity sha512-T7G0TOkFj0wr33ki5xoq3bxkKC+liwJfjV9SmYIKBozwh91W4YjL1o1dgVCUTB1+sKJa/DiAY0p+eXYE6v2RGw== - dependencies: - "@jest/core" "^25.2.3" - "@jest/test-result" "^25.2.3" - "@jest/types" "^25.2.3" - chalk "^3.0.0" - exit "^0.1.2" - import-local "^3.0.2" - is-ci "^2.0.0" - jest-config "^25.2.3" - jest-util "^25.2.3" - jest-validate "^25.2.3" - prompts "^2.0.1" - realpath-native "^2.0.0" - yargs "^15.3.1" - -jest-config@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-25.2.3.tgz#c304e91e2ba3763c04b38eafc26d30e5c41b48e8" - integrity sha512-UpTNxN8DgmLLCXFizGuvwIw+ZAPB0T3jbKaFEkzJdGqhSsQrVrk1lxhZNamaVIpWirM2ptYmqwUzvoobGCEkiQ== - dependencies: - "@babel/core" "^7.1.0" - "@jest/test-sequencer" "^25.2.3" - "@jest/types" "^25.2.3" - babel-jest "^25.2.3" - chalk "^3.0.0" - deepmerge "^4.2.2" - glob "^7.1.1" - jest-environment-jsdom "^25.2.3" - jest-environment-node "^25.2.3" - jest-get-type "^25.2.1" - jest-jasmine2 "^25.2.3" - jest-regex-util "^25.2.1" - jest-resolve "^25.2.3" - jest-util "^25.2.3" - jest-validate "^25.2.3" - micromatch "^4.0.2" - pretty-format "^25.2.3" - realpath-native "^2.0.0" - -jest-diff@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-25.2.3.tgz#54d601a0a754ef26e808a8c8dbadd278c215aa3f" - integrity sha512-VtZ6LAQtaQpFsmEzps15dQc5ELbJxy4L2DOSo2Ev411TUEtnJPkAMD7JneVypeMJQ1y3hgxN9Ao13n15FAnavg== - dependencies: - chalk "^3.0.0" - diff-sequences "^25.2.1" - jest-get-type "^25.2.1" - pretty-format "^25.2.3" - -jest-docblock@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-25.2.3.tgz#ac45280c43d59e7139f9fbe5896c6e0320c01ebb" - integrity sha512-d3/tmjLLrH5fpRGmIm3oFa3vOaD/IjPxtXVOrfujpfJ9y1tCDB1x/tvunmdOVAyF03/xeMwburl6ITbiQT1mVA== - dependencies: - detect-newline "^3.0.0" - -jest-each@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-25.2.3.tgz#64067ba1508ebbd07e9b126c173ab371e8e6309d" - integrity sha512-RTlmCjsBDK2c9T5oO4MqccA3/5Y8BUtiEy7OOQik1iyCgdnNdHbI0pNEpyapZPBG0nlvZ4mIu7aY6zNUvLraAQ== - dependencies: - "@jest/types" "^25.2.3" - chalk "^3.0.0" - jest-get-type "^25.2.1" - jest-util "^25.2.3" - pretty-format "^25.2.3" - -jest-environment-jsdom@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-25.2.3.tgz#f790f87c24878b219d1745f68343380c2d79ab01" - integrity sha512-TLg7nizxIYJafz6tOBAVSmO5Ekswf6Cf3Soseov+mgonXfdYi1I0OZlHlZMJb2fGyXem2ndYFCLrMkwcWPKAnQ== - dependencies: - "@jest/environment" "^25.2.3" - "@jest/fake-timers" "^25.2.3" - "@jest/types" "^25.2.3" - jest-mock "^25.2.3" - jest-util "^25.2.3" - jsdom "^15.2.1" - -jest-environment-node@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-25.2.3.tgz#e50a7e84bf7c7555216aa41aea1e48f53773318f" - integrity sha512-Tu/wlGXfoLtBR4Ym+isz58z3TJkMYX4VnFTkrsxaTGYAxNLN7ArCwL51Ki0WrMd89v+pbCLDj/hDjrb4a2sOrw== - dependencies: - "@jest/environment" "^25.2.3" - "@jest/fake-timers" "^25.2.3" - "@jest/types" "^25.2.3" - jest-mock "^25.2.3" - jest-util "^25.2.3" - semver "^6.3.0" - -jest-get-type@^25.2.1: - version "25.2.1" - resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-25.2.1.tgz#6c83de603c41b1627e6964da2f5454e6aa3c13a6" - integrity sha512-EYjTiqcDTCRJDcSNKbLTwn/LcDPEE7ITk8yRMNAOjEsN6yp+Uu+V1gx4djwnuj/DvWg0YGmqaBqPVGsPxlvE7w== - -jest-haste-map@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-25.2.3.tgz#2649392b5af191f0167a27bfb62e5d96d7eaaade" - integrity sha512-pAP22OHtPr4qgZlJJFks2LLgoQUr4XtM1a+F5UaPIZNiCRnePA0hM3L7aiJ0gzwiNIYwMTfKRwG/S1L28J3A3A== - dependencies: - "@jest/types" "^25.2.3" - anymatch "^3.0.3" - fb-watchman "^2.0.0" - graceful-fs "^4.2.3" - jest-serializer "^25.2.1" - jest-util "^25.2.3" - jest-worker "^25.2.1" - micromatch "^4.0.2" - sane "^4.0.3" - walker "^1.0.7" - which "^2.0.2" - optionalDependencies: - fsevents "^2.1.2" - -jest-jasmine2@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-25.2.3.tgz#a824c5dbe383c63d243aab5e64cc85ab65f87598" - integrity sha512-x9PEGPFdnkSwJj1UG4QxG9JxFdyP8fuJ/UfKXd/eSpK8w9x7MP3VaQDuPQF0UQhCT0YeOITEPkQyqS+ptt0suA== - dependencies: - "@babel/traverse" "^7.1.0" - "@jest/environment" "^25.2.3" - "@jest/source-map" "^25.2.1" - "@jest/test-result" "^25.2.3" - "@jest/types" "^25.2.3" - chalk "^3.0.0" - co "^4.6.0" - expect "^25.2.3" - is-generator-fn "^2.0.0" - jest-each "^25.2.3" - jest-matcher-utils "^25.2.3" - jest-message-util "^25.2.3" - jest-runtime "^25.2.3" - jest-snapshot "^25.2.3" - jest-util "^25.2.3" - pretty-format "^25.2.3" - throat "^5.0.0" - -jest-leak-detector@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-25.2.3.tgz#4cf39f137925e0061c04c24ca65cae36465f0238" - integrity sha512-yblCMPE7NJKl7778Cf/73yyFWAas5St0iiEBwq7RDyaz6Xd4WPFnPz2j7yDb/Qce71A1IbDoLADlcwD8zT74Aw== - dependencies: - jest-get-type "^25.2.1" - pretty-format "^25.2.3" - -jest-matcher-utils@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-25.2.3.tgz#59285bd6d6c810debc9caa585ed985e46a3f28fd" - integrity sha512-ZmiXiwQRVM9MoKjGMP5YsGGk2Th5ncyRxfXKz5AKsmU8m43kgNZirckVzaP61MlSa9LKmXbevdYqVp1ZKAw2Rw== - dependencies: - chalk "^3.0.0" - jest-diff "^25.2.3" - jest-get-type "^25.2.1" - pretty-format "^25.2.3" - -jest-message-util@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-25.2.3.tgz#a911c4e3af06df851cc6065d9a3119fd2a3aa240" - integrity sha512-DcyDmdO5LVIeS0ngRvd7rk701XL60dAakUeQJ1tQRby27fyLYXD+V0nqVaC194W7fIlohjVQOZPHmKXIjn+Byw== - dependencies: - "@babel/code-frame" "^7.0.0" - "@jest/test-result" "^25.2.3" - "@jest/types" "^25.2.3" - "@types/stack-utils" "^1.0.1" - chalk "^3.0.0" - micromatch "^4.0.2" - slash "^3.0.0" - stack-utils "^1.0.1" - -jest-mock@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-25.2.3.tgz#b37a581f59d61bd91db27a99bf7eb8b3e5e993d5" - integrity sha512-xlf+pyY0j47zoCs8zGGOGfWyxxLximE8YFOfEK8s4FruR8DtM/UjNj61um+iDuMAFEBDe1bhCXkqiKoCmWjJzg== - dependencies: - "@jest/types" "^25.2.3" - -jest-pnp-resolver@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.1.tgz#ecdae604c077a7fbc70defb6d517c3c1c898923a" - integrity sha512-pgFw2tm54fzgYvc/OHrnysABEObZCUNFnhjoRjaVOCN8NYc032/gVjPaHD4Aq6ApkSieWtfKAFQtmDKAmhupnQ== - -jest-regex-util@^25.2.1: - version "25.2.1" - resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-25.2.1.tgz#db64b0d15cd3642c93b7b9627801d7c518600584" - integrity sha512-wroFVJw62LdqTdkL508ZLV82FrJJWVJMIuYG7q4Uunl1WAPTf4ftPKrqqfec4SvOIlvRZUdEX2TFpWR356YG/w== - -jest-resolve-dependencies@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-25.2.3.tgz#cd4d9d068d5238dfbdfa45690f6e902b6413c2da" - integrity sha512-mcWlvjXLlNzgdE9EQxHuaeWICNxozanim87EfyvPwTY0ryWusFZbgF6F8u3E0syJ4FFSooEm0lQ6fgYcnPGAFw== - dependencies: - "@jest/types" "^25.2.3" - jest-regex-util "^25.2.1" - jest-snapshot "^25.2.3" - -jest-resolve@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-25.2.3.tgz#ababeaf2bb948cb6d2dea8453759116da0fb7842" - integrity sha512-1vZMsvM/DBH258PnpUNSXIgtzpYz+vCVCj9+fcy4akZl4oKbD+9hZSlfe9RIDpU0Fc28ozHQrmwX3EqFRRIHGg== - dependencies: - "@jest/types" "^25.2.3" - browser-resolve "^1.11.3" - chalk "^3.0.0" - jest-pnp-resolver "^1.2.1" - realpath-native "^2.0.0" - resolve "^1.15.1" - -jest-runner@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-25.2.3.tgz#88fb448a46cf4ee9194a3e3cf0adbc122e195adb" - integrity sha512-E+u2Zm2TmtTOFEbKs5jllLiV2fwiX77cYc08RdyYZNe/s06wQT3P47aV6a8Rv61L7E2Is7OmozLd0KI/DITRpg== - dependencies: - "@jest/console" "^25.2.3" - "@jest/environment" "^25.2.3" - "@jest/test-result" "^25.2.3" - "@jest/types" "^25.2.3" - chalk "^3.0.0" - exit "^0.1.2" - graceful-fs "^4.2.3" - jest-config "^25.2.3" - jest-docblock "^25.2.3" - jest-haste-map "^25.2.3" - jest-jasmine2 "^25.2.3" - jest-leak-detector "^25.2.3" - jest-message-util "^25.2.3" - jest-resolve "^25.2.3" - jest-runtime "^25.2.3" - jest-util "^25.2.3" - jest-worker "^25.2.1" - source-map-support "^0.5.6" - throat "^5.0.0" - -jest-runtime@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-25.2.3.tgz#1f0e9ba878a66538c3e9d58be97a6a12c877ed13" - integrity sha512-PZRFeUVF08N24v2G73SDF0b0VpLG7cRNOJ3ggj5TnArBVHkkrWzM3z7txB9OupWu7OO8bH/jFogk6sSjnHLFXQ== - dependencies: - "@jest/console" "^25.2.3" - "@jest/environment" "^25.2.3" - "@jest/source-map" "^25.2.1" - "@jest/test-result" "^25.2.3" - "@jest/transform" "^25.2.3" - "@jest/types" "^25.2.3" - "@types/yargs" "^15.0.0" - chalk "^3.0.0" - collect-v8-coverage "^1.0.0" - exit "^0.1.2" - glob "^7.1.3" - graceful-fs "^4.2.3" - jest-config "^25.2.3" - jest-haste-map "^25.2.3" - jest-message-util "^25.2.3" - jest-mock "^25.2.3" - jest-regex-util "^25.2.1" - jest-resolve "^25.2.3" - jest-snapshot "^25.2.3" - jest-util "^25.2.3" - jest-validate "^25.2.3" - realpath-native "^2.0.0" - slash "^3.0.0" - strip-bom "^4.0.0" - yargs "^15.3.1" - -jest-serializer@^25.2.1: - version "25.2.1" - resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-25.2.1.tgz#51727a5fc04256f461abe0fa024a022ba165877a" - integrity sha512-fibDi7M5ffx6c/P66IkvR4FKkjG5ldePAK1WlbNoaU4GZmIAkS9Le/frAwRUFEX0KdnisSPWf+b1RC5jU7EYJQ== - -jest-snapshot@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-25.2.3.tgz#2d432fcf9e7f1f7eb3e5012ffcce8035794b76ae" - integrity sha512-HlFVbE6vOZ541mtkwjuAe0rfx9EWhB+QXXneLNOP/s3LlHxGQtX7WFXY5OiH4CkAnCc6BpzLNYS9nfINNRb4Zg== - dependencies: - "@babel/types" "^7.0.0" - "@jest/types" "^25.2.3" - "@types/prettier" "^1.19.0" - chalk "^3.0.0" - expect "^25.2.3" - jest-diff "^25.2.3" - jest-get-type "^25.2.1" - jest-matcher-utils "^25.2.3" - jest-message-util "^25.2.3" - jest-resolve "^25.2.3" - make-dir "^3.0.0" - natural-compare "^1.4.0" - pretty-format "^25.2.3" - semver "^6.3.0" - -jest-util@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-25.2.3.tgz#0abf95a1d6b96f2de5a3ecd61b36c40a182dc256" - integrity sha512-7tWiMICVSo9lNoObFtqLt9Ezt5exdFlWs5fLe1G4XLY2lEbZc814cw9t4YHScqBkWMfzth8ASHKlYBxiX2rdCw== - dependencies: - "@jest/types" "^25.2.3" - chalk "^3.0.0" - is-ci "^2.0.0" - make-dir "^3.0.0" - -jest-validate@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-25.2.3.tgz#ecb0f093cf8ae71d15075fb48439b6f78f1fcb5a" - integrity sha512-GObn91jzU0B0Bv4cusAwjP6vnWy78hJUM8MOSz7keRfnac/ZhQWIsUjvk01IfeXNTemCwgR57EtdjQMzFZGREg== - dependencies: - "@jest/types" "^25.2.3" - camelcase "^5.3.1" - chalk "^3.0.0" - jest-get-type "^25.2.1" - leven "^3.1.0" - pretty-format "^25.2.3" - -jest-watcher@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-25.2.3.tgz#a494fe3ddb62da62b0e697abfea457de8f388f1f" - integrity sha512-F6ERbdvJk8nbaRon9lLQVl4kp+vToCCHmy+uWW5QQ8/8/g2jkrZKJQnlQINrYQp0ewg31Bztkhs4nxsZMx6wDg== - dependencies: - "@jest/test-result" "^25.2.3" - "@jest/types" "^25.2.3" - ansi-escapes "^4.2.1" - chalk "^3.0.0" - jest-util "^25.2.3" - string-length "^3.1.0" - -jest-worker@24.9.0: - version "24.9.0" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-24.9.0.tgz#5dbfdb5b2d322e98567898238a9697bcce67b3e5" - integrity sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw== - dependencies: - merge-stream "^2.0.0" - supports-color "^6.1.0" - -jest-worker@^25.2.1: - version "25.2.1" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-25.2.1.tgz#209617015c768652646aa33a7828cc2ab472a18a" - integrity sha512-IHnpekk8H/hCUbBlfeaPZzU6v75bqwJp3n4dUrQuQOAgOneI4tx3jV2o8pvlXnDfcRsfkFIUD//HWXpCmR+evQ== - dependencies: - merge-stream "^2.0.0" - supports-color "^7.0.0" - -jest@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/jest/-/jest-25.2.3.tgz#0cc9b35192f236fe1d5e76ed8eb3a54e7e0ee2e0" - integrity sha512-UbUmyGeZt0/sCIj/zsWOY0qFfQsx2qEFIZp0iEj8yVH6qASfR22fJOf12gFuSPsdSufam+llZBB0MdXWCg6EEQ== - dependencies: - "@jest/core" "^25.2.3" - import-local "^3.0.2" - jest-cli "^25.2.3" - -js-base64@^2.1.8: - version "2.5.1" - resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.5.1.tgz#1efa39ef2c5f7980bb1784ade4a8af2de3291121" - integrity sha512-M7kLczedRMYX4L8Mdh4MzyAMM9O5osx+4FcOQuTvr3A9F2D9S5JXheN0ewNbrvK2UatkTRhL5ejGmGSjNMiZuw== - -js-levenshtein@^1.1.3: - version "1.1.6" - resolved "https://registry.yarnpkg.com/js-levenshtein/-/js-levenshtein-1.1.6.tgz#c6cee58eb3550372df8deb85fad5ce66ce01d59d" - integrity sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g== - -"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" - integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - -js-tokens@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b" - integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls= - -js-yaml@^3.13.1: - version "3.13.1" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847" - integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw== - dependencies: - argparse "^1.0.7" - esprima "^4.0.0" - -jsbn@~0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" - integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= - -jsdom@^15.2.1: - version "15.2.1" - resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-15.2.1.tgz#d2feb1aef7183f86be521b8c6833ff5296d07ec5" - integrity sha512-fAl1W0/7T2G5vURSyxBzrJ1LSdQn6Tr5UX/xD4PXDx/PDgwygedfW6El/KIj3xJ7FU61TTYnc/l/B7P49Eqt6g== - dependencies: - abab "^2.0.0" - acorn "^7.1.0" - acorn-globals "^4.3.2" - array-equal "^1.0.0" - cssom "^0.4.1" - cssstyle "^2.0.0" - data-urls "^1.1.0" - domexception "^1.0.1" - escodegen "^1.11.1" - html-encoding-sniffer "^1.0.2" - nwsapi "^2.2.0" - parse5 "5.1.0" - pn "^1.1.0" - request "^2.88.0" - request-promise-native "^1.0.7" - saxes "^3.1.9" - symbol-tree "^3.2.2" - tough-cookie "^3.0.1" - w3c-hr-time "^1.0.1" - w3c-xmlserializer "^1.1.2" - webidl-conversions "^4.0.2" - whatwg-encoding "^1.0.5" - whatwg-mimetype "^2.3.0" - whatwg-url "^7.0.0" - ws "^7.0.0" - xml-name-validator "^3.0.0" - -jsesc@^2.5.1: - version "2.5.2" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" - integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== - -jsesc@~0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" - integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= - -json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" - integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== - -json-schema-traverse@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" - integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== - -json-schema-typed@^7.0.0: - version "7.0.3" - resolved "https://registry.yarnpkg.com/json-schema-typed/-/json-schema-typed-7.0.3.tgz#23ff481b8b4eebcd2ca123b4fa0409e66469a2d9" - integrity sha512-7DE8mpG+/fVw+dTpjbxnx47TaMnDfOI1jwft9g1VybltZCduyRQPJPvc+zzKY9WPHxhPWczyFuYa6I8Mw4iU5A== - -json-schema@0.2.3: - version "0.2.3" - resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" - integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= - -json-stringify-safe@~5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" - integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= - -json5@2.1.1, json5@^2.1.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.1.tgz#81b6cb04e9ba496f1c7005d07b4368a2638f90b6" - integrity sha512-l+3HXD0GEI3huGq1njuqtzYK8OYJyXMkOLtQ53pjWh89tvWS2h6l+1zMkYWqlb57+SiQodKZyvMEFb2X+KrFhQ== - dependencies: - minimist "^1.2.0" - -json5@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe" - integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== - dependencies: - minimist "^1.2.0" - -json5@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.2.tgz#43ef1f0af9835dd624751a6b7fa48874fb2d608e" - integrity sha512-MoUOQ4WdiN3yxhm7NEVJSJrieAo5hNSLQ5sj05OTRHPL9HOBy8u4Bu88jsC1jvqAdN+E1bJmsUcZH+1HQxliqQ== - dependencies: - minimist "^1.2.5" - -jsonfile@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" - integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= - optionalDependencies: - graceful-fs "^4.1.6" - -jsonwebtoken@8.5.1: - version "8.5.1" - resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d" - integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w== - dependencies: - jws "^3.2.2" - lodash.includes "^4.3.0" - lodash.isboolean "^3.0.3" - lodash.isinteger "^4.0.4" - lodash.isnumber "^3.0.3" - lodash.isplainobject "^4.0.6" - lodash.isstring "^4.0.1" - lodash.once "^4.0.0" - ms "^2.1.1" - semver "^5.6.0" - -jsprim@^1.2.2: - version "1.4.1" - resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" - integrity sha1-MT5mvB5cwG5Di8G3SZwuXFastqI= - dependencies: - assert-plus "1.0.0" - extsprintf "1.3.0" - json-schema "0.2.3" - verror "1.10.0" - -jwa@^1.4.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a" - integrity sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA== - dependencies: - buffer-equal-constant-time "1.0.1" - ecdsa-sig-formatter "1.0.11" - safe-buffer "^5.0.1" - -jws@^3.2.2: - version "3.2.2" - resolved "https://registry.yarnpkg.com/jws/-/jws-3.2.2.tgz#001099f3639468c9414000e99995fa52fb478304" - integrity sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA== - dependencies: - jwa "^1.4.1" - safe-buffer "^5.0.1" - -kind-of@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-2.0.1.tgz#018ec7a4ce7e3a86cb9141be519d24c8faa981b5" - integrity sha1-AY7HpM5+OobLkUG+UZ0kyPqpgbU= - dependencies: - is-buffer "^1.0.2" - -kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0, kind-of@^3.2.2: - version "3.2.2" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" - integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= - dependencies: - is-buffer "^1.1.5" - -kind-of@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" - integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc= - dependencies: - is-buffer "^1.1.5" - -kind-of@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d" - integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== - -kind-of@^6.0.0, kind-of@^6.0.2: - version "6.0.3" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" - integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== - -kleur@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" - integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== - -launch-editor@2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.2.1.tgz#871b5a3ee39d6680fcc26d37930b6eeda89db0ca" - integrity sha512-On+V7K2uZK6wK7x691ycSUbLD/FyKKelArkbaAMSSJU8JmqmhwN2+mnJDNINuJWSrh2L0kDk+ZQtbC/gOWUwLw== - dependencies: - chalk "^2.3.0" - shell-quote "^1.6.1" - -lazy-cache@^0.2.3: - version "0.2.7" - resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-0.2.7.tgz#7feddf2dcb6edb77d11ef1d117ab5ffdf0ab1b65" - integrity sha1-f+3fLctu23fRHvHRF6tf/fCrG2U= - -lazy-cache@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-1.0.4.tgz#a1d78fc3a50474cb80845d3b3b6e1da49a446e8e" - integrity sha1-odePw6UEdMuAhF07O24dpJpEbo4= - -lcid@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835" - integrity sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU= - dependencies: - invert-kv "^1.0.0" - -leven@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" - integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== - -levenary@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/levenary/-/levenary-1.1.1.tgz#842a9ee98d2075aa7faeedbe32679e9205f46f77" - integrity sha512-mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ== - dependencies: - leven "^3.1.0" - -levn@~0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee" - integrity sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4= - dependencies: - prelude-ls "~1.1.2" - type-check "~0.3.2" - -lines-and-columns@^1.1.6: - version "1.1.6" - resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" - integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= - -load-json-file@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" - 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" - -load-json-file@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-2.0.0.tgz#7947e42149af80d696cbf797bcaabcfe1fe29ca8" - 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" - -loader-runner@^2.3.1, loader-runner@^2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357" - integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw== - -loader-utils@1.2.3, loader-utils@^1.0.1, loader-utils@^1.0.2, loader-utils@^1.1.0, loader-utils@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7" - integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA== - dependencies: - big.js "^5.2.2" - emojis-list "^2.0.0" - json5 "^1.0.1" - -loader-utils@2.0.0, loader-utils@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0" - integrity sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ== - dependencies: - big.js "^5.2.2" - emojis-list "^3.0.0" - json5 "^2.1.2" - -locate-path@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" - integrity sha1-K1aLJl7slExtnA3pw9u7ygNUzY4= - dependencies: - p-locate "^2.0.0" - path-exists "^3.0.0" - -locate-path@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e" - integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== - dependencies: - p-locate "^3.0.0" - path-exists "^3.0.0" - -locate-path@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0" - integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== - dependencies: - p-locate "^4.1.0" - -lodash._reinterpolate@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d" - integrity sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0= - -lodash.camelcase@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6" - integrity sha1-soqmKIorn8ZRA1x3EfZathkDMaY= - -lodash.curry@4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/lodash.curry/-/lodash.curry-4.1.1.tgz#248e36072ede906501d75966200a86dab8b23170" - integrity sha1-JI42By7ekGUB11lmIAqG2riyMXA= - -lodash.includes@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f" - integrity sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8= - -lodash.isboolean@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6" - integrity sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY= - -lodash.isinteger@^4.0.4: - version "4.0.4" - resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343" - integrity sha1-YZwK89A/iwTDH1iChAt3sRzWg0M= - -lodash.isnumber@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc" - integrity sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w= - -lodash.isplainobject@^4.0.6: - version "4.0.6" - resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" - integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs= - -lodash.isstring@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451" - integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE= - -lodash.once@^4.0.0: - version "4.1.1" - resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac" - integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w= - -lodash.sortby@^4.7.0: - version "4.7.0" - resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" - integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg= - -lodash.tail@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/lodash.tail/-/lodash.tail-4.1.1.tgz#d2333a36d9e7717c8ad2f7cacafec7c32b444664" - integrity sha1-0jM6NtnncXyK0vfKyv7HwytERmQ= - -lodash.template@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab" - integrity sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A== - dependencies: - lodash._reinterpolate "^3.0.0" - lodash.templatesettings "^4.0.0" - -lodash.templatesettings@^4.0.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz#e481310f049d3cf6d47e912ad09313b154f0fb33" - integrity sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ== - dependencies: - lodash._reinterpolate "^3.0.0" - -lodash.uniq@4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" - integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= - -lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4, lodash@~4.17.10: - version "4.17.15" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" - integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== - -log-symbols@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a" - integrity sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg== - dependencies: - chalk "^2.0.1" - -lolex@^5.0.0: - version "5.1.2" - resolved "https://registry.yarnpkg.com/lolex/-/lolex-5.1.2.tgz#953694d098ce7c07bc5ed6d0e42bc6c0c6d5a367" - integrity sha512-h4hmjAvHTmd+25JSwrtTIuwbKdwg5NzZVRMLn9saij4SZaepCrTCxPr35H/3bjwfMJtN+t3CX8672UIkglz28A== - dependencies: - "@sinonjs/commons" "^1.7.0" - -loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" - integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== - dependencies: - js-tokens "^3.0.0 || ^4.0.0" - -loud-rejection@^1.0.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f" - integrity sha1-W0b4AUft7leIcPCG0Eghz5mOVR8= - dependencies: - currently-unhandled "^0.4.1" - signal-exit "^3.0.0" - -lru-cache@5.1.1, lru-cache@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" - integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== - dependencies: - yallist "^3.0.2" - -lru-cache@^4.0.1: - version "4.1.5" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd" - integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g== - dependencies: - pseudomap "^1.0.2" - yallist "^2.1.2" - -make-dir@^1.0.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c" - integrity sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ== - dependencies: - pify "^3.0.0" - -make-dir@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5" - integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== - dependencies: - pify "^4.0.1" - semver "^5.6.0" - -make-dir@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.0.0.tgz#1b5f39f6b9270ed33f9f054c5c0f84304989f801" - integrity sha512-grNJDhb8b1Jm1qeqW5R/O63wUo4UXo2v2HMic6YT9i/HBlF93S8jkMgH7yugvY9ABDShH4VZMn8I+U8+fCNegw== - dependencies: - semver "^6.0.0" - -makeerror@1.0.x: - version "1.0.11" - resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.11.tgz#e01a5c9109f2af79660e4e8b9587790184f5a96c" - integrity sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw= - dependencies: - tmpl "1.0.x" - -mamacro@^0.0.3: - version "0.0.3" - resolved "https://registry.yarnpkg.com/mamacro/-/mamacro-0.0.3.tgz#ad2c9576197c9f1abf308d0787865bd975a3f3e4" - integrity sha512-qMEwh+UujcQ+kbz3T6V+wAmO2U8veoq2w+3wY8MquqwVA3jChfwY+Tk52GZKDfACEPjuZ7r2oJLejwpt8jtwTA== - -map-cache@^0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" - integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= - -map-obj@^1.0.0, map-obj@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" - integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0= - -map-visit@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" - integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= - dependencies: - object-visit "^1.0.0" - -markdown-escapes@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.3.tgz#6155e10416efaafab665d466ce598216375195f5" - integrity sha512-XUi5HJhhV5R74k8/0H2oCbCiYf/u4cO/rX8tnGkRvrqhsr5BRNU6Mg0yt/8UIx1iIS8220BNJsDb7XnILhLepw== - -md5.js@^1.3.4: - version "1.3.5" - resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f" - integrity sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg== - dependencies: - hash-base "^3.0.0" - inherits "^2.0.1" - safe-buffer "^5.1.2" - -mdast-squeeze-paragraphs@^3.0.0: - version "3.0.5" - resolved "https://registry.yarnpkg.com/mdast-squeeze-paragraphs/-/mdast-squeeze-paragraphs-3.0.5.tgz#f428b6b944f8faef454db9b58f170c4183cb2e61" - integrity sha512-xX6Vbe348Y/rukQlG4W3xH+7v4ZlzUbSY4HUIQCuYrF2DrkcHx584mCaFxkWoDZKNUfyLZItHC9VAqX3kIP7XA== - dependencies: - unist-util-remove "^1.0.0" - -mdast-util-definitions@^1.2.0: - version "1.2.5" - resolved "https://registry.yarnpkg.com/mdast-util-definitions/-/mdast-util-definitions-1.2.5.tgz#3fe622a4171c774ebd06f11e9f8af7ec53ea5c74" - integrity sha512-CJXEdoLfiISCDc2JB6QLb79pYfI6+GcIH+W2ox9nMc7od0Pz+bovcHsiq29xAQY6ayqe/9CsK2VzkSJdg1pFYA== - dependencies: - unist-util-visit "^1.0.0" - -mdast-util-to-hast@7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-7.0.0.tgz#589b562ce1ae0a7849e6c38536a9e7bc4f415e54" - integrity sha512-vxnXKSZgvPG2grZM3kxaF052pxsLtq8TPAkiMkqYj1nFTOazYUPXt3LFYIEB6Ws/IX7Uyvljzk64kD6DwZl/wQ== - dependencies: - collapse-white-space "^1.0.0" - detab "^2.0.0" - mdast-util-definitions "^1.2.0" - mdurl "^1.0.1" - trim-lines "^1.0.0" - unist-builder "^2.0.0" - unist-util-generated "^1.0.0" - unist-util-position "^3.0.0" - unist-util-visit "^2.0.0" - -mdn-data@2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b" - integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== - -mdurl@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e" - integrity sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4= - -memory-fs@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552" - integrity sha1-OpoguEYlI+RHz7x+i7gO1me/xVI= - dependencies: - errno "^0.1.3" - readable-stream "^2.0.1" - -memory-fs@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.5.0.tgz#324c01288b88652966d161db77838720845a8e3c" - integrity sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA== - dependencies: - errno "^0.1.3" - readable-stream "^2.0.1" - -meow@^3.7.0: - version "3.7.0" - resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb" - 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" - -merge-deep@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/merge-deep/-/merge-deep-3.0.2.tgz#f39fa100a4f1bd34ff29f7d2bf4508fbb8d83ad2" - integrity sha512-T7qC8kg4Zoti1cFd8Cr0M+qaZfOwjlPDEdZIIPPB2JZctjaPM4fX+i7HOId69tAti2fvO6X5ldfYUONDODsrkA== - dependencies: - arr-union "^3.1.0" - clone-deep "^0.2.4" - kind-of "^3.0.2" - -merge-stream@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" - integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== - -microevent.ts@~0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/microevent.ts/-/microevent.ts-0.1.1.tgz#70b09b83f43df5172d0205a63025bce0f7357fa0" - integrity sha512-jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g== - -micromatch@^3.1.10, micromatch@^3.1.4: - version "3.1.10" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" - 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" - -micromatch@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259" - integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== - dependencies: - braces "^3.0.1" - picomatch "^2.0.5" - -miller-rabin@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d" - integrity sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA== - dependencies: - bn.js "^4.0.0" - brorand "^1.0.1" - -mime-db@1.43.0, "mime-db@>= 1.43.0 < 2": - version "1.43.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.43.0.tgz#0a12e0502650e473d735535050e7c8f4eb4fae58" - integrity sha512-+5dsGEEovYbT8UY9yD7eE4XTc4UwJ1jBYlgaQQF38ENsKR3wj/8q8RFZrF9WIZpB2V1ArTVFUva8sAul1NzRzQ== - -mime-db@~1.33.0: - version "1.33.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.33.0.tgz#a3492050a5cb9b63450541e39d9788d2272783db" - integrity sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ== - -mime-types@2.1.18: - version "2.1.18" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.18.tgz#6f323f60a83d11146f831ff11fd66e2fe5503bb8" - integrity sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ== - dependencies: - mime-db "~1.33.0" - -mime-types@^2.1.12, mime-types@~2.1.19, mime-types@~2.1.24: - version "2.1.26" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.26.tgz#9c921fc09b7e149a65dfdc0da4d20997200b0a06" - integrity sha512-01paPWYgLrkqAyrlDorC1uDwl2p3qZT7yl806vW7DvDoxwXi46jsjFbg+WdwotBIk6/MbEhO/dh5aZ5sNj/dWQ== - dependencies: - mime-db "1.43.0" - -mime@1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" - integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== - -mime@^2.4.2: - version "2.4.4" - resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.4.tgz#bd7b91135fc6b01cde3e9bae33d659b63d8857e5" - integrity sha512-LRxmNwziLPT828z+4YkNzloCFC2YM4wrB99k+AV5ZbEyfGNWfG8SO1FUXLmLDBSo89NrJZ4DIWeLjy1CHGhMGA== - -mimic-fn@^1.0.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022" - integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ== - -mimic-fn@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" - integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== - -mini-css-extract-plugin@0.4.3: - version "0.4.3" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.3.tgz#98d60fcc5d228c3e36a9bd15a1d6816d6580beb8" - integrity sha512-Mxs0nxzF1kxPv4TRi2NimewgXlJqh0rGE30vviCU2WHrpbta6wklnUV9dr9FUtoAHmB3p3LeXEC+ZjgHvB0Dzg== - dependencies: - loader-utils "^1.1.0" - schema-utils "^1.0.0" - webpack-sources "^1.1.0" - -mini-css-extract-plugin@0.8.0: - version "0.8.0" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz#81d41ec4fe58c713a96ad7c723cdb2d0bd4d70e1" - integrity sha512-MNpRGbNA52q6U92i0qbVpQNsgk7LExy41MdAlG84FeytfDOtRIf/mCHdEgG8rpTKOaNKiqUnZdlptF469hxqOw== - dependencies: - loader-utils "^1.1.0" - normalize-url "1.9.1" - schema-utils "^1.0.0" - webpack-sources "^1.1.0" - -minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" - integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== - -minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" - integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= - -minimatch@3.0.4, minimatch@^3.0.4, minimatch@~3.0.2: - version "3.0.4" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" - integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== - dependencies: - brace-expansion "^1.1.7" - -minimist@0.0.8: - version "0.0.8" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" - integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0= - -minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" - integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ= - -minimist@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== - -mississippi@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-3.0.0.tgz#ea0a3291f97e0b5e8776b363d5f0a12d94c67022" - 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" - -mixin-deep@^1.2.0: - version "1.3.2" - resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" - integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== - dependencies: - for-in "^1.0.2" - is-extendable "^1.0.1" - -mixin-object@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/mixin-object/-/mixin-object-2.0.1.tgz#4fb949441dab182540f1fe035ba60e1947a5e57e" - integrity sha1-T7lJRB2rGCVA8f4DW6YOGUel5X4= - dependencies: - for-in "^0.1.3" - is-extendable "^0.1.1" - -"mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1: - version "0.5.1" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" - integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM= - dependencies: - minimist "0.0.8" - -move-concurrently@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92" - 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" - -ms@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" - integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= - -ms@2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" - integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== - -ms@^2.1.1: - version "2.1.2" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" - integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== - -nan@^2.12.1, nan@^2.13.2: - version "2.14.0" - resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c" - integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg== - -nanomatch@^1.2.9: - version "1.2.13" - resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" - 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" - -native-url@0.2.6: - version "0.2.6" - resolved "https://registry.yarnpkg.com/native-url/-/native-url-0.2.6.tgz#ca1258f5ace169c716ff44eccbddb674e10399ae" - integrity sha512-k4bDC87WtgrdD362gZz6zoiXQrl40kYlBmpfmSjwRO1VU0V5ccwJTlxuE72F6m3V0vc1xOf6n3UCP9QyerRqmA== - dependencies: - querystring "^0.2.0" - -natural-compare@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" - integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= - -negotiator@0.6.2: - version "0.6.2" - resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb" - integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== - -neo-async@^2.5.0, neo-async@^2.6.0, neo-async@^2.6.1: - version "2.6.1" - resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c" - integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw== - -next-tick@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c" - integrity sha1-yobR/ogoFpsBICCOPchCS524NCw= - -next@^9.3.2: - version "9.3.2" - resolved "https://registry.yarnpkg.com/next/-/next-9.3.2.tgz#fabf907f5397ae3581d4227789f625533fb4e64e" - integrity sha512-KVNnnFyvtO1DwSEyMgt3wtxpkprnGCldEOyMXbt9Zxf8RcCw3YnRImbg8mVgrcXJRzkQpve4bdJKYY5MVwT/RA== - dependencies: - "@ampproject/toolbox-optimizer" "2.0.1" - "@babel/core" "7.7.2" - "@babel/plugin-proposal-class-properties" "7.7.0" - "@babel/plugin-proposal-nullish-coalescing-operator" "7.7.4" - "@babel/plugin-proposal-numeric-separator" "7.8.3" - "@babel/plugin-proposal-object-rest-spread" "7.6.2" - "@babel/plugin-proposal-optional-chaining" "7.7.4" - "@babel/plugin-syntax-bigint" "7.8.3" - "@babel/plugin-syntax-dynamic-import" "7.2.0" - "@babel/plugin-transform-modules-commonjs" "7.7.0" - "@babel/plugin-transform-runtime" "7.6.2" - "@babel/preset-env" "7.7.1" - "@babel/preset-modules" "0.1.1" - "@babel/preset-react" "7.7.0" - "@babel/preset-typescript" "7.7.2" - "@babel/runtime" "7.7.2" - "@babel/types" "7.7.4" - "@next/polyfill-nomodule" "9.3.2" - amphtml-validator "1.0.30" - async-retry "1.2.3" - async-sema "3.0.0" - autodll-webpack-plugin "0.4.2" - babel-core "7.0.0-bridge.0" - babel-loader "8.0.6" - babel-plugin-syntax-jsx "6.18.0" - babel-plugin-transform-define "2.0.0" - babel-plugin-transform-react-remove-prop-types "0.4.24" - browserslist "4.8.3" - cache-loader "4.1.0" - chalk "2.4.2" - ci-info "2.0.0" - compression "1.7.4" - conf "5.0.0" - content-type "1.0.4" - cookie "0.4.0" - css-loader "3.3.0" - cssnano-simple "1.0.0" - devalue "2.0.1" - escape-string-regexp "2.0.0" - etag "1.8.1" - file-loader "4.2.0" - finally-polyfill "0.1.0" - find-up "4.0.0" - fork-ts-checker-webpack-plugin "3.1.1" - fresh "0.5.2" - gzip-size "5.1.1" - http-proxy "1.18.0" - ignore-loader "0.1.2" - is-docker "2.0.0" - is-wsl "2.1.1" - jest-worker "24.9.0" - json5 "2.1.1" - jsonwebtoken "8.5.1" - launch-editor "2.2.1" - loader-utils "2.0.0" - lodash.curry "4.1.1" - lru-cache "5.1.1" - mini-css-extract-plugin "0.8.0" - native-url "0.2.6" - node-fetch "2.6.0" - ora "3.4.0" - path-to-regexp "6.1.0" - pnp-webpack-plugin "1.5.0" - postcss-flexbugs-fixes "4.2.0" - postcss-loader "3.0.0" - postcss-preset-env "6.7.0" - prop-types "15.7.2" - prop-types-exact "1.2.0" - raw-body "2.4.0" - react-error-overlay "5.1.6" - react-is "16.8.6" - recast "0.18.5" - resolve-url-loader "3.1.1" - sass-loader "8.0.2" - send "0.17.1" - source-map "0.6.1" - string-hash "1.1.3" - strip-ansi "5.2.0" - style-loader "1.0.0" - styled-jsx "3.2.5" - terser "4.4.2" - thread-loader "2.1.3" - unfetch "4.1.0" - url "0.11.0" - use-subscription "1.1.1" - watchpack "2.0.0-beta.13" - webpack "4.42.0" - webpack-dev-middleware "3.7.0" - webpack-hot-middleware "2.25.0" - webpack-sources "1.4.3" - -nice-try@^1.0.4: - version "1.0.5" - resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" - integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== - -node-fetch@2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" - integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA== - -node-gyp@^3.8.0: - version "3.8.0" - resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-3.8.0.tgz#540304261c330e80d0d5edce253a68cb3964218c" - 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" - -node-int64@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" - integrity sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs= - -node-libs-browser@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz#b64f513d18338625f90346d27b0d235e631f6425" - 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-regexp@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz#8d9dbe28964a4ac5712e9131642107c71e90ec40" - integrity sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA= - -node-notifier@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-6.0.0.tgz#cea319e06baa16deec8ce5cd7f133c4a46b68e12" - integrity sha512-SVfQ/wMw+DesunOm5cKqr6yDcvUTDl/yc97ybGHMrteNEY6oekXpNpS3lZwgLlwz0FLgHoiW28ZpmBHUDg37cw== - dependencies: - growly "^1.3.0" - is-wsl "^2.1.1" - semver "^6.3.0" - shellwords "^0.1.1" - which "^1.3.1" - -node-releases@^1.1.44: - version "1.1.45" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.45.tgz#4cf7e9175d71b1317f15ffd68ce63bce1d53e9f2" - integrity sha512-cXvGSfhITKI8qsV116u2FTzH5EWZJfgG7d4cpqwF8I8+1tWpD6AsvvGRKq2onR0DNj1jfqsjkXZsm14JMS7Cyg== - dependencies: - semver "^6.3.0" - -node-releases@^1.1.52: - version "1.1.53" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.53.tgz#2d821bfa499ed7c5dffc5e2f28c88e78a08ee3f4" - integrity sha512-wp8zyQVwef2hpZ/dJH7SfSrIPD6YoJz6BDQDpGEkcA0s3LpAQoxBIYmfIq6QAhC1DhwsyCgTaTTcONwX8qzCuQ== - -node-sass@^4.13.1: - version "4.13.1" - resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.13.1.tgz#9db5689696bb2eec2c32b98bfea4c7a2e992d0a3" - integrity sha512-TTWFx+ZhyDx1Biiez2nB0L3YrCZ/8oHagaDalbuBSlqXgUPsdkUSzJsVxeDO9LtPB49+Fh3WQl3slABo6AotNw== - 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.4" - stdout-stream "^1.4.0" - "true-case-path" "^1.0.2" - -"nopt@2 || 3": - version "3.0.6" - resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9" - integrity sha1-xkZdvwirzU2zWTF/eaxopkayj/k= - dependencies: - abbrev "1" - -normalize-html-whitespace@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/normalize-html-whitespace/-/normalize-html-whitespace-1.0.0.tgz#5e3c8e192f1b06c3b9eee4b7e7f28854c7601e34" - integrity sha512-9ui7CGtOOlehQu0t/OhhlmDyc71mKVlv+4vF+me4iZLPrNtRL2xoquEdfZxasC/bdQi/Hr3iTrpyRKIG+ocabA== - -normalize-package-data@^2.3.2, normalize-package-data@^2.3.4: - version "2.5.0" - resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" - 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" - -normalize-path@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" - integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= - dependencies: - remove-trailing-separator "^1.0.1" - -normalize-path@^3.0.0, normalize-path@~3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" - integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== - -normalize-range@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942" - integrity sha1-LRDAa9/TEuqXd2laTShDlFa3WUI= - -normalize-url@1.9.1, normalize-url@^1.0.0: - version "1.9.1" - resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-1.9.1.tgz#2cc0d66b31ea23036458436e3620d85954c66c3c" - integrity sha1-LMDWazHqIwNkWENuNiDYWVTGbDw= - dependencies: - object-assign "^4.0.1" - prepend-http "^1.0.0" - query-string "^4.1.0" - sort-keys "^1.0.0" - -npm-run-path@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" - integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8= - dependencies: - path-key "^2.0.0" - -npm-run-path@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea" - integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== - dependencies: - path-key "^3.0.0" - -"npmlog@0 || 1 || 2 || 3 || 4", npmlog@^4.0.0: - version "4.1.2" - resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b" - 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" - -nth-check@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c" - integrity sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg== - dependencies: - boolbase "~1.0.0" - -num2fraction@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede" - integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4= - -number-is-nan@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" - integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= - -nwsapi@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.0.tgz#204879a9e3d068ff2a55139c2c772780681a38b7" - integrity sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ== - -oauth-sign@~0.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" - integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== - -object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" - integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= - -object-copy@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" - integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw= - dependencies: - copy-descriptor "^0.1.0" - define-property "^0.2.5" - kind-of "^3.0.3" - -object-inspect@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67" - integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw== - -object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" - integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== - -object-path@0.11.4: - version "0.11.4" - resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.11.4.tgz#370ae752fbf37de3ea70a861c23bba8915691949" - integrity sha1-NwrnUvvzfePqcKhhwju6iRVpGUk= - -object-visit@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" - integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= - dependencies: - isobject "^3.0.0" - -object.assign@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da" - integrity sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w== - dependencies: - define-properties "^1.1.2" - function-bind "^1.1.1" - has-symbols "^1.0.0" - object-keys "^1.0.11" - -object.getownpropertydescriptors@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz#369bf1f9592d8ab89d712dced5cb81c7c5352649" - integrity sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" - -object.pick@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" - integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= - dependencies: - isobject "^3.0.1" - -object.values@^1.1.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e" - integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.17.0-next.1" - function-bind "^1.1.1" - has "^1.0.3" - -on-finished@~2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" - integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= - dependencies: - ee-first "1.1.1" - -on-headers@~1.0.1, on-headers@~1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f" - integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA== - -once@^1.3.0, once@^1.3.1, once@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" - integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= - dependencies: - wrappy "1" - -onetime@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4" - integrity sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ= - dependencies: - mimic-fn "^1.0.0" - -onetime@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.0.tgz#fff0f3c91617fe62bb50189636e99ac8a6df7be5" - integrity sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q== - dependencies: - mimic-fn "^2.1.0" - -optionator@^0.8.1: - version "0.8.3" - resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495" - 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" - -ora@3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/ora/-/ora-3.4.0.tgz#bf0752491059a3ef3ed4c85097531de9fdbcd318" - integrity sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg== - dependencies: - chalk "^2.4.2" - cli-cursor "^2.1.0" - cli-spinners "^2.0.0" - log-symbols "^2.2.0" - strip-ansi "^5.2.0" - wcwidth "^1.0.1" - -os-browserify@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27" - integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc= - -os-homedir@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" - integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= - -os-locale@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-1.4.0.tgz#20f9f17ae29ed345e8bde583b13d2009803c14d9" - integrity sha1-IPnxeuKe00XoveWDsT0gCYA8FNk= - dependencies: - lcid "^1.0.0" - -os-tmpdir@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" - integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= - -osenv@0: - version "0.1.5" - resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410" - integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== - dependencies: - os-homedir "^1.0.0" - os-tmpdir "^1.0.0" - -p-each-series@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-2.1.0.tgz#961c8dd3f195ea96c747e636b262b800a6b1af48" - integrity sha512-ZuRs1miPT4HrjFa+9fRfOFXxGJfORgelKV9f9nNOWw2gl6gVsRaVDOQP0+MI0G0wGKns1Yacsu0GjOFbTK0JFQ== - -p-finally@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" - integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= - -p-finally@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561" - integrity sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw== - -p-limit@^1.1.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8" - integrity sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q== - dependencies: - p-try "^1.0.0" - -p-limit@^2.0.0, p-limit@^2.2.0: - version "2.2.2" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.2.tgz#61279b67721f5287aa1c13a9a7fbbc48c9291b1e" - integrity sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ== - dependencies: - p-try "^2.0.0" - -p-locate@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43" - integrity sha1-IKAQOyIqcMj9OcwuWAaA893l7EM= - dependencies: - p-limit "^1.1.0" - -p-locate@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4" - integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ== - dependencies: - p-limit "^2.0.0" - -p-locate@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" - integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== - dependencies: - p-limit "^2.2.0" - -p-map@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/p-map/-/p-map-1.2.0.tgz#e4e94f311eabbc8633a1e79908165fca26241b6b" - integrity sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA== - -p-try@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" - integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M= - -p-try@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" - integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== - -pako@~1.0.5: - version "1.0.10" - resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.10.tgz#4328badb5086a426aa90f541977d4955da5c9732" - integrity sha512-0DTvPVU3ed8+HNXOu5Bs+o//Mbdj9VNQMUOe9oKCwh8l0GNwpTDMKCWbRjgtD291AWnkAgkqA/LOnQS8AmS1tw== - -parallel-transform@^1.1.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/parallel-transform/-/parallel-transform-1.2.0.tgz#9049ca37d6cb2182c3b1d2c720be94d14a5814fc" - integrity sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg== - dependencies: - cyclist "^1.0.1" - inherits "^2.0.3" - readable-stream "^2.1.5" - -parent-module@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" - integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== - dependencies: - callsites "^3.0.0" - -parse-asn1@^5.0.0: - version "5.1.5" - resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.5.tgz#003271343da58dc94cace494faef3d2147ecea0e" - integrity sha512-jkMYn1dcJqF6d5CpU689bq7w/b5ALS9ROVSpQDPrZsqqesUJii9qutvoT5ltGedNXMO2e16YUWIghG9KxaViTQ== - dependencies: - asn1.js "^4.0.0" - browserify-aes "^1.0.0" - create-hash "^1.1.0" - evp_bytestokey "^1.0.0" - pbkdf2 "^3.0.3" - safe-buffer "^5.1.1" - -parse-entities@^1.1.0, parse-entities@^1.1.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-1.2.2.tgz#c31bf0f653b6661354f8973559cb86dd1d5edf50" - 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" - -parse-json@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9" - integrity sha1-9ID0BDTvgHQfhGkJn43qGPVaTck= - dependencies: - error-ex "^1.2.0" - -parse-json@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" - integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= - dependencies: - error-ex "^1.3.1" - json-parse-better-errors "^1.0.1" - -parse-json@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.0.0.tgz#73e5114c986d143efa3712d4ea24db9a4266f60f" - integrity sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw== - dependencies: - "@babel/code-frame" "^7.0.0" - error-ex "^1.3.1" - json-parse-better-errors "^1.0.1" - lines-and-columns "^1.1.6" - -parse5@5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/parse5/-/parse5-5.1.0.tgz#c59341c9723f414c452975564c7c00a68d58acd2" - integrity sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ== - -parse5@^5.0.0: - version "5.1.1" - resolved "https://registry.yarnpkg.com/parse5/-/parse5-5.1.1.tgz#f68e4e5ba1852ac2cadc00f4555fff6c2abb6178" - integrity sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug== - -pascalcase@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" - integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= - -path-browserify@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.1.tgz#e6c4ddd7ed3aa27c68a20cc4e50e1a4ee83bbc4a" - integrity sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ== - -path-dirname@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" - integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= - -path-exists@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" - integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s= - dependencies: - pinkie-promise "^2.0.0" - -path-exists@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" - integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= - -path-exists@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" - integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== - -path-is-absolute@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" - integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= - -path-is-inside@1.0.2, path-is-inside@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53" - integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= - -path-key@^2.0.0, path-key@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" - integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= - -path-key@^3.0.0, path-key@^3.1.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" - integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== - -path-parse@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" - integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== - -path-to-regexp@2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-2.2.1.tgz#90b617025a16381a879bc82a38d4e8bdeb2bcf45" - integrity sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ== - -path-to-regexp@6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.1.0.tgz#0b18f88b7a0ce0bfae6a25990c909ab86f512427" - integrity sha512-h9DqehX3zZZDCEm+xbfU0ZmwCGFCAAraPJWMXJ4+v32NjZJilVg3k1TcKsRgIb8IQ/izZSaydDc1OhJCZvs2Dw== - -path-type@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" - integrity sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE= - dependencies: - graceful-fs "^4.1.2" - pify "^2.0.0" - pinkie-promise "^2.0.0" - -path-type@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73" - integrity sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM= - dependencies: - pify "^2.0.0" - -path-type@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" - integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== - -pbkdf2@^3.0.3: - version "3.0.17" - resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.0.17.tgz#976c206530617b14ebb32114239f7b09336e93a6" - integrity sha512-U/il5MsrZp7mGg3mSQfn742na2T+1/vHDCG5/iTI3X9MKUuYUZVLQhyRsg06mCgDBTd57TxzgZt7P+fYfjRLtA== - 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" - -performance-now@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" - integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= - -picomatch@^2.0.4, picomatch@^2.0.7: - version "2.2.1" - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.1.tgz#21bac888b6ed8601f831ce7816e335bc779f0a4a" - integrity sha512-ISBaA8xQNmwELC7eOjqFKMESB2VIqt4PPDD0nsS95b/9dZXvVKOlz9keMSnoGGKcOHXfTvDD6WMaRoSc9UuhRA== - -picomatch@^2.0.5: - version "2.2.2" - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad" - integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== - -pify@^2.0.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" - integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw= - -pify@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" - integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= - -pify@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" - integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== - -pinkie-promise@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" - integrity sha1-ITXW36ejWMBprJsXh3YogihFD/o= - dependencies: - pinkie "^2.0.0" - -pinkie@^2.0.0: - version "2.0.4" - resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" - integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA= - -pirates@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.1.tgz#643a92caf894566f91b2b986d2c66950a8e2fb87" - integrity sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA== - dependencies: - node-modules-regexp "^1.0.0" - -pkg-dir@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b" - integrity sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s= - dependencies: - find-up "^2.1.0" - -pkg-dir@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3" - integrity sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw== - dependencies: - find-up "^3.0.0" - -pkg-dir@^4.1.0, pkg-dir@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3" - integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== - dependencies: - find-up "^4.0.0" - -pkg-up@^3.0.1, pkg-up@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5" - integrity sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA== - dependencies: - find-up "^3.0.0" - -pn@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb" - integrity sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA== - -pnp-webpack-plugin@1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/pnp-webpack-plugin/-/pnp-webpack-plugin-1.5.0.tgz#62a1cd3068f46d564bb33c56eb250e4d586676eb" - integrity sha512-jd9olUr9D7do+RN8Wspzhpxhgp1n6Vd0NtQ4SFkmIACZoEL1nkyAdW9Ygrinjec0vgDcWjscFQQ1gDW8rsfKTg== - dependencies: - ts-pnp "^1.1.2" - -posix-character-classes@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" - integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= - -postcss-attribute-case-insensitive@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.1.tgz#b2a721a0d279c2f9103a36331c88981526428cc7" - integrity sha512-L2YKB3vF4PetdTIthQVeT+7YiSzMoNMLLYxPXXppOOP7NoazEAy45sh2LvJ8leCQjfBcfkYQs8TtCcQjeZTp8A== - dependencies: - postcss "^7.0.2" - postcss-selector-parser "^5.0.0" - -postcss-color-functional-notation@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/postcss-color-functional-notation/-/postcss-color-functional-notation-2.0.1.tgz#5efd37a88fbabeb00a2966d1e53d98ced93f74e0" - integrity sha512-ZBARCypjEDofW4P6IdPVTLhDNXPRn8T2s1zHbZidW6rPaaZvcnCS2soYFIQJrMZSxiePJ2XIYTlcb2ztr/eT2g== - dependencies: - postcss "^7.0.2" - postcss-values-parser "^2.0.0" - -postcss-color-gray@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/postcss-color-gray/-/postcss-color-gray-5.0.0.tgz#532a31eb909f8da898ceffe296fdc1f864be8547" - integrity sha512-q6BuRnAGKM/ZRpfDascZlIZPjvwsRye7UDNalqVz3s7GDxMtqPY6+Q871liNxsonUw8oC61OG+PSaysYpl1bnw== - dependencies: - "@csstools/convert-colors" "^1.4.0" - postcss "^7.0.5" - postcss-values-parser "^2.0.0" - -postcss-color-hex-alpha@^5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/postcss-color-hex-alpha/-/postcss-color-hex-alpha-5.0.3.tgz#a8d9ca4c39d497c9661e374b9c51899ef0f87388" - integrity sha512-PF4GDel8q3kkreVXKLAGNpHKilXsZ6xuu+mOQMHWHLPNyjiUBOr75sp5ZKJfmv1MCus5/DWUGcK9hm6qHEnXYw== - dependencies: - postcss "^7.0.14" - postcss-values-parser "^2.0.1" - -postcss-color-mod-function@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/postcss-color-mod-function/-/postcss-color-mod-function-3.0.3.tgz#816ba145ac11cc3cb6baa905a75a49f903e4d31d" - integrity sha512-YP4VG+xufxaVtzV6ZmhEtc+/aTXH3d0JLpnYfxqTvwZPbJhWqp8bSY3nfNzNRFLgB4XSaBA82OE4VjOOKpCdVQ== - dependencies: - "@csstools/convert-colors" "^1.4.0" - postcss "^7.0.2" - postcss-values-parser "^2.0.0" - -postcss-color-rebeccapurple@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-4.0.1.tgz#c7a89be872bb74e45b1e3022bfe5748823e6de77" - integrity sha512-aAe3OhkS6qJXBbqzvZth2Au4V3KieR5sRQ4ptb2b2O8wgvB3SJBsdG+jsn2BZbbwekDG8nTfcCNKcSfe/lEy8g== - dependencies: - postcss "^7.0.2" - postcss-values-parser "^2.0.0" - -postcss-css-variables@^0.14.0: - version "0.14.0" - resolved "https://registry.yarnpkg.com/postcss-css-variables/-/postcss-css-variables-0.14.0.tgz#9e69630216f0e9ae13a0e2ff46bf0136ba1c7b5b" - integrity sha512-fEdksFdcvn/vvTddy4KoPDojZt9hQZx3oXHAIgoYJHsnk97ZTP08unM2UAqksiqdytv93415kBwP+c3/jcopyg== - dependencies: - balanced-match "^1.0.0" - escape-string-regexp "^1.0.3" - extend "^3.0.1" - postcss "^6.0.8" - -postcss-custom-media@^7.0.8: - version "7.0.8" - resolved "https://registry.yarnpkg.com/postcss-custom-media/-/postcss-custom-media-7.0.8.tgz#fffd13ffeffad73621be5f387076a28b00294e0c" - integrity sha512-c9s5iX0Ge15o00HKbuRuTqNndsJUbaXdiNsksnVH8H4gdc+zbLzr/UasOwNG6CTDpLFekVY4672eWdiiWu2GUg== - dependencies: - postcss "^7.0.14" - -postcss-custom-properties@^8.0.11: - version "8.0.11" - resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-8.0.11.tgz#2d61772d6e92f22f5e0d52602df8fae46fa30d97" - integrity sha512-nm+o0eLdYqdnJ5abAJeXp4CEU1c1k+eB2yMCvhgzsds/e0umabFrN6HoTy/8Q4K5ilxERdl/JD1LO5ANoYBeMA== - dependencies: - postcss "^7.0.17" - postcss-values-parser "^2.0.1" - -postcss-custom-selectors@^5.1.2: - version "5.1.2" - resolved "https://registry.yarnpkg.com/postcss-custom-selectors/-/postcss-custom-selectors-5.1.2.tgz#64858c6eb2ecff2fb41d0b28c9dd7b3db4de7fba" - integrity sha512-DSGDhqinCqXqlS4R7KGxL1OSycd1lydugJ1ky4iRXPHdBRiozyMHrdu0H3o7qNOCiZwySZTUI5MV0T8QhCLu+w== - dependencies: - postcss "^7.0.2" - postcss-selector-parser "^5.0.0-rc.3" - -postcss-dir-pseudo-class@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-5.0.0.tgz#6e3a4177d0edb3abcc85fdb6fbb1c26dabaeaba2" - integrity sha512-3pm4oq8HYWMZePJY+5ANriPs3P07q+LW6FAdTlkFH2XqDdP4HeeJYMOzn0HYLhRSjBO3fhiqSwwU9xEULSrPgw== - dependencies: - postcss "^7.0.2" - postcss-selector-parser "^5.0.0-rc.3" - -postcss-double-position-gradients@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/postcss-double-position-gradients/-/postcss-double-position-gradients-1.0.0.tgz#fc927d52fddc896cb3a2812ebc5df147e110522e" - integrity sha512-G+nV8EnQq25fOI8CH/B6krEohGWnF5+3A6H/+JEpOncu5dCnkS1QQ6+ct3Jkaepw1NGVqqOZH6lqrm244mCftA== - dependencies: - postcss "^7.0.5" - postcss-values-parser "^2.0.0" - -postcss-env-function@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/postcss-env-function/-/postcss-env-function-2.0.2.tgz#0f3e3d3c57f094a92c2baf4b6241f0b0da5365d7" - integrity sha512-rwac4BuZlITeUbiBq60h/xbLzXY43qOsIErngWa4l7Mt+RaSkT7QBjXVGTcBHupykkblHMDrBFh30zchYPaOUw== - dependencies: - postcss "^7.0.2" - postcss-values-parser "^2.0.0" - -postcss-flexbugs-fixes@4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-4.2.0.tgz#662b3dcb6354638b9213a55eed8913bcdc8d004a" - integrity sha512-QRE0n3hpkxxS/OGvzOa+PDuy4mh/Jg4o9ui22/ko5iGYOG3M5dfJabjnAZjTdh2G9F85c7Hv8hWcEDEKW/xceQ== - dependencies: - postcss "^7.0.26" - -postcss-focus-visible@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/postcss-focus-visible/-/postcss-focus-visible-4.0.0.tgz#477d107113ade6024b14128317ade2bd1e17046e" - integrity sha512-Z5CkWBw0+idJHSV6+Bgf2peDOFf/x4o+vX/pwcNYrWpXFrSfTkQ3JQ1ojrq9yS+upnAlNRHeg8uEwFTgorjI8g== - dependencies: - postcss "^7.0.2" - -postcss-focus-within@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/postcss-focus-within/-/postcss-focus-within-3.0.0.tgz#763b8788596cee9b874c999201cdde80659ef680" - integrity sha512-W0APui8jQeBKbCGZudW37EeMCjDeVxKgiYfIIEo8Bdh5SpB9sxds/Iq8SEuzS0Q4YFOlG7EPFulbbxujpkrV2w== - dependencies: - postcss "^7.0.2" - -postcss-font-variant@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/postcss-font-variant/-/postcss-font-variant-4.0.0.tgz#71dd3c6c10a0d846c5eda07803439617bbbabacc" - integrity sha512-M8BFYKOvCrI2aITzDad7kWuXXTm0YhGdP9Q8HanmN4EF1Hmcgs1KK5rSHylt/lUJe8yLxiSwWAHdScoEiIxztg== - dependencies: - postcss "^7.0.2" - -postcss-gap-properties@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/postcss-gap-properties/-/postcss-gap-properties-2.0.0.tgz#431c192ab3ed96a3c3d09f2ff615960f902c1715" - integrity sha512-QZSqDaMgXCHuHTEzMsS2KfVDOq7ZFiknSpkrPJY6jmxbugUPTuSzs/vuE5I3zv0WAS+3vhrlqhijiprnuQfzmg== - dependencies: - postcss "^7.0.2" - -postcss-image-set-function@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/postcss-image-set-function/-/postcss-image-set-function-3.0.1.tgz#28920a2f29945bed4c3198d7df6496d410d3f288" - integrity sha512-oPTcFFip5LZy8Y/whto91L9xdRHCWEMs3e1MdJxhgt4jy2WYXfhkng59fH5qLXSCPN8k4n94p1Czrfe5IOkKUw== - dependencies: - postcss "^7.0.2" - postcss-values-parser "^2.0.0" - -postcss-initial@^3.0.0: - version "3.0.2" - resolved "https://registry.yarnpkg.com/postcss-initial/-/postcss-initial-3.0.2.tgz#f018563694b3c16ae8eaabe3c585ac6319637b2d" - integrity sha512-ugA2wKonC0xeNHgirR4D3VWHs2JcU08WAi1KFLVcnb7IN89phID6Qtg2RIctWbnvp1TM2BOmDtX8GGLCKdR8YA== - dependencies: - lodash.template "^4.5.0" - postcss "^7.0.2" - -postcss-lab-function@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/postcss-lab-function/-/postcss-lab-function-2.0.1.tgz#bb51a6856cd12289ab4ae20db1e3821ef13d7d2e" - integrity sha512-whLy1IeZKY+3fYdqQFuDBf8Auw+qFuVnChWjmxm/UhHWqNHZx+B99EwxTvGYmUBqe3Fjxs4L1BoZTJmPu6usVg== - dependencies: - "@csstools/convert-colors" "^1.4.0" - postcss "^7.0.2" - postcss-values-parser "^2.0.0" - -postcss-load-config@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-2.1.0.tgz#c84d692b7bb7b41ddced94ee62e8ab31b417b003" - integrity sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q== - dependencies: - cosmiconfig "^5.0.0" - import-cwd "^2.0.0" - -postcss-loader@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-3.0.0.tgz#6b97943e47c72d845fa9e03f273773d4e8dd6c2d" - 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" - -postcss-logical@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/postcss-logical/-/postcss-logical-3.0.0.tgz#2495d0f8b82e9f262725f75f9401b34e7b45d5b5" - integrity sha512-1SUKdJc2vuMOmeItqGuNaC+N8MzBWFWEkAnRnLpFYj1tGGa7NqyVBujfRtgNa2gXR+6RkGUiB2O5Vmh7E2RmiA== - dependencies: - postcss "^7.0.2" - -postcss-media-minmax@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/postcss-media-minmax/-/postcss-media-minmax-4.0.0.tgz#b75bb6cbc217c8ac49433e12f22048814a4f5ed5" - integrity sha512-fo9moya6qyxsjbFAYl97qKO9gyre3qvbMnkOZeZwlsW6XYFsvs2DMGDlchVLfAd8LHPZDxivu/+qW2SMQeTHBw== - dependencies: - postcss "^7.0.2" - -postcss-modules-extract-imports@^1.2.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.2.1.tgz#dc87e34148ec7eab5f791f7cd5849833375b741a" - integrity sha512-6jt9XZwUhwmRUhb/CkyJY020PYaPJsCyt3UjbaWo6XEbH/94Hmv6MP7fG2C5NDU/BcHzyGYxNtHvM+LTf9HrYw== - dependencies: - postcss "^6.0.1" - -postcss-modules-extract-imports@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz#818719a1ae1da325f9832446b01136eeb493cd7e" - integrity sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ== - dependencies: - postcss "^7.0.5" - -postcss-modules-local-by-default@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz#f7d80c398c5a393fa7964466bd19500a7d61c069" - integrity sha1-99gMOYxaOT+nlkRmvRlQCn1hwGk= - dependencies: - css-selector-tokenizer "^0.7.0" - postcss "^6.0.1" - -postcss-modules-local-by-default@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.2.tgz#e8a6561be914aaf3c052876377524ca90dbb7915" - integrity sha512-jM/V8eqM4oJ/22j0gx4jrp63GSvDH6v86OqyTHHUvk4/k1vceipZsaymiZ5PvocqZOl5SFHiFJqjs3la0wnfIQ== - dependencies: - icss-utils "^4.1.1" - postcss "^7.0.16" - postcss-selector-parser "^6.0.2" - postcss-value-parser "^4.0.0" - -postcss-modules-scope@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-1.1.0.tgz#d6ea64994c79f97b62a72b426fbe6056a194bb90" - integrity sha1-1upkmUx5+XtipytCb75gVqGUu5A= - dependencies: - css-selector-tokenizer "^0.7.0" - postcss "^6.0.1" - -postcss-modules-scope@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.1.1.tgz#33d4fc946602eb5e9355c4165d68a10727689dba" - integrity sha512-OXRUPecnHCg8b9xWvldG/jUpRIGPNRka0r4D4j0ESUU2/5IOnpsjfPPmDprM3Ih8CgZ8FXjWqaniK5v4rWt3oQ== - dependencies: - postcss "^7.0.6" - postcss-selector-parser "^6.0.0" - -postcss-modules-values@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-1.3.0.tgz#ecffa9d7e192518389f42ad0e83f72aec456ea20" - integrity sha1-7P+p1+GSUYOJ9CrQ6D9yrsRW6iA= - dependencies: - icss-replace-symbols "^1.1.0" - postcss "^6.0.1" - -postcss-modules-values@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz#5b5000d6ebae29b4255301b4a3a54574423e7f10" - integrity sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg== - dependencies: - icss-utils "^4.0.0" - postcss "^7.0.6" - -postcss-nesting@^7.0.0: - version "7.0.1" - resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-7.0.1.tgz#b50ad7b7f0173e5b5e3880c3501344703e04c052" - integrity sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg== - dependencies: - postcss "^7.0.2" - -postcss-overflow-shorthand@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-2.0.0.tgz#31ecf350e9c6f6ddc250a78f0c3e111f32dd4c30" - integrity sha512-aK0fHc9CBNx8jbzMYhshZcEv8LtYnBIRYQD5i7w/K/wS9c2+0NSR6B3OVMu5y0hBHYLcMGjfU+dmWYNKH0I85g== - dependencies: - postcss "^7.0.2" - -postcss-page-break@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/postcss-page-break/-/postcss-page-break-2.0.0.tgz#add52d0e0a528cabe6afee8b46e2abb277df46bf" - integrity sha512-tkpTSrLpfLfD9HvgOlJuigLuk39wVTbbd8RKcy8/ugV2bNBUW3xU+AIqyxhDrQr1VUj1RmyJrBn1YWrqUm9zAQ== - dependencies: - postcss "^7.0.2" - -postcss-place@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-place/-/postcss-place-4.0.1.tgz#e9f39d33d2dc584e46ee1db45adb77ca9d1dcc62" - integrity sha512-Zb6byCSLkgRKLODj/5mQugyuj9bvAAw9LqJJjgwz5cYryGeXfFZfSXoP1UfveccFmeq0b/2xxwcTEVScnqGxBg== - dependencies: - postcss "^7.0.2" - postcss-values-parser "^2.0.0" - -postcss-preset-env@6.7.0: - version "6.7.0" - resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-6.7.0.tgz#c34ddacf8f902383b35ad1e030f178f4cdf118a5" - 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" - -postcss-pseudo-class-any-link@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-6.0.0.tgz#2ed3eed393b3702879dec4a87032b210daeb04d1" - integrity sha512-lgXW9sYJdLqtmw23otOzrtbDXofUdfYzNm4PIpNE322/swES3VU9XlXHeJS46zT2onFO7V1QFdD4Q9LiZj8mew== - dependencies: - postcss "^7.0.2" - postcss-selector-parser "^5.0.0-rc.3" - -postcss-replace-overflow-wrap@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-3.0.0.tgz#61b360ffdaedca84c7c918d2b0f0d0ea559ab01c" - integrity sha512-2T5hcEHArDT6X9+9dVSPQdo7QHzG4XKclFT8rU5TzJPDN7RIRTbO9c4drUISOVemLj03aezStHCR2AIcr8XLpw== - dependencies: - postcss "^7.0.2" - -postcss-selector-matches@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/postcss-selector-matches/-/postcss-selector-matches-4.0.0.tgz#71c8248f917ba2cc93037c9637ee09c64436fcff" - integrity sha512-LgsHwQR/EsRYSqlwdGzeaPKVT0Ml7LAT6E75T8W8xLJY62CE4S/l03BWIt3jT8Taq22kXP08s2SfTSzaraoPww== - dependencies: - balanced-match "^1.0.0" - postcss "^7.0.2" - -postcss-selector-not@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/postcss-selector-not/-/postcss-selector-not-4.0.0.tgz#c68ff7ba96527499e832724a2674d65603b645c0" - integrity sha512-W+bkBZRhqJaYN8XAnbbZPLWMvZD1wKTu0UxtFKdhtGjWYmxhkUneoeOhRJKdAE5V7ZTlnbHfCR+6bNwK9e1dTQ== - dependencies: - balanced-match "^1.0.0" - postcss "^7.0.2" - -postcss-selector-parser@^5.0.0, postcss-selector-parser@^5.0.0-rc.3, postcss-selector-parser@^5.0.0-rc.4: - version "5.0.0" - resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz#249044356697b33b64f1a8f7c80922dddee7195c" - integrity sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ== - dependencies: - cssesc "^2.0.0" - indexes-of "^1.0.1" - uniq "^1.0.1" - -postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2: - version "6.0.2" - resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.2.tgz#934cf799d016c83411859e09dcecade01286ec5c" - integrity sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg== - dependencies: - cssesc "^3.0.0" - indexes-of "^1.0.1" - uniq "^1.0.1" - -postcss-value-parser@^3.3.0: - version "3.3.1" - resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" - integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== - -postcss-value-parser@^4.0.0, postcss-value-parser@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.2.tgz#482282c09a42706d1fc9a069b73f44ec08391dc9" - integrity sha512-LmeoohTpp/K4UiyQCwuGWlONxXamGzCMtFxLq4W1nZVGIQLYvMCJx3yAF9qyyuFpflABI9yVdtJAqbihOsCsJQ== - -postcss-value-parser@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.3.tgz#651ff4593aa9eda8d5d0d66593a2417aeaeb325d" - integrity sha512-N7h4pG+Nnu5BEIzyeaaIYWs0LI5XC40OrRh5L60z0QjFsqGWcHcbkBvpe1WYpcIS9yQ8sOi/vIPt1ejQCrMVrg== - -postcss-values-parser@^2.0.0, postcss-values-parser@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/postcss-values-parser/-/postcss-values-parser-2.0.1.tgz#da8b472d901da1e205b47bdc98637b9e9e550e5f" - integrity sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg== - dependencies: - flatten "^1.0.2" - indexes-of "^1.0.1" - uniq "^1.0.1" - -postcss@7.0.21: - version "7.0.21" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.21.tgz#06bb07824c19c2021c5d056d5b10c35b989f7e17" - integrity sha512-uIFtJElxJo29QC753JzhidoAhvp/e/Exezkdhfmt8AymWT6/5B7W1WmponYWkHk2eg6sONyTch0A3nkMPun3SQ== - dependencies: - chalk "^2.4.2" - source-map "^0.6.1" - supports-color "^6.1.0" - -postcss@^6.0.1, postcss@^6.0.23, postcss@^6.0.8: - version "6.0.23" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.23.tgz#61c82cc328ac60e677645f979054eb98bc0e3324" - integrity sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag== - dependencies: - chalk "^2.4.1" - source-map "^0.6.1" - supports-color "^5.4.0" - -postcss@^7.0.0, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.17, postcss@^7.0.18, postcss@^7.0.2, postcss@^7.0.23, postcss@^7.0.26, postcss@^7.0.5, postcss@^7.0.6: - version "7.0.26" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.26.tgz#5ed615cfcab35ba9bbb82414a4fa88ea10429587" - integrity sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA== - dependencies: - chalk "^2.4.2" - source-map "^0.6.1" - supports-color "^6.1.0" - -postcss@^7.0.27: - version "7.0.27" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.27.tgz#cc67cdc6b0daa375105b7c424a85567345fc54d9" - integrity sha512-WuQETPMcW9Uf1/22HWUWP9lgsIC+KEHg2kozMflKjbeUtw9ujvFX6QmIfozaErDkmLWS9WEnEdEe6Uo9/BNTdQ== - dependencies: - chalk "^2.4.2" - source-map "^0.6.1" - supports-color "^6.1.0" - -prelude-ls@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" - integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= - -prepend-http@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc" - integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw= - -pretty-format@^25.2.3: - version "25.2.3" - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.2.3.tgz#ba6e9603a0d80fa2e470b1fed55de1f9bfd81421" - integrity sha512-IP4+5UOAVGoyqC/DiomOeHBUKN6q00gfyT2qpAsRH64tgOKB2yF7FHJXC18OCiU0/YFierACup/zdCOWw0F/0w== - dependencies: - "@jest/types" "^25.2.3" - ansi-regex "^5.0.0" - ansi-styles "^4.0.0" - react-is "^16.12.0" - -prism-themes@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/prism-themes/-/prism-themes-1.3.0.tgz#72e6833c3296a2112b989fa63208c0ce7a4da3a8" - integrity sha512-4hDQyNuBRyWVvwHeTH4yY5TIWrl6BHmhoh85kgfTFgwklGerWA3R2RFp7Sg0zPCnQS8SsloKsEIN3ao63KhiIw== - -prismjs@~1.17.0: - version "1.17.1" - resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.17.1.tgz#e669fcbd4cdd873c35102881c33b14d0d68519be" - integrity sha512-PrEDJAFdUGbOP6xK/UsfkC5ghJsPJviKgnQOoxaDbBjwc8op68Quupwt1DeAFoG8GImPhiKXAvvsH7wDSLsu1Q== - optionalDependencies: - clipboard "^2.0.0" - -private@^0.1.6, private@^0.1.8: - version "0.1.8" - resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff" - integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg== - -process-nextick-args@~2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" - integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== - -process@^0.11.10: - version "0.11.10" - resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" - integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI= - -promise-inflight@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" - integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM= - -promise@8.0.1: - version "8.0.1" - resolved "https://registry.yarnpkg.com/promise/-/promise-8.0.1.tgz#e45d68b00a17647b6da711bf85ed6ed47208f450" - integrity sha1-5F1osAoXZHttpxG/he1u1HII9FA= - dependencies: - asap "~2.0.3" - -prompts@^2.0.1: - version "2.3.0" - resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.3.0.tgz#a444e968fa4cc7e86689a74050685ac8006c4cc4" - integrity sha512-NfbbPPg/74fT7wk2XYQ7hAIp9zJyZp5Fu19iRbORqqy1BhtrkZ0fPafBU+7bmn8ie69DpT0R6QpJIN2oisYjJg== - dependencies: - kleur "^3.0.3" - sisteransi "^1.0.3" - -prop-types-exact@1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/prop-types-exact/-/prop-types-exact-1.2.0.tgz#825d6be46094663848237e3925a98c6e944e9869" - integrity sha512-K+Tk3Kd9V0odiXFP9fwDHUYRyvK3Nun3GVyPapSIs5OBkITAm15W0CPFD/YKTkMUAbc0b9CUwRQp2ybiBIq+eA== - dependencies: - has "^1.0.3" - object.assign "^4.1.0" - reflect.ownkeys "^0.2.0" - -prop-types@15.7.2, prop-types@^15.6.2, prop-types@^15.7.2: - version "15.7.2" - resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" - integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== - dependencies: - loose-envify "^1.4.0" - object-assign "^4.1.1" - react-is "^16.8.1" - -property-information@^5.0.0, property-information@^5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/property-information/-/property-information-5.3.0.tgz#bc87ac82dc4e72a31bb62040544b1bf9653da039" - integrity sha512-IslotQn1hBCZDY7SaJ3zmCjVea219VTwmOk6Pu3z9haU9m4+T8GwaDubur+6NMHEU+Fjs/6/p66z6QULPkcL1w== - dependencies: - xtend "^4.0.1" - -prr@~1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" - integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY= - -pseudomap@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" - integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= - -psl@^1.1.24, psl@^1.1.28: - version "1.7.0" - resolved "https://registry.yarnpkg.com/psl/-/psl-1.7.0.tgz#f1c4c47a8ef97167dea5d6bbf4816d736e884a3c" - integrity sha512-5NsSEDv8zY70ScRnOTn7bK7eanl2MvFrOrS/R6x+dBt5g1ghnj9Zv90kO8GwT8gxcu2ANyFprnFYB85IogIJOQ== - -public-encrypt@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.3.tgz#4fcc9d77a07e48ba7527e7cbe0de33d0701331e0" - 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" - -pump@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/pump/-/pump-2.0.1.tgz#12399add6e4cf7526d973cbc8b5ce2e2908b3909" - integrity sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA== - dependencies: - end-of-stream "^1.1.0" - once "^1.3.1" - -pump@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" - integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== - dependencies: - end-of-stream "^1.1.0" - once "^1.3.1" - -pumpify@^1.3.3: - version "1.5.1" - resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-1.5.1.tgz#36513be246ab27570b1a374a5ce278bfd74370ce" - integrity sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ== - dependencies: - duplexify "^3.6.0" - inherits "^2.0.3" - pump "^2.0.0" - -punycode@1.3.2: - version "1.3.2" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d" - integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0= - -punycode@^1.2.4, punycode@^1.3.2, punycode@^1.4.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" - integrity sha1-wNWmOycYgArY4esPpSachN1BhF4= - -punycode@^2.1.0, punycode@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" - integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== - -q@^1.1.2: - version "1.5.1" - resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" - integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= - -qs@~6.5.2: - version "6.5.2" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" - integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== - -query-string@^4.1.0: - version "4.3.4" - resolved "https://registry.yarnpkg.com/query-string/-/query-string-4.3.4.tgz#bbb693b9ca915c232515b228b1a02b609043dbeb" - integrity sha1-u7aTucqRXCMlFbIosaArYJBD2+s= - dependencies: - object-assign "^4.1.0" - strict-uri-encode "^1.0.0" - -query-string@^6.11.1: - version "6.11.1" - resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.11.1.tgz#ab021f275d463ce1b61e88f0ce6988b3e8fe7c2c" - integrity sha512-1ZvJOUl8ifkkBxu2ByVM/8GijMIPx+cef7u3yroO3Ogm4DOdZcF5dcrWTIlSHe3Pg/mtlt6/eFjObDfJureZZA== - dependencies: - decode-uri-component "^0.2.0" - split-on-first "^1.0.0" - strict-uri-encode "^2.0.0" - -querystring-es3@^0.2.0: - version "0.2.1" - resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73" - integrity sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM= - -querystring@0.2.0, querystring@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620" - integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA= - -randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5: - version "2.1.0" - resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a" - integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== - dependencies: - safe-buffer "^5.1.0" - -randomfill@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/randomfill/-/randomfill-1.0.4.tgz#c92196fc86ab42be983f1bf31778224931d61458" - integrity sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw== - dependencies: - randombytes "^2.0.5" - safe-buffer "^5.1.0" - -range-parser@1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.0.tgz#f49be6b487894ddc40dcc94a322f611092e00d5e" - integrity sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4= - -range-parser@^1.2.1, range-parser@~1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" - integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== - -raw-body@2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz#a1ce6fb9c9bc356ca52e89256ab59059e13d0332" - 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" - -rc@^1.0.1, rc@^1.1.6: - version "1.2.8" - resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed" - integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== - dependencies: - deep-extend "^0.6.0" - ini "~1.3.0" - minimist "^1.2.0" - strip-json-comments "~2.0.1" - -react-dom@^16.13.1: - version "16.13.1" - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.13.1.tgz#c1bd37331a0486c078ee54c4740720993b2e0e7f" - integrity sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag== - dependencies: - loose-envify "^1.1.0" - object-assign "^4.1.1" - prop-types "^15.6.2" - scheduler "^0.19.1" - -react-error-overlay@5.1.6: - version "5.1.6" - resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-5.1.6.tgz#0cd73407c5d141f9638ae1e0c63e7b2bf7e9929d" - integrity sha512-X1Y+0jR47ImDVr54Ab6V9eGk0Hnu7fVWGeHQSOXHf/C2pF9c6uy3gef8QUeuUiWlNb0i08InPSE5a/KJzNzw1Q== - -react-is@16.8.6: - version "16.8.6" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16" - integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA== - -react-is@^16.12.0: - version "16.13.1" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" - integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== - -react-is@^16.7.0, react-is@^16.8.1: - version "16.12.0" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c" - integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q== - -react@^16.13.1: - version "16.13.1" - resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e" - integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w== - dependencies: - loose-envify "^1.1.0" - object-assign "^4.1.1" - prop-types "^15.6.2" - -read-pkg-up@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" - integrity sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI= - dependencies: - find-up "^1.0.0" - read-pkg "^1.0.0" - -read-pkg@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" - integrity sha1-9f+qXs0pyzHAR0vKfXVra7KePyg= - dependencies: - load-json-file "^1.0.0" - normalize-package-data "^2.3.2" - path-type "^1.0.0" - -read-pkg@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-2.0.0.tgz#8ef1c0623c6a6db0dc6713c4bfac46332b2368f8" - integrity sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg= - dependencies: - load-json-file "^2.0.0" - normalize-package-data "^2.3.2" - path-type "^2.0.0" - -"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6: - version "2.3.7" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57" - 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" - -readdirp@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" - integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== - dependencies: - graceful-fs "^4.1.11" - micromatch "^3.1.10" - readable-stream "^2.0.2" - -readdirp@~3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.3.0.tgz#984458d13a1e42e2e9f5841b129e162f369aff17" - integrity sha512-zz0pAkSPOXXm1viEwygWIPSPkcBYjW1xU5j/JBh5t9bGCJwa6f9+BJa6VaB2g+b55yVrmXzqkyLf4xaWYM0IkQ== - dependencies: - picomatch "^2.0.7" - -realpath-native@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-2.0.0.tgz#7377ac429b6e1fd599dc38d08ed942d0d7beb866" - integrity sha512-v1SEYUOXXdbBZK8ZuNgO4TBjamPsiSgcFr0aP+tEKpQZK8vooEUqV6nm6Cv502mX4NF2EfsnVqtNAHG+/6Ur1Q== - -recast@0.18.5: - version "0.18.5" - resolved "https://registry.yarnpkg.com/recast/-/recast-0.18.5.tgz#9d5adbc07983a3c8145f3034812374a493e0fe4d" - integrity sha512-sD1WJrpLQAkXGyQZyGzTM75WJvyAd98II5CHdK3IYbt/cZlU0UzCRVU11nUFNXX9fBVEt4E9ajkMjBlUlG+Oog== - dependencies: - ast-types "0.13.2" - esprima "~4.0.0" - private "^0.1.8" - source-map "~0.6.1" - -redent@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde" - integrity sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94= - dependencies: - indent-string "^2.1.0" - strip-indent "^1.0.1" - -reflect.ownkeys@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/reflect.ownkeys/-/reflect.ownkeys-0.2.0.tgz#749aceec7f3fdf8b63f927a04809e90c5c0b3460" - integrity sha1-dJrO7H8/34tj+SegSAnpDFwLNGA= - -refractor@^2.3.0: - version "2.10.0" - resolved "https://registry.yarnpkg.com/refractor/-/refractor-2.10.0.tgz#4cc7efc0028a87924a9b31d82d129dec831a287b" - integrity sha512-maW2ClIkm9IYruuFYGTqKzj+m31heq92wlheW4h7bOstP+gf8bocmMec+j7ljLcaB1CAID85LMB3moye31jH1g== - dependencies: - hastscript "^5.0.0" - parse-entities "^1.1.2" - prismjs "~1.17.0" - -regenerate-unicode-properties@^8.1.0: - version "8.1.0" - resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.1.0.tgz#ef51e0f0ea4ad424b77bf7cb41f3e015c70a3f0e" - integrity sha512-LGZzkgtLY79GeXLm8Dp0BVLdQlWICzBnJz/ipWUgo59qBaZ+BHtq51P2q1uVZlppMuUAT37SDk39qUbjTWB7bA== - dependencies: - regenerate "^1.4.0" - -regenerate@^1.2.1, regenerate@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz#4a856ec4b56e4077c557589cae85e7a4c8869a11" - integrity sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg== - -regenerator-runtime@^0.13.2: - version "0.13.3" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5" - integrity sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw== - -regenerator-runtime@^0.13.4: - version "0.13.5" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697" - integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA== - -regenerator-transform@^0.14.0: - version "0.14.1" - resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.1.tgz#3b2fce4e1ab7732c08f665dfdb314749c7ddd2fb" - integrity sha512-flVuee02C3FKRISbxhXl9mGzdbWUVHubl1SMaknjxkFB1/iqpJhArQUvRxOOPEc/9tAiX0BaQ28FJH10E4isSQ== - dependencies: - private "^0.1.6" - -regenerator-transform@^0.14.2: - version "0.14.4" - resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.4.tgz#5266857896518d1616a78a0479337a30ea974cc7" - integrity sha512-EaJaKPBI9GvKpvUz2mz4fhx7WPgvwRLY9v3hlNHWmAuJHI13T4nwKnNvm5RWJzEdnI5g5UwtOww+S8IdoUC2bw== - dependencies: - "@babel/runtime" "^7.8.4" - private "^0.1.8" - -regex-not@^1.0.0, regex-not@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" - integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== - dependencies: - extend-shallow "^3.0.2" - safe-regex "^1.1.0" - -regex-parser@2.2.10: - version "2.2.10" - resolved "https://registry.yarnpkg.com/regex-parser/-/regex-parser-2.2.10.tgz#9e66a8f73d89a107616e63b39d4deddfee912b37" - integrity sha512-8t6074A68gHfU8Neftl0Le6KTDwfGAj7IyjPIMSfikI2wJUTHDMaIq42bUsfVnj8mhx0R+45rdUXHGpN164avA== - -regexpu-core@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-1.0.0.tgz#86a763f58ee4d7c2f6b102e4764050de7ed90c6b" - integrity sha1-hqdj9Y7k18L2sQLkdkBQ3n7ZDGs= - dependencies: - regenerate "^1.2.1" - regjsgen "^0.2.0" - regjsparser "^0.1.4" - -regexpu-core@^4.6.0: - version "4.6.0" - resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.6.0.tgz#2037c18b327cfce8a6fea2a4ec441f2432afb8b6" - integrity sha512-YlVaefl8P5BnFYOITTNzDvan1ulLOiXJzCNZxduTIosN17b87h3bvG9yHMoHaRuo88H4mQ06Aodj5VtYGGGiTg== - dependencies: - regenerate "^1.4.0" - regenerate-unicode-properties "^8.1.0" - regjsgen "^0.5.0" - regjsparser "^0.6.0" - unicode-match-property-ecmascript "^1.0.4" - unicode-match-property-value-ecmascript "^1.1.0" - -registry-auth-token@3.3.2: - version "3.3.2" - resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-3.3.2.tgz#851fd49038eecb586911115af845260eec983f20" - integrity sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ== - dependencies: - rc "^1.1.6" - safe-buffer "^5.0.1" - -registry-url@3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/registry-url/-/registry-url-3.1.0.tgz#3d4ef870f73dde1d77f0cf9a381432444e174942" - integrity sha1-PU74cPc93h138M+aOBQyRE4XSUI= - dependencies: - rc "^1.0.1" - -regjsgen@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.2.0.tgz#6c016adeac554f75823fe37ac05b92d5a4edb1f7" - integrity sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc= - -regjsgen@^0.5.0: - version "0.5.1" - resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.1.tgz#48f0bf1a5ea205196929c0d9798b42d1ed98443c" - integrity sha512-5qxzGZjDs9w4tzT3TPhCJqWdCc3RLYwy9J2NB0nm5Lz+S273lvWcpjaTGHsT1dc6Hhfq41uSEOw8wBmxrKOuyg== - -regjsparser@^0.1.4: - version "0.1.5" - resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.1.5.tgz#7ee8f84dc6fa792d3fd0ae228d24bd949ead205c" - integrity sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw= - dependencies: - jsesc "~0.5.0" - -regjsparser@^0.6.0: - version "0.6.2" - resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.2.tgz#fd62c753991467d9d1ffe0a9f67f27a529024b96" - integrity sha512-E9ghzUtoLwDekPT0DYCp+c4h+bvuUpe6rRHCTYn6eGoqj1LgKXxT6I0Il4WbjhQkOghzi/V+y03bPKvbllL93Q== - dependencies: - jsesc "~0.5.0" - -remark-mdx@^1.5.8: - version "1.5.8" - resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-1.5.8.tgz#81fd9085e56ea534b977d08d6f170899138b3f38" - integrity sha512-wtqqsDuO/mU/ucEo/CDp0L8SPdS2oOE6PRsMm+lQ9TLmqgep4MBmyH8bLpoc8Wf7yjNmae/5yBzUN1YUvR/SsQ== - dependencies: - "@babel/core" "7.8.4" - "@babel/helper-plugin-utils" "7.8.3" - "@babel/plugin-proposal-object-rest-spread" "7.8.3" - "@babel/plugin-syntax-jsx" "7.8.3" - "@mdx-js/util" "^1.5.8" - is-alphabetical "1.0.4" - remark-parse "7.0.2" - unified "8.4.2" - -remark-parse@7.0.2: - version "7.0.2" - resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-7.0.2.tgz#41e7170d9c1d96c3d32cf1109600a9ed50dba7cf" - integrity sha512-9+my0lQS80IQkYXsMA8Sg6m9QfXYJBnXjWYN5U+kFc5/n69t+XZVXU/ZBYr3cYH8FheEGf1v87rkFDhJ8bVgMA== - 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" - -remark-squeeze-paragraphs@3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-3.0.4.tgz#9fe50c3bf3b572dd88754cd426ada007c0b8dc5f" - integrity sha512-Wmz5Yj9q+W1oryo8BV17JrOXZgUKVcpJ2ApE2pwnoHwhFKSk4Wp2PmFNbmJMgYSqAdFwfkoe+TSYop5Fy8wMgA== - dependencies: - mdast-squeeze-paragraphs "^3.0.0" - -remove-trailing-separator@^1.0.1: - version "1.1.0" - resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" - integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= - -repeat-element@^1.1.2: - version "1.1.3" - resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce" - integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== - -repeat-string@^1.5.4, repeat-string@^1.6.1: - version "1.6.1" - resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" - integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= - -repeating@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" - integrity sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo= - dependencies: - is-finite "^1.0.0" - -replace-ext@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb" - integrity sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs= - -request-promise-core@1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.3.tgz#e9a3c081b51380dfea677336061fea879a829ee9" - integrity sha512-QIs2+ArIGQVp5ZYbWD5ZLCY29D5CfWizP8eWnm8FoGD1TX61veauETVQbrV60662V0oFBkrDOuaBI8XgtuyYAQ== - dependencies: - lodash "^4.17.15" - -request-promise-native@^1.0.7: - version "1.0.8" - resolved "https://registry.yarnpkg.com/request-promise-native/-/request-promise-native-1.0.8.tgz#a455b960b826e44e2bf8999af64dff2bfe58cb36" - integrity sha512-dapwLGqkHtwL5AEbfenuzjTYg35Jd6KPytsC2/TLkVMz8rm+tNt72MGUWT1RP/aYawMpN6HqbNGBQaRcBtjQMQ== - dependencies: - request-promise-core "1.1.3" - stealthy-require "^1.1.1" - tough-cookie "^2.3.3" - -request@^2.87.0, request@^2.88.0: - version "2.88.0" - resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef" - integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg== - 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.0" - 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.4.3" - tunnel-agent "^0.6.0" - uuid "^3.3.2" - -require-directory@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" - integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= - -require-main-filename@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1" - integrity sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE= - -require-main-filename@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" - integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== - -requires-port@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" - integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= - -resolve-cwd@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d" - integrity sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg== - dependencies: - resolve-from "^5.0.0" - -resolve-from@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" - integrity sha1-six699nWiBvItuZTM17rywoYh0g= - -resolve-from@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" - integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== - -resolve-from@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" - integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== - -resolve-url-loader@3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.1.tgz#28931895fa1eab9be0647d3b2958c100ae3c0bf0" - integrity sha512-K1N5xUjj7v0l2j/3Sgs5b8CjrrgtC70SmdCuZiJ8tSyb5J+uk3FoeZ4b7yTnH6j7ngI+Bc5bldHJIa8hYdu2gQ== - dependencies: - adjust-sourcemap-loader "2.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" - -resolve-url@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" - integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= - -resolve@1.1.7: - version "1.1.7" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b" - integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs= - -resolve@^1.10.0, resolve@^1.3.2, resolve@^1.8.1: - version "1.14.2" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.14.2.tgz#dbf31d0fa98b1f29aa5169783b9c290cb865fea2" - integrity sha512-EjlOBLBO1kxsUxsKjLt7TAECyKW6fOh1VRkykQkKGzcBbjjPIxBqGh0jf7GJ3k/f5mxMqW3htMD3WdTUVtW8HQ== - dependencies: - path-parse "^1.0.6" - -resolve@^1.15.1: - version "1.15.1" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8" - integrity sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w== - dependencies: - path-parse "^1.0.6" - -restore-cursor@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf" - integrity sha1-n37ih/gv0ybU/RYpI9YhKe7g368= - dependencies: - onetime "^2.0.0" - signal-exit "^3.0.2" - -ret@~0.1.10: - version "0.1.15" - resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" - integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== - -retry@0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" - integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= - -rework-visit@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/rework-visit/-/rework-visit-1.0.0.tgz#9945b2803f219e2f7aca00adb8bc9f640f842c9a" - integrity sha1-mUWygD8hni96ygCtuLyfZA+ELJo= - -rework@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/rework/-/rework-1.0.1.tgz#30806a841342b54510aa4110850cd48534144aa7" - integrity sha1-MIBqhBNCtUUQqkEQhQzUhTQUSqc= - dependencies: - convert-source-map "^0.3.3" - css "^2.0.0" - -rimraf@2, rimraf@^2.2.8, rimraf@^2.5.4, rimraf@^2.6.3: - version "2.7.1" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" - integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== - dependencies: - glob "^7.1.3" - -rimraf@^3.0.0: - version "3.0.2" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" - integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== - dependencies: - glob "^7.1.3" - -ripemd160@^2.0.0, ripemd160@^2.0.1: - version "2.0.2" - resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c" - integrity sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA== - dependencies: - hash-base "^3.0.0" - inherits "^2.0.1" - -rsvp@^4.8.4: - version "4.8.5" - resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734" - integrity sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA== - -run-queue@^1.0.0, run-queue@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47" - integrity sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec= - dependencies: - aproba "^1.1.1" - -safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: - version "5.1.2" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" - integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - -safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.0.tgz#b74daec49b1148f88c64b68d49b1e815c1f2f519" - integrity sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg== - -safe-regex@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" - integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4= - dependencies: - ret "~0.1.10" - -"safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: - version "2.1.2" - resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" - integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== - -sane@^4.0.3: - version "4.1.0" - resolved "https://registry.yarnpkg.com/sane/-/sane-4.1.0.tgz#ed881fd922733a6c461bc189dc2b6c006f3ffded" - 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" - -sass-graph@^2.2.4: - version "2.2.4" - resolved "https://registry.yarnpkg.com/sass-graph/-/sass-graph-2.2.4.tgz#13fbd63cd1caf0908b9fd93476ad43a51d1e0b49" - integrity sha1-E/vWPNHK8JCLn9k0dq1DpR0eC0k= - dependencies: - glob "^7.0.0" - lodash "^4.0.0" - scss-tokenizer "^0.2.3" - yargs "^7.0.0" - -sass-loader@6.0.6: - version "6.0.6" - resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-6.0.6.tgz#e9d5e6c1f155faa32a4b26d7a9b7107c225e40f9" - integrity sha512-c3/Zc+iW+qqDip6kXPYLEgsAu2lf4xz0EZDplB7EmSUMda12U1sGJPetH55B/j9eu0bTtKzKlNPWWyYC7wFNyQ== - dependencies: - async "^2.1.5" - clone-deep "^0.3.0" - loader-utils "^1.0.1" - lodash.tail "^4.1.1" - pify "^3.0.0" - -sass-loader@8.0.2: - version "8.0.2" - resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-8.0.2.tgz#debecd8c3ce243c76454f2e8290482150380090d" - 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" - -sax@~1.2.4: - version "1.2.4" - resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" - integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== - -saxes@^3.1.9: - version "3.1.11" - resolved "https://registry.yarnpkg.com/saxes/-/saxes-3.1.11.tgz#d59d1fd332ec92ad98a2e0b2ee644702384b1c5b" - integrity sha512-Ydydq3zC+WYDJK1+gRxRapLIED9PWeSuuS41wqyoRmzvhhh9nc+QQrVMKJYzJFULazeGhzSV0QleN2wD3boh2g== - dependencies: - xmlchars "^2.1.1" - -scheduler@^0.19.1: - version "0.19.1" - resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196" - integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA== - dependencies: - loose-envify "^1.1.0" - object-assign "^4.1.1" - -schema-utils@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770" - integrity sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g== - dependencies: - ajv "^6.1.0" - ajv-errors "^1.0.0" - ajv-keywords "^3.1.0" - -schema-utils@^2.0.0, schema-utils@^2.0.1, schema-utils@^2.6.0: - version "2.6.4" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.6.4.tgz#a27efbf6e4e78689d91872ee3ccfa57d7bdd0f53" - integrity sha512-VNjcaUxVnEeun6B2fiiUDjXXBtD4ZSH7pdbfIu1pOFwgptDPLMo/z9jr4sUfsjFVPqDCEin/F7IYlq7/E6yDbQ== - dependencies: - ajv "^6.10.2" - ajv-keywords "^3.4.1" - -schema-utils@^2.6.1: - version "2.6.5" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.6.5.tgz#c758f0a7e624263073d396e29cd40aa101152d8a" - integrity sha512-5KXuwKziQrTVHh8j/Uxz+QUbxkaLW9X/86NBlx/gnKgtsZA2GIVMUn17qWhRFwF8jdYb3Dig5hRO/W5mZqy6SQ== - dependencies: - ajv "^6.12.0" - ajv-keywords "^3.4.1" - -scss-tokenizer@^0.2.3: - version "0.2.3" - resolved "https://registry.yarnpkg.com/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz#8eb06db9a9723333824d3f5530641149847ce5d1" - integrity sha1-jrBtualyMzOCTT9VMGQRSYR85dE= - dependencies: - js-base64 "^2.1.8" - source-map "^0.4.2" - -select@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/select/-/select-1.1.2.tgz#0e7350acdec80b1108528786ec1d4418d11b396d" - integrity sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0= - -"semver@2 || 3 || 4 || 5", semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0: - version "5.7.1" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" - integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - -semver@7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" - integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== - -semver@^6.0.0, semver@^6.3.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" - integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== - -semver@~5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f" - integrity sha1-myzl094C0XxgEq0yaqa00M9U+U8= - -send@0.17.1: - version "0.17.1" - resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8" - 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" - -serialize-javascript@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-2.1.2.tgz#ecec53b0e0317bdc95ef76ab7074b7384785fa61" - integrity sha512-rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ== - -serve-handler@6.1.2: - version "6.1.2" - resolved "https://registry.yarnpkg.com/serve-handler/-/serve-handler-6.1.2.tgz#f05b0421a313fff2d257838cba00cbcc512cd2b6" - integrity sha512-RFh49wX7zJmmOVDcIjiDSJnMH+ItQEvyuYLYuDBVoA/xmQSCuj+uRmk1cmBB5QQlI3qOiWKp6p4DUGY+Z5AB2A== - dependencies: - bytes "3.0.0" - content-disposition "0.5.2" - fast-url-parser "1.1.3" - mime-types "2.1.18" - minimatch "3.0.4" - path-is-inside "1.0.2" - path-to-regexp "2.2.1" - range-parser "1.2.0" - -serve@^11.3.0: - version "11.3.0" - resolved "https://registry.yarnpkg.com/serve/-/serve-11.3.0.tgz#1d342e13e310501ecf17b6602f1f35da640d6448" - integrity sha512-AU0g50Q1y5EVFX56bl0YX5OtVjUX1N737/Htj93dQGKuHiuLvVB45PD8Muar70W6Kpdlz8aNJfoUqTyAq9EE/A== - dependencies: - "@zeit/schemas" "2.6.0" - ajv "6.5.3" - arg "2.0.0" - boxen "1.3.0" - chalk "2.4.1" - clipboardy "1.2.3" - compression "1.7.3" - serve-handler "6.1.2" - update-check "1.5.2" - -set-blocking@^2.0.0, set-blocking@~2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" - integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= - -set-value@^2.0.0, set-value@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" - 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" - -setimmediate@^1.0.4: - version "1.0.5" - resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" - integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU= - -setprototypeof@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683" - integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw== - -sha.js@^2.4.0, sha.js@^2.4.8: - version "2.4.11" - resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7" - integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ== - dependencies: - inherits "^2.0.1" - safe-buffer "^5.0.1" - -shallow-clone@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-0.1.2.tgz#5909e874ba77106d73ac414cfec1ffca87d97060" - integrity sha1-WQnodLp3EG1zrEFM/sH/yofZcGA= - dependencies: - is-extendable "^0.1.1" - kind-of "^2.0.1" - lazy-cache "^0.2.3" - mixin-object "^2.0.1" - -shallow-clone@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3" - integrity sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA== - dependencies: - kind-of "^6.0.2" - -shallowequal@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8" - integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ== - -shebang-command@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" - integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= - dependencies: - shebang-regex "^1.0.0" - -shebang-command@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" - integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== - dependencies: - shebang-regex "^3.0.0" - -shebang-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" - integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= - -shebang-regex@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" - integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== - -shell-quote@^1.6.1: - version "1.7.2" - resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2" - integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg== - -shellwords@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b" - integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww== - -signal-exit@^3.0.0, signal-exit@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" - integrity sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0= - -sisteransi@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.4.tgz#386713f1ef688c7c0304dc4c0632898941cad2e3" - integrity sha512-/ekMoM4NJ59ivGSfKapeG+FWtrmWvA1p6FBZwXrqojw90vJu8lBmrTxCMuBCydKtkaUe2zt4PlxeTKpjwMbyig== - -slash@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" - integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== - -snapdragon-node@^2.0.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" - integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== - dependencies: - define-property "^1.0.0" - isobject "^3.0.0" - snapdragon-util "^3.0.1" - -snapdragon-util@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" - integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== - dependencies: - kind-of "^3.2.0" - -snapdragon@^0.8.1: - version "0.8.2" - resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d" - 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" - -sort-keys@^1.0.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-1.1.2.tgz#441b6d4d346798f1b4e49e8920adfba0e543f9ad" - integrity sha1-RBttTTRnmPG05J6JIK37oOVD+a0= - dependencies: - is-plain-obj "^1.0.0" - -source-list-map@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" - integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== - -source-map-resolve@^0.5.0, source-map-resolve@^0.5.2: - version "0.5.3" - resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" - 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" - -source-map-support@^0.5.6, source-map-support@~0.5.12: - version "0.5.16" - resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.16.tgz#0ae069e7fe3ba7538c64c98515e35339eac5a042" - integrity sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ== - dependencies: - buffer-from "^1.0.0" - source-map "^0.6.0" - -source-map-url@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3" - integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= - -source-map@0.6.1, source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" - integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== - -source-map@0.7.3, source-map@^0.7.3: - version "0.7.3" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" - integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== - -source-map@^0.4.2: - version "0.4.4" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b" - integrity sha1-66T12pwNyZneaAMti092FzZSA2s= - dependencies: - amdefine ">=0.0.4" - -source-map@^0.5.0, source-map@^0.5.6: - version "0.5.7" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" - integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= - -space-separated-tokens@^1.0.0: - version "1.1.4" - resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-1.1.4.tgz#27910835ae00d0adfcdbd0ad7e611fb9544351fa" - integrity sha512-UyhMSmeIqZrQn2UdjYpxEkwY9JUrn8pP+7L4f91zRzOQuI8MF1FGLfYU9DKCYeLdo7LXMxwrX5zKFy7eeeVHuA== - -spdx-correct@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.0.tgz#fb83e504445268f154b074e218c87c003cd31df4" - integrity sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q== - dependencies: - spdx-expression-parse "^3.0.0" - spdx-license-ids "^3.0.0" - -spdx-exceptions@^2.1.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz#2ea450aee74f2a89bfb94519c07fcd6f41322977" - integrity sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA== - -spdx-expression-parse@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz#99e119b7a5da00e05491c9fa338b7904823b41d0" - integrity sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg== - dependencies: - spdx-exceptions "^2.1.0" - spdx-license-ids "^3.0.0" - -spdx-license-ids@^3.0.0: - version "3.0.5" - resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654" - integrity sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q== - -split-on-first@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/split-on-first/-/split-on-first-1.1.0.tgz#f610afeee3b12bce1d0c30425e76398b78249a5f" - integrity sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw== - -split-string@^3.0.1, split-string@^3.0.2: - version "3.1.0" - resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" - integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== - dependencies: - extend-shallow "^3.0.0" - -sprintf-js@~1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" - integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= - -sshpk@^1.7.0: - version "1.16.1" - resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877" - 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" - -ssri@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.1.tgz#2a3c41b28dd45b62b63676ecb74001265ae9edd8" - integrity sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA== - dependencies: - figgy-pudding "^3.5.1" - -stable@^0.1.8: - version "0.1.8" - resolved "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf" - integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w== - -stack-utils@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-1.0.2.tgz#33eba3897788558bebfc2db059dc158ec36cebb8" - integrity sha512-MTX+MeG5U994cazkjd/9KNAapsHnibjMLnfXodlkXw76JEea0UiNzrqidzo1emMwk7w5Qhc9jd4Bn9TBb1MFwA== - -state-toggle@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/state-toggle/-/state-toggle-1.0.2.tgz#75e93a61944116b4959d665c8db2d243631d6ddc" - integrity sha512-8LpelPGR0qQM4PnfLiplOQNJcIN1/r2Gy0xKB2zKnIW2YzPMt2sR4I/+gtPjhN7Svh9kw+zqEg2SFwpBO9iNiw== - -static-extend@^0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" - integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= - dependencies: - define-property "^0.2.5" - object-copy "^0.1.0" - -"statuses@>= 1.5.0 < 2", statuses@~1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" - integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= - -stdout-stream@^1.4.0: - version "1.4.1" - resolved "https://registry.yarnpkg.com/stdout-stream/-/stdout-stream-1.4.1.tgz#5ac174cdd5cd726104aa0c0b2bd83815d8d535de" - integrity sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA== - dependencies: - readable-stream "^2.0.1" - -stealthy-require@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/stealthy-require/-/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b" - integrity sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks= - -stream-browserify@^2.0.1: - version "2.0.2" - resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b" - integrity sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg== - dependencies: - inherits "~2.0.1" - readable-stream "^2.0.2" - -stream-each@^1.1.0: - version "1.2.3" - resolved "https://registry.yarnpkg.com/stream-each/-/stream-each-1.2.3.tgz#ebe27a0c389b04fbcc233642952e10731afa9bae" - integrity sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw== - dependencies: - end-of-stream "^1.1.0" - stream-shift "^1.0.0" - -stream-http@^2.7.2: - version "2.8.3" - resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-2.8.3.tgz#b2d242469288a5a27ec4fe8933acf623de6514fc" - 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" - -stream-shift@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d" - integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== - -strict-uri-encode@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713" - integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM= - -strict-uri-encode@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546" - integrity sha1-ucczDHBChi9rFC3CdLvMWGbONUY= - -string-hash@1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/string-hash/-/string-hash-1.1.3.tgz#e8aafc0ac1855b4666929ed7dd1275df5d6c811b" - integrity sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs= - -string-length@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/string-length/-/string-length-3.1.0.tgz#107ef8c23456e187a8abd4a61162ff4ac6e25837" - integrity sha512-Ttp5YvkGm5v9Ijagtaz1BnN+k9ObpvS0eIBblPMp2YWL8FBmi9qblQ9fexc2k/CXFgrTIteU3jAw3payCnwSTA== - dependencies: - astral-regex "^1.0.0" - strip-ansi "^5.2.0" - -string-width@^1.0.1, string-width@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" - integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= - dependencies: - code-point-at "^1.0.0" - is-fullwidth-code-point "^1.0.0" - strip-ansi "^3.0.0" - -"string-width@^1.0.2 || 2", string-width@^2.0.0, string-width@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" - integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== - dependencies: - is-fullwidth-code-point "^2.0.0" - strip-ansi "^4.0.0" - -string-width@^4.1.0, string-width@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5" - integrity sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.0" - -string.prototype.trimleft@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74" - integrity sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag== - dependencies: - define-properties "^1.1.3" - function-bind "^1.1.1" - -string.prototype.trimright@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9" - integrity sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g== - dependencies: - define-properties "^1.1.3" - function-bind "^1.1.1" - -string_decoder@^1.0.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" - integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== - dependencies: - safe-buffer "~5.2.0" - -string_decoder@~1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" - integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== - dependencies: - safe-buffer "~5.1.0" - -strip-ansi@5.2.0, strip-ansi@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" - integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== - dependencies: - ansi-regex "^4.1.0" - -strip-ansi@^3.0.0, strip-ansi@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" - integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= - dependencies: - ansi-regex "^2.0.0" - -strip-ansi@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" - integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8= - dependencies: - ansi-regex "^3.0.0" - -strip-ansi@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532" - integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== - dependencies: - ansi-regex "^5.0.0" - -strip-bom@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e" - integrity sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4= - dependencies: - is-utf8 "^0.2.0" - -strip-bom@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" - integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM= - -strip-bom@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878" - integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w== - -strip-eof@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" - integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= - -strip-final-newline@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" - integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== - -strip-indent@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2" - integrity sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI= - dependencies: - get-stdin "^4.0.1" - -strip-json-comments@~2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" - integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= - -strip-outer@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/strip-outer/-/strip-outer-1.0.1.tgz#b2fd2abf6604b9d1e6013057195df836b8a9d631" - integrity sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg== - dependencies: - escape-string-regexp "^1.0.2" - -strip-url-auth@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/strip-url-auth/-/strip-url-auth-1.0.1.tgz#22b0fa3a41385b33be3f331551bbb837fa0cd7ae" - integrity sha1-IrD6OkE4WzO+PzMVUbu4N/oM164= - -style-loader@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.0.0.tgz#1d5296f9165e8e2c85d24eee0b7caf9ec8ca1f82" - integrity sha512-B0dOCFwv7/eY31a5PCieNwMgMhVGFe9w+rh7s/Bx8kfFkrth9zfTZquoYvdw8URgiqxObQKcpW51Ugz1HjfdZw== - dependencies: - loader-utils "^1.2.3" - schema-utils "^2.0.1" - -style-to-object@0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/style-to-object/-/style-to-object-0.3.0.tgz#b1b790d205991cc783801967214979ee19a76e46" - integrity sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA== - dependencies: - inline-style-parser "0.1.1" - -style-to-object@^0.2.1: - version "0.2.3" - resolved "https://registry.yarnpkg.com/style-to-object/-/style-to-object-0.2.3.tgz#afcf42bc03846b1e311880c55632a26ad2780bcb" - integrity sha512-1d/k4EY2N7jVLOqf2j04dTc37TPOv/hHxZmvpg8Pdh8UYydxeu/C1W1U4vD8alzf5V2Gt7rLsmkr4dxAlDm9ng== - dependencies: - inline-style-parser "0.1.1" - -styled-components@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.0.1.tgz#57782a6471031abefb2db5820a1876ae853bc619" - integrity sha512-E0xKTRIjTs4DyvC1MHu/EcCXIj6+ENCP8hP01koyoADF++WdBUOrSGwU1scJRw7/YaYOhDvvoad6VlMG+0j53A== - dependencies: - "@babel/helper-module-imports" "^7.0.0" - "@babel/traverse" "^7.4.5" - "@emotion/is-prop-valid" "^0.8.3" - "@emotion/stylis" "^0.8.4" - "@emotion/unitless" "^0.7.4" - babel-plugin-styled-components ">= 1" - css-to-react-native "^3.0.0" - hoist-non-react-statics "^3.0.0" - shallowequal "^1.1.0" - supports-color "^5.5.0" - -styled-jsx@3.2.5: - version "3.2.5" - resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-3.2.5.tgz#0172a3e13a0d6d8bf09167dcaf32cf7102d932ca" - integrity sha512-prEahkYwQHomUljJzXzrFnBmQrSMtWOBbXn8QeEkpfFkqMZQGshxzzp4H8ebBIsbVlHF/3+GSXMnmK/fp7qVYQ== - dependencies: - "@babel/types" "7.8.3" - babel-plugin-syntax-jsx "6.18.0" - convert-source-map "1.7.0" - loader-utils "1.2.3" - source-map "0.7.3" - string-hash "1.1.3" - stylis "3.5.4" - stylis-rule-sheet "0.0.10" - -stylis-rule-sheet@0.0.10: - version "0.0.10" - resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz#44e64a2b076643f4b52e5ff71efc04d8c3c4a430" - integrity sha512-nTbZoaqoBnmK+ptANthb10ZRZOGC+EmTLLUxeYIuHNkEKcmKgXX1XWKkUBT2Ac4es3NybooPe0SmvKdhKJZAuw== - -stylis@3.5.4: - version "3.5.4" - resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.4.tgz#f665f25f5e299cf3d64654ab949a57c768b73fbe" - integrity sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q== - -supports-color@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" - integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= - -supports-color@^5.3.0, supports-color@^5.4.0, supports-color@^5.5.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" - integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - dependencies: - has-flag "^3.0.0" - -supports-color@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3" - integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== - dependencies: - has-flag "^3.0.0" - -supports-color@^7.0.0, supports-color@^7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1" - integrity sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g== - dependencies: - has-flag "^4.0.0" - -supports-hyperlinks@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.1.0.tgz#f663df252af5f37c5d49bbd7eeefa9e0b9e59e47" - integrity sha512-zoE5/e+dnEijk6ASB6/qrK+oYdm2do1hjoLWrqUC/8WEIW1gbxFcKuBof7sW8ArN6e+AYvsE8HBGiVRWL/F5CA== - dependencies: - has-flag "^4.0.0" - supports-color "^7.0.0" - -svg-parser@^2.0.2: - version "2.0.3" - resolved "https://registry.yarnpkg.com/svg-parser/-/svg-parser-2.0.3.tgz#a38f2e4e5442986f7ecb554c11f1411cfcf8c2b9" - integrity sha512-fnCWiifNhK8i2Z7b9R5tbNahpxrRdAaQbnoxKlT2KrSCj9Kq/yBSgulCRgBJRhy1dPnSY5slg5ehPUnzpEcHlg== - -svgo@^1.2.2: - version "1.3.2" - resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.2.tgz#b6dc511c063346c9e415b81e43401145b96d4167" - 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" - -symbol-tree@^3.2.2: - version "3.2.4" - resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2" - integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== - -tapable@^1.0.0, tapable@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" - integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== - -tar@^2.0.0: - version "2.2.2" - resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.2.tgz#0ca8848562c7299b8b446ff6a4d60cdbb23edc40" - integrity sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA== - dependencies: - block-stream "*" - fstream "^1.0.12" - inherits "2" - -term-size@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/term-size/-/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69" - integrity sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk= - dependencies: - execa "^0.7.0" - -terminal-link@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/terminal-link/-/terminal-link-2.1.1.tgz#14a64a27ab3c0df933ea546fba55f2d078edc994" - integrity sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ== - dependencies: - ansi-escapes "^4.2.1" - supports-hyperlinks "^2.0.0" - -terser-webpack-plugin@^1.4.3: - version "1.4.3" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.3.tgz#5ecaf2dbdc5fb99745fd06791f46fc9ddb1c9a7c" - integrity sha512-QMxecFz/gHQwteWwSo5nTc6UaICqN1bMedC5sMtUc7y3Ha3Q8y6ZO0iCR8pq4RJC8Hjf0FEPEHZqcMB/+DFCrA== - dependencies: - cacache "^12.0.2" - find-cache-dir "^2.1.0" - is-wsl "^1.1.0" - schema-utils "^1.0.0" - serialize-javascript "^2.1.2" - source-map "^0.6.1" - terser "^4.1.2" - webpack-sources "^1.4.0" - worker-farm "^1.7.0" - -terser@4.4.2: - version "4.4.2" - resolved "https://registry.yarnpkg.com/terser/-/terser-4.4.2.tgz#448fffad0245f4c8a277ce89788b458bfd7706e8" - integrity sha512-Uufrsvhj9O1ikwgITGsZ5EZS6qPokUOkCegS7fYOdGTv+OA90vndUbU6PEjr5ePqHfNUbGyMO7xyIZv2MhsALQ== - dependencies: - commander "^2.20.0" - source-map "~0.6.1" - source-map-support "~0.5.12" - -terser@4.6.7: - version "4.6.7" - resolved "https://registry.yarnpkg.com/terser/-/terser-4.6.7.tgz#478d7f9394ec1907f0e488c5f6a6a9a2bad55e72" - integrity sha512-fmr7M1f7DBly5cX2+rFDvmGBAaaZyPrHYK4mMdHEDAdNTqXSZgSOfqsfGq2HqPGT/1V0foZZuCZFx8CHKgAk3g== - dependencies: - commander "^2.20.0" - source-map "~0.6.1" - source-map-support "~0.5.12" - -terser@^4.1.2: - version "4.6.3" - resolved "https://registry.yarnpkg.com/terser/-/terser-4.6.3.tgz#e33aa42461ced5238d352d2df2a67f21921f8d87" - integrity sha512-Lw+ieAXmY69d09IIc/yqeBqXpEQIpDGZqT34ui1QWXIUpR2RjbqEkT8X7Lgex19hslSqcWM5iMN2kM11eMsESQ== - dependencies: - commander "^2.20.0" - source-map "~0.6.1" - source-map-support "~0.5.12" - -test-exclude@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e" - integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w== - dependencies: - "@istanbuljs/schema" "^0.1.2" - glob "^7.1.4" - minimatch "^3.0.4" - -thread-loader@2.1.3: - version "2.1.3" - resolved "https://registry.yarnpkg.com/thread-loader/-/thread-loader-2.1.3.tgz#cbd2c139fc2b2de6e9d28f62286ab770c1acbdda" - integrity sha512-wNrVKH2Lcf8ZrWxDF/khdlLlsTMczdcwPA9VEK4c2exlEPynYWxi9op3nPTo5lAnDIkE0rQEB3VBP+4Zncc9Hg== - dependencies: - loader-runner "^2.3.1" - loader-utils "^1.1.0" - neo-async "^2.6.0" - -throat@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/throat/-/throat-5.0.0.tgz#c5199235803aad18754a667d659b5e72ce16764b" - integrity sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA== - -through2@^2.0.0: - version "2.0.5" - resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" - integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== - dependencies: - readable-stream "~2.3.6" - xtend "~4.0.1" - -timers-browserify@^2.0.4: - version "2.0.11" - resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.11.tgz#800b1f3eee272e5bc53ee465a04d0e804c31211f" - integrity sha512-60aV6sgJ5YEbzUdn9c8kYGIqOubPoUdqQCul3SBAsRCZ40s6Y5cMcrW4dt3/k/EsbLVJNl9n6Vz3fTc+k2GeKQ== - dependencies: - setimmediate "^1.0.4" - -tiny-emitter@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/tiny-emitter/-/tiny-emitter-2.1.0.tgz#1d1a56edfc51c43e863cbb5382a72330e3555423" - integrity sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q== - -tmpl@1.0.x: - version "1.0.4" - resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1" - integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE= - -to-arraybuffer@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" - integrity sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M= - -to-fast-properties@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" - integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= - -to-object-path@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" - integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= - dependencies: - kind-of "^3.0.2" - -to-regex-range@^2.1.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" - integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= - dependencies: - is-number "^3.0.0" - repeat-string "^1.6.1" - -to-regex-range@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" - integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== - dependencies: - is-number "^7.0.0" - -to-regex@^3.0.1, to-regex@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" - 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" - -toidentifier@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" - integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== - -tough-cookie@^2.3.3: - version "2.5.0" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2" - integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== - dependencies: - psl "^1.1.28" - punycode "^2.1.1" - -tough-cookie@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-3.0.1.tgz#9df4f57e739c26930a018184887f4adb7dca73b2" - integrity sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg== - dependencies: - ip-regex "^2.1.0" - psl "^1.1.28" - punycode "^2.1.1" - -tough-cookie@~2.4.3: - version "2.4.3" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.4.3.tgz#53f36da3f47783b0925afa06ff9f3b165280f781" - integrity sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ== - dependencies: - psl "^1.1.24" - punycode "^1.4.1" - -tr46@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09" - integrity sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk= - dependencies: - punycode "^2.1.0" - -traverse@0.6.6: - version "0.6.6" - resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137" - integrity sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc= - -trim-lines@^1.0.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/trim-lines/-/trim-lines-1.1.2.tgz#c8adbdbdae21bb5c2766240a661f693afe23e59b" - integrity sha512-3GOuyNeTqk3FAqc3jOJtw7FTjYl94XBR5aD9QnDbK/T4CA9sW/J0l9RoaRPE9wyPP7NF331qnHnvJFBJ+IDkmQ== - -trim-newlines@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" - integrity sha1-WIeWa7WCpFA6QetST301ARgVphM= - -trim-repeated@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/trim-repeated/-/trim-repeated-1.0.0.tgz#e3646a2ea4e891312bf7eace6cfb05380bc01c21" - integrity sha1-42RqLqTokTEr9+rObPsFOAvAHCE= - dependencies: - escape-string-regexp "^1.0.2" - -trim-trailing-lines@^1.0.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/trim-trailing-lines/-/trim-trailing-lines-1.1.2.tgz#d2f1e153161152e9f02fabc670fb40bec2ea2e3a" - integrity sha512-MUjYItdrqqj2zpcHFTkMa9WAv4JHTI6gnRQGPFLrt5L9a6tRMiDnIqYl8JBvu2d2Tc3lWJKQwlGCp0K8AvCM+Q== - -trim@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd" - integrity sha1-WFhUf2spB1fulczMZm+1AITEYN0= - -trough@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.4.tgz#3b52b1f13924f460c3fbfd0df69b587dbcbc762e" - integrity sha512-tdzBRDGWcI1OpPVmChbdSKhvSVurznZ8X36AYURAcl+0o2ldlCY2XPzyXNNxwJwwyIU+rIglTCG4kxtNKBQH7Q== - -"true-case-path@^1.0.2": - version "1.0.3" - resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-1.0.3.tgz#f813b5a8c86b40da59606722b144e3225799f47d" - integrity sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew== - dependencies: - glob "^7.1.2" - -ts-pnp@^1.1.2: - version "1.1.5" - resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.1.5.tgz#840e0739c89fce5f3abd9037bb091dbff16d9dec" - integrity sha512-ti7OGMOUOzo66wLF3liskw6YQIaSsBgc4GOAlWRnIEj8htCxJUxskanMUoJOD6MDCRAXo36goXJZch+nOS0VMA== - -tslib@^1.9.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a" - integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ== - -tty-browserify@0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6" - integrity sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY= - -tunnel-agent@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" - integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= - dependencies: - safe-buffer "^5.0.1" - -tweetnacl@^0.14.3, tweetnacl@~0.14.0: - version "0.14.5" - resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" - integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= - -type-check@~0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72" - integrity sha1-WITKtRLPHTVeP7eE8wgEsrUg23I= - dependencies: - prelude-ls "~1.1.2" - -type-detect@4.0.8: - version "4.0.8" - resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" - integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== - -type-fest@^0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.11.0.tgz#97abf0872310fed88a5c466b25681576145e33f1" - integrity sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ== - -type@^1.0.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/type/-/type-1.2.0.tgz#848dd7698dafa3e54a6c479e759c4bc3f18847a0" - integrity sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg== - -type@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/type/-/type-2.0.0.tgz#5f16ff6ef2eb44f260494dae271033b29c09a9c3" - integrity sha512-KBt58xCHry4Cejnc2ISQAF7QY+ORngsWfxezO68+12hKV6lQY8P/psIkcbjeHWn7MqcgciWJyCCevFMJdIXpow== - -typedarray-to-buffer@^3.1.5: - version "3.1.5" - resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080" - integrity sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q== - dependencies: - is-typedarray "^1.0.0" - -typedarray@^0.0.6: - version "0.0.6" - resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" - integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= - -unfetch@4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.1.0.tgz#6ec2dd0de887e58a4dee83a050ded80ffc4137db" - integrity sha512-crP/n3eAPUJxZXM9T80/yv0YhkTEx2K1D3h7D1AJM6fzsWZrxdyRuLN0JH/dkZh1LNH8LxCnBzoPFCPbb2iGpg== - -unherit@^1.0.4: - version "1.1.2" - resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.2.tgz#14f1f397253ee4ec95cec167762e77df83678449" - integrity sha512-W3tMnpaMG7ZY6xe/moK04U9fBhi6wEiCYHUW5Mop/wQHf12+79EQGwxYejNdhEz2mkqkBlGwm7pxmgBKMVUj0w== - dependencies: - inherits "^2.0.1" - xtend "^4.0.1" - -unicode-canonical-property-names-ecmascript@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818" - integrity sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ== - -unicode-match-property-ecmascript@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz#8ed2a32569961bce9227d09cd3ffbb8fed5f020c" - integrity sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg== - dependencies: - unicode-canonical-property-names-ecmascript "^1.0.4" - unicode-property-aliases-ecmascript "^1.0.4" - -unicode-match-property-value-ecmascript@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.1.0.tgz#5b4b426e08d13a80365e0d657ac7a6c1ec46a277" - integrity sha512-hDTHvaBk3RmFzvSl0UVrUmC3PuW9wKVnpoUDYH0JDkSIovzw+J5viQmeYHxVSBptubnr7PbH2e0fnpDRQnQl5g== - -unicode-property-aliases-ecmascript@^1.0.4: - version "1.0.5" - resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.5.tgz#a9cc6cc7ce63a0a3023fc99e341b94431d405a57" - integrity sha512-L5RAqCfXqAwR3RriF8pM0lU0w4Ryf/GgzONwi6KnL1taJQa7x1TCxdJnILX59WIGOwR57IVxn7Nej0fz1Ny6fw== - -unified@8.4.2: - version "8.4.2" - resolved "https://registry.yarnpkg.com/unified/-/unified-8.4.2.tgz#13ad58b4a437faa2751a4a4c6a16f680c500fff1" - integrity sha512-JCrmN13jI4+h9UAyKEoGcDZV+i1E7BLFuG7OsaDvTXI5P0qhHX+vZO/kOhz9jn8HGENDKbwSeB0nVOg4gVStGA== - dependencies: - bail "^1.0.0" - extend "^3.0.0" - is-plain-obj "^2.0.0" - trough "^1.0.0" - vfile "^4.0.0" - -union-value@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" - 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" - -uniq@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff" - integrity sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8= - -unique-filename@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230" - integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== - dependencies: - unique-slug "^2.0.0" - -unique-slug@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.2.tgz#baabce91083fc64e945b0f3ad613e264f7cd4e6c" - integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w== - dependencies: - imurmurhash "^0.1.4" - -unist-builder@2.0.3, unist-builder@^2.0.0: - version "2.0.3" - resolved "https://registry.yarnpkg.com/unist-builder/-/unist-builder-2.0.3.tgz#77648711b5d86af0942f334397a33c5e91516436" - integrity sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw== - -unist-util-generated@^1.0.0: - version "1.1.5" - resolved "https://registry.yarnpkg.com/unist-util-generated/-/unist-util-generated-1.1.5.tgz#1e903e68467931ebfaea386dae9ea253628acd42" - integrity sha512-1TC+NxQa4N9pNdayCYA1EGUOCAO0Le3fVp7Jzns6lnua/mYgwHo0tz5WUAfrdpNch1RZLHc61VZ1SDgrtNXLSw== - -unist-util-is@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-3.0.0.tgz#d9e84381c2468e82629e4a5be9d7d05a2dd324cd" - integrity sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A== - -unist-util-is@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-4.0.1.tgz#ae3e39b9ad1b138c8e3b9d2f4658ad0031be4610" - integrity sha512-7NYjErP4LJtkEptPR22wO5RsCPnHZZrop7t2SoQzjvpFedCFer4WW8ujj9GI5DkUX7yVcffXLjoURf6h2QUv6Q== - -unist-util-position@^3.0.0: - version "3.0.4" - resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-3.0.4.tgz#5872be7aec38629b971fdb758051f78817b0040a" - integrity sha512-tWvIbV8goayTjobxDIr4zVTyG+Q7ragMSMeKC3xnPl9xzIc0+she8mxXLM3JVNDDsfARPbCd3XdzkyLdo7fF3g== - -unist-util-remove-position@^1.0.0: - version "1.1.4" - resolved "https://registry.yarnpkg.com/unist-util-remove-position/-/unist-util-remove-position-1.1.4.tgz#ec037348b6102c897703eee6d0294ca4755a2020" - integrity sha512-tLqd653ArxJIPnKII6LMZwH+mb5q+n/GtXQZo6S6csPRs5zB0u79Yw8ouR3wTw8wxvdJFhpP6Y7jorWdCgLO0A== - dependencies: - unist-util-visit "^1.1.0" - -unist-util-remove@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/unist-util-remove/-/unist-util-remove-1.0.3.tgz#58ec193dfa84b52d5a055ffbc58e5444eb8031a3" - integrity sha512-mB6nCHCQK0pQffUAcCVmKgIWzG/AXs/V8qpS8K72tMPtOSCMSjDeMc5yN+Ye8rB0FhcE+JvW++o1xRNc0R+++g== - dependencies: - unist-util-is "^3.0.0" - -unist-util-stringify-position@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-2.0.2.tgz#5a3866e7138d55974b640ec69a94bc19e0f3fa12" - integrity sha512-nK5n8OGhZ7ZgUwoUbL8uiVRwAbZyzBsB/Ddrlbu6jwwubFza4oe15KlyEaLNMXQW1svOQq4xesUeqA85YrIUQA== - dependencies: - "@types/unist" "^2.0.2" - -unist-util-visit-parents@^2.0.0: - version "2.1.2" - resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz#25e43e55312166f3348cae6743588781d112c1e9" - integrity sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g== - dependencies: - unist-util-is "^3.0.0" - -unist-util-visit-parents@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-3.0.1.tgz#666883dc8684c6eec04a7e9781cdcd8b4888319f" - integrity sha512-umEOTkm6/y1gIqPrqet55mYqlvGXCia/v1FSc5AveLAI7jFmOAIbqiwcHcviLcusAkEQt1bq2hixCKO9ltMb2Q== - dependencies: - "@types/unist" "^2.0.0" - unist-util-is "^4.0.0" - -unist-util-visit@2.0.2, unist-util-visit@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-2.0.2.tgz#3843782a517de3d2357b4c193b24af2d9366afb7" - integrity sha512-HoHNhGnKj6y+Sq+7ASo2zpVdfdRifhTgX2KTU3B/sO/TTlZchp7E3S4vjRzDJ7L60KmrCPsQkVK3lEF3cz36XQ== - dependencies: - "@types/unist" "^2.0.0" - unist-util-is "^4.0.0" - unist-util-visit-parents "^3.0.0" - -unist-util-visit@^1.0.0, unist-util-visit@^1.1.0, unist-util-visit@^1.1.3: - version "1.4.1" - resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-1.4.1.tgz#4724aaa8486e6ee6e26d7ff3c8685960d560b1e3" - integrity sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw== - dependencies: - unist-util-visit-parents "^2.0.0" - -universalify@^0.1.0: - version "0.1.2" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" - integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== - -unpipe@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" - integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= - -unquote@~1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/unquote/-/unquote-1.1.1.tgz#8fded7324ec6e88a0ff8b905e7c098cdc086d544" - integrity sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ= - -unset-value@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" - integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= - dependencies: - has-value "^0.3.1" - isobject "^3.0.0" - -upath@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" - integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== - -update-check@1.5.2: - version "1.5.2" - resolved "https://registry.yarnpkg.com/update-check/-/update-check-1.5.2.tgz#2fe09f725c543440b3d7dabe8971f2d5caaedc28" - integrity sha512-1TrmYLuLj/5ZovwUS7fFd1jMH3NnFDN1y1A8dboedIDt7zs/zJMo6TwwlhYKkSeEwzleeiSBV5/3c9ufAQWDaQ== - dependencies: - registry-auth-token "3.3.2" - registry-url "3.1.0" - -uri-js@^4.2.2: - version "4.2.2" - resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0" - integrity sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ== - dependencies: - punycode "^2.1.0" - -urix@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" - integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= - -url@0.11.0, url@^0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1" - integrity sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE= - dependencies: - punycode "1.3.2" - querystring "0.2.0" - -use-subscription@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/use-subscription/-/use-subscription-1.1.1.tgz#5509363e9bb152c4fb334151d4dceb943beaa7bb" - integrity sha512-gk4fPTYvNhs6Ia7u8/+K7bM7sZ7O7AMfWtS+zPO8luH+zWuiGgGcrW0hL4MRWZSzXo+4ofNorf87wZwBKz2YdQ== - -use@^3.1.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" - integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== - -util-deprecate@~1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" - integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= - -util.promisify@~1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.1.tgz#6baf7774b80eeb0f7520d8b81d07982a59abbaee" - 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" - -util@0.10.3: - version "0.10.3" - resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9" - integrity sha1-evsa/lCAUkZInj23/g7TeTNqwPk= - dependencies: - inherits "2.0.1" - -util@^0.11.0: - version "0.11.1" - resolved "https://registry.yarnpkg.com/util/-/util-0.11.1.tgz#3236733720ec64bb27f6e26f421aaa2e1b588d61" - integrity sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ== - dependencies: - inherits "2.0.3" - -uuid@^3.3.2: - version "3.4.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" - integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== - -v8-to-istanbul@^4.0.1: - version "4.1.3" - resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-4.1.3.tgz#22fe35709a64955f49a08a7c7c959f6520ad6f20" - integrity sha512-sAjOC+Kki6aJVbUOXJbcR0MnbfjvBzwKZazEJymA2IX49uoOdEdk+4fBq5cXgYgiyKtAyrrJNtBZdOeDIF+Fng== - dependencies: - "@types/istanbul-lib-coverage" "^2.0.1" - convert-source-map "^1.6.0" - source-map "^0.7.3" - -validate-npm-package-license@^3.0.1: - version "3.0.4" - resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" - integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== - dependencies: - spdx-correct "^3.0.0" - spdx-expression-parse "^3.0.0" - -vary@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" - integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= - -verror@1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" - integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= - dependencies: - assert-plus "^1.0.0" - core-util-is "1.0.2" - extsprintf "^1.2.0" - -vfile-location@^2.0.0: - version "2.0.6" - resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-2.0.6.tgz#8a274f39411b8719ea5728802e10d9e0dff1519e" - integrity sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA== - -vfile-message@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-2.0.2.tgz#75ba05090ec758fa8420f2c11ce049bcddd8cf3e" - integrity sha512-gNV2Y2fDvDOOqq8bEe7cF3DXU6QgV4uA9zMR2P8tix11l1r7zju3zry3wZ8sx+BEfuO6WQ7z2QzfWTvqHQiwsA== - dependencies: - "@types/unist" "^2.0.0" - unist-util-stringify-position "^2.0.0" - -vfile@^4.0.0: - version "4.0.2" - resolved "https://registry.yarnpkg.com/vfile/-/vfile-4.0.2.tgz#71af004d4a710b0e6be99c894655bc56126d5d56" - integrity sha512-yhoTU5cDMSsaeaMfJ5g0bUKYkYmZhAh9fn9TZicxqn+Cw4Z439il2v3oT9S0yjlpqlI74aFOQCt3nOV+pxzlkw== - dependencies: - "@types/unist" "^2.0.0" - is-buffer "^2.0.0" - replace-ext "1.0.0" - unist-util-stringify-position "^2.0.0" - vfile-message "^2.0.0" - -vm-browserify@^1.0.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" - integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== - -w3c-hr-time@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.1.tgz#82ac2bff63d950ea9e3189a58a65625fedf19045" - integrity sha1-gqwr/2PZUOqeMYmlimViX+3xkEU= - dependencies: - browser-process-hrtime "^0.1.2" - -w3c-xmlserializer@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-1.1.2.tgz#30485ca7d70a6fd052420a3d12fd90e6339ce794" - integrity sha512-p10l/ayESzrBMYWRID6xbuCKh2Fp77+sA0doRuGn4tTIMrrZVeqfpKjXHY+oDh3K4nLdPgNwMTVP6Vp4pvqbNg== - dependencies: - domexception "^1.0.1" - webidl-conversions "^4.0.2" - xml-name-validator "^3.0.0" - -walker@^1.0.7, walker@~1.0.5: - version "1.0.7" - resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb" - integrity sha1-L3+bj9ENZ3JisYqITijRlhjgKPs= - dependencies: - makeerror "1.0.x" - -watchpack@2.0.0-beta.13: - version "2.0.0-beta.13" - resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.0.0-beta.13.tgz#9d9b0c094b8402139333e04eb6194643c8384f55" - integrity sha512-ZEFq2mx/k5qgQwgi6NOm+2ImICb8ngAkA/rZ6oyXZ7SgPn3pncf+nfhYTCrs3lmHwOxnPtGLTOuFLfpSMh1VMA== - dependencies: - glob-to-regexp "^0.4.1" - graceful-fs "^4.1.2" - -watchpack@^1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.6.0.tgz#4bc12c2ebe8aa277a71f1d3f14d685c7b446cd00" - integrity sha512-i6dHe3EyLjMmDlU1/bGQpEw25XSjkJULPuAVKCbNRefQVq48yXKUpwg538F7AZTf9kyr57zj++pQFltUa5H7yA== - dependencies: - chokidar "^2.0.2" - graceful-fs "^4.1.2" - neo-async "^2.5.0" - -wcwidth@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" - integrity sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g= - dependencies: - defaults "^1.0.3" - -web-namespaces@^1.0.0, web-namespaces@^1.1.2: - version "1.1.3" - resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-1.1.3.tgz#9bbf5c99ff0908d2da031f1d732492a96571a83f" - integrity sha512-r8sAtNmgR0WKOKOxzuSgk09JsHlpKlB+uHi937qypOu3PZ17UxPrierFKDye/uNHjNTTEshu5PId8rojIPj/tA== - -webidl-conversions@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" - integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== - -webpack-dev-middleware@3.7.0: - version "3.7.0" - resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.0.tgz#ef751d25f4e9a5c8a35da600c5fda3582b5c6cff" - integrity sha512-qvDesR1QZRIAZHOE3iQ4CXLZZSQ1lAUsSpnQmlB1PBfoN/xdRjmge3Dok0W4IdaVLJOGJy3sGI4sZHwjRU0PCA== - dependencies: - memory-fs "^0.4.1" - mime "^2.4.2" - range-parser "^1.2.1" - webpack-log "^2.0.0" - -webpack-hot-middleware@2.25.0: - version "2.25.0" - resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.25.0.tgz#4528a0a63ec37f8f8ef565cf9e534d57d09fe706" - integrity sha512-xs5dPOrGPCzuRXNi8F6rwhawWvQQkeli5Ro48PRuQh8pYPCPmNnltP9itiUPT4xI8oW+y0m59lyyeQk54s5VgA== - dependencies: - ansi-html "0.0.7" - html-entities "^1.2.0" - querystring "^0.2.0" - strip-ansi "^3.0.0" - -webpack-log@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/webpack-log/-/webpack-log-2.0.0.tgz#5b7928e0637593f119d32f6227c1e0ac31e1b47f" - integrity sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg== - dependencies: - ansi-colors "^3.0.0" - uuid "^3.3.2" - -webpack-merge@^4.1.0: - version "4.2.2" - resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-4.2.2.tgz#a27c52ea783d1398afd2087f547d7b9d2f43634d" - integrity sha512-TUE1UGoTX2Cd42j3krGYqObZbOD+xF7u28WB7tfUordytSjbWTIjK/8V0amkBfTYN4/pB/GIDlJZZ657BGG19g== - dependencies: - lodash "^4.17.15" - -webpack-sources@1.4.3, webpack-sources@^1.0.1, webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1: - version "1.4.3" - resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933" - integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ== - dependencies: - source-list-map "^2.0.0" - source-map "~0.6.1" - -webpack@4.42.0: - version "4.42.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.42.0.tgz#b901635dd6179391d90740a63c93f76f39883eb8" - integrity sha512-EzJRHvwQyBiYrYqhyjW9AqM90dE4+s1/XtCfn7uWg6cS72zH+2VPFAlsnW0+W0cDi0XRjNKUMoJtpSi50+Ph6w== - dependencies: - "@webassemblyjs/ast" "1.8.5" - "@webassemblyjs/helper-module-context" "1.8.5" - "@webassemblyjs/wasm-edit" "1.8.5" - "@webassemblyjs/wasm-parser" "1.8.5" - acorn "^6.2.1" - ajv "^6.10.2" - ajv-keywords "^3.4.1" - chrome-trace-event "^1.0.2" - enhanced-resolve "^4.1.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.1" - 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.6.0" - webpack-sources "^1.4.1" - -whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz#5abacf777c32166a51d085d6b4f3e7d27113ddb0" - integrity sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw== - dependencies: - iconv-lite "0.4.24" - -whatwg-fetch@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb" - integrity sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q== - -whatwg-mimetype@^2.2.0, whatwg-mimetype@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf" - integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g== - -whatwg-url@^7.0.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06" - integrity sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg== - dependencies: - lodash.sortby "^4.7.0" - tr46 "^1.0.1" - webidl-conversions "^4.0.2" - -which-module@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/which-module/-/which-module-1.0.0.tgz#bba63ca861948994ff307736089e3b96026c2a4f" - integrity sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8= - -which-module@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" - integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= - -which@1, which@^1.2.9, which@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" - integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== - dependencies: - isexe "^2.0.0" - -which@^2.0.1, which@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" - integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== - dependencies: - isexe "^2.0.0" - -wide-align@^1.1.0: - version "1.1.3" - resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" - integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA== - dependencies: - string-width "^1.0.2 || 2" - -widest-line@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-2.0.1.tgz#7438764730ec7ef4381ce4df82fb98a53142a3fc" - integrity sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA== - dependencies: - string-width "^2.1.1" - -word-wrap@~1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" - integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== - -worker-farm@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.7.0.tgz#26a94c5391bbca926152002f69b84a4bf772e5a8" - integrity sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw== - dependencies: - errno "~0.1.7" - -worker-rpc@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/worker-rpc/-/worker-rpc-0.1.1.tgz#cb565bd6d7071a8f16660686051e969ad32f54d5" - integrity sha512-P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg== - dependencies: - microevent.ts "~0.1.1" - -wrap-ansi@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85" - integrity sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU= - dependencies: - string-width "^1.0.1" - strip-ansi "^3.0.1" - -wrap-ansi@^6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53" - integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== - dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - -wrappy@1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" - integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= - -write-file-atomic@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-3.0.1.tgz#558328352e673b5bb192cf86500d60b230667d4b" - integrity sha512-JPStrIyyVJ6oCSz/691fAjFtefZ6q+fP6tm+OS4Qw6o+TGQxNp1ziY2PgS+X/m0V8OWhZiO/m4xSj+Pr4RrZvw== - dependencies: - imurmurhash "^0.1.4" - is-typedarray "^1.0.0" - signal-exit "^3.0.2" - typedarray-to-buffer "^3.1.5" - -ws@^7.0.0: - version "7.2.3" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.2.3.tgz#a5411e1fb04d5ed0efee76d26d5c46d830c39b46" - integrity sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ== - -xml-name-validator@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a" - integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw== - -xmlchars@^2.1.1: - version "2.2.0" - resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb" - integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== - -xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1: - version "4.0.2" - resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" - integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== - -y18n@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41" - integrity sha1-bRX7qITAhnnA136I53WegR4H+kE= - -y18n@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" - integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== - -yallist@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" - integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= - -yallist@^3.0.2: - version "3.1.1" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" - integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== - -yaml@^1.7.2: - version "1.7.2" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.7.2.tgz#f26aabf738590ab61efaca502358e48dc9f348b2" - integrity sha512-qXROVp90sb83XtAoqE8bP9RwAkTTZbugRUTm5YeFCBfNRPEp2YzTeqWiz7m5OORHzEvrA/qcGS8hp/E+MMROYw== - dependencies: - "@babel/runtime" "^7.6.3" - -yargs-parser@^18.1.1: - version "18.1.2" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.2.tgz#2f482bea2136dbde0861683abea7756d30b504f1" - integrity sha512-hlIPNR3IzC1YuL1c2UwwDKpXlNFBqD1Fswwh1khz5+d8Cq/8yc/Mn0i+rQXduu8hcrFKvO7Eryk+09NecTQAAQ== - dependencies: - camelcase "^5.0.0" - decamelize "^1.2.0" - -yargs-parser@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-5.0.0.tgz#275ecf0d7ffe05c77e64e7c86e4cd94bf0e1228a" - integrity sha1-J17PDX/+Bcd+ZOfIbkzZS/DhIoo= - dependencies: - camelcase "^3.0.0" - -yargs@^15.3.1: - version "15.3.1" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.3.1.tgz#9505b472763963e54afe60148ad27a330818e98b" - integrity sha512-92O1HWEjw27sBfgmXiixJWT5hRBp2eobqXicLtPBIDBhYB+1HpwZlXmbW2luivBJHBzki+7VyCLRtAkScbTBQA== - 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.1" - -yargs@^7.0.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-7.1.0.tgz#6ba318eb16961727f5d284f8ea003e8d6154d0c8" - integrity sha1-a6MY6xaWFyf10oT46gA+jWFU0Mg= - dependencies: - camelcase "^3.0.0" - cliui "^3.2.0" - decamelize "^1.1.1" - get-caller-file "^1.0.1" - os-locale "^1.4.0" - read-pkg-up "^1.0.1" - require-directory "^2.1.1" - require-main-filename "^1.0.1" - set-blocking "^2.0.0" - string-width "^1.0.2" - which-module "^1.0.0" - y18n "^3.2.1" - yargs-parser "^5.0.0" - -zwitch@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.4.tgz#93b1b993b13c8926753a41afaf8f27bbfac6be8b" - integrity sha512-YO803/X+13GNaZB7fVopjvHH0uWQKgJkgKnU1YCjxShjKGVuN9PPHHW8g+uFDpkHpSTNi3rCMKMewIcbC1BAYg==