diff options
Diffstat (limited to 'extension')
| -rw-r--r-- | extension/react-app/package-lock.json | 5224 | ||||
| -rw-r--r-- | extension/react-app/package.json | 2 | ||||
| -rw-r--r-- | extension/react-app/src/App.tsx | 50 | ||||
| -rw-r--r-- | extension/react-app/src/components/DebugPanel.tsx | 99 | ||||
| -rw-r--r-- | extension/react-app/src/components/Layout.tsx | 28 | ||||
| -rw-r--r-- | extension/react-app/src/hooks/AbstractContinueGUIClientProtocol.ts | 2 | ||||
| -rw-r--r-- | extension/react-app/src/hooks/ContinueGUIClientProtocol.ts | 63 | ||||
| -rw-r--r-- | extension/react-app/src/index.css | 4 | ||||
| -rw-r--r-- | extension/react-app/src/main.tsx | 10 | ||||
| -rw-r--r-- | extension/react-app/src/pages/gui.tsx | 14 | ||||
| -rw-r--r-- | extension/react-app/src/pages/history.tsx | 55 | ||||
| -rw-r--r-- | extension/schema/FullState.d.ts | 2 | ||||
| -rw-r--r-- | extension/schema/SessionInfo.d.ts | 18 | 
13 files changed, 5430 insertions, 141 deletions
| diff --git a/extension/react-app/package-lock.json b/extension/react-app/package-lock.json index 0d348ffb..b5e32316 100644 --- a/extension/react-app/package-lock.json +++ b/extension/react-app/package-lock.json @@ -1,8 +1,4957 @@  {    "name": "react-app",    "version": "0.0.0", -  "lockfileVersion": 1, +  "lockfileVersion": 2,    "requires": true, +  "packages": { +    "": { +      "name": "react-app", +      "version": "0.0.0", +      "dependencies": { +        "@heroicons/react": "^2.0.18", +        "@types/vscode-webview": "^1.57.1", +        "@uiw/react-markdown-preview": "^4.1.13", +        "downshift": "^7.6.0", +        "meilisearch": "^0.33.0", +        "posthog-js": "^1.58.0", +        "prismjs": "^1.29.0", +        "react": "^18.2.0", +        "react-dom": "^18.2.0", +        "react-redux": "^8.0.5", +        "react-router-dom": "^5.2.0", +        "react-switch": "^7.0.0", +        "react-syntax-highlighter": "^15.5.0", +        "react-tooltip": "^5.18.0", +        "styled-components": "^5.3.6", +        "vscode-webview": "^1.0.1-beta.1" +      }, +      "devDependencies": { +        "@types/react": "^18.0.27", +        "@types/react-dom": "^18.0.10", +        "@types/react-router-dom": "^5.3.3", +        "@types/react-syntax-highlighter": "^15.5.7", +        "@types/styled-components": "^5.1.26", +        "@vitejs/plugin-react-swc": "^3.0.0", +        "autoprefixer": "^10.4.13", +        "postcss": "^8.4.21", +        "tailwindcss": "^3.2.7", +        "typescript": "^4.9.3", +        "vite": "^4.1.0" +      } +    }, +    "node_modules/@alloc/quick-lru": { +      "version": "5.2.0", +      "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", +      "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", +      "dev": true, +      "engines": { +        "node": ">=10" +      }, +      "funding": { +        "url": "https://github.com/sponsors/sindresorhus" +      } +    }, +    "node_modules/@ampproject/remapping": { +      "version": "2.2.1", +      "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", +      "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==", +      "peer": true, +      "dependencies": { +        "@jridgewell/gen-mapping": "^0.3.0", +        "@jridgewell/trace-mapping": "^0.3.9" +      }, +      "engines": { +        "node": ">=6.0.0" +      } +    }, +    "node_modules/@babel/code-frame": { +      "version": "7.22.5", +      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz", +      "integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==", +      "dependencies": { +        "@babel/highlight": "^7.22.5" +      }, +      "engines": { +        "node": ">=6.9.0" +      } +    }, +    "node_modules/@babel/compat-data": { +      "version": "7.22.9", +      "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.9.tgz", +      "integrity": "sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==", +      "peer": true, +      "engines": { +        "node": ">=6.9.0" +      } +    }, +    "node_modules/@babel/core": { +      "version": "7.22.9", +      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.9.tgz", +      "integrity": "sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w==", +      "peer": true, +      "dependencies": { +        "@ampproject/remapping": "^2.2.0", +        "@babel/code-frame": "^7.22.5", +        "@babel/generator": "^7.22.9", +        "@babel/helper-compilation-targets": "^7.22.9", +        "@babel/helper-module-transforms": "^7.22.9", +        "@babel/helpers": "^7.22.6", +        "@babel/parser": "^7.22.7", +        "@babel/template": "^7.22.5", +        "@babel/traverse": "^7.22.8", +        "@babel/types": "^7.22.5", +        "convert-source-map": "^1.7.0", +        "debug": "^4.1.0", +        "gensync": "^1.0.0-beta.2", +        "json5": "^2.2.2", +        "semver": "^6.3.1" +      }, +      "engines": { +        "node": ">=6.9.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/babel" +      } +    }, +    "node_modules/@babel/generator": { +      "version": "7.22.9", +      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.9.tgz", +      "integrity": "sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==", +      "dependencies": { +        "@babel/types": "^7.22.5", +        "@jridgewell/gen-mapping": "^0.3.2", +        "@jridgewell/trace-mapping": "^0.3.17", +        "jsesc": "^2.5.1" +      }, +      "engines": { +        "node": ">=6.9.0" +      } +    }, +    "node_modules/@babel/helper-annotate-as-pure": { +      "version": "7.22.5", +      "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", +      "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", +      "dependencies": { +        "@babel/types": "^7.22.5" +      }, +      "engines": { +        "node": ">=6.9.0" +      } +    }, +    "node_modules/@babel/helper-compilation-targets": { +      "version": "7.22.9", +      "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz", +      "integrity": "sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw==", +      "peer": true, +      "dependencies": { +        "@babel/compat-data": "^7.22.9", +        "@babel/helper-validator-option": "^7.22.5", +        "browserslist": "^4.21.9", +        "lru-cache": "^5.1.1", +        "semver": "^6.3.1" +      }, +      "engines": { +        "node": ">=6.9.0" +      }, +      "peerDependencies": { +        "@babel/core": "^7.0.0" +      } +    }, +    "node_modules/@babel/helper-environment-visitor": { +      "version": "7.22.5", +      "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz", +      "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==", +      "engines": { +        "node": ">=6.9.0" +      } +    }, +    "node_modules/@babel/helper-function-name": { +      "version": "7.22.5", +      "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz", +      "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==", +      "dependencies": { +        "@babel/template": "^7.22.5", +        "@babel/types": "^7.22.5" +      }, +      "engines": { +        "node": ">=6.9.0" +      } +    }, +    "node_modules/@babel/helper-hoist-variables": { +      "version": "7.22.5", +      "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", +      "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", +      "dependencies": { +        "@babel/types": "^7.22.5" +      }, +      "engines": { +        "node": ">=6.9.0" +      } +    }, +    "node_modules/@babel/helper-module-imports": { +      "version": "7.22.5", +      "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz", +      "integrity": "sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==", +      "dependencies": { +        "@babel/types": "^7.22.5" +      }, +      "engines": { +        "node": ">=6.9.0" +      } +    }, +    "node_modules/@babel/helper-module-transforms": { +      "version": "7.22.9", +      "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz", +      "integrity": "sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==", +      "peer": true, +      "dependencies": { +        "@babel/helper-environment-visitor": "^7.22.5", +        "@babel/helper-module-imports": "^7.22.5", +        "@babel/helper-simple-access": "^7.22.5", +        "@babel/helper-split-export-declaration": "^7.22.6", +        "@babel/helper-validator-identifier": "^7.22.5" +      }, +      "engines": { +        "node": ">=6.9.0" +      }, +      "peerDependencies": { +        "@babel/core": "^7.0.0" +      } +    }, +    "node_modules/@babel/helper-plugin-utils": { +      "version": "7.22.5", +      "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz", +      "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==", +      "engines": { +        "node": ">=6.9.0" +      } +    }, +    "node_modules/@babel/helper-simple-access": { +      "version": "7.22.5", +      "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", +      "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", +      "peer": true, +      "dependencies": { +        "@babel/types": "^7.22.5" +      }, +      "engines": { +        "node": ">=6.9.0" +      } +    }, +    "node_modules/@babel/helper-split-export-declaration": { +      "version": "7.22.6", +      "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", +      "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", +      "dependencies": { +        "@babel/types": "^7.22.5" +      }, +      "engines": { +        "node": ">=6.9.0" +      } +    }, +    "node_modules/@babel/helper-string-parser": { +      "version": "7.22.5", +      "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", +      "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==", +      "engines": { +        "node": ">=6.9.0" +      } +    }, +    "node_modules/@babel/helper-validator-identifier": { +      "version": "7.22.5", +      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz", +      "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==", +      "engines": { +        "node": ">=6.9.0" +      } +    }, +    "node_modules/@babel/helper-validator-option": { +      "version": "7.22.5", +      "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz", +      "integrity": "sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==", +      "peer": true, +      "engines": { +        "node": ">=6.9.0" +      } +    }, +    "node_modules/@babel/helpers": { +      "version": "7.22.6", +      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.6.tgz", +      "integrity": "sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA==", +      "peer": true, +      "dependencies": { +        "@babel/template": "^7.22.5", +        "@babel/traverse": "^7.22.6", +        "@babel/types": "^7.22.5" +      }, +      "engines": { +        "node": ">=6.9.0" +      } +    }, +    "node_modules/@babel/highlight": { +      "version": "7.22.5", +      "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz", +      "integrity": "sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==", +      "dependencies": { +        "@babel/helper-validator-identifier": "^7.22.5", +        "chalk": "^2.0.0", +        "js-tokens": "^4.0.0" +      }, +      "engines": { +        "node": ">=6.9.0" +      } +    }, +    "node_modules/@babel/parser": { +      "version": "7.22.7", +      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.7.tgz", +      "integrity": "sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==", +      "bin": { +        "parser": "bin/babel-parser.js" +      }, +      "engines": { +        "node": ">=6.0.0" +      } +    }, +    "node_modules/@babel/plugin-syntax-jsx": { +      "version": "7.22.5", +      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz", +      "integrity": "sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==", +      "dependencies": { +        "@babel/helper-plugin-utils": "^7.22.5" +      }, +      "engines": { +        "node": ">=6.9.0" +      }, +      "peerDependencies": { +        "@babel/core": "^7.0.0-0" +      } +    }, +    "node_modules/@babel/runtime": { +      "version": "7.22.6", +      "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.6.tgz", +      "integrity": "sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==", +      "dependencies": { +        "regenerator-runtime": "^0.13.11" +      }, +      "engines": { +        "node": ">=6.9.0" +      } +    }, +    "node_modules/@babel/template": { +      "version": "7.22.5", +      "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz", +      "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==", +      "dependencies": { +        "@babel/code-frame": "^7.22.5", +        "@babel/parser": "^7.22.5", +        "@babel/types": "^7.22.5" +      }, +      "engines": { +        "node": ">=6.9.0" +      } +    }, +    "node_modules/@babel/traverse": { +      "version": "7.22.8", +      "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.8.tgz", +      "integrity": "sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==", +      "dependencies": { +        "@babel/code-frame": "^7.22.5", +        "@babel/generator": "^7.22.7", +        "@babel/helper-environment-visitor": "^7.22.5", +        "@babel/helper-function-name": "^7.22.5", +        "@babel/helper-hoist-variables": "^7.22.5", +        "@babel/helper-split-export-declaration": "^7.22.6", +        "@babel/parser": "^7.22.7", +        "@babel/types": "^7.22.5", +        "debug": "^4.1.0", +        "globals": "^11.1.0" +      }, +      "engines": { +        "node": ">=6.9.0" +      } +    }, +    "node_modules/@babel/types": { +      "version": "7.22.5", +      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz", +      "integrity": "sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==", +      "dependencies": { +        "@babel/helper-string-parser": "^7.22.5", +        "@babel/helper-validator-identifier": "^7.22.5", +        "to-fast-properties": "^2.0.0" +      }, +      "engines": { +        "node": ">=6.9.0" +      } +    }, +    "node_modules/@emotion/is-prop-valid": { +      "version": "1.2.1", +      "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.1.tgz", +      "integrity": "sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw==", +      "dependencies": { +        "@emotion/memoize": "^0.8.1" +      } +    }, +    "node_modules/@emotion/memoize": { +      "version": "0.8.1", +      "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz", +      "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==" +    }, +    "node_modules/@emotion/stylis": { +      "version": "0.8.5", +      "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz", +      "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==" +    }, +    "node_modules/@emotion/unitless": { +      "version": "0.7.5", +      "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz", +      "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==" +    }, +    "node_modules/@esbuild/android-arm": { +      "version": "0.18.17", +      "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.17.tgz", +      "integrity": "sha512-wHsmJG/dnL3OkpAcwbgoBTTMHVi4Uyou3F5mf58ZtmUyIKfcdA7TROav/6tCzET4A3QW2Q2FC+eFneMU+iyOxg==", +      "cpu": [ +        "arm" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "android" +      ], +      "engines": { +        "node": ">=12" +      } +    }, +    "node_modules/@esbuild/android-arm64": { +      "version": "0.18.17", +      "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.17.tgz", +      "integrity": "sha512-9np+YYdNDed5+Jgr1TdWBsozZ85U1Oa3xW0c7TWqH0y2aGghXtZsuT8nYRbzOMcl0bXZXjOGbksoTtVOlWrRZg==", +      "cpu": [ +        "arm64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "android" +      ], +      "engines": { +        "node": ">=12" +      } +    }, +    "node_modules/@esbuild/android-x64": { +      "version": "0.18.17", +      "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.17.tgz", +      "integrity": "sha512-O+FeWB/+xya0aLg23hHEM2E3hbfwZzjqumKMSIqcHbNvDa+dza2D0yLuymRBQQnC34CWrsJUXyH2MG5VnLd6uw==", +      "cpu": [ +        "x64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "android" +      ], +      "engines": { +        "node": ">=12" +      } +    }, +    "node_modules/@esbuild/darwin-arm64": { +      "version": "0.18.17", +      "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.17.tgz", +      "integrity": "sha512-M9uJ9VSB1oli2BE/dJs3zVr9kcCBBsE883prage1NWz6pBS++1oNn/7soPNS3+1DGj0FrkSvnED4Bmlu1VAE9g==", +      "cpu": [ +        "arm64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "darwin" +      ], +      "engines": { +        "node": ">=12" +      } +    }, +    "node_modules/@esbuild/darwin-x64": { +      "version": "0.18.17", +      "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.17.tgz", +      "integrity": "sha512-XDre+J5YeIJDMfp3n0279DFNrGCXlxOuGsWIkRb1NThMZ0BsrWXoTg23Jer7fEXQ9Ye5QjrvXpxnhzl3bHtk0g==", +      "cpu": [ +        "x64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "darwin" +      ], +      "engines": { +        "node": ">=12" +      } +    }, +    "node_modules/@esbuild/freebsd-arm64": { +      "version": "0.18.17", +      "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.17.tgz", +      "integrity": "sha512-cjTzGa3QlNfERa0+ptykyxs5A6FEUQQF0MuilYXYBGdBxD3vxJcKnzDlhDCa1VAJCmAxed6mYhA2KaJIbtiNuQ==", +      "cpu": [ +        "arm64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "freebsd" +      ], +      "engines": { +        "node": ">=12" +      } +    }, +    "node_modules/@esbuild/freebsd-x64": { +      "version": "0.18.17", +      "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.17.tgz", +      "integrity": "sha512-sOxEvR8d7V7Kw8QqzxWc7bFfnWnGdaFBut1dRUYtu+EIRXefBc/eIsiUiShnW0hM3FmQ5Zf27suDuHsKgZ5QrA==", +      "cpu": [ +        "x64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "freebsd" +      ], +      "engines": { +        "node": ">=12" +      } +    }, +    "node_modules/@esbuild/linux-arm": { +      "version": "0.18.17", +      "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.17.tgz", +      "integrity": "sha512-2d3Lw6wkwgSLC2fIvXKoMNGVaeY8qdN0IC3rfuVxJp89CRfA3e3VqWifGDfuakPmp90+ZirmTfye1n4ncjv2lg==", +      "cpu": [ +        "arm" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "linux" +      ], +      "engines": { +        "node": ">=12" +      } +    }, +    "node_modules/@esbuild/linux-arm64": { +      "version": "0.18.17", +      "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.17.tgz", +      "integrity": "sha512-c9w3tE7qA3CYWjT+M3BMbwMt+0JYOp3vCMKgVBrCl1nwjAlOMYzEo+gG7QaZ9AtqZFj5MbUc885wuBBmu6aADQ==", +      "cpu": [ +        "arm64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "linux" +      ], +      "engines": { +        "node": ">=12" +      } +    }, +    "node_modules/@esbuild/linux-ia32": { +      "version": "0.18.17", +      "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.17.tgz", +      "integrity": "sha512-1DS9F966pn5pPnqXYz16dQqWIB0dmDfAQZd6jSSpiT9eX1NzKh07J6VKR3AoXXXEk6CqZMojiVDSZi1SlmKVdg==", +      "cpu": [ +        "ia32" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "linux" +      ], +      "engines": { +        "node": ">=12" +      } +    }, +    "node_modules/@esbuild/linux-loong64": { +      "version": "0.18.17", +      "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.17.tgz", +      "integrity": "sha512-EvLsxCk6ZF0fpCB6w6eOI2Fc8KW5N6sHlIovNe8uOFObL2O+Mr0bflPHyHwLT6rwMg9r77WOAWb2FqCQrVnwFg==", +      "cpu": [ +        "loong64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "linux" +      ], +      "engines": { +        "node": ">=12" +      } +    }, +    "node_modules/@esbuild/linux-mips64el": { +      "version": "0.18.17", +      "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.17.tgz", +      "integrity": "sha512-e0bIdHA5p6l+lwqTE36NAW5hHtw2tNRmHlGBygZC14QObsA3bD4C6sXLJjvnDIjSKhW1/0S3eDy+QmX/uZWEYQ==", +      "cpu": [ +        "mips64el" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "linux" +      ], +      "engines": { +        "node": ">=12" +      } +    }, +    "node_modules/@esbuild/linux-ppc64": { +      "version": "0.18.17", +      "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.17.tgz", +      "integrity": "sha512-BAAilJ0M5O2uMxHYGjFKn4nJKF6fNCdP1E0o5t5fvMYYzeIqy2JdAP88Az5LHt9qBoUa4tDaRpfWt21ep5/WqQ==", +      "cpu": [ +        "ppc64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "linux" +      ], +      "engines": { +        "node": ">=12" +      } +    }, +    "node_modules/@esbuild/linux-riscv64": { +      "version": "0.18.17", +      "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.17.tgz", +      "integrity": "sha512-Wh/HW2MPnC3b8BqRSIme/9Zhab36PPH+3zam5pqGRH4pE+4xTrVLx2+XdGp6fVS3L2x+DrsIcsbMleex8fbE6g==", +      "cpu": [ +        "riscv64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "linux" +      ], +      "engines": { +        "node": ">=12" +      } +    }, +    "node_modules/@esbuild/linux-s390x": { +      "version": "0.18.17", +      "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.17.tgz", +      "integrity": "sha512-j/34jAl3ul3PNcK3pfI0NSlBANduT2UO5kZ7FCaK33XFv3chDhICLY8wJJWIhiQ+YNdQ9dxqQctRg2bvrMlYgg==", +      "cpu": [ +        "s390x" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "linux" +      ], +      "engines": { +        "node": ">=12" +      } +    }, +    "node_modules/@esbuild/linux-x64": { +      "version": "0.18.17", +      "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.17.tgz", +      "integrity": "sha512-QM50vJ/y+8I60qEmFxMoxIx4de03pGo2HwxdBeFd4nMh364X6TIBZ6VQ5UQmPbQWUVWHWws5MmJXlHAXvJEmpQ==", +      "cpu": [ +        "x64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "linux" +      ], +      "engines": { +        "node": ">=12" +      } +    }, +    "node_modules/@esbuild/netbsd-x64": { +      "version": "0.18.17", +      "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.17.tgz", +      "integrity": "sha512-/jGlhWR7Sj9JPZHzXyyMZ1RFMkNPjC6QIAan0sDOtIo2TYk3tZn5UDrkE0XgsTQCxWTTOcMPf9p6Rh2hXtl5TQ==", +      "cpu": [ +        "x64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "netbsd" +      ], +      "engines": { +        "node": ">=12" +      } +    }, +    "node_modules/@esbuild/openbsd-x64": { +      "version": "0.18.17", +      "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.17.tgz", +      "integrity": "sha512-rSEeYaGgyGGf4qZM2NonMhMOP/5EHp4u9ehFiBrg7stH6BYEEjlkVREuDEcQ0LfIl53OXLxNbfuIj7mr5m29TA==", +      "cpu": [ +        "x64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "openbsd" +      ], +      "engines": { +        "node": ">=12" +      } +    }, +    "node_modules/@esbuild/sunos-x64": { +      "version": "0.18.17", +      "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.17.tgz", +      "integrity": "sha512-Y7ZBbkLqlSgn4+zot4KUNYst0bFoO68tRgI6mY2FIM+b7ZbyNVtNbDP5y8qlu4/knZZ73fgJDlXID+ohY5zt5g==", +      "cpu": [ +        "x64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "sunos" +      ], +      "engines": { +        "node": ">=12" +      } +    }, +    "node_modules/@esbuild/win32-arm64": { +      "version": "0.18.17", +      "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.17.tgz", +      "integrity": "sha512-bwPmTJsEQcbZk26oYpc4c/8PvTY3J5/QK8jM19DVlEsAB41M39aWovWoHtNm78sd6ip6prilxeHosPADXtEJFw==", +      "cpu": [ +        "arm64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "win32" +      ], +      "engines": { +        "node": ">=12" +      } +    }, +    "node_modules/@esbuild/win32-ia32": { +      "version": "0.18.17", +      "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.17.tgz", +      "integrity": "sha512-H/XaPtPKli2MhW+3CQueo6Ni3Avggi6hP/YvgkEe1aSaxw+AeO8MFjq8DlgfTd9Iz4Yih3QCZI6YLMoyccnPRg==", +      "cpu": [ +        "ia32" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "win32" +      ], +      "engines": { +        "node": ">=12" +      } +    }, +    "node_modules/@esbuild/win32-x64": { +      "version": "0.18.17", +      "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.17.tgz", +      "integrity": "sha512-fGEb8f2BSA3CW7riJVurug65ACLuQAzKq0SSqkY2b2yHHH0MzDfbLyKIGzHwOI/gkHcxM/leuSW6D5w/LMNitA==", +      "cpu": [ +        "x64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "win32" +      ], +      "engines": { +        "node": ">=12" +      } +    }, +    "node_modules/@floating-ui/core": { +      "version": "1.4.1", +      "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.4.1.tgz", +      "integrity": "sha512-jk3WqquEJRlcyu7997NtR5PibI+y5bi+LS3hPmguVClypenMsCY3CBa3LAQnozRCtCrYWSEtAdiskpamuJRFOQ==", +      "dependencies": { +        "@floating-ui/utils": "^0.1.1" +      } +    }, +    "node_modules/@floating-ui/dom": { +      "version": "1.5.1", +      "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.5.1.tgz", +      "integrity": "sha512-KwvVcPSXg6mQygvA1TjbN/gh///36kKtllIF8SUm0qpFj8+rvYrpvlYdL1JoA71SHpDqgSSdGOSoQ0Mp3uY5aw==", +      "dependencies": { +        "@floating-ui/core": "^1.4.1", +        "@floating-ui/utils": "^0.1.1" +      } +    }, +    "node_modules/@floating-ui/utils": { +      "version": "0.1.1", +      "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.1.1.tgz", +      "integrity": "sha512-m0G6wlnhm/AX0H12IOWtK8gASEMffnX08RtKkCgTdHb9JpHKGloI7icFfLg9ZmQeavcvR0PKmzxClyuFPSjKWw==" +    }, +    "node_modules/@heroicons/react": { +      "version": "2.0.18", +      "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.18.tgz", +      "integrity": "sha512-7TyMjRrZZMBPa+/5Y8lN0iyvUU/01PeMGX2+RE7cQWpEUIcb4QotzUObFkJDejj/HUH4qjP/eQ0gzzKs2f+6Yw==", +      "peerDependencies": { +        "react": ">= 16" +      } +    }, +    "node_modules/@jridgewell/gen-mapping": { +      "version": "0.3.3", +      "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", +      "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", +      "dependencies": { +        "@jridgewell/set-array": "^1.0.1", +        "@jridgewell/sourcemap-codec": "^1.4.10", +        "@jridgewell/trace-mapping": "^0.3.9" +      }, +      "engines": { +        "node": ">=6.0.0" +      } +    }, +    "node_modules/@jridgewell/resolve-uri": { +      "version": "3.1.0", +      "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", +      "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", +      "engines": { +        "node": ">=6.0.0" +      } +    }, +    "node_modules/@jridgewell/set-array": { +      "version": "1.1.2", +      "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", +      "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", +      "engines": { +        "node": ">=6.0.0" +      } +    }, +    "node_modules/@jridgewell/sourcemap-codec": { +      "version": "1.4.15", +      "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", +      "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" +    }, +    "node_modules/@jridgewell/trace-mapping": { +      "version": "0.3.18", +      "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz", +      "integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==", +      "dependencies": { +        "@jridgewell/resolve-uri": "3.1.0", +        "@jridgewell/sourcemap-codec": "1.4.14" +      } +    }, +    "node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": { +      "version": "1.4.14", +      "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", +      "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==" +    }, +    "node_modules/@nodelib/fs.scandir": { +      "version": "2.1.5", +      "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", +      "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", +      "dev": true, +      "dependencies": { +        "@nodelib/fs.stat": "2.0.5", +        "run-parallel": "^1.1.9" +      }, +      "engines": { +        "node": ">= 8" +      } +    }, +    "node_modules/@nodelib/fs.stat": { +      "version": "2.0.5", +      "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", +      "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", +      "dev": true, +      "engines": { +        "node": ">= 8" +      } +    }, +    "node_modules/@nodelib/fs.walk": { +      "version": "1.2.8", +      "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", +      "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", +      "dev": true, +      "dependencies": { +        "@nodelib/fs.scandir": "2.1.5", +        "fastq": "^1.6.0" +      }, +      "engines": { +        "node": ">= 8" +      } +    }, +    "node_modules/@swc/core": { +      "version": "1.3.73", +      "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.3.73.tgz", +      "integrity": "sha512-ihjj/mAQKnXakFdFPlIJOjAvfLLc2f7t9u3k5Vsv8o30utD4/4mw1SAEL9vsPYM14XrMJa6PUNegw6hNxX1D2g==", +      "dev": true, +      "hasInstallScript": true, +      "engines": { +        "node": ">=10" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/swc" +      }, +      "optionalDependencies": { +        "@swc/core-darwin-arm64": "1.3.73", +        "@swc/core-darwin-x64": "1.3.73", +        "@swc/core-linux-arm-gnueabihf": "1.3.73", +        "@swc/core-linux-arm64-gnu": "1.3.73", +        "@swc/core-linux-arm64-musl": "1.3.73", +        "@swc/core-linux-x64-gnu": "1.3.73", +        "@swc/core-linux-x64-musl": "1.3.73", +        "@swc/core-win32-arm64-msvc": "1.3.73", +        "@swc/core-win32-ia32-msvc": "1.3.73", +        "@swc/core-win32-x64-msvc": "1.3.73" +      }, +      "peerDependencies": { +        "@swc/helpers": "^0.5.0" +      }, +      "peerDependenciesMeta": { +        "@swc/helpers": { +          "optional": true +        } +      } +    }, +    "node_modules/@swc/core-darwin-arm64": { +      "version": "1.3.73", +      "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.73.tgz", +      "integrity": "sha512-RwCDCDg3gmgt+p/Kc48o3PdLBSCoFQKLb8QgC7F32Ql9wjVMS3fzy2i6NZ+MnbEnYGQtTcqLbxEDtpV3eMsEHw==", +      "cpu": [ +        "arm64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "darwin" +      ], +      "engines": { +        "node": ">=10" +      } +    }, +    "node_modules/@swc/core-darwin-x64": { +      "version": "1.3.73", +      "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.3.73.tgz", +      "integrity": "sha512-cHmAWvCVRc7LTdv4LO4mZZXfW3E9NT/KNnLNG/PgWP9QK1bSQ7hUDVKsx70ygR4ONwfhqUuglakzu+xDfNoW+A==", +      "cpu": [ +        "x64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "darwin" +      ], +      "engines": { +        "node": ">=10" +      } +    }, +    "node_modules/@swc/core-linux-arm-gnueabihf": { +      "version": "1.3.73", +      "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.73.tgz", +      "integrity": "sha512-EmJALh7KUJhcdr7uUQg7wTpdcX5k1Xjspgy3QMg8j2dwb4DsnFgrnArsFNXHBB1Dj7LlQSoyxQ5mBcJtUtCb8A==", +      "cpu": [ +        "arm" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "linux" +      ], +      "engines": { +        "node": ">=10" +      } +    }, +    "node_modules/@swc/core-linux-arm64-gnu": { +      "version": "1.3.73", +      "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.73.tgz", +      "integrity": "sha512-RK6jTm8ppvglh42YOq/k2AqpHS9uYP5h5FNMmA9OI8lupCCS8HMtexbwqw+Xd0MGmSrsJiURw3Z6az8cEObrag==", +      "cpu": [ +        "arm64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "linux" +      ], +      "engines": { +        "node": ">=10" +      } +    }, +    "node_modules/@swc/core-linux-arm64-musl": { +      "version": "1.3.73", +      "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.73.tgz", +      "integrity": "sha512-hhS6yfgZLKPVAklGjKlbyf9InAhDGj3u+jbZkjStrOgtYNBCk5tbkROZP9ib5enN9m9Oosl5gM5v6oTw27TbUw==", +      "cpu": [ +        "arm64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "linux" +      ], +      "engines": { +        "node": ">=10" +      } +    }, +    "node_modules/@swc/core-linux-x64-gnu": { +      "version": "1.3.73", +      "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.73.tgz", +      "integrity": "sha512-ZGcY63EtFW5OLz1tsKhqhymzvoto329c0oRS9ptzMO66eUrjsHxTt5uPixrI24F6y+bn+qFqsgIw3nwMV8jTPw==", +      "cpu": [ +        "x64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "linux" +      ], +      "engines": { +        "node": ">=10" +      } +    }, +    "node_modules/@swc/core-linux-x64-musl": { +      "version": "1.3.73", +      "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.73.tgz", +      "integrity": "sha512-DMz2W0PnzMXAhbMPGArQUBVayyzzzuivvJyJkyFaMPiIwaI+QG+UvLgjSM7NmG/9Eq9hX2zZ1zdaalVKXyyCHQ==", +      "cpu": [ +        "x64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "linux" +      ], +      "engines": { +        "node": ">=10" +      } +    }, +    "node_modules/@swc/core-win32-arm64-msvc": { +      "version": "1.3.73", +      "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.73.tgz", +      "integrity": "sha512-yHB1jG3c4/5An//nA9+War6oiNrM/NUz6ivDPbrBfbJHtU/iPfgdAvxfm5/xpOFx4U18JJHnOt853sDyXJwi/A==", +      "cpu": [ +        "arm64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "win32" +      ], +      "engines": { +        "node": ">=10" +      } +    }, +    "node_modules/@swc/core-win32-ia32-msvc": { +      "version": "1.3.73", +      "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.73.tgz", +      "integrity": "sha512-cA61i4VPTrABAZ8LDvNVqwcO1VLEDO+71iWettvhyk7p6/H/lXG4VQVyHcncmfrAUzDQalXVbgZm6MA3hpqhFQ==", +      "cpu": [ +        "ia32" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "win32" +      ], +      "engines": { +        "node": ">=10" +      } +    }, +    "node_modules/@swc/core-win32-x64-msvc": { +      "version": "1.3.73", +      "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.73.tgz", +      "integrity": "sha512-QwTO9IlIpEr2GsJvW8qNVvQXTzT1ASqf8C8aZDLtVwHKdreTMjlrNMRYw1883DVLRuHMs5RLP4IA2A47Oexp1Q==", +      "cpu": [ +        "x64" +      ], +      "dev": true, +      "optional": true, +      "os": [ +        "win32" +      ], +      "engines": { +        "node": ">=10" +      } +    }, +    "node_modules/@types/debug": { +      "version": "4.1.8", +      "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.8.tgz", +      "integrity": "sha512-/vPO1EPOs306Cvhwv7KfVfYvOJqA/S/AXjaHQiJboCZzcNDb+TIJFN9/2C9DZ//ijSKWioNyUxD792QmDJ+HKQ==", +      "dependencies": { +        "@types/ms": "*" +      } +    }, +    "node_modules/@types/hast": { +      "version": "2.3.5", +      "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.5.tgz", +      "integrity": "sha512-SvQi0L/lNpThgPoleH53cdjB3y9zpLlVjRbqB3rH8hx1jiRSBGAhyjV3H+URFjNVRqt2EdYNrbZE5IsGlNfpRg==", +      "dependencies": { +        "@types/unist": "^2" +      } +    }, +    "node_modules/@types/history": { +      "version": "4.7.11", +      "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.11.tgz", +      "integrity": "sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==", +      "dev": true +    }, +    "node_modules/@types/hoist-non-react-statics": { +      "version": "3.3.1", +      "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz", +      "integrity": "sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==", +      "dependencies": { +        "@types/react": "*", +        "hoist-non-react-statics": "^3.3.0" +      } +    }, +    "node_modules/@types/mdast": { +      "version": "3.0.12", +      "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.12.tgz", +      "integrity": "sha512-DT+iNIRNX884cx0/Q1ja7NyUPpZuv0KPyL5rGNxm1WC1OtHstl7n4Jb7nk+xacNShQMbczJjt8uFzznpp6kYBg==", +      "dependencies": { +        "@types/unist": "^2" +      } +    }, +    "node_modules/@types/ms": { +      "version": "0.7.31", +      "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.31.tgz", +      "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==" +    }, +    "node_modules/@types/parse5": { +      "version": "6.0.3", +      "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-6.0.3.tgz", +      "integrity": "sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==" +    }, +    "node_modules/@types/prismjs": { +      "version": "1.26.0", +      "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.0.tgz", +      "integrity": "sha512-ZTaqn/qSqUuAq1YwvOFQfVW1AR/oQJlLSZVustdjwI+GZ8kr0MSHBj0tsXPW1EqHubx50gtBEjbPGsdZwQwCjQ==" +    }, +    "node_modules/@types/prop-types": { +      "version": "15.7.5", +      "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz", +      "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==" +    }, +    "node_modules/@types/react": { +      "version": "18.2.18", +      "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.18.tgz", +      "integrity": "sha512-da4NTSeBv/P34xoZPhtcLkmZuJ+oYaCxHmyHzwaDQo9RQPBeXV+06gEk2FpqEcsX9XrnNLvRpVh6bdavDSjtiQ==", +      "dependencies": { +        "@types/prop-types": "*", +        "@types/scheduler": "*", +        "csstype": "^3.0.2" +      } +    }, +    "node_modules/@types/react-dom": { +      "version": "18.2.7", +      "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz", +      "integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==", +      "devOptional": true, +      "dependencies": { +        "@types/react": "*" +      } +    }, +    "node_modules/@types/react-router": { +      "version": "5.1.20", +      "resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.20.tgz", +      "integrity": "sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==", +      "dev": true, +      "dependencies": { +        "@types/history": "^4.7.11", +        "@types/react": "*" +      } +    }, +    "node_modules/@types/react-router-dom": { +      "version": "5.3.3", +      "resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.3.3.tgz", +      "integrity": "sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==", +      "dev": true, +      "dependencies": { +        "@types/history": "^4.7.11", +        "@types/react": "*", +        "@types/react-router": "*" +      } +    }, +    "node_modules/@types/react-syntax-highlighter": { +      "version": "15.5.7", +      "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.7.tgz", +      "integrity": "sha512-bo5fEO5toQeyCp0zVHBeggclqf5SQ/Z5blfFmjwO5dkMVGPgmiwZsJh9nu/Bo5L7IHTuGWrja6LxJVE2uB5ZrQ==", +      "dev": true, +      "dependencies": { +        "@types/react": "*" +      } +    }, +    "node_modules/@types/scheduler": { +      "version": "0.16.3", +      "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz", +      "integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==" +    }, +    "node_modules/@types/styled-components": { +      "version": "5.1.26", +      "resolved": "https://registry.npmjs.org/@types/styled-components/-/styled-components-5.1.26.tgz", +      "integrity": "sha512-KuKJ9Z6xb93uJiIyxo/+ksS7yLjS1KzG6iv5i78dhVg/X3u5t1H7juRWqVmodIdz6wGVaIApo1u01kmFRdJHVw==", +      "dev": true, +      "dependencies": { +        "@types/hoist-non-react-statics": "*", +        "@types/react": "*", +        "csstype": "^3.0.2" +      } +    }, +    "node_modules/@types/unist": { +      "version": "2.0.7", +      "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.7.tgz", +      "integrity": "sha512-cputDpIbFgLUaGQn6Vqg3/YsJwxUwHLO13v3i5ouxT4lat0khip9AEWxtERujXV9wxIB1EyF97BSJFt6vpdI8g==" +    }, +    "node_modules/@types/use-sync-external-store": { +      "version": "0.0.3", +      "resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz", +      "integrity": "sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==" +    }, +    "node_modules/@types/vscode-webview": { +      "version": "1.57.1", +      "resolved": "https://registry.npmjs.org/@types/vscode-webview/-/vscode-webview-1.57.1.tgz", +      "integrity": "sha512-ghW5SfuDmsGDS2A4xkvGsLwDRNc3Vj5rS6rPOyPm/IryZuf3wceZKxgYaUoW+k9f0f/CB7y2c1rRsdOWZWn0PQ==" +    }, +    "node_modules/@uiw/copy-to-clipboard": { +      "version": "1.0.15", +      "resolved": "https://registry.npmjs.org/@uiw/copy-to-clipboard/-/copy-to-clipboard-1.0.15.tgz", +      "integrity": "sha512-1bbGZ3T+SGmA07BoVPK4UCUDcowDN/moctviJGQexfOc9qL8TMLDQPr7mTPvDKhgJkgnlKkAQNFU8PiarIi9sQ==" +    }, +    "node_modules/@uiw/react-markdown-preview": { +      "version": "4.1.13", +      "resolved": "https://registry.npmjs.org/@uiw/react-markdown-preview/-/react-markdown-preview-4.1.13.tgz", +      "integrity": "sha512-fmIGvBpK6HJyDFf7EokjZSIS0713Bq5KwhOsZ8IkbCMYDcDThFlmMkTTqyzGjL3phrkP9ED5O63WSILzefqe6A==", +      "dependencies": { +        "@babel/runtime": "^7.17.2", +        "@uiw/copy-to-clipboard": "~1.0.12", +        "react-markdown": "~8.0.0", +        "rehype-attr": "~2.1.0", +        "rehype-autolink-headings": "~6.1.1", +        "rehype-ignore": "^1.0.1", +        "rehype-prism-plus": "~1.5.0", +        "rehype-raw": "^6.1.1", +        "rehype-rewrite": "~3.0.6", +        "rehype-slug": "~5.1.0", +        "remark-gfm": "~3.0.1", +        "unist-util-visit": "^4.1.0" +      }, +      "peerDependencies": { +        "react": ">=16.8.0", +        "react-dom": ">=16.8.0" +      } +    }, +    "node_modules/@vitejs/plugin-react-swc": { +      "version": "3.3.2", +      "resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-3.3.2.tgz", +      "integrity": "sha512-VJFWY5sfoZerQRvJrh518h3AcQt6f/yTuWn4/TRB+dqmYU0NX1qz7qM5Wfd+gOQqUzQW4gxKqKN3KpE/P3+zrA==", +      "dev": true, +      "dependencies": { +        "@swc/core": "^1.3.61" +      }, +      "peerDependencies": { +        "vite": "^4" +      } +    }, +    "node_modules/ansi-styles": { +      "version": "3.2.1", +      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", +      "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", +      "dependencies": { +        "color-convert": "^1.9.0" +      }, +      "engines": { +        "node": ">=4" +      } +    }, +    "node_modules/any-promise": { +      "version": "1.3.0", +      "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", +      "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", +      "dev": true +    }, +    "node_modules/anymatch": { +      "version": "3.1.3", +      "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", +      "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", +      "dev": true, +      "dependencies": { +        "normalize-path": "^3.0.0", +        "picomatch": "^2.0.4" +      }, +      "engines": { +        "node": ">= 8" +      } +    }, +    "node_modules/arg": { +      "version": "5.0.2", +      "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", +      "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", +      "dev": true +    }, +    "node_modules/autoprefixer": { +      "version": "10.4.14", +      "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.14.tgz", +      "integrity": "sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==", +      "dev": true, +      "funding": [ +        { +          "type": "opencollective", +          "url": "https://opencollective.com/postcss/" +        }, +        { +          "type": "tidelift", +          "url": "https://tidelift.com/funding/github/npm/autoprefixer" +        } +      ], +      "dependencies": { +        "browserslist": "^4.21.5", +        "caniuse-lite": "^1.0.30001464", +        "fraction.js": "^4.2.0", +        "normalize-range": "^0.1.2", +        "picocolors": "^1.0.0", +        "postcss-value-parser": "^4.2.0" +      }, +      "bin": { +        "autoprefixer": "bin/autoprefixer" +      }, +      "engines": { +        "node": "^10 || ^12 || >=14" +      }, +      "peerDependencies": { +        "postcss": "^8.1.0" +      } +    }, +    "node_modules/babel-plugin-styled-components": { +      "version": "2.1.4", +      "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.1.4.tgz", +      "integrity": "sha512-Xgp9g+A/cG47sUyRwwYxGM4bR/jDRg5N6it/8+HxCnbT5XNKSKDT9xm4oag/osgqjC2It/vH0yXsomOG6k558g==", +      "dependencies": { +        "@babel/helper-annotate-as-pure": "^7.22.5", +        "@babel/helper-module-imports": "^7.22.5", +        "@babel/plugin-syntax-jsx": "^7.22.5", +        "lodash": "^4.17.21", +        "picomatch": "^2.3.1" +      }, +      "peerDependencies": { +        "styled-components": ">= 2" +      } +    }, +    "node_modules/bail": { +      "version": "2.0.2", +      "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", +      "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/balanced-match": { +      "version": "1.0.2", +      "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", +      "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", +      "dev": true +    }, +    "node_modules/bcp-47-match": { +      "version": "2.0.3", +      "resolved": "https://registry.npmjs.org/bcp-47-match/-/bcp-47-match-2.0.3.tgz", +      "integrity": "sha512-JtTezzbAibu8G0R9op9zb3vcWZd9JF6M0xOYGPn0fNCd7wOpRB1mU2mH9T8gaBGbAAyIIVgB2G7xG0GP98zMAQ==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/binary-extensions": { +      "version": "2.2.0", +      "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", +      "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", +      "dev": true, +      "engines": { +        "node": ">=8" +      } +    }, +    "node_modules/boolbase": { +      "version": "1.0.0", +      "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", +      "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" +    }, +    "node_modules/brace-expansion": { +      "version": "1.1.11", +      "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", +      "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", +      "dev": true, +      "dependencies": { +        "balanced-match": "^1.0.0", +        "concat-map": "0.0.1" +      } +    }, +    "node_modules/braces": { +      "version": "3.0.2", +      "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", +      "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", +      "dev": true, +      "dependencies": { +        "fill-range": "^7.0.1" +      }, +      "engines": { +        "node": ">=8" +      } +    }, +    "node_modules/browserslist": { +      "version": "4.21.10", +      "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.10.tgz", +      "integrity": "sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==", +      "funding": [ +        { +          "type": "opencollective", +          "url": "https://opencollective.com/browserslist" +        }, +        { +          "type": "tidelift", +          "url": "https://tidelift.com/funding/github/npm/browserslist" +        }, +        { +          "type": "github", +          "url": "https://github.com/sponsors/ai" +        } +      ], +      "dependencies": { +        "caniuse-lite": "^1.0.30001517", +        "electron-to-chromium": "^1.4.477", +        "node-releases": "^2.0.13", +        "update-browserslist-db": "^1.0.11" +      }, +      "bin": { +        "browserslist": "cli.js" +      }, +      "engines": { +        "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" +      } +    }, +    "node_modules/camelcase-css": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", +      "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", +      "dev": true, +      "engines": { +        "node": ">= 6" +      } +    }, +    "node_modules/camelize": { +      "version": "1.0.1", +      "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.1.tgz", +      "integrity": "sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==", +      "funding": { +        "url": "https://github.com/sponsors/ljharb" +      } +    }, +    "node_modules/caniuse-lite": { +      "version": "1.0.30001518", +      "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001518.tgz", +      "integrity": "sha512-rup09/e3I0BKjncL+FesTayKtPrdwKhUufQFd3riFw1hHg8JmIFoInYfB102cFcY/pPgGmdyl/iy+jgiDi2vdA==", +      "funding": [ +        { +          "type": "opencollective", +          "url": "https://opencollective.com/browserslist" +        }, +        { +          "type": "tidelift", +          "url": "https://tidelift.com/funding/github/npm/caniuse-lite" +        }, +        { +          "type": "github", +          "url": "https://github.com/sponsors/ai" +        } +      ] +    }, +    "node_modules/ccount": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", +      "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/chalk": { +      "version": "2.4.2", +      "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", +      "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", +      "dependencies": { +        "ansi-styles": "^3.2.1", +        "escape-string-regexp": "^1.0.5", +        "supports-color": "^5.3.0" +      }, +      "engines": { +        "node": ">=4" +      } +    }, +    "node_modules/chalk/node_modules/escape-string-regexp": { +      "version": "1.0.5", +      "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", +      "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", +      "engines": { +        "node": ">=0.8.0" +      } +    }, +    "node_modules/character-entities": { +      "version": "1.2.4", +      "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz", +      "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/character-entities-legacy": { +      "version": "1.1.4", +      "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz", +      "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/character-reference-invalid": { +      "version": "1.1.4", +      "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", +      "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/chokidar": { +      "version": "3.5.3", +      "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", +      "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", +      "dev": true, +      "funding": [ +        { +          "type": "individual", +          "url": "https://paulmillr.com/funding/" +        } +      ], +      "dependencies": { +        "anymatch": "~3.1.2", +        "braces": "~3.0.2", +        "glob-parent": "~5.1.2", +        "is-binary-path": "~2.1.0", +        "is-glob": "~4.0.1", +        "normalize-path": "~3.0.0", +        "readdirp": "~3.6.0" +      }, +      "engines": { +        "node": ">= 8.10.0" +      }, +      "optionalDependencies": { +        "fsevents": "~2.3.2" +      } +    }, +    "node_modules/chokidar/node_modules/glob-parent": { +      "version": "5.1.2", +      "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", +      "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", +      "dev": true, +      "dependencies": { +        "is-glob": "^4.0.1" +      }, +      "engines": { +        "node": ">= 6" +      } +    }, +    "node_modules/classnames": { +      "version": "2.3.2", +      "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz", +      "integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==" +    }, +    "node_modules/color-convert": { +      "version": "1.9.3", +      "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", +      "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", +      "dependencies": { +        "color-name": "1.1.3" +      } +    }, +    "node_modules/color-name": { +      "version": "1.1.3", +      "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", +      "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" +    }, +    "node_modules/comma-separated-tokens": { +      "version": "2.0.3", +      "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", +      "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/commander": { +      "version": "4.1.1", +      "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", +      "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", +      "dev": true, +      "engines": { +        "node": ">= 6" +      } +    }, +    "node_modules/compute-scroll-into-view": { +      "version": "2.0.4", +      "resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-2.0.4.tgz", +      "integrity": "sha512-y/ZA3BGnxoM/QHHQ2Uy49CLtnWPbt4tTPpEEZiEmmiWBFKjej7nEyH8Ryz54jH0MLXflUYA3Er2zUxPSJu5R+g==" +    }, +    "node_modules/concat-map": { +      "version": "0.0.1", +      "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", +      "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", +      "dev": true +    }, +    "node_modules/convert-source-map": { +      "version": "1.9.0", +      "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", +      "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", +      "peer": true +    }, +    "node_modules/cross-fetch": { +      "version": "3.1.8", +      "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.8.tgz", +      "integrity": "sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==", +      "dependencies": { +        "node-fetch": "^2.6.12" +      } +    }, +    "node_modules/css-color-keywords": { +      "version": "1.0.0", +      "resolved": "https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz", +      "integrity": "sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==", +      "engines": { +        "node": ">=4" +      } +    }, +    "node_modules/css-selector-parser": { +      "version": "1.4.1", +      "resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-1.4.1.tgz", +      "integrity": "sha512-HYPSb7y/Z7BNDCOrakL4raGO2zltZkbeXyAd6Tg9obzix6QhzxCotdBl6VT0Dv4vZfJGVz3WL/xaEI9Ly3ul0g==" +    }, +    "node_modules/css-to-react-native": { +      "version": "3.2.0", +      "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz", +      "integrity": "sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==", +      "dependencies": { +        "camelize": "^1.0.0", +        "css-color-keywords": "^1.0.0", +        "postcss-value-parser": "^4.0.2" +      } +    }, +    "node_modules/cssesc": { +      "version": "3.0.0", +      "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", +      "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", +      "dev": true, +      "bin": { +        "cssesc": "bin/cssesc" +      }, +      "engines": { +        "node": ">=4" +      } +    }, +    "node_modules/csstype": { +      "version": "3.1.2", +      "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz", +      "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" +    }, +    "node_modules/debug": { +      "version": "4.3.4", +      "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", +      "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", +      "dependencies": { +        "ms": "2.1.2" +      }, +      "engines": { +        "node": ">=6.0" +      }, +      "peerDependenciesMeta": { +        "supports-color": { +          "optional": true +        } +      } +    }, +    "node_modules/decode-named-character-reference": { +      "version": "1.0.2", +      "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz", +      "integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==", +      "dependencies": { +        "character-entities": "^2.0.0" +      }, +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/decode-named-character-reference/node_modules/character-entities": { +      "version": "2.0.2", +      "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", +      "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/dequal": { +      "version": "2.0.3", +      "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", +      "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", +      "engines": { +        "node": ">=6" +      } +    }, +    "node_modules/didyoumean": { +      "version": "1.2.2", +      "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", +      "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", +      "dev": true +    }, +    "node_modules/diff": { +      "version": "5.1.0", +      "resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz", +      "integrity": "sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==", +      "engines": { +        "node": ">=0.3.1" +      } +    }, +    "node_modules/direction": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/direction/-/direction-2.0.1.tgz", +      "integrity": "sha512-9S6m9Sukh1cZNknO1CWAr2QAWsbKLafQiyM5gZ7VgXHeuaoUwffKN4q6NC4A/Mf9iiPlOXQEKW/Mv/mh9/3YFA==", +      "bin": { +        "direction": "cli.js" +      }, +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/dlv": { +      "version": "1.1.3", +      "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", +      "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", +      "dev": true +    }, +    "node_modules/downshift": { +      "version": "7.6.2", +      "resolved": "https://registry.npmjs.org/downshift/-/downshift-7.6.2.tgz", +      "integrity": "sha512-iOv+E1Hyt3JDdL9yYcOgW7nZ7GQ2Uz6YbggwXvKUSleetYhU2nXD482Rz6CzvM4lvI1At34BYruKAL4swRGxaA==", +      "dependencies": { +        "@babel/runtime": "^7.14.8", +        "compute-scroll-into-view": "^2.0.4", +        "prop-types": "^15.7.2", +        "react-is": "^17.0.2", +        "tslib": "^2.3.0" +      }, +      "peerDependencies": { +        "react": ">=16.12.0" +      } +    }, +    "node_modules/downshift/node_modules/react-is": { +      "version": "17.0.2", +      "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", +      "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" +    }, +    "node_modules/electron-to-chromium": { +      "version": "1.4.480", +      "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.480.tgz", +      "integrity": "sha512-IXTgg+bITkQv/FLP9FjX6f9KFCs5hQWeh5uNSKxB9mqYj/JXhHDbu+ekS43LVvbkL3eW6/oZy4+r9Om6lan1Uw==" +    }, +    "node_modules/esbuild": { +      "version": "0.18.17", +      "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.17.tgz", +      "integrity": "sha512-1GJtYnUxsJreHYA0Y+iQz2UEykonY66HNWOb0yXYZi9/kNrORUEHVg87eQsCtqh59PEJ5YVZJO98JHznMJSWjg==", +      "dev": true, +      "hasInstallScript": true, +      "bin": { +        "esbuild": "bin/esbuild" +      }, +      "engines": { +        "node": ">=12" +      }, +      "optionalDependencies": { +        "@esbuild/android-arm": "0.18.17", +        "@esbuild/android-arm64": "0.18.17", +        "@esbuild/android-x64": "0.18.17", +        "@esbuild/darwin-arm64": "0.18.17", +        "@esbuild/darwin-x64": "0.18.17", +        "@esbuild/freebsd-arm64": "0.18.17", +        "@esbuild/freebsd-x64": "0.18.17", +        "@esbuild/linux-arm": "0.18.17", +        "@esbuild/linux-arm64": "0.18.17", +        "@esbuild/linux-ia32": "0.18.17", +        "@esbuild/linux-loong64": "0.18.17", +        "@esbuild/linux-mips64el": "0.18.17", +        "@esbuild/linux-ppc64": "0.18.17", +        "@esbuild/linux-riscv64": "0.18.17", +        "@esbuild/linux-s390x": "0.18.17", +        "@esbuild/linux-x64": "0.18.17", +        "@esbuild/netbsd-x64": "0.18.17", +        "@esbuild/openbsd-x64": "0.18.17", +        "@esbuild/sunos-x64": "0.18.17", +        "@esbuild/win32-arm64": "0.18.17", +        "@esbuild/win32-ia32": "0.18.17", +        "@esbuild/win32-x64": "0.18.17" +      } +    }, +    "node_modules/escalade": { +      "version": "3.1.1", +      "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", +      "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", +      "engines": { +        "node": ">=6" +      } +    }, +    "node_modules/escape-string-regexp": { +      "version": "5.0.0", +      "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", +      "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", +      "engines": { +        "node": ">=12" +      }, +      "funding": { +        "url": "https://github.com/sponsors/sindresorhus" +      } +    }, +    "node_modules/extend": { +      "version": "3.0.2", +      "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", +      "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" +    }, +    "node_modules/fast-glob": { +      "version": "3.3.1", +      "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", +      "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", +      "dev": true, +      "dependencies": { +        "@nodelib/fs.stat": "^2.0.2", +        "@nodelib/fs.walk": "^1.2.3", +        "glob-parent": "^5.1.2", +        "merge2": "^1.3.0", +        "micromatch": "^4.0.4" +      }, +      "engines": { +        "node": ">=8.6.0" +      } +    }, +    "node_modules/fast-glob/node_modules/glob-parent": { +      "version": "5.1.2", +      "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", +      "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", +      "dev": true, +      "dependencies": { +        "is-glob": "^4.0.1" +      }, +      "engines": { +        "node": ">= 6" +      } +    }, +    "node_modules/fastq": { +      "version": "1.15.0", +      "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", +      "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", +      "dev": true, +      "dependencies": { +        "reusify": "^1.0.4" +      } +    }, +    "node_modules/fault": { +      "version": "1.0.4", +      "resolved": "https://registry.npmjs.org/fault/-/fault-1.0.4.tgz", +      "integrity": "sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==", +      "dependencies": { +        "format": "^0.2.0" +      }, +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/fflate": { +      "version": "0.4.8", +      "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.4.8.tgz", +      "integrity": "sha512-FJqqoDBR00Mdj9ppamLa/Y7vxm+PRmNWA67N846RvsoYVMKB4q3y/de5PA7gUmRMYK/8CMz2GDZQmCRN1wBcWA==" +    }, +    "node_modules/fill-range": { +      "version": "7.0.1", +      "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", +      "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", +      "dev": true, +      "dependencies": { +        "to-regex-range": "^5.0.1" +      }, +      "engines": { +        "node": ">=8" +      } +    }, +    "node_modules/format": { +      "version": "0.2.2", +      "resolved": "https://registry.npmjs.org/format/-/format-0.2.2.tgz", +      "integrity": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==", +      "engines": { +        "node": ">=0.4.x" +      } +    }, +    "node_modules/fraction.js": { +      "version": "4.2.0", +      "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz", +      "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==", +      "dev": true, +      "engines": { +        "node": "*" +      }, +      "funding": { +        "type": "patreon", +        "url": "https://www.patreon.com/infusion" +      } +    }, +    "node_modules/fs-extra": { +      "version": "10.1.0", +      "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", +      "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", +      "dependencies": { +        "graceful-fs": "^4.2.0", +        "jsonfile": "^6.0.1", +        "universalify": "^2.0.0" +      }, +      "engines": { +        "node": ">=12" +      } +    }, +    "node_modules/fs.realpath": { +      "version": "1.0.0", +      "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", +      "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", +      "dev": true +    }, +    "node_modules/fsevents": { +      "version": "2.3.2", +      "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", +      "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", +      "dev": true, +      "hasInstallScript": true, +      "optional": true, +      "os": [ +        "darwin" +      ], +      "engines": { +        "node": "^8.16.0 || ^10.6.0 || >=11.0.0" +      } +    }, +    "node_modules/function-bind": { +      "version": "1.1.1", +      "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", +      "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", +      "dev": true +    }, +    "node_modules/gensync": { +      "version": "1.0.0-beta.2", +      "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", +      "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", +      "peer": true, +      "engines": { +        "node": ">=6.9.0" +      } +    }, +    "node_modules/github-slugger": { +      "version": "2.0.0", +      "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", +      "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==" +    }, +    "node_modules/glob": { +      "version": "7.1.6", +      "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", +      "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", +      "dev": true, +      "dependencies": { +        "fs.realpath": "^1.0.0", +        "inflight": "^1.0.4", +        "inherits": "2", +        "minimatch": "^3.0.4", +        "once": "^1.3.0", +        "path-is-absolute": "^1.0.0" +      }, +      "engines": { +        "node": "*" +      }, +      "funding": { +        "url": "https://github.com/sponsors/isaacs" +      } +    }, +    "node_modules/glob-parent": { +      "version": "6.0.2", +      "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", +      "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", +      "dev": true, +      "dependencies": { +        "is-glob": "^4.0.3" +      }, +      "engines": { +        "node": ">=10.13.0" +      } +    }, +    "node_modules/globals": { +      "version": "11.12.0", +      "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", +      "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", +      "engines": { +        "node": ">=4" +      } +    }, +    "node_modules/graceful-fs": { +      "version": "4.2.11", +      "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", +      "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" +    }, +    "node_modules/has": { +      "version": "1.0.3", +      "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", +      "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", +      "dev": true, +      "dependencies": { +        "function-bind": "^1.1.1" +      }, +      "engines": { +        "node": ">= 0.4.0" +      } +    }, +    "node_modules/has-flag": { +      "version": "3.0.0", +      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", +      "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", +      "engines": { +        "node": ">=4" +      } +    }, +    "node_modules/hast-util-from-parse5": { +      "version": "7.1.2", +      "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-7.1.2.tgz", +      "integrity": "sha512-Nz7FfPBuljzsN3tCQ4kCBKqdNhQE2l0Tn+X1ubgKBPRoiDIu1mL08Cfw4k7q71+Duyaw7DXDN+VTAp4Vh3oCOw==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "@types/unist": "^2.0.0", +        "hastscript": "^7.0.0", +        "property-information": "^6.0.0", +        "vfile": "^5.0.0", +        "vfile-location": "^4.0.0", +        "web-namespaces": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/hast-util-from-parse5/node_modules/hast-util-parse-selector": { +      "version": "3.1.1", +      "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-3.1.1.tgz", +      "integrity": "sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==", +      "dependencies": { +        "@types/hast": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/hast-util-from-parse5/node_modules/hastscript": { +      "version": "7.2.0", +      "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-7.2.0.tgz", +      "integrity": "sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "comma-separated-tokens": "^2.0.0", +        "hast-util-parse-selector": "^3.0.0", +        "property-information": "^6.0.0", +        "space-separated-tokens": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/hast-util-has-property": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/hast-util-has-property/-/hast-util-has-property-2.0.1.tgz", +      "integrity": "sha512-X2+RwZIMTMKpXUzlotatPzWj8bspCymtXH3cfG3iQKV+wPF53Vgaqxi/eLqGck0wKq1kS9nvoB1wchbCPEL8sg==", +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/hast-util-heading-rank": { +      "version": "2.1.1", +      "resolved": "https://registry.npmjs.org/hast-util-heading-rank/-/hast-util-heading-rank-2.1.1.tgz", +      "integrity": "sha512-iAuRp+ESgJoRFJbSyaqsfvJDY6zzmFoEnL1gtz1+U8gKtGGj1p0CVlysuUAUjq95qlZESHINLThwJzNGmgGZxA==", +      "dependencies": { +        "@types/hast": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/hast-util-is-element": { +      "version": "2.1.3", +      "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-2.1.3.tgz", +      "integrity": "sha512-O1bKah6mhgEq2WtVMk+Ta5K7pPMqsBBlmzysLdcwKVrqzZQ0CHqUPiIVspNhAG1rvxpvJjtGee17XfauZYKqVA==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "@types/unist": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/hast-util-parse-selector": { +      "version": "2.2.5", +      "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz", +      "integrity": "sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==", +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/hast-util-raw": { +      "version": "7.2.3", +      "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-7.2.3.tgz", +      "integrity": "sha512-RujVQfVsOrxzPOPSzZFiwofMArbQke6DJjnFfceiEbFh7S05CbPt0cYN+A5YeD3pso0JQk6O1aHBnx9+Pm2uqg==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "@types/parse5": "^6.0.0", +        "hast-util-from-parse5": "^7.0.0", +        "hast-util-to-parse5": "^7.0.0", +        "html-void-elements": "^2.0.0", +        "parse5": "^6.0.0", +        "unist-util-position": "^4.0.0", +        "unist-util-visit": "^4.0.0", +        "vfile": "^5.0.0", +        "web-namespaces": "^2.0.0", +        "zwitch": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/hast-util-select": { +      "version": "5.0.5", +      "resolved": "https://registry.npmjs.org/hast-util-select/-/hast-util-select-5.0.5.tgz", +      "integrity": "sha512-QQhWMhgTFRhCaQdgTKzZ5g31GLQ9qRb1hZtDPMqQaOhpLBziWcshUS0uCR5IJ0U1jrK/mxg35fmcq+Dp/Cy2Aw==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "@types/unist": "^2.0.0", +        "bcp-47-match": "^2.0.0", +        "comma-separated-tokens": "^2.0.0", +        "css-selector-parser": "^1.0.0", +        "direction": "^2.0.0", +        "hast-util-has-property": "^2.0.0", +        "hast-util-to-string": "^2.0.0", +        "hast-util-whitespace": "^2.0.0", +        "not": "^0.1.0", +        "nth-check": "^2.0.0", +        "property-information": "^6.0.0", +        "space-separated-tokens": "^2.0.0", +        "unist-util-visit": "^4.0.0", +        "zwitch": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/hast-util-to-parse5": { +      "version": "7.1.0", +      "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-7.1.0.tgz", +      "integrity": "sha512-YNRgAJkH2Jky5ySkIqFXTQiaqcAtJyVE+D5lkN6CdtOqrnkLfGYYrEcKuHOJZlp+MwjSwuD3fZuawI+sic/RBw==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "comma-separated-tokens": "^2.0.0", +        "property-information": "^6.0.0", +        "space-separated-tokens": "^2.0.0", +        "web-namespaces": "^2.0.0", +        "zwitch": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/hast-util-to-string": { +      "version": "2.0.0", +      "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-2.0.0.tgz", +      "integrity": "sha512-02AQ3vLhuH3FisaMM+i/9sm4OXGSq1UhOOCpTLLQtHdL3tZt7qil69r8M8iDkZYyC0HCFylcYoP+8IO7ddta1A==", +      "dependencies": { +        "@types/hast": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/hast-util-whitespace": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-2.0.1.tgz", +      "integrity": "sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==", +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/hastscript": { +      "version": "6.0.0", +      "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-6.0.0.tgz", +      "integrity": "sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "comma-separated-tokens": "^1.0.0", +        "hast-util-parse-selector": "^2.0.0", +        "property-information": "^5.0.0", +        "space-separated-tokens": "^1.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/hastscript/node_modules/comma-separated-tokens": { +      "version": "1.0.8", +      "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz", +      "integrity": "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/hastscript/node_modules/property-information": { +      "version": "5.6.0", +      "resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz", +      "integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==", +      "dependencies": { +        "xtend": "^4.0.0" +      }, +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/hastscript/node_modules/space-separated-tokens": { +      "version": "1.1.5", +      "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz", +      "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/highlight.js": { +      "version": "10.7.3", +      "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz", +      "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==", +      "engines": { +        "node": "*" +      } +    }, +    "node_modules/history": { +      "version": "4.10.1", +      "resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz", +      "integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==", +      "dependencies": { +        "@babel/runtime": "^7.1.2", +        "loose-envify": "^1.2.0", +        "resolve-pathname": "^3.0.0", +        "tiny-invariant": "^1.0.2", +        "tiny-warning": "^1.0.0", +        "value-equal": "^1.0.1" +      } +    }, +    "node_modules/hoist-non-react-statics": { +      "version": "3.3.2", +      "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", +      "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", +      "dependencies": { +        "react-is": "^16.7.0" +      } +    }, +    "node_modules/hoist-non-react-statics/node_modules/react-is": { +      "version": "16.13.1", +      "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", +      "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" +    }, +    "node_modules/html-void-elements": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-2.0.1.tgz", +      "integrity": "sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/inflight": { +      "version": "1.0.6", +      "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", +      "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", +      "dev": true, +      "dependencies": { +        "once": "^1.3.0", +        "wrappy": "1" +      } +    }, +    "node_modules/inherits": { +      "version": "2.0.4", +      "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", +      "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", +      "dev": true +    }, +    "node_modules/inline-style-parser": { +      "version": "0.1.1", +      "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz", +      "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==" +    }, +    "node_modules/is-alphabetical": { +      "version": "1.0.4", +      "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", +      "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/is-alphanumerical": { +      "version": "1.0.4", +      "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", +      "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", +      "dependencies": { +        "is-alphabetical": "^1.0.0", +        "is-decimal": "^1.0.0" +      }, +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/is-binary-path": { +      "version": "2.1.0", +      "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", +      "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", +      "dev": true, +      "dependencies": { +        "binary-extensions": "^2.0.0" +      }, +      "engines": { +        "node": ">=8" +      } +    }, +    "node_modules/is-buffer": { +      "version": "2.0.5", +      "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", +      "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", +      "funding": [ +        { +          "type": "github", +          "url": "https://github.com/sponsors/feross" +        }, +        { +          "type": "patreon", +          "url": "https://www.patreon.com/feross" +        }, +        { +          "type": "consulting", +          "url": "https://feross.org/support" +        } +      ], +      "engines": { +        "node": ">=4" +      } +    }, +    "node_modules/is-core-module": { +      "version": "2.12.1", +      "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz", +      "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==", +      "dev": true, +      "dependencies": { +        "has": "^1.0.3" +      }, +      "funding": { +        "url": "https://github.com/sponsors/ljharb" +      } +    }, +    "node_modules/is-decimal": { +      "version": "1.0.4", +      "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", +      "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/is-extglob": { +      "version": "2.1.1", +      "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", +      "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", +      "dev": true, +      "engines": { +        "node": ">=0.10.0" +      } +    }, +    "node_modules/is-glob": { +      "version": "4.0.3", +      "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", +      "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", +      "dev": true, +      "dependencies": { +        "is-extglob": "^2.1.1" +      }, +      "engines": { +        "node": ">=0.10.0" +      } +    }, +    "node_modules/is-hexadecimal": { +      "version": "1.0.4", +      "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", +      "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/is-number": { +      "version": "7.0.0", +      "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", +      "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", +      "dev": true, +      "engines": { +        "node": ">=0.12.0" +      } +    }, +    "node_modules/is-plain-obj": { +      "version": "4.1.0", +      "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", +      "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", +      "engines": { +        "node": ">=12" +      }, +      "funding": { +        "url": "https://github.com/sponsors/sindresorhus" +      } +    }, +    "node_modules/isarray": { +      "version": "0.0.1", +      "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", +      "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==" +    }, +    "node_modules/jiti": { +      "version": "1.19.1", +      "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.19.1.tgz", +      "integrity": "sha512-oVhqoRDaBXf7sjkll95LHVS6Myyyb1zaunVwk4Z0+WPSW4gjS0pl01zYKHScTuyEhQsFxV5L4DR5r+YqSyqyyg==", +      "dev": true, +      "bin": { +        "jiti": "bin/jiti.js" +      } +    }, +    "node_modules/js-tokens": { +      "version": "4.0.0", +      "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", +      "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" +    }, +    "node_modules/jsesc": { +      "version": "2.5.2", +      "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", +      "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", +      "bin": { +        "jsesc": "bin/jsesc" +      }, +      "engines": { +        "node": ">=4" +      } +    }, +    "node_modules/json5": { +      "version": "2.2.3", +      "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", +      "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", +      "peer": true, +      "bin": { +        "json5": "lib/cli.js" +      }, +      "engines": { +        "node": ">=6" +      } +    }, +    "node_modules/jsonfile": { +      "version": "6.1.0", +      "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", +      "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", +      "dependencies": { +        "universalify": "^2.0.0" +      }, +      "optionalDependencies": { +        "graceful-fs": "^4.1.6" +      } +    }, +    "node_modules/kleur": { +      "version": "4.1.5", +      "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz", +      "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==", +      "engines": { +        "node": ">=6" +      } +    }, +    "node_modules/lilconfig": { +      "version": "2.1.0", +      "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", +      "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", +      "dev": true, +      "engines": { +        "node": ">=10" +      } +    }, +    "node_modules/lines-and-columns": { +      "version": "1.2.4", +      "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", +      "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", +      "dev": true +    }, +    "node_modules/lodash": { +      "version": "4.17.21", +      "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", +      "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" +    }, +    "node_modules/longest-streak": { +      "version": "3.1.0", +      "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", +      "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/loose-envify": { +      "version": "1.4.0", +      "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", +      "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", +      "dependencies": { +        "js-tokens": "^3.0.0 || ^4.0.0" +      }, +      "bin": { +        "loose-envify": "cli.js" +      } +    }, +    "node_modules/lowlight": { +      "version": "1.20.0", +      "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-1.20.0.tgz", +      "integrity": "sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw==", +      "dependencies": { +        "fault": "^1.0.0", +        "highlight.js": "~10.7.0" +      }, +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/lru-cache": { +      "version": "5.1.1", +      "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", +      "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", +      "peer": true, +      "dependencies": { +        "yallist": "^3.0.2" +      } +    }, +    "node_modules/markdown-table": { +      "version": "3.0.3", +      "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.3.tgz", +      "integrity": "sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/mdast-util-definitions": { +      "version": "5.1.2", +      "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-5.1.2.tgz", +      "integrity": "sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==", +      "dependencies": { +        "@types/mdast": "^3.0.0", +        "@types/unist": "^2.0.0", +        "unist-util-visit": "^4.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/mdast-util-find-and-replace": { +      "version": "2.2.2", +      "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-2.2.2.tgz", +      "integrity": "sha512-MTtdFRz/eMDHXzeK6W3dO7mXUlF82Gom4y0oOgvHhh/HXZAGvIQDUvQ0SuUx+j2tv44b8xTHOm8K/9OoRFnXKw==", +      "dependencies": { +        "@types/mdast": "^3.0.0", +        "escape-string-regexp": "^5.0.0", +        "unist-util-is": "^5.0.0", +        "unist-util-visit-parents": "^5.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/mdast-util-from-markdown": { +      "version": "1.3.1", +      "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.3.1.tgz", +      "integrity": "sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==", +      "dependencies": { +        "@types/mdast": "^3.0.0", +        "@types/unist": "^2.0.0", +        "decode-named-character-reference": "^1.0.0", +        "mdast-util-to-string": "^3.1.0", +        "micromark": "^3.0.0", +        "micromark-util-decode-numeric-character-reference": "^1.0.0", +        "micromark-util-decode-string": "^1.0.0", +        "micromark-util-normalize-identifier": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.0", +        "unist-util-stringify-position": "^3.0.0", +        "uvu": "^0.5.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/mdast-util-gfm": { +      "version": "2.0.2", +      "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-2.0.2.tgz", +      "integrity": "sha512-qvZ608nBppZ4icQlhQQIAdc6S3Ffj9RGmzwUKUWuEICFnd1LVkN3EktF7ZHAgfcEdvZB5owU9tQgt99e2TlLjg==", +      "dependencies": { +        "mdast-util-from-markdown": "^1.0.0", +        "mdast-util-gfm-autolink-literal": "^1.0.0", +        "mdast-util-gfm-footnote": "^1.0.0", +        "mdast-util-gfm-strikethrough": "^1.0.0", +        "mdast-util-gfm-table": "^1.0.0", +        "mdast-util-gfm-task-list-item": "^1.0.0", +        "mdast-util-to-markdown": "^1.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/mdast-util-gfm-autolink-literal": { +      "version": "1.0.3", +      "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-1.0.3.tgz", +      "integrity": "sha512-My8KJ57FYEy2W2LyNom4n3E7hKTuQk/0SES0u16tjA9Z3oFkF4RrC/hPAPgjlSpezsOvI8ObcXcElo92wn5IGA==", +      "dependencies": { +        "@types/mdast": "^3.0.0", +        "ccount": "^2.0.0", +        "mdast-util-find-and-replace": "^2.0.0", +        "micromark-util-character": "^1.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/mdast-util-gfm-footnote": { +      "version": "1.0.2", +      "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-1.0.2.tgz", +      "integrity": "sha512-56D19KOGbE00uKVj3sgIykpwKL179QsVFwx/DCW0u/0+URsryacI4MAdNJl0dh+u2PSsD9FtxPFbHCzJ78qJFQ==", +      "dependencies": { +        "@types/mdast": "^3.0.0", +        "mdast-util-to-markdown": "^1.3.0", +        "micromark-util-normalize-identifier": "^1.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/mdast-util-gfm-strikethrough": { +      "version": "1.0.3", +      "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-1.0.3.tgz", +      "integrity": "sha512-DAPhYzTYrRcXdMjUtUjKvW9z/FNAMTdU0ORyMcbmkwYNbKocDpdk+PX1L1dQgOID/+vVs1uBQ7ElrBQfZ0cuiQ==", +      "dependencies": { +        "@types/mdast": "^3.0.0", +        "mdast-util-to-markdown": "^1.3.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/mdast-util-gfm-table": { +      "version": "1.0.7", +      "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-1.0.7.tgz", +      "integrity": "sha512-jjcpmNnQvrmN5Vx7y7lEc2iIOEytYv7rTvu+MeyAsSHTASGCCRA79Igg2uKssgOs1i1po8s3plW0sTu1wkkLGg==", +      "dependencies": { +        "@types/mdast": "^3.0.0", +        "markdown-table": "^3.0.0", +        "mdast-util-from-markdown": "^1.0.0", +        "mdast-util-to-markdown": "^1.3.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/mdast-util-gfm-task-list-item": { +      "version": "1.0.2", +      "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-1.0.2.tgz", +      "integrity": "sha512-PFTA1gzfp1B1UaiJVyhJZA1rm0+Tzn690frc/L8vNX1Jop4STZgOE6bxUhnzdVSB+vm2GU1tIsuQcA9bxTQpMQ==", +      "dependencies": { +        "@types/mdast": "^3.0.0", +        "mdast-util-to-markdown": "^1.3.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/mdast-util-phrasing": { +      "version": "3.0.1", +      "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-3.0.1.tgz", +      "integrity": "sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==", +      "dependencies": { +        "@types/mdast": "^3.0.0", +        "unist-util-is": "^5.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/mdast-util-to-hast": { +      "version": "12.3.0", +      "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.3.0.tgz", +      "integrity": "sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "@types/mdast": "^3.0.0", +        "mdast-util-definitions": "^5.0.0", +        "micromark-util-sanitize-uri": "^1.1.0", +        "trim-lines": "^3.0.0", +        "unist-util-generated": "^2.0.0", +        "unist-util-position": "^4.0.0", +        "unist-util-visit": "^4.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/mdast-util-to-markdown": { +      "version": "1.5.0", +      "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-1.5.0.tgz", +      "integrity": "sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==", +      "dependencies": { +        "@types/mdast": "^3.0.0", +        "@types/unist": "^2.0.0", +        "longest-streak": "^3.0.0", +        "mdast-util-phrasing": "^3.0.0", +        "mdast-util-to-string": "^3.0.0", +        "micromark-util-decode-string": "^1.0.0", +        "unist-util-visit": "^4.0.0", +        "zwitch": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/mdast-util-to-string": { +      "version": "3.2.0", +      "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz", +      "integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==", +      "dependencies": { +        "@types/mdast": "^3.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/meilisearch": { +      "version": "0.33.0", +      "resolved": "https://registry.npmjs.org/meilisearch/-/meilisearch-0.33.0.tgz", +      "integrity": "sha512-bYPb9WyITnJfzf92e7QFK8Rc50DmshFWxypXCs3ILlpNh8pT15A7KSu9Xgnnk/K3G/4vb3wkxxtFS4sxNkWB8w==", +      "dependencies": { +        "cross-fetch": "^3.1.6" +      } +    }, +    "node_modules/merge2": { +      "version": "1.4.1", +      "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", +      "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", +      "dev": true, +      "engines": { +        "node": ">= 8" +      } +    }, +    "node_modules/micromark": { +      "version": "3.2.0", +      "resolved": "https://registry.npmjs.org/micromark/-/micromark-3.2.0.tgz", +      "integrity": "sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==", +      "funding": [ +        { +          "type": "GitHub Sponsors", +          "url": "https://github.com/sponsors/unifiedjs" +        }, +        { +          "type": "OpenCollective", +          "url": "https://opencollective.com/unified" +        } +      ], +      "dependencies": { +        "@types/debug": "^4.0.0", +        "debug": "^4.0.0", +        "decode-named-character-reference": "^1.0.0", +        "micromark-core-commonmark": "^1.0.1", +        "micromark-factory-space": "^1.0.0", +        "micromark-util-character": "^1.0.0", +        "micromark-util-chunked": "^1.0.0", +        "micromark-util-combine-extensions": "^1.0.0", +        "micromark-util-decode-numeric-character-reference": "^1.0.0", +        "micromark-util-encode": "^1.0.0", +        "micromark-util-normalize-identifier": "^1.0.0", +        "micromark-util-resolve-all": "^1.0.0", +        "micromark-util-sanitize-uri": "^1.0.0", +        "micromark-util-subtokenize": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.1", +        "uvu": "^0.5.0" +      } +    }, +    "node_modules/micromark-core-commonmark": { +      "version": "1.1.0", +      "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-1.1.0.tgz", +      "integrity": "sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==", +      "funding": [ +        { +          "type": "GitHub Sponsors", +          "url": "https://github.com/sponsors/unifiedjs" +        }, +        { +          "type": "OpenCollective", +          "url": "https://opencollective.com/unified" +        } +      ], +      "dependencies": { +        "decode-named-character-reference": "^1.0.0", +        "micromark-factory-destination": "^1.0.0", +        "micromark-factory-label": "^1.0.0", +        "micromark-factory-space": "^1.0.0", +        "micromark-factory-title": "^1.0.0", +        "micromark-factory-whitespace": "^1.0.0", +        "micromark-util-character": "^1.0.0", +        "micromark-util-chunked": "^1.0.0", +        "micromark-util-classify-character": "^1.0.0", +        "micromark-util-html-tag-name": "^1.0.0", +        "micromark-util-normalize-identifier": "^1.0.0", +        "micromark-util-resolve-all": "^1.0.0", +        "micromark-util-subtokenize": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.1", +        "uvu": "^0.5.0" +      } +    }, +    "node_modules/micromark-extension-gfm": { +      "version": "2.0.3", +      "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-2.0.3.tgz", +      "integrity": "sha512-vb9OoHqrhCmbRidQv/2+Bc6pkP0FrtlhurxZofvOEy5o8RtuuvTq+RQ1Vw5ZDNrVraQZu3HixESqbG+0iKk/MQ==", +      "dependencies": { +        "micromark-extension-gfm-autolink-literal": "^1.0.0", +        "micromark-extension-gfm-footnote": "^1.0.0", +        "micromark-extension-gfm-strikethrough": "^1.0.0", +        "micromark-extension-gfm-table": "^1.0.0", +        "micromark-extension-gfm-tagfilter": "^1.0.0", +        "micromark-extension-gfm-task-list-item": "^1.0.0", +        "micromark-util-combine-extensions": "^1.0.0", +        "micromark-util-types": "^1.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/micromark-extension-gfm-autolink-literal": { +      "version": "1.0.5", +      "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-1.0.5.tgz", +      "integrity": "sha512-z3wJSLrDf8kRDOh2qBtoTRD53vJ+CWIyo7uyZuxf/JAbNJjiHsOpG1y5wxk8drtv3ETAHutCu6N3thkOOgueWg==", +      "dependencies": { +        "micromark-util-character": "^1.0.0", +        "micromark-util-sanitize-uri": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/micromark-extension-gfm-footnote": { +      "version": "1.1.2", +      "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-1.1.2.tgz", +      "integrity": "sha512-Yxn7z7SxgyGWRNa4wzf8AhYYWNrwl5q1Z8ii+CSTTIqVkmGZF1CElX2JI8g5yGoM3GAman9/PVCUFUSJ0kB/8Q==", +      "dependencies": { +        "micromark-core-commonmark": "^1.0.0", +        "micromark-factory-space": "^1.0.0", +        "micromark-util-character": "^1.0.0", +        "micromark-util-normalize-identifier": "^1.0.0", +        "micromark-util-sanitize-uri": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.0", +        "uvu": "^0.5.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/micromark-extension-gfm-strikethrough": { +      "version": "1.0.7", +      "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-1.0.7.tgz", +      "integrity": "sha512-sX0FawVE1o3abGk3vRjOH50L5TTLr3b5XMqnP9YDRb34M0v5OoZhG+OHFz1OffZ9dlwgpTBKaT4XW/AsUVnSDw==", +      "dependencies": { +        "micromark-util-chunked": "^1.0.0", +        "micromark-util-classify-character": "^1.0.0", +        "micromark-util-resolve-all": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.0", +        "uvu": "^0.5.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/micromark-extension-gfm-table": { +      "version": "1.0.7", +      "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-1.0.7.tgz", +      "integrity": "sha512-3ZORTHtcSnMQEKtAOsBQ9/oHp9096pI/UvdPtN7ehKvrmZZ2+bbWhi0ln+I9drmwXMt5boocn6OlwQzNXeVeqw==", +      "dependencies": { +        "micromark-factory-space": "^1.0.0", +        "micromark-util-character": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.0", +        "uvu": "^0.5.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/micromark-extension-gfm-tagfilter": { +      "version": "1.0.2", +      "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-1.0.2.tgz", +      "integrity": "sha512-5XWB9GbAUSHTn8VPU8/1DBXMuKYT5uOgEjJb8gN3mW0PNW5OPHpSdojoqf+iq1xo7vWzw/P8bAHY0n6ijpXF7g==", +      "dependencies": { +        "micromark-util-types": "^1.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/micromark-extension-gfm-task-list-item": { +      "version": "1.0.5", +      "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-1.0.5.tgz", +      "integrity": "sha512-RMFXl2uQ0pNQy6Lun2YBYT9g9INXtWJULgbt01D/x8/6yJ2qpKyzdZD3pi6UIkzF++Da49xAelVKUeUMqd5eIQ==", +      "dependencies": { +        "micromark-factory-space": "^1.0.0", +        "micromark-util-character": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.0", +        "uvu": "^0.5.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/micromark-factory-destination": { +      "version": "1.1.0", +      "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-1.1.0.tgz", +      "integrity": "sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==", +      "funding": [ +        { +          "type": "GitHub Sponsors", +          "url": "https://github.com/sponsors/unifiedjs" +        }, +        { +          "type": "OpenCollective", +          "url": "https://opencollective.com/unified" +        } +      ], +      "dependencies": { +        "micromark-util-character": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.0" +      } +    }, +    "node_modules/micromark-factory-label": { +      "version": "1.1.0", +      "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-1.1.0.tgz", +      "integrity": "sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==", +      "funding": [ +        { +          "type": "GitHub Sponsors", +          "url": "https://github.com/sponsors/unifiedjs" +        }, +        { +          "type": "OpenCollective", +          "url": "https://opencollective.com/unified" +        } +      ], +      "dependencies": { +        "micromark-util-character": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.0", +        "uvu": "^0.5.0" +      } +    }, +    "node_modules/micromark-factory-space": { +      "version": "1.1.0", +      "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-1.1.0.tgz", +      "integrity": "sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==", +      "funding": [ +        { +          "type": "GitHub Sponsors", +          "url": "https://github.com/sponsors/unifiedjs" +        }, +        { +          "type": "OpenCollective", +          "url": "https://opencollective.com/unified" +        } +      ], +      "dependencies": { +        "micromark-util-character": "^1.0.0", +        "micromark-util-types": "^1.0.0" +      } +    }, +    "node_modules/micromark-factory-title": { +      "version": "1.1.0", +      "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-1.1.0.tgz", +      "integrity": "sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==", +      "funding": [ +        { +          "type": "GitHub Sponsors", +          "url": "https://github.com/sponsors/unifiedjs" +        }, +        { +          "type": "OpenCollective", +          "url": "https://opencollective.com/unified" +        } +      ], +      "dependencies": { +        "micromark-factory-space": "^1.0.0", +        "micromark-util-character": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.0" +      } +    }, +    "node_modules/micromark-factory-whitespace": { +      "version": "1.1.0", +      "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-1.1.0.tgz", +      "integrity": "sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==", +      "funding": [ +        { +          "type": "GitHub Sponsors", +          "url": "https://github.com/sponsors/unifiedjs" +        }, +        { +          "type": "OpenCollective", +          "url": "https://opencollective.com/unified" +        } +      ], +      "dependencies": { +        "micromark-factory-space": "^1.0.0", +        "micromark-util-character": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.0" +      } +    }, +    "node_modules/micromark-util-character": { +      "version": "1.2.0", +      "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-1.2.0.tgz", +      "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==", +      "funding": [ +        { +          "type": "GitHub Sponsors", +          "url": "https://github.com/sponsors/unifiedjs" +        }, +        { +          "type": "OpenCollective", +          "url": "https://opencollective.com/unified" +        } +      ], +      "dependencies": { +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.0" +      } +    }, +    "node_modules/micromark-util-chunked": { +      "version": "1.1.0", +      "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-1.1.0.tgz", +      "integrity": "sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==", +      "funding": [ +        { +          "type": "GitHub Sponsors", +          "url": "https://github.com/sponsors/unifiedjs" +        }, +        { +          "type": "OpenCollective", +          "url": "https://opencollective.com/unified" +        } +      ], +      "dependencies": { +        "micromark-util-symbol": "^1.0.0" +      } +    }, +    "node_modules/micromark-util-classify-character": { +      "version": "1.1.0", +      "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-1.1.0.tgz", +      "integrity": "sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==", +      "funding": [ +        { +          "type": "GitHub Sponsors", +          "url": "https://github.com/sponsors/unifiedjs" +        }, +        { +          "type": "OpenCollective", +          "url": "https://opencollective.com/unified" +        } +      ], +      "dependencies": { +        "micromark-util-character": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.0" +      } +    }, +    "node_modules/micromark-util-combine-extensions": { +      "version": "1.1.0", +      "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-1.1.0.tgz", +      "integrity": "sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==", +      "funding": [ +        { +          "type": "GitHub Sponsors", +          "url": "https://github.com/sponsors/unifiedjs" +        }, +        { +          "type": "OpenCollective", +          "url": "https://opencollective.com/unified" +        } +      ], +      "dependencies": { +        "micromark-util-chunked": "^1.0.0", +        "micromark-util-types": "^1.0.0" +      } +    }, +    "node_modules/micromark-util-decode-numeric-character-reference": { +      "version": "1.1.0", +      "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-1.1.0.tgz", +      "integrity": "sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==", +      "funding": [ +        { +          "type": "GitHub Sponsors", +          "url": "https://github.com/sponsors/unifiedjs" +        }, +        { +          "type": "OpenCollective", +          "url": "https://opencollective.com/unified" +        } +      ], +      "dependencies": { +        "micromark-util-symbol": "^1.0.0" +      } +    }, +    "node_modules/micromark-util-decode-string": { +      "version": "1.1.0", +      "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-1.1.0.tgz", +      "integrity": "sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==", +      "funding": [ +        { +          "type": "GitHub Sponsors", +          "url": "https://github.com/sponsors/unifiedjs" +        }, +        { +          "type": "OpenCollective", +          "url": "https://opencollective.com/unified" +        } +      ], +      "dependencies": { +        "decode-named-character-reference": "^1.0.0", +        "micromark-util-character": "^1.0.0", +        "micromark-util-decode-numeric-character-reference": "^1.0.0", +        "micromark-util-symbol": "^1.0.0" +      } +    }, +    "node_modules/micromark-util-encode": { +      "version": "1.1.0", +      "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-1.1.0.tgz", +      "integrity": "sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==", +      "funding": [ +        { +          "type": "GitHub Sponsors", +          "url": "https://github.com/sponsors/unifiedjs" +        }, +        { +          "type": "OpenCollective", +          "url": "https://opencollective.com/unified" +        } +      ] +    }, +    "node_modules/micromark-util-html-tag-name": { +      "version": "1.2.0", +      "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.2.0.tgz", +      "integrity": "sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==", +      "funding": [ +        { +          "type": "GitHub Sponsors", +          "url": "https://github.com/sponsors/unifiedjs" +        }, +        { +          "type": "OpenCollective", +          "url": "https://opencollective.com/unified" +        } +      ] +    }, +    "node_modules/micromark-util-normalize-identifier": { +      "version": "1.1.0", +      "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.1.0.tgz", +      "integrity": "sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==", +      "funding": [ +        { +          "type": "GitHub Sponsors", +          "url": "https://github.com/sponsors/unifiedjs" +        }, +        { +          "type": "OpenCollective", +          "url": "https://opencollective.com/unified" +        } +      ], +      "dependencies": { +        "micromark-util-symbol": "^1.0.0" +      } +    }, +    "node_modules/micromark-util-resolve-all": { +      "version": "1.1.0", +      "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-1.1.0.tgz", +      "integrity": "sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==", +      "funding": [ +        { +          "type": "GitHub Sponsors", +          "url": "https://github.com/sponsors/unifiedjs" +        }, +        { +          "type": "OpenCollective", +          "url": "https://opencollective.com/unified" +        } +      ], +      "dependencies": { +        "micromark-util-types": "^1.0.0" +      } +    }, +    "node_modules/micromark-util-sanitize-uri": { +      "version": "1.2.0", +      "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.2.0.tgz", +      "integrity": "sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==", +      "funding": [ +        { +          "type": "GitHub Sponsors", +          "url": "https://github.com/sponsors/unifiedjs" +        }, +        { +          "type": "OpenCollective", +          "url": "https://opencollective.com/unified" +        } +      ], +      "dependencies": { +        "micromark-util-character": "^1.0.0", +        "micromark-util-encode": "^1.0.0", +        "micromark-util-symbol": "^1.0.0" +      } +    }, +    "node_modules/micromark-util-subtokenize": { +      "version": "1.1.0", +      "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-1.1.0.tgz", +      "integrity": "sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==", +      "funding": [ +        { +          "type": "GitHub Sponsors", +          "url": "https://github.com/sponsors/unifiedjs" +        }, +        { +          "type": "OpenCollective", +          "url": "https://opencollective.com/unified" +        } +      ], +      "dependencies": { +        "micromark-util-chunked": "^1.0.0", +        "micromark-util-symbol": "^1.0.0", +        "micromark-util-types": "^1.0.0", +        "uvu": "^0.5.0" +      } +    }, +    "node_modules/micromark-util-symbol": { +      "version": "1.1.0", +      "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz", +      "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==", +      "funding": [ +        { +          "type": "GitHub Sponsors", +          "url": "https://github.com/sponsors/unifiedjs" +        }, +        { +          "type": "OpenCollective", +          "url": "https://opencollective.com/unified" +        } +      ] +    }, +    "node_modules/micromark-util-types": { +      "version": "1.1.0", +      "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.1.0.tgz", +      "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==", +      "funding": [ +        { +          "type": "GitHub Sponsors", +          "url": "https://github.com/sponsors/unifiedjs" +        }, +        { +          "type": "OpenCollective", +          "url": "https://opencollective.com/unified" +        } +      ] +    }, +    "node_modules/micromatch": { +      "version": "4.0.5", +      "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", +      "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", +      "dev": true, +      "dependencies": { +        "braces": "^3.0.2", +        "picomatch": "^2.3.1" +      }, +      "engines": { +        "node": ">=8.6" +      } +    }, +    "node_modules/minimatch": { +      "version": "3.1.2", +      "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", +      "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", +      "dev": true, +      "dependencies": { +        "brace-expansion": "^1.1.7" +      }, +      "engines": { +        "node": "*" +      } +    }, +    "node_modules/mri": { +      "version": "1.2.0", +      "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", +      "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", +      "engines": { +        "node": ">=4" +      } +    }, +    "node_modules/ms": { +      "version": "2.1.2", +      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", +      "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" +    }, +    "node_modules/mz": { +      "version": "2.7.0", +      "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", +      "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", +      "dev": true, +      "dependencies": { +        "any-promise": "^1.0.0", +        "object-assign": "^4.0.1", +        "thenify-all": "^1.0.0" +      } +    }, +    "node_modules/nanoid": { +      "version": "3.3.6", +      "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", +      "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", +      "dev": true, +      "funding": [ +        { +          "type": "github", +          "url": "https://github.com/sponsors/ai" +        } +      ], +      "bin": { +        "nanoid": "bin/nanoid.cjs" +      }, +      "engines": { +        "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" +      } +    }, +    "node_modules/node-fetch": { +      "version": "2.6.12", +      "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz", +      "integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==", +      "dependencies": { +        "whatwg-url": "^5.0.0" +      }, +      "engines": { +        "node": "4.x || >=6.0.0" +      }, +      "peerDependencies": { +        "encoding": "^0.1.0" +      }, +      "peerDependenciesMeta": { +        "encoding": { +          "optional": true +        } +      } +    }, +    "node_modules/node-releases": { +      "version": "2.0.13", +      "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz", +      "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==" +    }, +    "node_modules/normalize-path": { +      "version": "3.0.0", +      "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", +      "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", +      "dev": true, +      "engines": { +        "node": ">=0.10.0" +      } +    }, +    "node_modules/normalize-range": { +      "version": "0.1.2", +      "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", +      "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", +      "dev": true, +      "engines": { +        "node": ">=0.10.0" +      } +    }, +    "node_modules/not": { +      "version": "0.1.0", +      "resolved": "https://registry.npmjs.org/not/-/not-0.1.0.tgz", +      "integrity": "sha512-5PDmaAsVfnWUgTUbJ3ERwn7u79Z0dYxN9ErxCpVJJqe2RK0PJ3z+iFUxuqjwtlDDegXvtWoxD/3Fzxox7tFGWA==" +    }, +    "node_modules/nth-check": { +      "version": "2.1.1", +      "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", +      "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", +      "dependencies": { +        "boolbase": "^1.0.0" +      }, +      "funding": { +        "url": "https://github.com/fb55/nth-check?sponsor=1" +      } +    }, +    "node_modules/object-assign": { +      "version": "4.1.1", +      "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", +      "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", +      "engines": { +        "node": ">=0.10.0" +      } +    }, +    "node_modules/object-hash": { +      "version": "3.0.0", +      "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", +      "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", +      "dev": true, +      "engines": { +        "node": ">= 6" +      } +    }, +    "node_modules/once": { +      "version": "1.4.0", +      "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", +      "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", +      "dev": true, +      "dependencies": { +        "wrappy": "1" +      } +    }, +    "node_modules/parse-entities": { +      "version": "2.0.0", +      "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", +      "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", +      "dependencies": { +        "character-entities": "^1.0.0", +        "character-entities-legacy": "^1.0.0", +        "character-reference-invalid": "^1.0.0", +        "is-alphanumerical": "^1.0.0", +        "is-decimal": "^1.0.0", +        "is-hexadecimal": "^1.0.0" +      }, +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/parse-numeric-range": { +      "version": "1.3.0", +      "resolved": "https://registry.npmjs.org/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz", +      "integrity": "sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==" +    }, +    "node_modules/parse5": { +      "version": "6.0.1", +      "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", +      "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" +    }, +    "node_modules/path-is-absolute": { +      "version": "1.0.1", +      "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", +      "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", +      "dev": true, +      "engines": { +        "node": ">=0.10.0" +      } +    }, +    "node_modules/path-parse": { +      "version": "1.0.7", +      "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", +      "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", +      "dev": true +    }, +    "node_modules/path-to-regexp": { +      "version": "1.8.0", +      "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz", +      "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==", +      "dependencies": { +        "isarray": "0.0.1" +      } +    }, +    "node_modules/picocolors": { +      "version": "1.0.0", +      "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", +      "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" +    }, +    "node_modules/picomatch": { +      "version": "2.3.1", +      "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", +      "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", +      "engines": { +        "node": ">=8.6" +      }, +      "funding": { +        "url": "https://github.com/sponsors/jonschlinkert" +      } +    }, +    "node_modules/pify": { +      "version": "2.3.0", +      "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", +      "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", +      "dev": true, +      "engines": { +        "node": ">=0.10.0" +      } +    }, +    "node_modules/pirates": { +      "version": "4.0.6", +      "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", +      "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", +      "dev": true, +      "engines": { +        "node": ">= 6" +      } +    }, +    "node_modules/postcss": { +      "version": "8.4.27", +      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", +      "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", +      "dev": true, +      "funding": [ +        { +          "type": "opencollective", +          "url": "https://opencollective.com/postcss/" +        }, +        { +          "type": "tidelift", +          "url": "https://tidelift.com/funding/github/npm/postcss" +        }, +        { +          "type": "github", +          "url": "https://github.com/sponsors/ai" +        } +      ], +      "dependencies": { +        "nanoid": "^3.3.6", +        "picocolors": "^1.0.0", +        "source-map-js": "^1.0.2" +      }, +      "engines": { +        "node": "^10 || ^12 || >=14" +      } +    }, +    "node_modules/postcss-import": { +      "version": "15.1.0", +      "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", +      "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", +      "dev": true, +      "dependencies": { +        "postcss-value-parser": "^4.0.0", +        "read-cache": "^1.0.0", +        "resolve": "^1.1.7" +      }, +      "engines": { +        "node": ">=14.0.0" +      }, +      "peerDependencies": { +        "postcss": "^8.0.0" +      } +    }, +    "node_modules/postcss-js": { +      "version": "4.0.1", +      "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", +      "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", +      "dev": true, +      "dependencies": { +        "camelcase-css": "^2.0.1" +      }, +      "engines": { +        "node": "^12 || ^14 || >= 16" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/postcss/" +      }, +      "peerDependencies": { +        "postcss": "^8.4.21" +      } +    }, +    "node_modules/postcss-load-config": { +      "version": "4.0.1", +      "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.1.tgz", +      "integrity": "sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==", +      "dev": true, +      "dependencies": { +        "lilconfig": "^2.0.5", +        "yaml": "^2.1.1" +      }, +      "engines": { +        "node": ">= 14" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/postcss/" +      }, +      "peerDependencies": { +        "postcss": ">=8.0.9", +        "ts-node": ">=9.0.0" +      }, +      "peerDependenciesMeta": { +        "postcss": { +          "optional": true +        }, +        "ts-node": { +          "optional": true +        } +      } +    }, +    "node_modules/postcss-nested": { +      "version": "6.0.1", +      "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", +      "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", +      "dev": true, +      "dependencies": { +        "postcss-selector-parser": "^6.0.11" +      }, +      "engines": { +        "node": ">=12.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/postcss/" +      }, +      "peerDependencies": { +        "postcss": "^8.2.14" +      } +    }, +    "node_modules/postcss-selector-parser": { +      "version": "6.0.13", +      "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz", +      "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==", +      "dev": true, +      "dependencies": { +        "cssesc": "^3.0.0", +        "util-deprecate": "^1.0.2" +      }, +      "engines": { +        "node": ">=4" +      } +    }, +    "node_modules/postcss-value-parser": { +      "version": "4.2.0", +      "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", +      "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" +    }, +    "node_modules/posthog-js": { +      "version": "1.75.2", +      "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.75.2.tgz", +      "integrity": "sha512-tvLsKu9FXrsz1ytkjRc0xqo1eZJ/FZjTdrrKRrXrzgbpwnqeN5pgs6Mq4hMNxQeFuDhoCMwGnyChk1NnDL5hEw==", +      "dependencies": { +        "fflate": "^0.4.1" +      } +    }, +    "node_modules/prismjs": { +      "version": "1.29.0", +      "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", +      "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==", +      "engines": { +        "node": ">=6" +      } +    }, +    "node_modules/prop-types": { +      "version": "15.8.1", +      "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", +      "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", +      "dependencies": { +        "loose-envify": "^1.4.0", +        "object-assign": "^4.1.1", +        "react-is": "^16.13.1" +      } +    }, +    "node_modules/prop-types/node_modules/react-is": { +      "version": "16.13.1", +      "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", +      "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" +    }, +    "node_modules/property-information": { +      "version": "6.2.0", +      "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.2.0.tgz", +      "integrity": "sha512-kma4U7AFCTwpqq5twzC1YVIDXSqg6qQK6JN0smOw8fgRy1OkMi0CYSzFmsy6dnqSenamAtj0CyXMUJ1Mf6oROg==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/queue-microtask": { +      "version": "1.2.3", +      "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", +      "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", +      "dev": true, +      "funding": [ +        { +          "type": "github", +          "url": "https://github.com/sponsors/feross" +        }, +        { +          "type": "patreon", +          "url": "https://www.patreon.com/feross" +        }, +        { +          "type": "consulting", +          "url": "https://feross.org/support" +        } +      ] +    }, +    "node_modules/react": { +      "version": "18.2.0", +      "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", +      "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", +      "dependencies": { +        "loose-envify": "^1.1.0" +      }, +      "engines": { +        "node": ">=0.10.0" +      } +    }, +    "node_modules/react-dom": { +      "version": "18.2.0", +      "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", +      "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", +      "dependencies": { +        "loose-envify": "^1.1.0", +        "scheduler": "^0.23.0" +      }, +      "peerDependencies": { +        "react": "^18.2.0" +      } +    }, +    "node_modules/react-is": { +      "version": "18.2.0", +      "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", +      "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" +    }, +    "node_modules/react-markdown": { +      "version": "8.0.7", +      "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-8.0.7.tgz", +      "integrity": "sha512-bvWbzG4MtOU62XqBx3Xx+zB2raaFFsq4mYiAzfjXJMEz2sixgeAfraA3tvzULF02ZdOMUOKTBFFaZJDDrq+BJQ==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "@types/prop-types": "^15.0.0", +        "@types/unist": "^2.0.0", +        "comma-separated-tokens": "^2.0.0", +        "hast-util-whitespace": "^2.0.0", +        "prop-types": "^15.0.0", +        "property-information": "^6.0.0", +        "react-is": "^18.0.0", +        "remark-parse": "^10.0.0", +        "remark-rehype": "^10.0.0", +        "space-separated-tokens": "^2.0.0", +        "style-to-object": "^0.4.0", +        "unified": "^10.0.0", +        "unist-util-visit": "^4.0.0", +        "vfile": "^5.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      }, +      "peerDependencies": { +        "@types/react": ">=16", +        "react": ">=16" +      } +    }, +    "node_modules/react-redux": { +      "version": "8.1.2", +      "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-8.1.2.tgz", +      "integrity": "sha512-xJKYI189VwfsFc4CJvHqHlDrzyFTY/3vZACbE+rr/zQ34Xx1wQfB4OTOSeOSNrF6BDVe8OOdxIrAnMGXA3ggfw==", +      "dependencies": { +        "@babel/runtime": "^7.12.1", +        "@types/hoist-non-react-statics": "^3.3.1", +        "@types/use-sync-external-store": "^0.0.3", +        "hoist-non-react-statics": "^3.3.2", +        "react-is": "^18.0.0", +        "use-sync-external-store": "^1.0.0" +      }, +      "peerDependencies": { +        "@types/react": "^16.8 || ^17.0 || ^18.0", +        "@types/react-dom": "^16.8 || ^17.0 || ^18.0", +        "react": "^16.8 || ^17.0 || ^18.0", +        "react-dom": "^16.8 || ^17.0 || ^18.0", +        "react-native": ">=0.59", +        "redux": "^4 || ^5.0.0-beta.0" +      }, +      "peerDependenciesMeta": { +        "@types/react": { +          "optional": true +        }, +        "@types/react-dom": { +          "optional": true +        }, +        "react-dom": { +          "optional": true +        }, +        "react-native": { +          "optional": true +        }, +        "redux": { +          "optional": true +        } +      } +    }, +    "node_modules/react-router": { +      "version": "5.2.0", +      "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.2.0.tgz", +      "integrity": "sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==", +      "dependencies": { +        "@babel/runtime": "^7.1.2", +        "history": "^4.9.0", +        "hoist-non-react-statics": "^3.1.0", +        "loose-envify": "^1.3.1", +        "mini-create-react-context": "^0.4.0", +        "path-to-regexp": "^1.7.0", +        "prop-types": "^15.6.2", +        "react-is": "^16.6.0", +        "tiny-invariant": "^1.0.2", +        "tiny-warning": "^1.0.0" +      }, +      "peerDependencies": { +        "react": ">=15" +      } +    }, +    "node_modules/react-router-dom": { +      "version": "5.2.0", +      "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.2.0.tgz", +      "integrity": "sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==", +      "dependencies": { +        "@babel/runtime": "^7.1.2", +        "history": "^4.9.0", +        "loose-envify": "^1.3.1", +        "prop-types": "^15.6.2", +        "react-router": "5.2.0", +        "tiny-invariant": "^1.0.2", +        "tiny-warning": "^1.0.0" +      }, +      "peerDependencies": { +        "react": ">=15" +      } +    }, +    "node_modules/react-router/node_modules/mini-create-react-context": { +      "version": "0.4.1", +      "resolved": "https://registry.npmjs.org/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz", +      "integrity": "sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==", +      "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", +      "dependencies": { +        "@babel/runtime": "^7.12.1", +        "tiny-warning": "^1.0.3" +      }, +      "peerDependencies": { +        "prop-types": "^15.0.0", +        "react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" +      } +    }, +    "node_modules/react-router/node_modules/react-is": { +      "version": "16.13.1", +      "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", +      "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" +    }, +    "node_modules/react-switch": { +      "version": "7.0.0", +      "resolved": "https://registry.npmjs.org/react-switch/-/react-switch-7.0.0.tgz", +      "integrity": "sha512-KkDeW+cozZXI6knDPyUt3KBN1rmhoVYgAdCJqAh7st7tk8YE6N0iR89zjCWO8T8dUTeJGTR0KU+5CHCRMRffiA==", +      "dependencies": { +        "prop-types": "^15.7.2" +      }, +      "peerDependencies": { +        "react": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", +        "react-dom": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" +      } +    }, +    "node_modules/react-syntax-highlighter": { +      "version": "15.5.0", +      "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.5.0.tgz", +      "integrity": "sha512-+zq2myprEnQmH5yw6Gqc8lD55QHnpKaU8TOcFeC/Lg/MQSs8UknEA0JC4nTZGFAXC2J2Hyj/ijJ7NlabyPi2gg==", +      "dependencies": { +        "@babel/runtime": "^7.3.1", +        "highlight.js": "^10.4.1", +        "lowlight": "^1.17.0", +        "prismjs": "^1.27.0", +        "refractor": "^3.6.0" +      }, +      "peerDependencies": { +        "react": ">= 0.14.0" +      } +    }, +    "node_modules/react-tooltip": { +      "version": "5.19.0", +      "resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-5.19.0.tgz", +      "integrity": "sha512-NSUk77GMpxYKHFKJVNHL++QQXRuH2QW1qDrXPtJnp2s/MJvUnU73N5TTADwDyrO2+xGlr0xHhjvQphkF60cMEA==", +      "dependencies": { +        "@floating-ui/dom": "^1.0.0", +        "classnames": "^2.3.0" +      }, +      "peerDependencies": { +        "react": ">=16.14.0", +        "react-dom": ">=16.14.0" +      } +    }, +    "node_modules/read-cache": { +      "version": "1.0.0", +      "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", +      "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", +      "dev": true, +      "dependencies": { +        "pify": "^2.3.0" +      } +    }, +    "node_modules/readdirp": { +      "version": "3.6.0", +      "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", +      "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", +      "dev": true, +      "dependencies": { +        "picomatch": "^2.2.1" +      }, +      "engines": { +        "node": ">=8.10.0" +      } +    }, +    "node_modules/refractor": { +      "version": "3.6.0", +      "resolved": "https://registry.npmjs.org/refractor/-/refractor-3.6.0.tgz", +      "integrity": "sha512-MY9W41IOWxxk31o+YvFCNyNzdkc9M20NoZK5vq6jkv4I/uh2zkWcfudj0Q1fovjUQJrNewS9NMzeTtqPf+n5EA==", +      "dependencies": { +        "hastscript": "^6.0.0", +        "parse-entities": "^2.0.0", +        "prismjs": "~1.27.0" +      }, +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/refractor/node_modules/prismjs": { +      "version": "1.27.0", +      "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz", +      "integrity": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==", +      "engines": { +        "node": ">=6" +      } +    }, +    "node_modules/regenerator-runtime": { +      "version": "0.13.11", +      "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", +      "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" +    }, +    "node_modules/rehype-attr": { +      "version": "2.1.4", +      "resolved": "https://registry.npmjs.org/rehype-attr/-/rehype-attr-2.1.4.tgz", +      "integrity": "sha512-iAeaL5JyF4XxkcvWzpi/0SAF7iV7qOTaHS56tJuEsXziQc3+PEmMn65kV8OFgbO9mRVY7J1fRC/aLvot1PsNkg==", +      "dependencies": { +        "unified": "~10.1.1", +        "unist-util-visit": "~4.1.0" +      }, +      "engines": { +        "node": "^12.20.0 || ^14.13.1 || >=16.0.0" +      } +    }, +    "node_modules/rehype-autolink-headings": { +      "version": "6.1.1", +      "resolved": "https://registry.npmjs.org/rehype-autolink-headings/-/rehype-autolink-headings-6.1.1.tgz", +      "integrity": "sha512-NMYzZIsHM3sA14nC5rAFuUPIOfg+DFmf9EY1YMhaNlB7+3kK/ZlE6kqPfuxr1tsJ1XWkTrMtMoyHosU70d35mA==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "extend": "^3.0.0", +        "hast-util-has-property": "^2.0.0", +        "hast-util-heading-rank": "^2.0.0", +        "hast-util-is-element": "^2.0.0", +        "unified": "^10.0.0", +        "unist-util-visit": "^4.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/rehype-ignore": { +      "version": "1.0.5", +      "resolved": "https://registry.npmjs.org/rehype-ignore/-/rehype-ignore-1.0.5.tgz", +      "integrity": "sha512-JQXS5eDwXaYKwB8JEYFJJA/YvGi0sSNUOYuiURMtuPTg8tuWHFB91JMYLbImH1FyvyGQM4fIBqNMAPB50WR2Bw==", +      "dependencies": { +        "hast-util-select": "^5.0.5", +        "unified": "^10.1.2", +        "unist-util-visit": "^4.1.2" +      }, +      "engines": { +        "node": "^14.13.1 || >=16.0.0" +      } +    }, +    "node_modules/rehype-parse": { +      "version": "8.0.4", +      "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-8.0.4.tgz", +      "integrity": "sha512-MJJKONunHjoTh4kc3dsM1v3C9kGrrxvA3U8PxZlP2SjH8RNUSrb+lF7Y0KVaUDnGH2QZ5vAn7ulkiajM9ifuqg==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "hast-util-from-parse5": "^7.0.0", +        "parse5": "^6.0.0", +        "unified": "^10.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/rehype-prism-plus": { +      "version": "1.5.1", +      "resolved": "https://registry.npmjs.org/rehype-prism-plus/-/rehype-prism-plus-1.5.1.tgz", +      "integrity": "sha512-mowYefSfrIkMMxkb0fwuEXlvc5nA9b1vQ6mzujM81Qx28RI0mo7jCHsBZ2tJ4eIJKXdFn+EdPkZZBGB10K02vg==", +      "dependencies": { +        "hast-util-to-string": "^2.0.0", +        "parse-numeric-range": "^1.3.0", +        "refractor": "^4.7.0", +        "rehype-parse": "^8.0.2", +        "unist-util-filter": "^4.0.0", +        "unist-util-visit": "^4.0.0" +      } +    }, +    "node_modules/rehype-prism-plus/node_modules/character-entities": { +      "version": "2.0.2", +      "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", +      "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/rehype-prism-plus/node_modules/character-entities-legacy": { +      "version": "3.0.0", +      "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", +      "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/rehype-prism-plus/node_modules/character-reference-invalid": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", +      "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/rehype-prism-plus/node_modules/hast-util-parse-selector": { +      "version": "3.1.1", +      "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-3.1.1.tgz", +      "integrity": "sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==", +      "dependencies": { +        "@types/hast": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/rehype-prism-plus/node_modules/hastscript": { +      "version": "7.2.0", +      "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-7.2.0.tgz", +      "integrity": "sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "comma-separated-tokens": "^2.0.0", +        "hast-util-parse-selector": "^3.0.0", +        "property-information": "^6.0.0", +        "space-separated-tokens": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/rehype-prism-plus/node_modules/is-alphabetical": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", +      "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/rehype-prism-plus/node_modules/is-alphanumerical": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", +      "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", +      "dependencies": { +        "is-alphabetical": "^2.0.0", +        "is-decimal": "^2.0.0" +      }, +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/rehype-prism-plus/node_modules/is-decimal": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", +      "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/rehype-prism-plus/node_modules/is-hexadecimal": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", +      "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/rehype-prism-plus/node_modules/parse-entities": { +      "version": "4.0.1", +      "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.1.tgz", +      "integrity": "sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==", +      "dependencies": { +        "@types/unist": "^2.0.0", +        "character-entities": "^2.0.0", +        "character-entities-legacy": "^3.0.0", +        "character-reference-invalid": "^2.0.0", +        "decode-named-character-reference": "^1.0.0", +        "is-alphanumerical": "^2.0.0", +        "is-decimal": "^2.0.0", +        "is-hexadecimal": "^2.0.0" +      }, +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/rehype-prism-plus/node_modules/refractor": { +      "version": "4.8.1", +      "resolved": "https://registry.npmjs.org/refractor/-/refractor-4.8.1.tgz", +      "integrity": "sha512-/fk5sI0iTgFYlmVGYVew90AoYnNMP6pooClx/XKqyeeCQXrL0Kvgn8V0VEht5ccdljbzzF1i3Q213gcntkRExg==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "@types/prismjs": "^1.0.0", +        "hastscript": "^7.0.0", +        "parse-entities": "^4.0.0" +      }, +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/rehype-raw": { +      "version": "6.1.1", +      "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-6.1.1.tgz", +      "integrity": "sha512-d6AKtisSRtDRX4aSPsJGTfnzrX2ZkHQLE5kiUuGOeEoLpbEulFF4hj0mLPbsa+7vmguDKOVVEQdHKDSwoaIDsQ==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "hast-util-raw": "^7.2.0", +        "unified": "^10.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/rehype-rewrite": { +      "version": "3.0.6", +      "resolved": "https://registry.npmjs.org/rehype-rewrite/-/rehype-rewrite-3.0.6.tgz", +      "integrity": "sha512-REDTNCvsKcAazy8IQWzKp66AhSUDSOIKssSCqNqCcT9sN7JCwAAm3mWGTUdUzq80ABuy8d0D6RBwbnewu1aY1g==", +      "dependencies": { +        "hast-util-select": "~5.0.1", +        "unified": "~10.1.1", +        "unist-util-visit": "~4.1.0" +      }, +      "engines": { +        "node": "^12.20.0 || ^14.13.1 || >=16.0.0" +      } +    }, +    "node_modules/rehype-slug": { +      "version": "5.1.0", +      "resolved": "https://registry.npmjs.org/rehype-slug/-/rehype-slug-5.1.0.tgz", +      "integrity": "sha512-Gf91dJoXneiorNEnn+Phx97CO7oRMrpi+6r155tTxzGuLtm+QrI4cTwCa9e1rtePdL4i9tSO58PeSS6HWfgsiw==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "github-slugger": "^2.0.0", +        "hast-util-has-property": "^2.0.0", +        "hast-util-heading-rank": "^2.0.0", +        "hast-util-to-string": "^2.0.0", +        "unified": "^10.0.0", +        "unist-util-visit": "^4.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/remark-gfm": { +      "version": "3.0.1", +      "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.1.tgz", +      "integrity": "sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==", +      "dependencies": { +        "@types/mdast": "^3.0.0", +        "mdast-util-gfm": "^2.0.0", +        "micromark-extension-gfm": "^2.0.0", +        "unified": "^10.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/remark-parse": { +      "version": "10.0.2", +      "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-10.0.2.tgz", +      "integrity": "sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==", +      "dependencies": { +        "@types/mdast": "^3.0.0", +        "mdast-util-from-markdown": "^1.0.0", +        "unified": "^10.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/remark-rehype": { +      "version": "10.1.0", +      "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-10.1.0.tgz", +      "integrity": "sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==", +      "dependencies": { +        "@types/hast": "^2.0.0", +        "@types/mdast": "^3.0.0", +        "mdast-util-to-hast": "^12.1.0", +        "unified": "^10.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/resolve": { +      "version": "1.22.2", +      "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz", +      "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==", +      "dev": true, +      "dependencies": { +        "is-core-module": "^2.11.0", +        "path-parse": "^1.0.7", +        "supports-preserve-symlinks-flag": "^1.0.0" +      }, +      "bin": { +        "resolve": "bin/resolve" +      }, +      "funding": { +        "url": "https://github.com/sponsors/ljharb" +      } +    }, +    "node_modules/resolve-pathname": { +      "version": "3.0.0", +      "resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz", +      "integrity": "sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==" +    }, +    "node_modules/reusify": { +      "version": "1.0.4", +      "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", +      "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", +      "dev": true, +      "engines": { +        "iojs": ">=1.0.0", +        "node": ">=0.10.0" +      } +    }, +    "node_modules/rollup": { +      "version": "3.27.0", +      "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.27.0.tgz", +      "integrity": "sha512-aOltLCrYZ0FhJDm7fCqwTjIUEVjWjcydKBV/Zeid6Mn8BWgDCUBBWT5beM5ieForYNo/1ZHuGJdka26kvQ3Gzg==", +      "dev": true, +      "bin": { +        "rollup": "dist/bin/rollup" +      }, +      "engines": { +        "node": ">=14.18.0", +        "npm": ">=8.0.0" +      }, +      "optionalDependencies": { +        "fsevents": "~2.3.2" +      } +    }, +    "node_modules/run-parallel": { +      "version": "1.2.0", +      "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", +      "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", +      "dev": true, +      "funding": [ +        { +          "type": "github", +          "url": "https://github.com/sponsors/feross" +        }, +        { +          "type": "patreon", +          "url": "https://www.patreon.com/feross" +        }, +        { +          "type": "consulting", +          "url": "https://feross.org/support" +        } +      ], +      "dependencies": { +        "queue-microtask": "^1.2.2" +      } +    }, +    "node_modules/sade": { +      "version": "1.8.1", +      "resolved": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz", +      "integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==", +      "dependencies": { +        "mri": "^1.1.0" +      }, +      "engines": { +        "node": ">=6" +      } +    }, +    "node_modules/scheduler": { +      "version": "0.23.0", +      "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", +      "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", +      "dependencies": { +        "loose-envify": "^1.1.0" +      } +    }, +    "node_modules/semver": { +      "version": "6.3.1", +      "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", +      "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", +      "peer": true, +      "bin": { +        "semver": "bin/semver.js" +      } +    }, +    "node_modules/shallowequal": { +      "version": "1.1.0", +      "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", +      "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==" +    }, +    "node_modules/source-map-js": { +      "version": "1.0.2", +      "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", +      "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", +      "dev": true, +      "engines": { +        "node": ">=0.10.0" +      } +    }, +    "node_modules/space-separated-tokens": { +      "version": "2.0.2", +      "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", +      "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/style-to-object": { +      "version": "0.4.1", +      "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.1.tgz", +      "integrity": "sha512-HFpbb5gr2ypci7Qw+IOhnP2zOU7e77b+rzM+wTzXzfi1PrtBCX0E7Pk4wL4iTLnhzZ+JgEGAhX81ebTg/aYjQw==", +      "dependencies": { +        "inline-style-parser": "0.1.1" +      } +    }, +    "node_modules/styled-components": { +      "version": "5.3.11", +      "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.11.tgz", +      "integrity": "sha512-uuzIIfnVkagcVHv9nE0VPlHPSCmXIUGKfJ42LNjxCCTDTL5sgnJ8Z7GZBq0EnLYGln77tPpEpExt2+qa+cZqSw==", +      "dependencies": { +        "@babel/helper-module-imports": "^7.0.0", +        "@babel/traverse": "^7.4.5", +        "@emotion/is-prop-valid": "^1.1.0", +        "@emotion/stylis": "^0.8.4", +        "@emotion/unitless": "^0.7.4", +        "babel-plugin-styled-components": ">= 1.12.0", +        "css-to-react-native": "^3.0.0", +        "hoist-non-react-statics": "^3.0.0", +        "shallowequal": "^1.1.0", +        "supports-color": "^5.5.0" +      }, +      "engines": { +        "node": ">=10" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/styled-components" +      }, +      "peerDependencies": { +        "react": ">= 16.8.0", +        "react-dom": ">= 16.8.0", +        "react-is": ">= 16.8.0" +      } +    }, +    "node_modules/sucrase": { +      "version": "3.34.0", +      "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.34.0.tgz", +      "integrity": "sha512-70/LQEZ07TEcxiU2dz51FKaE6hCTWC6vr7FOk3Gr0U60C3shtAN+H+BFr9XlYe5xqf3RA8nrc+VIwzCfnxuXJw==", +      "dev": true, +      "dependencies": { +        "@jridgewell/gen-mapping": "^0.3.2", +        "commander": "^4.0.0", +        "glob": "7.1.6", +        "lines-and-columns": "^1.1.6", +        "mz": "^2.7.0", +        "pirates": "^4.0.1", +        "ts-interface-checker": "^0.1.9" +      }, +      "bin": { +        "sucrase": "bin/sucrase", +        "sucrase-node": "bin/sucrase-node" +      }, +      "engines": { +        "node": ">=8" +      } +    }, +    "node_modules/supports-color": { +      "version": "5.5.0", +      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", +      "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", +      "dependencies": { +        "has-flag": "^3.0.0" +      }, +      "engines": { +        "node": ">=4" +      } +    }, +    "node_modules/supports-preserve-symlinks-flag": { +      "version": "1.0.0", +      "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", +      "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", +      "dev": true, +      "engines": { +        "node": ">= 0.4" +      }, +      "funding": { +        "url": "https://github.com/sponsors/ljharb" +      } +    }, +    "node_modules/tailwindcss": { +      "version": "3.3.3", +      "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.3.tgz", +      "integrity": "sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==", +      "dev": true, +      "dependencies": { +        "@alloc/quick-lru": "^5.2.0", +        "arg": "^5.0.2", +        "chokidar": "^3.5.3", +        "didyoumean": "^1.2.2", +        "dlv": "^1.1.3", +        "fast-glob": "^3.2.12", +        "glob-parent": "^6.0.2", +        "is-glob": "^4.0.3", +        "jiti": "^1.18.2", +        "lilconfig": "^2.1.0", +        "micromatch": "^4.0.5", +        "normalize-path": "^3.0.0", +        "object-hash": "^3.0.0", +        "picocolors": "^1.0.0", +        "postcss": "^8.4.23", +        "postcss-import": "^15.1.0", +        "postcss-js": "^4.0.1", +        "postcss-load-config": "^4.0.1", +        "postcss-nested": "^6.0.1", +        "postcss-selector-parser": "^6.0.11", +        "resolve": "^1.22.2", +        "sucrase": "^3.32.0" +      }, +      "bin": { +        "tailwind": "lib/cli.js", +        "tailwindcss": "lib/cli.js" +      }, +      "engines": { +        "node": ">=14.0.0" +      } +    }, +    "node_modules/thenify": { +      "version": "3.3.1", +      "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", +      "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", +      "dev": true, +      "dependencies": { +        "any-promise": "^1.0.0" +      } +    }, +    "node_modules/thenify-all": { +      "version": "1.6.0", +      "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", +      "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", +      "dev": true, +      "dependencies": { +        "thenify": ">= 3.1.0 < 4" +      }, +      "engines": { +        "node": ">=0.8" +      } +    }, +    "node_modules/tiny-invariant": { +      "version": "1.3.1", +      "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.1.tgz", +      "integrity": "sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==" +    }, +    "node_modules/tiny-warning": { +      "version": "1.0.3", +      "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz", +      "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==" +    }, +    "node_modules/to-fast-properties": { +      "version": "2.0.0", +      "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", +      "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", +      "engines": { +        "node": ">=4" +      } +    }, +    "node_modules/to-regex-range": { +      "version": "5.0.1", +      "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", +      "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", +      "dev": true, +      "dependencies": { +        "is-number": "^7.0.0" +      }, +      "engines": { +        "node": ">=8.0" +      } +    }, +    "node_modules/tr46": { +      "version": "0.0.3", +      "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", +      "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" +    }, +    "node_modules/trim-lines": { +      "version": "3.0.1", +      "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", +      "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/trough": { +      "version": "2.1.0", +      "resolved": "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz", +      "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/ts-interface-checker": { +      "version": "0.1.13", +      "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", +      "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", +      "dev": true +    }, +    "node_modules/tslib": { +      "version": "2.6.1", +      "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz", +      "integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==" +    }, +    "node_modules/typescript": { +      "version": "4.9.5", +      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", +      "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", +      "dev": true, +      "bin": { +        "tsc": "bin/tsc", +        "tsserver": "bin/tsserver" +      }, +      "engines": { +        "node": ">=4.2.0" +      } +    }, +    "node_modules/unified": { +      "version": "10.1.2", +      "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", +      "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", +      "dependencies": { +        "@types/unist": "^2.0.0", +        "bail": "^2.0.0", +        "extend": "^3.0.0", +        "is-buffer": "^2.0.0", +        "is-plain-obj": "^4.0.0", +        "trough": "^2.0.0", +        "vfile": "^5.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/unist-util-filter": { +      "version": "4.0.1", +      "resolved": "https://registry.npmjs.org/unist-util-filter/-/unist-util-filter-4.0.1.tgz", +      "integrity": "sha512-RynicUM/vbOSTSiUK+BnaK9XMfmQUh6gyi7L6taNgc7FIf84GukXVV3ucGzEN/PhUUkdP5hb1MmXc+3cvPUm5Q==", +      "dependencies": { +        "@types/unist": "^2.0.0", +        "unist-util-is": "^5.0.0", +        "unist-util-visit-parents": "^5.0.0" +      } +    }, +    "node_modules/unist-util-generated": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-2.0.1.tgz", +      "integrity": "sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==", +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/unist-util-is": { +      "version": "5.2.1", +      "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", +      "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", +      "dependencies": { +        "@types/unist": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/unist-util-position": { +      "version": "4.0.4", +      "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-4.0.4.tgz", +      "integrity": "sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==", +      "dependencies": { +        "@types/unist": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/unist-util-stringify-position": { +      "version": "3.0.3", +      "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", +      "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", +      "dependencies": { +        "@types/unist": "^2.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/unist-util-visit": { +      "version": "4.1.2", +      "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", +      "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", +      "dependencies": { +        "@types/unist": "^2.0.0", +        "unist-util-is": "^5.0.0", +        "unist-util-visit-parents": "^5.1.1" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/unist-util-visit-parents": { +      "version": "5.1.3", +      "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", +      "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", +      "dependencies": { +        "@types/unist": "^2.0.0", +        "unist-util-is": "^5.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/universalify": { +      "version": "2.0.0", +      "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", +      "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", +      "engines": { +        "node": ">= 10.0.0" +      } +    }, +    "node_modules/update-browserslist-db": { +      "version": "1.0.11", +      "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz", +      "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==", +      "funding": [ +        { +          "type": "opencollective", +          "url": "https://opencollective.com/browserslist" +        }, +        { +          "type": "tidelift", +          "url": "https://tidelift.com/funding/github/npm/browserslist" +        }, +        { +          "type": "github", +          "url": "https://github.com/sponsors/ai" +        } +      ], +      "dependencies": { +        "escalade": "^3.1.1", +        "picocolors": "^1.0.0" +      }, +      "bin": { +        "update-browserslist-db": "cli.js" +      }, +      "peerDependencies": { +        "browserslist": ">= 4.21.0" +      } +    }, +    "node_modules/use-sync-external-store": { +      "version": "1.2.0", +      "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz", +      "integrity": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==", +      "peerDependencies": { +        "react": "^16.8.0 || ^17.0.0 || ^18.0.0" +      } +    }, +    "node_modules/util-deprecate": { +      "version": "1.0.2", +      "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", +      "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", +      "dev": true +    }, +    "node_modules/uvu": { +      "version": "0.5.6", +      "resolved": "https://registry.npmjs.org/uvu/-/uvu-0.5.6.tgz", +      "integrity": "sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==", +      "dependencies": { +        "dequal": "^2.0.0", +        "diff": "^5.0.0", +        "kleur": "^4.0.3", +        "sade": "^1.7.3" +      }, +      "bin": { +        "uvu": "bin.js" +      }, +      "engines": { +        "node": ">=8" +      } +    }, +    "node_modules/value-equal": { +      "version": "1.0.1", +      "resolved": "https://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz", +      "integrity": "sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==" +    }, +    "node_modules/vfile": { +      "version": "5.3.7", +      "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", +      "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", +      "dependencies": { +        "@types/unist": "^2.0.0", +        "is-buffer": "^2.0.0", +        "unist-util-stringify-position": "^3.0.0", +        "vfile-message": "^3.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/vfile-location": { +      "version": "4.1.0", +      "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-4.1.0.tgz", +      "integrity": "sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw==", +      "dependencies": { +        "@types/unist": "^2.0.0", +        "vfile": "^5.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/vfile-message": { +      "version": "3.1.4", +      "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", +      "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", +      "dependencies": { +        "@types/unist": "^2.0.0", +        "unist-util-stringify-position": "^3.0.0" +      }, +      "funding": { +        "type": "opencollective", +        "url": "https://opencollective.com/unified" +      } +    }, +    "node_modules/vite": { +      "version": "4.4.8", +      "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.8.tgz", +      "integrity": "sha512-LONawOUUjxQridNWGQlNizfKH89qPigK36XhMI7COMGztz8KNY0JHim7/xDd71CZwGT4HtSRgI7Hy+RlhG0Gvg==", +      "dev": true, +      "dependencies": { +        "esbuild": "^0.18.10", +        "postcss": "^8.4.26", +        "rollup": "^3.25.2" +      }, +      "bin": { +        "vite": "bin/vite.js" +      }, +      "engines": { +        "node": "^14.18.0 || >=16.0.0" +      }, +      "funding": { +        "url": "https://github.com/vitejs/vite?sponsor=1" +      }, +      "optionalDependencies": { +        "fsevents": "~2.3.2" +      }, +      "peerDependencies": { +        "@types/node": ">= 14", +        "less": "*", +        "lightningcss": "^1.21.0", +        "sass": "*", +        "stylus": "*", +        "sugarss": "*", +        "terser": "^5.4.0" +      }, +      "peerDependenciesMeta": { +        "@types/node": { +          "optional": true +        }, +        "less": { +          "optional": true +        }, +        "lightningcss": { +          "optional": true +        }, +        "sass": { +          "optional": true +        }, +        "stylus": { +          "optional": true +        }, +        "sugarss": { +          "optional": true +        }, +        "terser": { +          "optional": true +        } +      } +    }, +    "node_modules/vscode-webview": { +      "version": "1.0.1-beta.1", +      "resolved": "https://registry.npmjs.org/vscode-webview/-/vscode-webview-1.0.1-beta.1.tgz", +      "integrity": "sha512-8H2icqlb93qIvZs7Me/0sALMqJrX2e2W7JVE0mfK8exUPETP9Bmg+feivaByd1Xbg78lcKaNF9ZRrIFSenUVxQ==", +      "dependencies": { +        "fs-extra": "^10.0.0" +      } +    }, +    "node_modules/web-namespaces": { +      "version": "2.0.1", +      "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", +      "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    }, +    "node_modules/webidl-conversions": { +      "version": "3.0.1", +      "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", +      "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" +    }, +    "node_modules/whatwg-url": { +      "version": "5.0.0", +      "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", +      "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", +      "dependencies": { +        "tr46": "~0.0.3", +        "webidl-conversions": "^3.0.0" +      } +    }, +    "node_modules/wrappy": { +      "version": "1.0.2", +      "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", +      "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", +      "dev": true +    }, +    "node_modules/xtend": { +      "version": "4.0.2", +      "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", +      "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", +      "engines": { +        "node": ">=0.4" +      } +    }, +    "node_modules/yallist": { +      "version": "3.1.1", +      "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", +      "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", +      "peer": true +    }, +    "node_modules/yaml": { +      "version": "2.3.1", +      "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz", +      "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==", +      "dev": true, +      "engines": { +        "node": ">= 14" +      } +    }, +    "node_modules/zwitch": { +      "version": "2.0.4", +      "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", +      "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", +      "funding": { +        "type": "github", +        "url": "https://github.com/sponsors/wooorm" +      } +    } +  },    "dependencies": {      "@alloc/quick-lru": {        "version": "5.2.0", @@ -10,6 +4959,16 @@        "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",        "dev": true      }, +    "@ampproject/remapping": { +      "version": "2.2.1", +      "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", +      "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==", +      "peer": true, +      "requires": { +        "@jridgewell/gen-mapping": "^0.3.0", +        "@jridgewell/trace-mapping": "^0.3.9" +      } +    },      "@babel/code-frame": {        "version": "7.22.5",        "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz", @@ -18,6 +4977,35 @@          "@babel/highlight": "^7.22.5"        }      }, +    "@babel/compat-data": { +      "version": "7.22.9", +      "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.9.tgz", +      "integrity": "sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==", +      "peer": true +    }, +    "@babel/core": { +      "version": "7.22.9", +      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.9.tgz", +      "integrity": "sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w==", +      "peer": true, +      "requires": { +        "@ampproject/remapping": "^2.2.0", +        "@babel/code-frame": "^7.22.5", +        "@babel/generator": "^7.22.9", +        "@babel/helper-compilation-targets": "^7.22.9", +        "@babel/helper-module-transforms": "^7.22.9", +        "@babel/helpers": "^7.22.6", +        "@babel/parser": "^7.22.7", +        "@babel/template": "^7.22.5", +        "@babel/traverse": "^7.22.8", +        "@babel/types": "^7.22.5", +        "convert-source-map": "^1.7.0", +        "debug": "^4.1.0", +        "gensync": "^1.0.0-beta.2", +        "json5": "^2.2.2", +        "semver": "^6.3.1" +      } +    },      "@babel/generator": {        "version": "7.22.9",        "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.9.tgz", @@ -37,6 +5025,19 @@          "@babel/types": "^7.22.5"        }      }, +    "@babel/helper-compilation-targets": { +      "version": "7.22.9", +      "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz", +      "integrity": "sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw==", +      "peer": true, +      "requires": { +        "@babel/compat-data": "^7.22.9", +        "@babel/helper-validator-option": "^7.22.5", +        "browserslist": "^4.21.9", +        "lru-cache": "^5.1.1", +        "semver": "^6.3.1" +      } +    },      "@babel/helper-environment-visitor": {        "version": "7.22.5",        "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz", @@ -67,11 +5068,33 @@          "@babel/types": "^7.22.5"        }      }, +    "@babel/helper-module-transforms": { +      "version": "7.22.9", +      "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz", +      "integrity": "sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==", +      "peer": true, +      "requires": { +        "@babel/helper-environment-visitor": "^7.22.5", +        "@babel/helper-module-imports": "^7.22.5", +        "@babel/helper-simple-access": "^7.22.5", +        "@babel/helper-split-export-declaration": "^7.22.6", +        "@babel/helper-validator-identifier": "^7.22.5" +      } +    },      "@babel/helper-plugin-utils": {        "version": "7.22.5",        "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz",        "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg=="      }, +    "@babel/helper-simple-access": { +      "version": "7.22.5", +      "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", +      "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", +      "peer": true, +      "requires": { +        "@babel/types": "^7.22.5" +      } +    },      "@babel/helper-split-export-declaration": {        "version": "7.22.6",        "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", @@ -90,6 +5113,23 @@        "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz",        "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ=="      }, +    "@babel/helper-validator-option": { +      "version": "7.22.5", +      "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz", +      "integrity": "sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==", +      "peer": true +    }, +    "@babel/helpers": { +      "version": "7.22.6", +      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.6.tgz", +      "integrity": "sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA==", +      "peer": true, +      "requires": { +        "@babel/template": "^7.22.5", +        "@babel/traverse": "^7.22.6", +        "@babel/types": "^7.22.5" +      } +    },      "@babel/highlight": {        "version": "7.22.5",        "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz", @@ -360,7 +5400,8 @@      "@heroicons/react": {        "version": "2.0.18",        "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.18.tgz", -      "integrity": "sha512-7TyMjRrZZMBPa+/5Y8lN0iyvUU/01PeMGX2+RE7cQWpEUIcb4QotzUObFkJDejj/HUH4qjP/eQ0gzzKs2f+6Yw==" +      "integrity": "sha512-7TyMjRrZZMBPa+/5Y8lN0iyvUU/01PeMGX2+RE7cQWpEUIcb4QotzUObFkJDejj/HUH4qjP/eQ0gzzKs2f+6Yw==", +      "requires": {}      },      "@jridgewell/gen-mapping": {        "version": "0.3.3", @@ -533,6 +5574,12 @@          "@types/unist": "^2"        }      }, +    "@types/history": { +      "version": "4.7.11", +      "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.11.tgz", +      "integrity": "sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==", +      "dev": true +    },      "@types/hoist-non-react-statics": {        "version": "3.3.1",        "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz", @@ -584,11 +5631,32 @@        "version": "18.2.7",        "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz",        "integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==", +      "devOptional": true, +      "requires": { +        "@types/react": "*" +      } +    }, +    "@types/react-router": { +      "version": "5.1.20", +      "resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.20.tgz", +      "integrity": "sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==",        "dev": true,        "requires": { +        "@types/history": "^4.7.11",          "@types/react": "*"        }      }, +    "@types/react-router-dom": { +      "version": "5.3.3", +      "resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.3.3.tgz", +      "integrity": "sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==", +      "dev": true, +      "requires": { +        "@types/history": "^4.7.11", +        "@types/react": "*", +        "@types/react-router": "*" +      } +    },      "@types/react-syntax-highlighter": {        "version": "15.5.7",        "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.7.tgz", @@ -768,7 +5836,6 @@        "version": "4.21.10",        "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.10.tgz",        "integrity": "sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==", -      "dev": true,        "requires": {          "caniuse-lite": "^1.0.30001517",          "electron-to-chromium": "^1.4.477", @@ -790,8 +5857,7 @@      "caniuse-lite": {        "version": "1.0.30001518",        "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001518.tgz", -      "integrity": "sha512-rup09/e3I0BKjncL+FesTayKtPrdwKhUufQFd3riFw1hHg8JmIFoInYfB102cFcY/pPgGmdyl/iy+jgiDi2vdA==", -      "dev": true +      "integrity": "sha512-rup09/e3I0BKjncL+FesTayKtPrdwKhUufQFd3riFw1hHg8JmIFoInYfB102cFcY/pPgGmdyl/iy+jgiDi2vdA=="      },      "ccount": {        "version": "2.0.1", @@ -897,6 +5963,12 @@        "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",        "dev": true      }, +    "convert-source-map": { +      "version": "1.9.0", +      "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", +      "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", +      "peer": true +    },      "cross-fetch": {        "version": "3.1.8",        "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.8.tgz", @@ -1008,8 +6080,7 @@      "electron-to-chromium": {        "version": "1.4.480",        "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.480.tgz", -      "integrity": "sha512-IXTgg+bITkQv/FLP9FjX6f9KFCs5hQWeh5uNSKxB9mqYj/JXhHDbu+ekS43LVvbkL3eW6/oZy4+r9Om6lan1Uw==", -      "dev": true +      "integrity": "sha512-IXTgg+bITkQv/FLP9FjX6f9KFCs5hQWeh5uNSKxB9mqYj/JXhHDbu+ekS43LVvbkL3eW6/oZy4+r9Om6lan1Uw=="      },      "esbuild": {        "version": "0.18.17", @@ -1044,8 +6115,7 @@      "escalade": {        "version": "3.1.1",        "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", -      "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", -      "dev": true +      "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw=="      },      "escape-string-regexp": {        "version": "5.0.0", @@ -1152,6 +6222,12 @@        "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",        "dev": true      }, +    "gensync": { +      "version": "1.0.0-beta.2", +      "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", +      "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", +      "peer": true +    },      "github-slugger": {        "version": "2.0.0",        "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", @@ -1370,6 +6446,19 @@        "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz",        "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A=="      }, +    "history": { +      "version": "4.10.1", +      "resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz", +      "integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==", +      "requires": { +        "@babel/runtime": "^7.1.2", +        "loose-envify": "^1.2.0", +        "resolve-pathname": "^3.0.0", +        "tiny-invariant": "^1.0.2", +        "tiny-warning": "^1.0.0", +        "value-equal": "^1.0.1" +      } +    },      "hoist-non-react-statics": {        "version": "3.3.2",        "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", @@ -1484,6 +6573,11 @@        "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",        "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg=="      }, +    "isarray": { +      "version": "0.0.1", +      "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", +      "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==" +    },      "jiti": {        "version": "1.19.1",        "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.19.1.tgz", @@ -1500,6 +6594,12 @@        "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",        "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA=="      }, +    "json5": { +      "version": "2.2.3", +      "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", +      "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", +      "peer": true +    },      "jsonfile": {        "version": "6.1.0",        "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", @@ -1553,6 +6653,15 @@          "highlight.js": "~10.7.0"        }      }, +    "lru-cache": { +      "version": "5.1.1", +      "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", +      "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", +      "peer": true, +      "requires": { +        "yallist": "^3.0.2" +      } +    },      "markdown-table": {        "version": "3.0.3",        "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.3.tgz", @@ -2077,8 +7186,7 @@      "node-releases": {        "version": "2.0.13",        "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz", -      "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==", -      "dev": true +      "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ=="      },      "normalize-path": {        "version": "3.0.0", @@ -2160,11 +7268,18 @@        "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",        "dev": true      }, +    "path-to-regexp": { +      "version": "1.8.0", +      "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz", +      "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==", +      "requires": { +        "isarray": "0.0.1" +      } +    },      "picocolors": {        "version": "1.0.0",        "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", -      "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", -      "dev": true +      "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="      },      "picomatch": {        "version": "2.3.1", @@ -2346,6 +7461,53 @@          "use-sync-external-store": "^1.0.0"        }      }, +    "react-router": { +      "version": "5.2.0", +      "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.2.0.tgz", +      "integrity": "sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==", +      "requires": { +        "@babel/runtime": "^7.1.2", +        "history": "^4.9.0", +        "hoist-non-react-statics": "^3.1.0", +        "loose-envify": "^1.3.1", +        "mini-create-react-context": "^0.4.0", +        "path-to-regexp": "^1.7.0", +        "prop-types": "^15.6.2", +        "react-is": "^16.6.0", +        "tiny-invariant": "^1.0.2", +        "tiny-warning": "^1.0.0" +      }, +      "dependencies": { +        "mini-create-react-context": { +          "version": "0.4.1", +          "resolved": "https://registry.npmjs.org/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz", +          "integrity": "sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==", +          "requires": { +            "@babel/runtime": "^7.12.1", +            "tiny-warning": "^1.0.3" +          } +        }, +        "react-is": { +          "version": "16.13.1", +          "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", +          "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" +        } +      } +    }, +    "react-router-dom": { +      "version": "5.2.0", +      "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.2.0.tgz", +      "integrity": "sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==", +      "requires": { +        "@babel/runtime": "^7.1.2", +        "history": "^4.9.0", +        "loose-envify": "^1.3.1", +        "prop-types": "^15.6.2", +        "react-router": "5.2.0", +        "tiny-invariant": "^1.0.2", +        "tiny-warning": "^1.0.0" +      } +    },      "react-switch": {        "version": "7.0.0",        "resolved": "https://registry.npmjs.org/react-switch/-/react-switch-7.0.0.tgz", @@ -2636,6 +7798,11 @@          "supports-preserve-symlinks-flag": "^1.0.0"        }      }, +    "resolve-pathname": { +      "version": "3.0.0", +      "resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz", +      "integrity": "sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==" +    },      "reusify": {        "version": "1.0.4",        "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", @@ -2676,6 +7843,12 @@          "loose-envify": "^1.1.0"        }      }, +    "semver": { +      "version": "6.3.1", +      "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", +      "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", +      "peer": true +    },      "shallowequal": {        "version": "1.1.0",        "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", @@ -2794,6 +7967,16 @@          "thenify": ">= 3.1.0 < 4"        }      }, +    "tiny-invariant": { +      "version": "1.3.1", +      "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.1.tgz", +      "integrity": "sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==" +    }, +    "tiny-warning": { +      "version": "1.0.3", +      "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz", +      "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==" +    },      "to-fast-properties": {        "version": "2.0.0",        "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", @@ -2921,7 +8104,6 @@        "version": "1.0.11",        "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz",        "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==", -      "dev": true,        "requires": {          "escalade": "^3.1.1",          "picocolors": "^1.0.0" @@ -2930,7 +8112,8 @@      "use-sync-external-store": {        "version": "1.2.0",        "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz", -      "integrity": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==" +      "integrity": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==", +      "requires": {}      },      "util-deprecate": {        "version": "1.0.2", @@ -2949,6 +8132,11 @@          "sade": "^1.7.3"        }      }, +    "value-equal": { +      "version": "1.0.1", +      "resolved": "https://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz", +      "integrity": "sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==" +    },      "vfile": {        "version": "5.3.7",        "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", @@ -3028,6 +8216,12 @@        "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",        "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ=="      }, +    "yallist": { +      "version": "3.1.1", +      "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", +      "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", +      "peer": true +    },      "yaml": {        "version": "2.3.1",        "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz", diff --git a/extension/react-app/package.json b/extension/react-app/package.json index 4c5ab26c..5eb58c8a 100644 --- a/extension/react-app/package.json +++ b/extension/react-app/package.json @@ -19,6 +19,7 @@      "react": "^18.2.0",      "react-dom": "^18.2.0",      "react-redux": "^8.0.5", +    "react-router-dom": "^5.2.0",      "react-switch": "^7.0.0",      "react-syntax-highlighter": "^15.5.0",      "react-tooltip": "^5.18.0", @@ -28,6 +29,7 @@    "devDependencies": {      "@types/react": "^18.0.27",      "@types/react-dom": "^18.0.10", +    "@types/react-router-dom": "^5.3.3",      "@types/react-syntax-highlighter": "^15.5.7",      "@types/styled-components": "^5.1.26",      "@vitejs/plugin-react-swc": "^3.0.0", diff --git a/extension/react-app/src/App.tsx b/extension/react-app/src/App.tsx index aa462171..15b536db 100644 --- a/extension/react-app/src/App.tsx +++ b/extension/react-app/src/App.tsx @@ -1,8 +1,26 @@ -import DebugPanel from "./components/DebugPanel";  import GUI from "./pages/gui"; -import { createContext } from "react"; +import History from "./pages/history"; +import Layout from "./components/Layout"; +import { createContext, useEffect } from "react";  import useContinueGUIProtocol from "./hooks/useWebsocket";  import ContinueGUIClientProtocol from "./hooks/ContinueGUIClientProtocol"; +import { +  BrowserRouter as Router, +  Route, +  Routes, +  BrowserRouter, +} from "react-router-dom"; +import { useDispatch } from "react-redux"; +import { +  setApiUrl, +  setVscMachineId, +  setSessionId, +  setVscMediaUrl, +  setDataSwitchOn, +} from "./redux/slices/configSlice"; +import { updateFileSystem } from "./redux/slices/debugContexSlice"; +import { setHighlightedCode } from "./redux/slices/miscSlice"; +import { postVscMessage } from "./vscode";  export const GUIClientContext = createContext<    ContinueGUIClientProtocol | undefined @@ -11,9 +29,35 @@ export const GUIClientContext = createContext<  function App() {    const client = useContinueGUIProtocol(); +  const dispatch = useDispatch(); +  useEffect(() => { +    const eventListener = (event: any) => { +      switch (event.data.type) { +        case "onLoad": +          dispatch(setApiUrl(event.data.apiUrl)); +          dispatch(setVscMachineId(event.data.vscMachineId)); +          dispatch(setSessionId(event.data.sessionId)); +          dispatch(setVscMediaUrl(event.data.vscMediaUrl)); +          dispatch(setDataSwitchOn(event.data.dataSwitchOn)); +          break; +        case "highlightedCode": +          dispatch(setHighlightedCode(event.data.rangeInFile)); +          dispatch(updateFileSystem(event.data.filesystem)); +          break; +      } +    }; +    window.addEventListener("message", eventListener); +    postVscMessage("onLoad", {}); +    return () => window.removeEventListener("message", eventListener); +  }, []); +    return (      <GUIClientContext.Provider value={client}> -      <DebugPanel tabs={[{ element: <GUI />, title: "GUI" }]} /> +      <Routes> +        <Route path="/" element={<Layout />} /> +        <Route path="/gui" element={<GUI />} /> +        <Route path="/history" element={<History />} /> +      </Routes>      </GUIClientContext.Provider>    );  } diff --git a/extension/react-app/src/components/DebugPanel.tsx b/extension/react-app/src/components/DebugPanel.tsx deleted file mode 100644 index fffb6c6e..00000000 --- a/extension/react-app/src/components/DebugPanel.tsx +++ /dev/null @@ -1,99 +0,0 @@ -import React, { useEffect, useState } from "react"; -import styled from "styled-components"; -import { postVscMessage } from "../vscode"; -import { useDispatch } from "react-redux"; -import { -  setApiUrl, -  setVscMachineId, -  setSessionId, -  setVscMediaUrl, -  setDataSwitchOn, -} from "../redux/slices/configSlice"; -import { setHighlightedCode } from "../redux/slices/miscSlice"; -import { updateFileSystem } from "../redux/slices/debugContexSlice"; -import { defaultBorderRadius, secondaryDark, vscBackground } from "."; -interface DebugPanelProps { -  tabs: { -    element: React.ReactElement; -    title: string; -  }[]; -} - -const TabBar = styled.div<{ numTabs: number }>` -  display: grid; -  grid-template-columns: repeat(${(props) => props.numTabs}, 1fr); -`; - -const TabsAndBodyDiv = styled.div` -  height: 100%; -  border-radius: ${defaultBorderRadius}; -  scrollbar-base-color: transparent; -`; - -function DebugPanel(props: DebugPanelProps) { -  const dispatch = useDispatch(); -  useEffect(() => { -    const eventListener = (event: any) => { -      switch (event.data.type) { -        case "onLoad": -          dispatch(setApiUrl(event.data.apiUrl)); -          dispatch(setVscMachineId(event.data.vscMachineId)); -          dispatch(setSessionId(event.data.sessionId)); -          dispatch(setVscMediaUrl(event.data.vscMediaUrl)); -          dispatch(setDataSwitchOn(event.data.dataSwitchOn)); -          break; -        case "highlightedCode": -          dispatch(setHighlightedCode(event.data.rangeInFile)); -          dispatch(updateFileSystem(event.data.filesystem)); -          break; -      } -    }; -    window.addEventListener("message", eventListener); -    postVscMessage("onLoad", {}); -    return () => window.removeEventListener("message", eventListener); -  }, []); - -  const [currentTab, setCurrentTab] = useState(0); - -  return ( -    <TabsAndBodyDiv> -      {props.tabs.length > 1 && ( -        <TabBar numTabs={props.tabs.length}> -          {props.tabs.map((tab, index) => { -            return ( -              <div -                key={index} -                className={`p-2 cursor-pointer text-center ${ -                  index === currentTab -                    ? "bg-secondary-dark" -                    : "bg-vsc-background" -                }`} -                onClick={() => setCurrentTab(index)} -              > -                {tab.title} -              </div> -            ); -          })} -        </TabBar> -      )} -      {props.tabs.map((tab, index) => { -        return ( -          <div -            key={index} -            hidden={index !== currentTab} -            style={{ -              scrollbarGutter: "stable both-edges", -              minHeight: "100%", -              display: "grid", -              gridTemplateRows: "1fr auto", -            }} -          > -            {tab.element} -          </div> -        ); -      })} -    </TabsAndBodyDiv> -  ); -} - -export default DebugPanel; diff --git a/extension/react-app/src/components/Layout.tsx b/extension/react-app/src/components/Layout.tsx new file mode 100644 index 00000000..d1688299 --- /dev/null +++ b/extension/react-app/src/components/Layout.tsx @@ -0,0 +1,28 @@ +import styled from "styled-components"; +import { defaultBorderRadius } from "."; +import { Outlet } from "react-router-dom"; + +const LayoutTopDiv = styled.div` +  height: 100%; +  border-radius: ${defaultBorderRadius}; +  scrollbar-base-color: transparent; +  scrollbar-width: thin; +`; +const Layout = () => { +  return ( +    <LayoutTopDiv> +      <div +        style={{ +          scrollbarGutter: "stable both-edges", +          minHeight: "100%", +          display: "grid", +          gridTemplateRows: "1fr auto", +        }} +      > +        <Outlet /> +      </div> +    </LayoutTopDiv> +  ); +}; + +export default Layout; diff --git a/extension/react-app/src/hooks/AbstractContinueGUIClientProtocol.ts b/extension/react-app/src/hooks/AbstractContinueGUIClientProtocol.ts index 8d8b7b7e..168fb156 100644 --- a/extension/react-app/src/hooks/AbstractContinueGUIClientProtocol.ts +++ b/extension/react-app/src/hooks/AbstractContinueGUIClientProtocol.ts @@ -30,6 +30,8 @@ abstract class AbstractContinueGUIClientProtocol {    abstract showLogsAtIndex(index: number): void;    abstract selectContextItem(id: string, query: string): void; + +  abstract onReconnectAtSession(session_id: string): void;  }  export default AbstractContinueGUIClientProtocol; diff --git a/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts b/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts index b6dd43d9..830954c5 100644 --- a/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts +++ b/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts @@ -4,15 +4,18 @@ import { Messenger, WebsocketMessenger } from "./messenger";  import { VscodeMessenger } from "./vscodeMessenger";  class ContinueGUIClientProtocol extends AbstractContinueGUIClientProtocol { -  messenger: Messenger; +  messenger?: Messenger;    // Server URL must contain the session ID param    serverUrlWithSessionId: string; +  useVscodeMessagePassing: boolean; -  constructor( +  private connectMessenger(      serverUrlWithSessionId: string,      useVscodeMessagePassing: boolean    ) { -    super(); +    if (this.messenger) { +      // this.messenger.close(); TODO +    }      this.serverUrlWithSessionId = serverUrlWithSessionId;      this.messenger = useVscodeMessagePassing        ? new VscodeMessenger(serverUrlWithSessionId) @@ -24,26 +27,52 @@ class ContinueGUIClientProtocol extends AbstractContinueGUIClientProtocol {      this.messenger.onError((error) => {        console.log("GUI -> IDE websocket error", error);      }); + +    this.messenger.onMessageType("reconnect_at_session", (data: any) => { +      if (data.session_id) { +        this.onReconnectAtSession(data.session_id); +      } +    }); +  } + +  constructor( +    serverUrlWithSessionId: string, +    useVscodeMessagePassing: boolean +  ) { +    super(); +    this.serverUrlWithSessionId = serverUrlWithSessionId; +    this.useVscodeMessagePassing = useVscodeMessagePassing; +    this.connectMessenger(serverUrlWithSessionId, useVscodeMessagePassing); +  } + +  onReconnectAtSession(session_id: string): void { +    this.connectMessenger( +      this.serverUrlWithSessionId.replace( +        /\/session\/[a-zA-Z0-9-]+/, +        `/session/${session_id}` +      ), +      this.useVscodeMessagePassing +    );    }    sendMainInput(input: string) { -    this.messenger.send("main_input", { input }); +    this.messenger?.send("main_input", { input });    }    reverseToIndex(index: number) { -    this.messenger.send("reverse_to_index", { index }); +    this.messenger?.send("reverse_to_index", { index });    }    sendRefinementInput(input: string, index: number) { -    this.messenger.send("refinement_input", { input, index }); +    this.messenger?.send("refinement_input", { input, index });    }    sendStepUserInput(input: string, index: number) { -    this.messenger.send("step_user_input", { input, index }); +    this.messenger?.send("step_user_input", { input, index });    }    onStateUpdate(callback: (state: any) => void) { -    this.messenger.onMessageType("state_update", (data: any) => { +    this.messenger?.onMessageType("state_update", (data: any) => {        if (data.state) {          callback(data.state);        } @@ -53,7 +82,7 @@ class ContinueGUIClientProtocol extends AbstractContinueGUIClientProtocol {    onAvailableSlashCommands(      callback: (commands: { name: string; description: string }[]) => void    ) { -    this.messenger.onMessageType("available_slash_commands", (data: any) => { +    this.messenger?.onMessageType("available_slash_commands", (data: any) => {        if (data.commands) {          callback(data.commands);        } @@ -61,37 +90,37 @@ class ContinueGUIClientProtocol extends AbstractContinueGUIClientProtocol {    }    sendClear() { -    this.messenger.send("clear_history", {}); +    this.messenger?.send("clear_history", {});    }    retryAtIndex(index: number) { -    this.messenger.send("retry_at_index", { index }); +    this.messenger?.send("retry_at_index", { index });    }    deleteAtIndex(index: number) { -    this.messenger.send("delete_at_index", { index }); +    this.messenger?.send("delete_at_index", { index });    }    deleteContextWithIds(ids: ContextItemId[]) { -    this.messenger.send("delete_context_with_ids", { +    this.messenger?.send("delete_context_with_ids", {        ids: ids.map((id) => `${id.provider_title}-${id.item_id}`),      });    }    setEditingAtIds(ids: string[]) { -    this.messenger.send("set_editing_at_ids", { ids }); +    this.messenger?.send("set_editing_at_ids", { ids });    }    toggleAddingHighlightedCode(): void { -    this.messenger.send("toggle_adding_highlighted_code", {}); +    this.messenger?.send("toggle_adding_highlighted_code", {});    }    showLogsAtIndex(index: number): void { -    this.messenger.send("show_logs_at_index", { index }); +    this.messenger?.send("show_logs_at_index", { index });    }    selectContextItem(id: string, query: string): void { -    this.messenger.send("select_context_item", { id, query }); +    this.messenger?.send("select_context_item", { id, query });    }  } diff --git a/extension/react-app/src/index.css b/extension/react-app/src/index.css index 6a46800e..269da69a 100644 --- a/extension/react-app/src/index.css +++ b/extension/react-app/src/index.css @@ -9,9 +9,9 @@    --button-color-hover: rgba(113, 28, 59, 0.667);    --def-border-radius: 5px; -  /* --vscode-editor-background: rgb(30, 30, 30); +  --vscode-editor-background: rgb(30, 30, 30);    --vscode-editor-foreground: rgb(197, 200, 198); -  --vscode-textBlockQuote-background: rgba(255, 255, 255, 0.05); */ +  --vscode-textBlockQuote-background: rgba(255, 255, 255, 0.05);  }  html, diff --git a/extension/react-app/src/main.tsx b/extension/react-app/src/main.tsx index 1776490c..1b70e786 100644 --- a/extension/react-app/src/main.tsx +++ b/extension/react-app/src/main.tsx @@ -7,6 +7,14 @@ import "./index.css";  import posthog from "posthog-js";  import { PostHogProvider } from "posthog-js/react"; +import { createBrowserRouter, RouterProvider } from "react-router-dom"; + +const router = createBrowserRouter([ +  { +    path: "/", +    element: <App />, +  }, +]);  console.log("Starting React"); @@ -19,7 +27,7 @@ ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(    <React.StrictMode>      <PostHogProvider client={posthog}>        <Provider store={store}> -        <App /> +        <RouterProvider router={router} />        </Provider>      </PostHogProvider>    </React.StrictMode> diff --git a/extension/react-app/src/pages/gui.tsx b/extension/react-app/src/pages/gui.tsx index d69da57e..247789d6 100644 --- a/extension/react-app/src/pages/gui.tsx +++ b/extension/react-app/src/pages/gui.tsx @@ -16,11 +16,12 @@ import {    BookOpenIcon,    ChatBubbleOvalLeftEllipsisIcon,    TrashIcon, +  PlusCircleIcon, +  FolderIcon,  } from "@heroicons/react/24/outline";  import ComboBox from "../components/ComboBox";  import TextDialog from "../components/TextDialog";  import HeaderButtonWithText from "../components/HeaderButtonWithText"; -import ReactSwitch from "react-switch";  import { usePostHog } from "posthog-js/react";  import { useDispatch, useSelector } from "react-redux";  import { RootStore } from "../redux/store"; @@ -589,7 +590,16 @@ If you already have an LLM deployed on your own infrastructure, or would like to            }}            text="Clear"          > -          <TrashIcon width="1.4em" height="1.4em" /> +          <PlusCircleIcon width="1.4em" height="1.4em" /> +        </HeaderButtonWithText> +        <HeaderButtonWithText +          onClick={() => { +            // Go to /history page +            document.location.href = "/history"; +          }} +          text="History" +        > +          <FolderIcon width="1.4em" height="1.4em" />          </HeaderButtonWithText>          <a            href="https://continue.dev/docs/how-to-use-continue" diff --git a/extension/react-app/src/pages/history.tsx b/extension/react-app/src/pages/history.tsx new file mode 100644 index 00000000..6539f0f5 --- /dev/null +++ b/extension/react-app/src/pages/history.tsx @@ -0,0 +1,55 @@ +import React, { useContext, useEffect, useState } from "react"; +import { SessionInfo } from "../../../schema/SessionInfo"; +import { GUIClientContext } from "../App"; +import fetch from "node-fetch"; +import { useSelector } from "react-redux"; +import { RootStore } from "../redux/store"; + +function History() { +  const [sessions, setSessions] = useState<SessionInfo[]>([]); +  const client = useContext(GUIClientContext); +  const apiUrl = useSelector((state: RootStore) => state.config.apiUrl); + +  useEffect(() => { +    const fetchSessions = async () => { +      console.log("fetching sessions"); +      if (!apiUrl) { +        return; +      } +      const response = await fetch(`${apiUrl}/sessions/list`); +      const json = await response.json(); +      console.log(json); +      setSessions(json); +    }; +    fetchSessions(); +  }, [client]); + +  return ( +    <div style={{ width: "100%" }}> +      <table style={{ width: "100%" }}> +        <tbody> +          {sessions.map((session, index) => ( +            <tr key={index}> +              <td> +                <div +                  style={{ cursor: "pointer" }} +                  onClick={() => { +                    // client?.loadSession(session.id); +                    // document.location.href = "/gui"; +                  }} +                > +                  <div>{session.title}</div> +                  <div style={{ color: "lightgray" }}> +                    {session.date_created} +                  </div> +                </div> +              </td> +            </tr> +          ))} +        </tbody> +      </table> +    </div> +  ); +} + +export default History; diff --git a/extension/schema/FullState.d.ts b/extension/schema/FullState.d.ts index 0095f41b..2938e012 100644 --- a/extension/schema/FullState.d.ts +++ b/extension/schema/FullState.d.ts @@ -26,7 +26,6 @@ export type Timeline = HistoryNode[];  export type CurrentIndex = number;  export type Active1 = boolean;  export type UserInputQueue = string[]; -export type DefaultModel = string;  export type Name3 = string;  export type Description1 = string;  export type SlashCommands = SlashCommandDescription[]; @@ -47,7 +46,6 @@ export interface FullState1 {    history: History;    active: Active1;    user_input_queue: UserInputQueue; -  default_model: DefaultModel;    slash_commands: SlashCommands;    adding_highlighted_code: AddingHighlightedCode;    selected_context_items: SelectedContextItems; diff --git a/extension/schema/SessionInfo.d.ts b/extension/schema/SessionInfo.d.ts new file mode 100644 index 00000000..ac94e76d --- /dev/null +++ b/extension/schema/SessionInfo.d.ts @@ -0,0 +1,18 @@ +/* eslint-disable */ +/** + * This file was automatically generated by json-schema-to-typescript. + * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, + * and run json-schema-to-typescript to regenerate this file. + */ + +export type SessionInfo = SessionInfo1; +export type SessionId = string; +export type Title = string; +export type DateCreated = string; + +export interface SessionInfo1 { +  session_id: SessionId; +  title: Title; +  date_created: DateCreated; +  [k: string]: unknown; +} | 
