├── site
├── public
│ ├── favicon.ico
│ ├── list.json
│ ├── vercel.svg
│ └── logo.svg
├── postcss.config.js
├── components
│ ├── footer.js
│ ├── Bubbles.js
│ ├── layout.js
│ ├── Workspace.js
│ └── header.js
├── tailwind.config.js
├── pages
│ ├── _app.js
│ ├── index.js
│ └── new
│ │ └── [[...workspace]].js
├── next.config.js
├── package.json
├── README.md
├── styles
│ ├── Home.module.css
│ └── globals.css
└── yarn.lock
├── workspaces
├── firefox
│ ├── firefox.png
│ └── workspace.json
├── chromium
│ ├── chromium.png
│ └── workspace.json
└── README.md
├── processing
├── package.json
├── update_1_0_to_1_1.js
├── add_next_version.js
├── get_image_sizes.js
├── processjson.js
└── package-lock.json
├── .github
└── workflows
│ └── build-and-deploy.yml
├── .gitignore
└── README.md
/site/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linuxserver/kasm_workspaces_registry/HEAD/site/public/favicon.ico
--------------------------------------------------------------------------------
/site/postcss.config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | plugins: {
3 | tailwindcss: {},
4 | autoprefixer: {},
5 | },
6 | }
7 |
--------------------------------------------------------------------------------
/workspaces/firefox/firefox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linuxserver/kasm_workspaces_registry/HEAD/workspaces/firefox/firefox.png
--------------------------------------------------------------------------------
/workspaces/chromium/chromium.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/linuxserver/kasm_workspaces_registry/HEAD/workspaces/chromium/chromium.png
--------------------------------------------------------------------------------
/workspaces/README.md:
--------------------------------------------------------------------------------
1 | # Workspaces directory
2 |
3 | This directory is for storing all the files needed for your workspaces store, they should be stored with the following structure:
4 |
5 | * workspaces/Workspace Name
6 | * workspaces/Workspace Name/workspace.json
7 | * workspaces/Workspace Name/workspace-name.png
--------------------------------------------------------------------------------
/processing/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Kasm-Apps",
3 | "version": "1.0.0",
4 | "description": "Generate json file",
5 | "main": "processjson.js",
6 | "scripts": {
7 | "test": "echo \"Error: no test specified\" && exit 1"
8 | },
9 | "keywords": [],
10 | "author": "",
11 | "license": "ISC",
12 | "bugs": {},
13 | "devDependencies": {
14 | "folder-hash": "^4.0.2",
15 | "glob": "^7.1.6"
16 | }
17 | }
--------------------------------------------------------------------------------
/site/components/footer.js:
--------------------------------------------------------------------------------
1 | export default function Footer() {
2 | return (
3 |
6 | )
7 | }
--------------------------------------------------------------------------------
/site/components/Bubbles.js:
--------------------------------------------------------------------------------
1 | function Bubbles() {
2 | return (
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 | )
16 | }
17 |
18 | export default Bubbles
19 |
--------------------------------------------------------------------------------
/site/tailwind.config.js:
--------------------------------------------------------------------------------
1 | /** @type {import('tailwindcss').Config} */
2 | module.exports = {
3 | content: [
4 | "./pages/**/*.{js,ts,jsx,tsx}",
5 | "./components/**/*.{js,ts,jsx,tsx}",
6 | ],
7 | theme: {
8 | extend: {
9 | colors: {
10 | app: {
11 | 900: '#5f4c7c',
12 | 800: '#9178bd',
13 | 700: '#b199da'
14 | }
15 | }
16 | },
17 | },
18 | plugins: [],
19 | }
20 |
--------------------------------------------------------------------------------
/site/pages/_app.js:
--------------------------------------------------------------------------------
1 | import '../styles/globals.css'
2 | import Layout from '../components/layout'
3 | import { useState, useEffect } from 'react'
4 |
5 |
6 | function MyApp({ Component, pageProps }) {
7 | const [searchText, setSearchText] = useState('')
8 |
9 | const changeSearch = event => {
10 | setSearchText(event.target.value)
11 | }
12 |
13 | return (
14 |
15 |
16 |
17 | )
18 | }
19 |
20 | export default MyApp
21 |
--------------------------------------------------------------------------------
/site/components/layout.js:
--------------------------------------------------------------------------------
1 | // components/layout.js
2 |
3 | import Header from './header'
4 | import Footer from './footer'
5 | import 'react-notifications/lib/notifications.css';
6 | import { NotificationContainer } from 'react-notifications';
7 |
8 | export default function Layout({ children, searchText, changeSearch }) {
9 | return (
10 |
11 |
12 | {children}
13 |
14 |
15 |
16 | )
17 | }
--------------------------------------------------------------------------------
/site/next.config.js:
--------------------------------------------------------------------------------
1 | /** @type {import('next').NextConfig} */
2 |
3 | const nextConfig = {
4 | output: 'export',
5 | distDir: '../public',
6 | env: {
7 | name: 'LinuxServer.io',
8 | description: 'Kasm workspaces provided by LSIO expertise',
9 | icon: 'https://www.linuxserver.io/user/assets/typhoon/Asset%202.svg',
10 | listUrl: 'https://kasmregistry.linuxserver.io/',
11 | contactUrl: 'https://discord.gg/YWrKVTn',
12 | },
13 | reactStrictMode: true,
14 | basePath: '/1.0',
15 | assetPrefix: '/1.0',
16 | trailingSlash: true,
17 | images: {
18 | unoptimized: true,
19 | }
20 | }
21 |
22 | module.exports = nextConfig
23 |
--------------------------------------------------------------------------------
/site/public/list.json:
--------------------------------------------------------------------------------
1 | {"workspacecount":1,"workspaces":[{"name":"Chromium","icon":"chromium.png","description":"Chromium is a free and open-source browser, primarily developed and maintained by Google.","image":"kasmweb/chromium:develop","cores":2,"memory":2768,"gpu_count":0,"cpu_allocation":"inherit","docker_registry":"https://index.docker.io/v1/","volume_mappings":{},"config_override":{"hostname":"kasm"},"exec_config":{"go":{"cmd":"bash -c '/dockerstartup/custom_startup.sh --go --url \"$KASM_URL\"'"},"assign":{"cmd":"bash -c '/dockerstartup/custom_startup.sh --assign --url \"$KASM_URL\"'"}},"categories":["Browser"],"sha":"13126dde5f5338398a728debe459dd1106548aef"}]}
--------------------------------------------------------------------------------
/.github/workflows/build-and-deploy.yml:
--------------------------------------------------------------------------------
1 | name: Build
2 |
3 | on:
4 | push:
5 | branches-ignore:
6 | - 'gh-pages'
7 | permissions:
8 | contents: write
9 | jobs:
10 | build:
11 | runs-on: ubuntu-latest
12 |
13 | steps:
14 | - uses: actions/checkout@v3
15 |
16 | - name: Build # Have to run processing first so the list.json exists to be included in the the deploy
17 | run: |
18 | npm ci --prefix processing
19 | npm ci --prefix site
20 | ./build_all_branches.sh
21 |
22 | - name: Deploy
23 | uses: JamesIves/github-pages-deploy-action@v4
24 | with:
25 | branch: gh-pages
26 | folder: public
27 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | # build output
2 | dist
3 | public/*
4 | .next
5 | target
6 | packages/next/wasm/@next
7 | out
8 | site/public/icons
9 | site/public/list.json
10 | !site/public/logo.svg
11 |
12 | # dependencies
13 | node_modules
14 |
15 | # logs & pids
16 | *.log
17 | pids
18 | *.cpuprofile
19 |
20 | # coverage
21 | .nyc_output
22 | coverage
23 |
24 | # test output
25 | test/**/out*
26 | test/**/next-env.d.ts
27 | .DS_Store
28 | /e2e-tests
29 | test/tmp/**
30 |
31 | # Editors
32 | **/.idea
33 | **/.#*
34 | .nvmrc
35 |
36 | # examples
37 | examples/**/out
38 | examples/**/.env*.local
39 |
40 | pr-stats.md
41 | test-timings.json
42 |
43 | # Vercel
44 | .vercel
45 | .now
46 |
47 | # Cache
48 | *.tsbuildinfo
49 | .swc/
--------------------------------------------------------------------------------
/site/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "version": "0.1.0",
3 | "private": true,
4 | "scripts": {
5 | "dev": "next dev",
6 | "build": "next build",
7 | "deploy": "next build && touch ../public/.nojekyll",
8 | "start": "next start",
9 | "lint": "next lint"
10 | },
11 | "dependencies": {
12 | "file-saver": "^2.0.5",
13 | "jszip": "^3.10.1",
14 | "next": "^14.2.27",
15 | "react": "18.2.0",
16 | "react-dom": "18.2.0",
17 | "react-notifications": "^1.7.4",
18 | "react-select": "^5.6.1"
19 | },
20 | "devDependencies": {
21 | "autoprefixer": "^10.4.13",
22 | "eslint": "8.26.0",
23 | "eslint-config-next": "13.0.0",
24 | "postcss": "^8.4.18",
25 | "tailwindcss": "^3.2.1"
26 | }
27 | }
28 |
--------------------------------------------------------------------------------
/processing/update_1_0_to_1_1.js:
--------------------------------------------------------------------------------
1 | const fs = require("fs");
2 | const glob = require("glob");
3 |
4 | glob("../workspaces/**/workspace.json", async function (err, files) {
5 | if (err) {
6 | console.log(
7 | "cannot read the folder, something goes wrong with glob",
8 | err
9 | );
10 | }
11 |
12 |
13 | for (const file of files) {
14 |
15 | let filedata = fs.readFileSync(file);
16 | let parsed = JSON.parse(filedata);
17 | delete parsed.compatibility
18 |
19 | parsed.compatibility = []
20 |
21 | let details = {
22 | version: '1.16.x',
23 | image: parsed.name,
24 | uncompressed_size_mb: parsed.uncompressed_size_mb
25 | }
26 |
27 | parsed.compatibility.push(details)
28 | delete parsed.uncompressed_size_mb
29 | delete parsed.name
30 |
31 | fs.writeFileSync(file, JSON.stringify(parsed, null, 2));
32 | }
33 |
34 |
35 | });
36 |
--------------------------------------------------------------------------------
/site/public/vercel.svg:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/processing/add_next_version.js:
--------------------------------------------------------------------------------
1 | const fs = require("fs");
2 | const glob = require("glob");
3 |
4 | const baseversion = '1.18'
5 | const tag = ':develop'
6 |
7 | const version = baseversion + '.x'
8 | const tagversion = baseversion + '.0'
9 |
10 | glob("../workspaces/**/workspace.json", async function (err, files) {
11 | if (err) {
12 | console.log(
13 | "cannot read the folder, something goes wrong with glob",
14 | err
15 | );
16 | }
17 |
18 |
19 | for (const file of files) {
20 |
21 | let filedata = fs.readFileSync(file);
22 | let parsed = JSON.parse(filedata);
23 |
24 | const current = parsed.compatibility[parsed.compatibility.length - 1]
25 | const image = current.image.split(':')[0]
26 |
27 | const exists = parsed.compatibility.findIndex(el => el.version === version)
28 |
29 | let details = {
30 | version,
31 | image: current.image,
32 | uncompressed_size_mb: current.uncompressed_size_mb,
33 | }
34 |
35 | if (exists === -1) {
36 | parsed.compatibility.push(details)
37 | fs.writeFileSync(file, JSON.stringify(parsed, null, 2));
38 | }
39 | }
40 |
41 |
42 | });
43 |
--------------------------------------------------------------------------------
/workspaces/firefox/workspace.json:
--------------------------------------------------------------------------------
1 | {
2 | "description": "Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation.",
3 | "docker_registry": "https://ghcr.io/",
4 | "image_src": "firefox.png",
5 | "run_config": {
6 | "security_opt": [
7 | "seccomp=unconfined"
8 | ],
9 | "entrypoint": [
10 | "/kasminit"
11 | ],
12 | "user": 1000,
13 | "environment": {
14 | "HOME": "/home/kasm-user"
15 | }
16 | },
17 | "exec_config": {
18 | "go": {
19 | "cmd": "bash -c 'HOME=/home/kasm-user firefox \"$KASM_URL\"'"
20 | },
21 | "assign": {
22 | "cmd": "bash -c 'HOME=/home/kasm-user firefox \"$KASM_URL\"'"
23 | }
24 | },
25 | "categories": [
26 | "Browser"
27 | ],
28 | "friendly_name": "Firefox",
29 | "architecture": [
30 | "amd64",
31 | "arm64"
32 | ],
33 | "compatibility": [
34 | {
35 | "version": "1.16.x",
36 | "image": "lscr.io/linuxserver/firefox:kasm",
37 | "uncompressed_size_mb": 1230
38 | },
39 | {
40 | "version": "1.17.x",
41 | "image": "lscr.io/linuxserver/firefox:kasm",
42 | "uncompressed_size_mb": 1230
43 | },
44 | {
45 | "version": "1.18.x",
46 | "image": "lscr.io/linuxserver/firefox:kasm",
47 | "uncompressed_size_mb": 1230
48 | }
49 | ]
50 | }
--------------------------------------------------------------------------------
/workspaces/chromium/workspace.json:
--------------------------------------------------------------------------------
1 | {
2 | "description": "Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.",
3 | "docker_registry": "https://ghcr.io/",
4 | "image_src": "chromium.png",
5 | "run_config": {
6 | "security_opt": [
7 | "seccomp=unconfined"
8 | ],
9 | "entrypoint": [
10 | "/kasminit"
11 | ],
12 | "user": 1000,
13 | "environment": {
14 | "HOME": "/home/kasm-user"
15 | }
16 | },
17 | "exec_config": {
18 | "go": {
19 | "cmd": "bash -c 'HOME=/home/kasm-user wrapped-chromium \"$KASM_URL\"'"
20 | },
21 | "assign": {
22 | "cmd": "bash -c 'HOME=/home/kasm-user wrapped-chromium \"$KASM_URL\"'"
23 | }
24 | },
25 | "categories": [
26 | "Browser"
27 | ],
28 | "friendly_name": "Chromium",
29 | "architecture": [
30 | "amd64",
31 | "arm64"
32 | ],
33 | "compatibility": [
34 | {
35 | "version": "1.16.x",
36 | "image": "lscr.io/linuxserver/chromium:kasm",
37 | "uncompressed_size_mb": 1250
38 | },
39 | {
40 | "version": "1.17.x",
41 | "image": "lscr.io/linuxserver/chromium:kasm",
42 | "uncompressed_size_mb": 1250
43 | },
44 | {
45 | "version": "1.18.x",
46 | "image": "lscr.io/linuxserver/chromium:kasm",
47 | "uncompressed_size_mb": 1250
48 | }
49 | ]
50 | }
--------------------------------------------------------------------------------
/processing/get_image_sizes.js:
--------------------------------------------------------------------------------
1 | const fs = require("fs");
2 | const glob = require("glob");
3 | const { execSync } = require('child_process');
4 |
5 |
6 | glob("../workspaces/**/workspace.json", function (err, files) {
7 | if (err) {
8 | console.log(
9 | "cannot read the folder, something goes wrong with glob",
10 | err
11 | );
12 | }
13 |
14 | let total = 0
15 | for (const file of files) {
16 |
17 | let filedata = fs.readFileSync(file);
18 | let parsed = JSON.parse(filedata);
19 |
20 |
21 | parsed.compatibility.forEach((element, index) => {
22 | total++
23 | if (element.uncompressed_size_mb === 0) {
24 | execSync('docker image prune -a -f')
25 | execSync('docker system prune --all --force --volumes')
26 |
27 | let pull = execSync('docker pull ' + element.image)
28 | // console.log(pull)
29 | let inspect = execSync('docker inspect -f "{{ .Size }}" ' + element.image)
30 | let size = Math.round(inspect / 1000000)
31 | let remove = execSync('docker rmi ' + element.image)
32 | console.log(remove)
33 | parsed.compatibility[index].uncompressed_size_mb = size
34 | console.log('Write file: ' + parsed.friendly_name + ' - ' + element.version + ': ' + size)
35 | fs.writeFileSync(file, JSON.stringify(parsed, null, 2));
36 | } else {
37 | console.log(parsed.friendly_name + ' - ' + element.version + ': skipped')
38 | }
39 |
40 | })
41 |
42 | }
43 | console.log(total + ' entries processed')
44 |
45 | });
46 |
--------------------------------------------------------------------------------
/site/components/Workspace.js:
--------------------------------------------------------------------------------
1 | import { useRouter } from 'next/router'
2 |
3 | function Workspace({ Component, pageProps, workspace }) {
4 | const router = useRouter()
5 |
6 | const viewexample = (workspace) => {
7 | router.push({
8 | pathname: '/new/[workspace]',
9 | query: { workspace: btoa(workspace.friendly_name)}
10 | })
11 | }
12 |
13 | return (
14 | viewexample(workspace)} className="w-[245px] h-[88px] transition-all relative cursor-pointer group flex p-2 items-center justify-center bg-slate-100/90 shadow rounded hover:shadow-xl hover:bg-gradient-to-r hover:from-[#5b2e91] hover:to-[#ff4f97] hover:text-white">
15 |
16 |
17 |
18 |
19 |
20 |
21 |
{ workspace.friendly_name }
22 |
{ workspace.categories && workspace.categories[0] || 'Unknown' }
23 |
24 |
25 |
26 |
27 | )
28 | }
29 |
30 | export default Workspace
--------------------------------------------------------------------------------
/site/README.md:
--------------------------------------------------------------------------------
1 | This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
2 |
3 | ## Getting Started
4 |
5 | First, run the development server:
6 |
7 | ```bash
8 | npm run dev
9 | # or
10 | yarn dev
11 | ```
12 |
13 | Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
14 |
15 | You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
16 |
17 | [API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.
18 |
19 | The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
20 |
21 | ## Learn More
22 |
23 | To learn more about Next.js, take a look at the following resources:
24 |
25 | - [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
26 | - [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
27 |
28 | You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
29 |
30 | ## Deploy on Vercel
31 |
32 | The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
33 |
34 | Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
35 |
--------------------------------------------------------------------------------
/processing/processjson.js:
--------------------------------------------------------------------------------
1 | const fs = require("fs");
2 | const glob = require("glob");
3 | const { hashElement } = require("folder-hash");
4 | const nextConfig = require("../site/next.config.js")
5 |
6 | var dir = "./public";
7 |
8 | if (!fs.existsSync(dir)) {
9 | fs.mkdirSync(dir);
10 | }
11 | if (!fs.existsSync(dir + "/icons")) {
12 | fs.mkdirSync(dir + "/icons");
13 | }
14 |
15 | glob("**/workspace.json", async function (err, files) {
16 | if (err) {
17 | console.log(
18 | "cannot read the folder, something goes wrong with glob",
19 | err
20 | );
21 | }
22 |
23 | let workspacetotal = files.length;
24 | let workspaces = [];
25 | let promises = [];
26 |
27 | const options = {
28 | algho: "sha1",
29 | encoding: "hex",
30 | };
31 |
32 | let channels = new Set()
33 | let versions = new Set()
34 |
35 | for (const file of files) {
36 | //files.forEach(async function(file) {
37 |
38 | let folder = file.replace("/workspace.json", "");
39 |
40 | let hash = await hashElement(folder, options);
41 | let filedata = fs.readFileSync(file);
42 |
43 | let parsed = JSON.parse(filedata);
44 | parsed.sha = hash.hash;
45 | console.log(parsed.friendly_name + ' added')
46 | parsed.compatibility.forEach((element, index) => {
47 | if ('available_tags' in element) {
48 | element.available_tags.forEach((el) => {
49 | channels.add(el)
50 | })
51 | }
52 | if ('version' in element) {
53 | versions.add(element.version)
54 | }
55 | })
56 | workspaces.push(parsed);
57 |
58 | if (fs.existsSync(folder + "/" + parsed.image_src)) {
59 | let imagedata = fs.readFileSync(folder + "/" + parsed.image_src);
60 | fs.writeFileSync(dir + "/icons/" + parsed.image_src, imagedata);
61 | } else {
62 | console.error("missing file: ".folder + "/" + parsed.image_src);
63 | }
64 |
65 | }
66 |
67 | let json = {
68 | name: nextConfig.env.name || 'Unknown store',
69 | workspacecount: workspacetotal,
70 | icon: nextConfig.env.icon || null,
71 | description: nextConfig.env.description || null,
72 | list_url: nextConfig.env.listUrl || null,
73 | contact_url: nextConfig.env.contactUrl || null,
74 | modified: Date.now(),
75 | workspaces: workspaces,
76 | channels: [...channels],
77 | default_channel: 'develop'
78 | };
79 |
80 | if (channels.size === 0) {
81 | json.default_channel = null
82 | }
83 |
84 | let data = JSON.stringify(json);
85 |
86 | fs.writeFileSync(dir + "/list.json", data);
87 | fs.writeFileSync(dir + "/versions.json", JSON.stringify({
88 | versions: [...versions]
89 | }));
90 | });
91 |
--------------------------------------------------------------------------------
/site/styles/Home.module.css:
--------------------------------------------------------------------------------
1 | .container {
2 | padding: 0 2rem;
3 | }
4 |
5 | .main {
6 | min-height: 100vh;
7 | padding: 4rem 0;
8 | flex: 1;
9 | display: flex;
10 | flex-direction: column;
11 | justify-content: center;
12 | align-items: center;
13 | }
14 |
15 | .footer {
16 | display: flex;
17 | flex: 1;
18 | padding: 2rem 0;
19 | border-top: 1px solid #eaeaea;
20 | justify-content: center;
21 | align-items: center;
22 | }
23 |
24 | .footer a {
25 | display: flex;
26 | justify-content: center;
27 | align-items: center;
28 | flex-grow: 1;
29 | }
30 |
31 | .title a {
32 | color: #0070f3;
33 | text-decoration: none;
34 | }
35 |
36 | .title a:hover,
37 | .title a:focus,
38 | .title a:active {
39 | text-decoration: underline;
40 | }
41 |
42 | .title {
43 | margin: 0;
44 | line-height: 1.15;
45 | font-size: 4rem;
46 | }
47 |
48 | .title,
49 | .description {
50 | text-align: center;
51 | }
52 |
53 | .description {
54 | margin: 4rem 0;
55 | line-height: 1.5;
56 | font-size: 1.5rem;
57 | }
58 |
59 | .code {
60 | background: #fafafa;
61 | border-radius: 5px;
62 | padding: 0.75rem;
63 | font-size: 1.1rem;
64 | font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono,
65 | Bitstream Vera Sans Mono, Courier New, monospace;
66 | }
67 |
68 | .grid {
69 | display: flex;
70 | align-items: center;
71 | justify-content: center;
72 | flex-wrap: wrap;
73 | max-width: 800px;
74 | }
75 |
76 | .card {
77 | margin: 1rem;
78 | padding: 1.5rem;
79 | text-align: left;
80 | color: inherit;
81 | text-decoration: none;
82 | border: 1px solid #eaeaea;
83 | border-radius: 10px;
84 | transition: color 0.15s ease, border-color 0.15s ease;
85 | max-width: 300px;
86 | }
87 |
88 | .card:hover,
89 | .card:focus,
90 | .card:active {
91 | color: #0070f3;
92 | border-color: #0070f3;
93 | }
94 |
95 | .card h2 {
96 | margin: 0 0 1rem 0;
97 | font-size: 1.5rem;
98 | }
99 |
100 | .card p {
101 | margin: 0;
102 | font-size: 1.25rem;
103 | line-height: 1.5;
104 | }
105 |
106 | .logo {
107 | height: 1em;
108 | margin-left: 0.5rem;
109 | }
110 |
111 | @media (max-width: 600px) {
112 | .grid {
113 | width: 100%;
114 | flex-direction: column;
115 | }
116 | }
117 |
118 | @media (prefers-color-scheme: dark) {
119 | .card,
120 | .footer {
121 | border-color: #222;
122 | }
123 | .code {
124 | background: #111;
125 | }
126 | .logo img {
127 | filter: invert(1);
128 | }
129 | }
130 |
--------------------------------------------------------------------------------
/site/styles/globals.css:
--------------------------------------------------------------------------------
1 | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
2 |
3 | @tailwind base;
4 | @tailwind components;
5 | @tailwind utilities;
6 |
7 | body {
8 | @apply bg-gradient-to-tr from-slate-300 to-slate-300 min-h-screen text-slate-700;
9 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
10 | font-weight: 400;
11 | }
12 |
13 | .notification {
14 | box-shadow: none!important;
15 | }
16 |
17 | .bg-bubbles {
18 | position: absolute;
19 | top: 0;
20 | left: 0;
21 | width: 100%;
22 | height: 100%;
23 | z-index: 1;
24 | }
25 | .bg-bubbles li {
26 | position: absolute;
27 | list-style: none;
28 | display: block;
29 | border: 1px solid rgba(255,255,255,0.1);
30 | width: 40px;
31 | height: 40px;
32 | background-color: rgba(255, 255, 255, 0.05);
33 | bottom: -160px;
34 | -webkit-animation: square 25s infinite;
35 | animation: square 25s infinite;
36 | transition-timing-function: linear;
37 | }
38 | .bg-bubbles li:nth-child(1) {
39 | left: 10%;
40 | bottom: -60px;
41 | }
42 | .bg-bubbles li:nth-child(2) {
43 | left: 20%;
44 | width: 80px;
45 | height: 80px;
46 | -webkit-animation-delay: 2s;
47 | animation-delay: 2s;
48 | -webkit-animation-duration: 17s;
49 | animation-duration: 17s;
50 | }
51 | .bg-bubbles li:nth-child(3) {
52 | left: 25%;
53 | -webkit-animation-delay: 4s;
54 | animation-delay: 4s;
55 | }
56 | .bg-bubbles li:nth-child(4) {
57 | left: 40%;
58 | width: 60px;
59 | height: 60px;
60 | -webkit-animation-duration: 22s;
61 | animation-duration: 22s;
62 | background-color: rgba(255, 255, 255, 0.15);
63 | border: 1px solid rgba(255,255,255,0.2);
64 | }
65 | .bg-bubbles li:nth-child(5) {
66 | left: 70%;
67 | bottom: -20px;
68 | }
69 | .bg-bubbles li:nth-child(6) {
70 | left: 80%;
71 | width: 120px;
72 | height: 120px;
73 | -webkit-animation-delay: 3s;
74 | animation-delay: 3s;
75 | background-color: rgba(255, 255, 255, 0.1);
76 | border: 1px solid rgba(255,255,255,0.15);
77 | }
78 | .bg-bubbles li:nth-child(7) {
79 | left: 32%;
80 | width: 160px;
81 | height: 160px;
82 | -webkit-animation-delay: 7s;
83 | animation-delay: 7s;
84 | }
85 | .bg-bubbles li:nth-child(8) {
86 | left: 55%;
87 | width: 20px;
88 | height: 20px;
89 | -webkit-animation-delay: 15s;
90 | animation-delay: 15s;
91 | -webkit-animation-duration: 40s;
92 | animation-duration: 40s;
93 | }
94 | .bg-bubbles li:nth-child(9) {
95 | left: 25%;
96 | width: 10px;
97 | height: 10px;
98 | -webkit-animation-delay: 2s;
99 | animation-delay: 2s;
100 | -webkit-animation-duration: 40s;
101 | animation-duration: 40s;
102 | background-color: rgba(255, 255, 255, 0.17);
103 | border: 1px solid rgba(255,255,255,0.22);
104 | }
105 | .bg-bubbles li:nth-child(10) {
106 | left: 90%;
107 | width: 160px;
108 | height: 160px;
109 | -webkit-animation-delay: 11s;
110 | animation-delay: 11s;
111 | }
112 | @-webkit-keyframes square {
113 | 0% {
114 | transform: translateY(0);
115 | }
116 | 100% {
117 | transform: translateY(-400px) rotate(600deg);
118 | }
119 | }
120 | @keyframes square {
121 | 0% {
122 | transform: translateY(0);
123 | }
124 | 100% {
125 | transform: translateY(-400px) rotate(600deg);
126 | }
127 | }
--------------------------------------------------------------------------------
/site/components/header.js:
--------------------------------------------------------------------------------
1 | import Bubbles from '../components/Bubbles'
2 | import Link from 'next/link'
3 | import { useRouter } from "next/router";
4 | import { NotificationManager } from 'react-notifications';
5 | import Image from 'next/image'
6 |
7 | export default function Header({ searchText, changeSearch }) {
8 |
9 | const copyToClipboard = () => {
10 | var textField = document.createElement('textarea')
11 | textField.innerText = listUrl
12 | document.body.appendChild(textField)
13 | textField.select()
14 | document.execCommand('copy')
15 | textField.remove()
16 | NotificationManager.info('URL successfully copied to clipboard', 'Copy URL', 4000);
17 | }
18 | const listUrl = process.env.listUrl;
19 | const router = useRouter();
20 |
21 | return (
22 |
72 |
73 | )
74 | }
--------------------------------------------------------------------------------
/site/pages/index.js:
--------------------------------------------------------------------------------
1 | import { useState, useEffect } from 'react'
2 | import Head from 'next/head'
3 | import Workspace from '../components/Workspace'
4 | import styles from '../styles/Home.module.css'
5 |
6 | export default function Home({ searchText }) {
7 |
8 | const [workspaces, setWorkspaces] = useState(null)
9 | const [versions, setVersions] = useState(null)
10 | const [version, setVersion] = useState(null)
11 |
12 | useEffect(() => {
13 | let currentVersion = localStorage.getItem("version") || null
14 | fetch('list.json')
15 | .then((res) => res.json())
16 | .then((workspaces) => {
17 | let wsversions = []
18 | workspaces.workspaces.forEach((workspace) => {
19 | if(workspace.compatibility) {
20 | workspace.compatibility.forEach((v) => {
21 | const value = parseFloat(v.version)
22 | if(wsversions.indexOf(value) === -1) {
23 | wsversions.push(value)
24 | }
25 | })
26 | }
27 | })
28 | const sorted = wsversions.sort((a,b) => a-b).reverse()
29 |
30 | setVersions(sorted)
31 | if (currentVersion === null) {
32 | currentVersion = sorted[0]
33 | localStorage.setItem("version", currentVersion);
34 | }
35 | setVersion(currentVersion)
36 | setWorkspaces(workspaces)
37 | })
38 | }, [])
39 |
40 | const updateVersion = (version) => {
41 | localStorage.setItem("version", version);
42 | setVersion(version)
43 | }
44 |
45 | let filteredworkspaces = workspaces && workspaces.workspaces && workspaces.workspaces.length > 0 ? [...workspaces.workspaces] : [];
46 | filteredworkspaces = filteredworkspaces.filter((v) => v.compatibility.some((el) => el.version === version + '.x'))
47 | const lowerSearch = searchText && searchText.toLowerCase();
48 | if (searchText && searchText !== "") {
49 | filteredworkspaces = filteredworkspaces.filter((i) => {
50 | const category = (i.categories && i.categories.length > 0) ? i.categories.filter((i) =>
51 | i.toLowerCase().includes(lowerSearch)
52 | ) : [];
53 | return (
54 | i.name.toLowerCase().includes(lowerSearch) ||
55 | category.length > 0
56 | );
57 | });
58 | }
59 |
60 |
61 | return (
62 |
63 |
64 |
Kasm Workspaces
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 | Workspaces
74 | {filteredworkspaces && filteredworkspaces.length}
75 |
76 |
77 | Kasm Version
78 | {versions && versions.map((v) => (
79 | updateVersion(v)}>{v}
80 | ))}
81 |
82 |
83 |
84 | {filteredworkspaces && filteredworkspaces.length > 0 && filteredworkspaces.map(function (workspace, i) {
85 | return
86 | })}
87 | {filteredworkspaces && filteredworkspaces.length === 0 && (
88 |
No workspaces found {searchText !== '' && ('matching "' + searchText + '"')}
89 | )}
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 | )
99 | }
100 |
--------------------------------------------------------------------------------
/site/public/logo.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
--------------------------------------------------------------------------------
/processing/package-lock.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Kasm-Apps",
3 | "version": "1.0.0",
4 | "lockfileVersion": 2,
5 | "requires": true,
6 | "packages": {
7 | "": {
8 | "name": "Kasm-Apps",
9 | "version": "1.0.0",
10 | "license": "ISC",
11 | "devDependencies": {
12 | "folder-hash": "^4.0.2",
13 | "glob": "^7.1.6"
14 | }
15 | },
16 | "node_modules/balanced-match": {
17 | "version": "1.0.2",
18 | "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
19 | "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
20 | "dev": true
21 | },
22 | "node_modules/brace-expansion": {
23 | "version": "2.0.1",
24 | "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
25 | "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
26 | "dev": true,
27 | "dependencies": {
28 | "balanced-match": "^1.0.0"
29 | }
30 | },
31 | "node_modules/concat-map": {
32 | "version": "0.0.1",
33 | "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
34 | "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
35 | "dev": true
36 | },
37 | "node_modules/debug": {
38 | "version": "4.3.4",
39 | "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
40 | "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
41 | "dev": true,
42 | "dependencies": {
43 | "ms": "2.1.2"
44 | },
45 | "engines": {
46 | "node": ">=6.0"
47 | },
48 | "peerDependenciesMeta": {
49 | "supports-color": {
50 | "optional": true
51 | }
52 | }
53 | },
54 | "node_modules/folder-hash": {
55 | "version": "4.0.2",
56 | "resolved": "https://registry.npmjs.org/folder-hash/-/folder-hash-4.0.2.tgz",
57 | "integrity": "sha512-Iw9GCqdA+zHfDVvk90TSAV66jq0IwiZaPvPgUiW+DHRwnaPOeZomzlgutx9QclinsQGz/XcVIGlDEJbFhCV5wA==",
58 | "dev": true,
59 | "dependencies": {
60 | "debug": "^4.3.3",
61 | "graceful-fs": "~4.2.9",
62 | "minimatch": "~5.0.0"
63 | },
64 | "bin": {
65 | "folder-hash": "bin/folder-hash"
66 | },
67 | "engines": {
68 | "node": ">=10.10.0"
69 | }
70 | },
71 | "node_modules/fs.realpath": {
72 | "version": "1.0.0",
73 | "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
74 | "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
75 | "dev": true
76 | },
77 | "node_modules/glob": {
78 | "version": "7.2.3",
79 | "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
80 | "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
81 | "dev": true,
82 | "dependencies": {
83 | "fs.realpath": "^1.0.0",
84 | "inflight": "^1.0.4",
85 | "inherits": "2",
86 | "minimatch": "^3.1.1",
87 | "once": "^1.3.0",
88 | "path-is-absolute": "^1.0.0"
89 | },
90 | "engines": {
91 | "node": "*"
92 | },
93 | "funding": {
94 | "url": "https://github.com/sponsors/isaacs"
95 | }
96 | },
97 | "node_modules/glob/node_modules/brace-expansion": {
98 | "version": "1.1.11",
99 | "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
100 | "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
101 | "dev": true,
102 | "dependencies": {
103 | "balanced-match": "^1.0.0",
104 | "concat-map": "0.0.1"
105 | }
106 | },
107 | "node_modules/glob/node_modules/minimatch": {
108 | "version": "3.1.2",
109 | "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
110 | "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
111 | "dev": true,
112 | "dependencies": {
113 | "brace-expansion": "^1.1.7"
114 | },
115 | "engines": {
116 | "node": "*"
117 | }
118 | },
119 | "node_modules/graceful-fs": {
120 | "version": "4.2.10",
121 | "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
122 | "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==",
123 | "dev": true
124 | },
125 | "node_modules/inflight": {
126 | "version": "1.0.6",
127 | "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
128 | "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
129 | "dev": true,
130 | "dependencies": {
131 | "once": "^1.3.0",
132 | "wrappy": "1"
133 | }
134 | },
135 | "node_modules/inherits": {
136 | "version": "2.0.4",
137 | "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
138 | "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
139 | "dev": true
140 | },
141 | "node_modules/minimatch": {
142 | "version": "5.0.1",
143 | "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
144 | "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==",
145 | "dev": true,
146 | "dependencies": {
147 | "brace-expansion": "^2.0.1"
148 | },
149 | "engines": {
150 | "node": ">=10"
151 | }
152 | },
153 | "node_modules/ms": {
154 | "version": "2.1.2",
155 | "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
156 | "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
157 | "dev": true
158 | },
159 | "node_modules/once": {
160 | "version": "1.4.0",
161 | "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
162 | "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
163 | "dev": true,
164 | "dependencies": {
165 | "wrappy": "1"
166 | }
167 | },
168 | "node_modules/path-is-absolute": {
169 | "version": "1.0.1",
170 | "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
171 | "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
172 | "dev": true,
173 | "engines": {
174 | "node": ">=0.10.0"
175 | }
176 | },
177 | "node_modules/wrappy": {
178 | "version": "1.0.2",
179 | "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
180 | "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
181 | "dev": true
182 | }
183 | },
184 | "dependencies": {
185 | "balanced-match": {
186 | "version": "1.0.2",
187 | "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
188 | "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
189 | "dev": true
190 | },
191 | "brace-expansion": {
192 | "version": "2.0.1",
193 | "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
194 | "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
195 | "dev": true,
196 | "requires": {
197 | "balanced-match": "^1.0.0"
198 | }
199 | },
200 | "concat-map": {
201 | "version": "0.0.1",
202 | "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
203 | "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
204 | "dev": true
205 | },
206 | "debug": {
207 | "version": "4.3.4",
208 | "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
209 | "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
210 | "dev": true,
211 | "requires": {
212 | "ms": "2.1.2"
213 | }
214 | },
215 | "folder-hash": {
216 | "version": "4.0.2",
217 | "resolved": "https://registry.npmjs.org/folder-hash/-/folder-hash-4.0.2.tgz",
218 | "integrity": "sha512-Iw9GCqdA+zHfDVvk90TSAV66jq0IwiZaPvPgUiW+DHRwnaPOeZomzlgutx9QclinsQGz/XcVIGlDEJbFhCV5wA==",
219 | "dev": true,
220 | "requires": {
221 | "debug": "^4.3.3",
222 | "graceful-fs": "~4.2.9",
223 | "minimatch": "~5.0.0"
224 | }
225 | },
226 | "fs.realpath": {
227 | "version": "1.0.0",
228 | "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
229 | "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
230 | "dev": true
231 | },
232 | "glob": {
233 | "version": "7.2.3",
234 | "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
235 | "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
236 | "dev": true,
237 | "requires": {
238 | "fs.realpath": "^1.0.0",
239 | "inflight": "^1.0.4",
240 | "inherits": "2",
241 | "minimatch": "^3.1.1",
242 | "once": "^1.3.0",
243 | "path-is-absolute": "^1.0.0"
244 | },
245 | "dependencies": {
246 | "brace-expansion": {
247 | "version": "1.1.11",
248 | "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
249 | "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
250 | "dev": true,
251 | "requires": {
252 | "balanced-match": "^1.0.0",
253 | "concat-map": "0.0.1"
254 | }
255 | },
256 | "minimatch": {
257 | "version": "3.1.2",
258 | "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
259 | "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
260 | "dev": true,
261 | "requires": {
262 | "brace-expansion": "^1.1.7"
263 | }
264 | }
265 | }
266 | },
267 | "graceful-fs": {
268 | "version": "4.2.10",
269 | "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
270 | "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==",
271 | "dev": true
272 | },
273 | "inflight": {
274 | "version": "1.0.6",
275 | "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
276 | "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
277 | "dev": true,
278 | "requires": {
279 | "once": "^1.3.0",
280 | "wrappy": "1"
281 | }
282 | },
283 | "inherits": {
284 | "version": "2.0.4",
285 | "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
286 | "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
287 | "dev": true
288 | },
289 | "minimatch": {
290 | "version": "5.0.1",
291 | "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
292 | "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==",
293 | "dev": true,
294 | "requires": {
295 | "brace-expansion": "^2.0.1"
296 | }
297 | },
298 | "ms": {
299 | "version": "2.1.2",
300 | "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
301 | "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
302 | "dev": true
303 | },
304 | "once": {
305 | "version": "1.4.0",
306 | "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
307 | "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
308 | "dev": true,
309 | "requires": {
310 | "wrappy": "1"
311 | }
312 | },
313 | "path-is-absolute": {
314 | "version": "1.0.1",
315 | "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
316 | "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
317 | "dev": true
318 | },
319 | "wrappy": {
320 | "version": "1.0.2",
321 | "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
322 | "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
323 | "dev": true
324 | }
325 | }
326 | }
327 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Kasm Workspaces Registry
6 |
7 |
8 |
9 | This repository is a template you can use to create your own registry that will work with Kasm Workspaces. A front end website is automatically generated for you and will look similar to the one below.
10 |
11 | 
12 |
13 | ## Contents
14 |
15 | 1. [Create your own repository](#1-create-your-own-repository)
16 | - [Use this template](#use-this-template)
17 | - [Configure repository](#configure-repository)
18 | 1. [Check workflows are running](#2-check-workflows-are-running)
19 | 1. [Edit the config variables](#3-edit-the-config-variables)
20 | - [Modify next.config.js](#modify-nextconfigjs)
21 | - [Settings definitions](#settings-definitions)
22 | - [Commit changes](#commit-changes)
23 | 1. [Set up GitHub pages](#4-set-up-github-pages)
24 | - [Initial setup](#initial-setup)
25 | - [Visit the site](#visit-the-site)
26 | - [Check build progress](#check-build-progress)
27 | - [Checking it works](#checking-it-works)
28 | 1. [Creating Workspaces](#5-creating-workspaces)
29 | - [Folder structure](#folder-structure)
30 | - [Schema](#schema)
31 | - [New schema version](#new-schema-version)
32 | 1. [Discovery](#6-dicovery)
33 |
34 |
35 |
36 |
37 | ## 1. Create your own repository
38 |
39 | ### Use this template
40 |
41 |
42 |
43 | 1. Click on the green **Use this template** button.
44 | 2. Select **Create a new repository** from the dropdown.
45 |
46 |
47 | ### Configure repository
48 |
49 | 
50 |
51 | > **Note**
52 | > If you set the **Repository name** to `kasm-registry` you wont have to make any changes to the `baseUrl` later, unless you want to use a (sub)domain.
53 |
54 | 1. Select a **Repository name**, this name will also be used later for the `baseUrl`,
55 | 2. Make sure it's set as a **Public** repository
56 | 3. Tick the **Include all branches** checkbox,
57 | 4. Click on the **Create repository from template** button.
58 |
59 |
60 |
61 | ## 2. Check workflows are running
62 |
63 |
64 |
65 | > **Note**
66 | > If you see something in the table that looks similar to the above then it's working. If it needs enabling this section will probably be blank with a message about workflows needing to be enabled.
67 |
68 | Click on the **Actions** tab in the top menu and check whether workflows need enabling, if they do, enable them, otherwise you should be good to go.
69 |
70 |
71 |
72 | ## 3. Edit the config variables
73 |
74 | ### Modify next.config.js
75 | 
76 |
77 | 1. Go back to the `Code` tab
78 | 1. Click the `site` folder
79 | 2. Click on the `next.config.js` file
80 | 1. Click the edit button.
81 | 2. Fill in the `env` section with the relevant information and change the basePath if needed (details below).
82 |
83 | ### Settings definitions
84 |
85 |
86 |
87 | | Property | Description |
88 | | --------- | ----------- |
89 | | env.name | The name you want to display for your registry. |
90 | | env.description | A short description to display when a store's information button is pressed. |
91 | | env.icon | The image to display for your registry. You can upload an image to `/site/public/` and reference that by https://domain.com/1.0/image.png or if you aren't using a {sub}domain by referencing it from https://username.github.io/repositoryname/1.0/image.png where image.png is the name of the image you uploaded. Alternatively just put the url of an image available on the web. If you just want to get the registry up and working, leave the default value in place until later. |
92 | | env.listUrl | The link to the root of your site. For example https://username.github.io/repositoryname/ it should always include a trailing slash. |
93 | | env.contactUrl | A link users can use to contact you on, such as your github issues page (right click the **Issues** tab in the top menu - next to the **Code** tab - and select `copy link address` and paste that in). |
94 | | basePath | If you are using a domain or a subdomain, your basePath will just be `basePath: '/1.0',`, otherwise change the value to include what you chose for the repository name in step 2 `basePath: '/repositoryname/1.0',`. **The `1.0` will be replaced with the branch name automatically, so you should always keep it as 1.0.** |
95 |
96 | ### Commit changes
97 |
98 |
99 |
100 | 1. Scroll down to the bottom of the page
101 | 2. Enter a commit message (You can also leave this blank)
102 | 3. Click the **Commit changes** button.
103 |
104 |
105 |
106 | ## 4. Set up GitHub pages
107 |
108 | ### Initial setup
109 |
110 | 
111 |
112 | > **Note**
113 | > If you ticked the "Include all branches" checkbox in step 1, this should all be set up for you, if not, just follow the instructions below
114 |
115 | 1. Go to the **Settings** top menu tab
116 | 2. Click the **Pages** left menu item
117 | 3. In the **Build and deployment** section, under the **Branch** heading, make sure the dropdown is set to gh-pages, if not, set it and click **Save**.
118 |
119 | ### Visit the site
120 |
121 | If you see a message like the following:
122 |
123 | 
124 |
125 | Then congratulations, you should have a working site! Just click the **Visit Site** button. **However**, you changes may not have finished building yet, so before clicking the button it's advised to check the build process first.
126 |
127 | ### Check build progress
128 |
129 | If you don't see that button yet, then not to worry, it's likely that you are just too quick (also if you do see the button but it doesn't reflect the changes you made, this next bit is relevant as well)
130 |
131 | Check on the CI progress in the **Actions** tab,
132 |
133 |
134 |
135 | Once `Page build and deployment` is finished go back to Settings / Pages and you should have a live site. Click on the Visit Site button.
136 |
137 | **You should now have a working site which includes any workspaces you added or the default if you haven't made any changes yet**
138 |
139 |
140 |
141 | ### Checking it works
142 |
143 | 
144 |
145 | > **Note**
146 | > If you copy the url from the address bar instead of clicking the button, be sure to remove the branch version from the URL when adding to workspaces, otherwise it wont work.
147 |
148 | 1. Click on the **Workspace Registry Link** button, this will put the correct url in your clipboard.
149 | 2. Go to your Kasm Workspaces instance.
150 | 3. Navigate to the Workspaces Registry (Admin / Workspaces / Click on the **Workspaces Registry** button).
151 | 4. Click on **Add new** in the registries list.
152 | 5. Paste the URL into the text box and click **Add Registry**
153 | 6. Click on the mini icon under the registry name to filter by your registries workspaces
154 |
155 |
156 |
157 | ## 5. Creating workspaces
158 |
159 | Once you are ready to upload your workspaces, head back to the **Code** tab. You can either continue using the online editor or you might find it easier to clone the repository and work on a local copy, it's up to you. For this example we will continue with the online editor.
160 |
161 | ### Folder structure
162 |
163 | 
164 |
165 | All workspaces reside in the **workspaces** folder
166 |
167 | You will need to create a folder and the necessary files using the following format:
168 |
169 | ```
170 | Workspace Name
171 | - workspace.json
172 | - workspace-name.png
173 | ```
174 |
175 | 
176 |
177 | **Folder name** - The folder name can be whatever it needs to be. You probably want to stay clear of special characters to be on the safe side, but spaces should be fine.
178 |
179 | **workspace.json** - This is a JSON file with all the parameters you want to be sent to Kasm Workspaces when it builds the container. You can see the valid paramaters in the schema section and whether they are required or not.
180 |
181 | ```
182 | {
183 | "description": "Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.",
184 | "docker_registry": "https://index.docker.io/v1/",
185 | "name": "kasmweb/vs-code:develop",
186 | "image_src": "vs-code.png",
187 | "categories": [
188 | "Development"
189 | ],
190 | "friendly_name": "Visual Studio Code",
191 | "architecture": [
192 | "amd64",
193 | "arm64"
194 | ],
195 | "compatibility": [
196 | "1.13.x"
197 | ],
198 | "uncompressed_size_mb": 2170
199 | }
200 | ```
201 |
202 | **Image file** - The image can be `.png` or `.svg` and ideally will be square and at least 50 x 50px. If you use the workspace builder on your registry store front it will try to normalise everything to make it simpler.
203 |
204 | Don't forget to commit your changes!
205 |
206 | ### Schema
207 |
208 | **Version** 1.0
209 |
210 | | Property | Required | Type | Description |
211 | | --------------------- | -------- | --- | --- |
212 | | friendly_name | True | String | The name to show |
213 | | name | True | String | The docker image to use |
214 | | description | True | String | A short description of the workspace |
215 | | image_src | True | String | The name of the workspace icon used |
216 | | architecture | True | Array | Json list containing either "amd64", "arm64" or both |
217 | | compatability | True | Array | A list of Kasm versions the workspace should work with |
218 | | uncompressed_size_mb | True | Integer | Integer of the approximate size of the workspace when it's uncompressed in MB. This doesn't take into account layers. For example if an image is 2.46GB you would enter 2460 |
219 | | categories | False | Array | Json list containing the categories the workspace belongs too. This should be limited to a max of 3. |
220 | | docker_registry | False | String | Which docker registry to use |
221 | | run_config | False | Object | Any additional parameters to add to the run config |
222 | | exec_config | False | Object | Any additional parameters to add to the exec config |
223 | | notes | False | String | Notes about running the workspace, such as if it requires libseccomp. |
224 | | cores | False | Integer | Specify the amount of cores to use for this workspace |
225 | | memory | False | Integer | Specify the amount of memory to use for this workspace |
226 | | gpu_count | False | Integer | Specify the amount of GPUs to use for this workspace |
227 | | cpu_allocation_method | False | String | What CPU allocation method to use for this workspace. Can be either "Inherit", "Quotas" or "Shares" |
228 |
229 | Head to the **Actions** tab to check your progress and once `Page build and deployment` is complete, your site should be ready.
230 |
231 |
232 | ### New schema version
233 |
234 | When a new schema version comes out, you just need to create a new branch that refrlects the new schema, for example `1.1` and make it the default branch.
235 |
236 | In the new branch, make any updates that are needed, when the changes are committed a new version will be built.
237 |
238 | Kasm Workspaces will automatically pull the version of the schema that it understands.
239 |
240 |
241 |
242 | ## 6. Discovery
243 |
244 | The tag below will hopefully make it easier for people to find your Workspace Registry by clicking on [this github search link](https://github.com/search?q=in%3Areadme+sort%3Aupdated+-user%3Akasmtech+%22KASM-REGISTRY-DISCOVERY-IDENTIFIER%22&type=repositories). If you want to make it harder to find your repository for some reason, just remove this section.
245 |
246 | If you are the one doing the searching, click on the **site** folder, then click on **next.config.js** and the url can be found under **env.listUrl**
247 |
248 | 
249 |
250 | KASM-REGISTRY-DISCOVERY-IDENTIFIER
251 |
--------------------------------------------------------------------------------
/site/pages/new/[[...workspace]].js:
--------------------------------------------------------------------------------
1 | import Head from 'next/head'
2 | import { useState, useEffect, useRef } from 'react'
3 | import { saveAs } from 'file-saver';
4 | import CreatableSelect from 'react-select/creatable';
5 | import Select from 'react-select';
6 | import { useRouter } from 'next/router'
7 | import allworkspaces from '../../../public/list.json'
8 |
9 |
10 | export async function getStaticPaths() {
11 | let paths = allworkspaces.workspaces.map(workspace => ({
12 | params: {
13 | workspace: [btoa(workspace.friendly_name)]
14 | }
15 | }))
16 | paths.push({
17 | params: { workspace: null }
18 | })
19 | return {
20 | paths,
21 | fallback: false, // can also be true or 'blocking'
22 | }
23 | }
24 |
25 | // `getStaticPaths` requires using `getStaticProps`
26 | export async function getStaticProps({ params }) {
27 | const workspace = params.workspace
28 | return {
29 | // Passed to the page component as props
30 | props: { workspace: workspace ?? null },
31 | }
32 | }
33 |
34 | export default function New({ workspace }) {
35 |
36 | const name = useRef(null);
37 | const friendly_name = useRef(null);
38 | const description = useRef(null);
39 |
40 | const [categories, setCategories] = useState(null)
41 | const [architecture, setArchitecture] = useState(null)
42 | const [icon, setIcon] = useState(null)
43 | const [ext, setExt] = useState('png')
44 | const [inlineImage, setInlineImage] = useState(null)
45 |
46 | const defaultState = {
47 | friendly_name: null,
48 | image_src: null,
49 | description: null,
50 | name: null,
51 | cores: 2,
52 | memory: 2768,
53 | gpu_count: 0,
54 | cpu_allocation_method: "Inherit",
55 | docker_registry: "https://index.docker.io/v1/",
56 | categories: [],
57 | require_gpu: false,
58 | enabled: true,
59 | image_type: 'Container',
60 | }
61 |
62 | const [combined, setCombined] = useState(defaultState)
63 |
64 | const router = useRouter()
65 | // const { workspace } = router.query
66 |
67 | useEffect(() => {
68 | if(workspace === null) {
69 | description.current.value = ''
70 | name.current.value = ''
71 | friendly_name.current.value = ''
72 | setCategories(null)
73 | setArchitecture(null)
74 | setIcon(null)
75 | setCombined(defaultState)
76 | }
77 | else if (workspace && workspace[0]) {
78 | const workspaceDetails = allworkspaces.workspaces.find(el => el.friendly_name === atob(workspace[0]))
79 | delete workspaceDetails['sha']
80 | description.current.value = workspaceDetails.description
81 | name.current.value = workspaceDetails.name
82 | friendly_name.current.value = workspaceDetails.friendly_name
83 | if (workspaceDetails.categories) {
84 | let catMap = []
85 | workspaceDetails.categories.map((e) => catMap.push({
86 | label: e,
87 | value: e,
88 | }))
89 | setCategories(catMap)
90 | }
91 | if (workspaceDetails.architecture) {
92 | let archMap = []
93 | workspaceDetails.architecture.map((e) => archMap.push({
94 | label: e,
95 | value: e,
96 | }))
97 | setArchitecture(archMap)
98 | }
99 |
100 | setInlineImage('../../icons/' + workspaceDetails.image_src)
101 |
102 | setCombined({
103 | ...combined,
104 | ...workspaceDetails
105 | })
106 | }
107 | }, [workspace])
108 |
109 | const displayWorkspace = () => {
110 | return {
111 | ...combined,
112 | // categories: JSON.stringify(combined.categories)
113 | }
114 | }
115 |
116 | const customStyles = {
117 | control: (base, state) => ({
118 | ...base,
119 | background: "#f1f5f9",
120 | borderRadius: '0.5rem',
121 | borderColor: "#94a3b8"
122 | }),
123 | multiValue: (styles, { data }) => {
124 | return {
125 | ...styles,
126 | backgroundColor: '#dde6f1',
127 | };
128 | }
129 | }
130 |
131 | useEffect(() => {
132 | if (combined && combined.friendly_name) {
133 | const updateWorkspace = {
134 | ...combined
135 | }
136 | updateWorkspace.image_src = friendlyUrl(updateWorkspace.friendly_name) + '.' + ext
137 | setCombined(updateWorkspace)
138 | }
139 | }, [ext])
140 |
141 | const updateCategories = (items) => {
142 | const updateWorkspace = {
143 | ...combined
144 | }
145 | updateWorkspace.categories = items.map(cat => cat.value)
146 | setCombined(updateWorkspace)
147 | let catMap = []
148 | updateWorkspace.categories.map((e) => catMap.push({
149 | label: e,
150 | value: e,
151 | }))
152 | setCategories(catMap)
153 | }
154 |
155 | const updateArchitecture = (items) => {
156 | const updateWorkspace = {
157 | ...combined
158 | }
159 | updateWorkspace.architecture = items.map(arch => arch.value)
160 | setCombined(updateWorkspace)
161 | let archMap = []
162 | updateWorkspace.architecture.map((e) => archMap.push({
163 | label: e,
164 | value: e,
165 | }))
166 | setArchitecture(archMap)
167 | }
168 |
169 | function friendlyUrl(url) {
170 | // make the url lowercase
171 | var encodedUrl = url.toString().toLowerCase();
172 | // replace & with and
173 | encodedUrl = encodedUrl.split(/\&+/).join("-and-")
174 | // remove invalid characters
175 | encodedUrl = encodedUrl.split(/[^a-z0-9]/).join("-");
176 | // remove duplicates
177 | encodedUrl = encodedUrl.split(/-+/).join("-");
178 | // trim leading & trailing characters
179 | encodedUrl = encodedUrl.trim('-');
180 | return encodedUrl;
181 | }
182 |
183 | const downloadZip = () => {
184 | var JSZip = require("jszip");
185 | const zip = new JSZip()
186 | const folder = zip.folder(combined.friendly_name)
187 | folder.file('workspace.json', JSON.stringify(combined, null, 2))
188 | if (icon) {
189 | folder.file(combined.image_src, icon.file)
190 | }
191 | else if (inlineImage) {
192 | const promise = fetch(inlineImage).then(response => response.blob())
193 | folder.file(combined.image_src, promise)
194 | }
195 | zip.generateAsync({ type: "blob" })
196 | .then(function (content) {
197 | // Force down of the Zip file
198 | saveAs(content, friendlyUrl(combined.friendly_name) + '.zip');
199 | });
200 | }
201 |
202 | const handleChange = (event) => {
203 | const updateWorkspace = {
204 | ...combined
205 | }
206 | updateWorkspace[event.target.name] = event.target.value
207 | if (event.target.name === 'icon') {
208 | delete updateWorkspace.icon
209 | setIcon({
210 | value: event.target.value,
211 | file: event.target.files[0]
212 | })
213 | setExt(event.target.value.substr(event.target.value.lastIndexOf('.') + 1))
214 | setInlineImage(null)
215 | // return
216 | }
217 |
218 | if (updateWorkspace.friendly_name) {
219 | updateWorkspace.image_src = friendlyUrl(updateWorkspace.friendly_name) + '.' + ext
220 | }
221 |
222 | setCombined(updateWorkspace)
223 | }
224 |
225 | const options = [
226 | { value: 'Browser', label: 'Browser' },
227 | { value: 'Communication', label: 'Communication' },
228 | { value: 'Desktop', label: 'Desktop' },
229 | { value: 'Development', label: 'Development' },
230 | { value: 'Games', label: 'Games' },
231 | { value: 'Multimedia', label: 'Multimedia' },
232 | { value: 'Office', label: 'Office' },
233 | { value: 'Privacy', label: 'Privacy' },
234 | { value: 'Productivity', label: 'Productivity' },
235 | { value: 'Remote Access', label: 'Remote Access' }
236 | ]
237 |
238 | return (
239 |
240 |
241 |
Kasm Workspaces
242 |
243 |
244 |
245 |
246 |
247 |
Add Workspace
248 |
249 |
This page is designed to allow admins to generate the JSON they need to upload to the "workspaces" directory. It also allows end users to see what settings are needed if they want to manually copy them into a new workspace.
250 |
251 |
Icon
252 |
253 |
Select the image to use, image will be renamed when it's downloaded.
254 |
255 |
Friendly Name
256 |
257 |
This is the name that will show for users
258 |
259 |
Categories
260 |
269 |
You can select from the available option or create new ones.
270 |
271 |
Description
272 |
273 |
A short description about the workspace
274 |
275 |
Docker Image
276 |
277 |
The docker image to use, i.e. kasmweb/filezilla:develop
278 |
279 |
Architecture
280 |
292 |
You can select from the available option or create new ones.
293 |
294 |
295 |
296 |
297 |
298 |
{JSON.stringify(displayWorkspace(), null, 2)}
299 |
Download
300 |
301 |
302 |
303 | )
304 |
305 | }
306 |
307 |
308 | function Workspace({ workspace, icon, inlineImage }) {
309 |
310 | const [showDescription, setShowDescription] = useState(false);
311 |
312 | let srcBlob = null
313 |
314 | if (icon) {
315 | const blob = new Blob([icon.file])
316 | srcBlob = URL.createObjectURL(blob);
317 | workspace.image_src = srcBlob
318 | }
319 |
320 | const installButton = () => {
321 | return Install
322 | }
323 | const editButton = () => {
324 | return Edit
325 | }
326 | const official = () => {
327 | return
328 | }
329 |
330 | const workspaceExists = false
331 |
332 | return (
333 |
334 |
335 |
setShowDescription(true)} className={"h-[100px] p-4 relative overflow-hidden cursor-pointer"}>
336 |
{
337 | if ( inlineImage !== null) { e.target.src = inlineImage }}} alt={workspace.friendly_name} />
338 |
339 |
{workspace.friendly_name || 'Friendly Name'}
340 |
{process.env.name || 'Manual'} {official()}
341 |
342 |
343 |
344 |
345 | {workspace.architecture && workspace.architecture.map((arch, index) => (
346 | {arch}
347 | ))}
348 |
349 | {workspace.categories.map((cat, index) => (
350 | {cat}
351 | ))}
352 |
353 | {workspaceExists && workspaceExists.enabled === true && workspaceExists.available === false && (
354 |
Installing
355 | )}
356 |
357 |
358 |
setShowDescription(false)}>
359 |
360 |
361 |
{workspace.friendly_name}
{workspace.description}
362 |
363 | {editButton()}
364 | {installButton()}
365 |
366 |
367 |
368 |
369 | )
370 |
371 | }
372 |
373 |
--------------------------------------------------------------------------------
/site/yarn.lock:
--------------------------------------------------------------------------------
1 | # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2 | # yarn lockfile v1
3 |
4 |
5 | "@ampproject/remapping@^2.1.0":
6 | version "2.2.0"
7 | resolved "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz"
8 | integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==
9 | dependencies:
10 | "@jridgewell/gen-mapping" "^0.1.0"
11 | "@jridgewell/trace-mapping" "^0.3.9"
12 |
13 | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.26.2":
14 | version "7.26.2"
15 | resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz"
16 | integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
17 | dependencies:
18 | "@babel/helper-validator-identifier" "^7.25.9"
19 | js-tokens "^4.0.0"
20 | picocolors "^1.0.0"
21 |
22 | "@babel/compat-data@^7.20.0":
23 | version "7.20.5"
24 | resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.5.tgz"
25 | integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==
26 |
27 | "@babel/core@^7.0.0", "@babel/core@^7.0.0-0":
28 | version "7.20.5"
29 | resolved "https://registry.npmjs.org/@babel/core/-/core-7.20.5.tgz"
30 | integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==
31 | dependencies:
32 | "@ampproject/remapping" "^2.1.0"
33 | "@babel/code-frame" "^7.18.6"
34 | "@babel/generator" "^7.20.5"
35 | "@babel/helper-compilation-targets" "^7.20.0"
36 | "@babel/helper-module-transforms" "^7.20.2"
37 | "@babel/helpers" "^7.20.5"
38 | "@babel/parser" "^7.20.5"
39 | "@babel/template" "^7.18.10"
40 | "@babel/traverse" "^7.20.5"
41 | "@babel/types" "^7.20.5"
42 | convert-source-map "^1.7.0"
43 | debug "^4.1.0"
44 | gensync "^1.0.0-beta.2"
45 | json5 "^2.2.1"
46 | semver "^6.3.0"
47 |
48 | "@babel/generator@^7.20.5", "@babel/generator@^7.27.0":
49 | version "7.27.0"
50 | resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.27.0.tgz"
51 | integrity sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==
52 | dependencies:
53 | "@babel/parser" "^7.27.0"
54 | "@babel/types" "^7.27.0"
55 | "@jridgewell/gen-mapping" "^0.3.5"
56 | "@jridgewell/trace-mapping" "^0.3.25"
57 | jsesc "^3.0.2"
58 |
59 | "@babel/helper-compilation-targets@^7.20.0":
60 | version "7.20.0"
61 | resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz"
62 | integrity sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==
63 | dependencies:
64 | "@babel/compat-data" "^7.20.0"
65 | "@babel/helper-validator-option" "^7.18.6"
66 | browserslist "^4.21.3"
67 | semver "^6.3.0"
68 |
69 | "@babel/helper-environment-visitor@^7.18.9":
70 | version "7.18.9"
71 | resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz"
72 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
73 |
74 | "@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.18.6":
75 | version "7.18.6"
76 | resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz"
77 | integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
78 | dependencies:
79 | "@babel/types" "^7.18.6"
80 |
81 | "@babel/helper-module-transforms@^7.20.2":
82 | version "7.20.2"
83 | resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz"
84 | integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==
85 | dependencies:
86 | "@babel/helper-environment-visitor" "^7.18.9"
87 | "@babel/helper-module-imports" "^7.18.6"
88 | "@babel/helper-simple-access" "^7.20.2"
89 | "@babel/helper-split-export-declaration" "^7.18.6"
90 | "@babel/helper-validator-identifier" "^7.19.1"
91 | "@babel/template" "^7.18.10"
92 | "@babel/traverse" "^7.20.1"
93 | "@babel/types" "^7.20.2"
94 |
95 | "@babel/helper-plugin-utils@^7.18.6":
96 | version "7.20.2"
97 | resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz"
98 | integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==
99 |
100 | "@babel/helper-simple-access@^7.20.2":
101 | version "7.20.2"
102 | resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz"
103 | integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==
104 | dependencies:
105 | "@babel/types" "^7.20.2"
106 |
107 | "@babel/helper-split-export-declaration@^7.18.6":
108 | version "7.18.6"
109 | resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz"
110 | integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==
111 | dependencies:
112 | "@babel/types" "^7.18.6"
113 |
114 | "@babel/helper-string-parser@^7.25.9":
115 | version "7.25.9"
116 | resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz"
117 | integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
118 |
119 | "@babel/helper-validator-identifier@^7.19.1", "@babel/helper-validator-identifier@^7.25.9":
120 | version "7.25.9"
121 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz"
122 | integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
123 |
124 | "@babel/helper-validator-option@^7.18.6":
125 | version "7.18.6"
126 | resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz"
127 | integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
128 |
129 | "@babel/helpers@^7.20.5":
130 | version "7.27.0"
131 | resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.27.0.tgz"
132 | integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
133 | dependencies:
134 | "@babel/template" "^7.27.0"
135 | "@babel/types" "^7.27.0"
136 |
137 | "@babel/parser@^7.20.5", "@babel/parser@^7.27.0":
138 | version "7.27.0"
139 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.27.0.tgz"
140 | integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
141 | dependencies:
142 | "@babel/types" "^7.27.0"
143 |
144 | "@babel/plugin-syntax-jsx@^7.17.12":
145 | version "7.18.6"
146 | resolved "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz"
147 | integrity sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==
148 | dependencies:
149 | "@babel/helper-plugin-utils" "^7.18.6"
150 |
151 | "@babel/runtime-corejs3@^7.10.2":
152 | version "7.27.0"
153 | resolved "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.27.0.tgz"
154 | integrity sha512-UWjX6t+v+0ckwZ50Y5ShZLnlk95pP5MyW/pon9tiYzl3+18pkTHTFNTKr7rQbfRXPkowt2QAn30o1b6oswszew==
155 | dependencies:
156 | core-js-pure "^3.30.2"
157 | regenerator-runtime "^0.14.0"
158 |
159 | "@babel/runtime@^7.10.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.18.9", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7":
160 | version "7.27.0"
161 | resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.0.tgz"
162 | integrity sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==
163 | dependencies:
164 | regenerator-runtime "^0.14.0"
165 |
166 | "@babel/template@^7.18.10", "@babel/template@^7.27.0":
167 | version "7.27.0"
168 | resolved "https://registry.npmjs.org/@babel/template/-/template-7.27.0.tgz"
169 | integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
170 | dependencies:
171 | "@babel/code-frame" "^7.26.2"
172 | "@babel/parser" "^7.27.0"
173 | "@babel/types" "^7.27.0"
174 |
175 | "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5":
176 | version "7.27.0"
177 | resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.0.tgz"
178 | integrity sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==
179 | dependencies:
180 | "@babel/code-frame" "^7.26.2"
181 | "@babel/generator" "^7.27.0"
182 | "@babel/parser" "^7.27.0"
183 | "@babel/template" "^7.27.0"
184 | "@babel/types" "^7.27.0"
185 | debug "^4.3.1"
186 | globals "^11.1.0"
187 |
188 | "@babel/types@^7.18.6", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.27.0":
189 | version "7.27.0"
190 | resolved "https://registry.npmjs.org/@babel/types/-/types-7.27.0.tgz"
191 | integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
192 | dependencies:
193 | "@babel/helper-string-parser" "^7.25.9"
194 | "@babel/helper-validator-identifier" "^7.25.9"
195 |
196 | "@emotion/babel-plugin@^11.10.5":
197 | version "11.10.5"
198 | resolved "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.10.5.tgz"
199 | integrity sha512-xE7/hyLHJac7D2Ve9dKroBBZqBT7WuPQmWcq7HSGb84sUuP4mlOWoB8dvVfD9yk5DHkU1m6RW7xSoDtnQHNQeA==
200 | dependencies:
201 | "@babel/helper-module-imports" "^7.16.7"
202 | "@babel/plugin-syntax-jsx" "^7.17.12"
203 | "@babel/runtime" "^7.18.3"
204 | "@emotion/hash" "^0.9.0"
205 | "@emotion/memoize" "^0.8.0"
206 | "@emotion/serialize" "^1.1.1"
207 | babel-plugin-macros "^3.1.0"
208 | convert-source-map "^1.5.0"
209 | escape-string-regexp "^4.0.0"
210 | find-root "^1.1.0"
211 | source-map "^0.5.7"
212 | stylis "4.1.3"
213 |
214 | "@emotion/cache@^11.10.5", "@emotion/cache@^11.4.0":
215 | version "11.10.5"
216 | resolved "https://registry.npmjs.org/@emotion/cache/-/cache-11.10.5.tgz"
217 | integrity sha512-dGYHWyzTdmK+f2+EnIGBpkz1lKc4Zbj2KHd4cX3Wi8/OWr5pKslNjc3yABKH4adRGCvSX4VDC0i04mrrq0aiRA==
218 | dependencies:
219 | "@emotion/memoize" "^0.8.0"
220 | "@emotion/sheet" "^1.2.1"
221 | "@emotion/utils" "^1.2.0"
222 | "@emotion/weak-memoize" "^0.3.0"
223 | stylis "4.1.3"
224 |
225 | "@emotion/hash@^0.9.0":
226 | version "0.9.0"
227 | resolved "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.0.tgz"
228 | integrity sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ==
229 |
230 | "@emotion/memoize@^0.8.0":
231 | version "0.8.0"
232 | resolved "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.0.tgz"
233 | integrity sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==
234 |
235 | "@emotion/react@^11.8.1":
236 | version "11.10.5"
237 | resolved "https://registry.npmjs.org/@emotion/react/-/react-11.10.5.tgz"
238 | integrity sha512-TZs6235tCJ/7iF6/rvTaOH4oxQg2gMAcdHemjwLKIjKz4rRuYe1HJ2TQJKnAcRAfOUDdU8XoDadCe1rl72iv8A==
239 | dependencies:
240 | "@babel/runtime" "^7.18.3"
241 | "@emotion/babel-plugin" "^11.10.5"
242 | "@emotion/cache" "^11.10.5"
243 | "@emotion/serialize" "^1.1.1"
244 | "@emotion/use-insertion-effect-with-fallbacks" "^1.0.0"
245 | "@emotion/utils" "^1.2.0"
246 | "@emotion/weak-memoize" "^0.3.0"
247 | hoist-non-react-statics "^3.3.1"
248 |
249 | "@emotion/serialize@^1.1.1":
250 | version "1.1.1"
251 | resolved "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.1.tgz"
252 | integrity sha512-Zl/0LFggN7+L1liljxXdsVSVlg6E/Z/olVWpfxUTxOAmi8NU7YoeWeLfi1RmnB2TATHoaWwIBRoL+FvAJiTUQA==
253 | dependencies:
254 | "@emotion/hash" "^0.9.0"
255 | "@emotion/memoize" "^0.8.0"
256 | "@emotion/unitless" "^0.8.0"
257 | "@emotion/utils" "^1.2.0"
258 | csstype "^3.0.2"
259 |
260 | "@emotion/sheet@^1.2.1":
261 | version "1.2.1"
262 | resolved "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.2.1.tgz"
263 | integrity sha512-zxRBwl93sHMsOj4zs+OslQKg/uhF38MB+OMKoCrVuS0nyTkqnau+BM3WGEoOptg9Oz45T/aIGs1qbVAsEFo3nA==
264 |
265 | "@emotion/unitless@^0.8.0":
266 | version "0.8.0"
267 | resolved "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.0.tgz"
268 | integrity sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==
269 |
270 | "@emotion/use-insertion-effect-with-fallbacks@^1.0.0":
271 | version "1.0.0"
272 | resolved "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.0.tgz"
273 | integrity sha512-1eEgUGmkaljiBnRMTdksDV1W4kUnmwgp7X9G8B++9GYwl1lUdqSndSriIrTJ0N7LQaoauY9JJ2yhiOYK5+NI4A==
274 |
275 | "@emotion/utils@^1.2.0":
276 | version "1.2.0"
277 | resolved "https://registry.npmjs.org/@emotion/utils/-/utils-1.2.0.tgz"
278 | integrity sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw==
279 |
280 | "@emotion/weak-memoize@^0.3.0":
281 | version "0.3.0"
282 | resolved "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.0.tgz"
283 | integrity sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg==
284 |
285 | "@eslint/eslintrc@^1.3.3":
286 | version "1.3.3"
287 | resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.3.tgz"
288 | integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
289 | dependencies:
290 | ajv "^6.12.4"
291 | debug "^4.3.2"
292 | espree "^9.4.0"
293 | globals "^13.15.0"
294 | ignore "^5.2.0"
295 | import-fresh "^3.2.1"
296 | js-yaml "^4.1.0"
297 | minimatch "^3.1.2"
298 | strip-json-comments "^3.1.1"
299 |
300 | "@floating-ui/core@^1.0.2":
301 | version "1.0.2"
302 | resolved "https://registry.npmjs.org/@floating-ui/core/-/core-1.0.2.tgz"
303 | integrity sha512-Skfy0YS3NJ5nV9us0uuPN0HDk1Q4edljaOhRBJGDWs9EBa7ZVMYBHRFlhLvvmwEoaIM9BlH6QJFn9/uZg0bACg==
304 |
305 | "@floating-ui/dom@^1.0.1":
306 | version "1.0.7"
307 | resolved "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.0.7.tgz"
308 | integrity sha512-6RsqvCYe0AYWtsGvuWqCm7mZytnXAZCjWtsWu1Kg8dI3INvj/DbKlDsZO+mKSaQdPT12uxIW9W2dAWJkPx4Y5g==
309 | dependencies:
310 | "@floating-ui/core" "^1.0.2"
311 |
312 | "@humanwhocodes/config-array@^0.11.6":
313 | version "0.11.7"
314 | resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.7.tgz"
315 | integrity sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==
316 | dependencies:
317 | "@humanwhocodes/object-schema" "^1.2.1"
318 | debug "^4.1.1"
319 | minimatch "^3.0.5"
320 |
321 | "@humanwhocodes/module-importer@^1.0.1":
322 | version "1.0.1"
323 | resolved "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz"
324 | integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
325 |
326 | "@humanwhocodes/object-schema@^1.2.1":
327 | version "1.2.1"
328 | resolved "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz"
329 | integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
330 |
331 | "@jridgewell/gen-mapping@^0.1.0":
332 | version "0.1.1"
333 | resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz"
334 | integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==
335 | dependencies:
336 | "@jridgewell/set-array" "^1.0.0"
337 | "@jridgewell/sourcemap-codec" "^1.4.10"
338 |
339 | "@jridgewell/gen-mapping@^0.3.5":
340 | version "0.3.8"
341 | resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz"
342 | integrity sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==
343 | dependencies:
344 | "@jridgewell/set-array" "^1.2.1"
345 | "@jridgewell/sourcemap-codec" "^1.4.10"
346 | "@jridgewell/trace-mapping" "^0.3.24"
347 |
348 | "@jridgewell/resolve-uri@^3.1.0":
349 | version "3.1.0"
350 | resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz"
351 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
352 |
353 | "@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.2.1":
354 | version "1.2.1"
355 | resolved "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz"
356 | integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==
357 |
358 | "@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
359 | version "1.4.14"
360 | resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz"
361 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
362 |
363 | "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25", "@jridgewell/trace-mapping@^0.3.9":
364 | version "0.3.25"
365 | resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz"
366 | integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
367 | dependencies:
368 | "@jridgewell/resolve-uri" "^3.1.0"
369 | "@jridgewell/sourcemap-codec" "^1.4.14"
370 |
371 | "@next/env@14.2.28":
372 | version "14.2.28"
373 | resolved "https://registry.npmjs.org/@next/env/-/env-14.2.28.tgz"
374 | integrity sha512-PAmWhJfJQlP+kxZwCjrVd9QnR5x0R3u0mTXTiZDgSd4h5LdXmjxCCWbN9kq6hkZBOax8Rm3xDW5HagWyJuT37g==
375 |
376 | "@next/eslint-plugin-next@13.0.0":
377 | version "13.0.0"
378 | resolved "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.0.0.tgz"
379 | integrity sha512-z+gnX4Zizatqatc6f4CQrcC9oN8Us3Vrq/OLyc98h7K/eWctrnV91zFZodmJHUjx0cITY8uYM7LXD7IdYkg3kg==
380 | dependencies:
381 | glob "7.1.7"
382 |
383 | "@next/swc-darwin-arm64@14.2.28":
384 | version "14.2.28"
385 | resolved "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.28.tgz"
386 | integrity sha512-kzGChl9setxYWpk3H6fTZXXPFFjg7urptLq5o5ZgYezCrqlemKttwMT5iFyx/p1e/JeglTwDFRtb923gTJ3R1w==
387 |
388 | "@nodelib/fs.scandir@2.1.5":
389 | version "2.1.5"
390 | resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz"
391 | integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==
392 | dependencies:
393 | "@nodelib/fs.stat" "2.0.5"
394 | run-parallel "^1.1.9"
395 |
396 | "@nodelib/fs.stat@^2.0.2", "@nodelib/fs.stat@2.0.5":
397 | version "2.0.5"
398 | resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz"
399 | integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
400 |
401 | "@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
402 | version "1.2.8"
403 | resolved "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz"
404 | integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
405 | dependencies:
406 | "@nodelib/fs.scandir" "2.1.5"
407 | fastq "^1.6.0"
408 |
409 | "@rushstack/eslint-patch@^1.1.3":
410 | version "1.2.0"
411 | resolved "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.2.0.tgz"
412 | integrity sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg==
413 |
414 | "@swc/counter@^0.1.3":
415 | version "0.1.3"
416 | resolved "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz"
417 | integrity sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==
418 |
419 | "@swc/helpers@0.5.5":
420 | version "0.5.5"
421 | resolved "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.5.tgz"
422 | integrity sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==
423 | dependencies:
424 | "@swc/counter" "^0.1.3"
425 | tslib "^2.4.0"
426 |
427 | "@types/json5@^0.0.29":
428 | version "0.0.29"
429 | resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz"
430 | integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
431 |
432 | "@types/parse-json@^4.0.0":
433 | version "4.0.0"
434 | resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz"
435 | integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
436 |
437 | "@types/prop-types@*":
438 | version "15.7.5"
439 | resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz"
440 | integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
441 |
442 | "@types/react-transition-group@^4.4.0":
443 | version "4.4.5"
444 | resolved "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.5.tgz"
445 | integrity sha512-juKD/eiSM3/xZYzjuzH6ZwpP+/lejltmiS3QEzV/vmb/Q8+HfDmxu+Baga8UEMGBqV88Nbg4l2hY/K2DkyaLLA==
446 | dependencies:
447 | "@types/react" "*"
448 |
449 | "@types/react@*":
450 | version "18.0.25"
451 | resolved "https://registry.npmjs.org/@types/react/-/react-18.0.25.tgz"
452 | integrity sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g==
453 | dependencies:
454 | "@types/prop-types" "*"
455 | "@types/scheduler" "*"
456 | csstype "^3.0.2"
457 |
458 | "@types/scheduler@*":
459 | version "0.16.2"
460 | resolved "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz"
461 | integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
462 |
463 | "@typescript-eslint/parser@^5.21.0":
464 | version "5.41.0"
465 | resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.41.0.tgz"
466 | integrity sha512-HQVfix4+RL5YRWZboMD1pUfFN8MpRH4laziWkkAzyO1fvNOY/uinZcvo3QiFJVS/siNHupV8E5+xSwQZrl6PZA==
467 | dependencies:
468 | "@typescript-eslint/scope-manager" "5.41.0"
469 | "@typescript-eslint/types" "5.41.0"
470 | "@typescript-eslint/typescript-estree" "5.41.0"
471 | debug "^4.3.4"
472 |
473 | "@typescript-eslint/scope-manager@5.41.0":
474 | version "5.41.0"
475 | resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.41.0.tgz"
476 | integrity sha512-xOxPJCnuktUkY2xoEZBKXO5DBCugFzjrVndKdUnyQr3+9aDWZReKq9MhaoVnbL+maVwWJu/N0SEtrtEUNb62QQ==
477 | dependencies:
478 | "@typescript-eslint/types" "5.41.0"
479 | "@typescript-eslint/visitor-keys" "5.41.0"
480 |
481 | "@typescript-eslint/types@5.41.0":
482 | version "5.41.0"
483 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.41.0.tgz"
484 | integrity sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==
485 |
486 | "@typescript-eslint/typescript-estree@5.41.0":
487 | version "5.41.0"
488 | resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.41.0.tgz"
489 | integrity sha512-SlzFYRwFSvswzDSQ/zPkIWcHv8O5y42YUskko9c4ki+fV6HATsTODUPbRbcGDFYP86gaJL5xohUEytvyNNcXWg==
490 | dependencies:
491 | "@typescript-eslint/types" "5.41.0"
492 | "@typescript-eslint/visitor-keys" "5.41.0"
493 | debug "^4.3.4"
494 | globby "^11.1.0"
495 | is-glob "^4.0.3"
496 | semver "^7.3.7"
497 | tsutils "^3.21.0"
498 |
499 | "@typescript-eslint/visitor-keys@5.41.0":
500 | version "5.41.0"
501 | resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.41.0.tgz"
502 | integrity sha512-vilqeHj267v8uzzakbm13HkPMl7cbYpKVjgFWZPIOHIJHZtinvypUhJ5xBXfWYg4eFKqztbMMpOgFpT9Gfx4fw==
503 | dependencies:
504 | "@typescript-eslint/types" "5.41.0"
505 | eslint-visitor-keys "^3.3.0"
506 |
507 | acorn-jsx@^5.3.2:
508 | version "5.3.2"
509 | resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz"
510 | integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
511 |
512 | acorn-node@^1.8.2:
513 | version "1.8.2"
514 | resolved "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz"
515 | integrity sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==
516 | dependencies:
517 | acorn "^7.0.0"
518 | acorn-walk "^7.0.0"
519 | xtend "^4.0.2"
520 |
521 | acorn-walk@^7.0.0:
522 | version "7.2.0"
523 | resolved "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz"
524 | integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==
525 |
526 | "acorn@^6.0.0 || ^7.0.0 || ^8.0.0", acorn@^8.8.0:
527 | version "8.8.1"
528 | resolved "https://registry.npmjs.org/acorn/-/acorn-8.8.1.tgz"
529 | integrity sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==
530 |
531 | acorn@^7.0.0:
532 | version "7.4.1"
533 | resolved "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz"
534 | integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
535 |
536 | acorn@6.4.1:
537 | version "6.4.1"
538 | resolved "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz"
539 | integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
540 |
541 | ajv@^6.10.0, ajv@^6.12.4:
542 | version "6.12.6"
543 | resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz"
544 | integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
545 | dependencies:
546 | fast-deep-equal "^3.1.1"
547 | fast-json-stable-stringify "^2.0.0"
548 | json-schema-traverse "^0.4.1"
549 | uri-js "^4.2.2"
550 |
551 | ansi-regex@^5.0.1:
552 | version "5.0.1"
553 | resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz"
554 | integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
555 |
556 | ansi-styles@^4.1.0:
557 | version "4.3.0"
558 | resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz"
559 | integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
560 | dependencies:
561 | color-convert "^2.0.1"
562 |
563 | anymatch@~3.1.2:
564 | version "3.1.2"
565 | resolved "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz"
566 | integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==
567 | dependencies:
568 | normalize-path "^3.0.0"
569 | picomatch "^2.0.4"
570 |
571 | arg@^5.0.2:
572 | version "5.0.2"
573 | resolved "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz"
574 | integrity sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==
575 |
576 | argparse@^2.0.1:
577 | version "2.0.1"
578 | resolved "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz"
579 | integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
580 |
581 | aria-query@^4.2.2:
582 | version "4.2.2"
583 | resolved "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz"
584 | integrity sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==
585 | dependencies:
586 | "@babel/runtime" "^7.10.2"
587 | "@babel/runtime-corejs3" "^7.10.2"
588 |
589 | array-includes@^3.1.4, array-includes@^3.1.5:
590 | version "3.1.5"
591 | resolved "https://registry.npmjs.org/array-includes/-/array-includes-3.1.5.tgz"
592 | integrity sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==
593 | dependencies:
594 | call-bind "^1.0.2"
595 | define-properties "^1.1.4"
596 | es-abstract "^1.19.5"
597 | get-intrinsic "^1.1.1"
598 | is-string "^1.0.7"
599 |
600 | array-union@^2.1.0:
601 | version "2.1.0"
602 | resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz"
603 | integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
604 |
605 | array.prototype.flat@^1.2.5:
606 | version "1.3.0"
607 | resolved "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz"
608 | integrity sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==
609 | dependencies:
610 | call-bind "^1.0.2"
611 | define-properties "^1.1.3"
612 | es-abstract "^1.19.2"
613 | es-shim-unscopables "^1.0.0"
614 |
615 | array.prototype.flatmap@^1.3.0:
616 | version "1.3.0"
617 | resolved "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz"
618 | integrity sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==
619 | dependencies:
620 | call-bind "^1.0.2"
621 | define-properties "^1.1.3"
622 | es-abstract "^1.19.2"
623 | es-shim-unscopables "^1.0.0"
624 |
625 | ast-types-flow@^0.0.7:
626 | version "0.0.7"
627 | resolved "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz"
628 | integrity sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==
629 |
630 | autoprefixer@^10.4.13:
631 | version "10.4.13"
632 | resolved "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.13.tgz"
633 | integrity sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==
634 | dependencies:
635 | browserslist "^4.21.4"
636 | caniuse-lite "^1.0.30001426"
637 | fraction.js "^4.2.0"
638 | normalize-range "^0.1.2"
639 | picocolors "^1.0.0"
640 | postcss-value-parser "^4.2.0"
641 |
642 | axe-core@^4.4.3:
643 | version "4.5.0"
644 | resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.5.0.tgz"
645 | integrity sha512-4+rr8eQ7+XXS5nZrKcMO/AikHL0hVqy+lHWAnE3xdHl+aguag8SOQ6eEqLexwLNWgXIMfunGuD3ON1/6Kyet0A==
646 |
647 | axobject-query@^2.2.0:
648 | version "2.2.0"
649 | resolved "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz"
650 | integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==
651 |
652 | babel-plugin-macros@^3.1.0:
653 | version "3.1.0"
654 | resolved "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz"
655 | integrity sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==
656 | dependencies:
657 | "@babel/runtime" "^7.12.5"
658 | cosmiconfig "^7.0.0"
659 | resolve "^1.19.0"
660 |
661 | balanced-match@^1.0.0:
662 | version "1.0.2"
663 | resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz"
664 | integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
665 |
666 | binary-extensions@^2.0.0:
667 | version "2.2.0"
668 | resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz"
669 | integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
670 |
671 | brace-expansion@^1.1.7:
672 | version "1.1.11"
673 | resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz"
674 | integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
675 | dependencies:
676 | balanced-match "^1.0.0"
677 | concat-map "0.0.1"
678 |
679 | braces@^3.0.3, braces@~3.0.2:
680 | version "3.0.3"
681 | resolved "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz"
682 | integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
683 | dependencies:
684 | fill-range "^7.1.1"
685 |
686 | browserslist@^4.21.3, browserslist@^4.21.4, "browserslist@>= 4.21.0":
687 | version "4.21.4"
688 | resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.21.4.tgz"
689 | integrity sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==
690 | dependencies:
691 | caniuse-lite "^1.0.30001400"
692 | electron-to-chromium "^1.4.251"
693 | node-releases "^2.0.6"
694 | update-browserslist-db "^1.0.9"
695 |
696 | busboy@1.6.0:
697 | version "1.6.0"
698 | resolved "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz"
699 | integrity sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==
700 | dependencies:
701 | streamsearch "^1.1.0"
702 |
703 | call-bind@^1.0.0, call-bind@^1.0.2:
704 | version "1.0.2"
705 | resolved "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz"
706 | integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
707 | dependencies:
708 | function-bind "^1.1.1"
709 | get-intrinsic "^1.0.2"
710 |
711 | callsites@^3.0.0:
712 | version "3.1.0"
713 | resolved "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz"
714 | integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
715 |
716 | camelcase-css@^2.0.1:
717 | version "2.0.1"
718 | resolved "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz"
719 | integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==
720 |
721 | caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001426, caniuse-lite@^1.0.30001579:
722 | version "1.0.30001713"
723 | resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001713.tgz"
724 | integrity sha512-wCIWIg+A4Xr7NfhTuHdX+/FKh3+Op3LBbSp2N5Pfx6T/LhdQy3GTyoTg48BReaW/MyMNZAkTadsBtai3ldWK0Q==
725 |
726 | chalk@^4.0.0:
727 | version "4.1.2"
728 | resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
729 | integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
730 | dependencies:
731 | ansi-styles "^4.1.0"
732 | supports-color "^7.1.0"
733 |
734 | chokidar@^3.5.3:
735 | version "3.5.3"
736 | resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz"
737 | integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
738 | dependencies:
739 | anymatch "~3.1.2"
740 | braces "~3.0.2"
741 | glob-parent "~5.1.2"
742 | is-binary-path "~2.1.0"
743 | is-glob "~4.0.1"
744 | normalize-path "~3.0.0"
745 | readdirp "~3.6.0"
746 | optionalDependencies:
747 | fsevents "~2.3.2"
748 |
749 | classnames@^2.1.1:
750 | version "2.3.2"
751 | resolved "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz"
752 | integrity sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==
753 |
754 | client-only@0.0.1:
755 | version "0.0.1"
756 | resolved "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz"
757 | integrity sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==
758 |
759 | color-convert@^2.0.1:
760 | version "2.0.1"
761 | resolved "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz"
762 | integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
763 | dependencies:
764 | color-name "~1.1.4"
765 |
766 | color-name@^1.1.4, color-name@~1.1.4:
767 | version "1.1.4"
768 | resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz"
769 | integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
770 |
771 | concat-map@0.0.1:
772 | version "0.0.1"
773 | resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
774 | integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
775 |
776 | convert-source-map@^1.5.0, convert-source-map@^1.7.0:
777 | version "1.9.0"
778 | resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz"
779 | integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==
780 |
781 | core-js-pure@^3.30.2:
782 | version "3.41.0"
783 | resolved "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.41.0.tgz"
784 | integrity sha512-71Gzp96T9YPk63aUvE5Q5qP+DryB4ZloUZPSOebGM88VNw8VNfvdA7z6kGA8iGOTEzAomsRidp4jXSmUIJsL+Q==
785 |
786 | core-util-is@~1.0.0:
787 | version "1.0.3"
788 | resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz"
789 | integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==
790 |
791 | cosmiconfig@^7.0.0:
792 | version "7.1.0"
793 | resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz"
794 | integrity sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==
795 | dependencies:
796 | "@types/parse-json" "^4.0.0"
797 | import-fresh "^3.2.1"
798 | parse-json "^5.0.0"
799 | path-type "^4.0.0"
800 | yaml "^1.10.0"
801 |
802 | cross-spawn@^7.0.2:
803 | version "7.0.6"
804 | resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz"
805 | integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
806 | dependencies:
807 | path-key "^3.1.0"
808 | shebang-command "^2.0.0"
809 | which "^2.0.1"
810 |
811 | cssesc@^3.0.0:
812 | version "3.0.0"
813 | resolved "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz"
814 | integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
815 |
816 | csstype@^3.0.2:
817 | version "3.1.1"
818 | resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz"
819 | integrity sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==
820 |
821 | damerau-levenshtein@^1.0.8:
822 | version "1.0.8"
823 | resolved "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz"
824 | integrity sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==
825 |
826 | debug@^2.6.9:
827 | version "2.6.9"
828 | resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz"
829 | integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
830 | dependencies:
831 | ms "2.0.0"
832 |
833 | debug@^3.2.7:
834 | version "3.2.7"
835 | resolved "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz"
836 | integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
837 | dependencies:
838 | ms "^2.1.1"
839 |
840 | debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
841 | version "4.3.4"
842 | resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz"
843 | integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
844 | dependencies:
845 | ms "2.1.2"
846 |
847 | deep-is@^0.1.3:
848 | version "0.1.4"
849 | resolved "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz"
850 | integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==
851 |
852 | define-properties@^1.1.3, define-properties@^1.1.4:
853 | version "1.1.4"
854 | resolved "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz"
855 | integrity sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==
856 | dependencies:
857 | has-property-descriptors "^1.0.0"
858 | object-keys "^1.1.1"
859 |
860 | defined@^1.0.0:
861 | version "1.0.1"
862 | resolved "https://registry.npmjs.org/defined/-/defined-1.0.1.tgz"
863 | integrity sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q==
864 |
865 | detective@^5.2.1:
866 | version "5.2.1"
867 | resolved "https://registry.npmjs.org/detective/-/detective-5.2.1.tgz"
868 | integrity sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==
869 | dependencies:
870 | acorn-node "^1.8.2"
871 | defined "^1.0.0"
872 | minimist "^1.2.6"
873 |
874 | didyoumean@^1.2.2:
875 | version "1.2.2"
876 | resolved "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz"
877 | integrity sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==
878 |
879 | dir-glob@^3.0.1:
880 | version "3.0.1"
881 | resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz"
882 | integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
883 | dependencies:
884 | path-type "^4.0.0"
885 |
886 | dlv@^1.1.3:
887 | version "1.1.3"
888 | resolved "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz"
889 | integrity sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==
890 |
891 | doctrine@^2.1.0:
892 | version "2.1.0"
893 | resolved "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz"
894 | integrity sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==
895 | dependencies:
896 | esutils "^2.0.2"
897 |
898 | doctrine@^3.0.0:
899 | version "3.0.0"
900 | resolved "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz"
901 | integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==
902 | dependencies:
903 | esutils "^2.0.2"
904 |
905 | dom-helpers@^5.0.1:
906 | version "5.2.1"
907 | resolved "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz"
908 | integrity sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==
909 | dependencies:
910 | "@babel/runtime" "^7.8.7"
911 | csstype "^3.0.2"
912 |
913 | electron-to-chromium@^1.4.251:
914 | version "1.4.284"
915 | resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz"
916 | integrity sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==
917 |
918 | emoji-regex@^9.2.2:
919 | version "9.2.2"
920 | resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz"
921 | integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
922 |
923 | error-ex@^1.3.1:
924 | version "1.3.2"
925 | resolved "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz"
926 | integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==
927 | dependencies:
928 | is-arrayish "^0.2.1"
929 |
930 | es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.2, es-abstract@^1.19.5:
931 | version "1.20.4"
932 | resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.4.tgz"
933 | integrity sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==
934 | dependencies:
935 | call-bind "^1.0.2"
936 | es-to-primitive "^1.2.1"
937 | function-bind "^1.1.1"
938 | function.prototype.name "^1.1.5"
939 | get-intrinsic "^1.1.3"
940 | get-symbol-description "^1.0.0"
941 | has "^1.0.3"
942 | has-property-descriptors "^1.0.0"
943 | has-symbols "^1.0.3"
944 | internal-slot "^1.0.3"
945 | is-callable "^1.2.7"
946 | is-negative-zero "^2.0.2"
947 | is-regex "^1.1.4"
948 | is-shared-array-buffer "^1.0.2"
949 | is-string "^1.0.7"
950 | is-weakref "^1.0.2"
951 | object-inspect "^1.12.2"
952 | object-keys "^1.1.1"
953 | object.assign "^4.1.4"
954 | regexp.prototype.flags "^1.4.3"
955 | safe-regex-test "^1.0.0"
956 | string.prototype.trimend "^1.0.5"
957 | string.prototype.trimstart "^1.0.5"
958 | unbox-primitive "^1.0.2"
959 |
960 | es-shim-unscopables@^1.0.0:
961 | version "1.0.0"
962 | resolved "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz"
963 | integrity sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==
964 | dependencies:
965 | has "^1.0.3"
966 |
967 | es-to-primitive@^1.2.1:
968 | version "1.2.1"
969 | resolved "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz"
970 | integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
971 | dependencies:
972 | is-callable "^1.1.4"
973 | is-date-object "^1.0.1"
974 | is-symbol "^1.0.2"
975 |
976 | escalade@^3.1.1:
977 | version "3.1.1"
978 | resolved "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz"
979 | integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
980 |
981 | escape-string-regexp@^4.0.0:
982 | version "4.0.0"
983 | resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz"
984 | integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
985 |
986 | eslint-config-next@13.0.0:
987 | version "13.0.0"
988 | resolved "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-13.0.0.tgz"
989 | integrity sha512-y2nqWS2tycWySdVhb+rhp6CuDmDazGySqkzzQZf3UTyfHyC7og1m5m/AtMFwCo5mtvDqvw1BENin52kV9733lg==
990 | dependencies:
991 | "@next/eslint-plugin-next" "13.0.0"
992 | "@rushstack/eslint-patch" "^1.1.3"
993 | "@typescript-eslint/parser" "^5.21.0"
994 | eslint-import-resolver-node "^0.3.6"
995 | eslint-import-resolver-typescript "^2.7.1"
996 | eslint-plugin-import "^2.26.0"
997 | eslint-plugin-jsx-a11y "^6.5.1"
998 | eslint-plugin-react "^7.31.7"
999 | eslint-plugin-react-hooks "^4.5.0"
1000 |
1001 | eslint-import-resolver-node@^0.3.6:
1002 | version "0.3.6"
1003 | resolved "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz"
1004 | integrity sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==
1005 | dependencies:
1006 | debug "^3.2.7"
1007 | resolve "^1.20.0"
1008 |
1009 | eslint-import-resolver-typescript@^2.7.1:
1010 | version "2.7.1"
1011 | resolved "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.7.1.tgz"
1012 | integrity sha512-00UbgGwV8bSgUv34igBDbTOtKhqoRMy9bFjNehT40bXg6585PNIct8HhXZ0SybqB9rWtXj9crcku8ndDn/gIqQ==
1013 | dependencies:
1014 | debug "^4.3.4"
1015 | glob "^7.2.0"
1016 | is-glob "^4.0.3"
1017 | resolve "^1.22.0"
1018 | tsconfig-paths "^3.14.1"
1019 |
1020 | eslint-module-utils@^2.7.3:
1021 | version "2.7.4"
1022 | resolved "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz"
1023 | integrity sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==
1024 | dependencies:
1025 | debug "^3.2.7"
1026 |
1027 | eslint-plugin-import@*, eslint-plugin-import@^2.26.0:
1028 | version "2.26.0"
1029 | resolved "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz"
1030 | integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==
1031 | dependencies:
1032 | array-includes "^3.1.4"
1033 | array.prototype.flat "^1.2.5"
1034 | debug "^2.6.9"
1035 | doctrine "^2.1.0"
1036 | eslint-import-resolver-node "^0.3.6"
1037 | eslint-module-utils "^2.7.3"
1038 | has "^1.0.3"
1039 | is-core-module "^2.8.1"
1040 | is-glob "^4.0.3"
1041 | minimatch "^3.1.2"
1042 | object.values "^1.1.5"
1043 | resolve "^1.22.0"
1044 | tsconfig-paths "^3.14.1"
1045 |
1046 | eslint-plugin-jsx-a11y@^6.5.1:
1047 | version "6.6.1"
1048 | resolved "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.6.1.tgz"
1049 | integrity sha512-sXgFVNHiWffBq23uiS/JaP6eVR622DqwB4yTzKvGZGcPq6/yZ3WmOZfuBks/vHWo9GaFOqC2ZK4i6+C35knx7Q==
1050 | dependencies:
1051 | "@babel/runtime" "^7.18.9"
1052 | aria-query "^4.2.2"
1053 | array-includes "^3.1.5"
1054 | ast-types-flow "^0.0.7"
1055 | axe-core "^4.4.3"
1056 | axobject-query "^2.2.0"
1057 | damerau-levenshtein "^1.0.8"
1058 | emoji-regex "^9.2.2"
1059 | has "^1.0.3"
1060 | jsx-ast-utils "^3.3.2"
1061 | language-tags "^1.0.5"
1062 | minimatch "^3.1.2"
1063 | semver "^6.3.0"
1064 |
1065 | eslint-plugin-react-hooks@^4.5.0:
1066 | version "4.6.0"
1067 | resolved "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz"
1068 | integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
1069 |
1070 | eslint-plugin-react@^7.31.7:
1071 | version "7.31.10"
1072 | resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.10.tgz"
1073 | integrity sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==
1074 | dependencies:
1075 | array-includes "^3.1.5"
1076 | array.prototype.flatmap "^1.3.0"
1077 | doctrine "^2.1.0"
1078 | estraverse "^5.3.0"
1079 | jsx-ast-utils "^2.4.1 || ^3.0.0"
1080 | minimatch "^3.1.2"
1081 | object.entries "^1.1.5"
1082 | object.fromentries "^2.0.5"
1083 | object.hasown "^1.1.1"
1084 | object.values "^1.1.5"
1085 | prop-types "^15.8.1"
1086 | resolve "^2.0.0-next.3"
1087 | semver "^6.3.0"
1088 | string.prototype.matchall "^4.0.7"
1089 |
1090 | eslint-scope@^7.1.1:
1091 | version "7.1.1"
1092 | resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz"
1093 | integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
1094 | dependencies:
1095 | esrecurse "^4.3.0"
1096 | estraverse "^5.2.0"
1097 |
1098 | eslint-utils@^3.0.0:
1099 | version "3.0.0"
1100 | resolved "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz"
1101 | integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
1102 | dependencies:
1103 | eslint-visitor-keys "^2.0.0"
1104 |
1105 | eslint-visitor-keys@^2.0.0:
1106 | version "2.1.0"
1107 | resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz"
1108 | integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
1109 |
1110 | eslint-visitor-keys@^3.3.0:
1111 | version "3.3.0"
1112 | resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz"
1113 | integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
1114 |
1115 | eslint@*, "eslint@^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8", "eslint@^3 || ^4 || ^5 || ^6 || ^7 || ^8", "eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0", "eslint@^6.0.0 || ^7.0.0 || ^8.0.0", "eslint@^7.23.0 || ^8.0.0", eslint@>=5, eslint@8.26.0:
1116 | version "8.26.0"
1117 | resolved "https://registry.npmjs.org/eslint/-/eslint-8.26.0.tgz"
1118 | integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==
1119 | dependencies:
1120 | "@eslint/eslintrc" "^1.3.3"
1121 | "@humanwhocodes/config-array" "^0.11.6"
1122 | "@humanwhocodes/module-importer" "^1.0.1"
1123 | "@nodelib/fs.walk" "^1.2.8"
1124 | ajv "^6.10.0"
1125 | chalk "^4.0.0"
1126 | cross-spawn "^7.0.2"
1127 | debug "^4.3.2"
1128 | doctrine "^3.0.0"
1129 | escape-string-regexp "^4.0.0"
1130 | eslint-scope "^7.1.1"
1131 | eslint-utils "^3.0.0"
1132 | eslint-visitor-keys "^3.3.0"
1133 | espree "^9.4.0"
1134 | esquery "^1.4.0"
1135 | esutils "^2.0.2"
1136 | fast-deep-equal "^3.1.3"
1137 | file-entry-cache "^6.0.1"
1138 | find-up "^5.0.0"
1139 | glob-parent "^6.0.2"
1140 | globals "^13.15.0"
1141 | grapheme-splitter "^1.0.4"
1142 | ignore "^5.2.0"
1143 | import-fresh "^3.0.0"
1144 | imurmurhash "^0.1.4"
1145 | is-glob "^4.0.0"
1146 | is-path-inside "^3.0.3"
1147 | js-sdsl "^4.1.4"
1148 | js-yaml "^4.1.0"
1149 | json-stable-stringify-without-jsonify "^1.0.1"
1150 | levn "^0.4.1"
1151 | lodash.merge "^4.6.2"
1152 | minimatch "^3.1.2"
1153 | natural-compare "^1.4.0"
1154 | optionator "^0.9.1"
1155 | regexpp "^3.2.0"
1156 | strip-ansi "^6.0.1"
1157 | strip-json-comments "^3.1.0"
1158 | text-table "^0.2.0"
1159 |
1160 | espree@^9.4.0:
1161 | version "9.4.0"
1162 | resolved "https://registry.npmjs.org/espree/-/espree-9.4.0.tgz"
1163 | integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
1164 | dependencies:
1165 | acorn "^8.8.0"
1166 | acorn-jsx "^5.3.2"
1167 | eslint-visitor-keys "^3.3.0"
1168 |
1169 | esquery@^1.4.0:
1170 | version "1.4.0"
1171 | resolved "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz"
1172 | integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
1173 | dependencies:
1174 | estraverse "^5.1.0"
1175 |
1176 | esrecurse@^4.3.0:
1177 | version "4.3.0"
1178 | resolved "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz"
1179 | integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==
1180 | dependencies:
1181 | estraverse "^5.2.0"
1182 |
1183 | estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0:
1184 | version "5.3.0"
1185 | resolved "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz"
1186 | integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
1187 |
1188 | esutils@^2.0.2:
1189 | version "2.0.3"
1190 | resolved "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz"
1191 | integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
1192 |
1193 | fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
1194 | version "3.1.3"
1195 | resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz"
1196 | integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
1197 |
1198 | fast-glob@^3.2.12, fast-glob@^3.2.9:
1199 | version "3.2.12"
1200 | resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz"
1201 | integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
1202 | dependencies:
1203 | "@nodelib/fs.stat" "^2.0.2"
1204 | "@nodelib/fs.walk" "^1.2.3"
1205 | glob-parent "^5.1.2"
1206 | merge2 "^1.3.0"
1207 | micromatch "^4.0.4"
1208 |
1209 | fast-json-stable-stringify@^2.0.0:
1210 | version "2.1.0"
1211 | resolved "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz"
1212 | integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==
1213 |
1214 | fast-levenshtein@^2.0.6:
1215 | version "2.0.6"
1216 | resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz"
1217 | integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
1218 |
1219 | fastq@^1.6.0:
1220 | version "1.13.0"
1221 | resolved "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz"
1222 | integrity sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==
1223 | dependencies:
1224 | reusify "^1.0.4"
1225 |
1226 | file-entry-cache@^6.0.1:
1227 | version "6.0.1"
1228 | resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz"
1229 | integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
1230 | dependencies:
1231 | flat-cache "^3.0.4"
1232 |
1233 | file-saver@^2.0.5:
1234 | version "2.0.5"
1235 | resolved "https://registry.npmjs.org/file-saver/-/file-saver-2.0.5.tgz"
1236 | integrity sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==
1237 |
1238 | fill-range@^7.1.1:
1239 | version "7.1.1"
1240 | resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz"
1241 | integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
1242 | dependencies:
1243 | to-regex-range "^5.0.1"
1244 |
1245 | find-root@^1.1.0:
1246 | version "1.1.0"
1247 | resolved "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz"
1248 | integrity sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==
1249 |
1250 | find-up@^5.0.0:
1251 | version "5.0.0"
1252 | resolved "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz"
1253 | integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
1254 | dependencies:
1255 | locate-path "^6.0.0"
1256 | path-exists "^4.0.0"
1257 |
1258 | flat-cache@^3.0.4:
1259 | version "3.0.4"
1260 | resolved "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz"
1261 | integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==
1262 | dependencies:
1263 | flatted "^3.1.0"
1264 | rimraf "^3.0.2"
1265 |
1266 | flatted@^3.1.0:
1267 | version "3.2.7"
1268 | resolved "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz"
1269 | integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
1270 |
1271 | fraction.js@^4.2.0:
1272 | version "4.2.0"
1273 | resolved "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz"
1274 | integrity sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==
1275 |
1276 | fs.realpath@^1.0.0:
1277 | version "1.0.0"
1278 | resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
1279 | integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
1280 |
1281 | fsevents@~2.3.2:
1282 | version "2.3.2"
1283 | resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz"
1284 | integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
1285 |
1286 | function-bind@^1.1.1:
1287 | version "1.1.1"
1288 | resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"
1289 | integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
1290 |
1291 | function.prototype.name@^1.1.5:
1292 | version "1.1.5"
1293 | resolved "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz"
1294 | integrity sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==
1295 | dependencies:
1296 | call-bind "^1.0.2"
1297 | define-properties "^1.1.3"
1298 | es-abstract "^1.19.0"
1299 | functions-have-names "^1.2.2"
1300 |
1301 | functions-have-names@^1.2.2:
1302 | version "1.2.3"
1303 | resolved "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz"
1304 | integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==
1305 |
1306 | gensync@^1.0.0-beta.2:
1307 | version "1.0.0-beta.2"
1308 | resolved "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz"
1309 | integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
1310 |
1311 | get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3:
1312 | version "1.1.3"
1313 | resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.3.tgz"
1314 | integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==
1315 | dependencies:
1316 | function-bind "^1.1.1"
1317 | has "^1.0.3"
1318 | has-symbols "^1.0.3"
1319 |
1320 | get-symbol-description@^1.0.0:
1321 | version "1.0.0"
1322 | resolved "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz"
1323 | integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==
1324 | dependencies:
1325 | call-bind "^1.0.2"
1326 | get-intrinsic "^1.1.1"
1327 |
1328 | glob-parent@^5.1.2:
1329 | version "5.1.2"
1330 | resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz"
1331 | integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
1332 | dependencies:
1333 | is-glob "^4.0.1"
1334 |
1335 | glob-parent@^6.0.2:
1336 | version "6.0.2"
1337 | resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz"
1338 | integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
1339 | dependencies:
1340 | is-glob "^4.0.3"
1341 |
1342 | glob-parent@~5.1.2:
1343 | version "5.1.2"
1344 | resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz"
1345 | integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
1346 | dependencies:
1347 | is-glob "^4.0.1"
1348 |
1349 | glob@^7.1.3, glob@7.1.7:
1350 | version "7.1.7"
1351 | resolved "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz"
1352 | integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
1353 | dependencies:
1354 | fs.realpath "^1.0.0"
1355 | inflight "^1.0.4"
1356 | inherits "2"
1357 | minimatch "^3.0.4"
1358 | once "^1.3.0"
1359 | path-is-absolute "^1.0.0"
1360 |
1361 | glob@^7.2.0:
1362 | version "7.2.3"
1363 | resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz"
1364 | integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
1365 | dependencies:
1366 | fs.realpath "^1.0.0"
1367 | inflight "^1.0.4"
1368 | inherits "2"
1369 | minimatch "^3.1.1"
1370 | once "^1.3.0"
1371 | path-is-absolute "^1.0.0"
1372 |
1373 | globals@^11.1.0:
1374 | version "11.12.0"
1375 | resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz"
1376 | integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
1377 |
1378 | globals@^13.15.0:
1379 | version "13.17.0"
1380 | resolved "https://registry.npmjs.org/globals/-/globals-13.17.0.tgz"
1381 | integrity sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==
1382 | dependencies:
1383 | type-fest "^0.20.2"
1384 |
1385 | globby@^11.1.0:
1386 | version "11.1.0"
1387 | resolved "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz"
1388 | integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
1389 | dependencies:
1390 | array-union "^2.1.0"
1391 | dir-glob "^3.0.1"
1392 | fast-glob "^3.2.9"
1393 | ignore "^5.2.0"
1394 | merge2 "^1.4.1"
1395 | slash "^3.0.0"
1396 |
1397 | graceful-fs@^4.2.11:
1398 | version "4.2.11"
1399 | resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz"
1400 | integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
1401 |
1402 | grapheme-splitter@^1.0.4:
1403 | version "1.0.4"
1404 | resolved "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz"
1405 | integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
1406 |
1407 | has-bigints@^1.0.1, has-bigints@^1.0.2:
1408 | version "1.0.2"
1409 | resolved "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz"
1410 | integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==
1411 |
1412 | has-flag@^4.0.0:
1413 | version "4.0.0"
1414 | resolved "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz"
1415 | integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
1416 |
1417 | has-property-descriptors@^1.0.0:
1418 | version "1.0.0"
1419 | resolved "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz"
1420 | integrity sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==
1421 | dependencies:
1422 | get-intrinsic "^1.1.1"
1423 |
1424 | has-symbols@^1.0.2, has-symbols@^1.0.3:
1425 | version "1.0.3"
1426 | resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz"
1427 | integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
1428 |
1429 | has-tostringtag@^1.0.0:
1430 | version "1.0.0"
1431 | resolved "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz"
1432 | integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
1433 | dependencies:
1434 | has-symbols "^1.0.2"
1435 |
1436 | has@^1.0.3:
1437 | version "1.0.3"
1438 | resolved "https://registry.npmjs.org/has/-/has-1.0.3.tgz"
1439 | integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
1440 | dependencies:
1441 | function-bind "^1.1.1"
1442 |
1443 | hoist-non-react-statics@^3.3.1:
1444 | version "3.3.2"
1445 | resolved "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz"
1446 | integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
1447 | dependencies:
1448 | react-is "^16.7.0"
1449 |
1450 | ignore@^5.2.0:
1451 | version "5.2.0"
1452 | resolved "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz"
1453 | integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
1454 |
1455 | immediate@~3.0.5:
1456 | version "3.0.6"
1457 | resolved "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz"
1458 | integrity sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==
1459 |
1460 | import-fresh@^3.0.0, import-fresh@^3.2.1:
1461 | version "3.3.0"
1462 | resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz"
1463 | integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
1464 | dependencies:
1465 | parent-module "^1.0.0"
1466 | resolve-from "^4.0.0"
1467 |
1468 | imurmurhash@^0.1.4:
1469 | version "0.1.4"
1470 | resolved "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz"
1471 | integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==
1472 |
1473 | inflight@^1.0.4:
1474 | version "1.0.6"
1475 | resolved "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz"
1476 | integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==
1477 | dependencies:
1478 | once "^1.3.0"
1479 | wrappy "1"
1480 |
1481 | inherits@~2.0.3, inherits@2:
1482 | version "2.0.4"
1483 | resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz"
1484 | integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
1485 |
1486 | internal-slot@^1.0.3:
1487 | version "1.0.3"
1488 | resolved "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz"
1489 | integrity sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==
1490 | dependencies:
1491 | get-intrinsic "^1.1.0"
1492 | has "^1.0.3"
1493 | side-channel "^1.0.4"
1494 |
1495 | is-arrayish@^0.2.1:
1496 | version "0.2.1"
1497 | resolved "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz"
1498 | integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==
1499 |
1500 | is-bigint@^1.0.1:
1501 | version "1.0.4"
1502 | resolved "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz"
1503 | integrity sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==
1504 | dependencies:
1505 | has-bigints "^1.0.1"
1506 |
1507 | is-binary-path@~2.1.0:
1508 | version "2.1.0"
1509 | resolved "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz"
1510 | integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
1511 | dependencies:
1512 | binary-extensions "^2.0.0"
1513 |
1514 | is-boolean-object@^1.1.0:
1515 | version "1.1.2"
1516 | resolved "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz"
1517 | integrity sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==
1518 | dependencies:
1519 | call-bind "^1.0.2"
1520 | has-tostringtag "^1.0.0"
1521 |
1522 | is-callable@^1.1.4, is-callable@^1.2.7:
1523 | version "1.2.7"
1524 | resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz"
1525 | integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
1526 |
1527 | is-core-module@^2.8.1, is-core-module@^2.9.0:
1528 | version "2.11.0"
1529 | resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz"
1530 | integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==
1531 | dependencies:
1532 | has "^1.0.3"
1533 |
1534 | is-date-object@^1.0.1:
1535 | version "1.0.5"
1536 | resolved "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz"
1537 | integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==
1538 | dependencies:
1539 | has-tostringtag "^1.0.0"
1540 |
1541 | is-extglob@^2.1.1:
1542 | version "2.1.1"
1543 | resolved "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz"
1544 | integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==
1545 |
1546 | is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
1547 | version "4.0.3"
1548 | resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz"
1549 | integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
1550 | dependencies:
1551 | is-extglob "^2.1.1"
1552 |
1553 | is-negative-zero@^2.0.2:
1554 | version "2.0.2"
1555 | resolved "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz"
1556 | integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==
1557 |
1558 | is-number-object@^1.0.4:
1559 | version "1.0.7"
1560 | resolved "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz"
1561 | integrity sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==
1562 | dependencies:
1563 | has-tostringtag "^1.0.0"
1564 |
1565 | is-number@^7.0.0:
1566 | version "7.0.0"
1567 | resolved "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz"
1568 | integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
1569 |
1570 | is-path-inside@^3.0.3:
1571 | version "3.0.3"
1572 | resolved "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz"
1573 | integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
1574 |
1575 | is-regex@^1.1.4:
1576 | version "1.1.4"
1577 | resolved "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz"
1578 | integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
1579 | dependencies:
1580 | call-bind "^1.0.2"
1581 | has-tostringtag "^1.0.0"
1582 |
1583 | is-shared-array-buffer@^1.0.2:
1584 | version "1.0.2"
1585 | resolved "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz"
1586 | integrity sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==
1587 | dependencies:
1588 | call-bind "^1.0.2"
1589 |
1590 | is-string@^1.0.5, is-string@^1.0.7:
1591 | version "1.0.7"
1592 | resolved "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz"
1593 | integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==
1594 | dependencies:
1595 | has-tostringtag "^1.0.0"
1596 |
1597 | is-symbol@^1.0.2, is-symbol@^1.0.3:
1598 | version "1.0.4"
1599 | resolved "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz"
1600 | integrity sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==
1601 | dependencies:
1602 | has-symbols "^1.0.2"
1603 |
1604 | is-weakref@^1.0.2:
1605 | version "1.0.2"
1606 | resolved "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz"
1607 | integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==
1608 | dependencies:
1609 | call-bind "^1.0.2"
1610 |
1611 | isarray@~1.0.0:
1612 | version "1.0.0"
1613 | resolved "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
1614 | integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==
1615 |
1616 | isexe@^2.0.0:
1617 | version "2.0.0"
1618 | resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
1619 | integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
1620 |
1621 | js-sdsl@^4.1.4:
1622 | version "4.1.5"
1623 | resolved "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.1.5.tgz"
1624 | integrity sha512-08bOAKweV2NUC1wqTtf3qZlnpOX/R2DU9ikpjOHs0H+ibQv3zpncVQg6um4uYtRtrwIX8M4Nh3ytK4HGlYAq7Q==
1625 |
1626 | "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
1627 | version "4.0.0"
1628 | resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz"
1629 | integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
1630 |
1631 | js-yaml@^4.1.0:
1632 | version "4.1.0"
1633 | resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz"
1634 | integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
1635 | dependencies:
1636 | argparse "^2.0.1"
1637 |
1638 | jsesc@^3.0.2:
1639 | version "3.1.0"
1640 | resolved "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz"
1641 | integrity sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==
1642 |
1643 | json-parse-even-better-errors@^2.3.0:
1644 | version "2.3.1"
1645 | resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz"
1646 | integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
1647 |
1648 | json-schema-traverse@^0.4.1:
1649 | version "0.4.1"
1650 | resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz"
1651 | integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
1652 |
1653 | json-stable-stringify-without-jsonify@^1.0.1:
1654 | version "1.0.1"
1655 | resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz"
1656 | integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
1657 |
1658 | json5@^1.0.1:
1659 | version "1.0.2"
1660 | resolved "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz"
1661 | integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==
1662 | dependencies:
1663 | minimist "^1.2.0"
1664 |
1665 | json5@^2.2.1:
1666 | version "2.2.3"
1667 | resolved "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz"
1668 | integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
1669 |
1670 | "jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.3.2:
1671 | version "3.3.3"
1672 | resolved "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz"
1673 | integrity sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==
1674 | dependencies:
1675 | array-includes "^3.1.5"
1676 | object.assign "^4.1.3"
1677 |
1678 | jszip@^3.10.1:
1679 | version "3.10.1"
1680 | resolved "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz"
1681 | integrity sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==
1682 | dependencies:
1683 | lie "~3.3.0"
1684 | pako "~1.0.2"
1685 | readable-stream "~2.3.6"
1686 | setimmediate "^1.0.5"
1687 |
1688 | language-subtag-registry@~0.3.2:
1689 | version "0.3.22"
1690 | resolved "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz"
1691 | integrity sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==
1692 |
1693 | language-tags@^1.0.5:
1694 | version "1.0.5"
1695 | resolved "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz"
1696 | integrity sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==
1697 | dependencies:
1698 | language-subtag-registry "~0.3.2"
1699 |
1700 | levn@^0.4.1:
1701 | version "0.4.1"
1702 | resolved "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz"
1703 | integrity sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==
1704 | dependencies:
1705 | prelude-ls "^1.2.1"
1706 | type-check "~0.4.0"
1707 |
1708 | lie@~3.3.0:
1709 | version "3.3.0"
1710 | resolved "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz"
1711 | integrity sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==
1712 | dependencies:
1713 | immediate "~3.0.5"
1714 |
1715 | lilconfig@^2.0.5, lilconfig@^2.0.6:
1716 | version "2.0.6"
1717 | resolved "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.6.tgz"
1718 | integrity sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg==
1719 |
1720 | lines-and-columns@^1.1.6:
1721 | version "1.2.4"
1722 | resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz"
1723 | integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
1724 |
1725 | locate-path@^6.0.0:
1726 | version "6.0.0"
1727 | resolved "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz"
1728 | integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==
1729 | dependencies:
1730 | p-locate "^5.0.0"
1731 |
1732 | lodash.merge@^4.6.2:
1733 | version "4.6.2"
1734 | resolved "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz"
1735 | integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
1736 |
1737 | loose-envify@^1.1.0, loose-envify@^1.4.0:
1738 | version "1.4.0"
1739 | resolved "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz"
1740 | integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
1741 | dependencies:
1742 | js-tokens "^3.0.0 || ^4.0.0"
1743 |
1744 | memoize-one@^6.0.0:
1745 | version "6.0.0"
1746 | resolved "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz"
1747 | integrity sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==
1748 |
1749 | merge2@^1.3.0, merge2@^1.4.1:
1750 | version "1.4.1"
1751 | resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz"
1752 | integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
1753 |
1754 | micromatch@^4.0.4, micromatch@^4.0.5:
1755 | version "4.0.8"
1756 | resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz"
1757 | integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
1758 | dependencies:
1759 | braces "^3.0.3"
1760 | picomatch "^2.3.1"
1761 |
1762 | minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
1763 | version "3.1.2"
1764 | resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
1765 | integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
1766 | dependencies:
1767 | brace-expansion "^1.1.7"
1768 |
1769 | minimist@^1.2.0, minimist@^1.2.6:
1770 | version "1.2.7"
1771 | resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz"
1772 | integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
1773 |
1774 | ms@^2.1.1, ms@2.1.2:
1775 | version "2.1.2"
1776 | resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"
1777 | integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
1778 |
1779 | ms@2.0.0:
1780 | version "2.0.0"
1781 | resolved "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz"
1782 | integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==
1783 |
1784 | nanoid@^3.3.6:
1785 | version "3.3.11"
1786 | resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz"
1787 | integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
1788 |
1789 | natural-compare@^1.4.0:
1790 | version "1.4.0"
1791 | resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"
1792 | integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
1793 |
1794 | next@^14.2.27:
1795 | version "14.2.28"
1796 | resolved "https://registry.npmjs.org/next/-/next-14.2.28.tgz"
1797 | integrity sha512-QLEIP/kYXynIxtcKB6vNjtWLVs3Y4Sb+EClTC/CSVzdLD1gIuItccpu/n1lhmduffI32iPGEK2cLLxxt28qgYA==
1798 | dependencies:
1799 | "@next/env" "14.2.28"
1800 | "@swc/helpers" "0.5.5"
1801 | busboy "1.6.0"
1802 | caniuse-lite "^1.0.30001579"
1803 | graceful-fs "^4.2.11"
1804 | postcss "8.4.31"
1805 | styled-jsx "5.1.1"
1806 | optionalDependencies:
1807 | "@next/swc-darwin-arm64" "14.2.28"
1808 | "@next/swc-darwin-x64" "14.2.28"
1809 | "@next/swc-linux-arm64-gnu" "14.2.28"
1810 | "@next/swc-linux-arm64-musl" "14.2.28"
1811 | "@next/swc-linux-x64-gnu" "14.2.28"
1812 | "@next/swc-linux-x64-musl" "14.2.28"
1813 | "@next/swc-win32-arm64-msvc" "14.2.28"
1814 | "@next/swc-win32-ia32-msvc" "14.2.28"
1815 | "@next/swc-win32-x64-msvc" "14.2.28"
1816 |
1817 | node-releases@^2.0.6:
1818 | version "2.0.6"
1819 | resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.tgz"
1820 | integrity sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==
1821 |
1822 | normalize-path@^3.0.0, normalize-path@~3.0.0:
1823 | version "3.0.0"
1824 | resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz"
1825 | integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
1826 |
1827 | normalize-range@^0.1.2:
1828 | version "0.1.2"
1829 | resolved "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz"
1830 | integrity sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==
1831 |
1832 | object-assign@^4.1.1:
1833 | version "4.1.1"
1834 | resolved "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz"
1835 | integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==
1836 |
1837 | object-hash@^3.0.0:
1838 | version "3.0.0"
1839 | resolved "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz"
1840 | integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==
1841 |
1842 | object-inspect@^1.12.2, object-inspect@^1.9.0:
1843 | version "1.12.2"
1844 | resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz"
1845 | integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==
1846 |
1847 | object-keys@^1.1.1:
1848 | version "1.1.1"
1849 | resolved "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz"
1850 | integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
1851 |
1852 | object.assign@^4.1.3, object.assign@^4.1.4:
1853 | version "4.1.4"
1854 | resolved "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz"
1855 | integrity sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==
1856 | dependencies:
1857 | call-bind "^1.0.2"
1858 | define-properties "^1.1.4"
1859 | has-symbols "^1.0.3"
1860 | object-keys "^1.1.1"
1861 |
1862 | object.entries@^1.1.5:
1863 | version "1.1.5"
1864 | resolved "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz"
1865 | integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
1866 | dependencies:
1867 | call-bind "^1.0.2"
1868 | define-properties "^1.1.3"
1869 | es-abstract "^1.19.1"
1870 |
1871 | object.fromentries@^2.0.5:
1872 | version "2.0.5"
1873 | resolved "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz"
1874 | integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==
1875 | dependencies:
1876 | call-bind "^1.0.2"
1877 | define-properties "^1.1.3"
1878 | es-abstract "^1.19.1"
1879 |
1880 | object.hasown@^1.1.1:
1881 | version "1.1.1"
1882 | resolved "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.1.tgz"
1883 | integrity sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==
1884 | dependencies:
1885 | define-properties "^1.1.4"
1886 | es-abstract "^1.19.5"
1887 |
1888 | object.values@^1.1.5:
1889 | version "1.1.5"
1890 | resolved "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz"
1891 | integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
1892 | dependencies:
1893 | call-bind "^1.0.2"
1894 | define-properties "^1.1.3"
1895 | es-abstract "^1.19.1"
1896 |
1897 | once@^1.3.0:
1898 | version "1.4.0"
1899 | resolved "https://registry.npmjs.org/once/-/once-1.4.0.tgz"
1900 | integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==
1901 | dependencies:
1902 | wrappy "1"
1903 |
1904 | optionator@^0.9.1:
1905 | version "0.9.1"
1906 | resolved "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz"
1907 | integrity sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==
1908 | dependencies:
1909 | deep-is "^0.1.3"
1910 | fast-levenshtein "^2.0.6"
1911 | levn "^0.4.1"
1912 | prelude-ls "^1.2.1"
1913 | type-check "^0.4.0"
1914 | word-wrap "^1.2.3"
1915 |
1916 | p-limit@^3.0.2:
1917 | version "3.1.0"
1918 | resolved "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz"
1919 | integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
1920 | dependencies:
1921 | yocto-queue "^0.1.0"
1922 |
1923 | p-locate@^5.0.0:
1924 | version "5.0.0"
1925 | resolved "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz"
1926 | integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==
1927 | dependencies:
1928 | p-limit "^3.0.2"
1929 |
1930 | pako@~1.0.2:
1931 | version "1.0.11"
1932 | resolved "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz"
1933 | integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==
1934 |
1935 | parent-module@^1.0.0:
1936 | version "1.0.1"
1937 | resolved "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz"
1938 | integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==
1939 | dependencies:
1940 | callsites "^3.0.0"
1941 |
1942 | parse-json@^5.0.0:
1943 | version "5.2.0"
1944 | resolved "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz"
1945 | integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==
1946 | dependencies:
1947 | "@babel/code-frame" "^7.0.0"
1948 | error-ex "^1.3.1"
1949 | json-parse-even-better-errors "^2.3.0"
1950 | lines-and-columns "^1.1.6"
1951 |
1952 | path-exists@^4.0.0:
1953 | version "4.0.0"
1954 | resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz"
1955 | integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
1956 |
1957 | path-is-absolute@^1.0.0:
1958 | version "1.0.1"
1959 | resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
1960 | integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
1961 |
1962 | path-key@^3.1.0:
1963 | version "3.1.1"
1964 | resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz"
1965 | integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
1966 |
1967 | path-parse@^1.0.7:
1968 | version "1.0.7"
1969 | resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz"
1970 | integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
1971 |
1972 | path-type@^4.0.0:
1973 | version "4.0.0"
1974 | resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz"
1975 | integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
1976 |
1977 | picocolors@^1.0.0:
1978 | version "1.0.0"
1979 | resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz"
1980 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
1981 |
1982 | picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
1983 | version "2.3.1"
1984 | resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz"
1985 | integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
1986 |
1987 | pify@^2.3.0:
1988 | version "2.3.0"
1989 | resolved "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz"
1990 | integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==
1991 |
1992 | postcss-import@^14.1.0:
1993 | version "14.1.0"
1994 | resolved "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz"
1995 | integrity sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==
1996 | dependencies:
1997 | postcss-value-parser "^4.0.0"
1998 | read-cache "^1.0.0"
1999 | resolve "^1.1.7"
2000 |
2001 | postcss-js@^4.0.0:
2002 | version "4.0.0"
2003 | resolved "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.0.tgz"
2004 | integrity sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==
2005 | dependencies:
2006 | camelcase-css "^2.0.1"
2007 |
2008 | postcss-load-config@^3.1.4:
2009 | version "3.1.4"
2010 | resolved "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz"
2011 | integrity sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==
2012 | dependencies:
2013 | lilconfig "^2.0.5"
2014 | yaml "^1.10.2"
2015 |
2016 | postcss-nested@6.0.0:
2017 | version "6.0.0"
2018 | resolved "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.0.tgz"
2019 | integrity sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==
2020 | dependencies:
2021 | postcss-selector-parser "^6.0.10"
2022 |
2023 | postcss-selector-parser@^6.0.10:
2024 | version "6.0.10"
2025 | resolved "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz"
2026 | integrity sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==
2027 | dependencies:
2028 | cssesc "^3.0.0"
2029 | util-deprecate "^1.0.2"
2030 |
2031 | postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0:
2032 | version "4.2.0"
2033 | resolved "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz"
2034 | integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
2035 |
2036 | postcss@^8.0.0, postcss@^8.1.0, postcss@^8.2.14, postcss@^8.3.3, postcss@^8.4.17, postcss@^8.4.18, postcss@>=8.0.9, postcss@8.4.31:
2037 | version "8.4.31"
2038 | resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz"
2039 | integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
2040 | dependencies:
2041 | nanoid "^3.3.6"
2042 | picocolors "^1.0.0"
2043 | source-map-js "^1.0.2"
2044 |
2045 | prelude-ls@^1.2.1:
2046 | version "1.2.1"
2047 | resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz"
2048 | integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
2049 |
2050 | process-nextick-args@~2.0.0:
2051 | version "2.0.1"
2052 | resolved "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz"
2053 | integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
2054 |
2055 | prop-types@^15.5.10, prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.8.1:
2056 | version "15.8.1"
2057 | resolved "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz"
2058 | integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
2059 | dependencies:
2060 | loose-envify "^1.4.0"
2061 | object-assign "^4.1.1"
2062 | react-is "^16.13.1"
2063 |
2064 | punycode@^2.1.0:
2065 | version "2.1.1"
2066 | resolved "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz"
2067 | integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
2068 |
2069 | queue-microtask@^1.2.2:
2070 | version "1.2.3"
2071 | resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz"
2072 | integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
2073 |
2074 | quick-lru@^5.1.1:
2075 | version "5.1.1"
2076 | resolved "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz"
2077 | integrity sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==
2078 |
2079 | "react-dom@^16.8.0 || ^17.0.0 || ^18.0.0", react-dom@^18.2.0, react-dom@>=16.6.0, react-dom@18.2.0:
2080 | version "18.2.0"
2081 | resolved "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz"
2082 | integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==
2083 | dependencies:
2084 | loose-envify "^1.1.0"
2085 | scheduler "^0.23.0"
2086 |
2087 | react-is@^16.13.1, react-is@^16.7.0:
2088 | version "16.13.1"
2089 | resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz"
2090 | integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
2091 |
2092 | react-notifications@^1.7.4:
2093 | version "1.7.4"
2094 | resolved "https://registry.npmjs.org/react-notifications/-/react-notifications-1.7.4.tgz"
2095 | integrity sha512-dsR7mUQfe8YdFLqVsjT0GFd4n26UWkzefdjMELfEVygjuuyU6ZZ0LpZhFHdfmraGeBFLWHNxygpGlHHituUyjQ==
2096 | dependencies:
2097 | acorn "6.4.1"
2098 | classnames "^2.1.1"
2099 | prop-types "^15.5.10"
2100 | react-transition-group "^4.4.1"
2101 |
2102 | react-select@^5.6.1:
2103 | version "5.6.1"
2104 | resolved "https://registry.npmjs.org/react-select/-/react-select-5.6.1.tgz"
2105 | integrity sha512-dYNRswtxUHW+F1Sc0HnxO5ryecPIAsG0+Cwyq5EIXZJBxCxUG2hFfQz41tc++30/2ISuuPglDikc4hEb4NsiuA==
2106 | dependencies:
2107 | "@babel/runtime" "^7.12.0"
2108 | "@emotion/cache" "^11.4.0"
2109 | "@emotion/react" "^11.8.1"
2110 | "@floating-ui/dom" "^1.0.1"
2111 | "@types/react-transition-group" "^4.4.0"
2112 | memoize-one "^6.0.0"
2113 | prop-types "^15.6.0"
2114 | react-transition-group "^4.3.0"
2115 | use-isomorphic-layout-effect "^1.1.2"
2116 |
2117 | react-transition-group@^4.3.0, react-transition-group@^4.4.1:
2118 | version "4.4.5"
2119 | resolved "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz"
2120 | integrity sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==
2121 | dependencies:
2122 | "@babel/runtime" "^7.5.5"
2123 | dom-helpers "^5.0.1"
2124 | loose-envify "^1.4.0"
2125 | prop-types "^15.6.2"
2126 |
2127 | "react@^16.8.0 || ^17.0.0 || ^18.0.0", react@^18.2.0, "react@>= 16.8.0 || 17.x.x || ^18.0.0-0", react@>=16.6.0, react@>=16.8.0, react@18.2.0:
2128 | version "18.2.0"
2129 | resolved "https://registry.npmjs.org/react/-/react-18.2.0.tgz"
2130 | integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
2131 | dependencies:
2132 | loose-envify "^1.1.0"
2133 |
2134 | read-cache@^1.0.0:
2135 | version "1.0.0"
2136 | resolved "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz"
2137 | integrity sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==
2138 | dependencies:
2139 | pify "^2.3.0"
2140 |
2141 | readable-stream@~2.3.6:
2142 | version "2.3.7"
2143 | resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz"
2144 | integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
2145 | dependencies:
2146 | core-util-is "~1.0.0"
2147 | inherits "~2.0.3"
2148 | isarray "~1.0.0"
2149 | process-nextick-args "~2.0.0"
2150 | safe-buffer "~5.1.1"
2151 | string_decoder "~1.1.1"
2152 | util-deprecate "~1.0.1"
2153 |
2154 | readdirp@~3.6.0:
2155 | version "3.6.0"
2156 | resolved "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz"
2157 | integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==
2158 | dependencies:
2159 | picomatch "^2.2.1"
2160 |
2161 | regenerator-runtime@^0.14.0:
2162 | version "0.14.1"
2163 | resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz"
2164 | integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
2165 |
2166 | regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3:
2167 | version "1.4.3"
2168 | resolved "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz"
2169 | integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==
2170 | dependencies:
2171 | call-bind "^1.0.2"
2172 | define-properties "^1.1.3"
2173 | functions-have-names "^1.2.2"
2174 |
2175 | regexpp@^3.2.0:
2176 | version "3.2.0"
2177 | resolved "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz"
2178 | integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
2179 |
2180 | resolve-from@^4.0.0:
2181 | version "4.0.0"
2182 | resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz"
2183 | integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
2184 |
2185 | resolve@^1.1.7, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.22.1:
2186 | version "1.22.1"
2187 | resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz"
2188 | integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==
2189 | dependencies:
2190 | is-core-module "^2.9.0"
2191 | path-parse "^1.0.7"
2192 | supports-preserve-symlinks-flag "^1.0.0"
2193 |
2194 | resolve@^2.0.0-next.3:
2195 | version "2.0.0-next.4"
2196 | resolved "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz"
2197 | integrity sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==
2198 | dependencies:
2199 | is-core-module "^2.9.0"
2200 | path-parse "^1.0.7"
2201 | supports-preserve-symlinks-flag "^1.0.0"
2202 |
2203 | reusify@^1.0.4:
2204 | version "1.0.4"
2205 | resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz"
2206 | integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
2207 |
2208 | rimraf@^3.0.2:
2209 | version "3.0.2"
2210 | resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz"
2211 | integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
2212 | dependencies:
2213 | glob "^7.1.3"
2214 |
2215 | run-parallel@^1.1.9:
2216 | version "1.2.0"
2217 | resolved "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz"
2218 | integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==
2219 | dependencies:
2220 | queue-microtask "^1.2.2"
2221 |
2222 | safe-buffer@~5.1.0, safe-buffer@~5.1.1:
2223 | version "5.1.2"
2224 | resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz"
2225 | integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
2226 |
2227 | safe-regex-test@^1.0.0:
2228 | version "1.0.0"
2229 | resolved "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz"
2230 | integrity sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==
2231 | dependencies:
2232 | call-bind "^1.0.2"
2233 | get-intrinsic "^1.1.3"
2234 | is-regex "^1.1.4"
2235 |
2236 | scheduler@^0.23.0:
2237 | version "0.23.0"
2238 | resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz"
2239 | integrity sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==
2240 | dependencies:
2241 | loose-envify "^1.1.0"
2242 |
2243 | semver@^6.3.0:
2244 | version "6.3.1"
2245 | resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
2246 | integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
2247 |
2248 | semver@^7.3.7:
2249 | version "7.7.1"
2250 | resolved "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz"
2251 | integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
2252 |
2253 | setimmediate@^1.0.5:
2254 | version "1.0.5"
2255 | resolved "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz"
2256 | integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==
2257 |
2258 | shebang-command@^2.0.0:
2259 | version "2.0.0"
2260 | resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz"
2261 | integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
2262 | dependencies:
2263 | shebang-regex "^3.0.0"
2264 |
2265 | shebang-regex@^3.0.0:
2266 | version "3.0.0"
2267 | resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz"
2268 | integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
2269 |
2270 | side-channel@^1.0.4:
2271 | version "1.0.4"
2272 | resolved "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz"
2273 | integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==
2274 | dependencies:
2275 | call-bind "^1.0.0"
2276 | get-intrinsic "^1.0.2"
2277 | object-inspect "^1.9.0"
2278 |
2279 | slash@^3.0.0:
2280 | version "3.0.0"
2281 | resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz"
2282 | integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
2283 |
2284 | source-map-js@^1.0.2:
2285 | version "1.0.2"
2286 | resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz"
2287 | integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
2288 |
2289 | source-map@^0.5.7:
2290 | version "0.5.7"
2291 | resolved "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz"
2292 | integrity sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==
2293 |
2294 | streamsearch@^1.1.0:
2295 | version "1.1.0"
2296 | resolved "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz"
2297 | integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
2298 |
2299 | string_decoder@~1.1.1:
2300 | version "1.1.1"
2301 | resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz"
2302 | integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==
2303 | dependencies:
2304 | safe-buffer "~5.1.0"
2305 |
2306 | string.prototype.matchall@^4.0.7:
2307 | version "4.0.7"
2308 | resolved "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz"
2309 | integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==
2310 | dependencies:
2311 | call-bind "^1.0.2"
2312 | define-properties "^1.1.3"
2313 | es-abstract "^1.19.1"
2314 | get-intrinsic "^1.1.1"
2315 | has-symbols "^1.0.3"
2316 | internal-slot "^1.0.3"
2317 | regexp.prototype.flags "^1.4.1"
2318 | side-channel "^1.0.4"
2319 |
2320 | string.prototype.trimend@^1.0.5:
2321 | version "1.0.5"
2322 | resolved "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz"
2323 | integrity sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==
2324 | dependencies:
2325 | call-bind "^1.0.2"
2326 | define-properties "^1.1.4"
2327 | es-abstract "^1.19.5"
2328 |
2329 | string.prototype.trimstart@^1.0.5:
2330 | version "1.0.5"
2331 | resolved "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz"
2332 | integrity sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==
2333 | dependencies:
2334 | call-bind "^1.0.2"
2335 | define-properties "^1.1.4"
2336 | es-abstract "^1.19.5"
2337 |
2338 | strip-ansi@^6.0.1:
2339 | version "6.0.1"
2340 | resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
2341 | integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
2342 | dependencies:
2343 | ansi-regex "^5.0.1"
2344 |
2345 | strip-bom@^3.0.0:
2346 | version "3.0.0"
2347 | resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz"
2348 | integrity sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==
2349 |
2350 | strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
2351 | version "3.1.1"
2352 | resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz"
2353 | integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
2354 |
2355 | styled-jsx@5.1.1:
2356 | version "5.1.1"
2357 | resolved "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.1.tgz"
2358 | integrity sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==
2359 | dependencies:
2360 | client-only "0.0.1"
2361 |
2362 | stylis@4.1.3:
2363 | version "4.1.3"
2364 | resolved "https://registry.npmjs.org/stylis/-/stylis-4.1.3.tgz"
2365 | integrity sha512-GP6WDNWf+o403jrEp9c5jibKavrtLW+/qYGhFxFrG8maXhwTBI7gLLhiBb0o7uFccWN+EOS9aMO6cGHWAO07OA==
2366 |
2367 | supports-color@^7.1.0:
2368 | version "7.2.0"
2369 | resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz"
2370 | integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
2371 | dependencies:
2372 | has-flag "^4.0.0"
2373 |
2374 | supports-preserve-symlinks-flag@^1.0.0:
2375 | version "1.0.0"
2376 | resolved "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz"
2377 | integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
2378 |
2379 | tailwindcss@^3.2.1:
2380 | version "3.2.1"
2381 | resolved "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.1.tgz"
2382 | integrity sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg==
2383 | dependencies:
2384 | arg "^5.0.2"
2385 | chokidar "^3.5.3"
2386 | color-name "^1.1.4"
2387 | detective "^5.2.1"
2388 | didyoumean "^1.2.2"
2389 | dlv "^1.1.3"
2390 | fast-glob "^3.2.12"
2391 | glob-parent "^6.0.2"
2392 | is-glob "^4.0.3"
2393 | lilconfig "^2.0.6"
2394 | micromatch "^4.0.5"
2395 | normalize-path "^3.0.0"
2396 | object-hash "^3.0.0"
2397 | picocolors "^1.0.0"
2398 | postcss "^8.4.17"
2399 | postcss-import "^14.1.0"
2400 | postcss-js "^4.0.0"
2401 | postcss-load-config "^3.1.4"
2402 | postcss-nested "6.0.0"
2403 | postcss-selector-parser "^6.0.10"
2404 | postcss-value-parser "^4.2.0"
2405 | quick-lru "^5.1.1"
2406 | resolve "^1.22.1"
2407 |
2408 | text-table@^0.2.0:
2409 | version "0.2.0"
2410 | resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz"
2411 | integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
2412 |
2413 | to-regex-range@^5.0.1:
2414 | version "5.0.1"
2415 | resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz"
2416 | integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
2417 | dependencies:
2418 | is-number "^7.0.0"
2419 |
2420 | tsconfig-paths@^3.14.1:
2421 | version "3.14.1"
2422 | resolved "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz"
2423 | integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==
2424 | dependencies:
2425 | "@types/json5" "^0.0.29"
2426 | json5 "^1.0.1"
2427 | minimist "^1.2.6"
2428 | strip-bom "^3.0.0"
2429 |
2430 | tslib@^1.8.1:
2431 | version "1.14.1"
2432 | resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz"
2433 | integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
2434 |
2435 | tslib@^2.4.0:
2436 | version "2.8.1"
2437 | resolved "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz"
2438 | integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
2439 |
2440 | tsutils@^3.21.0:
2441 | version "3.21.0"
2442 | resolved "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz"
2443 | integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
2444 | dependencies:
2445 | tslib "^1.8.1"
2446 |
2447 | type-check@^0.4.0, type-check@~0.4.0:
2448 | version "0.4.0"
2449 | resolved "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz"
2450 | integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==
2451 | dependencies:
2452 | prelude-ls "^1.2.1"
2453 |
2454 | type-fest@^0.20.2:
2455 | version "0.20.2"
2456 | resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz"
2457 | integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
2458 |
2459 | "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta", typescript@>=3.3.1:
2460 | version "4.8.4"
2461 | resolved "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz"
2462 | integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
2463 |
2464 | unbox-primitive@^1.0.2:
2465 | version "1.0.2"
2466 | resolved "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz"
2467 | integrity sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==
2468 | dependencies:
2469 | call-bind "^1.0.2"
2470 | has-bigints "^1.0.2"
2471 | has-symbols "^1.0.3"
2472 | which-boxed-primitive "^1.0.2"
2473 |
2474 | update-browserslist-db@^1.0.9:
2475 | version "1.0.10"
2476 | resolved "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz"
2477 | integrity sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==
2478 | dependencies:
2479 | escalade "^3.1.1"
2480 | picocolors "^1.0.0"
2481 |
2482 | uri-js@^4.2.2:
2483 | version "4.4.1"
2484 | resolved "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz"
2485 | integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
2486 | dependencies:
2487 | punycode "^2.1.0"
2488 |
2489 | use-isomorphic-layout-effect@^1.1.2:
2490 | version "1.1.2"
2491 | resolved "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.2.tgz"
2492 | integrity sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==
2493 |
2494 | util-deprecate@^1.0.2, util-deprecate@~1.0.1:
2495 | version "1.0.2"
2496 | resolved "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
2497 | integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
2498 |
2499 | which-boxed-primitive@^1.0.2:
2500 | version "1.0.2"
2501 | resolved "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz"
2502 | integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==
2503 | dependencies:
2504 | is-bigint "^1.0.1"
2505 | is-boolean-object "^1.1.0"
2506 | is-number-object "^1.0.4"
2507 | is-string "^1.0.5"
2508 | is-symbol "^1.0.3"
2509 |
2510 | which@^2.0.1:
2511 | version "2.0.2"
2512 | resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz"
2513 | integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
2514 | dependencies:
2515 | isexe "^2.0.0"
2516 |
2517 | word-wrap@^1.2.3:
2518 | version "1.2.5"
2519 | resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz"
2520 | integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
2521 |
2522 | wrappy@1:
2523 | version "1.0.2"
2524 | resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
2525 | integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
2526 |
2527 | xtend@^4.0.2:
2528 | version "4.0.2"
2529 | resolved "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz"
2530 | integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==
2531 |
2532 | yaml@^1.10.0, yaml@^1.10.2:
2533 | version "1.10.2"
2534 | resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz"
2535 | integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
2536 |
2537 | yocto-queue@^0.1.0:
2538 | version "0.1.0"
2539 | resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz"
2540 | integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
2541 |
--------------------------------------------------------------------------------